* lisp/dgnushack.el: Make sure `dolist' is available.
[elisp/gnus.git-] / lisp / ChangeLog
1 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus.el (gnus-version-number): Bump.
4
5 2003-04-27 06:47:31 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6
7         * gnus.el: Oort Gnus v0.19 is released.
8
9 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
10
11         * gnus-registry.el (gnus-register-spool-action): Replaced literal
12         carriage-return character with its escape sequence.
13
14 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15
16         * gnus-sum.el (gnus-summary-catchup-from-here): Doc fix.
17
18         * nnrss.el (nnrss-node-text): Use only one
19         gnus-replace-in-string. 
20
21         * gnus.el: Remove gnus-functionp throughout.
22
23         * gnus-util.el (gnus-functionp): Removed.
24
25         * gnus-msg.el (gnus-summary-wide-reply-with-original): Doc fix. 
26
27         * message.el (message-required-headers): Add In-Reply-To.
28
29 2003-04-27  Marshall T. Vandegrift  <vandem2@rpi.edu>
30
31         * gnus-fun.el (gnus-face-from-file): Bind coding-system-for-read
32         to binary.
33
34 2003-04-27  Jesper Harder  <harder@ifa.au.dk>
35
36         * mml.el (mml-preview): do.
37
38         * message.el (message-mode): do.
39
40         * gnus-undo.el (gnus-undo-mode): do.
41
42         * gnus-topic.el (gnus-topic-mode): do.
43
44         * gnus-sum.el (gnus-summary-mode, gnus-summary-edit-article): do.
45
46         * gnus-msg.el (gnus-setup-message)
47         (gnus-inews-add-send-actions, gnus-configure-posting-styles): do.
48
49         * gnus-gl.el (gnus-grouplens-mode): do.
50
51         * gnus-art.el (gnus-mime-save-part-and-strip)
52         (gnus-mime-delete-part): Use it.
53
54         * gnus-util.el (gnus-make-local-hook): New function.
55
56 2003-04-25  Simon Josefsson  <jas@extundo.com>
57
58         * nnrss.el (nnrss-node-text): Don't use a star.
59         (nnrss-node-text): Use g-r-i-s, not g-r-r-i-s which doesn't exist.
60
61 2003-04-24  Dave Love  <fx@gnu.org>
62
63         * qp.el (quoted-printable-decode-region): Use mm-insert-byte.
64         Signal error on malformed text, as for base64.
65         (quoted-printable-encode-region): DTRT in Emacs 22.
66
67         * mm-util.el (mm-make-temp-file, mm-insert-byte): New.
68         (mm-auto-save-coding-system): Consider utf-8-emacs.
69         (mm-mime-mule-charset-alist, mm-mule-charset-to-mime-charset)
70         (mm-charset-to-coding-system, mm-mime-charset)
71         (mm-find-mime-charset-region): Check for :mime-charset coding
72         systems property.
73
74         * mml-sec.el (mml2015, mml1991): Don't require.
75         (mml2015-sign, mml2015-encrypt, mml1991-sign, mml1991-encrypt) 
76         (message-goto-body, mml-insert-tag): Autoload.
77
78         * mm-decode.el (mm-tmp-directory): Re-write to help avoid warnings.
79
80         * gnus-start.el (message-make-date): Autoload rather than
81         requiring message.
82
83         * gnus-group.el (gnus-group-name-charset-group-alist): Use
84         mm-coding-system-p.
85         (gnus-cache-active-altered): Defvar when compiling.
86         (gnus-group-delete-group): Re-write to help avoid warnings.
87
88         * gnus-art.el (gnus-use-idna): Use mm-coding-system-p.
89
90         * pgg.el: Split eval-when-compile forms.
91
92 2003-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
93
94         * gnus-group.el (gnus-large-ephemeral-newsgroup) 
95         (gnus-fetch-old-ephemeral-headers): News variables.
96         (gnus-group-read-ephemeral-group): Use them.
97
98 2003-04-24  Simon Josefsson  <jas@extundo.com>
99
100         * sieve.el (sieve-upload): Don't use replace-regexp-in-string.
101
102         * nnrss.el (nnrss-node-text): Ditto.
103
104 2003-04-24  Katsumi Yamaoka  <yamaoka@jpl.org>
105
106         * gnus-msg.el (gnus-inews-do-gcc): Make sure the obsolete variable
107         gnus-inews-mark-gcc-as-read exists.
108
109 2003-04-23  Simon Josefsson  <jas@extundo.com>
110
111         * gnus-sieve.el (gnus-sieve-generate): Rewrite regexp search so it
112         doesn't exceed the regexp stack space.
113
114 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
115
116         * gnus-msg.el (gnus-inews-mark-gcc-as-read): Don't defvar it.
117
118         * gnus-art.el (gnus-article-hide-pgp-hook): do.
119
120 2003-04-23  Reiner Steib  <Reiner.Steib@gmx.de>
121
122         * mml.el (mml-preview): Bind `=', RET, and mouse-2.
123
124 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
125
126         * mm-bodies.el (mm-decode-body): Don't override supplied charset.
127
128 2003-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
129
130         * dgnushack.el (merge, copy-list): Remove compiler macros.
131         (butlast): Add a compiler macro.
132
133 2003-04-22  Paul Jarc  <prj@po.cwru.edu>
134
135         * gnus-util.el (gnus-merge): Added "type" argument to match CL
136         merge and gnus-sum.el's expectations.
137
138 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
139
140         * gnus-art.el (gnus-button-url-regexp): Added nntp.
141
142         * message.el (message-generate-headers-first): Default to
143         '(references).
144
145         * gnus-art.el (gnus-mime-delete-part): Require confirmation.
146
147 2003-04-21  Jesper Harder  <harder@ifa.au.dk>
148
149         * smime.el (smime-decrypt-region): Insert From header.
150
151 2003-04-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
152
153         * gnus-fun.el (gnus-face-from-file, gnus-convert-png-to-face):
154         Max length of header is 726, not 740.  From Gaute B Strokkenes
155         <gs234@cam.ac.uk>.
156
157 2003-04-20  Jesper Harder  <harder@ifa.au.dk>
158
159         * nndb.el, mml1991.el: Fix license template.
160
161 2003-04-20  Simon Josefsson  <jas@extundo.com>
162
163         * nnimap.el (nnimap-split-articles): Don't download body unless
164         required.
165
166         * imap.el (imap-gssapi-open, imap-ssl-open): Erase buffer before
167         starting process, like imap-kerberos4-open does.
168
169         * mml-smime.el, rfc1843.el, dig.el, smime.el, uudecode.el: Fix
170         license template.
171
172         * mml-sec.el: Fix license template.
173
174         * gnus-sieve.el, sieve.el, sieve-manage.el, sieve-mode.el: Fix
175         license template.
176
177         * pgg-def.el, pgg.el, pgg-gpg.el, pgg-parse.el, pgg-pgp5.el,
178         pgg-pgp.el: Fix license template.
179
180 2003-04-19  Jesper Harder  <harder@ifa.au.dk>
181
182         * gnus-sum.el (gnus-summary-delete-article): Improve docstring.
183
184 2003-04-19  Teodor Zlatanov  <tzz@lifelogs.com>
185
186         * spam.el (spam-move-spam-nonspam-groups-only): dumb typo fix
187
188 2003-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
189
190         * spam.el (spam-split): allow a particular check as a parameter,
191         e.g. (: spam-split 'spam-use-bogofilter)
192         (spam-mark-only-unseen-as-spam): new parameter, see doc
193         (spam-mark-junk-as-spam-routine): use
194         spam-mark-only-unseen-as-spam, simplify routine to take advantage
195         of gnus-newsgroup-unread as well as gnus-newsgroup-unseen
196
197 2003-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
198
199         * gnus.el (gnus-group-short-name, gnus-group-prefixed-p): new functions
200         (gnus-group-guess-full-name): don't prefix the group twice
201
202         * nnmail.el (nnmail-split-fancy-with-parent): docstring fix
203
204         * gnus-registry.el (gnus-registry-clear)
205         (gnus-registry-fetch-group, gnus-registry-grep-in-list)
206         (gnus-registry-split-fancy-with-parent): new functions
207         (gnus-register-spool-action, gnus-register-action): simplified the format
208         (gnus-registry): new customization group
209         (gnus-registry-unfollowed-groups): new variable
210
211 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212
213         * gnus-art.el (gnus-button-alist): Add nntp: urls.
214         (gnus-header-button-alist): Ditto.
215
216 2003-04-17  Dave Love  <fx@gnu.org>
217
218         * gnus-util.el (gnus-string-equal): Revert last change.
219
220 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
221
222         * gnus-srvr.el (gnus-browse-make-menu-bar): Fix typo.
223
224 2003-04-17  Mike Woolley  <mike@ariel.co.uk>
225
226         * gnus-sum.el (gnus-sum-thread-tree-false-root): New variable.
227
228 2003-04-15  Michael Shields  <shields@msrl.com>
229
230         * gnus-art.el (article-hide-boring-headers): Hide Reply-To: if
231         the broken-reply-to group parameter is set.  Idea from Vasily
232         Korytov <deskpot@myrealbox.com>.
233
234 2003-04-17  Steve Youngs  <youngs@xemacs.org>
235
236         * dgnushack.el: 'setenv' is in env.el for XEmacsen <= 21.4, but in
237         process.el in XEmacsen >= 21.5.
238
239 2003-04-17  Steve Youngs  <youngs@xemacs.org>
240
241         * dgnushack.el: Add a whole swag of autoloads and defaliases to
242         satisfy the byte-compiler when building with XEmacs.
243
244         * lpath.el (maybe-bind): Add 'w3-meta-content-type-charset-regexp'
245         and 'w3-meta-charset-content-type-regexp' in XEmacs.  The upstream
246         W3 doesn't have these.
247
248         * mailcap.el: Maybe require 'lpr in XEmacs.
249
250 2003-04-16  Simon Josefsson  <jas@extundo.com>
251
252         * mml2015.el (mml2015-pgg-sign): Bind pgg-default-user-id to MML
253         sender tag, if available.
254
255 2003-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
256
257         * gnus-registry.el (gnus-register-action)
258         (gnus-register-spool-action, hashtable-to-alist)
259         (gnus-registry-translate-from-alist, alist-to-hashtable)
260         (gnus-registry-translate-to-alist, gnus-registry-headers-hashtb):
261         new variables and function fixes
262
263         * gnus.el (gnus-registry-headers-alist): new variable to hold
264         article header data
265         (gnus-variable-list): save gnus-registry-headers-alist
266
267         * spam-report.el (Module): new module for spam reporting
268
269         * gnus.el (spam-process): added
270         gnus-group-spam-exit-processor-report-gmane to the list of choices
271         (gnus-install-group-spam-parameters): defined new spam exit processor
272
273         * spam.el (autoload): autoload spam-report-gmane when needed
274         (spam-report-gmane-register-routine): glue for spam-report.el
275         (spam-group-spam-processor-report-gmane-p): glue for the
276         gnus-group-spam-exit-processor-report-gmane spam processor
277         (spam-summary-prepare-exit): check the report-gmane spam processor
278         and run spam-report-gmane-register-routine if it's active
279
280         From John Wiegley <johnw@gnu.org>
281
282         * spam.el (spam-bogofilter-score): check bogofilter headers before
283         checking bogofilter itself
284
285 2003-04-16  Dave Love  <fx@gnu.org>
286
287         * gnus-agent.el: Wrap defsetf in eval-when-compile.
288         (gnus-agent-cat-defaccessor): Don't use gensym.
289
290         * mml1991.el: Require cl, mm-util when compiling.
291         (quoted-printable-decode-region, quoted-printable-encode-region):
292         Autoload.
293
294         * pgg.el: Require cl when compiling.
295
296         * nnmail.el (gnus): Require.
297
298         * gnus-util.el: Move provide to end.
299         (gnus-string-equal): Maybe use compare-strings.
300         (gnus-merge): New.
301
302         * gnus-sum.el (gnus-summary-prepare-threads): Don't use copy-list.
303         (gnus-summary-insert-articles): Use gnus-merge.
304
305         * gnus-fun.el: Require cl and mm-util when compiling.
306
307         * gnus-diary.el (gnus-diary-delay-format-french)
308         (gnus-diary-delay-format-english): Don't use setf with nthcdr.
309
310         * nndiary.el (nndiary-compute-reminders): Don't use setf with
311         nthcdr.
312
313 2003-04-16  Kevin Greiner <kgreiner@xpediantsolutions.com>
314
315         * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to
316         specify a predicate other than false.
317         (gnus-category-read): Use the new feature to create a 'default'
318         category with a 'short' predicate.
319
320 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
321
322         * message.el (message-unique-id): Comment change.
323
324         * gnus-art.el (gnus-article-next-page-1): New function.
325         (gnus-article-next-page): Use it.
326
327 2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
328
329         * spam.el (spam-split): added save-restriction to save-excursion
330
331 2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
332         From Julien Avarre <julien@avarre.com>
333
334         * gnus-fun.el: Fixed autoload cookie.
335
336 2003-04-15  Paul Jarc  <prj@po.cwru.edu>
337         From Remi Letot  <remi.letot@easynet.be>
338
339         * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if
340         instead of remove-if.
341
342 2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
343
344         * gnus-msg.el (gnus-summary-news-other-window): Use delq and
345         copy-sequence instead of remove which is a cl run-time function in
346         Emacs 20.
347
348 2003-04-14  Jesper Harder  <harder@ifa.au.dk>
349
350         * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
351         local copy of gnus-discouraged-post-methods with the current
352         method removed.
353
354 2003-04-14  Simon Josefsson  <jas@extundo.com>
355
356         * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
357
358 2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
359
360         * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
361         of `mm-coding-system-priorities' to base coding system.
362
363         * gnus-sum.el: Added coding cookie ("middle dot" in
364         gnus-summary-morse-message).
365
366 2003-04-13  Simon Josefsson  <jas@extundo.com>
367
368         * gnus-art.el (article-fill-long-lines)
369         (article-verify-x-pgp-sig, article-decode-group-name)
370         (gnus-mime-button-menu): Split >80 character lines.
371
372 2003-04-13  Jesper Harder  <harder@ifa.au.dk>
373
374         * gnus-sum.el (gnus-summary-local-variables): Use defvar since
375         we're let-binding it.
376
377         * nnmbox.el (nnmbox-mbox-buffer): It's not a constant.
378
379 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
380
381         * message.el (message-hide-headers): Don't do intangible.
382
383         * gnus.el (gnus-group-prefixed-name): Comment out the test for
384         colon. 
385
386         * gnus-srvr.el (gnus-browse-read-group): Don't give the real name
387         to the ephemeral entry, but the prefixed name.
388
389         * gnus.el (gnus-group-prefixed-name): Clean up.
390
391 2003-04-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
392
393         * gnus-agent.el (gnus-agent-group-pathname): Bind
394         gnus-command-method so that gnus-agent-directory will always
395         return a valid directory.
396         * gnus-cache.el (gnus-cache-enter-article): Remove article from
397         gnus-newsgroup-undownloaded so that the summary will display the
398         article as downloaded.
399         (gnus-cache-remove-article): If the article isn't in the agent,
400         remove it from gnus-newsgroup-undownloaded so that the summary
401         will display the article as undownloaded.
402
403 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
404
405         * gnus.el (gnus-version-number): Bump.
406
407 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
408
409         * gnus.el: Oort Gnus v0.18 is released.
410
411 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
412
413         * gnus-draft.el (gnus-draft-send): Add message-hidden-headers. 
414
415 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
416
417         * gnus-art.el (gnus-article-next-page): Use
418         gnus-article-over-scroll.
419         (gnus-article-over-scroll): New variable.
420
421         * message.el (message-newline-and-reformat): Place a boundary
422         before filling.
423         (message-make-forward-subject-function): Changed default to
424         message-forward-subject-name-subject. 
425         (message-forward-subject-name-subject): New function.
426
427         * nnimap.el (nnimap-split-fancy): Ditto.
428
429         * gnus-sum.el (gnus-summary-line-message-size): Ditto.
430
431         * gnus-cus.el (gnus-group-parameters): Removed "which see".
432
433         * mml.el (mml-minibuffer-read-file): Bind
434         completion-ignored-extensions to nil.
435
436         * message.el (message-fix-before-sending): Comment fix.
437         (message-fix-before-sending): Make hidden headers visible.
438         (message-hide-headers): Bind after-change-functions to nil.
439         (message-forbidden-properties): Put invisible and intangible
440         back. 
441         (message-strip-forbidden-properties): Ignore message-hidden text.
442
443         * gnus-msg.el: Hide headers.
444
445         * message.el (message-hidden-headers): New variable.
446         (message-hide-headers): New function.
447         (message-hide-header-p): New function.
448         (message-hide-header-p): Change logic.
449         (message-forbidden-properties): Remove intangible nil invisible
450         nil. 
451         (message-hide-headers): Narrow to headers.
452
453         * lpath.el (featurep): Bind Info-directory, Info-menu.
454
455 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
456
457         * mm-bodies.el (mm-body-charset-encoding-alist): UTF-16 *must* be
458         encoded.
459         (mm-encode-body): Don't corrupt UTF-16.
460         (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist.
461
462 2003-04-10  Kevin Greiner <kgreiner@xpediantsolutions.com>
463
464         * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
465         the CACHE are now detected and handled the same as an article
466         downloaded into the agent.
467         (gnus-agent-group-path): Modified to match nnmail-group-pathname
468         so that the agent front-end and back-end (nnagent) always use the
469         same directory.
470         (gnus-agent-group-pathname): New function. Wrapper for
471         nnmail-group-pathname.
472         (gnus-agent-expire-unagentized-dirs): New variable.  May be
473         customized to disable gnus-agent-expire-unagentized-dirs.
474         (gnus-agent-expire-unagentized-dirs): Expand gnus-agent-directory
475         as the directories in gnus-agent-expire-current-dirs were
476         expanded.
477
478 2003-04-10  Jesper Harder  <harder@ifa.au.dk>
479
480         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Encrypt
481         body" entry in read only groups.
482
483 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
484
485         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file"
486         and "Create article" items in non-editable groups.
487
488 2003-04-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
489
490         * gnus-agent.el (gnus-agent-write-active): Added option of
491         replacing, rather than updating, the agent's active file.  Do NOT
492         use the fully qualified group name as gnus-active-to-gnus-format
493         blindly prefixes group names with server names.
494         (gnus-agent-save-group-info): Merge BOTH min/max of current active
495         range, was just merging min, with specified active range.
496         (gnus-agent-expire): Save agent's active ranges after
497         expiring all groups.
498         (gnus-agent-expire-group-1): Update min of agent's active range to
499         min article currently fetched.
500         (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
501         same ancestor multiple times.
502
503         * gnus-async.el (gnus-asynchronous): Moved defcustom of
504         gnus-asynchronous away from defgroup of gnus-asynchronous.  This
505         seems to fix an intermittant error in which loading gnus-async
506         fails to define gnus-asynchronous (the variable).
507
508         * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
509         non-essential.  Removed on all platforms.
510         (gnus-select-newsgroup): When the agent is active, expand the
511         group's active range to include fetched articles that are no
512         longer in the server's active range.
513
514         * gnus-util.el (gnus-with-output-to-file): Removed all of the
515         print-* bindings as they should be handled by the function doing
516         the printing.
517
518 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
519
520         * mm-uu.el (mm-uu-copy-to-buffer): buffer-file-coding-system
521         might be unbound in non-MULE XEmacsen.
522
523 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
524
525         * mm-uu.el (mm-uu-diff-groups-regexp, mm-uu-type-alist)
526         (mm-uu-diff-extract, mm-uu-diff-test): New functionality:
527         recognize diffs.
528
529         * mm-bodies.el (mm-decode-body): Use the supplied charset
530         unconditionally if `code-pages' hasn't been loaded.
531
532 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
533
534         * gnus-art.el (article-verify-x-pgp-sig): Don't use
535         `insert-buffer', the docstring says "This function is meant for
536         the user to run interactively.  Don't call it from programs!"
537
538         * mm-extern.el (mm-extern-mail-server): do.
539
540         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-sign)
541         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
542         (mml1991-pgg-encrypt): do.
543
544         * pgg.el (pgg-decrypt-region): do.
545
546         * mm-view.el (mm-view-pkcs7-decrypt): do.
547
548         * mml-smime.el (mml-smime-verify): do.
549
550         * mml.el (mml-insert-mime, mml-preview): do.
551
552         * mml2015.el (mml2015-gpg-decrypt-1, mml2015-gpg-sign)
553         (mml2015-gpg-encrypt, mml2015-pgg-clear-decrypt)
554         (mml2015-pgg-encrypt): do.
555
556 2003-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
557
558         * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
559
560 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
561
562         * mm-uu.el (mm-uu-copy-to-buffer): Copy
563         `buffer-file-coding-system' to the new buffer.
564         (mm-uu-pgp-signed-extract-1): Don't copy
565         `buffer-file-coding-system' here.
566
567         * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
568         exist in XEmacs.
569         (mm-decode-body): Add missing quote.
570
571         * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
572         buffer-file-coding-system.
573
574         * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
575         last-coding-system-used.
576
577         * mml2015.el (mml2015-pgg-clear-verify): Encode the text
578         according to buffer-file-coding-system.
579
580         * pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
581
582         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
583         (pgg-pgp-snarf-keys-region): do.
584
585         * pgg-pgp5.el (pgg-pgp5-verify-region)
586         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
587
588         * pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
589         
590 2003-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
591
592         * spam.el (spam-split): (save-excursion) around (widen)
593         (spam-ham-move-routine): Use spam-group-ham-mark-p, not
594         spam-group-spam-mark-p (from Michael Shields <shields@msrl.com>)
595
596 2003-04-05  Steve Youngs  <youngs@xemacs.org>
597
598         * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so
599         don't use it when loading gnus-sum.el if we're in XEmacs.
600
601 2003-04-05  Kevin Greiner <kgreiner@xpediantsolutions.com>
602
603         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
604         print-escape-nonascii to fix more characters in compiled format
605         specs.
606
607 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
608
609         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
610         Fix customization type.
611
612 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
613
614         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
615         print-quoted, print-readably, print-escape-multibyte, and
616         print-level to match original behavior of gnus-prin1.  This should
617         repair the format of .newsrc.eld when using compiled format specs.
618
619 2003-04-04  Jesper Harder  <harder@ifa.au.dk>
620
621         * gnus-group.el (tool-bar-map): defvar it.
622
623         * gnus-art.el (tool-bar-map): do.
624
625         * gnus-sum.el (tool-bar-map): do.
626
627 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
628
629         * earcon.el (earcon-regexp-alist): catmeow is a wav file.
630
631 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
632
633         * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
634         and value.
635         (gnus-button-alist): Use it.
636
637 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
638
639         * pgg-gpg.el (pgg-gpg-process-region): do.
640
641         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
642         (pgg-pgp-snarf-keys-region): do.
643
644         * pgg-pgp5.el (pgg-pgp5-verify-region)
645         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
646
647         * pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
648         unsafe.
649         (pgg-temporary-file-directory): Remove.
650
651 2003-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
652
653         * lpath.el: Fbind Info-directory and Info-menu.
654
655 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
656
657         * gnus-util.el (gnus-message): Added doc-string.
658
659         * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
660         (gnus-score-edit-file-at-point): Goto first match when using `e'.
661
662 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
663
664         * gnus-art.el (gnus-button-ctan-directory-regexp): New variable.
665         (gnus-button-alist): Use it.  Changed CTAN and "setq" entries.
666
667 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
668
669         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
670         (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode.
671
672 2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
673
674         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
675         print-escape-newlines to print escape sequences rather than
676         literal newline characters.
677
678 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
679
680         * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
681         `message-valid-fqdn-regexp' for initialization.
682         (gnus-button-handle-info-url): Renamed and extended version of
683         `gnus-button-handle-info'.
684         (gnus-button-message-level): Renamed from `gnus-button-mail-level'
685         (gnus-button-handle-symbol, gnus-button-handle-library)
686         (gnus-button-handle-info-keystrokes): New functions.
687         (gnus-button-browse-level): New variable.
688         (gnus-button-alist): Use them.  Added levels.
689         (gnus-header-button-alist): Added levels.
690
691 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
692
693         * gnus.el (gnus-version-number): Bump.
694
695 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
696
697         * gnus.el: Oort Gnus v0.17 is released.
698
699 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
700
701         * gnus-start.el (gnus-unload): Removed.
702
703         * pop3.el (pop3-read-response): Use
704         nnheader-accept-process-output.
705         (pop3-retr): Ditto.
706
707         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx. 
708         (mm-text-html-washer-alist): Ditto.
709
710 2003-03-31  Simon Josefsson  <jas@extundo.com>
711
712         * imap.el (imap-gssapi-program): Also try GNU SASL.
713         (imap-gssapi-open): Accept GNU SASL greeting.
714         (imap-read-timeout): New.
715         (imap-wait-for-tag): Use it.
716
717 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
718
719         * nntp.el (nntp-accept-process-output): Use new function.
720
721         * nnheader.el (nnheader-read-timeout): New variable.
722         (nnheader-accept-process-output): New function.
723
724         * nntp.el (nntp-read-timeout): Removed.
725
726         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
727
728 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
729
730         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
731
732 2003-03-30  Simon Josefsson  <jas@extundo.com>
733
734         * message.el (message-idna-inside-rhs-p): Narrow to header before
735         searching.
736
737         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
738
739 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
740
741         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
742
743 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
744
745         * message.el (message-make-in-reply-to): Use
746         mail-extract-address-components to determine sender's
747         name/address.
748
749 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
750
751         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead. 
752
753         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
754         valid lambda.
755         (gnus-registry-translate-from-alist): Ditto.
756
757         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
758         print-length to nil.
759
760         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
761
762         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
763         (gnus-grab-cam-face): Use it.
764
765 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
766
767         * nnmaildir.el (nnmaildir-request-set-mark)
768         (nnmaildir-close-group): Allow each mark directory in a group to
769         have its own inode for mark files, to accommodate AFS.
770
771 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
772
773         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by
774         gnus-read-newsrc-el-file
775         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
776
777         * gnus-registry.el (gnus-registry-translate-to-alist)
778         (gnus-registry-translate-from-alist, alist-to-hashtable)
779         (hashtable-to-alist): new functions
780         (gnus-register-spool-action): add a spool item to the registry
781
782         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
783         list of saved variables
784         (gnus-registry-alist): new variable
785
786 2003-03-27  Simon Josefsson  <jas@extundo.com>
787
788         * gnus-art.el (article-decode-group-name): Be correct instead of
789         smart.
790
791 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
792
793         * lpath.el: Bind url-current-object for Emacs; bind
794         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
795         for both Emacsen.
796
797 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
798
799         * gnus-sum.el (gnus-article-loose-mime)
800         (gnus-article-emulate-mime): Move to gnus-article-mime customize
801         group.
802
803         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
804         doc string.
805
806 2003-03-26  Kevin Ryde <user42@zip.com.au>
807
808         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
809         gnus-summary-find-uncancelled, skip temporary articles inserted by
810         "refer" functions.
811
812 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
813
814         * smiley.el (smiley-buffer): New function.
815
816 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
817
818         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
819         gnus-summary-update-line (which updated the article's face) with
820         gnus-summary-update-download-mark (which updates the article's
821         face by calling gnus-summary-update-line AND updates the download
822         mark to show that the article was fetched).
823
824 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
825
826         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
827         option of deleting agent directories for groups/servers that are
828         not currently agentized.
829         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
830
831         * gnus-int.el (gnus-open-server): Report backend errors in
832         condition handler.
833
834 2003-03-23  Simon Josefsson  <jas@extundo.com>
835
836         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
837         header.
838
839         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
840         same as Newsgroups.
841
842         * nntp.el (nntp-open-connection-function): Mention
843         nntp-open-tls-stream.
844         (nntp-open-tls-stream): New function.
845
846         * tls.el: New file.
847
848         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
849         instead of SSL.
850         (nnimap-stream): Add other streams, link to imap variables.
851         (nnimap-authenticator): Add other authenticator, link to imap
852         variables.
853
854         * imap.el: Autoload open-tls-stream.
855         (imap-streams): Add tls in front of ssl.
856         (imap-stream-alist): Add tls.
857         (imap-default-tls-port): New variable.
858         (imap-tls-p, imap-tls-open): New functions.
859
860 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
861
862         * mm-url.el (mm-url-insert-file-contents): parse url only if
863         results is a list.
864
865 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
866
867         * mail-source.el (mail-source-fetch-imap): Revert.
868
869 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
870
871         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
872         less strict regexp.
873
874 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
875
876         * mail-source.el (mail-source-fetch-imap): Use buffer name for
877         more imap function.
878
879 2003-03-21  Simon Josefsson  <jas@extundo.com>
880
881         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
882         Followup-To data inline.
883
884 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
885
886         * gnus-art.el (gnus-treat-display-xface): Don't enable if
887         icontopbm isn't available.
888
889 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
890
891         * gnus-int.el (gnus-open-server): Catch errors in backend's
892         open-server method.  Returns nil rather than crashing startup.
893
894         * gnus-sum.el (eval-when-compile): Modified to resolve
895         compile-time warnings.
896
897         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
898         Reports length of series so that the user can compare N with a
899         subject that should, if the entire series is present, contain
900         '(.../N)'.
901         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
902         of temp file (Win-XP may leave the temp file locked when the
903         uudecode process fails).
904
905 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
906
907         * message.el (message-split-line): Ignore error.
908
909         * lpath.el (split-line): Avoid split-line warning message.
910
911 2003-03-20  Kim F. Storm  <storm@cua.dk>
912
913         * message.el (message-split-line): New function.
914         (message-mode-map): Remap split-line to message-split-line.
915
916 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
917
918         * message.el (message-make-overlay): Defalias it to make-overlay.
919         (message-delete-overlay): Defalias it to delete-overlay.
920         (message-overlay-put): Defalias it to overlay-put.
921         (message-idna-to-ascii-rhs-1): Use them.
922
923         * messagexmas.el (message-xmas-redefine): Defalias some overlay
924         functions to extent functions.
925
926 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
927
928         * message.el (message-check-news-header-syntax): Fixed regexp.
929
930 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
931
932         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
933
934         * mm-url.el (mm-url-insert): Move url-current-object stuff into
935         mm-url-insert-file-contents.
936
937         * nnrss.el (nnrss-fetch): Fetch the local stuff.
938         (nnrss-check-group): Use it.
939
940 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
941
942         * nnrss.el: Primitive XML Name-space support.  This means that RSS
943         feeds like Kevin Burton's[1] can now be read in Gnus.
944
945         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
946         means that if you want to read the RSS feed for example.com, all
947         you have to do is hit "G R http://www.example.com/ RET" and
948         nnrss.el will find and the feed listed on the site or (if you have
949         loaded xml-rpc.el) look it up on syndic8.com.
950
951         Marked the message as HTML (by adding a Content-Type header) so
952         that Gnus will render it as html if the user wants that.
953
954         Implemented the ability to save nnrss-group-alist so that any new
955         feeds the you subscribe to will be found the next time you start
956         up.
957
958         Implemented support for RSS 2.0 elements (author, pubDate).
959
960         Prefer for <content:encoded> over <description> where both
961         elements exist.
962
963         * mm-url.el (mm-url-insert): Set url-current-object.
964
965         * gnus-group.el (gnus-group-make-rss-group): New function.
966
967 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
968
969         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
970         for highlight overlays.
971
972 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
973
974         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
975         a NOV.
976
977 2003-03-20  Simon Josefsson  <jas@extundo.com>
978
979         * message.el (message-use-idna): Disable if UTF-8 unavailable.
980         (message-idna-to-ascii-rhs): Use it.
981
982         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
983
984 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
985
986         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
987         (spam-group-ham-marks, spam-group-spam-marks): new functions
988         (spam-spam-marks, spam-ham-marks): removed in favor of the
989         spam-marks and ham-marks parameters
990         (spam-generic-register-routine, spam-ham-move-routine): use the
991         new spam-group-{spam,ham}-mark-p functions
992
993         * gnus.el (spam-marks, ham-marks): new group parameters with
994         default values same as the old spam-spam-marks and spam-ham-marks
995
996 2003-03-19  Simon Josefsson  <jas@extundo.com>
997
998         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
999         (gnus-use-idna): New variable.
1000         (article-decode-idna-rhs): New function.
1001
1002         * message.el (message-use-idna): New variable.
1003         (message-mode-field-menu): Add entry for IDNA.
1004         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
1005         (message-idna-to-ascii-rhs): New function.
1006         (message-generate-headers): Invoke IDNA code.
1007
1008 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
1009
1010         * nnmaildir.el (nnmaildir--system-name): New function.
1011         (nnmaildir-request-accept-article): Use it.
1012
1013 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1014
1015         * gnus-util.el (gnus-byte-compile): Make it work silently as the
1016         gnus-compile function does.
1017
1018         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
1019         bogus change.
1020
1021 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
1022
1023         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
1024         sort-coding-systems is defined.
1025
1026 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
1027
1028         * nnmaildir.el (nnmaildir-open-server, nnmaildir-request-scan)
1029         (nnmaildir-request-create-group, nnmaildir-request-delete-group):
1030         Replace create-directory with target-prefix.
1031
1032 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
1033
1034         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
1035         find-charset-string which is slooow in XEmacs.
1036
1037 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1038
1039         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
1040         compiler under XEmacs.
1041
1042 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
1043
1044         * gnus-art.el (gnus-treat-highlight-signature): Make the default
1045         work for multipart/signed where the message text isn't `last'.
1046
1047 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1048
1049         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
1050         the value of mm-inline-text-html-with-images.
1051         (mm-inline-text-html-render-with-w3m): Don't bind
1052         w3m-display-inline-images.
1053
1054         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
1055         w3m-display-inline-images.
1056
1057         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
1058         regardless of an Emacs flavor.
1059
1060 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1061
1062         * gnus.el (gnus-version-number): Bump.
1063
1064 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1065
1066         * gnus.el: Oort Gnus v0.16 is released.
1067
1068 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1069
1070         * lpath.el (featurep): Bind mm-w3m-mode-map.
1071
1072 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
1073
1074         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
1075         'respool-able backends define a global nnchoke-get-new-mail
1076         variable.
1077
1078 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
1079
1080         * gnus-art.el (gnus-mime-delete-part): New function.
1081         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
1082
1083 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1084
1085         * message.el (message-check-news-header-syntax): Don't push
1086         groups twice onto list of unknown groups.
1087
1088         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
1089         back.
1090
1091         * nnheader.el (nnheader-find-etc-directory): Doc fix.
1092
1093         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
1094         config unless the summary buffer exists.
1095
1096         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
1097         that target group is computed correctly when articles are marked
1098         as read by Xref handling.
1099
1100         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
1101         imap-open.
1102
1103         * message.el (message-send-mail): Add courtesy string to Bcc's,
1104         too.
1105
1106         * gnus-cite.el (gnus-cited-line-p): New function.
1107
1108 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
1109
1110         * mm-bodies.el (mm-decode-body): Add new optional parameter,
1111         force, to use the supplied charset unconditionally.
1112
1113         * gnus-art.el (article-decode-charset): Use it.
1114
1115 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
1116
1117         * mm-bodies.el (mm-decode-coding-region-safely): New function.
1118         (mm-decode-body): Use it.
1119
1120         * rfc2047.el (rfc2047-decode-region): do.
1121         (rfc2047-decode-string): Guess coding system if the default is
1122         invalid.
1123
1124 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
1125
1126         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
1127         articles are marked 'read, so we get correct article counts.
1128
1129 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1130
1131         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
1132         the button.
1133         (gnus-insert-prev-page-button): Ditto.
1134         (gnus-insert-next-page-button): Ditto.
1135         (gnus-insert-mime-security-button): Ditto.
1136
1137         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
1138         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
1139         (mm-inline-image-xemacs): Ditto.
1140
1141 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
1142
1143         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
1144         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
1145         the recent filename uniqueness discussion.
1146
1147 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1148
1149         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
1150         newline next time.
1151         (mm-inline-image-xemacs): Ditto.
1152
1153 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
1154
1155         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
1156         kill-line.
1157
1158 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
1159
1160         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
1161         kill-line.
1162
1163 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1164
1165         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
1166         fixing the code to match the documentation.
1167         (gnus-agent-fetch-selected-article): Replaced
1168         gnus-summary-update-article-line with gnus-summary-update-line as
1169         the former did not correctly recalculate the thread indentation.
1170         (gnus-agent-find-parameter): The agent-predicate, if not found
1171         anywhere else, defaults to the value of gnus-agent-predicate.
1172         (gnus-agent-fetch-session): Fixed typo; now executes
1173         gnus-agent-fetched-hook rather than the undocumented
1174         gnus-agent-fetch-hook.
1175         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
1176         default agent predicate is now provided by
1177         gnus-agent-find-parameter.
1178         (gnus-agent-message): New macro.  This macro avoids potentially
1179         costly parameter evaluation when the message's level is too high
1180         to display.
1181         (gnus-agent-expire-group-1): Disabled undo tracking in temp
1182         overview buffer. Uses new gnus-agent-message macro to reduce
1183         overhead of optional messages. Reversed message levels to
1184         emphasize percent completion messages.  Detailed messages of
1185         little use except when debugging code.
1186
1187 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1188
1189         * spam.el (spam-ham-move-routine): use
1190         spam-mark-ham-unread-before-move-from-spam-group
1191         (spam-mark-ham-unread-before-move-from-spam-group): new variable
1192
1193 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
1194
1195         * spam.el: load nnimap.el when compiling
1196         (spam-setup-widening): use
1197         nnimap-split-download-body-default instead of
1198         nnimap-split-download-body which is a user-customizable variable
1199
1200 2003-03-07  Simon Josefsson  <jas@extundo.com>
1201
1202         * nnimap.el (nnimap-split-download-body-default): New, holds
1203         default for n-s-d-b.
1204         (nnimap-split-download-body): Add new setting (symbol default),
1205         which uses contents of n-s-d-b-d, and made it the default.
1206
1207 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
1208
1209         * spam.el (spam-use-hashcash): new variable
1210         (spam-list-of-checks): added spam-use-hashcash with associated
1211         spam-check-hashcash
1212         (spam-check-hashcash): new function, installed iff hashcash.el is
1213         loaded
1214         (spam-setup-widening): don't use (return)
1215
1216 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1217
1218         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
1219         predicate of `false' to avoid an error when a group defines no
1220         predicate. Fixed typo that disabled agent scoring (i.e. the
1221         low/high predicates should now work).
1222
1223 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1224
1225         * spam.el: add spam-maybe-spam-stat-load to
1226         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
1227         (spam-bogofilter-register-with-bogofilter): use
1228         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
1229         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
1230         custom variables to replace "-s" and "-n"
1231
1232         * gnus-group.el (gnus-group-get-new-news): call the new
1233         gnus-get-top-new-news-hook hook
1234
1235         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
1236         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
1237
1238 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1239
1240         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
1241
1242 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1243
1244         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
1245         a cl run-time function.
1246
1247 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1248
1249         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
1250         on gnus-agent-short-article.
1251         (gnus-category-read): Replaced CL function mapcar* with new macro:
1252         gnus-mapcar.
1253         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
1254         support functions that accept multiple parameters.  A separate
1255         sequence must be provided for each parameter in the function.
1256         Iteration stops when the end of the shortest list is reached.
1257
1258 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
1259
1260         * nnimap.el (nnimap-request-accept-article): Use delete-region.
1261
1262         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
1263         (html2text-delete-single-tag, html2text-clean-anchor)
1264         (html2text-remove-tags): Use delete-region.
1265         (html2text-fix-paragraphs): Simplify.
1266
1267         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
1268         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
1269         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
1270         kill-region.
1271
1272 2003-03-04  John Paul Wallington  <jpw@gnu.org>
1273
1274         * gnus-agent.el (gnus-agent-enable-expiration)
1275         (gnus-agent-article-alist, gnus-agent-article-alist)
1276         (gnus-agent-cat-defaccessor): Doc fixes.
1277
1278 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1279
1280         * gnus-agent.el (gnus-function-implies-unread-1): Grok
1281         byte-compiled functions.
1282
1283 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1284
1285         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
1286         customization between new maneuvering (which permits selecting
1287         undownloaded articles) and old maneuvering (which skipped over
1288         undownloaded articles) behaviors.
1289         (gnus-summary-find-next): Pass through the unread and subject
1290         parameters when calling gnus-summary-find-prev.
1291         (gnus-summary-find-next,gnus-summary-find-prev): Apply
1292         gnus-auto-goto-ignores to filter out unacceptable articles.
1293
1294 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
1295
1296         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
1297         exists in all supported Emacs versions, so we don't need this
1298         compatibility function.
1299         (mail-source-fetch-pop, mail-source-check-pop)
1300         (mail-source-fetch-webmail): Use read-passwd.
1301
1302         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
1303         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
1304         read-passwd.
1305
1306         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
1307
1308         * imap.el (imap-read-passwd): Remove.
1309         (imap-interactive-login): Use read-passwd.
1310
1311         * canlock.el (canlock-read-passwd): Remove.
1312         (canlock-insert-header, canlock-verify): Use read-passwd.
1313
1314         * sieve-manage.el (sieve-manage-read-passwd): Remove.
1315         (sieve-manage-interactive-login): Use read-passwd.
1316
1317         * pop3.el (pop3-read-passwd): Remove.
1318         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
1319         read-passwd.
1320
1321         * pgg.el (pgg-read-passphrase): Simplify.
1322
1323 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1324
1325         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
1326         'plugged' when actually 'unplugged' bug.
1327         (gnus-category-read): Ignore nil values when converting an
1328         old-format category so that the new-format category will default
1329         those attributes to the global variables.
1330
1331 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1332
1333         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
1334         doc-string.
1335
1336 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
1337
1338         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
1339         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
1340         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
1341         * mm-url.el (mm-url-decode-entities-string): do.
1342         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
1343         * mm-decode.el (mm-find-raw-part-by-type): do.
1344         * message.el (message-send-mail-partially)
1345         (message-send-mail-with-sendmail): do.
1346         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
1347         * gnus-kill.el (gnus-pp-gnus-kill): do.
1348         * gnus-art.el (gnus-article-treat-unfold-headers)
1349         (gnus-article-encrypt-body): do.
1350
1351 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1352
1353         * mail-source.el (mail-source-delete-incoming): Allow integer value.
1354         (mail-source-delete-old-incoming-confirm): New variable.
1355         (mail-source-delete-old-incoming): Use it.  New function.
1356         (mail-source-callback): Call `mail-source-delete-old-incoming' if
1357         `mail-source-delete-incoming' is a nonnegative integer.
1358
1359 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1360
1361         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
1362         (gnus-user-agent): Fixed typo.
1363
1364 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1365
1366         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
1367         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
1368
1369 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1370
1371         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
1372         (gnus-agent-fetch-session): Allow debugging to take place.
1373
1374 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
1375
1376         * gnus-sum.el (gnus-highlight-selected-summary)
1377         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
1378         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
1379         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
1380         and makes it clear that we don't need the side effect.
1381         * gnus-util.el (gnus-delete-line): do.
1382         * gnus-xmas.el (gnus-group-add-icon): do.
1383         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
1384         * nntp.el (nntp-send-authinfo-from-file): do.
1385         * nnml.el (nnml-header-value): do.
1386         * nnheader.el (nnheader-insert-references): do.
1387         * gnus-cite.el (gnus-article-highlight-citation)
1388         (gnus-cite-parse): do.
1389         * gnus-score.el (gnus-score-followup): do.
1390         * gnus-draft.el (gnus-draft-send): do.
1391         * gnus-group.el (gnus-group-highlight-line): do.
1392         * gnus-cache.el (gnus-cache-braid-nov): do.
1393         * nnfolder.el (nnfolder-retrieve-headers)
1394         (nnfolder-request-article): do.
1395         * gnus-art.el (article-hide-boring-headers)
1396         (gnus-article-hide-header): do.
1397
1398         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
1399         * nnml.el (nnml-request-replace-article): do.
1400         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
1401         * nnfolder.el (nnfolder-request-move-article): do.
1402         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
1403         * gnus-art.el (gnus-mm-display-part): do.
1404
1405         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
1406
1407 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1408
1409         * nntp.el (nntp-possibly-change-group): Avoid calling
1410         process-buffer on nil (Which happened when you lost your
1411         connection while fetching); instead signal a "Server Closed
1412         Connection" error.
1413
1414 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1415
1416         * gnus-agent.el (gnus-agent-enable-expiration): New
1417         variable. Either ENABLE or DISABLE.  Sets default behavior for
1418         selecting which groups are expired.
1419         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
1420         gnus-agent-set-cat-groups): Provides abstract interface for
1421         accessing agent category.  Category now implemented by an alist.
1422         (gnus-agent-add-group, gnus-agent-remove-group,
1423         gnus-category-insert-line, gnus-category-edit-predicate,
1424         gnus-category-edit-score, gnus-category-edit-groups,
1425         gnus-category-copy, gnus-category-add, gnus-group-category): Use
1426         new agent category abstraction.
1427         (gnus-agent-find-parameter): New function. Search for agent
1428         configuration parameter first in the group's parameters, then its
1429         topics (if any), and then the group's category.  If not found
1430         anywhere, use the original defined constants.
1431         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
1432         gnus-agent-find-parameter.
1433         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
1434         gnus-agent-cache now blocks retrieving headers and articles from
1435         the local cache.  Fetched content is still added to the cache
1436         before being returned.
1437         (gnus-agent-fetch-session): Use error-message-string to generate
1438         displayed error message.
1439         (gnus-agent-customize-category): New Command. 'e' in category
1440         buffer opens category customization buffer.
1441         (gnus-category-read): Reads either positional or alist format;
1442         returns alist format.
1443         (gnus-category-write): Writes category file compatible with
1444         current, and previous, versions of gnus-agent.
1445         (gnus-category-make-function, gnus-category-make-function-1):
1446         Corrected documentation; parameter is predicate NOT category.
1447         (gnus-predicate-implies-unread): Now works in more cases per the
1448         todo comment.
1449         (gnus-function-implies-unread-1): New function. Supports
1450         gnus-predicate-implies-unread.
1451         (gnus-agent-expire-group): Command now provides default of group
1452         under point.
1453         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
1454         agent-days-until-old parameters. No longer supports
1455         gnus-agent-expire-days being set to an alist.
1456         (gnus-agent-request-article): Now performs its own checks of
1457         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
1458         assuming that the caller will do them correctly.
1459         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
1460         gnus-agent-expire-days is set to an alist.  Converts said alist
1461         into group parameter so that gnus-agent-expire-days will not be
1462         needed.
1463         * gnus-art.el (gnus-request-article-this-buffer): Conditional
1464         checks surrounding gnus-agent-request-article removed; now
1465         performed by gnus-agent-request-article.
1466         * gnus-cus.el (gnus-agent-parameters): New variable. List of
1467         customizable group/topic parameters that regulate the agent.
1468         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
1469         kill-buffer with gnus-kill-buffer to remove the killed buffer from
1470         the list of gnus buffers.
1471         (gnus-trim-whitespace): Removes leading and trailing whitespace
1472         from multiline strings.
1473         (gnus-agent-cat-prepare-category-field,
1474         gnus-agent-customize-category): Constructs a category
1475         customization buffer.
1476         * gnus-int.el (gnus-retrieve-headers,
1477         gnus-request-expire-articles): No longer checks gnus-agent-cache
1478         as it is handled internally by the agent.
1479         (gnus-request-head, gnus-request-body): Conditional checks
1480         surrounding gnus-agent-request-article removed; now performed by
1481         gnus-agent-request-article.
1482
1483         * gnus-start.el (): Added defvar statements to resolve compilation
1484         warnings.
1485         (gnus-long-file-names): New function. Isolates platform dependent
1486         msdos-long-file-names.
1487         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
1488         option of writing directly to file.  Avoids memory exhausted
1489         errors when .newsrc.eld is huge.
1490         (gnus-save-newsrc-file): Uses new
1491         gnus-save-startup-file-via-temp-buffer.
1492         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
1493         standard-output.
1494         (gnus-display-time-event-handler): Changed to alias from a defun
1495         to avoid a compile-time warning when display-time-event-handler is
1496         not defined.
1497         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
1498         standard-output such that prin1 and princ will write directly to a
1499         file.
1500
1501         * gnus.el (gnus-agent-cache): Expanded documentation.
1502         (gnus-summary-high-undownloaded-face): Removed second bold keyword
1503         so that this face is actually bold.
1504
1505         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
1506         gnus-use-cache has been set.
1507
1508 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
1509
1510         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
1511
1512 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
1513
1514         * gnus-art.el (gnus-article-refer-article): Be more permissive.
1515
1516 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1517
1518         * spam.el: Fix typo.
1519
1520 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
1521         (Trivial patch.)
1522
1523         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
1524         errors-buffer. This produces a nicer error message in case of
1525         problems.
1526
1527 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
1528
1529         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
1530         load stats iff spam-use-stat is on
1531
1532         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
1533         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
1534         instead of spam-stat-load and spam-stat-save in the
1535         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
1536
1537 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1538
1539         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
1540
1541 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1542
1543         * message.el (message-make-fqdn): Protect against nil user-mail.
1544
1545 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
1546
1547         * gnus-art.el (gnus-boring-article-headers): New values:
1548         'to-list and 'cc-list.
1549
1550 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1551
1552         * spam.el (spam-setup-widening): new function to set
1553         nnimap-split-download-body, we add it to gnus-get-new-news-hook
1554         (spam-list-of-statistical-checks): list of statistical splitter
1555         checks
1556         (spam-split): added a widen call when a statistical check is
1557         enabled
1558
1559 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1560
1561         * gnus-msg.el (gnus-user-agent): Changed default to
1562         'emacs-gnus-type, renamed 'full.
1563
1564 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
1565
1566         * nnfolder.el (nnfolder-request-accept-article): Don't use
1567         mail-header-unfold-field.
1568
1569 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1570
1571         * imap.el (imap-ssl-open): Don't depend on ssl.el.
1572         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
1573
1574 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1575
1576         * spam.el: add spam-stat-load to gnus-get-new-news-hook
1577         (spam-split): remove spam-stat-load call
1578
1579 2003-02-26  Simon Josefsson  <jas@extundo.com>
1580
1581         * gnus-sum.el (gnus-summary-toggle-header): Run
1582         gnus-article-decode-hook instead of calling a-decode-encoded-words
1583         directly (the latter is run as part of the former).
1584
1585 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1586
1587         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
1588
1589 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
1590
1591         * message.el (message-sendmail-envelope-from): New option.
1592         (message-sendmail-envelope-from): New function.
1593         (message-send-mail-with-sendmail): Use it.
1594
1595 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
1596
1597         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
1598         compensation for TDMA addresses.
1599
1600 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1601
1602         * gnus-msg.el (gnus-user-agent): New variable.
1603         (gnus-version-expose-system): Removed.  Obsoleted by
1604         `gnus-user-agent'.
1605         (gnus-extended-version): Use `gnus-user-agent'.
1606
1607 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1608
1609         * spam.el (spam-stat-register-spam-routine,
1610         spam-stat-register-ham-routine): remove spam-stat-save
1611         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
1612
1613 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1614
1615         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
1616         reference.
1617
1618 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1619
1620         * nnheader.el (nnheader-find-nov-line): Changed midpoint
1621         calculation to avoid integer overflow.
1622
1623 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1624
1625         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
1626
1627 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
1628         * spam.el: disabled spam-get-article-as-filename
1629
1630         From Michael Shields  <shields@msrl.com>
1631
1632         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
1633         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
1634         * gnus-sum.el (gnus-summary-expire-articles): Use it.
1635         * spam.el (spam-summary-prepare-exit): Use it.
1636         * gnus.el (gnus-install-group-spam-parameters): New.
1637         * spam.el (spam-group-ham-processor-copy-p): New.
1638         * spam.el (spam-summary-prepare-exit): Support for ham copying.
1639         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
1640         that would cause the current message to be moved if the group had
1641         no spam.
1642         * spam.el (spam-ham-move-routine): New `copy' argument.
1643
1644 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1645         From Martin Thornquist <martint@ifi.uio.no>
1646
1647         * gnus-topic.el (gnus-topic-select-group): Select last group if
1648         after last group.
1649         * gnus-group.el (gnus-group-select-group): Ditto.
1650
1651 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1652
1653         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
1654         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
1655         point-at-(b|e)ol which aren't available in Emacs 20.
1656
1657         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
1658
1659 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1660
1661         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
1662         clause of the condition-case statement.  Errors connecting to a
1663         server no longer terminate gnus.
1664
1665         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
1666         make its use obvious.  Added no-nothing case to avoid
1667         opening(closing) servers when already open(closed).
1668         (gnus-agent-while-plugged): Added macro to facilitate internal use
1669         of gnus-agent-toggle-plugged.
1670         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
1671         temporarily open servers.
1672         (gnus-agent-get-undownloaded-list): Sort list of article numbers
1673         as sorting gnus-newsgroup-headers is wrong.
1674         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
1675         to temporarily open servers. Corrected logic to handle setting
1676         gnus-agent-mark-unread-after-downloaded.
1677         (gnus-agent-fetch-articles): Now handles headers with missing
1678         article sizes and/or missing article lengths.  Now clears the
1679         message buffer when finished.
1680         (gnus-agent-fetch-group-1): Position point before calling
1681         gnus-summary-set-agent-mark.
1682         (gnus-get-predicate): Corrected description, parameter is
1683         predicate not category.
1684         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
1685         provide a separate single group expiration function.
1686         (gnus-agent-regenerate-group): Now clears the message buffer when
1687         finished.
1688
1689 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1690
1691         * gnus.el (gnus-agent-target-move-group-header): New variable.
1692         * gnus-draft.el (gnus-draft-send): If special header
1693         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
1694         that group, instead of performing the regular sending functions.
1695
1696 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1697
1698         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
1699
1700 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
1701
1702         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
1703         variables.
1704         (message-make-fqdn): Use it.  Improved validity check.
1705
1706 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1707
1708         * message.el (message-user-mail-address): Check whether
1709         user-mail-address looks valid.
1710
1711         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
1712
1713         * gnus-util.el (gnus-fetch-original-field): New function.
1714
1715 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1716
1717         * message.el (message-mode): \\(...\\) around additional
1718         paragraph-separate alternative.
1719
1720 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
1721
1722         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
1723         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
1724         display key bindings.
1725         (gnus-mime-button-menu): Rewrite.
1726
1727 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1728
1729         * gnus-art.el (gnus-button-url-regexp): Removed `.
1730
1731 2003-02-23  Max Froumentin  <mf@w3.org>
1732
1733         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
1734
1735 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1736
1737         * gnus-art.el (gnus-mime-action-on-part): Require a match
1738         interactively.
1739
1740         * gnus-start.el (gnus-save-newsrc-file): Use
1741         gnus-backup-startup-file.
1742         (gnus-backup-startup-file): New variable.
1743
1744 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1745
1746         * gnus.el (gnus-summary-buffer-name): Moved function here.
1747
1748         * gnus-draft.el (defun): Remove debug.
1749
1750 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
1751
1752         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
1753         can't open server.
1754
1755 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1756
1757         * gnus-draft.el (defun): Configure posting styles.
1758
1759         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
1760         the entry for the group exists before we alter it.
1761
1762 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1763
1764         * message.el (message-mode): MML tags separate paragraphs.  Small
1765         change from David S Goldberg <david.goldberg6@verizon.net>.
1766
1767         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
1768         `gnus-newsgroup-headers'.
1769
1770         * gnus-art.el (gnus-article-refer-article): Grok more message id
1771         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
1772
1773 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
1774
1775         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
1776         use "path name".
1777
1778 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
1779
1780         * gnus-sum.el (gnus-summary-move-article)
1781         (gnus-summary-expire-articles): send data header for article, not
1782         just article ID
1783
1784         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
1785         (gnus-register-spool-action): added hashtable of message ID keys
1786         with message motion data
1787
1788 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
1789         From Reiner Steib  <Reiner.Steib@gmx.de>.
1790
1791         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
1792         variable, used in `gnus-button-mid-or-mail-heuristic'.
1793         (gnus-button-mid-or-mail-heuristic): New function derived from
1794         Florian Weimer's Perl script.
1795         (gnus-button-handle-mid-or-mail): Allow a function instead of
1796         'guess.
1797         (gnus-button-guessed-mid-regexp): Removed.
1798
1799 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1800
1801         * message.el (message-resend): Bind message-setup-hook to nil;
1802         remove X-Draft-From header.
1803
1804 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
1805
1806         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
1807         (gnus-newsgroup-undownloaded)
1808         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
1809         Doc fixes.
1810
1811 2003-02-17  John Paul Wallington  <jpw@gnu.org>
1812
1813         * gnus.el (gnus-shell-command-separator, gnus-email-address)
1814         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
1815
1816 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
1817
1818         * gnus-spec.el (gnus-xmas-format): Use insert instead of
1819         insert-string which is obsolete in Emacs 21.4.
1820
1821         * message.el (message-cross-post-followup-to-header): do.
1822
1823         * spam.el (spam-ifile-register-with-ifile)
1824         (spam-stat-register-spam-routine)
1825         (spam-stat-register-ham-routine)
1826         (spam-bogofilter-register-with-bogofilter): do.
1827
1828         * mailcap.el (mailcap-mime-data): Fix typo.
1829
1830         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
1831
1832 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
1833
1834         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
1835         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
1836         `gnus-cite-unsightly-citation-regexp'.
1837
1838 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1839
1840         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
1841         even if there's just a header.
1842
1843 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
1844
1845         * message.el (message-fix-before-sending): Fix highlighting of
1846         illegible and invisible text.
1847
1848         * gnus-util.el (gnus-multiple-choice): Separate choices with
1849         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
1850
1851 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
1852
1853         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
1854
1855 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
1856
1857         * spam.el (spam-ham-move-routine)
1858         (spam-mark-spam-as-expired-and-move-routine): use
1859         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
1860         around process-mark manipulation on the group
1861
1862 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1863
1864         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
1865         submenu.
1866
1867 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1868
1869         * mail-source.el (mail-source-fetch): Reverse the return value of
1870         the continuation question.
1871
1872 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1873
1874         * nndraft.el (nndraft-request-move-article): Bind
1875         nnmh-allow-delete-final to t.
1876
1877 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1878
1879         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
1880
1881 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
1882
1883         * nntp.el (nntp-accept-process-output): Don't use point-max to get
1884         the buffer's size.
1885
1886 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
1887
1888         * nnheader.el: Added cygwin to system-type comparisons.
1889
1890 2003-01-27  Juanma Barranquero  <lektu@terra.es>
1891
1892         * imap.el (imap-mailbox-status): Fix typo.
1893
1894 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1895
1896         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
1897         online.
1898
1899 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1900
1901         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
1902         commands.
1903         * gnus-sum.el: Small change from Frank Weinberg
1904         <frank@usenet-rundfahrt.de>:
1905         (gnus-auto-center-group): New variable.
1906         (gnus-summary-read-group-1): Use it.
1907         (gnus-summary-next-group): Fix docstring.
1908
1909 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1910
1911         * gnus-util.el (gnus-faces-at): Simplify.
1912
1913 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1914
1915         * spam.el (spam-ham-move-routine)
1916         (spam-mark-spam-as-expired-and-move-routine): made the article
1917         move conditional, so it's not called even if there's nothing to move
1918
1919 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1920
1921         * message.el (message-unix-mail-delimiter): Accept any whitespace
1922         after the email address and before the date; do not require the
1923         space character.  From Kurt B. Kaiser <kbk@shore.net>.
1924
1925 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1926
1927         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
1928         gnus-article-boring-faces variable is bound; use gnus-faces-at.
1929
1930         * gnus-util.el (gnus-faces-at): New macro.
1931
1932 2003-02-13  Michael Shields  <shields@msrl.com>
1933
1934         * gnus-cite.el
1935         (gnus-cite-attribution-suffix, gnus-cite-parse):
1936         Better handling for Microsoft citation styles.
1937         (gnus-unsightly-citation-regexp): New.
1938
1939 2003-02-12  Michael Shields  <shields@msrl.com>
1940
1941         * gnus-art.el (article-strip-banner): Strip both per-group and
1942         per-user-address banners.
1943         (article-really-strip-banner): New.
1944
1945 2003-02-12  Michael Shields  <shields@msrl.com>
1946
1947         * gnus-sum.el (gnus-article-goto-next-page,
1948         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
1949         relying on the summary bindings of `n' and `p'.
1950
1951 2003-02-12  Michael Shields  <shields@msrl.com>
1952
1953         * gnus-art.el (gnus-article-only-boring-p): New.
1954         (gnus-article-skip-boring): New.
1955         * gnus-cite.el (gnus-article-boring-faces): New.
1956         * gnus-sum.el (gnus-summary-next-page): Use
1957         gnus-article-only-boring-p.
1958
1959 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
1960
1961         * spam.el (spam-mark-spam-as-expired-and-move-routine)
1962         (spam-ham-move-routine): unmark all articles before marking those
1963         of interest and calling gnus-summary-move-article
1964
1965 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
1966
1967         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
1968         logically the complement of gnus-get-buffer-create and
1969         gnus-add-buffer.
1970
1971         * gnus-util.el (gnus-kill-buffer): do.
1972
1973         * nnmail.el: Autoload gnus-kill-buffer.
1974
1975 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1976
1977         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
1978         gnus-summary-goto-subject as gnus-summary-update-mark operates on
1979         the current LINE.
1980         (gnus-agent-summary-fetch-group): Minimized the number of times
1981         that the article is updated in the buffer.
1982
1983 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
1984
1985         * spam.el (spam-ham-move-routine): use the process-mark instead of
1986         gnus-current-article when moving articles
1987         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
1988
1989 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1990
1991         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
1992         (gnus-topic-catchup-articles): Ditto.
1993         (gnus-topic-mark-topic): Reverse recursive logic.
1994
1995 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
1996
1997         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
1998         gnus-refer-thread-limit is t.
1999
2000 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
2001
2002         * mm-util.el (mm-mule-charset-to-mime-charset): Use
2003         sort-coding-systems to prefer utf-8 over utf-16.
2004
2005 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2006
2007         * gnus-agent.el (gnus-agent-expire-days):
2008         gnus-request-move-article depends on gnus-agent-expire to clean up
2009         the cache after moving the article.  Therefore, g-a-e-d can NOT
2010         default to nil or can gnus-agent-expire be disabled by doing so.
2011         If you don't want to run gnus-agent-expire, don't call it.
2012         (gnus-agent-expire): The broken test to disable gnus-agent-expire
2013         when g-a-e-d was NOT nil was removed.
2014         (gnus-agent-article-name): Removed unnecessary input test as
2015         article IDs are always strings.
2016         (gnus-agent-regenerate-group): Added check to protect against
2017         servers that generate absurdly long article IDs.  Valid IDs are
2018         less than 10 digits to avoid overflow errors.  Fixed logic error
2019         when ensuring that the final article ID is present in the new
2020         alist.
2021
2022 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2023
2024         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
2025         next line after finding the parent.
2026
2027 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2028
2029         * gnus.el (gnus-version-number): Bumped.
2030
2031 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2032
2033         * gnus.el: Oort Gnus v0.15 is released.
2034
2035 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
2036
2037         * nnmail.el (nnmail-split-it): If a message ends up matching the
2038           same mailbox more than once, it will cause duplicates to appear
2039           in the mailbox.
2040
2041 2003-02-08  Simon Josefsson  <jas@extundo.com>
2042
2043         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
2044         code that only worked under Emacs.
2045
2046         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
2047         Das <satyaki@chicory.stanford.edu>.
2048
2049 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
2050
2051         * gnus-art.el (gnus-article-refer-article): Use
2052         gnus-replace-in-string.
2053
2054         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
2055         (gnus-remove-duplicates): do.
2056
2057 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2058
2059         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
2060         (gnus-request-scan): set
2061         gnus-internal-registry-spool-current-method to gnus-command-method
2062         before a request-scan operation
2063
2064         * gnus-registry.el (regtest-nnmail): use
2065         gnus-internal-registry-spool-current-method
2066
2067 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2068
2069         * mail-source.el (mail-source-fetch): Typo fix.
2070
2071 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2072
2073         * nnmail.el (nnmail-spool-hook): new hook
2074         (nnmail-cache-insert): call nnmail-spool-hook
2075
2076         * gnus-registry.el: new file with examples of using the hooks
2077
2078         * gnus.el (gnus-registry): added registry customization group
2079         (gnus-group-prefixed-name): improve function to return full group
2080         name optionally
2081         (gnus-group-guess-prefixed-name): shortcut to
2082         gnus-group-prefixed-name, using just the group name
2083         (gnus-group-full-name): always get a group's full name
2084         (gnus-group-guess-full-name): shortcut, using just the group name
2085
2086         * gnus-sum.el (gnus-summary-article-move-hook)
2087         (gnus-summary-article-delete-hook)
2088         (gnus-summary-article-expire-hook): new hooks
2089         (gnus-summary-move-article, gnus-summary-expire-articles)
2090         (gnus-summary-delete-article): invoke the new hooks
2091
2092 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
2093
2094         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
2095         from message-ID
2096
2097 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
2098
2099         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
2100
2101 2003-02-07  John Paul Wallington  <jpw@gnu.org>
2102
2103         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
2104         (mm-write-region, mm-detect-coding-region): Doc fixes.
2105
2106 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2107
2108         * mail-source.el (mail-source-fetch): Ignore errors.
2109         (mail-source-ignore-errors): New variable.
2110
2111         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
2112         articles.
2113
2114         * gnus-msg.el (gnus-version-expose-system): Change default.
2115
2116 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
2117
2118         * gnus-msg.el (gnus-version-expose-system): New variable.
2119
2120 2003-02-07  Simon Josefsson  <jas@extundo.com>
2121
2122         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
2123         patch from deskpot@myrealbox.com (Vasily Korytov).
2124
2125 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2126
2127         * gnus-art.el (article-display-face): Get the Face header from
2128         the current buffer.
2129
2130 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2131
2132         * gnus-art.el (gnus-mime-view-part-internally): Bind
2133         buffer-read-only to nil.
2134
2135 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2136
2137         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
2138         from g-a-e-1 to g-a-e-2.
2139
2140 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
2141
2142         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
2143         of bbdb-search-simple, use spam-use-BBDB-exclusive
2144         (spam-check-whitelist): use spam-use-whitelist-exclusive
2145         (spam-use-whitelist-exclusive): new variable affecting
2146         spam-use-whitelist
2147         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
2148
2149 2003-02-05  Simon Josefsson  <jas@extundo.com>
2150
2151         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
2152         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
2153         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
2154         (gnus-agent-expire-1): New.
2155         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
2156         (gnus-agent-expire-2): New.
2157
2158 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
2159
2160         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
2161         "delete-if" is misleading because it isn't actually destructive.
2162
2163         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
2164
2165         * nnmail.el (nnmail-purge-split-history): do.
2166
2167         * gnus-win.el (gnus-get-buffer-window): do.
2168
2169         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
2170         let-binding.
2171         (gnus-simplify-all-whitespace): do.
2172
2173 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2174
2175         * gnus-delay.el (gnus-delay-article): Fix binding of the
2176         nndraft:delayed group.
2177
2178 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2179
2180         * gnus.el (spam group parameters): change 'other to 'const in
2181         the group parameter definitions to soothe XEmacs
2182
2183 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2184
2185         * gnus-delay.el (gnus-delay-article): Really create
2186         nndraft:delayed group if it doesn't exist.
2187
2188 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
2189
2190         * gnus-sum.el (gnus-summary-search-article): Speed up by
2191         disabling various visual features while searching.
2192         (gnus-summary-recenter): Test gnus-auto-center-summary first.
2193
2194 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
2195
2196         * spam.el (spam-list-of-checks): Don't quote nil and t in
2197         docstrings.  From the elisp manual:
2198
2199            When a documentation string refers to a Lisp symbol, write
2200            it [..] with single-quotes around it.  [..] There are two
2201            exceptions: write t and nil without single-quotes.
2202
2203         * messcompat.el (message-from-style): do.
2204
2205         * message.el (message-send-mail): do.
2206
2207         * gnus-util.el (gnus-use-byte-compile): do.
2208
2209         * gnus-score.el (gnus-score-lower-thread): do.
2210
2211         * gnus-int.el (gnus-server-unopen-status): do.
2212
2213         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
2214         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
2215
2216         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
2217         (gnus-group-parameters): do.
2218
2219         * gnus-art.el (gnus-article-mime-match-handle-function): do.
2220
2221         * mm-decode.el (mm-text-html-renderer): do.
2222
2223 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2224
2225         * nnheader.el (nnheader-directory-separator-character): Change the
2226         way to compute the dafault value.
2227
2228 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
2229
2230         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
2231         (gnus-button-alist): Fix regexp for describe-key.
2232         (gnus-button-handle-describe-function)
2233         (gnus-button-handle-describe-variable)
2234         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
2235         (gnus-button-handle-apropos-variable)
2236         (gnus-button-handle-apropos-documentation): Docstring fix.
2237
2238         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
2239
2240 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2241
2242         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
2243         to nil.
2244
2245         * nnmail.el: Removed gnus-util autoload.
2246
2247         * gnus.el: Use gnus-prin1-to-string throughout.
2248
2249         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
2250         print-level.
2251
2252         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
2253         (gnus-treat-display-grey-xface): Removed.
2254
2255         * gnus-fun.el (gnus-grab-cam-face): New.
2256         (gnus-convert-image-to-gray-x-face): Removed.
2257         (gnus-convert-gray-x-face-to-xpm): removed.
2258         (gnus-convert-gray-x-face-region): Removed.
2259         (gnus-grab-gray-x-face): Removed.
2260
2261         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
2262
2263 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
2264
2265         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
2266         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
2267         bound.
2268
2269         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
2270
2271 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
2272
2273         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
2274         Remove -- these are bogus options which are never used.
2275
2276 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
2277
2278         * gnus-art.el (gnus-article-mode): Use summary tool bar.
2279
2280 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
2281
2282         * spam.el (spam-check-blackholes)
2283         (spam-blackhole-good-server-regex): new variable to skip some IPs
2284         when checking blackholes; use it
2285         (spam-check-bogofilter-headers)
2286         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
2287         case more X-Bogosity is used than just "Yes/No"
2288         (spam-ham-move-routine): semi-fixed, only first article is
2289         properly moved now
2290
2291 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
2292
2293         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
2294         as well.
2295
2296         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
2297
2298         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
2299
2300         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
2301
2302         * gnus-bcklg.el (gnus-backlog-shutdown): do.
2303
2304         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
2305
2306 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2307
2308         * gnus-fun.el (gnus-face-encode): New function.
2309         (gnus-convert-png-to-face): Use it.
2310
2311         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
2312
2313 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
2314
2315         * mm-decode.el (mm-dissection-list): Remove.
2316         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
2317         only used in mm-remove-all-parts.
2318         (mm-remove-all-parts): Remove it, it's never called.
2319
2320 2003-01-25  Simon Josefsson  <jas@extundo.com>
2321
2322         * gnus-group.el (gnus-group-make-group): Report errors.
2323
2324         * nnimap.el (nnimap-request-create-group): Ditto.
2325
2326         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
2327
2328         * sieve.el (sieve-upload): Fix error printing.
2329
2330         * mm-encode.el (mm-qp-or-base64): Always QP iff
2331         mm-use-ultra-safe-encoding and cleartext PGP.
2332
2333         * gnus-sum.el (gnus-summary-select-article): Inhibit
2334         redisplay (mainly for secured messages).
2335
2336         * nnmail.el (nnmail-article-group): Copy body too (but don't
2337         process it).
2338
2339 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
2340
2341         * gnus-art.el (gnus-article-setup-buffer): Reset
2342         gnus-button-marker-list.
2343
2344 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2345
2346         * nntp.el (nntp-read-timeout): Default to using a second delay
2347         under Microsoft Windows.
2348
2349 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2350
2351         * nnheader.el (nnheader-directory-separator-character): New
2352         variable.
2353
2354 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2355
2356         * gnus-agent.el (gnus-agent-max-fetch-size)
2357         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
2358         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
2359         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
2360         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
2361         (gnus-agent-braid-nov, gnus-agent-load-alist)
2362         (gnus-agent-article-alist-save-format)
2363         (gnus-agent-read-agentview, gnus-agent-save-alist)
2364         (gnus-agent-fetch-group-1, gnus-agent-expire)
2365         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
2366         (gnus-agent-regenerate-group): Reformat to keep under eighty
2367         columns.  Reword docstrings so that first line is under eighty
2368         chars and a complete sentence.  Still need to work on the rear
2369         end of the file, in particular gnus-agent-expire.
2370
2371 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2372
2373         * gnus-agent.el (gnus-agentize): Indent.
2374
2375         * gnus.el (gnus-version-number): Bumped.
2376
2377 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2378
2379         * gnus.el: Oort Gnus v0.14 is released.
2380
2381 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2382
2383         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
2384         before beginning.  Tiny patch from Mark Thomas
2385         <swoon@bellatlantic.net>.
2386
2387 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2388
2389         * spam.el (spam-check-blackholes, spam-split)
2390         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
2391         gnus-message calls to show to users what spam.el is doing
2392
2393 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
2394
2395         * gnus-msg.el (gnus-message-replysign)
2396         (gnus-message-replyencrypt): Fix typo.
2397
2398 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2399
2400         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
2401         details.
2402
2403 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2404
2405         * gnus-art.el (gnus-article-press-button): let* -> let.
2406         (gnus-mime-security-show-details): Cleaned up.
2407         (gnus-mime-security-press-button): Save excursion.
2408         (gnus-insert-mime-security-button): Clean up.
2409
2410         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
2411
2412         * gnus-async.el (gnus-async-wait-for-article): Don't use a
2413         timeout.
2414
2415         * nntp.el (nntp-accept-process-output): Removed timeout.
2416         (nntp-read-timeout): New variable.
2417         (nntp-accept-process-output): Use it.
2418
2419         * gnus-sum.el (gnus-data-find-list): Remove *.
2420
2421 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2422
2423         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
2424         introduced on 2002-01-22.
2425         (gnus-summary-first-unseen-or-unread-subject): Ditto.
2426
2427 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
2428
2429         * spam.el (spam-check-regex-headers, spam-list-of-checks)
2430         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
2431         checks of incoming mail based on simple header regexp matching
2432
2433 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
2434
2435         * gnus-sum.el (gnus-spam-mark): set to `$'
2436
2437 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2438
2439         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
2440         gnus-newsgroup-unfetched, the list of articles whose headers have
2441         not been fetched from the server.
2442
2443         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
2444         parameter as it never worked due to a bug.  Added check to prevent
2445         selection of any article in the gnus-newsgroup-unfetched list.
2446         (gnus-summary-find-prev): Added check to prevent selection of any
2447         article in the gnus-newsgroup-unfetched list.
2448         (gnus-summary-first-subject): Documented API. Modified
2449         implementation so that constraints are handled independently.
2450         Added check to prevent selection of any article in the
2451         gnus-newsgroup-unfetched list.
2452         (gnus-summary-first-unseen-subject): Updated parameters in
2453         gnus-summary-first-subject call to match new API.
2454         (gnus-summary-first-unseen-or-unread-subject): Ditto.
2455         (gnus-summary-catchup): Do not mark unfetched articles as read.
2456
2457 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
2458
2459         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
2460         make-obsolete-variable allows only two arguments in XEmacs and
2461         Emacs 20.
2462
2463         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
2464         gnus-article-hide-pgp.
2465         (gnus-summary-make-menu-bar): do.
2466
2467         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
2468         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
2469         gnus-article-hide-pgp.
2470         (article-hide-pgp): Remove.
2471         (gnus-article-hide): Remove gnus-article-hide-pgp.
2472
2473         * gnus.el: Remove gnus-article-hide-pgp
2474
2475 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2476
2477         * message.el (message-required-headers): Doc fix.
2478
2479 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
2480
2481         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
2482         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
2483         option to make ifile a purely binary classifier
2484
2485 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2486
2487         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
2488         (mml-secure-encrypt-pgpmime): Removed double.
2489
2490         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
2491         debugging statements.
2492
2493 2003-01-21  Andreas Fuchs  <asf@void.at>
2494
2495         * mml-sec.el (mml-sign-alist): Added pgpauto.
2496
2497 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2498
2499         * gnus.el (gnus-version-number): Bumped version number.
2500
2501 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2502
2503         * gnus.el: Oort Gnus v0.13 is released.
2504
2505 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2506
2507         * gnus-art.el (gnus-button-url-regexp): Removed |.
2508
2509         * message.el (message-send-hook): Doc fix.
2510
2511         * gnus-win.el (gnus-buffer-configuration): Display article
2512         instead of article-copy when `reply'.
2513
2514 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
2515
2516         * gnus.el (gnus-format): Change customize group to gnus.
2517         (gnus-cache): Add link.
2518         (gnus-group-charter-alist): Fix docstring.
2519
2520 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
2521
2522         * mailcap.el (mailcap-print-command): lpr-command might be
2523         unbound in XEmacs.
2524
2525 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2526
2527         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
2528
2529         * gnus-sum.el (gnus-summary-update-article-line): Fixed
2530         calculation of net characters added for use in the gnus-data
2531         structure.
2532
2533 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2534
2535         * nnmail.el (nnmail-process-unix-mail-format): Improve error
2536         message.  Suggested by Jari Aalto.
2537
2538 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2539
2540         * gnus-art.el (gnus-article-followup-with-original): Clean up.
2541         (gnus-article-reply-with-original): Ditto.
2542
2543         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
2544         read articles don't become unread.
2545
2546 2003-01-17  Simon Josefsson  <jas@extundo.com>
2547
2548         * gnus-fun.el (gnus-x-face-from-file):
2549         (gnus-face-from-file): Suggest image format in minibuffer prompt.
2550
2551         * gnus-fun.el (gnus-convert-image-to-x-face-command)
2552         (gnus-convert-image-to-face-command): Doc fix.
2553
2554 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2555
2556         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
2557
2558 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
2559
2560         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
2561         avoid encoding problems.
2562
2563         * mailcap.el (mailcap-ps-command): New variable.
2564         (mailcap-mime-data): Add print entry where applicable.  Use
2565         pdftotext on a tty.
2566
2567 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2568
2569         * gnus-sum.el (gnus-alter-header-function): Add type and group.
2570
2571 2003-01-16  Simon Josefsson  <jas@extundo.com>
2572
2573         * gnus-fun.el (gnus-convert-image-to-x-face-command)
2574         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
2575         (gnus-face-from-file): Doc fix; don't mention image format.
2576
2577 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2578
2579         * spam.el (spam-get-article-as-filename): new function (unused for now)
2580         (spam-get-article-as-buffer): new function
2581         (spam-get-article-as-string): use spam-get-article-as-buffer
2582         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
2583
2584 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2585
2586         * gnus-agent.el: Don't use `path'.
2587         From the GNU coding standards:
2588
2589             Please do not use the term ``pathname'' that is used in Unix
2590             documentation; use ``file name'' (two words) instead.  We use
2591             the term ``path'' only for search paths, which are lists of
2592             directory names.
2593
2594         * nnsoup.el (nnsoup-file-name): Ditto.
2595
2596         * nnmail.el (nnmail-pathname-coding-system): Ditto.
2597         (nnmail-group-pathname): Ditto.
2598
2599         * nnimap.el (nnimap-group-overview-filename): Ditto.
2600
2601         * nnheader.el (nnheader-pathname-coding-system): Ditto.
2602         (nnheader-group-pathname): Ditto.
2603
2604         * nnfolder.el (nnfolder-group-pathname): Ditto.
2605
2606         * gnus.el (gnus-home-directory): Ditto.
2607
2608         * gnus-group.el (gnus-group-icon-list): Ditto.
2609
2610 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
2611
2612         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
2613
2614         * message.el (message-mode-menu): Use it.
2615         (message-mode-menu): Deactivate "Yank Original" if there's no
2616         reply buffer.
2617
2618         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
2619
2620         * message.el (message-mark-active-p): New function.
2621
2622 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
2623
2624         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
2625         (spam-bogofilter-database-directory): new variables
2626         (spam-check-bogofilter-headers, spam-check-bogofilter)
2627         (spam-bogofilter-register-with-bogofilter)
2628         (spam-bogofilter-register-spam-routine)
2629         (spam-bogofilter-register-ham-routine)
2630         (spam-group-ham-processor-bogofilter-p): new functions for the new
2631         Bogofilter interface
2632         (spam-summary-prepare-exit): use the new Bogofilter functions
2633         (spam-list-of-checks): added spam-use-bogofilter-headers
2634         (spam-bogofilter-score): rewrote function
2635         (spam-check-bogofilter): optional score parameter, uses
2636         spam-check-bogofilter-headers better
2637         (spam-check-bogofilter-headers): optional score parameter
2638
2639         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
2640         default, in the gnus-start customization group.  Used to disable
2641         the spam-*/ham-* parameters.
2642         (gnus-group-ham-exit-processor-bogofilter): new ham processor
2643
2644 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
2645
2646         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
2647         XEmacs.
2648
2649         * gnus-ems.el (gnus-mark-active-p): do.
2650
2651 2003-01-15  Kevin Ryde  <user42@zip.com.au>
2652
2653         * gnus.texi (Using MIME): Mention auto-compression-mode with
2654         gnus-mime-copy-part.
2655
2656 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2657
2658         * message.el (message-send): Don't warn about duplicates when
2659         superseding.
2660
2661 2003-01-15  Simon Josefsson  <jas@extundo.com>
2662
2663         * nnimap.el (nnimap-split-download-body): New variable.
2664         (nnimap-split-articles): Use it.
2665
2666 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2667
2668         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
2669         integrity checker was incorrectly flagging, and removing, articles
2670         whose article number was negative.
2671         (gnus-agent-fetch-group-1): When executed in the group's summary
2672         buffer, refresh each downloaded line to update the status flag and
2673         font.  Preserve the value of gnus-newsgroup-headers so that
2674         gnus-agent-fetch-articles can split the requests by size.
2675         (gnus-agent-expire): Corrected day calculation for when
2676         gnus-agent-expire-days contains a list.
2677
2678 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2679
2680         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
2681
2682 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
2683
2684         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
2685           /usr/bin/play as default player.
2686           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
2687
2688 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2689
2690         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
2691         articles to be marked as well.
2692
2693 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2694         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
2695         fictious headers generated by nnagent (ie. Undownloaded Article
2696         ####) in the list of articles that have not been downloaded.
2697
2698         * gnus-int.el (): Added require declarations to resolve
2699         compile-time warnings.
2700         (gnus-open-server): If the server status is set to offline,
2701         recursively execute gnus-open-server to open the offline backend
2702         (e.g. nnagent).
2703
2704 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
2705
2706         * gnus-art.el (gnus-article-reply-with-original): Use
2707         gnus-mark-active-p.
2708         (gnus-article-followup-with-original): do.
2709
2710 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2711
2712         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
2713
2714 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2715
2716         * gnus-score.el (gnus-score-edit-file-at-point): New function.
2717         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
2718
2719 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
2720
2721         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
2722         (gnus-face-from-file): Ditto.
2723
2724 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2725
2726         * gnus-sum.el (gnus-articles-to-read): Don't just apply
2727         gnus-alter-articles-to-read-function to the unread articles.
2728
2729 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2730
2731         * deuglify.el (gnus-article-outlook-unwrap-lines)
2732         (gnus-article-outlook-repair-attribution)
2733         (gnus-article-outlook-rearrange-citation): New function names,
2734         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
2735         doc-string.
2736
2737         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
2738         removed `W k' key binding (use `W Y f' instead).
2739         (gnus-summary-make-menu-bar): Use new function names.
2740
2741 2003-01-13  Simon Josefsson  <jas@extundo.com>
2742
2743         * gnus-fun.el (gnus-random-x-face): Doc fix.
2744         (gnus-insert-random-x-face-header): New function.
2745
2746 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
2747
2748         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
2749         mark is not active.
2750
2751         * gnus-msg.el (gnus-inews-do-gcc): Comment.
2752
2753         * gnus-ems.el (gnus-mark-active-p): New function.
2754
2755         * gnus-group.el (gnus-topic-mode-p): New function.
2756         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
2757         Deactivate items if mark is not active.
2758
2759 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2760
2761         * gnus.el (gnus-version-number): Bumped version.
2762         (gnus-summary-line-format): Doc fix.
2763
2764 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2765
2766         * gnus.el: Oort Gnus v0.12 is released.
2767
2768 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2769
2770         * mail-source.el (mail-sources): Removed autoload to make it
2771         compile under XEmacs.
2772
2773 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
2774
2775         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
2776         regexp or a function too.
2777         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
2778         confirmation even if the original article is mail.
2779
2780 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2781
2782         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
2783         articles to be marked when not yanking.
2784
2785 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
2786
2787         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
2788
2789 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2790
2791         * gnus-fun.el (gnus-face-from-file): Autoload.
2792
2793         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
2794         errors.
2795
2796 2003-01-12  Simon Josefsson  <jas@extundo.com>
2797
2798         * sieve.el (sieve-upload-and-bury): New.  Suggested by
2799         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
2800
2801         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
2802         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
2803
2804 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2805
2806         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
2807         in every string.
2808
2809         * gnus.el (gnus-version-number): Bumped version number.
2810
2811 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2812
2813         * gnus.el: Oort Gnus v0.11 is released.
2814
2815 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
2816
2817         * message.el (message-fetch-reply-field): Narrow to headers.
2818
2819         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
2820         if Gnus isn't alive.
2821
2822 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2823
2824         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
2825         marks from articles that are already stored in the agent.
2826         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
2827         backup copy of an invalid .overview file for later analysis.
2828
2829 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
2830
2831         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
2832         exit work with two frames.
2833
2834 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
2835
2836         * message.el (message-forward-make-body): Use mule4.
2837
2838 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2839
2840         * message.el (message-mode-map): Move wide-reply command.
2841
2842 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
2843
2844         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
2845         castellano.
2846         (gnus-outlook-display-hook): New variable.
2847         (gnus-outlook-display-article-buffer): New function.
2848         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
2849         (gnus-outlook-deuglify-article): Made them interactive and added
2850         optional arg.  Use `g-o-d-a-b'.
2851         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
2852
2853         * gnus-sum.el: Added autoloads.
2854         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
2855         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
2856
2857 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2858
2859         * gnus-art.el (gnus-display-mime): Use the mime emulation
2860         variable.
2861
2862         * gnus-sum.el (gnus-article-emulate-mime): New variable.
2863
2864         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
2865         newsrc-alist is initialized properly.
2866
2867         * mail-source.el (mail-sources): Autoload.
2868
2869         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
2870         nil.
2871
2872         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
2873         insert two newlines.
2874
2875         * message.el (message-check-news-header-syntax): Compute the
2876         header length correctly.
2877
2878 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2879
2880         * gnus-agent.el (gnus-agent-expire): Do not remove article from
2881         alist when keeping fetched article file.
2882         (gnus-agent-retrieve-headers): When parsing response for article
2883         numbers, use the same algorithm as gnus-agent-braid-nov to protect
2884         against garbage in the server's response.
2885
2886         * gnus-int.el (gnus-request-expire-articles,
2887         gnus-request-move-article): Only expire when the group's server
2888         has been agentized.
2889
2890 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2891
2892         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
2893         errors when deleting overlays.
2894
2895         * gnus-score.el (gnus-score-followup): Allow tracing.
2896
2897         * gnus-art.el (gnus-treat-display-face): New variable.
2898         (article-display-face): New command.
2899
2900         * gnus-fun.el (gnus-face-from-file): New function.
2901         (gnus-convert-face-to-png): Ditto.
2902
2903         * gnus-art.el (gnus-ignored-headers): Added Face.
2904
2905 2003-01-10  Simon Josefsson  <jas@extundo.com>
2906
2907         * nndraft.el (nndraft-request-group): Avoid crash in
2908         directory-files when draft directory doesn't exists.
2909
2910         * gnus-sum.el (gnus-select-article-hook): Add :option.
2911
2912 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2913
2914         * spam.el (spam-use-stat): new variable
2915         (spam-group-spam-processor-stat-p)
2916         (spam-group-ham-processor-stat-p): new convenience functions
2917         (spam-summary-prepare-exit): add spam/ham processors to sequence
2918         (spam-list-of-checks): add spam-use-stat to list of checks
2919         (spam-split): conditionally load the spam-stat tables
2920         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
2921         spam-check-ifile): new functions
2922
2923         * spam-stat.el (spam-stat): typo fix
2924         (spam-stat-install-hooks): new variable
2925         (spam-stat-split-fancy-spam-group): added documentation clarification
2926         (spam-stat-split-fancy-spam-threshhold): new variable
2927         (spam-stat-install-hooks): make hooks conditional
2928         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
2929
2930         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
2931         spam-stat ham/spam processor symbols
2932
2933 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2934
2935         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
2936         file exists.
2937
2938 2003-01-10  Simon Josefsson  <jas@extundo.com>
2939
2940         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
2941         undownloaded/downloadable only when unplugged.
2942
2943 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
2944
2945         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
2946
2947 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
2948
2949         * spam.el (spam-check-ifile): fixed call-process-region to use the
2950         db parameter only if it's set
2951         (spam-ifile-register-with-ifile): ditto
2952
2953 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
2954
2955         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
2956         spam-stat-nbad before creating the hash table.
2957         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
2958         Changed copyright statement to FSF.
2959
2960 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2961
2962         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
2963         processable articles as read.
2964         (gnus-agent-summary-fetch-series): Remove processable and
2965         downloadable marks on all downloaded articles in the series.
2966
2967         * nntp.el (nntp-report): Throw error after reporting the problem.
2968         (nntp-accept-process-output): Corrected error check to report an
2969         error when the process is nil.
2970
2971 2003-01-09  Simon Josefsson  <jas@extundo.com>
2972
2973         * message.el (message-tool-bar-map): Add preview.
2974
2975 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
2976
2977         * mml.el (mml-preview): Get rid of MIME handles and buffers after
2978         previewing.
2979
2980 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
2981
2982         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
2983         bug when the (n+1)th article to be added to a group has a smaller
2984         number than the n articles already added.
2985
2986 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
2987
2988         * message.el (message-mode-field-menu): Use backquote.
2989
2990 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
2991
2992         * spam.el: fixed the BBDB autoloads again, using
2993         bbdb-search-simple now (which is not a macro, thank god)
2994
2995         * lpath.el (bbdb-search): removed function from maybe-fbind list
2996
2997         * gnus.el (ham-process-destination): added new parameter for
2998         destination of ham articles found in spam groups at summary exit
2999
3000         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
3001         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
3002         (spam-ifile-database-path): added new parameter for ifile's database
3003         (spam-move-spam-nonspam-groups-only): new parameter to determine
3004         if spam should be moved from all groups or only some
3005         (spam-summary-prepare-exit): fixed logic to use
3006         spam-move-spam-nonspam-groups-only when deciding to invoke
3007         spam-mark-spam-as-expired-and-move-routine; always invoke that
3008         routine after the spam has been expired-or-moved in case there's
3009         some spam left over; use spam-ham-move-routine in spam groups
3010         (spam-ham-move-routine): new function to move ham articles to the
3011         ham-process-destinations group parameter
3012
3013 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3014
3015         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
3016
3017         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
3018         gnus-summary-update-article-line.
3019
3020 2003-01-08  Simon Josefsson  <jas@extundo.com>
3021
3022         * nnmail.el (nnmail-expiry-target-group): Request group, create it
3023         not successful.
3024
3025 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3026
3027         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
3028
3029 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3030
3031         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
3032         logic, finally
3033
3034 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3035
3036         * gnus-spec.el (gnus-parse-format): %C is a complex format.
3037         (gnus-parse-format): Change to %~.
3038
3039         * message.el (message-generate-headers): Don't generate optional
3040         empty headers.
3041
3042 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3043
3044         * message.el (message-cross-post-default)
3045         (message-cross-post-note-function, message-shoot-gnksa-feet)
3046         (message-strip-subject-trailing-was, message-change-subject)
3047         (message-mark-insert-file, message-cross-post-followup-to)
3048         (message-cross-post-followup-to, message-mode-map)
3049         (message-generate-unsubscribed-mail-followup-to)
3050         (message-make-mail-followup-to): Minor changes to doc-strings and
3051         error messages.  Updated copyright line.
3052
3053         * message.el (message-make-mail-followup-to,
3054         message-generate-unsubscribed-mail-followup-to): New function
3055         names.  Renamed functions: "-mft" -> "-mail-followup-to".
3056         (message-make-mft, message-gen-unsubscribed-mft): Removed function
3057         names.
3058
3059         * mml.el (mml-preview-insert-mail-followup-to): New function name.
3060         (mml-preview-insert-mft): Removed function name.
3061         (mml-preview): Use new function names.
3062
3063         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
3064
3065         * message.el (message-mode-field-menu): Moved header related
3066         commands from "Message" to "Field" menu.
3067
3068 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3069
3070         * message.el (message-generate-headers-first): Added customization
3071         if variable is a list.
3072
3073 2003-01-07  Michael Shields  <shields@msrl.com>
3074
3075         * gnus-art.el (gnus-article-next-page): Correctly handle the case
3076         where the last line of the article is the last line of the window.
3077
3078 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3079
3080         * gnus-msg.el (gnus-debug): Use ignore-errors.
3081
3082         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
3083         `gnus-summary-update-line'.
3084
3085 2003-01-08  Simon Josefsson  <jas@extundo.com>
3086
3087         * gnus-art.el (gnus-unbuttonized-mime-types)
3088         (gnus-buttonized-mime-types): Doc fix.
3089
3090 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
3091
3092         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
3093
3094 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3095
3096         * nnrss.el (nnrss-group-alist): Add and clear up.
3097
3098 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3099
3100         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
3101
3102         * lpath.el (bbdb-search): added BBDB functions for a better way to
3103         fix missing functions
3104
3105         * spam.el (spam-check-ifile): if should be an unless
3106
3107         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
3108         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
3109         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
3110
3111 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3112
3113         * gnus-sum.el (gnus-summary-make-menu-bar): Added
3114         gnus-summary-refer-thread to thread menu.
3115
3116 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3117
3118         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
3119         summary buffer, articles that cannot be fetched are marked as
3120         canceled.
3121
3122         * nntp.el (nntp-with-open-group): The quit signal handler must
3123         propagate the quit signal to the next outer handler so that the
3124         caller knows that the request aborted abnormally.
3125
3126 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3127
3128         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
3129         (spam-ifile-register-spam-routine)
3130         (spam-ifile-register-ham-routine): added ifile functionality that
3131         does not use ifile-gnus.el to classify and register articles
3132         (spam-get-article-as-string): convenience function
3133         (spam-summary-prepare-exit): added ifile spam and ham registration
3134         (spam-ifile-all-categories, spam-ifile-spam-category)
3135         (spam-ifile-path, spam-ifile): added customization options
3136
3137         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
3138         exit processor
3139         (spam-process): added gnus-group-ham-exit-processor-ifile to the
3140         list of choices
3141
3142 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3143
3144         * gnus-score.el (gnus-score-followup): Also score immediate
3145         followups.
3146
3147 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3148
3149         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
3150
3151 2003-01-07  Simon Josefsson  <jas@extundo.com>
3152
3153         * message.el (message-mode-menu): Fix receipt balloon help.
3154
3155 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
3156
3157         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
3158         always be interpreted as news.
3159
3160 2003-01-07  Simon Josefsson  <jas@extundo.com>
3161
3162         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
3163         gnus-sieve-script, instead of the global variable
3164         gnus-sieve-crosspost.  One-line patch from Steinar Bang
3165         <sb@dod.no>.
3166
3167 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3168
3169         * gnus.el: Renamed gnus-summary-*-uncached-face as
3170         gnus-summary-*-undownloaded-face to avoid confusing the agent with
3171         the cache.
3172
3173         * gnus-sum.el: Ditto.
3174
3175 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3176
3177         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
3178         in either the group or summary buffer.
3179         New command "JS", in summary buffer, will fetch articles per the
3180         group's category, predicate, and processable flags.
3181         (gnus-agent-summary-fetch-series): Rewritten to call
3182         gnus-agent-session-fetch-group once with all articles in the
3183         series.
3184         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
3185         return list of fetched articles.
3186         (gnus-agent-fetch-articles): Split fetch list into sublists such
3187         that the article buffer is only slightly larger than
3188         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
3189         the group's article alist is saved.
3190         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
3191         longer result in the agent trying to fetch an article.
3192         (gnus-agent-fetch-group-1): Can now be called in either the group
3193         or summary buffer.  Removed the max-fetch-size code that I added
3194         on 2002-12-13 as that capability is now part of
3195         gnus-agent-fetch-articles.  Added code to update summary buffer.
3196         When called in the group buffer, articles that can not be fetched
3197         are AUTOMATICALLY MARKED AS READ.
3198
3199         * gnus-sum.el (): Modified eval-when-compile to minimize
3200         misleading compilation warnings.
3201         (gnus-update-summary-mark-positions): Changed code to use
3202         gnus-undownloaded-mark rather than gnus-downloaded-mark.
3203
3204         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
3205         empty file as the parser assumes that the file isn't empty.
3206
3207         * nntp.el (nntp-send-string): The process-send-string call can,
3208         because it performs I/O on the process, change the process' state
3209         from open to closed.  If this happens, call nntp-report
3210         immediately to report the broken connection.
3211         (nntp-report): Rewritten to avoid needing a global variable to
3212         determine the appropriate course of action.  Instead, two function
3213         implementations are provided and the nntp-report function value is
3214         bound to the appropriate implementation.
3215         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
3216         (nntp-with-open-group): Now binds nntp-report's function cell
3217         rather than binding gnus-with-open-group-first-pass.  Added a
3218         condition-case to detect a quit during a nntp command.  When the
3219         quit occurs, the current connection is closed as a fetch articles
3220         request could have several megabytes queued up for reading.
3221         (nntp-retrieve-headers): Bind articles to itself.  If
3222         nntp-with-open-group repeats this command, I must have access to
3223         the original list of articles.
3224         (nntp-retrieve-groups): Ditto for groups.
3225         (nntp-retrieve-articles): Ditto for articles.
3226         (*): Replaced nntp-possibly-change-group calls to
3227         nntp-with-open-group forms in all, but one, occurrance.
3228         (nntp-accept-process-output): Bug fix. Detect when called with
3229         null process.
3230
3231 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
3232
3233         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
3234         if we don't need to.
3235         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
3236
3237 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3238
3239         * gnus-group.el (gnus-group-make-web-group): Pass the select
3240         method on to group-create.
3241         (gnus-group-line-format-alist): %U is an integer.
3242
3243         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
3244         ephemeral groups.
3245         (gnus-summary-read-group-1): Ditto.
3246         (gnus-group-make-articles-read): Ditto.
3247
3248         * mm-url.el (mm-url-program): Doc fix.
3249
3250         * message.el (message-mode-map): Rebound
3251         message-insert-wide-reply.
3252
3253 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3254
3255         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
3256         color as `gnus-group-startup-message' does.
3257
3258 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
3259
3260         * spam.el: fixed line lengths to 80 chars or less
3261
3262         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
3263         "not-read" mark
3264         (gnus-summary-mark-forward): added the spam-mark to the list of
3265         marks not to be marked as "read" when viewed
3266
3267 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3268
3269         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
3270
3271         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
3272         Protect against unactive groups.
3273
3274         * message.el (message-check-news-header-syntax): Check long
3275         header lines.
3276         (message-check-news-header-syntax): Update `start'.
3277
3278         * gnus-group.el (gnus-group-expire-articles): Doc fix.
3279         (gnus-group-line-format): %U.
3280         (gnus-group-line-format-alist): ?U.
3281         (gnus-number-of-unseen-articles-in-group): New function.
3282
3283         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
3284
3285         * gnus.el (gnus-version-number): Bump version number.
3286
3287 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3288
3289         * gnus.el: Oort Gnus v0.10 is released.
3290
3291 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3292
3293         * gnus.el (gnus-version-number): Fix version number.
3294
3295 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3296
3297         * gnus.el: Oort Gnus v0.08 is released.
3298
3299 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
3300
3301         * mm-util.el: Add mm-string-make-unibyte.
3302
3303         * gnus-group.el (gnus-group-jump-to-group): Make it work for
3304         UTF-8 groups.
3305
3306 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3307
3308         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
3309
3310         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
3311
3312 2003-01-04  Kevin Ryde  <user42@zip.com.au>
3313
3314         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
3315         function.
3316
3317 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3318
3319         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
3320         (gnus-summary-read-group-1): Update group line.
3321         (gnus-summary-exit-no-update): Update group on exit.
3322
3323         * gnus-group.el (gnus-group-line-format): Add %*.
3324         (gnus-group-line-format-alist): Ditto.
3325         (gnus-group-insert-group-line): Set it.
3326         (gnus-group-is-exiting-p): New variable.
3327         (gnus-group-insert-group-line): Use it.
3328
3329 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
3330
3331         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
3332         enable BBDB ham processing
3333         (spam-blacklist-register-routine): enable blacklist spam processing
3334         (spam-whitelist-register-routine): enable whitelist ham processing
3335         (spam-fetch-field-from-fast): fast fetching of the "from" field
3336         from (gnus-data-list)
3337         (spam-summary-prepare-exit): works completely now
3338         (spam-use-blacklist): oops, should be nil by default
3339         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
3340         split processing now; before it was for summary exit as
3341         well but that's done with the spam-contents and spam-process
3342         parameters now
3343
3344 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
3345
3346         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
3347         characters.
3348
3349 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
3350
3351         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
3352         (spam-group-processor-p, spam-group-processor-bogofilter-p)
3353         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
3354         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
3355         (spam-mark-spam-as-expired-and-move-routine)
3356         (spam-generic-register-routine, spam-BBDB-register-routine)
3357         (spam-ifile-register-routine, spam-blacklist-register-routine)
3358         (spam-whitelist-register-routine): new functions
3359         (spam-summary-prepare-exit): added summary exit processing (expire
3360         or move) of spam-marked articles for spam groups; added slots for
3361         all the spam-*-register-routine functions
3362
3363 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3364
3365         * pop3.el (pop3-retr): Wait 500 msecs.
3366         (pop3-read-response): Ditto.
3367
3368         * gnus-msg.el (gnus-setup-message): Get the evaliation order
3369         right.
3370         (gnus-inews-make-draft): New function.
3371         (gnus-setup-message): Use it.
3372
3373         * message.el (message-required-headers): Add From.
3374
3375 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3376         Trivial patch from Norbert Koch <nk@viteno.net>.
3377
3378         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
3379
3380 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3381
3382         * message.el (message-generate-headers): Let header formatters do
3383         their work.
3384
3385 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
3386
3387         * deuglify.el (gnus-article-outlook-deuglify-article):
3388         Rehighlight, reapply treatments and call
3389         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
3390         (gnus-outlook-repair-attribution-block): Recognize cited
3391         attributions.  Suggested by Niklas Morberg.
3392
3393 2003-01-02  Pete Kazmier  <pete@kazmier.com>
3394
3395         * gnus-art.el (gnus-treat-predicate): Check condition first.
3396
3397 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
3398
3399         * lpath.el: Add url-http-file-exists-p.
3400
3401         * gnus-group.el (gnus-group-fetch-charter): Use
3402         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
3403
3404 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3405
3406         * message.el (message-draft-headers): Also generate From to get a
3407         nicer draft buffer summary.
3408
3409         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
3410         parameter.
3411
3412         * gnus-art.el (article-wash-html): Clean up.
3413         (article-wash-html): Typo fix.
3414
3415         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
3416         (gnus-summary-mail-forward): To many lists of lists.
3417
3418         * gnus-art.el (article-wash-html): Clean up.
3419
3420 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
3421
3422         * gnus-art.el (gnus-treat-wash-html): New variable.
3423
3424 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3425
3426         * message.el (message-check-news-header-syntax): Allow posting.
3427         (message-check-news-header-syntax): Fix logic for sure, this
3428         time.
3429
3430 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
3431
3432         * message.el (message-check-news-header-syntax): Check syntax of
3433         continuation headers.
3434
3435 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
3436
3437         * gnus-art.el (gnus-button-url-regexp,
3438         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
3439         (gnus-header-button-alist): Regexps are case insensitive here.
3440
3441 2003-01-02  Simon Josefsson  <jas@extundo.com>
3442
3443         * dig.el (query-dig): Doc fix.
3444
3445 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3446
3447         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
3448         summary buffer line, not just the download mark.
3449
3450 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3451
3452         * gnus-sum.el (gnus-summary-goto-subjects): New function.
3453         (gnus-summary-insert-dormant-articles): New command and
3454         keystroke.
3455
3456         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
3457         function for mass insertion of subjects.
3458
3459         * nndraft.el (nndraft-generate-headers): Don't move point.
3460
3461         * gnus.el (nnheader): Require nnheader.
3462
3463         * nndraft.el (nndraft-request-associate-buffer): Use
3464         make-local-variable.
3465
3466 2003-01-02  Michael Shields  <shields@msrl.com>
3467
3468         * nndraft.el (nndraft-request-associate-buffer): Make
3469         write-contents-hooks buffer-local before setting it.
3470
3471 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3472
3473         * gnus.el (gnus-group-parameter-value): Take an extra param.
3474         (gnus-group-fast-parameter): Let group param results be nil.
3475
3476         * gnus-art.el (gnus-article-forward-header): New function.
3477         (article-date-ut): Use it to remove continuation date headers.
3478
3479         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
3480         read-event.
3481         (gnus-summary-remove-bookmark): Clean up.
3482         (gnus-summary-set-bookmark): Clean up.
3483
3484         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
3485
3486         * gnus.el (gnus-group-startup-message): Bind data-directory to
3487         the Gnus etc directory.
3488
3489 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
3490
3491         * spam.el (spam-summary-prepare-exit): added slots for spam- and
3492         ham-processing of articles; use the new
3493         spam-group-(spam|ham)-contents-p functions
3494         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
3495         convenience functions
3496         (spam-mark-junk-as-spam-routine): use the new
3497         spam-group-spam-contents-p function
3498
3499         * gnus.el (spam-process, spam-contents, spam-process-destination):
3500         added new parameters with corresponding global variables
3501         (gnus-group-spam-exit-processor-ifile,
3502         gnus-group-spam-exit-processor-bogofilter,
3503         gnus-group-spam-exit-processor-blacklist,
3504         gnus-group-spam-exit-processor-whitelist,
3505         gnus-group-spam-exit-processor-BBDB,
3506         gnus-group-spam-classification-spam,
3507         gnus-group-spam-classification-ham): added new symbols for the
3508         spam-process and spam-contents parameters
3509
3510         * spam.el (spam-ham-marks, spam-spam-marks): changed list
3511         customization and list itself to store mark symbol rather than
3512         mark character.
3513         (spam-bogofilter-register-routine): added logic to generate mark
3514         values list from spam-ham-marks and spam-spam-marks, so (member)
3515         would work.
3516
3517 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3518
3519         * message.el (message-cross-post-followup-to): Fix comment.
3520
3521 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
3522
3523         * spam.el (spam-ham-marks, spam-spam-marks): changed list
3524         customization and list itself to store mark symbol rather than
3525         mark character.
3526         (spam-bogofilter-register-routine): added logic to generate mark
3527         values list from spam-ham-marks and spam-spam-marks, so (member)
3528         would work.
3529
3530 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
3531
3532         * message.el (message-signature-insert-empty-line): New variable.
3533
3534 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3535
3536         * message.el: Renamed functions and variables: "xpost" ->
3537         "cross-post", "-fup2" -> "-followup-to".
3538         (message-cross-post-old-target, message-cross-post-default,
3539         message-cross-post-note, message-followup-to-note,
3540         message-cross-post-note-function): New variables names.
3541         (message-xpost-old-target, message-xpost-default,
3542         message-xpost-note, message-fup2-note,
3543         message-xpost-note-function): Removed variable names.
3544         (message-cross-post-followup-to-header,
3545         message-cross-post-insert-note, message-cross-post-followup-to):
3546         New function names.
3547         (message-xpost-fup2-header, message-xpost-insert-note,
3548         message-xpost-fup2): Removed function names.
3549
3550 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3551
3552         * message.el (message-send-mail): Added message-cleanup-headers to
3553         prevent newlines in headers.
3554
3555 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3556
3557         * dns.el (dns-make-network-process): Comment.
3558
3559         * gnus-sum.el (gnus-summary-display-while-building): Default to
3560         nil.
3561
3562 2003-01-01  Wes Hardaker  <wes@hardakers.net>
3563
3564         * gnus-sum.el (gnus-summary-display-while-building): New
3565         variable.
3566
3567 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
3568
3569         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
3570         before rearranging the article.
3571
3572 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3573
3574         * nndraft.el (nndraft-generate-headers): New function.
3575         (nndraft-request-associate-buffer): Use it to write headers on
3576         buffer save.
3577
3578         * message.el (message-generate-headers): Let the function be a
3579         lambda form.
3580         (message-draft-headers): New variable.
3581
3582         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
3583         function.
3584         (gnus-setup-message): Use it.
3585
3586         * message.el (message-generate-headers-first): Doc fix.
3587         (message-setup-1): Use new function for getting which headers to
3588         generate.
3589         (message-headers-to-generate): New function.
3590
3591 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3592
3593         * gnus-agent.el (gnus-agent-save-alist): Make directory.
3594
3595 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
3596
3597         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
3598         mention negatives.
3599
3600 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
3601
3602         * deuglify.el (gnus-outlook-rearrange-article): Use
3603         `transpose-regions' instead of tempering the kill-ring.
3604         (gnus-article-outlook-deuglify-article): Rehighlight article
3605         instead of a complete redisplay.
3606
3607 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
3608
3609         * spam.el: most defvars are defcustoms now
3610
3611         patches from Michael Shields  <shields@msrl.com>
3612
3613         * spam.el (spam-bogofilter-articles): Select the article
3614         body using gnus-summary-show-article t instead of
3615         gnus-summary-select-article; this presents the raw text
3616         without running any hooks.
3617
3618         * spam.el (spam-bogofilter-articles): Use message-remove-header
3619         to remove headers; the old way incorrectly removed just the first
3620         line of folded headers.
3621
3622 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3623
3624         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
3625
3626 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3627
3628         * gnus-start.el (gnus-load): New function.
3629         (gnus-read-newsrc-el-file): Use it.
3630
3631 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3632
3633         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
3634         (gnus-button-handle-apropos-documentation): New function.
3635         (gnus-button-handle-ctan): New function.
3636         (gnus-button-alist): Use them.  Improve some regexps.
3637         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
3638
3639 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3640
3641         * message.el (message-subscribed-p): New function.
3642         (message-send-mail): Use it.
3643         * mml.el (mml-preview-insert-mft): New function.
3644         (mml-preview): Use it.
3645
3646 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3647
3648         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
3649         when sorting by date.
3650
3651         * gnus-art.el (gnus-article-edit-mode): New variable.
3652         (gnus-article-setup-buffer): Warn user about discarding edits.
3653
3654         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
3655         (gnus-summary-pipe-output): Take a symbolic prefix to save all
3656         headers.
3657
3658         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
3659
3660 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3661
3662         * message.el (message-completion-alist): Added "Mail-Followup-To"
3663         and "Mail-Copies-To".
3664
3665 2002-07-21  Jesper harder  <harder@ifa.au.dk>
3666
3667         * gnus-group.el: Add key bindings for
3668         gnus-group-sort-groups-by-real-name and
3669         gnus-group-sort-selected-groups-by-real-name.
3670
3671 2002-07-21  Jesper harder  <harder@ifa.au.dk>
3672
3673         * gnus.texi (Sorting Groups): Add key bindings for
3674         gnus-group-sort-groups-by-real-name and
3675         gnus-group-sort-selected-groups-by-real-name.
3676
3677 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
3678
3679         * spam.el (spam-use-dig): new variable for blackhole checking
3680         through dig.el
3681         (spam-check-blackholes): added dig.el checking functionality and
3682         more verbose reporting; query-dig is autoloaded from dig.el
3683         (spam-use-blackholes): disabled by default
3684         (spam-blackhole-servers): removed rbl.maps.vix.com from the
3685         blackhole servers list
3686
3687 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3688
3689         * message.el (message-required-headers): New variable.
3690
3691 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
3692
3693         * dig.el (query-dig): new function
3694
3695 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3696
3697         * flow-fill.el (fill-flowed): Don't infloop on too long fill
3698         prefixes.
3699
3700         * dns.el (query-dns): Protect against errors.
3701
3702         * gnus-msg.el (gnus-article-yanked-articles): New variable.
3703         (gnus-inews-add-send-actions): Mark all answered messages as
3704         answered.
3705
3706 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
3707
3708         * nnmail.el (nnmail-split-it): Added tracing to
3709         `:' split rule
3710
3711 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
3712
3713         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
3714         and "%s" so we don't overquote them.
3715
3716 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
3717
3718         * (mm-display-external): Display the actual command that has been
3719         executed in the echo area.
3720
3721 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3722
3723         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
3724
3725         * message.el (message-with-reply-buffer): New macro.
3726         (message-fetch-reply-field): Use it.
3727         (message-insert-wide-reply): New command and keystroke.
3728         (message-carefully-insert-headers): New function.
3729         (message-insert-to): Use new function.
3730
3731         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
3732         (gnus-topic-goto-missing-group): Use it.
3733
3734         * message.el (message-required-news-headers): Removed Lines.
3735         (message-reply): Don't insert References first.
3736         (message-followup): Ditto.
3737         (message-make-references): New function.
3738         (message-followup): Set message-reply-headers before generating
3739         the buffer stuff.
3740
3741 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
3742
3743         * mml.el (mml-generate-mime-1): Reverse the order of
3744         encoding/flowing.
3745
3746 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3747
3748         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
3749         after moving them.
3750
3751         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
3752         fit with newer standard format.
3753         (gnus-summary-make-false-root-always): New variable.
3754         (gnus-gather-threads-by-subject): Use it.
3755
3756         * message.el (message-get-reply-headers): Take an address list
3757         optional argument.
3758
3759 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3760
3761         * gnus.el (gnus-keep-backlog): Change default to 20.
3762
3763         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
3764         start.
3765         (gnus-agent-check-overview-buffer): Remove negative article
3766         numbers.
3767
3768         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
3769         (nnmail-cache-ignore-groups): Doc fix.
3770
3771         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
3772         (nnimap-debug-buffer): New variable.
3773         (nnimap-debug): Use it.
3774
3775 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
3776
3777         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
3778
3779 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3780
3781         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
3782         they aren't already sorted.
3783
3784 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
3785
3786         * message.el (message-mode-menu): Add ellipses to menu items
3787         expecting user interaction.
3788         (message-mode-field-menu): do.
3789
3790 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
3791
3792         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
3793         it isn't used any more.
3794
3795 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
3796
3797         * binhex.el (binhex-decoder-program): Fix docstring.
3798
3799 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3800
3801         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
3802         special chars if the mailcap file uses single quotes around %s.
3803         From Laurent Martelli <laurent@bearteam.org>.
3804
3805 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
3806
3807         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
3808         return the info object.
3809
3810 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
3811
3812         * gnus-int.el (gnus-request-update-info): Artificially add
3813         (1 . (1- min)) to the read range, in case the backend doesn't
3814         store marks for nonexistent articles.
3815
3816 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3817
3818         * binhex.el (binhex-insert-char): Eval-and-compile.
3819
3820 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
3821
3822         * lpath.el: Add tool-bar-local-item-from-menu.
3823
3824         * message.el (message-tool-bar-local-item-from-menu): New function.
3825         (message-tool-bar-map): Use it.
3826
3827 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
3828
3829         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
3830
3831         * gnus-art.el (gnus-article-header-rank): Last header in
3832         gnus-sorted-header-list should have higher rank than non-members.
3833
3834 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3835
3836         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
3837         covered methods.
3838
3839 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3840
3841         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
3842         eval-when-compile.  Suggested by Kevin Greiner.
3843
3844 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
3845
3846         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
3847         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
3848         even though no headers may have been fetched
3849         (gnus-agent-fetch-group-1, and perhaps others, require this
3850         behavior).
3851         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
3852         server buffer is constrained by gnus-agent-max-fetch-size.
3853         Multiple chunks in the same group may perform arbitrarily large
3854         updates.
3855
3856 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
3857
3858         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
3859         gnus-summary-update-download-mark to update the article in the
3860         summary.
3861
3862 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
3863
3864         * gnus.el (gnus-summary-high-uncached-face,
3865         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
3866         New faces.
3867
3868         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
3869         added this on 2002-11-23 but it just wasn't working out as
3870         intended.  The idea isn't entirely dead, three new faces
3871         gnus-summary-*-uncached-face are being added to gnus.el to provide
3872         the basis for an improved implementation.
3873         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
3874         proper file to open is lib/servers.
3875         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
3876         (i.e. removing the article from gnus-newsgroup-downloadable) will
3877         now restore the article's default mark rather than simply setting
3878         no mark.
3879         (gnus-agent-get-undownloaded-list): Corrected documentation.
3880         Added code to set new summary local variable,
3881         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
3882         a temporary list.  No longer sets gnus-newsgroup-downloadable.
3883         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
3884         up to date.  Call new gnus-summary-update-download-mark to keep
3885         summary buffer up-to-date.
3886         (gnus-agent-fetch-selected-article): Keep
3887         gnus-newsgroup-undownloaded up to date.
3888         (gnus-agent-fetch-articles): Return list of articles that were
3889         successfully fetched.
3890         (gnus-agent-check-overview-buffer): No more thingatpt.
3891         (gnus-agent-expire): No longer deletes NOV entries of unread
3892         articles.
3893         (gnus-agent-unread-articles): New function.
3894         (gnus-agent-regenerate-group): The article number must be
3895         terminated by a tab character.  Added more messages to report
3896         repairs.  Inhibit quits while writing changes so it is now safe
3897         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
3898         downloaded to 1) resolve the unbound references and 2) avoid
3899         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
3900
3901         * gnus-art.el (gnus-article-prepare): The agent
3902         downloaded/undownloaded mark is no longer stored as the article's
3903         mark.
3904
3905         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
3906         gnus-summary-highlight may use it.  Added downloaded as
3907         gnus-summary-highlight was using it.
3908
3909         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
3910         the download mark now follows Kai's +/- convention.
3911         (gnus-downloaded-mark): Added ?+ mark.
3912         (gnus-summary-highlight): Added rules to select
3913         gnus-summary-high-uncached-face,
3914         gnus-summary-normal-uncached-face, and
3915         gnus-summary-low-uncached-face.  Removed the
3916         gnus-agent-downloaded-article-face.
3917         (gnus-summary-line-format-alist): Implemented the download flag
3918         format (?O) as named in the manual.  This implementation displays
3919         either gnus-undownloaded-mark, gnus-downloaded-mark, or
3920         gnus-no-mark.
3921         (gnus-newsgroup-agentized): New local variable that identifies
3922         which groups are agentized.  While the agent is now on by default,
3923         you don't have to agentize every server that you use.
3924         (gnus-update-summary-mark-positions): Completed support for the
3925         download type of mark.
3926         (gnus-summary-insert-line): Added undownloaded to the parameters.
3927         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
3928         reference by the gnus-summary-line-format-spec.
3929
3930         * nntp.el (nntp-with-open-group): This macro handles dropped or
3931         broken connections by opening a new connection and repeating the
3932         failed command.
3933         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
3934         XOVER commands preceeding the active articles with the nov entry
3935         of the first available article.  When gnus connected to such a
3936         server, the unexpected nov entry would result in duplicate lines
3937         in the agent's overview file.  This patch fixes the duplicate
3938         lines problem and improves performance by skipping over all
3939         articles IDs that preceed the first nov entry in the server's
3940         reply.
3941
3942 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3943
3944         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
3945         (gnus-summary-highlight): Use it instead of `downloaded'.
3946         (gnus-summary-highlight-line): Ditto.
3947
3948         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
3949
3950 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3951
3952         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
3953
3954         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
3955         calls.
3956
3957         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
3958         downloaded variable if we're in an uncovered group.
3959
3960         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
3961         font to soemthing less noticeable.
3962         (gnus-agent-group-covered-p): New function.
3963
3964 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3965
3966         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
3967         Because of an unknown bug, the group buffer is saved in .overview
3968         file.
3969
3970 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3971
3972         * nntp.el (nntp-send-command): Braino in last commit.  Replace
3973         `and' with `or'.
3974
3975 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3976
3977         * nntp.el (nntp-send-command): Assume that echo does not happen
3978         when nntp-open-connection-function is nntp-open-network-stream.
3979         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
3980
3981 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3982
3983         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
3984
3985 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
3986
3987         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
3988         nntp-server-buffer if we aren't going to write to it.
3989
3990 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3991         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
3992
3993         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
3994
3995 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3996
3997         * rfc2047.el (rfc2047-decode-region): Remove newlines between
3998         decoded words.
3999
4000 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4001
4002         * gnus.el (fboundp): After loading mm-util, make sure it was the
4003         right one.
4004
4005 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4006
4007         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
4008         gnus-sum.  Made into a user option.
4009
4010         * gnus-sum.el (gnus-simplify-ignored-prefixes)
4011         (gnus-summary-mark-article-as-unread)
4012
4013 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4014
4015         * time-date.el (date-to-time): Typo.
4016
4017         * parse-time.el: Typo.
4018
4019         * nnsoup.el (nnsoup-retrieve-headers): Typo.
4020
4021         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
4022
4023         * nnimap.el:
4024         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
4025
4026         * mm-encode.el (mm-safer-encoding): Typo.
4027
4028         * messcompat.el: Typo.
4029
4030         * message.el (message-face-alist): Typo.
4031
4032         * imap.el (imap-interactive-login, imap-open): Typos.
4033
4034         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
4035
4036         * gnus.el: Typo.
4037
4038         * gnus-win.el (gnus-configure-frame): Typo.
4039
4040         * gnus-util.el (gnus-atomic-progn-assign): Typo.
4041
4042         * gnus-topic.el (gnus-topic-sort-topics): Typo.
4043
4044         * gnus-sum.el (gnus-summary-article-number)
4045         (gnus-summary-read-group-1, gnus-summary-mark-article)
4046         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
4047
4048         * gnus-mule.el (gnus-mule-add-group): Typo.
4049
4050         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
4051
4052         * gnus-group.el (gnus-group-fetch-faq): Typo.
4053
4054         * gnus-art.el (gnus-decode-header-methods): Typo.
4055
4056         * flow-fill.el: Typo.
4057
4058 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
4059
4060         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
4061
4062 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4063
4064         * gnus-sum.el (gnus-simplify-ignored-prefixes)
4065         (gnus-summary-mark-article-as-unread)
4066         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
4067         Reformatting to avoid long lines.
4068         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
4069
4070 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
4071
4072         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
4073         be accessed through `mail-header-number'.
4074
4075 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4076
4077         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
4078         compressed range to gnus-summary-insert-articles.
4079
4080 2002-11-26  Kevin Ryde <user42@zip.com.au>
4081
4082         * gnus-art.el (gnus-mime-copy-part): Look for filename
4083         parameter under content-disposition, not content-type.
4084
4085         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
4086         (gnus-summary-reselect-current-group): Use it.
4087
4088 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4089
4090         * gnus-agent.el (gnus-agent-uncached-articles): if
4091         gnus-agent-load-alist fails, return ARTICLES.
4092
4093         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
4094
4095 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4096
4097         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
4098         superfluous function call.
4099         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
4100         Add warning to docstring.
4101
4102 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4103
4104         * gnus-agent.el: Autoload number-at-point instead.
4105         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
4106
4107 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4108
4109         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
4110         require thingatpt (for number-at-point) and protect against
4111         deactivate-mark being unbound (on XEmacs).
4112
4113 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4114
4115         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
4116         print message on entry.
4117
4118         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
4119
4120         * gnus-range.el (gnus-range-difference): New function.
4121         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
4122
4123 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4124
4125         * gnus-sum.el (gnus-summary-insert-old-articles): Use
4126         gnus-remove-from-range instead of gnus-range-difference which
4127         doesn't exist.
4128
4129 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4130         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
4131
4132         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
4133         used for showing which articles have been downloaded.
4134         (gnus-agent-article-alist): Format change.  Add documentation.
4135         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
4136         process-marked articles.
4137         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
4138         in the series are individually fetched to minimize lose of
4139         content due to an error/quit.
4140         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
4141         gnus-message instead of message.
4142         (gnus-agent-read-servers): Use file lib/methods instead of
4143         lib/servers.  TODO: Why?
4144         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
4145         (gnus-agent-get-undownloaded-list): Remove articles that appear to
4146         come from the agent.  This means that they are not downloaded.
4147         (gnus-agent-fetch-selected-article): Don't use history.
4148         (gnus-agent-save-history, gnus-agent-enter-history)
4149         (gnus-agent-article-in-history-p, gnus-agent-history-path):
4150         Removed function; history is not used anymore.
4151         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
4152         (gnus-agent-crosspost): Started rewrite then realized that a typo
4153         in gnus-agent-fetch-articles ensures that this function is never
4154         called.  This will need to be fixed later.
4155         (gnus-agent-check-overview-buffer): Some sanity checks on the
4156         agent overview buffer.  This is a safety net used during
4157         development.
4158         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
4159         changed, write a number to the file indicating this.
4160         (gnus-agent-fetch-headers): Rewrite to respect
4161         gnus-agent-consider-all-articles without relying on the
4162         `.fetched' files.  Make it fast.
4163         (gnus-agent-braid-nov): Change resulting from
4164         gnus-agent-fetch-headers change.
4165         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
4166         `.fetched' files.
4167         (gnus-agent-read-agentview): New function, used by
4168         gnus-agent-load-alist.
4169         (gnus-agent-load-fetched-headers): Remove.
4170         (gnus-agent-save-alist): Rewrite to accomodate new format.
4171         (gnus-agent-fetch-group-1): Make sure list of articles is in the
4172         same order as in gnus-newsgroup-headers.
4173         (gnus-agent-expire): Document and implement extra args ARTICLES,
4174         GROUP, FORCE.  Do not restrict usage.
4175         (gnus-agent-uncached-articles): New function.
4176         (gnus-agent-retrieve-headers): Use it.
4177         (gnus-agent-regenerate-group): No longer needs to be called from
4178         gnus-agent-regenerate.  Individual groups may be regenerated. The
4179         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
4180         The article fetch dates are validated in the article alist.  The
4181         article alist is pruned of entries that do not reference existing
4182         NOV entries.  All changes are computed then applied with
4183         inhibit-quit bound to t.  As a result, it is now safe to quit out of
4184         regeneration.  The optional clean parameter has been replaced with
4185         an optional reread parameter.  Clean is no longer necessary as
4186         regeneration gets the appropriate setting from
4187         gnus-agent-consider-all-articles.  The new reread parameter will
4188         result in fetched, or all, articles being marked as unread.
4189         (gnus-agent-regenerate): Removed code to regenerate the history
4190         file as it is no longer used.
4191
4192         * gnus-start.el (gnus-make-ascending-articles-unread): New
4193         function, for efficient mass-marking.
4194
4195         * gnus-sum.el (gnus-summary-highlight): Use new face for
4196         downloaded articles.
4197         (gnus-article-mark): Prefer to indicate read/unread status over
4198         downloaded status.
4199         (gnus-summary-highlight-line-0): New function, maybe rehighlights
4200         line.
4201         (gnus-summary-highlight-line): Use new face for downloaded
4202         articles.
4203         (gnus-summary-insert-old-articles): Improved performance by
4204         replacing the initial LIST of older articles with a compressed
4205         RANGE of older articles.  Some servers appear to lie about
4206         their active range so the original list could contain millions
4207         of article numbers.  The range is not expanded into a list
4208         until the optional ALL parameter has been applied.
4209
4210 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4211
4212         * gnus-agent.el (gnus-category-mode): Typo in doc string.
4213
4214 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
4215
4216         * spam.el:
4217         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
4218
4219         * spam.el: added `M s t' and `M s x' key mappings
4220
4221 2002-11-20  Simon Josefsson  <jas@extundo.com>
4222
4223         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
4224
4225 2002-11-19  Simon Josefsson  <jas@extundo.com>
4226
4227         * gnus-sum.el (gnus-summary-morse-message): Load
4228         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
4229         (unmorse-region): Autoload it instead.
4230
4231 2002-11-18  Simon Josefsson  <jas@extundo.com>
4232
4233         * gnus-sum.el (gnus-summary-morse-message): New function.
4234         (gnus-summary-wash-map): Bind to `W m'.
4235         (gnus-summary-make-menu-bar): Add.
4236
4237         * nnimap.el (nnimap-request-expire-articles): Compress sequence
4238         before storing \Deleted mark on expired articles.
4239
4240 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
4241         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
4242
4243         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
4244         parens in column 0.
4245
4246 2002-11-17  Juanma Barranquero  <lektu@terra.es>
4247
4248         * nnweb.el (nnweb-google-create-mapping): Fix typo.
4249
4250         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
4251
4252         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
4253
4254 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4255
4256         * message.el (message-set-auto-save-file-name): Use
4257         make-directory, to avoid the dependence on gnus-util.
4258
4259 2002-11-16  Simon Josefsson  <jas@extundo.com>
4260
4261         * nnimap.el (nnimap-callback-callback-function):
4262         (nnimap-callback-buffer): Removed, these cannot be global but must
4263         be embedded into the callback.
4264         (nnimap-make-callback): New.  Embedd article number, callback and
4265         buffer in function.
4266         (nnimap-callback, nnimap-request-article-part): Update.
4267
4268 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4269
4270         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
4271
4272 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4273
4274         * gnus.el (gnus-summary-line-format): Document %C.
4275
4276 2002-11-11  Simon Josefsson  <jas@extundo.com>
4277
4278         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
4279         output when called interactively.
4280
4281 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4282
4283         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
4284
4285         * message.el (message-draft-coding-system): Improve comment; use
4286         mm-auto-save-coding-system for the default value.
4287
4288         * nndraft.el (nndraft-request-article): Revert to the state before
4289         2002-10-29; regexp-quote mail-header-separator.
4290
4291 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
4292
4293         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
4294         allow editing of drafts from an nnvirtual group.
4295
4296 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4297
4298         * nndraft.el (nndraft-request-article): Replace emacs-mule with
4299         mm-auto-save-coding-system.
4300
4301         * message.el (message-draft-coding-system): Default to
4302         iso-2022-7bit.
4303
4304         * mm-util.el (mm-auto-save-coding-system): Undo last change to
4305         restore the default value to emacs-mule or escape-quoted.
4306
4307 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4308
4309         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
4310         a delayed or a queued article as well as a draft.
4311
4312         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
4313         delayed or a queued article in the raw format; treat a delayed
4314         article as a raw article as well as a draft.
4315         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
4316         for the delayed group.
4317
4318         * nndraft.el (nndraft-request-article): Ignore auto save files for
4319         a delayed or a queued article; don't bother to decode a queued
4320         article; don't bind nnmail-file-coding-system for a queued article.
4321
4322         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
4323         and the queue group.
4324
4325 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
4326
4327         * gnus-group.el (gnus-group-delete-group):
4328         gnus-cache-active-hashtb might be void.
4329
4330 2002-11-02  Simon Josefsson  <jas@extundo.com>
4331
4332         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
4333         setting of the default user ID.  From Raymond Scholz
4334         <ray-2002@zonix.de>.
4335
4336 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
4337
4338         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
4339         charset.
4340
4341 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
4342         From Alex Schroeder <alex@emacswiki.org>
4343         * spam-stat.el (spam-stat-process-directory): add dir to message
4344         (spam-stat-reduce-size): No longer remove words
4345         with values close to 0.5, because the default value is 0.2.
4346
4347 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4348
4349         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
4350         documentation.
4351
4352 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4353
4354         * gnus-agent.el (gnus-agent-fetched-headers)
4355         (gnus-agent-load-fetched-headers)
4356         (gnus-agent-save-fetched-headers): Remove variable and two
4357         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
4358         works better.
4359         (gnus-agent-fetch-headers): New implementation from Kevin
4360         Greiner.  Uses gnus-agent-article-alist to store information
4361         about fetched messages which aren't on the server anymore.  The
4362         trick is to return a list of considered messages to the caller,
4363         but to only fetch those which haven't been fetched yet.
4364
4365 2002-10-30  Simon Josefsson  <jas@extundo.com>
4366
4367         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
4368
4369         * pgg.el (pgg-passphrase-cache-expiry): Removed.
4370
4371 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4372
4373         * mm-view.el (mm-w3m-local-map-property): Make it work with older
4374         versions of emacs-w3m than 1.3.3.
4375
4376         * lpath.el: Bind w3m-minor-mode-map.
4377
4378         * mm-view.el (mm-w3m-mode-command-alist)
4379         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
4380         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
4381         (mm-setup-w3m): Simplified.
4382         (mm-w3m-local-map-property): New function.
4383         (mm-inline-text-html-render-with-w3m): Use it.
4384
4385         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
4386         mm-w3m-local-map-property.
4387
4388 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4389
4390         * mm-util.el (mm-auto-save-coding-system): Default to
4391         iso-2022-7bit.
4392
4393         * nndraft.el (nndraft-request-article): Decode an article using
4394         the coding-system emacs-mule if it seems to have been saved using
4395         emacs-mule.
4396         (nndraft-request-replace-article): Use message-draft-coding-system
4397         instead of mm-auto-save-coding-system for the draft or delayed
4398         group.
4399
4400 2002-10-28  Josh  <huber@alum.wpi.edu>
4401
4402         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
4403         functions.
4404
4405 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4406         From mah@everybody.org (Mark A. Hershberger).
4407
4408         * mm-url.el (mm-url-insert-file-contents): Make it return the same
4409         type values ("url" size) regardless of the values of
4410         mm-url-use-external.
4411
4412 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4413
4414         * nnimap.el (nnimap-request-article-part): Try harder to show
4415         group name in debugging message.
4416
4417 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4418
4419         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
4420         directory if it doesn't exist.
4421         (gnus-agent-fetch-headers): Remove old cruft that tried to
4422         abstain from downloading articles more than once if
4423         gnus-agent-consider-all-articles was true.  This is now done
4424         properly via the .fetched files.
4425
4426 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4427
4428         * nndraft.el (nndraft-request-article): Treat delayed articles
4429         like drafts.
4430
4431 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4432
4433         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
4434
4435 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4436
4437         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
4438         Remove unused optional arg DIR and corresponding code.
4439
4440         * nnimap.el (nnimap-request-article-part): Include group name in
4441         debugging output.
4442
4443 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
4444
4445         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
4446
4447 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4448
4449         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
4450         contains range of headers that have been fetched by the agent
4451         already.  Compare gnus-agent-article-alist.
4452         (gnus-agent-file-header-cache): Like
4453         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
4454         (gnus-agent-fetch-headers): Improve comment.  Revert to old
4455         seen/recent logic.
4456         Remember which headers have been fetched before and don't fetch
4457         them again the next time round.
4458         (gnus-agent-load-fetched-headers)
4459         (gnus-agent-save-fetched-headers): New functions, for remembering
4460         which headers have been fetched before.
4461
4462 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4463
4464         * lpath.el: Remove useless bindings.
4465
4466 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
4467
4468         * gnus-sum.el (gnus-summary-execute-command): Disable visual
4469         features while searching.
4470
4471 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4472
4473         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
4474
4475 2002-10-22  Simon Josefsson  <jas@extundo.com>
4476
4477         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
4478         (pgg-snarf-keys): Add.
4479
4480 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4481
4482         * lpath.el: Fbind bbdb-records.
4483
4484         * spam.el: Don't autoload bbdb-records.
4485
4486 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4487
4488         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
4489         prevent inf-loop.
4490
4491 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4492
4493         * nnslashdot.el: Removed some test lines.
4494         More test.
4495
4496 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4497
4498         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
4499         are known to be downloaded already.
4500
4501 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4502
4503         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
4504         (mm-text-html-washer-alist): Ditto.
4505
4506 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4507
4508         * nnheader.el (nnheader-remove-body): Fix an error of detecting
4509         boundary between headers and body.
4510         * nnml.el (nnml-parse-head): Ditto.
4511
4512 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4513
4514         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
4515         entries.
4516
4517         * gnus-group.el (gnus-fetch-group): Allow an optional
4518         specification of the articles to select.
4519
4520         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
4521
4522 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4523
4524         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
4525         headers from the group, update variable `articles' to contain
4526         only those numbers where headers exist.  (When fetching all
4527         articles in a group, Gnus creates lots of numbers where there is
4528         no articles.)
4529
4530 2002-10-20  Steve Youngs  <youngs@xemacs.org>
4531
4532         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
4533         doesn't have the 'alist custom type, use cons cells instead.
4534         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
4535         (pgg-parse-hash-algorithm-alist): Ditto.
4536         (pgg-parse-compression-algorithm-alist): Ditto.
4537         (pgg-parse-signature-type-alist): Ditto.
4538
4539         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
4540
4541         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
4542
4543         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
4544
4545 2002-10-19  Simon Josefsson  <jas@extundo.com>
4546
4547         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
4548         buffer.
4549
4550 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4551
4552         * gnus-spec.el (gnus-make-format-preserve-properties)
4553         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
4554         properties also on XEmacs.  `gnus-xmas-format' is like format but
4555         preserves text properties on XEmacs (though it only understands
4556         simple format specs).  The variable
4557         `gnus-make-format-preserve-properties' controls whether the
4558         function is used, and is checked in `gnus-parse-simple-format'.
4559         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
4560
4561         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
4562         output.
4563         (gnus-agent-consider-all-articles): New variable.
4564         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
4565         (gnus-agent-fetch-headers): Depending on
4566         gnus-agent-consider-all-articles, maybe get all articles.
4567         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
4568         `read'.
4569         (gnus-predicate-imples-unread): New function.
4570         (gnus-agent-fetch-headers): Optimize to call
4571         gnus-list-of-unread-articles if that is sufficient.
4572         Check unseen and recent instead of seen and recent.
4573         (gnus-agent-fetch-headers): Abstain from calling
4574         gnus-list-range-intersection if range (a . b) would have (> a b).
4575
4576 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4577
4578         * message.el (message-send-mail): Make it possible to perform
4579         edebug-defun.
4580
4581 2002-10-18  Simon Josefsson  <jas@extundo.com>
4582
4583         * gnus-art.el (gnus-button-man-handler): Change default to
4584         `manual-entry' (defined in both emacsen).
4585         (gnus-button-man-handler): Remove emacsen difference and use
4586         `manual-entry'.
4587
4588 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4589
4590         * spam.el: Wrap autoload settings for bbdb-records,
4591         executable-find and ifile-spam-filter with eval-and-compile.
4592         (spam-display-buffer-contents): Remove.
4593         (spam-bogofilter-score): Merge spam-display-buffer-contents.
4594
4595 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
4596
4597         * spam.el (spam-display-buffer-contents): New function.
4598         (spam-bogofilter-score): use spam-display-buffer-contents, patch
4599         from Katsumi Yamaoka <yamaoka@jpl.org>.
4600
4601 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4602
4603         * nnheader.el (nnheader-parse-naked-head): New function.
4604         (nnheader-parse-head): Use the above function, in order to handle
4605         continuation lines properly.
4606         (nnheader-remove-body): New function.
4607         (nnheader-remove-cr-followed-by-lf): New function.
4608         (nnheader-ms-strip-cr): Use the above function.
4609
4610         * gnus-agent.el (gnus-agent-regenerate-group): Call
4611         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
4612         `nnheader-parse-head'.
4613         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
4614
4615         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
4616         continuation lines by itself; call `nnheader-parse-naked-head'
4617         instead of `nnheader-parse-head'.
4618         * nndiary.el (nndiary-parse-head): Ditto.
4619         * nnfolder.el (nnfolder-parse-head): Ditto.
4620         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
4621         * nnmaildir.el (nnmaildir--update-nov): Ditto.
4622         * nnml.el (nnml-parse-head): Ditto.
4623
4624 2002-10-17  Steve Youngs  <youngs@xemacs.org>
4625
4626         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
4627         XEmacs, default to it if featurep 'xemacs.
4628
4629 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4630
4631         * spam-stat.el: Check for the existence of hash functions instead
4632         of the Emacs version to decide whether to load cl.  Suggested by
4633         Kai Gro\e,A_\e(Bjohann.
4634
4635 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4636
4637         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
4638         if it isn't open yet.
4639
4640 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4641
4642         * gnus-group.el: Require mm-url only when compiling.
4643         (gnus-group-fetch-charter): Require mm-url.
4644
4645         * spam-stat.el: Require cl for the functions gethash,
4646         hash-table-count, make-hash-table and mapc for Emacs 20.
4647         (puthash): Alias to cl-puthash for Emacs 20.
4648         (with-syntax-table): New macro for Emacs 20.
4649
4650 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
4651
4652         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
4653
4654 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
4655
4656         * spam.el (spam-check-ifile): added ifile as a spam checking
4657         backend, and spam-use-ifle as the variable to toggle that check.
4658
4659 2002-10-12  Simon Josefsson  <jas@extundo.com>
4660
4661         * message.el (message-beginning-of-line): New variable.
4662         (message-beginning-of-line): Use it.
4663
4664 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
4665
4666         * spam.el: more compilation fixes for BBDB
4667
4668         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
4669         (spam-stat-reduce-size): Interactive.
4670         (spam-stat-reset): New function.
4671         (spam-stat-save): Interactive.
4672
4673 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4674
4675         * gnus.el: Autoload gnus-delay-initialize.
4676
4677         * message.el: Autoload gnus-delay-article.
4678
4679 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
4680
4681         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
4682         text property in Emacs.
4683
4684 2002-10-11  Simon Josefsson  <jas@extundo.com>
4685
4686         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
4687         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
4688
4689         * mml1991.el (mml1991-pgg-sign): Remove CR.
4690
4691 2002-10-10  Simon Josefsson  <jas@extundo.com>
4692
4693         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
4694         decrypt failed.
4695         (mml2015-trust-boundaries-alist): Removed.
4696         (mml2015-gpg-extract-signature-details): Don't use it.
4697         (mml2015-unabbrev-trust-alist): New.
4698         (mml2015-gpg-extract-signature-details): Use it.
4699
4700 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
4701
4702         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
4703         BBDB installed
4704
4705         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
4706         statistical analysis of spam in Lisp only
4707
4708 2002-10-10  Simon Josefsson  <jas@extundo.com>
4709
4710         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
4711         auth, selected or examine state.
4712
4713         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
4714         buffer and error buffer depending on type of information.
4715
4716         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
4717         --status-fd stuff even if gpg.el is not used (revert earlier
4718         change).
4719         (mml2015-pgg-{clear-,}verify): Store both output and errors as
4720         gnus details.
4721         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
4722         buffer.
4723
4724         * pgg.el (pgg-verify-region): Use it.
4725
4726         * pgg-def.el (pgg-query-keyserver): New variable.
4727
4728         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
4729         key-identifier in packet.  Is this a good idea?
4730
4731         * mml.el (mml-mode-map): Add security commands that operates on
4732         MIME parts.
4733         (mml-menu): And menu items for them.
4734
4735         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
4736
4737         * mml.el (mml-parse-1): Support sender in #secure tags.
4738
4739         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
4740         defined.
4741
4742         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
4743         (mml-pgp-encrypt-buffer): Support combined signing.
4744
4745         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
4746         (mml1991-gpg-encrypt): Ditto.
4747         (mml1991-pgg-encrypt): Ditto.
4748         (mml1991-encrypt): Pass sign parameter.
4749
4750         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
4751         (mml-signencrypt-style): Mention the variable.
4752
4753 2002-10-09  Simon Josefsson  <jas@extundo.com>
4754
4755         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
4756         pgg-gpg-user-id.
4757
4758         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
4759         (pgg-fetch-key-function): Nil if w3 is not installed.
4760
4761 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4762
4763         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
4764         gnus-agent-current-history.
4765
4766 2002-10-06  Simon Josefsson  <jas@extundo.com>
4767
4768         * imap.el (imap-parse-status): Don't use read to read token.
4769
4770 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4771
4772         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
4773         for methods not covered by the agent, and when unplugged.
4774
4775 2002-10-05  Simon Josefsson  <jas@extundo.com>
4776
4777         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
4778         signing.
4779
4780         * gnus-agent.el (gnus-agent-read-servers): If getting method from
4781         a named server fails, ignore the server.
4782
4783         * mml1991.el (mml1991-pgg-sign): Do QP.
4784
4785         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
4786         work.
4787
4788 2002-10-04  Simon Josefsson  <jas@extundo.com>
4789
4790         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
4791
4792         * pgg-pgp.el (pgg-pgp-verify-region): Inline
4793         binary-write-decoded-region from MEL.
4794
4795         * pgg.el (pgg-encrypt-region): Support sign.
4796
4797         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
4798
4799         * mml2015.el (mml2015-pgg-encrypt): Ditto.
4800
4801         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
4802         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
4803         branch where PGG was taken from in the ChangeLog entries below.
4804
4805 2002-10-01  Simon Josefsson  <jas@extundo.com>
4806
4807         * pgg-pgp.el: Don't require mel.  Don't use luna.
4808         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
4809         (pgg-pgp-process-region): Use expand-file-name instead of concat.
4810         (pgg-pgp-process-region): Don't use binary-funcall.
4811
4812         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
4813
4814         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
4815         instead of concat.
4816
4817         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
4818
4819 2002-09-29  Simon Josefsson  <jas@extundo.com>
4820
4821         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
4822         compile warnings.
4823
4824         * pgg.el (pgg-decrypt-region): Don't parse packet.
4825
4826         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
4827
4828 2002-09-29  Daiki Ueno <ueno@unixuser.org>
4829
4830         * pgg.el: Remove dependency on calist.el.
4831
4832 2002-09-28  Simon Josefsson  <jas@extundo.com>
4833
4834         * pgg.el (pgg-temporary-file-directory): New variable.
4835         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
4836
4837         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
4838         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
4839
4840         * pgg-parse.el (pgg-char-int): Defalias.
4841         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
4842         (pgg-read-bytes, pgg-read-body): Use it.
4843         (pgg-decode-packets): Don't use MEL, use base64-*.
4844         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
4845         (pgg-string-as-unibyte): Defalias.
4846         (pgg-parse-armor-region): Use it.
4847
4848         * pgg-gpg.el (pgg-gpg-process-region): Use
4849         pgg-temporary-file-directory.
4850
4851         * luna.el: Don't def-edebug.
4852
4853         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
4854         binary-write-decoded-region from MEL.
4855
4856         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
4857
4858         * alist.el, calist.el: Don't require product/APEL.
4859
4860         * pgg-parse.el (top-level): Remove dependency on static.el,
4861         pccl.el, mel.el.
4862         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
4863         `define-ccl-program' is boundp, instead of using broken.
4864
4865 2002-10-01  Simon Josefsson  <jas@extundo.com>
4866
4867         * message.el (message-required-mail-headers): Remove Lines:.
4868
4869 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4870         From Jesper Harder.
4871
4872         * gnus-group.el (gnus-group-fetch-charter,
4873         gnus-group-fetch-control): Prompt for group if given a prefix
4874         argument.
4875         * gnus-sum.el (t): Add gnus-group-fetch-charter and
4876         gnus-group-fetch-control to summary key map and menu.
4877
4878 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
4879
4880         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
4881         number when there are no articles.
4882
4883 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4884
4885         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
4886         arg ALL means to fetch all articles, not only downloadable ones.
4887         (gnus-agent-fetch-selected-article): New function for
4888         gnus-select-article-hook or gnus-mark-article-hook.
4889
4890 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4891         From Peter von der Ahe <nospam2159@daimi.au.dk>.
4892
4893         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
4894         raw-text.
4895
4896 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
4897
4898         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
4899         Pinard).
4900         Major revamp of the code, documentation is in comments in the file
4901         for now.
4902
4903 2002-09-30  Simon Josefsson  <jas@extundo.com>
4904
4905         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
4906         buffer seem to be needed?
4907
4908 2002-09-29  Simon Josefsson  <jas@extundo.com>
4909
4910         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
4911         compile warnings.
4912
4913         * mml1991.el (mml1991-function-alist): Add pgg.
4914         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
4915         (mml1991-pgg-encrypt): Fix recipients querying.
4916
4917 2002-09-28  Simon Josefsson  <jas@extundo.com>
4918
4919         * mml2015.el (autoload): Autoload correct files.  Trivial patch
4920         from dme@dme.org.
4921         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
4922         handle is returned.
4923
4924 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4925
4926         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4927         Protect against non-existent of `nnimap-mailbox-info'.
4928
4929 2002-09-27  Simon Josefsson  <jas@extundo.com>
4930
4931         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
4932         (gnus-setup-news-hook): Use it.
4933         (gnus-after-getting-new-news-hook): Ditto.
4934
4935         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
4936
4937 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4938         From Mats Lidell <matsl@contactor.se>.
4939
4940         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
4941
4942 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4943
4944         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
4945         the part to decode encoded words, use raw words instead of decoded
4946         words.
4947
4948 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4949
4950         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
4951
4952         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
4953         (mm-setup-w3m): Use it.
4954
4955 2002-09-27  Simon Josefsson  <jas@extundo.com>
4956
4957         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
4958         article buffers.
4959
4960         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
4961         it just in case.
4962         (nnimap-update-unseen): New function; update unseen count in
4963         `n-m-info'.
4964         (nnimap-close-group): Call it.
4965
4966         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
4967         (gnus-after-getting-new-news-hook): Ditto.
4968
4969         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
4970         message into verboselevel 9.  Change slow mail check message.
4971         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
4972         (nnimap-fixup-unread-after-getting-new-news): New function, to be
4973         used as a hook after getting new mail.
4974
4975 2002-09-26  Simon Josefsson  <jas@extundo.com>
4976
4977         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
4978         SELECT/EXAMINE is first unseen article, not number of unseen
4979         articles.  Make them distinct by renaming the former to
4980         `first-unseen' instead of `unseen'.
4981
4982         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
4983         too.
4984         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
4985         changed.
4986         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
4987
4988         * gnus-int.el (gnus-server-unopen-status): Defcustom.
4989
4990         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
4991         better.
4992
4993         * mml2015.el (mml2015-pgg-decrypt): Only add security information
4994         if dissecting resulting buffer actually had any information.
4995
4996 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4997
4998         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
4999         because the function `string<' allows symbols.
5000
5001         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
5002
5003 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
5004
5005         * message.el (message-forward-make-body): Revert an early change
5006         because 8-bit utf-8 emails.
5007
5008 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5009
5010         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
5011         links to Info)
5012         * gnus-art.el (gnus-treat-highlight-signature):
5013         * gnus-art.el (gnus-treat-buttonize):
5014         * gnus-art.el (gnus-treat-buttonize-head):
5015         * gnus-art.el (gnus-treat-emphasize):
5016         * gnus-art.el (gnus-treat-strip-cr):
5017         * gnus-art.el (gnus-treat-unsplit-urls):
5018         * gnus-art.el (gnus-treat-leading-whitespace):
5019         * gnus-art.el (gnus-treat-hide-headers):
5020         * gnus-art.el (gnus-treat-hide-boring-headers):
5021         * gnus-art.el (gnus-treat-hide-signature):
5022         * gnus-art.el (gnus-treat-fill-article):
5023         * gnus-art.el (gnus-treat-hide-citation):
5024         * gnus-art.el (gnus-treat-hide-citation-maybe):
5025         * gnus-art.el (gnus-treat-strip-list-identifiers):
5026         * gnus-art.el (gnus-treat-strip-pgp):
5027         * gnus-art.el (gnus-treat-strip-pem):
5028         * gnus-art.el (gnus-treat-strip-banner):
5029         * gnus-art.el (gnus-treat-highlight-headers):
5030         * gnus-art.el (gnus-treat-highlight-citation):
5031         * gnus-art.el (gnus-treat-date-ut):
5032         * gnus-art.el (gnus-treat-date-local):
5033         * gnus-art.el (gnus-treat-date-english):
5034         * gnus-art.el (gnus-treat-date-lapsed):
5035         * gnus-art.el (gnus-treat-date-original):
5036         * gnus-art.el (gnus-treat-date-iso8601):
5037         * gnus-art.el (gnus-treat-date-user-defined):
5038         * gnus-art.el (gnus-treat-strip-headers-in-body):
5039         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
5040         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
5041         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
5042         * gnus-art.el (gnus-treat-unfold-headers):
5043         * gnus-art.el (gnus-treat-fold-headers):
5044         * gnus-art.el (gnus-treat-fold-newsgroups):
5045         * gnus-art.el (gnus-treat-overstrike):
5046         * gnus-art.el (gnus-treat-display-xface):
5047         * gnus-art.el (gnus-treat-display-smileys):
5048         * gnus-art.el (gnus-treat-from-picon):
5049         * gnus-art.el (gnus-treat-mail-picon):
5050         * gnus-art.el (gnus-treat-newsgroups-picon):
5051         * gnus-art.el (gnus-treat-body-boundary):
5052         * gnus-art.el (gnus-treat-capitalize-sentences):
5053         * gnus-art.el (gnus-treat-fill-long-lines):
5054         * gnus-art.el (gnus-treat-play-sounds):
5055         * gnus-art.el (gnus-treat-translate):
5056         * gnus-art.el (gnus-treat-x-pgp-sig):
5057         * gnus-art.el (gnus-mime-button-line-format):
5058         * gnus-art.el (gnus-button-man-level):
5059         * gnus-art.el (gnus-button-emacs-level):
5060         * gnus-cus.el (gnus-group-parameters):
5061         * gnus-gl.el (bbb-build-mid-scores-alist):
5062         * gnus-group.el (gnus-group-line-format):
5063         * gnus-mlspl.el (gnus-group-split-setup):
5064         * gnus-mlspl.el (gnus-group-split):
5065         * gnus-msg.el (gnus-mailing-list-groups):
5066         * gnus-msg.el (gnus-posting-styles):
5067         * gnus-nocem.el (gnus-nocem-issuers):
5068         * gnus-score.el (gnus-score-regexp-bad-p):
5069         * gnus-srvr.el (gnus-server-line-format):
5070         * gnus-topic.el (gnus-topic-line-format):
5071         * gnus.el (gnus-summary-line-format):
5072         * mail-source.el (mail-sources):
5073         * message.el (message-subscribed-address-file):
5074         * nnmail.el (nnmail-split-fancy):
5075
5076 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
5077
5078         * mail-source.el(mail-source-run-script): use `functionp' to test
5079         whether the argument `script' is in fact a function.
5080         (mail-sources): adjust the defcustom to allow users to specify a
5081         function or a string as the value of the `:prescript' and
5082         `:postscript' arguments of the `file' and `pop3' mail sources.
5083
5084 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
5085
5086         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
5087         number when article 1 does not exist.
5088
5089 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5090
5091         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
5092         apropos if apropos-variable does not exist.
5093         (gnus-button-guessed-mid-regexp)
5094         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
5095         regexes.  From Reiner Steib.
5096         (gnus-button-handle-describe-function)
5097         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
5098         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
5099         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
5100
5101 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
5102         Trivial patch.
5103
5104         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
5105         the file.
5106
5107 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5108
5109         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
5110
5111 2002-09-24  Simon Josefsson  <jas@extundo.com>
5112
5113         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
5114         (mml2015-use): Prefer PGG if installed.
5115         (mml2015-function-alist): Add PGG wrappers.
5116         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
5117         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
5118         prefix, make regexp optionally skip it.
5119         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
5120         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
5121         (mml2015-pgg-encrypt): New functions.
5122         (defvar, autoload): Prevent byte-compile warnings.
5123
5124 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5125         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5126
5127         * gnus-art.el (article-strip-banner): Check for the existence of
5128         from header.
5129
5130 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
5131
5132         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
5133         (gnus-button-alist): Improved regexp for
5134         gnus-button-handle-mid-or-mail (false positives), fixed
5135         gnus-button-handle-man entries.
5136         From Reiner Steib.
5137
5138 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
5139         From Josh Huber.
5140
5141         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
5142         nnmail-extra-headers is non-nil.
5143
5144 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
5145
5146         * nnmaildir.el: Store article numbers persistently.  General
5147         revision.
5148         (nnmaildir-request-expire-articles): handle 'immediate and 'never
5149         for nnmail-expiry-wait; delete instead of moving if 'force is
5150         given.
5151
5152 2002-09-23  Simon Josefsson  <jas@extundo.com>
5153         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
5154
5155         * smime.el (smime-sign-buffer): Get key and extra certs.
5156         (smime-get-key-with-certs-by-email): Utility function.
5157
5158 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5159         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
5160
5161         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
5162         article exists.
5163
5164 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5165
5166         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
5167
5168 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
5169         From Reiner Steib.
5170
5171         * gnus-art.el (gnus-button-handle-custom,
5172         gnus-button-handle-mid-or-mail,
5173         gnus-button-handle-describe-{function,variable,key},
5174         gnus-button-handle-apropos{,command,variable}): New functions.
5175         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
5176         gnus-button-{man,emacs,mail}-level): New variables.
5177         (gnus-button-alist): Use the above to buttonize emacs and mail
5178         related links.
5179
5180 2002-09-18  Juanma Barranquero  <lektu@terra.es>
5181
5182         * gnus-int.el (gnus-status-message): Fix spacing.
5183
5184         * imap.el (imap-continuation): Fix typos.
5185
5186 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5187
5188         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
5189
5190         * gnus-art.el (gnus-article-reply-with-original): Correct
5191         with-current-buffer scope.
5192
5193         * message.el (message-completion-alist): Add Reply-To, From, etc.
5194
5195 2002-09-18  Simon Josefsson  <jas@extundo.com>
5196
5197         * nnimap.el (nnimap-request-expire-articles): Make flag setting
5198         conditional.  From Nevin Kapur <nevin@jhu.edu>.
5199
5200 2002-09-17  Simon Josefsson  <jas@extundo.com>
5201
5202         * nnimap.el (nnimap-expiry-target): Don't search for which
5203         articles exists here.
5204         (nnimap-request-expire-articles): Do it here instead.  Only expire
5205         when articles are found.  Suggested by Nevin Kapur
5206         <nevin@jhu.edu>.
5207
5208 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5209         From Reiner Steib <reiner.steib@gmx.de>.
5210
5211         * message.el (message-strip-subject-trailing-was)
5212         (message-change-subject, message-add-archive-header)
5213         (message-xpost-fup2-header, message-xpost-insert-note)
5214         (message-xpost-fup2, message-reduce-to-to-cc): New functions
5215         adopted from message-utils.el.  Add functions to the keymap, mode
5216         describtion and menu.
5217         (message-change-subject,message-xpost-fup2): Signal error if
5218         current header is empty.
5219         (message-xpost-insert-note): Changed insert position.
5220         (message-archive-note): Ensure to insert note in message body (not
5221         in head).
5222         (message-archive-header, message-archive-note)
5223         (message-xpost-default, message-xpost-note, message-fup2-note)
5224         (message-xpost-note-function): New variables adopted from
5225         message-utils.el.  Changed some doc-strings.
5226         (message-mark-insert-{begin,end}): Rename from
5227         message-{begin,end}-inserted-text-mark (message-utils.el), changed
5228         values.
5229         (message-subject-trailing-was-query)
5230         (message-subject-trailing-was-ask-regexp)
5231         (message-subject-trailing-was-regexp): New variables.
5232         (message-to-list-only): Added doc-string and menu entry.
5233
5234         * message-utils.el: Removed.  Functions are now in message.el.
5235
5236 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5237
5238         * gnus-art.el (gnus-article-reply-with-original,
5239         gnus-article-followup-with-original): Switch to
5240         gnus-summary-buffer before reply/followup.
5241
5242 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
5243
5244         * gnus-sum.el (gnus-summary-toggle-header): The article window may
5245         not exist. Toggle it anyway.
5246
5247 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5248
5249         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
5250
5251         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
5252         Trivial patch from Urban Engberg <ue@ccieurope.com>.
5253
5254         * rfc2047.el (message-posting-charset): Defvar it.
5255         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
5256         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
5257
5258         * mail-source.el (mail-source-fetch): Hide password.
5259
5260         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
5261
5262 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5263         From John Paul Wallington <jpw@shootybangbang.com>.
5264
5265         * gnus.el (gnus-visual, gnus-meta): Fix typo.
5266
5267 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5268
5269         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
5270
5271 2002-09-11  Simon Josefsson  <jas@extundo.com>
5272
5273         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
5274         (nnimap-split-rule): Doc fix.
5275         (nnimap-request-expire-articles): Cleanup code.
5276
5277 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5278         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5279
5280         * gnus-art.el (gnus-article-address-banner-alist): New option.
5281         (article-strip-banner): Refer the above option to split banners of
5282         free mail servers, when no group parameter is specified.
5283
5284 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5285
5286         * nntp.el (nntp-wait-for-string): Check for a process in the
5287         current buffer instead of `nntp-server-buffer'.
5288
5289 2002-09-09  Simon Josefsson  <jas@extundo.com>
5290
5291         * gnus-art.el (gnus-button-man-handler): New variable.
5292         (gnus-button-alist): Use g-b-handle-man.
5293         (gnus-button-handle-man): New, call g-b-man-handler.
5294
5295 2002-09-08  Simon Josefsson  <jas@extundo.com>
5296
5297         * gnus-art.el (gnus-button-alist): Buttonize man page links.
5298
5299 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5300
5301         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
5302
5303 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5304
5305         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
5306
5307         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
5308         keystroke.
5309
5310         * gnus-srvr.el (gnus-browse-describe-group): New command and
5311         keystroke.
5312
5313 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5314
5315         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
5316         value for gnus-decoration property.
5317
5318 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5319
5320         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
5321         string) as group name in case we have a CRLF in the file.
5322
5323 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
5324
5325         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
5326         group.
5327         (rfc1843-decode-hzp): do.
5328         (rfc1843-newsgroups-regexp): do.
5329
5330 2002-09-04  Simon Josefsson  <jas@extundo.com>
5331
5332         * message.el (message-canlock-generate): Make sure sha1 doesn't
5333         call external programs.
5334
5335 2002-09-03  Simon Josefsson  <jas@extundo.com>
5336
5337         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
5338
5339         * gnus-agent.el (gnus-agent-batch): Add doc.
5340
5341 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
5342
5343         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
5344         check for signed and encrypted parts.
5345         * mml.el (mml-parse-1): Correct small typo which preventing
5346         setting recipients in a secure tag.
5347
5348 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5349
5350         * mm-util.el (mm-coding-system-priorities): Default to a list of
5351         iso-2022-jp and others for the Japanese environment.
5352
5353 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5354
5355         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
5356         invalid display names.
5357
5358 2002-08-30  Simon Josefsson  <jas@extundo.com>
5359
5360         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
5361         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
5362
5363 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
5364
5365         * gnus.el (gnus-group-charter-alist): New option.
5366         (gnus-group-fetch-control-use-browse-url): New option.
5367
5368         * gnus-group.el (gnus-group-fetch-charter): New function.
5369         (gnus-group-fetch-control): New function.
5370         Add them to the keymap and menu. Require mm-url.
5371
5372 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5373
5374         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
5375         From Alex Schroeder <alex@emacswiki.org>.
5376
5377 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
5378
5379         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
5380         items expecting user interaction.
5381
5382         * gnus-topic.el (gnus-topic-make-menu-bar): do.
5383
5384         * gnus-sum.el (gnus-summary-make-menu-bar): do.
5385
5386         * gnus-srvr.el (gnus-server-make-menu-bar): do.
5387
5388         * mml.el (mml-menu): do.
5389
5390 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5391
5392         * mail-source.el (mail-source-touch-pop): New function.
5393
5394         * message.el (message-smtpmail-send-it): New function.
5395         (message-send-mail-function): Add it for a candidate.
5396
5397 2002-08-27  Simon Josefsson  <jas@extundo.com>
5398
5399         * gnus-msg.el (posting-charset-alist): Use
5400         gnus-define-group-parameter instead of defcustom.
5401         (gnus-put-message): Handle SPC in GCC.
5402         (gnus-inews-insert-gcc): Ditto.
5403         (gnus-inews-insert-archive-gcc): Ditto.
5404
5405 2002-08-26  Simon Josefsson  <jas@extundo.com>
5406
5407         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
5408         (gnus-agentize): Auto agentize all nntp and nnimap groups.
5409         (gnus-agent-possibly-save-gcc): Autoload.
5410         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
5411
5412 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5413
5414         * gnus.el (gnus-other-frame-function): New user option.
5415         (gnus-other-frame): Use it; add a doc-string; make it work with
5416         the gnuclient program.
5417
5418         * gnus-util.el (gnus-frame-or-window-display-name): New function.
5419
5420         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
5421         `device-connection' and `dfw-device'.
5422
5423 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5424
5425         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
5426         positives, make it stricter.  From Jochen Hein (trivial change).
5427
5428 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5429
5430         * gnus.el (gnus-other-frame): Trivial fix.
5431
5432 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5433
5434         * gnus.el (gnus-other-frame-parameters): New user option.
5435         (gnus-other-frame-object): New variable.
5436         (gnus-other-frame): Make it search for existing Gnus frame; don't
5437         read new news; delete frame on exit.
5438
5439         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
5440
5441         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
5442
5443 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5444         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
5445
5446         * message.el (message-set-auto-save-file-name): Add support for
5447         the Cygwin Emacs; the system-type is `cygwin'.
5448         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
5449
5450 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5451
5452         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
5453
5454         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
5455         avoid arithmetic errors.
5456
5457 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
5460
5461 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5462
5463         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
5464         (message-ignored-resent-headers): Add envelope From.
5465
5466 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5467
5468         * gnus.el (gnus-summary-line-format): Document %k specifier.
5469
5470 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5471
5472         * gnus-sum.el (gnus-summary-line-message-size): New function.
5473         (gnus-summary-line-format-alist): Use it.
5474
5475 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5476
5477         * gnus-art.el (article-make-date-line): Refer to the value for
5478         `gnus-article-time-format' in the summary buffer.
5479
5480         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
5481
5482 2002-08-14  Simon Josefsson  <jas@extundo.com>
5483
5484         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
5485         quoting.
5486         (gnus-button-alist): Fix doc.
5487         (gnus-header-button-alist): Use ' not ` for default value quoting.
5488         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
5489         rationale similar to 2002-05-01 change.
5490         (gnus-article-add-buttons-to-head): Evaluate expression.
5491
5492         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
5493
5494 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5495
5496         * message.el (message-font-lock-keywords): Refer to the value for
5497         `message-cite-prefix-regexp' dynamically.
5498
5499 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5500
5501         * gnus-art.el (gnus-decode-header-methods): Doc fix.
5502
5503 2002-08-12  Simon Josefsson  <jas@extundo.com>
5504
5505         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
5506         (imap-shell-open): Skip initial junk before IMAP greeting.
5507
5508 2002-08-11  Simon Josefsson  <jas@extundo.com>
5509
5510         * message-utils.el (message-xpost-default,
5511         message-xpost-fup2-header, message-xpost-fup2): Fixed
5512         Typos.  Trivial changes from Reiner Steib
5513         <4uce.02.r.steib@gmx.net>.
5514
5515 2002-08-09  Simon Josefsson  <jas@extundo.com>
5516
5517         * message.el (message-canlock-password): Set
5518         canlock-password-for-verify to newly generated canlock-password.
5519         When Emacs is restarted, Custom makes sure this is set, but during
5520         the same session we must set it manually.
5521
5522 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
5523
5524         * yenc.el: New file.
5525
5526         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
5527         (mm-uu-type-alist): Add yenc.
5528         (mm-uu-yenc-filename): New function.
5529         (mm-uu-yenc-extract): New function.
5530
5531         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
5532
5533 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5534
5535         * dgnushack.el (merge): Don't use coerce.
5536
5537 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
5538
5539         * mailcap.el (mailcap-mime-data): Test window-system rather than
5540         mm-device-type.
5541         (mailcap-mime-data): Call xdvi and gv with "-safer".
5542
5543         * mm-util.el: Don't define mm-device-type.
5544
5545 2002-08-05  Simon Josefsson  <jas@extundo.com>
5546
5547         * mm-util.el (mm-coding-system-priorities): coding-system type not
5548         supported everywhere.
5549
5550 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5551
5552         * gnus.el (gnus-version-number): Bumped version number.
5553
5554 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5555
5556         * gnus.el: Oort Gnus v0.07 is released.
5557
5558 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5559
5560         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
5561         (gnus-article-sort-functions): Doc fix.
5562         (t): New keystroke.
5563         (gnus-article-sort-by-random): New function.
5564         (gnus-thread-sort-by-random): New function.
5565
5566 2002-08-02  Simon Josefsson  <jas@extundo.com>
5567
5568         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
5569         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
5570
5571 2002-07-31  Danny Siu  <dsiu@adobe.com>
5572
5573         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
5574         when splitting malformed messages without message-id
5575
5576 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5577         From Niklas Morberg <niklas.morberg@axis.com>.
5578
5579         * nnweb.el (nnweb-type, nnweb-type-definition)
5580         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
5581         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
5582         functionality.
5583         * nnweb.el: Removed old non-functioning search engines.
5584
5585 2002-07-27  Simon Josefsson  <jas@extundo.com>
5586
5587         * message.el (message-forward-make-body): Don't use
5588         `message-forward-ignored-headers' when doing a "raw" followup (it
5589         is important to preserve e.g. CTE).
5590
5591         * flow-fill.el (fill-flowed): Disable filladapt-mode.
5592
5593         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
5594         regexp-quote, Cyrus Sieve is fixed.
5595
5596         * sieve-manage.el (sieve-manage-deletescript): New function.
5597
5598         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
5599         (sieve-manage-mode): Fix menubar.
5600         (sieve-activate): Change some messages.
5601         (sieve-deactivate-all): New function.
5602         (sieve-deactivate): New alias.
5603         (sieve-remove): New function.
5604         (sieve-help): Fix help.
5605         All suggested by Ned Ludd.
5606
5607 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5608
5609         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
5610         (mm-w3m-safe-url-regexp): New user option.
5611
5612         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
5613         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
5614
5615 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
5616
5617         * gnus-sum.el (gnus-summary-delete-article): Force
5618         nnmail-expiry-target to 'delete, so that absolute deletion
5619         happens when absolute deletion is requested.
5620
5621 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5622         From Nevin Kapur <nevin@jhu.edu>.
5623
5624         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
5625         headers as empty headers.
5626
5627 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5628         From Jochen Hein <jochen@jochen.org>.
5629
5630         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
5631         correct typo.
5632         (gnus-emphasis-strikethru): New face.
5633
5634 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5635         From Jason Merrill <jason@redhat.com>.
5636
5637         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
5638         entire file for each of a sequence of missing articles.
5639
5640         * gnus-salt.el (gnus-binary-display-article): Respect an existing
5641         value for gnus-view-pseudos.
5642
5643         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
5644         avoid nreverse.
5645
5646 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5647         From Ted Zlatanov <teodor.zlatanov@divine.com>.
5648
5649         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
5650         (gnus-summary-mode-line-format-alist): Add %h for number of
5651         spams.
5652         (gnus-newsgroup-spam-marked): New variable.
5653         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
5654         (gnus-article-read-p, gnus-article-mark)
5655         (gnus-set-global-variables, gnus-set-global-variables)
5656         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
5657         (gnus-summary-mark-article-as-unread)
5658         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
5659         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
5660         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
5661
5662 2002-07-10  Simon Josefsson  <jas@extundo.com>
5663
5664         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
5665         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
5666
5667 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
5668
5669         * gnus-sum.el (gnus-summary-delete-article): Respect group
5670         parameters while expiring.
5671
5672 2002-07-08  Simon Josefsson  <jas@extundo.com>
5673
5674         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
5675         Enberg.
5676
5677 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5678
5679         * gnus-art.el (article-unsplit-urls): Only display MIME when this
5680         function is called interactively.  From Niklas Morberg.
5681
5682 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5683
5684         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
5685         cdaar to cdar and car.
5686
5687         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
5688         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
5689
5690 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5691
5692         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
5693         don't break a narrowed article.
5694
5695         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
5696         (nntp-open-via-rlogin-and-telnet): Ditto.
5697
5698 2002-07-02  Didier Verna  <didier@xemacs.org>
5699
5700         * nnmail.el (nnmail-split-methods): fix custom type.
5701
5702 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5703
5704         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
5705         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
5706
5707 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5708
5709         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
5710         (gnus-summary-resend-message): Use it.
5711
5712 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5713
5714         * nntp.el (nntp-via-rlogin-command-switches): New variable.
5715         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
5716
5717 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5718
5719         * message.el (message-font-lock-keywords): Don't fontify
5720         headers in the message body, only in the header.
5721         (message-font-lock-make-header-matcher): New function, used by
5722         message-font-lock-keywords.
5723         From Katsumi Yamaoka <yamaoka@jpl.org>.
5724
5725 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5726
5727         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
5728
5729 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5730
5731         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
5732
5733 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5734
5735         * message.el (message-font-lock-keywords): Revert 2002-06-22
5736         change.
5737
5738 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5739
5740         * message.el (message-font-lock-keywords): Put colon in header
5741         name match.
5742
5743 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5744
5745         * message.el (message-font-lock-keywords): Don't use header faces
5746         in the body.  Thanks to Stefan Monnier for the hint on the
5747         implementation.
5748
5749 2002-05-09  Miles Bader  <miles@gnu.org>
5750
5751         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
5752         (gnus-article-hide-citation): Respect it.
5753
5754 2002-04-12  Juanma Barranquero  <lektu@terra.es>
5755
5756         * pop3.el (pop3-open-server): Fix typo.
5757
5758 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
5759
5760         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
5761         instead of push to ignore duplicate to-(list|address) values.
5762         * nnmail.el (nnmail-cache-ignore-groups): New.
5763         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
5764
5765 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5766
5767         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
5768         before sending.  Suggested by Jan Rychter.
5769
5770 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5771
5772         * dgnushack.el (remove): New compiler macro.
5773         (last, coerce, subseq): Remove compiler macros for those built-in
5774         or unused functions.
5775
5776 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5777
5778         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
5779         sure to write byte-compiled versions of gnus-*-format-alist to
5780         .newsrc.eld.  From Simon Josefsson.
5781
5782 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5783
5784         * gnus-agent.el (gnus-agent-read-servers)
5785         (gnus-agent-write-servers): Put server name (string like
5786         "nnchoke:frumple") in the file instead of a server specification
5787         (Lisp expression like (nnchoke "frumple" ...parameters...)).
5788         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
5789
5790 2002-06-16  Simon Josefsson  <jas@extundo.com>
5791
5792         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
5793         Reiner Steib <4uce.02.r.steib@gmx.net>.
5794
5795 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5796
5797         * nnheader.el (nnheader-file-name-translation-alist): Set the
5798         default value for MS Windows systems.
5799
5800         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
5801
5802 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5803
5804         * message.el (message-beginning-of-line): Keep the region active
5805         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
5806
5807 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
5808
5809         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
5810         * gnus-msg.el (gnus-summary-reply): Ditto.
5811         * gnus-msg.el (gnus-summary-handle-replysign): New.
5812
5813 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5814
5815         * message.el (message-send-mail-with-sendmail): Kill errbuf even
5816         if sending failed.
5817
5818 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
5819
5820         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
5821         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
5822         to sign while encrypting.
5823
5824 2002-06-11  Simon Josefsson  <jas@extundo.com>
5825
5826         * gnus-int.el (gnus-request-move-article): Agent expire article if
5827         successfuly moved.
5828
5829         * nnweb.el (nnweb-google-create-mapping): Honors the value of
5830         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
5831
5832 2002-06-10  Simon Josefsson  <jas@extundo.com>
5833
5834         * gnus-int.el (gnus-request-expire-articles): Fix last change?
5835
5836 2002-06-09  Simon Josefsson  <jas@extundo.com>
5837
5838         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
5839
5840         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
5841
5842 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5843
5844         * flow-fill.el (fill-flowed): Ignore errors.
5845
5846 2002-06-06  Simon Josefsson  <jas@extundo.com>
5847
5848         * message.el (message-send-mail-with-sendmail): Improve error message.
5849
5850 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5851
5852         * message.el (message-interactive): Change default from nil to t.
5853         Better to be safe than to be fast.
5854
5855 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5856
5857         * message.el (message-send-mail-with-sendmail): Check return value
5858         from call-process-region.
5859
5860 2002-06-04  Simon Josefsson  <jas@extundo.com>
5861
5862         * gnus-msg.el (gnus-group-mail, gnus-group-news)
5863         (gnus-group-post-news, gnus-summary-mail-other-window)
5864         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
5865         gnus-article-copy to nil, thereby inhibiting the `header' posting
5866         style match to use data from last viewed article.
5867         Suggested by Hrvoje Niksic.
5868
5869 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5870
5871         * spam.el (spam-point-at-eol): New alias.
5872         (spam-parse-whitelist): Use it.
5873
5874 2002-06-03  Simon Josefsson  <jas@extundo.com>
5875
5876         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
5877         (nnmail-article-group): Use it.
5878
5879 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5880
5881         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
5882         so that code reading them won't be surprised.  From Jesper Harder
5883         <harder@ifa.au.dk>.
5884
5885 2002-05-29  Simon Josefsson  <jas@extundo.com>
5886
5887         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
5888         articles.
5889
5890         * gnus.el (gnus-agent-cache): Doc fix.
5891         (gnus-agent): Change default to t.
5892
5893         * gnus-agent.el (gnus-agent-expire): Make it accept optional
5894         ARTICLES, GROUP and FORCE parameters.
5895
5896 2002-05-28  Simon Josefsson  <jas@extundo.com>
5897
5898         * gnus-group.el (gnus-group-line-format): Doc fix.
5899
5900 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5901
5902         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
5903         original article before yanking.  From Jesper Harder
5904         <harder@ifa.au.dk>.
5905
5906 2002-05-26  Simon Josefsson  <jas@extundo.com>
5907
5908         * gnus-sum.el (gnus-summary-menu-split): New function.
5909         (gnus-summary-make-menu-bar): Split charset submenu.
5910         (gnus-summary-menu-maxlen): New variable.
5911         (gnus-summary-menu-split): Use it.
5912
5913 2002-05-25  Simon Josefsson  <jas@extundo.com>
5914
5915         * mml.el (mml-preview): Generate some headers.
5916
5917         * gnus.el (gnus-large-newsgroup): Fix :type.
5918
5919         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
5920         Agent cache NOV's by default now).
5921         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
5922
5923 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
5924
5925         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
5926         call to gnus-parent-id when we check for References loops.
5927         (gnus-summary-prepare-threads): Avoid simplifying every Subject
5928         twice by saving the simplified subject string in simp-subject.
5929
5930 2002-05-23  Simon Josefsson  <jas@extundo.com>
5931
5932         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
5933         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
5934
5935         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
5936         Niklas Morberg <niklas.morberg@axis.com>.
5937
5938 2002-05-22  Simon Josefsson  <jas@extundo.com>
5939
5940         * sieve.el (sieve-change-region): Define it before it is used.
5941
5942         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
5943         (gnus-summary-reply): Ask for confirmation when replying to news.
5944         Defaults to not ask.  From Benjamin Rutt
5945         <rutt+news@cis.ohio-state.edu>.
5946
5947         * nnimap.el (nnimap-nov-is-evil): Improve doc.
5948
5949 2002-05-21  Simon Josefsson  <jas@extundo.com>
5950
5951         * sieve-mode.el (sieve-manage): Fix autoloads.
5952
5953         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
5954         name (makes it work with recent Cyrus timsieved).
5955
5956 2002-05-20  Jason  <jbaker@cs.utah.edu>
5957         Trivial patch.
5958
5959         * gnus-art.el (gnus-request-article-this-buffer): Try
5960         reconnecting if you don't get the message.
5961
5962 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5963
5964         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
5965         Reply-To headers from the headers.
5966
5967 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5968
5969         * mm-url.el (mm-url-insert): Remove junk message.
5970
5971 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5972
5973         * nnslashdot.el (nnslashdot-request-list): Parse new html.
5974         (nnslashdot-use-front-page): New variable.
5975         (nnslashdot-request-list): Use it.
5976
5977         * mm-url.el (mm-url-timeout): New variable.
5978         (mm-url-retries): Ditto.
5979         (mm-url-insert): Use it.
5980
5981 2002-05-16  Simon Josefsson  <jas@extundo.com>
5982
5983         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
5984         (gnus-simplify-subject-functions): Mention g-s-a-w.
5985
5986 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
5987
5988         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
5989         nnmail-cache-insert.
5990         * nndiary.el (nndiary-request-accept-article): Ditto.
5991         * nnfolder.el (nnfolder-request-accept-article): Ditto.
5992         * nnimap.el (nnimap-request-accept-article): Ditto.
5993         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
5994         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
5995         * nnmbox.el (nnmbox-request-accept-article): Ditto.
5996         * nnmh.el (nnmh-request-accept-article): Ditto.
5997         * nnmail.el (nnmail-cache-insert): Change group to required,
5998         removed code which tried to figure out the group.
5999
6000 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
6001
6002         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
6003         messages. From Hans de Graaff <hans@degraaff.org>.
6004         * nnml.el (nnml-request-accept-article): Pass in the group name to
6005         nnmail-cache-insert, since it's available.
6006
6007 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6008
6009         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
6010
6011 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6012         From Florian Weimer <fw@deneb.enyo.de>.
6013
6014         * gnus.el (subscribed): New group parameter.
6015         (gnus-find-subscribed-addresses): Use it.
6016
6017 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
6018
6019         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
6020         the default for pgpmime to support pgp v2.
6021         * mml-sec.el (mml-signencrypt-style): New accessor function to
6022         allow users to get/set the signencrypt style more easily without
6023         frobbing the alist directly.
6024         * mml.el (mml-generate-mime-1): Use accessor function.
6025
6026 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6027
6028         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
6029         parenthesis for "<" and ">".  Suggested by Andreas Schwab
6030         <schwab@suse.de>.
6031
6032 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6033
6034         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
6035         when intuiting the group the message is written to.  From Josh
6036         Huber <huber@alum.wpi.edu>.
6037
6038 2002-05-06  Simon Josefsson  <jas@extundo.com>
6039
6040         * gnus-topic.el (gnus-group-topic-parameters): Work when group
6041         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
6042
6043 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
6044
6045         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
6046         argument, and fixed compiler warning. (added autoload for
6047         gpg-encrypt).
6048
6049 2002-05-04  Simon Josefsson  <jas@extundo.com>
6050
6051         * mml1991.el (mml1991-function-alist): Doc fix.
6052
6053         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
6054         doesn't exist (for previewing messages without having Gnus
6055         started).
6056
6057         * mm-util.el (mm-coding-system-priorities): Defcustom.
6058
6059         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
6060
6061 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
6062
6063         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
6064         default.
6065         * mml-sec.el:
6066         * mml-sec.el (mml-signencrypt-style): New.
6067         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
6068         argument `sign'.
6069         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
6070         signencrypt.
6071         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
6072         * mml.el (mml-generate-mime-1): Changed logic so a part which is
6073         both signed & encryped is processed in one operation. (rather than
6074         two separate ops: sign, then encrypt)
6075         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
6076         indication if a message is signed by an expired key.
6077         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
6078         enables combined sign & encrypt operation. (this was always on
6079         before).
6080         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
6081
6082 2002-05-01  Simon Josefsson  <jas@extundo.com>
6083
6084         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
6085         server.
6086         (nnimap-mailbox-info): defvar instead of defvoo.
6087
6088 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6089
6090         * gnus.el: Oort Gnus v0.06 is released.
6091
6092 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6093
6094         * lpath.el: Bind url-package-version.
6095
6096 2002-05-01  Simon Josefsson  <jas@extundo.com>
6097
6098         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
6099         filename before deleting the group itself, because the presence of
6100         a group filename decides if long filenames are used or not.
6101
6102         * gnus-art.el (gnus-button-alist): Don't inline
6103         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
6104         without also modifying g-button-alist.
6105         (gnus-button-alist): Fix type to allow variable as well as regexp.
6106         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
6107         themselves, variables to its contents.
6108         (gnus-button-entry): Ditto.
6109
6110 2002-05-01  Simon Josefsson  <jas@extundo.com>
6111
6112         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
6113         UIDNEXT as a string.
6114
6115         * nnimap.el (nnimap-string-lessp-numerical): New function.
6116         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
6117         integers.
6118
6119 2002-04-29  Simon Josefsson  <jas@extundo.com>
6120
6121         * nnmail.el (nnmail-cache-insert): Accept optional group
6122         parameter.
6123
6124         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
6125         n-r-g-a is disabled.
6126
6127 2002-04-29  Simon Josefsson  <jas@extundo.com>
6128
6129         * nnimap.el (nnimap-split-fancy): Fix doc.
6130         (nnimap-split-fancy): Fix doc.
6131
6132         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
6133         (nnimap-mailbox-info): New internal variable.
6134         (nnimap-retrieve-groups): Implement faster new mail check.
6135
6136         * nnimap.el (nnimap-split-articles): Support
6137         nnmail-cache-accepted-message-ids.
6138         (nnimap-request-accept-article): Ditto.
6139
6140         * imap.el (imap-mailbox-status-asynch): New command.
6141
6142 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
6143
6144         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
6145         are no subscribed mail groups.
6146         - Strip quoted names when comparing addresses
6147
6148 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
6149
6150         * mm-decode.el (mm-text-html-renderer): Change customize type to
6151         const.
6152
6153         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
6154         (gnus-debug-exclude-variables): do.
6155
6156 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6157
6158         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
6159         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
6160
6161 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6162
6163         * dns.el (dns-make-network-process): New macro.
6164         (query-dns): Use it.
6165
6166 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6167
6168         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
6169         article-buffer.
6170
6171         * mm-url.el (mm-url-package-name): New variable.
6172         (mm-url-package-version): New variable.
6173         (mm-url-insert-file-contents): Bind url-package-name and
6174         url-package-version here.
6175         * nnrss.el (nnrss-insert-w3): Move the bindings.
6176
6177         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
6178         url-package-version. Trivial change from Andrew J Cosgriff
6179         <ajc@polydistortion.net>
6180
6181         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
6182         attachments. Trivial change from Peter 'Luna' Runestig
6183         <peter@runestig.com>.
6184
6185 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
6186
6187         * nnkiboze.el (nnkiboze-request-scan): Call
6188         nnkiboze-possibly-change-group.
6189         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
6190         problems.
6191         (nnkiboze-generate-group): Set newsrc to the *highest* article
6192         number kibozed, not the lowest.
6193
6194 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
6195
6196         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
6197
6198 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6199         From Dan Christensen <jdc+news@uwo.ca>.
6200
6201         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6202         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6203         Recognize math postings.  Extract Date (now ignores "(15kb)").
6204         Extract email address using gnus-extract-address-components
6205         instead of just taking the first word.  Create Date and From
6206         headers for message which are missing these headers.  Get rid
6207         of spurious \\ lines (purely cosmetic).  Extend body-end and
6208         file-end regexps, to exclude more garbage from the message.
6209         Make URL rephrasing regexp more flexible, to match current
6210         format.
6211
6212 2002-04-23  Simon Josefsson  <jas@extundo.com>
6213
6214         * netrc.el: New file, functions copied from gnus-util.el by Ted
6215         Zlatanov <tzz@lifelogs.com>.
6216
6217         * gnus-util.el: Require netrc.
6218         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
6219         new code in netrc.el.
6220
6221 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6222
6223         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
6224         message-ignored-resent-headers, too.  From Matthieu Moy
6225         <Matthieu.Moy@imag.fr>.
6226
6227 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6228
6229         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
6230         boolean not a string
6231         * gnus-group.el (gnus-group-line-format): add description of %C
6232         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
6233           as %C
6234         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
6235
6236 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
6237
6238         * nnmaildir.el (nnmaildir-request-scan): typo: set
6239         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
6240         nnmail-get-new-mail for 'find-new-groups.
6241
6242 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
6243
6244         * nnmaildir.el (nnmaildir-request-update-info,
6245         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
6246         unnecessary calls to nnmaildir-request-scan.
6247
6248 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
6249
6250         * gnus-msg.el:
6251         * gnus-msg.el (gnus-message-replysign): New.
6252         * gnus-msg.el (gnus-message-replyencrypt): New.
6253         * gnus-msg.el (gnus-message-replysignencrypted): New.
6254         * gnus-msg.el (gnus-summary-reply): Use the three new variables
6255         (above) to automatically encrypt/sign to encrypted/signed
6256         messages.
6257         * message.el:
6258         * message.el (message-mode-map): Add keybinding for
6259         `message-to-list-only'
6260         * message.el (message-mode): Add description for
6261         `message-to-list-only'
6262         * message.el (message-to-list-only): New.
6263         * message.el (message-make-mft): Changed to use the cl loop macro,
6264         and added optional flag to return only the matched list. (for use
6265         in new message-to-list-only function)
6266
6267 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
6268
6269         * gnus-msg.el:
6270         * gnus-msg.el (gnus-message-replysign):
6271         * gnus-msg.el (gnus-replysign): New.
6272         * gnus-msg.el (gnus-replyencrypt): New.
6273         * gnus-msg.el (gnus-replysignencrypted): New.
6274         * gnus-msg.el (gnus-summary-reply):
6275         * message.el:
6276         * message.el (message-mode-map):
6277         * message.el (message-mode):
6278         * message.el (message-to-list-only): New.
6279         * message.el (message-make-mft):
6280
6281 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6282
6283         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
6284
6285 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
6286
6287         * message.el (message-gen-unsubscribed-mft): accept a prefix
6288         argument so CC can be included with C-u C-c C-f C-a
6289
6290 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6291         From Ted Zlatanov <teodor.zlatanov@divine.com>.
6292
6293         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
6294         Improve docstring.
6295         (spam-enter-blacklist): New command.
6296
6297         * gnus-sum.el (gnus-spam-mark): New mark.
6298         (gnus-auto-expirable-marks): Add gnus-spam-mark.
6299         (gnus-summary-make-tool-bar): Correct conditional.
6300         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
6301         (gnus-summary-mark-as-spam): New command.
6302
6303 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
6304
6305         * mml-sec.el (mml-secure-message): changed to support arbritrary
6306         modes.
6307         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
6308         changed to support "signencrypt" mode.
6309         * mml.el (mml-parse-1): changed to support different secure modes
6310         more easily. (for signencrypt)
6311
6312 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
6313
6314         * gnus-sum.el (gnus-update-summary-mark-positions)
6315         (gnus-summary-toggle-header):
6316         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
6317         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
6318         (gnus-uu-post-encoded):
6319         * nnfolder.el (nnfolder-possibly-change-group):
6320         * nnimap.el (nnimap-retrieve-headers):
6321         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
6322
6323 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
6324
6325         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
6326         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
6327
6328 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6329
6330         * gnus-srvr.el (gnus-server-set-info): Clear
6331         `gnus-server-method-cache' when `gnus-server-alist' is changed.
6332         From Daiki Ueno <ueno@unixuser.org>.
6333
6334 2002-04-11  Simon Josefsson  <jas@extundo.com>
6335
6336         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
6337         viewing of security buttons.  Thanks to Nicolas Kowalski
6338         <Nicolas.Kowalski@imag.fr>.
6339
6340         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
6341         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
6342         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
6343         <Nicolas.Kowalski@imag.fr>.
6344         (smime-decrypt-buffer): Ditto.
6345
6346 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6347
6348         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
6349         header line.
6350
6351 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
6352
6353         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
6354
6355 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6356
6357         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
6358
6359 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6360
6361         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
6362         errors when debug.
6363
6364 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
6365
6366         * message.el (message-make-mft): Changed MFT code from using
6367         message-recipients (which included Bcc) to use only the To and CC
6368         headers.
6369
6370 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6371
6372         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
6373         add link.
6374         (gnus-treat-mail-picon): Ditto.
6375         (gnus-treat-newsgroups-picon): Ditto.
6376         (gnus-picon-databases): Fix custom type.
6377         (gnus-picon-databases): Add link.
6378         (gnus-article-x-face-command): Add to gnus-picon group.
6379
6380 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
6381
6382         * message.el (message-buffer-naming-style): Remove.
6383
6384 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6385
6386         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
6387
6388         * message.el (message-tool-bar-map): Ditto.
6389
6390         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6391
6392 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6393
6394         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
6395
6396 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
6397
6398         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
6399
6400 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
6401         Trivial patch.
6402
6403         * dns.el: open-network-stream under XEmacs does udp.
6404
6405 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
6406
6407         * spam.el (spam-enter-whitelist): New function.
6408         (spam-parse-whitelist): Ditto.
6409         (spam-refresh-list-cache): Ditto.
6410         (spam-address-whitelisted-p): New function.
6411
6412         * dns.el (query-dns): Use TCP when make-network-process isn't
6413         available.
6414         (dns-servers): New variable.
6415         (dns-parse-resolv-conf): New function.
6416         (query-dns): Use it.
6417
6418         * spam.el: New file.
6419
6420         * dns.el (query-dns): Test.
6421
6422 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6423
6424         * lpath.el (featurep): Bind make-network-process.
6425
6426 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
6427
6428         * nnmaildir.el: Use defstruct.  Use a single copy of
6429         nnmail-extra-headers to save memory.  Store server's group name
6430         prefix instead of each group's prefixed name.
6431         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
6432         nntp-server-buffer.
6433
6434 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6435
6436         * dns.el: New file.
6437
6438 2002-03-28  Simon Josefsson  <jas@extundo.com>
6439
6440         * gnus-sum.el (gnus-summary-dummy-line-format):
6441         * gnus.el (gnus-summary-line-format): Fixing links to Info.
6442         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
6443
6444 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6445
6446         * gnus-sum.el (gnus-summary-move-article)
6447         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
6448         the doc string.
6449
6450 2002-03-28  Simon Josefsson  <jas@extundo.com>
6451
6452         * mml-sec.el (mml-secure-message): Search after
6453         mail-header-separator from top of message.
6454
6455 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
6456
6457         * nnmaildir.el: Cosmetic changes.
6458         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
6459         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
6460         nnmaildir--group-ls): New macros/functions.  Use them.
6461         (nnmaildir--unlink): Evalutate argument only once.
6462
6463 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
6464
6465         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
6466         symbols.
6467         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
6468         `gnus-point-at-eol'.
6469
6470 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
6471
6472         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
6473         nnmaildir--marks-dir): New macros.  Use them.
6474         Use inhibit-quit for atomicity instead of in-memory journaling.
6475         (nnmaildir--edit-prep): New function.
6476         (Local Variables): Use it.
6477
6478 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
6479
6480         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6481
6482 2002-03-25  Simon Josefsson  <jas@extundo.com>
6483
6484         * message.el (message-mode): Fix doc.
6485
6486 2002-03-25  Simon Josefsson  <jas@extundo.com>
6487
6488         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
6489         Matthieu Moy <Matthieu.Moy@imag.fr>.
6490
6491 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
6492
6493         * mml-sec.el (mml-unsecure-message): Add docstring.
6494
6495 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
6496
6497         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
6498         value.
6499         Trivial change from andre@slamdunknetworks.com
6500
6501 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
6502
6503         * mml.el (mml-mode-map): Added a keybinding for
6504         `mml-unsecure-message'.  Also, added a menu entry for said
6505         function in the Attachments menu.
6506
6507 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6508
6509         * canlock.el (canlock-version): Remove.
6510         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
6511         here; simplify \x insertions.
6512         (canlock-sha1): New function, always return a unibyte string.
6513         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
6514         of a password.
6515         (canlock-insert-header): Use `canlock-sha1'.
6516         (canlock-verify): Ditto.
6517
6518 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6519
6520         * message.el (message-fix-before-sending): Add an option that
6521         ignores illegible text.
6522         Trivial change from Mark Milhollan <mlm@attglobal.net>
6523
6524         * message.el (message-font-lock-keywords): Support multi-line MML
6525         tags.
6526
6527         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
6528         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
6529
6530 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
6533         symbols for "View as different encoding" submenu.
6534
6535 2002-03-19  Simon Josefsson  <jas@extundo.com>
6536
6537         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
6538         encoding" submenu.
6539
6540 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6541
6542         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
6543
6544 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6545
6546         * gnus-sum.el (gnus-sum-thread-tree-root)
6547         (gnus-sum-thread-tree-single-indent)
6548         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
6549         (gnus-sum-thread-tree-leaf-with-other)
6550         (gnus-sum-thread-tree-single-leaf): Make customizable.
6551
6552 2002-03-16  Simon Josefsson  <jas@extundo.com>
6553
6554         * gnus-util.el (gnus-extract-address-components): Don't break on
6555         names such as James "Kibo" Parry.  From Francis Litterio
6556         <franl@world.std.com>.
6557
6558 2002-03-13  Simon Josefsson  <jas@extundo.com>
6559
6560         * pop3.el (pop3-open-server): Revert multibyte change.  From
6561         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6562
6563         * message.el (message-send-mail-with-qmail): Make it work.  From
6564         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6565
6566 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
6567
6568         * message.el (message-make-mft): Set case-fold-search while
6569         generating the MFT.  Also, a little cleanup in the MFT code.
6570
6571 2002-03-12  Simon Josefsson  <jas@extundo.com>
6572
6573         * message.el (message-qmail-inject-args): May be function.
6574         (message-send-mail-with-qmail): Call function if m-q-i-a is
6575         function.  From fn@hungry.org (Faried Nawaz).
6576
6577 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6578
6579         * message.el (message-abbrevs-loaded): Remove.
6580         (mailabbrev): Require it.
6581
6582         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
6583
6584 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6585
6586         * pop3.el (pop3-open-server): Set process buffer unibyte.
6587
6588 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6589
6590         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
6591
6592 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6593
6594         * nnslashdot.el (nnslashdot-request-article): Remove javascript
6595         too.
6596
6597 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6598
6599         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
6600         duplication.
6601         (gnus-summary-save-parts-type-history): Ditto.
6602         (gnus-summary-save-parts-last-directory): Ditto.
6603         Trivial change from andre@slamdunknetworks.com
6604
6605 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
6606
6607         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
6608
6609 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6610
6611         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
6612         -->" as the end of the first article.
6613
6614         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
6615         From Matthieu Moy <Matthieu.Moy@imag.fr>
6616
6617         * message.el (message-add-action): Use add-to-list.
6618         (message-delete-action): New function.
6619
6620         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
6621         pieces.
6622
6623 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
6624
6625         * nnnil.el: New file.
6626         * gnus.el (gnus-valid-select-methods): Include nnnil.
6627
6628 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6629
6630         * message.el (message-syntax-checks): Because canlock is
6631         supported, we disable sender syntax check.
6632         (message-shoot-gnksa-feet): Add cancel-messages option doc.
6633
6634         * gnus-draft.el (gnus-draft-send): If interactive, use its default
6635         value of message-syntax-checks.
6636
6637         * qp.el (quoted-printable-decode-region): Doc addition.
6638         From: Eli Zaretskii <eliz@is.elta.co.il>
6639
6640         * mail-source.el (make-source-make-complex-temp-name): Use
6641         make-temp-file.
6642
6643         * mm-util.el (mm-make-temp-file): New function.
6644         * nneething.el (nneething-file-name): Use it.
6645         * mml-smime.el (mml-smime-encrypt): Ditto.
6646         * mm-view.el (mm-inline-wash-with-file): Ditto.
6647         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
6648         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
6649         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
6650         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
6651         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
6652         * gnus-art.el (gnus-mime-print-part): Ditto.
6653
6654 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
6655
6656         * message.el (nnmaildir-article-number-to-base-name): New
6657         function.
6658         (nnmaildir-base-name-to-article-number): New function.
6659
6660 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6661
6662         * smime.el (smime-make-temp-file): Don't quote
6663         `temporary-file-directory'.
6664
6665 2002-03-04  Simon Josefsson  <jas@extundo.com>
6666
6667         * smime.el (smime-sign-region): Rename argument keyfiles to
6668         keyfile. You only sign something with one key.
6669         (smime-sign-buffer): Better completing-read prompt.
6670         (smime-decrypt-buffer): Ditto.
6671
6672         * smime.el (smime-make-temp-file): Make it work under XEmacs.
6673
6674         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
6675         completing-read.
6676         (mm-view-pkcs7-decrypt): CRLF->LF.
6677
6678 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
6679
6680         * message.el (message-hierarchical-addresses): New variable.
6681         (message-get-reply-headers): Use it.
6682         From Ted Zlatanov <teodor.zlatanov@divine.com>
6683
6684 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6685
6686         * message.el (message-mode): If buffer-file-name, don't set auto
6687         save file name.
6688         Trivial change from Geoff Greene <ggreene@wpi.edu>
6689
6690 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6691
6692         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
6693         takes one argument in read-char.
6694
6695         * message.el (message-fix-before-sending): Forward a char.
6696         Check mmu-multibyte-p, add control-1.
6697
6698 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6699
6700         * gnus-start.el (gnus-read-init-file): Ditto.
6701
6702         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
6703
6704         * dgnushack.el (dgnushack-make-load): Ditto.
6705
6706         * mail-source.el (mail-source-fetch): Extract the right error
6707         code.
6708
6709         * message.el (message-fix-before-sending): Check illegible text.
6710
6711         * gnus-util.el (gnus-multiple-choice): New function.
6712
6713         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
6714         also defined in gnus-score.el.
6715
6716 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
6717
6718         * message.el (message-get-reply-headers): downcase email addresses
6719         for comaparisons for duplicate removal.
6720
6721 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6722
6723         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
6724         implementation of PKCS#7, which just allows users read the
6725         message.
6726         (mm-view-pkcs7): Use it.
6727
6728 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6729
6730         * gnus.el (large-newsgroup-initial): New parameter.
6731
6732         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
6733         (gnus-summary-insert-old-articles): Ditto.
6734
6735 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6736
6737         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
6738         used as the default answer of the question, "How many articles?".
6739         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6740
6741         * nnagent.el (nnagent-retrieve-headers): Remove articles with
6742         small numbers.
6743
6744 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6745
6746         * deuglify.el: Fix comments.
6747
6748 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
6749
6750         * html2text.el (html2text-clean-anchor): If there is no HREF,
6751         insert nothing.
6752
6753         * mml.el (mml-generate-mime-1): Add cdr.
6754         From: andre@slamdunknetworks.com
6755
6756         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
6757         (mm-text-html-washer-alist): Ditto.
6758
6759         * mm-decode.el (mm-text-html-renderer): Add html2text.
6760
6761         * html2text.el: Face lift.
6762
6763         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
6764
6765 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
6766
6767         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
6768
6769         * deuglify.el: Change copy right. Add autoload. Add coding-system.
6770
6771         * deuglify.el: New file. The original file name is
6772         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
6773
6774         * mm-decode.el (mm-display-external): Use
6775         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
6776
6777 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
6778
6779         * nnmaildir.el (nnmaildir-request-list): Report the highest
6780         article number, not the total number of articles.
6781
6782 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6783
6784         * gnus-sum.el: Move uu key map here.
6785         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
6786
6787 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
6788
6789         * nnmaildir.el (nnmaildir-request-expire-articles): Use
6790         nnmail-expiry-wait* if expire-age parameter is not set.
6791
6792 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6793
6794         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
6795         function.
6796         (gnus-group-sort-selected-groups-by-real-name): New function.
6797         (gnus-group-make-menu-bar): Add sort by real name.
6798
6799         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
6800         rebuild.
6801         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
6802         nil as dependencies as well.
6803
6804 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
6805
6806         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
6807         for mime-parts.
6808
6809         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
6810
6811         * gnus-group.el (gnus-group-name-decode): Don't test
6812         multibyte-string, because it breaks XEmacs.
6813         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
6814
6815         * message.el (message-send-mail): Be talkative.
6816
6817         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
6818         (mm-automatic-display): Ditto.
6819
6820         * mailcap.el (mailcap-mime-data): Ditto.
6821         From: Reiner Steib <4uce.02.r.steib@gmx.net>
6822
6823 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * many files: Remove trailing whitespaces, replace spc+tab with
6826         tab, replace leading whitespaces with tabs.
6827
6828 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
6829
6830         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
6831         articles with no body and no blank line after the header.
6832
6833 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6834
6835         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
6836         parts.
6837
6838         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
6839         non-ascii chars.
6840
6841         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6842
6843         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
6844         w3-delay-image-loads.
6845         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
6846         (mm-w3-prepare-buffer): Ditto.
6847
6848         * mail-source.el (mail-source-fetch-directory): Run scripts.
6849
6850 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6851
6852         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
6853         for Majordomo confirmations.
6854
6855 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6856
6857         * gnus-fun.el (gnus-respond-to-confirmation): New command.
6858
6859 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6860
6861         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
6862
6863 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
6864
6865         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
6866         References header field.  From Mark Thomas <mthomas@cmu.edu>.
6867
6868 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6869
6870         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
6871         (mm-inline-render-with-stdin): Ditto.
6872         (mm-inline-render-with-function): Ditto.
6873         (mm-inline-wash-with-file): Bind coding-system-for-write.
6874         (mm-inline-wash-with-stdin): Ditto.
6875
6876 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6877
6878         Suggested by Felix Natter <fnatter@gmx.net>
6879
6880         * gnus-art.el (gnus-mime-view-part-externally): Rename from
6881         gnus-mime-externalize-view.
6882         (gnus-mime-view-part-internally): Rename from
6883         gnus-mime-internalize-view.
6884         (gnus-article-view-part-externally): Rename from
6885         gnus-article-externalize-part.
6886         (gnus-mime-action-alist): Change correspondingly.
6887         (gnus-mime-button-commands): Ditto.
6888         (gnus-mime-action-alist): Remove duplication.
6889
6890         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
6891
6892 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6893
6894         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
6895
6896         * gnus-art.el (gnus-display-mime): Use it.
6897
6898         * mm-partial.el (mm-partial-find-parts): Use it.
6899
6900         * gnus-sum.el (gnus-article-loose-mime): Rename from
6901         gnus-article-no-strict-mime.
6902         (gnus-summary-save-parts): Use it.
6903
6904 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6905
6906         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
6907         local variable.
6908
6909         * gnus-art.el (article-display-x-face): Don't sort multiple
6910         X-Faces.
6911
6912 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6913
6914         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
6915         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
6916
6917         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
6918
6919 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6920
6921         Some ideas is inspired by code from Hrvoje Niksic
6922         <hniksic@arsdigita.com>
6923
6924         * gnus-art.el (gnus-article-wash-function): Set the default to
6925         nil, so that we use mm-text-html-renderer instead.
6926         (article-wash-html): Use mm-text-html-renderer.
6927
6928         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
6929         (mm-text-html-renderer): New variable.
6930         (mm-inline-text-html-renderer): Set the default to nil, so that we
6931         use mm-text-html-renderer instead.
6932
6933         * mm-view.el (mm-inline-text-html): New function.
6934         (mm-text-html-renderer-alist): New variable.
6935         (mm-inline-text-vcard): New function.
6936         (mm-inline-text): Split.
6937         (mm-links-remove-leading-blank): New function.
6938         (mm-inline-render-with-file): New function.
6939         (mm-inline-render-with-stdin): New function.
6940         (mm-inline-render-with-function): New function.
6941         (mm-text-html-washer-alist): New variable.
6942         (mm-inline-wash-with-file): New function.
6943         (mm-inline-wash-with-stdin): New function.
6944
6945 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6946
6947         * message-utils.el: Fix installation doc.
6948         From: Reiner Steib <4uce.02.r.steib@gmx.net>
6949
6950 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
6951
6952         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
6953         (gnus-post-method): Use it.
6954         (gnus-summary-cancel-article): Find the correct post-method.
6955
6956         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
6957         * message.el (message-send-news): Ditto.
6958         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
6959         <ipmonger@delamancha.org>
6960
6961         * gnus.el (gnus-select-method): Fix doc.
6962         (gnus-server-string): Use 'using nntp'.
6963
6964         * gnus-agent.el (gnus-slave-unplugged): New command.
6965         From: Felix Natter <fnatter@gmx.net>
6966
6967 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6968
6969         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
6970         Call edit-done-function first, then change the window
6971         configuration.
6972         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
6973         (gnus-article-edit-mode): mml-mode.
6974
6975         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
6976         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
6977
6978         * message-utils.el: Adopt the file.
6979
6980         * message-utils.el: New file.
6981         From Holger Schauer <Holger.Schauer@gmx.de>
6982
6983 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6984
6985         * gnus-sum.el (gnus-summary-move-article): Select-article only
6986         when gnus-move-split-methods is non-nil. And we don't render or
6987         mark the article.
6988
6989         * gnus-fun.el (gnus-shell-command-to-string): New function.
6990         (gnus-shell-command-on-region): New function.
6991         (gnus-random-x-face): Use them.
6992         (gnus-x-face-from-file): Ditto.
6993         (gnus-convert-image-to-gray-x-face): Ditto.
6994         (gnus-convert-gray-x-face-to-xpm): Ditto.
6995         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
6996
6997 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * gnus-art.el (gnus-treat-display-xface): Don't use
7000         `shell-command-to-string' when compiling.
7001         (gnus-treat-display-grey-xface): Ditto.
7002
7003 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
7004
7005         * nnmaildir.el (nnmaildir--article-count): If the group is
7006         completely empty, report minimum article number as 1 instead of 0.
7007
7008 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
7009
7010         * gnus-agent.el (gnus-get-predicate): Use nconc.
7011
7012         * gnus-sum.el (gnus-summary-display-make-predicate): Use
7013         gnus-summary-display-cache as cache.
7014
7015         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
7016         (nndoc-mail-in-mail-type-p): New function.
7017         (nndoc-mail-in-mail-article-begin): New function.
7018
7019 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7020
7021         * mailcap.el (mailcap-mime-data): Use enriched-decode.
7022
7023         * gnus-cite.el (gnus-article-fill-cited-article): Bind
7024         use-hard-newlines to nil.
7025
7026         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
7027         image is not available if window-system is not available.
7028
7029         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
7030
7031 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7032
7033         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
7034         bookmark, because update-mark doesn't handle it correctly.
7035
7036 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
7037
7038         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
7039         directly instead of calling message-send-mail.
7040
7041         * gnus-start.el (gnus-read-descriptions-file): Use
7042         gnus-default-charset.
7043
7044         * mm-util.el (mm-guess-mime-charset): New function.
7045
7046         * gnus.el (gnus-default-charset): Use it.
7047         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
7048         the default.
7049
7050 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7051
7052         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
7053         (article-display-x-face): Use it.  Disable grey xface, if
7054         uncompface is not found.
7055
7056         * message.el (message-mode): Don't enable multibyte on an indirect
7057         buffer.
7058
7059         * nnrss.el (nnrss-content-function): New variable.
7060         (nnrss-request-article): Use it.
7061
7062 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7063
7064         * gnus.el: Add article-unsplit-urls.
7065         * gnus-sum.el: Ditto.
7066         * gnus-art.el (gnus-treat-strip-cr): New variable.
7067         (gnus-treatment-function-alist): Use it.
7068         (article-unsplit-urls): New function.
7069         (gnus-article-make-menu-bar): Use it.
7070         From: Michael Cook <michael.cook@cisco.com>
7071
7072 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7073
7074         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
7075         copy.
7076
7077 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
7078
7079         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
7080         with internal whitespace.
7081         (gnus-parent-id): Ditto.
7082
7083 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
7084
7085         * gnus-art.el (gnus-article-treat-body-boundary): Add
7086         gnus-decoration property.
7087         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
7088
7089         * message.el (message-mode): Set local-abbrev-table.
7090         From Matt Armstrong <matt@lickey.com>.
7091
7092         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
7093         too many spaces.
7094
7095         * rfc2047.el (rfc2047-unfold-region): Ditto.
7096         (rfc2047-decode-region): Don't unfold. Let
7097         gnus-article-treat-unfold-headers do it.
7098
7099         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
7100         From: Jesper Harder <harder@ifa.au.dk>
7101
7102 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7103
7104         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
7105         (gnus-configure-posting-styles): Use it.
7106         (gnus-configure-posting-styles): Remove trailing newspaces.
7107
7108 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7109
7110         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
7111         is non-nil.
7112
7113         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
7114
7115         * gnus.el (gnus-server-to-method): Switch position with
7116         gnus-server-get-method.
7117         (gnus-agent): Add doc.
7118
7119         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
7120         (gnus-summary-save-parts): Use it.
7121
7122         * gnus-art.el (gnus-display-mime): Use it.
7123         * mm-partial.el (mm-partial-find-parts): Use it.
7124
7125         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
7126
7127         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
7128         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
7129
7130         * nnagent.el (nnagent-request-expire-articles): Don't delete
7131         files.
7132
7133 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7134
7135         * message.el (message-gen-unsubscribed-mft): New function.
7136         From Sriram Karra <karra@cs.utah.edu>.
7137
7138         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
7139         open parenthesis.
7140
7141         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
7142         (mm-inline-text-html-render-with-w3): Ditto.
7143         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
7144         Suggested by Dave Love  <d.love@dl.ac.uk>.
7145
7146         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
7147
7148         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
7149         * nntp.el (nntp-send-command): Ditto.
7150         * nntp.el (nntp-send-command-nodelete): Ditto.
7151
7152 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7153
7154         * mm-url.el (mm-url-load-url): New function.
7155         (mm-url-insert-file-contents): Use it.
7156
7157         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
7158
7159         * message.el (message-forward-make-body): Correctly copy
7160         forward-buffer.
7161
7162         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
7163
7164 2002-02-04  Simon Josefsson  <jas@extundo.com>
7165
7166         * gnus-art.el (gnus-article-followup-with-original): Mark with
7167         force, prevent errors when following up from article buffer.
7168         (gnus-article-reply-with-original): Ditto.
7169
7170         * binhex.el (binhex-decoder-switches): Fix doc.  From
7171         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7172
7173 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7174
7175         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
7176         highlight-citation after emphasize.
7177
7178 2002-02-04  Simon Josefsson  <jas@extundo.com>
7179
7180         * nnfolder.el (nnfolder-open-marks):
7181
7182         * nnml.el (nnml-open-marks): Message when done.  From David
7183         Edmondson <dme@sun.com>.
7184
7185 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7186
7187         * imap.el (imap-anonymous-auth): Fix typo.
7188         From: Steinar Bang <sb@dod.no>
7189
7190         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
7191         save-excursion.
7192         (gnus-cache-braid-heads): Ditto.
7193
7194         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
7195         line, because there are extra articles in the overview buffer.
7196
7197         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
7198
7199         * message.el (message-forward-rmail-make-body): Directly use
7200         rmail-msg-restore-non-pruned-header to avoid calling
7201         vertical-motion.
7202
7203 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7204
7205         * gnus-cache.el (gnus-summary-insert-cached-articles):
7206         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
7207
7208         * gnus-group.el (gnus-group-mark-article-read): Nreverse
7209         gnus-newsgroups-unselected.
7210
7211         * gnus-agent.el (gnus-summary-set-agent-mark): Use
7212         gnus-add-to-sorted-list.
7213
7214         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
7215         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
7216         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
7217         (gnus-update-read-articles): UNREAD is sorted.
7218         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
7219         (gnus-newsgroup-marked, gnus-newsgroup-cached)
7220         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
7221         (gnus-newsgroup-dormant): Require sorted.
7222
7223         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
7224         directories.
7225         (gnus-dired-print): New function.
7226
7227         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
7228         ps-despool.
7229
7230 2002-02-02  Simon Josefsson  <jas@extundo.com>
7231
7232         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
7233
7234 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7235
7236         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
7237         t. This makes gnus-agent customizable without putting
7238         gnus-agentize into .gnus.
7239
7240         * gnus.el (gnus-agent): Make it customizable.
7241
7242         * gnus-dired.el: New file.
7243         From Benjamin Rutt <brutt@bloomington.in.us>
7244
7245         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
7246         if no article.
7247         (gnus-cache-possibly-remove-article): Ditto.
7248         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
7249
7250 2002-02-01  Simon Josefsson  <jas@extundo.com>
7251
7252         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
7253
7254 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
7257         (mm-setup-w3m): Don't bind keys listed in the above.
7258
7259 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7260
7261         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
7262         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
7263         is non-nil; bind `w3m-force-redisplay' with nil.
7264
7265         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7266
7267         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
7268
7269 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7270
7271         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
7272         use mail-header-unfold-field.
7273
7274         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
7275         gnus-summary-limit.
7276
7277         * gnus-range.el (gnus-add-to-sorted-list): New function.
7278         * gnus-sum.el (gnus-mark-article-as-read): Use it.
7279         (gnus-mark-article-as-unread): Ditto.
7280         (gnus-summary-mark-article-as-unread): Ditto.
7281         (gnus-build-get-header): Ditto.
7282         (gnus-summary-prepare-threads): Ditto.
7283         (gnus-summary-insert-pseudos): Ditto.
7284         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
7285         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
7286         (gnus-summary-insert-old-articles): Ditto.
7287
7288         * gnus-msg.el (gnus-posting-styles): Add new format of header.
7289         (gnus-configure-posting-styles): Support the new format.
7290
7291         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
7292         edebug-form-spec to (sexp body).
7293         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
7294
7295         * message.el (message-reply-headers): Add doc.
7296
7297 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7298
7299         * gnus-group.el (gnus-group-delete-group): Nix the entry in
7300         gnus-cache-active-hashtb.
7301
7302         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
7303         (gnus-agent-summary-fetch-group): Use it.
7304
7305         * gnus-msg.el (gnus-debug-files): New variable.
7306         (gnus-debug-exclude-variables): New variable.
7307         (gnus-debug): Use them.
7308
7309         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
7310
7311 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7312
7313         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
7314         (message-mode-syntax-table): Move back the previous position.
7315
7316         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
7317
7318         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7319         gnus-sorted-difference.
7320
7321         * nnsoup.el (nnsoup-request-expire-articles): Use
7322         gnus-sorted-difference.
7323
7324         * nnheader.el: Autoload gnus-sorted-difference.
7325
7326         * nnfolder.el (nnfolder-request-expire-articles): Use
7327         gnus-sorted-difference.
7328
7329         * gnus-cache.el (gnus-cache-retrieve-headers): Use
7330         gnus-sorted-difference.
7331
7332         * gnus-range.el: Autoload cookies.
7333         (gnus-sorted-difference): New function.
7334         (gnus-sorted-ndifference): New function.
7335         (gnus-sorted-nintersection): Rename from
7336         gnus-set-sorted-intersection.
7337         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
7338         (gnus-list-range-difference): Rename from
7339         gnus-inverse-list-range-intersection.
7340         (gnus-inverse-list-range-intersection): Use defalias.
7341
7342         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
7343         gnus-sorted-ndifference, and gnus-sorted-nintersection.
7344         (gnus-articles-to-read): Use gnus-sorted-difference.
7345         (gnus-summary-limit-mark-excluded-as-read): Use
7346         gnus-sorted-intersection and gnus-sorted-ndifference.
7347         (gnus-list-of-read-articles): Use gnus-list-range-difference.
7348         (gnus-summary-insert-articles): Use gnus-sorted-difference.
7349
7350         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
7351
7352 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7353
7354         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
7355         property to the buffer for using emacs-w3m command keys.
7356
7357         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
7358         option.
7359
7360         * mm-view.el (mm-w3m-mode-map): New variable.
7361         (mm-w3m-mode-command-alist): New variable.
7362         (mm-w3m-minor-mode): Removed.
7363         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
7364         (mm-inline-text-html-render-with-w3m): Add keymap property to the
7365         buffer for using emacs-w3m command keys.
7366
7367 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7368
7369         * message.el (message-mode-syntax-table): Move forward.
7370         (message-cite-prefix-regexp): Auto detect non word constituents.
7371         (message-cite-prefix-regexp): Don't use with-syntax-table.
7372
7373         * gnus-sum.el (gnus-summary-update-info): Use
7374         gnus-list-range-intersection.
7375
7376         * gnus-agent.el (gnus-agent-fetch-headers): Use
7377         gnus-list-range-intersection.
7378
7379         * gnus-range.el (gnus-range-normalize): Use correct predicate.
7380         (gnus-list-range-intersection): Use it.
7381         (gnus-inverse-list-range-intersection): Ditto.
7382         (gnus-sorted-intersection): Add doc.
7383         (gnus-set-sorted-intersection): Add doc.
7384         (gnus-sorted-union): New function.
7385         (gnus-set-sorted-union): New function.
7386
7387         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
7388         (gnus-inverse-list-range-intersection): Ditto.
7389
7390 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
7391
7392         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
7393
7394         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
7395         and permit `:' and `\' in order to handle full Windows pathnames.
7396         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
7397         technically not correct per standard, but seems to have common use.
7398
7399 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7400
7401         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
7402         replacing numbers.
7403
7404 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
7405
7406         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
7407
7408         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
7409         Don't split when the window is small, e.g. when a small *BBDB*
7410         window is the lowest one.
7411
7412         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7413         nnheader-find-nov-line to speed up. Use nreverse, because it is
7414         sorted. Use nnheader-insert-nov-file.
7415
7416 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7417
7418         * mm-decode.el (mm-inline-text-html-with-images): New user option.
7419
7420         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
7421         of `w3m-display-inline-images' with the value of
7422         `mm-inline-text-html-with-images'.
7423         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
7424
7425         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7426
7427 2002-01-27  Richard M. Stallman  <rms@gnu.org>
7428
7429         * time-date.el: Add autoload cookies.  Many doc fixes.
7430         (time-add): New function.
7431         (time-subtract): Renamed from subtract-time.
7432         (subtract-time): New alias for time-subtract.
7433
7434 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
7437         emacs-w3m in doc-string.
7438
7439         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
7440         `w3m-current-buffer'.
7441
7442 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7443
7444         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
7445
7446         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
7447         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
7448         (mm-w3m-cid-retrieve): New function.
7449         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
7450
7451 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7452
7453         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
7454
7455 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7456
7457         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
7458
7459 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7460
7461         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
7462         32K.
7463
7464         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
7465
7466         * nnmail.el (nnmail-article-group): Decode headers before running
7467         split rules over them.
7468         (nnmail-mail-splitting-charset): New variable.
7469
7470         * smiley.el: Replaced with smiley-ems.el.
7471
7472 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7473
7474         * mm-url.el (mm-url-predefined-programs): Add w3m.
7475         (mm-url-program): Ditto.
7476
7477 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7478
7479         * nnml.el (nnml-use-compressed-files): New variable.
7480         (nnml-filenames-are-evil): Removed.
7481         (nnml-current-group-article-to-file-alist): Don't use.
7482         (nnml-update-file-alist): Inhibit.
7483         (nnml-article-to-file): Use new var.
7484
7485 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7486
7487         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
7488
7489         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
7490
7491 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7492
7493         * gnus-agent.el (gnus-agent-load-alist): Use new caching
7494         function.
7495
7496         * gnus-util.el (gnus-cache-file-contents): New function.
7497
7498         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
7499         (gnus-agent-load-alist): Use it.
7500
7501         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
7502
7503         * nnheader.el (nnheader-insert-nov-file): New function.
7504
7505         * gnus-util.el (gnus-parse-without-error): Correct the loop.
7506
7507         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
7508         there are no references.
7509         (gnus-extract-message-id-from-in-reply-to): New function.
7510         (gnus-nov-parse-line): Use in-reply-to if there are no
7511         references.
7512
7513 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7514
7515         * nnagent.el (nnagent-retrieve-headers): Use new macro.
7516
7517         * gnus-util.el (gnus-parse-without-error): New macro.
7518
7519 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
7520
7521         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
7522         (gnus-article-wash-function): use locate-library to decide which
7523         to use.
7524
7525 2002-01-25  Simon Josefsson  <jas@extundo.com>
7526
7527         * pop3.el (pop3-munge-message-separator): Work if no date.
7528         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
7529
7530 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7531
7532         * gnus-agent.el (gnus-agent-save-alist): Fix.
7533
7534         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
7535         mistake.  Reinstated lost code.
7536
7537 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
7538
7539         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
7540         one exists in the case of an encrypted message with an internal
7541         signature.
7542
7543 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7544
7545         * gnus-agent.el (gnus-agent-save-alist): Optimized.
7546
7547 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7548
7549         * dgnushack.el: Commented out the experimental code.
7550
7551 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7552
7553         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
7554         error.
7555
7556         * gnus.el (gnus-server-to-method): Made into subst.
7557         (gnus-server-method-cache): New variable.
7558         (gnus-server-to-method): Use it.
7559         (gnus-group-method-cache): New variable.
7560         (gnus-find-method-for-group-1): Renamed.
7561         (gnus-find-method-for-group): New function.
7562         (gnus-group-method-cache): Removed.
7563
7564         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
7565         function.
7566
7567         * gnus-range.el (gnus-members-of-range): New function.
7568         (gnus-list-range-intersection): Renamed.
7569         (gnus-inverse-list-range-intersection): New function.
7570
7571         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
7572
7573         * nnagent.el (nnagent-retrieve-headers): New implementation.
7574
7575         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
7576         implementation.
7577
7578 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7579
7580         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
7581         `w3m-meta-content-type-charset-regexp'.
7582
7583         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
7584         charset-encoded html contents.
7585
7586 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
7587
7588         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
7589         an empty file.
7590
7591         * nnweb.el (url): Ignore errors when request url.
7592
7593         * nnrss.el: Clean up the comments.
7594
7595 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7596
7597         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
7598
7599         * mm-decode.el (mm-inline-text-html-renderer): New user option.
7600         (mm-inline-media-tests): Test whether the value of
7601         `mm-inline-text-html-renderer' is a function for text/html.
7602
7603         * mm-view.el (mm-inline-text-html-render-with-w3): New function
7604         separated from `mm-inline-text'.
7605         (mm-w3m-minor-mode): New variable.
7606         (mm-w3m-setup): New variable.
7607         (mm-setup-w3m): New function.
7608         (mm-inline-text-html-render-with-w3m): New function.
7609         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
7610         text/html.
7611
7612 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
7613
7614         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
7615
7616 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7617
7618         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
7619         and `gnus-xmas-completing-read'.
7620
7621 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7622
7623         * nneething.el (nneething-message-id-number): Abolished.
7624         (nneething-encode-file-name): Not encode numerical characters.
7625         (nneething-make-head): `nneething-message-id-number' is not
7626         used to generate message IDs.
7627
7628 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7629
7630         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
7631         characters.
7632
7633 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7634
7635         * gnus-xmas.el (gnus-xmas-completing-read): New function.
7636         (gnus-xmas-redefine): Redefine conditionally.
7637
7638 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
7639
7640         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
7641         tag.
7642
7643 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
7644
7645         * message.el (message-font-lock-keywords): Added the secure tag.
7646         * mml-sec.el: Added functions to generate/modify/remove the secure
7647         tag while in message mode.
7648         * mml-sec.el (mml-secure-message): New.
7649         * mml-sec.el (mml-unsecure-message): New.
7650         * mml-sec.el (mml-secure-message-sign-smime): New.
7651         * mml-sec.el (mml-secure-message-sign-pgp): New.
7652         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
7653         * mml-sec.el (mml-secure-message-encrypt-smime): New.
7654         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
7655         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
7656         * mml.el (mml-parse-1): Added code to recognise the secure tag and
7657         convert it to either a part or multipart depending on if there are
7658         other parts in the message.
7659         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
7660         to use the secure tag, rather than the part tag.
7661         * mml.el (mml-preview): Added a save-excursion to keep cursor
7662         position after doing an MML preview.
7663
7664 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7665
7666         * nnheader.el (nnheader-parse-overview-file): New function.
7667         (nnheader-write-overview-file): New function.
7668
7669 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7670
7671         * gnus.el (gnus-group-fast-parameter): Check better if expansion
7672         in wanted.
7673
7674         * nnweb.el (nnweb-type-definition): Clean up.
7675
7676 2002-01-21  Alastair Burt  <burt@dfki.de>
7677         Trivial patch.
7678
7679         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
7680         buffer exists before jumping to it.
7681
7682 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7683
7684         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
7685         function.
7686         (article-wash-html): Use it.
7687         (gnus-article-wash-function): New variable.
7688         (gnus-article-wash-html-with-w3m): New function.
7689
7690 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7691
7692         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
7693         XEmacs.
7694
7695 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
7696
7697         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
7698         command line.
7699
7700 2002-01-21  Simon Josefsson  <jas@extundo.com>
7701
7702         * canlock.el (base64-encode-string): Autoload it from base64.
7703         (canlock-make-cancel-key): Base64 encode unibyte string.
7704
7705 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7706
7707         * nnfolder.el (nnfolder-request-accept-article): Unfold
7708         x-from-line.
7709         (nnfolder-request-replace-article): Ditto.
7710
7711 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
7712
7713         * gnus-group.el (gnus-group-best-unread-group): Use the right
7714         positioning function.
7715
7716 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7717
7718         * smiley-ems.el (smiley-region): Use new function.
7719         (smiley-update-cache): Use general image functions.
7720         (smiley-region): Use general functions.
7721
7722         * gnus-util.el (gnus-graphic-display-p): New function.
7723
7724         * nnmail.el (nnmail-article-group): Allow outputting traces of
7725         non-strings.
7726
7727         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
7728         (nndoc-exim-bounce-type-p): New function.
7729
7730         * message.el (message-dont-send): Doc fix.
7731
7732         * gnus-util.el (gnus-completing-read): Remove
7733         inherit-input-method.
7734
7735         * gnus-art.el (gnus-treat-smiley): Doc fix.
7736
7737         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
7738         articles.
7739
7740 2002-01-19  Simon Josefsson  <jas@extundo.com>
7741
7742         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
7743         (imap-kerberos4-open): Ditto.
7744         (imap-open): Set port correctly, don't set auth.
7745
7746 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7747
7748         * gnus.el (gnus-version-number): Bump version number.
7749
7750 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7751
7752         * gnus.el: Oort Gnus v0.05 is released.
7753
7754 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7755
7756         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
7757         exists.
7758
7759         * gnus-spec.el (gnus-string-width-function): New function.
7760         (gnus-tilde-cut-form): Use it.
7761         (gnus-tilde-max-form): Ditto.
7762         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
7763         (gnus-substring-function): Use it.
7764         (gnus-tilde-cut-form): Ditto.
7765         (gnus-substring-function): New function.
7766
7767         * message.el (message-check-news-header-syntax): New message.
7768
7769         * gnus.el (gnus-slave-no-server): Doc fix.
7770
7771         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
7772
7773 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7774
7775         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
7776         `seen' if it looks like (seen NUM1 . NUM2).  It should be
7777         (seen (NUM1 . NUM2)).
7778
7779 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7780
7781         * gnus-topic.el (gnus-topic-catchup-articles): Update article
7782         number in closed topics.
7783
7784 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
7785
7786         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
7787         functions.
7788
7789 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7790
7791         * gnus.el (gnus-group-find-parameter): Clean up.
7792
7793         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
7794         articles.
7795
7796         * gnus-util.el (gnus-completing-read-with-default): Renamed.
7797
7798         * nnmail.el (nnmail-article-group): Clean up.
7799
7800 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
7801
7802         * gnus-agent.el (gnus-category-name): Intern the category name.
7803
7804 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7805
7806         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
7807
7808         * gnus-util.el (gnus-completing-read): New function.
7809
7810 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7811
7812         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
7813
7814         * smiley-ems.el (smiley-region): Register smiley.
7815         (smiley-toggle-buffer): Rewrite the function.
7816         (smiley-active): Removed.
7817
7818 2002-01-19  Simon Josefsson  <jas@extundo.com>
7819
7820         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
7821         Jesper Harder <harder@ifa.au.dk>.
7822
7823 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7824
7825         * gnus-art.el (gnus-request-article-this-buffer): Call
7826         `nneething-get-file-name' to extract the file name from the
7827         message id.
7828
7829         * nneething.el (nneething-encode-file-name): New function.
7830         (nneething-decode-file-name): Ditto.
7831         (nneething-get-file-name): Ditto.
7832         (nneething-make-head): Encode the file name and encapsulate it
7833         into the field of the message id.
7834
7835 2002-01-18  Simon Josefsson  <jas@extundo.com>
7836
7837         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
7838         stored in .marks.
7839
7840         * nnfolder.el (nnfolder-request-update-info): Ditto.
7841
7842 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7843
7844         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
7845
7846 2002-01-18  Simon Josefsson  <jas@extundo.com>
7847
7848         * imap.el (imap-starttls-p): Don't check for binary.
7849         (imap-gssapi-auth-p): Ditto.
7850         (imap-kerberos4-auth-p): Ditto.
7851         (imap-open): Change logic.  Iterate through all possible streams,
7852         instead of bailing out after first failure.  Move authenticator
7853         decision to `imap-authenticate'.
7854         (imap-authenticate): Change logic, now finds the authenticator to
7855         use, was previously in `imap-open'.
7856         (imap-open): Return nil on failure.
7857         (imap-open): Setup temp buffer correctly.
7858         (imap-open): Return buffer only on success.
7859         (imap-interactive-login, imap-interactive-login): Tell the user
7860         which stream/authenticator is used for the queried
7861         username/password.
7862         (imap-open, imap-authenticate): Set variables.
7863         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
7864         (imap-open): Don't assume how `with-temp-buffer' is implemented.
7865
7866 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7867
7868         * gnus-fun.el (gnus-grab-cam-x-face): New function.
7869
7870 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7871
7872         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
7873
7874 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7875
7876         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
7877         (gnus-agent-group-mode-map): Bind it to "Jo".
7878         (gnus-agent-group-make-menu-bar): Add it into menu bar.
7879
7880 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
7881
7882         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
7883         (gnus-summary-mail-toolbar): Add mail article deletion button.
7884
7885         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
7886         false positives for lines of "^^^^".
7887
7888         * gnus-picon.el (gnus-picon-find-face): faces database is all
7889         lowercase.
7890
7891 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7892
7893         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
7894         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
7895         duplications.
7896         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
7897
7898 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7899
7900         * gnus-sum.el (gnus-summary-initial-limit): Inline
7901         gnus-summary-limit-children.
7902         (gnus-summary-initial-limit): Don't limit if
7903         gnus-newsgroup-display is nil.
7904         (gnus-summary-initial-limit): No, don't.
7905
7906         * gnus-util.el
7907         (gnus-put-text-property-excluding-characters-with-faces): Inline
7908         gnus-put-text-property.
7909
7910         * gnus-spec.el (gnus-default-format-specs): New variable.
7911
7912         * gnus-start.el (gnus-read-newsrc-file): Don't clear
7913         gnus-format-specs.
7914         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
7915
7916         * gnus-spec.el (gnus-update-format-specifications): Really check
7917         the Gnus version of the .newsrc.eld file.
7918         (gnus-format-specs): Save the new default summary format.
7919
7920         * gnus-util.el (gnus-parent-id): Check whether references is empty
7921         before splitting.
7922
7923         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
7924         functions.
7925         (gnus-gather-threads-by-references): Inline
7926         `gnus-split-references'.
7927
7928         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
7929         default value of gnus-summary-line-format-spec.
7930
7931 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7932
7933         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
7934         message.
7935         (nnslashdot-request-list): Ditto.
7936         (nnslashdot-sid-strip): Removed.
7937
7938 2002-01-15  Simon Josefsson  <jas@extundo.com>
7939
7940         * nnimap.el (nnimap-close-asynchronous): Enable.
7941         (nnimap-close-group): Expunge.
7942
7943 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7944
7945         * gnus-util.el (gnus-user-date-format-alist): Typo.
7946         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
7947
7948 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7949
7950         * nneething.el (nneething-request-article): Set
7951         `nnmail-file-coding-system' to `binary' locally, in order to read
7952         files without any conversion.
7953
7954 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7955
7956         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7957         nnheader-file-coding-system and nnmail-active-file-coding-system.
7958         (gnus-agent-regenerate-group): Ditto.
7959         (gnus-agent-regenerate): Ditto.
7960         (gnus-agent-write-active): Ditto.
7961         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
7962
7963 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7964
7965         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
7966         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
7967
7968 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7969
7970         * gnus.el: We don't need gnus-article-show-all-headers.
7971
7972         * gnus-art.el (article-show-all, gnus-article-show-all-header):
7973         Ditto.
7974
7975         * gnus-sum.el (gnus-summary-select-article): Don't call
7976         show-all-headers, because hidden headers are not hidden text any
7977         more.
7978
7979 2002-01-13  Simon Josefsson  <jas@extundo.com>
7980
7981         * message.el (message-newline-and-reformat): Use `newline' instead
7982         of inserting \n, so that the newline is marked as hard.
7983
7984         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
7985         From Jesper Harder <harder@ifa.au.dk>.
7986
7987 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7988
7989         * imap.el (imap-close): Keep going if quit.
7990
7991         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
7992         nntp-server-buffer.
7993
7994 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7995
7996         * mm-view.el (mm-display-inline-fontify): Require font-lock to
7997         avoid unbinding shadowed variables.
7998
7999         * gnus-art.el (gnus-picon-databases): Moved here.
8000         (gnus-picons-installed-p): Moved here.
8001         (gnus-article-reply-with-original): Use `mark'.
8002
8003         * gnus.el (gnus-picon): Moved here and renamed.
8004
8005         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
8006         installed.
8007         (gnus-treat-mail-picon): Ditto.
8008         (gnus-treat-newsgroups-picon): Ditto.
8009
8010         * gnus-picon.el (gnus-picons-installed-p): New function.
8011
8012 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8013
8014         * gnus-agent.el (gnus-agent-go-online): Fix doc.
8015
8016 2002-01-12  Simon Josefsson  <jas@extundo.com>
8017
8018         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
8019         (nnimap-before-find-minmax-bugworkaround): Use it.
8020         (nnimap-find-minmax-uid): Don't reselect current mailbox.
8021         (nnimap-dont-close): New variable.
8022         (nnimap-close-group): Use it.
8023
8024 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8025
8026         * gnus-art.el (gnus-article-reply-with-original): Use
8027         `mark-active'.
8028
8029         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
8030
8031         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
8032         (gnus-score-advanced): Clean up.
8033         (gnus-score-advanced): Accept a multiple of the score.
8034
8035 2002-01-12  Simon Josefsson  <jas@extundo.com>
8036
8037         * flow-fill.el (fill-flowed-display-column)
8038         (fill-flowed-encode-columnq): New variables.  Suggested by
8039         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
8040         (fill-flowed-encode, fill-flowed): Use them.
8041
8042         * message.el (message-send-news, message-send-mail): Use
8043         m-b-s-n-p-e-h-n.
8044
8045         * mml.el (autoload): Autoload fill-flowed-encode.
8046         (mml-buffer-substring-no-properties-except-hard-newlines): New
8047         function.
8048         (mml-read-part): Use it.
8049         (mml-generate-mime-1): Encode format=flowed if appropriate.
8050         (mml-insert-mime-headers): Insert format=flowed.
8051
8052         * flow-fill.el (fill-flowed-encode): New function.
8053         (fill-flowed): Bind fill-column to window width.
8054
8055 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8056
8057         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
8058         it exists.
8059         (gnus-summary-setup-buffer): Wake up dead summary buffers.
8060         (gnus-summary-buffer-name): Don't return the dead name after all.
8061         (gnus-summary-setup-buffer): Kill the dead buffer.
8062
8063         * gnus-art.el (gnus-article-followup-with-original): Store the
8064         value of the mark before deactivating it.
8065
8066 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8067
8068         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
8069         From: Karl Kleinpaste <karl@charcoal.com>
8070
8071         * gnus-art.el (article-display-x-face): Ditto.
8072         (gnus-article-reply-with-original): Use gnus-region-active-p.
8073         (gnus-article-followup-with-original): Ditto.
8074
8075         * gnus-sum.el (gnus-summary-read-group-1): Don't select
8076         downloadable article either.
8077
8078 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8079
8080         * gnus-art.el (article-display-x-face): Insert From:.
8081
8082         * gnus-sum.el (gnus-summary-move-article): Don't draw the
8083         article. Bind gnus-display-mime-function and
8084         gnus-article-prepare-hook.
8085
8086         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
8087         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
8088         gnus-agent-possibly-synchronize-flags to the last.
8089         (gnus-agent-go-online): New function. New variable.
8090
8091 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8092
8093         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
8094         (gnus-agent-regenerate): Ditto.
8095
8096 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8097
8098         * message.el (message-ignored-news-headers)
8099         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
8100         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
8101
8102         * gnus.el (gnus-gethash-safe): New macro.
8103
8104         * gnus-agent.el (gnus-agent-regenerate-history): New function.
8105         (gnus-agent-regenerate): Show messages.
8106
8107 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8108
8109         * gnus-agent.el (gnus-agent-regenerate-group): New function.
8110         (gnus-agent-regenerate): New function.
8111         (gnus-agent-save-alist): Sort.
8112         (gnus-agent-copy-nov-line): Test eobp.
8113         (gnus-agent-retrieve-headers): Erase buffer.
8114
8115 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8116
8117         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
8118         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
8119
8120         * gnus.el (gnus-agent-covered-methods): Move here.
8121         (gnus-online): New function.
8122         (gnus-agent-method-p): Move here.
8123
8124         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
8125         nil. Remove articles-alist.
8126
8127         * gnus-start.el (gnus-get-unread-articles): Check online.
8128         (gnus-groups-to-gnus-format): Ditto.
8129         (gnus-active-to-gnus-format): Ditto.
8130
8131         * gnus-agent.el (gnus-agent-get-function): Use it.
8132         (gnus-agent-get-undownloaded-list): Ditto.
8133         (gnus-agent-fetch-session): Only fetch online methods.
8134
8135         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
8136         (gnus-server-mode-map): Ditto.
8137         (gnus-server-offline-face): New face.
8138         (gnus-server-offline-face): New variable.
8139         (gnus-server-font-lock-keywords): Add offline.
8140         (gnus-server-insert-server-line): Ditto.
8141         (gnus-server-offline-server): New function.
8142
8143         * gnus-int.el (gnus-open-server): Turn to offline.
8144         (gnus-server-unopen-status): New variable.
8145
8146 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8147
8148         * nnkiboze.el (nnkiboze-request-article): Use
8149         gnus-agent-request-article.
8150
8151         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
8152         function. Insert undownloaded NOV.
8153
8154         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
8155         (gnus-agent-request-article): New function.
8156
8157         * gnus.el (gnus-agent-cache): New variable.
8158
8159         * gnus-int.el (gnus-retrieve-headers): Use
8160         gnus-agent-retrieve-headers.
8161         (gnus-request-head): Use gnus-agent-request-article.
8162         (gnus-request-body): Ditto.
8163
8164         * gnus-art.el (gnus-request-article-this-buffer): Use
8165         gnus-agent-request-article.
8166
8167         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
8168         article if it is undownloaded.
8169
8170 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8171
8172         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
8173
8174 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8175
8176         * canlock.el (canlock-string-as-unibyte): New macro.
8177         (canlock-sha1-with-openssl): Return a unibyte string.
8178         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
8179
8180 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8181
8182         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
8183
8184 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8185
8186         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
8187         application/x-emacs-lisp.
8188
8189         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
8190
8191         * nntp.el (nntp-request-article): Add group parameter.
8192         (nntp-request-head): Ditto.
8193         (nntp-find-group-and-number): Add parameter group. Figure out
8194         number if the status line doesn't give (e.g. quimby.gnus.org).
8195
8196 2002-01-08  Simon Josefsson  <jas@extundo.com>
8197
8198         * mml.el (mml-generate-mime-1): Set recipient correctly.
8199
8200 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8201
8202         * message.el (message-read-from-minibuffer): Add parameter
8203         initial-contents.
8204         * gnus-msg.el (gnus-summary-resend-message): Use it.
8205
8206         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
8207         behavior of quit-config.
8208
8209         * message.el (message-make-from): Don't quote fullname.
8210         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
8211
8212         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
8213         From: <andre@slamdunknetworks.com>
8214
8215 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8216
8217         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
8218
8219         * gnus-art.el (gnus-header-button-alist): Handle mailto.
8220
8221         * mml.el (mml-preview): Bind gnus-original-article-buffer because
8222         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
8223         because bbdb may use it.
8224
8225 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8226
8227         * nneething.el (nneething-request-article): When a non-text file
8228         is converted to an article, its data is encoded in base64.  Call
8229         `nneething-make-head' with options to specify MIME types.
8230         (nneething-make-head): Add optional arguments to specify MIME
8231         types.
8232
8233 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8234
8235         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
8236         header if there is not.
8237
8238         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
8239
8240         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
8241         (gnus-inews-mark-gcc-as-read): Obsolete variable.
8242         (gnus-inews-do-gcc): Use them.
8243
8244         * gnus-group.el (gnus-group-mark-article-read): Put holes into
8245         gnus-newsgroup-unselected.
8246
8247 2002-01-06  Simon Josefsson  <jas@extundo.com>
8248
8249         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
8250         condition-case, not ignore-errors.
8251
8252 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8253
8254         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
8255         gnus-fetch-old-headers.
8256
8257         * gnus-art.el (article-display-x-face): Use the current buffer
8258         unless `W f'. Otherwise, X-Face may be shown in the header of a
8259         forwarded part.
8260         (gnus-treatment-function-alist): Treat xface before hiding
8261         headers.
8262
8263 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8264
8265         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
8266         parameters.
8267
8268 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8269
8270         * mm-util.el (mm-multibyte-p): Define conditionally when load.
8271         (mm-guess-charset): New function.
8272         (mm-charset-after): Use it.
8273         (mm-detect-coding-region): New function.
8274         (mm-detect-mime-charset-region): New function.
8275
8276         * gnus-sum.el (gnus-summary-show-article): Use
8277         mm-detect-coding-region.
8278
8279 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8280
8281         * message.el (message-make-fqdn): Be less violent.
8282
8283         * gnus.el (gnus-logo-color-style): Compute custom form
8284         automatically.
8285
8286         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
8287         score file of the parent to the document group.
8288
8289         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
8290         parameters parameter.
8291
8292         * gnus-score.el (gnus-score-load-file): Clean up.
8293
8294 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8295
8296         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
8297         From: Damien Wyart <damien.wyart@free.fr>
8298
8299         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
8300
8301 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8302
8303         * gnus-sum.el (gnus-select-group-hook): Typo.
8304
8305         * rfc2047.el (rfc2047-decode-string): Return immediately if there
8306         is no quoted-printable-encoded STRING.
8307         From: Jesper Harder <harder@ifa.au.dk>
8308
8309         (rfc2047-decode-string): Decode it.
8310
8311 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8312
8313         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
8314
8315 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
8316         Trivial patch.
8317
8318         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
8319         buffer to get rid of junk line.
8320
8321 2002-01-05  Simon Josefsson  <jas@extundo.com>
8322
8323         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
8324         C-o.
8325         (message-mode-map): Bind message-insert-or-toggle-importance to
8326         C-c C-u.
8327         (message-mode-map): Bind message-disposition-notification-to to
8328         C-c M-n.
8329         (message-mode-menu): Add m-d-n-t.
8330         (message-mode-field-menu): Add m-goto-from.
8331         (message-mode): Doc fix.
8332         (message-goto-from): New function.
8333         (message-insert-disposition-notification-to): New function.
8334         (message-tool-bar-map): Add receipt button.
8335
8336 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8337
8338         * gnus-sum.el (gnus-thread-latest-date): New function.
8339         (gnus-thread-sort-by-most-recent-number): Renamed.
8340         (gnus-thread-sort-functions): Doc fix.
8341         (gnus-select-group-hook): Don't use setq on a hook.
8342         (gnus-thread-latest-date): Use date, not number
8343
8344         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
8345         (gnus-agent-expire): Allow regexp of expire-days.
8346
8347         * gnus-art.el (gnus-article-reply-with-original): Deactivate
8348         region.
8349         (gnus-article-followup-with-original): Ditto.
8350
8351         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
8352
8353         * gnus-art.el (gnus-mime-display-alternative): Use
8354         gnus-local-map-property.
8355         (gnus-mime-display-alternative): Ditto.
8356         (gnus-insert-mime-security-button): Ditto.
8357         (gnus-insert-next-page-button): Ditto.
8358         (gnus-button-prev-page): Take optional args.
8359         (gnus-insert-prev-page-button): widget-convert.
8360
8361         * gnus-util.el (gnus-local-map-property): New function.
8362
8363         * gnus-art.el (gnus-prev-page-map): Use parent map.
8364         (gnus-next-page-map): Ditto.
8365
8366         * gnus-spec.el (gnus-parse-format): Clean up.
8367         (gnus-parse-format): Do complex formatting for %=.
8368
8369         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
8370         "X-Face: " to the data in the built-in scenario.
8371
8372         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
8373         (gnus-correct-pad-form): Renamed.
8374         (gnus-tilde-max-form): Clean up.
8375         (gnus-pad-form): Use gnus-use-correct-string-widths.
8376
8377         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
8378         support if that is available.
8379
8380         * gnus-sum.el (gnus-thread-highest-number): New function.
8381         (gnus-thread-sort-by-most-recent-thread): New function.
8382         (gnus-thread-sort-functions): Doc fix.
8383
8384 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8385
8386         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
8387         all cases.
8388         (gnus-summary-mode): Enable it in all cases.
8389         (gnus-summary-display-article): Ditto.
8390         (gnus-summary-edit-article): Ditto.
8391
8392         * gnus-ems.el (gnus-put-image): Really return glyph.
8393
8394         * gnus-art.el (gnus-article-x-face-command): Fix :type.
8395         (gnus-treat-smiley): Don't take "P" in the interactive form.
8396
8397 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8398
8399         * compface.el (uncompface): XEmacs and Emacs have differing
8400         capabilities.
8401
8402         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
8403
8404         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
8405         (gnus-article-xface-ring-size): Removed.
8406         (gnus-article-display-xface): Removed.
8407         (gnus-remove-image): Cleaned up.
8408
8409         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
8410         (gnus-xmas-create-image): Take pbm files.
8411         (gnus-x-face): Removed.
8412         (gnus-xmas-article-display-xface): Removed.
8413
8414         * gnus-fun.el (gnus-display-x-face-in-from): Bind
8415         default-enable-multibyte-characters.
8416
8417         * compface.el (uncompface): Doc fix.
8418
8419         * gnus-art.el (gnus-article-x-face-command): Use
8420         gnus-display-x-face-in-from.
8421
8422         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
8423
8424         * gnus-ems.el (gnus-put-image): Return the image.
8425
8426         * gnus-fun.el (gnus-display-x-face-in-from): New function.
8427         (gnus-x-face): Moved here.
8428
8429 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8430
8431         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
8432         invisible if string is nil.
8433         (gnus-xmas-article-display-xface): Use it.
8434
8435         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
8436         property when string is nil.
8437         (gnus-article-display-xface): Use it.
8438
8439 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8440
8441         * gnus-art.el (article-display-x-face): Check whether valid grey
8442         face was returned.
8443         (article-display-x-face): Place image in the right spot.
8444
8445         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
8446         stderr.
8447         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
8448
8449 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8450
8451         * gnus-xmas.el (gnus-xmas-create-image): Take optional
8452         parameters.
8453         (gnus-xmas-put-image): Allow non-strings to be passed.
8454
8455         * gnus-art.el (article-display-x-face): Use optional parameters.
8456
8457         * gnus-ems.el (gnus-create-image): Take optional parameters.
8458
8459         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
8460
8461         * compface.el (compface-xbm-p): Removed.
8462
8463         * gnus-ems.el (gnus-article-compface-xbm): Removed.
8464         (gnus-article-display-xface): Use compface.
8465
8466         * compface.el: New file.
8467
8468         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
8469         (gnus-convert-image-to-x-face-command): Ditto.
8470         (gnus-random-x-face): Quote argument.
8471         (gnus-x-face-from-file): Ditto.
8472
8473 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
8474
8475         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
8476         the expire-group parameter once per article rather than once
8477         per group; bind `nnmaildir-article-file-name' and `article'
8478         for convenience.  Leave article alone when expire-group
8479         specifies the current group.
8480         (nnmaildir--update-nov): be more concurrency-friendly with
8481         temp file names.
8482
8483 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8484
8485         * gnus-start.el (gnus-read-init-file): Cleaned up.
8486
8487 2002-01-03  Dave Love  <d.love@dl.ac.uk>
8488
8489         * gnus-start.el (gnus-startup-file-coding-system): Removed.
8490         (gnus-read-init-file): Don't use it.
8491
8492 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8493
8494         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
8495
8496 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8497
8498         * gnus-start.el (gnus-read-init-file): Don't force coding system
8499         for ~/.gnus.  From Dave Love <fx@gnu.org>.
8500
8501 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8502
8503         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
8504         * nnspool.el (nnspool-request-post): Ditto.
8505
8506         * mm-util.el (mm-use-find-coding-systems-region): New variable.
8507         (mm-find-mime-charset-region): Use it.
8508
8509 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8510
8511         * gnus.el (gnus-summary-line-format): Added :link.
8512         * gnus-topic.el (gnus-topic-line-format): Ditto.
8513         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
8514         * gnus-srvr.el (gnus-server-line-format): Ditto.
8515         * gnus-group.el (gnus-group-line-format): Ditto.
8516
8517         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
8518         :keys, it works on both Emacsen.
8519
8520 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8521
8522         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
8523
8524 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8525
8526         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
8527
8528 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
8529
8530         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
8531         very wide reply.
8532
8533 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8534
8535         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
8536         (gnus-picon-cache): New variable.
8537         (gnus-picon-transform-newsgroups): Cache stuff.
8538
8539         * gnus-art.el (gnus-article-reply-with-original): New command.
8540         (gnus-article-followup-with-original): New command.
8541
8542         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
8543         END parameters.
8544         (gnus-summary-followup): Take a list of list of articles.
8545         (gnus-inews-yank-articles): Allow lists of article/regions.
8546
8547         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
8548         longer the usual commands.
8549
8550         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
8551         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
8552         shell-command-on-region.
8553
8554 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8555
8556         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
8557           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
8558
8559 2002-01-03  Steve Youngs  <youngs@xemacs.org>
8560
8561         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
8562         understand ':keys', wrap it in an featurep 'xemacs.
8563
8564 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8565
8566         * gnus-ems.el (gnus-article-display-xface): Show xface in the
8567         order of headers (Actually, it is called in a reversed order). Add
8568         'gnus-image-text-deletable property.
8569         (gnus-remove-image): Remove text with such a property.
8570
8571         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
8572         gnus-put-image.
8573
8574         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
8575         with ", "
8576
8577 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8578
8579         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
8580
8581         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
8582         (article-display-x-face): Display grey X-Faces.
8583
8584         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
8585         (gnus-convert-gray-x-face-to-ppm): Ditto.
8586         (gnus-convert-image-to-gray-x-face): Ditto.
8587
8588         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
8589         gnus-summary-show-raw-article.
8590
8591 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8592
8593         Display picons in XEmacs without showing text.
8594
8595         * gnus-xmas.el (gnus-xmas-create-image): Don't use
8596         mm-create-image-xemacs to create xbm glyph, because it deletes
8597         temporary files.
8598         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
8599         (gnus-xmas-remove-image): Make text visible, remove glyph.
8600
8601         * gnus-picon.el (gnus-picon-transform-newsgroups)
8602         (gnus-picon-transform-address): Insert spec backward, due to the
8603         incompatibility of gnus-xmas-put-image.
8604
8605 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8606
8607         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
8608
8609 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8610
8611         * gnus.el: Doc fix.
8612
8613         * gnus-art.el: Doc fix.
8614
8615         * gnus-agent.el: Doc fix.
8616
8617 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8618
8619         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
8620
8621 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
8622
8623         * nnmaildir.el (nnmaildir--update-nov): automatically parse
8624         NOV data out of the message again if nnmail-extra-headers has
8625         changed.
8626
8627 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8628
8629         * gnus-fun.el: New file.
8630         (gnus-convert-image-to-x-face-command): New variable.
8631         (gnus-insert-x-face): New function.
8632         (gnus-random-x-face): Renamed.
8633         (gnus-x-face-from-file): Renamed.
8634
8635         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
8636         "_".
8637         (gnus-body-boundary-delimiter): Typo fix.
8638
8639 2002-01-02  Simon Josefsson  <jas@extundo.com>
8640
8641         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
8642         (gnus-body-boundary-delimiter): Fix type.
8643
8644 2002-01-01  Simon Josefsson  <jas@extundo.com>
8645
8646         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
8647         (gnus-treat-emphasize, gnus-treat-strip-cr)
8648         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
8649         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
8650         (gnus-treat-fill-article, gnus-treat-hide-citation)
8651         (gnus-treat-hide-citation-maybe)
8652         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
8653         (gnus-treat-strip-pem, gnus-treat-strip-banner)
8654         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
8655         (gnus-treat-date-ut, gnus-treat-date-local)
8656         (gnus-treat-date-english, gnus-treat-date-lapsed)
8657         (gnus-treat-date-original, gnus-treat-date-iso8601)
8658         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
8659         (gnus-treat-strip-trailing-blank-lines)
8660         (gnus-treat-strip-leading-blank-lines)
8661         (gnus-treat-strip-multiple-blank-lines)
8662         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
8663         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
8664         (gnus-treat-display-xface, gnus-treat-display-smileys)
8665         (gnus-treat-from-picon, gnus-treat-mail-picon)
8666         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
8667         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
8668         (gnus-treat-play-sounds, gnus-treat-translate)
8669         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
8670
8671         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
8672         (gnus-article-treat-body-boundary): Use it.
8673
8674         * message.el (message-mode): Fix doc.
8675         (message-mode-menu): Fix names.
8676
8677 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8678
8679         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
8680         articles.
8681
8682         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
8683         (gnus-picon-transform-address): Search for unknown faces as well.
8684         (gnus-picon-find-face): Don't search "news" for MISC.
8685         (gnus-picon-user-directories): Changed default back to exclude
8686         "unknown".
8687
8688         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
8689
8690         * gnus-picon.el (gnus-picon-find-face): Search through all
8691         databases.
8692         (gnus-picon-find-face): New implementation.
8693
8694         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
8695         keystroke.
8696         (gnus-topic-goto-next-topic): Ditto.
8697
8698         * gnus.el (gnus-summary-line-format): Changed default.
8699
8700         * nnmail.el (nnmail-extra-headers): Change default.
8701
8702         * gnus-sum.el (gnus-extra-headers): Change default.
8703
8704         * message.el (message-news-other-window): Changed "news" to
8705         "posting".
8706         (message-news-other-frame): Ditto.
8707         (message-do-send-housekeeping): Ditto.
8708
8709         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
8710         function.
8711         (gnus-article-unread-p): New function.
8712         (gnus-article-unseen-p): New function.
8713         (gnus-dead-summary-mode-map): Typo.
8714
8715         * gnus-util.el (gnus-make-predicate): New function.
8716         (gnus-make-predicate-1): New function.
8717
8718         * gnus-sum.el: New function.
8719         (gnus-map-articles): New function.
8720
8721         * gnus-art.el (gnus-treat-fold-headers): New variable.
8722         (gnus-article-treat-fold-headers): New command and keystroke.
8723
8724         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
8725         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
8726
8727 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8728
8729         * message.el (message-fcc-externalize-attachments): New variable.
8730         (message-do-fcc): Use it.
8731
8732         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
8733         (gnus-inews-do-gcc): Use it.
8734
8735         * mml.el (mml-tweak-sexp-alist): New variable.
8736         (mml-externalize-attachments): New variable.
8737         (mml-tweak-part): Use mml-tweak-sexp-alist.
8738         (mml-tweak-externalize-attachments): New function.
8739
8740 2002-01-01  Steve Youngs  <youngs@xemacs.org>
8741
8742         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
8743         'set-glyph-face' so x-face back/foreground can be set.
8744
8745 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8746
8747         * message.el (message-fix-before-sending): Fix a typo.
8748
8749 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8750
8751         * gnus-art.el (gnus-treat-smiley): Renamed command.
8752         (gnus-article-remove-images): New command and keystroke.
8753
8754         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
8755
8756         * smiley-ems.el (gnus-smiley-display): Removed.
8757
8758         * gnus.el (gnus-version-number): Update version.
8759
8760         * message.el (message-text-with-property): Renamed and moved
8761         here.
8762         (message-fix-before-sending): Highlight invisible text and place
8763         point there.
8764
8765 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8766
8767         * gnus.el: Oort Gnus v0.04 is released.
8768
8769 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8770
8771         * gnus-delay.el (gnus-delay-send-queue): Renamed.
8772
8773         * gnus-art.el (gnus-ignored-headers): More headers,
8774
8775         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
8776         of `scan-error', since XEmacs doesn't seem to support that.
8777
8778 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8779
8780         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
8781         arg.
8782         (gnus-summary-best-unread-subject): Ditto.
8783         (gnus-summary-best-unread-subject): No, don't.
8784         (gnus-summary-better-unread-subject): New command.
8785
8786         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
8787
8788         * lpath.el ((featurep 'xemacs)): fbind url function.
8789
8790         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
8791         buffer.
8792         (gnus-xmas-remove-image): Implementation that does something.
8793         (gnus-xmas-article-display-xface): Mark images properly.
8794
8795         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
8796
8797 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
8798
8799         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
8800
8801 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8802
8803         * gnus-group.el (gnus-group-line-format): Added %O to the default
8804         value.
8805
8806         * gnus-util.el (gnus-text-with-property): The smallest point is
8807         point-min.
8808
8809         * smiley-ems.el (smiley-region): Return images.
8810         (gnus-smiley-display): Allow toggling.
8811         (smiley-region): Use text properties, not overlays.
8812
8813         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
8814         implemented yet.
8815
8816         * smiley-ems.el (smiley-update-cache): Check for valid types.
8817
8818         * gnus-art.el (gnus-with-article-buffer): New macro.
8819
8820         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
8821         strings as well as the glyphs.
8822         (gnus-picon-transform-address): Ditto.
8823         (gnus-picon-insert-glyph): Ditto.
8824         (gnus-picon-transform-newsgroups): Toggle.
8825         (gnus-picon-transform-address): Toggle.
8826
8827         * gnus-ems.el (gnus-remove-image): New function.
8828         (gnus-put-image): Take an optional string.
8829
8830         * gnus-util.el (gnus-text-with-property): New function.
8831
8832         * gnus-art.el (gnus-delete-images): New function.
8833
8834         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
8835
8836         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
8837         (gnus-article-wash-status): Use it.
8838         (gnus-signature-toggle): Clean up.
8839         (gnus-add-wash-status): New function.
8840         (gnus-delete-wash-status): New function.
8841         (gnus-article-hide-text-type): Use them throughout.
8842         (gnus-add-image): New function.
8843
8844         * gnus-ems.el (gnus-article-display-xface): Use new interface.
8845
8846         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
8847         interface.
8848
8849         * gnus-art.el (article-display-x-face): Cleaned up.
8850
8851         * rfc2047.el (rfc2047-field-value): New function.
8852
8853         * mail-parse.el (mail-header-field-value): New alias.
8854
8855         * gnus-art.el (gnus-mime-print-part): Fix typos.
8856
8857         * smiley-ems.el (gnus-smiley-file-types): New variable.
8858         (smiley-update-cache): Use it.
8859         (smiley-regexp-alist): Suffix-less smiley names.
8860         (smiley-regexp-alist): Added more smileys.
8861
8862         * gnus-sum.el (gnus-print-buffer): Made into own function.
8863         (gnus-summary-print-article): Use it.
8864
8865         * mailcap.el (mailcap-mime-info): Actually return the bit that we
8866         looked for when REQUEST is a string.
8867
8868         * gnus-art.el (gnus-mime-button-commands): Add printing
8869         keystroke.
8870         (gnus-mime-copy-part): Doc fix.
8871         (gnus-mime-print-part): New command.
8872
8873 2001-12-31  Simon Josefsson  <jas@extundo.com>
8874
8875         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
8876         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
8877
8878 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8879
8880         * gnus-picon.el (gnus-treat-from-picon): Autoload.
8881         (picon): Fix doc.
8882
8883         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
8884         longer exists. Remove those codes.
8885         * gnus.el (gnus-use-picons): Ditto.
8886
8887 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8888
8889         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
8890         infloop.
8891
8892         * gnus-sum.el (t): New `W D' map.
8893
8894         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
8895         (gnus-article-treat-body-boundary): Clean up.
8896         (gnus-body-boundary-face): Removed.
8897         (gnus-article-goto-header): Moved here.
8898         (gnus-article-goto-header): Allow better regexps.
8899         (gnus-article-treat-fold-newsgroups): New command.
8900
8901         * gnus-sum.el (gnus-summary-move-article): We have to select an
8902         article to give `gnus-read-move-group-name' an opportunity to
8903         suggest an appropriate default.
8904
8905         * rfc2047.el (rfc2047-fold-line): New function.
8906         (rfc2047-unfold-line): Ditto.
8907         (rfc2047-fold-region): Don't fold just after the header name.
8908
8909         * mail-parse.el (mail-header-fold-line): New alias.
8910         (mail-header-unfold-line): Ditto.
8911
8912         * gnus-art.el (gnus-body-boundary-face): Renamed.
8913         (gnus-article-treat-body-boundary): Use it.
8914         (gnus-article-treat-body-boundary): Use an invisible header and a
8915         line of underline characters.
8916
8917 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8918
8919         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
8920
8921         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
8922         (gnus-picon-split-address): New function.
8923         (gnus-picon-find-face): Use it.
8924         (gnus-picon-transform-address): Use it. Set first to t for each
8925         address.
8926
8927         * gnus-art.el (gnus-with-article-headers): Move to here. Define
8928         the macro then use it.
8929         (gnus-treatment-function-alist): Treat picons earlier.
8930
8931 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8932
8933         * gnus-art.el (gnus-body-separator-face): New variable.
8934         (gnus-article-treat-body-boundary): Use a blank, colored line.
8935
8936         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
8937         well.
8938
8939         * gnus-art.el (gnus-treat-body-boundary): New variable.
8940         (gnus-article-treat-unfold-headers): Use helper macro.
8941         (gnus-article-treat-body-boundary): New command.
8942
8943         * gnus.el (gnus-logo-color-style): Change the default color.
8944         (gnus-splash-face): Gray, gray.
8945
8946         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
8947         colors.
8948
8949         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
8950         (gnus-logo-color-style): Ditto.
8951         (gnus-logo-colors): Ditto.
8952
8953         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
8954
8955         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
8956
8957         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
8958         (gnus-picon-transform-newsgroups): New function.
8959
8960         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
8961         string.
8962
8963         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
8964
8965         * gnus-art.el (gnus-treat-cc-picon): New variable.
8966         (gnus-treat-mail-picon): Renamed.
8967
8968         * gnus-picon.el: New implementation.
8969         (gnus-picon-find-face): Renamed.
8970         (gnus-treat-from-picon): Use it.
8971         (gnus-picon-transform-address): Renamed.
8972         (gnus-treat-from-picon): Use it.
8973         (gnus-picon-create-glyph): Renamed.
8974         (gnus-picon-transform-address): Use it.
8975         (gnus-treat-cc-picon): New command.
8976
8977         * mm-decode.el (mm-create-image-xemacs): Separated out into
8978         function.
8979         (mm-get-image): Use it.
8980
8981         * gnus-art.el (gnus-treat-display-picons): Simplify.
8982         (gnus-treat-from-picon): Renamed.
8983
8984         * gnus-ems.el (gnus-create-image): New function.
8985         (gnus-put-image): New function.
8986
8987         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
8988         (gnus-with-article-headers): New macro.
8989         (gnus-article-goto-header): New function.
8990
8991         * gnus-xmas.el (gnus-image-type-available-p): New function.
8992
8993         * gnus-ems.el (gnus-image-type-available-p): New function.
8994
8995 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8996
8997         * nnrss.el (nnrss-check-group): Find the correct tag, because
8998         xml.el is changed.
8999
9000 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9001
9002         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
9003         lines are shorter than the window width.
9004         (gnus-ignored-headers): More headers.
9005
9006 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9007
9008         * gnus-art.el (gnus-treat-unfold-lines): New variable.
9009         (gnus-treat-unfold-headers): Renamed.
9010         (gnus-article-treat-unfold-headers): New command and keystroke.
9011
9012         * rfc2047.el (rfc2047-encode-message-header): Clean up.
9013
9014         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
9015
9016 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9017
9018         * sha1-el.el (sha1-use-external): New variable.
9019         (sha1-region): Use it.
9020         (sha1-string): Ditto.
9021
9022         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
9023         * gnus-picon.el: Less warnings when compile.
9024
9025 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9026
9027         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
9028         alias.
9029         (gnus-picons-database): Default to list.
9030         (gnus-picons-lookup-internal): Use it.
9031
9032         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
9033         to "bogus".
9034
9035         * gnus-win.el (gnus-configure-windows-hook): New hook.
9036
9037 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
9038
9039         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
9040
9041 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9042
9043         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
9044         lists.
9045         (gnus-select-newsgroup): Don't append; push.
9046         (gnus-adjust-marked-articles): Remove obsolete ranges from
9047         `seen'.
9048         (gnus-update-marks): Clean up.
9049         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
9050
9051 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
9052
9053         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
9054
9055 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9056
9057         * gnus-sum.el (gnus-auto-select-subject): New variable.
9058         (gnus-summary-best-unread-subject): New function.
9059         (gnus-summary-best-unread-article): Use it.
9060         (gnus-summary-first-unseen-subject): New function and command.
9061
9062         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
9063         other treatments.
9064
9065         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
9066         function.
9067
9068         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
9069         from the list of hidden types.
9070
9071         * mm-view.el (mm-inline-text): Ditto.
9072         (mm-inline-text): Ditto.
9073         (mm-w3-prepare-buffer): Ditto.
9074
9075         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
9076
9077 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9078
9079         * gnus-art.el (gnus-ignored-headers): Added more headers.
9080
9081 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
9082
9083         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
9084         once.
9085
9086 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9087
9088         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
9089
9090 2001-12-28  Simon Josefsson  <jas@extundo.com>
9091
9092         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
9093         Jesper Harder <harder@ifa.au.dk>.
9094
9095 2001-12-27  Simon Josefsson  <jas@extundo.com>
9096
9097         * gnus-sum.el (gnus-select-newsgroup): Make
9098         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
9099         contain all articles (instead of none) when no seen marks have
9100         been set for the group.
9101         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
9102         instead, it seems to result in shorter ranges.
9103
9104 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9105
9106         * mm-util.el (mm-iso-8859-x-to-15-region): Use
9107         insert-before-markers.
9108         From Jesper Harder <harder@ifa.au.dk>
9109
9110 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
9111
9112         * nnmaildir.el (nnmaildir-save-mail): create the destination
9113         groups if they do not exist.
9114
9115 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9116
9117         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
9118
9119 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9120
9121         * gnus-group.el (gnus-group-read-ephemeral-group): Call
9122         gnus-group-real-name.
9123
9124         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
9125         (gnus-newsgroup-variables): Ditto.
9126
9127         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
9128         return it.
9129
9130 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
9131
9132         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
9133         * nnmaildir.el (top-level): Add commentary.
9134         (nnmaildir-version): Indicate that nnmaildir is now a standard
9135         part of Gnus, not separately released.
9136
9137 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9138
9139         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
9140         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
9141         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
9142         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9143
9144 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9145
9146         * nnmaildir.el: Copyright changes. Require cl only at compile time.
9147
9148 2001-12-20  Simon Josefsson  <jas@extundo.com>
9149
9150         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
9151         ZHU <zsh@cs.rochester.edu>.
9152         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
9153         Brian P Templeton <bpt@tunes.org>.
9154
9155 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9156
9157         * nnmaildir.el: New file.
9158         From Paul Jarc <prj@po.cwru.edu>.
9159
9160 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9161
9162         * nndoc.el (nndoc-type-alist): Move forward to the end.
9163
9164 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9165
9166         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
9167         `dolist'.
9168
9169 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9170
9171         * gnus-win.el (gnus-frames-on-display-list): New function.
9172         (gnus-get-buffer-window): Use it.
9173
9174 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9175
9176         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
9177
9178 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9179
9180         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
9181
9182 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9183            From Harald Meland <Harald.Meland@usit.uio.no>
9184
9185         * gnus-win.el (gnus-get-buffer-window): New function.
9186         (gnus-all-windows-visible-p): Use it.
9187
9188         * gnus-util.el (gnus-horizontal-recenter)
9189         (gnus-horizontal-recenter, gnus-horizontal-recenter)
9190         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
9191
9192         * gnus-score.el (gnus-score-insert-help): Use it.
9193
9194         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
9195         (gnus-generate-tree, gnus-highlight-selected-tree)
9196         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
9197         it.
9198
9199         * gnus-art.el (gnus-article-set-window-start)
9200         (gnus-mm-display-part, gnus-request-article-this-buffer)
9201         (gnus-button-next-page, gnus-button-prev-page)
9202         (gnus-article-button-next-page, gnus-article-button-prev-page):
9203         Use it.
9204
9205 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
9206
9207         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
9208         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
9209         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
9210
9211 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9212
9213         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
9214         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
9215         * mml1991.el, nnultimate.el: Add `coding'.
9216
9217 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
9218
9219         * ChangeLog: changed coding to buffer-file-coding-system
9220         * ChangeLog.1: same
9221         * nnwfm.el: same
9222         * gnus-smiley.el: same
9223         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
9224         * gnus-delay.el: same
9225         * gnus-spec.el: same
9226         * message.el: same
9227         * mml1991.el: same
9228         * nnultimate.el: same
9229
9230 2001-12-16  Simon Josefsson  <jas@extundo.com>
9231         Inspired by code by Dirk Meyer <dischi@tzi.de>.
9232
9233         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
9234         (gnus-summary-save-map): Add muttprint.
9235         (gnus-summary-make-menu-bar): Ditto.
9236         (gnus-summary-muttprint): New function.
9237
9238         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
9239
9240 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9241
9242         * uudecode.el (uudecode-decode-region-internal): Speedup by using
9243         temporary list instead of buffer.
9244
9245         * mm-url.el (executable-find): autoload.
9246
9247 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9248
9249         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
9250         to variable, follow doc-string conventions).
9251
9252 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
9253
9254         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
9255         subscribe-level
9256         * gnus-topic.el (gnus-subscribe-topics): use it.
9257
9258 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9259
9260         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
9261         messages. (A small patch with indentation)
9262         From Sean Neakums <sneakums@zork.net>.
9263
9264         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
9265         nil after shooting down the gnus-original-article-buffer.
9266
9267 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9268
9269         * uudecode.el (uudecode-use-external): New variable.
9270         (uudecode-decode-region): Automatically detect external program.
9271
9272         * binhex.el (binhex-use-external): New variable.
9273         (binhex-decode-region-internal): New function.
9274         (binhex-decode-region): Automatically detect external program.
9275
9276         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
9277         Use them.
9278
9279 2001-12-12  Simon Josefsson  <jas@extundo.com>
9280
9281         * nnvirtual.el (nnvirtual-always-rescan)
9282         (nnvirtual-component-regexp): Fix doc.
9283
9284         * nnoo.el (defvoo): Add doc to defvoo variables.
9285
9286         * nnml.el (nnml-directory, nnml-active-file)
9287         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
9288         (nnml-marks-is-evil, nnml-filenames-are-evil)
9289         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
9290
9291         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
9292         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
9293         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
9294         `error'.
9295
9296         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
9297         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
9298
9299         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
9300         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
9301         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
9302         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
9303
9304         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
9305         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
9306
9307         * imap.el, nnimap.el: Fix indentation.
9308
9309         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
9310
9311 2001-12-12  Didier Verna  <didier@xemacs.org>
9312
9313         * gnus-msg.el (gnus-group-news): New function.
9314         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
9315         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
9316         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
9317         for it.
9318         * gnus-msg.el (gnus-summary-news-other-window): New function.
9319         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
9320         bind it to `i'.
9321         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
9322         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
9323         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
9324         for it (called with a prefix).
9325         * gnus-msg.el (gnus-configure-posting-styles): add an optional
9326         group-name argument.
9327         * gnus-msg.el (gnus-setup-message): use it.
9328
9329 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9330
9331         * gnus-sum.el (gnus-summary-show-article): Fix doc.
9332
9333 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9334
9335         * mml.el (mime-to-mml): Remove Content-Disposition too.
9336
9337 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9338
9339         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
9340         * gnus-group.el (gnus-group-name-decode): Decode unibyte
9341         strings only.
9342         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9343
9344 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
9345
9346         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
9347         (nnmail-fancy-expiry-target): Use it.
9348         Suggestions from Simon Josefsson <jas@extundo.com>.
9349
9350 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9351
9352         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
9353
9354 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9355
9356         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
9357
9358         * gnus-util.el (gnus-url-unhex-string): Move here.
9359
9360 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9361
9362         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
9363         mm-url-decode-entities-nbsp.
9364
9365         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
9366         * webmail.el, nnwfm.el: Use mm-url.
9367
9368         * mm-url.el (mm-url-fetch-form): Move from nnweb.
9369         (mm-url-remove-markup): Move from nnweb.
9370         (mm-url-fetch-simple): Move from webmail.
9371
9372         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
9373
9374 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9375
9376         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
9377         (gnus-summary-print-article): Use it.
9378
9379         * gnus-util.el (gnus-replace-in-string): Typo.
9380
9381 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9382
9383         * nnweb.el (nnweb-replace-in-string): Removed.
9384
9385         * gnus-util.el (gnus-replace-in-string): New function.
9386         (gnus-mode-string-quote): Use it.
9387
9388         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
9389         * nnwfm.el (nnwfm-create-mapping): Ditto.
9390
9391 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9392
9393         * dgnushack.el (dgnushack-compile): nnrss.el and
9394         nnslashdot.el don't depend on nnweb, url, w3.
9395
9396         * nnrss.el: Use mm-url.
9397
9398 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9399
9400         * mm-url.el (mm-url-insert-file-contents): Support file:.
9401
9402 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9403
9404         * mm-view.el: Lower case for the description line. Sync from the
9405         Emacs CVS.
9406
9407 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9408
9409         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
9410         From:  Stefan Monnier  <monnier@cs.yale.edu>
9411
9412 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9413
9414         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
9415
9416 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9417
9418         * mm-url.el: Require executable.
9419         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
9420
9421 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9422
9423         * pop3.el (pop3-munge-message-separator): Only use valid date.
9424         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
9425
9426         * Makefile.in: gnus-load.elc may not be generated.
9427
9428 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9429
9430         * mm-url.el: New file.
9431         * nnslashdot.el: Use it.
9432         * mm-extern.el (mm-extern-url): Use it.
9433
9434 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9435
9436         * gnus-sum.el (gnus-summary-save-article): Nix
9437         gnus-display-mime-function and gnus-article-prepare-hook.
9438
9439         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
9440         the beginning of lines.
9441         (gnus-complex-form-to-spec): Ditto.
9442
9443 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9444
9445         * message.el (message-make-mft): Fix the m-s-a-file regexp.
9446         From Paul Jarc <prj@po.cwru.edu>.
9447
9448 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9449
9450         * message.el: New variable message-subscribed-address-file;
9451         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
9452
9453 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9454
9455         * message.el (message-tab-body-function): Set to nil.
9456         (message-tab): Use text-mode-map or global-map.
9457         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9458
9459 2001-11-30  Simon Josefsson  <jas@extundo.com>
9460
9461         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
9462         instead of gnus-union, for speed.  Suggested by Christoph Conrad
9463         <christoph.conrad@gmx.de>.
9464         (gnus-agent-fetch-group-1): Add verbose message.
9465
9466 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9467
9468         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
9469         of integers.
9470
9471 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9472
9473         * message.el (message-newgroups-header-regexp)
9474         (message-completion-alist, message-tab-body-function): Use
9475         defcustom rather than defvar.
9476         (message-tab): Mention `message-tab-body-function' in doc.
9477         Suggested by Karl Eichwalder.
9478
9479 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9480
9481         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
9482
9483 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9484
9485         * nnheader.el (nnheader-find-nov-line): Don't use macro
9486         gnus-delete-line.
9487
9488         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
9489         (gnus-group-name-charset): Ditto.
9490
9491         * gnus-util.el (gnus-buffer-live-p): Ditto.
9492
9493 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9494
9495         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
9496         open parenthesis in doc.
9497         (sieve-manage-authenticator-alist): Typo in doc.
9498         * imap.el (imap-authenticator-alist): Typo in doc.
9499         (imap-stream-alist): Backslash.
9500
9501         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
9502           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
9503
9504 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9505
9506         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
9507
9508         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
9509
9510         * gnus-msg.el (gnus-configure-posting-styles): use
9511         make-local-hook. Add LOCAL for add-hook.
9512
9513 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
9514
9515         * message.el (message-mode): Use `make-local-hook' unless
9516         obsolete.
9517         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
9518
9519 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9520
9521         * canlock.el: Remove sha1.el and base64.el stuff.
9522
9523 2001-11-26  Didier Verna  <didier@xemacs.org>
9524
9525         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
9526         if needed.
9527
9528 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9529
9530         * message.el (message-tamago-not-in-use-p): New function.
9531         (message-strip-forbidden-properties): Use it.
9532
9533 2001-11-26  Didier Verna  <didier@xemacs.org>
9534
9535         * gnus-start.el (gnus-check-first-time-used): only check for
9536         existence of .el[d] files.
9537
9538 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9539
9540         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
9541
9542         * message.el (message-setup-1): Clean up mc-*.
9543
9544 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9545
9546         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
9547         * gnus-score.el (gnus-score-find-bnews): Use it.
9548
9549         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
9550         (gnus-summary-limit-to-author): Ditto.
9551         (gnus-summary-limit-to-extra): Ditto.
9552         (gnus-summary-find-matching): Support not-matching argument.
9553
9554 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9555
9556         * message.el (message-wash-subject): Use `insert' rather than
9557         `insert-string', which is deprecated.
9558
9559 2001-11-24  Simon Josefsson  <jas@extundo.com>
9560
9561         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
9562         message. (Gnus does not "default" to using 8bit for the message,
9563         it default to use 8bit encoding and the user-supplied CTE
9564         value. Calling this behaviour "treating it as 8bit" is perhaps
9565         better.)
9566
9567         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
9568         (compare mm-charset-to-coding-system).
9569
9570 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9571
9572         * canlock.el (canlock-sha1-with-openssl): Use unibyte
9573         buffer. Correctly decode hex.
9574
9575 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9576
9577         * gnus-agent.el (gnus-category-insert-line): Convert category
9578         names to strings.
9579
9580 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9581
9582         * message.el (sha1): eval-and-compile.
9583
9584 2001-11-20  Simon Josefsson  <jas@extundo.com>
9585
9586         * message.el (message-allow-no-recipients): New variable.
9587         (message-send): Use it, customize the prompting when posting to
9588         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
9589
9590 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9591
9592         * mm-util.el (mm-coding-system-priorities): New variable.
9593         (mm-sort-coding-systems-predicate): New function.
9594         (mm-find-mime-charset-region): Resort coding systems if needed.
9595         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
9596
9597 2001-11-20  Didier Verna  <didier@xemacs.org>
9598
9599         * gnus-group.el (gnus-group-make-help-group): new optional
9600         argument to control the error behavior.
9601         * gnus-start.el (gnus-check-first-time-used): use it to avoid
9602         erroring.
9603
9604 2001-11-19  Simon Josefsson  <jas@extundo.com>
9605
9606         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
9607         instead of C-c C-u.  Suggested by Per Abrahamsen
9608         <abraham@dina.kvl.dk>.
9609
9610 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9611
9612         * nnfolder.el (nnfolder-read-folder): Use group instead of
9613         nnfolder-current-group.
9614         Suggested by Lorentey Karoly <lorentey@elte.hu>.
9615
9616 2001-11-17  Simon Josefsson  <jas@extundo.com>
9617
9618         * message.el (message-send): Ask user if Fcc/Gcc should be
9619         performed when no other sender was specified.
9620         Suggested by prj@po.cwru.edu (Paul Jarc).
9621
9622 2001-11-17  Simon Josefsson  <jas@extundo.com>
9623
9624         * message.el (message-mode, message-mode-map): Use C-c C-u for
9625         Importance: instead of C-c C-p (used by SC).
9626
9627 2001-11-16  Simon Josefsson  <jas@extundo.com>
9628
9629         * message.el (message-insert-importance-high)
9630         (message-insert-importance-low): Save point.
9631
9632         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
9633         value.
9634
9635 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
9636
9637         * message.el (message-strip-special-text-properties): New option.
9638         (message-strip-forbidden-properties): Obey it.
9639
9640 2001-11-14  Sam Steingold  <sds@gnu.org>
9641
9642         * gnus-score.el: Fixed some doc strings to properly quote symbols.
9643
9644 2001-11-15  Simon Josefsson  <jas@extundo.com>
9645
9646         Support "Importance:" header in Message.
9647
9648         * message.el (message-mode-map): Bind C-c C-p to
9649         `message-insert-or-toggle-importance'
9650         (message-mode-menu): Add message-insert-importance-{high,low}.
9651         (message-insert-importance-high, message-insert-importance-low)
9652         (message-insert-or-toggle-importance): New functions.
9653         (message-tool-bar-map): Add {un,}important.
9654         (message-mode): Doc fix.
9655
9656 2001-11-15  Simon Josefsson  <jas@extundo.com>
9657
9658         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
9659
9660         * mml.el (mml-menu): Fix toolbar tooltip.
9661
9662 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9663
9664         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
9665         * nnml.el (nnml-save-marks): Ditto.
9666
9667         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
9668
9669 2001-11-15  Simon Josefsson  <jas@extundo.com>
9670
9671         * nnml.el (nnml-save-marks):
9672         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
9673         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
9674
9675 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
9676
9677         * gnus-art.el (gnus-article-wash-status-strings): Use
9678         `copy-sequence', not `copy-seq'.
9679
9680 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
9681
9682         * gnus-art.el (gnus-article-wash-status-strings): New constant.
9683         (gnus-gnus-article-wash-status-entry): New function.
9684         (gnus-article-wash-status): Use it.
9685
9686 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9687
9688         * mml1991.el: Add coding header.
9689
9690 2001-11-12  Simon Josefsson  <jas@extundo.com>
9691
9692         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
9693         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
9694         `mml1991-sign' and `mml1991-encrypt'.
9695         (mml1991-encrypt, mml1991-sign): New glue functions.
9696         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
9697
9698         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
9699         (mml-menu): Add PGP to menu.
9700
9701         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
9702         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
9703         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
9704         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
9705
9706         * mml2015.el: Mention RFC 3156.
9707
9708         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
9709
9710 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9711
9712         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
9713
9714         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
9715           From <Michael.Cook@cisco.com>
9716
9717 2001-11-11  Simon Josefsson  <jas@extundo.com>
9718
9719         * message.el (top-level): Autoload sha1.
9720         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
9721         canlock, no need to require two different hash algs).  Suggested
9722         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
9723
9724 2001-11-09  Simon Josefsson  <jas@extundo.com>
9725
9726         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
9727         <Pavel@Janik.cz>.
9728
9729 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9730
9731         * message.el (message-point-in-header-p): New function.
9732         (message-do-auto-fill): Use it.
9733         (message-beginning-of-line): New function.  Goes to beginning of
9734         header value (i.e., end of header name), or to beginning of line
9735         if already at beginning of value.  Behaves like
9736         `beginning-of-line' when in message body.
9737         (message-mode-map): Bind it.
9738
9739 2001-11-08  Simon Josefsson  <jas@extundo.com>
9740
9741         * gnus-msg.el (gnus-posting-styles): Add doc.
9742
9743 2001-11-07  Simon Josefsson  <jas@extundo.com>
9744
9745         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
9746
9747         * sieve-mode.el (sieve-control-commands-face)
9748         (sieve-control-commands-face, sieve-action-commands-face)
9749         (sieve-test-commands-face, sieve-tagged-arguments-face): New
9750         faces.
9751         (sieve-font-lock-keywords): Use them.
9752         (sieve-mode): Only set font-lock-defaults in emacs.
9753
9754         * gnus-art.el (gnus-default-article-saver): Add
9755         gnus-summary-save-body-in-file.
9756         (gnus-summary-write-to-file): Fix doc.
9757
9758 2001-11-07  Simon Josefsson  <jas@extundo.com>
9759
9760         * gnus-art.el (gnus-treat-highlight-signature): Add cross
9761         reference to the correct chapter in the manual.
9762
9763         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
9764         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
9765
9766 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9767
9768         * mml.el (mml-preview): Bind mail-header-separator.
9769
9770 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9771
9772         * message.el: Always require canlock.
9773         (message-ignored-supersedes-headers): Include Cancel-Lock and
9774         Cancel-Key.
9775         (message-insert-canlock): Don't require canlock.
9776         (message-cancel-news): Don't check whether canlock is available.
9777         (message-supersede): Support cancel-locks.
9778
9779         * gnus-art.el: Don't autoload canlock.
9780
9781 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9782
9783         * mail-source.el (mail-source-fetch-imap): ASYNC param.
9784         From: <andre@slamdunknetworks.com>
9785
9786 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9787
9788         * many files: Fix copyright lines.
9789
9790 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9791
9792         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
9793         Suggested by Dave Love  <fx@gnu.org>.
9794
9795 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9796
9797         * message.el (message-kill-buffer): Remove auto-save file after
9798         confirm.
9799
9800         * message.el (message-send-mail): Call message-generate-headers
9801         once.  Suggested by Matt Armstrong <matt@lickey.com>.
9802
9803         * gnus-topic.el (gnus-topic-rename): Initial-input.
9804         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
9805
9806 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9807
9808         * message.el (message-forbidden-properties): New constant.
9809         (message-strip-forbidden-properties): New function.
9810         (message-mode): Activate it.
9811
9812 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9813
9814         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
9815         (mm-hack-charsets): Fix doc.
9816
9817 2001-11-02  Simon Josefsson  <jas@extundo.com>
9818
9819         * gnus-int.el (gnus-check-server): Message "...done" when done.
9820
9821         * imap.el (imap-close): Don't message (imap-send-command-wait
9822         returns if the connection is dropped).
9823         (imap-wait-for-tag): Nix out message only when necessary.
9824
9825         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
9826         for non-crossposting.
9827         (gnus-sieve-crosspost): Default to t to be consistent with other
9828         parts of Gnus.
9829
9830 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9831
9832         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
9833         (mm-iso-8859-x-to-15-table): Ditto.
9834         (mm-iso-8859-x-to-15-region): Ditto.
9835         (mm-find-mime-charset-region): Ditto.
9836
9837 2001-11-01  Simon Josefsson  <jas@extundo.com>
9838
9839         * nnimap.el (nnimap-close-asynchronous): New variable.
9840         (nnimap-close-group): Use it.
9841         (nnimap-expunge): Don't use it.
9842
9843         * imap.el (imap-callbacks): New variable.
9844         (imap-remassoc): Copied from `gnus-remassoc'.
9845         (imap-add-callback): New function.
9846         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
9847         behaviour.
9848         (imap-parse-response): Call the callback.
9849
9850         * message.el (message-insert-canlock): New variable.
9851         (message-canlock-generate, message-canlock-password)
9852         (message-insert-canlock): New functions.
9853         (message-send-news): Call `message-insert-canlock'.
9854         (top-level): Require canlock when compiling.
9855         (message-insert-canlock): Require canlock before we need it.
9856
9857 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9858
9859         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
9860
9861 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9862
9863         * dgnushack.el (dgnushack-make-load): A workaround for
9864         custom-add-loads bug in some versions of XEmacs.
9865
9866 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9867
9868         * mm-util.el (mm-charset-synonym-alist): Revert (some).
9869
9870 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9871
9872         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
9873         (mm-hack-charsets): New variable.
9874         (mm-iso-8859-15-compatible): New variable.
9875         (mm-iso-8859-x-to-15-table): New variable.
9876         (mm-find-mime-charset-region): Add parameter hack-charsets.
9877
9878         * mm-bodies.el (mm-encode-body): Use it.
9879         * mml.el (mml-parse-1): Ditto.
9880
9881 2001-11-01  Simon Josefsson  <jas@extundo.com>
9882
9883         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
9884
9885 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9886
9887         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
9888         is nil.
9889
9890 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9891
9892         * smiley-ems.el (smiley-update-cache): Auto detect file type.
9893
9894         * message.el (message-forward-rmail-make-body): Use
9895         save-window-excursion.
9896         (message-encode-message-body): Search with noerror.
9897         (message-setup-1): Convert compose-mail send-actions to
9898         message-send-actions.
9899
9900 2001-11-01  Simon Josefsson  <jas@extundo.com>
9901
9902         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
9903         <yamaoka@jpl.org>.
9904
9905 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9906
9907         * sieve-manage.el (sieve-string-bytes): No complain.
9908
9909 2001-11-01  Simon Josefsson  <jas@extundo.com>
9910
9911         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
9912         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
9913         has autoload cookies, so no `require' should be necessary.)
9914
9915         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
9916         files.
9917
9918 2001-10-31  Simon Josefsson  <jas@extundo.com>
9919
9920         * gnus-cus.el (gnus-group-parameters): Support integer `display'
9921         parameter.
9922
9923         * gnus-sum.el (gnus-select-newsgroup): If group parameter
9924         `display' is a number (and C-u wasn't used to enter group), only
9925         fetch that number of articles.
9926
9927 2001-10-31  Matt Armstrong  <matt@lickey.com>
9928
9929         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
9930         not-subscribed -> subscribed.
9931
9932 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9933         From: Josh Huber <huber@alum.wpi.edu>
9934
9935         * message.el (message-subscribed-address-functions): New variable.
9936         (message-subscribed-addresses): New variable.
9937         (message-subscribed-regexps): New variable.
9938         (message-goto-mail-followup-to): New function.
9939         (message-send-mail): Add Mail-Followup-To.
9940         (message-make-mft): New function.
9941
9942         * gnus.el (gnus-find-subscribed-addresses): New function.
9943
9944 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9945
9946         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
9947         (mail-source-fetch-pop): Ditto.
9948         (mail-source-check-pop): Ditto.
9949
9950         * gnus-start.el (gnus-read-init-file): Ditto.
9951         (gnus-activate-group): Ditto.
9952         (gnus-read-newsrc-el-file): Ditto.
9953
9954 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9955
9956         * message.el (message-get-reply-headers): Make sure there is ", ".
9957
9958         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
9959         mm-coding-system-p. Don't correct it only in XEmacs.
9960         (mm-charset-to-coding-system): Use mm-coding-system-p and
9961         mm-get-coding-system-list.
9962         (mm-emacs-mule, mm-mule4-p): New variables.
9963         (mm-enable-multibyte, mm-disable-multibyte,
9964         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
9965         mm-with-unibyte-current-buffer,
9966         mm-with-unibyte-current-buffer-mule4): Use them.
9967         (mm-find-mime-charset-region): Treat iso-2022-jp.
9968
9969         From  Dave Love  <fx@gnu.org>:
9970
9971         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
9972         construction.
9973         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
9974         entries conditional on not having a coding system defined for
9975         them.
9976         (mm-mule-charset-to-mime-charset): Use
9977         find-coding-systems-for-charsets if defined.
9978         (mm-charset-to-coding-system): Don't use
9979         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
9980         later.  Add last resort search of coding systems.
9981         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
9982         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
9983         Mule 4.
9984         (mm-find-mime-charset-region): Re-write.
9985         (mm-with-unibyte-current-buffer): Restore buffer as well as
9986         multibyteness.
9987
9988 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9989
9990         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
9991         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
9992         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
9993
9994 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9995
9996         * gnus-art.el (article-display-x-face): Nix buffer-read-only
9997         again.
9998
9999         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
10000
10001 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10002
10003         * gnus-spec.el (gnus-parse-simple-format): Use
10004           buffer-substring-no-properties.
10005
10006 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10007
10008         * gnus-art.el (article-verify-cancel-lock): New function.
10009
10010         * nnheader.el (nntp-process-response): New variable.
10011         (nnheader-init-server-buffer): Make `nntp-process-response'
10012         buffer-local in `nntp-server-buffer'.
10013
10014         * nntp.el (nntp-prepare-post-hook): New hook.
10015         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
10016         (nntp-async-trigger): Ditto.
10017         (nntp-request-post): Insert a server's ID if there's no Message-ID
10018         header; run `nntp-prepare-post-hook'.
10019
10020 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10021
10022         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
10023         instead.
10024
10025         * message.el (message-forward-subject-author-subject): Don't use
10026         message-news-p, which widens the buffer.
10027         (message-forward-make-body): New function.
10028         (message-forward): Use it.
10029         (message-insinuate-rmail): New function.
10030         (message-forward-rmail-make-body): New function.
10031
10032 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10033
10034         * mm-extern.el (mm-extern): Provide it.
10035
10036         * mm-partial.el (mm-partial): Provide it.
10037
10038 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10039
10040         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
10041
10042 2001-10-29  Simon Josefsson  <jas@extundo.com>
10043
10044         * mml.el (mml-preview): Bind message-this-is-news if it is
10045         news. From Jesper Harder <harder@myrealbox.com>.
10046
10047 2001-10-28  Simon Josefsson  <jas@extundo.com>
10048
10049         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
10050
10051 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
10052
10053         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
10054         ironic smilies.
10055
10056 2001-10-27  Simon Josefsson  <jas@extundo.com>
10057
10058         * message.el (message-indent-citation): Don't add trailing
10059         whitespace when citing text.
10060
10061         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
10062         <harder@ifa.au.dk>.
10063
10064 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10065
10066         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
10067         not available.
10068         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
10069         (nnweb-type-definition): Add google as alias of dejanews.
10070         (nnweb-google-parse-1): Forward 1 line.
10071
10072 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10073
10074         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
10075         variable `message-forward-ignored-headers'.
10076
10077 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
10078
10079         * gnus.el (gnus-expand-group-parameter): New function.
10080         (gnus-expand-group-parameters): Call it.
10081         (gnus-group-fast-parameter): New function.
10082         (gnus-group-find-parameter): Call it.
10083
10084 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
10085
10086         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
10087         vector (it didn't before because of a bug).
10088         * gnus-msg.el (gnus-post-news): Use header vector directly, if
10089         available.  Before it converted it to an article number.
10090
10091         This makes followup to news articles with negative numbers in
10092         nnvirtual groups use news instead of mail.
10093
10094 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
10095
10096         * gnus.el (post-method): Use `native' instead of `nil'.
10097
10098         * gnus-msg.el (gnus-post-method): Ditto.
10099
10100 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
10101
10102         * gnus.el (gnus-define-group-parameter): Grammar fix.
10103
10104 2001-10-22  Simon Josefsson  <jas@extundo.com>
10105
10106         * gnus-msg.el (gnus-extended-version): Include
10107         system-configuration.
10108         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
10109
10110 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
10111
10112         * gnus.el (post-method): Customization fix: `native' is not a
10113         valid value.
10114         * gnus-msg.el (gnus-post-method): Doc and customization fix:
10115         `native' is not a valid value.
10116
10117 2001-10-21  Simon Josefsson  <jas@extundo.com>
10118
10119         * nnimap.el (nnimap): Defgroup
10120         (nnimap-strict-function, nnimap-strict-function-match): New
10121         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
10122         (nnimap-split-crosspost, nnimap-split-inbox)
10123         (nnimap-split-rule, nnimap-split-predicate)
10124         (nnimap-split-predicate): Defcustom.
10125         (nnimap-split-inbox, nnimap-expunge-search-string)
10126         (nnimap-importantize-dormant): Remove "*" from doc.
10127
10128 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10129
10130         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
10131         not supplied via prefix arg.  From Lisp, make arg mandatory.
10132         Suggested by Frank Schmitt.
10133
10134 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10135
10136         * message.el (message-do-auto-fill): Avoid calling
10137         'rfc822-goto-eoh'.
10138
10139 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10140         From Paul Jarc <prj@po.cwru.edu>.
10141
10142         * message.el (message-get-reply-headers): Restructure the logic
10143         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
10144
10145 2001-10-20  Simon Josefsson  <jas@extundo.com>
10146
10147         * message.el (message-cancel-news): Support cancel-locks.
10148         Suggested by Per Abrahamsson.
10149
10150         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
10151         conses.  From David Z Maze <dmaze@MIT.EDU>.
10152
10153         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
10154
10155 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10156
10157         * mm-decode.el (mm-default-directory): Fix customize type.
10158
10159         * message.el (message-setup-fill-variables): Kludge to use
10160         normal-auto-fill-function even if auto fill is already activated.
10161
10162 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10163
10164         * message.el (message-do-auto-fill): New version that does not
10165         rely on text properties, by Simon Josefsson <jas@extundo.com>.
10166         (message-setup-1): Removed the `message-field' property.
10167
10168         * gnus-draft.el (gnus-draft-edit-message): Removed the
10169         `message-field' property.
10170
10171 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10172
10173         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
10174         `message-field'.  The `field' property has a special significance in
10175         Emacs 21.
10176
10177         * message.el (message-send, message-setup-1): Ditto.
10178
10179 2001-10-18  Simon Josefsson  <jas@extundo.com>
10180
10181         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
10182         when undoing.
10183
10184 2001-10-18  Simon Josefsson  <jas@extundo.com>
10185         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
10186
10187         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
10188         (gnus-summary-make-menu-bar): Ditto.
10189
10190 2001-10-17  Simon Josefsson  <jas@extundo.com>
10191
10192         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
10193         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
10194
10195 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10196
10197         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
10198         * gnus-util.el (gnus-user-date): New function.
10199         From Frank Schmitt <usenet@Frank-Schmitt.net>.
10200
10201 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10202
10203         * message.el (message-check-news-header-syntax): Special case
10204         nnvirtual groups.
10205
10206         * gnus-sum.el (gnus-summary-respool-default-method): Changed
10207         customize type to `symbol'.
10208
10209 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10210
10211         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
10212         %&foo;.
10213         (gnus-parse-simple-format): Support user extended spec too.
10214         %u&foo; invokes gnus-user-format-function-foo.
10215
10216 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10217
10218         * nnml.el (nnml-request-expire-articles): Make sure it is back to
10219         the server.
10220         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
10221         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10222         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
10223         * nndiary.el (nndiary-request-expire-articles): Ditto.
10224         (nndiary-schedule): Defsubst it before use it.
10225         (nndiary-error): eval-and-compile.
10226
10227 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10228
10229         * gnus-msg.el (gnus-post-method): Changed two instances of
10230         `active' to `current' and one `null' to `not'.
10231
10232 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10233         From Katsumi Yamaoka <yamaoka@jpl.org>.
10234
10235         * message.el (message-setup-fill-variables): Use
10236         `normal-auto-fill-function' instead of `auto-fill-function'.
10237
10238 2001-10-16  Simon Josefsson  <jas@extundo.com>
10239
10240         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
10241         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
10242         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
10243
10244 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10245         Patch by Oliver Scholz <oscholz@my.gnus.org>.
10246
10247         * gnus-draft.el (gnus-draft-edit-message): Add text property
10248         `field' with value `header' to message headers.
10249         * message.el (message-setup-1): Really add text property to all of
10250         the header, not just part of it.
10251
10252 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10253
10254         * gnus-group.el (gnus-group-sort-by-server): Use it.
10255
10256         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
10257
10258         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
10259         and keystroke.
10260
10261 2001-10-14  Simon Josefsson  <jas@extundo.com>
10262
10263         * dig.el: Doc fix.
10264
10265         * smime.el: Doc fix.
10266
10267         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
10268         charset magic from message.el.
10269
10270 2001-10-12  Simon Josefsson  <jas@extundo.com>
10271         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
10272
10273         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
10274         'cite from g-a-wash-types.
10275         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
10276         (gnus-article-hide-citation): Fix.
10277
10278         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
10279         character.
10280         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
10281
10282         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
10283         definition.
10284         (gnus-signature-toggle): Toggle `s' mode line character.
10285
10286         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
10287         doing stuff that clears it.
10288
10289 2001-10-12  Simon Josefsson  <jas@extundo.com>
10290
10291         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
10292         From Eric Marsden <emarsden@laas.fr>.
10293
10294 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10295
10296         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
10297         (autoload): Add some autoloads.
10298
10299 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10300         Suggested by Oliver Scholz <epameinondas@gmx.de>.
10301
10302         * message.el (message-do-auto-fill): New function.  Like
10303         `do-auto-fill' but don't fill when in the message header.
10304         (message-setup-1): Put a text property on the message header.
10305         (message-setup-fill-variables): Use `message-do-auto-fill'.
10306
10307 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10308
10309         * message.el (message-send-mail-partially): Insert an empty line
10310         first, because of the change of message-make-lines.
10311
10312 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
10313
10314         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
10315         iso-8859-15, make it an alias for iso-8859-1.
10316
10317 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10318
10319         * message.el (message-send-news): Don't modify the value of
10320         `message-syntax-checks' if it is not a list (possibly it is
10321         `dont-check-for-anything-just-trust-me').
10322
10323 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * gnus-group.el (gnus-group-name-charset-group-alist): Use
10326         `find-coding-system' for XEmacs to check whether the coding-system
10327         `utf-8' is available.
10328
10329 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10330
10331         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
10332
10333 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10334
10335         * message.el (message-send-news): Oops, missed case with no
10336         "Followup-To" header...
10337
10338 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10339
10340         * message.el (message-send-news): Allow
10341         `gnus-group-name-charset-group-alist' to affect encoding of the
10342         "Newsgroups" and "Followup-To" headers.
10343
10344 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10345
10346         * Makefile.in (install-el): Depend on gnus-load.el.
10347
10348 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10349
10350         * Makefile.in (install-el): Use -f.
10351         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
10352
10353 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
10354
10355         * message.el (message-send-news): Don't encode Followups-To when
10356         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
10357
10358         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
10359         header.
10360
10361         * gnus-art.el (article-decode-group-name): Also decode
10362         "Followup-To".
10363
10364         * rfc2047.el (rfc2047-encode-message-header): Encode without
10365         asking for null methods.
10366
10367         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
10368         default charset for newsgroup names in accordance with USEFOR.
10369
10370         * gnus-group.el (gnus-group-name-charset-method-alist,
10371         gnus-group-name-charset-group-alist): Removed "*" from doc
10372         strings, "*" should not be used for complex variables.
10373
10374 2001-10-06  Simon Josefsson  <jas@extundo.com>
10375
10376         Support UTF-8 group names better.
10377
10378         * message.el (message-check-news-header-syntax): Encode group
10379         names before comparison.
10380
10381         * gnus-msg.el (gnus-copy-article-buffer): Run all
10382         `gnus-article-decode-hook's except `article-decode-charset'
10383         instead of hardcoding call to one of them.
10384
10385         * gnus-art.el (gnus-article-decode-hook): Add
10386         `article-decode-group-name'.
10387         (article-decode-group-name): New function, use `g-d-n'.
10388
10389         * gnus-group.el (gnus-group-insert-group-line): Decode
10390         gnus-tmp-group using `g-d-n'.
10391
10392         * gnus-util.el (gnus-decode-newsgroups): New function.
10393
10394 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
10395
10396         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
10397         `gnus-group-name-charset-group-alist'.
10398
10399 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10400
10401         * Makefile.in: Install el in install. Add uninstall.
10402
10403 2001-10-05  Simon Josefsson  <jas@extundo.com>
10404
10405         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
10406
10407         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
10408
10409         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
10410         empty folders.
10411
10412         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
10413         limiting if read-all (C-u RET) was used.
10414
10415 2001-10-04  Simon Josefsson  <jas@extundo.com>
10416
10417         * mail-source.el (mail-source-movemail-program): New variable.
10418         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
10419         <thutt@thutt.vmware.com>.
10420
10421 2001-10-03  Simon Josefsson  <jas@extundo.com>
10422
10423         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
10424         (gnus-summary-line-format-alist): Fix param.
10425
10426 2001-10-02  Simon Josefsson  <jas@extundo.com>
10427
10428         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
10429         don't go through `nnimap-request-expire-articles' to delete the
10430         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
10431
10432 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10433
10434         * gnus-agent.el (gnus-agent-write-active): The min in the
10435         agent/active may be larger than that in the server/active.
10436
10437 2001-10-01  Simon Josefsson  <jas@extundo.com>
10438
10439         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
10440         is IMAP4rev1.
10441
10442         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
10443
10444         * nnfolder.el: Ditto.
10445
10446 2001-09-30  Dan Christensen  <jdc@uwo.ca>
10447
10448         * gnus-sum.el (gnus-summary-extract-address-component): New function.
10449         (gnus-summary-from-or-to-or-newsgroups): Optimize.
10450
10451 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10452
10453         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
10454         (message-mode-menu): Menu item for same.
10455
10456         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
10457         delayed articles.
10458
10459         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
10460         nndraft:delayed does not exist.
10461         (gnus-delay-initialize): Don't set up keymap, that's done from
10462         message.el now.
10463         (gnus-delay, gnus-delay-group, gnus-delay-header)
10464         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
10465
10466 2001-09-29  Simon Josefsson  <jas@extundo.com>
10467
10468         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
10469         utf-8, not eight-bit-control.
10470
10471         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
10472         (imap-log, imap-debug): Custom.
10473         (imap-log-buffer, imap-debug-buffer): New constants.
10474         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
10475         (imap-network-open, imap-shell-open, imap-starttls-open)
10476         (imap-send-command-1, imap-send-command, imap-arrival-filter)
10477         (imap-debug): Use imap-*-buffer.
10478
10479         * nndoc.el (nndoc-article-type): Add mailman.
10480         (nndoc-type-alist): Ditto.
10481         (nndoc-mailman-type-p): New function.
10482
10483 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10484
10485         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
10486         gnus-art.el.
10487
10488 2001-09-27  Simon Josefsson  <jas@extundo.com>
10489
10490         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
10491         (gnus-topic-catchup-articles): New function. Suggested by Robin
10492         S. Socha <robin-dated-1001857693.185e29@socha.net>.
10493
10494 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10495         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
10496
10497         * gnus-ems.el (gnus-article-display-xface): Insert xface after
10498         previous ones.
10499
10500 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10501         From Daiki Ueno  <ueno@unixuser.org>
10502
10503         * gnus-sum.el (gnus-summary-show-article): The arglist of
10504         detect-coding-region is incompatible.
10505
10506 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10507         From Katsuhiro Hermit Endo <hermit@koka-in.org>
10508
10509         * gnus-group.el (gnus-group-delete-group): Typo.
10510
10511 2001-09-26  Simon Josefsson  <jas@extundo.com>
10512
10513         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
10514
10515         * nnimap.el (nnimap-expiry-target): Use temp buffer.
10516
10517 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10518
10519         * gnus-cus.el (gnus-group-parameters): Display as sexp.
10520
10521 2001-09-22  Simon Josefsson  <jas@extundo.com>
10522
10523         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
10524
10525         * nnfolder.el (nnfolder-open-marks): Ditto.
10526
10527         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
10528         (gnus-update-marks): Use it.
10529         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
10530         hardcoded list.
10531
10532         * gnus.el (gnus-article-special-mark-lists): Add killed.
10533         (gnus-article-unpropagated-mark-lists): New constant.
10534
10535 2001-09-22  Simon Josefsson  <jas@extundo.com>
10536
10537         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
10538         custom option.
10539
10540 2001-09-23  Simon Josefsson  <jas@extundo.com>
10541
10542         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
10543
10544 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10545
10546         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
10547
10548 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
10549
10550         * gnus-group.el (gnus-group-sort-function): Fix customize type to
10551         accept lists of functions.
10552
10553 2001-09-20  Simon Josefsson  <jas@extundo.com>
10554
10555         * gnus-group.el (gnus-group-catchup): Update expire marks in
10556         backend.  Also, if ALL also set expire marks on tick/dormant.
10557
10558 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10559
10560         * message.el (message-tab-body-function): New variable.
10561         * message.el (message-tab): Use it.
10562
10563 2001-09-19  Sam Steingold  <sds@gnu.org>
10564
10565         * gnus-win.el (gnus-buffer-configuration): Respect
10566         `gnus-bug-create-help-buffer'.
10567
10568 2001-09-18  Simon Josefsson  <jas@extundo.com>
10569
10570         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
10571         (gnus-parse-simple-format): Re-revert.
10572
10573 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
10574         Trivial patch.
10575
10576         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
10577         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
10578
10579 2001-09-18  Simon Josefsson  <jas@extundo.com>
10580
10581         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
10582         signed.
10583         (gnus-parse-simple-format): Don't use it.
10584
10585 2001-09-17  Miles Bader  <miles@gnu.org>
10586
10587         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
10588         error querying a backend abort the whole process.
10589
10590 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10591
10592         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
10593         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
10594
10595 2001-09-17  Didier Verna  <didier@xemacs.org>
10596
10597         * nndiary.el: version 0.2-b14.
10598         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
10599         compatibility problem with XEmacs 21.1.
10600
10601 2001-09-15  Simon Josefsson  <jas@extundo.com>
10602
10603         * gnus-group.el (gnus-group-line-format): Document %c.
10604
10605         * nnml.el (nnml-parse-head): Handle CRLF files.
10606         (nnml-generate-nov-file): Ditto.
10607         (nnml-retrieve-headers): Ditto.
10608
10609 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
10610
10611         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
10612
10613 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
10614
10615         * gnus-spec.el (gnus-correct-substring): Still stopped one
10616         character before we wanted (never included last character).
10617         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
10618         add missing "," (once per function)
10619
10620 2001-09-14  Simon Josefsson  <jas@extundo.com>
10621
10622         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
10623         (otherwise e.g. gnus-agentize in .gnus overrides the customized
10624         default before gnus-group is loaded and the variable set.)
10625
10626         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
10627         killed or unsent marks.
10628
10629         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
10630         isn't an article to set it on (e.g. when you `a' in a group).
10631
10632 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10633
10634         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
10635         can read e-mails from Microsoft Outlook users not using ISO
10636         8859-2 character set.
10637
10638 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10639
10640         * gnus-diary.el: Minor modifications to avoid warnings.
10641         (gnus-summary-misc-menu): defvar.
10642         (gnus-diary-check-message): Use gnus-point-at-eol.
10643         (gnus-diary-kill-entire-line): eval-and-compile.
10644
10645 2001-09-12  Didier Verna  <didier@xemacs.org>
10646
10647         * nndiary.el: new version (0.2-b13).
10648         * nndiary.el (nndiary-mail-sources): doc update.
10649         * nndiary.el (nndiary-split-methods): ditto.
10650         * nndiary.el (nndiary-request-accept-article-hooks): New.
10651         * nndiary.el (nndiary-request-accept-article): use it, check
10652         message validity.
10653         * nndiary.el (nndiary-get-new-mail): changed default to nil.
10654         * nndiary.el (nndiary-schedule): fix bug (misplaced
10655         condition-case): it didn't return nil on error.
10656         * gnus-diary.el: new version.
10657         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
10658         * gnus-diary.el (gnus-diary-header-value-history): New.
10659         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
10660         * gnus-diary.el (gnus-diary-add-header): New.
10661         * gnus-diary.el (gnus-diary-check-message): New.
10662         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
10663         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
10664
10665 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10666
10667         * gnus-sum.el (gnus-select-newsgroup): Make
10668         `gnus-current-select-method' buffer-local.
10669
10670         * gnus-art.el (gnus-request-article-this-buffer): Refer
10671         `gnus-current-select-method' in the current summary buffer.
10672
10673 2001-09-10  Simon Josefsson  <jas@extundo.com>
10674         From Daniel Pittman <daniel@rimspace.net>
10675
10676         * gnus-spec.el (gnus-correct-pad-form): Fix.
10677
10678 2001-09-09  Simon Josefsson  <jas@extundo.com>
10679
10680         * mm-decode.el (mm-inline-media-tests): Add
10681         application/x-emacs-lisp.
10682         (mm-attachment-override-types): Add
10683         application/{x-,}pkcs7-signature.
10684
10685         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
10686         (gnus-server-line-format, gnus-server-mode-line-format)
10687         (gnus-server-browse-in-group-buffer): Customize.
10688
10689 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10690
10691         * nnml.el (nnml-marks-changed-p): Typo.
10692         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
10693         (nnml-marks-changed-p): Use gnus-gethash.
10694         (nnml-marks-modtime): Use gnus-make-hashtable.
10695
10696         * nnfolder.el (nnfolder-marks-changed-p): Typo.
10697         (nnfolder-request-expire-articles, nnfolder-save-marks)
10698         (nnfolder-open-marks): Typo.
10699         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
10700         (nnfolder-marks-changed-p): Use gnus-gethash.
10701         (nnfolder-marks-modtime): Use gnus-make-hashtable.
10702
10703 2001-09-08  Simon Josefsson  <jas@extundo.com>
10704
10705         * nnfolder.el (nnfolder-marks-modtime): New variable.
10706         (nnfolder-marks-changed-p): New function.
10707         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
10708         (nnfolder-request-update-info): Don't update if marks didn't change.
10709
10710         * nnml.el (nnml-marks-modtime): New variable.
10711         (nnml-marks-changed-p): New function.
10712         (nnml-save-marks, nnml-open-marks): Save modtime.
10713         (nnml-request-update-info): Don't update if marks didn't change.
10714
10715         * gnus-agent.el (gnus-agent-any-covered-gcc)
10716         (gnus-agent-add-server, gnus-agent-remove-server): Use
10717         gnus-agent-method-p.
10718
10719         * gnus-art.el (gnus-buttonized-mime-types): New variable.
10720         (gnus-unbuttonized-mime-type-p): Use it.
10721
10722         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
10723         fetch group.
10724
10725 2001-09-08  Simon Josefsson  <jas@extundo.com>
10726         From Daniel Pittman <daniel@rimspace.net>
10727
10728         * gnus-spec.el (gnus-correct-pad-form): New function.
10729         (gnus-parse-simple-format): Use it.
10730
10731 2001-09-07  Simon Josefsson  <jas@extundo.com>
10732
10733         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
10734         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
10735         Putnam <reader@newsguy.com>.
10736         (gnus-group-sort-selected-groups): Touch dribble file.
10737
10738 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
10739
10740         * nnml.el (nnml-filenames-are-evil): New variable.
10741         (nnml-article-to-file-alist): Rename to ...
10742         (nnml-current-group-article-to-file-alist): ... this.
10743         Respect `nnml-filenames-are-evil'.
10744         (nnml-active-number): Update.
10745         (nnml-update-file-alist): Update.
10746         (nnml-request-article): Use nnheader-article-to-file-alist.
10747         (nnml-request-rename-group): Likewise.
10748
10749 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10750
10751         * gnus-sum.el (gnus-summary-insert-line): Fix.
10752
10753 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
10754
10755         * gnus-sum.el: Bind g-s-t-s to "W g".
10756         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
10757         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
10758         display of graphical smilies.
10759
10760 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10761
10762         * gnus-start.el (gnus-setup-news): A typo.
10763         From Bill White <billw@wolfram.com>.
10764
10765 2001-09-06  Simon Josefsson  <jas@extundo.com>
10766
10767         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
10768         and unseen marks.
10769
10770 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10771
10772         * nnmail.el (nnmail-split-fancy): Document `junk'.
10773
10774 2001-09-04  Simon Josefsson  <jas@extundo.com>
10775
10776         * imap.el (imap-search): Don't error if server is broken.
10777
10778 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
10779
10780         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
10781         searching for an article that isn't in the mbox.
10782
10783 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10784
10785         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
10786         right, and get all the comments.
10787
10788 2001-09-02  Simon Josefsson  <jas@extundo.com>
10789         Suggested by Dan Christensen <jdc+news@uwo.ca>
10790
10791         * nnfolder.el (nnfolder-request-update-info): Fix message.
10792
10793         * nnml.el (nnml-request-update-info): Ditto.
10794
10795 2001-09-01  Simon Josefsson  <jas@extundo.com>
10796
10797         * nnml.el (nnml-request-expire-articles): Also bind
10798         `nnml-current-group' and `nnml-article-file-alist' when using
10799         expiry-target. (Otherwise nnml will be in a inconsistent internal
10800         state causing all kind of problems.)
10801         (nnml-request-expire-articles): If `nnml-article-to-file' or
10802         `file-attributes' failes, return article as un-expirable instead
10803         of treating it as expired.
10804
10805 2001-08-31  Sam Steingold  <sds@gnu.org>
10806
10807         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
10808         typo: `exmine' --> `examine'.
10809
10810 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10811
10812         * nndoc.el (nndoc-forward-type-p): It is not a digest.
10813
10814 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10815
10816         * nnml.el (nnml-check-directory-twice): Remove.
10817         (nnml-retrieve-headers): Ditto.
10818         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
10819
10820 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10821
10822         * nnheader.el (nnheader-directory-files-is-safe): No need to read
10823         directory twice on Windows, or on GNU Emacs-21.
10824
10825 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10826
10827         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
10828         (nnml-request-rename-group): Ditto.
10829         (nnml-active-number): Ditto.
10830         (nnml-request-create-group): Use nnml-directory-articles.
10831         (nnml-request-expire-articles): Use nnml-directory-articles, which
10832         gets list from nov database if available.
10833         (nnml-get-nov-buffer): New function.
10834         (nnml-open-nov): Use it.
10835         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
10836         gets alist from nov database if available.
10837         (nnml-directory-articles): New function.
10838         (nnml-article-to-file-alist): New function.
10839
10840 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10841
10842         * mm-decode.el (mm-display-external): Use `name' as filename, if
10843         `filename' attribute is not present.
10844
10845 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10846
10847         * mail-source.el (mail-source-flash): New defcustom.
10848         (mail-source-new-mail-p): Ring visible bell if appropriate.
10849         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
10850         timer is cleared even if mail check signals an error.
10851
10852 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10853
10854         * gnus-sum.el (gnus-summary-move-article): Only update marks of
10855         type 'list.
10856
10857 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10858
10859         * flow-fill.el (fill-flowed): eol might be point-max.
10860
10861 2001-08-27  Simon Josefsson  <jas@extundo.com>
10862
10863         * nnml.el (nnml-request-update-info): Fix message.
10864         (nnml-open-marks): Ditto.
10865
10866         * nnfolder.el (nnfolder-request-update-info):
10867         (nnfolder-open-marks): Fix message.
10868
10869 2001-08-25  Simon Josefsson  <jas@extundo.com>
10870
10871         * nnfolder.el (nnfolder-save-marks): Don't create directory named
10872         after group in ~/.
10873
10874 2001-08-25  Simon Josefsson  <jas@extundo.com>
10875         From Andreas Jaeger  <aj@suse.de>
10876
10877         * nnfolder.el (nnfolder-open-marks): Fix typo.
10878         * nnml.el (nnml-open-marks): Likewise.
10879
10880 2001-08-25  Simon Josefsson  <jas@extundo.com>
10881
10882         Make nnfolder groups self-contained as far as marks are concerned.
10883
10884         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
10885         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
10886         (nnfolder-open-server): Make marks directory.
10887         (nnfolder-request-delete-group): Delete marks file.
10888         (nnfolder-request-delete-group): Check of nov/marks file exist
10889         before deleting.
10890         (nnfolder-request-rename-group): Rename marks file.
10891         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
10892         (nnfolder-request-set-mark, nnfolder-request-update-info)
10893         (nnfolder-group-marks-pathname, nnfolder-save-marks)
10894         (nnfolder-open-marks): New functions.
10895         (top-level): Require gnus.
10896
10897 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10898
10899         * nnweb.el (nnweb-type-definition): Use google raw file.
10900         (nnweb-google-parse-1): Ditto.
10901         (nnweb-google-identity): Ditto.
10902         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
10903         (nnweb-altavista-wash-article): Ditto.
10904         (nnweb-request-article): Remove nnweb-decode-entities.
10905
10906         * nnml.el: Require 'gnus.
10907
10908 2001-08-25  Simon Josefsson  <jas@extundo.com>
10909
10910         * nnml.el (nnml-marks-is-evil): Add doc.
10911
10912 2001-08-25  Simon Josefsson  <jas@extundo.com>
10913
10914         * nnml.el (nnml-save-marks): Wrap saving marks in a
10915         condition-case, to allow user to start Gnus if saving marks failed
10916         for some reason.
10917
10918 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10919
10920         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
10921
10922         * gnus-group.el (gnus-update-group-mark-positions): Bind
10923         gnus-group-update-hook to nil.
10924
10925 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10926
10927         * mml.el (mml-generate-mime-1): Force as multibyte string.
10928
10929 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10930
10931         * gnus-sum.el (gnus-summary-insert-line)
10932         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
10933         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
10934
10935         * gnus-spec.el (gnus-correct-substring): Take optional END.
10936
10937         * nnrss.el (nnrss-request-article): Remove \n.
10938         (nnrss-retrieve-headers): Lines number is -1.
10939
10940 2001-08-24  Simon Josefsson  <jas@extundo.com>
10941
10942         * gnus-group.el (gnus-info-clear-data): Call
10943         nnfoo-request-set-mark to propagate marks.  Fix bug:
10944         `gnus-group-update-line' doesn't update read range unless we call
10945         `gnus-get-unread-articles-in-group' first.
10946
10947         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
10948         to server.
10949
10950 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10951
10952         * gnus-util.el (gnus-create-info-command): Return an interactive
10953         function.
10954
10955 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10956         From Katsumi Yamaoka <yamaoka@jpl.org>
10957
10958         * gnus-spec.el (gnus-parse-complex-format): Use equal.
10959
10960 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10961
10962         * gnus-sum.el (gnus-select-newsgroup): Use it.
10963
10964         * gnus-util.el (gnus-not-ignore): New function.
10965
10966         * lpath.el (featurep): Don't fbind char-int.
10967
10968         * gnus-util.el (gnus-create-info-command): New function.
10969
10970         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
10971         right node.
10972
10973         * gnus-sum.el (gnus-select-newsgroup): Clean up.
10974         (gnus-summary-limit-children): Use 'identity instead of `all'.
10975         (gnus-summary-limit-to-display-predicate): New command and
10976         keystroke.
10977
10978 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10979
10980         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
10981
10982         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
10983
10984 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10985
10986         * gnus-spec.el: Add the Gnus version.
10987         (gnus-update-format-specifications): If the Gnus version changes,
10988         nix out the format spec cache.
10989
10990         * gnus.el (gnus-continuum-version): Made into a command and
10991         optionalize the VERSION.
10992
10993         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
10994         the start of the lines.
10995
10996 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10997
10998         * gnus.el (gnus-visual-p): Define function before use of
10999         function.
11000
11001 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11002
11003         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
11004         (gnus-article-mark-to-type): New function.
11005         (gnus-update-missing-marks): Only update marks of type 'list.
11006
11007         * gnus.el (gnus-article-special-mark-lists): New variable.
11008
11009 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11010
11011         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
11012         (gnus-select-newsgroup): Still use 'all.
11013         (gnus-summary-initial-limit): Comparing with 'all.
11014
11015 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11016
11017         * gnus-start.el (gnus-activate-group): If dont-check, don't update
11018         active.
11019
11020 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11021
11022         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
11023         nnslashdot-*-retrieve-headers.
11024         (nnslashdot-request-article): Fix for slashcode 2.2.
11025         (nnslashdot-make-tuple): New function.
11026         (nnslashdot-read-groups): Use it.
11027
11028 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11029
11030         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
11031         list.
11032
11033         * gnus-sum.el (gnus-summary-move-article): Don't select article.
11034
11035 2001-08-20  Simon Josefsson  <jas@extundo.com>
11036
11037         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
11038         opened, error instead of continuing (and exploding later).
11039
11040 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11041
11042         * gnus.el (gnus-expand-group-parameters): Return the parameter
11043         list.
11044
11045         * gnus-sum.el (gnus-summary-show-article): Doc fix.
11046         (gnus-summary-show-article): Guess at charset if required.
11047
11048         * gnus-spec.el (gnus-correct-substring): Stopped one character
11049         before we wanted.
11050
11051 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11052
11053         * earcon.el (earcon-auto-play): Remove unused option.
11054
11055 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11056
11057         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
11058         message down in levels, since it happens very fast.
11059
11060         * smiley-ems.el (smiley-update-cache): Respect the symbol version
11061         of smiley-regexp-alist.
11062
11063         * mm-view.el (mm-inline-text): Ignore vcard errors.
11064
11065         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
11066
11067         * gnus-score.el (gnus-all-score-files): Use append instead of
11068         nconc.
11069
11070         * gnus.el (gnus-splash-face): Doc fix.
11071
11072         * mm-decode.el (mm-mailcap-command): Use
11073         mm-path-name-rewrite-functions.
11074         (mm-path-name-rewrite-functions): New variable.
11075
11076         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
11077         (gnus-complex-form-to-spec): Insert tab.
11078         (gnus-spec-tab): New function.
11079
11080         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
11081         entering the group.
11082
11083         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
11084         the positional spec.
11085         (gnus-parse-complex-format): React to %C.
11086
11087         * gnus-ems.el (gnus-char-width): Moved here.
11088
11089         * gnus-sum.el (gnus-select-newsgroup): Set
11090         gnus-newsgroup-articles.
11091         (gnus-unseen-mark): New variable.
11092         (gnus-newsgroup-unseen): Ditto.
11093         (gnus-newsgroup-seen): Ditto.
11094         (gnus-adjust-marked-articles): Use them.
11095         (gnus-update-marks): Use them.
11096         (gnus-summary-update-secondary-mark): Display.
11097         (gnus-summary-prepare-threads): Display.
11098
11099         * gnus-msg.el (gnus-inews-group-method): Use and return the
11100         method, not the server.
11101
11102 2001-08-19  Simon Josefsson  <jas@extundo.com>
11103
11104         * gnus-srvr.el (gnus-server-agent-face): New.
11105         (gnus-server-agent-face): New.
11106         (gnus-server-mode): Turn on font-lock-mode.
11107
11108         * gnus.el (gnus-server-visual): Add defgroup.
11109
11110 2001-08-19  Simon Josefsson  <jas@extundo.com>
11111         From Joe Casadonte <jcasadonte@northbound-train.com>
11112
11113         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
11114         gnus-server-denied-face): New.
11115         (gnus-server-opened-face, gnus-server-closed-face,
11116         gnus-server-denied-face): New.
11117         (gnus-server-font-lock-keywords): Add.
11118
11119 2001-08-19  Simon Josefsson  <jas@extundo.com>
11120
11121         * nnml.el (nnml-request-set-mark): Return nil.
11122         (nnml-save-marks): Use nnml-possibly-create-directory.
11123         (nnml-open-marks): Only work in temp buffer when inserting/reading
11124         .marks file.
11125
11126 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11127
11128         * gnus.el (gnus-expand-group-parameters): Fix.
11129
11130         * gnus-spec.el (gnus-char-width): New function.
11131         (gnus-correct-substring, gnus-correct-length): Use it.
11132
11133         * message.el (message-required-mail-headers): Fix doc.
11134
11135 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11136
11137         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
11138
11139         * mm-decode.el (mm-save-part-to-file): Insert the handle.
11140
11141 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11142
11143         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
11144         slashdot 2.2 (not fully fixed yet).
11145         (nnslashdot-request-article): Ditto.
11146
11147 2001-08-18  Simon Josefsson  <jas@extundo.com>
11148
11149         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
11150         nnimap.
11151
11152         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
11153         gnus-util.
11154         (nnimap-request-update-info-internal): Use new functions.
11155
11156         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
11157         new functions.
11158
11159 2001-08-18  Simon Josefsson  <jas@extundo.com>
11160
11161         Make nnml groups self-contained as far as marks are concerned.
11162
11163         * nnml.el (nnml-request-delete-group): Delete marks file.
11164         (nnml-request-rename-group): Move marks file.
11165         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
11166         variables.
11167         (nnml-request-set-mark, nnml-request-update-info): New server
11168         functions.
11169         (nnml-save-marks, nnml-open-marks): New functions.
11170
11171 2001-08-18  Simon Josefsson  <jas@extundo.com>
11172
11173         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
11174         `set' when setting marks.
11175
11176 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11177
11178         * gnus.el (gnus-info-find-node): Take an argument.
11179
11180         * gnus-art.el (gnus-button-handle-info): New function.
11181         (gnus-url-unhex-string): Replace "+" with " ".
11182
11183 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11184
11185         * message.el (message-check-news-header-syntax): Check bad From.
11186
11187 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11188
11189         * gnus-spec.el (gnus-correct-length): New function.
11190         (gnus-correct-substring): New function.
11191         (gnus-tilde-max-form): Use it.
11192
11193 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
11194
11195         * nnmh.el: Docstring changes as below.
11196
11197         * nnml.el: Docstring changes as below.
11198
11199         * nnbabyl.el: Docstring changes as below.
11200
11201         * nnmbox.el: Docstring changes as below.
11202
11203         * nnfolder.el: Added docstrings identifying each virtual server
11204         parameter.
11205
11206 2001-08-18  Simon Josefsson  <jas@extundo.com>
11207
11208         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
11209
11210 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
11211
11212         * message.el: rename "Abort Message" to "Postpone Message".
11213         Remove "Attach file as MIME" from Message menu, it's already in
11214         the MIME menu.
11215
11216 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11217
11218         * smime.el (smime-point-at-eol): eval-and-compile.
11219         (smime-make-temp-file): New function.
11220         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
11221         Use it.
11222
11223 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11224
11225         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
11226         (gnus-agent-summary-fetch-group): New command and keystroke.
11227
11228         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
11229         (gnus-mime-display-security): Make it respect
11230         gnus-unbuttonized-mime-type-p.
11231
11232         * gnus-sum.el (gnus-articles-to-read): Comments.
11233         (gnus-article-marked-p): New function.
11234         (gnus-summary-display-make-predicate): New function.
11235         (gnus-select-newsgroup): Use them.
11236
11237         * mm-decode.el (mm-save-part-to-file): Made it not error.
11238
11239 2001-08-17  Simon Josefsson  <jas@extundo.com>
11240
11241         * imap.el (imap-wait-for-tag): If process-status isn't open or
11242         run, return nil instead of sit-for looping.
11243
11244 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11245
11246         * lpath.el (featurep): fbind xml-parse-region.
11247
11248         * gnus.el (gnus-message-archive-method): Default to "archive".
11249         (gnus-message-archive-method): Doc fix.
11250         (gnus-parameters-get-parameter): Cleaned up.
11251         (gnus-expand-group-parameter): New function.
11252
11253         * gnus-start.el (gnus-setup-news): Push the archive server only
11254         the server list.
11255
11256         * mml.el (mml-menu): Changed name to "Attachments".
11257
11258         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
11259         when there is something to detroy.
11260
11261 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11262
11263         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
11264         nil.
11265
11266 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11267
11268         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
11269         which specifies a time today or tomorrow.
11270
11271 2001-08-15  Simon Josefsson  <jas@extundo.com>
11272         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
11273
11274         * gnus-agent.el (gnus-agent-make-mode-line-string)
11275         (gnus-agent-toggle-plugged): Use new API.
11276
11277 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11278
11279         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
11280         deadline has expired.
11281
11282 2001-08-12  Simon Josefsson  <jas@extundo.com>
11283         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
11284
11285         Support `recent' mark indicating newly arrived messages (to
11286         separate from old but unread messages).
11287
11288         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
11289         `nnmail-split-history' if recent is > 0.
11290         (nnimap-request-update-info-internal): Update `recent' marks.
11291         (nnimap-request-set-mark): Never set `recent' marks.
11292         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
11293         recent.
11294
11295         * gnus-sum.el (gnus-recent-mark): New mark.
11296         (gnus-newsgroup-recent): New variable.
11297         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
11298         (gnus-summary-prepare-threads): Mark recent articles.
11299         (gnus-summary-add-mark): Support recent.
11300         (gnus-summary-update-secondary-mark): Support recent.
11301
11302         * gnus.el (gnus-article-mark-lists): Add recent.
11303
11304 2001-08-12  Simon Josefsson  <jas@extundo.com>
11305
11306         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
11307         whether successful decoding took place.  Add doc.
11308
11309 2001-08-12  Simon Josefsson  <jas@extundo.com>
11310         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
11311
11312         * gnus.el (gnus-summary-line-format, gnus-parameters):
11313         * gnus-gl.el (gnus-summary-grouplens-line-format):
11314         * gnus-salt.el (gnus-summary-pick-line-format):
11315         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
11316
11317 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
11318         Committed by Kai Gro\e,b_\e(Bjohann.
11319
11320         * gnus-score.el (gnus-score-string): Fix `match' regexp
11321         for `extra' header case.
11322
11323 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11324
11325         * nnmbox.el (nnmbox-read-mbox): No warning.
11326
11327 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11328
11329         * nndoc.el (nndoc-article-type): Fix doc.
11330         (nndoc-generate-article-function): New variable.
11331         (nndoc-dissection-function): New variable.
11332         (nndoc-type-alist): Add oe-dbx.
11333         (nndoc-oe-dbx-type-p): New function.
11334         (nndoc-oe-dbx-dissection): New function.
11335         (nndoc-oe-dbx-generate-article): New function.
11336
11337 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11338
11339         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
11340         whether deadline has been reached.  Patch from Dan Nicolaescu
11341         <dann@godzilla.ics.uci.edu>.
11342
11343 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11344
11345         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
11346         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
11347         <rintaman@cs.Helsinki.FI>.
11348
11349         * mail-source.el (mail-source-movemail): The error buffer is
11350         modified, but nothing in it.
11351
11352 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11353
11354         * message.el (message-bogus-system-names): New variable.
11355         (message-make-fqdn): Use it.
11356
11357 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11358
11359         * nndraft.el (nndraft-request-group): Use
11360         nndraft-auto-save-file-name.
11361
11362 2001-08-09  Simon Josefsson  <jas@extundo.com>
11363
11364         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
11365         Don't ask whether to decrypt.  Just leave result in buffer (don't
11366         call mm).
11367
11368         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
11369         parts as well.
11370         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
11371         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
11372
11373 2001-08-09  Simon Josefsson  <jas@extundo.com>
11374
11375         * mm-decode.el (mm-insert-part): Return decoding success status.
11376         (mm-save-part-to-file): Error if decoding failed.
11377
11378 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11379
11380         * message.el (message-tab): Use indent-relative.
11381         (message-mode): Don't bind indent-line-function to indent-relative.
11382
11383 2001-08-09  Simon Josefsson  <jas@extundo.com>
11384
11385         * message.el (message-get-reply-headers): Fix string. Suggested by
11386         Christoph Conrad <cc@cli.de>.
11387
11388 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11389
11390         * message.el (message-tab): Use the current value of
11391         indent-line-function.
11392         (message-mode): Bind indent-line-function to indent-relative.
11393
11394 2001-08-08  Simon Josefsson  <jas@extundo.com>
11395
11396         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
11397         whether `imtest' is installed.
11398
11399 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11400         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11401
11402         * gnus-sum.el (gnus-summary-show-article): Call
11403         gnus-summary-update-secondary-secondary-mark.
11404         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
11405         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
11406
11407 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11408
11409         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
11410
11411         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
11412
11413         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
11414         <gerd@gnu.org>.
11415
11416         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
11417
11418         * gnus-util.el (gnus-output-to-rmail): Ditto.
11419         (gnus-output-to-mail): Ditto.
11420
11421         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
11422
11423 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
11424
11425         * message.el (message-indent-citation): Use
11426         `message-yank-cited-prefix' for empty lines.
11427
11428 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
11429
11430         * message.el (message-indent-citation): Quote only lines starting
11431         with ">" using `message-yank-cited-prefix'.
11432
11433 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11434         Trivial patch.
11435
11436         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
11437         gnus-cache-fully-p.
11438
11439 2001-08-04  Simon Josefsson  <jas@extundo.com>
11440
11441         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
11442         file if it doesn't exist (by calling gnus-cache-read-active).
11443
11444 2001-08-04  Simon Josefsson  <jas@extundo.com>
11445
11446         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
11447         (gnus-cache-passively-or-fully-p): Removed.
11448         (gnus-cache-fully-p): Fix it.
11449
11450         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
11451
11452 2001-08-04  Simon Josefsson  <jas@extundo.com>
11453
11454         * gnus-cache.el (gnus-cache-fully-p)
11455         (gnus-cache-passively-or-fully-p): New functions.
11456         (gnus-cache-possibly-enter-article): Cosmetic change, use
11457         `g-c-p-o-f-p'.
11458         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
11459         was bogus (`g-c-p-a-a' does not change active info, just change
11460         the functions parameters).
11461         (gnus-cache-possibly-remove-articles-1): Make sure articles are
11462         not removed in groups that match `gnus-uncacheable-groups'.
11463
11464         Reported and modifications based on discussions with Nuutti
11465         Kotivuori <nuutti.kotivuori@smarttrust.com>.
11466
11467 2001-08-04  Simon Josefsson  <jas@extundo.com>
11468         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11469
11470         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
11471         calls `gnus-cache-update-active' if bounds has been extended.
11472
11473 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11474
11475         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
11476         before remove.
11477         (gnus-mime-security-show-details): Ditto.
11478
11479 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11480
11481         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
11482         syntax.  Protect string-match against nil string and regexp.
11483
11484 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11485
11486         * mm-util.el (mm-find-charset-region): Remove control-1.
11487
11488 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11489
11490         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
11491
11492 2001-08-04  Simon Josefsson  <jas@extundo.com>
11493
11494         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
11495         buffer.  Delete MIME-Version header.
11496
11497 2001-08-03  Simon Josefsson  <jas@extundo.com>
11498
11499         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
11500         that is entered does not necessarily have the highest article
11501         number in the group, so use `gnus-cache-possibly-alter-active'
11502         instead of `gnus-cache-update-active'.
11503
11504 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11505
11506         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
11507
11508 2001-08-03  Simon Josefsson  <jas@extundo.com>
11509
11510         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
11511         menu.
11512
11513 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11514
11515         * gnus.el (post-method): New group parameter.  It also provides
11516         the user option `gnus-post-method-alist' and the internal function
11517         `gnus-parameter-post-method'.
11518
11519         * gnus-msg.el (gnus-post-method): Bind the value of
11520         `gnus-post-method' to the group parameter if it is defined.
11521
11522 2001-08-02  Simon Josefsson  <jas@extundo.com>
11523
11524         * smime.el (smime-extra-arguments): Removed.
11525         (smime-call-openssl-region): Don't use it.
11526
11527 2001-08-02  Simon Josefsson  <jas@extundo.com>
11528
11529         * smime.el (smime-sign-region): Handle stderr.
11530         (smime-encrypt-region): Ditto.
11531
11532         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
11533         match the ASN.1 length bytes.
11534         (mm-pkcs7-enveloped-magic): Ditto.
11535         (mm-view-pkcs7-get-type): Don't regexp quote.
11536
11537 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11538         From Andreas Fuchs <asf@void.at>
11539
11540         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
11541
11542 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11543
11544         * gnus-art.el (gnus-header-button-alist): References regexp.
11545
11546 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
11547
11548         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
11549         already fboundp.  Add INTERACTIVE arg to autoload form.
11550
11551 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11552
11553         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
11554
11555         * nnmail.el (nnmail-cache-open): Ditto.
11556
11557 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11558
11559         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
11560
11561 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11562
11563         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
11564
11565 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11566         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11567
11568         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
11569         (gnus-agent-toggle-plugged): Use it.
11570
11571 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
11572
11573         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
11574         (gnus-ding-file-coding-system): New variable.
11575         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
11576         (gnus-slave-save-newsrc): Use it.
11577
11578 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11579
11580         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
11581         syntax.
11582
11583 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11584         Originally from Andreas Fuchs <asf@void.at>
11585
11586         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
11587         (mml2015-gpg-pretty-print-fpr): New function.
11588         (mml2015-gpg-extract-signature-details): More details, rename from
11589         `m-g-e-from'.
11590         (mml2015-gpg-verify): Use them.
11591         (mml2015-gpg-clear-verify): Use them.
11592
11593 2001-07-31  Simon Josefsson  <jas@extundo.com>
11594
11595         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
11596         buffer when done.
11597
11598 2001-07-30  Simon Josefsson  <jas@extundo.com>
11599
11600         * smime.el (smime-call-openssl-region): Revert previous change,
11601         just pass on buf to `call-process-region'.
11602         (smime-verify-region): Doc fix.  Don't message stuff.  Use
11603         `smime-new-details-buffer'.  Inserts error messages into buffer.
11604         (smime-noverify-region): Ditto.
11605         (smime-decrypt-region): Ditto.  Handles stderr separately.
11606         (smime-verify-buffer, smime-noverify-buffer)
11607         (smime-decrypt-buffer): Doc fix.
11608         (smime-new-details-buffer): New function.
11609         (smime-pkcs7-region, smime-pkcs7-certificates-region)
11610         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
11611         (smime-sign-region, smime-encrypt-region): Don't use
11612         `insert-buffer'.
11613
11614         * mml-smime.el (mml-smime-verify): Fix security button strings.
11615
11616 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11617
11618         * gnus-art.el (gnus-mime-save-part-and-strip): Save
11619         gnus-article-mime-handles.
11620
11621 2001-07-29  Simon Josefsson  <jas@extundo.com>
11622
11623         * mail-source.el (top-level): Require message for message-directory.
11624         (mail-source-directory): Change default to message-directory.
11625
11626         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
11627         (smime-certificate-directory, smime-openssl-program)
11628         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
11629         (smime-extra-arguments): New variable.
11630         (smime-dns-server): Fix customize group.
11631         (smime-call-openssl-region): Use `smime-extra-arguments'.
11632
11633 2001-07-29  Simon Josefsson  <jas@extundo.com>
11634         From Vladimir Volovich <vvv@vsu.ru>
11635
11636         * smime.el (smime-call-openssl-region): Ignore stderr.
11637
11638 2001-07-29  Simon Josefsson  <jas@extundo.com>
11639         From Christoph Conrad <christoph.conrad@gmx.de>
11640
11641         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
11642         file.
11643
11644 2001-07-29  Simon Josefsson  <jas@extundo.com>
11645
11646         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
11647
11648         Support S/MIME decryption.
11649
11650         * mm-decode.el (mm-inline-media-tests):
11651         (mm-inlined-types):
11652         (mm-automatic-display):
11653         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
11654
11655         * mm-view.el (mm-pkcs7-signed-magic):
11656         (mm-pkcs7-enveloped-magic): New variables.
11657         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
11658         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
11659         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
11660         PKCS#7 blobs.
11661
11662         * smime.el (smime-decrypt-region): Expand keyfile.
11663
11664 2001-07-29  Simon Josefsson  <jas@extundo.com>
11665
11666         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
11667         `ssl.el' variables.
11668
11669         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
11670         but line instead of narrowing to it, because `nnmail-parse-active'
11671         calls widen.  Thanks to Christoph Conrad
11672         <christoph.conrad@gmx.de>.
11673
11674 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11675
11676         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
11677         for %B spec.
11678
11679         * gnus-sum.el (gnus-summary-prepare-threads): If
11680         gnus-sum-thread-tree-root is nil, use subject instead.
11681         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
11682         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
11683         (gnus-sum-thread-tree-leaf-with-other)
11684         (gnus-sum-thread-tree-single-leaf): Documentation.
11685         (gnus-sum-thread-tree-single-indent): Allow nil.
11686
11687 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11688
11689         * message.el (message-fill-paragraph): Do nothing if the user
11690         wants filladapt-mode.
11691
11692 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11693
11694         * mm-decode.el (mm-image-type-from-buffer): New function.
11695         (mm-get-image): Use it.
11696
11697 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11698
11699         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
11700
11701         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
11702         mm-display-parts too.
11703
11704 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11705
11706         * nnfolder.el (nnfolder-request-accept-article): Bind
11707         nntp-server-buffer.
11708
11709         * nnmail.el (nnmail-parse-active): Read from buffer instead of
11710         nntp-server-buffer.
11711
11712 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11713
11714         * message.el (message-check-news-header-syntax): Use
11715         message-post-method.
11716         (message-send-news): Bind message-post-method.
11717
11718 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11719
11720         * mml.el (mml-tweak-type-alist): New variable.
11721         (mml-tweak-function-alist): New variable.
11722         (mml-tweak-part): New function.
11723         (mml-generate-mime-1): Use it.
11724
11725 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11726
11727         * nnfolder.el (nnfolder-request-accept-article): Replace
11728         nnfolder-request-list.
11729
11730 2001-07-27  Simon Josefsson  <jas@extundo.com>
11731
11732         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
11733         nnoo-change-server failed to do it.
11734
11735 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11736
11737         * gnus.el (gnus-parameters): Make it customizable.
11738
11739 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11740
11741         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
11742
11743         * message.el (message-set-auto-save-file-name): More
11744         poor-system-types.
11745
11746         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
11747
11748         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
11749         supports +.
11750
11751 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11752
11753         * mm-decode.el (mm-readable-p): New function.
11754         (mm-inline-media-tests): Fix the default testers.
11755
11756 2001-07-26  Simon Josefsson  <jas@extundo.com>
11757
11758         * nnimap.el (nnimap-version): Bump version number.
11759
11760 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11761         From Steven E. Harris <seh@speakeasy.org>
11762
11763         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
11764         in M$Windows too.
11765
11766 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11767
11768         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
11769
11770 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11771
11772         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
11773
11774         * mm-decode.el (mm-get-image): Guess then use the type.
11775
11776         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
11777
11778 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
11779
11780         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
11781         display (%B) for threads if threading is off.
11782
11783 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11784         From Henrik Enberg <henrik@enberg.org>
11785
11786         * gnus-msg.el: Customization patch.
11787
11788 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
11789
11790         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
11791         variable.
11792         (nnmail-split-fancy-with-parent): Ignore certain groups.
11793
11794 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11795
11796         * gnus-util.el (gnus-byte-compile): New function.
11797         (gnus-use-byte-compile): New variable.
11798         (gnus-make-sort-function): Use it.
11799
11800         * nnmail.el (nnmail-get-new-mail): Use it.
11801
11802         * gnus-agent.el (gnus-category-make-function): Simple function or
11803         compiled function.
11804         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
11805
11806         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
11807         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
11808         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
11809
11810         * message.el (message-check-news-header-syntax): Remove quote.
11811
11812 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11813
11814         * message.el (message-use-mail-followup-to): `t' is not a
11815         documented value.
11816
11817 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11818
11819         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
11820
11821 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11822
11823         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
11824         there are long lines.
11825
11826 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11827
11828         * dgnushack.el (copy-list): New compiler macro.
11829
11830 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11831
11832         * message.el (message-bounce): If no Return-Path, the whole
11833         content is considered as the original message.
11834
11835         * nnml.el (nnml-check-directory-twice): New variable.
11836         (nnml-article-to-file): Use it.
11837         (nnml-retrieve-headers): Hack it.
11838
11839 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11840
11841         * gnus-win.el (gnus-buffer-configuration): New configure.
11842
11843         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
11844         not alive.
11845
11846         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
11847         (mm-display-external): Use display-term configure.
11848
11849 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11850
11851         * gnus-delay.el (gnus-delay-default-hour): New variable.
11852         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
11853
11854 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11855         From Karl Kleinpaste <karl@charcoal.com>
11856
11857         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
11858         (gnus-summary-prepare-threads): Ditto.
11859
11860         * gnus.el (gnus-summary-line-format): Add %B.
11861
11862 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11863
11864         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
11865
11866         * mm-util.el (mm-string-as-multibyte): New function.
11867
11868         * nnmh.el (nnmh-request-list-1): Encode, not decode!
11869
11870 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11871
11872         * mm-util.el (mm-universal-coding-system): New variable.
11873
11874         * gnus-start.el (gnus-startup-file-coding-system): Use it.
11875
11876         * score-mode.el (score-mode-coding-system): Use it.
11877
11878 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11879
11880         * gnus-start.el (gnus-setup-news): Call
11881         `gnus-check-bogus-newsgroups' just after the native server is
11882         opened.
11883
11884 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11885
11886         * nnmail.el (nnmail-do-request-post): Util function to be used by
11887         `nnchoke-request-post' for all nnmail-derived backends.
11888
11889         * nnml.el (nnml-request-post): Use it.
11890
11891         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
11892         backend, for it groks nnml-request-post.
11893
11894         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
11895         Treat `mail-post' backends like `mail' backends, not like `news'
11896         backends.
11897
11898 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11899
11900         * gnus-msg.el (gnus-setup-message): make-local-hook.
11901
11902 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11903
11904         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
11905         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
11906         <karl@charcoal.com>, slightly changed by Kai.
11907
11908         * message.el (message-check-news-header-syntax): When checking
11909         whether the groups exist, check the right server based on
11910         `gnus-post-method'.
11911
11912 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11913
11914         * gnus-delay.el: New file.
11915
11916 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11917
11918         * mm-util.el (mm-read-coding-system): Take two arguments.
11919
11920         * gnus-sum.el (gnus-summary-show-article): Use
11921         mm-read-coding-system.
11922
11923         * gnus-art.el (article-de-quoted-unreadable):
11924         (article-de-base64-unreadable, article-wash-html):
11925         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
11926
11927 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11928
11929         * nnml.el (nnml-request-post): New function.  Can be used for
11930         annotations in nnml groups.
11931
11932 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11933
11934         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
11935         command.
11936
11937         * gnus-start.el (gnus-find-new-newsgroups): Use
11938         `message-make-date' instead of `current-time-string'.
11939         (gnus-ask-server-for-new-groups): Ditto.
11940         (gnus-check-first-time-used): Ditto.
11941
11942 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11943
11944         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
11945
11946 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
11947
11948         * message.el (message-shorten-references): Change `maxcount' and
11949         `cut' to obey USEFOR draft 5.
11950
11951 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
11952
11953         * gnus-sum.el (gnus-summary-display-arrow): New variable.
11954         (gnus-summary-set-article-display-arrow): New function.
11955         (gnus-summary-goto-subject): Use it.
11956
11957 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11958
11959         * gnus-sum.el (gnus-summary-import-article): Insert date if
11960         doesn't exist.
11961
11962 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11963
11964         * mml.el (mml-content-type-parameters): New variable.
11965         (mml-content-disposition-parameters): New variable.
11966         (mml-insert-mime-headers): Use them.
11967         (mml-parse-1): Accept charset.
11968
11969 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11970
11971         * gnus-group.el (gnus-group-select-group): Doc fix.
11972
11973         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
11974
11975 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11976
11977         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
11978         to handle `define-derived-mode'.
11979
11980 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11981         From:  Stefan Monnier  <monnier@cs.yale.edu>
11982
11983         * message.el (message-mode): Use define-derived-mode.
11984         (message-tab): message-completion-alist.
11985
11986         * imap.el (imap-interactive-login): Use make-local-variable.
11987         (imap-open): Ditto.
11988         (imap-authenticate): Ditto.
11989
11990         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
11991
11992         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
11993
11994 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11995
11996         * message.el (message-citation-line-function): Refer to
11997         gnus-cite-attribution-suffix.
11998
11999 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12000
12001         * gnus-art.el,...: Error convention changes.
12002
12003 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12004
12005         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
12006
12007 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12008
12009         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
12010         (nnrss-read-server-data): Ditto.
12011
12012 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12013
12014         * gnus-setup.el (gnus-use-installed-gnus): Typo.
12015         * Cleanup files.
12016         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
12017
12018 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12019
12020         * gnus.el (gnus-summary-line-format): Add %o.
12021
12022         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
12023         unless shell outputs something.
12024
12025 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12026
12027         * gnus-art.el (gnus-boring-article-headers): Better doc.
12028         (article-hide-headers): Better regexp.
12029         Suggested by Matt Swift <swift@alum.mit.edu>.
12030
12031         * nnheader.el (nnheader-max-head-length): Better doc.
12032         (nnheader-header-value): Skip spaces.
12033         (nnheader-parse-head): Remove space.
12034         Suggested by Matt Swift <swift@alum.mit.edu>.
12035
12036         * gnus-sum.el (gnus-summary-show-raw-article): New function.
12037         (gnus-get-newsgroup-headers): Remove space.
12038
12039 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12040
12041         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
12042         (gnus-summary-reply): Use it.
12043         (gnus-summary-reply-broken-reply-to): New function.
12044         (gnus-msg-force-broken-reply-to): New function.
12045
12046         * mm-view.el (mm-inline-text): Showing as text/plain when error.
12047
12048 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12049
12050         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
12051
12052 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12053
12054         * mm-decode.el (mm-external-terminal-program): New variable.
12055         (mm-display-external): Use it. Use term to display when no
12056         window-system.
12057
12058 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
12059
12060         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
12061         Browse->Next entries to Browse->Prev
12062
12063 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12064
12065         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
12066
12067 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12068
12069         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
12070         for the default encoding.
12071
12072         * nnrss.el (nnrss-url-field): New field.
12073         (nnrss-request-article): Add newsgroups.
12074
12075         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
12076
12077 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12078
12079         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
12080
12081         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
12082         (gnus-draft-setup): Remove backlog.
12083
12084 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12085
12086         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
12087         Cleanup.
12088
12089 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12090
12091         * gnus-msg.el (gnus-bug): Erase buffer.
12092
12093         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
12094
12095 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12096
12097         * mm-decode.el (mm-attachment-override-p): Fix typo.
12098
12099 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
12100
12101         * gnus-kill.el (gnus-execute): Work with the extra headers.
12102         * gnus-sum.el (gnus-summary-execute-command): Ditto.
12103
12104 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12105
12106         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
12107         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
12108
12109         * message.el (message-send-mail-real-function): New variable.
12110         (message-send-mail-partially, message-send-mail):
12111
12112         * nngateway.el (nngateway-request-post): Use it.
12113
12114         * gnus-agent.el (gnus-agentize): Use it.
12115
12116         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
12117         (nnsoup-revert-variables): Use it.
12118
12119 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
12120
12121         * mm-decode.el (mm-inline-media-tests): Default to displaying as
12122         text/plain if the type doesn't match any other media types.
12123         (mm-inlined-types): Doc fix.
12124         (mm-display-inline): Revert previous change (now handled by a
12125         default type in `mm-inline-media-tests'.
12126         (mm-inlinable-p): Revive.
12127         (mm-display-part): Call `mm-inlinable-p'.
12128         (mm-attachment-override-p): Ditto.
12129         (mm-inlined-p): Doc fix.
12130
12131         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
12132         well as `mm-inlined-p'.
12133
12134 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12135
12136         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
12137         (nntp-send-command-and-decode): Use gnus-point-at-bol.
12138
12139 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12140         From  Paul Jarc <prj@po.cwru.edu>
12141
12142         * message.el (message-use-mail-followup-to): New variable.
12143         (message-get-reply-headers): Use it.
12144
12145 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
12146
12147         * nnheader.el (nnheader-init-server-buffer): Make sure the
12148         *nntpd* buffer is made multibyte instead of a random buffer.
12149
12150 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12151
12152         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
12153         when it returns headers.
12154
12155 2001-07-07  Simon Josefsson  <jas@extundo.com>
12156
12157         * rfc2047.el (rfc2047-encode-message-header): Skip header when
12158         trying to fold. Thanks to Colin Walters
12159         <walters@cis.ohio-state.edu>
12160
12161 2001-07-06  Simon Josefsson  <jas@extundo.com>
12162
12163         * imap.el (imap-parse-address-list, imap-parse-flag-list)
12164         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
12165         Add information in `assert's.
12166
12167         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
12168         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
12169         and `nnimap-group-overview-filename', should handle all
12170         change-of-uidvalidity related issues.  But there may be other
12171         problems.)
12172
12173 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
12174
12175         * rfc2047.el (rfc2047-encode-message-header): Don't include the
12176         header name when folding.
12177
12178 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
12179
12180         * mm-decode.el (mm-inlined-types): Document relationship with
12181         `mm-inline-media-tests'.
12182         (mm-display-inline): Default to displaying as plain text if no
12183         inlining handler is available.
12184         (mm-inlinable-p): Remove.
12185         (mm-inlined-p): Don't call `mm-inlinable-p'.
12186         (mm-automatic-display-p): Ditto.
12187         (mm-attachment-override-p): Ditto.
12188
12189 2001-07-04  Simon Josefsson  <jas@extundo.com>
12190
12191         * nnimap.el (nnimap-importantize-dormant): New variable.
12192         (nnimap-request-update-info-internal): Use it.
12193         (nnimap-request-set-mark): Ditto.
12194
12195 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
12196
12197         * nntp.el (nntp-send-command): don't pass a buffer argument to
12198         `point'. Only XEmacs accepts this.
12199         * nntp.el (nntp-send-command-nodelete): ditto.
12200         * nntp.el (nntp-send-command-and-decode): ditto.
12201
12202 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
12203
12204         * nntp.el (nntp-open-connection-function): doc update.
12205         * nntp.el (nntp-pre-command): New.
12206         * nntp.el (nntp-via-rlogin-command): New.
12207         * nntp.el (nntp-via-telnet-command): New.
12208         * nntp.el (nntp-via-telnet-switches): New.
12209         * nntp.el (nntp-via-user-name): New.
12210         * nntp.el (nntp-via-user-password): New.
12211         * nntp.el (nntp-via-address): New.
12212         * nntp.el (nntp-via-envuser): New.
12213         * nntp.el (nntp-via-shell-prompt): New.
12214         * nntp.el (nntp-open-telnet-stream): New.
12215         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
12216         * nntp.el (nntp-open-via-telnet-and-telnet): New.
12217         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
12218         * nntp.el (nntp-send-command): ditto.
12219         * nntp.el (nntp-send-command-nodelete): ditto.
12220         * nntp.el (nntp-send-command-and-decode): ditto.
12221
12222 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
12223         Trivial patch.
12224
12225         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
12226         `when'.
12227
12228 2001-07-03  Simon Josefsson  <jas@extundo.com>
12229         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
12230
12231         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
12232
12233 2001-07-03  Simon Josefsson  <jas@extundo.com>
12234
12235         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
12236         remove it (workaround XEmacs `fill-region' bug).
12237
12238 2001-07-01  Simon Josefsson  <jas@extundo.com>
12239
12240         * nnimap.el (nnimap-date-days-ago): Defeat locale.
12241
12242 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12243
12244         * mml2015.el (mml2015-format-error): New function.
12245         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
12246         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
12247         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
12248
12249 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12250
12251         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
12252         Suggested by Christoph Conrad <C.Conrad@cli.de>.
12253
12254         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
12255         group variables.
12256
12257 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12258
12259         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
12260
12261         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
12262         (nnrss-save-group-data): Ditto.
12263
12264         * gnus-agent.el (gnus-agent-save-alist): Ditto.
12265
12266 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12267
12268         * message.el (message-do-send-housekeeping): Narrow to headers.
12269
12270 2001-06-24  Simon Josefsson  <jas@extundo.com>
12271
12272         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
12273         insertion when breaking lines looked for " \t" instead of "[ \t]".
12274         (rfc2047-encode-message-header): Fold lines even if
12275         no QP encoding is done.
12276
12277 2001-06-23  Simon Josefsson  <jas@extundo.com>
12278         From Samuel Tardieu <sam@inf.enst.fr>
12279
12280         * smime.el (smime-keys): Support additional certificates.
12281         (smime-make-certfiles): New function.
12282         (smime-sign-region): Use previous variables.
12283         (smime-get-certfiles): New function.
12284         (smime-sign-buffer): Use it.
12285         (smime-verify-region): Support both CAfile and CApath.
12286
12287 2001-06-23  Simon Josefsson  <jas@extundo.com>
12288
12289         * smime.el (smime-decrypt-region): Perhaps work.
12290
12291 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12292
12293         * gnus-msg.el (gnus-copy-article-buffer): Typo.
12294
12295 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
12296
12297         * mm-decode.el (mm-save-part): Rewrite file name.
12298         (mm-file-name-rewrite-functions): New variable.
12299         (mm-file-name-delete-whitespace): New function.
12300         (mm-file-name-trim-whitespace): New function.
12301         (mm-file-name-collapse-whitespace): New function.
12302         (mm-file-name-replace-whitespace): New variable and function.
12303
12304 2001-06-22  Simon Josefsson  <jas@extundo.com>
12305
12306         * message.el (message-make-date): Workaround locale for weekdays.
12307
12308 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12309
12310         * message.el (message-goto-body): Return nil if not found. (revert!)
12311
12312 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12313         From Fremlin <chief@bandits.org>
12314
12315         * message.el (message-goto-body): Some messages have no header.
12316
12317         * gnus-msg.el (gnus-copy-article-buffer): Use it.
12318
12319 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
12320
12321         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
12322
12323 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12324
12325         * message.el (message-make-date): Add week day.
12326         Suggested by Jason R. Mastaler <jason@mastaler.com>.
12327
12328 2001-06-19  Simon Josefsson  <jas@extundo.com>
12329
12330         * message.el (message-yank-prefix): Doc fix.
12331         (message-yank-cited-prefix): Ditto.
12332         (message-delete-not-region): Keep citation prefix on first line,
12333         if possible and appropriate.
12334
12335 2001-06-19  Simon Josefsson  <jas@extundo.com>
12336
12337         * imap.el (imap-process-connection-type): New variable.
12338         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
12339         recent `imtest's work completely (no line length issues), while
12340         making making old `imtest's unusable.  Thanks to NAGY Andras
12341         <nagya@inf.elte.hu> for his work.
12342
12343 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
12344
12345         * imap.el (imap-ssl-program): Add -quiet to shut up
12346         OpenSSL/SSLeay's internal debug talk.
12347
12348 2001-06-19  Matt Armstrong  <matt@lickey.com>
12349
12350         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
12351         server.
12352
12353 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12354
12355         * nnmail.el (nnmail-article-buffer): New variable.
12356         (nnmail-split-incoming): Use it.
12357
12358 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
12359
12360         * qp.el (quoted-printable-decode-region): If called interactively,
12361         use coding-system-for-read.
12362
12363 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12364
12365         * message.el (message-check-news-header-syntax): Check Reply-To.
12366
12367 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12368
12369         * mml.el (mml-parse-1): Use message options.
12370
12371         * message.el (message-do-fcc): Don't do anything if there is no
12372         FCC.
12373
12374 2001-06-16  Simon Josefsson  <jas@extundo.com>
12375
12376         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
12377         (nnimap-expunge-search-string): New variable.
12378         (nnimap-request-expire-articles): Use it.
12379
12380 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12381
12382         * message.el (message-send-mail-with-qmail): wrong exit status is
12383         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
12384
12385 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12386
12387         * gnus-art.el (article-strip-multiple-blank-lines): Use
12388         delete-region instead of replace-match.
12389
12390 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12391
12392         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
12393         (nnweb-google-wash-article): Ditto.
12394
12395 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
12396
12397         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
12398
12399 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12400
12401         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
12402         specs.
12403
12404 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12405
12406         * gnus.el (gnus-email-address): Move it here.
12407
12408         * gnus-art.el (article-de-quoted-unreadable): Read charset if
12409         requested.
12410         (article-de-base64-unreadable): Ditto.
12411         (article-wash-html): Ditto.
12412
12413 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12414
12415         * message.el (message-options-set-recipient): Don't add ", "
12416         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
12417
12418 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12419
12420         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
12421
12422 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12423
12424         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
12425         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
12426
12427         * nnrss.el (nnrss-node-text): Node might be nil.
12428
12429 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12430
12431         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
12432         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
12433
12434         * nnrss.el (nnrss-group-alist): More items.
12435
12436 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12437
12438         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
12439
12440 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12441         Trivial patch from Dale Hagglund  <rdh@best.com>
12442
12443         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
12444         restrict clauses.
12445
12446 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12447
12448         From Benjamin Rutt <brutt+news@bloomington.in.us>
12449
12450         * message.el (message-wide-reply-confirm-recipients): New variable.
12451
12452 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
12453         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
12454
12455         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
12456         fix so it works with XEmacs.
12457
12458 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12459
12460         * nnrss.el (nnrss-retrieve-headers): Support description as extra
12461         headers.
12462
12463 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12464
12465         * nnrss.el: Fix a few bugs.
12466
12467 2001-06-05  Simon Josefsson  <jas@extundo.com>
12468
12469         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
12470         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
12471
12472 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
12473
12474         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
12475         binary so that we don't transmit ISO 2022 garbage to the process.
12476         This is needed under XEmacs.
12477
12478 2001-06-03  Simon Josefsson  <simon@josefsson.org>
12479
12480         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
12481         autoloaded incorrectly below because ssl-program-* is bound.)
12482         Thanks to Amos Gouaux for report.
12483
12484 2001-06-02  Simon Josefsson  <simon@josefsson.org>
12485
12486         * imap.el (imap-kerberos4-open):
12487         (imap-gssapi-open):
12488         (imap-ssl-open):
12489         (imap-network-open):
12490         (imap-shell-open):
12491         (imap-starttls-open): Set buffer to workaround spurious
12492         `accept-process-output' buffer changes.  Thanks to Mats Lidell
12493         <Mats.Lidell@contactor.se> for report and partial patch and Jake
12494         Colman <colman@ppllc.com> for report.
12495
12496 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12497
12498         * gnus-sum.el (gnus-summary-catchup): New argument.
12499         (gnus-summary-catchup-from-here): New function.
12500
12501 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12502
12503         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
12504         back, then insert glyph.  (Before, the glyph was inserted first,
12505         then the newline.)  This works around a behavior in XEmacs where
12506         it is not possible to insert a character after a glyph which is at
12507         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
12508
12509 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12510
12511         From Jaap-Henk Hoepman (jhh@xs4all.nl).
12512
12513         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
12514         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
12515         mm-destroy-postponed-undisplay-list): New functions.
12516         (mm-display-external): Use them.
12517
12518 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12519
12520         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
12521         `default-low' when evaluating `gnus-summary-highlight'.
12522         From Raja R Harinath <harinath@cs.umn.edu>.
12523
12524 2001-05-27  Simon Josefsson  <simon@josefsson.org>
12525
12526         * message.el (message-yank-cited-prefix): New variable.
12527         (message-indent-citation): Use it.
12528
12529         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
12530         as details.
12531         (mml2015-mailcrypt-clear-verify): Ditto.
12532
12533 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12534         From Nevin Kapur <nevin@jhu.edu>.
12535
12536         * gnus-sum.el (gnus-summary-default-high-score,
12537         gnus-summary-default-low-score): New variables.
12538         (gnus-summary-highlight): Use them.
12539
12540 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
12541
12542         * message.el (message-mail): pass the 'send-actions argument to
12543         `message-setup'.
12544
12545 2001-05-16  Simon Josefsson  <simon@josefsson.org>
12546         From Raymond Scholz <ray-2001@zonix.de>
12547
12548         * gnus-art.el (gnus-mime-view-part-as-charset):
12549         (gnus-mime-internalize-part): Doc fixes.
12550
12551 2001-05-11  Simon Josefsson  <simon@josefsson.org>
12552
12553         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
12554         status lines without any text ("^215$").
12555
12556 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12557
12558         * nnrss.el (nnrss-check-group): Reverse.
12559
12560 2001-05-07  Simon Josefsson  <simon@josefsson.org>
12561
12562         * message.el (message-get-reply-headers):
12563         (message-followup): Fix typo, suggested by David Green
12564         <dgreen@uab.edu>
12565
12566 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12567
12568         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
12569
12570         * nnrss.el (nnrss-open-server): Read server data when it is called.
12571         (nnrss-request-expire-articles): Fix.
12572
12573 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12574
12575         * message.el (message-do-send-housekeeping): mail-abbrevs may
12576         rename buffer behind Gnus.
12577
12578 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12579
12580         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
12581         (nnrss-group-alist): Add more resources.
12582         (nnrss-check-group): Ignore errors.
12583
12584 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12585
12586         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
12587
12588         * nnslashdot.el (nnslashdot-request-list): Add time.
12589         (nnslashdot-request-expire-articles): New function.
12590
12591         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
12592         secondary methods too.
12593
12594 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12595
12596         * message.el (message-use-followup-to): Set default value to t.
12597
12598 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
12599
12600         * message.el (message-dont-reply-to-names): Fix documentation.
12601         (message-get-reply-headers): Use Mail-Followup-To only for wide
12602         replies.
12603
12604 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12605
12606         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
12607         correctly.
12608         (nnrss-check-group): Use time.
12609
12610 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12611
12612         * gnus.el: Oort Gnus v0.03 is released.
12613
12614 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12615
12616         * nnultimate.el (nnultimate-topic-article-to-article): Use the
12617         group.
12618
12619 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12620
12621         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
12622
12623 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12624
12625         * nnultimate.el (nnultimate-retrieve-headers): Return all
12626         available headers.
12627
12628         * gnus-sum.el (gnus-read-all-available-headers): New variable.
12629         (gnus-get-newsgroup-headers-xover): Use it.
12630
12631 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12632
12633         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
12634
12635 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12636
12637         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
12638
12639 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12640
12641         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
12642         disable it.
12643
12644         * gnus.el (gnus-info-nodes): Remove a few The's.
12645
12646 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12647
12648         * mail-source.el (mail-source-movemail): Call-process may return a
12649         signal description string.
12650
12651         * gnus-start.el (gnus-read-newsrc-el-file):
12652         gnus-newsrc-file-version may be nil.
12653
12654         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
12655         Suggested by Michael Sperber [Mr. Preprocessor]
12656         <sperber@informatik.uni-tuebingen.de>.
12657
12658 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
12659
12660         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
12661
12662 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
12663
12664         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
12665         fontify HANDLE.
12666
12667 2001-04-18  Simon Josefsson  <simon@josefsson.org>
12668
12669         * smime.el (smime-ask-passphrase): Rework to return value.
12670         (smime-sign-region): Rework to bind value and use it.
12671         (smime-decrypt-region): Ditto.
12672
12673 2001-04-18  Simon Josefsson  <simon@josefsson.org>
12674         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
12675
12676         * smime.el (smime-ask-passphrase): New function.
12677         (smime-sign-region): Use it.
12678         (smime-encrypt-cipher): New variable.
12679         (smime-decrypt-region): Ditto.
12680
12681 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
12682         Committed by Simon Josefsson  <simon@josefsson.org>
12683
12684         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
12685         the log.
12686
12687 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12688
12689         * gnus.el: Oort Gnus v0.02 is released.
12690
12691 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
12692
12693         * gnus.el: Oort Gnus v0.01 is released.
12694
12695 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12696
12697         * gnus-sum.el (gnus-summary-highlight): Highlight read
12698         undownloaded articles as read articles.
12699
12700         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
12701         (gnus-agent-get-undownloaded-list): Mark all undownloaded
12702         articles, even read ones, as such.
12703
12704         * gnus-sum.el (gnus-summary-find-matching): Clean up.
12705         (gnus-find-matching-articles): New function.
12706         (gnus-summary-limit-include-matching-articles): New command.
12707         (gnus-summary-limit-include-thread): Include articles that have
12708         matching subjects.
12709         (gnus-offer-save-summaries): Clean up.
12710
12711 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12712
12713         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
12714
12715 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12716         From Jason Merrill <jason_merrill@redhat.com>
12717
12718         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
12719
12720 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
12721         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12722
12723         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
12724         newsgroup names when the original article is a news message.
12725
12726 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12727
12728         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
12729         supported. Suggest by Jim Meyering <jim@meyering.net>.
12730
12731 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
12732         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
12733
12734         * nnmail.el (nnmail-split-it): Added check for .* at the end of
12735         regexp in nnmail-split-fancy.
12736
12737 2001-04-10  Simon Josefsson  <simon@josefsson.org>
12738
12739         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
12740
12741 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
12742
12743         * message.el (message-send-mail): Improve the interaction with the
12744         user.
12745
12746 2001-04-10  Simon Josefsson  <simon@josefsson.org>
12747
12748         * imap.el (imap-message-copy): Work around buggy servers that
12749         doesn't send TRYCREATE tags.
12750
12751 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
12752
12753         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
12754
12755 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12756
12757         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
12758         date.
12759
12760 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12761
12762         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
12763         lives.
12764
12765 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12766
12767         * gnus-art.el (gnus-parse-news-url): New function.
12768         (gnus-button-handle-news): New function.
12769         (gnus-button-alist): Point to new functions.
12770
12771         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
12772
12773         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
12774         gnus-format-specs.
12775
12776         * message.el (message-check-news-header-syntax): Question even
12777         when Gnus doesn't know the group names.
12778         (message-send-news): Clean up.
12779
12780         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
12781         exited on purpose without saving.
12782
12783         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
12784
12785 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12786
12787         * gnus-score.el (gnus-score-orphans): Clean up.
12788
12789         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
12790
12791         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
12792         later.
12793
12794         * gnus-start.el (gnus-close-all-servers): Find the right items to
12795         close.
12796
12797         * qp.el (quoted-printable-decode-region): Just message
12798         malformation; don't quit.
12799
12800 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12801         From Gerd Moellmann <gerd@gnu.org>.
12802
12803         * gnus.el (gnus-interactive): A typo.
12804
12805 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
12806         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12807
12808         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
12809         `assq-delete-all', if that function exists; otherwise use the old
12810         definition. Documentation changed to match the one in
12811         `assq-delete-all'.
12812
12813 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12814
12815         * gnus-start.el (gnus-close-all-servers): New function.
12816
12817         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
12818         (gnus-server-remove-denials): Clean up.
12819
12820         * gnus-sum.el (gnus-summary-sort-by-original): New command and
12821         keystroke.
12822
12823 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12824
12825         * message.el (message-send-news): Message where we are sending.
12826         (message-send-mail): Ditto.
12827
12828         * gnus.el (gnus-server-string): New function.
12829
12830         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
12831
12832         * mm-decode.el (mm-default-directory): Customized.
12833         (mm-tmp-directory): Ditto.
12834
12835         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
12836         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
12837         or Chars.
12838         (gnus-summary-line-format-alist): ?l is now a string.
12839         (gnus-summary-prepare-threads): Output ? for unknown lines.
12840         (gnus-summary-insert-line): Ditto.
12841         (gnus-summary-print-article): Unbalanced parentheses.
12842
12843         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
12844         out whether new stuff has arrived.
12845
12846 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
12847
12848         * gnus-sum.el: Let printing work on ttys on Emacs.
12849
12850 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12851
12852         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
12853         when forcing news.
12854
12855         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
12856         command.
12857
12858 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
12859
12860         * message.el (message-set-auto-save-file-name): Don't use
12861         asterisks under nt.
12862
12863 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12864
12865         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
12866         lists of articles.
12867
12868         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
12869
12870         * gnus-msg.el (gnus-put-message): Clean up.
12871         (gnus-summary-reply): Mark all replied-to articles as replied to.
12872         (gnus-inews-add-send-actions): Also mark as forwarded.
12873         (gnus-summary-mail-forward): Mark as forwarded.
12874
12875         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
12876         of articles.
12877         (gnus-summary-mark-article-as-forwarded): Ditto.
12878
12879         * gnus-msg.el (gnus-summary-resend-message): Mark article as
12880         forwarded.
12881         (gnus-summary-mail-forward): Clean up.
12882
12883         * gnus.el (gnus-article-mark-lists): Added forward.
12884
12885         * gnus-sum.el (gnus-forwarded-mark): New variable.
12886         (gnus-summary-prepare-threads): Use it.
12887         (gnus-summary-update-secondary-mark): Ditto.
12888         (gnus-newsgroup-forwarded): New variable.
12889
12890 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12891
12892         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
12893         (gnus-summary-very-wide-reply): New command and keystroke.
12894         (gnus-summary-very-wide-reply-with-original): Ditto.
12895
12896         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
12897         (gnus-score-adaptive): Use it.
12898
12899         * gnus-start.el (gnus-get-unread-articles): Clean up.
12900
12901 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12902
12903         * nnultimate.el (nnultimate-retrieve-headers): Work for other
12904         boards.
12905
12906 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
12907
12908         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
12909         * gnus-start.el (gnus-subscribe-newsgroup): use it.
12910
12911 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12912
12913         * nnultimate.el (nnultimate-retrieve-headers): Understand
12914         long-form month names.
12915
12916 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12917
12918         * gnus-sum.el (gnus-summary-show-all-headers):
12919         gnus-article-show-all-headers is broken. Use
12920         gnus-summary-toggle-header instead.
12921
12922         * mml2015.el (mml2015-gpg-extract-from): No error.
12923
12924 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12925         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
12926
12927         * mml2015.el (mml2015-gpg-extract-from): New function.
12928         (mml2015-gpg-verify): Use it.
12929         (mml2015-gpg-clear-verify): Use it.
12930
12931 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12932
12933         * message.el (message-setup-fill-variables): Use
12934         fill-paragraph-function.
12935         (message-fill-paragraph): Take an argument.
12936         (message-newline-and-reformat): Take another argument.
12937
12938 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12939
12940         * message.el (rmail-output): It is in rmailout.el not rmail.el.
12941
12942 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12943
12944         * message.el (message-forward): local-variable-p takes an extra
12945         argument in XEmacs.
12946
12947 2001-03-16  Simon Josefsson  <simon@josefsson.org>
12948
12949         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
12950         `nnimap-use-nov-p' (it really tested the negative).
12951         (nnimap-retrieve-headers): Use it.
12952
12953 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12954
12955         * message.el (message-generate-headers-first): Update doc.
12956
12957 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
12958         Trivial patch.
12959
12960         * gnus.el (gnus-summary-line-format): Typo.
12961
12962 2001-03-11  Simon Josefsson  <simon@josefsson.org>
12963
12964         * mailcap.el (mailcap-mime-data): Add application/sieve.
12965         (mailcap-mime-extensions): Add .siv, .xls.
12966
12967 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12968         From Christoph Conrad <christoph.conrad@gmx.de>
12969
12970         * gnus-score.el (gnus-summary-lower-thread): Typo.
12971
12972 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12973
12974         * message.el (message-forward-decoded-p): New variable.
12975         (message-forward-subject-author-subject): Use it.
12976         (message-make-forward-subject): Use it.
12977         (message-forward): Use it.
12978
12979         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
12980
12981         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
12982         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
12983
12984 ;;Has been fixed -- zsh.
12985 ;;2001-03-05  Dave Love  <fx@gnu.org>
12986 ;;
12987 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
12988 ;;      Move it after definition of mm-coding-system-p.
12989 ;;
12990 2001-03-01  Dave Love  <fx@gnu.org>
12991
12992         * mm-util.el (mm-inhibit-file-name-handlers): Add
12993         image-file-handler.
12994
12995 2001-02-11  Dave Love  <fx@gnu.org>
12996
12997         * message.el (message-signature-file): Fix doc, :type.
12998
12999 2001-02-08  Dave Love  <fx@gnu.org>
13000
13001         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
13002         (message-posting-charset): Defvar when compiling again.
13003         (rfc2047-encodable-p): Require message.
13004
13005         * gnus-sum.el (gnus-alter-articles-to-read-function):
13006         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
13007
13008 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13009
13010         * nnrss.el: New file.
13011
13012 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
13013         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13014
13015         * rfc2047.el (rfc2047-unfold-region): Fix arg of
13016         `skip-chars-forward'.
13017
13018 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13019
13020         * nndraft.el (nndraft-request-group): Restore auto save files if
13021         the original files do not exist.
13022
13023 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13024
13025         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
13026         SCORE paths.
13027
13028         * mm-decode.el (mm-dissect-buffer): Call
13029         mail-extract-address-components only if necessary.
13030
13031 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13032
13033         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
13034         directory part.
13035         (gnus-score-search-global-directories): Use file-directory-p.
13036
13037         * gnus-score.el (gnus-score-score-files-1): Use
13038         gnus-kill-files-directory.
13039         From Adrian Aichner <adrian@xemacs.org>.
13040
13041 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13042
13043         * gnus.el (charset): Move here from gnus-sum.el.
13044
13045 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13046
13047         * mml.el (mml-preview): Disable local map.
13048
13049         * gnus-sum.el (gnus-summary-make-menu-bar): Make
13050         gnus-article-post-menu here.
13051
13052         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
13053         if it has not been made.
13054
13055 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13056
13057         * gnus-art.el (gnus-article-describe-key): Map key to event.
13058         (gnus-article-describe-key-briefly): Ditto
13059
13060 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13061
13062         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
13063
13064 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13065         From Katsumi Yamaoka <yamaoka@jpl.org>.
13066
13067         * dgnushack.el (coerce, merge, subseq): defmacro.
13068
13069 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13070
13071         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
13072         A fake defalias in nndraft.el results a not-activated bug in
13073         uncompiled versions.
13074
13075 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
13076         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13077
13078         * gnus-util.el (gnus-split-references): Handle malformed References:.
13079
13080 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13081
13082         * gnus-art.el (gnus-article-mime-part-status): 1 part.
13083
13084 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13085         From NAGY Andras <nagya@inf.elte.hu>.
13086
13087         * gnus.el (gnus-parameters): Typo.
13088
13089 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13090
13091         * gnus.el (gnus-read-method): Remove redundancy.
13092
13093 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13094
13095         * nnslashdot.el (nnslashdot-backslash-url): New variable.
13096         (nnslashdot-request-list): Use it.
13097
13098 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13099
13100         * nnml.el (nnml-generate-active-info): Fix the case when there is
13101         no file.
13102
13103         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
13104         (gnus-summary-create-article): New function.
13105
13106         * gnus-group.el (gnus-group-mark-article-read): New function.
13107
13108         * gnus-msg.el (gnus-inews-do-gcc): Use it.
13109
13110         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
13111
13112 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13113
13114         * gnus-art.el (gnus-article-edit-done): Don't use
13115         gnus-article-edit-exit.
13116         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
13117
13118         * gnus.el (gnus-parameters): New variable.
13119         Suggested by NAGY Andras <nagya@inf.elte.hu>.
13120         (gnus-parameters-get-parameter): New function.
13121         (gnus-group-find-parameter): Use it.
13122
13123 2001-02-23  Simon Josefsson  <simon@josefsson.org>
13124
13125         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
13126         change of default value to `current'.
13127
13128 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13129
13130         * nneething.el (nneething-get-head): Insert unreadable file too.
13131
13132 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13133
13134         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
13135
13136         * webmail.el (webmail-type-definition): Deja is bought by google.
13137
13138 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13139
13140         * gnus-sum.el (gnus-fetch-headers): New function.
13141         (gnus-select-newsgroup): Use it.
13142         (gnus-summary-insert-articles): New function.
13143         (gnus-summary-insert-old-articles): New function.
13144         (gnus-summary-insert-new-articles): New function.
13145
13146         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
13147         (gnus-group-list-active): Ditto.
13148         * gnus-sum.el (gnus-set-mode-line): Ditto.
13149         (gnus-summary-read-group-1): Ditto.
13150
13151 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13152
13153         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
13154         current topic.
13155
13156 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13157
13158         * smiley.el (gnus-smiley-display): Don't do widening.
13159
13160         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
13161         within body.
13162
13163         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
13164
13165         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
13166         New variable.
13167         (gnus-mime-display-multipart-related-as-mixed): New variable.
13168         (gnus-mime-display-part): Use them.
13169
13170 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13171
13172         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
13173         something special.
13174
13175 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13176
13177         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
13178         (nnweb-request-article): Call reference if exists.
13179         (nnweb-type-definition): Dejanews is bought by google.com.
13180         Beta!
13181
13182 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13183
13184         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
13185
13186 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13187
13188         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
13189         gnus-article-sort-functions.
13190         (gnus-article-sort-functions): Doc fix.  Refer to
13191         gnus-thread-sort-functions.
13192
13193 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13194         From Paul Jarc <prj@po.cwru.edu>.
13195
13196         * message.el (message-get-reply-headers): More fixes.
13197
13198 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
13199         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13200
13201         * message.el (message-get-reply-headers): Fix bug with
13202         Mail-Followup-To/to-address interaction.
13203
13204 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13205
13206         * gnus-msg.el (gnus-configure-posting-styles): Match header in
13207         gnus-article-copy.
13208
13209 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13210
13211         * message.el (message-do-send-housekeeping): Rename to a better
13212         name.
13213
13214 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13215
13216         * message.el (message-cancel-news): Check article first, then ask
13217         yes or no.
13218
13219 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13220
13221         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
13222
13223 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13224
13225         * gnus-range.el (gnus-range-normalize): New function.
13226
13227 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
13228
13229         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
13230
13231 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13232
13233         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
13234
13235         * nnagent.el (nnagent-request-regenerate): New function.
13236
13237         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
13238
13239         * nnml.el (nnml-generate-nov-databases): Accept argument
13240         server. Don't open server if it is opened.
13241         (nnml-request-regenerate): Use it. Change to deffoo.
13242
13243 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13244         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13245
13246         * gnus.el (gnus-define-group-parameter): Fix.
13247
13248 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13249
13250         * gnus.el (gnus-define-group-parameter): Improved.
13251
13252         * gnus-sum.el (charset): Define parameter.
13253         (ignored-charsets): Ditto.
13254         (gnus-summary-setup-default-charset): Use them.
13255
13256         * gnus-start.el (gnus-read-descriptions-file): Use them.
13257
13258         * gnus-cus.el (gnus-group-parameters): Remove them.
13259
13260 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13261
13262         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
13263
13264 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13265
13266         * gnus-sum.el (gnus-summary-read-group-1): Remove
13267         gnus-summary-set-local-parameters.
13268         (gnus-summary-setup-buffer): Put it here.
13269
13270 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13271
13272         * gnus.el (to-address): Define parameter.
13273         (to-list): Ditto.
13274         * gnus-art.el (article-hide-boring-headers): Use them.
13275         * gnus-msg.el (gnus-post-news): Ditto.
13276         * gnus-cus.el (gnus-group-parameters): Remove them.
13277
13278 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13279
13280         * gnus-draft.el (gnus-draft-reminder): New function.
13281
13282         * gnus-art.el (gnus-sender-save-name): New function.
13283
13284 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13285
13286         * mm-util.el (mm-mime-charset): Error message.
13287
13288 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13289
13290         * message.el (message-check-news-body-syntax): Don't check mml lines.
13291
13292 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13293
13294         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
13295         subscribe.
13296
13297         * gnus-start.el (gnus-call-subscribe-functions): New function.
13298         (gnus-find-new-newsgroups): Use it.
13299         (gnus-ask-server-for-new-groups): Use it.
13300         (gnus-check-first-time-used): Use it.
13301         (gnus-subscribe-newsgroup-method): Grok a list of functions.
13302         (gnus-subscribe-options-newsgroup-method): Ditto.
13303         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
13304         return .
13305
13306 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13307
13308         * gnus-cus.el (gnus-score-customize): Doc fix.
13309
13310 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
13311
13312         * dgnushack.el (my-getenv): Typo.
13313
13314 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13315
13316         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
13317
13318 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13319
13320         * gnus-group.el (gnus-group-suspend): Offer save summaries.
13321
13322         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
13323         (gnus-treatment-function-alist): Use it.
13324         (article-remove-leading-whitespace): New function.
13325         (gnus-article-make-menu-bar): Use it.
13326
13327         * gnus-sum.el (gnus-summary-wash-empty-map): Add
13328         remove-leading-whitespace.
13329         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
13330         because of conflict.
13331
13332 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13333
13334         * Makefile.in: Hack generating gnus-load.el.
13335         * dgnushack.el: Ditto.
13336         * gnus-load.el: Remove it.
13337
13338 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13339
13340         * dgnushack.el : Add URLDIR.
13341
13342         * Makefile.in (EMACS_COMP): Ditto.
13343
13344 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13345
13346         * gnus-cus.el (gnus-score-customize): Error on no score file.
13347
13348 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13349
13350         * mm-decode.el (mm-merge-handles): New function.
13351
13352         * mm-view.el (mm-inline-message): Use it.
13353         (mm-view-message): Ditto.
13354
13355         * mm-partial.el (mm-inline-partial): Ditto.
13356
13357         * mm-extern.el (mm-inline-external-body): Ditto.
13358
13359         * gnus-art.el (gnus-mime-view-part): Ditto.
13360         (gnus-mime-view-part-as-type): Ditto.
13361         (gnus-mime-save-part-and-strip): Prevent users to strip in some
13362         cases.
13363
13364 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13365
13366         * message.el (message-cancel-news): Allow to shoot foot.
13367         (message-supersede): Ditto.
13368
13369 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
13370         Trivial patch.
13371
13372         * gnus-sum.el (gnus-simplify-subject-re): Use
13373         message-subject-re-regexp.
13374
13375 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13376
13377         * nnmail.el (nnmail-expiry-target-group): Bind
13378         nnmail-cache-accepted-message-ids to nil.
13379
13380         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
13381         coding system.
13382
13383 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13384
13385         * qp.el (quoted-printable-encode-region): Make sure characters are
13386         between 00 and FF.  Don't check charset.
13387
13388         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
13389         in Emacs 20.
13390         * rfc2047.el (rfc2047-q-encode-region): Ditto.
13391
13392 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13393
13394         * message.el (message-make-forward-subject): Argument decoded.
13395         (message-forward): Use it when digest.
13396
13397         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
13398         buffer.
13399
13400 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13401
13402         * message.el (message-generate-headers-first): Doc fix.
13403
13404 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13405
13406         * gnus-art.el (article-make-date-line): Error proof.
13407
13408 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13409
13410         * gnus-group.el (gnus-group-listing-limit): New variable.
13411         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
13412
13413         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
13414
13415 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13416
13417         * message.el (message-newline-and-reformat): Special case for
13418         breaking at BOL.
13419
13420 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
13421
13422         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
13423         message/rfc822.
13424
13425 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13426
13427         * message.el (message-encode-message-body): Don't insert
13428         Content-Type if it is inside a mail.
13429
13430 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13431
13432         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
13433         gnus-article-commands-menu.
13434
13435         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
13436         in Emacs.
13437
13438         * gnus-start.el (gnus-read-descriptions-file): Use
13439         gnus-group-name-charset and gnus-group-charset-alist.
13440
13441 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13442
13443         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
13444         active region.
13445
13446         * gnus-start.el (gnus-group-change-level): Remove from both
13447         gnus-zombie-list and gnus-killed-list.
13448
13449 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13450
13451         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
13452         gnus-subscribe-topics.
13453
13454         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
13455
13456 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13457
13458         * gnus-art.el (gnus-article-make-menu-bar): Make
13459         gnus-article-post-menu.
13460
13461         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
13462
13463         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
13464
13465         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
13466
13467         * message.el (message-mode-menu): Ditto.
13468
13469         * gnus-art.el (defvar): eval-when-compile.
13470
13471 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13472
13473         * gnus-agent.el (gnus-agentize): Fix doc.
13474
13475 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
13476
13477         * mml.el (mml-preview): Bind `q'.
13478
13479 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13480
13481         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
13482
13483 2001-01-31  Dave Love  <fx@gnu.org>
13484
13485         * mm-util.el (mm-mime-mule-charset-alist)
13486         (mm-find-mime-charset-region): Consider mule-utf-8.
13487
13488 2001-01-31  Dave Love  <fx@gnu.org>
13489
13490         * gnus-art.el (gnus-article-x-face-command)
13491         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
13492         :version.
13493
13494 2001-01-26  Dave Love  <fx@gnu.org>
13495
13496         * mm-util.el (mm-multibyte-string-p): New.
13497
13498 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
13499 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
13500 ;;      string-as-multibyte on class.  Clarify line-folding.
13501         (quoted-printable-encode-string): Make temp buffer inherit
13502         string's multibyteness.
13503
13504 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
13505
13506         * nnheader.el (toplevel): Don't require `gnus-util' at
13507         compile-time; this creates a circular dependency, and prevents
13508         a bootstrap.
13509
13510 2001-01-22  Andreas Schwab  <schwab@suse.de>
13511
13512         * nnheader.el (gnus-delete-line): Autoload it as a macro.
13513
13514 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13515
13516         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
13517
13518         * gnus-art.el (article-hide-list-identifiers): Ditto.
13519
13520         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
13521
13522 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13523
13524         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
13525
13526         * gnus-art.el (article-hide-list-identifiers): Similar.
13527
13528 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
13529
13530         * nnmail.el (nnmail-remove-list-identifiers): Improved.
13531
13532 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13533
13534         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
13535
13536 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13537
13538         * gnus-util.el (gnus-string-equal): New function.
13539
13540         * gnus-art.el (article-hide-boring-headers): Use it.
13541
13542 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
13543
13544         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
13545
13546 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13547
13548         * gnus-msg.el (gnus-msg-mail): Support switch-action.
13549
13550 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13551
13552         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
13553         command if there is not last-saver.
13554
13555 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13556
13557         * nntp.el (nntp-open-connection): 201 is possible.
13558
13559 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13560
13561         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
13562         (rfc2047-charset-encoding-alist): Add big5.
13563
13564 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13565
13566         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
13567         (gnus-agent-remove-server): Ditto.
13568         (autoload): gnus-server-update-server.
13569
13570         * gnus-srvr.el (gnus-server-line-format): Add %a.
13571         (gnus-server-line-format-alist): Add gnus-tmp-agent.
13572         (gnus-server-insert-server-line): Use it.
13573
13574 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13575
13576         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
13577         GB2312 and Big5.
13578
13579 2001-01-24  Simon Josefsson  <sj@extundo.com>
13580
13581         * mail-source.el (mail-sources): Add :program specifier to IMAP
13582         mail source.
13583         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
13584
13585 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13586
13587         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
13588
13589 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13590
13591         * nntp.el (nntp-wait-for): Return the success code.
13592         (nntp-open-connection): Use it.
13593
13594 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13595
13596         * gnus-int.el (gnus-check-server): Allow breaking the opening.
13597
13598 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13599
13600         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
13601
13602 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13603
13604         * gnus-sum.el (gnus-summary-print-article): Take one prefix
13605         argument. Allow to print several articles in one file.
13606
13607 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13608
13609         * webmail.el (webmail-type-definition): netaddress changes.
13610
13611 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13612
13613         * gnus.el: Fix copyright. Remove trailing spaces.
13614
13615         * message.el (message-forward): Use mule4.
13616
13617 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13618
13619         * mm-util.el (mm-string-as-unibyte): New function.
13620
13621         * message.el (message-forward): Use it.
13622
13623 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13624
13625         * message.el (message-cite-original-without-signature): Don't peel
13626         off the blank line.
13627         (message-get-reply-headers): Add Cc if it is not in follow-to.
13628
13629 2001-01-20  Simon Josefsson  <sj@extundo.com>
13630
13631         * mm-decode.el (mm-handle-multipart-from): Add.
13632         (mm-dissect-buffer): Save From: header value.
13633         (mm-security-from): Remove.
13634         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
13635
13636         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
13637         instead of `mml-security-from'.  Protect null from value.
13638
13639 2001-01-20  Simon Josefsson  <sj@extundo.com>
13640
13641         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
13642         application/vnd.ms-excel attachments.
13643
13644 2001-01-19  Simon Josefsson  <sj@extundo.com>
13645
13646         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
13647
13648 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13649
13650         * message.el (message-ignored-mail-headers): Ditto.
13651
13652 2001-01-19  Simon Josefsson  <sj@extundo.com>
13653
13654         * message.el (message-ignored-news-headers): Only search beginning
13655         of line.
13656
13657 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
13658         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
13659
13660         * message.el (message-send-mail): Content-Type may not be there.
13661
13662 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13663
13664         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
13665         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
13666
13667         * gnus-art.el (article-display-x-face): Insert X-Face if there is
13668         not.
13669
13670 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13671
13672         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
13673         non-native groups.
13674
13675 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13676
13677         * message.el (message-yank-original): Understand
13678         universal-argument.
13679
13680 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13681
13682         * gnus-art.el (gnus-boring-article-headers): Add to-address.
13683         (article-hide-boring-headers): Ditto.
13684
13685         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
13686
13687 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13688
13689         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
13690         one.
13691
13692 2001-01-16  Simon Josefsson  <simon@josefsson.org>
13693
13694         * message.el (message-make-in-reply-to): Add comment to message-id
13695         (old syntax, see 2000-08-02 change).
13696
13697 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13698
13699         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
13700         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
13701         (gnus-button-reply): Ditto.
13702
13703 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13704
13705         * gnus-art.el (article-display-x-face): Fix.
13706
13707 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13708
13709         * gnus-art.el (article-display-x-face): Use
13710         gnus-original-article-buffer.
13711
13712 2001-01-15  Jack Twilley  <jmt@tbe.net>
13713
13714         * message.el (message-add-header): Move to point-max.
13715
13716 2001-01-15  Simon Josefsson  <simon@josefsson.org>
13717
13718         * smime.el (smime-CA-directory, smime-CA-file): Change default to
13719         nil, improve documentation.
13720         (smime-certificate-directory): Comment out false hints (until it
13721         is implemented).
13722
13723         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
13724         there aren't any keys.
13725         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
13726         verify certificate.  Default is changed to only check integrity.
13727         Improved security status texts.  If a certificate doesn't contain
13728         a email address, don't fail.
13729
13730         * smime.el (smime-noverify-region):
13731         (smime-noverify-buffer): New functions.  Verifies integrity only.
13732
13733 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13734
13735         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
13736
13737 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13738
13739         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
13740         (gnus-remove-some-windows): Ditto.
13741
13742 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13743
13744         * gnus-art.el (article-make-date-line): 11th.
13745
13746 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13747
13748         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
13749         (mml2015-gpg-sign): Ditto.
13750
13751 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13752
13753         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
13754         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
13755
13756 2001-01-08  Dave Love  <fx@gnu.org>
13757
13758         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
13759         single character.
13760
13761         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
13762
13763         * message.el: Doc and message fixes.
13764         (message-send-rename-function)
13765         (message-make-forward-subject-function)
13766         (message-send-mail-function, message-reply-to-function)
13767         (message-wide-reply-to-function, message-followup-to-function)
13768         (message-distribution-function, message-auto-save-directory): Fix
13769         :type.
13770
13771         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
13772         proceeding after warnings.  Amend multipart warning message.
13773
13774 2001-01-04  Dave Love  <fx@gnu.org>
13775
13776         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
13777         compiling.
13778         (gnus-make-directory): Require nnmail.
13779
13780         * mm-decode.el (mm-inline-media-tests): Add
13781         image/x-portable-bitmap.
13782         (mm-get-image): Grok pbm.
13783
13784 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
13785
13786         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
13787
13788 2001-01-09  Didier Verna  <didier@xemacs.org>
13789
13790         * dgnushack.el (dgnushack-compile): give a dummy value to
13791         `gnus-xmas-glyph-directory' for the time of compilation.
13792         * gnus-agent.el: moved some XEmacs specific hook add-ons from
13793         `gnus-xmas-[re]define' to avoid loosing user custom settings.
13794         * gnus-art.el: ditto.
13795         * gnus-group.el: ditto.
13796         * gnus-salt.el: ditto.
13797         * gnus-sum.el: ditto.
13798         * gnus-topic.el: ditto.
13799         * gnus-xmas.el (gnus-xmas-define): see above.
13800         * gnus-xmas.el (gnus-xmas-redefine): see above.
13801         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
13802         non-continuable error when the directory can't be found.
13803
13804 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13805
13806         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
13807         handle.
13808         * gnus-art.el (gnus-mime-view-part): Copy it.
13809         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
13810
13811 2001-01-09  Michael Downes  <mjd@ams.org>
13812
13813         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
13814
13815 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13816
13817         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
13818         orig-file. Use ',source.
13819
13820 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13821
13822         * gnus-xmas.el (gnus-xmas-modeline-glyph):
13823         (gnus-xmas-group-startup-message):
13824         Detect gnus-xmas-glyph-directory when it is nil.
13825
13826 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13827
13828         * pop3.el (pop3-get-message-count): Andrew Innes
13829         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
13830
13831 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13832
13833         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
13834
13835         * time-date.el (time-to-number-of-days): New function.
13836
13837 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
13838         Trivial patch.
13839
13840         * nnslashdot.el (nnslashdot-request-list): Always get the right
13841         sid.
13842
13843 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13844
13845         * message.el (message-minibuffer-local-map): New keymap.
13846         (message-read-from-minibuffer): Use it.
13847         * gnus-msg.el (gnus-summary-resend-message): Use it
13848
13849 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13850
13851         * gnus-start.el (gnus-display-time-event-handler): New function.
13852         (gnus-after-getting-new-news-hook): Use it.
13853
13854 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13855
13856         * message.el (message-ignored-mail-headers): Add draft header.
13857
13858 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13859
13860         * gnus-sum.el (gnus-summary-expire-articles): Don't save
13861         excursion.
13862
13863         * nnslashdot.el (nnslashdot-request-list): Get the right year.
13864
13865 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
13866         A revoked patch.
13867
13868         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
13869
13870 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13871
13872         * qp.el (quoted-printable-decode-region): Don't backward-char.
13873
13874 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13875
13876         * gnus-draft.el: Mark articles as replied.
13877
13878         * gnus-sum.el (gnus-summary-add-mark): New function.
13879
13880         * gnus-group.el (gnus-add-mark): New function.
13881
13882         * gnus-sum.el (gnus-summary-buffer-name): New function.
13883         (gnus-summary-setup-buffer): Use it.
13884
13885         * gnus-draft.el: Set things up with the right post method and
13886         stuff.
13887
13888         * message.el (message-ignored-news-headers): Remove X-Draft-From.
13889
13890         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
13891
13892         * gnus.el (gnus-draft-meta-information-header): New variable.
13893
13894 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13895
13896         * gnus-art.el (gnus-treatment-function-alist): Move the date
13897         functions before the header sorting functions.
13898
13899         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
13900
13901         * dgnushack.el (dgnushack-compile): Message whether there is w3.
13902         Don't (push "/usr/share/emacs/site-lisp" load-path).
13903
13904         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
13905         to empty fill prefixes.
13906
13907 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13908
13909         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
13910         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
13911
13912 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13913
13914         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
13915
13916         * nnml.el (autoload): Move to nnheader.el.
13917
13918         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
13919         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
13920         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
13921         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
13922
13923 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13924
13925         * gnus-art.el (article-make-date-line): Get the hours right.
13926         (gnus-ignored-headers): More hiding.
13927
13928         * nnmail.el (nnmail-expiry-wait): Not an integer.
13929
13930         * message.el (message-goto-body): Only expand abbrev when called
13931         interactively.
13932         (message-make-lines): Use it.
13933
13934 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13935
13936         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
13937
13938 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13939
13940         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
13941         include the expunged articles.
13942
13943         * gnus-group.el (gnus-group-sort-by-server): New function.
13944
13945         * gnus.el (gnus-method-to-server-name): New function.
13946         (gnus-group-prefixed-name): Use it.
13947
13948         * gnus-group.el (gnus-group-sort-function): Doc fix.
13949         (gnus-group-sort-groups-by-server): New command.
13950
13951 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13952
13953         * gnus-art.el (gnus-treat-date-english): New variable.
13954         (article-date-english): New command.
13955         (gnus-english-month-names): New variable.
13956         (article-make-date-line): Do 'english.
13957
13958         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
13959         after the fill prefix.
13960
13961         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
13962         score...".
13963
13964         * gnus-art.el (gnus-ignored-headers): Hide more headers.
13965
13966         * message.el (message-mode-map): Bind comment-region.
13967
13968         * gnus-art.el (gnus-mime-display-part): Let w3 display
13969         multipart/related.
13970
13971         * mm-bodies.el (mm-long-lines-p): New function.
13972         (mm-body-encoding): Use it.
13973         (mm-body-encoding): Encode articles with lines longer than 1000
13974         characters.
13975
13976 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13977
13978         * mm-util.el (mm-enable-multibyte): Use
13979         default-enable-multibyte-characters.
13980         (mm-enable-multibyte-mule4): Ditto.
13981         (mm-disable-multibyte): Test XEmacs.
13982         (mm-disable-multibyte-mule4): Ditto.
13983         (mm-with-unibyte-current-buffer): Simplified.
13984         (mm-with-unibyte-current-buffer-mule4): Ditto.
13985
13986 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13987
13988         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
13989
13990         * nnheader.el (nnheader-string-as-multibyte): New alias.
13991
13992         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
13993
13994         * gnus-uu.el (gnus-message-process-mark): New function.
13995         (gnus-uu-mark-by-regexp): Use it.
13996         (gnus-new-processable): New function.
13997
13998 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
13999          Trivial patch.
14000
14001         * gnus-sum.el (gnus-no-mark): New variable.
14002
14003 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14004
14005         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
14006         backslashes.
14007
14008 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14009
14010         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
14011         definition.
14012
14013 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14014
14015         * dgnushack.el (dgnushack-compile): elc is in the current directory.
14016
14017         * qp.el (quoted-printable-encode-region): Don't check multibyte in
14018         XEmacs.
14019
14020 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
14021         Trivial patch.
14022
14023         * mml.el (mml-read-tag): Save tag location.
14024
14025 2000-12-25  Simon Josefsson  <simon@josefsson.org>
14026
14027         * starttls.el: Sync with Emacs 21.
14028
14029 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14030
14031         * message.el (message-mail): Support yank-action.
14032
14033         * message.el (message-setup): Revoke the last change.
14034
14035 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14036
14037         * message.el (message-setup): Use cons. Suggested by Johan Vromans
14038         <jvromans@squirrel.nl>.
14039
14040 2000-12-24  Simon Josefsson  <sj@extundo.com>
14041
14042         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
14043         mailing list junk at end of part.
14044
14045 2000-12-23  Simon Josefsson  <sj@extundo.com>
14046
14047         * nnimap.el (nnimap-expiry-target): New function.
14048         (nnimap-request-expire-articles): Use it.
14049
14050 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14051
14052         * gnus.el (gnus-group-parameters-more): New variable.
14053         * gnus-cus.el (gnus-group-customize): Use it.
14054
14055         * gnus.el (gnus-define-group-parameter): New macro.
14056         (auto-expire): Use it
14057         (total-expire): Use it.
14058         * gnus-art.el (banner): Use it.
14059
14060         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
14061         <ljz@asfast.com>.
14062
14063 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14064
14065         * gnus-topic.el (gnus-topic-create-topic): Use list.
14066
14067         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
14068         before binding gnus-default-article-saver.
14069
14070         * gnus-sum.el (gnus-summary-save-article):
14071         (gnus-summary-pipe-output):
14072         (gnus-summary-save-article-mail):
14073         (gnus-summary-save-article-rmail):
14074         (gnus-summary-save-article-file):
14075         (gnus-summary-write-article-file):
14076         (gnus-summary-save-article-body-file): Ditto.
14077
14078         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
14079
14080 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14081
14082         * gnus-art.el (gnus-mime-security-button-map):
14083         (gnus-mime-button-map): Add parent.
14084
14085 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14086
14087         * messagexmas.el (message-xmas-redefine): New function.
14088
14089         * message.el: Use it.
14090
14091         * gnus-art.el (gnus-article-check-hidden-text): Return t.
14092
14093         * gnus-util.el (gnus-remove-text-properties-when): Return t.
14094
14095 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14096
14097         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
14098         malformatted messages.
14099
14100 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14101
14102         * mm-util.el (mm-image-load-path): New function.
14103
14104         * gnus-group.el (gnus-group-make-tool-bar): Use it.
14105
14106         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
14107
14108         * message.el (message-tool-bar-map): Use it.
14109
14110         * Makefile.in (install-el): New rule.
14111
14112 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14113
14114         * gnus-art.el (article-treat-dumbquotes): Quote \.
14115
14116 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14117
14118         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
14119         Emacs 20 runs on a terminal.
14120
14121 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14122
14123         * gnus-msg.el (gnus-bug): Revert to save-excursion.
14124
14125         * mml.el (gnus-add-minor-mode): Autoload.
14126
14127         * message.el (message-forward): Save-restriction.
14128
14129 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14130
14131         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
14132         Paul Stevenson <p.stevenson@surrey.ac.uk>
14133
14134 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14135
14136         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
14137
14138         * mml.el (gnus-ems): Don't require.
14139
14140         * gnus.el (gnus-decode-rfc1522): Removed.
14141         (gnus-set-text-properties): Define.
14142
14143 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14144
14145         * gnus-art.el (gnus-mime-*): handle may be nil.
14146
14147         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
14148
14149         * gnus.el (gnus-group-remove-excess-properties): Not defined
14150         in gnus-xmas.
14151
14152 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14153
14154         * message.el (message-mail-user-agent): Add :version.
14155
14156 2000-12-21  Miles Bader  <miles@gnu.org>
14157
14158         * message.el (message-mode): Set `comment-start' to the  yank prefix.
14159
14160 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14161
14162         * message.el (message-mail-user-agent): New variable.
14163         (message-setup): Renamed to message-setup-1. Support
14164         mail-user-agent.
14165         (message-mail-user-agent): New function.
14166         (message-mail): Use it.
14167         (message-reply): Use it.
14168         (message-resend): Use it.
14169         (message-mail-other-window): Use it.
14170         (message-mail-other-frame): Use it.
14171
14172         * gnus-msg.el (gnus-bug): Support mail-user-agent.
14173
14174 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14175
14176         * message.el (message-tool-bar-map): Simplify.
14177         (message-narrow-to-head-1): New function.
14178         (message-narrow-to-head): Use it.
14179         (message-reply): Ditto.
14180         (message-cancel-news): Ditto.
14181         (message-supersede): Ditto.
14182         (message-make-forward-subject): Ditto.
14183         (message-bounce): Ditto.
14184
14185 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14186
14187         * uudecode.el (uudecode-decode-region-external): make-temp-file
14188         may not be defined.
14189
14190         * binhex.el (defalias): eval-and-compile.
14191
14192         * message.el (message-tool-bar-map): New function.
14193         (message-mode): Use it.
14194
14195 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14196
14197         * nntp.el (nntp-find-connection): Remove the entry.
14198         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
14199
14200 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14201
14202         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
14203
14204         * message.el (message-forward): Copy buffer in unibyte mode.
14205
14206 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14207
14208         * message.el (message-make-forward-subject): Don't widen. Decode.
14209         (message-forward): Don't decode subject.
14210
14211 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
14212
14213         * qp.el (quoted-printable-encode-region): Upcase QP.
14214
14215 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14216
14217         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
14218         mail-extract-a-c instead. Don't depend on Gnus.
14219
14220         * mml.el (gnus-ems): Require it.
14221
14222         * gnus-msg.el (gnus-summary-mail-forward):
14223
14224         * message.el (message-forward):  Move mime-to-mml here.
14225
14226 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14227
14228         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
14229         * gnus-art.el (gnus-insert-mime-button): Simplify.
14230         (gnus-mime-display-alternative): Ditto.
14231         (gnus-insert-mime-security-button): Ditto.
14232
14233 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14234
14235         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
14236         text-property-not-all doesn't return nil when start=mark(end).
14237         (gnus-remove-text-properties-when): Ditto.
14238
14239 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14240
14241         * gnus-start.el (gnus-group-change-level): Remove group from
14242         gnus-active-hashtb if real killed.
14243
14244 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14245
14246         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
14247         (gnus-mime-display-alternative): Ditto.
14248         (gnus-insert-mime-security-button): Ditto.
14249
14250 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14251
14252         * gnus-start.el (gnus-group-change-level): Don't add it into
14253         killed-list if it was killed.
14254
14255 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14256
14257         * nnmbox.el (nnmbox-file-coding-system): Use binary.
14258         (nnmbox-active-file-coding-system): Ditto.
14259
14260         * gnus-cus.el (gnus-group-parameters): Add posting-style.
14261
14262 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14263
14264         * gnus.el (gnus-version):
14265         (gnus-version-number): Set to Oort Gnus 0.01.
14266
14267         * gnus-art.el (gnus-mime-security-button-map):
14268         (gnus-insert-mime-security-button): Fix for Emacs21.
14269
14270 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14271
14272         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
14273         easymenu, because XEmacs doesn't understand :help.
14274
14275         * mm-uu.el: Require binhex.
14276
14277 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14278
14279         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
14280
14281 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14282
14283         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
14284
14285 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
14286
14287         * *.xpm, *.pbm: Convert icons icons to size 24x24.
14288
14289 2000-12-18  Dave Love  <fx@gnu.org>
14290
14291         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
14292         (unused).
14293
14294 2000-12-13  Miles Bader  <miles@gnu.org>
14295
14296         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
14297         to t, so that we don't get stuck while trying to smilefy
14298         intangible text.
14299
14300 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
14301
14302         * smiley-ems.el (smiley-regexp-alist): Make regexps match
14303         at the end of the buffer.
14304         (smiley-region): In the loop, move to the end of the submatch
14305         matching the smiley instead of using the end of the match
14306         of the whole regexp.
14307
14308 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
14309
14310         * message.el (message-mode): Doc fix.
14311
14312 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
14313
14314         * smiley-ems.el (smiley-region): Doc fix.
14315
14316 2000-12-11  Miles Bader  <miles@gnu.org>
14317
14318         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
14319         bottom line visible, check to see if it's partially obscured, and
14320         if so, either scroll one more line to make it fully visible, or
14321         revert to showing the second line from the top.
14322
14323 2000-12-07  Dave Love  <fx@gnu.org>
14324
14325         * mailcap.el (mailcap-download-directory)
14326         * gnus-audio.el (gnus-audio-directory)
14327         * smiley-ems.el (smiley-data-directory): Fix :type.
14328
14329 2000-11-30  Dave Love  <fx@gnu.org>
14330
14331         * message.el (message-auto-save-directory): Use
14332         file-name-as-directory.
14333         (message-set-auto-save-file-name): Create
14334         message-auto-save-directory if necessary.
14335         (message-replace-chars-in-string): Removed -- unused.
14336         (message-mail-alias-type): Customize.
14337         (message-headers): Remove duplicate defgroup.
14338
14339 2000-11-29  Dave Love  <fx@gnu.org>
14340
14341         * qp.el (quoted-printable-decode-region): Use error, not message
14342         to report malformed text (like base64).  Amend message.
14343
14344 2000-11-29  Miles Bader  <miles@gnu.org>
14345
14346         * message.el (message-header-lines): Fontify tag.
14347
14348 2000-11-27  Dave Love  <fx@gnu.org>
14349
14350         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
14351         compiler warning.
14352
14353 ;2000-11-26  Dave Love  <fx@gnu.org>
14354 ;
14355 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
14356 ;
14357 2000-11-23  Dave Love  <fx@gnu.org>
14358
14359         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
14360
14361         * mm-uu.el (uudecode): Require.
14362         (uudecode-decode-region, uudecode-decode-region-external): Don't
14363         autoload.
14364         (mm-uu-copy-to-buffer): Doc fix.
14365         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
14366         type fix.
14367
14368         * mailcap.el: Doc fixes.
14369         (mailcap-mime-data): Various adjustments.
14370         (mailcap): New group.
14371         (mailcap-download-directory): Customize.
14372         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
14373         (mailcap-temporary-directory): Deleted (unused).
14374         (mailcap-unescape-mime-test): Simplify slightly.
14375         (mailcap-viewer-passes-test): Use functionp.
14376         (mailcap-command-p): Aliased to executable-find.
14377
14378         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
14379         default-enable-multibyte-characters is nil.
14380
14381 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
14382
14383         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
14384
14385 2000-11-21  Dave Love  <fx@gnu.org>
14386
14387         * gnus-art.el (gnus-mime-button-map): Don't inherit from
14388         gnus-article-mode-map.
14389 ;       (gnus-mime-button-menu): Use mouse-set-point.
14390         (gnus-insert-mime-button, gnus-mime-display-alternative)
14391         (gnus-mime-display-alternative): Don't use local-map property.
14392
14393 2000-11-17  Dave Love  <fx@gnu.org>
14394
14395         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
14396         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
14397         and make-temp-file.
14398         (uudecode-decode-region): Doc fix.
14399
14400 2000-11-14  Dave Love  <fx@gnu.org>
14401
14402         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
14403         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
14404         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
14405         New files, derived from the XPMs.
14406
14407 2000-11-10  Dave Love  <fx@gnu.org>
14408
14409         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
14410         (gnus-agent-lib-file, gnus-agent-load-alist)
14411         (gnus-agent-save-alist, gnus-agent-article-name): Use
14412         expand-file-name.
14413
14414         * gnus-group.el (gnus-group-name-charset-method-alist): Add
14415         :version.
14416         (nnkiboze-score-file): Defvar when compiling.
14417
14418         * gnus-start.el (gnus-read-newsrc-file): Add :version.
14419
14420         * gnus-art.el (gnus-article-banner-alist)
14421         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
14422         (gnus-article-date-lapsed-new-header)
14423         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
14424         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
14425         (gnus-treat-strip-headers-in-body)
14426         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
14427         (gnus-treat-translate): Add :version.
14428         (gnus-article-mime-part-function): Fix defcustom.
14429
14430         * nnmail.el (nnmail-expiry-target)
14431         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
14432         (nnmail-split-header-length-limit): Add :version.
14433
14434         * gnus-sum.el (gnus-auto-expirable-marks)
14435         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
14436         (gnus-extra-headers, gnus-ignored-from-addresses)
14437         (gnus-newsgroup-ignored-charsets)
14438         (gnus-group-highlight-words-alist)
14439         (gnus-summary-show-article-charset-alist): Add :version.
14440
14441         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
14442         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
14443         files, converted from the XPMs.
14444
14445         * gnus-cache.el (gnus-cache-active-file): Don't use
14446         file-name-as-directory on directory.
14447         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
14448         use file-name-as-directory on directory.
14449
14450         * time-date.el (timezone-make-date-arpa-standard): Autoload.
14451         (date-to-time): Use it.
14452
14453 ;       * message.el (message-mode) <adaptive-fill-regexp>:
14454 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
14455 ;       (message-newline-and-reformat): Likewise.
14456         (message-forward-as-mime, message-forward-ignored-headers)
14457         (message-buffer-naming-style, message-default-charset)
14458         (message-dont-reply-to-names, message-send-mail-partially-limit):
14459         Add :version.
14460
14461         * mm-util.el: Doc fixes.
14462         (mm-mime-charset): Don't use the raw result of
14463         mm-preferred-coding-system.
14464         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
14465         (mm-with-unibyte): Simplify.
14466
14467         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
14468         concat.
14469
14470         * pop3.el (pop3-version): Deleted.
14471         (pop3-make-date): New function, avoiding message-make-date.
14472         (pop3-munge-message-separator): Use it.
14473
14474 2000-11-09  Dave Love  <fx@gnu.org>
14475
14476         * gnus-group.el (gnus-group-make-directory-group)
14477         (gnus-group-fetch-faq): Use expand-file-name.
14478         (gnus-group-fetch-faq): Simplify completing-read form.
14479
14480         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
14481         test for Mule.
14482
14483         * message.el (tool-bar-map): Defvar when compiling.
14484
14485         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
14486         (gnus-tm-lisp-directory): Deleted.
14487         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
14488         (featurep 'xemacs).
14489         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
14490         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
14491         version numbers from file names.
14492
14493 2000-11-08  Dave Love  <fx@gnu.org>
14494
14495         * mm-view.el: Use featurep for XEmacs test.
14496         (mm-inline-message): Test for `remove-specifier'; don't use
14497         condition-case.
14498
14499         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
14500
14501         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
14502         (gnus-score-find-bnews): Don't concat "".
14503
14504         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
14505         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
14506         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
14507         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
14508
14509         * gnus-sum.el: Put some defvars in eval-when-compile.
14510         (gnus-summary-mode-hook): Add :options.
14511         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
14512         (gnus-summary-tool-bar-map): New variable.
14513         (gnus-summary-make-tool-bar): New function.
14514         (gnus-summary-mode): Put kill-all-local-variables first.
14515
14516         * gnus-group.el (gnus-group-toolbar-map): New variable.
14517         (gnus-group-make-tool-bar): Rewritten.
14518         (gnus-group-mode): Put kill-all-local-variables first.
14519
14520         * rfc2047.el: Require gnus-util.
14521
14522         * nnml.el (gnus-sorted-intersection): Autoload.
14523
14524         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
14525         Put some defvars in eval-when-compile.
14526         (gnus-intersection, gnus-sorted-complement):  Autoload.
14527
14528         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
14529
14530         * mm-encode.el (mm-body-7-or-8): Autoload.
14531
14532         * mm-decode.el (mm-insert-inline): Autoload.
14533
14534         * mml.el:
14535         * message.el: Put some defvars in eval-when-compile.
14536
14537         * gnus-msg.el: Put some defvars in eval-when-compile.
14538         (gnus-msg-mail): Move after gnus-setup-message.
14539
14540         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
14541
14542 2000-11-07  Dave Love  <fx@gnu.org>
14543
14544         * gnus-util.el (nnheader): Don't require message (recursive
14545         autoload).
14546
14547         * uudecode.el: Avoid compiler warnings.
14548
14549         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
14550         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
14551
14552 2000-11-06  Dave Love  <fx@gnu.org>
14553
14554         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
14555
14556         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
14557         (uudecode-char-int): New alias, replacing char-int.
14558         (uudecode-decode-region): Don't call buffer-disable-undo.
14559
14560 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
14561 ;       (mm-uu-configure-list): Doc fix.
14562 ;
14563 ;       * earcon.el (running-xemacs): Don't define.
14564 ;
14565 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
14566 ;
14567 ;       * message.el (message-font-lock-keywords): Match a final newline
14568 ;       to help font-lock's multiline support.
14569 ;
14570 2000-11-03  Dave Love  <fx@gnu.org>
14571
14572         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
14573
14574         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
14575         name.
14576
14577         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
14578         <banner>: Fix custom type, doc.
14579
14580         * mm-decode.el (mm-display-external): Space-prefix temp buffer
14581         name.  Don't disable undo explicitly.
14582
14583 ;2000-11-02  Dave Love  <fx@gnu.org>
14584 ;
14585 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
14586 ;       cite-prefix.
14587
14588 2000-11-01  Dave Love  <fx@gnu.org>
14589
14590         * rfc2047.el (base64): Require unconditionally.
14591         (message-posting-charset): Defvar when compiling.
14592         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
14593         message.
14594
14595         * gnus-sum.el (nnoo): Require.
14596         (mm-uu-dissect): Autoload.
14597
14598         * mml.el (mml-parse-1): Clarify message.
14599         (mml-minibuffer-read-type): Use mailcap-mime-types.
14600
14601 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
14602
14603         * mml.el: Fix a typo in the requiring of CL.
14604
14605 2000-11-01  Dave Love  <fx@gnu.org>
14606
14607         * utf7.el: Require cl when compiling.
14608
14609         * binhex.el: Use (featurep 'xemacs).
14610         (binhex-char-int): New alias, replacing char-int.  Change callers.
14611         (binhex-decode-region): Simplify work buffer code.
14612         (binhex-decode-region-external): Use expand-file-name, not concat.
14613
14614 2000-10-30  Dave Love  <fx@gnu.org>
14615
14616         * gnus-art.el: Fix 2000-10-27 change properly.
14617
14618 2000-10-28  Miles Bader  <miles@gnu.org>
14619
14620         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
14621
14622 2000-10-27  Dave Love  <fx@gnu.org>
14623
14624         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
14625         strings.
14626         (gnus-group-make-tool-bar): New function.
14627         (gnus-group-mode): Use it.
14628
14629         * message.el (message-mode-menu): Add some :help strings.
14630         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
14631         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
14632
14633         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
14634         * describe-group.xpm, get-news.xpm, kill-group.xpm:
14635         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
14636
14637         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
14638         display-graphic-p here.
14639
14640 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
14641
14642         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
14643         of the `gnus-xemacs' variable, as the latter has been removed.
14644         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
14645         * gnus-art.el (gnus-treat-display-xface)
14646         (gnus-treat-display-smileys, gnus-treat-display-picons)
14647         (gnus-article-read-summary-keys): Likewise.
14648
14649 2000-10-26  Dave Love  <fx@gnu.org>
14650
14651         (defvar): Use rmail-spool-directory unconditionally.
14652
14653 2000-10-18  Dave Love  <fx@gnu.org>
14654
14655         * mm-bodies.el (mm-uu-decode-function)
14656         (mm-uu-binhex-decode-function): Defvar when compiling.
14657
14658         * gnus-nocem.el (gnus-nocem-issuers): Update.
14659         (gnus-nocem-check-from): New option.
14660         (gnus-nocem-scan-groups): Use it.
14661         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
14662         (gnus-nocem-check-article-limit): Add :version.
14663
14664 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
14665
14666         * ietf-drums.el (mm-util): Require CL when compiling.
14667
14668 2000-10-15  Dave Love  <fx@gnu.org>
14669
14670         * qp.el: Require mm-util.
14671
14672 2000-10-13  Dave Love  <fx@gnu.org>
14673
14674         * qp.el (quoted-printable-decode-region): Avoid invalid
14675         coding-systems.
14676
14677 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
14678
14679         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
14680         to a recursive load.
14681
14682 2000-10-12  Dave Love  <fx@gnu.org>
14683
14684         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
14685
14686         * gnus.el (gnus-group-startup-message): Check for PBM image.
14687
14688 2000-10-09  Dave Love  <fx@gnu.org>
14689
14690         * mail-source.el (mail-source-fetch-imap): Bind
14691         default-enable-multibyte-characters rather than using
14692         mm-disable-multibyte.
14693
14694 2000-10-05  Dave Love  <fx@gnu.org>
14695
14696         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
14697         Autoload.
14698         (quoted-printable-decode-region):  Rename arg which confused
14699         charset with coding-system.  Don't use nonascii-insert-offset.
14700         Coding-system encode the region initially.  Don't recognize `=='
14701         as valid QP.  Coding-system decode the region finally.
14702         (quoted-printable-decode-string): Rename arg which confused
14703         charset with coding-system.
14704
14705         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
14706         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
14707         mm-encode-coding-region.
14708         (mm-decode-body, mm-decode-string): Rename variables which
14709         confused charset with coding-system.
14710         (binhex-decode-region): Don't autoload.
14711         (mm-body-encoding): Require message.
14712         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
14713         cond branches.
14714
14715         * gnus-art.el (article-de-quoted-unreadable)
14716         (article-de-base64-unreadable): Fold search case
14717         rather than downcasing string.  Apply mm-charset-to-coding-system
14718         to arg of quoted-printable-decode-region.
14719
14720 2000-10-04  Dave Love  <fx@gnu.org>
14721
14722         * gnus-ems.el: Don't turn off compiler warnings in local vars.
14723         Require ring when compiling.
14724         (gnus-article-compface-xbm): New variable.
14725
14726 2000-10-04  Dave Love  <fx@gnu.org>
14727
14728         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
14729         pbm images.
14730
14731         * frown.pbm, smile.pbm, wry.pbm: New files.
14732
14733         * frown.xbm, smile.xbm, wry.xbm: Deleted.
14734
14735 2000-10-03  Dave Love  <fx@gnu.org>
14736
14737         * mail-source.el (mail-sources): Revert to nil.
14738
14739         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
14740
14741         * qp.el: Don't require mm-util.
14742         (quoted-printable-decode-region): Rewritten.
14743         (quoted-printable-decode-string, quoted-printable-encode-region):
14744         Doc fix.
14745         (quoted-printable-encode-region): Barf on multibyte characters.
14746         Maybe make the class multibyte.  Upcase chars, not formatted
14747         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
14748         (quoted-printable-encode-string): Don't use
14749         mm-with-unibyte-buffer.
14750
14751 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
14752
14753         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
14754
14755 2000-09-21  Dave Love  <fx@gnu.org>
14756
14757         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
14758         (for Emacs 20).  Tidy somewhat.
14759
14760 2000-09-21  Dave Love  <fx@gnu.org>
14761
14762         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
14763         image processing.  Rationalize logic somewhat.
14764
14765 2000-09-20  Dave Love  <fx@gnu.org>
14766
14767         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
14768         specifically.
14769
14770         * gnus.el (gnus-version-number): Avoid some redundant
14771         autoloads.
14772
14773 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
14774
14775         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
14776         to XBM; we always have PBM support.
14777
14778 2000-09-14  Dave Love  <fx@gnu.org>
14779
14780         * gnus.el (gnus-charset):
14781         * mm-decode.el (mime-display):
14782         * imap.el (imap) <defgroup>: Add :version.
14783
14784 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
14785
14786         * parse-time.el: Fix author's mail address.
14787
14788         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
14789         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
14790         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
14791         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
14792         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
14793         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
14794         * rfc2231.el, uudecode.el: Fix copyright notice.
14795
14796         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
14797         require `w3' at load-time only if not running in batch mode.
14798
14799 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14800
14801         * gnus.el: Before merge with Emacs21.
14802
14803 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
14804
14805         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
14806
14807 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
14808
14809         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
14810         to avoid conflict with the standard `back-to-indentation'
14811         binding.
14812
14813 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14814
14815         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
14816
14817         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
14818         (mm-disable-multibyte-mule4): Ditto.
14819         (mm-with-unibyte-current-buffer-mule4): Ditto.
14820
14821 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14822
14823         * pop3.el (pop3-movemail): Use binary.
14824         (pop3-movemail-file-coding-system): Removed.
14825
14826 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14827
14828         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
14829
14830 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14831
14832         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
14833         exists.
14834
14835 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14836
14837         * gnus-msg.el (gnus-post-method): Use backend name when the
14838         address is "".
14839
14840 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14841
14842         * gnus-art.el (article-verify-x-pgp-sig): Don't test
14843         mm-verify-option.
14844         (gnus-treat-x-pgp-sig): Default value.
14845         (gnus-ignored-headers): Redundant.
14846
14847 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14848
14849         * gnus-win.el (gnus-configure-frame): Save selected window.
14850
14851 2000-02-15  Andrew Innes  <andrewi@gnu.org>
14852
14853         * nnmbox.el: Require gnus-range.
14854         (nnmbox-group-building-active-articles): New variable.
14855         (nnmbox-group-active-articles): New variable; this is a cache of
14856         all active articles by group and number.
14857         (nnmbox-in-header-p): New function.
14858         (nnmbox-find-article): New function.
14859         (nnmbox-record-active-article): New function.
14860         (nnmbox-record-deleted-article): New function.
14861         (nnmbox-is-article-active-p): New function.
14862         (nnmbox-retrieve-headers): Use nnmbox-find-article.
14863         (nnmbox-request-article): Ditto.  Also supply extra arg to
14864         nnmbox-article-group-number.
14865         (nnmbox-request-expire-articles): Ditto.
14866         (nnmbox-request-move-article): Ditto.
14867         (nnmbox-request-replace-article): Ditto.
14868         (nnmbox-request-rename-group): Rename group entry in active
14869         article cache.
14870         (nnmbox-delete-mail): Update active article cache, unless article
14871         is being replaced.
14872         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
14873         than partially duplicating it.
14874         (nnmbox-article-group-number): Add extra `this-line' arg, to
14875         handle articles belonging to multiple groups.
14876         (nnmbox-save-mail): Update active article cache.
14877         (nnmbox-read-mbox): Build active article cache when loading mbox.
14878         Also do some repair work, if we find articles that are missing the
14879         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
14880         reconstruct these from Xref info.
14881
14882 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14883
14884         * mail-source.el (mail-source-report-new-mail): Use
14885         nnheader-run-at-time.
14886
14887 2000-02-15  Andrew Innes  <andrewi@gnu.org>
14888
14889         * mail-source.el (mail-source-fetch-pop): Clear pop password when
14890         an error is thrown, and then rethrow the error.
14891         (mail-source-check-pop): Ditto.
14892         (mail-source-start-idle-timer): Prevent multiple pop checks
14893         running if the check takes a long time.
14894
14895 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14896
14897         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
14898         succeed.
14899
14900 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14901
14902         * gnus-win.el (gnus-configure-windows): Make sure
14903         nntp-server-buffer is live.
14904         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
14905
14906 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
14907
14908         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
14909
14910 2000-12-04  Andreas Jaeger  <aj@suse.de>
14911
14912         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
14913
14914 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14915
14916         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
14917
14918 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14919         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
14920
14921         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
14922
14923 2000-12-01  Simon Josefsson  <sj@extundo.com>
14924
14925         * mml-smime.el (mml-smime-verify): Fix address parsing.
14926
14927 2000-12-01  Simon Josefsson  <sj@extundo.com>
14928
14929         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
14930         more than one certificate inside PKCS#7 blob.  Better security
14931         information (clamed / actual sender, openssl output, certificates
14932         inside message).
14933
14934         * smime.el (smime-verify-region): Output to /dev/null.
14935         (smime-buffer-as-string-region): Don't parse empty lines.
14936
14937 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14938
14939         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
14940         ?d and ?D.
14941         (gnus-mime-security-show-details-inline): New variable.
14942         (gnus-mime-security-show-details): Use them.
14943         (gnus-insert-mime-security-button): Ditto.
14944
14945         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
14946         Suggest by Michael Duggan (md5i@cs.cmu.edu).
14947         (mml2015-gpg-clear-verify): Ditto.
14948         (mml2015-gpg-decrypt-1): Ditto.
14949         (mml2015-use): Prefer 'gpg.
14950
14951 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14952
14953         * gnus-util.el (gnus-add-text-properties-when): New function.
14954         (gnus-remove-text-properties-when): Ditto.
14955
14956         * gnus-cite.el (gnus-article-hide-citation): Use them.
14957         (gnus-article-toggle-cited-text): Use them.
14958
14959         * gnus-art.el (gnus-signature-toggle): Use them.
14960         (gnus-article-show-hidden-text): Ditto.
14961         (gnus-article-hide-text): Ditto.
14962
14963 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14964
14965         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
14966
14967 2000-11-30  Simon Josefsson  <sj@extundo.com>
14968
14969         * smime.el (smime-point-at-eol): New alias.
14970         (smime-buffer-as-string-region): Use it.
14971
14972 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14973
14974         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
14975
14976 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14977
14978         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
14979
14980         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
14981
14982         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
14983
14984 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14985
14986         * nnmh.el (nnmh-request-expire-articles): Implemented
14987         expiry-target for nnmh backend.
14988
14989 2000-11-30  Simon Josefsson  <sj@extundo.com>
14990
14991         * mm-decode.el (mm-security-from): New variable.
14992         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
14993
14994         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
14995         than `from'.
14996
14997 2000-11-30  Simon Josefsson  <sj@extundo.com>
14998
14999         * mml-smime.el (mml-smime-verify): Verify that certificate mail
15000         address match sender address.
15001
15002         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
15003
15004         * smime.el (smime-verify-region): Don't copy buffer.
15005         (smime-decrypt-buffer): Use expand-file-name on keyfile.
15006         (smime-pkcs7-region): New function.
15007         (smime-pkcs7-certificates-region): Ditto.
15008         (smime-pkcs7-email-region): Ditto.
15009         (smime-buffer-as-string-region): Ditto.
15010
15011         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
15012         buffer.
15013
15014 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
15015
15016         * smime.el (smime-decrypt-region): Fix keyfile argument.
15017
15018 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15019
15020         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
15021
15022 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15023
15024         * message.el (message-shoot-gnksa-feet): New variable.
15025         (message-gnksa-enable-p): New function.
15026         (message-send): Use it.
15027         (message-check-news-body-syntax): Ditto.
15028
15029 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15030
15031         * message.el (message-make-message-id): Remove the redundancy.
15032
15033 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15034
15035         * message.el (message-setup): Discourage using mc-install-*-mode.
15036
15037         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
15038
15039 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15040
15041         * gnus-cite.el (gnus-cite-parse): Guess citation length.
15042
15043 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15044
15045         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
15046
15047 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15048
15049         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
15050
15051 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15052
15053         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
15054         insert-buffer-substring.
15055
15056         * message.el (message-send-mail): Use buffer-substring-no-properties.
15057         (message-send-news): Ditto.
15058
15059 2000-11-22  David Edmondson  <dme@dme.org>
15060
15061         * imap.el (imap-wait-for-tag): Message read info.
15062
15063 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15064
15065         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
15066         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
15067         (mml2015-gpg-encrypt): Ditto.
15068
15069 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15070
15071         * mm-decode.el (mm-verify-option): Default value.
15072
15073         * mml-sec.el (mml-secure-part): Error message.
15074
15075 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15076
15077         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
15078
15079 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15080
15081         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
15082
15083 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15084
15085         * gnus-art.el (gnus-article-describe-key): Use prompt.
15086         (gnus-article-describe-key-briefly): Ditto.
15087
15088 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15089
15090         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
15091
15092 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15093
15094         * gnus-art.el (gnus-article-describe-key): New function.
15095         (gnus-article-describe-key-briefly): New function.
15096
15097 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15098
15099         * mm-decode.el (mm-decrypt-option): Doc typo.
15100
15101         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
15102         return a number.
15103
15104 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15105
15106         * message.el (message-newline-and-reformat): Typo.
15107
15108 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15109
15110         * gnus-art.el (article-verify-x-pgp-sig): Check whether
15111         original-article-buffer exists.
15112
15113         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
15114         (rfc2047-header-encoding-alist): Addresses are different from text.
15115         (rfc2047-encode-message-header): Ditto.
15116         (rfc2047-dissect-region): Extra parameter.
15117         (rfc2047-encode-region): Ditto.
15118         (rfc2047-encode-string): Ditto.
15119
15120 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15121
15122         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
15123         (mm-uu-pgp-encrypted-extract): Use it.
15124         (mm-uu-pgp-signed-extract-1): New function.
15125         (mm-uu-pgp-signed-extract): Use it.
15126
15127         * gnus-art.el (gnus-mime-display-security): New function.
15128         (gnus-mime-display-part): Use it.
15129         (gnus-mime-security-verify-or-decrypt): New function.
15130         (gnus-mime-security-press-button): New function.
15131         (gnus-insert-mime-security-button): Use it.
15132
15133         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
15134         (mm-find-raw-part-by-type): Ditto.
15135         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
15136         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
15137         (mm-destroy-parts): Kill nested multibyte buffer.
15138
15139         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
15140         (mml2015-gpg-verify): Ditto.
15141
15142 2000-11-18  Simon Josefsson  <sj@extundo.com>
15143
15144         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
15145         (mml2015-function-alist): Use it.
15146
15147         * mml-sec.el (mml-sign-alist): Update names.
15148         (mml-encrypt-alist): Ditto.
15149         (mml-secure-part-smime-sign): Moved to mml-smime.el
15150         as `mml-smime-sign-query'.
15151         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
15152         `mml-smime-get-file-cert'.
15153         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
15154         `mml-smime-get-dns-cert'.
15155         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
15156         `mml-smime-encrypt-query'.
15157         (mml-smime-sign-buffer): Use mml-smime-sign.
15158         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
15159
15160         * mml-smime.el (mml-smime-sign): New function.
15161         (mml-smime-encrypt):
15162         (mml-smime-sign-query):
15163         (mml-smime-get-file-cert):
15164         (mml-smime-get-dns-cert):
15165         (mml-smime-encrypt-query): Moved from mml-sec.el.
15166
15167 2000-11-16  Simon Josefsson  <sj@extundo.com>
15168
15169         * mml2015.el (mml2015-gpg-clear-verify): New function.
15170         (mml2015-function-alist): Add it.
15171
15172 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
15173
15174         * message.el (message-setup-fill-variables): Use
15175         message-cite-prefix-regexp.
15176         (message-newline-and-reformat): Check the end of citation, leading
15177         WSP, break in the cite prefix.
15178         (message-fill-paragraph): New function.
15179
15180 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15181
15182         * lpath.el: Shut up.
15183
15184 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
15185
15186         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
15187         raw 8-bit in headers in dk.* newsgroups.
15188
15189 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15190
15191         * message.el (message-newline-and-reformat): Match extra WSPs.
15192
15193 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
15194
15195         * mml.el (mml-generate-mime-1): Ignore ascii.
15196
15197 2000-11-16 Justin Sheehy  <justin@iago.org>
15198
15199         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
15200
15201 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15202
15203         * message.el (message-cite-prefix-regexp): Prefix should not end
15204         at space.
15205
15206 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15207
15208         * message.el (message-mode-syntax-table): Add - as a word
15209         constituent as in articles.
15210         (message-setup-fill-variables): Add -_. as supercite-style prefix.
15211         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
15212         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
15213
15214 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
15215
15216         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
15217
15218 2000-11-12  David Edmondson  <dme@dme.org>
15219
15220         * message.el (message-font-lock-keywords): use
15221         message-cite-prefix-regexp.
15222
15223 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15224
15225         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
15226         Stein Arild Str\e,Ax\e(Bmme.
15227         (gnus-group-jump-to-group): Use it.
15228         (gnus-group-jump-to-group-prompt): Customize.
15229
15230 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
15231
15232         * mailcap.el (mailcap-possible-viewers): Match the entire string.
15233
15234 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15235
15236         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
15237         incompatible.
15238         (mml2015-mailcrypt-sign): Ditto.
15239
15240 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15241
15242         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
15243         group is open.
15244
15245 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
15246
15247         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
15248         nnvirtual articles.
15249         (gnus-backlog-request-article): Don't request nnvirtual articles.
15250
15251 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15252
15253         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
15254         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
15255
15256 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15257
15258         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
15259         * mml.el (mml-generate-mime-1): Use charset attribute.
15260         * mm-bodies.el (mm-encode-body): Add parameter charset.
15261         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
15262
15263 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15264
15265         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
15266         (mml2015-mailcrypt-clear-decrypt): Ditto.
15267         (mml2015-mailcrypt-verify): Ditto.
15268         (mml2015-mailcrypt-clear-verify): Ditto.
15269         (mml2015-gpg-verify): Ditto.
15270
15271 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15272
15273         * smime.el (smime-openssl-program): Test the existence of openssl.
15274         * mml-smime.el: Require mm-decode.
15275         (mml-smime-verify-test): New function.
15276         * mm-decode.el (mm-verify-function-alist): Use it.
15277
15278 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15279
15280         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
15281         anyway.
15282
15283 2000-11-13  Simon Josefsson  <sj@extundo.com>
15284
15285         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
15286         verification doesn't work.
15287
15288 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15289
15290         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
15291         (gnus-inews-do-gcc): Use it.
15292
15293 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
15294
15295         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
15296         leading space.
15297         * mm-extern.el (mm-inline-external-body): Report error when no
15298         access-type.
15299
15300 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
15301
15302         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
15303
15304 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
15305
15306         * gnus-art.el (gnus-mime-button-menu): Use select-window.
15307
15308 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
15309
15310         * gnus-art.el (gnus-mime-display-part): Display multipart/related
15311         as multipart/mixed.
15312
15313 2000-11-12  David Edmondson  <dme@dme.org>
15314
15315         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
15316         and replace `.' with `\w' to allow for different syntax tables
15317         (from Vladimir Volovich).
15318         * message.el (message-newline-and-reformat): use
15319         `message-cite-prefix-regexp'.
15320         * gnus-cite.el (gnus-supercite-regexp): use
15321         `message-cite-prefix-regexp'.
15322         * gnus-cite.el (gnus-cite-parse): use
15323         `message-cite-prefix-regexp'.
15324
15325 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15326
15327         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
15328         PGP SIGNATURE.  Escape leading "-"'s.
15329         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
15330
15331 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
15332
15333         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
15334
15335 2000-11-11  Simon Josefsson  <sj@extundo.com>
15336
15337         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
15338
15339         * smime.el (smime-details-buffer): New variable.
15340         (smime-sign-region):
15341         (smime-encrypt-region):
15342         (smime-verify-region):
15343         (smime-decrypt-region): Copy OpenSSL output to the buffer.
15344
15345         * mml-smime.el (mml-smime-verify): Support security info.
15346
15347 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
15348
15349         * mm-decode.el (mm-verify-option): Set default to nil.
15350         (mm-decrypt-option): Ditto.
15351         * gnus-art.el (article-verify-x-pgp-sig): New function.
15352
15353 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
15354
15355         * gnus-art.el (gnus-mime-display-alternative): Show button if no
15356         preferred part.
15357
15358 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15359
15360         * gnus-sum.el (gnus-move-split-methods): Say that
15361         `gnus-split-methods' uses file names, whereas this uses group
15362         names.  (Report from Nevin Kapur)
15363
15364 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
15365
15366         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
15367
15368 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15369
15370         * nnheader.el (nnheader-directory-files-is-safe): New variable.
15371         (nnheader-directory-articles): Use it.
15372         (nnheader-article-to-file-alist): Ditto.
15373
15374 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15375
15376         * rfc2047.el (rfc2047-pad-base64): New function.
15377         (rfc2047-decode): Use it.
15378
15379 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
15380
15381         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
15382         select method.
15383
15384 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15385
15386         * mml2015.el (mml2015-gpg-decrypt-1):
15387         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
15388
15389 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15390
15391         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
15392
15393 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
15394
15395         * pop3.el (pop3-munge-message-separator): A message may have an
15396         empty body.
15397
15398 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
15399
15400         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
15401         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
15402         (mm-uu-pgp-signed-extract): Use coding-system.
15403
15404 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
15405
15406         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
15407         (gnus-insert-mime-security-button): New function.
15408         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
15409         * mml2015.el:  Add security info when verify or decrypt.
15410         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
15411         (mm-uu-pgp-encrypted-extract): Ditto.
15412
15413 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
15414
15415         * mm-decode.el (mm-display-parts): New function.
15416         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
15417
15418 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15419
15420         * gnus-mlspl.el: Documentation tweaks.
15421
15422 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15423
15424         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
15425         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
15426         argument.
15427
15428 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
15429
15430         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
15431
15432 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
15433
15434         * gnus-art.el (gnus-article-encrypt): New function.
15435         (gnus-article-encrypt-protocol-alist): New variable.
15436         (gnus-article-encrypt-protocol): New variable.
15437         * mml2015.el (mml2015-self-encrypt): New function.
15438         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
15439
15440 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
15441
15442         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
15443         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
15444         let mailcap do it.
15445         * mml2015.el: Remove snarf code.
15446         * mm-decode.el: Remove snarf code.
15447
15448 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
15449
15450         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
15451         (mml-insert-mime): Understand gnus-decoded.
15452         (mime-to-mml): New parameter handles.
15453         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15454         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
15455
15456 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15457
15458         * mm-decode.el (mime-security): New group.
15459         (mm-verify-function-alist): Add test function.
15460         (mm-decrypt-function-alist): Ditto.
15461         (mm-snarf-option): Set default value as nil.
15462         (mm-find-part-by-type): Recursive parameter.
15463         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
15464         * mml2015.el: Support draft-ietf-openpgp-multsig.
15465
15466 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
15467
15468         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
15469         (gnus-article-view-part-as-charset): New function.
15470
15471 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
15472
15473         * mm-decode.el (mm-verify-option): Default value.
15474         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
15475
15476 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15477
15478         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
15479
15480 2000-11-05  Simon Josefsson  <sj@extundo.com>
15481
15482         * mml-smime.el (mml-smime-verify): Work in original multipart
15483         buffert.
15484
15485         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
15486         (mm-handle-multipart-ctl-parameter): Ditto.
15487         (mm-alist-to-plist): New function.
15488         (mm-dissect-buffer): Store CTL parameters and copy original buffer
15489         for multiparts.
15490         (mm-destroy-parts): Destroy multipart buffert.
15491         (mm-remove-part): Ditto.
15492
15493         * mml-smime.el (mml-smime-sign): Not used.
15494         (mml-smime-encrypt): Ditto.
15495
15496         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
15497
15498         Verify S/MIME signature support.
15499
15500         * mm-decode.el (mm-inline-media-tests): Add
15501         application/{x-,}pkcs7-signature.
15502         (mm-inlined-types): Ditto.
15503         (mm-automatic-display): Ditto.
15504         (mm-verify-function-alist): Ditto.  Add name of method.
15505         (mm-decrypt-function-alist): Add name of method.
15506         (mm-find-part-by-type): Add documentation.
15507         (mm-possibly-verify-or-decrypt): Use new format of
15508         mm-{verify,decrypt}-function-alist.  Use method names.
15509
15510         * mml-smime.el (mml-smime-verify): New function.
15511
15512 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15513
15514         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
15515
15516 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15517
15518         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
15519         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
15520         * mm-decode.el (mm-snarf-option): New variable.
15521
15522 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15523
15524         * mm-util.el (mm-subst-char-in-string): New function.
15525         (mm-replace-chars-in-string): Use it.
15526         * message.el (message-replace-chars-in-string): Use it.
15527         * nnheader.el (nnheader-replace-chars-in-string): Use it.
15528         * gnus-mh.el (mh-lib-progs): Shut up.
15529
15530 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
15531
15532         * base64.el, md5.el: Moved to contrib directory.
15533
15534 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15535
15536         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
15537         the last article when search.
15538
15539 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15540
15541         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
15542         * nnmail.el (nnmail-pathname-coding-system): Ditto.
15543
15544 2000-09-29  David Edmondson  <dme@thus.net>
15545
15546         * message.el (message-newline-and-reformat): Typo.
15547
15548 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15549
15550         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
15551
15552 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
15553
15554         * nntp.el (nntp-decode-text): Delete bogus status lines.
15555
15556 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
15557
15558         * message.el (message-font-lock-keywords): Match a final newline
15559         to help font-lock's multiline support.
15560
15561 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15562
15563         * nnoo.el (nnoo-set): New function.
15564
15565 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
15566
15567         * gpg.el, gpg-ring.el: Moved to contrib directory.
15568
15569 2000-11-04  Simon Josefsson  <sj@extundo.com>
15570
15571         * nnimap.el (nnimap-split-inbox): Typo.
15572
15573 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15574
15575         * gnus-msg.el (gnus-msg-mail): Move it backwards.
15576
15577 2000-11-03  Simon Josefsson  <sj@extundo.com>
15578
15579         * rfc2231.el (rfc2231-parse-qp-string): New function.
15580         (require): rfc2047.
15581
15582         * mail-parse.el (mail-header-parse-content-type):
15583         (mail-header-parse-content-disposition): Support invalid QP
15584         encoded strings, by using `rfc2231-parse-qp-string'.
15585
15586 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15587
15588         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
15589         (rfc2231-decode-encoded-string): Typo "> X 1".
15590         (rfc2231-encode-string): Insert the name of charset.
15591         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
15592
15593 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15594
15595         * mm-decode.el (mm-save-part): Return the filename.
15596         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
15597         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
15598         (gnus-mime-action-alist): Use it.
15599         (gnus-mime-button-commands): Use it.
15600         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
15601         (mm-inline-external-body): unwind-protect.
15602
15603 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
15604
15605         * gnus-art.el (gnus-insert-mime-button): Show url.
15606
15607 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
15608
15609         * mml.el (mml-generate-mime-1): Support external url.
15610         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
15611
15612 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
15613
15614         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
15615         * mm-decode.el (mm-display-external): Ditto.
15616         * mm-extern.el: New file.
15617         * mm-decode.el (mm-inline-media-tests): Hook it up.
15618         (mm-inlined-types): Inline message/external-body.
15619
15620 2000-11-02  Simon Josefsson  <sj@extundo.com>
15621
15622         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
15623
15624         * message.el (message-get-reply-headers): Better handling when
15625         Mail-Followup-To is very large.
15626
15627 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15628
15629         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
15630         * gnus-art.el (gnus-article-edit-done):
15631         * gnus-sum.el (gnus-summary-edit-article-done): Move line
15632         counting code here.
15633         * gnus-msg.el (gnus-setup-message): Remove a hack.
15634
15635 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
15636
15637         * gnus-sum.el (gnus-newsgroup-variables): New variable.
15638         (gnus-summary-mode): Make them local variables.
15639         (gnus-set-global-variables): Globalize them.
15640         (gnus-summary-exit): Kill them.
15641
15642 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
15643
15644         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
15645         word.
15646
15647 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
15648
15649         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
15650         gnus-article-wash-types.
15651         * gnus-art.el (gnus-article-wash-status): Use them.
15652
15653 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
15654
15655         * mml.el (mml-read-tag): Remove spaces and LF.
15656
15657 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15658
15659         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
15660         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
15661
15662 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
15663
15664         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
15665
15666 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
15667
15668         * gnus-sum.el (gnus-article-charset): New variable.
15669         (gnus-summary-display-article): Set it.
15670         * gnus-msg.el (gnus-copy-article-buffer): Use it.
15671         * gnus-art.el (gnus-article-mode): Make it local variable.
15672
15673 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15674
15675         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
15676
15677 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15678
15679         * nnwfm.el: New file.
15680
15681         * nnweb.el (nnweb-replace-in-string): New function.
15682
15683 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15684
15685         * mml2015.el: Wrap gpg.el.
15686         * gpg.el (gpg-verify): The last argument of apply is a list.
15687         (gpg-encrypt): Add passphrase as a parameter.
15688
15689 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15690
15691         * gpg.el: New file.
15692         * gpg-ring.el: New file.
15693
15694 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15695
15696         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
15697
15698 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15699
15700         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
15701         double-quote characters.
15702         (gnus-summary-prepare-threads): Ditto.
15703
15704 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15705
15706         * gnus-art.el (gnus-mime-display-single): Forward line -1.
15707         * mml.el (mml-read-tag): Don't skip the leading space.
15708         * lpath.el (font-lock-set-defaults): Shut up.
15709
15710 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
15711
15712         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
15713
15714 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
15715
15716         * qp.el (quoted-printable-encode-region): Replace leading - when
15717         ultra safe.
15718         * mml.el (mml-generate-mime-postprocess-function): Removed.
15719         (mml-postprocess-alist): Removed.
15720         (mml-generate-mime-1): Use ultra-safe when sign.
15721         * mml2015.el (mml2015-fix-micalg): Uppercase.
15722         (mml2015-verify): Insert LF.
15723         (mml2015-mailcrypt-sign): Downcase; search backward.
15724
15725 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15726
15727         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
15728         restrictive.
15729         (nnultimate-table-regexp): New variable.
15730         (nnultimate-forum-table-p): Use it.
15731
15732 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
15733         Trivial patch.
15734
15735         * gnus-sum.el (gnus-summary-expire-articles): Save point.
15736
15737 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15738
15739         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
15740         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
15741
15742 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
15743
15744         * mml2015.el: Shut up.
15745
15746 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15747
15748         * gnus.el (gnus-server-browse-hashtb): Removed.
15749         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
15750         (gnus-group-insert-group-line-info): Use simplified method.
15751         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
15752
15753 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
15754
15755         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
15756         moved here.
15757         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
15758         * gnus-group.el (gnus-group-prepare-flat): Use it.
15759         * gnus-topic.el (gnus-group-prepare-topics): Use it.
15760
15761 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
15762
15763         * mml.el (mml-mode): Show menu in XEmacs.
15764
15765 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
15766
15767         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
15768         (gnus-server-read-server-in-server-buffer): New function.
15769         (gnus-browse-foreign-server): Browse in group buffer.
15770         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
15771         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
15772         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
15773         * gnus.el (gnus-server-browse-hashtb): New variable.
15774
15775 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
15776
15777         * nnfolder.el (nnfolder-open-nov): Use group.
15778
15779 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
15780
15781         * nnfolder.el: Add NOV. Set version to 2.0.
15782         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
15783
15784 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15785
15786         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
15787
15788 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15789
15790         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
15791         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
15792
15793 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15794
15795         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
15796
15797 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
15798
15799         * mm-decode.el (mm-verify-function-alist): New variable.
15800         (mm-verify-option): New variable.
15801         (mm-decrypt-function-alist): Ditto.
15802         (mm-decrypt-option): Ditto.
15803         (mm-find-raw-part-by-type): New function.
15804         (mm-possibly-verify-or-decrypt): New function.
15805         (mm-dissect-multipart): Use it.
15806         * mml2015.el (mml2015-fix-micalg): New function.
15807         (mml2015-decrypt): Use new interface.
15808         (mml2015-verify):  Use new interface.
15809         (mml2015-setup): Make it bogus.
15810
15811 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15812
15813         * mml.el (mml-generate-mime-postprocess-function): Set to
15814         mml-postprocess.
15815         (autoload): Autoload mml2015 and mml-smime.
15816         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
15817         * mml2015.el (mml2015-encrypt): New function.
15818         (mml2015-sign): New function.
15819         (mml2015-encrypt-function): New variable.
15820         (mml2015-sign-function): New variable.
15821         (mml2015-mailcrypt-encrypt): Use message-recipients.
15822         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
15823         * mml-smime.el (mml-smime-setup): Ditto.
15824
15825 2000-10-28  Simon Josefsson  <sj@extundo.com>
15826
15827         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
15828         Communigate Pro 3.3.1 server.
15829
15830         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
15831         in buffers.
15832         (mml-secure-dns-server): Removed.
15833         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
15834         write certificates to files.
15835
15836         * smime.el (smime-dns-server): New variable.
15837         (smime-mail-to-domain):
15838         (smime-cert-by-dns): New functions.
15839
15840         * dig.el: New file.
15841
15842 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
15843
15844         * message.el (message-options): New variable.
15845         (message-options-set-recipient): New function.
15846         (message-send): Use them.
15847         * gnus-int.el (gnus-request-replace-article): Use them.
15848         (gnus-request-accept-article): Ditto.
15849         * mml.el (mml-preview): Use them.
15850         * gnus-sum.el (gnus-summary-edit-article): Use them.
15851
15852         * message.el (message-options-get): New function.
15853         (message-options-get): New function.
15854         * rfc2047.el (rfc2047-encode-message-header): Use them.
15855         * mm-bodies.el (mm-encode-body): Use them.
15856
15857 2000-10-28  Simon Josefsson  <sj@extundo.com>
15858
15859         * nnimap.el (nnimap-retrieve-which-headers):
15860         (nnimap-request-article-part): Quote message-id.
15861
15862         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
15863         (smime-CA-file): New variable.
15864         (smime-call-openssl-region): Don't error.
15865         (smime-sign-region): Return result value.
15866         (smime-encrypt-region): Ditto.
15867         (smime-verify-region): New function.
15868         (smime-decrypt-region): Ditto.
15869         (smime-verify-buffer): Ditto.
15870         (smime-decrypt-buffer): Ditto.
15871
15872         * mml.el: Require mml-sec.
15873         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
15874         (mml-mode-map): Add "sign" and "encrypt" maps.
15875         (mml-menu): Add security menu.
15876         (mml-preview): Use generate-new-buffer.
15877
15878         * mml-sec.el: New file.
15879
15880 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15881
15882         * mm-decode.el (mm-find-part-by-type): Move it here.
15883         * mml.el (mml-postprocess): Move it here.
15884         (mml-postprocess-alist): Move it here. Merge them.
15885
15886 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
15887
15888         * rfc2047.el (rfc2047-encode-message-header): Make sure no
15889         unencoded stuff in the header.
15890
15891 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15892
15893         * gnus-group.el (gnus-group-listed-groups): New variable.
15894         (gnus-group-list-option): New variable.
15895         (gnus-group-list-limit-map): New keymap.
15896         (gnus-group-list-flush-map): New keymap.
15897         (gnus-group-list-plus-map): New keymap.
15898         (gnus-group-prepare-logic): New function.
15899         (gnus-group-prepare-flat): Merge with
15900         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
15901         (gnus-group-prepare-flat-list-dead): Ditto.
15902         (gnus-group-list-matching): Use gnus-group-prepare-function.
15903         (gnus-group-list-dormant): Ditto.
15904         (gnus-group-list-cached): Ditto.
15905         (gnus-group-listed-groups): New function.
15906         (gnus-group-list-limit): New function.
15907         (gnus-group-list-flush): New function.
15908         (gnus-group-list-plus): New function.
15909         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
15910         (gnus-topic-prepare-topic): Ditto.
15911
15912 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
15913
15914         * message.el (message-insert-to, message-get-reply-headers):
15915         (message-reply, message-followup): Mail-{Followup,Reply}-To.
15916
15917 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15918
15919         * mml2015.el: New file.
15920         * smime.el: New file.
15921         * mml-smime.el: New file.
15922
15923 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
15924
15925         * ChangeLog: Moved to ChangeLog.1.
15926
15927     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
15928   Copying and distribution of this file, with or without modification,
15929   are permitted provided the copyright notice and this notice are preserved.
15930
15931 ;; Local Variables:
15932 ;; coding: iso-2022-7bit
15933 ;; End: