* gnus-sum.el (gnus-summary-catchup-from-here): Doc fix.
[gnus] / lisp / ChangeLog
1 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
2
3         * gnus-registry.el (gnus-register-spool-action): Replaced literal
4         carriage-return character with its escape sequence.
5
6 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7
8         * gnus-sum.el (gnus-summary-catchup-from-here): Doc fix.
9
10         * nnrss.el (nnrss-node-text): Use only one
11         gnus-replace-in-string. 
12
13         * gnus.el: Remove gnus-functionp throughout.
14
15         * gnus-util.el (gnus-functionp): Removed.
16
17         * gnus-msg.el (gnus-summary-wide-reply-with-original): Doc fix. 
18
19         * message.el (message-required-headers): Add In-Reply-To.
20
21 2003-04-27  Marshall T. Vandegrift  <vandem2@rpi.edu>
22
23         * gnus-fun.el (gnus-face-from-file): Bind coding-system-for-read
24         to binary.
25
26 2003-04-27  Jesper Harder  <harder@ifa.au.dk>
27
28         * mml.el (mml-preview): do.
29
30         * message.el (message-mode): do.
31
32         * gnus-undo.el (gnus-undo-mode): do.
33
34         * gnus-topic.el (gnus-topic-mode): do.
35
36         * gnus-sum.el (gnus-summary-mode, gnus-summary-edit-article): do.
37
38         * gnus-msg.el (gnus-setup-message)
39         (gnus-inews-add-send-actions, gnus-configure-posting-styles): do.
40
41         * gnus-gl.el (gnus-grouplens-mode): do.
42
43         * gnus-art.el (gnus-mime-save-part-and-strip)
44         (gnus-mime-delete-part): Use it.
45
46         * gnus-util.el (gnus-make-local-hook): New function.
47
48 2003-04-25  Simon Josefsson  <jas@extundo.com>
49
50         * nnrss.el (nnrss-node-text): Don't use a star.
51         (nnrss-node-text): Use g-r-i-s, not g-r-r-i-s which doesn't exist.
52
53 2003-04-24  Dave Love  <fx@gnu.org>
54
55         * qp.el (quoted-printable-decode-region): Use mm-insert-byte.
56         Signal error on malformed text, as for base64.
57         (quoted-printable-encode-region): DTRT in Emacs 22.
58
59         * mm-util.el (mm-make-temp-file, mm-insert-byte): New.
60         (mm-auto-save-coding-system): Consider utf-8-emacs.
61         (mm-mime-mule-charset-alist, mm-mule-charset-to-mime-charset)
62         (mm-charset-to-coding-system, mm-mime-charset)
63         (mm-find-mime-charset-region): Check for :mime-charset coding
64         systems property.
65
66         * mml-sec.el (mml2015, mml1991): Don't require.
67         (mml2015-sign, mml2015-encrypt, mml1991-sign, mml1991-encrypt) 
68         (message-goto-body, mml-insert-tag): Autoload.
69
70         * mm-decode.el (mm-tmp-directory): Re-write to help avoid warnings.
71
72         * gnus-start.el (message-make-date): Autoload rather than
73         requiring message.
74
75         * gnus-group.el (gnus-group-name-charset-group-alist): Use
76         mm-coding-system-p.
77         (gnus-cache-active-altered): Defvar when compiling.
78         (gnus-group-delete-group): Re-write to help avoid warnings.
79
80         * gnus-art.el (gnus-use-idna): Use mm-coding-system-p.
81
82         * pgg.el: Split eval-when-compile forms.
83
84 2003-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
85
86         * gnus-group.el (gnus-large-ephemeral-newsgroup) 
87         (gnus-fetch-old-ephemeral-headers): News variables.
88         (gnus-group-read-ephemeral-group): Use them.
89
90 2003-04-24  Simon Josefsson  <jas@extundo.com>
91
92         * sieve.el (sieve-upload): Don't use replace-regexp-in-string.
93
94         * nnrss.el (nnrss-node-text): Ditto.
95
96 2003-04-24  Katsumi Yamaoka  <yamaoka@jpl.org>
97
98         * gnus-msg.el (gnus-inews-do-gcc): Make sure the obsolete variable
99         gnus-inews-mark-gcc-as-read exists.
100
101 2003-04-23  Simon Josefsson  <jas@extundo.com>
102
103         * gnus-sieve.el (gnus-sieve-generate): Rewrite regexp search so it
104         doesn't exceed the regexp stack space.
105
106 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
107
108         * gnus-msg.el (gnus-inews-mark-gcc-as-read): Don't defvar it.
109
110         * gnus-art.el (gnus-article-hide-pgp-hook): do.
111
112 2003-04-23  Reiner Steib  <Reiner.Steib@gmx.de>
113
114         * mml.el (mml-preview): Bind `=', RET, and mouse-2.
115
116 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
117
118         * mm-bodies.el (mm-decode-body): Don't override supplied charset.
119
120 2003-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
121
122         * dgnushack.el (merge, copy-list): Remove compiler macros.
123         (butlast): Add a compiler macro.
124
125 2003-04-22  Paul Jarc  <prj@po.cwru.edu>
126
127         * gnus-util.el (gnus-merge): Added "type" argument to match CL
128         merge and gnus-sum.el's expectations.
129
130 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
131
132         * gnus-art.el (gnus-button-url-regexp): Added nntp.
133
134         * message.el (message-generate-headers-first): Default to
135         '(references).
136
137         * gnus-art.el (gnus-mime-delete-part): Require confirmation.
138
139 2003-04-21  Jesper Harder  <harder@ifa.au.dk>
140
141         * smime.el (smime-decrypt-region): Insert From header.
142
143 2003-04-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
144
145         * gnus-fun.el (gnus-face-from-file, gnus-convert-png-to-face):
146         Max length of header is 726, not 740.  From Gaute B Strokkenes
147         <gs234@cam.ac.uk>.
148
149 2003-04-20  Jesper Harder  <harder@ifa.au.dk>
150
151         * nndb.el, mml1991.el: Fix license template.
152
153 2003-04-20  Simon Josefsson  <jas@extundo.com>
154
155         * nnimap.el (nnimap-split-articles): Don't download body unless
156         required.
157
158         * imap.el (imap-gssapi-open, imap-ssl-open): Erase buffer before
159         starting process, like imap-kerberos4-open does.
160
161         * mml-smime.el, rfc1843.el, dig.el, smime.el, uudecode.el: Fix
162         license template.
163
164         * mml-sec.el: Fix license template.
165
166         * gnus-sieve.el, sieve.el, sieve-manage.el, sieve-mode.el: Fix
167         license template.
168
169         * pgg-def.el, pgg.el, pgg-gpg.el, pgg-parse.el, pgg-pgp5.el,
170         pgg-pgp.el: Fix license template.
171
172 2003-04-19  Jesper Harder  <harder@ifa.au.dk>
173
174         * gnus-sum.el (gnus-summary-delete-article): Improve docstring.
175
176 2003-04-19  Teodor Zlatanov  <tzz@lifelogs.com>
177
178         * spam.el (spam-move-spam-nonspam-groups-only): dumb typo fix
179
180 2003-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
181
182         * spam.el (spam-split): allow a particular check as a parameter,
183         e.g. (: spam-split 'spam-use-bogofilter)
184         (spam-mark-only-unseen-as-spam): new parameter, see doc
185         (spam-mark-junk-as-spam-routine): use
186         spam-mark-only-unseen-as-spam, simplify routine to take advantage
187         of gnus-newsgroup-unread as well as gnus-newsgroup-unseen
188
189 2003-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
190
191         * gnus.el (gnus-group-short-name, gnus-group-prefixed-p): new functions
192         (gnus-group-guess-full-name): don't prefix the group twice
193
194         * nnmail.el (nnmail-split-fancy-with-parent): docstring fix
195
196         * gnus-registry.el (gnus-registry-clear)
197         (gnus-registry-fetch-group, gnus-registry-grep-in-list)
198         (gnus-registry-split-fancy-with-parent): new functions
199         (gnus-register-spool-action, gnus-register-action): simplified the format
200         (gnus-registry): new customization group
201         (gnus-registry-unfollowed-groups): new variable
202
203 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
204
205         * gnus-art.el (gnus-button-alist): Add nntp: urls.
206         (gnus-header-button-alist): Ditto.
207
208 2003-04-17  Dave Love  <fx@gnu.org>
209
210         * gnus-util.el (gnus-string-equal): Revert last change.
211
212 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
213
214         * gnus-srvr.el (gnus-browse-make-menu-bar): Fix typo.
215
216 2003-04-17  Mike Woolley  <mike@ariel.co.uk>
217
218         * gnus-sum.el (gnus-sum-thread-tree-false-root): New variable.
219
220 2003-04-15  Michael Shields  <shields@msrl.com>
221
222         * gnus-art.el (article-hide-boring-headers): Hide Reply-To: if
223         the broken-reply-to group parameter is set.  Idea from Vasily
224         Korytov <deskpot@myrealbox.com>.
225
226 2003-04-17  Steve Youngs  <youngs@xemacs.org>
227
228         * dgnushack.el: 'setenv' is in env.el for XEmacsen <= 21.4, but in
229         process.el in XEmacsen >= 21.5.
230
231 2003-04-17  Steve Youngs  <youngs@xemacs.org>
232
233         * dgnushack.el: Add a whole swag of autoloads and defaliases to
234         satisfy the byte-compiler when building with XEmacs.
235
236         * lpath.el (maybe-bind): Add 'w3-meta-content-type-charset-regexp'
237         and 'w3-meta-charset-content-type-regexp' in XEmacs.  The upstream
238         W3 doesn't have these.
239
240         * mailcap.el: Maybe require 'lpr in XEmacs.
241
242 2003-04-16  Simon Josefsson  <jas@extundo.com>
243
244         * mml2015.el (mml2015-pgg-sign): Bind pgg-default-user-id to MML
245         sender tag, if available.
246
247 2003-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
248
249         * gnus-registry.el (gnus-register-action)
250         (gnus-register-spool-action, hashtable-to-alist)
251         (gnus-registry-translate-from-alist, alist-to-hashtable)
252         (gnus-registry-translate-to-alist, gnus-registry-headers-hashtb):
253         new variables and function fixes
254
255         * gnus.el (gnus-registry-headers-alist): new variable to hold
256         article header data
257         (gnus-variable-list): save gnus-registry-headers-alist
258
259         * spam-report.el (Module): new module for spam reporting
260
261         * gnus.el (spam-process): added
262         gnus-group-spam-exit-processor-report-gmane to the list of choices
263         (gnus-install-group-spam-parameters): defined new spam exit processor
264
265         * spam.el (autoload): autoload spam-report-gmane when needed
266         (spam-report-gmane-register-routine): glue for spam-report.el
267         (spam-group-spam-processor-report-gmane-p): glue for the
268         gnus-group-spam-exit-processor-report-gmane spam processor
269         (spam-summary-prepare-exit): check the report-gmane spam processor
270         and run spam-report-gmane-register-routine if it's active
271
272         From John Wiegley <johnw@gnu.org>
273
274         * spam.el (spam-bogofilter-score): check bogofilter headers before
275         checking bogofilter itself
276
277 2003-04-16  Dave Love  <fx@gnu.org>
278
279         * gnus-agent.el: Wrap defsetf in eval-when-compile.
280         (gnus-agent-cat-defaccessor): Don't use gensym.
281
282         * mml1991.el: Require cl, mm-util when compiling.
283         (quoted-printable-decode-region, quoted-printable-encode-region):
284         Autoload.
285
286         * pgg.el: Require cl when compiling.
287
288         * nnmail.el (gnus): Require.
289
290         * gnus-util.el: Move provide to end.
291         (gnus-string-equal): Maybe use compare-strings.
292         (gnus-merge): New.
293
294         * gnus-sum.el (gnus-summary-prepare-threads): Don't use copy-list.
295         (gnus-summary-insert-articles): Use gnus-merge.
296
297         * gnus-fun.el: Require cl and mm-util when compiling.
298
299         * gnus-diary.el (gnus-diary-delay-format-french)
300         (gnus-diary-delay-format-english): Don't use setf with nthcdr.
301
302         * nndiary.el (nndiary-compute-reminders): Don't use setf with
303         nthcdr.
304
305 2003-04-16  Kevin Greiner <kgreiner@xpediantsolutions.com>
306
307         * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to
308         specify a predicate other than false.
309         (gnus-category-read): Use the new feature to create a 'default'
310         category with a 'short' predicate.
311
312 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
313
314         * message.el (message-unique-id): Comment change.
315
316         * gnus-art.el (gnus-article-next-page-1): New function.
317         (gnus-article-next-page): Use it.
318
319 2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
320
321         * spam.el (spam-split): added save-restriction to save-excursion
322
323 2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
324         From Julien Avarre <julien@avarre.com>
325
326         * gnus-fun.el: Fixed autoload cookie.
327
328 2003-04-15  Paul Jarc  <prj@po.cwru.edu>
329         From Remi Letot  <remi.letot@easynet.be>
330
331         * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if
332         instead of remove-if.
333
334 2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
335
336         * gnus-msg.el (gnus-summary-news-other-window): Use delq and
337         copy-sequence instead of remove which is a cl run-time function in
338         Emacs 20.
339
340 2003-04-14  Jesper Harder  <harder@ifa.au.dk>
341
342         * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
343         local copy of gnus-discouraged-post-methods with the current
344         method removed.
345
346 2003-04-14  Simon Josefsson  <jas@extundo.com>
347
348         * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
349
350 2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
351
352         * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
353         of `mm-coding-system-priorities' to base coding system.
354
355         * gnus-sum.el: Added coding cookie ("middle dot" in
356         gnus-summary-morse-message).
357
358 2003-04-13  Simon Josefsson  <jas@extundo.com>
359
360         * gnus-art.el (article-fill-long-lines)
361         (article-verify-x-pgp-sig, article-decode-group-name)
362         (gnus-mime-button-menu): Split >80 character lines.
363
364 2003-04-13  Jesper Harder  <harder@ifa.au.dk>
365
366         * gnus-sum.el (gnus-summary-local-variables): Use defvar since
367         we're let-binding it.
368
369         * nnmbox.el (nnmbox-mbox-buffer): It's not a constant.
370
371 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
372
373         * message.el (message-hide-headers): Don't do intangible.
374
375         * gnus.el (gnus-group-prefixed-name): Comment out the test for
376         colon. 
377
378         * gnus-srvr.el (gnus-browse-read-group): Don't give the real name
379         to the ephemeral entry, but the prefixed name.
380
381         * gnus.el (gnus-group-prefixed-name): Clean up.
382
383 2003-04-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
384
385         * gnus-agent.el (gnus-agent-group-pathname): Bind
386         gnus-command-method so that gnus-agent-directory will always
387         return a valid directory.
388         * gnus-cache.el (gnus-cache-enter-article): Remove article from
389         gnus-newsgroup-undownloaded so that the summary will display the
390         article as downloaded.
391         (gnus-cache-remove-article): If the article isn't in the agent,
392         remove it from gnus-newsgroup-undownloaded so that the summary
393         will display the article as undownloaded.
394
395 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
396
397         * gnus.el (gnus-version-number): Bump.
398
399 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
400
401         * gnus.el: Oort Gnus v0.18 is released.
402
403 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
404
405         * gnus-draft.el (gnus-draft-send): Add message-hidden-headers. 
406
407 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
408
409         * gnus-art.el (gnus-article-next-page): Use
410         gnus-article-over-scroll.
411         (gnus-article-over-scroll): New variable.
412
413         * message.el (message-newline-and-reformat): Place a boundary
414         before filling.
415         (message-make-forward-subject-function): Changed default to
416         message-forward-subject-name-subject. 
417         (message-forward-subject-name-subject): New function.
418
419         * nnimap.el (nnimap-split-fancy): Ditto.
420
421         * gnus-sum.el (gnus-summary-line-message-size): Ditto.
422
423         * gnus-cus.el (gnus-group-parameters): Removed "which see".
424
425         * mml.el (mml-minibuffer-read-file): Bind
426         completion-ignored-extensions to nil.
427
428         * message.el (message-fix-before-sending): Comment fix.
429         (message-fix-before-sending): Make hidden headers visible.
430         (message-hide-headers): Bind after-change-functions to nil.
431         (message-forbidden-properties): Put invisible and intangible
432         back. 
433         (message-strip-forbidden-properties): Ignore message-hidden text.
434
435         * gnus-msg.el: Hide headers.
436
437         * message.el (message-hidden-headers): New variable.
438         (message-hide-headers): New function.
439         (message-hide-header-p): New function.
440         (message-hide-header-p): Change logic.
441         (message-forbidden-properties): Remove intangible nil invisible
442         nil. 
443         (message-hide-headers): Narrow to headers.
444
445         * lpath.el (featurep): Bind Info-directory, Info-menu.
446
447 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
448
449         * mm-bodies.el (mm-body-charset-encoding-alist): UTF-16 *must* be
450         encoded.
451         (mm-encode-body): Don't corrupt UTF-16.
452         (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist.
453
454 2003-04-10  Kevin Greiner <kgreiner@xpediantsolutions.com>
455
456         * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
457         the CACHE are now detected and handled the same as an article
458         downloaded into the agent.
459         (gnus-agent-group-path): Modified to match nnmail-group-pathname
460         so that the agent front-end and back-end (nnagent) always use the
461         same directory.
462         (gnus-agent-group-pathname): New function. Wrapper for
463         nnmail-group-pathname.
464         (gnus-agent-expire-unagentized-dirs): New variable.  May be
465         customized to disable gnus-agent-expire-unagentized-dirs.
466         (gnus-agent-expire-unagentized-dirs): Expand gnus-agent-directory
467         as the directories in gnus-agent-expire-current-dirs were
468         expanded.
469
470 2003-04-10  Jesper Harder  <harder@ifa.au.dk>
471
472         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Encrypt
473         body" entry in read only groups.
474
475 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
476
477         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file"
478         and "Create article" items in non-editable groups.
479
480 2003-04-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
481
482         * gnus-agent.el (gnus-agent-write-active): Added option of
483         replacing, rather than updating, the agent's active file.  Do NOT
484         use the fully qualified group name as gnus-active-to-gnus-format
485         blindly prefixes group names with server names.
486         (gnus-agent-save-group-info): Merge BOTH min/max of current active
487         range, was just merging min, with specified active range.
488         (gnus-agent-expire): Save agent's active ranges after
489         expiring all groups.
490         (gnus-agent-expire-group-1): Update min of agent's active range to
491         min article currently fetched.
492         (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
493         same ancestor multiple times.
494
495         * gnus-async.el (gnus-asynchronous): Moved defcustom of
496         gnus-asynchronous away from defgroup of gnus-asynchronous.  This
497         seems to fix an intermittant error in which loading gnus-async
498         fails to define gnus-asynchronous (the variable).
499
500         * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
501         non-essential.  Removed on all platforms.
502         (gnus-select-newsgroup): When the agent is active, expand the
503         group's active range to include fetched articles that are no
504         longer in the server's active range.
505
506         * gnus-util.el (gnus-with-output-to-file): Removed all of the
507         print-* bindings as they should be handled by the function doing
508         the printing.
509
510 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
511
512         * mm-uu.el (mm-uu-copy-to-buffer): buffer-file-coding-system
513         might be unbound in non-MULE XEmacsen.
514
515 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
516
517         * mm-uu.el (mm-uu-diff-groups-regexp, mm-uu-type-alist)
518         (mm-uu-diff-extract, mm-uu-diff-test): New functionality:
519         recognize diffs.
520
521         * mm-bodies.el (mm-decode-body): Use the supplied charset
522         unconditionally if `code-pages' hasn't been loaded.
523
524 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
525
526         * gnus-art.el (article-verify-x-pgp-sig): Don't use
527         `insert-buffer', the docstring says "This function is meant for
528         the user to run interactively.  Don't call it from programs!"
529
530         * mm-extern.el (mm-extern-mail-server): do.
531
532         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-sign)
533         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
534         (mml1991-pgg-encrypt): do.
535
536         * pgg.el (pgg-decrypt-region): do.
537
538         * mm-view.el (mm-view-pkcs7-decrypt): do.
539
540         * mml-smime.el (mml-smime-verify): do.
541
542         * mml.el (mml-insert-mime, mml-preview): do.
543
544         * mml2015.el (mml2015-gpg-decrypt-1, mml2015-gpg-sign)
545         (mml2015-gpg-encrypt, mml2015-pgg-clear-decrypt)
546         (mml2015-pgg-encrypt): do.
547
548 2003-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
549
550         * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
551
552 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
553
554         * mm-uu.el (mm-uu-copy-to-buffer): Copy
555         `buffer-file-coding-system' to the new buffer.
556         (mm-uu-pgp-signed-extract-1): Don't copy
557         `buffer-file-coding-system' here.
558
559         * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
560         exist in XEmacs.
561         (mm-decode-body): Add missing quote.
562
563         * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
564         buffer-file-coding-system.
565
566         * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
567         last-coding-system-used.
568
569         * mml2015.el (mml2015-pgg-clear-verify): Encode the text
570         according to buffer-file-coding-system.
571
572         * pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
573
574         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
575         (pgg-pgp-snarf-keys-region): do.
576
577         * pgg-pgp5.el (pgg-pgp5-verify-region)
578         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
579
580         * pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
581         
582 2003-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
583
584         * spam.el (spam-split): (save-excursion) around (widen)
585         (spam-ham-move-routine): Use spam-group-ham-mark-p, not
586         spam-group-spam-mark-p (from Michael Shields <shields@msrl.com>)
587
588 2003-04-05  Steve Youngs  <youngs@xemacs.org>
589
590         * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so
591         don't use it when loading gnus-sum.el if we're in XEmacs.
592
593 2003-04-05  Kevin Greiner <kgreiner@xpediantsolutions.com>
594
595         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
596         print-escape-nonascii to fix more characters in compiled format
597         specs.
598
599 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
600
601         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
602         Fix customization type.
603
604 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
605
606         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
607         print-quoted, print-readably, print-escape-multibyte, and
608         print-level to match original behavior of gnus-prin1.  This should
609         repair the format of .newsrc.eld when using compiled format specs.
610
611 2003-04-04  Jesper Harder  <harder@ifa.au.dk>
612
613         * gnus-group.el (tool-bar-map): defvar it.
614
615         * gnus-art.el (tool-bar-map): do.
616
617         * gnus-sum.el (tool-bar-map): do.
618
619 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
620
621         * earcon.el (earcon-regexp-alist): catmeow is a wav file.
622
623 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
624
625         * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
626         and value.
627         (gnus-button-alist): Use it.
628
629 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
630
631         * pgg-gpg.el (pgg-gpg-process-region): do.
632
633         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
634         (pgg-pgp-snarf-keys-region): do.
635
636         * pgg-pgp5.el (pgg-pgp5-verify-region)
637         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
638
639         * pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
640         unsafe.
641         (pgg-temporary-file-directory): Remove.
642
643 2003-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
644
645         * lpath.el: Fbind Info-directory and Info-menu.
646
647 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
648
649         * gnus-util.el (gnus-message): Added doc-string.
650
651         * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
652         (gnus-score-edit-file-at-point): Goto first match when using `e'.
653
654 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
655
656         * gnus-art.el (gnus-button-ctan-directory-regexp): New variable.
657         (gnus-button-alist): Use it.  Changed CTAN and "setq" entries.
658
659 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
660
661         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
662         (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode.
663
664 2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
665
666         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
667         print-escape-newlines to print escape sequences rather than
668         literal newline characters.
669
670 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
671
672         * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
673         `message-valid-fqdn-regexp' for initialization.
674         (gnus-button-handle-info-url): Renamed and extended version of
675         `gnus-button-handle-info'.
676         (gnus-button-message-level): Renamed from `gnus-button-mail-level'
677         (gnus-button-handle-symbol, gnus-button-handle-library)
678         (gnus-button-handle-info-keystrokes): New functions.
679         (gnus-button-browse-level): New variable.
680         (gnus-button-alist): Use them.  Added levels.
681         (gnus-header-button-alist): Added levels.
682
683 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
684
685         * gnus.el (gnus-version-number): Bump.
686
687 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
688
689         * gnus.el: Oort Gnus v0.17 is released.
690
691 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
692
693         * gnus-start.el (gnus-unload): Removed.
694
695         * pop3.el (pop3-read-response): Use
696         nnheader-accept-process-output.
697         (pop3-retr): Ditto.
698
699         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx. 
700         (mm-text-html-washer-alist): Ditto.
701
702 2003-03-31  Simon Josefsson  <jas@extundo.com>
703
704         * imap.el (imap-gssapi-program): Also try GNU SASL.
705         (imap-gssapi-open): Accept GNU SASL greeting.
706         (imap-read-timeout): New.
707         (imap-wait-for-tag): Use it.
708
709 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
710
711         * nntp.el (nntp-accept-process-output): Use new function.
712
713         * nnheader.el (nnheader-read-timeout): New variable.
714         (nnheader-accept-process-output): New function.
715
716         * nntp.el (nntp-read-timeout): Removed.
717
718         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
719
720 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
721
722         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
723
724 2003-03-30  Simon Josefsson  <jas@extundo.com>
725
726         * message.el (message-idna-inside-rhs-p): Narrow to header before
727         searching.
728
729         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
730
731 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
732
733         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
734
735 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
736
737         * message.el (message-make-in-reply-to): Use
738         mail-extract-address-components to determine sender's
739         name/address.
740
741 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
742
743         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead. 
744
745         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
746         valid lambda.
747         (gnus-registry-translate-from-alist): Ditto.
748
749         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
750         print-length to nil.
751
752         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
753
754         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
755         (gnus-grab-cam-face): Use it.
756
757 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
758
759         * nnmaildir.el (nnmaildir-request-set-mark)
760         (nnmaildir-close-group): Allow each mark directory in a group to
761         have its own inode for mark files, to accommodate AFS.
762
763 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
764
765         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by
766         gnus-read-newsrc-el-file
767         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
768
769         * gnus-registry.el (gnus-registry-translate-to-alist)
770         (gnus-registry-translate-from-alist, alist-to-hashtable)
771         (hashtable-to-alist): new functions
772         (gnus-register-spool-action): add a spool item to the registry
773
774         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
775         list of saved variables
776         (gnus-registry-alist): new variable
777
778 2003-03-27  Simon Josefsson  <jas@extundo.com>
779
780         * gnus-art.el (article-decode-group-name): Be correct instead of
781         smart.
782
783 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
784
785         * lpath.el: Bind url-current-object for Emacs; bind
786         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
787         for both Emacsen.
788
789 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
790
791         * gnus-sum.el (gnus-article-loose-mime)
792         (gnus-article-emulate-mime): Move to gnus-article-mime customize
793         group.
794
795         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
796         doc string.
797
798 2003-03-26  Kevin Ryde <user42@zip.com.au>
799
800         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
801         gnus-summary-find-uncancelled, skip temporary articles inserted by
802         "refer" functions.
803
804 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
805
806         * smiley.el (smiley-buffer): New function.
807
808 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
809
810         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
811         gnus-summary-update-line (which updated the article's face) with
812         gnus-summary-update-download-mark (which updates the article's
813         face by calling gnus-summary-update-line AND updates the download
814         mark to show that the article was fetched).
815
816 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
817
818         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
819         option of deleting agent directories for groups/servers that are
820         not currently agentized.
821         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
822
823         * gnus-int.el (gnus-open-server): Report backend errors in
824         condition handler.
825
826 2003-03-23  Simon Josefsson  <jas@extundo.com>
827
828         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
829         header.
830
831         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
832         same as Newsgroups.
833
834         * nntp.el (nntp-open-connection-function): Mention
835         nntp-open-tls-stream.
836         (nntp-open-tls-stream): New function.
837
838         * tls.el: New file.
839
840         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
841         instead of SSL.
842         (nnimap-stream): Add other streams, link to imap variables.
843         (nnimap-authenticator): Add other authenticator, link to imap
844         variables.
845
846         * imap.el: Autoload open-tls-stream.
847         (imap-streams): Add tls in front of ssl.
848         (imap-stream-alist): Add tls.
849         (imap-default-tls-port): New variable.
850         (imap-tls-p, imap-tls-open): New functions.
851
852 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
853
854         * mm-url.el (mm-url-insert-file-contents): parse url only if
855         results is a list.
856
857 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
858
859         * mail-source.el (mail-source-fetch-imap): Revert.
860
861 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
862
863         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
864         less strict regexp.
865
866 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
867
868         * mail-source.el (mail-source-fetch-imap): Use buffer name for
869         more imap function.
870
871 2003-03-21  Simon Josefsson  <jas@extundo.com>
872
873         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
874         Followup-To data inline.
875
876 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
877
878         * gnus-art.el (gnus-treat-display-xface): Don't enable if
879         icontopbm isn't available.
880
881 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
882
883         * gnus-int.el (gnus-open-server): Catch errors in backend's
884         open-server method.  Returns nil rather than crashing startup.
885
886         * gnus-sum.el (eval-when-compile): Modified to resolve
887         compile-time warnings.
888
889         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
890         Reports length of series so that the user can compare N with a
891         subject that should, if the entire series is present, contain
892         '(.../N)'.
893         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
894         of temp file (Win-XP may leave the temp file locked when the
895         uudecode process fails).
896
897 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
898
899         * message.el (message-split-line): Ignore error.
900
901         * lpath.el (split-line): Avoid split-line warning message.
902
903 2003-03-20  Kim F. Storm  <storm@cua.dk>
904
905         * message.el (message-split-line): New function.
906         (message-mode-map): Remap split-line to message-split-line.
907
908 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
909
910         * message.el (message-make-overlay): Defalias it to make-overlay.
911         (message-delete-overlay): Defalias it to delete-overlay.
912         (message-overlay-put): Defalias it to overlay-put.
913         (message-idna-to-ascii-rhs-1): Use them.
914
915         * messagexmas.el (message-xmas-redefine): Defalias some overlay
916         functions to extent functions.
917
918 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
919
920         * message.el (message-check-news-header-syntax): Fixed regexp.
921
922 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
923
924         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
925
926         * mm-url.el (mm-url-insert): Move url-current-object stuff into
927         mm-url-insert-file-contents.
928
929         * nnrss.el (nnrss-fetch): Fetch the local stuff.
930         (nnrss-check-group): Use it.
931
932 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
933
934         * nnrss.el: Primitive XML Name-space support.  This means that RSS
935         feeds like Kevin Burton's[1] can now be read in Gnus.
936
937         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
938         means that if you want to read the RSS feed for example.com, all
939         you have to do is hit "G R http://www.example.com/ RET" and
940         nnrss.el will find and the feed listed on the site or (if you have
941         loaded xml-rpc.el) look it up on syndic8.com.
942
943         Marked the message as HTML (by adding a Content-Type header) so
944         that Gnus will render it as html if the user wants that.
945
946         Implemented the ability to save nnrss-group-alist so that any new
947         feeds the you subscribe to will be found the next time you start
948         up.
949
950         Implemented support for RSS 2.0 elements (author, pubDate).
951
952         Prefer for <content:encoded> over <description> where both
953         elements exist.
954
955         * mm-url.el (mm-url-insert): Set url-current-object.
956
957         * gnus-group.el (gnus-group-make-rss-group): New function.
958
959 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
960
961         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
962         for highlight overlays.
963
964 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
965
966         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
967         a NOV.
968
969 2003-03-20  Simon Josefsson  <jas@extundo.com>
970
971         * message.el (message-use-idna): Disable if UTF-8 unavailable.
972         (message-idna-to-ascii-rhs): Use it.
973
974         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
975
976 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
977
978         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
979         (spam-group-ham-marks, spam-group-spam-marks): new functions
980         (spam-spam-marks, spam-ham-marks): removed in favor of the
981         spam-marks and ham-marks parameters
982         (spam-generic-register-routine, spam-ham-move-routine): use the
983         new spam-group-{spam,ham}-mark-p functions
984
985         * gnus.el (spam-marks, ham-marks): new group parameters with
986         default values same as the old spam-spam-marks and spam-ham-marks
987
988 2003-03-19  Simon Josefsson  <jas@extundo.com>
989
990         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
991         (gnus-use-idna): New variable.
992         (article-decode-idna-rhs): New function.
993
994         * message.el (message-use-idna): New variable.
995         (message-mode-field-menu): Add entry for IDNA.
996         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
997         (message-idna-to-ascii-rhs): New function.
998         (message-generate-headers): Invoke IDNA code.
999
1000 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
1001
1002         * nnmaildir.el (nnmaildir--system-name): New function.
1003         (nnmaildir-request-accept-article): Use it.
1004
1005 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1006
1007         * gnus-util.el (gnus-byte-compile): Make it work silently as the
1008         gnus-compile function does.
1009
1010         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
1011         bogus change.
1012
1013 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
1014
1015         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
1016         sort-coding-systems is defined.
1017
1018 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
1019
1020         * nnmaildir.el (nnmaildir-open-server, nnmaildir-request-scan)
1021         (nnmaildir-request-create-group, nnmaildir-request-delete-group):
1022         Replace create-directory with target-prefix.
1023
1024 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
1025
1026         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
1027         find-charset-string which is slooow in XEmacs.
1028
1029 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1030
1031         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
1032         compiler under XEmacs.
1033
1034 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
1035
1036         * gnus-art.el (gnus-treat-highlight-signature): Make the default
1037         work for multipart/signed where the message text isn't `last'.
1038
1039 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1040
1041         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
1042         the value of mm-inline-text-html-with-images.
1043         (mm-inline-text-html-render-with-w3m): Don't bind
1044         w3m-display-inline-images.
1045
1046         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
1047         w3m-display-inline-images.
1048
1049         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
1050         regardless of an Emacs flavor.
1051
1052 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1053
1054         * gnus.el (gnus-version-number): Bump.
1055
1056 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1057
1058         * gnus.el: Oort Gnus v0.16 is released.
1059
1060 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1061
1062         * lpath.el (featurep): Bind mm-w3m-mode-map.
1063
1064 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
1065
1066         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
1067         'respool-able backends define a global nnchoke-get-new-mail
1068         variable.
1069
1070 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
1071
1072         * gnus-art.el (gnus-mime-delete-part): New function.
1073         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
1074
1075 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1076
1077         * message.el (message-check-news-header-syntax): Don't push
1078         groups twice onto list of unknown groups.
1079
1080         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
1081         back.
1082
1083         * nnheader.el (nnheader-find-etc-directory): Doc fix.
1084
1085         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
1086         config unless the summary buffer exists.
1087
1088         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
1089         that target group is computed correctly when articles are marked
1090         as read by Xref handling.
1091
1092         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
1093         imap-open.
1094
1095         * message.el (message-send-mail): Add courtesy string to Bcc's,
1096         too.
1097
1098         * gnus-cite.el (gnus-cited-line-p): New function.
1099
1100 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
1101
1102         * mm-bodies.el (mm-decode-body): Add new optional parameter,
1103         force, to use the supplied charset unconditionally.
1104
1105         * gnus-art.el (article-decode-charset): Use it.
1106
1107 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
1108
1109         * mm-bodies.el (mm-decode-coding-region-safely): New function.
1110         (mm-decode-body): Use it.
1111
1112         * rfc2047.el (rfc2047-decode-region): do.
1113         (rfc2047-decode-string): Guess coding system if the default is
1114         invalid.
1115
1116 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
1117
1118         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
1119         articles are marked 'read, so we get correct article counts.
1120
1121 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1122
1123         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
1124         the button.
1125         (gnus-insert-prev-page-button): Ditto.
1126         (gnus-insert-next-page-button): Ditto.
1127         (gnus-insert-mime-security-button): Ditto.
1128
1129         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
1130         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
1131         (mm-inline-image-xemacs): Ditto.
1132
1133 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
1134
1135         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
1136         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
1137         the recent filename uniqueness discussion.
1138
1139 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1140
1141         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
1142         newline next time.
1143         (mm-inline-image-xemacs): Ditto.
1144
1145 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
1146
1147         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
1148         kill-line.
1149
1150 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
1151
1152         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
1153         kill-line.
1154
1155 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1156
1157         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
1158         fixing the code to match the documentation.
1159         (gnus-agent-fetch-selected-article): Replaced
1160         gnus-summary-update-article-line with gnus-summary-update-line as
1161         the former did not correctly recalculate the thread indentation.
1162         (gnus-agent-find-parameter): The agent-predicate, if not found
1163         anywhere else, defaults to the value of gnus-agent-predicate.
1164         (gnus-agent-fetch-session): Fixed typo; now executes
1165         gnus-agent-fetched-hook rather than the undocumented
1166         gnus-agent-fetch-hook.
1167         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
1168         default agent predicate is now provided by
1169         gnus-agent-find-parameter.
1170         (gnus-agent-message): New macro.  This macro avoids potentially
1171         costly parameter evaluation when the message's level is too high
1172         to display.
1173         (gnus-agent-expire-group-1): Disabled undo tracking in temp
1174         overview buffer. Uses new gnus-agent-message macro to reduce
1175         overhead of optional messages. Reversed message levels to
1176         emphasize percent completion messages.  Detailed messages of
1177         little use except when debugging code.
1178
1179 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1180
1181         * spam.el (spam-ham-move-routine): use
1182         spam-mark-ham-unread-before-move-from-spam-group
1183         (spam-mark-ham-unread-before-move-from-spam-group): new variable
1184
1185 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
1186
1187         * spam.el: load nnimap.el when compiling
1188         (spam-setup-widening): use
1189         nnimap-split-download-body-default instead of
1190         nnimap-split-download-body which is a user-customizable variable
1191
1192 2003-03-07  Simon Josefsson  <jas@extundo.com>
1193
1194         * nnimap.el (nnimap-split-download-body-default): New, holds
1195         default for n-s-d-b.
1196         (nnimap-split-download-body): Add new setting (symbol default),
1197         which uses contents of n-s-d-b-d, and made it the default.
1198
1199 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
1200
1201         * spam.el (spam-use-hashcash): new variable
1202         (spam-list-of-checks): added spam-use-hashcash with associated
1203         spam-check-hashcash
1204         (spam-check-hashcash): new function, installed iff hashcash.el is
1205         loaded
1206         (spam-setup-widening): don't use (return)
1207
1208 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1209
1210         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
1211         predicate of `false' to avoid an error when a group defines no
1212         predicate. Fixed typo that disabled agent scoring (i.e. the
1213         low/high predicates should now work).
1214
1215 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1216
1217         * spam.el: add spam-maybe-spam-stat-load to
1218         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
1219         (spam-bogofilter-register-with-bogofilter): use
1220         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
1221         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
1222         custom variables to replace "-s" and "-n"
1223
1224         * gnus-group.el (gnus-group-get-new-news): call the new
1225         gnus-get-top-new-news-hook hook
1226
1227         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
1228         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
1229
1230 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1231
1232         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
1233
1234 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1235
1236         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
1237         a cl run-time function.
1238
1239 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1240
1241         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
1242         on gnus-agent-short-article.
1243         (gnus-category-read): Replaced CL function mapcar* with new macro:
1244         gnus-mapcar.
1245         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
1246         support functions that accept multiple parameters.  A separate
1247         sequence must be provided for each parameter in the function.
1248         Iteration stops when the end of the shortest list is reached.
1249
1250 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
1251
1252         * nnimap.el (nnimap-request-accept-article): Use delete-region.
1253
1254         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
1255         (html2text-delete-single-tag, html2text-clean-anchor)
1256         (html2text-remove-tags): Use delete-region.
1257         (html2text-fix-paragraphs): Simplify.
1258
1259         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
1260         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
1261         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
1262         kill-region.
1263
1264 2003-03-04  John Paul Wallington  <jpw@gnu.org>
1265
1266         * gnus-agent.el (gnus-agent-enable-expiration)
1267         (gnus-agent-article-alist, gnus-agent-article-alist)
1268         (gnus-agent-cat-defaccessor): Doc fixes.
1269
1270 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1271
1272         * gnus-agent.el (gnus-function-implies-unread-1): Grok
1273         byte-compiled functions.
1274
1275 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1276
1277         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
1278         customization between new maneuvering (which permits selecting
1279         undownloaded articles) and old maneuvering (which skipped over
1280         undownloaded articles) behaviors.
1281         (gnus-summary-find-next): Pass through the unread and subject
1282         parameters when calling gnus-summary-find-prev.
1283         (gnus-summary-find-next,gnus-summary-find-prev): Apply
1284         gnus-auto-goto-ignores to filter out unacceptable articles.
1285
1286 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
1287
1288         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
1289         exists in all supported Emacs versions, so we don't need this
1290         compatibility function.
1291         (mail-source-fetch-pop, mail-source-check-pop)
1292         (mail-source-fetch-webmail): Use read-passwd.
1293
1294         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
1295         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
1296         read-passwd.
1297
1298         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
1299
1300         * imap.el (imap-read-passwd): Remove.
1301         (imap-interactive-login): Use read-passwd.
1302
1303         * canlock.el (canlock-read-passwd): Remove.
1304         (canlock-insert-header, canlock-verify): Use read-passwd.
1305
1306         * sieve-manage.el (sieve-manage-read-passwd): Remove.
1307         (sieve-manage-interactive-login): Use read-passwd.
1308
1309         * pop3.el (pop3-read-passwd): Remove.
1310         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
1311         read-passwd.
1312
1313         * pgg.el (pgg-read-passphrase): Simplify.
1314
1315 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1316
1317         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
1318         'plugged' when actually 'unplugged' bug.
1319         (gnus-category-read): Ignore nil values when converting an
1320         old-format category so that the new-format category will default
1321         those attributes to the global variables.
1322
1323 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1324
1325         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
1326         doc-string.
1327
1328 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
1329
1330         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
1331         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
1332         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
1333         * mm-url.el (mm-url-decode-entities-string): do.
1334         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
1335         * mm-decode.el (mm-find-raw-part-by-type): do.
1336         * message.el (message-send-mail-partially)
1337         (message-send-mail-with-sendmail): do.
1338         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
1339         * gnus-kill.el (gnus-pp-gnus-kill): do.
1340         * gnus-art.el (gnus-article-treat-unfold-headers)
1341         (gnus-article-encrypt-body): do.
1342
1343 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1344
1345         * mail-source.el (mail-source-delete-incoming): Allow integer value.
1346         (mail-source-delete-old-incoming-confirm): New variable.
1347         (mail-source-delete-old-incoming): Use it.  New function.
1348         (mail-source-callback): Call `mail-source-delete-old-incoming' if
1349         `mail-source-delete-incoming' is a nonnegative integer.
1350
1351 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1352
1353         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
1354         (gnus-user-agent): Fixed typo.
1355
1356 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1357
1358         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
1359         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
1360
1361 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1362
1363         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
1364         (gnus-agent-fetch-session): Allow debugging to take place.
1365
1366 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
1367
1368         * gnus-sum.el (gnus-highlight-selected-summary)
1369         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
1370         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
1371         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
1372         and makes it clear that we don't need the side effect.
1373         * gnus-util.el (gnus-delete-line): do.
1374         * gnus-xmas.el (gnus-group-add-icon): do.
1375         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
1376         * nntp.el (nntp-send-authinfo-from-file): do.
1377         * nnml.el (nnml-header-value): do.
1378         * nnheader.el (nnheader-insert-references): do.
1379         * gnus-cite.el (gnus-article-highlight-citation)
1380         (gnus-cite-parse): do.
1381         * gnus-score.el (gnus-score-followup): do.
1382         * gnus-draft.el (gnus-draft-send): do.
1383         * gnus-group.el (gnus-group-highlight-line): do.
1384         * gnus-cache.el (gnus-cache-braid-nov): do.
1385         * nnfolder.el (nnfolder-retrieve-headers)
1386         (nnfolder-request-article): do.
1387         * gnus-art.el (article-hide-boring-headers)
1388         (gnus-article-hide-header): do.
1389
1390         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
1391         * nnml.el (nnml-request-replace-article): do.
1392         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
1393         * nnfolder.el (nnfolder-request-move-article): do.
1394         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
1395         * gnus-art.el (gnus-mm-display-part): do.
1396
1397         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
1398
1399 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1400
1401         * nntp.el (nntp-possibly-change-group): Avoid calling
1402         process-buffer on nil (Which happened when you lost your
1403         connection while fetching); instead signal a "Server Closed
1404         Connection" error.
1405
1406 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1407
1408         * gnus-agent.el (gnus-agent-enable-expiration): New
1409         variable. Either ENABLE or DISABLE.  Sets default behavior for
1410         selecting which groups are expired.
1411         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
1412         gnus-agent-set-cat-groups): Provides abstract interface for
1413         accessing agent category.  Category now implemented by an alist.
1414         (gnus-agent-add-group, gnus-agent-remove-group,
1415         gnus-category-insert-line, gnus-category-edit-predicate,
1416         gnus-category-edit-score, gnus-category-edit-groups,
1417         gnus-category-copy, gnus-category-add, gnus-group-category): Use
1418         new agent category abstraction.
1419         (gnus-agent-find-parameter): New function. Search for agent
1420         configuration parameter first in the group's parameters, then its
1421         topics (if any), and then the group's category.  If not found
1422         anywhere, use the original defined constants.
1423         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
1424         gnus-agent-find-parameter.
1425         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
1426         gnus-agent-cache now blocks retrieving headers and articles from
1427         the local cache.  Fetched content is still added to the cache
1428         before being returned.
1429         (gnus-agent-fetch-session): Use error-message-string to generate
1430         displayed error message.
1431         (gnus-agent-customize-category): New Command. 'e' in category
1432         buffer opens category customization buffer.
1433         (gnus-category-read): Reads either positional or alist format;
1434         returns alist format.
1435         (gnus-category-write): Writes category file compatible with
1436         current, and previous, versions of gnus-agent.
1437         (gnus-category-make-function, gnus-category-make-function-1):
1438         Corrected documentation; parameter is predicate NOT category.
1439         (gnus-predicate-implies-unread): Now works in more cases per the
1440         todo comment.
1441         (gnus-function-implies-unread-1): New function. Supports
1442         gnus-predicate-implies-unread.
1443         (gnus-agent-expire-group): Command now provides default of group
1444         under point.
1445         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
1446         agent-days-until-old parameters. No longer supports
1447         gnus-agent-expire-days being set to an alist.
1448         (gnus-agent-request-article): Now performs its own checks of
1449         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
1450         assuming that the caller will do them correctly.
1451         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
1452         gnus-agent-expire-days is set to an alist.  Converts said alist
1453         into group parameter so that gnus-agent-expire-days will not be
1454         needed.
1455         * gnus-art.el (gnus-request-article-this-buffer): Conditional
1456         checks surrounding gnus-agent-request-article removed; now
1457         performed by gnus-agent-request-article.
1458         * gnus-cus.el (gnus-agent-parameters): New variable. List of
1459         customizable group/topic parameters that regulate the agent.
1460         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
1461         kill-buffer with gnus-kill-buffer to remove the killed buffer from
1462         the list of gnus buffers.
1463         (gnus-trim-whitespace): Removes leading and trailing whitespace
1464         from multiline strings.
1465         (gnus-agent-cat-prepare-category-field,
1466         gnus-agent-customize-category): Constructs a category
1467         customization buffer.
1468         * gnus-int.el (gnus-retrieve-headers,
1469         gnus-request-expire-articles): No longer checks gnus-agent-cache
1470         as it is handled internally by the agent.
1471         (gnus-request-head, gnus-request-body): Conditional checks
1472         surrounding gnus-agent-request-article removed; now performed by
1473         gnus-agent-request-article.
1474
1475         * gnus-start.el (): Added defvar statements to resolve compilation
1476         warnings.
1477         (gnus-long-file-names): New function. Isolates platform dependent
1478         msdos-long-file-names.
1479         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
1480         option of writing directly to file.  Avoids memory exhausted
1481         errors when .newsrc.eld is huge.
1482         (gnus-save-newsrc-file): Uses new
1483         gnus-save-startup-file-via-temp-buffer.
1484         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
1485         standard-output.
1486         (gnus-display-time-event-handler): Changed to alias from a defun
1487         to avoid a compile-time warning when display-time-event-handler is
1488         not defined.
1489         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
1490         standard-output such that prin1 and princ will write directly to a
1491         file.
1492
1493         * gnus.el (gnus-agent-cache): Expanded documentation.
1494         (gnus-summary-high-undownloaded-face): Removed second bold keyword
1495         so that this face is actually bold.
1496
1497         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
1498         gnus-use-cache has been set.
1499
1500 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
1501
1502         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
1503
1504 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
1505
1506         * gnus-art.el (gnus-article-refer-article): Be more permissive.
1507
1508 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1509
1510         * spam.el: Fix typo.
1511
1512 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
1513         (Trivial patch.)
1514
1515         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
1516         errors-buffer. This produces a nicer error message in case of
1517         problems.
1518
1519 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
1520
1521         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
1522         load stats iff spam-use-stat is on
1523
1524         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
1525         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
1526         instead of spam-stat-load and spam-stat-save in the
1527         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
1528
1529 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1530
1531         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
1532
1533 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1534
1535         * message.el (message-make-fqdn): Protect against nil user-mail.
1536
1537 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
1538
1539         * gnus-art.el (gnus-boring-article-headers): New values:
1540         'to-list and 'cc-list.
1541
1542 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1543
1544         * spam.el (spam-setup-widening): new function to set
1545         nnimap-split-download-body, we add it to gnus-get-new-news-hook
1546         (spam-list-of-statistical-checks): list of statistical splitter
1547         checks
1548         (spam-split): added a widen call when a statistical check is
1549         enabled
1550
1551 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1552
1553         * gnus-msg.el (gnus-user-agent): Changed default to
1554         'emacs-gnus-type, renamed 'full.
1555
1556 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
1557
1558         * nnfolder.el (nnfolder-request-accept-article): Don't use
1559         mail-header-unfold-field.
1560
1561 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1562
1563         * imap.el (imap-ssl-open): Don't depend on ssl.el.
1564         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
1565
1566 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1567
1568         * spam.el: add spam-stat-load to gnus-get-new-news-hook
1569         (spam-split): remove spam-stat-load call
1570
1571 2003-02-26  Simon Josefsson  <jas@extundo.com>
1572
1573         * gnus-sum.el (gnus-summary-toggle-header): Run
1574         gnus-article-decode-hook instead of calling a-decode-encoded-words
1575         directly (the latter is run as part of the former).
1576
1577 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1578
1579         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
1580
1581 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
1582
1583         * message.el (message-sendmail-envelope-from): New option.
1584         (message-sendmail-envelope-from): New function.
1585         (message-send-mail-with-sendmail): Use it.
1586
1587 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
1588
1589         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
1590         compensation for TDMA addresses.
1591
1592 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1593
1594         * gnus-msg.el (gnus-user-agent): New variable.
1595         (gnus-version-expose-system): Removed.  Obsoleted by
1596         `gnus-user-agent'.
1597         (gnus-extended-version): Use `gnus-user-agent'.
1598
1599 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1600
1601         * spam.el (spam-stat-register-spam-routine,
1602         spam-stat-register-ham-routine): remove spam-stat-save
1603         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
1604
1605 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1606
1607         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
1608         reference.
1609
1610 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1611
1612         * nnheader.el (nnheader-find-nov-line): Changed midpoint
1613         calculation to avoid integer overflow.
1614
1615 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1616
1617         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
1618
1619 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
1620         * spam.el: disabled spam-get-article-as-filename
1621
1622         From Michael Shields  <shields@msrl.com>
1623
1624         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
1625         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
1626         * gnus-sum.el (gnus-summary-expire-articles): Use it.
1627         * spam.el (spam-summary-prepare-exit): Use it.
1628         * gnus.el (gnus-install-group-spam-parameters): New.
1629         * spam.el (spam-group-ham-processor-copy-p): New.
1630         * spam.el (spam-summary-prepare-exit): Support for ham copying.
1631         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
1632         that would cause the current message to be moved if the group had
1633         no spam.
1634         * spam.el (spam-ham-move-routine): New `copy' argument.
1635
1636 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1637         From Martin Thornquist <martint@ifi.uio.no>
1638
1639         * gnus-topic.el (gnus-topic-select-group): Select last group if
1640         after last group.
1641         * gnus-group.el (gnus-group-select-group): Ditto.
1642
1643 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1644
1645         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
1646         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
1647         point-at-(b|e)ol which aren't available in Emacs 20.
1648
1649         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
1650
1651 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1652
1653         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
1654         clause of the condition-case statement.  Errors connecting to a
1655         server no longer terminate gnus.
1656
1657         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
1658         make its use obvious.  Added no-nothing case to avoid
1659         opening(closing) servers when already open(closed).
1660         (gnus-agent-while-plugged): Added macro to facilitate internal use
1661         of gnus-agent-toggle-plugged.
1662         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
1663         temporarily open servers.
1664         (gnus-agent-get-undownloaded-list): Sort list of article numbers
1665         as sorting gnus-newsgroup-headers is wrong.
1666         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
1667         to temporarily open servers. Corrected logic to handle setting
1668         gnus-agent-mark-unread-after-downloaded.
1669         (gnus-agent-fetch-articles): Now handles headers with missing
1670         article sizes and/or missing article lengths.  Now clears the
1671         message buffer when finished.
1672         (gnus-agent-fetch-group-1): Position point before calling
1673         gnus-summary-set-agent-mark.
1674         (gnus-get-predicate): Corrected description, parameter is
1675         predicate not category.
1676         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
1677         provide a separate single group expiration function.
1678         (gnus-agent-regenerate-group): Now clears the message buffer when
1679         finished.
1680
1681 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1682
1683         * gnus.el (gnus-agent-target-move-group-header): New variable.
1684         * gnus-draft.el (gnus-draft-send): If special header
1685         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
1686         that group, instead of performing the regular sending functions.
1687
1688 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1689
1690         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
1691
1692 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
1693
1694         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
1695         variables.
1696         (message-make-fqdn): Use it.  Improved validity check.
1697
1698 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1699
1700         * message.el (message-user-mail-address): Check whether
1701         user-mail-address looks valid.
1702
1703         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
1704
1705         * gnus-util.el (gnus-fetch-original-field): New function.
1706
1707 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1708
1709         * message.el (message-mode): \\(...\\) around additional
1710         paragraph-separate alternative.
1711
1712 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
1713
1714         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
1715         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
1716         display key bindings.
1717         (gnus-mime-button-menu): Rewrite.
1718
1719 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1720
1721         * gnus-art.el (gnus-button-url-regexp): Removed `.
1722
1723 2003-02-23  Max Froumentin  <mf@w3.org>
1724
1725         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
1726
1727 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1728
1729         * gnus-art.el (gnus-mime-action-on-part): Require a match
1730         interactively.
1731
1732         * gnus-start.el (gnus-save-newsrc-file): Use
1733         gnus-backup-startup-file.
1734         (gnus-backup-startup-file): New variable.
1735
1736 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1737
1738         * gnus.el (gnus-summary-buffer-name): Moved function here.
1739
1740         * gnus-draft.el (defun): Remove debug.
1741
1742 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
1743
1744         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
1745         can't open server.
1746
1747 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1748
1749         * gnus-draft.el (defun): Configure posting styles.
1750
1751         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
1752         the entry for the group exists before we alter it.
1753
1754 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1755
1756         * message.el (message-mode): MML tags separate paragraphs.  Small
1757         change from David S Goldberg <david.goldberg6@verizon.net>.
1758
1759         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
1760         `gnus-newsgroup-headers'.
1761
1762         * gnus-art.el (gnus-article-refer-article): Grok more message id
1763         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
1764
1765 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
1766
1767         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
1768         use "path name".
1769
1770 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
1771
1772         * gnus-sum.el (gnus-summary-move-article)
1773         (gnus-summary-expire-articles): send data header for article, not
1774         just article ID
1775
1776         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
1777         (gnus-register-spool-action): added hashtable of message ID keys
1778         with message motion data
1779
1780 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
1781         From Reiner Steib  <Reiner.Steib@gmx.de>.
1782
1783         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
1784         variable, used in `gnus-button-mid-or-mail-heuristic'.
1785         (gnus-button-mid-or-mail-heuristic): New function derived from
1786         Florian Weimer's Perl script.
1787         (gnus-button-handle-mid-or-mail): Allow a function instead of
1788         'guess.
1789         (gnus-button-guessed-mid-regexp): Removed.
1790
1791 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1792
1793         * message.el (message-resend): Bind message-setup-hook to nil;
1794         remove X-Draft-From header.
1795
1796 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
1797
1798         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
1799         (gnus-newsgroup-undownloaded)
1800         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
1801         Doc fixes.
1802
1803 2003-02-17  John Paul Wallington  <jpw@gnu.org>
1804
1805         * gnus.el (gnus-shell-command-separator, gnus-email-address)
1806         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
1807
1808 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
1809
1810         * gnus-spec.el (gnus-xmas-format): Use insert instead of
1811         insert-string which is obsolete in Emacs 21.4.
1812
1813         * message.el (message-cross-post-followup-to-header): do.
1814
1815         * spam.el (spam-ifile-register-with-ifile)
1816         (spam-stat-register-spam-routine)
1817         (spam-stat-register-ham-routine)
1818         (spam-bogofilter-register-with-bogofilter): do.
1819
1820         * mailcap.el (mailcap-mime-data): Fix typo.
1821
1822         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
1823
1824 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
1825
1826         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
1827         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
1828         `gnus-cite-unsightly-citation-regexp'.
1829
1830 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1831
1832         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
1833         even if there's just a header.
1834
1835 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
1836
1837         * message.el (message-fix-before-sending): Fix highlighting of
1838         illegible and invisible text.
1839
1840         * gnus-util.el (gnus-multiple-choice): Separate choices with
1841         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
1842
1843 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
1844
1845         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
1846
1847 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
1848
1849         * spam.el (spam-ham-move-routine)
1850         (spam-mark-spam-as-expired-and-move-routine): use
1851         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
1852         around process-mark manipulation on the group
1853
1854 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1855
1856         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
1857         submenu.
1858
1859 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1860
1861         * mail-source.el (mail-source-fetch): Reverse the return value of
1862         the continuation question.
1863
1864 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1865
1866         * nndraft.el (nndraft-request-move-article): Bind
1867         nnmh-allow-delete-final to t.
1868
1869 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1870
1871         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
1872
1873 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
1874
1875         * nntp.el (nntp-accept-process-output): Don't use point-max to get
1876         the buffer's size.
1877
1878 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
1879
1880         * nnheader.el: Added cygwin to system-type comparisons.
1881
1882 2003-01-27  Juanma Barranquero  <lektu@terra.es>
1883
1884         * imap.el (imap-mailbox-status): Fix typo.
1885
1886 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1887
1888         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
1889         online.
1890
1891 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1892
1893         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
1894         commands.
1895         * gnus-sum.el: Small change from Frank Weinberg
1896         <frank@usenet-rundfahrt.de>:
1897         (gnus-auto-center-group): New variable.
1898         (gnus-summary-read-group-1): Use it.
1899         (gnus-summary-next-group): Fix docstring.
1900
1901 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1902
1903         * gnus-util.el (gnus-faces-at): Simplify.
1904
1905 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1906
1907         * spam.el (spam-ham-move-routine)
1908         (spam-mark-spam-as-expired-and-move-routine): made the article
1909         move conditional, so it's not called even if there's nothing to move
1910
1911 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1912
1913         * message.el (message-unix-mail-delimiter): Accept any whitespace
1914         after the email address and before the date; do not require the
1915         space character.  From Kurt B. Kaiser <kbk@shore.net>.
1916
1917 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1918
1919         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
1920         gnus-article-boring-faces variable is bound; use gnus-faces-at.
1921
1922         * gnus-util.el (gnus-faces-at): New macro.
1923
1924 2003-02-13  Michael Shields  <shields@msrl.com>
1925
1926         * gnus-cite.el
1927         (gnus-cite-attribution-suffix, gnus-cite-parse):
1928         Better handling for Microsoft citation styles.
1929         (gnus-unsightly-citation-regexp): New.
1930
1931 2003-02-12  Michael Shields  <shields@msrl.com>
1932
1933         * gnus-art.el (article-strip-banner): Strip both per-group and
1934         per-user-address banners.
1935         (article-really-strip-banner): New.
1936
1937 2003-02-12  Michael Shields  <shields@msrl.com>
1938
1939         * gnus-sum.el (gnus-article-goto-next-page,
1940         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
1941         relying on the summary bindings of `n' and `p'.
1942
1943 2003-02-12  Michael Shields  <shields@msrl.com>
1944
1945         * gnus-art.el (gnus-article-only-boring-p): New.
1946         (gnus-article-skip-boring): New.
1947         * gnus-cite.el (gnus-article-boring-faces): New.
1948         * gnus-sum.el (gnus-summary-next-page): Use
1949         gnus-article-only-boring-p.
1950
1951 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
1952
1953         * spam.el (spam-mark-spam-as-expired-and-move-routine)
1954         (spam-ham-move-routine): unmark all articles before marking those
1955         of interest and calling gnus-summary-move-article
1956
1957 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
1958
1959         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
1960         logically the complement of gnus-get-buffer-create and
1961         gnus-add-buffer.
1962
1963         * gnus-util.el (gnus-kill-buffer): do.
1964
1965         * nnmail.el: Autoload gnus-kill-buffer.
1966
1967 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1968
1969         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
1970         gnus-summary-goto-subject as gnus-summary-update-mark operates on
1971         the current LINE.
1972         (gnus-agent-summary-fetch-group): Minimized the number of times
1973         that the article is updated in the buffer.
1974
1975 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
1976
1977         * spam.el (spam-ham-move-routine): use the process-mark instead of
1978         gnus-current-article when moving articles
1979         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
1980
1981 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1982
1983         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
1984         (gnus-topic-catchup-articles): Ditto.
1985         (gnus-topic-mark-topic): Reverse recursive logic.
1986
1987 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
1988
1989         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
1990         gnus-refer-thread-limit is t.
1991
1992 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
1993
1994         * mm-util.el (mm-mule-charset-to-mime-charset): Use
1995         sort-coding-systems to prefer utf-8 over utf-16.
1996
1997 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1998
1999         * gnus-agent.el (gnus-agent-expire-days):
2000         gnus-request-move-article depends on gnus-agent-expire to clean up
2001         the cache after moving the article.  Therefore, g-a-e-d can NOT
2002         default to nil or can gnus-agent-expire be disabled by doing so.
2003         If you don't want to run gnus-agent-expire, don't call it.
2004         (gnus-agent-expire): The broken test to disable gnus-agent-expire
2005         when g-a-e-d was NOT nil was removed.
2006         (gnus-agent-article-name): Removed unnecessary input test as
2007         article IDs are always strings.
2008         (gnus-agent-regenerate-group): Added check to protect against
2009         servers that generate absurdly long article IDs.  Valid IDs are
2010         less than 10 digits to avoid overflow errors.  Fixed logic error
2011         when ensuring that the final article ID is present in the new
2012         alist.
2013
2014 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2015
2016         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
2017         next line after finding the parent.
2018
2019 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2020
2021         * gnus.el (gnus-version-number): Bumped.
2022
2023 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2024
2025         * gnus.el: Oort Gnus v0.15 is released.
2026
2027 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
2028
2029         * nnmail.el (nnmail-split-it): If a message ends up matching the
2030           same mailbox more than once, it will cause duplicates to appear
2031           in the mailbox.
2032
2033 2003-02-08  Simon Josefsson  <jas@extundo.com>
2034
2035         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
2036         code that only worked under Emacs.
2037
2038         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
2039         Das <satyaki@chicory.stanford.edu>.
2040
2041 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
2042
2043         * gnus-art.el (gnus-article-refer-article): Use
2044         gnus-replace-in-string.
2045
2046         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
2047         (gnus-remove-duplicates): do.
2048
2049 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2050
2051         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
2052         (gnus-request-scan): set
2053         gnus-internal-registry-spool-current-method to gnus-command-method
2054         before a request-scan operation
2055
2056         * gnus-registry.el (regtest-nnmail): use
2057         gnus-internal-registry-spool-current-method
2058
2059 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2060
2061         * mail-source.el (mail-source-fetch): Typo fix.
2062
2063 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2064
2065         * nnmail.el (nnmail-spool-hook): new hook
2066         (nnmail-cache-insert): call nnmail-spool-hook
2067
2068         * gnus-registry.el: new file with examples of using the hooks
2069
2070         * gnus.el (gnus-registry): added registry customization group
2071         (gnus-group-prefixed-name): improve function to return full group
2072         name optionally
2073         (gnus-group-guess-prefixed-name): shortcut to
2074         gnus-group-prefixed-name, using just the group name
2075         (gnus-group-full-name): always get a group's full name
2076         (gnus-group-guess-full-name): shortcut, using just the group name
2077
2078         * gnus-sum.el (gnus-summary-article-move-hook)
2079         (gnus-summary-article-delete-hook)
2080         (gnus-summary-article-expire-hook): new hooks
2081         (gnus-summary-move-article, gnus-summary-expire-articles)
2082         (gnus-summary-delete-article): invoke the new hooks
2083
2084 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
2085
2086         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
2087         from message-ID
2088
2089 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
2090
2091         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
2092
2093 2003-02-07  John Paul Wallington  <jpw@gnu.org>
2094
2095         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
2096         (mm-write-region, mm-detect-coding-region): Doc fixes.
2097
2098 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2099
2100         * mail-source.el (mail-source-fetch): Ignore errors.
2101         (mail-source-ignore-errors): New variable.
2102
2103         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
2104         articles.
2105
2106         * gnus-msg.el (gnus-version-expose-system): Change default.
2107
2108 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
2109
2110         * gnus-msg.el (gnus-version-expose-system): New variable.
2111
2112 2003-02-07  Simon Josefsson  <jas@extundo.com>
2113
2114         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
2115         patch from deskpot@myrealbox.com (Vasily Korytov).
2116
2117 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2118
2119         * gnus-art.el (article-display-face): Get the Face header from
2120         the current buffer.
2121
2122 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2123
2124         * gnus-art.el (gnus-mime-view-part-internally): Bind
2125         buffer-read-only to nil.
2126
2127 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2128
2129         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
2130         from g-a-e-1 to g-a-e-2.
2131
2132 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
2133
2134         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
2135         of bbdb-search-simple, use spam-use-BBDB-exclusive
2136         (spam-check-whitelist): use spam-use-whitelist-exclusive
2137         (spam-use-whitelist-exclusive): new variable affecting
2138         spam-use-whitelist
2139         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
2140
2141 2003-02-05  Simon Josefsson  <jas@extundo.com>
2142
2143         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
2144         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
2145         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
2146         (gnus-agent-expire-1): New.
2147         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
2148         (gnus-agent-expire-2): New.
2149
2150 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
2151
2152         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
2153         "delete-if" is misleading because it isn't actually destructive.
2154
2155         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
2156
2157         * nnmail.el (nnmail-purge-split-history): do.
2158
2159         * gnus-win.el (gnus-get-buffer-window): do.
2160
2161         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
2162         let-binding.
2163         (gnus-simplify-all-whitespace): do.
2164
2165 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2166
2167         * gnus-delay.el (gnus-delay-article): Fix binding of the
2168         nndraft:delayed group.
2169
2170 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2171
2172         * gnus.el (spam group parameters): change 'other to 'const in
2173         the group parameter definitions to soothe XEmacs
2174
2175 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2176
2177         * gnus-delay.el (gnus-delay-article): Really create
2178         nndraft:delayed group if it doesn't exist.
2179
2180 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
2181
2182         * gnus-sum.el (gnus-summary-search-article): Speed up by
2183         disabling various visual features while searching.
2184         (gnus-summary-recenter): Test gnus-auto-center-summary first.
2185
2186 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
2187
2188         * spam.el (spam-list-of-checks): Don't quote nil and t in
2189         docstrings.  From the elisp manual:
2190
2191            When a documentation string refers to a Lisp symbol, write
2192            it [..] with single-quotes around it.  [..] There are two
2193            exceptions: write t and nil without single-quotes.
2194
2195         * messcompat.el (message-from-style): do.
2196
2197         * message.el (message-send-mail): do.
2198
2199         * gnus-util.el (gnus-use-byte-compile): do.
2200
2201         * gnus-score.el (gnus-score-lower-thread): do.
2202
2203         * gnus-int.el (gnus-server-unopen-status): do.
2204
2205         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
2206         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
2207
2208         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
2209         (gnus-group-parameters): do.
2210
2211         * gnus-art.el (gnus-article-mime-match-handle-function): do.
2212
2213         * mm-decode.el (mm-text-html-renderer): do.
2214
2215 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2216
2217         * nnheader.el (nnheader-directory-separator-character): Change the
2218         way to compute the dafault value.
2219
2220 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
2221
2222         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
2223         (gnus-button-alist): Fix regexp for describe-key.
2224         (gnus-button-handle-describe-function)
2225         (gnus-button-handle-describe-variable)
2226         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
2227         (gnus-button-handle-apropos-variable)
2228         (gnus-button-handle-apropos-documentation): Docstring fix.
2229
2230         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
2231
2232 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2233
2234         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
2235         to nil.
2236
2237         * nnmail.el: Removed gnus-util autoload.
2238
2239         * gnus.el: Use gnus-prin1-to-string throughout.
2240
2241         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
2242         print-level.
2243
2244         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
2245         (gnus-treat-display-grey-xface): Removed.
2246
2247         * gnus-fun.el (gnus-grab-cam-face): New.
2248         (gnus-convert-image-to-gray-x-face): Removed.
2249         (gnus-convert-gray-x-face-to-xpm): removed.
2250         (gnus-convert-gray-x-face-region): Removed.
2251         (gnus-grab-gray-x-face): Removed.
2252
2253         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
2254
2255 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
2256
2257         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
2258         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
2259         bound.
2260
2261         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
2262
2263 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
2264
2265         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
2266         Remove -- these are bogus options which are never used.
2267
2268 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
2269
2270         * gnus-art.el (gnus-article-mode): Use summary tool bar.
2271
2272 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
2273
2274         * spam.el (spam-check-blackholes)
2275         (spam-blackhole-good-server-regex): new variable to skip some IPs
2276         when checking blackholes; use it
2277         (spam-check-bogofilter-headers)
2278         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
2279         case more X-Bogosity is used than just "Yes/No"
2280         (spam-ham-move-routine): semi-fixed, only first article is
2281         properly moved now
2282
2283 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
2284
2285         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
2286         as well.
2287
2288         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
2289
2290         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
2291
2292         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
2293
2294         * gnus-bcklg.el (gnus-backlog-shutdown): do.
2295
2296         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
2297
2298 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2299
2300         * gnus-fun.el (gnus-face-encode): New function.
2301         (gnus-convert-png-to-face): Use it.
2302
2303         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
2304
2305 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
2306
2307         * mm-decode.el (mm-dissection-list): Remove.
2308         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
2309         only used in mm-remove-all-parts.
2310         (mm-remove-all-parts): Remove it, it's never called.
2311
2312 2003-01-25  Simon Josefsson  <jas@extundo.com>
2313
2314         * gnus-group.el (gnus-group-make-group): Report errors.
2315
2316         * nnimap.el (nnimap-request-create-group): Ditto.
2317
2318         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
2319
2320         * sieve.el (sieve-upload): Fix error printing.
2321
2322         * mm-encode.el (mm-qp-or-base64): Always QP iff
2323         mm-use-ultra-safe-encoding and cleartext PGP.
2324
2325         * gnus-sum.el (gnus-summary-select-article): Inhibit
2326         redisplay (mainly for secured messages).
2327
2328         * nnmail.el (nnmail-article-group): Copy body too (but don't
2329         process it).
2330
2331 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
2332
2333         * gnus-art.el (gnus-article-setup-buffer): Reset
2334         gnus-button-marker-list.
2335
2336 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2337
2338         * nntp.el (nntp-read-timeout): Default to using a second delay
2339         under Microsoft Windows.
2340
2341 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2342
2343         * nnheader.el (nnheader-directory-separator-character): New
2344         variable.
2345
2346 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2347
2348         * gnus-agent.el (gnus-agent-max-fetch-size)
2349         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
2350         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
2351         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
2352         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
2353         (gnus-agent-braid-nov, gnus-agent-load-alist)
2354         (gnus-agent-article-alist-save-format)
2355         (gnus-agent-read-agentview, gnus-agent-save-alist)
2356         (gnus-agent-fetch-group-1, gnus-agent-expire)
2357         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
2358         (gnus-agent-regenerate-group): Reformat to keep under eighty
2359         columns.  Reword docstrings so that first line is under eighty
2360         chars and a complete sentence.  Still need to work on the rear
2361         end of the file, in particular gnus-agent-expire.
2362
2363 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2364
2365         * gnus-agent.el (gnus-agentize): Indent.
2366
2367         * gnus.el (gnus-version-number): Bumped.
2368
2369 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2370
2371         * gnus.el: Oort Gnus v0.14 is released.
2372
2373 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2374
2375         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
2376         before beginning.  Tiny patch from Mark Thomas
2377         <swoon@bellatlantic.net>.
2378
2379 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2380
2381         * spam.el (spam-check-blackholes, spam-split)
2382         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
2383         gnus-message calls to show to users what spam.el is doing
2384
2385 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
2386
2387         * gnus-msg.el (gnus-message-replysign)
2388         (gnus-message-replyencrypt): Fix typo.
2389
2390 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2391
2392         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
2393         details.
2394
2395 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2396
2397         * gnus-art.el (gnus-article-press-button): let* -> let.
2398         (gnus-mime-security-show-details): Cleaned up.
2399         (gnus-mime-security-press-button): Save excursion.
2400         (gnus-insert-mime-security-button): Clean up.
2401
2402         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
2403
2404         * gnus-async.el (gnus-async-wait-for-article): Don't use a
2405         timeout.
2406
2407         * nntp.el (nntp-accept-process-output): Removed timeout.
2408         (nntp-read-timeout): New variable.
2409         (nntp-accept-process-output): Use it.
2410
2411         * gnus-sum.el (gnus-data-find-list): Remove *.
2412
2413 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2414
2415         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
2416         introduced on 2002-01-22.
2417         (gnus-summary-first-unseen-or-unread-subject): Ditto.
2418
2419 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
2420
2421         * spam.el (spam-check-regex-headers, spam-list-of-checks)
2422         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
2423         checks of incoming mail based on simple header regexp matching
2424
2425 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
2426
2427         * gnus-sum.el (gnus-spam-mark): set to `$'
2428
2429 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2430
2431         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
2432         gnus-newsgroup-unfetched, the list of articles whose headers have
2433         not been fetched from the server.
2434
2435         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
2436         parameter as it never worked due to a bug.  Added check to prevent
2437         selection of any article in the gnus-newsgroup-unfetched list.
2438         (gnus-summary-find-prev): Added check to prevent selection of any
2439         article in the gnus-newsgroup-unfetched list.
2440         (gnus-summary-first-subject): Documented API. Modified
2441         implementation so that constraints are handled independently.
2442         Added check to prevent selection of any article in the
2443         gnus-newsgroup-unfetched list.
2444         (gnus-summary-first-unseen-subject): Updated parameters in
2445         gnus-summary-first-subject call to match new API.
2446         (gnus-summary-first-unseen-or-unread-subject): Ditto.
2447         (gnus-summary-catchup): Do not mark unfetched articles as read.
2448
2449 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
2450
2451         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
2452         make-obsolete-variable allows only two arguments in XEmacs and
2453         Emacs 20.
2454
2455         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
2456         gnus-article-hide-pgp.
2457         (gnus-summary-make-menu-bar): do.
2458
2459         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
2460         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
2461         gnus-article-hide-pgp.
2462         (article-hide-pgp): Remove.
2463         (gnus-article-hide): Remove gnus-article-hide-pgp.
2464
2465         * gnus.el: Remove gnus-article-hide-pgp
2466
2467 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2468
2469         * message.el (message-required-headers): Doc fix.
2470
2471 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
2472
2473         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
2474         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
2475         option to make ifile a purely binary classifier
2476
2477 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2478
2479         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
2480         (mml-secure-encrypt-pgpmime): Removed double.
2481
2482         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
2483         debugging statements.
2484
2485 2003-01-21  Andreas Fuchs  <asf@void.at>
2486
2487         * mml-sec.el (mml-sign-alist): Added pgpauto.
2488
2489 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2490
2491         * gnus.el (gnus-version-number): Bumped version number.
2492
2493 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2494
2495         * gnus.el: Oort Gnus v0.13 is released.
2496
2497 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2498
2499         * gnus-art.el (gnus-button-url-regexp): Removed |.
2500
2501         * message.el (message-send-hook): Doc fix.
2502
2503         * gnus-win.el (gnus-buffer-configuration): Display article
2504         instead of article-copy when `reply'.
2505
2506 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
2507
2508         * gnus.el (gnus-format): Change customize group to gnus.
2509         (gnus-cache): Add link.
2510         (gnus-group-charter-alist): Fix docstring.
2511
2512 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
2513
2514         * mailcap.el (mailcap-print-command): lpr-command might be
2515         unbound in XEmacs.
2516
2517 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2518
2519         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
2520
2521         * gnus-sum.el (gnus-summary-update-article-line): Fixed
2522         calculation of net characters added for use in the gnus-data
2523         structure.
2524
2525 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2526
2527         * nnmail.el (nnmail-process-unix-mail-format): Improve error
2528         message.  Suggested by Jari Aalto.
2529
2530 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2531
2532         * gnus-art.el (gnus-article-followup-with-original): Clean up.
2533         (gnus-article-reply-with-original): Ditto.
2534
2535         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
2536         read articles don't become unread.
2537
2538 2003-01-17  Simon Josefsson  <jas@extundo.com>
2539
2540         * gnus-fun.el (gnus-x-face-from-file):
2541         (gnus-face-from-file): Suggest image format in minibuffer prompt.
2542
2543         * gnus-fun.el (gnus-convert-image-to-x-face-command)
2544         (gnus-convert-image-to-face-command): Doc fix.
2545
2546 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2547
2548         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
2549
2550 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
2551
2552         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
2553         avoid encoding problems.
2554
2555         * mailcap.el (mailcap-ps-command): New variable.
2556         (mailcap-mime-data): Add print entry where applicable.  Use
2557         pdftotext on a tty.
2558
2559 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2560
2561         * gnus-sum.el (gnus-alter-header-function): Add type and group.
2562
2563 2003-01-16  Simon Josefsson  <jas@extundo.com>
2564
2565         * gnus-fun.el (gnus-convert-image-to-x-face-command)
2566         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
2567         (gnus-face-from-file): Doc fix; don't mention image format.
2568
2569 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2570
2571         * spam.el (spam-get-article-as-filename): new function (unused for now)
2572         (spam-get-article-as-buffer): new function
2573         (spam-get-article-as-string): use spam-get-article-as-buffer
2574         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
2575
2576 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2577
2578         * gnus-agent.el: Don't use `path'.
2579         From the GNU coding standards:
2580
2581             Please do not use the term ``pathname'' that is used in Unix
2582             documentation; use ``file name'' (two words) instead.  We use
2583             the term ``path'' only for search paths, which are lists of
2584             directory names.
2585
2586         * nnsoup.el (nnsoup-file-name): Ditto.
2587
2588         * nnmail.el (nnmail-pathname-coding-system): Ditto.
2589         (nnmail-group-pathname): Ditto.
2590
2591         * nnimap.el (nnimap-group-overview-filename): Ditto.
2592
2593         * nnheader.el (nnheader-pathname-coding-system): Ditto.
2594         (nnheader-group-pathname): Ditto.
2595
2596         * nnfolder.el (nnfolder-group-pathname): Ditto.
2597
2598         * gnus.el (gnus-home-directory): Ditto.
2599
2600         * gnus-group.el (gnus-group-icon-list): Ditto.
2601
2602 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
2603
2604         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
2605
2606         * message.el (message-mode-menu): Use it.
2607         (message-mode-menu): Deactivate "Yank Original" if there's no
2608         reply buffer.
2609
2610         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
2611
2612         * message.el (message-mark-active-p): New function.
2613
2614 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
2615
2616         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
2617         (spam-bogofilter-database-directory): new variables
2618         (spam-check-bogofilter-headers, spam-check-bogofilter)
2619         (spam-bogofilter-register-with-bogofilter)
2620         (spam-bogofilter-register-spam-routine)
2621         (spam-bogofilter-register-ham-routine)
2622         (spam-group-ham-processor-bogofilter-p): new functions for the new
2623         Bogofilter interface
2624         (spam-summary-prepare-exit): use the new Bogofilter functions
2625         (spam-list-of-checks): added spam-use-bogofilter-headers
2626         (spam-bogofilter-score): rewrote function
2627         (spam-check-bogofilter): optional score parameter, uses
2628         spam-check-bogofilter-headers better
2629         (spam-check-bogofilter-headers): optional score parameter
2630
2631         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
2632         default, in the gnus-start customization group.  Used to disable
2633         the spam-*/ham-* parameters.
2634         (gnus-group-ham-exit-processor-bogofilter): new ham processor
2635
2636 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
2637
2638         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
2639         XEmacs.
2640
2641         * gnus-ems.el (gnus-mark-active-p): do.
2642
2643 2003-01-15  Kevin Ryde  <user42@zip.com.au>
2644
2645         * gnus.texi (Using MIME): Mention auto-compression-mode with
2646         gnus-mime-copy-part.
2647
2648 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2649
2650         * message.el (message-send): Don't warn about duplicates when
2651         superseding.
2652
2653 2003-01-15  Simon Josefsson  <jas@extundo.com>
2654
2655         * nnimap.el (nnimap-split-download-body): New variable.
2656         (nnimap-split-articles): Use it.
2657
2658 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2659
2660         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
2661         integrity checker was incorrectly flagging, and removing, articles
2662         whose article number was negative.
2663         (gnus-agent-fetch-group-1): When executed in the group's summary
2664         buffer, refresh each downloaded line to update the status flag and
2665         font.  Preserve the value of gnus-newsgroup-headers so that
2666         gnus-agent-fetch-articles can split the requests by size.
2667         (gnus-agent-expire): Corrected day calculation for when
2668         gnus-agent-expire-days contains a list.
2669
2670 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2671
2672         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
2673
2674 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
2675
2676         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
2677           /usr/bin/play as default player.
2678           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
2679
2680 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2681
2682         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
2683         articles to be marked as well.
2684
2685 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2686         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
2687         fictious headers generated by nnagent (ie. Undownloaded Article
2688         ####) in the list of articles that have not been downloaded.
2689
2690         * gnus-int.el (): Added require declarations to resolve
2691         compile-time warnings.
2692         (gnus-open-server): If the server status is set to offline,
2693         recursively execute gnus-open-server to open the offline backend
2694         (e.g. nnagent).
2695
2696 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
2697
2698         * gnus-art.el (gnus-article-reply-with-original): Use
2699         gnus-mark-active-p.
2700         (gnus-article-followup-with-original): do.
2701
2702 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2703
2704         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
2705
2706 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2707
2708         * gnus-score.el (gnus-score-edit-file-at-point): New function.
2709         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
2710
2711 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
2712
2713         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
2714         (gnus-face-from-file): Ditto.
2715
2716 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2717
2718         * gnus-sum.el (gnus-articles-to-read): Don't just apply
2719         gnus-alter-articles-to-read-function to the unread articles.
2720
2721 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2722
2723         * deuglify.el (gnus-article-outlook-unwrap-lines)
2724         (gnus-article-outlook-repair-attribution)
2725         (gnus-article-outlook-rearrange-citation): New function names,
2726         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
2727         doc-string.
2728
2729         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
2730         removed `W k' key binding (use `W Y f' instead).
2731         (gnus-summary-make-menu-bar): Use new function names.
2732
2733 2003-01-13  Simon Josefsson  <jas@extundo.com>
2734
2735         * gnus-fun.el (gnus-random-x-face): Doc fix.
2736         (gnus-insert-random-x-face-header): New function.
2737
2738 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
2739
2740         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
2741         mark is not active.
2742
2743         * gnus-msg.el (gnus-inews-do-gcc): Comment.
2744
2745         * gnus-ems.el (gnus-mark-active-p): New function.
2746
2747         * gnus-group.el (gnus-topic-mode-p): New function.
2748         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
2749         Deactivate items if mark is not active.
2750
2751 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2752
2753         * gnus.el (gnus-version-number): Bumped version.
2754         (gnus-summary-line-format): Doc fix.
2755
2756 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2757
2758         * gnus.el: Oort Gnus v0.12 is released.
2759
2760 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2761
2762         * mail-source.el (mail-sources): Removed autoload to make it
2763         compile under XEmacs.
2764
2765 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
2766
2767         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
2768         regexp or a function too.
2769         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
2770         confirmation even if the original article is mail.
2771
2772 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2773
2774         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
2775         articles to be marked when not yanking.
2776
2777 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
2778
2779         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
2780
2781 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2782
2783         * gnus-fun.el (gnus-face-from-file): Autoload.
2784
2785         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
2786         errors.
2787
2788 2003-01-12  Simon Josefsson  <jas@extundo.com>
2789
2790         * sieve.el (sieve-upload-and-bury): New.  Suggested by
2791         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
2792
2793         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
2794         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
2795
2796 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2797
2798         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
2799         in every string.
2800
2801         * gnus.el (gnus-version-number): Bumped version number.
2802
2803 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2804
2805         * gnus.el: Oort Gnus v0.11 is released.
2806
2807 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
2808
2809         * message.el (message-fetch-reply-field): Narrow to headers.
2810
2811         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
2812         if Gnus isn't alive.
2813
2814 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2815
2816         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
2817         marks from articles that are already stored in the agent.
2818         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
2819         backup copy of an invalid .overview file for later analysis.
2820
2821 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
2822
2823         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
2824         exit work with two frames.
2825
2826 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
2827
2828         * message.el (message-forward-make-body): Use mule4.
2829
2830 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2831
2832         * message.el (message-mode-map): Move wide-reply command.
2833
2834 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
2835
2836         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
2837         castellano.
2838         (gnus-outlook-display-hook): New variable.
2839         (gnus-outlook-display-article-buffer): New function.
2840         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
2841         (gnus-outlook-deuglify-article): Made them interactive and added
2842         optional arg.  Use `g-o-d-a-b'.
2843         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
2844
2845         * gnus-sum.el: Added autoloads.
2846         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
2847         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
2848
2849 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2850
2851         * gnus-art.el (gnus-display-mime): Use the mime emulation
2852         variable.
2853
2854         * gnus-sum.el (gnus-article-emulate-mime): New variable.
2855
2856         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
2857         newsrc-alist is initialized properly.
2858
2859         * mail-source.el (mail-sources): Autoload.
2860
2861         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
2862         nil.
2863
2864         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
2865         insert two newlines.
2866
2867         * message.el (message-check-news-header-syntax): Compute the
2868         header length correctly.
2869
2870 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2871
2872         * gnus-agent.el (gnus-agent-expire): Do not remove article from
2873         alist when keeping fetched article file.
2874         (gnus-agent-retrieve-headers): When parsing response for article
2875         numbers, use the same algorithm as gnus-agent-braid-nov to protect
2876         against garbage in the server's response.
2877
2878         * gnus-int.el (gnus-request-expire-articles,
2879         gnus-request-move-article): Only expire when the group's server
2880         has been agentized.
2881
2882 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2883
2884         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
2885         errors when deleting overlays.
2886
2887         * gnus-score.el (gnus-score-followup): Allow tracing.
2888
2889         * gnus-art.el (gnus-treat-display-face): New variable.
2890         (article-display-face): New command.
2891
2892         * gnus-fun.el (gnus-face-from-file): New function.
2893         (gnus-convert-face-to-png): Ditto.
2894
2895         * gnus-art.el (gnus-ignored-headers): Added Face.
2896
2897 2003-01-10  Simon Josefsson  <jas@extundo.com>
2898
2899         * nndraft.el (nndraft-request-group): Avoid crash in
2900         directory-files when draft directory doesn't exists.
2901
2902         * gnus-sum.el (gnus-select-article-hook): Add :option.
2903
2904 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2905
2906         * spam.el (spam-use-stat): new variable
2907         (spam-group-spam-processor-stat-p)
2908         (spam-group-ham-processor-stat-p): new convenience functions
2909         (spam-summary-prepare-exit): add spam/ham processors to sequence
2910         (spam-list-of-checks): add spam-use-stat to list of checks
2911         (spam-split): conditionally load the spam-stat tables
2912         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
2913         spam-check-ifile): new functions
2914
2915         * spam-stat.el (spam-stat): typo fix
2916         (spam-stat-install-hooks): new variable
2917         (spam-stat-split-fancy-spam-group): added documentation clarification
2918         (spam-stat-split-fancy-spam-threshhold): new variable
2919         (spam-stat-install-hooks): make hooks conditional
2920         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
2921
2922         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
2923         spam-stat ham/spam processor symbols
2924
2925 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2926
2927         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
2928         file exists.
2929
2930 2003-01-10  Simon Josefsson  <jas@extundo.com>
2931
2932         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
2933         undownloaded/downloadable only when unplugged.
2934
2935 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
2936
2937         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
2938
2939 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
2940
2941         * spam.el (spam-check-ifile): fixed call-process-region to use the
2942         db parameter only if it's set
2943         (spam-ifile-register-with-ifile): ditto
2944
2945 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
2946
2947         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
2948         spam-stat-nbad before creating the hash table.
2949         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
2950         Changed copyright statement to FSF.
2951
2952 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2953
2954         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
2955         processable articles as read.
2956         (gnus-agent-summary-fetch-series): Remove processable and
2957         downloadable marks on all downloaded articles in the series.
2958
2959         * nntp.el (nntp-report): Throw error after reporting the problem.
2960         (nntp-accept-process-output): Corrected error check to report an
2961         error when the process is nil.
2962
2963 2003-01-09  Simon Josefsson  <jas@extundo.com>
2964
2965         * message.el (message-tool-bar-map): Add preview.
2966
2967 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
2968
2969         * mml.el (mml-preview): Get rid of MIME handles and buffers after
2970         previewing.
2971
2972 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
2973
2974         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
2975         bug when the (n+1)th article to be added to a group has a smaller
2976         number than the n articles already added.
2977
2978 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
2979
2980         * message.el (message-mode-field-menu): Use backquote.
2981
2982 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
2983
2984         * spam.el: fixed the BBDB autoloads again, using
2985         bbdb-search-simple now (which is not a macro, thank god)
2986
2987         * lpath.el (bbdb-search): removed function from maybe-fbind list
2988
2989         * gnus.el (ham-process-destination): added new parameter for
2990         destination of ham articles found in spam groups at summary exit
2991
2992         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
2993         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
2994         (spam-ifile-database-path): added new parameter for ifile's database
2995         (spam-move-spam-nonspam-groups-only): new parameter to determine
2996         if spam should be moved from all groups or only some
2997         (spam-summary-prepare-exit): fixed logic to use
2998         spam-move-spam-nonspam-groups-only when deciding to invoke
2999         spam-mark-spam-as-expired-and-move-routine; always invoke that
3000         routine after the spam has been expired-or-moved in case there's
3001         some spam left over; use spam-ham-move-routine in spam groups
3002         (spam-ham-move-routine): new function to move ham articles to the
3003         ham-process-destinations group parameter
3004
3005 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3006
3007         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
3008
3009         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
3010         gnus-summary-update-article-line.
3011
3012 2003-01-08  Simon Josefsson  <jas@extundo.com>
3013
3014         * nnmail.el (nnmail-expiry-target-group): Request group, create it
3015         not successful.
3016
3017 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3018
3019         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
3020
3021 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3022
3023         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
3024         logic, finally
3025
3026 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3027
3028         * gnus-spec.el (gnus-parse-format): %C is a complex format.
3029         (gnus-parse-format): Change to %~.
3030
3031         * message.el (message-generate-headers): Don't generate optional
3032         empty headers.
3033
3034 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3035
3036         * message.el (message-cross-post-default)
3037         (message-cross-post-note-function, message-shoot-gnksa-feet)
3038         (message-strip-subject-trailing-was, message-change-subject)
3039         (message-mark-insert-file, message-cross-post-followup-to)
3040         (message-cross-post-followup-to, message-mode-map)
3041         (message-generate-unsubscribed-mail-followup-to)
3042         (message-make-mail-followup-to): Minor changes to doc-strings and
3043         error messages.  Updated copyright line.
3044
3045         * message.el (message-make-mail-followup-to,
3046         message-generate-unsubscribed-mail-followup-to): New function
3047         names.  Renamed functions: "-mft" -> "-mail-followup-to".
3048         (message-make-mft, message-gen-unsubscribed-mft): Removed function
3049         names.
3050
3051         * mml.el (mml-preview-insert-mail-followup-to): New function name.
3052         (mml-preview-insert-mft): Removed function name.
3053         (mml-preview): Use new function names.
3054
3055         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
3056
3057         * message.el (message-mode-field-menu): Moved header related
3058         commands from "Message" to "Field" menu.
3059
3060 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3061
3062         * message.el (message-generate-headers-first): Added customization
3063         if variable is a list.
3064
3065 2003-01-07  Michael Shields  <shields@msrl.com>
3066
3067         * gnus-art.el (gnus-article-next-page): Correctly handle the case
3068         where the last line of the article is the last line of the window.
3069
3070 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3071
3072         * gnus-msg.el (gnus-debug): Use ignore-errors.
3073
3074         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
3075         `gnus-summary-update-line'.
3076
3077 2003-01-08  Simon Josefsson  <jas@extundo.com>
3078
3079         * gnus-art.el (gnus-unbuttonized-mime-types)
3080         (gnus-buttonized-mime-types): Doc fix.
3081
3082 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
3083
3084         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
3085
3086 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3087
3088         * nnrss.el (nnrss-group-alist): Add and clear up.
3089
3090 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3091
3092         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
3093
3094         * lpath.el (bbdb-search): added BBDB functions for a better way to
3095         fix missing functions
3096
3097         * spam.el (spam-check-ifile): if should be an unless
3098
3099         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
3100         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
3101         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
3102
3103 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3104
3105         * gnus-sum.el (gnus-summary-make-menu-bar): Added
3106         gnus-summary-refer-thread to thread menu.
3107
3108 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3109
3110         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
3111         summary buffer, articles that cannot be fetched are marked as
3112         canceled.
3113
3114         * nntp.el (nntp-with-open-group): The quit signal handler must
3115         propagate the quit signal to the next outer handler so that the
3116         caller knows that the request aborted abnormally.
3117
3118 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3119
3120         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
3121         (spam-ifile-register-spam-routine)
3122         (spam-ifile-register-ham-routine): added ifile functionality that
3123         does not use ifile-gnus.el to classify and register articles
3124         (spam-get-article-as-string): convenience function
3125         (spam-summary-prepare-exit): added ifile spam and ham registration
3126         (spam-ifile-all-categories, spam-ifile-spam-category)
3127         (spam-ifile-path, spam-ifile): added customization options
3128
3129         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
3130         exit processor
3131         (spam-process): added gnus-group-ham-exit-processor-ifile to the
3132         list of choices
3133
3134 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3135
3136         * gnus-score.el (gnus-score-followup): Also score immediate
3137         followups.
3138
3139 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3140
3141         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
3142
3143 2003-01-07  Simon Josefsson  <jas@extundo.com>
3144
3145         * message.el (message-mode-menu): Fix receipt balloon help.
3146
3147 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
3148
3149         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
3150         always be interpreted as news.
3151
3152 2003-01-07  Simon Josefsson  <jas@extundo.com>
3153
3154         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
3155         gnus-sieve-script, instead of the global variable
3156         gnus-sieve-crosspost.  One-line patch from Steinar Bang
3157         <sb@dod.no>.
3158
3159 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3160
3161         * gnus.el: Renamed gnus-summary-*-uncached-face as
3162         gnus-summary-*-undownloaded-face to avoid confusing the agent with
3163         the cache.
3164
3165         * gnus-sum.el: Ditto.
3166
3167 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3168
3169         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
3170         in either the group or summary buffer.
3171         New command "JS", in summary buffer, will fetch articles per the
3172         group's category, predicate, and processable flags.
3173         (gnus-agent-summary-fetch-series): Rewritten to call
3174         gnus-agent-session-fetch-group once with all articles in the
3175         series.
3176         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
3177         return list of fetched articles.
3178         (gnus-agent-fetch-articles): Split fetch list into sublists such
3179         that the article buffer is only slightly larger than
3180         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
3181         the group's article alist is saved.
3182         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
3183         longer result in the agent trying to fetch an article.
3184         (gnus-agent-fetch-group-1): Can now be called in either the group
3185         or summary buffer.  Removed the max-fetch-size code that I added
3186         on 2002-12-13 as that capability is now part of
3187         gnus-agent-fetch-articles.  Added code to update summary buffer.
3188         When called in the group buffer, articles that can not be fetched
3189         are AUTOMATICALLY MARKED AS READ.
3190
3191         * gnus-sum.el (): Modified eval-when-compile to minimize
3192         misleading compilation warnings.
3193         (gnus-update-summary-mark-positions): Changed code to use
3194         gnus-undownloaded-mark rather than gnus-downloaded-mark.
3195
3196         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
3197         empty file as the parser assumes that the file isn't empty.
3198
3199         * nntp.el (nntp-send-string): The process-send-string call can,
3200         because it performs I/O on the process, change the process' state
3201         from open to closed.  If this happens, call nntp-report
3202         immediately to report the broken connection.
3203         (nntp-report): Rewritten to avoid needing a global variable to
3204         determine the appropriate course of action.  Instead, two function
3205         implementations are provided and the nntp-report function value is
3206         bound to the appropriate implementation.
3207         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
3208         (nntp-with-open-group): Now binds nntp-report's function cell
3209         rather than binding gnus-with-open-group-first-pass.  Added a
3210         condition-case to detect a quit during a nntp command.  When the
3211         quit occurs, the current connection is closed as a fetch articles
3212         request could have several megabytes queued up for reading.
3213         (nntp-retrieve-headers): Bind articles to itself.  If
3214         nntp-with-open-group repeats this command, I must have access to
3215         the original list of articles.
3216         (nntp-retrieve-groups): Ditto for groups.
3217         (nntp-retrieve-articles): Ditto for articles.
3218         (*): Replaced nntp-possibly-change-group calls to
3219         nntp-with-open-group forms in all, but one, occurrance.
3220         (nntp-accept-process-output): Bug fix. Detect when called with
3221         null process.
3222
3223 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
3224
3225         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
3226         if we don't need to.
3227         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
3228
3229 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3230
3231         * gnus-group.el (gnus-group-make-web-group): Pass the select
3232         method on to group-create.
3233         (gnus-group-line-format-alist): %U is an integer.
3234
3235         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
3236         ephemeral groups.
3237         (gnus-summary-read-group-1): Ditto.
3238         (gnus-group-make-articles-read): Ditto.
3239
3240         * mm-url.el (mm-url-program): Doc fix.
3241
3242         * message.el (message-mode-map): Rebound
3243         message-insert-wide-reply.
3244
3245 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3246
3247         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
3248         color as `gnus-group-startup-message' does.
3249
3250 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
3251
3252         * spam.el: fixed line lengths to 80 chars or less
3253
3254         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
3255         "not-read" mark
3256         (gnus-summary-mark-forward): added the spam-mark to the list of
3257         marks not to be marked as "read" when viewed
3258
3259 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3260
3261         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
3262
3263         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
3264         Protect against unactive groups.
3265
3266         * message.el (message-check-news-header-syntax): Check long
3267         header lines.
3268         (message-check-news-header-syntax): Update `start'.
3269
3270         * gnus-group.el (gnus-group-expire-articles): Doc fix.
3271         (gnus-group-line-format): %U.
3272         (gnus-group-line-format-alist): ?U.
3273         (gnus-number-of-unseen-articles-in-group): New function.
3274
3275         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
3276
3277         * gnus.el (gnus-version-number): Bump version number.
3278
3279 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3280
3281         * gnus.el: Oort Gnus v0.10 is released.
3282
3283 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3284
3285         * gnus.el (gnus-version-number): Fix version number.
3286
3287 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3288
3289         * gnus.el: Oort Gnus v0.08 is released.
3290
3291 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
3292
3293         * mm-util.el: Add mm-string-make-unibyte.
3294
3295         * gnus-group.el (gnus-group-jump-to-group): Make it work for
3296         UTF-8 groups.
3297
3298 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3299
3300         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
3301
3302         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
3303
3304 2003-01-04  Kevin Ryde  <user42@zip.com.au>
3305
3306         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
3307         function.
3308
3309 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3310
3311         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
3312         (gnus-summary-read-group-1): Update group line.
3313         (gnus-summary-exit-no-update): Update group on exit.
3314
3315         * gnus-group.el (gnus-group-line-format): Add %*.
3316         (gnus-group-line-format-alist): Ditto.
3317         (gnus-group-insert-group-line): Set it.
3318         (gnus-group-is-exiting-p): New variable.
3319         (gnus-group-insert-group-line): Use it.
3320
3321 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
3322
3323         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
3324         enable BBDB ham processing
3325         (spam-blacklist-register-routine): enable blacklist spam processing
3326         (spam-whitelist-register-routine): enable whitelist ham processing
3327         (spam-fetch-field-from-fast): fast fetching of the "from" field
3328         from (gnus-data-list)
3329         (spam-summary-prepare-exit): works completely now
3330         (spam-use-blacklist): oops, should be nil by default
3331         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
3332         split processing now; before it was for summary exit as
3333         well but that's done with the spam-contents and spam-process
3334         parameters now
3335
3336 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
3337
3338         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
3339         characters.
3340
3341 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
3342
3343         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
3344         (spam-group-processor-p, spam-group-processor-bogofilter-p)
3345         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
3346         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
3347         (spam-mark-spam-as-expired-and-move-routine)
3348         (spam-generic-register-routine, spam-BBDB-register-routine)
3349         (spam-ifile-register-routine, spam-blacklist-register-routine)
3350         (spam-whitelist-register-routine): new functions
3351         (spam-summary-prepare-exit): added summary exit processing (expire
3352         or move) of spam-marked articles for spam groups; added slots for
3353         all the spam-*-register-routine functions
3354
3355 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3356
3357         * pop3.el (pop3-retr): Wait 500 msecs.
3358         (pop3-read-response): Ditto.
3359
3360         * gnus-msg.el (gnus-setup-message): Get the evaliation order
3361         right.
3362         (gnus-inews-make-draft): New function.
3363         (gnus-setup-message): Use it.
3364
3365         * message.el (message-required-headers): Add From.
3366
3367 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3368         Trivial patch from Norbert Koch <nk@viteno.net>.
3369
3370         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
3371
3372 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3373
3374         * message.el (message-generate-headers): Let header formatters do
3375         their work.
3376
3377 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
3378
3379         * deuglify.el (gnus-article-outlook-deuglify-article):
3380         Rehighlight, reapply treatments and call
3381         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
3382         (gnus-outlook-repair-attribution-block): Recognize cited
3383         attributions.  Suggested by Niklas Morberg.
3384
3385 2003-01-02  Pete Kazmier  <pete@kazmier.com>
3386
3387         * gnus-art.el (gnus-treat-predicate): Check condition first.
3388
3389 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
3390
3391         * lpath.el: Add url-http-file-exists-p.
3392
3393         * gnus-group.el (gnus-group-fetch-charter): Use
3394         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
3395
3396 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3397
3398         * message.el (message-draft-headers): Also generate From to get a
3399         nicer draft buffer summary.
3400
3401         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
3402         parameter.
3403
3404         * gnus-art.el (article-wash-html): Clean up.
3405         (article-wash-html): Typo fix.
3406
3407         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
3408         (gnus-summary-mail-forward): To many lists of lists.
3409
3410         * gnus-art.el (article-wash-html): Clean up.
3411
3412 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
3413
3414         * gnus-art.el (gnus-treat-wash-html): New variable.
3415
3416 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3417
3418         * message.el (message-check-news-header-syntax): Allow posting.
3419         (message-check-news-header-syntax): Fix logic for sure, this
3420         time.
3421
3422 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
3423
3424         * message.el (message-check-news-header-syntax): Check syntax of
3425         continuation headers.
3426
3427 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
3428
3429         * gnus-art.el (gnus-button-url-regexp,
3430         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
3431         (gnus-header-button-alist): Regexps are case insensitive here.
3432
3433 2003-01-02  Simon Josefsson  <jas@extundo.com>
3434
3435         * dig.el (query-dig): Doc fix.
3436
3437 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3438
3439         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
3440         summary buffer line, not just the download mark.
3441
3442 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3443
3444         * gnus-sum.el (gnus-summary-goto-subjects): New function.
3445         (gnus-summary-insert-dormant-articles): New command and
3446         keystroke.
3447
3448         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
3449         function for mass insertion of subjects.
3450
3451         * nndraft.el (nndraft-generate-headers): Don't move point.
3452
3453         * gnus.el (nnheader): Require nnheader.
3454
3455         * nndraft.el (nndraft-request-associate-buffer): Use
3456         make-local-variable.
3457
3458 2003-01-02  Michael Shields  <shields@msrl.com>
3459
3460         * nndraft.el (nndraft-request-associate-buffer): Make
3461         write-contents-hooks buffer-local before setting it.
3462
3463 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3464
3465         * gnus.el (gnus-group-parameter-value): Take an extra param.
3466         (gnus-group-fast-parameter): Let group param results be nil.
3467
3468         * gnus-art.el (gnus-article-forward-header): New function.
3469         (article-date-ut): Use it to remove continuation date headers.
3470
3471         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
3472         read-event.
3473         (gnus-summary-remove-bookmark): Clean up.
3474         (gnus-summary-set-bookmark): Clean up.
3475
3476         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
3477
3478         * gnus.el (gnus-group-startup-message): Bind data-directory to
3479         the Gnus etc directory.
3480
3481 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
3482
3483         * spam.el (spam-summary-prepare-exit): added slots for spam- and
3484         ham-processing of articles; use the new
3485         spam-group-(spam|ham)-contents-p functions
3486         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
3487         convenience functions
3488         (spam-mark-junk-as-spam-routine): use the new
3489         spam-group-spam-contents-p function
3490
3491         * gnus.el (spam-process, spam-contents, spam-process-destination):
3492         added new parameters with corresponding global variables
3493         (gnus-group-spam-exit-processor-ifile,
3494         gnus-group-spam-exit-processor-bogofilter,
3495         gnus-group-spam-exit-processor-blacklist,
3496         gnus-group-spam-exit-processor-whitelist,
3497         gnus-group-spam-exit-processor-BBDB,
3498         gnus-group-spam-classification-spam,
3499         gnus-group-spam-classification-ham): added new symbols for the
3500         spam-process and spam-contents parameters
3501
3502         * spam.el (spam-ham-marks, spam-spam-marks): changed list
3503         customization and list itself to store mark symbol rather than
3504         mark character.
3505         (spam-bogofilter-register-routine): added logic to generate mark
3506         values list from spam-ham-marks and spam-spam-marks, so (member)
3507         would work.
3508
3509 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3510
3511         * message.el (message-cross-post-followup-to): Fix comment.
3512
3513 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
3514
3515         * spam.el (spam-ham-marks, spam-spam-marks): changed list
3516         customization and list itself to store mark symbol rather than
3517         mark character.
3518         (spam-bogofilter-register-routine): added logic to generate mark
3519         values list from spam-ham-marks and spam-spam-marks, so (member)
3520         would work.
3521
3522 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
3523
3524         * message.el (message-signature-insert-empty-line): New variable.
3525
3526 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3527
3528         * message.el: Renamed functions and variables: "xpost" ->
3529         "cross-post", "-fup2" -> "-followup-to".
3530         (message-cross-post-old-target, message-cross-post-default,
3531         message-cross-post-note, message-followup-to-note,
3532         message-cross-post-note-function): New variables names.
3533         (message-xpost-old-target, message-xpost-default,
3534         message-xpost-note, message-fup2-note,
3535         message-xpost-note-function): Removed variable names.
3536         (message-cross-post-followup-to-header,
3537         message-cross-post-insert-note, message-cross-post-followup-to):
3538         New function names.
3539         (message-xpost-fup2-header, message-xpost-insert-note,
3540         message-xpost-fup2): Removed function names.
3541
3542 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3543
3544         * message.el (message-send-mail): Added message-cleanup-headers to
3545         prevent newlines in headers.
3546
3547 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3548
3549         * dns.el (dns-make-network-process): Comment.
3550
3551         * gnus-sum.el (gnus-summary-display-while-building): Default to
3552         nil.
3553
3554 2003-01-01  Wes Hardaker  <wes@hardakers.net>
3555
3556         * gnus-sum.el (gnus-summary-display-while-building): New
3557         variable.
3558
3559 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
3560
3561         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
3562         before rearranging the article.
3563
3564 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3565
3566         * nndraft.el (nndraft-generate-headers): New function.
3567         (nndraft-request-associate-buffer): Use it to write headers on
3568         buffer save.
3569
3570         * message.el (message-generate-headers): Let the function be a
3571         lambda form.
3572         (message-draft-headers): New variable.
3573
3574         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
3575         function.
3576         (gnus-setup-message): Use it.
3577
3578         * message.el (message-generate-headers-first): Doc fix.
3579         (message-setup-1): Use new function for getting which headers to
3580         generate.
3581         (message-headers-to-generate): New function.
3582
3583 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3584
3585         * gnus-agent.el (gnus-agent-save-alist): Make directory.
3586
3587 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
3588
3589         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
3590         mention negatives.
3591
3592 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
3593
3594         * deuglify.el (gnus-outlook-rearrange-article): Use
3595         `transpose-regions' instead of tempering the kill-ring.
3596         (gnus-article-outlook-deuglify-article): Rehighlight article
3597         instead of a complete redisplay.
3598
3599 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
3600
3601         * spam.el: most defvars are defcustoms now
3602
3603         patches from Michael Shields  <shields@msrl.com>
3604
3605         * spam.el (spam-bogofilter-articles): Select the article
3606         body using gnus-summary-show-article t instead of
3607         gnus-summary-select-article; this presents the raw text
3608         without running any hooks.
3609
3610         * spam.el (spam-bogofilter-articles): Use message-remove-header
3611         to remove headers; the old way incorrectly removed just the first
3612         line of folded headers.
3613
3614 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3615
3616         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
3617
3618 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3619
3620         * gnus-start.el (gnus-load): New function.
3621         (gnus-read-newsrc-el-file): Use it.
3622
3623 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3624
3625         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
3626         (gnus-button-handle-apropos-documentation): New function.
3627         (gnus-button-handle-ctan): New function.
3628         (gnus-button-alist): Use them.  Improve some regexps.
3629         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
3630
3631 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3632
3633         * message.el (message-subscribed-p): New function.
3634         (message-send-mail): Use it.
3635         * mml.el (mml-preview-insert-mft): New function.
3636         (mml-preview): Use it.
3637
3638 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3639
3640         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
3641         when sorting by date.
3642
3643         * gnus-art.el (gnus-article-edit-mode): New variable.
3644         (gnus-article-setup-buffer): Warn user about discarding edits.
3645
3646         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
3647         (gnus-summary-pipe-output): Take a symbolic prefix to save all
3648         headers.
3649
3650         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
3651
3652 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3653
3654         * message.el (message-completion-alist): Added "Mail-Followup-To"
3655         and "Mail-Copies-To".
3656
3657 2002-07-21  Jesper harder  <harder@ifa.au.dk>
3658
3659         * gnus-group.el: Add key bindings for
3660         gnus-group-sort-groups-by-real-name and
3661         gnus-group-sort-selected-groups-by-real-name.
3662
3663 2002-07-21  Jesper harder  <harder@ifa.au.dk>
3664
3665         * gnus.texi (Sorting Groups): Add key bindings for
3666         gnus-group-sort-groups-by-real-name and
3667         gnus-group-sort-selected-groups-by-real-name.
3668
3669 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
3670
3671         * spam.el (spam-use-dig): new variable for blackhole checking
3672         through dig.el
3673         (spam-check-blackholes): added dig.el checking functionality and
3674         more verbose reporting; query-dig is autoloaded from dig.el
3675         (spam-use-blackholes): disabled by default
3676         (spam-blackhole-servers): removed rbl.maps.vix.com from the
3677         blackhole servers list
3678
3679 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3680
3681         * message.el (message-required-headers): New variable.
3682
3683 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
3684
3685         * dig.el (query-dig): new function
3686
3687 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3688
3689         * flow-fill.el (fill-flowed): Don't infloop on too long fill
3690         prefixes.
3691
3692         * dns.el (query-dns): Protect against errors.
3693
3694         * gnus-msg.el (gnus-article-yanked-articles): New variable.
3695         (gnus-inews-add-send-actions): Mark all answered messages as
3696         answered.
3697
3698 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
3699
3700         * nnmail.el (nnmail-split-it): Added tracing to
3701         `:' split rule
3702
3703 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
3704
3705         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
3706         and "%s" so we don't overquote them.
3707
3708 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
3709
3710         * (mm-display-external): Display the actual command that has been
3711         executed in the echo area.
3712
3713 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3714
3715         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
3716
3717         * message.el (message-with-reply-buffer): New macro.
3718         (message-fetch-reply-field): Use it.
3719         (message-insert-wide-reply): New command and keystroke.
3720         (message-carefully-insert-headers): New function.
3721         (message-insert-to): Use new function.
3722
3723         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
3724         (gnus-topic-goto-missing-group): Use it.
3725
3726         * message.el (message-required-news-headers): Removed Lines.
3727         (message-reply): Don't insert References first.
3728         (message-followup): Ditto.
3729         (message-make-references): New function.
3730         (message-followup): Set message-reply-headers before generating
3731         the buffer stuff.
3732
3733 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
3734
3735         * mml.el (mml-generate-mime-1): Reverse the order of
3736         encoding/flowing.
3737
3738 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3739
3740         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
3741         after moving them.
3742
3743         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
3744         fit with newer standard format.
3745         (gnus-summary-make-false-root-always): New variable.
3746         (gnus-gather-threads-by-subject): Use it.
3747
3748         * message.el (message-get-reply-headers): Take an address list
3749         optional argument.
3750
3751 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3752
3753         * gnus.el (gnus-keep-backlog): Change default to 20.
3754
3755         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
3756         start.
3757         (gnus-agent-check-overview-buffer): Remove negative article
3758         numbers.
3759
3760         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
3761         (nnmail-cache-ignore-groups): Doc fix.
3762
3763         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
3764         (nnimap-debug-buffer): New variable.
3765         (nnimap-debug): Use it.
3766
3767 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
3768
3769         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
3770
3771 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3772
3773         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
3774         they aren't already sorted.
3775
3776 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
3777
3778         * message.el (message-mode-menu): Add ellipses to menu items
3779         expecting user interaction.
3780         (message-mode-field-menu): do.
3781
3782 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
3783
3784         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
3785         it isn't used any more.
3786
3787 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
3788
3789         * binhex.el (binhex-decoder-program): Fix docstring.
3790
3791 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3792
3793         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
3794         special chars if the mailcap file uses single quotes around %s.
3795         From Laurent Martelli <laurent@bearteam.org>.
3796
3797 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
3798
3799         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
3800         return the info object.
3801
3802 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
3803
3804         * gnus-int.el (gnus-request-update-info): Artificially add
3805         (1 . (1- min)) to the read range, in case the backend doesn't
3806         store marks for nonexistent articles.
3807
3808 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3809
3810         * binhex.el (binhex-insert-char): Eval-and-compile.
3811
3812 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
3813
3814         * lpath.el: Add tool-bar-local-item-from-menu.
3815
3816         * message.el (message-tool-bar-local-item-from-menu): New function.
3817         (message-tool-bar-map): Use it.
3818
3819 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
3820
3821         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
3822
3823         * gnus-art.el (gnus-article-header-rank): Last header in
3824         gnus-sorted-header-list should have higher rank than non-members.
3825
3826 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3827
3828         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
3829         covered methods.
3830
3831 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3832
3833         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
3834         eval-when-compile.  Suggested by Kevin Greiner.
3835
3836 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
3837
3838         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
3839         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
3840         even though no headers may have been fetched
3841         (gnus-agent-fetch-group-1, and perhaps others, require this
3842         behavior).
3843         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
3844         server buffer is constrained by gnus-agent-max-fetch-size.
3845         Multiple chunks in the same group may perform arbitrarily large
3846         updates.
3847
3848 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
3849
3850         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
3851         gnus-summary-update-download-mark to update the article in the
3852         summary.
3853
3854 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
3855
3856         * gnus.el (gnus-summary-high-uncached-face,
3857         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
3858         New faces.
3859
3860         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
3861         added this on 2002-11-23 but it just wasn't working out as
3862         intended.  The idea isn't entirely dead, three new faces
3863         gnus-summary-*-uncached-face are being added to gnus.el to provide
3864         the basis for an improved implementation.
3865         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
3866         proper file to open is lib/servers.
3867         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
3868         (i.e. removing the article from gnus-newsgroup-downloadable) will
3869         now restore the article's default mark rather than simply setting
3870         no mark.
3871         (gnus-agent-get-undownloaded-list): Corrected documentation.
3872         Added code to set new summary local variable,
3873         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
3874         a temporary list.  No longer sets gnus-newsgroup-downloadable.
3875         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
3876         up to date.  Call new gnus-summary-update-download-mark to keep
3877         summary buffer up-to-date.
3878         (gnus-agent-fetch-selected-article): Keep
3879         gnus-newsgroup-undownloaded up to date.
3880         (gnus-agent-fetch-articles): Return list of articles that were
3881         successfully fetched.
3882         (gnus-agent-check-overview-buffer): No more thingatpt.
3883         (gnus-agent-expire): No longer deletes NOV entries of unread
3884         articles.
3885         (gnus-agent-unread-articles): New function.
3886         (gnus-agent-regenerate-group): The article number must be
3887         terminated by a tab character.  Added more messages to report
3888         repairs.  Inhibit quits while writing changes so it is now safe
3889         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
3890         downloaded to 1) resolve the unbound references and 2) avoid
3891         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
3892
3893         * gnus-art.el (gnus-article-prepare): The agent
3894         downloaded/undownloaded mark is no longer stored as the article's
3895         mark.
3896
3897         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
3898         gnus-summary-highlight may use it.  Added downloaded as
3899         gnus-summary-highlight was using it.
3900
3901         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
3902         the download mark now follows Kai's +/- convention.
3903         (gnus-downloaded-mark): Added ?+ mark.
3904         (gnus-summary-highlight): Added rules to select
3905         gnus-summary-high-uncached-face,
3906         gnus-summary-normal-uncached-face, and
3907         gnus-summary-low-uncached-face.  Removed the
3908         gnus-agent-downloaded-article-face.
3909         (gnus-summary-line-format-alist): Implemented the download flag
3910         format (?O) as named in the manual.  This implementation displays
3911         either gnus-undownloaded-mark, gnus-downloaded-mark, or
3912         gnus-no-mark.
3913         (gnus-newsgroup-agentized): New local variable that identifies
3914         which groups are agentized.  While the agent is now on by default,
3915         you don't have to agentize every server that you use.
3916         (gnus-update-summary-mark-positions): Completed support for the
3917         download type of mark.
3918         (gnus-summary-insert-line): Added undownloaded to the parameters.
3919         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
3920         reference by the gnus-summary-line-format-spec.
3921
3922         * nntp.el (nntp-with-open-group): This macro handles dropped or
3923         broken connections by opening a new connection and repeating the
3924         failed command.
3925         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
3926         XOVER commands preceeding the active articles with the nov entry
3927         of the first available article.  When gnus connected to such a
3928         server, the unexpected nov entry would result in duplicate lines
3929         in the agent's overview file.  This patch fixes the duplicate
3930         lines problem and improves performance by skipping over all
3931         articles IDs that preceed the first nov entry in the server's
3932         reply.
3933
3934 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3935
3936         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
3937         (gnus-summary-highlight): Use it instead of `downloaded'.
3938         (gnus-summary-highlight-line): Ditto.
3939
3940         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
3941
3942 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3943
3944         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
3945
3946         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
3947         calls.
3948
3949         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
3950         downloaded variable if we're in an uncovered group.
3951
3952         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
3953         font to soemthing less noticeable.
3954         (gnus-agent-group-covered-p): New function.
3955
3956 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3957
3958         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
3959         Because of an unknown bug, the group buffer is saved in .overview
3960         file.
3961
3962 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3963
3964         * nntp.el (nntp-send-command): Braino in last commit.  Replace
3965         `and' with `or'.
3966
3967 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3968
3969         * nntp.el (nntp-send-command): Assume that echo does not happen
3970         when nntp-open-connection-function is nntp-open-network-stream.
3971         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
3972
3973 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3974
3975         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
3976
3977 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
3978
3979         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
3980         nntp-server-buffer if we aren't going to write to it.
3981
3982 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3983         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
3984
3985         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
3986
3987 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3988
3989         * rfc2047.el (rfc2047-decode-region): Remove newlines between
3990         decoded words.
3991
3992 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3993
3994         * gnus.el (fboundp): After loading mm-util, make sure it was the
3995         right one.
3996
3997 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3998
3999         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
4000         gnus-sum.  Made into a user option.
4001
4002         * gnus-sum.el (gnus-simplify-ignored-prefixes)
4003         (gnus-summary-mark-article-as-unread)
4004
4005 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4006
4007         * time-date.el (date-to-time): Typo.
4008
4009         * parse-time.el: Typo.
4010
4011         * nnsoup.el (nnsoup-retrieve-headers): Typo.
4012
4013         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
4014
4015         * nnimap.el:
4016         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
4017
4018         * mm-encode.el (mm-safer-encoding): Typo.
4019
4020         * messcompat.el: Typo.
4021
4022         * message.el (message-face-alist): Typo.
4023
4024         * imap.el (imap-interactive-login, imap-open): Typos.
4025
4026         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
4027
4028         * gnus.el: Typo.
4029
4030         * gnus-win.el (gnus-configure-frame): Typo.
4031
4032         * gnus-util.el (gnus-atomic-progn-assign): Typo.
4033
4034         * gnus-topic.el (gnus-topic-sort-topics): Typo.
4035
4036         * gnus-sum.el (gnus-summary-article-number)
4037         (gnus-summary-read-group-1, gnus-summary-mark-article)
4038         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
4039
4040         * gnus-mule.el (gnus-mule-add-group): Typo.
4041
4042         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
4043
4044         * gnus-group.el (gnus-group-fetch-faq): Typo.
4045
4046         * gnus-art.el (gnus-decode-header-methods): Typo.
4047
4048         * flow-fill.el: Typo.
4049
4050 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
4051
4052         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
4053
4054 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4055
4056         * gnus-sum.el (gnus-simplify-ignored-prefixes)
4057         (gnus-summary-mark-article-as-unread)
4058         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
4059         Reformatting to avoid long lines.
4060         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
4061
4062 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
4063
4064         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
4065         be accessed through `mail-header-number'.
4066
4067 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4068
4069         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
4070         compressed range to gnus-summary-insert-articles.
4071
4072 2002-11-26  Kevin Ryde <user42@zip.com.au>
4073
4074         * gnus-art.el (gnus-mime-copy-part): Look for filename
4075         parameter under content-disposition, not content-type.
4076
4077         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
4078         (gnus-summary-reselect-current-group): Use it.
4079
4080 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4081
4082         * gnus-agent.el (gnus-agent-uncached-articles): if
4083         gnus-agent-load-alist fails, return ARTICLES.
4084
4085         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
4086
4087 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4088
4089         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
4090         superfluous function call.
4091         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
4092         Add warning to docstring.
4093
4094 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4095
4096         * gnus-agent.el: Autoload number-at-point instead.
4097         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
4098
4099 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4100
4101         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
4102         require thingatpt (for number-at-point) and protect against
4103         deactivate-mark being unbound (on XEmacs).
4104
4105 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4106
4107         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
4108         print message on entry.
4109
4110         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
4111
4112         * gnus-range.el (gnus-range-difference): New function.
4113         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
4114
4115 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4116
4117         * gnus-sum.el (gnus-summary-insert-old-articles): Use
4118         gnus-remove-from-range instead of gnus-range-difference which
4119         doesn't exist.
4120
4121 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4122         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
4123
4124         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
4125         used for showing which articles have been downloaded.
4126         (gnus-agent-article-alist): Format change.  Add documentation.
4127         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
4128         process-marked articles.
4129         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
4130         in the series are individually fetched to minimize lose of
4131         content due to an error/quit.
4132         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
4133         gnus-message instead of message.
4134         (gnus-agent-read-servers): Use file lib/methods instead of
4135         lib/servers.  TODO: Why?
4136         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
4137         (gnus-agent-get-undownloaded-list): Remove articles that appear to
4138         come from the agent.  This means that they are not downloaded.
4139         (gnus-agent-fetch-selected-article): Don't use history.
4140         (gnus-agent-save-history, gnus-agent-enter-history)
4141         (gnus-agent-article-in-history-p, gnus-agent-history-path):
4142         Removed function; history is not used anymore.
4143         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
4144         (gnus-agent-crosspost): Started rewrite then realized that a typo
4145         in gnus-agent-fetch-articles ensures that this function is never
4146         called.  This will need to be fixed later.
4147         (gnus-agent-check-overview-buffer): Some sanity checks on the
4148         agent overview buffer.  This is a safety net used during
4149         development.
4150         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
4151         changed, write a number to the file indicating this.
4152         (gnus-agent-fetch-headers): Rewrite to respect
4153         gnus-agent-consider-all-articles without relying on the
4154         `.fetched' files.  Make it fast.
4155         (gnus-agent-braid-nov): Change resulting from
4156         gnus-agent-fetch-headers change.
4157         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
4158         `.fetched' files.
4159         (gnus-agent-read-agentview): New function, used by
4160         gnus-agent-load-alist.
4161         (gnus-agent-load-fetched-headers): Remove.
4162         (gnus-agent-save-alist): Rewrite to accomodate new format.
4163         (gnus-agent-fetch-group-1): Make sure list of articles is in the
4164         same order as in gnus-newsgroup-headers.
4165         (gnus-agent-expire): Document and implement extra args ARTICLES,
4166         GROUP, FORCE.  Do not restrict usage.
4167         (gnus-agent-uncached-articles): New function.
4168         (gnus-agent-retrieve-headers): Use it.
4169         (gnus-agent-regenerate-group): No longer needs to be called from
4170         gnus-agent-regenerate.  Individual groups may be regenerated. The
4171         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
4172         The article fetch dates are validated in the article alist.  The
4173         article alist is pruned of entries that do not reference existing
4174         NOV entries.  All changes are computed then applied with
4175         inhibit-quit bound to t.  As a result, it is now safe to quit out of
4176         regeneration.  The optional clean parameter has been replaced with
4177         an optional reread parameter.  Clean is no longer necessary as
4178         regeneration gets the appropriate setting from
4179         gnus-agent-consider-all-articles.  The new reread parameter will
4180         result in fetched, or all, articles being marked as unread.
4181         (gnus-agent-regenerate): Removed code to regenerate the history
4182         file as it is no longer used.
4183
4184         * gnus-start.el (gnus-make-ascending-articles-unread): New
4185         function, for efficient mass-marking.
4186
4187         * gnus-sum.el (gnus-summary-highlight): Use new face for
4188         downloaded articles.
4189         (gnus-article-mark): Prefer to indicate read/unread status over
4190         downloaded status.
4191         (gnus-summary-highlight-line-0): New function, maybe rehighlights
4192         line.
4193         (gnus-summary-highlight-line): Use new face for downloaded
4194         articles.
4195         (gnus-summary-insert-old-articles): Improved performance by
4196         replacing the initial LIST of older articles with a compressed
4197         RANGE of older articles.  Some servers appear to lie about
4198         their active range so the original list could contain millions
4199         of article numbers.  The range is not expanded into a list
4200         until the optional ALL parameter has been applied.
4201
4202 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4203
4204         * gnus-agent.el (gnus-category-mode): Typo in doc string.
4205
4206 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
4207
4208         * spam.el:
4209         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
4210
4211         * spam.el: added `M s t' and `M s x' key mappings
4212
4213 2002-11-20  Simon Josefsson  <jas@extundo.com>
4214
4215         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
4216
4217 2002-11-19  Simon Josefsson  <jas@extundo.com>
4218
4219         * gnus-sum.el (gnus-summary-morse-message): Load
4220         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
4221         (unmorse-region): Autoload it instead.
4222
4223 2002-11-18  Simon Josefsson  <jas@extundo.com>
4224
4225         * gnus-sum.el (gnus-summary-morse-message): New function.
4226         (gnus-summary-wash-map): Bind to `W m'.
4227         (gnus-summary-make-menu-bar): Add.
4228
4229         * nnimap.el (nnimap-request-expire-articles): Compress sequence
4230         before storing \Deleted mark on expired articles.
4231
4232 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
4233         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
4234
4235         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
4236         parens in column 0.
4237
4238 2002-11-17  Juanma Barranquero  <lektu@terra.es>
4239
4240         * nnweb.el (nnweb-google-create-mapping): Fix typo.
4241
4242         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
4243
4244         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
4245
4246 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4247
4248         * message.el (message-set-auto-save-file-name): Use
4249         make-directory, to avoid the dependence on gnus-util.
4250
4251 2002-11-16  Simon Josefsson  <jas@extundo.com>
4252
4253         * nnimap.el (nnimap-callback-callback-function):
4254         (nnimap-callback-buffer): Removed, these cannot be global but must
4255         be embedded into the callback.
4256         (nnimap-make-callback): New.  Embedd article number, callback and
4257         buffer in function.
4258         (nnimap-callback, nnimap-request-article-part): Update.
4259
4260 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4261
4262         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
4263
4264 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4265
4266         * gnus.el (gnus-summary-line-format): Document %C.
4267
4268 2002-11-11  Simon Josefsson  <jas@extundo.com>
4269
4270         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
4271         output when called interactively.
4272
4273 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4274
4275         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
4276
4277         * message.el (message-draft-coding-system): Improve comment; use
4278         mm-auto-save-coding-system for the default value.
4279
4280         * nndraft.el (nndraft-request-article): Revert to the state before
4281         2002-10-29; regexp-quote mail-header-separator.
4282
4283 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
4284
4285         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
4286         allow editing of drafts from an nnvirtual group.
4287
4288 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4289
4290         * nndraft.el (nndraft-request-article): Replace emacs-mule with
4291         mm-auto-save-coding-system.
4292
4293         * message.el (message-draft-coding-system): Default to
4294         iso-2022-7bit.
4295
4296         * mm-util.el (mm-auto-save-coding-system): Undo last change to
4297         restore the default value to emacs-mule or escape-quoted.
4298
4299 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4300
4301         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
4302         a delayed or a queued article as well as a draft.
4303
4304         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
4305         delayed or a queued article in the raw format; treat a delayed
4306         article as a raw article as well as a draft.
4307         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
4308         for the delayed group.
4309
4310         * nndraft.el (nndraft-request-article): Ignore auto save files for
4311         a delayed or a queued article; don't bother to decode a queued
4312         article; don't bind nnmail-file-coding-system for a queued article.
4313
4314         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
4315         and the queue group.
4316
4317 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
4318
4319         * gnus-group.el (gnus-group-delete-group):
4320         gnus-cache-active-hashtb might be void.
4321
4322 2002-11-02  Simon Josefsson  <jas@extundo.com>
4323
4324         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
4325         setting of the default user ID.  From Raymond Scholz
4326         <ray-2002@zonix.de>.
4327
4328 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
4329
4330         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
4331         charset.
4332
4333 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
4334         From Alex Schroeder <alex@emacswiki.org>
4335         * spam-stat.el (spam-stat-process-directory): add dir to message
4336         (spam-stat-reduce-size): No longer remove words
4337         with values close to 0.5, because the default value is 0.2.
4338
4339 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4340
4341         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
4342         documentation.
4343
4344 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4345
4346         * gnus-agent.el (gnus-agent-fetched-headers)
4347         (gnus-agent-load-fetched-headers)
4348         (gnus-agent-save-fetched-headers): Remove variable and two
4349         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
4350         works better.
4351         (gnus-agent-fetch-headers): New implementation from Kevin
4352         Greiner.  Uses gnus-agent-article-alist to store information
4353         about fetched messages which aren't on the server anymore.  The
4354         trick is to return a list of considered messages to the caller,
4355         but to only fetch those which haven't been fetched yet.
4356
4357 2002-10-30  Simon Josefsson  <jas@extundo.com>
4358
4359         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
4360
4361         * pgg.el (pgg-passphrase-cache-expiry): Removed.
4362
4363 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4364
4365         * mm-view.el (mm-w3m-local-map-property): Make it work with older
4366         versions of emacs-w3m than 1.3.3.
4367
4368         * lpath.el: Bind w3m-minor-mode-map.
4369
4370         * mm-view.el (mm-w3m-mode-command-alist)
4371         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
4372         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
4373         (mm-setup-w3m): Simplified.
4374         (mm-w3m-local-map-property): New function.
4375         (mm-inline-text-html-render-with-w3m): Use it.
4376
4377         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
4378         mm-w3m-local-map-property.
4379
4380 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4381
4382         * mm-util.el (mm-auto-save-coding-system): Default to
4383         iso-2022-7bit.
4384
4385         * nndraft.el (nndraft-request-article): Decode an article using
4386         the coding-system emacs-mule if it seems to have been saved using
4387         emacs-mule.
4388         (nndraft-request-replace-article): Use message-draft-coding-system
4389         instead of mm-auto-save-coding-system for the draft or delayed
4390         group.
4391
4392 2002-10-28  Josh  <huber@alum.wpi.edu>
4393
4394         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
4395         functions.
4396
4397 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4398         From mah@everybody.org (Mark A. Hershberger).
4399
4400         * mm-url.el (mm-url-insert-file-contents): Make it return the same
4401         type values ("url" size) regardless of the values of
4402         mm-url-use-external.
4403
4404 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4405
4406         * nnimap.el (nnimap-request-article-part): Try harder to show
4407         group name in debugging message.
4408
4409 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4410
4411         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
4412         directory if it doesn't exist.
4413         (gnus-agent-fetch-headers): Remove old cruft that tried to
4414         abstain from downloading articles more than once if
4415         gnus-agent-consider-all-articles was true.  This is now done
4416         properly via the .fetched files.
4417
4418 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4419
4420         * nndraft.el (nndraft-request-article): Treat delayed articles
4421         like drafts.
4422
4423 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4424
4425         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
4426
4427 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4428
4429         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
4430         Remove unused optional arg DIR and corresponding code.
4431
4432         * nnimap.el (nnimap-request-article-part): Include group name in
4433         debugging output.
4434
4435 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
4436
4437         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
4438
4439 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4440
4441         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
4442         contains range of headers that have been fetched by the agent
4443         already.  Compare gnus-agent-article-alist.
4444         (gnus-agent-file-header-cache): Like
4445         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
4446         (gnus-agent-fetch-headers): Improve comment.  Revert to old
4447         seen/recent logic.
4448         Remember which headers have been fetched before and don't fetch
4449         them again the next time round.
4450         (gnus-agent-load-fetched-headers)
4451         (gnus-agent-save-fetched-headers): New functions, for remembering
4452         which headers have been fetched before.
4453
4454 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4455
4456         * lpath.el: Remove useless bindings.
4457
4458 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
4459
4460         * gnus-sum.el (gnus-summary-execute-command): Disable visual
4461         features while searching.
4462
4463 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4464
4465         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
4466
4467 2002-10-22  Simon Josefsson  <jas@extundo.com>
4468
4469         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
4470         (pgg-snarf-keys): Add.
4471
4472 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4473
4474         * lpath.el: Fbind bbdb-records.
4475
4476         * spam.el: Don't autoload bbdb-records.
4477
4478 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4479
4480         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
4481         prevent inf-loop.
4482
4483 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4484
4485         * nnslashdot.el: Removed some test lines.
4486         More test.
4487
4488 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4489
4490         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
4491         are known to be downloaded already.
4492
4493 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4494
4495         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
4496         (mm-text-html-washer-alist): Ditto.
4497
4498 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4499
4500         * nnheader.el (nnheader-remove-body): Fix an error of detecting
4501         boundary between headers and body.
4502         * nnml.el (nnml-parse-head): Ditto.
4503
4504 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4505
4506         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
4507         entries.
4508
4509         * gnus-group.el (gnus-fetch-group): Allow an optional
4510         specification of the articles to select.
4511
4512         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
4513
4514 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4515
4516         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
4517         headers from the group, update variable `articles' to contain
4518         only those numbers where headers exist.  (When fetching all
4519         articles in a group, Gnus creates lots of numbers where there is
4520         no articles.)
4521
4522 2002-10-20  Steve Youngs  <youngs@xemacs.org>
4523
4524         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
4525         doesn't have the 'alist custom type, use cons cells instead.
4526         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
4527         (pgg-parse-hash-algorithm-alist): Ditto.
4528         (pgg-parse-compression-algorithm-alist): Ditto.
4529         (pgg-parse-signature-type-alist): Ditto.
4530
4531         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
4532
4533         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
4534
4535         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
4536
4537 2002-10-19  Simon Josefsson  <jas@extundo.com>
4538
4539         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
4540         buffer.
4541
4542 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4543
4544         * gnus-spec.el (gnus-make-format-preserve-properties)
4545         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
4546         properties also on XEmacs.  `gnus-xmas-format' is like format but
4547         preserves text properties on XEmacs (though it only understands
4548         simple format specs).  The variable
4549         `gnus-make-format-preserve-properties' controls whether the
4550         function is used, and is checked in `gnus-parse-simple-format'.
4551         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
4552
4553         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
4554         output.
4555         (gnus-agent-consider-all-articles): New variable.
4556         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
4557         (gnus-agent-fetch-headers): Depending on
4558         gnus-agent-consider-all-articles, maybe get all articles.
4559         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
4560         `read'.
4561         (gnus-predicate-imples-unread): New function.
4562         (gnus-agent-fetch-headers): Optimize to call
4563         gnus-list-of-unread-articles if that is sufficient.
4564         Check unseen and recent instead of seen and recent.
4565         (gnus-agent-fetch-headers): Abstain from calling
4566         gnus-list-range-intersection if range (a . b) would have (> a b).
4567
4568 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4569
4570         * message.el (message-send-mail): Make it possible to perform
4571         edebug-defun.
4572
4573 2002-10-18  Simon Josefsson  <jas@extundo.com>
4574
4575         * gnus-art.el (gnus-button-man-handler): Change default to
4576         `manual-entry' (defined in both emacsen).
4577         (gnus-button-man-handler): Remove emacsen difference and use
4578         `manual-entry'.
4579
4580 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4581
4582         * spam.el: Wrap autoload settings for bbdb-records,
4583         executable-find and ifile-spam-filter with eval-and-compile.
4584         (spam-display-buffer-contents): Remove.
4585         (spam-bogofilter-score): Merge spam-display-buffer-contents.
4586
4587 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
4588
4589         * spam.el (spam-display-buffer-contents): New function.
4590         (spam-bogofilter-score): use spam-display-buffer-contents, patch
4591         from Katsumi Yamaoka <yamaoka@jpl.org>.
4592
4593 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4594
4595         * nnheader.el (nnheader-parse-naked-head): New function.
4596         (nnheader-parse-head): Use the above function, in order to handle
4597         continuation lines properly.
4598         (nnheader-remove-body): New function.
4599         (nnheader-remove-cr-followed-by-lf): New function.
4600         (nnheader-ms-strip-cr): Use the above function.
4601
4602         * gnus-agent.el (gnus-agent-regenerate-group): Call
4603         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
4604         `nnheader-parse-head'.
4605         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
4606
4607         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
4608         continuation lines by itself; call `nnheader-parse-naked-head'
4609         instead of `nnheader-parse-head'.
4610         * nndiary.el (nndiary-parse-head): Ditto.
4611         * nnfolder.el (nnfolder-parse-head): Ditto.
4612         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
4613         * nnmaildir.el (nnmaildir--update-nov): Ditto.
4614         * nnml.el (nnml-parse-head): Ditto.
4615
4616 2002-10-17  Steve Youngs  <youngs@xemacs.org>
4617
4618         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
4619         XEmacs, default to it if featurep 'xemacs.
4620
4621 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4622
4623         * spam-stat.el: Check for the existence of hash functions instead
4624         of the Emacs version to decide whether to load cl.  Suggested by
4625         Kai Gro\e,A_\e(Bjohann.
4626
4627 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4628
4629         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
4630         if it isn't open yet.
4631
4632 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * gnus-group.el: Require mm-url only when compiling.
4635         (gnus-group-fetch-charter): Require mm-url.
4636
4637         * spam-stat.el: Require cl for the functions gethash,
4638         hash-table-count, make-hash-table and mapc for Emacs 20.
4639         (puthash): Alias to cl-puthash for Emacs 20.
4640         (with-syntax-table): New macro for Emacs 20.
4641
4642 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
4643
4644         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
4645
4646 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
4647
4648         * spam.el (spam-check-ifile): added ifile as a spam checking
4649         backend, and spam-use-ifle as the variable to toggle that check.
4650
4651 2002-10-12  Simon Josefsson  <jas@extundo.com>
4652
4653         * message.el (message-beginning-of-line): New variable.
4654         (message-beginning-of-line): Use it.
4655
4656 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
4657
4658         * spam.el: more compilation fixes for BBDB
4659
4660         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
4661         (spam-stat-reduce-size): Interactive.
4662         (spam-stat-reset): New function.
4663         (spam-stat-save): Interactive.
4664
4665 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4666
4667         * gnus.el: Autoload gnus-delay-initialize.
4668
4669         * message.el: Autoload gnus-delay-article.
4670
4671 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
4672
4673         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
4674         text property in Emacs.
4675
4676 2002-10-11  Simon Josefsson  <jas@extundo.com>
4677
4678         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
4679         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
4680
4681         * mml1991.el (mml1991-pgg-sign): Remove CR.
4682
4683 2002-10-10  Simon Josefsson  <jas@extundo.com>
4684
4685         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
4686         decrypt failed.
4687         (mml2015-trust-boundaries-alist): Removed.
4688         (mml2015-gpg-extract-signature-details): Don't use it.
4689         (mml2015-unabbrev-trust-alist): New.
4690         (mml2015-gpg-extract-signature-details): Use it.
4691
4692 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
4693
4694         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
4695         BBDB installed
4696
4697         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
4698         statistical analysis of spam in Lisp only
4699
4700 2002-10-10  Simon Josefsson  <jas@extundo.com>
4701
4702         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
4703         auth, selected or examine state.
4704
4705         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
4706         buffer and error buffer depending on type of information.
4707
4708         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
4709         --status-fd stuff even if gpg.el is not used (revert earlier
4710         change).
4711         (mml2015-pgg-{clear-,}verify): Store both output and errors as
4712         gnus details.
4713         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
4714         buffer.
4715
4716         * pgg.el (pgg-verify-region): Use it.
4717
4718         * pgg-def.el (pgg-query-keyserver): New variable.
4719
4720         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
4721         key-identifier in packet.  Is this a good idea?
4722
4723         * mml.el (mml-mode-map): Add security commands that operates on
4724         MIME parts.
4725         (mml-menu): And menu items for them.
4726
4727         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
4728
4729         * mml.el (mml-parse-1): Support sender in #secure tags.
4730
4731         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
4732         defined.
4733
4734         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
4735         (mml-pgp-encrypt-buffer): Support combined signing.
4736
4737         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
4738         (mml1991-gpg-encrypt): Ditto.
4739         (mml1991-pgg-encrypt): Ditto.
4740         (mml1991-encrypt): Pass sign parameter.
4741
4742         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
4743         (mml-signencrypt-style): Mention the variable.
4744
4745 2002-10-09  Simon Josefsson  <jas@extundo.com>
4746
4747         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
4748         pgg-gpg-user-id.
4749
4750         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
4751         (pgg-fetch-key-function): Nil if w3 is not installed.
4752
4753 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4754
4755         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
4756         gnus-agent-current-history.
4757
4758 2002-10-06  Simon Josefsson  <jas@extundo.com>
4759
4760         * imap.el (imap-parse-status): Don't use read to read token.
4761
4762 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4763
4764         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
4765         for methods not covered by the agent, and when unplugged.
4766
4767 2002-10-05  Simon Josefsson  <jas@extundo.com>
4768
4769         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
4770         signing.
4771
4772         * gnus-agent.el (gnus-agent-read-servers): If getting method from
4773         a named server fails, ignore the server.
4774
4775         * mml1991.el (mml1991-pgg-sign): Do QP.
4776
4777         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
4778         work.
4779
4780 2002-10-04  Simon Josefsson  <jas@extundo.com>
4781
4782         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
4783
4784         * pgg-pgp.el (pgg-pgp-verify-region): Inline
4785         binary-write-decoded-region from MEL.
4786
4787         * pgg.el (pgg-encrypt-region): Support sign.
4788
4789         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
4790
4791         * mml2015.el (mml2015-pgg-encrypt): Ditto.
4792
4793         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
4794         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
4795         branch where PGG was taken from in the ChangeLog entries below.
4796
4797 2002-10-01  Simon Josefsson  <jas@extundo.com>
4798
4799         * pgg-pgp.el: Don't require mel.  Don't use luna.
4800         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
4801         (pgg-pgp-process-region): Use expand-file-name instead of concat.
4802         (pgg-pgp-process-region): Don't use binary-funcall.
4803
4804         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
4805
4806         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
4807         instead of concat.
4808
4809         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
4810
4811 2002-09-29  Simon Josefsson  <jas@extundo.com>
4812
4813         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
4814         compile warnings.
4815
4816         * pgg.el (pgg-decrypt-region): Don't parse packet.
4817
4818         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
4819
4820 2002-09-29  Daiki Ueno <ueno@unixuser.org>
4821
4822         * pgg.el: Remove dependency on calist.el.
4823
4824 2002-09-28  Simon Josefsson  <jas@extundo.com>
4825
4826         * pgg.el (pgg-temporary-file-directory): New variable.
4827         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
4828
4829         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
4830         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
4831
4832         * pgg-parse.el (pgg-char-int): Defalias.
4833         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
4834         (pgg-read-bytes, pgg-read-body): Use it.
4835         (pgg-decode-packets): Don't use MEL, use base64-*.
4836         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
4837         (pgg-string-as-unibyte): Defalias.
4838         (pgg-parse-armor-region): Use it.
4839
4840         * pgg-gpg.el (pgg-gpg-process-region): Use
4841         pgg-temporary-file-directory.
4842
4843         * luna.el: Don't def-edebug.
4844
4845         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
4846         binary-write-decoded-region from MEL.
4847
4848         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
4849
4850         * alist.el, calist.el: Don't require product/APEL.
4851
4852         * pgg-parse.el (top-level): Remove dependency on static.el,
4853         pccl.el, mel.el.
4854         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
4855         `define-ccl-program' is boundp, instead of using broken.
4856
4857 2002-10-01  Simon Josefsson  <jas@extundo.com>
4858
4859         * message.el (message-required-mail-headers): Remove Lines:.
4860
4861 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4862         From Jesper Harder.
4863
4864         * gnus-group.el (gnus-group-fetch-charter,
4865         gnus-group-fetch-control): Prompt for group if given a prefix
4866         argument.
4867         * gnus-sum.el (t): Add gnus-group-fetch-charter and
4868         gnus-group-fetch-control to summary key map and menu.
4869
4870 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
4871
4872         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
4873         number when there are no articles.
4874
4875 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4876
4877         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
4878         arg ALL means to fetch all articles, not only downloadable ones.
4879         (gnus-agent-fetch-selected-article): New function for
4880         gnus-select-article-hook or gnus-mark-article-hook.
4881
4882 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4883         From Peter von der Ahe <nospam2159@daimi.au.dk>.
4884
4885         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
4886         raw-text.
4887
4888 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
4889
4890         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
4891         Pinard).
4892         Major revamp of the code, documentation is in comments in the file
4893         for now.
4894
4895 2002-09-30  Simon Josefsson  <jas@extundo.com>
4896
4897         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
4898         buffer seem to be needed?
4899
4900 2002-09-29  Simon Josefsson  <jas@extundo.com>
4901
4902         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
4903         compile warnings.
4904
4905         * mml1991.el (mml1991-function-alist): Add pgg.
4906         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
4907         (mml1991-pgg-encrypt): Fix recipients querying.
4908
4909 2002-09-28  Simon Josefsson  <jas@extundo.com>
4910
4911         * mml2015.el (autoload): Autoload correct files.  Trivial patch
4912         from dme@dme.org.
4913         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
4914         handle is returned.
4915
4916 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4917
4918         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4919         Protect against non-existent of `nnimap-mailbox-info'.
4920
4921 2002-09-27  Simon Josefsson  <jas@extundo.com>
4922
4923         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
4924         (gnus-setup-news-hook): Use it.
4925         (gnus-after-getting-new-news-hook): Ditto.
4926
4927         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
4928
4929 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4930         From Mats Lidell <matsl@contactor.se>.
4931
4932         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
4933
4934 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4935
4936         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
4937         the part to decode encoded words, use raw words instead of decoded
4938         words.
4939
4940 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4941
4942         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
4943
4944         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
4945         (mm-setup-w3m): Use it.
4946
4947 2002-09-27  Simon Josefsson  <jas@extundo.com>
4948
4949         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
4950         article buffers.
4951
4952         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
4953         it just in case.
4954         (nnimap-update-unseen): New function; update unseen count in
4955         `n-m-info'.
4956         (nnimap-close-group): Call it.
4957
4958         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
4959         (gnus-after-getting-new-news-hook): Ditto.
4960
4961         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
4962         message into verboselevel 9.  Change slow mail check message.
4963         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
4964         (nnimap-fixup-unread-after-getting-new-news): New function, to be
4965         used as a hook after getting new mail.
4966
4967 2002-09-26  Simon Josefsson  <jas@extundo.com>
4968
4969         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
4970         SELECT/EXAMINE is first unseen article, not number of unseen
4971         articles.  Make them distinct by renaming the former to
4972         `first-unseen' instead of `unseen'.
4973
4974         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
4975         too.
4976         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
4977         changed.
4978         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
4979
4980         * gnus-int.el (gnus-server-unopen-status): Defcustom.
4981
4982         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
4983         better.
4984
4985         * mml2015.el (mml2015-pgg-decrypt): Only add security information
4986         if dissecting resulting buffer actually had any information.
4987
4988 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4989
4990         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
4991         because the function `string<' allows symbols.
4992
4993         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
4994
4995 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4996
4997         * message.el (message-forward-make-body): Revert an early change
4998         because 8-bit utf-8 emails.
4999
5000 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5001
5002         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
5003         links to Info)
5004         * gnus-art.el (gnus-treat-highlight-signature):
5005         * gnus-art.el (gnus-treat-buttonize):
5006         * gnus-art.el (gnus-treat-buttonize-head):
5007         * gnus-art.el (gnus-treat-emphasize):
5008         * gnus-art.el (gnus-treat-strip-cr):
5009         * gnus-art.el (gnus-treat-unsplit-urls):
5010         * gnus-art.el (gnus-treat-leading-whitespace):
5011         * gnus-art.el (gnus-treat-hide-headers):
5012         * gnus-art.el (gnus-treat-hide-boring-headers):
5013         * gnus-art.el (gnus-treat-hide-signature):
5014         * gnus-art.el (gnus-treat-fill-article):
5015         * gnus-art.el (gnus-treat-hide-citation):
5016         * gnus-art.el (gnus-treat-hide-citation-maybe):
5017         * gnus-art.el (gnus-treat-strip-list-identifiers):
5018         * gnus-art.el (gnus-treat-strip-pgp):
5019         * gnus-art.el (gnus-treat-strip-pem):
5020         * gnus-art.el (gnus-treat-strip-banner):
5021         * gnus-art.el (gnus-treat-highlight-headers):
5022         * gnus-art.el (gnus-treat-highlight-citation):
5023         * gnus-art.el (gnus-treat-date-ut):
5024         * gnus-art.el (gnus-treat-date-local):
5025         * gnus-art.el (gnus-treat-date-english):
5026         * gnus-art.el (gnus-treat-date-lapsed):
5027         * gnus-art.el (gnus-treat-date-original):
5028         * gnus-art.el (gnus-treat-date-iso8601):
5029         * gnus-art.el (gnus-treat-date-user-defined):
5030         * gnus-art.el (gnus-treat-strip-headers-in-body):
5031         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
5032         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
5033         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
5034         * gnus-art.el (gnus-treat-unfold-headers):
5035         * gnus-art.el (gnus-treat-fold-headers):
5036         * gnus-art.el (gnus-treat-fold-newsgroups):
5037         * gnus-art.el (gnus-treat-overstrike):
5038         * gnus-art.el (gnus-treat-display-xface):
5039         * gnus-art.el (gnus-treat-display-smileys):
5040         * gnus-art.el (gnus-treat-from-picon):
5041         * gnus-art.el (gnus-treat-mail-picon):
5042         * gnus-art.el (gnus-treat-newsgroups-picon):
5043         * gnus-art.el (gnus-treat-body-boundary):
5044         * gnus-art.el (gnus-treat-capitalize-sentences):
5045         * gnus-art.el (gnus-treat-fill-long-lines):
5046         * gnus-art.el (gnus-treat-play-sounds):
5047         * gnus-art.el (gnus-treat-translate):
5048         * gnus-art.el (gnus-treat-x-pgp-sig):
5049         * gnus-art.el (gnus-mime-button-line-format):
5050         * gnus-art.el (gnus-button-man-level):
5051         * gnus-art.el (gnus-button-emacs-level):
5052         * gnus-cus.el (gnus-group-parameters):
5053         * gnus-gl.el (bbb-build-mid-scores-alist):
5054         * gnus-group.el (gnus-group-line-format):
5055         * gnus-mlspl.el (gnus-group-split-setup):
5056         * gnus-mlspl.el (gnus-group-split):
5057         * gnus-msg.el (gnus-mailing-list-groups):
5058         * gnus-msg.el (gnus-posting-styles):
5059         * gnus-nocem.el (gnus-nocem-issuers):
5060         * gnus-score.el (gnus-score-regexp-bad-p):
5061         * gnus-srvr.el (gnus-server-line-format):
5062         * gnus-topic.el (gnus-topic-line-format):
5063         * gnus.el (gnus-summary-line-format):
5064         * mail-source.el (mail-sources):
5065         * message.el (message-subscribed-address-file):
5066         * nnmail.el (nnmail-split-fancy):
5067
5068 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
5069
5070         * mail-source.el(mail-source-run-script): use `functionp' to test
5071         whether the argument `script' is in fact a function.
5072         (mail-sources): adjust the defcustom to allow users to specify a
5073         function or a string as the value of the `:prescript' and
5074         `:postscript' arguments of the `file' and `pop3' mail sources.
5075
5076 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
5077
5078         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
5079         number when article 1 does not exist.
5080
5081 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5082
5083         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
5084         apropos if apropos-variable does not exist.
5085         (gnus-button-guessed-mid-regexp)
5086         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
5087         regexes.  From Reiner Steib.
5088         (gnus-button-handle-describe-function)
5089         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
5090         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
5091         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
5092
5093 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
5094         Trivial patch.
5095
5096         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
5097         the file.
5098
5099 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5100
5101         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
5102
5103 2002-09-24  Simon Josefsson  <jas@extundo.com>
5104
5105         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
5106         (mml2015-use): Prefer PGG if installed.
5107         (mml2015-function-alist): Add PGG wrappers.
5108         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
5109         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
5110         prefix, make regexp optionally skip it.
5111         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
5112         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
5113         (mml2015-pgg-encrypt): New functions.
5114         (defvar, autoload): Prevent byte-compile warnings.
5115
5116 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5117         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5118
5119         * gnus-art.el (article-strip-banner): Check for the existence of
5120         from header.
5121
5122 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
5123
5124         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
5125         (gnus-button-alist): Improved regexp for
5126         gnus-button-handle-mid-or-mail (false positives), fixed
5127         gnus-button-handle-man entries.
5128         From Reiner Steib.
5129
5130 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
5131         From Josh Huber.
5132
5133         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
5134         nnmail-extra-headers is non-nil.
5135
5136 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
5137
5138         * nnmaildir.el: Store article numbers persistently.  General
5139         revision.
5140         (nnmaildir-request-expire-articles): handle 'immediate and 'never
5141         for nnmail-expiry-wait; delete instead of moving if 'force is
5142         given.
5143
5144 2002-09-23  Simon Josefsson  <jas@extundo.com>
5145         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
5146
5147         * smime.el (smime-sign-buffer): Get key and extra certs.
5148         (smime-get-key-with-certs-by-email): Utility function.
5149
5150 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5151         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
5152
5153         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
5154         article exists.
5155
5156 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5157
5158         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
5159
5160 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
5161         From Reiner Steib.
5162
5163         * gnus-art.el (gnus-button-handle-custom,
5164         gnus-button-handle-mid-or-mail,
5165         gnus-button-handle-describe-{function,variable,key},
5166         gnus-button-handle-apropos{,command,variable}): New functions.
5167         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
5168         gnus-button-{man,emacs,mail}-level): New variables.
5169         (gnus-button-alist): Use the above to buttonize emacs and mail
5170         related links.
5171
5172 2002-09-18  Juanma Barranquero  <lektu@terra.es>
5173
5174         * gnus-int.el (gnus-status-message): Fix spacing.
5175
5176         * imap.el (imap-continuation): Fix typos.
5177
5178 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5179
5180         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
5181
5182         * gnus-art.el (gnus-article-reply-with-original): Correct
5183         with-current-buffer scope.
5184
5185         * message.el (message-completion-alist): Add Reply-To, From, etc.
5186
5187 2002-09-18  Simon Josefsson  <jas@extundo.com>
5188
5189         * nnimap.el (nnimap-request-expire-articles): Make flag setting
5190         conditional.  From Nevin Kapur <nevin@jhu.edu>.
5191
5192 2002-09-17  Simon Josefsson  <jas@extundo.com>
5193
5194         * nnimap.el (nnimap-expiry-target): Don't search for which
5195         articles exists here.
5196         (nnimap-request-expire-articles): Do it here instead.  Only expire
5197         when articles are found.  Suggested by Nevin Kapur
5198         <nevin@jhu.edu>.
5199
5200 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5201         From Reiner Steib <reiner.steib@gmx.de>.
5202
5203         * message.el (message-strip-subject-trailing-was)
5204         (message-change-subject, message-add-archive-header)
5205         (message-xpost-fup2-header, message-xpost-insert-note)
5206         (message-xpost-fup2, message-reduce-to-to-cc): New functions
5207         adopted from message-utils.el.  Add functions to the keymap, mode
5208         describtion and menu.
5209         (message-change-subject,message-xpost-fup2): Signal error if
5210         current header is empty.
5211         (message-xpost-insert-note): Changed insert position.
5212         (message-archive-note): Ensure to insert note in message body (not
5213         in head).
5214         (message-archive-header, message-archive-note)
5215         (message-xpost-default, message-xpost-note, message-fup2-note)
5216         (message-xpost-note-function): New variables adopted from
5217         message-utils.el.  Changed some doc-strings.
5218         (message-mark-insert-{begin,end}): Rename from
5219         message-{begin,end}-inserted-text-mark (message-utils.el), changed
5220         values.
5221         (message-subject-trailing-was-query)
5222         (message-subject-trailing-was-ask-regexp)
5223         (message-subject-trailing-was-regexp): New variables.
5224         (message-to-list-only): Added doc-string and menu entry.
5225
5226         * message-utils.el: Removed.  Functions are now in message.el.
5227
5228 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5229
5230         * gnus-art.el (gnus-article-reply-with-original,
5231         gnus-article-followup-with-original): Switch to
5232         gnus-summary-buffer before reply/followup.
5233
5234 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
5235
5236         * gnus-sum.el (gnus-summary-toggle-header): The article window may
5237         not exist. Toggle it anyway.
5238
5239 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5240
5241         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
5242
5243         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
5244         Trivial patch from Urban Engberg <ue@ccieurope.com>.
5245
5246         * rfc2047.el (message-posting-charset): Defvar it.
5247         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
5248         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
5249
5250         * mail-source.el (mail-source-fetch): Hide password.
5251
5252         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
5253
5254 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5255         From John Paul Wallington <jpw@shootybangbang.com>.
5256
5257         * gnus.el (gnus-visual, gnus-meta): Fix typo.
5258
5259 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5260
5261         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
5262
5263 2002-09-11  Simon Josefsson  <jas@extundo.com>
5264
5265         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
5266         (nnimap-split-rule): Doc fix.
5267         (nnimap-request-expire-articles): Cleanup code.
5268
5269 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5270         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5271
5272         * gnus-art.el (gnus-article-address-banner-alist): New option.
5273         (article-strip-banner): Refer the above option to split banners of
5274         free mail servers, when no group parameter is specified.
5275
5276 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5277
5278         * nntp.el (nntp-wait-for-string): Check for a process in the
5279         current buffer instead of `nntp-server-buffer'.
5280
5281 2002-09-09  Simon Josefsson  <jas@extundo.com>
5282
5283         * gnus-art.el (gnus-button-man-handler): New variable.
5284         (gnus-button-alist): Use g-b-handle-man.
5285         (gnus-button-handle-man): New, call g-b-man-handler.
5286
5287 2002-09-08  Simon Josefsson  <jas@extundo.com>
5288
5289         * gnus-art.el (gnus-button-alist): Buttonize man page links.
5290
5291 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5292
5293         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
5294
5295 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5296
5297         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
5298
5299         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
5300         keystroke.
5301
5302         * gnus-srvr.el (gnus-browse-describe-group): New command and
5303         keystroke.
5304
5305 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5306
5307         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
5308         value for gnus-decoration property.
5309
5310 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5311
5312         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
5313         string) as group name in case we have a CRLF in the file.
5314
5315 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
5316
5317         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
5318         group.
5319         (rfc1843-decode-hzp): do.
5320         (rfc1843-newsgroups-regexp): do.
5321
5322 2002-09-04  Simon Josefsson  <jas@extundo.com>
5323
5324         * message.el (message-canlock-generate): Make sure sha1 doesn't
5325         call external programs.
5326
5327 2002-09-03  Simon Josefsson  <jas@extundo.com>
5328
5329         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
5330
5331         * gnus-agent.el (gnus-agent-batch): Add doc.
5332
5333 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
5334
5335         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
5336         check for signed and encrypted parts.
5337         * mml.el (mml-parse-1): Correct small typo which preventing
5338         setting recipients in a secure tag.
5339
5340 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5341
5342         * mm-util.el (mm-coding-system-priorities): Default to a list of
5343         iso-2022-jp and others for the Japanese environment.
5344
5345 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5346
5347         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
5348         invalid display names.
5349
5350 2002-08-30  Simon Josefsson  <jas@extundo.com>
5351
5352         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
5353         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
5354
5355 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
5356
5357         * gnus.el (gnus-group-charter-alist): New option.
5358         (gnus-group-fetch-control-use-browse-url): New option.
5359
5360         * gnus-group.el (gnus-group-fetch-charter): New function.
5361         (gnus-group-fetch-control): New function.
5362         Add them to the keymap and menu. Require mm-url.
5363
5364 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5365
5366         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
5367         From Alex Schroeder <alex@emacswiki.org>.
5368
5369 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
5370
5371         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
5372         items expecting user interaction.
5373
5374         * gnus-topic.el (gnus-topic-make-menu-bar): do.
5375
5376         * gnus-sum.el (gnus-summary-make-menu-bar): do.
5377
5378         * gnus-srvr.el (gnus-server-make-menu-bar): do.
5379
5380         * mml.el (mml-menu): do.
5381
5382 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5383
5384         * mail-source.el (mail-source-touch-pop): New function.
5385
5386         * message.el (message-smtpmail-send-it): New function.
5387         (message-send-mail-function): Add it for a candidate.
5388
5389 2002-08-27  Simon Josefsson  <jas@extundo.com>
5390
5391         * gnus-msg.el (posting-charset-alist): Use
5392         gnus-define-group-parameter instead of defcustom.
5393         (gnus-put-message): Handle SPC in GCC.
5394         (gnus-inews-insert-gcc): Ditto.
5395         (gnus-inews-insert-archive-gcc): Ditto.
5396
5397 2002-08-26  Simon Josefsson  <jas@extundo.com>
5398
5399         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
5400         (gnus-agentize): Auto agentize all nntp and nnimap groups.
5401         (gnus-agent-possibly-save-gcc): Autoload.
5402         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
5403
5404 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5405
5406         * gnus.el (gnus-other-frame-function): New user option.
5407         (gnus-other-frame): Use it; add a doc-string; make it work with
5408         the gnuclient program.
5409
5410         * gnus-util.el (gnus-frame-or-window-display-name): New function.
5411
5412         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
5413         `device-connection' and `dfw-device'.
5414
5415 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5416
5417         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
5418         positives, make it stricter.  From Jochen Hein (trivial change).
5419
5420 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5421
5422         * gnus.el (gnus-other-frame): Trivial fix.
5423
5424 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5425
5426         * gnus.el (gnus-other-frame-parameters): New user option.
5427         (gnus-other-frame-object): New variable.
5428         (gnus-other-frame): Make it search for existing Gnus frame; don't
5429         read new news; delete frame on exit.
5430
5431         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
5432
5433         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
5434
5435 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5436         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
5437
5438         * message.el (message-set-auto-save-file-name): Add support for
5439         the Cygwin Emacs; the system-type is `cygwin'.
5440         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
5441
5442 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5443
5444         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
5445
5446         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
5447         avoid arithmetic errors.
5448
5449 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5450
5451         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
5452
5453 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5454
5455         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
5456         (message-ignored-resent-headers): Add envelope From.
5457
5458 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5459
5460         * gnus.el (gnus-summary-line-format): Document %k specifier.
5461
5462 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5463
5464         * gnus-sum.el (gnus-summary-line-message-size): New function.
5465         (gnus-summary-line-format-alist): Use it.
5466
5467 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5468
5469         * gnus-art.el (article-make-date-line): Refer to the value for
5470         `gnus-article-time-format' in the summary buffer.
5471
5472         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
5473
5474 2002-08-14  Simon Josefsson  <jas@extundo.com>
5475
5476         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
5477         quoting.
5478         (gnus-button-alist): Fix doc.
5479         (gnus-header-button-alist): Use ' not ` for default value quoting.
5480         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
5481         rationale similar to 2002-05-01 change.
5482         (gnus-article-add-buttons-to-head): Evaluate expression.
5483
5484         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
5485
5486 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5487
5488         * message.el (message-font-lock-keywords): Refer to the value for
5489         `message-cite-prefix-regexp' dynamically.
5490
5491 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5492
5493         * gnus-art.el (gnus-decode-header-methods): Doc fix.
5494
5495 2002-08-12  Simon Josefsson  <jas@extundo.com>
5496
5497         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
5498         (imap-shell-open): Skip initial junk before IMAP greeting.
5499
5500 2002-08-11  Simon Josefsson  <jas@extundo.com>
5501
5502         * message-utils.el (message-xpost-default,
5503         message-xpost-fup2-header, message-xpost-fup2): Fixed
5504         Typos.  Trivial changes from Reiner Steib
5505         <4uce.02.r.steib@gmx.net>.
5506
5507 2002-08-09  Simon Josefsson  <jas@extundo.com>
5508
5509         * message.el (message-canlock-password): Set
5510         canlock-password-for-verify to newly generated canlock-password.
5511         When Emacs is restarted, Custom makes sure this is set, but during
5512         the same session we must set it manually.
5513
5514 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
5515
5516         * yenc.el: New file.
5517
5518         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
5519         (mm-uu-type-alist): Add yenc.
5520         (mm-uu-yenc-filename): New function.
5521         (mm-uu-yenc-extract): New function.
5522
5523         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
5524
5525 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5526
5527         * dgnushack.el (merge): Don't use coerce.
5528
5529 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
5530
5531         * mailcap.el (mailcap-mime-data): Test window-system rather than
5532         mm-device-type.
5533         (mailcap-mime-data): Call xdvi and gv with "-safer".
5534
5535         * mm-util.el: Don't define mm-device-type.
5536
5537 2002-08-05  Simon Josefsson  <jas@extundo.com>
5538
5539         * mm-util.el (mm-coding-system-priorities): coding-system type not
5540         supported everywhere.
5541
5542 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5543
5544         * gnus.el (gnus-version-number): Bumped version number.
5545
5546 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5547
5548         * gnus.el: Oort Gnus v0.07 is released.
5549
5550 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5551
5552         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
5553         (gnus-article-sort-functions): Doc fix.
5554         (t): New keystroke.
5555         (gnus-article-sort-by-random): New function.
5556         (gnus-thread-sort-by-random): New function.
5557
5558 2002-08-02  Simon Josefsson  <jas@extundo.com>
5559
5560         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
5561         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
5562
5563 2002-07-31  Danny Siu  <dsiu@adobe.com>
5564
5565         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
5566         when splitting malformed messages without message-id
5567
5568 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5569         From Niklas Morberg <niklas.morberg@axis.com>.
5570
5571         * nnweb.el (nnweb-type, nnweb-type-definition)
5572         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
5573         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
5574         functionality.
5575         * nnweb.el: Removed old non-functioning search engines.
5576
5577 2002-07-27  Simon Josefsson  <jas@extundo.com>
5578
5579         * message.el (message-forward-make-body): Don't use
5580         `message-forward-ignored-headers' when doing a "raw" followup (it
5581         is important to preserve e.g. CTE).
5582
5583         * flow-fill.el (fill-flowed): Disable filladapt-mode.
5584
5585         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
5586         regexp-quote, Cyrus Sieve is fixed.
5587
5588         * sieve-manage.el (sieve-manage-deletescript): New function.
5589
5590         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
5591         (sieve-manage-mode): Fix menubar.
5592         (sieve-activate): Change some messages.
5593         (sieve-deactivate-all): New function.
5594         (sieve-deactivate): New alias.
5595         (sieve-remove): New function.
5596         (sieve-help): Fix help.
5597         All suggested by Ned Ludd.
5598
5599 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5600
5601         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
5602         (mm-w3m-safe-url-regexp): New user option.
5603
5604         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
5605         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
5606
5607 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
5608
5609         * gnus-sum.el (gnus-summary-delete-article): Force
5610         nnmail-expiry-target to 'delete, so that absolute deletion
5611         happens when absolute deletion is requested.
5612
5613 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5614         From Nevin Kapur <nevin@jhu.edu>.
5615
5616         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
5617         headers as empty headers.
5618
5619 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5620         From Jochen Hein <jochen@jochen.org>.
5621
5622         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
5623         correct typo.
5624         (gnus-emphasis-strikethru): New face.
5625
5626 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5627         From Jason Merrill <jason@redhat.com>.
5628
5629         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
5630         entire file for each of a sequence of missing articles.
5631
5632         * gnus-salt.el (gnus-binary-display-article): Respect an existing
5633         value for gnus-view-pseudos.
5634
5635         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
5636         avoid nreverse.
5637
5638 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5639         From Ted Zlatanov <teodor.zlatanov@divine.com>.
5640
5641         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
5642         (gnus-summary-mode-line-format-alist): Add %h for number of
5643         spams.
5644         (gnus-newsgroup-spam-marked): New variable.
5645         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
5646         (gnus-article-read-p, gnus-article-mark)
5647         (gnus-set-global-variables, gnus-set-global-variables)
5648         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
5649         (gnus-summary-mark-article-as-unread)
5650         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
5651         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
5652         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
5653
5654 2002-07-10  Simon Josefsson  <jas@extundo.com>
5655
5656         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
5657         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
5658
5659 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
5660
5661         * gnus-sum.el (gnus-summary-delete-article): Respect group
5662         parameters while expiring.
5663
5664 2002-07-08  Simon Josefsson  <jas@extundo.com>
5665
5666         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
5667         Enberg.
5668
5669 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5670
5671         * gnus-art.el (article-unsplit-urls): Only display MIME when this
5672         function is called interactively.  From Niklas Morberg.
5673
5674 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5675
5676         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
5677         cdaar to cdar and car.
5678
5679         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
5680         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
5681
5682 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5683
5684         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
5685         don't break a narrowed article.
5686
5687         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
5688         (nntp-open-via-rlogin-and-telnet): Ditto.
5689
5690 2002-07-02  Didier Verna  <didier@xemacs.org>
5691
5692         * nnmail.el (nnmail-split-methods): fix custom type.
5693
5694 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5695
5696         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
5697         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
5698
5699 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5700
5701         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
5702         (gnus-summary-resend-message): Use it.
5703
5704 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5705
5706         * nntp.el (nntp-via-rlogin-command-switches): New variable.
5707         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
5708
5709 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5710
5711         * message.el (message-font-lock-keywords): Don't fontify
5712         headers in the message body, only in the header.
5713         (message-font-lock-make-header-matcher): New function, used by
5714         message-font-lock-keywords.
5715         From Katsumi Yamaoka <yamaoka@jpl.org>.
5716
5717 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5718
5719         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
5720
5721 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5722
5723         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
5724
5725 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5726
5727         * message.el (message-font-lock-keywords): Revert 2002-06-22
5728         change.
5729
5730 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5731
5732         * message.el (message-font-lock-keywords): Put colon in header
5733         name match.
5734
5735 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5736
5737         * message.el (message-font-lock-keywords): Don't use header faces
5738         in the body.  Thanks to Stefan Monnier for the hint on the
5739         implementation.
5740
5741 2002-05-09  Miles Bader  <miles@gnu.org>
5742
5743         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
5744         (gnus-article-hide-citation): Respect it.
5745
5746 2002-04-12  Juanma Barranquero  <lektu@terra.es>
5747
5748         * pop3.el (pop3-open-server): Fix typo.
5749
5750 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
5751
5752         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
5753         instead of push to ignore duplicate to-(list|address) values.
5754         * nnmail.el (nnmail-cache-ignore-groups): New.
5755         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
5756
5757 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5758
5759         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
5760         before sending.  Suggested by Jan Rychter.
5761
5762 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5763
5764         * dgnushack.el (remove): New compiler macro.
5765         (last, coerce, subseq): Remove compiler macros for those built-in
5766         or unused functions.
5767
5768 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5769
5770         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
5771         sure to write byte-compiled versions of gnus-*-format-alist to
5772         .newsrc.eld.  From Simon Josefsson.
5773
5774 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5775
5776         * gnus-agent.el (gnus-agent-read-servers)
5777         (gnus-agent-write-servers): Put server name (string like
5778         "nnchoke:frumple") in the file instead of a server specification
5779         (Lisp expression like (nnchoke "frumple" ...parameters...)).
5780         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
5781
5782 2002-06-16  Simon Josefsson  <jas@extundo.com>
5783
5784         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
5785         Reiner Steib <4uce.02.r.steib@gmx.net>.
5786
5787 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5788
5789         * nnheader.el (nnheader-file-name-translation-alist): Set the
5790         default value for MS Windows systems.
5791
5792         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
5793
5794 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5795
5796         * message.el (message-beginning-of-line): Keep the region active
5797         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
5798
5799 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
5800
5801         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
5802         * gnus-msg.el (gnus-summary-reply): Ditto.
5803         * gnus-msg.el (gnus-summary-handle-replysign): New.
5804
5805 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5806
5807         * message.el (message-send-mail-with-sendmail): Kill errbuf even
5808         if sending failed.
5809
5810 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
5811
5812         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
5813         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
5814         to sign while encrypting.
5815
5816 2002-06-11  Simon Josefsson  <jas@extundo.com>
5817
5818         * gnus-int.el (gnus-request-move-article): Agent expire article if
5819         successfuly moved.
5820
5821         * nnweb.el (nnweb-google-create-mapping): Honors the value of
5822         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
5823
5824 2002-06-10  Simon Josefsson  <jas@extundo.com>
5825
5826         * gnus-int.el (gnus-request-expire-articles): Fix last change?
5827
5828 2002-06-09  Simon Josefsson  <jas@extundo.com>
5829
5830         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
5831
5832         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
5833
5834 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5835
5836         * flow-fill.el (fill-flowed): Ignore errors.
5837
5838 2002-06-06  Simon Josefsson  <jas@extundo.com>
5839
5840         * message.el (message-send-mail-with-sendmail): Improve error message.
5841
5842 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5843
5844         * message.el (message-interactive): Change default from nil to t.
5845         Better to be safe than to be fast.
5846
5847 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5848
5849         * message.el (message-send-mail-with-sendmail): Check return value
5850         from call-process-region.
5851
5852 2002-06-04  Simon Josefsson  <jas@extundo.com>
5853
5854         * gnus-msg.el (gnus-group-mail, gnus-group-news)
5855         (gnus-group-post-news, gnus-summary-mail-other-window)
5856         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
5857         gnus-article-copy to nil, thereby inhibiting the `header' posting
5858         style match to use data from last viewed article.
5859         Suggested by Hrvoje Niksic.
5860
5861 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * spam.el (spam-point-at-eol): New alias.
5864         (spam-parse-whitelist): Use it.
5865
5866 2002-06-03  Simon Josefsson  <jas@extundo.com>
5867
5868         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
5869         (nnmail-article-group): Use it.
5870
5871 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5872
5873         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
5874         so that code reading them won't be surprised.  From Jesper Harder
5875         <harder@ifa.au.dk>.
5876
5877 2002-05-29  Simon Josefsson  <jas@extundo.com>
5878
5879         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
5880         articles.
5881
5882         * gnus.el (gnus-agent-cache): Doc fix.
5883         (gnus-agent): Change default to t.
5884
5885         * gnus-agent.el (gnus-agent-expire): Make it accept optional
5886         ARTICLES, GROUP and FORCE parameters.
5887
5888 2002-05-28  Simon Josefsson  <jas@extundo.com>
5889
5890         * gnus-group.el (gnus-group-line-format): Doc fix.
5891
5892 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5893
5894         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
5895         original article before yanking.  From Jesper Harder
5896         <harder@ifa.au.dk>.
5897
5898 2002-05-26  Simon Josefsson  <jas@extundo.com>
5899
5900         * gnus-sum.el (gnus-summary-menu-split): New function.
5901         (gnus-summary-make-menu-bar): Split charset submenu.
5902         (gnus-summary-menu-maxlen): New variable.
5903         (gnus-summary-menu-split): Use it.
5904
5905 2002-05-25  Simon Josefsson  <jas@extundo.com>
5906
5907         * mml.el (mml-preview): Generate some headers.
5908
5909         * gnus.el (gnus-large-newsgroup): Fix :type.
5910
5911         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
5912         Agent cache NOV's by default now).
5913         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
5914
5915 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
5916
5917         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
5918         call to gnus-parent-id when we check for References loops.
5919         (gnus-summary-prepare-threads): Avoid simplifying every Subject
5920         twice by saving the simplified subject string in simp-subject.
5921
5922 2002-05-23  Simon Josefsson  <jas@extundo.com>
5923
5924         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
5925         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
5926
5927         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
5928         Niklas Morberg <niklas.morberg@axis.com>.
5929
5930 2002-05-22  Simon Josefsson  <jas@extundo.com>
5931
5932         * sieve.el (sieve-change-region): Define it before it is used.
5933
5934         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
5935         (gnus-summary-reply): Ask for confirmation when replying to news.
5936         Defaults to not ask.  From Benjamin Rutt
5937         <rutt+news@cis.ohio-state.edu>.
5938
5939         * nnimap.el (nnimap-nov-is-evil): Improve doc.
5940
5941 2002-05-21  Simon Josefsson  <jas@extundo.com>
5942
5943         * sieve-mode.el (sieve-manage): Fix autoloads.
5944
5945         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
5946         name (makes it work with recent Cyrus timsieved).
5947
5948 2002-05-20  Jason  <jbaker@cs.utah.edu>
5949         Trivial patch.
5950
5951         * gnus-art.el (gnus-request-article-this-buffer): Try
5952         reconnecting if you don't get the message.
5953
5954 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5955
5956         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
5957         Reply-To headers from the headers.
5958
5959 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5960
5961         * mm-url.el (mm-url-insert): Remove junk message.
5962
5963 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5964
5965         * nnslashdot.el (nnslashdot-request-list): Parse new html.
5966         (nnslashdot-use-front-page): New variable.
5967         (nnslashdot-request-list): Use it.
5968
5969         * mm-url.el (mm-url-timeout): New variable.
5970         (mm-url-retries): Ditto.
5971         (mm-url-insert): Use it.
5972
5973 2002-05-16  Simon Josefsson  <jas@extundo.com>
5974
5975         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
5976         (gnus-simplify-subject-functions): Mention g-s-a-w.
5977
5978 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
5979
5980         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
5981         nnmail-cache-insert.
5982         * nndiary.el (nndiary-request-accept-article): Ditto.
5983         * nnfolder.el (nnfolder-request-accept-article): Ditto.
5984         * nnimap.el (nnimap-request-accept-article): Ditto.
5985         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
5986         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
5987         * nnmbox.el (nnmbox-request-accept-article): Ditto.
5988         * nnmh.el (nnmh-request-accept-article): Ditto.
5989         * nnmail.el (nnmail-cache-insert): Change group to required,
5990         removed code which tried to figure out the group.
5991
5992 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
5993
5994         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
5995         messages. From Hans de Graaff <hans@degraaff.org>.
5996         * nnml.el (nnml-request-accept-article): Pass in the group name to
5997         nnmail-cache-insert, since it's available.
5998
5999 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6000
6001         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
6002
6003 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6004         From Florian Weimer <fw@deneb.enyo.de>.
6005
6006         * gnus.el (subscribed): New group parameter.
6007         (gnus-find-subscribed-addresses): Use it.
6008
6009 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
6010
6011         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
6012         the default for pgpmime to support pgp v2.
6013         * mml-sec.el (mml-signencrypt-style): New accessor function to
6014         allow users to get/set the signencrypt style more easily without
6015         frobbing the alist directly.
6016         * mml.el (mml-generate-mime-1): Use accessor function.
6017
6018 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6019
6020         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
6021         parenthesis for "<" and ">".  Suggested by Andreas Schwab
6022         <schwab@suse.de>.
6023
6024 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6025
6026         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
6027         when intuiting the group the message is written to.  From Josh
6028         Huber <huber@alum.wpi.edu>.
6029
6030 2002-05-06  Simon Josefsson  <jas@extundo.com>
6031
6032         * gnus-topic.el (gnus-group-topic-parameters): Work when group
6033         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
6034
6035 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
6036
6037         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
6038         argument, and fixed compiler warning. (added autoload for
6039         gpg-encrypt).
6040
6041 2002-05-04  Simon Josefsson  <jas@extundo.com>
6042
6043         * mml1991.el (mml1991-function-alist): Doc fix.
6044
6045         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
6046         doesn't exist (for previewing messages without having Gnus
6047         started).
6048
6049         * mm-util.el (mm-coding-system-priorities): Defcustom.
6050
6051         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
6052
6053 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
6054
6055         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
6056         default.
6057         * mml-sec.el:
6058         * mml-sec.el (mml-signencrypt-style): New.
6059         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
6060         argument `sign'.
6061         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
6062         signencrypt.
6063         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
6064         * mml.el (mml-generate-mime-1): Changed logic so a part which is
6065         both signed & encryped is processed in one operation. (rather than
6066         two separate ops: sign, then encrypt)
6067         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
6068         indication if a message is signed by an expired key.
6069         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
6070         enables combined sign & encrypt operation. (this was always on
6071         before).
6072         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
6073
6074 2002-05-01  Simon Josefsson  <jas@extundo.com>
6075
6076         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
6077         server.
6078         (nnimap-mailbox-info): defvar instead of defvoo.
6079
6080 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6081
6082         * gnus.el: Oort Gnus v0.06 is released.
6083
6084 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6085
6086         * lpath.el: Bind url-package-version.
6087
6088 2002-05-01  Simon Josefsson  <jas@extundo.com>
6089
6090         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
6091         filename before deleting the group itself, because the presence of
6092         a group filename decides if long filenames are used or not.
6093
6094         * gnus-art.el (gnus-button-alist): Don't inline
6095         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
6096         without also modifying g-button-alist.
6097         (gnus-button-alist): Fix type to allow variable as well as regexp.
6098         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
6099         themselves, variables to its contents.
6100         (gnus-button-entry): Ditto.
6101
6102 2002-05-01  Simon Josefsson  <jas@extundo.com>
6103
6104         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
6105         UIDNEXT as a string.
6106
6107         * nnimap.el (nnimap-string-lessp-numerical): New function.
6108         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
6109         integers.
6110
6111 2002-04-29  Simon Josefsson  <jas@extundo.com>
6112
6113         * nnmail.el (nnmail-cache-insert): Accept optional group
6114         parameter.
6115
6116         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
6117         n-r-g-a is disabled.
6118
6119 2002-04-29  Simon Josefsson  <jas@extundo.com>
6120
6121         * nnimap.el (nnimap-split-fancy): Fix doc.
6122         (nnimap-split-fancy): Fix doc.
6123
6124         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
6125         (nnimap-mailbox-info): New internal variable.
6126         (nnimap-retrieve-groups): Implement faster new mail check.
6127
6128         * nnimap.el (nnimap-split-articles): Support
6129         nnmail-cache-accepted-message-ids.
6130         (nnimap-request-accept-article): Ditto.
6131
6132         * imap.el (imap-mailbox-status-asynch): New command.
6133
6134 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
6135
6136         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
6137         are no subscribed mail groups.
6138         - Strip quoted names when comparing addresses
6139
6140 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
6141
6142         * mm-decode.el (mm-text-html-renderer): Change customize type to
6143         const.
6144
6145         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
6146         (gnus-debug-exclude-variables): do.
6147
6148 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6149
6150         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
6151         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
6152
6153 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6154
6155         * dns.el (dns-make-network-process): New macro.
6156         (query-dns): Use it.
6157
6158 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6159
6160         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
6161         article-buffer.
6162
6163         * mm-url.el (mm-url-package-name): New variable.
6164         (mm-url-package-version): New variable.
6165         (mm-url-insert-file-contents): Bind url-package-name and
6166         url-package-version here.
6167         * nnrss.el (nnrss-insert-w3): Move the bindings.
6168
6169         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
6170         url-package-version. Trivial change from Andrew J Cosgriff
6171         <ajc@polydistortion.net>
6172
6173         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
6174         attachments. Trivial change from Peter 'Luna' Runestig
6175         <peter@runestig.com>.
6176
6177 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
6178
6179         * nnkiboze.el (nnkiboze-request-scan): Call
6180         nnkiboze-possibly-change-group.
6181         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
6182         problems.
6183         (nnkiboze-generate-group): Set newsrc to the *highest* article
6184         number kibozed, not the lowest.
6185
6186 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
6187
6188         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
6189
6190 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6191         From Dan Christensen <jdc+news@uwo.ca>.
6192
6193         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6194         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6195         Recognize math postings.  Extract Date (now ignores "(15kb)").
6196         Extract email address using gnus-extract-address-components
6197         instead of just taking the first word.  Create Date and From
6198         headers for message which are missing these headers.  Get rid
6199         of spurious \\ lines (purely cosmetic).  Extend body-end and
6200         file-end regexps, to exclude more garbage from the message.
6201         Make URL rephrasing regexp more flexible, to match current
6202         format.
6203
6204 2002-04-23  Simon Josefsson  <jas@extundo.com>
6205
6206         * netrc.el: New file, functions copied from gnus-util.el by Ted
6207         Zlatanov <tzz@lifelogs.com>.
6208
6209         * gnus-util.el: Require netrc.
6210         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
6211         new code in netrc.el.
6212
6213 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6214
6215         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
6216         message-ignored-resent-headers, too.  From Matthieu Moy
6217         <Matthieu.Moy@imag.fr>.
6218
6219 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6220
6221         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
6222         boolean not a string
6223         * gnus-group.el (gnus-group-line-format): add description of %C
6224         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
6225           as %C
6226         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
6227
6228 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
6229
6230         * nnmaildir.el (nnmaildir-request-scan): typo: set
6231         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
6232         nnmail-get-new-mail for 'find-new-groups.
6233
6234 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
6235
6236         * nnmaildir.el (nnmaildir-request-update-info,
6237         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
6238         unnecessary calls to nnmaildir-request-scan.
6239
6240 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
6241
6242         * gnus-msg.el:
6243         * gnus-msg.el (gnus-message-replysign): New.
6244         * gnus-msg.el (gnus-message-replyencrypt): New.
6245         * gnus-msg.el (gnus-message-replysignencrypted): New.
6246         * gnus-msg.el (gnus-summary-reply): Use the three new variables
6247         (above) to automatically encrypt/sign to encrypted/signed
6248         messages.
6249         * message.el:
6250         * message.el (message-mode-map): Add keybinding for
6251         `message-to-list-only'
6252         * message.el (message-mode): Add description for
6253         `message-to-list-only'
6254         * message.el (message-to-list-only): New.
6255         * message.el (message-make-mft): Changed to use the cl loop macro,
6256         and added optional flag to return only the matched list. (for use
6257         in new message-to-list-only function)
6258
6259 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
6260
6261         * gnus-msg.el:
6262         * gnus-msg.el (gnus-message-replysign):
6263         * gnus-msg.el (gnus-replysign): New.
6264         * gnus-msg.el (gnus-replyencrypt): New.
6265         * gnus-msg.el (gnus-replysignencrypted): New.
6266         * gnus-msg.el (gnus-summary-reply):
6267         * message.el:
6268         * message.el (message-mode-map):
6269         * message.el (message-mode):
6270         * message.el (message-to-list-only): New.
6271         * message.el (message-make-mft):
6272
6273 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6274
6275         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
6276
6277 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
6278
6279         * message.el (message-gen-unsubscribed-mft): accept a prefix
6280         argument so CC can be included with C-u C-c C-f C-a
6281
6282 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6283         From Ted Zlatanov <teodor.zlatanov@divine.com>.
6284
6285         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
6286         Improve docstring.
6287         (spam-enter-blacklist): New command.
6288
6289         * gnus-sum.el (gnus-spam-mark): New mark.
6290         (gnus-auto-expirable-marks): Add gnus-spam-mark.
6291         (gnus-summary-make-tool-bar): Correct conditional.
6292         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
6293         (gnus-summary-mark-as-spam): New command.
6294
6295 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
6296
6297         * mml-sec.el (mml-secure-message): changed to support arbritrary
6298         modes.
6299         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
6300         changed to support "signencrypt" mode.
6301         * mml.el (mml-parse-1): changed to support different secure modes
6302         more easily. (for signencrypt)
6303
6304 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
6305
6306         * gnus-sum.el (gnus-update-summary-mark-positions)
6307         (gnus-summary-toggle-header):
6308         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
6309         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
6310         (gnus-uu-post-encoded):
6311         * nnfolder.el (nnfolder-possibly-change-group):
6312         * nnimap.el (nnimap-retrieve-headers):
6313         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
6314
6315 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
6316
6317         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
6318         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
6319
6320 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6321
6322         * gnus-srvr.el (gnus-server-set-info): Clear
6323         `gnus-server-method-cache' when `gnus-server-alist' is changed.
6324         From Daiki Ueno <ueno@unixuser.org>.
6325
6326 2002-04-11  Simon Josefsson  <jas@extundo.com>
6327
6328         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
6329         viewing of security buttons.  Thanks to Nicolas Kowalski
6330         <Nicolas.Kowalski@imag.fr>.
6331
6332         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
6333         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
6334         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
6335         <Nicolas.Kowalski@imag.fr>.
6336         (smime-decrypt-buffer): Ditto.
6337
6338 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6339
6340         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
6341         header line.
6342
6343 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
6344
6345         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
6346
6347 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6348
6349         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
6350
6351 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6352
6353         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
6354         errors when debug.
6355
6356 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
6357
6358         * message.el (message-make-mft): Changed MFT code from using
6359         message-recipients (which included Bcc) to use only the To and CC
6360         headers.
6361
6362 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6363
6364         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
6365         add link.
6366         (gnus-treat-mail-picon): Ditto.
6367         (gnus-treat-newsgroups-picon): Ditto.
6368         (gnus-picon-databases): Fix custom type.
6369         (gnus-picon-databases): Add link.
6370         (gnus-article-x-face-command): Add to gnus-picon group.
6371
6372 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
6373
6374         * message.el (message-buffer-naming-style): Remove.
6375
6376 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6377
6378         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
6379
6380         * message.el (message-tool-bar-map): Ditto.
6381
6382         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6383
6384 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6385
6386         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
6387
6388 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
6389
6390         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
6391
6392 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
6393         Trivial patch.
6394
6395         * dns.el: open-network-stream under XEmacs does udp.
6396
6397 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
6398
6399         * spam.el (spam-enter-whitelist): New function.
6400         (spam-parse-whitelist): Ditto.
6401         (spam-refresh-list-cache): Ditto.
6402         (spam-address-whitelisted-p): New function.
6403
6404         * dns.el (query-dns): Use TCP when make-network-process isn't
6405         available.
6406         (dns-servers): New variable.
6407         (dns-parse-resolv-conf): New function.
6408         (query-dns): Use it.
6409
6410         * spam.el: New file.
6411
6412         * dns.el (query-dns): Test.
6413
6414 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6415
6416         * lpath.el (featurep): Bind make-network-process.
6417
6418 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
6419
6420         * nnmaildir.el: Use defstruct.  Use a single copy of
6421         nnmail-extra-headers to save memory.  Store server's group name
6422         prefix instead of each group's prefixed name.
6423         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
6424         nntp-server-buffer.
6425
6426 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6427
6428         * dns.el: New file.
6429
6430 2002-03-28  Simon Josefsson  <jas@extundo.com>
6431
6432         * gnus-sum.el (gnus-summary-dummy-line-format):
6433         * gnus.el (gnus-summary-line-format): Fixing links to Info.
6434         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
6435
6436 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6437
6438         * gnus-sum.el (gnus-summary-move-article)
6439         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
6440         the doc string.
6441
6442 2002-03-28  Simon Josefsson  <jas@extundo.com>
6443
6444         * mml-sec.el (mml-secure-message): Search after
6445         mail-header-separator from top of message.
6446
6447 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
6448
6449         * nnmaildir.el: Cosmetic changes.
6450         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
6451         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
6452         nnmaildir--group-ls): New macros/functions.  Use them.
6453         (nnmaildir--unlink): Evalutate argument only once.
6454
6455 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
6456
6457         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
6458         symbols.
6459         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
6460         `gnus-point-at-eol'.
6461
6462 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
6463
6464         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
6465         nnmaildir--marks-dir): New macros.  Use them.
6466         Use inhibit-quit for atomicity instead of in-memory journaling.
6467         (nnmaildir--edit-prep): New function.
6468         (Local Variables): Use it.
6469
6470 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
6471
6472         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6473
6474 2002-03-25  Simon Josefsson  <jas@extundo.com>
6475
6476         * message.el (message-mode): Fix doc.
6477
6478 2002-03-25  Simon Josefsson  <jas@extundo.com>
6479
6480         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
6481         Matthieu Moy <Matthieu.Moy@imag.fr>.
6482
6483 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
6484
6485         * mml-sec.el (mml-unsecure-message): Add docstring.
6486
6487 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
6488
6489         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
6490         value.
6491         Trivial change from andre@slamdunknetworks.com
6492
6493 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
6494
6495         * mml.el (mml-mode-map): Added a keybinding for
6496         `mml-unsecure-message'.  Also, added a menu entry for said
6497         function in the Attachments menu.
6498
6499 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6500
6501         * canlock.el (canlock-version): Remove.
6502         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
6503         here; simplify \x insertions.
6504         (canlock-sha1): New function, always return a unibyte string.
6505         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
6506         of a password.
6507         (canlock-insert-header): Use `canlock-sha1'.
6508         (canlock-verify): Ditto.
6509
6510 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6511
6512         * message.el (message-fix-before-sending): Add an option that
6513         ignores illegible text.
6514         Trivial change from Mark Milhollan <mlm@attglobal.net>
6515
6516         * message.el (message-font-lock-keywords): Support multi-line MML
6517         tags.
6518
6519         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
6520         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
6521
6522 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6523
6524         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
6525         symbols for "View as different encoding" submenu.
6526
6527 2002-03-19  Simon Josefsson  <jas@extundo.com>
6528
6529         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
6530         encoding" submenu.
6531
6532 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6533
6534         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
6535
6536 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6537
6538         * gnus-sum.el (gnus-sum-thread-tree-root)
6539         (gnus-sum-thread-tree-single-indent)
6540         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
6541         (gnus-sum-thread-tree-leaf-with-other)
6542         (gnus-sum-thread-tree-single-leaf): Make customizable.
6543
6544 2002-03-16  Simon Josefsson  <jas@extundo.com>
6545
6546         * gnus-util.el (gnus-extract-address-components): Don't break on
6547         names such as James "Kibo" Parry.  From Francis Litterio
6548         <franl@world.std.com>.
6549
6550 2002-03-13  Simon Josefsson  <jas@extundo.com>
6551
6552         * pop3.el (pop3-open-server): Revert multibyte change.  From
6553         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6554
6555         * message.el (message-send-mail-with-qmail): Make it work.  From
6556         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6557
6558 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
6559
6560         * message.el (message-make-mft): Set case-fold-search while
6561         generating the MFT.  Also, a little cleanup in the MFT code.
6562
6563 2002-03-12  Simon Josefsson  <jas@extundo.com>
6564
6565         * message.el (message-qmail-inject-args): May be function.
6566         (message-send-mail-with-qmail): Call function if m-q-i-a is
6567         function.  From fn@hungry.org (Faried Nawaz).
6568
6569 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6570
6571         * message.el (message-abbrevs-loaded): Remove.
6572         (mailabbrev): Require it.
6573
6574         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
6575
6576 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6577
6578         * pop3.el (pop3-open-server): Set process buffer unibyte.
6579
6580 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6581
6582         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
6583
6584 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6585
6586         * nnslashdot.el (nnslashdot-request-article): Remove javascript
6587         too.
6588
6589 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6590
6591         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
6592         duplication.
6593         (gnus-summary-save-parts-type-history): Ditto.
6594         (gnus-summary-save-parts-last-directory): Ditto.
6595         Trivial change from andre@slamdunknetworks.com
6596
6597 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
6598
6599         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
6600
6601 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6602
6603         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
6604         -->" as the end of the first article.
6605
6606         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
6607         From Matthieu Moy <Matthieu.Moy@imag.fr>
6608
6609         * message.el (message-add-action): Use add-to-list.
6610         (message-delete-action): New function.
6611
6612         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
6613         pieces.
6614
6615 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
6616
6617         * nnnil.el: New file.
6618         * gnus.el (gnus-valid-select-methods): Include nnnil.
6619
6620 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6621
6622         * message.el (message-syntax-checks): Because canlock is
6623         supported, we disable sender syntax check.
6624         (message-shoot-gnksa-feet): Add cancel-messages option doc.
6625
6626         * gnus-draft.el (gnus-draft-send): If interactive, use its default
6627         value of message-syntax-checks.
6628
6629         * qp.el (quoted-printable-decode-region): Doc addition.
6630         From: Eli Zaretskii <eliz@is.elta.co.il>
6631
6632         * mail-source.el (make-source-make-complex-temp-name): Use
6633         make-temp-file.
6634
6635         * mm-util.el (mm-make-temp-file): New function.
6636         * nneething.el (nneething-file-name): Use it.
6637         * mml-smime.el (mml-smime-encrypt): Ditto.
6638         * mm-view.el (mm-inline-wash-with-file): Ditto.
6639         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
6640         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
6641         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
6642         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
6643         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
6644         * gnus-art.el (gnus-mime-print-part): Ditto.
6645
6646 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
6647
6648         * message.el (nnmaildir-article-number-to-base-name): New
6649         function.
6650         (nnmaildir-base-name-to-article-number): New function.
6651
6652 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6653
6654         * smime.el (smime-make-temp-file): Don't quote
6655         `temporary-file-directory'.
6656
6657 2002-03-04  Simon Josefsson  <jas@extundo.com>
6658
6659         * smime.el (smime-sign-region): Rename argument keyfiles to
6660         keyfile. You only sign something with one key.
6661         (smime-sign-buffer): Better completing-read prompt.
6662         (smime-decrypt-buffer): Ditto.
6663
6664         * smime.el (smime-make-temp-file): Make it work under XEmacs.
6665
6666         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
6667         completing-read.
6668         (mm-view-pkcs7-decrypt): CRLF->LF.
6669
6670 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
6671
6672         * message.el (message-hierarchical-addresses): New variable.
6673         (message-get-reply-headers): Use it.
6674         From Ted Zlatanov <teodor.zlatanov@divine.com>
6675
6676 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6677
6678         * message.el (message-mode): If buffer-file-name, don't set auto
6679         save file name.
6680         Trivial change from Geoff Greene <ggreene@wpi.edu>
6681
6682 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6683
6684         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
6685         takes one argument in read-char.
6686
6687         * message.el (message-fix-before-sending): Forward a char.
6688         Check mmu-multibyte-p, add control-1.
6689
6690 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6691
6692         * gnus-start.el (gnus-read-init-file): Ditto.
6693
6694         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
6695
6696         * dgnushack.el (dgnushack-make-load): Ditto.
6697
6698         * mail-source.el (mail-source-fetch): Extract the right error
6699         code.
6700
6701         * message.el (message-fix-before-sending): Check illegible text.
6702
6703         * gnus-util.el (gnus-multiple-choice): New function.
6704
6705         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
6706         also defined in gnus-score.el.
6707
6708 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
6709
6710         * message.el (message-get-reply-headers): downcase email addresses
6711         for comaparisons for duplicate removal.
6712
6713 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6714
6715         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
6716         implementation of PKCS#7, which just allows users read the
6717         message.
6718         (mm-view-pkcs7): Use it.
6719
6720 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6721
6722         * gnus.el (large-newsgroup-initial): New parameter.
6723
6724         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
6725         (gnus-summary-insert-old-articles): Ditto.
6726
6727 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6728
6729         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
6730         used as the default answer of the question, "How many articles?".
6731         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6732
6733         * nnagent.el (nnagent-retrieve-headers): Remove articles with
6734         small numbers.
6735
6736 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6737
6738         * deuglify.el: Fix comments.
6739
6740 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
6741
6742         * html2text.el (html2text-clean-anchor): If there is no HREF,
6743         insert nothing.
6744
6745         * mml.el (mml-generate-mime-1): Add cdr.
6746         From: andre@slamdunknetworks.com
6747
6748         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
6749         (mm-text-html-washer-alist): Ditto.
6750
6751         * mm-decode.el (mm-text-html-renderer): Add html2text.
6752
6753         * html2text.el: Face lift.
6754
6755         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
6756
6757 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
6758
6759         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
6760
6761         * deuglify.el: Change copy right. Add autoload. Add coding-system.
6762
6763         * deuglify.el: New file. The original file name is
6764         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
6765
6766         * mm-decode.el (mm-display-external): Use
6767         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
6768
6769 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
6770
6771         * nnmaildir.el (nnmaildir-request-list): Report the highest
6772         article number, not the total number of articles.
6773
6774 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6775
6776         * gnus-sum.el: Move uu key map here.
6777         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
6778
6779 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
6780
6781         * nnmaildir.el (nnmaildir-request-expire-articles): Use
6782         nnmail-expiry-wait* if expire-age parameter is not set.
6783
6784 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6785
6786         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
6787         function.
6788         (gnus-group-sort-selected-groups-by-real-name): New function.
6789         (gnus-group-make-menu-bar): Add sort by real name.
6790
6791         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
6792         rebuild.
6793         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
6794         nil as dependencies as well.
6795
6796 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
6797
6798         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
6799         for mime-parts.
6800
6801         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
6802
6803         * gnus-group.el (gnus-group-name-decode): Don't test
6804         multibyte-string, because it breaks XEmacs.
6805         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
6806
6807         * message.el (message-send-mail): Be talkative.
6808
6809         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
6810         (mm-automatic-display): Ditto.
6811
6812         * mailcap.el (mailcap-mime-data): Ditto.
6813         From: Reiner Steib <4uce.02.r.steib@gmx.net>
6814
6815 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6816
6817         * many files: Remove trailing whitespaces, replace spc+tab with
6818         tab, replace leading whitespaces with tabs.
6819
6820 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
6821
6822         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
6823         articles with no body and no blank line after the header.
6824
6825 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6826
6827         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
6828         parts.
6829
6830         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
6831         non-ascii chars.
6832
6833         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6834
6835         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
6836         w3-delay-image-loads.
6837         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
6838         (mm-w3-prepare-buffer): Ditto.
6839
6840         * mail-source.el (mail-source-fetch-directory): Run scripts.
6841
6842 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6843
6844         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
6845         for Majordomo confirmations.
6846
6847 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6848
6849         * gnus-fun.el (gnus-respond-to-confirmation): New command.
6850
6851 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6852
6853         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
6854
6855 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
6856
6857         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
6858         References header field.  From Mark Thomas <mthomas@cmu.edu>.
6859
6860 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6861
6862         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
6863         (mm-inline-render-with-stdin): Ditto.
6864         (mm-inline-render-with-function): Ditto.
6865         (mm-inline-wash-with-file): Bind coding-system-for-write.
6866         (mm-inline-wash-with-stdin): Ditto.
6867
6868 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6869
6870         Suggested by Felix Natter <fnatter@gmx.net>
6871
6872         * gnus-art.el (gnus-mime-view-part-externally): Rename from
6873         gnus-mime-externalize-view.
6874         (gnus-mime-view-part-internally): Rename from
6875         gnus-mime-internalize-view.
6876         (gnus-article-view-part-externally): Rename from
6877         gnus-article-externalize-part.
6878         (gnus-mime-action-alist): Change correspondingly.
6879         (gnus-mime-button-commands): Ditto.
6880         (gnus-mime-action-alist): Remove duplication.
6881
6882         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
6883
6884 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6885
6886         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
6887
6888         * gnus-art.el (gnus-display-mime): Use it.
6889
6890         * mm-partial.el (mm-partial-find-parts): Use it.
6891
6892         * gnus-sum.el (gnus-article-loose-mime): Rename from
6893         gnus-article-no-strict-mime.
6894         (gnus-summary-save-parts): Use it.
6895
6896 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6897
6898         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
6899         local variable.
6900
6901         * gnus-art.el (article-display-x-face): Don't sort multiple
6902         X-Faces.
6903
6904 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6905
6906         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
6907         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
6908
6909         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
6910
6911 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6912
6913         Some ideas is inspired by code from Hrvoje Niksic
6914         <hniksic@arsdigita.com>
6915
6916         * gnus-art.el (gnus-article-wash-function): Set the default to
6917         nil, so that we use mm-text-html-renderer instead.
6918         (article-wash-html): Use mm-text-html-renderer.
6919
6920         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
6921         (mm-text-html-renderer): New variable.
6922         (mm-inline-text-html-renderer): Set the default to nil, so that we
6923         use mm-text-html-renderer instead.
6924
6925         * mm-view.el (mm-inline-text-html): New function.
6926         (mm-text-html-renderer-alist): New variable.
6927         (mm-inline-text-vcard): New function.
6928         (mm-inline-text): Split.
6929         (mm-links-remove-leading-blank): New function.
6930         (mm-inline-render-with-file): New function.
6931         (mm-inline-render-with-stdin): New function.
6932         (mm-inline-render-with-function): New function.
6933         (mm-text-html-washer-alist): New variable.
6934         (mm-inline-wash-with-file): New function.
6935         (mm-inline-wash-with-stdin): New function.
6936
6937 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6938
6939         * message-utils.el: Fix installation doc.
6940         From: Reiner Steib <4uce.02.r.steib@gmx.net>
6941
6942 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
6943
6944         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
6945         (gnus-post-method): Use it.
6946         (gnus-summary-cancel-article): Find the correct post-method.
6947
6948         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
6949         * message.el (message-send-news): Ditto.
6950         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
6951         <ipmonger@delamancha.org>
6952
6953         * gnus.el (gnus-select-method): Fix doc.
6954         (gnus-server-string): Use 'using nntp'.
6955
6956         * gnus-agent.el (gnus-slave-unplugged): New command.
6957         From: Felix Natter <fnatter@gmx.net>
6958
6959 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6960
6961         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
6962         Call edit-done-function first, then change the window
6963         configuration.
6964         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
6965         (gnus-article-edit-mode): mml-mode.
6966
6967         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
6968         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
6969
6970         * message-utils.el: Adopt the file.
6971
6972         * message-utils.el: New file.
6973         From Holger Schauer <Holger.Schauer@gmx.de>
6974
6975 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6976
6977         * gnus-sum.el (gnus-summary-move-article): Select-article only
6978         when gnus-move-split-methods is non-nil. And we don't render or
6979         mark the article.
6980
6981         * gnus-fun.el (gnus-shell-command-to-string): New function.
6982         (gnus-shell-command-on-region): New function.
6983         (gnus-random-x-face): Use them.
6984         (gnus-x-face-from-file): Ditto.
6985         (gnus-convert-image-to-gray-x-face): Ditto.
6986         (gnus-convert-gray-x-face-to-xpm): Ditto.
6987         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
6988
6989 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6990
6991         * gnus-art.el (gnus-treat-display-xface): Don't use
6992         `shell-command-to-string' when compiling.
6993         (gnus-treat-display-grey-xface): Ditto.
6994
6995 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
6996
6997         * nnmaildir.el (nnmaildir--article-count): If the group is
6998         completely empty, report minimum article number as 1 instead of 0.
6999
7000 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
7001
7002         * gnus-agent.el (gnus-get-predicate): Use nconc.
7003
7004         * gnus-sum.el (gnus-summary-display-make-predicate): Use
7005         gnus-summary-display-cache as cache.
7006
7007         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
7008         (nndoc-mail-in-mail-type-p): New function.
7009         (nndoc-mail-in-mail-article-begin): New function.
7010
7011 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7012
7013         * mailcap.el (mailcap-mime-data): Use enriched-decode.
7014
7015         * gnus-cite.el (gnus-article-fill-cited-article): Bind
7016         use-hard-newlines to nil.
7017
7018         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
7019         image is not available if window-system is not available.
7020
7021         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
7022
7023 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7024
7025         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
7026         bookmark, because update-mark doesn't handle it correctly.
7027
7028 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
7029
7030         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
7031         directly instead of calling message-send-mail.
7032
7033         * gnus-start.el (gnus-read-descriptions-file): Use
7034         gnus-default-charset.
7035
7036         * mm-util.el (mm-guess-mime-charset): New function.
7037
7038         * gnus.el (gnus-default-charset): Use it.
7039         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
7040         the default.
7041
7042 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7043
7044         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
7045         (article-display-x-face): Use it.  Disable grey xface, if
7046         uncompface is not found.
7047
7048         * message.el (message-mode): Don't enable multibyte on an indirect
7049         buffer.
7050
7051         * nnrss.el (nnrss-content-function): New variable.
7052         (nnrss-request-article): Use it.
7053
7054 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7055
7056         * gnus.el: Add article-unsplit-urls.
7057         * gnus-sum.el: Ditto.
7058         * gnus-art.el (gnus-treat-strip-cr): New variable.
7059         (gnus-treatment-function-alist): Use it.
7060         (article-unsplit-urls): New function.
7061         (gnus-article-make-menu-bar): Use it.
7062         From: Michael Cook <michael.cook@cisco.com>
7063
7064 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7065
7066         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
7067         copy.
7068
7069 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
7070
7071         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
7072         with internal whitespace.
7073         (gnus-parent-id): Ditto.
7074
7075 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
7076
7077         * gnus-art.el (gnus-article-treat-body-boundary): Add
7078         gnus-decoration property.
7079         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
7080
7081         * message.el (message-mode): Set local-abbrev-table.
7082         From Matt Armstrong <matt@lickey.com>.
7083
7084         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
7085         too many spaces.
7086
7087         * rfc2047.el (rfc2047-unfold-region): Ditto.
7088         (rfc2047-decode-region): Don't unfold. Let
7089         gnus-article-treat-unfold-headers do it.
7090
7091         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
7092         From: Jesper Harder <harder@ifa.au.dk>
7093
7094 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7095
7096         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
7097         (gnus-configure-posting-styles): Use it.
7098         (gnus-configure-posting-styles): Remove trailing newspaces.
7099
7100 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7101
7102         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
7103         is non-nil.
7104
7105         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
7106
7107         * gnus.el (gnus-server-to-method): Switch position with
7108         gnus-server-get-method.
7109         (gnus-agent): Add doc.
7110
7111         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
7112         (gnus-summary-save-parts): Use it.
7113
7114         * gnus-art.el (gnus-display-mime): Use it.
7115         * mm-partial.el (mm-partial-find-parts): Use it.
7116
7117         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
7118
7119         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
7120         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
7121
7122         * nnagent.el (nnagent-request-expire-articles): Don't delete
7123         files.
7124
7125 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7126
7127         * message.el (message-gen-unsubscribed-mft): New function.
7128         From Sriram Karra <karra@cs.utah.edu>.
7129
7130         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
7131         open parenthesis.
7132
7133         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
7134         (mm-inline-text-html-render-with-w3): Ditto.
7135         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
7136         Suggested by Dave Love  <d.love@dl.ac.uk>.
7137
7138         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
7139
7140         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
7141         * nntp.el (nntp-send-command): Ditto.
7142         * nntp.el (nntp-send-command-nodelete): Ditto.
7143
7144 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7145
7146         * mm-url.el (mm-url-load-url): New function.
7147         (mm-url-insert-file-contents): Use it.
7148
7149         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
7150
7151         * message.el (message-forward-make-body): Correctly copy
7152         forward-buffer.
7153
7154         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
7155
7156 2002-02-04  Simon Josefsson  <jas@extundo.com>
7157
7158         * gnus-art.el (gnus-article-followup-with-original): Mark with
7159         force, prevent errors when following up from article buffer.
7160         (gnus-article-reply-with-original): Ditto.
7161
7162         * binhex.el (binhex-decoder-switches): Fix doc.  From
7163         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7164
7165 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7166
7167         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
7168         highlight-citation after emphasize.
7169
7170 2002-02-04  Simon Josefsson  <jas@extundo.com>
7171
7172         * nnfolder.el (nnfolder-open-marks):
7173
7174         * nnml.el (nnml-open-marks): Message when done.  From David
7175         Edmondson <dme@sun.com>.
7176
7177 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7178
7179         * imap.el (imap-anonymous-auth): Fix typo.
7180         From: Steinar Bang <sb@dod.no>
7181
7182         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
7183         save-excursion.
7184         (gnus-cache-braid-heads): Ditto.
7185
7186         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
7187         line, because there are extra articles in the overview buffer.
7188
7189         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
7190
7191         * message.el (message-forward-rmail-make-body): Directly use
7192         rmail-msg-restore-non-pruned-header to avoid calling
7193         vertical-motion.
7194
7195 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7196
7197         * gnus-cache.el (gnus-summary-insert-cached-articles):
7198         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
7199
7200         * gnus-group.el (gnus-group-mark-article-read): Nreverse
7201         gnus-newsgroups-unselected.
7202
7203         * gnus-agent.el (gnus-summary-set-agent-mark): Use
7204         gnus-add-to-sorted-list.
7205
7206         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
7207         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
7208         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
7209         (gnus-update-read-articles): UNREAD is sorted.
7210         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
7211         (gnus-newsgroup-marked, gnus-newsgroup-cached)
7212         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
7213         (gnus-newsgroup-dormant): Require sorted.
7214
7215         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
7216         directories.
7217         (gnus-dired-print): New function.
7218
7219         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
7220         ps-despool.
7221
7222 2002-02-02  Simon Josefsson  <jas@extundo.com>
7223
7224         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
7225
7226 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7227
7228         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
7229         t. This makes gnus-agent customizable without putting
7230         gnus-agentize into .gnus.
7231
7232         * gnus.el (gnus-agent): Make it customizable.
7233
7234         * gnus-dired.el: New file.
7235         From Benjamin Rutt <brutt@bloomington.in.us>
7236
7237         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
7238         if no article.
7239         (gnus-cache-possibly-remove-article): Ditto.
7240         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
7241
7242 2002-02-01  Simon Josefsson  <jas@extundo.com>
7243
7244         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
7245
7246 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
7249         (mm-setup-w3m): Don't bind keys listed in the above.
7250
7251 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7252
7253         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
7254         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
7255         is non-nil; bind `w3m-force-redisplay' with nil.
7256
7257         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7258
7259         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
7260
7261 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7262
7263         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
7264         use mail-header-unfold-field.
7265
7266         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
7267         gnus-summary-limit.
7268
7269         * gnus-range.el (gnus-add-to-sorted-list): New function.
7270         * gnus-sum.el (gnus-mark-article-as-read): Use it.
7271         (gnus-mark-article-as-unread): Ditto.
7272         (gnus-summary-mark-article-as-unread): Ditto.
7273         (gnus-build-get-header): Ditto.
7274         (gnus-summary-prepare-threads): Ditto.
7275         (gnus-summary-insert-pseudos): Ditto.
7276         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
7277         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
7278         (gnus-summary-insert-old-articles): Ditto.
7279
7280         * gnus-msg.el (gnus-posting-styles): Add new format of header.
7281         (gnus-configure-posting-styles): Support the new format.
7282
7283         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
7284         edebug-form-spec to (sexp body).
7285         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
7286
7287         * message.el (message-reply-headers): Add doc.
7288
7289 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7290
7291         * gnus-group.el (gnus-group-delete-group): Nix the entry in
7292         gnus-cache-active-hashtb.
7293
7294         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
7295         (gnus-agent-summary-fetch-group): Use it.
7296
7297         * gnus-msg.el (gnus-debug-files): New variable.
7298         (gnus-debug-exclude-variables): New variable.
7299         (gnus-debug): Use them.
7300
7301         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
7302
7303 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7304
7305         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
7306         (message-mode-syntax-table): Move back the previous position.
7307
7308         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
7309
7310         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7311         gnus-sorted-difference.
7312
7313         * nnsoup.el (nnsoup-request-expire-articles): Use
7314         gnus-sorted-difference.
7315
7316         * nnheader.el: Autoload gnus-sorted-difference.
7317
7318         * nnfolder.el (nnfolder-request-expire-articles): Use
7319         gnus-sorted-difference.
7320
7321         * gnus-cache.el (gnus-cache-retrieve-headers): Use
7322         gnus-sorted-difference.
7323
7324         * gnus-range.el: Autoload cookies.
7325         (gnus-sorted-difference): New function.
7326         (gnus-sorted-ndifference): New function.
7327         (gnus-sorted-nintersection): Rename from
7328         gnus-set-sorted-intersection.
7329         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
7330         (gnus-list-range-difference): Rename from
7331         gnus-inverse-list-range-intersection.
7332         (gnus-inverse-list-range-intersection): Use defalias.
7333
7334         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
7335         gnus-sorted-ndifference, and gnus-sorted-nintersection.
7336         (gnus-articles-to-read): Use gnus-sorted-difference.
7337         (gnus-summary-limit-mark-excluded-as-read): Use
7338         gnus-sorted-intersection and gnus-sorted-ndifference.
7339         (gnus-list-of-read-articles): Use gnus-list-range-difference.
7340         (gnus-summary-insert-articles): Use gnus-sorted-difference.
7341
7342         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
7343
7344 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7345
7346         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
7347         property to the buffer for using emacs-w3m command keys.
7348
7349         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
7350         option.
7351
7352         * mm-view.el (mm-w3m-mode-map): New variable.
7353         (mm-w3m-mode-command-alist): New variable.
7354         (mm-w3m-minor-mode): Removed.
7355         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
7356         (mm-inline-text-html-render-with-w3m): Add keymap property to the
7357         buffer for using emacs-w3m command keys.
7358
7359 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7360
7361         * message.el (message-mode-syntax-table): Move forward.
7362         (message-cite-prefix-regexp): Auto detect non word constituents.
7363         (message-cite-prefix-regexp): Don't use with-syntax-table.
7364
7365         * gnus-sum.el (gnus-summary-update-info): Use
7366         gnus-list-range-intersection.
7367
7368         * gnus-agent.el (gnus-agent-fetch-headers): Use
7369         gnus-list-range-intersection.
7370
7371         * gnus-range.el (gnus-range-normalize): Use correct predicate.
7372         (gnus-list-range-intersection): Use it.
7373         (gnus-inverse-list-range-intersection): Ditto.
7374         (gnus-sorted-intersection): Add doc.
7375         (gnus-set-sorted-intersection): Add doc.
7376         (gnus-sorted-union): New function.
7377         (gnus-set-sorted-union): New function.
7378
7379         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
7380         (gnus-inverse-list-range-intersection): Ditto.
7381
7382 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
7383
7384         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
7385
7386         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
7387         and permit `:' and `\' in order to handle full Windows pathnames.
7388         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
7389         technically not correct per standard, but seems to have common use.
7390
7391 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7392
7393         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
7394         replacing numbers.
7395
7396 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
7397
7398         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
7399
7400         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
7401         Don't split when the window is small, e.g. when a small *BBDB*
7402         window is the lowest one.
7403
7404         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7405         nnheader-find-nov-line to speed up. Use nreverse, because it is
7406         sorted. Use nnheader-insert-nov-file.
7407
7408 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7409
7410         * mm-decode.el (mm-inline-text-html-with-images): New user option.
7411
7412         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
7413         of `w3m-display-inline-images' with the value of
7414         `mm-inline-text-html-with-images'.
7415         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
7416
7417         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7418
7419 2002-01-27  Richard M. Stallman  <rms@gnu.org>
7420
7421         * time-date.el: Add autoload cookies.  Many doc fixes.
7422         (time-add): New function.
7423         (time-subtract): Renamed from subtract-time.
7424         (subtract-time): New alias for time-subtract.
7425
7426 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
7429         emacs-w3m in doc-string.
7430
7431         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
7432         `w3m-current-buffer'.
7433
7434 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7435
7436         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
7437
7438         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
7439         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
7440         (mm-w3m-cid-retrieve): New function.
7441         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
7442
7443 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7444
7445         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
7446
7447 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7448
7449         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
7450
7451 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7452
7453         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
7454         32K.
7455
7456         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
7457
7458         * nnmail.el (nnmail-article-group): Decode headers before running
7459         split rules over them.
7460         (nnmail-mail-splitting-charset): New variable.
7461
7462         * smiley.el: Replaced with smiley-ems.el.
7463
7464 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7465
7466         * mm-url.el (mm-url-predefined-programs): Add w3m.
7467         (mm-url-program): Ditto.
7468
7469 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7470
7471         * nnml.el (nnml-use-compressed-files): New variable.
7472         (nnml-filenames-are-evil): Removed.
7473         (nnml-current-group-article-to-file-alist): Don't use.
7474         (nnml-update-file-alist): Inhibit.
7475         (nnml-article-to-file): Use new var.
7476
7477 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7478
7479         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
7480
7481         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
7482
7483 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7484
7485         * gnus-agent.el (gnus-agent-load-alist): Use new caching
7486         function.
7487
7488         * gnus-util.el (gnus-cache-file-contents): New function.
7489
7490         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
7491         (gnus-agent-load-alist): Use it.
7492
7493         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
7494
7495         * nnheader.el (nnheader-insert-nov-file): New function.
7496
7497         * gnus-util.el (gnus-parse-without-error): Correct the loop.
7498
7499         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
7500         there are no references.
7501         (gnus-extract-message-id-from-in-reply-to): New function.
7502         (gnus-nov-parse-line): Use in-reply-to if there are no
7503         references.
7504
7505 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7506
7507         * nnagent.el (nnagent-retrieve-headers): Use new macro.
7508
7509         * gnus-util.el (gnus-parse-without-error): New macro.
7510
7511 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
7512
7513         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
7514         (gnus-article-wash-function): use locate-library to decide which
7515         to use.
7516
7517 2002-01-25  Simon Josefsson  <jas@extundo.com>
7518
7519         * pop3.el (pop3-munge-message-separator): Work if no date.
7520         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
7521
7522 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7523
7524         * gnus-agent.el (gnus-agent-save-alist): Fix.
7525
7526         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
7527         mistake.  Reinstated lost code.
7528
7529 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
7530
7531         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
7532         one exists in the case of an encrypted message with an internal
7533         signature.
7534
7535 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7536
7537         * gnus-agent.el (gnus-agent-save-alist): Optimized.
7538
7539 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7540
7541         * dgnushack.el: Commented out the experimental code.
7542
7543 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7544
7545         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
7546         error.
7547
7548         * gnus.el (gnus-server-to-method): Made into subst.
7549         (gnus-server-method-cache): New variable.
7550         (gnus-server-to-method): Use it.
7551         (gnus-group-method-cache): New variable.
7552         (gnus-find-method-for-group-1): Renamed.
7553         (gnus-find-method-for-group): New function.
7554         (gnus-group-method-cache): Removed.
7555
7556         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
7557         function.
7558
7559         * gnus-range.el (gnus-members-of-range): New function.
7560         (gnus-list-range-intersection): Renamed.
7561         (gnus-inverse-list-range-intersection): New function.
7562
7563         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
7564
7565         * nnagent.el (nnagent-retrieve-headers): New implementation.
7566
7567         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
7568         implementation.
7569
7570 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7571
7572         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
7573         `w3m-meta-content-type-charset-regexp'.
7574
7575         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
7576         charset-encoded html contents.
7577
7578 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
7579
7580         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
7581         an empty file.
7582
7583         * nnweb.el (url): Ignore errors when request url.
7584
7585         * nnrss.el: Clean up the comments.
7586
7587 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7588
7589         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
7590
7591         * mm-decode.el (mm-inline-text-html-renderer): New user option.
7592         (mm-inline-media-tests): Test whether the value of
7593         `mm-inline-text-html-renderer' is a function for text/html.
7594
7595         * mm-view.el (mm-inline-text-html-render-with-w3): New function
7596         separated from `mm-inline-text'.
7597         (mm-w3m-minor-mode): New variable.
7598         (mm-w3m-setup): New variable.
7599         (mm-setup-w3m): New function.
7600         (mm-inline-text-html-render-with-w3m): New function.
7601         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
7602         text/html.
7603
7604 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
7605
7606         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
7607
7608 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
7611         and `gnus-xmas-completing-read'.
7612
7613 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7614
7615         * nneething.el (nneething-message-id-number): Abolished.
7616         (nneething-encode-file-name): Not encode numerical characters.
7617         (nneething-make-head): `nneething-message-id-number' is not
7618         used to generate message IDs.
7619
7620 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7621
7622         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
7623         characters.
7624
7625 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7626
7627         * gnus-xmas.el (gnus-xmas-completing-read): New function.
7628         (gnus-xmas-redefine): Redefine conditionally.
7629
7630 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
7631
7632         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
7633         tag.
7634
7635 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
7636
7637         * message.el (message-font-lock-keywords): Added the secure tag.
7638         * mml-sec.el: Added functions to generate/modify/remove the secure
7639         tag while in message mode.
7640         * mml-sec.el (mml-secure-message): New.
7641         * mml-sec.el (mml-unsecure-message): New.
7642         * mml-sec.el (mml-secure-message-sign-smime): New.
7643         * mml-sec.el (mml-secure-message-sign-pgp): New.
7644         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
7645         * mml-sec.el (mml-secure-message-encrypt-smime): New.
7646         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
7647         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
7648         * mml.el (mml-parse-1): Added code to recognise the secure tag and
7649         convert it to either a part or multipart depending on if there are
7650         other parts in the message.
7651         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
7652         to use the secure tag, rather than the part tag.
7653         * mml.el (mml-preview): Added a save-excursion to keep cursor
7654         position after doing an MML preview.
7655
7656 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7657
7658         * nnheader.el (nnheader-parse-overview-file): New function.
7659         (nnheader-write-overview-file): New function.
7660
7661 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7662
7663         * gnus.el (gnus-group-fast-parameter): Check better if expansion
7664         in wanted.
7665
7666         * nnweb.el (nnweb-type-definition): Clean up.
7667
7668 2002-01-21  Alastair Burt  <burt@dfki.de>
7669         Trivial patch.
7670
7671         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
7672         buffer exists before jumping to it.
7673
7674 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7675
7676         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
7677         function.
7678         (article-wash-html): Use it.
7679         (gnus-article-wash-function): New variable.
7680         (gnus-article-wash-html-with-w3m): New function.
7681
7682 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7683
7684         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
7685         XEmacs.
7686
7687 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
7688
7689         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
7690         command line.
7691
7692 2002-01-21  Simon Josefsson  <jas@extundo.com>
7693
7694         * canlock.el (base64-encode-string): Autoload it from base64.
7695         (canlock-make-cancel-key): Base64 encode unibyte string.
7696
7697 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7698
7699         * nnfolder.el (nnfolder-request-accept-article): Unfold
7700         x-from-line.
7701         (nnfolder-request-replace-article): Ditto.
7702
7703 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
7704
7705         * gnus-group.el (gnus-group-best-unread-group): Use the right
7706         positioning function.
7707
7708 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7709
7710         * smiley-ems.el (smiley-region): Use new function.
7711         (smiley-update-cache): Use general image functions.
7712         (smiley-region): Use general functions.
7713
7714         * gnus-util.el (gnus-graphic-display-p): New function.
7715
7716         * nnmail.el (nnmail-article-group): Allow outputting traces of
7717         non-strings.
7718
7719         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
7720         (nndoc-exim-bounce-type-p): New function.
7721
7722         * message.el (message-dont-send): Doc fix.
7723
7724         * gnus-util.el (gnus-completing-read): Remove
7725         inherit-input-method.
7726
7727         * gnus-art.el (gnus-treat-smiley): Doc fix.
7728
7729         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
7730         articles.
7731
7732 2002-01-19  Simon Josefsson  <jas@extundo.com>
7733
7734         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
7735         (imap-kerberos4-open): Ditto.
7736         (imap-open): Set port correctly, don't set auth.
7737
7738 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7739
7740         * gnus.el (gnus-version-number): Bump version number.
7741
7742 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7743
7744         * gnus.el: Oort Gnus v0.05 is released.
7745
7746 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7747
7748         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
7749         exists.
7750
7751         * gnus-spec.el (gnus-string-width-function): New function.
7752         (gnus-tilde-cut-form): Use it.
7753         (gnus-tilde-max-form): Ditto.
7754         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
7755         (gnus-substring-function): Use it.
7756         (gnus-tilde-cut-form): Ditto.
7757         (gnus-substring-function): New function.
7758
7759         * message.el (message-check-news-header-syntax): New message.
7760
7761         * gnus.el (gnus-slave-no-server): Doc fix.
7762
7763         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
7764
7765 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7766
7767         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
7768         `seen' if it looks like (seen NUM1 . NUM2).  It should be
7769         (seen (NUM1 . NUM2)).
7770
7771 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7772
7773         * gnus-topic.el (gnus-topic-catchup-articles): Update article
7774         number in closed topics.
7775
7776 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
7777
7778         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
7779         functions.
7780
7781 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7782
7783         * gnus.el (gnus-group-find-parameter): Clean up.
7784
7785         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
7786         articles.
7787
7788         * gnus-util.el (gnus-completing-read-with-default): Renamed.
7789
7790         * nnmail.el (nnmail-article-group): Clean up.
7791
7792 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
7793
7794         * gnus-agent.el (gnus-category-name): Intern the category name.
7795
7796 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7797
7798         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
7799
7800         * gnus-util.el (gnus-completing-read): New function.
7801
7802 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7803
7804         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
7805
7806         * smiley-ems.el (smiley-region): Register smiley.
7807         (smiley-toggle-buffer): Rewrite the function.
7808         (smiley-active): Removed.
7809
7810 2002-01-19  Simon Josefsson  <jas@extundo.com>
7811
7812         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
7813         Jesper Harder <harder@ifa.au.dk>.
7814
7815 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7816
7817         * gnus-art.el (gnus-request-article-this-buffer): Call
7818         `nneething-get-file-name' to extract the file name from the
7819         message id.
7820
7821         * nneething.el (nneething-encode-file-name): New function.
7822         (nneething-decode-file-name): Ditto.
7823         (nneething-get-file-name): Ditto.
7824         (nneething-make-head): Encode the file name and encapsulate it
7825         into the field of the message id.
7826
7827 2002-01-18  Simon Josefsson  <jas@extundo.com>
7828
7829         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
7830         stored in .marks.
7831
7832         * nnfolder.el (nnfolder-request-update-info): Ditto.
7833
7834 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7835
7836         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
7837
7838 2002-01-18  Simon Josefsson  <jas@extundo.com>
7839
7840         * imap.el (imap-starttls-p): Don't check for binary.
7841         (imap-gssapi-auth-p): Ditto.
7842         (imap-kerberos4-auth-p): Ditto.
7843         (imap-open): Change logic.  Iterate through all possible streams,
7844         instead of bailing out after first failure.  Move authenticator
7845         decision to `imap-authenticate'.
7846         (imap-authenticate): Change logic, now finds the authenticator to
7847         use, was previously in `imap-open'.
7848         (imap-open): Return nil on failure.
7849         (imap-open): Setup temp buffer correctly.
7850         (imap-open): Return buffer only on success.
7851         (imap-interactive-login, imap-interactive-login): Tell the user
7852         which stream/authenticator is used for the queried
7853         username/password.
7854         (imap-open, imap-authenticate): Set variables.
7855         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
7856         (imap-open): Don't assume how `with-temp-buffer' is implemented.
7857
7858 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7859
7860         * gnus-fun.el (gnus-grab-cam-x-face): New function.
7861
7862 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7863
7864         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
7865
7866 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7867
7868         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
7869         (gnus-agent-group-mode-map): Bind it to "Jo".
7870         (gnus-agent-group-make-menu-bar): Add it into menu bar.
7871
7872 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
7873
7874         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
7875         (gnus-summary-mail-toolbar): Add mail article deletion button.
7876
7877         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
7878         false positives for lines of "^^^^".
7879
7880         * gnus-picon.el (gnus-picon-find-face): faces database is all
7881         lowercase.
7882
7883 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7884
7885         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
7886         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
7887         duplications.
7888         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
7889
7890 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7891
7892         * gnus-sum.el (gnus-summary-initial-limit): Inline
7893         gnus-summary-limit-children.
7894         (gnus-summary-initial-limit): Don't limit if
7895         gnus-newsgroup-display is nil.
7896         (gnus-summary-initial-limit): No, don't.
7897
7898         * gnus-util.el
7899         (gnus-put-text-property-excluding-characters-with-faces): Inline
7900         gnus-put-text-property.
7901
7902         * gnus-spec.el (gnus-default-format-specs): New variable.
7903
7904         * gnus-start.el (gnus-read-newsrc-file): Don't clear
7905         gnus-format-specs.
7906         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
7907
7908         * gnus-spec.el (gnus-update-format-specifications): Really check
7909         the Gnus version of the .newsrc.eld file.
7910         (gnus-format-specs): Save the new default summary format.
7911
7912         * gnus-util.el (gnus-parent-id): Check whether references is empty
7913         before splitting.
7914
7915         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
7916         functions.
7917         (gnus-gather-threads-by-references): Inline
7918         `gnus-split-references'.
7919
7920         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
7921         default value of gnus-summary-line-format-spec.
7922
7923 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7924
7925         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
7926         message.
7927         (nnslashdot-request-list): Ditto.
7928         (nnslashdot-sid-strip): Removed.
7929
7930 2002-01-15  Simon Josefsson  <jas@extundo.com>
7931
7932         * nnimap.el (nnimap-close-asynchronous): Enable.
7933         (nnimap-close-group): Expunge.
7934
7935 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7936
7937         * gnus-util.el (gnus-user-date-format-alist): Typo.
7938         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
7939
7940 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7941
7942         * nneething.el (nneething-request-article): Set
7943         `nnmail-file-coding-system' to `binary' locally, in order to read
7944         files without any conversion.
7945
7946 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7947
7948         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7949         nnheader-file-coding-system and nnmail-active-file-coding-system.
7950         (gnus-agent-regenerate-group): Ditto.
7951         (gnus-agent-regenerate): Ditto.
7952         (gnus-agent-write-active): Ditto.
7953         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
7954
7955 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7956
7957         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
7958         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
7959
7960 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7961
7962         * gnus.el: We don't need gnus-article-show-all-headers.
7963
7964         * gnus-art.el (article-show-all, gnus-article-show-all-header):
7965         Ditto.
7966
7967         * gnus-sum.el (gnus-summary-select-article): Don't call
7968         show-all-headers, because hidden headers are not hidden text any
7969         more.
7970
7971 2002-01-13  Simon Josefsson  <jas@extundo.com>
7972
7973         * message.el (message-newline-and-reformat): Use `newline' instead
7974         of inserting \n, so that the newline is marked as hard.
7975
7976         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
7977         From Jesper Harder <harder@ifa.au.dk>.
7978
7979 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7980
7981         * imap.el (imap-close): Keep going if quit.
7982
7983         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
7984         nntp-server-buffer.
7985
7986 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7987
7988         * mm-view.el (mm-display-inline-fontify): Require font-lock to
7989         avoid unbinding shadowed variables.
7990
7991         * gnus-art.el (gnus-picon-databases): Moved here.
7992         (gnus-picons-installed-p): Moved here.
7993         (gnus-article-reply-with-original): Use `mark'.
7994
7995         * gnus.el (gnus-picon): Moved here and renamed.
7996
7997         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
7998         installed.
7999         (gnus-treat-mail-picon): Ditto.
8000         (gnus-treat-newsgroups-picon): Ditto.
8001
8002         * gnus-picon.el (gnus-picons-installed-p): New function.
8003
8004 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8005
8006         * gnus-agent.el (gnus-agent-go-online): Fix doc.
8007
8008 2002-01-12  Simon Josefsson  <jas@extundo.com>
8009
8010         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
8011         (nnimap-before-find-minmax-bugworkaround): Use it.
8012         (nnimap-find-minmax-uid): Don't reselect current mailbox.
8013         (nnimap-dont-close): New variable.
8014         (nnimap-close-group): Use it.
8015
8016 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8017
8018         * gnus-art.el (gnus-article-reply-with-original): Use
8019         `mark-active'.
8020
8021         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
8022
8023         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
8024         (gnus-score-advanced): Clean up.
8025         (gnus-score-advanced): Accept a multiple of the score.
8026
8027 2002-01-12  Simon Josefsson  <jas@extundo.com>
8028
8029         * flow-fill.el (fill-flowed-display-column)
8030         (fill-flowed-encode-columnq): New variables.  Suggested by
8031         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
8032         (fill-flowed-encode, fill-flowed): Use them.
8033
8034         * message.el (message-send-news, message-send-mail): Use
8035         m-b-s-n-p-e-h-n.
8036
8037         * mml.el (autoload): Autoload fill-flowed-encode.
8038         (mml-buffer-substring-no-properties-except-hard-newlines): New
8039         function.
8040         (mml-read-part): Use it.
8041         (mml-generate-mime-1): Encode format=flowed if appropriate.
8042         (mml-insert-mime-headers): Insert format=flowed.
8043
8044         * flow-fill.el (fill-flowed-encode): New function.
8045         (fill-flowed): Bind fill-column to window width.
8046
8047 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8048
8049         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
8050         it exists.
8051         (gnus-summary-setup-buffer): Wake up dead summary buffers.
8052         (gnus-summary-buffer-name): Don't return the dead name after all.
8053         (gnus-summary-setup-buffer): Kill the dead buffer.
8054
8055         * gnus-art.el (gnus-article-followup-with-original): Store the
8056         value of the mark before deactivating it.
8057
8058 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8059
8060         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
8061         From: Karl Kleinpaste <karl@charcoal.com>
8062
8063         * gnus-art.el (article-display-x-face): Ditto.
8064         (gnus-article-reply-with-original): Use gnus-region-active-p.
8065         (gnus-article-followup-with-original): Ditto.
8066
8067         * gnus-sum.el (gnus-summary-read-group-1): Don't select
8068         downloadable article either.
8069
8070 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8071
8072         * gnus-art.el (article-display-x-face): Insert From:.
8073
8074         * gnus-sum.el (gnus-summary-move-article): Don't draw the
8075         article. Bind gnus-display-mime-function and
8076         gnus-article-prepare-hook.
8077
8078         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
8079         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
8080         gnus-agent-possibly-synchronize-flags to the last.
8081         (gnus-agent-go-online): New function. New variable.
8082
8083 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8084
8085         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
8086         (gnus-agent-regenerate): Ditto.
8087
8088 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8089
8090         * message.el (message-ignored-news-headers)
8091         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
8092         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
8093
8094         * gnus.el (gnus-gethash-safe): New macro.
8095
8096         * gnus-agent.el (gnus-agent-regenerate-history): New function.
8097         (gnus-agent-regenerate): Show messages.
8098
8099 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8100
8101         * gnus-agent.el (gnus-agent-regenerate-group): New function.
8102         (gnus-agent-regenerate): New function.
8103         (gnus-agent-save-alist): Sort.
8104         (gnus-agent-copy-nov-line): Test eobp.
8105         (gnus-agent-retrieve-headers): Erase buffer.
8106
8107 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8108
8109         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
8110         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
8111
8112         * gnus.el (gnus-agent-covered-methods): Move here.
8113         (gnus-online): New function.
8114         (gnus-agent-method-p): Move here.
8115
8116         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
8117         nil. Remove articles-alist.
8118
8119         * gnus-start.el (gnus-get-unread-articles): Check online.
8120         (gnus-groups-to-gnus-format): Ditto.
8121         (gnus-active-to-gnus-format): Ditto.
8122
8123         * gnus-agent.el (gnus-agent-get-function): Use it.
8124         (gnus-agent-get-undownloaded-list): Ditto.
8125         (gnus-agent-fetch-session): Only fetch online methods.
8126
8127         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
8128         (gnus-server-mode-map): Ditto.
8129         (gnus-server-offline-face): New face.
8130         (gnus-server-offline-face): New variable.
8131         (gnus-server-font-lock-keywords): Add offline.
8132         (gnus-server-insert-server-line): Ditto.
8133         (gnus-server-offline-server): New function.
8134
8135         * gnus-int.el (gnus-open-server): Turn to offline.
8136         (gnus-server-unopen-status): New variable.
8137
8138 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8139
8140         * nnkiboze.el (nnkiboze-request-article): Use
8141         gnus-agent-request-article.
8142
8143         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
8144         function. Insert undownloaded NOV.
8145
8146         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
8147         (gnus-agent-request-article): New function.
8148
8149         * gnus.el (gnus-agent-cache): New variable.
8150
8151         * gnus-int.el (gnus-retrieve-headers): Use
8152         gnus-agent-retrieve-headers.
8153         (gnus-request-head): Use gnus-agent-request-article.
8154         (gnus-request-body): Ditto.
8155
8156         * gnus-art.el (gnus-request-article-this-buffer): Use
8157         gnus-agent-request-article.
8158
8159         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
8160         article if it is undownloaded.
8161
8162 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8163
8164         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
8165
8166 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8167
8168         * canlock.el (canlock-string-as-unibyte): New macro.
8169         (canlock-sha1-with-openssl): Return a unibyte string.
8170         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
8171
8172 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8173
8174         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
8175
8176 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8177
8178         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
8179         application/x-emacs-lisp.
8180
8181         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
8182
8183         * nntp.el (nntp-request-article): Add group parameter.
8184         (nntp-request-head): Ditto.
8185         (nntp-find-group-and-number): Add parameter group. Figure out
8186         number if the status line doesn't give (e.g. quimby.gnus.org).
8187
8188 2002-01-08  Simon Josefsson  <jas@extundo.com>
8189
8190         * mml.el (mml-generate-mime-1): Set recipient correctly.
8191
8192 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8193
8194         * message.el (message-read-from-minibuffer): Add parameter
8195         initial-contents.
8196         * gnus-msg.el (gnus-summary-resend-message): Use it.
8197
8198         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
8199         behavior of quit-config.
8200
8201         * message.el (message-make-from): Don't quote fullname.
8202         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
8203
8204         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
8205         From: <andre@slamdunknetworks.com>
8206
8207 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8208
8209         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
8210
8211         * gnus-art.el (gnus-header-button-alist): Handle mailto.
8212
8213         * mml.el (mml-preview): Bind gnus-original-article-buffer because
8214         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
8215         because bbdb may use it.
8216
8217 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8218
8219         * nneething.el (nneething-request-article): When a non-text file
8220         is converted to an article, its data is encoded in base64.  Call
8221         `nneething-make-head' with options to specify MIME types.
8222         (nneething-make-head): Add optional arguments to specify MIME
8223         types.
8224
8225 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8226
8227         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
8228         header if there is not.
8229
8230         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
8231
8232         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
8233         (gnus-inews-mark-gcc-as-read): Obsolete variable.
8234         (gnus-inews-do-gcc): Use them.
8235
8236         * gnus-group.el (gnus-group-mark-article-read): Put holes into
8237         gnus-newsgroup-unselected.
8238
8239 2002-01-06  Simon Josefsson  <jas@extundo.com>
8240
8241         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
8242         condition-case, not ignore-errors.
8243
8244 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8245
8246         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
8247         gnus-fetch-old-headers.
8248
8249         * gnus-art.el (article-display-x-face): Use the current buffer
8250         unless `W f'. Otherwise, X-Face may be shown in the header of a
8251         forwarded part.
8252         (gnus-treatment-function-alist): Treat xface before hiding
8253         headers.
8254
8255 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8256
8257         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
8258         parameters.
8259
8260 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8261
8262         * mm-util.el (mm-multibyte-p): Define conditionally when load.
8263         (mm-guess-charset): New function.
8264         (mm-charset-after): Use it.
8265         (mm-detect-coding-region): New function.
8266         (mm-detect-mime-charset-region): New function.
8267
8268         * gnus-sum.el (gnus-summary-show-article): Use
8269         mm-detect-coding-region.
8270
8271 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8272
8273         * message.el (message-make-fqdn): Be less violent.
8274
8275         * gnus.el (gnus-logo-color-style): Compute custom form
8276         automatically.
8277
8278         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
8279         score file of the parent to the document group.
8280
8281         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
8282         parameters parameter.
8283
8284         * gnus-score.el (gnus-score-load-file): Clean up.
8285
8286 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8287
8288         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
8289         From: Damien Wyart <damien.wyart@free.fr>
8290
8291         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
8292
8293 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8294
8295         * gnus-sum.el (gnus-select-group-hook): Typo.
8296
8297         * rfc2047.el (rfc2047-decode-string): Return immediately if there
8298         is no quoted-printable-encoded STRING.
8299         From: Jesper Harder <harder@ifa.au.dk>
8300
8301         (rfc2047-decode-string): Decode it.
8302
8303 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8304
8305         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
8306
8307 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
8308         Trivial patch.
8309
8310         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
8311         buffer to get rid of junk line.
8312
8313 2002-01-05  Simon Josefsson  <jas@extundo.com>
8314
8315         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
8316         C-o.
8317         (message-mode-map): Bind message-insert-or-toggle-importance to
8318         C-c C-u.
8319         (message-mode-map): Bind message-disposition-notification-to to
8320         C-c M-n.
8321         (message-mode-menu): Add m-d-n-t.
8322         (message-mode-field-menu): Add m-goto-from.
8323         (message-mode): Doc fix.
8324         (message-goto-from): New function.
8325         (message-insert-disposition-notification-to): New function.
8326         (message-tool-bar-map): Add receipt button.
8327
8328 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8329
8330         * gnus-sum.el (gnus-thread-latest-date): New function.
8331         (gnus-thread-sort-by-most-recent-number): Renamed.
8332         (gnus-thread-sort-functions): Doc fix.
8333         (gnus-select-group-hook): Don't use setq on a hook.
8334         (gnus-thread-latest-date): Use date, not number
8335
8336         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
8337         (gnus-agent-expire): Allow regexp of expire-days.
8338
8339         * gnus-art.el (gnus-article-reply-with-original): Deactivate
8340         region.
8341         (gnus-article-followup-with-original): Ditto.
8342
8343         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
8344
8345         * gnus-art.el (gnus-mime-display-alternative): Use
8346         gnus-local-map-property.
8347         (gnus-mime-display-alternative): Ditto.
8348         (gnus-insert-mime-security-button): Ditto.
8349         (gnus-insert-next-page-button): Ditto.
8350         (gnus-button-prev-page): Take optional args.
8351         (gnus-insert-prev-page-button): widget-convert.
8352
8353         * gnus-util.el (gnus-local-map-property): New function.
8354
8355         * gnus-art.el (gnus-prev-page-map): Use parent map.
8356         (gnus-next-page-map): Ditto.
8357
8358         * gnus-spec.el (gnus-parse-format): Clean up.
8359         (gnus-parse-format): Do complex formatting for %=.
8360
8361         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
8362         "X-Face: " to the data in the built-in scenario.
8363
8364         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
8365         (gnus-correct-pad-form): Renamed.
8366         (gnus-tilde-max-form): Clean up.
8367         (gnus-pad-form): Use gnus-use-correct-string-widths.
8368
8369         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
8370         support if that is available.
8371
8372         * gnus-sum.el (gnus-thread-highest-number): New function.
8373         (gnus-thread-sort-by-most-recent-thread): New function.
8374         (gnus-thread-sort-functions): Doc fix.
8375
8376 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8377
8378         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
8379         all cases.
8380         (gnus-summary-mode): Enable it in all cases.
8381         (gnus-summary-display-article): Ditto.
8382         (gnus-summary-edit-article): Ditto.
8383
8384         * gnus-ems.el (gnus-put-image): Really return glyph.
8385
8386         * gnus-art.el (gnus-article-x-face-command): Fix :type.
8387         (gnus-treat-smiley): Don't take "P" in the interactive form.
8388
8389 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8390
8391         * compface.el (uncompface): XEmacs and Emacs have differing
8392         capabilities.
8393
8394         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
8395
8396         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
8397         (gnus-article-xface-ring-size): Removed.
8398         (gnus-article-display-xface): Removed.
8399         (gnus-remove-image): Cleaned up.
8400
8401         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
8402         (gnus-xmas-create-image): Take pbm files.
8403         (gnus-x-face): Removed.
8404         (gnus-xmas-article-display-xface): Removed.
8405
8406         * gnus-fun.el (gnus-display-x-face-in-from): Bind
8407         default-enable-multibyte-characters.
8408
8409         * compface.el (uncompface): Doc fix.
8410
8411         * gnus-art.el (gnus-article-x-face-command): Use
8412         gnus-display-x-face-in-from.
8413
8414         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
8415
8416         * gnus-ems.el (gnus-put-image): Return the image.
8417
8418         * gnus-fun.el (gnus-display-x-face-in-from): New function.
8419         (gnus-x-face): Moved here.
8420
8421 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8422
8423         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
8424         invisible if string is nil.
8425         (gnus-xmas-article-display-xface): Use it.
8426
8427         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
8428         property when string is nil.
8429         (gnus-article-display-xface): Use it.
8430
8431 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8432
8433         * gnus-art.el (article-display-x-face): Check whether valid grey
8434         face was returned.
8435         (article-display-x-face): Place image in the right spot.
8436
8437         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
8438         stderr.
8439         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
8440
8441 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8442
8443         * gnus-xmas.el (gnus-xmas-create-image): Take optional
8444         parameters.
8445         (gnus-xmas-put-image): Allow non-strings to be passed.
8446
8447         * gnus-art.el (article-display-x-face): Use optional parameters.
8448
8449         * gnus-ems.el (gnus-create-image): Take optional parameters.
8450
8451         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
8452
8453         * compface.el (compface-xbm-p): Removed.
8454
8455         * gnus-ems.el (gnus-article-compface-xbm): Removed.
8456         (gnus-article-display-xface): Use compface.
8457
8458         * compface.el: New file.
8459
8460         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
8461         (gnus-convert-image-to-x-face-command): Ditto.
8462         (gnus-random-x-face): Quote argument.
8463         (gnus-x-face-from-file): Ditto.
8464
8465 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
8466
8467         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
8468         the expire-group parameter once per article rather than once
8469         per group; bind `nnmaildir-article-file-name' and `article'
8470         for convenience.  Leave article alone when expire-group
8471         specifies the current group.
8472         (nnmaildir--update-nov): be more concurrency-friendly with
8473         temp file names.
8474
8475 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8476
8477         * gnus-start.el (gnus-read-init-file): Cleaned up.
8478
8479 2002-01-03  Dave Love  <d.love@dl.ac.uk>
8480
8481         * gnus-start.el (gnus-startup-file-coding-system): Removed.
8482         (gnus-read-init-file): Don't use it.
8483
8484 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8485
8486         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
8487
8488 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8489
8490         * gnus-start.el (gnus-read-init-file): Don't force coding system
8491         for ~/.gnus.  From Dave Love <fx@gnu.org>.
8492
8493 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8494
8495         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
8496         * nnspool.el (nnspool-request-post): Ditto.
8497
8498         * mm-util.el (mm-use-find-coding-systems-region): New variable.
8499         (mm-find-mime-charset-region): Use it.
8500
8501 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8502
8503         * gnus.el (gnus-summary-line-format): Added :link.
8504         * gnus-topic.el (gnus-topic-line-format): Ditto.
8505         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
8506         * gnus-srvr.el (gnus-server-line-format): Ditto.
8507         * gnus-group.el (gnus-group-line-format): Ditto.
8508
8509         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
8510         :keys, it works on both Emacsen.
8511
8512 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8513
8514         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
8515
8516 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8517
8518         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
8519
8520 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
8521
8522         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
8523         very wide reply.
8524
8525 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8526
8527         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
8528         (gnus-picon-cache): New variable.
8529         (gnus-picon-transform-newsgroups): Cache stuff.
8530
8531         * gnus-art.el (gnus-article-reply-with-original): New command.
8532         (gnus-article-followup-with-original): New command.
8533
8534         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
8535         END parameters.
8536         (gnus-summary-followup): Take a list of list of articles.
8537         (gnus-inews-yank-articles): Allow lists of article/regions.
8538
8539         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
8540         longer the usual commands.
8541
8542         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
8543         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
8544         shell-command-on-region.
8545
8546 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8547
8548         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
8549           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
8550
8551 2002-01-03  Steve Youngs  <youngs@xemacs.org>
8552
8553         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
8554         understand ':keys', wrap it in an featurep 'xemacs.
8555
8556 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8557
8558         * gnus-ems.el (gnus-article-display-xface): Show xface in the
8559         order of headers (Actually, it is called in a reversed order). Add
8560         'gnus-image-text-deletable property.
8561         (gnus-remove-image): Remove text with such a property.
8562
8563         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
8564         gnus-put-image.
8565
8566         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
8567         with ", "
8568
8569 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8570
8571         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
8572
8573         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
8574         (article-display-x-face): Display grey X-Faces.
8575
8576         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
8577         (gnus-convert-gray-x-face-to-ppm): Ditto.
8578         (gnus-convert-image-to-gray-x-face): Ditto.
8579
8580         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
8581         gnus-summary-show-raw-article.
8582
8583 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8584
8585         Display picons in XEmacs without showing text.
8586
8587         * gnus-xmas.el (gnus-xmas-create-image): Don't use
8588         mm-create-image-xemacs to create xbm glyph, because it deletes
8589         temporary files.
8590         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
8591         (gnus-xmas-remove-image): Make text visible, remove glyph.
8592
8593         * gnus-picon.el (gnus-picon-transform-newsgroups)
8594         (gnus-picon-transform-address): Insert spec backward, due to the
8595         incompatibility of gnus-xmas-put-image.
8596
8597 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8598
8599         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
8600
8601 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8602
8603         * gnus.el: Doc fix.
8604
8605         * gnus-art.el: Doc fix.
8606
8607         * gnus-agent.el: Doc fix.
8608
8609 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8610
8611         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
8612
8613 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
8614
8615         * nnmaildir.el (nnmaildir--update-nov): automatically parse
8616         NOV data out of the message again if nnmail-extra-headers has
8617         changed.
8618
8619 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8620
8621         * gnus-fun.el: New file.
8622         (gnus-convert-image-to-x-face-command): New variable.
8623         (gnus-insert-x-face): New function.
8624         (gnus-random-x-face): Renamed.
8625         (gnus-x-face-from-file): Renamed.
8626
8627         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
8628         "_".
8629         (gnus-body-boundary-delimiter): Typo fix.
8630
8631 2002-01-02  Simon Josefsson  <jas@extundo.com>
8632
8633         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
8634         (gnus-body-boundary-delimiter): Fix type.
8635
8636 2002-01-01  Simon Josefsson  <jas@extundo.com>
8637
8638         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
8639         (gnus-treat-emphasize, gnus-treat-strip-cr)
8640         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
8641         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
8642         (gnus-treat-fill-article, gnus-treat-hide-citation)
8643         (gnus-treat-hide-citation-maybe)
8644         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
8645         (gnus-treat-strip-pem, gnus-treat-strip-banner)
8646         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
8647         (gnus-treat-date-ut, gnus-treat-date-local)
8648         (gnus-treat-date-english, gnus-treat-date-lapsed)
8649         (gnus-treat-date-original, gnus-treat-date-iso8601)
8650         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
8651         (gnus-treat-strip-trailing-blank-lines)
8652         (gnus-treat-strip-leading-blank-lines)
8653         (gnus-treat-strip-multiple-blank-lines)
8654         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
8655         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
8656         (gnus-treat-display-xface, gnus-treat-display-smileys)
8657         (gnus-treat-from-picon, gnus-treat-mail-picon)
8658         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
8659         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
8660         (gnus-treat-play-sounds, gnus-treat-translate)
8661         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
8662
8663         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
8664         (gnus-article-treat-body-boundary): Use it.
8665
8666         * message.el (message-mode): Fix doc.
8667         (message-mode-menu): Fix names.
8668
8669 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8670
8671         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
8672         articles.
8673
8674         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
8675         (gnus-picon-transform-address): Search for unknown faces as well.
8676         (gnus-picon-find-face): Don't search "news" for MISC.
8677         (gnus-picon-user-directories): Changed default back to exclude
8678         "unknown".
8679
8680         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
8681
8682         * gnus-picon.el (gnus-picon-find-face): Search through all
8683         databases.
8684         (gnus-picon-find-face): New implementation.
8685
8686         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
8687         keystroke.
8688         (gnus-topic-goto-next-topic): Ditto.
8689
8690         * gnus.el (gnus-summary-line-format): Changed default.
8691
8692         * nnmail.el (nnmail-extra-headers): Change default.
8693
8694         * gnus-sum.el (gnus-extra-headers): Change default.
8695
8696         * message.el (message-news-other-window): Changed "news" to
8697         "posting".
8698         (message-news-other-frame): Ditto.
8699         (message-do-send-housekeeping): Ditto.
8700
8701         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
8702         function.
8703         (gnus-article-unread-p): New function.
8704         (gnus-article-unseen-p): New function.
8705         (gnus-dead-summary-mode-map): Typo.
8706
8707         * gnus-util.el (gnus-make-predicate): New function.
8708         (gnus-make-predicate-1): New function.
8709
8710         * gnus-sum.el: New function.
8711         (gnus-map-articles): New function.
8712
8713         * gnus-art.el (gnus-treat-fold-headers): New variable.
8714         (gnus-article-treat-fold-headers): New command and keystroke.
8715
8716         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
8717         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
8718
8719 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8720
8721         * message.el (message-fcc-externalize-attachments): New variable.
8722         (message-do-fcc): Use it.
8723
8724         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
8725         (gnus-inews-do-gcc): Use it.
8726
8727         * mml.el (mml-tweak-sexp-alist): New variable.
8728         (mml-externalize-attachments): New variable.
8729         (mml-tweak-part): Use mml-tweak-sexp-alist.
8730         (mml-tweak-externalize-attachments): New function.
8731
8732 2002-01-01  Steve Youngs  <youngs@xemacs.org>
8733
8734         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
8735         'set-glyph-face' so x-face back/foreground can be set.
8736
8737 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8738
8739         * message.el (message-fix-before-sending): Fix a typo.
8740
8741 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8742
8743         * gnus-art.el (gnus-treat-smiley): Renamed command.
8744         (gnus-article-remove-images): New command and keystroke.
8745
8746         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
8747
8748         * smiley-ems.el (gnus-smiley-display): Removed.
8749
8750         * gnus.el (gnus-version-number): Update version.
8751
8752         * message.el (message-text-with-property): Renamed and moved
8753         here.
8754         (message-fix-before-sending): Highlight invisible text and place
8755         point there.
8756
8757 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8758
8759         * gnus.el: Oort Gnus v0.04 is released.
8760
8761 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8762
8763         * gnus-delay.el (gnus-delay-send-queue): Renamed.
8764
8765         * gnus-art.el (gnus-ignored-headers): More headers,
8766
8767         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
8768         of `scan-error', since XEmacs doesn't seem to support that.
8769
8770 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8771
8772         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
8773         arg.
8774         (gnus-summary-best-unread-subject): Ditto.
8775         (gnus-summary-best-unread-subject): No, don't.
8776         (gnus-summary-better-unread-subject): New command.
8777
8778         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
8779
8780         * lpath.el ((featurep 'xemacs)): fbind url function.
8781
8782         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
8783         buffer.
8784         (gnus-xmas-remove-image): Implementation that does something.
8785         (gnus-xmas-article-display-xface): Mark images properly.
8786
8787         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
8788
8789 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
8790
8791         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
8792
8793 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8794
8795         * gnus-group.el (gnus-group-line-format): Added %O to the default
8796         value.
8797
8798         * gnus-util.el (gnus-text-with-property): The smallest point is
8799         point-min.
8800
8801         * smiley-ems.el (smiley-region): Return images.
8802         (gnus-smiley-display): Allow toggling.
8803         (smiley-region): Use text properties, not overlays.
8804
8805         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
8806         implemented yet.
8807
8808         * smiley-ems.el (smiley-update-cache): Check for valid types.
8809
8810         * gnus-art.el (gnus-with-article-buffer): New macro.
8811
8812         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
8813         strings as well as the glyphs.
8814         (gnus-picon-transform-address): Ditto.
8815         (gnus-picon-insert-glyph): Ditto.
8816         (gnus-picon-transform-newsgroups): Toggle.
8817         (gnus-picon-transform-address): Toggle.
8818
8819         * gnus-ems.el (gnus-remove-image): New function.
8820         (gnus-put-image): Take an optional string.
8821
8822         * gnus-util.el (gnus-text-with-property): New function.
8823
8824         * gnus-art.el (gnus-delete-images): New function.
8825
8826         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
8827
8828         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
8829         (gnus-article-wash-status): Use it.
8830         (gnus-signature-toggle): Clean up.
8831         (gnus-add-wash-status): New function.
8832         (gnus-delete-wash-status): New function.
8833         (gnus-article-hide-text-type): Use them throughout.
8834         (gnus-add-image): New function.
8835
8836         * gnus-ems.el (gnus-article-display-xface): Use new interface.
8837
8838         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
8839         interface.
8840
8841         * gnus-art.el (article-display-x-face): Cleaned up.
8842
8843         * rfc2047.el (rfc2047-field-value): New function.
8844
8845         * mail-parse.el (mail-header-field-value): New alias.
8846
8847         * gnus-art.el (gnus-mime-print-part): Fix typos.
8848
8849         * smiley-ems.el (gnus-smiley-file-types): New variable.
8850         (smiley-update-cache): Use it.
8851         (smiley-regexp-alist): Suffix-less smiley names.
8852         (smiley-regexp-alist): Added more smileys.
8853
8854         * gnus-sum.el (gnus-print-buffer): Made into own function.
8855         (gnus-summary-print-article): Use it.
8856
8857         * mailcap.el (mailcap-mime-info): Actually return the bit that we
8858         looked for when REQUEST is a string.
8859
8860         * gnus-art.el (gnus-mime-button-commands): Add printing
8861         keystroke.
8862         (gnus-mime-copy-part): Doc fix.
8863         (gnus-mime-print-part): New command.
8864
8865 2001-12-31  Simon Josefsson  <jas@extundo.com>
8866
8867         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
8868         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
8869
8870 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8871
8872         * gnus-picon.el (gnus-treat-from-picon): Autoload.
8873         (picon): Fix doc.
8874
8875         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
8876         longer exists. Remove those codes.
8877         * gnus.el (gnus-use-picons): Ditto.
8878
8879 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8880
8881         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
8882         infloop.
8883
8884         * gnus-sum.el (t): New `W D' map.
8885
8886         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
8887         (gnus-article-treat-body-boundary): Clean up.
8888         (gnus-body-boundary-face): Removed.
8889         (gnus-article-goto-header): Moved here.
8890         (gnus-article-goto-header): Allow better regexps.
8891         (gnus-article-treat-fold-newsgroups): New command.
8892
8893         * gnus-sum.el (gnus-summary-move-article): We have to select an
8894         article to give `gnus-read-move-group-name' an opportunity to
8895         suggest an appropriate default.
8896
8897         * rfc2047.el (rfc2047-fold-line): New function.
8898         (rfc2047-unfold-line): Ditto.
8899         (rfc2047-fold-region): Don't fold just after the header name.
8900
8901         * mail-parse.el (mail-header-fold-line): New alias.
8902         (mail-header-unfold-line): Ditto.
8903
8904         * gnus-art.el (gnus-body-boundary-face): Renamed.
8905         (gnus-article-treat-body-boundary): Use it.
8906         (gnus-article-treat-body-boundary): Use an invisible header and a
8907         line of underline characters.
8908
8909 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8910
8911         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
8912
8913         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
8914         (gnus-picon-split-address): New function.
8915         (gnus-picon-find-face): Use it.
8916         (gnus-picon-transform-address): Use it. Set first to t for each
8917         address.
8918
8919         * gnus-art.el (gnus-with-article-headers): Move to here. Define
8920         the macro then use it.
8921         (gnus-treatment-function-alist): Treat picons earlier.
8922
8923 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8924
8925         * gnus-art.el (gnus-body-separator-face): New variable.
8926         (gnus-article-treat-body-boundary): Use a blank, colored line.
8927
8928         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
8929         well.
8930
8931         * gnus-art.el (gnus-treat-body-boundary): New variable.
8932         (gnus-article-treat-unfold-headers): Use helper macro.
8933         (gnus-article-treat-body-boundary): New command.
8934
8935         * gnus.el (gnus-logo-color-style): Change the default color.
8936         (gnus-splash-face): Gray, gray.
8937
8938         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
8939         colors.
8940
8941         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
8942         (gnus-logo-color-style): Ditto.
8943         (gnus-logo-colors): Ditto.
8944
8945         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
8946
8947         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
8948
8949         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
8950         (gnus-picon-transform-newsgroups): New function.
8951
8952         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
8953         string.
8954
8955         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
8956
8957         * gnus-art.el (gnus-treat-cc-picon): New variable.
8958         (gnus-treat-mail-picon): Renamed.
8959
8960         * gnus-picon.el: New implementation.
8961         (gnus-picon-find-face): Renamed.
8962         (gnus-treat-from-picon): Use it.
8963         (gnus-picon-transform-address): Renamed.
8964         (gnus-treat-from-picon): Use it.
8965         (gnus-picon-create-glyph): Renamed.
8966         (gnus-picon-transform-address): Use it.
8967         (gnus-treat-cc-picon): New command.
8968
8969         * mm-decode.el (mm-create-image-xemacs): Separated out into
8970         function.
8971         (mm-get-image): Use it.
8972
8973         * gnus-art.el (gnus-treat-display-picons): Simplify.
8974         (gnus-treat-from-picon): Renamed.
8975
8976         * gnus-ems.el (gnus-create-image): New function.
8977         (gnus-put-image): New function.
8978
8979         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
8980         (gnus-with-article-headers): New macro.
8981         (gnus-article-goto-header): New function.
8982
8983         * gnus-xmas.el (gnus-image-type-available-p): New function.
8984
8985         * gnus-ems.el (gnus-image-type-available-p): New function.
8986
8987 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8988
8989         * nnrss.el (nnrss-check-group): Find the correct tag, because
8990         xml.el is changed.
8991
8992 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8993
8994         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
8995         lines are shorter than the window width.
8996         (gnus-ignored-headers): More headers.
8997
8998 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8999
9000         * gnus-art.el (gnus-treat-unfold-lines): New variable.
9001         (gnus-treat-unfold-headers): Renamed.
9002         (gnus-article-treat-unfold-headers): New command and keystroke.
9003
9004         * rfc2047.el (rfc2047-encode-message-header): Clean up.
9005
9006         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
9007
9008 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9009
9010         * sha1-el.el (sha1-use-external): New variable.
9011         (sha1-region): Use it.
9012         (sha1-string): Ditto.
9013
9014         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
9015         * gnus-picon.el: Less warnings when compile.
9016
9017 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9018
9019         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
9020         alias.
9021         (gnus-picons-database): Default to list.
9022         (gnus-picons-lookup-internal): Use it.
9023
9024         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
9025         to "bogus".
9026
9027         * gnus-win.el (gnus-configure-windows-hook): New hook.
9028
9029 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
9030
9031         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
9032
9033 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9034
9035         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
9036         lists.
9037         (gnus-select-newsgroup): Don't append; push.
9038         (gnus-adjust-marked-articles): Remove obsolete ranges from
9039         `seen'.
9040         (gnus-update-marks): Clean up.
9041         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
9042
9043 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
9044
9045         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
9046
9047 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9048
9049         * gnus-sum.el (gnus-auto-select-subject): New variable.
9050         (gnus-summary-best-unread-subject): New function.
9051         (gnus-summary-best-unread-article): Use it.
9052         (gnus-summary-first-unseen-subject): New function and command.
9053
9054         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
9055         other treatments.
9056
9057         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
9058         function.
9059
9060         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
9061         from the list of hidden types.
9062
9063         * mm-view.el (mm-inline-text): Ditto.
9064         (mm-inline-text): Ditto.
9065         (mm-w3-prepare-buffer): Ditto.
9066
9067         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
9068
9069 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9070
9071         * gnus-art.el (gnus-ignored-headers): Added more headers.
9072
9073 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
9074
9075         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
9076         once.
9077
9078 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9079
9080         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
9081
9082 2001-12-28  Simon Josefsson  <jas@extundo.com>
9083
9084         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
9085         Jesper Harder <harder@ifa.au.dk>.
9086
9087 2001-12-27  Simon Josefsson  <jas@extundo.com>
9088
9089         * gnus-sum.el (gnus-select-newsgroup): Make
9090         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
9091         contain all articles (instead of none) when no seen marks have
9092         been set for the group.
9093         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
9094         instead, it seems to result in shorter ranges.
9095
9096 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9097
9098         * mm-util.el (mm-iso-8859-x-to-15-region): Use
9099         insert-before-markers.
9100         From Jesper Harder <harder@ifa.au.dk>
9101
9102 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
9103
9104         * nnmaildir.el (nnmaildir-save-mail): create the destination
9105         groups if they do not exist.
9106
9107 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9108
9109         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
9110
9111 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9112
9113         * gnus-group.el (gnus-group-read-ephemeral-group): Call
9114         gnus-group-real-name.
9115
9116         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
9117         (gnus-newsgroup-variables): Ditto.
9118
9119         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
9120         return it.
9121
9122 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
9123
9124         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
9125         * nnmaildir.el (top-level): Add commentary.
9126         (nnmaildir-version): Indicate that nnmaildir is now a standard
9127         part of Gnus, not separately released.
9128
9129 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9130
9131         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
9132         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
9133         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
9134         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9135
9136 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9137
9138         * nnmaildir.el: Copyright changes. Require cl only at compile time.
9139
9140 2001-12-20  Simon Josefsson  <jas@extundo.com>
9141
9142         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
9143         ZHU <zsh@cs.rochester.edu>.
9144         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
9145         Brian P Templeton <bpt@tunes.org>.
9146
9147 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9148
9149         * nnmaildir.el: New file.
9150         From Paul Jarc <prj@po.cwru.edu>.
9151
9152 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9153
9154         * nndoc.el (nndoc-type-alist): Move forward to the end.
9155
9156 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9157
9158         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
9159         `dolist'.
9160
9161 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9162
9163         * gnus-win.el (gnus-frames-on-display-list): New function.
9164         (gnus-get-buffer-window): Use it.
9165
9166 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9167
9168         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
9169
9170 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9171
9172         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
9173
9174 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9175            From Harald Meland <Harald.Meland@usit.uio.no>
9176
9177         * gnus-win.el (gnus-get-buffer-window): New function.
9178         (gnus-all-windows-visible-p): Use it.
9179
9180         * gnus-util.el (gnus-horizontal-recenter)
9181         (gnus-horizontal-recenter, gnus-horizontal-recenter)
9182         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
9183
9184         * gnus-score.el (gnus-score-insert-help): Use it.
9185
9186         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
9187         (gnus-generate-tree, gnus-highlight-selected-tree)
9188         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
9189         it.
9190
9191         * gnus-art.el (gnus-article-set-window-start)
9192         (gnus-mm-display-part, gnus-request-article-this-buffer)
9193         (gnus-button-next-page, gnus-button-prev-page)
9194         (gnus-article-button-next-page, gnus-article-button-prev-page):
9195         Use it.
9196
9197 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
9198
9199         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
9200         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
9201         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
9202
9203 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9204
9205         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
9206         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
9207         * mml1991.el, nnultimate.el: Add `coding'.
9208
9209 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
9210
9211         * ChangeLog: changed coding to buffer-file-coding-system
9212         * ChangeLog.1: same
9213         * nnwfm.el: same
9214         * gnus-smiley.el: same
9215         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
9216         * gnus-delay.el: same
9217         * gnus-spec.el: same
9218         * message.el: same
9219         * mml1991.el: same
9220         * nnultimate.el: same
9221
9222 2001-12-16  Simon Josefsson  <jas@extundo.com>
9223         Inspired by code by Dirk Meyer <dischi@tzi.de>.
9224
9225         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
9226         (gnus-summary-save-map): Add muttprint.
9227         (gnus-summary-make-menu-bar): Ditto.
9228         (gnus-summary-muttprint): New function.
9229
9230         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
9231
9232 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9233
9234         * uudecode.el (uudecode-decode-region-internal): Speedup by using
9235         temporary list instead of buffer.
9236
9237         * mm-url.el (executable-find): autoload.
9238
9239 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9240
9241         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
9242         to variable, follow doc-string conventions).
9243
9244 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
9245
9246         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
9247         subscribe-level
9248         * gnus-topic.el (gnus-subscribe-topics): use it.
9249
9250 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9251
9252         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
9253         messages. (A small patch with indentation)
9254         From Sean Neakums <sneakums@zork.net>.
9255
9256         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
9257         nil after shooting down the gnus-original-article-buffer.
9258
9259 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9260
9261         * uudecode.el (uudecode-use-external): New variable.
9262         (uudecode-decode-region): Automatically detect external program.
9263
9264         * binhex.el (binhex-use-external): New variable.
9265         (binhex-decode-region-internal): New function.
9266         (binhex-decode-region): Automatically detect external program.
9267
9268         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
9269         Use them.
9270
9271 2001-12-12  Simon Josefsson  <jas@extundo.com>
9272
9273         * nnvirtual.el (nnvirtual-always-rescan)
9274         (nnvirtual-component-regexp): Fix doc.
9275
9276         * nnoo.el (defvoo): Add doc to defvoo variables.
9277
9278         * nnml.el (nnml-directory, nnml-active-file)
9279         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
9280         (nnml-marks-is-evil, nnml-filenames-are-evil)
9281         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
9282
9283         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
9284         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
9285         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
9286         `error'.
9287
9288         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
9289         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
9290
9291         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
9292         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
9293         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
9294         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
9295
9296         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
9297         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
9298
9299         * imap.el, nnimap.el: Fix indentation.
9300
9301         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
9302
9303 2001-12-12  Didier Verna  <didier@xemacs.org>
9304
9305         * gnus-msg.el (gnus-group-news): New function.
9306         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
9307         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
9308         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
9309         for it.
9310         * gnus-msg.el (gnus-summary-news-other-window): New function.
9311         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
9312         bind it to `i'.
9313         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
9314         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
9315         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
9316         for it (called with a prefix).
9317         * gnus-msg.el (gnus-configure-posting-styles): add an optional
9318         group-name argument.
9319         * gnus-msg.el (gnus-setup-message): use it.
9320
9321 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9322
9323         * gnus-sum.el (gnus-summary-show-article): Fix doc.
9324
9325 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9326
9327         * mml.el (mime-to-mml): Remove Content-Disposition too.
9328
9329 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9330
9331         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
9332         * gnus-group.el (gnus-group-name-decode): Decode unibyte
9333         strings only.
9334         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9335
9336 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
9337
9338         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
9339         (nnmail-fancy-expiry-target): Use it.
9340         Suggestions from Simon Josefsson <jas@extundo.com>.
9341
9342 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9343
9344         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
9345
9346 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9347
9348         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
9349
9350         * gnus-util.el (gnus-url-unhex-string): Move here.
9351
9352 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9353
9354         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
9355         mm-url-decode-entities-nbsp.
9356
9357         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
9358         * webmail.el, nnwfm.el: Use mm-url.
9359
9360         * mm-url.el (mm-url-fetch-form): Move from nnweb.
9361         (mm-url-remove-markup): Move from nnweb.
9362         (mm-url-fetch-simple): Move from webmail.
9363
9364         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
9365
9366 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9367
9368         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
9369         (gnus-summary-print-article): Use it.
9370
9371         * gnus-util.el (gnus-replace-in-string): Typo.
9372
9373 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9374
9375         * nnweb.el (nnweb-replace-in-string): Removed.
9376
9377         * gnus-util.el (gnus-replace-in-string): New function.
9378         (gnus-mode-string-quote): Use it.
9379
9380         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
9381         * nnwfm.el (nnwfm-create-mapping): Ditto.
9382
9383 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9384
9385         * dgnushack.el (dgnushack-compile): nnrss.el and
9386         nnslashdot.el don't depend on nnweb, url, w3.
9387
9388         * nnrss.el: Use mm-url.
9389
9390 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9391
9392         * mm-url.el (mm-url-insert-file-contents): Support file:.
9393
9394 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9395
9396         * mm-view.el: Lower case for the description line. Sync from the
9397         Emacs CVS.
9398
9399 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9400
9401         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
9402         From:  Stefan Monnier  <monnier@cs.yale.edu>
9403
9404 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9405
9406         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
9407
9408 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9409
9410         * mm-url.el: Require executable.
9411         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
9412
9413 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9414
9415         * pop3.el (pop3-munge-message-separator): Only use valid date.
9416         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
9417
9418         * Makefile.in: gnus-load.elc may not be generated.
9419
9420 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9421
9422         * mm-url.el: New file.
9423         * nnslashdot.el: Use it.
9424         * mm-extern.el (mm-extern-url): Use it.
9425
9426 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9427
9428         * gnus-sum.el (gnus-summary-save-article): Nix
9429         gnus-display-mime-function and gnus-article-prepare-hook.
9430
9431         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
9432         the beginning of lines.
9433         (gnus-complex-form-to-spec): Ditto.
9434
9435 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9436
9437         * message.el (message-make-mft): Fix the m-s-a-file regexp.
9438         From Paul Jarc <prj@po.cwru.edu>.
9439
9440 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9441
9442         * message.el: New variable message-subscribed-address-file;
9443         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
9444
9445 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9446
9447         * message.el (message-tab-body-function): Set to nil.
9448         (message-tab): Use text-mode-map or global-map.
9449         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9450
9451 2001-11-30  Simon Josefsson  <jas@extundo.com>
9452
9453         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
9454         instead of gnus-union, for speed.  Suggested by Christoph Conrad
9455         <christoph.conrad@gmx.de>.
9456         (gnus-agent-fetch-group-1): Add verbose message.
9457
9458 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9459
9460         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
9461         of integers.
9462
9463 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9464
9465         * message.el (message-newgroups-header-regexp)
9466         (message-completion-alist, message-tab-body-function): Use
9467         defcustom rather than defvar.
9468         (message-tab): Mention `message-tab-body-function' in doc.
9469         Suggested by Karl Eichwalder.
9470
9471 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9472
9473         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
9474
9475 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9476
9477         * nnheader.el (nnheader-find-nov-line): Don't use macro
9478         gnus-delete-line.
9479
9480         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
9481         (gnus-group-name-charset): Ditto.
9482
9483         * gnus-util.el (gnus-buffer-live-p): Ditto.
9484
9485 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9486
9487         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
9488         open parenthesis in doc.
9489         (sieve-manage-authenticator-alist): Typo in doc.
9490         * imap.el (imap-authenticator-alist): Typo in doc.
9491         (imap-stream-alist): Backslash.
9492
9493         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
9494           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
9495
9496 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9497
9498         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
9499
9500         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
9501
9502         * gnus-msg.el (gnus-configure-posting-styles): use
9503         make-local-hook. Add LOCAL for add-hook.
9504
9505 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
9506
9507         * message.el (message-mode): Use `make-local-hook' unless
9508         obsolete.
9509         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
9510
9511 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9512
9513         * canlock.el: Remove sha1.el and base64.el stuff.
9514
9515 2001-11-26  Didier Verna  <didier@xemacs.org>
9516
9517         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
9518         if needed.
9519
9520 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9521
9522         * message.el (message-tamago-not-in-use-p): New function.
9523         (message-strip-forbidden-properties): Use it.
9524
9525 2001-11-26  Didier Verna  <didier@xemacs.org>
9526
9527         * gnus-start.el (gnus-check-first-time-used): only check for
9528         existence of .el[d] files.
9529
9530 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9531
9532         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
9533
9534         * message.el (message-setup-1): Clean up mc-*.
9535
9536 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9537
9538         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
9539         * gnus-score.el (gnus-score-find-bnews): Use it.
9540
9541         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
9542         (gnus-summary-limit-to-author): Ditto.
9543         (gnus-summary-limit-to-extra): Ditto.
9544         (gnus-summary-find-matching): Support not-matching argument.
9545
9546 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9547
9548         * message.el (message-wash-subject): Use `insert' rather than
9549         `insert-string', which is deprecated.
9550
9551 2001-11-24  Simon Josefsson  <jas@extundo.com>
9552
9553         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
9554         message. (Gnus does not "default" to using 8bit for the message,
9555         it default to use 8bit encoding and the user-supplied CTE
9556         value. Calling this behaviour "treating it as 8bit" is perhaps
9557         better.)
9558
9559         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
9560         (compare mm-charset-to-coding-system).
9561
9562 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9563
9564         * canlock.el (canlock-sha1-with-openssl): Use unibyte
9565         buffer. Correctly decode hex.
9566
9567 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9568
9569         * gnus-agent.el (gnus-category-insert-line): Convert category
9570         names to strings.
9571
9572 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9573
9574         * message.el (sha1): eval-and-compile.
9575
9576 2001-11-20  Simon Josefsson  <jas@extundo.com>
9577
9578         * message.el (message-allow-no-recipients): New variable.
9579         (message-send): Use it, customize the prompting when posting to
9580         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
9581
9582 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9583
9584         * mm-util.el (mm-coding-system-priorities): New variable.
9585         (mm-sort-coding-systems-predicate): New function.
9586         (mm-find-mime-charset-region): Resort coding systems if needed.
9587         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
9588
9589 2001-11-20  Didier Verna  <didier@xemacs.org>
9590
9591         * gnus-group.el (gnus-group-make-help-group): new optional
9592         argument to control the error behavior.
9593         * gnus-start.el (gnus-check-first-time-used): use it to avoid
9594         erroring.
9595
9596 2001-11-19  Simon Josefsson  <jas@extundo.com>
9597
9598         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
9599         instead of C-c C-u.  Suggested by Per Abrahamsen
9600         <abraham@dina.kvl.dk>.
9601
9602 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9603
9604         * nnfolder.el (nnfolder-read-folder): Use group instead of
9605         nnfolder-current-group.
9606         Suggested by Lorentey Karoly <lorentey@elte.hu>.
9607
9608 2001-11-17  Simon Josefsson  <jas@extundo.com>
9609
9610         * message.el (message-send): Ask user if Fcc/Gcc should be
9611         performed when no other sender was specified.
9612         Suggested by prj@po.cwru.edu (Paul Jarc).
9613
9614 2001-11-17  Simon Josefsson  <jas@extundo.com>
9615
9616         * message.el (message-mode, message-mode-map): Use C-c C-u for
9617         Importance: instead of C-c C-p (used by SC).
9618
9619 2001-11-16  Simon Josefsson  <jas@extundo.com>
9620
9621         * message.el (message-insert-importance-high)
9622         (message-insert-importance-low): Save point.
9623
9624         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
9625         value.
9626
9627 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
9628
9629         * message.el (message-strip-special-text-properties): New option.
9630         (message-strip-forbidden-properties): Obey it.
9631
9632 2001-11-14  Sam Steingold  <sds@gnu.org>
9633
9634         * gnus-score.el: Fixed some doc strings to properly quote symbols.
9635
9636 2001-11-15  Simon Josefsson  <jas@extundo.com>
9637
9638         Support "Importance:" header in Message.
9639
9640         * message.el (message-mode-map): Bind C-c C-p to
9641         `message-insert-or-toggle-importance'
9642         (message-mode-menu): Add message-insert-importance-{high,low}.
9643         (message-insert-importance-high, message-insert-importance-low)
9644         (message-insert-or-toggle-importance): New functions.
9645         (message-tool-bar-map): Add {un,}important.
9646         (message-mode): Doc fix.
9647
9648 2001-11-15  Simon Josefsson  <jas@extundo.com>
9649
9650         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
9651
9652         * mml.el (mml-menu): Fix toolbar tooltip.
9653
9654 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9655
9656         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
9657         * nnml.el (nnml-save-marks): Ditto.
9658
9659         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
9660
9661 2001-11-15  Simon Josefsson  <jas@extundo.com>
9662
9663         * nnml.el (nnml-save-marks):
9664         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
9665         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
9666
9667 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
9668
9669         * gnus-art.el (gnus-article-wash-status-strings): Use
9670         `copy-sequence', not `copy-seq'.
9671
9672 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
9673
9674         * gnus-art.el (gnus-article-wash-status-strings): New constant.
9675         (gnus-gnus-article-wash-status-entry): New function.
9676         (gnus-article-wash-status): Use it.
9677
9678 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9679
9680         * mml1991.el: Add coding header.
9681
9682 2001-11-12  Simon Josefsson  <jas@extundo.com>
9683
9684         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
9685         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
9686         `mml1991-sign' and `mml1991-encrypt'.
9687         (mml1991-encrypt, mml1991-sign): New glue functions.
9688         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
9689
9690         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
9691         (mml-menu): Add PGP to menu.
9692
9693         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
9694         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
9695         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
9696         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
9697
9698         * mml2015.el: Mention RFC 3156.
9699
9700         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
9701
9702 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9703
9704         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
9705
9706         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
9707           From <Michael.Cook@cisco.com>
9708
9709 2001-11-11  Simon Josefsson  <jas@extundo.com>
9710
9711         * message.el (top-level): Autoload sha1.
9712         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
9713         canlock, no need to require two different hash algs).  Suggested
9714         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
9715
9716 2001-11-09  Simon Josefsson  <jas@extundo.com>
9717
9718         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
9719         <Pavel@Janik.cz>.
9720
9721 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9722
9723         * message.el (message-point-in-header-p): New function.
9724         (message-do-auto-fill): Use it.
9725         (message-beginning-of-line): New function.  Goes to beginning of
9726         header value (i.e., end of header name), or to beginning of line
9727         if already at beginning of value.  Behaves like
9728         `beginning-of-line' when in message body.
9729         (message-mode-map): Bind it.
9730
9731 2001-11-08  Simon Josefsson  <jas@extundo.com>
9732
9733         * gnus-msg.el (gnus-posting-styles): Add doc.
9734
9735 2001-11-07  Simon Josefsson  <jas@extundo.com>
9736
9737         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
9738
9739         * sieve-mode.el (sieve-control-commands-face)
9740         (sieve-control-commands-face, sieve-action-commands-face)
9741         (sieve-test-commands-face, sieve-tagged-arguments-face): New
9742         faces.
9743         (sieve-font-lock-keywords): Use them.
9744         (sieve-mode): Only set font-lock-defaults in emacs.
9745
9746         * gnus-art.el (gnus-default-article-saver): Add
9747         gnus-summary-save-body-in-file.
9748         (gnus-summary-write-to-file): Fix doc.
9749
9750 2001-11-07  Simon Josefsson  <jas@extundo.com>
9751
9752         * gnus-art.el (gnus-treat-highlight-signature): Add cross
9753         reference to the correct chapter in the manual.
9754
9755         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
9756         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
9757
9758 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9759
9760         * mml.el (mml-preview): Bind mail-header-separator.
9761
9762 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * message.el: Always require canlock.
9765         (message-ignored-supersedes-headers): Include Cancel-Lock and
9766         Cancel-Key.
9767         (message-insert-canlock): Don't require canlock.
9768         (message-cancel-news): Don't check whether canlock is available.
9769         (message-supersede): Support cancel-locks.
9770
9771         * gnus-art.el: Don't autoload canlock.
9772
9773 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9774
9775         * mail-source.el (mail-source-fetch-imap): ASYNC param.
9776         From: <andre@slamdunknetworks.com>
9777
9778 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9779
9780         * many files: Fix copyright lines.
9781
9782 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9783
9784         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
9785         Suggested by Dave Love  <fx@gnu.org>.
9786
9787 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9788
9789         * message.el (message-kill-buffer): Remove auto-save file after
9790         confirm.
9791
9792         * message.el (message-send-mail): Call message-generate-headers
9793         once.  Suggested by Matt Armstrong <matt@lickey.com>.
9794
9795         * gnus-topic.el (gnus-topic-rename): Initial-input.
9796         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
9797
9798 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9799
9800         * message.el (message-forbidden-properties): New constant.
9801         (message-strip-forbidden-properties): New function.
9802         (message-mode): Activate it.
9803
9804 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9805
9806         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
9807         (mm-hack-charsets): Fix doc.
9808
9809 2001-11-02  Simon Josefsson  <jas@extundo.com>
9810
9811         * gnus-int.el (gnus-check-server): Message "...done" when done.
9812
9813         * imap.el (imap-close): Don't message (imap-send-command-wait
9814         returns if the connection is dropped).
9815         (imap-wait-for-tag): Nix out message only when necessary.
9816
9817         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
9818         for non-crossposting.
9819         (gnus-sieve-crosspost): Default to t to be consistent with other
9820         parts of Gnus.
9821
9822 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9823
9824         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
9825         (mm-iso-8859-x-to-15-table): Ditto.
9826         (mm-iso-8859-x-to-15-region): Ditto.
9827         (mm-find-mime-charset-region): Ditto.
9828
9829 2001-11-01  Simon Josefsson  <jas@extundo.com>
9830
9831         * nnimap.el (nnimap-close-asynchronous): New variable.
9832         (nnimap-close-group): Use it.
9833         (nnimap-expunge): Don't use it.
9834
9835         * imap.el (imap-callbacks): New variable.
9836         (imap-remassoc): Copied from `gnus-remassoc'.
9837         (imap-add-callback): New function.
9838         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
9839         behaviour.
9840         (imap-parse-response): Call the callback.
9841
9842         * message.el (message-insert-canlock): New variable.
9843         (message-canlock-generate, message-canlock-password)
9844         (message-insert-canlock): New functions.
9845         (message-send-news): Call `message-insert-canlock'.
9846         (top-level): Require canlock when compiling.
9847         (message-insert-canlock): Require canlock before we need it.
9848
9849 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9850
9851         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
9852
9853 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9854
9855         * dgnushack.el (dgnushack-make-load): A workaround for
9856         custom-add-loads bug in some versions of XEmacs.
9857
9858 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9859
9860         * mm-util.el (mm-charset-synonym-alist): Revert (some).
9861
9862 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9863
9864         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
9865         (mm-hack-charsets): New variable.
9866         (mm-iso-8859-15-compatible): New variable.
9867         (mm-iso-8859-x-to-15-table): New variable.
9868         (mm-find-mime-charset-region): Add parameter hack-charsets.
9869
9870         * mm-bodies.el (mm-encode-body): Use it.
9871         * mml.el (mml-parse-1): Ditto.
9872
9873 2001-11-01  Simon Josefsson  <jas@extundo.com>
9874
9875         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
9876
9877 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9878
9879         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
9880         is nil.
9881
9882 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9883
9884         * smiley-ems.el (smiley-update-cache): Auto detect file type.
9885
9886         * message.el (message-forward-rmail-make-body): Use
9887         save-window-excursion.
9888         (message-encode-message-body): Search with noerror.
9889         (message-setup-1): Convert compose-mail send-actions to
9890         message-send-actions.
9891
9892 2001-11-01  Simon Josefsson  <jas@extundo.com>
9893
9894         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
9895         <yamaoka@jpl.org>.
9896
9897 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9898
9899         * sieve-manage.el (sieve-string-bytes): No complain.
9900
9901 2001-11-01  Simon Josefsson  <jas@extundo.com>
9902
9903         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
9904         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
9905         has autoload cookies, so no `require' should be necessary.)
9906
9907         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
9908         files.
9909
9910 2001-10-31  Simon Josefsson  <jas@extundo.com>
9911
9912         * gnus-cus.el (gnus-group-parameters): Support integer `display'
9913         parameter.
9914
9915         * gnus-sum.el (gnus-select-newsgroup): If group parameter
9916         `display' is a number (and C-u wasn't used to enter group), only
9917         fetch that number of articles.
9918
9919 2001-10-31  Matt Armstrong  <matt@lickey.com>
9920
9921         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
9922         not-subscribed -> subscribed.
9923
9924 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9925         From: Josh Huber <huber@alum.wpi.edu>
9926
9927         * message.el (message-subscribed-address-functions): New variable.
9928         (message-subscribed-addresses): New variable.
9929         (message-subscribed-regexps): New variable.
9930         (message-goto-mail-followup-to): New function.
9931         (message-send-mail): Add Mail-Followup-To.
9932         (message-make-mft): New function.
9933
9934         * gnus.el (gnus-find-subscribed-addresses): New function.
9935
9936 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9937
9938         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
9939         (mail-source-fetch-pop): Ditto.
9940         (mail-source-check-pop): Ditto.
9941
9942         * gnus-start.el (gnus-read-init-file): Ditto.
9943         (gnus-activate-group): Ditto.
9944         (gnus-read-newsrc-el-file): Ditto.
9945
9946 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9947
9948         * message.el (message-get-reply-headers): Make sure there is ", ".
9949
9950         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
9951         mm-coding-system-p. Don't correct it only in XEmacs.
9952         (mm-charset-to-coding-system): Use mm-coding-system-p and
9953         mm-get-coding-system-list.
9954         (mm-emacs-mule, mm-mule4-p): New variables.
9955         (mm-enable-multibyte, mm-disable-multibyte,
9956         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
9957         mm-with-unibyte-current-buffer,
9958         mm-with-unibyte-current-buffer-mule4): Use them.
9959         (mm-find-mime-charset-region): Treat iso-2022-jp.
9960
9961         From  Dave Love  <fx@gnu.org>:
9962
9963         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
9964         construction.
9965         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
9966         entries conditional on not having a coding system defined for
9967         them.
9968         (mm-mule-charset-to-mime-charset): Use
9969         find-coding-systems-for-charsets if defined.
9970         (mm-charset-to-coding-system): Don't use
9971         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
9972         later.  Add last resort search of coding systems.
9973         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
9974         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
9975         Mule 4.
9976         (mm-find-mime-charset-region): Re-write.
9977         (mm-with-unibyte-current-buffer): Restore buffer as well as
9978         multibyteness.
9979
9980 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9981
9982         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
9983         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
9984         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
9985
9986 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9987
9988         * gnus-art.el (article-display-x-face): Nix buffer-read-only
9989         again.
9990
9991         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
9992
9993 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9994
9995         * gnus-spec.el (gnus-parse-simple-format): Use
9996           buffer-substring-no-properties.
9997
9998 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9999
10000         * gnus-art.el (article-verify-cancel-lock): New function.
10001
10002         * nnheader.el (nntp-process-response): New variable.
10003         (nnheader-init-server-buffer): Make `nntp-process-response'
10004         buffer-local in `nntp-server-buffer'.
10005
10006         * nntp.el (nntp-prepare-post-hook): New hook.
10007         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
10008         (nntp-async-trigger): Ditto.
10009         (nntp-request-post): Insert a server's ID if there's no Message-ID
10010         header; run `nntp-prepare-post-hook'.
10011
10012 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10013
10014         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
10015         instead.
10016
10017         * message.el (message-forward-subject-author-subject): Don't use
10018         message-news-p, which widens the buffer.
10019         (message-forward-make-body): New function.
10020         (message-forward): Use it.
10021         (message-insinuate-rmail): New function.
10022         (message-forward-rmail-make-body): New function.
10023
10024 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10025
10026         * mm-extern.el (mm-extern): Provide it.
10027
10028         * mm-partial.el (mm-partial): Provide it.
10029
10030 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10031
10032         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
10033
10034 2001-10-29  Simon Josefsson  <jas@extundo.com>
10035
10036         * mml.el (mml-preview): Bind message-this-is-news if it is
10037         news. From Jesper Harder <harder@myrealbox.com>.
10038
10039 2001-10-28  Simon Josefsson  <jas@extundo.com>
10040
10041         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
10042
10043 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
10044
10045         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
10046         ironic smilies.
10047
10048 2001-10-27  Simon Josefsson  <jas@extundo.com>
10049
10050         * message.el (message-indent-citation): Don't add trailing
10051         whitespace when citing text.
10052
10053         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
10054         <harder@ifa.au.dk>.
10055
10056 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10057
10058         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
10059         not available.
10060         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
10061         (nnweb-type-definition): Add google as alias of dejanews.
10062         (nnweb-google-parse-1): Forward 1 line.
10063
10064 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10065
10066         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
10067         variable `message-forward-ignored-headers'.
10068
10069 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
10070
10071         * gnus.el (gnus-expand-group-parameter): New function.
10072         (gnus-expand-group-parameters): Call it.
10073         (gnus-group-fast-parameter): New function.
10074         (gnus-group-find-parameter): Call it.
10075
10076 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
10077
10078         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
10079         vector (it didn't before because of a bug).
10080         * gnus-msg.el (gnus-post-news): Use header vector directly, if
10081         available.  Before it converted it to an article number.
10082
10083         This makes followup to news articles with negative numbers in
10084         nnvirtual groups use news instead of mail.
10085
10086 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
10087
10088         * gnus.el (post-method): Use `native' instead of `nil'.
10089
10090         * gnus-msg.el (gnus-post-method): Ditto.
10091
10092 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
10093
10094         * gnus.el (gnus-define-group-parameter): Grammar fix.
10095
10096 2001-10-22  Simon Josefsson  <jas@extundo.com>
10097
10098         * gnus-msg.el (gnus-extended-version): Include
10099         system-configuration.
10100         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
10101
10102 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
10103
10104         * gnus.el (post-method): Customization fix: `native' is not a
10105         valid value.
10106         * gnus-msg.el (gnus-post-method): Doc and customization fix:
10107         `native' is not a valid value.
10108
10109 2001-10-21  Simon Josefsson  <jas@extundo.com>
10110
10111         * nnimap.el (nnimap): Defgroup
10112         (nnimap-strict-function, nnimap-strict-function-match): New
10113         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
10114         (nnimap-split-crosspost, nnimap-split-inbox)
10115         (nnimap-split-rule, nnimap-split-predicate)
10116         (nnimap-split-predicate): Defcustom.
10117         (nnimap-split-inbox, nnimap-expunge-search-string)
10118         (nnimap-importantize-dormant): Remove "*" from doc.
10119
10120 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10121
10122         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
10123         not supplied via prefix arg.  From Lisp, make arg mandatory.
10124         Suggested by Frank Schmitt.
10125
10126 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10127
10128         * message.el (message-do-auto-fill): Avoid calling
10129         'rfc822-goto-eoh'.
10130
10131 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10132         From Paul Jarc <prj@po.cwru.edu>.
10133
10134         * message.el (message-get-reply-headers): Restructure the logic
10135         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
10136
10137 2001-10-20  Simon Josefsson  <jas@extundo.com>
10138
10139         * message.el (message-cancel-news): Support cancel-locks.
10140         Suggested by Per Abrahamsson.
10141
10142         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
10143         conses.  From David Z Maze <dmaze@MIT.EDU>.
10144
10145         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
10146
10147 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10148
10149         * mm-decode.el (mm-default-directory): Fix customize type.
10150
10151         * message.el (message-setup-fill-variables): Kludge to use
10152         normal-auto-fill-function even if auto fill is already activated.
10153
10154 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10155
10156         * message.el (message-do-auto-fill): New version that does not
10157         rely on text properties, by Simon Josefsson <jas@extundo.com>.
10158         (message-setup-1): Removed the `message-field' property.
10159
10160         * gnus-draft.el (gnus-draft-edit-message): Removed the
10161         `message-field' property.
10162
10163 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10164
10165         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
10166         `message-field'.  The `field' property has a special significance in
10167         Emacs 21.
10168
10169         * message.el (message-send, message-setup-1): Ditto.
10170
10171 2001-10-18  Simon Josefsson  <jas@extundo.com>
10172
10173         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
10174         when undoing.
10175
10176 2001-10-18  Simon Josefsson  <jas@extundo.com>
10177         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
10178
10179         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
10180         (gnus-summary-make-menu-bar): Ditto.
10181
10182 2001-10-17  Simon Josefsson  <jas@extundo.com>
10183
10184         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
10185         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
10186
10187 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10188
10189         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
10190         * gnus-util.el (gnus-user-date): New function.
10191         From Frank Schmitt <usenet@Frank-Schmitt.net>.
10192
10193 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10194
10195         * message.el (message-check-news-header-syntax): Special case
10196         nnvirtual groups.
10197
10198         * gnus-sum.el (gnus-summary-respool-default-method): Changed
10199         customize type to `symbol'.
10200
10201 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10202
10203         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
10204         %&foo;.
10205         (gnus-parse-simple-format): Support user extended spec too.
10206         %u&foo; invokes gnus-user-format-function-foo.
10207
10208 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10209
10210         * nnml.el (nnml-request-expire-articles): Make sure it is back to
10211         the server.
10212         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
10213         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10214         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
10215         * nndiary.el (nndiary-request-expire-articles): Ditto.
10216         (nndiary-schedule): Defsubst it before use it.
10217         (nndiary-error): eval-and-compile.
10218
10219 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10220
10221         * gnus-msg.el (gnus-post-method): Changed two instances of
10222         `active' to `current' and one `null' to `not'.
10223
10224 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10225         From Katsumi Yamaoka <yamaoka@jpl.org>.
10226
10227         * message.el (message-setup-fill-variables): Use
10228         `normal-auto-fill-function' instead of `auto-fill-function'.
10229
10230 2001-10-16  Simon Josefsson  <jas@extundo.com>
10231
10232         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
10233         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
10234         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
10235
10236 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10237         Patch by Oliver Scholz <oscholz@my.gnus.org>.
10238
10239         * gnus-draft.el (gnus-draft-edit-message): Add text property
10240         `field' with value `header' to message headers.
10241         * message.el (message-setup-1): Really add text property to all of
10242         the header, not just part of it.
10243
10244 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10245
10246         * gnus-group.el (gnus-group-sort-by-server): Use it.
10247
10248         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
10249
10250         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
10251         and keystroke.
10252
10253 2001-10-14  Simon Josefsson  <jas@extundo.com>
10254
10255         * dig.el: Doc fix.
10256
10257         * smime.el: Doc fix.
10258
10259         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
10260         charset magic from message.el.
10261
10262 2001-10-12  Simon Josefsson  <jas@extundo.com>
10263         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
10264
10265         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
10266         'cite from g-a-wash-types.
10267         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
10268         (gnus-article-hide-citation): Fix.
10269
10270         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
10271         character.
10272         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
10273
10274         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
10275         definition.
10276         (gnus-signature-toggle): Toggle `s' mode line character.
10277
10278         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
10279         doing stuff that clears it.
10280
10281 2001-10-12  Simon Josefsson  <jas@extundo.com>
10282
10283         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
10284         From Eric Marsden <emarsden@laas.fr>.
10285
10286 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10287
10288         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
10289         (autoload): Add some autoloads.
10290
10291 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10292         Suggested by Oliver Scholz <epameinondas@gmx.de>.
10293
10294         * message.el (message-do-auto-fill): New function.  Like
10295         `do-auto-fill' but don't fill when in the message header.
10296         (message-setup-1): Put a text property on the message header.
10297         (message-setup-fill-variables): Use `message-do-auto-fill'.
10298
10299 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10300
10301         * message.el (message-send-mail-partially): Insert an empty line
10302         first, because of the change of message-make-lines.
10303
10304 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
10305
10306         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
10307         iso-8859-15, make it an alias for iso-8859-1.
10308
10309 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10310
10311         * message.el (message-send-news): Don't modify the value of
10312         `message-syntax-checks' if it is not a list (possibly it is
10313         `dont-check-for-anything-just-trust-me').
10314
10315 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10316
10317         * gnus-group.el (gnus-group-name-charset-group-alist): Use
10318         `find-coding-system' for XEmacs to check whether the coding-system
10319         `utf-8' is available.
10320
10321 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10322
10323         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
10324
10325 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10326
10327         * message.el (message-send-news): Oops, missed case with no
10328         "Followup-To" header...
10329
10330 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10331
10332         * message.el (message-send-news): Allow
10333         `gnus-group-name-charset-group-alist' to affect encoding of the
10334         "Newsgroups" and "Followup-To" headers.
10335
10336 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10337
10338         * Makefile.in (install-el): Depend on gnus-load.el.
10339
10340 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10341
10342         * Makefile.in (install-el): Use -f.
10343         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
10344
10345 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
10346
10347         * message.el (message-send-news): Don't encode Followups-To when
10348         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
10349
10350         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
10351         header.
10352
10353         * gnus-art.el (article-decode-group-name): Also decode
10354         "Followup-To".
10355
10356         * rfc2047.el (rfc2047-encode-message-header): Encode without
10357         asking for null methods.
10358
10359         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
10360         default charset for newsgroup names in accordance with USEFOR.
10361
10362         * gnus-group.el (gnus-group-name-charset-method-alist,
10363         gnus-group-name-charset-group-alist): Removed "*" from doc
10364         strings, "*" should not be used for complex variables.
10365
10366 2001-10-06  Simon Josefsson  <jas@extundo.com>
10367
10368         Support UTF-8 group names better.
10369
10370         * message.el (message-check-news-header-syntax): Encode group
10371         names before comparison.
10372
10373         * gnus-msg.el (gnus-copy-article-buffer): Run all
10374         `gnus-article-decode-hook's except `article-decode-charset'
10375         instead of hardcoding call to one of them.
10376
10377         * gnus-art.el (gnus-article-decode-hook): Add
10378         `article-decode-group-name'.
10379         (article-decode-group-name): New function, use `g-d-n'.
10380
10381         * gnus-group.el (gnus-group-insert-group-line): Decode
10382         gnus-tmp-group using `g-d-n'.
10383
10384         * gnus-util.el (gnus-decode-newsgroups): New function.
10385
10386 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
10387
10388         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
10389         `gnus-group-name-charset-group-alist'.
10390
10391 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10392
10393         * Makefile.in: Install el in install. Add uninstall.
10394
10395 2001-10-05  Simon Josefsson  <jas@extundo.com>
10396
10397         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
10398
10399         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
10400
10401         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
10402         empty folders.
10403
10404         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
10405         limiting if read-all (C-u RET) was used.
10406
10407 2001-10-04  Simon Josefsson  <jas@extundo.com>
10408
10409         * mail-source.el (mail-source-movemail-program): New variable.
10410         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
10411         <thutt@thutt.vmware.com>.
10412
10413 2001-10-03  Simon Josefsson  <jas@extundo.com>
10414
10415         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
10416         (gnus-summary-line-format-alist): Fix param.
10417
10418 2001-10-02  Simon Josefsson  <jas@extundo.com>
10419
10420         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
10421         don't go through `nnimap-request-expire-articles' to delete the
10422         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
10423
10424 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10425
10426         * gnus-agent.el (gnus-agent-write-active): The min in the
10427         agent/active may be larger than that in the server/active.
10428
10429 2001-10-01  Simon Josefsson  <jas@extundo.com>
10430
10431         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
10432         is IMAP4rev1.
10433
10434         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
10435
10436         * nnfolder.el: Ditto.
10437
10438 2001-09-30  Dan Christensen  <jdc@uwo.ca>
10439
10440         * gnus-sum.el (gnus-summary-extract-address-component): New function.
10441         (gnus-summary-from-or-to-or-newsgroups): Optimize.
10442
10443 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10444
10445         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
10446         (message-mode-menu): Menu item for same.
10447
10448         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
10449         delayed articles.
10450
10451         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
10452         nndraft:delayed does not exist.
10453         (gnus-delay-initialize): Don't set up keymap, that's done from
10454         message.el now.
10455         (gnus-delay, gnus-delay-group, gnus-delay-header)
10456         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
10457
10458 2001-09-29  Simon Josefsson  <jas@extundo.com>
10459
10460         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
10461         utf-8, not eight-bit-control.
10462
10463         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
10464         (imap-log, imap-debug): Custom.
10465         (imap-log-buffer, imap-debug-buffer): New constants.
10466         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
10467         (imap-network-open, imap-shell-open, imap-starttls-open)
10468         (imap-send-command-1, imap-send-command, imap-arrival-filter)
10469         (imap-debug): Use imap-*-buffer.
10470
10471         * nndoc.el (nndoc-article-type): Add mailman.
10472         (nndoc-type-alist): Ditto.
10473         (nndoc-mailman-type-p): New function.
10474
10475 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10476
10477         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
10478         gnus-art.el.
10479
10480 2001-09-27  Simon Josefsson  <jas@extundo.com>
10481
10482         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
10483         (gnus-topic-catchup-articles): New function. Suggested by Robin
10484         S. Socha <robin-dated-1001857693.185e29@socha.net>.
10485
10486 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10487         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
10488
10489         * gnus-ems.el (gnus-article-display-xface): Insert xface after
10490         previous ones.
10491
10492 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10493         From Daiki Ueno  <ueno@unixuser.org>
10494
10495         * gnus-sum.el (gnus-summary-show-article): The arglist of
10496         detect-coding-region is incompatible.
10497
10498 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10499         From Katsuhiro Hermit Endo <hermit@koka-in.org>
10500
10501         * gnus-group.el (gnus-group-delete-group): Typo.
10502
10503 2001-09-26  Simon Josefsson  <jas@extundo.com>
10504
10505         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
10506
10507         * nnimap.el (nnimap-expiry-target): Use temp buffer.
10508
10509 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10510
10511         * gnus-cus.el (gnus-group-parameters): Display as sexp.
10512
10513 2001-09-22  Simon Josefsson  <jas@extundo.com>
10514
10515         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
10516
10517         * nnfolder.el (nnfolder-open-marks): Ditto.
10518
10519         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
10520         (gnus-update-marks): Use it.
10521         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
10522         hardcoded list.
10523
10524         * gnus.el (gnus-article-special-mark-lists): Add killed.
10525         (gnus-article-unpropagated-mark-lists): New constant.
10526
10527 2001-09-22  Simon Josefsson  <jas@extundo.com>
10528
10529         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
10530         custom option.
10531
10532 2001-09-23  Simon Josefsson  <jas@extundo.com>
10533
10534         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
10535
10536 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10537
10538         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
10539
10540 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
10541
10542         * gnus-group.el (gnus-group-sort-function): Fix customize type to
10543         accept lists of functions.
10544
10545 2001-09-20  Simon Josefsson  <jas@extundo.com>
10546
10547         * gnus-group.el (gnus-group-catchup): Update expire marks in
10548         backend.  Also, if ALL also set expire marks on tick/dormant.
10549
10550 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10551
10552         * message.el (message-tab-body-function): New variable.
10553         * message.el (message-tab): Use it.
10554
10555 2001-09-19  Sam Steingold  <sds@gnu.org>
10556
10557         * gnus-win.el (gnus-buffer-configuration): Respect
10558         `gnus-bug-create-help-buffer'.
10559
10560 2001-09-18  Simon Josefsson  <jas@extundo.com>
10561
10562         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
10563         (gnus-parse-simple-format): Re-revert.
10564
10565 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
10566         Trivial patch.
10567
10568         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
10569         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
10570
10571 2001-09-18  Simon Josefsson  <jas@extundo.com>
10572
10573         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
10574         signed.
10575         (gnus-parse-simple-format): Don't use it.
10576
10577 2001-09-17  Miles Bader  <miles@gnu.org>
10578
10579         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
10580         error querying a backend abort the whole process.
10581
10582 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10583
10584         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
10585         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
10586
10587 2001-09-17  Didier Verna  <didier@xemacs.org>
10588
10589         * nndiary.el: version 0.2-b14.
10590         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
10591         compatibility problem with XEmacs 21.1.
10592
10593 2001-09-15  Simon Josefsson  <jas@extundo.com>
10594
10595         * gnus-group.el (gnus-group-line-format): Document %c.
10596
10597         * nnml.el (nnml-parse-head): Handle CRLF files.
10598         (nnml-generate-nov-file): Ditto.
10599         (nnml-retrieve-headers): Ditto.
10600
10601 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
10602
10603         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
10604
10605 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
10606
10607         * gnus-spec.el (gnus-correct-substring): Still stopped one
10608         character before we wanted (never included last character).
10609         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
10610         add missing "," (once per function)
10611
10612 2001-09-14  Simon Josefsson  <jas@extundo.com>
10613
10614         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
10615         (otherwise e.g. gnus-agentize in .gnus overrides the customized
10616         default before gnus-group is loaded and the variable set.)
10617
10618         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
10619         killed or unsent marks.
10620
10621         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
10622         isn't an article to set it on (e.g. when you `a' in a group).
10623
10624 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10625
10626         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
10627         can read e-mails from Microsoft Outlook users not using ISO
10628         8859-2 character set.
10629
10630 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10631
10632         * gnus-diary.el: Minor modifications to avoid warnings.
10633         (gnus-summary-misc-menu): defvar.
10634         (gnus-diary-check-message): Use gnus-point-at-eol.
10635         (gnus-diary-kill-entire-line): eval-and-compile.
10636
10637 2001-09-12  Didier Verna  <didier@xemacs.org>
10638
10639         * nndiary.el: new version (0.2-b13).
10640         * nndiary.el (nndiary-mail-sources): doc update.
10641         * nndiary.el (nndiary-split-methods): ditto.
10642         * nndiary.el (nndiary-request-accept-article-hooks): New.
10643         * nndiary.el (nndiary-request-accept-article): use it, check
10644         message validity.
10645         * nndiary.el (nndiary-get-new-mail): changed default to nil.
10646         * nndiary.el (nndiary-schedule): fix bug (misplaced
10647         condition-case): it didn't return nil on error.
10648         * gnus-diary.el: new version.
10649         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
10650         * gnus-diary.el (gnus-diary-header-value-history): New.
10651         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
10652         * gnus-diary.el (gnus-diary-add-header): New.
10653         * gnus-diary.el (gnus-diary-check-message): New.
10654         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
10655         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
10656
10657 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10658
10659         * gnus-sum.el (gnus-select-newsgroup): Make
10660         `gnus-current-select-method' buffer-local.
10661
10662         * gnus-art.el (gnus-request-article-this-buffer): Refer
10663         `gnus-current-select-method' in the current summary buffer.
10664
10665 2001-09-10  Simon Josefsson  <jas@extundo.com>
10666         From Daniel Pittman <daniel@rimspace.net>
10667
10668         * gnus-spec.el (gnus-correct-pad-form): Fix.
10669
10670 2001-09-09  Simon Josefsson  <jas@extundo.com>
10671
10672         * mm-decode.el (mm-inline-media-tests): Add
10673         application/x-emacs-lisp.
10674         (mm-attachment-override-types): Add
10675         application/{x-,}pkcs7-signature.
10676
10677         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
10678         (gnus-server-line-format, gnus-server-mode-line-format)
10679         (gnus-server-browse-in-group-buffer): Customize.
10680
10681 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10682
10683         * nnml.el (nnml-marks-changed-p): Typo.
10684         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
10685         (nnml-marks-changed-p): Use gnus-gethash.
10686         (nnml-marks-modtime): Use gnus-make-hashtable.
10687
10688         * nnfolder.el (nnfolder-marks-changed-p): Typo.
10689         (nnfolder-request-expire-articles, nnfolder-save-marks)
10690         (nnfolder-open-marks): Typo.
10691         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
10692         (nnfolder-marks-changed-p): Use gnus-gethash.
10693         (nnfolder-marks-modtime): Use gnus-make-hashtable.
10694
10695 2001-09-08  Simon Josefsson  <jas@extundo.com>
10696
10697         * nnfolder.el (nnfolder-marks-modtime): New variable.
10698         (nnfolder-marks-changed-p): New function.
10699         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
10700         (nnfolder-request-update-info): Don't update if marks didn't change.
10701
10702         * nnml.el (nnml-marks-modtime): New variable.
10703         (nnml-marks-changed-p): New function.
10704         (nnml-save-marks, nnml-open-marks): Save modtime.
10705         (nnml-request-update-info): Don't update if marks didn't change.
10706
10707         * gnus-agent.el (gnus-agent-any-covered-gcc)
10708         (gnus-agent-add-server, gnus-agent-remove-server): Use
10709         gnus-agent-method-p.
10710
10711         * gnus-art.el (gnus-buttonized-mime-types): New variable.
10712         (gnus-unbuttonized-mime-type-p): Use it.
10713
10714         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
10715         fetch group.
10716
10717 2001-09-08  Simon Josefsson  <jas@extundo.com>
10718         From Daniel Pittman <daniel@rimspace.net>
10719
10720         * gnus-spec.el (gnus-correct-pad-form): New function.
10721         (gnus-parse-simple-format): Use it.
10722
10723 2001-09-07  Simon Josefsson  <jas@extundo.com>
10724
10725         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
10726         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
10727         Putnam <reader@newsguy.com>.
10728         (gnus-group-sort-selected-groups): Touch dribble file.
10729
10730 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
10731
10732         * nnml.el (nnml-filenames-are-evil): New variable.
10733         (nnml-article-to-file-alist): Rename to ...
10734         (nnml-current-group-article-to-file-alist): ... this.
10735         Respect `nnml-filenames-are-evil'.
10736         (nnml-active-number): Update.
10737         (nnml-update-file-alist): Update.
10738         (nnml-request-article): Use nnheader-article-to-file-alist.
10739         (nnml-request-rename-group): Likewise.
10740
10741 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10742
10743         * gnus-sum.el (gnus-summary-insert-line): Fix.
10744
10745 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
10746
10747         * gnus-sum.el: Bind g-s-t-s to "W g".
10748         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
10749         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
10750         display of graphical smilies.
10751
10752 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10753
10754         * gnus-start.el (gnus-setup-news): A typo.
10755         From Bill White <billw@wolfram.com>.
10756
10757 2001-09-06  Simon Josefsson  <jas@extundo.com>
10758
10759         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
10760         and unseen marks.
10761
10762 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10763
10764         * nnmail.el (nnmail-split-fancy): Document `junk'.
10765
10766 2001-09-04  Simon Josefsson  <jas@extundo.com>
10767
10768         * imap.el (imap-search): Don't error if server is broken.
10769
10770 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
10771
10772         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
10773         searching for an article that isn't in the mbox.
10774
10775 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10776
10777         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
10778         right, and get all the comments.
10779
10780 2001-09-02  Simon Josefsson  <jas@extundo.com>
10781         Suggested by Dan Christensen <jdc+news@uwo.ca>
10782
10783         * nnfolder.el (nnfolder-request-update-info): Fix message.
10784
10785         * nnml.el (nnml-request-update-info): Ditto.
10786
10787 2001-09-01  Simon Josefsson  <jas@extundo.com>
10788
10789         * nnml.el (nnml-request-expire-articles): Also bind
10790         `nnml-current-group' and `nnml-article-file-alist' when using
10791         expiry-target. (Otherwise nnml will be in a inconsistent internal
10792         state causing all kind of problems.)
10793         (nnml-request-expire-articles): If `nnml-article-to-file' or
10794         `file-attributes' failes, return article as un-expirable instead
10795         of treating it as expired.
10796
10797 2001-08-31  Sam Steingold  <sds@gnu.org>
10798
10799         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
10800         typo: `exmine' --> `examine'.
10801
10802 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10803
10804         * nndoc.el (nndoc-forward-type-p): It is not a digest.
10805
10806 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10807
10808         * nnml.el (nnml-check-directory-twice): Remove.
10809         (nnml-retrieve-headers): Ditto.
10810         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
10811
10812 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10813
10814         * nnheader.el (nnheader-directory-files-is-safe): No need to read
10815         directory twice on Windows, or on GNU Emacs-21.
10816
10817 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10818
10819         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
10820         (nnml-request-rename-group): Ditto.
10821         (nnml-active-number): Ditto.
10822         (nnml-request-create-group): Use nnml-directory-articles.
10823         (nnml-request-expire-articles): Use nnml-directory-articles, which
10824         gets list from nov database if available.
10825         (nnml-get-nov-buffer): New function.
10826         (nnml-open-nov): Use it.
10827         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
10828         gets alist from nov database if available.
10829         (nnml-directory-articles): New function.
10830         (nnml-article-to-file-alist): New function.
10831
10832 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10833
10834         * mm-decode.el (mm-display-external): Use `name' as filename, if
10835         `filename' attribute is not present.
10836
10837 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10838
10839         * mail-source.el (mail-source-flash): New defcustom.
10840         (mail-source-new-mail-p): Ring visible bell if appropriate.
10841         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
10842         timer is cleared even if mail check signals an error.
10843
10844 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10845
10846         * gnus-sum.el (gnus-summary-move-article): Only update marks of
10847         type 'list.
10848
10849 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10850
10851         * flow-fill.el (fill-flowed): eol might be point-max.
10852
10853 2001-08-27  Simon Josefsson  <jas@extundo.com>
10854
10855         * nnml.el (nnml-request-update-info): Fix message.
10856         (nnml-open-marks): Ditto.
10857
10858         * nnfolder.el (nnfolder-request-update-info):
10859         (nnfolder-open-marks): Fix message.
10860
10861 2001-08-25  Simon Josefsson  <jas@extundo.com>
10862
10863         * nnfolder.el (nnfolder-save-marks): Don't create directory named
10864         after group in ~/.
10865
10866 2001-08-25  Simon Josefsson  <jas@extundo.com>
10867         From Andreas Jaeger  <aj@suse.de>
10868
10869         * nnfolder.el (nnfolder-open-marks): Fix typo.
10870         * nnml.el (nnml-open-marks): Likewise.
10871
10872 2001-08-25  Simon Josefsson  <jas@extundo.com>
10873
10874         Make nnfolder groups self-contained as far as marks are concerned.
10875
10876         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
10877         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
10878         (nnfolder-open-server): Make marks directory.
10879         (nnfolder-request-delete-group): Delete marks file.
10880         (nnfolder-request-delete-group): Check of nov/marks file exist
10881         before deleting.
10882         (nnfolder-request-rename-group): Rename marks file.
10883         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
10884         (nnfolder-request-set-mark, nnfolder-request-update-info)
10885         (nnfolder-group-marks-pathname, nnfolder-save-marks)
10886         (nnfolder-open-marks): New functions.
10887         (top-level): Require gnus.
10888
10889 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10890
10891         * nnweb.el (nnweb-type-definition): Use google raw file.
10892         (nnweb-google-parse-1): Ditto.
10893         (nnweb-google-identity): Ditto.
10894         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
10895         (nnweb-altavista-wash-article): Ditto.
10896         (nnweb-request-article): Remove nnweb-decode-entities.
10897
10898         * nnml.el: Require 'gnus.
10899
10900 2001-08-25  Simon Josefsson  <jas@extundo.com>
10901
10902         * nnml.el (nnml-marks-is-evil): Add doc.
10903
10904 2001-08-25  Simon Josefsson  <jas@extundo.com>
10905
10906         * nnml.el (nnml-save-marks): Wrap saving marks in a
10907         condition-case, to allow user to start Gnus if saving marks failed
10908         for some reason.
10909
10910 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10911
10912         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
10913
10914         * gnus-group.el (gnus-update-group-mark-positions): Bind
10915         gnus-group-update-hook to nil.
10916
10917 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10918
10919         * mml.el (mml-generate-mime-1): Force as multibyte string.
10920
10921 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10922
10923         * gnus-sum.el (gnus-summary-insert-line)
10924         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
10925         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
10926
10927         * gnus-spec.el (gnus-correct-substring): Take optional END.
10928
10929         * nnrss.el (nnrss-request-article): Remove \n.
10930         (nnrss-retrieve-headers): Lines number is -1.
10931
10932 2001-08-24  Simon Josefsson  <jas@extundo.com>
10933
10934         * gnus-group.el (gnus-info-clear-data): Call
10935         nnfoo-request-set-mark to propagate marks.  Fix bug:
10936         `gnus-group-update-line' doesn't update read range unless we call
10937         `gnus-get-unread-articles-in-group' first.
10938
10939         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
10940         to server.
10941
10942 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10943
10944         * gnus-util.el (gnus-create-info-command): Return an interactive
10945         function.
10946
10947 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10948         From Katsumi Yamaoka <yamaoka@jpl.org>
10949
10950         * gnus-spec.el (gnus-parse-complex-format): Use equal.
10951
10952 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10953
10954         * gnus-sum.el (gnus-select-newsgroup): Use it.
10955
10956         * gnus-util.el (gnus-not-ignore): New function.
10957
10958         * lpath.el (featurep): Don't fbind char-int.
10959
10960         * gnus-util.el (gnus-create-info-command): New function.
10961
10962         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
10963         right node.
10964
10965         * gnus-sum.el (gnus-select-newsgroup): Clean up.
10966         (gnus-summary-limit-children): Use 'identity instead of `all'.
10967         (gnus-summary-limit-to-display-predicate): New command and
10968         keystroke.
10969
10970 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10971
10972         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
10973
10974         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
10975
10976 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10977
10978         * gnus-spec.el: Add the Gnus version.
10979         (gnus-update-format-specifications): If the Gnus version changes,
10980         nix out the format spec cache.
10981
10982         * gnus.el (gnus-continuum-version): Made into a command and
10983         optionalize the VERSION.
10984
10985         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
10986         the start of the lines.
10987
10988 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10989
10990         * gnus.el (gnus-visual-p): Define function before use of
10991         function.
10992
10993 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10994
10995         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
10996         (gnus-article-mark-to-type): New function.
10997         (gnus-update-missing-marks): Only update marks of type 'list.
10998
10999         * gnus.el (gnus-article-special-mark-lists): New variable.
11000
11001 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11002
11003         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
11004         (gnus-select-newsgroup): Still use 'all.
11005         (gnus-summary-initial-limit): Comparing with 'all.
11006
11007 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11008
11009         * gnus-start.el (gnus-activate-group): If dont-check, don't update
11010         active.
11011
11012 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11013
11014         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
11015         nnslashdot-*-retrieve-headers.
11016         (nnslashdot-request-article): Fix for slashcode 2.2.
11017         (nnslashdot-make-tuple): New function.
11018         (nnslashdot-read-groups): Use it.
11019
11020 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11021
11022         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
11023         list.
11024
11025         * gnus-sum.el (gnus-summary-move-article): Don't select article.
11026
11027 2001-08-20  Simon Josefsson  <jas@extundo.com>
11028
11029         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
11030         opened, error instead of continuing (and exploding later).
11031
11032 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11033
11034         * gnus.el (gnus-expand-group-parameters): Return the parameter
11035         list.
11036
11037         * gnus-sum.el (gnus-summary-show-article): Doc fix.
11038         (gnus-summary-show-article): Guess at charset if required.
11039
11040         * gnus-spec.el (gnus-correct-substring): Stopped one character
11041         before we wanted.
11042
11043 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11044
11045         * earcon.el (earcon-auto-play): Remove unused option.
11046
11047 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11048
11049         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
11050         message down in levels, since it happens very fast.
11051
11052         * smiley-ems.el (smiley-update-cache): Respect the symbol version
11053         of smiley-regexp-alist.
11054
11055         * mm-view.el (mm-inline-text): Ignore vcard errors.
11056
11057         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
11058
11059         * gnus-score.el (gnus-all-score-files): Use append instead of
11060         nconc.
11061
11062         * gnus.el (gnus-splash-face): Doc fix.
11063
11064         * mm-decode.el (mm-mailcap-command): Use
11065         mm-path-name-rewrite-functions.
11066         (mm-path-name-rewrite-functions): New variable.
11067
11068         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
11069         (gnus-complex-form-to-spec): Insert tab.
11070         (gnus-spec-tab): New function.
11071
11072         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
11073         entering the group.
11074
11075         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
11076         the positional spec.
11077         (gnus-parse-complex-format): React to %C.
11078
11079         * gnus-ems.el (gnus-char-width): Moved here.
11080
11081         * gnus-sum.el (gnus-select-newsgroup): Set
11082         gnus-newsgroup-articles.
11083         (gnus-unseen-mark): New variable.
11084         (gnus-newsgroup-unseen): Ditto.
11085         (gnus-newsgroup-seen): Ditto.
11086         (gnus-adjust-marked-articles): Use them.
11087         (gnus-update-marks): Use them.
11088         (gnus-summary-update-secondary-mark): Display.
11089         (gnus-summary-prepare-threads): Display.
11090
11091         * gnus-msg.el (gnus-inews-group-method): Use and return the
11092         method, not the server.
11093
11094 2001-08-19  Simon Josefsson  <jas@extundo.com>
11095
11096         * gnus-srvr.el (gnus-server-agent-face): New.
11097         (gnus-server-agent-face): New.
11098         (gnus-server-mode): Turn on font-lock-mode.
11099
11100         * gnus.el (gnus-server-visual): Add defgroup.
11101
11102 2001-08-19  Simon Josefsson  <jas@extundo.com>
11103         From Joe Casadonte <jcasadonte@northbound-train.com>
11104
11105         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
11106         gnus-server-denied-face): New.
11107         (gnus-server-opened-face, gnus-server-closed-face,
11108         gnus-server-denied-face): New.
11109         (gnus-server-font-lock-keywords): Add.
11110
11111 2001-08-19  Simon Josefsson  <jas@extundo.com>
11112
11113         * nnml.el (nnml-request-set-mark): Return nil.
11114         (nnml-save-marks): Use nnml-possibly-create-directory.
11115         (nnml-open-marks): Only work in temp buffer when inserting/reading
11116         .marks file.
11117
11118 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11119
11120         * gnus.el (gnus-expand-group-parameters): Fix.
11121
11122         * gnus-spec.el (gnus-char-width): New function.
11123         (gnus-correct-substring, gnus-correct-length): Use it.
11124
11125         * message.el (message-required-mail-headers): Fix doc.
11126
11127 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11128
11129         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
11130
11131         * mm-decode.el (mm-save-part-to-file): Insert the handle.
11132
11133 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11134
11135         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
11136         slashdot 2.2 (not fully fixed yet).
11137         (nnslashdot-request-article): Ditto.
11138
11139 2001-08-18  Simon Josefsson  <jas@extundo.com>
11140
11141         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
11142         nnimap.
11143
11144         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
11145         gnus-util.
11146         (nnimap-request-update-info-internal): Use new functions.
11147
11148         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
11149         new functions.
11150
11151 2001-08-18  Simon Josefsson  <jas@extundo.com>
11152
11153         Make nnml groups self-contained as far as marks are concerned.
11154
11155         * nnml.el (nnml-request-delete-group): Delete marks file.
11156         (nnml-request-rename-group): Move marks file.
11157         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
11158         variables.
11159         (nnml-request-set-mark, nnml-request-update-info): New server
11160         functions.
11161         (nnml-save-marks, nnml-open-marks): New functions.
11162
11163 2001-08-18  Simon Josefsson  <jas@extundo.com>
11164
11165         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
11166         `set' when setting marks.
11167
11168 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11169
11170         * gnus.el (gnus-info-find-node): Take an argument.
11171
11172         * gnus-art.el (gnus-button-handle-info): New function.
11173         (gnus-url-unhex-string): Replace "+" with " ".
11174
11175 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11176
11177         * message.el (message-check-news-header-syntax): Check bad From.
11178
11179 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11180
11181         * gnus-spec.el (gnus-correct-length): New function.
11182         (gnus-correct-substring): New function.
11183         (gnus-tilde-max-form): Use it.
11184
11185 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
11186
11187         * nnmh.el: Docstring changes as below.
11188
11189         * nnml.el: Docstring changes as below.
11190
11191         * nnbabyl.el: Docstring changes as below.
11192
11193         * nnmbox.el: Docstring changes as below.
11194
11195         * nnfolder.el: Added docstrings identifying each virtual server
11196         parameter.
11197
11198 2001-08-18  Simon Josefsson  <jas@extundo.com>
11199
11200         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
11201
11202 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
11203
11204         * message.el: rename "Abort Message" to "Postpone Message".
11205         Remove "Attach file as MIME" from Message menu, it's already in
11206         the MIME menu.
11207
11208 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11209
11210         * smime.el (smime-point-at-eol): eval-and-compile.
11211         (smime-make-temp-file): New function.
11212         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
11213         Use it.
11214
11215 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11216
11217         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
11218         (gnus-agent-summary-fetch-group): New command and keystroke.
11219
11220         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
11221         (gnus-mime-display-security): Make it respect
11222         gnus-unbuttonized-mime-type-p.
11223
11224         * gnus-sum.el (gnus-articles-to-read): Comments.
11225         (gnus-article-marked-p): New function.
11226         (gnus-summary-display-make-predicate): New function.
11227         (gnus-select-newsgroup): Use them.
11228
11229         * mm-decode.el (mm-save-part-to-file): Made it not error.
11230
11231 2001-08-17  Simon Josefsson  <jas@extundo.com>
11232
11233         * imap.el (imap-wait-for-tag): If process-status isn't open or
11234         run, return nil instead of sit-for looping.
11235
11236 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11237
11238         * lpath.el (featurep): fbind xml-parse-region.
11239
11240         * gnus.el (gnus-message-archive-method): Default to "archive".
11241         (gnus-message-archive-method): Doc fix.
11242         (gnus-parameters-get-parameter): Cleaned up.
11243         (gnus-expand-group-parameter): New function.
11244
11245         * gnus-start.el (gnus-setup-news): Push the archive server only
11246         the server list.
11247
11248         * mml.el (mml-menu): Changed name to "Attachments".
11249
11250         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
11251         when there is something to detroy.
11252
11253 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11254
11255         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
11256         nil.
11257
11258 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11259
11260         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
11261         which specifies a time today or tomorrow.
11262
11263 2001-08-15  Simon Josefsson  <jas@extundo.com>
11264         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
11265
11266         * gnus-agent.el (gnus-agent-make-mode-line-string)
11267         (gnus-agent-toggle-plugged): Use new API.
11268
11269 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11270
11271         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
11272         deadline has expired.
11273
11274 2001-08-12  Simon Josefsson  <jas@extundo.com>
11275         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
11276
11277         Support `recent' mark indicating newly arrived messages (to
11278         separate from old but unread messages).
11279
11280         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
11281         `nnmail-split-history' if recent is > 0.
11282         (nnimap-request-update-info-internal): Update `recent' marks.
11283         (nnimap-request-set-mark): Never set `recent' marks.
11284         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
11285         recent.
11286
11287         * gnus-sum.el (gnus-recent-mark): New mark.
11288         (gnus-newsgroup-recent): New variable.
11289         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
11290         (gnus-summary-prepare-threads): Mark recent articles.
11291         (gnus-summary-add-mark): Support recent.
11292         (gnus-summary-update-secondary-mark): Support recent.
11293
11294         * gnus.el (gnus-article-mark-lists): Add recent.
11295
11296 2001-08-12  Simon Josefsson  <jas@extundo.com>
11297
11298         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
11299         whether successful decoding took place.  Add doc.
11300
11301 2001-08-12  Simon Josefsson  <jas@extundo.com>
11302         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
11303
11304         * gnus.el (gnus-summary-line-format, gnus-parameters):
11305         * gnus-gl.el (gnus-summary-grouplens-line-format):
11306         * gnus-salt.el (gnus-summary-pick-line-format):
11307         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
11308
11309 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
11310         Committed by Kai Gro\e,b_\e(Bjohann.
11311
11312         * gnus-score.el (gnus-score-string): Fix `match' regexp
11313         for `extra' header case.
11314
11315 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11316
11317         * nnmbox.el (nnmbox-read-mbox): No warning.
11318
11319 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11320
11321         * nndoc.el (nndoc-article-type): Fix doc.
11322         (nndoc-generate-article-function): New variable.
11323         (nndoc-dissection-function): New variable.
11324         (nndoc-type-alist): Add oe-dbx.
11325         (nndoc-oe-dbx-type-p): New function.
11326         (nndoc-oe-dbx-dissection): New function.
11327         (nndoc-oe-dbx-generate-article): New function.
11328
11329 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11330
11331         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
11332         whether deadline has been reached.  Patch from Dan Nicolaescu
11333         <dann@godzilla.ics.uci.edu>.
11334
11335 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11336
11337         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
11338         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
11339         <rintaman@cs.Helsinki.FI>.
11340
11341         * mail-source.el (mail-source-movemail): The error buffer is
11342         modified, but nothing in it.
11343
11344 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11345
11346         * message.el (message-bogus-system-names): New variable.
11347         (message-make-fqdn): Use it.
11348
11349 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11350
11351         * nndraft.el (nndraft-request-group): Use
11352         nndraft-auto-save-file-name.
11353
11354 2001-08-09  Simon Josefsson  <jas@extundo.com>
11355
11356         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
11357         Don't ask whether to decrypt.  Just leave result in buffer (don't
11358         call mm).
11359
11360         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
11361         parts as well.
11362         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
11363         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
11364
11365 2001-08-09  Simon Josefsson  <jas@extundo.com>
11366
11367         * mm-decode.el (mm-insert-part): Return decoding success status.
11368         (mm-save-part-to-file): Error if decoding failed.
11369
11370 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11371
11372         * message.el (message-tab): Use indent-relative.
11373         (message-mode): Don't bind indent-line-function to indent-relative.
11374
11375 2001-08-09  Simon Josefsson  <jas@extundo.com>
11376
11377         * message.el (message-get-reply-headers): Fix string. Suggested by
11378         Christoph Conrad <cc@cli.de>.
11379
11380 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11381
11382         * message.el (message-tab): Use the current value of
11383         indent-line-function.
11384         (message-mode): Bind indent-line-function to indent-relative.
11385
11386 2001-08-08  Simon Josefsson  <jas@extundo.com>
11387
11388         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
11389         whether `imtest' is installed.
11390
11391 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11392         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11393
11394         * gnus-sum.el (gnus-summary-show-article): Call
11395         gnus-summary-update-secondary-secondary-mark.
11396         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
11397         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
11398
11399 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11400
11401         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
11402
11403         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
11404
11405         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
11406         <gerd@gnu.org>.
11407
11408         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
11409
11410         * gnus-util.el (gnus-output-to-rmail): Ditto.
11411         (gnus-output-to-mail): Ditto.
11412
11413         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
11414
11415 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
11416
11417         * message.el (message-indent-citation): Use
11418         `message-yank-cited-prefix' for empty lines.
11419
11420 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
11421
11422         * message.el (message-indent-citation): Quote only lines starting
11423         with ">" using `message-yank-cited-prefix'.
11424
11425 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11426         Trivial patch.
11427
11428         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
11429         gnus-cache-fully-p.
11430
11431 2001-08-04  Simon Josefsson  <jas@extundo.com>
11432
11433         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
11434         file if it doesn't exist (by calling gnus-cache-read-active).
11435
11436 2001-08-04  Simon Josefsson  <jas@extundo.com>
11437
11438         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
11439         (gnus-cache-passively-or-fully-p): Removed.
11440         (gnus-cache-fully-p): Fix it.
11441
11442         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
11443
11444 2001-08-04  Simon Josefsson  <jas@extundo.com>
11445
11446         * gnus-cache.el (gnus-cache-fully-p)
11447         (gnus-cache-passively-or-fully-p): New functions.
11448         (gnus-cache-possibly-enter-article): Cosmetic change, use
11449         `g-c-p-o-f-p'.
11450         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
11451         was bogus (`g-c-p-a-a' does not change active info, just change
11452         the functions parameters).
11453         (gnus-cache-possibly-remove-articles-1): Make sure articles are
11454         not removed in groups that match `gnus-uncacheable-groups'.
11455
11456         Reported and modifications based on discussions with Nuutti
11457         Kotivuori <nuutti.kotivuori@smarttrust.com>.
11458
11459 2001-08-04  Simon Josefsson  <jas@extundo.com>
11460         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11461
11462         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
11463         calls `gnus-cache-update-active' if bounds has been extended.
11464
11465 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11466
11467         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
11468         before remove.
11469         (gnus-mime-security-show-details): Ditto.
11470
11471 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11472
11473         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
11474         syntax.  Protect string-match against nil string and regexp.
11475
11476 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11477
11478         * mm-util.el (mm-find-charset-region): Remove control-1.
11479
11480 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11481
11482         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
11483
11484 2001-08-04  Simon Josefsson  <jas@extundo.com>
11485
11486         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
11487         buffer.  Delete MIME-Version header.
11488
11489 2001-08-03  Simon Josefsson  <jas@extundo.com>
11490
11491         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
11492         that is entered does not necessarily have the highest article
11493         number in the group, so use `gnus-cache-possibly-alter-active'
11494         instead of `gnus-cache-update-active'.
11495
11496 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11497
11498         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
11499
11500 2001-08-03  Simon Josefsson  <jas@extundo.com>
11501
11502         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
11503         menu.
11504
11505 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11506
11507         * gnus.el (post-method): New group parameter.  It also provides
11508         the user option `gnus-post-method-alist' and the internal function
11509         `gnus-parameter-post-method'.
11510
11511         * gnus-msg.el (gnus-post-method): Bind the value of
11512         `gnus-post-method' to the group parameter if it is defined.
11513
11514 2001-08-02  Simon Josefsson  <jas@extundo.com>
11515
11516         * smime.el (smime-extra-arguments): Removed.
11517         (smime-call-openssl-region): Don't use it.
11518
11519 2001-08-02  Simon Josefsson  <jas@extundo.com>
11520
11521         * smime.el (smime-sign-region): Handle stderr.
11522         (smime-encrypt-region): Ditto.
11523
11524         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
11525         match the ASN.1 length bytes.
11526         (mm-pkcs7-enveloped-magic): Ditto.
11527         (mm-view-pkcs7-get-type): Don't regexp quote.
11528
11529 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11530         From Andreas Fuchs <asf@void.at>
11531
11532         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
11533
11534 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11535
11536         * gnus-art.el (gnus-header-button-alist): References regexp.
11537
11538 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
11539
11540         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
11541         already fboundp.  Add INTERACTIVE arg to autoload form.
11542
11543 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11544
11545         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
11546
11547         * nnmail.el (nnmail-cache-open): Ditto.
11548
11549 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11550
11551         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
11552
11553 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11554
11555         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
11556
11557 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11558         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11559
11560         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
11561         (gnus-agent-toggle-plugged): Use it.
11562
11563 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
11564
11565         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
11566         (gnus-ding-file-coding-system): New variable.
11567         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
11568         (gnus-slave-save-newsrc): Use it.
11569
11570 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11571
11572         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
11573         syntax.
11574
11575 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11576         Originally from Andreas Fuchs <asf@void.at>
11577
11578         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
11579         (mml2015-gpg-pretty-print-fpr): New function.
11580         (mml2015-gpg-extract-signature-details): More details, rename from
11581         `m-g-e-from'.
11582         (mml2015-gpg-verify): Use them.
11583         (mml2015-gpg-clear-verify): Use them.
11584
11585 2001-07-31  Simon Josefsson  <jas@extundo.com>
11586
11587         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
11588         buffer when done.
11589
11590 2001-07-30  Simon Josefsson  <jas@extundo.com>
11591
11592         * smime.el (smime-call-openssl-region): Revert previous change,
11593         just pass on buf to `call-process-region'.
11594         (smime-verify-region): Doc fix.  Don't message stuff.  Use
11595         `smime-new-details-buffer'.  Inserts error messages into buffer.
11596         (smime-noverify-region): Ditto.
11597         (smime-decrypt-region): Ditto.  Handles stderr separately.
11598         (smime-verify-buffer, smime-noverify-buffer)
11599         (smime-decrypt-buffer): Doc fix.
11600         (smime-new-details-buffer): New function.
11601         (smime-pkcs7-region, smime-pkcs7-certificates-region)
11602         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
11603         (smime-sign-region, smime-encrypt-region): Don't use
11604         `insert-buffer'.
11605
11606         * mml-smime.el (mml-smime-verify): Fix security button strings.
11607
11608 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11609
11610         * gnus-art.el (gnus-mime-save-part-and-strip): Save
11611         gnus-article-mime-handles.
11612
11613 2001-07-29  Simon Josefsson  <jas@extundo.com>
11614
11615         * mail-source.el (top-level): Require message for message-directory.
11616         (mail-source-directory): Change default to message-directory.
11617
11618         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
11619         (smime-certificate-directory, smime-openssl-program)
11620         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
11621         (smime-extra-arguments): New variable.
11622         (smime-dns-server): Fix customize group.
11623         (smime-call-openssl-region): Use `smime-extra-arguments'.
11624
11625 2001-07-29  Simon Josefsson  <jas@extundo.com>
11626         From Vladimir Volovich <vvv@vsu.ru>
11627
11628         * smime.el (smime-call-openssl-region): Ignore stderr.
11629
11630 2001-07-29  Simon Josefsson  <jas@extundo.com>
11631         From Christoph Conrad <christoph.conrad@gmx.de>
11632
11633         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
11634         file.
11635
11636 2001-07-29  Simon Josefsson  <jas@extundo.com>
11637
11638         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
11639
11640         Support S/MIME decryption.
11641
11642         * mm-decode.el (mm-inline-media-tests):
11643         (mm-inlined-types):
11644         (mm-automatic-display):
11645         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
11646
11647         * mm-view.el (mm-pkcs7-signed-magic):
11648         (mm-pkcs7-enveloped-magic): New variables.
11649         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
11650         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
11651         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
11652         PKCS#7 blobs.
11653
11654         * smime.el (smime-decrypt-region): Expand keyfile.
11655
11656 2001-07-29  Simon Josefsson  <jas@extundo.com>
11657
11658         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
11659         `ssl.el' variables.
11660
11661         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
11662         but line instead of narrowing to it, because `nnmail-parse-active'
11663         calls widen.  Thanks to Christoph Conrad
11664         <christoph.conrad@gmx.de>.
11665
11666 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11667
11668         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
11669         for %B spec.
11670
11671         * gnus-sum.el (gnus-summary-prepare-threads): If
11672         gnus-sum-thread-tree-root is nil, use subject instead.
11673         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
11674         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
11675         (gnus-sum-thread-tree-leaf-with-other)
11676         (gnus-sum-thread-tree-single-leaf): Documentation.
11677         (gnus-sum-thread-tree-single-indent): Allow nil.
11678
11679 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11680
11681         * message.el (message-fill-paragraph): Do nothing if the user
11682         wants filladapt-mode.
11683
11684 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11685
11686         * mm-decode.el (mm-image-type-from-buffer): New function.
11687         (mm-get-image): Use it.
11688
11689 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11690
11691         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
11692
11693         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
11694         mm-display-parts too.
11695
11696 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11697
11698         * nnfolder.el (nnfolder-request-accept-article): Bind
11699         nntp-server-buffer.
11700
11701         * nnmail.el (nnmail-parse-active): Read from buffer instead of
11702         nntp-server-buffer.
11703
11704 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11705
11706         * message.el (message-check-news-header-syntax): Use
11707         message-post-method.
11708         (message-send-news): Bind message-post-method.
11709
11710 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11711
11712         * mml.el (mml-tweak-type-alist): New variable.
11713         (mml-tweak-function-alist): New variable.
11714         (mml-tweak-part): New function.
11715         (mml-generate-mime-1): Use it.
11716
11717 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11718
11719         * nnfolder.el (nnfolder-request-accept-article): Replace
11720         nnfolder-request-list.
11721
11722 2001-07-27  Simon Josefsson  <jas@extundo.com>
11723
11724         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
11725         nnoo-change-server failed to do it.
11726
11727 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11728
11729         * gnus.el (gnus-parameters): Make it customizable.
11730
11731 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11732
11733         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
11734
11735         * message.el (message-set-auto-save-file-name): More
11736         poor-system-types.
11737
11738         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
11739
11740         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
11741         supports +.
11742
11743 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11744
11745         * mm-decode.el (mm-readable-p): New function.
11746         (mm-inline-media-tests): Fix the default testers.
11747
11748 2001-07-26  Simon Josefsson  <jas@extundo.com>
11749
11750         * nnimap.el (nnimap-version): Bump version number.
11751
11752 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11753         From Steven E. Harris <seh@speakeasy.org>
11754
11755         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
11756         in M$Windows too.
11757
11758 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11759
11760         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
11761
11762 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11763
11764         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
11765
11766         * mm-decode.el (mm-get-image): Guess then use the type.
11767
11768         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
11769
11770 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
11771
11772         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
11773         display (%B) for threads if threading is off.
11774
11775 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11776         From Henrik Enberg <henrik@enberg.org>
11777
11778         * gnus-msg.el: Customization patch.
11779
11780 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
11781
11782         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
11783         variable.
11784         (nnmail-split-fancy-with-parent): Ignore certain groups.
11785
11786 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11787
11788         * gnus-util.el (gnus-byte-compile): New function.
11789         (gnus-use-byte-compile): New variable.
11790         (gnus-make-sort-function): Use it.
11791
11792         * nnmail.el (nnmail-get-new-mail): Use it.
11793
11794         * gnus-agent.el (gnus-category-make-function): Simple function or
11795         compiled function.
11796         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
11797
11798         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
11799         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
11800         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
11801
11802         * message.el (message-check-news-header-syntax): Remove quote.
11803
11804 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11805
11806         * message.el (message-use-mail-followup-to): `t' is not a
11807         documented value.
11808
11809 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11810
11811         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
11812
11813 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11814
11815         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
11816         there are long lines.
11817
11818 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11819
11820         * dgnushack.el (copy-list): New compiler macro.
11821
11822 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11823
11824         * message.el (message-bounce): If no Return-Path, the whole
11825         content is considered as the original message.
11826
11827         * nnml.el (nnml-check-directory-twice): New variable.
11828         (nnml-article-to-file): Use it.
11829         (nnml-retrieve-headers): Hack it.
11830
11831 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11832
11833         * gnus-win.el (gnus-buffer-configuration): New configure.
11834
11835         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
11836         not alive.
11837
11838         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
11839         (mm-display-external): Use display-term configure.
11840
11841 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11842
11843         * gnus-delay.el (gnus-delay-default-hour): New variable.
11844         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
11845
11846 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11847         From Karl Kleinpaste <karl@charcoal.com>
11848
11849         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
11850         (gnus-summary-prepare-threads): Ditto.
11851
11852         * gnus.el (gnus-summary-line-format): Add %B.
11853
11854 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11855
11856         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
11857
11858         * mm-util.el (mm-string-as-multibyte): New function.
11859
11860         * nnmh.el (nnmh-request-list-1): Encode, not decode!
11861
11862 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11863
11864         * mm-util.el (mm-universal-coding-system): New variable.
11865
11866         * gnus-start.el (gnus-startup-file-coding-system): Use it.
11867
11868         * score-mode.el (score-mode-coding-system): Use it.
11869
11870 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11871
11872         * gnus-start.el (gnus-setup-news): Call
11873         `gnus-check-bogus-newsgroups' just after the native server is
11874         opened.
11875
11876 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11877
11878         * nnmail.el (nnmail-do-request-post): Util function to be used by
11879         `nnchoke-request-post' for all nnmail-derived backends.
11880
11881         * nnml.el (nnml-request-post): Use it.
11882
11883         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
11884         backend, for it groks nnml-request-post.
11885
11886         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
11887         Treat `mail-post' backends like `mail' backends, not like `news'
11888         backends.
11889
11890 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11891
11892         * gnus-msg.el (gnus-setup-message): make-local-hook.
11893
11894 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11895
11896         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
11897         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
11898         <karl@charcoal.com>, slightly changed by Kai.
11899
11900         * message.el (message-check-news-header-syntax): When checking
11901         whether the groups exist, check the right server based on
11902         `gnus-post-method'.
11903
11904 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11905
11906         * gnus-delay.el: New file.
11907
11908 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11909
11910         * mm-util.el (mm-read-coding-system): Take two arguments.
11911
11912         * gnus-sum.el (gnus-summary-show-article): Use
11913         mm-read-coding-system.
11914
11915         * gnus-art.el (article-de-quoted-unreadable):
11916         (article-de-base64-unreadable, article-wash-html):
11917         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
11918
11919 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11920
11921         * nnml.el (nnml-request-post): New function.  Can be used for
11922         annotations in nnml groups.
11923
11924 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11925
11926         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
11927         command.
11928
11929         * gnus-start.el (gnus-find-new-newsgroups): Use
11930         `message-make-date' instead of `current-time-string'.
11931         (gnus-ask-server-for-new-groups): Ditto.
11932         (gnus-check-first-time-used): Ditto.
11933
11934 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11935
11936         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
11937
11938 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
11939
11940         * message.el (message-shorten-references): Change `maxcount' and
11941         `cut' to obey USEFOR draft 5.
11942
11943 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
11944
11945         * gnus-sum.el (gnus-summary-display-arrow): New variable.
11946         (gnus-summary-set-article-display-arrow): New function.
11947         (gnus-summary-goto-subject): Use it.
11948
11949 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11950
11951         * gnus-sum.el (gnus-summary-import-article): Insert date if
11952         doesn't exist.
11953
11954 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11955
11956         * mml.el (mml-content-type-parameters): New variable.
11957         (mml-content-disposition-parameters): New variable.
11958         (mml-insert-mime-headers): Use them.
11959         (mml-parse-1): Accept charset.
11960
11961 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11962
11963         * gnus-group.el (gnus-group-select-group): Doc fix.
11964
11965         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
11966
11967 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11968
11969         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
11970         to handle `define-derived-mode'.
11971
11972 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11973         From:  Stefan Monnier  <monnier@cs.yale.edu>
11974
11975         * message.el (message-mode): Use define-derived-mode.
11976         (message-tab): message-completion-alist.
11977
11978         * imap.el (imap-interactive-login): Use make-local-variable.
11979         (imap-open): Ditto.
11980         (imap-authenticate): Ditto.
11981
11982         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
11983
11984         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
11985
11986 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11987
11988         * message.el (message-citation-line-function): Refer to
11989         gnus-cite-attribution-suffix.
11990
11991 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11992
11993         * gnus-art.el,...: Error convention changes.
11994
11995 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11996
11997         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
11998
11999 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12000
12001         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
12002         (nnrss-read-server-data): Ditto.
12003
12004 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12005
12006         * gnus-setup.el (gnus-use-installed-gnus): Typo.
12007         * Cleanup files.
12008         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
12009
12010 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12011
12012         * gnus.el (gnus-summary-line-format): Add %o.
12013
12014         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
12015         unless shell outputs something.
12016
12017 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12018
12019         * gnus-art.el (gnus-boring-article-headers): Better doc.
12020         (article-hide-headers): Better regexp.
12021         Suggested by Matt Swift <swift@alum.mit.edu>.
12022
12023         * nnheader.el (nnheader-max-head-length): Better doc.
12024         (nnheader-header-value): Skip spaces.
12025         (nnheader-parse-head): Remove space.
12026         Suggested by Matt Swift <swift@alum.mit.edu>.
12027
12028         * gnus-sum.el (gnus-summary-show-raw-article): New function.
12029         (gnus-get-newsgroup-headers): Remove space.
12030
12031 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12032
12033         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
12034         (gnus-summary-reply): Use it.
12035         (gnus-summary-reply-broken-reply-to): New function.
12036         (gnus-msg-force-broken-reply-to): New function.
12037
12038         * mm-view.el (mm-inline-text): Showing as text/plain when error.
12039
12040 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12041
12042         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
12043
12044 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12045
12046         * mm-decode.el (mm-external-terminal-program): New variable.
12047         (mm-display-external): Use it. Use term to display when no
12048         window-system.
12049
12050 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
12051
12052         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
12053         Browse->Next entries to Browse->Prev
12054
12055 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12056
12057         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
12058
12059 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12060
12061         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
12062         for the default encoding.
12063
12064         * nnrss.el (nnrss-url-field): New field.
12065         (nnrss-request-article): Add newsgroups.
12066
12067         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
12068
12069 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12070
12071         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
12072
12073         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
12074         (gnus-draft-setup): Remove backlog.
12075
12076 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12077
12078         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
12079         Cleanup.
12080
12081 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12082
12083         * gnus-msg.el (gnus-bug): Erase buffer.
12084
12085         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
12086
12087 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12088
12089         * mm-decode.el (mm-attachment-override-p): Fix typo.
12090
12091 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
12092
12093         * gnus-kill.el (gnus-execute): Work with the extra headers.
12094         * gnus-sum.el (gnus-summary-execute-command): Ditto.
12095
12096 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12097
12098         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
12099         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
12100
12101         * message.el (message-send-mail-real-function): New variable.
12102         (message-send-mail-partially, message-send-mail):
12103
12104         * nngateway.el (nngateway-request-post): Use it.
12105
12106         * gnus-agent.el (gnus-agentize): Use it.
12107
12108         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
12109         (nnsoup-revert-variables): Use it.
12110
12111 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
12112
12113         * mm-decode.el (mm-inline-media-tests): Default to displaying as
12114         text/plain if the type doesn't match any other media types.
12115         (mm-inlined-types): Doc fix.
12116         (mm-display-inline): Revert previous change (now handled by a
12117         default type in `mm-inline-media-tests'.
12118         (mm-inlinable-p): Revive.
12119         (mm-display-part): Call `mm-inlinable-p'.
12120         (mm-attachment-override-p): Ditto.
12121         (mm-inlined-p): Doc fix.
12122
12123         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
12124         well as `mm-inlined-p'.
12125
12126 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12127
12128         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
12129         (nntp-send-command-and-decode): Use gnus-point-at-bol.
12130
12131 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12132         From  Paul Jarc <prj@po.cwru.edu>
12133
12134         * message.el (message-use-mail-followup-to): New variable.
12135         (message-get-reply-headers): Use it.
12136
12137 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
12138
12139         * nnheader.el (nnheader-init-server-buffer): Make sure the
12140         *nntpd* buffer is made multibyte instead of a random buffer.
12141
12142 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12143
12144         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
12145         when it returns headers.
12146
12147 2001-07-07  Simon Josefsson  <jas@extundo.com>
12148
12149         * rfc2047.el (rfc2047-encode-message-header): Skip header when
12150         trying to fold. Thanks to Colin Walters
12151         <walters@cis.ohio-state.edu>
12152
12153 2001-07-06  Simon Josefsson  <jas@extundo.com>
12154
12155         * imap.el (imap-parse-address-list, imap-parse-flag-list)
12156         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
12157         Add information in `assert's.
12158
12159         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
12160         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
12161         and `nnimap-group-overview-filename', should handle all
12162         change-of-uidvalidity related issues.  But there may be other
12163         problems.)
12164
12165 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
12166
12167         * rfc2047.el (rfc2047-encode-message-header): Don't include the
12168         header name when folding.
12169
12170 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
12171
12172         * mm-decode.el (mm-inlined-types): Document relationship with
12173         `mm-inline-media-tests'.
12174         (mm-display-inline): Default to displaying as plain text if no
12175         inlining handler is available.
12176         (mm-inlinable-p): Remove.
12177         (mm-inlined-p): Don't call `mm-inlinable-p'.
12178         (mm-automatic-display-p): Ditto.
12179         (mm-attachment-override-p): Ditto.
12180
12181 2001-07-04  Simon Josefsson  <jas@extundo.com>
12182
12183         * nnimap.el (nnimap-importantize-dormant): New variable.
12184         (nnimap-request-update-info-internal): Use it.
12185         (nnimap-request-set-mark): Ditto.
12186
12187 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
12188
12189         * nntp.el (nntp-send-command): don't pass a buffer argument to
12190         `point'. Only XEmacs accepts this.
12191         * nntp.el (nntp-send-command-nodelete): ditto.
12192         * nntp.el (nntp-send-command-and-decode): ditto.
12193
12194 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
12195
12196         * nntp.el (nntp-open-connection-function): doc update.
12197         * nntp.el (nntp-pre-command): New.
12198         * nntp.el (nntp-via-rlogin-command): New.
12199         * nntp.el (nntp-via-telnet-command): New.
12200         * nntp.el (nntp-via-telnet-switches): New.
12201         * nntp.el (nntp-via-user-name): New.
12202         * nntp.el (nntp-via-user-password): New.
12203         * nntp.el (nntp-via-address): New.
12204         * nntp.el (nntp-via-envuser): New.
12205         * nntp.el (nntp-via-shell-prompt): New.
12206         * nntp.el (nntp-open-telnet-stream): New.
12207         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
12208         * nntp.el (nntp-open-via-telnet-and-telnet): New.
12209         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
12210         * nntp.el (nntp-send-command): ditto.
12211         * nntp.el (nntp-send-command-nodelete): ditto.
12212         * nntp.el (nntp-send-command-and-decode): ditto.
12213
12214 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
12215         Trivial patch.
12216
12217         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
12218         `when'.
12219
12220 2001-07-03  Simon Josefsson  <jas@extundo.com>
12221         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
12222
12223         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
12224
12225 2001-07-03  Simon Josefsson  <jas@extundo.com>
12226
12227         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
12228         remove it (workaround XEmacs `fill-region' bug).
12229
12230 2001-07-01  Simon Josefsson  <jas@extundo.com>
12231
12232         * nnimap.el (nnimap-date-days-ago): Defeat locale.
12233
12234 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12235
12236         * mml2015.el (mml2015-format-error): New function.
12237         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
12238         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
12239         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
12240
12241 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12242
12243         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
12244         Suggested by Christoph Conrad <C.Conrad@cli.de>.
12245
12246         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
12247         group variables.
12248
12249 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12250
12251         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
12252
12253         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
12254         (nnrss-save-group-data): Ditto.
12255
12256         * gnus-agent.el (gnus-agent-save-alist): Ditto.
12257
12258 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12259
12260         * message.el (message-do-send-housekeeping): Narrow to headers.
12261
12262 2001-06-24  Simon Josefsson  <jas@extundo.com>
12263
12264         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
12265         insertion when breaking lines looked for " \t" instead of "[ \t]".
12266         (rfc2047-encode-message-header): Fold lines even if
12267         no QP encoding is done.
12268
12269 2001-06-23  Simon Josefsson  <jas@extundo.com>
12270         From Samuel Tardieu <sam@inf.enst.fr>
12271
12272         * smime.el (smime-keys): Support additional certificates.
12273         (smime-make-certfiles): New function.
12274         (smime-sign-region): Use previous variables.
12275         (smime-get-certfiles): New function.
12276         (smime-sign-buffer): Use it.
12277         (smime-verify-region): Support both CAfile and CApath.
12278
12279 2001-06-23  Simon Josefsson  <jas@extundo.com>
12280
12281         * smime.el (smime-decrypt-region): Perhaps work.
12282
12283 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12284
12285         * gnus-msg.el (gnus-copy-article-buffer): Typo.
12286
12287 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
12288
12289         * mm-decode.el (mm-save-part): Rewrite file name.
12290         (mm-file-name-rewrite-functions): New variable.
12291         (mm-file-name-delete-whitespace): New function.
12292         (mm-file-name-trim-whitespace): New function.
12293         (mm-file-name-collapse-whitespace): New function.
12294         (mm-file-name-replace-whitespace): New variable and function.
12295
12296 2001-06-22  Simon Josefsson  <jas@extundo.com>
12297
12298         * message.el (message-make-date): Workaround locale for weekdays.
12299
12300 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12301
12302         * message.el (message-goto-body): Return nil if not found. (revert!)
12303
12304 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12305         From Fremlin <chief@bandits.org>
12306
12307         * message.el (message-goto-body): Some messages have no header.
12308
12309         * gnus-msg.el (gnus-copy-article-buffer): Use it.
12310
12311 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
12312
12313         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
12314
12315 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12316
12317         * message.el (message-make-date): Add week day.
12318         Suggested by Jason R. Mastaler <jason@mastaler.com>.
12319
12320 2001-06-19  Simon Josefsson  <jas@extundo.com>
12321
12322         * message.el (message-yank-prefix): Doc fix.
12323         (message-yank-cited-prefix): Ditto.
12324         (message-delete-not-region): Keep citation prefix on first line,
12325         if possible and appropriate.
12326
12327 2001-06-19  Simon Josefsson  <jas@extundo.com>
12328
12329         * imap.el (imap-process-connection-type): New variable.
12330         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
12331         recent `imtest's work completely (no line length issues), while
12332         making making old `imtest's unusable.  Thanks to NAGY Andras
12333         <nagya@inf.elte.hu> for his work.
12334
12335 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
12336
12337         * imap.el (imap-ssl-program): Add -quiet to shut up
12338         OpenSSL/SSLeay's internal debug talk.
12339
12340 2001-06-19  Matt Armstrong  <matt@lickey.com>
12341
12342         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
12343         server.
12344
12345 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12346
12347         * nnmail.el (nnmail-article-buffer): New variable.
12348         (nnmail-split-incoming): Use it.
12349
12350 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
12351
12352         * qp.el (quoted-printable-decode-region): If called interactively,
12353         use coding-system-for-read.
12354
12355 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12356
12357         * message.el (message-check-news-header-syntax): Check Reply-To.
12358
12359 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12360
12361         * mml.el (mml-parse-1): Use message options.
12362
12363         * message.el (message-do-fcc): Don't do anything if there is no
12364         FCC.
12365
12366 2001-06-16  Simon Josefsson  <jas@extundo.com>
12367
12368         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
12369         (nnimap-expunge-search-string): New variable.
12370         (nnimap-request-expire-articles): Use it.
12371
12372 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12373
12374         * message.el (message-send-mail-with-qmail): wrong exit status is
12375         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
12376
12377 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12378
12379         * gnus-art.el (article-strip-multiple-blank-lines): Use
12380         delete-region instead of replace-match.
12381
12382 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12383
12384         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
12385         (nnweb-google-wash-article): Ditto.
12386
12387 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
12388
12389         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
12390
12391 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12392
12393         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
12394         specs.
12395
12396 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12397
12398         * gnus.el (gnus-email-address): Move it here.
12399
12400         * gnus-art.el (article-de-quoted-unreadable): Read charset if
12401         requested.
12402         (article-de-base64-unreadable): Ditto.
12403         (article-wash-html): Ditto.
12404
12405 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12406
12407         * message.el (message-options-set-recipient): Don't add ", "
12408         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
12409
12410 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12411
12412         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
12413
12414 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12415
12416         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
12417         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
12418
12419         * nnrss.el (nnrss-node-text): Node might be nil.
12420
12421 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12422
12423         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
12424         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
12425
12426         * nnrss.el (nnrss-group-alist): More items.
12427
12428 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12429
12430         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
12431
12432 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12433         Trivial patch from Dale Hagglund  <rdh@best.com>
12434
12435         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
12436         restrict clauses.
12437
12438 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12439
12440         From Benjamin Rutt <brutt+news@bloomington.in.us>
12441
12442         * message.el (message-wide-reply-confirm-recipients): New variable.
12443
12444 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
12445         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
12446
12447         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
12448         fix so it works with XEmacs.
12449
12450 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12451
12452         * nnrss.el (nnrss-retrieve-headers): Support description as extra
12453         headers.
12454
12455 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12456
12457         * nnrss.el: Fix a few bugs.
12458
12459 2001-06-05  Simon Josefsson  <jas@extundo.com>
12460
12461         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
12462         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
12463
12464 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
12465
12466         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
12467         binary so that we don't transmit ISO 2022 garbage to the process.
12468         This is needed under XEmacs.
12469
12470 2001-06-03  Simon Josefsson  <simon@josefsson.org>
12471
12472         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
12473         autoloaded incorrectly below because ssl-program-* is bound.)
12474         Thanks to Amos Gouaux for report.
12475
12476 2001-06-02  Simon Josefsson  <simon@josefsson.org>
12477
12478         * imap.el (imap-kerberos4-open):
12479         (imap-gssapi-open):
12480         (imap-ssl-open):
12481         (imap-network-open):
12482         (imap-shell-open):
12483         (imap-starttls-open): Set buffer to workaround spurious
12484         `accept-process-output' buffer changes.  Thanks to Mats Lidell
12485         <Mats.Lidell@contactor.se> for report and partial patch and Jake
12486         Colman <colman@ppllc.com> for report.
12487
12488 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12489
12490         * gnus-sum.el (gnus-summary-catchup): New argument.
12491         (gnus-summary-catchup-from-here): New function.
12492
12493 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12494
12495         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
12496         back, then insert glyph.  (Before, the glyph was inserted first,
12497         then the newline.)  This works around a behavior in XEmacs where
12498         it is not possible to insert a character after a glyph which is at
12499         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
12500
12501 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12502
12503         From Jaap-Henk Hoepman (jhh@xs4all.nl).
12504
12505         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
12506         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
12507         mm-destroy-postponed-undisplay-list): New functions.
12508         (mm-display-external): Use them.
12509
12510 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12511
12512         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
12513         `default-low' when evaluating `gnus-summary-highlight'.
12514         From Raja R Harinath <harinath@cs.umn.edu>.
12515
12516 2001-05-27  Simon Josefsson  <simon@josefsson.org>
12517
12518         * message.el (message-yank-cited-prefix): New variable.
12519         (message-indent-citation): Use it.
12520
12521         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
12522         as details.
12523         (mml2015-mailcrypt-clear-verify): Ditto.
12524
12525 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12526         From Nevin Kapur <nevin@jhu.edu>.
12527
12528         * gnus-sum.el (gnus-summary-default-high-score,
12529         gnus-summary-default-low-score): New variables.
12530         (gnus-summary-highlight): Use them.
12531
12532 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
12533
12534         * message.el (message-mail): pass the 'send-actions argument to
12535         `message-setup'.
12536
12537 2001-05-16  Simon Josefsson  <simon@josefsson.org>
12538         From Raymond Scholz <ray-2001@zonix.de>
12539
12540         * gnus-art.el (gnus-mime-view-part-as-charset):
12541         (gnus-mime-internalize-part): Doc fixes.
12542
12543 2001-05-11  Simon Josefsson  <simon@josefsson.org>
12544
12545         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
12546         status lines without any text ("^215$").
12547
12548 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12549
12550         * nnrss.el (nnrss-check-group): Reverse.
12551
12552 2001-05-07  Simon Josefsson  <simon@josefsson.org>
12553
12554         * message.el (message-get-reply-headers):
12555         (message-followup): Fix typo, suggested by David Green
12556         <dgreen@uab.edu>
12557
12558 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12559
12560         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
12561
12562         * nnrss.el (nnrss-open-server): Read server data when it is called.
12563         (nnrss-request-expire-articles): Fix.
12564
12565 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12566
12567         * message.el (message-do-send-housekeeping): mail-abbrevs may
12568         rename buffer behind Gnus.
12569
12570 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12571
12572         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
12573         (nnrss-group-alist): Add more resources.
12574         (nnrss-check-group): Ignore errors.
12575
12576 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12577
12578         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
12579
12580         * nnslashdot.el (nnslashdot-request-list): Add time.
12581         (nnslashdot-request-expire-articles): New function.
12582
12583         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
12584         secondary methods too.
12585
12586 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12587
12588         * message.el (message-use-followup-to): Set default value to t.
12589
12590 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
12591
12592         * message.el (message-dont-reply-to-names): Fix documentation.
12593         (message-get-reply-headers): Use Mail-Followup-To only for wide
12594         replies.
12595
12596 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12597
12598         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
12599         correctly.
12600         (nnrss-check-group): Use time.
12601
12602 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12603
12604         * gnus.el: Oort Gnus v0.03 is released.
12605
12606 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12607
12608         * nnultimate.el (nnultimate-topic-article-to-article): Use the
12609         group.
12610
12611 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12612
12613         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
12614
12615 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12616
12617         * nnultimate.el (nnultimate-retrieve-headers): Return all
12618         available headers.
12619
12620         * gnus-sum.el (gnus-read-all-available-headers): New variable.
12621         (gnus-get-newsgroup-headers-xover): Use it.
12622
12623 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12624
12625         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
12626
12627 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12628
12629         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
12630
12631 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12632
12633         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
12634         disable it.
12635
12636         * gnus.el (gnus-info-nodes): Remove a few The's.
12637
12638 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12639
12640         * mail-source.el (mail-source-movemail): Call-process may return a
12641         signal description string.
12642
12643         * gnus-start.el (gnus-read-newsrc-el-file):
12644         gnus-newsrc-file-version may be nil.
12645
12646         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
12647         Suggested by Michael Sperber [Mr. Preprocessor]
12648         <sperber@informatik.uni-tuebingen.de>.
12649
12650 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
12651
12652         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
12653
12654 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
12655
12656         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
12657         fontify HANDLE.
12658
12659 2001-04-18  Simon Josefsson  <simon@josefsson.org>
12660
12661         * smime.el (smime-ask-passphrase): Rework to return value.
12662         (smime-sign-region): Rework to bind value and use it.
12663         (smime-decrypt-region): Ditto.
12664
12665 2001-04-18  Simon Josefsson  <simon@josefsson.org>
12666         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
12667
12668         * smime.el (smime-ask-passphrase): New function.
12669         (smime-sign-region): Use it.
12670         (smime-encrypt-cipher): New variable.
12671         (smime-decrypt-region): Ditto.
12672
12673 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
12674         Committed by Simon Josefsson  <simon@josefsson.org>
12675
12676         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
12677         the log.
12678
12679 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12680
12681         * gnus.el: Oort Gnus v0.02 is released.
12682
12683 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
12684
12685         * gnus.el: Oort Gnus v0.01 is released.
12686
12687 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12688
12689         * gnus-sum.el (gnus-summary-highlight): Highlight read
12690         undownloaded articles as read articles.
12691
12692         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
12693         (gnus-agent-get-undownloaded-list): Mark all undownloaded
12694         articles, even read ones, as such.
12695
12696         * gnus-sum.el (gnus-summary-find-matching): Clean up.
12697         (gnus-find-matching-articles): New function.
12698         (gnus-summary-limit-include-matching-articles): New command.
12699         (gnus-summary-limit-include-thread): Include articles that have
12700         matching subjects.
12701         (gnus-offer-save-summaries): Clean up.
12702
12703 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12704
12705         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
12706
12707 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12708         From Jason Merrill <jason_merrill@redhat.com>
12709
12710         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
12711
12712 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
12713         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12714
12715         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
12716         newsgroup names when the original article is a news message.
12717
12718 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12719
12720         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
12721         supported. Suggest by Jim Meyering <jim@meyering.net>.
12722
12723 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
12724         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
12725
12726         * nnmail.el (nnmail-split-it): Added check for .* at the end of
12727         regexp in nnmail-split-fancy.
12728
12729 2001-04-10  Simon Josefsson  <simon@josefsson.org>
12730
12731         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
12732
12733 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
12734
12735         * message.el (message-send-mail): Improve the interaction with the
12736         user.
12737
12738 2001-04-10  Simon Josefsson  <simon@josefsson.org>
12739
12740         * imap.el (imap-message-copy): Work around buggy servers that
12741         doesn't send TRYCREATE tags.
12742
12743 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
12744
12745         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
12746
12747 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12748
12749         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
12750         date.
12751
12752 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12753
12754         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
12755         lives.
12756
12757 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12758
12759         * gnus-art.el (gnus-parse-news-url): New function.
12760         (gnus-button-handle-news): New function.
12761         (gnus-button-alist): Point to new functions.
12762
12763         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
12764
12765         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
12766         gnus-format-specs.
12767
12768         * message.el (message-check-news-header-syntax): Question even
12769         when Gnus doesn't know the group names.
12770         (message-send-news): Clean up.
12771
12772         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
12773         exited on purpose without saving.
12774
12775         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
12776
12777 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12778
12779         * gnus-score.el (gnus-score-orphans): Clean up.
12780
12781         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
12782
12783         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
12784         later.
12785
12786         * gnus-start.el (gnus-close-all-servers): Find the right items to
12787         close.
12788
12789         * qp.el (quoted-printable-decode-region): Just message
12790         malformation; don't quit.
12791
12792 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12793         From Gerd Moellmann <gerd@gnu.org>.
12794
12795         * gnus.el (gnus-interactive): A typo.
12796
12797 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
12798         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12799
12800         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
12801         `assq-delete-all', if that function exists; otherwise use the old
12802         definition. Documentation changed to match the one in
12803         `assq-delete-all'.
12804
12805 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12806
12807         * gnus-start.el (gnus-close-all-servers): New function.
12808
12809         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
12810         (gnus-server-remove-denials): Clean up.
12811
12812         * gnus-sum.el (gnus-summary-sort-by-original): New command and
12813         keystroke.
12814
12815 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12816
12817         * message.el (message-send-news): Message where we are sending.
12818         (message-send-mail): Ditto.
12819
12820         * gnus.el (gnus-server-string): New function.
12821
12822         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
12823
12824         * mm-decode.el (mm-default-directory): Customized.
12825         (mm-tmp-directory): Ditto.
12826
12827         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
12828         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
12829         or Chars.
12830         (gnus-summary-line-format-alist): ?l is now a string.
12831         (gnus-summary-prepare-threads): Output ? for unknown lines.
12832         (gnus-summary-insert-line): Ditto.
12833         (gnus-summary-print-article): Unbalanced parentheses.
12834
12835         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
12836         out whether new stuff has arrived.
12837
12838 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
12839
12840         * gnus-sum.el: Let printing work on ttys on Emacs.
12841
12842 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12843
12844         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
12845         when forcing news.
12846
12847         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
12848         command.
12849
12850 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
12851
12852         * message.el (message-set-auto-save-file-name): Don't use
12853         asterisks under nt.
12854
12855 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12856
12857         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
12858         lists of articles.
12859
12860         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
12861
12862         * gnus-msg.el (gnus-put-message): Clean up.
12863         (gnus-summary-reply): Mark all replied-to articles as replied to.
12864         (gnus-inews-add-send-actions): Also mark as forwarded.
12865         (gnus-summary-mail-forward): Mark as forwarded.
12866
12867         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
12868         of articles.
12869         (gnus-summary-mark-article-as-forwarded): Ditto.
12870
12871         * gnus-msg.el (gnus-summary-resend-message): Mark article as
12872         forwarded.
12873         (gnus-summary-mail-forward): Clean up.
12874
12875         * gnus.el (gnus-article-mark-lists): Added forward.
12876
12877         * gnus-sum.el (gnus-forwarded-mark): New variable.
12878         (gnus-summary-prepare-threads): Use it.
12879         (gnus-summary-update-secondary-mark): Ditto.
12880         (gnus-newsgroup-forwarded): New variable.
12881
12882 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12883
12884         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
12885         (gnus-summary-very-wide-reply): New command and keystroke.
12886         (gnus-summary-very-wide-reply-with-original): Ditto.
12887
12888         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
12889         (gnus-score-adaptive): Use it.
12890
12891         * gnus-start.el (gnus-get-unread-articles): Clean up.
12892
12893 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12894
12895         * nnultimate.el (nnultimate-retrieve-headers): Work for other
12896         boards.
12897
12898 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
12899
12900         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
12901         * gnus-start.el (gnus-subscribe-newsgroup): use it.
12902
12903 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12904
12905         * nnultimate.el (nnultimate-retrieve-headers): Understand
12906         long-form month names.
12907
12908 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12909
12910         * gnus-sum.el (gnus-summary-show-all-headers):
12911         gnus-article-show-all-headers is broken. Use
12912         gnus-summary-toggle-header instead.
12913
12914         * mml2015.el (mml2015-gpg-extract-from): No error.
12915
12916 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12917         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
12918
12919         * mml2015.el (mml2015-gpg-extract-from): New function.
12920         (mml2015-gpg-verify): Use it.
12921         (mml2015-gpg-clear-verify): Use it.
12922
12923 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12924
12925         * message.el (message-setup-fill-variables): Use
12926         fill-paragraph-function.
12927         (message-fill-paragraph): Take an argument.
12928         (message-newline-and-reformat): Take another argument.
12929
12930 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12931
12932         * message.el (rmail-output): It is in rmailout.el not rmail.el.
12933
12934 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12935
12936         * message.el (message-forward): local-variable-p takes an extra
12937         argument in XEmacs.
12938
12939 2001-03-16  Simon Josefsson  <simon@josefsson.org>
12940
12941         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
12942         `nnimap-use-nov-p' (it really tested the negative).
12943         (nnimap-retrieve-headers): Use it.
12944
12945 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12946
12947         * message.el (message-generate-headers-first): Update doc.
12948
12949 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
12950         Trivial patch.
12951
12952         * gnus.el (gnus-summary-line-format): Typo.
12953
12954 2001-03-11  Simon Josefsson  <simon@josefsson.org>
12955
12956         * mailcap.el (mailcap-mime-data): Add application/sieve.
12957         (mailcap-mime-extensions): Add .siv, .xls.
12958
12959 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12960         From Christoph Conrad <christoph.conrad@gmx.de>
12961
12962         * gnus-score.el (gnus-summary-lower-thread): Typo.
12963
12964 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12965
12966         * message.el (message-forward-decoded-p): New variable.
12967         (message-forward-subject-author-subject): Use it.
12968         (message-make-forward-subject): Use it.
12969         (message-forward): Use it.
12970
12971         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
12972
12973         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
12974         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
12975
12976 ;;Has been fixed -- zsh.
12977 ;;2001-03-05  Dave Love  <fx@gnu.org>
12978 ;;
12979 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
12980 ;;      Move it after definition of mm-coding-system-p.
12981 ;;
12982 2001-03-01  Dave Love  <fx@gnu.org>
12983
12984         * mm-util.el (mm-inhibit-file-name-handlers): Add
12985         image-file-handler.
12986
12987 2001-02-11  Dave Love  <fx@gnu.org>
12988
12989         * message.el (message-signature-file): Fix doc, :type.
12990
12991 2001-02-08  Dave Love  <fx@gnu.org>
12992
12993         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
12994         (message-posting-charset): Defvar when compiling again.
12995         (rfc2047-encodable-p): Require message.
12996
12997         * gnus-sum.el (gnus-alter-articles-to-read-function):
12998         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
12999
13000 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13001
13002         * nnrss.el: New file.
13003
13004 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
13005         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13006
13007         * rfc2047.el (rfc2047-unfold-region): Fix arg of
13008         `skip-chars-forward'.
13009
13010 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13011
13012         * nndraft.el (nndraft-request-group): Restore auto save files if
13013         the original files do not exist.
13014
13015 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13016
13017         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
13018         SCORE paths.
13019
13020         * mm-decode.el (mm-dissect-buffer): Call
13021         mail-extract-address-components only if necessary.
13022
13023 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13024
13025         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
13026         directory part.
13027         (gnus-score-search-global-directories): Use file-directory-p.
13028
13029         * gnus-score.el (gnus-score-score-files-1): Use
13030         gnus-kill-files-directory.
13031         From Adrian Aichner <adrian@xemacs.org>.
13032
13033 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13034
13035         * gnus.el (charset): Move here from gnus-sum.el.
13036
13037 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13038
13039         * mml.el (mml-preview): Disable local map.
13040
13041         * gnus-sum.el (gnus-summary-make-menu-bar): Make
13042         gnus-article-post-menu here.
13043
13044         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
13045         if it has not been made.
13046
13047 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13048
13049         * gnus-art.el (gnus-article-describe-key): Map key to event.
13050         (gnus-article-describe-key-briefly): Ditto
13051
13052 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13053
13054         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
13055
13056 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13057         From Katsumi Yamaoka <yamaoka@jpl.org>.
13058
13059         * dgnushack.el (coerce, merge, subseq): defmacro.
13060
13061 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13062
13063         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
13064         A fake defalias in nndraft.el results a not-activated bug in
13065         uncompiled versions.
13066
13067 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
13068         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13069
13070         * gnus-util.el (gnus-split-references): Handle malformed References:.
13071
13072 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13073
13074         * gnus-art.el (gnus-article-mime-part-status): 1 part.
13075
13076 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13077         From NAGY Andras <nagya@inf.elte.hu>.
13078
13079         * gnus.el (gnus-parameters): Typo.
13080
13081 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13082
13083         * gnus.el (gnus-read-method): Remove redundancy.
13084
13085 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13086
13087         * nnslashdot.el (nnslashdot-backslash-url): New variable.
13088         (nnslashdot-request-list): Use it.
13089
13090 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13091
13092         * nnml.el (nnml-generate-active-info): Fix the case when there is
13093         no file.
13094
13095         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
13096         (gnus-summary-create-article): New function.
13097
13098         * gnus-group.el (gnus-group-mark-article-read): New function.
13099
13100         * gnus-msg.el (gnus-inews-do-gcc): Use it.
13101
13102         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
13103
13104 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13105
13106         * gnus-art.el (gnus-article-edit-done): Don't use
13107         gnus-article-edit-exit.
13108         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
13109
13110         * gnus.el (gnus-parameters): New variable.
13111         Suggested by NAGY Andras <nagya@inf.elte.hu>.
13112         (gnus-parameters-get-parameter): New function.
13113         (gnus-group-find-parameter): Use it.
13114
13115 2001-02-23  Simon Josefsson  <simon@josefsson.org>
13116
13117         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
13118         change of default value to `current'.
13119
13120 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13121
13122         * nneething.el (nneething-get-head): Insert unreadable file too.
13123
13124 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13125
13126         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
13127
13128         * webmail.el (webmail-type-definition): Deja is bought by google.
13129
13130 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13131
13132         * gnus-sum.el (gnus-fetch-headers): New function.
13133         (gnus-select-newsgroup): Use it.
13134         (gnus-summary-insert-articles): New function.
13135         (gnus-summary-insert-old-articles): New function.
13136         (gnus-summary-insert-new-articles): New function.
13137
13138         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
13139         (gnus-group-list-active): Ditto.
13140         * gnus-sum.el (gnus-set-mode-line): Ditto.
13141         (gnus-summary-read-group-1): Ditto.
13142
13143 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13144
13145         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
13146         current topic.
13147
13148 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13149
13150         * smiley.el (gnus-smiley-display): Don't do widening.
13151
13152         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
13153         within body.
13154
13155         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
13156
13157         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
13158         New variable.
13159         (gnus-mime-display-multipart-related-as-mixed): New variable.
13160         (gnus-mime-display-part): Use them.
13161
13162 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13163
13164         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
13165         something special.
13166
13167 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13168
13169         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
13170         (nnweb-request-article): Call reference if exists.
13171         (nnweb-type-definition): Dejanews is bought by google.com.
13172         Beta!
13173
13174 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13175
13176         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
13177
13178 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13179
13180         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
13181         gnus-article-sort-functions.
13182         (gnus-article-sort-functions): Doc fix.  Refer to
13183         gnus-thread-sort-functions.
13184
13185 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13186         From Paul Jarc <prj@po.cwru.edu>.
13187
13188         * message.el (message-get-reply-headers): More fixes.
13189
13190 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
13191         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13192
13193         * message.el (message-get-reply-headers): Fix bug with
13194         Mail-Followup-To/to-address interaction.
13195
13196 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13197
13198         * gnus-msg.el (gnus-configure-posting-styles): Match header in
13199         gnus-article-copy.
13200
13201 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13202
13203         * message.el (message-do-send-housekeeping): Rename to a better
13204         name.
13205
13206 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13207
13208         * message.el (message-cancel-news): Check article first, then ask
13209         yes or no.
13210
13211 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13212
13213         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
13214
13215 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13216
13217         * gnus-range.el (gnus-range-normalize): New function.
13218
13219 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
13220
13221         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
13222
13223 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13224
13225         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
13226
13227         * nnagent.el (nnagent-request-regenerate): New function.
13228
13229         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
13230
13231         * nnml.el (nnml-generate-nov-databases): Accept argument
13232         server. Don't open server if it is opened.
13233         (nnml-request-regenerate): Use it. Change to deffoo.
13234
13235 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13236         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13237
13238         * gnus.el (gnus-define-group-parameter): Fix.
13239
13240 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13241
13242         * gnus.el (gnus-define-group-parameter): Improved.
13243
13244         * gnus-sum.el (charset): Define parameter.
13245         (ignored-charsets): Ditto.
13246         (gnus-summary-setup-default-charset): Use them.
13247
13248         * gnus-start.el (gnus-read-descriptions-file): Use them.
13249
13250         * gnus-cus.el (gnus-group-parameters): Remove them.
13251
13252 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13253
13254         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
13255
13256 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13257
13258         * gnus-sum.el (gnus-summary-read-group-1): Remove
13259         gnus-summary-set-local-parameters.
13260         (gnus-summary-setup-buffer): Put it here.
13261
13262 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13263
13264         * gnus.el (to-address): Define parameter.
13265         (to-list): Ditto.
13266         * gnus-art.el (article-hide-boring-headers): Use them.
13267         * gnus-msg.el (gnus-post-news): Ditto.
13268         * gnus-cus.el (gnus-group-parameters): Remove them.
13269
13270 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13271
13272         * gnus-draft.el (gnus-draft-reminder): New function.
13273
13274         * gnus-art.el (gnus-sender-save-name): New function.
13275
13276 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13277
13278         * mm-util.el (mm-mime-charset): Error message.
13279
13280 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13281
13282         * message.el (message-check-news-body-syntax): Don't check mml lines.
13283
13284 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13285
13286         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
13287         subscribe.
13288
13289         * gnus-start.el (gnus-call-subscribe-functions): New function.
13290         (gnus-find-new-newsgroups): Use it.
13291         (gnus-ask-server-for-new-groups): Use it.
13292         (gnus-check-first-time-used): Use it.
13293         (gnus-subscribe-newsgroup-method): Grok a list of functions.
13294         (gnus-subscribe-options-newsgroup-method): Ditto.
13295         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
13296         return .
13297
13298 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13299
13300         * gnus-cus.el (gnus-score-customize): Doc fix.
13301
13302 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
13303
13304         * dgnushack.el (my-getenv): Typo.
13305
13306 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13307
13308         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
13309
13310 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13311
13312         * gnus-group.el (gnus-group-suspend): Offer save summaries.
13313
13314         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
13315         (gnus-treatment-function-alist): Use it.
13316         (article-remove-leading-whitespace): New function.
13317         (gnus-article-make-menu-bar): Use it.
13318
13319         * gnus-sum.el (gnus-summary-wash-empty-map): Add
13320         remove-leading-whitespace.
13321         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
13322         because of conflict.
13323
13324 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13325
13326         * Makefile.in: Hack generating gnus-load.el.
13327         * dgnushack.el: Ditto.
13328         * gnus-load.el: Remove it.
13329
13330 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13331
13332         * dgnushack.el : Add URLDIR.
13333
13334         * Makefile.in (EMACS_COMP): Ditto.
13335
13336 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13337
13338         * gnus-cus.el (gnus-score-customize): Error on no score file.
13339
13340 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13341
13342         * mm-decode.el (mm-merge-handles): New function.
13343
13344         * mm-view.el (mm-inline-message): Use it.
13345         (mm-view-message): Ditto.
13346
13347         * mm-partial.el (mm-inline-partial): Ditto.
13348
13349         * mm-extern.el (mm-inline-external-body): Ditto.
13350
13351         * gnus-art.el (gnus-mime-view-part): Ditto.
13352         (gnus-mime-view-part-as-type): Ditto.
13353         (gnus-mime-save-part-and-strip): Prevent users to strip in some
13354         cases.
13355
13356 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13357
13358         * message.el (message-cancel-news): Allow to shoot foot.
13359         (message-supersede): Ditto.
13360
13361 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
13362         Trivial patch.
13363
13364         * gnus-sum.el (gnus-simplify-subject-re): Use
13365         message-subject-re-regexp.
13366
13367 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13368
13369         * nnmail.el (nnmail-expiry-target-group): Bind
13370         nnmail-cache-accepted-message-ids to nil.
13371
13372         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
13373         coding system.
13374
13375 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13376
13377         * qp.el (quoted-printable-encode-region): Make sure characters are
13378         between 00 and FF.  Don't check charset.
13379
13380         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
13381         in Emacs 20.
13382         * rfc2047.el (rfc2047-q-encode-region): Ditto.
13383
13384 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13385
13386         * message.el (message-make-forward-subject): Argument decoded.
13387         (message-forward): Use it when digest.
13388
13389         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
13390         buffer.
13391
13392 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13393
13394         * message.el (message-generate-headers-first): Doc fix.
13395
13396 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13397
13398         * gnus-art.el (article-make-date-line): Error proof.
13399
13400 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13401
13402         * gnus-group.el (gnus-group-listing-limit): New variable.
13403         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
13404
13405         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
13406
13407 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13408
13409         * message.el (message-newline-and-reformat): Special case for
13410         breaking at BOL.
13411
13412 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
13413
13414         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
13415         message/rfc822.
13416
13417 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13418
13419         * message.el (message-encode-message-body): Don't insert
13420         Content-Type if it is inside a mail.
13421
13422 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13423
13424         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
13425         gnus-article-commands-menu.
13426
13427         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
13428         in Emacs.
13429
13430         * gnus-start.el (gnus-read-descriptions-file): Use
13431         gnus-group-name-charset and gnus-group-charset-alist.
13432
13433 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13434
13435         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
13436         active region.
13437
13438         * gnus-start.el (gnus-group-change-level): Remove from both
13439         gnus-zombie-list and gnus-killed-list.
13440
13441 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13442
13443         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
13444         gnus-subscribe-topics.
13445
13446         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
13447
13448 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13449
13450         * gnus-art.el (gnus-article-make-menu-bar): Make
13451         gnus-article-post-menu.
13452
13453         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
13454
13455         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
13456
13457         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
13458
13459         * message.el (message-mode-menu): Ditto.
13460
13461         * gnus-art.el (defvar): eval-when-compile.
13462
13463 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13464
13465         * gnus-agent.el (gnus-agentize): Fix doc.
13466
13467 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
13468
13469         * mml.el (mml-preview): Bind `q'.
13470
13471 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13472
13473         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
13474
13475 2001-01-31  Dave Love  <fx@gnu.org>
13476
13477         * mm-util.el (mm-mime-mule-charset-alist)
13478         (mm-find-mime-charset-region): Consider mule-utf-8.
13479
13480 2001-01-31  Dave Love  <fx@gnu.org>
13481
13482         * gnus-art.el (gnus-article-x-face-command)
13483         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
13484         :version.
13485
13486 2001-01-26  Dave Love  <fx@gnu.org>
13487
13488         * mm-util.el (mm-multibyte-string-p): New.
13489
13490 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
13491 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
13492 ;;      string-as-multibyte on class.  Clarify line-folding.
13493         (quoted-printable-encode-string): Make temp buffer inherit
13494         string's multibyteness.
13495
13496 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
13497
13498         * nnheader.el (toplevel): Don't require `gnus-util' at
13499         compile-time; this creates a circular dependency, and prevents
13500         a bootstrap.
13501
13502 2001-01-22  Andreas Schwab  <schwab@suse.de>
13503
13504         * nnheader.el (gnus-delete-line): Autoload it as a macro.
13505
13506 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13507
13508         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
13509
13510         * gnus-art.el (article-hide-list-identifiers): Ditto.
13511
13512         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
13513
13514 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13515
13516         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
13517
13518         * gnus-art.el (article-hide-list-identifiers): Similar.
13519
13520 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
13521
13522         * nnmail.el (nnmail-remove-list-identifiers): Improved.
13523
13524 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13525
13526         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
13527
13528 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13529
13530         * gnus-util.el (gnus-string-equal): New function.
13531
13532         * gnus-art.el (article-hide-boring-headers): Use it.
13533
13534 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
13535
13536         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
13537
13538 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13539
13540         * gnus-msg.el (gnus-msg-mail): Support switch-action.
13541
13542 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13543
13544         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
13545         command if there is not last-saver.
13546
13547 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13548
13549         * nntp.el (nntp-open-connection): 201 is possible.
13550
13551 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13552
13553         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
13554         (rfc2047-charset-encoding-alist): Add big5.
13555
13556 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13557
13558         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
13559         (gnus-agent-remove-server): Ditto.
13560         (autoload): gnus-server-update-server.
13561
13562         * gnus-srvr.el (gnus-server-line-format): Add %a.
13563         (gnus-server-line-format-alist): Add gnus-tmp-agent.
13564         (gnus-server-insert-server-line): Use it.
13565
13566 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13567
13568         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
13569         GB2312 and Big5.
13570
13571 2001-01-24  Simon Josefsson  <sj@extundo.com>
13572
13573         * mail-source.el (mail-sources): Add :program specifier to IMAP
13574         mail source.
13575         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
13576
13577 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13578
13579         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
13580
13581 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13582
13583         * nntp.el (nntp-wait-for): Return the success code.
13584         (nntp-open-connection): Use it.
13585
13586 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13587
13588         * gnus-int.el (gnus-check-server): Allow breaking the opening.
13589
13590 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13591
13592         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
13593
13594 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13595
13596         * gnus-sum.el (gnus-summary-print-article): Take one prefix
13597         argument. Allow to print several articles in one file.
13598
13599 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13600
13601         * webmail.el (webmail-type-definition): netaddress changes.
13602
13603 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13604
13605         * gnus.el: Fix copyright. Remove trailing spaces.
13606
13607         * message.el (message-forward): Use mule4.
13608
13609 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13610
13611         * mm-util.el (mm-string-as-unibyte): New function.
13612
13613         * message.el (message-forward): Use it.
13614
13615 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13616
13617         * message.el (message-cite-original-without-signature): Don't peel
13618         off the blank line.
13619         (message-get-reply-headers): Add Cc if it is not in follow-to.
13620
13621 2001-01-20  Simon Josefsson  <sj@extundo.com>
13622
13623         * mm-decode.el (mm-handle-multipart-from): Add.
13624         (mm-dissect-buffer): Save From: header value.
13625         (mm-security-from): Remove.
13626         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
13627
13628         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
13629         instead of `mml-security-from'.  Protect null from value.
13630
13631 2001-01-20  Simon Josefsson  <sj@extundo.com>
13632
13633         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
13634         application/vnd.ms-excel attachments.
13635
13636 2001-01-19  Simon Josefsson  <sj@extundo.com>
13637
13638         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
13639
13640 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13641
13642         * message.el (message-ignored-mail-headers): Ditto.
13643
13644 2001-01-19  Simon Josefsson  <sj@extundo.com>
13645
13646         * message.el (message-ignored-news-headers): Only search beginning
13647         of line.
13648
13649 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
13650         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
13651
13652         * message.el (message-send-mail): Content-Type may not be there.
13653
13654 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13655
13656         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
13657         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
13658
13659         * gnus-art.el (article-display-x-face): Insert X-Face if there is
13660         not.
13661
13662 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13663
13664         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
13665         non-native groups.
13666
13667 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13668
13669         * message.el (message-yank-original): Understand
13670         universal-argument.
13671
13672 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13673
13674         * gnus-art.el (gnus-boring-article-headers): Add to-address.
13675         (article-hide-boring-headers): Ditto.
13676
13677         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
13678
13679 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13680
13681         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
13682         one.
13683
13684 2001-01-16  Simon Josefsson  <simon@josefsson.org>
13685
13686         * message.el (message-make-in-reply-to): Add comment to message-id
13687         (old syntax, see 2000-08-02 change).
13688
13689 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13690
13691         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
13692         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
13693         (gnus-button-reply): Ditto.
13694
13695 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13696
13697         * gnus-art.el (article-display-x-face): Fix.
13698
13699 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13700
13701         * gnus-art.el (article-display-x-face): Use
13702         gnus-original-article-buffer.
13703
13704 2001-01-15  Jack Twilley  <jmt@tbe.net>
13705
13706         * message.el (message-add-header): Move to point-max.
13707
13708 2001-01-15  Simon Josefsson  <simon@josefsson.org>
13709
13710         * smime.el (smime-CA-directory, smime-CA-file): Change default to
13711         nil, improve documentation.
13712         (smime-certificate-directory): Comment out false hints (until it
13713         is implemented).
13714
13715         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
13716         there aren't any keys.
13717         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
13718         verify certificate.  Default is changed to only check integrity.
13719         Improved security status texts.  If a certificate doesn't contain
13720         a email address, don't fail.
13721
13722         * smime.el (smime-noverify-region):
13723         (smime-noverify-buffer): New functions.  Verifies integrity only.
13724
13725 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13726
13727         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
13728
13729 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13730
13731         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
13732         (gnus-remove-some-windows): Ditto.
13733
13734 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13735
13736         * gnus-art.el (article-make-date-line): 11th.
13737
13738 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13739
13740         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
13741         (mml2015-gpg-sign): Ditto.
13742
13743 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13744
13745         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
13746         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
13747
13748 2001-01-08  Dave Love  <fx@gnu.org>
13749
13750         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
13751         single character.
13752
13753         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
13754
13755         * message.el: Doc and message fixes.
13756         (message-send-rename-function)
13757         (message-make-forward-subject-function)
13758         (message-send-mail-function, message-reply-to-function)
13759         (message-wide-reply-to-function, message-followup-to-function)
13760         (message-distribution-function, message-auto-save-directory): Fix
13761         :type.
13762
13763         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
13764         proceeding after warnings.  Amend multipart warning message.
13765
13766 2001-01-04  Dave Love  <fx@gnu.org>
13767
13768         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
13769         compiling.
13770         (gnus-make-directory): Require nnmail.
13771
13772         * mm-decode.el (mm-inline-media-tests): Add
13773         image/x-portable-bitmap.
13774         (mm-get-image): Grok pbm.
13775
13776 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
13777
13778         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
13779
13780 2001-01-09  Didier Verna  <didier@xemacs.org>
13781
13782         * dgnushack.el (dgnushack-compile): give a dummy value to
13783         `gnus-xmas-glyph-directory' for the time of compilation.
13784         * gnus-agent.el: moved some XEmacs specific hook add-ons from
13785         `gnus-xmas-[re]define' to avoid loosing user custom settings.
13786         * gnus-art.el: ditto.
13787         * gnus-group.el: ditto.
13788         * gnus-salt.el: ditto.
13789         * gnus-sum.el: ditto.
13790         * gnus-topic.el: ditto.
13791         * gnus-xmas.el (gnus-xmas-define): see above.
13792         * gnus-xmas.el (gnus-xmas-redefine): see above.
13793         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
13794         non-continuable error when the directory can't be found.
13795
13796 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13797
13798         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
13799         handle.
13800         * gnus-art.el (gnus-mime-view-part): Copy it.
13801         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
13802
13803 2001-01-09  Michael Downes  <mjd@ams.org>
13804
13805         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
13806
13807 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13808
13809         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
13810         orig-file. Use ',source.
13811
13812 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13813
13814         * gnus-xmas.el (gnus-xmas-modeline-glyph):
13815         (gnus-xmas-group-startup-message):
13816         Detect gnus-xmas-glyph-directory when it is nil.
13817
13818 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13819
13820         * pop3.el (pop3-get-message-count): Andrew Innes
13821         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
13822
13823 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13824
13825         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
13826
13827         * time-date.el (time-to-number-of-days): New function.
13828
13829 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
13830         Trivial patch.
13831
13832         * nnslashdot.el (nnslashdot-request-list): Always get the right
13833         sid.
13834
13835 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13836
13837         * message.el (message-minibuffer-local-map): New keymap.
13838         (message-read-from-minibuffer): Use it.
13839         * gnus-msg.el (gnus-summary-resend-message): Use it
13840
13841 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13842
13843         * gnus-start.el (gnus-display-time-event-handler): New function.
13844         (gnus-after-getting-new-news-hook): Use it.
13845
13846 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13847
13848         * message.el (message-ignored-mail-headers): Add draft header.
13849
13850 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13851
13852         * gnus-sum.el (gnus-summary-expire-articles): Don't save
13853         excursion.
13854
13855         * nnslashdot.el (nnslashdot-request-list): Get the right year.
13856
13857 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
13858         A revoked patch.
13859
13860         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
13861
13862 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13863
13864         * qp.el (quoted-printable-decode-region): Don't backward-char.
13865
13866 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13867
13868         * gnus-draft.el: Mark articles as replied.
13869
13870         * gnus-sum.el (gnus-summary-add-mark): New function.
13871
13872         * gnus-group.el (gnus-add-mark): New function.
13873
13874         * gnus-sum.el (gnus-summary-buffer-name): New function.
13875         (gnus-summary-setup-buffer): Use it.
13876
13877         * gnus-draft.el: Set things up with the right post method and
13878         stuff.
13879
13880         * message.el (message-ignored-news-headers): Remove X-Draft-From.
13881
13882         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
13883
13884         * gnus.el (gnus-draft-meta-information-header): New variable.
13885
13886 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13887
13888         * gnus-art.el (gnus-treatment-function-alist): Move the date
13889         functions before the header sorting functions.
13890
13891         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
13892
13893         * dgnushack.el (dgnushack-compile): Message whether there is w3.
13894         Don't (push "/usr/share/emacs/site-lisp" load-path).
13895
13896         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
13897         to empty fill prefixes.
13898
13899 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13900
13901         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
13902         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
13903
13904 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13905
13906         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
13907
13908         * nnml.el (autoload): Move to nnheader.el.
13909
13910         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
13911         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
13912         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
13913         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
13914
13915 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13916
13917         * gnus-art.el (article-make-date-line): Get the hours right.
13918         (gnus-ignored-headers): More hiding.
13919
13920         * nnmail.el (nnmail-expiry-wait): Not an integer.
13921
13922         * message.el (message-goto-body): Only expand abbrev when called
13923         interactively.
13924         (message-make-lines): Use it.
13925
13926 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13927
13928         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
13929
13930 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13931
13932         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
13933         include the expunged articles.
13934
13935         * gnus-group.el (gnus-group-sort-by-server): New function.
13936
13937         * gnus.el (gnus-method-to-server-name): New function.
13938         (gnus-group-prefixed-name): Use it.
13939
13940         * gnus-group.el (gnus-group-sort-function): Doc fix.
13941         (gnus-group-sort-groups-by-server): New command.
13942
13943 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13944
13945         * gnus-art.el (gnus-treat-date-english): New variable.
13946         (article-date-english): New command.
13947         (gnus-english-month-names): New variable.
13948         (article-make-date-line): Do 'english.
13949
13950         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
13951         after the fill prefix.
13952
13953         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
13954         score...".
13955
13956         * gnus-art.el (gnus-ignored-headers): Hide more headers.
13957
13958         * message.el (message-mode-map): Bind comment-region.
13959
13960         * gnus-art.el (gnus-mime-display-part): Let w3 display
13961         multipart/related.
13962
13963         * mm-bodies.el (mm-long-lines-p): New function.
13964         (mm-body-encoding): Use it.
13965         (mm-body-encoding): Encode articles with lines longer than 1000
13966         characters.
13967
13968 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13969
13970         * mm-util.el (mm-enable-multibyte): Use
13971         default-enable-multibyte-characters.
13972         (mm-enable-multibyte-mule4): Ditto.
13973         (mm-disable-multibyte): Test XEmacs.
13974         (mm-disable-multibyte-mule4): Ditto.
13975         (mm-with-unibyte-current-buffer): Simplified.
13976         (mm-with-unibyte-current-buffer-mule4): Ditto.
13977
13978 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13979
13980         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
13981
13982         * nnheader.el (nnheader-string-as-multibyte): New alias.
13983
13984         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
13985
13986         * gnus-uu.el (gnus-message-process-mark): New function.
13987         (gnus-uu-mark-by-regexp): Use it.
13988         (gnus-new-processable): New function.
13989
13990 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
13991          Trivial patch.
13992
13993         * gnus-sum.el (gnus-no-mark): New variable.
13994
13995 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13996
13997         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
13998         backslashes.
13999
14000 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14001
14002         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
14003         definition.
14004
14005 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14006
14007         * dgnushack.el (dgnushack-compile): elc is in the current directory.
14008
14009         * qp.el (quoted-printable-encode-region): Don't check multibyte in
14010         XEmacs.
14011
14012 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
14013         Trivial patch.
14014
14015         * mml.el (mml-read-tag): Save tag location.
14016
14017 2000-12-25  Simon Josefsson  <simon@josefsson.org>
14018
14019         * starttls.el: Sync with Emacs 21.
14020
14021 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14022
14023         * message.el (message-mail): Support yank-action.
14024
14025         * message.el (message-setup): Revoke the last change.
14026
14027 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14028
14029         * message.el (message-setup): Use cons. Suggested by Johan Vromans
14030         <jvromans@squirrel.nl>.
14031
14032 2000-12-24  Simon Josefsson  <sj@extundo.com>
14033
14034         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
14035         mailing list junk at end of part.
14036
14037 2000-12-23  Simon Josefsson  <sj@extundo.com>
14038
14039         * nnimap.el (nnimap-expiry-target): New function.
14040         (nnimap-request-expire-articles): Use it.
14041
14042 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14043
14044         * gnus.el (gnus-group-parameters-more): New variable.
14045         * gnus-cus.el (gnus-group-customize): Use it.
14046
14047         * gnus.el (gnus-define-group-parameter): New macro.
14048         (auto-expire): Use it
14049         (total-expire): Use it.
14050         * gnus-art.el (banner): Use it.
14051
14052         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
14053         <ljz@asfast.com>.
14054
14055 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14056
14057         * gnus-topic.el (gnus-topic-create-topic): Use list.
14058
14059         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
14060         before binding gnus-default-article-saver.
14061
14062         * gnus-sum.el (gnus-summary-save-article):
14063         (gnus-summary-pipe-output):
14064         (gnus-summary-save-article-mail):
14065         (gnus-summary-save-article-rmail):
14066         (gnus-summary-save-article-file):
14067         (gnus-summary-write-article-file):
14068         (gnus-summary-save-article-body-file): Ditto.
14069
14070         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
14071
14072 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14073
14074         * gnus-art.el (gnus-mime-security-button-map):
14075         (gnus-mime-button-map): Add parent.
14076
14077 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14078
14079         * messagexmas.el (message-xmas-redefine): New function.
14080
14081         * message.el: Use it.
14082
14083         * gnus-art.el (gnus-article-check-hidden-text): Return t.
14084
14085         * gnus-util.el (gnus-remove-text-properties-when): Return t.
14086
14087 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14088
14089         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
14090         malformatted messages.
14091
14092 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14093
14094         * mm-util.el (mm-image-load-path): New function.
14095
14096         * gnus-group.el (gnus-group-make-tool-bar): Use it.
14097
14098         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
14099
14100         * message.el (message-tool-bar-map): Use it.
14101
14102         * Makefile.in (install-el): New rule.
14103
14104 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14105
14106         * gnus-art.el (article-treat-dumbquotes): Quote \.
14107
14108 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14109
14110         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
14111         Emacs 20 runs on a terminal.
14112
14113 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14114
14115         * gnus-msg.el (gnus-bug): Revert to save-excursion.
14116
14117         * mml.el (gnus-add-minor-mode): Autoload.
14118
14119         * message.el (message-forward): Save-restriction.
14120
14121 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14122
14123         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
14124         Paul Stevenson <p.stevenson@surrey.ac.uk>
14125
14126 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14127
14128         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
14129
14130         * mml.el (gnus-ems): Don't require.
14131
14132         * gnus.el (gnus-decode-rfc1522): Removed.
14133         (gnus-set-text-properties): Define.
14134
14135 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14136
14137         * gnus-art.el (gnus-mime-*): handle may be nil.
14138
14139         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
14140
14141         * gnus.el (gnus-group-remove-excess-properties): Not defined
14142         in gnus-xmas.
14143
14144 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14145
14146         * message.el (message-mail-user-agent): Add :version.
14147
14148 2000-12-21  Miles Bader  <miles@gnu.org>
14149
14150         * message.el (message-mode): Set `comment-start' to the  yank prefix.
14151
14152 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14153
14154         * message.el (message-mail-user-agent): New variable.
14155         (message-setup): Renamed to message-setup-1. Support
14156         mail-user-agent.
14157         (message-mail-user-agent): New function.
14158         (message-mail): Use it.
14159         (message-reply): Use it.
14160         (message-resend): Use it.
14161         (message-mail-other-window): Use it.
14162         (message-mail-other-frame): Use it.
14163
14164         * gnus-msg.el (gnus-bug): Support mail-user-agent.
14165
14166 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14167
14168         * message.el (message-tool-bar-map): Simplify.
14169         (message-narrow-to-head-1): New function.
14170         (message-narrow-to-head): Use it.
14171         (message-reply): Ditto.
14172         (message-cancel-news): Ditto.
14173         (message-supersede): Ditto.
14174         (message-make-forward-subject): Ditto.
14175         (message-bounce): Ditto.
14176
14177 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14178
14179         * uudecode.el (uudecode-decode-region-external): make-temp-file
14180         may not be defined.
14181
14182         * binhex.el (defalias): eval-and-compile.
14183
14184         * message.el (message-tool-bar-map): New function.
14185         (message-mode): Use it.
14186
14187 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14188
14189         * nntp.el (nntp-find-connection): Remove the entry.
14190         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
14191
14192 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14193
14194         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
14195
14196         * message.el (message-forward): Copy buffer in unibyte mode.
14197
14198 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14199
14200         * message.el (message-make-forward-subject): Don't widen. Decode.
14201         (message-forward): Don't decode subject.
14202
14203 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
14204
14205         * qp.el (quoted-printable-encode-region): Upcase QP.
14206
14207 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14208
14209         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
14210         mail-extract-a-c instead. Don't depend on Gnus.
14211
14212         * mml.el (gnus-ems): Require it.
14213
14214         * gnus-msg.el (gnus-summary-mail-forward):
14215
14216         * message.el (message-forward):  Move mime-to-mml here.
14217
14218 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14219
14220         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
14221         * gnus-art.el (gnus-insert-mime-button): Simplify.
14222         (gnus-mime-display-alternative): Ditto.
14223         (gnus-insert-mime-security-button): Ditto.
14224
14225 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14226
14227         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
14228         text-property-not-all doesn't return nil when start=mark(end).
14229         (gnus-remove-text-properties-when): Ditto.
14230
14231 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14232
14233         * gnus-start.el (gnus-group-change-level): Remove group from
14234         gnus-active-hashtb if real killed.
14235
14236 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14237
14238         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
14239         (gnus-mime-display-alternative): Ditto.
14240         (gnus-insert-mime-security-button): Ditto.
14241
14242 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14243
14244         * gnus-start.el (gnus-group-change-level): Don't add it into
14245         killed-list if it was killed.
14246
14247 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14248
14249         * nnmbox.el (nnmbox-file-coding-system): Use binary.
14250         (nnmbox-active-file-coding-system): Ditto.
14251
14252         * gnus-cus.el (gnus-group-parameters): Add posting-style.
14253
14254 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14255
14256         * gnus.el (gnus-version):
14257         (gnus-version-number): Set to Oort Gnus 0.01.
14258
14259         * gnus-art.el (gnus-mime-security-button-map):
14260         (gnus-insert-mime-security-button): Fix for Emacs21.
14261
14262 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14263
14264         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
14265         easymenu, because XEmacs doesn't understand :help.
14266
14267         * mm-uu.el: Require binhex.
14268
14269 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14270
14271         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
14272
14273 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14274
14275         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
14276
14277 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
14278
14279         * *.xpm, *.pbm: Convert icons icons to size 24x24.
14280
14281 2000-12-18  Dave Love  <fx@gnu.org>
14282
14283         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
14284         (unused).
14285
14286 2000-12-13  Miles Bader  <miles@gnu.org>
14287
14288         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
14289         to t, so that we don't get stuck while trying to smilefy
14290         intangible text.
14291
14292 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
14293
14294         * smiley-ems.el (smiley-regexp-alist): Make regexps match
14295         at the end of the buffer.
14296         (smiley-region): In the loop, move to the end of the submatch
14297         matching the smiley instead of using the end of the match
14298         of the whole regexp.
14299
14300 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
14301
14302         * message.el (message-mode): Doc fix.
14303
14304 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
14305
14306         * smiley-ems.el (smiley-region): Doc fix.
14307
14308 2000-12-11  Miles Bader  <miles@gnu.org>
14309
14310         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
14311         bottom line visible, check to see if it's partially obscured, and
14312         if so, either scroll one more line to make it fully visible, or
14313         revert to showing the second line from the top.
14314
14315 2000-12-07  Dave Love  <fx@gnu.org>
14316
14317         * mailcap.el (mailcap-download-directory)
14318         * gnus-audio.el (gnus-audio-directory)
14319         * smiley-ems.el (smiley-data-directory): Fix :type.
14320
14321 2000-11-30  Dave Love  <fx@gnu.org>
14322
14323         * message.el (message-auto-save-directory): Use
14324         file-name-as-directory.
14325         (message-set-auto-save-file-name): Create
14326         message-auto-save-directory if necessary.
14327         (message-replace-chars-in-string): Removed -- unused.
14328         (message-mail-alias-type): Customize.
14329         (message-headers): Remove duplicate defgroup.
14330
14331 2000-11-29  Dave Love  <fx@gnu.org>
14332
14333         * qp.el (quoted-printable-decode-region): Use error, not message
14334         to report malformed text (like base64).  Amend message.
14335
14336 2000-11-29  Miles Bader  <miles@gnu.org>
14337
14338         * message.el (message-header-lines): Fontify tag.
14339
14340 2000-11-27  Dave Love  <fx@gnu.org>
14341
14342         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
14343         compiler warning.
14344
14345 ;2000-11-26  Dave Love  <fx@gnu.org>
14346 ;
14347 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
14348 ;
14349 2000-11-23  Dave Love  <fx@gnu.org>
14350
14351         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
14352
14353         * mm-uu.el (uudecode): Require.
14354         (uudecode-decode-region, uudecode-decode-region-external): Don't
14355         autoload.
14356         (mm-uu-copy-to-buffer): Doc fix.
14357         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
14358         type fix.
14359
14360         * mailcap.el: Doc fixes.
14361         (mailcap-mime-data): Various adjustments.
14362         (mailcap): New group.
14363         (mailcap-download-directory): Customize.
14364         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
14365         (mailcap-temporary-directory): Deleted (unused).
14366         (mailcap-unescape-mime-test): Simplify slightly.
14367         (mailcap-viewer-passes-test): Use functionp.
14368         (mailcap-command-p): Aliased to executable-find.
14369
14370         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
14371         default-enable-multibyte-characters is nil.
14372
14373 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
14374
14375         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
14376
14377 2000-11-21  Dave Love  <fx@gnu.org>
14378
14379         * gnus-art.el (gnus-mime-button-map): Don't inherit from
14380         gnus-article-mode-map.
14381 ;       (gnus-mime-button-menu): Use mouse-set-point.
14382         (gnus-insert-mime-button, gnus-mime-display-alternative)
14383         (gnus-mime-display-alternative): Don't use local-map property.
14384
14385 2000-11-17  Dave Love  <fx@gnu.org>
14386
14387         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
14388         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
14389         and make-temp-file.
14390         (uudecode-decode-region): Doc fix.
14391
14392 2000-11-14  Dave Love  <fx@gnu.org>
14393
14394         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
14395         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
14396         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
14397         New files, derived from the XPMs.
14398
14399 2000-11-10  Dave Love  <fx@gnu.org>
14400
14401         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
14402         (gnus-agent-lib-file, gnus-agent-load-alist)
14403         (gnus-agent-save-alist, gnus-agent-article-name): Use
14404         expand-file-name.
14405
14406         * gnus-group.el (gnus-group-name-charset-method-alist): Add
14407         :version.
14408         (nnkiboze-score-file): Defvar when compiling.
14409
14410         * gnus-start.el (gnus-read-newsrc-file): Add :version.
14411
14412         * gnus-art.el (gnus-article-banner-alist)
14413         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
14414         (gnus-article-date-lapsed-new-header)
14415         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
14416         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
14417         (gnus-treat-strip-headers-in-body)
14418         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
14419         (gnus-treat-translate): Add :version.
14420         (gnus-article-mime-part-function): Fix defcustom.
14421
14422         * nnmail.el (nnmail-expiry-target)
14423         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
14424         (nnmail-split-header-length-limit): Add :version.
14425
14426         * gnus-sum.el (gnus-auto-expirable-marks)
14427         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
14428         (gnus-extra-headers, gnus-ignored-from-addresses)
14429         (gnus-newsgroup-ignored-charsets)
14430         (gnus-group-highlight-words-alist)
14431         (gnus-summary-show-article-charset-alist): Add :version.
14432
14433         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
14434         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
14435         files, converted from the XPMs.
14436
14437         * gnus-cache.el (gnus-cache-active-file): Don't use
14438         file-name-as-directory on directory.
14439         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
14440         use file-name-as-directory on directory.
14441
14442         * time-date.el (timezone-make-date-arpa-standard): Autoload.
14443         (date-to-time): Use it.
14444
14445 ;       * message.el (message-mode) <adaptive-fill-regexp>:
14446 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
14447 ;       (message-newline-and-reformat): Likewise.
14448         (message-forward-as-mime, message-forward-ignored-headers)
14449         (message-buffer-naming-style, message-default-charset)
14450         (message-dont-reply-to-names, message-send-mail-partially-limit):
14451         Add :version.
14452
14453         * mm-util.el: Doc fixes.
14454         (mm-mime-charset): Don't use the raw result of
14455         mm-preferred-coding-system.
14456         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
14457         (mm-with-unibyte): Simplify.
14458
14459         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
14460         concat.
14461
14462         * pop3.el (pop3-version): Deleted.
14463         (pop3-make-date): New function, avoiding message-make-date.
14464         (pop3-munge-message-separator): Use it.
14465
14466 2000-11-09  Dave Love  <fx@gnu.org>
14467
14468         * gnus-group.el (gnus-group-make-directory-group)
14469         (gnus-group-fetch-faq): Use expand-file-name.
14470         (gnus-group-fetch-faq): Simplify completing-read form.
14471
14472         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
14473         test for Mule.
14474
14475         * message.el (tool-bar-map): Defvar when compiling.
14476
14477         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
14478         (gnus-tm-lisp-directory): Deleted.
14479         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
14480         (featurep 'xemacs).
14481         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
14482         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
14483         version numbers from file names.
14484
14485 2000-11-08  Dave Love  <fx@gnu.org>
14486
14487         * mm-view.el: Use featurep for XEmacs test.
14488         (mm-inline-message): Test for `remove-specifier'; don't use
14489         condition-case.
14490
14491         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
14492
14493         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
14494         (gnus-score-find-bnews): Don't concat "".
14495
14496         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
14497         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
14498         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
14499         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
14500
14501         * gnus-sum.el: Put some defvars in eval-when-compile.
14502         (gnus-summary-mode-hook): Add :options.
14503         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
14504         (gnus-summary-tool-bar-map): New variable.
14505         (gnus-summary-make-tool-bar): New function.
14506         (gnus-summary-mode): Put kill-all-local-variables first.
14507
14508         * gnus-group.el (gnus-group-toolbar-map): New variable.
14509         (gnus-group-make-tool-bar): Rewritten.
14510         (gnus-group-mode): Put kill-all-local-variables first.
14511
14512         * rfc2047.el: Require gnus-util.
14513
14514         * nnml.el (gnus-sorted-intersection): Autoload.
14515
14516         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
14517         Put some defvars in eval-when-compile.
14518         (gnus-intersection, gnus-sorted-complement):  Autoload.
14519
14520         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
14521
14522         * mm-encode.el (mm-body-7-or-8): Autoload.
14523
14524         * mm-decode.el (mm-insert-inline): Autoload.
14525
14526         * mml.el:
14527         * message.el: Put some defvars in eval-when-compile.
14528
14529         * gnus-msg.el: Put some defvars in eval-when-compile.
14530         (gnus-msg-mail): Move after gnus-setup-message.
14531
14532         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
14533
14534 2000-11-07  Dave Love  <fx@gnu.org>
14535
14536         * gnus-util.el (nnheader): Don't require message (recursive
14537         autoload).
14538
14539         * uudecode.el: Avoid compiler warnings.
14540
14541         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
14542         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
14543
14544 2000-11-06  Dave Love  <fx@gnu.org>
14545
14546         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
14547
14548         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
14549         (uudecode-char-int): New alias, replacing char-int.
14550         (uudecode-decode-region): Don't call buffer-disable-undo.
14551
14552 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
14553 ;       (mm-uu-configure-list): Doc fix.
14554 ;
14555 ;       * earcon.el (running-xemacs): Don't define.
14556 ;
14557 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
14558 ;
14559 ;       * message.el (message-font-lock-keywords): Match a final newline
14560 ;       to help font-lock's multiline support.
14561 ;
14562 2000-11-03  Dave Love  <fx@gnu.org>
14563
14564         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
14565
14566         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
14567         name.
14568
14569         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
14570         <banner>: Fix custom type, doc.
14571
14572         * mm-decode.el (mm-display-external): Space-prefix temp buffer
14573         name.  Don't disable undo explicitly.
14574
14575 ;2000-11-02  Dave Love  <fx@gnu.org>
14576 ;
14577 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
14578 ;       cite-prefix.
14579
14580 2000-11-01  Dave Love  <fx@gnu.org>
14581
14582         * rfc2047.el (base64): Require unconditionally.
14583         (message-posting-charset): Defvar when compiling.
14584         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
14585         message.
14586
14587         * gnus-sum.el (nnoo): Require.
14588         (mm-uu-dissect): Autoload.
14589
14590         * mml.el (mml-parse-1): Clarify message.
14591         (mml-minibuffer-read-type): Use mailcap-mime-types.
14592
14593 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
14594
14595         * mml.el: Fix a typo in the requiring of CL.
14596
14597 2000-11-01  Dave Love  <fx@gnu.org>
14598
14599         * utf7.el: Require cl when compiling.
14600
14601         * binhex.el: Use (featurep 'xemacs).
14602         (binhex-char-int): New alias, replacing char-int.  Change callers.
14603         (binhex-decode-region): Simplify work buffer code.
14604         (binhex-decode-region-external): Use expand-file-name, not concat.
14605
14606 2000-10-30  Dave Love  <fx@gnu.org>
14607
14608         * gnus-art.el: Fix 2000-10-27 change properly.
14609
14610 2000-10-28  Miles Bader  <miles@gnu.org>
14611
14612         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
14613
14614 2000-10-27  Dave Love  <fx@gnu.org>
14615
14616         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
14617         strings.
14618         (gnus-group-make-tool-bar): New function.
14619         (gnus-group-mode): Use it.
14620
14621         * message.el (message-mode-menu): Add some :help strings.
14622         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
14623         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
14624
14625         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
14626         * describe-group.xpm, get-news.xpm, kill-group.xpm:
14627         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
14628
14629         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
14630         display-graphic-p here.
14631
14632 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
14633
14634         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
14635         of the `gnus-xemacs' variable, as the latter has been removed.
14636         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
14637         * gnus-art.el (gnus-treat-display-xface)
14638         (gnus-treat-display-smileys, gnus-treat-display-picons)
14639         (gnus-article-read-summary-keys): Likewise.
14640
14641 2000-10-26  Dave Love  <fx@gnu.org>
14642
14643         (defvar): Use rmail-spool-directory unconditionally.
14644
14645 2000-10-18  Dave Love  <fx@gnu.org>
14646
14647         * mm-bodies.el (mm-uu-decode-function)
14648         (mm-uu-binhex-decode-function): Defvar when compiling.
14649
14650         * gnus-nocem.el (gnus-nocem-issuers): Update.
14651         (gnus-nocem-check-from): New option.
14652         (gnus-nocem-scan-groups): Use it.
14653         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
14654         (gnus-nocem-check-article-limit): Add :version.
14655
14656 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
14657
14658         * ietf-drums.el (mm-util): Require CL when compiling.
14659
14660 2000-10-15  Dave Love  <fx@gnu.org>
14661
14662         * qp.el: Require mm-util.
14663
14664 2000-10-13  Dave Love  <fx@gnu.org>
14665
14666         * qp.el (quoted-printable-decode-region): Avoid invalid
14667         coding-systems.
14668
14669 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
14670
14671         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
14672         to a recursive load.
14673
14674 2000-10-12  Dave Love  <fx@gnu.org>
14675
14676         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
14677
14678         * gnus.el (gnus-group-startup-message): Check for PBM image.
14679
14680 2000-10-09  Dave Love  <fx@gnu.org>
14681
14682         * mail-source.el (mail-source-fetch-imap): Bind
14683         default-enable-multibyte-characters rather than using
14684         mm-disable-multibyte.
14685
14686 2000-10-05  Dave Love  <fx@gnu.org>
14687
14688         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
14689         Autoload.
14690         (quoted-printable-decode-region):  Rename arg which confused
14691         charset with coding-system.  Don't use nonascii-insert-offset.
14692         Coding-system encode the region initially.  Don't recognize `=='
14693         as valid QP.  Coding-system decode the region finally.
14694         (quoted-printable-decode-string): Rename arg which confused
14695         charset with coding-system.
14696
14697         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
14698         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
14699         mm-encode-coding-region.
14700         (mm-decode-body, mm-decode-string): Rename variables which
14701         confused charset with coding-system.
14702         (binhex-decode-region): Don't autoload.
14703         (mm-body-encoding): Require message.
14704         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
14705         cond branches.
14706
14707         * gnus-art.el (article-de-quoted-unreadable)
14708         (article-de-base64-unreadable): Fold search case
14709         rather than downcasing string.  Apply mm-charset-to-coding-system
14710         to arg of quoted-printable-decode-region.
14711
14712 2000-10-04  Dave Love  <fx@gnu.org>
14713
14714         * gnus-ems.el: Don't turn off compiler warnings in local vars.
14715         Require ring when compiling.
14716         (gnus-article-compface-xbm): New variable.
14717
14718 2000-10-04  Dave Love  <fx@gnu.org>
14719
14720         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
14721         pbm images.
14722
14723         * frown.pbm, smile.pbm, wry.pbm: New files.
14724
14725         * frown.xbm, smile.xbm, wry.xbm: Deleted.
14726
14727 2000-10-03  Dave Love  <fx@gnu.org>
14728
14729         * mail-source.el (mail-sources): Revert to nil.
14730
14731         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
14732
14733         * qp.el: Don't require mm-util.
14734         (quoted-printable-decode-region): Rewritten.
14735         (quoted-printable-decode-string, quoted-printable-encode-region):
14736         Doc fix.
14737         (quoted-printable-encode-region): Barf on multibyte characters.
14738         Maybe make the class multibyte.  Upcase chars, not formatted
14739         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
14740         (quoted-printable-encode-string): Don't use
14741         mm-with-unibyte-buffer.
14742
14743 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
14744
14745         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
14746
14747 2000-09-21  Dave Love  <fx@gnu.org>
14748
14749         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
14750         (for Emacs 20).  Tidy somewhat.
14751
14752 2000-09-21  Dave Love  <fx@gnu.org>
14753
14754         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
14755         image processing.  Rationalize logic somewhat.
14756
14757 2000-09-20  Dave Love  <fx@gnu.org>
14758
14759         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
14760         specifically.
14761
14762         * gnus.el (gnus-version-number): Avoid some redundant
14763         autoloads.
14764
14765 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
14766
14767         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
14768         to XBM; we always have PBM support.
14769
14770 2000-09-14  Dave Love  <fx@gnu.org>
14771
14772         * gnus.el (gnus-charset):
14773         * mm-decode.el (mime-display):
14774         * imap.el (imap) <defgroup>: Add :version.
14775
14776 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
14777
14778         * parse-time.el: Fix author's mail address.
14779
14780         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
14781         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
14782         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
14783         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
14784         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
14785         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
14786         * rfc2231.el, uudecode.el: Fix copyright notice.
14787
14788         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
14789         require `w3' at load-time only if not running in batch mode.
14790
14791 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14792
14793         * gnus.el: Before merge with Emacs21.
14794
14795 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
14796
14797         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
14798
14799 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
14800
14801         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
14802         to avoid conflict with the standard `back-to-indentation'
14803         binding.
14804
14805 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14806
14807         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
14808
14809         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
14810         (mm-disable-multibyte-mule4): Ditto.
14811         (mm-with-unibyte-current-buffer-mule4): Ditto.
14812
14813 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14814
14815         * pop3.el (pop3-movemail): Use binary.
14816         (pop3-movemail-file-coding-system): Removed.
14817
14818 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14819
14820         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
14821
14822 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14823
14824         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
14825         exists.
14826
14827 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14828
14829         * gnus-msg.el (gnus-post-method): Use backend name when the
14830         address is "".
14831
14832 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14833
14834         * gnus-art.el (article-verify-x-pgp-sig): Don't test
14835         mm-verify-option.
14836         (gnus-treat-x-pgp-sig): Default value.
14837         (gnus-ignored-headers): Redundant.
14838
14839 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14840
14841         * gnus-win.el (gnus-configure-frame): Save selected window.
14842
14843 2000-02-15  Andrew Innes  <andrewi@gnu.org>
14844
14845         * nnmbox.el: Require gnus-range.
14846         (nnmbox-group-building-active-articles): New variable.
14847         (nnmbox-group-active-articles): New variable; this is a cache of
14848         all active articles by group and number.
14849         (nnmbox-in-header-p): New function.
14850         (nnmbox-find-article): New function.
14851         (nnmbox-record-active-article): New function.
14852         (nnmbox-record-deleted-article): New function.
14853         (nnmbox-is-article-active-p): New function.
14854         (nnmbox-retrieve-headers): Use nnmbox-find-article.
14855         (nnmbox-request-article): Ditto.  Also supply extra arg to
14856         nnmbox-article-group-number.
14857         (nnmbox-request-expire-articles): Ditto.
14858         (nnmbox-request-move-article): Ditto.
14859         (nnmbox-request-replace-article): Ditto.
14860         (nnmbox-request-rename-group): Rename group entry in active
14861         article cache.
14862         (nnmbox-delete-mail): Update active article cache, unless article
14863         is being replaced.
14864         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
14865         than partially duplicating it.
14866         (nnmbox-article-group-number): Add extra `this-line' arg, to
14867         handle articles belonging to multiple groups.
14868         (nnmbox-save-mail): Update active article cache.
14869         (nnmbox-read-mbox): Build active article cache when loading mbox.
14870         Also do some repair work, if we find articles that are missing the
14871         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
14872         reconstruct these from Xref info.
14873
14874 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14875
14876         * mail-source.el (mail-source-report-new-mail): Use
14877         nnheader-run-at-time.
14878
14879 2000-02-15  Andrew Innes  <andrewi@gnu.org>
14880
14881         * mail-source.el (mail-source-fetch-pop): Clear pop password when
14882         an error is thrown, and then rethrow the error.
14883         (mail-source-check-pop): Ditto.
14884         (mail-source-start-idle-timer): Prevent multiple pop checks
14885         running if the check takes a long time.
14886
14887 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14888
14889         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
14890         succeed.
14891
14892 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14893
14894         * gnus-win.el (gnus-configure-windows): Make sure
14895         nntp-server-buffer is live.
14896         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
14897
14898 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
14899
14900         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
14901
14902 2000-12-04  Andreas Jaeger  <aj@suse.de>
14903
14904         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
14905
14906 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14907
14908         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
14909
14910 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14911         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
14912
14913         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
14914
14915 2000-12-01  Simon Josefsson  <sj@extundo.com>
14916
14917         * mml-smime.el (mml-smime-verify): Fix address parsing.
14918
14919 2000-12-01  Simon Josefsson  <sj@extundo.com>
14920
14921         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
14922         more than one certificate inside PKCS#7 blob.  Better security
14923         information (clamed / actual sender, openssl output, certificates
14924         inside message).
14925
14926         * smime.el (smime-verify-region): Output to /dev/null.
14927         (smime-buffer-as-string-region): Don't parse empty lines.
14928
14929 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14930
14931         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
14932         ?d and ?D.
14933         (gnus-mime-security-show-details-inline): New variable.
14934         (gnus-mime-security-show-details): Use them.
14935         (gnus-insert-mime-security-button): Ditto.
14936
14937         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
14938         Suggest by Michael Duggan (md5i@cs.cmu.edu).
14939         (mml2015-gpg-clear-verify): Ditto.
14940         (mml2015-gpg-decrypt-1): Ditto.
14941         (mml2015-use): Prefer 'gpg.
14942
14943 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14944
14945         * gnus-util.el (gnus-add-text-properties-when): New function.
14946         (gnus-remove-text-properties-when): Ditto.
14947
14948         * gnus-cite.el (gnus-article-hide-citation): Use them.
14949         (gnus-article-toggle-cited-text): Use them.
14950
14951         * gnus-art.el (gnus-signature-toggle): Use them.
14952         (gnus-article-show-hidden-text): Ditto.
14953         (gnus-article-hide-text): Ditto.
14954
14955 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14956
14957         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
14958
14959 2000-11-30  Simon Josefsson  <sj@extundo.com>
14960
14961         * smime.el (smime-point-at-eol): New alias.
14962         (smime-buffer-as-string-region): Use it.
14963
14964 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14965
14966         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
14967
14968 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14969
14970         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
14971
14972         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
14973
14974         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
14975
14976 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14977
14978         * nnmh.el (nnmh-request-expire-articles): Implemented
14979         expiry-target for nnmh backend.
14980
14981 2000-11-30  Simon Josefsson  <sj@extundo.com>
14982
14983         * mm-decode.el (mm-security-from): New variable.
14984         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
14985
14986         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
14987         than `from'.
14988
14989 2000-11-30  Simon Josefsson  <sj@extundo.com>
14990
14991         * mml-smime.el (mml-smime-verify): Verify that certificate mail
14992         address match sender address.
14993
14994         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
14995
14996         * smime.el (smime-verify-region): Don't copy buffer.
14997         (smime-decrypt-buffer): Use expand-file-name on keyfile.
14998         (smime-pkcs7-region): New function.
14999         (smime-pkcs7-certificates-region): Ditto.
15000         (smime-pkcs7-email-region): Ditto.
15001         (smime-buffer-as-string-region): Ditto.
15002
15003         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
15004         buffer.
15005
15006 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
15007
15008         * smime.el (smime-decrypt-region): Fix keyfile argument.
15009
15010 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15011
15012         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
15013
15014 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15015
15016         * message.el (message-shoot-gnksa-feet): New variable.
15017         (message-gnksa-enable-p): New function.
15018         (message-send): Use it.
15019         (message-check-news-body-syntax): Ditto.
15020
15021 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15022
15023         * message.el (message-make-message-id): Remove the redundancy.
15024
15025 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15026
15027         * message.el (message-setup): Discourage using mc-install-*-mode.
15028
15029         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
15030
15031 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15032
15033         * gnus-cite.el (gnus-cite-parse): Guess citation length.
15034
15035 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15036
15037         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
15038
15039 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15040
15041         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
15042
15043 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15044
15045         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
15046         insert-buffer-substring.
15047
15048         * message.el (message-send-mail): Use buffer-substring-no-properties.
15049         (message-send-news): Ditto.
15050
15051 2000-11-22  David Edmondson  <dme@dme.org>
15052
15053         * imap.el (imap-wait-for-tag): Message read info.
15054
15055 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15056
15057         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
15058         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
15059         (mml2015-gpg-encrypt): Ditto.
15060
15061 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15062
15063         * mm-decode.el (mm-verify-option): Default value.
15064
15065         * mml-sec.el (mml-secure-part): Error message.
15066
15067 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15068
15069         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
15070
15071 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15072
15073         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
15074
15075 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15076
15077         * gnus-art.el (gnus-article-describe-key): Use prompt.
15078         (gnus-article-describe-key-briefly): Ditto.
15079
15080 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15081
15082         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
15083
15084 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15085
15086         * gnus-art.el (gnus-article-describe-key): New function.
15087         (gnus-article-describe-key-briefly): New function.
15088
15089 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15090
15091         * mm-decode.el (mm-decrypt-option): Doc typo.
15092
15093         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
15094         return a number.
15095
15096 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15097
15098         * message.el (message-newline-and-reformat): Typo.
15099
15100 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15101
15102         * gnus-art.el (article-verify-x-pgp-sig): Check whether
15103         original-article-buffer exists.
15104
15105         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
15106         (rfc2047-header-encoding-alist): Addresses are different from text.
15107         (rfc2047-encode-message-header): Ditto.
15108         (rfc2047-dissect-region): Extra parameter.
15109         (rfc2047-encode-region): Ditto.
15110         (rfc2047-encode-string): Ditto.
15111
15112 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15113
15114         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
15115         (mm-uu-pgp-encrypted-extract): Use it.
15116         (mm-uu-pgp-signed-extract-1): New function.
15117         (mm-uu-pgp-signed-extract): Use it.
15118
15119         * gnus-art.el (gnus-mime-display-security): New function.
15120         (gnus-mime-display-part): Use it.
15121         (gnus-mime-security-verify-or-decrypt): New function.
15122         (gnus-mime-security-press-button): New function.
15123         (gnus-insert-mime-security-button): Use it.
15124
15125         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
15126         (mm-find-raw-part-by-type): Ditto.
15127         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
15128         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
15129         (mm-destroy-parts): Kill nested multibyte buffer.
15130
15131         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
15132         (mml2015-gpg-verify): Ditto.
15133
15134 2000-11-18  Simon Josefsson  <sj@extundo.com>
15135
15136         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
15137         (mml2015-function-alist): Use it.
15138
15139         * mml-sec.el (mml-sign-alist): Update names.
15140         (mml-encrypt-alist): Ditto.
15141         (mml-secure-part-smime-sign): Moved to mml-smime.el
15142         as `mml-smime-sign-query'.
15143         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
15144         `mml-smime-get-file-cert'.
15145         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
15146         `mml-smime-get-dns-cert'.
15147         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
15148         `mml-smime-encrypt-query'.
15149         (mml-smime-sign-buffer): Use mml-smime-sign.
15150         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
15151
15152         * mml-smime.el (mml-smime-sign): New function.
15153         (mml-smime-encrypt):
15154         (mml-smime-sign-query):
15155         (mml-smime-get-file-cert):
15156         (mml-smime-get-dns-cert):
15157         (mml-smime-encrypt-query): Moved from mml-sec.el.
15158
15159 2000-11-16  Simon Josefsson  <sj@extundo.com>
15160
15161         * mml2015.el (mml2015-gpg-clear-verify): New function.
15162         (mml2015-function-alist): Add it.
15163
15164 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
15165
15166         * message.el (message-setup-fill-variables): Use
15167         message-cite-prefix-regexp.
15168         (message-newline-and-reformat): Check the end of citation, leading
15169         WSP, break in the cite prefix.
15170         (message-fill-paragraph): New function.
15171
15172 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15173
15174         * lpath.el: Shut up.
15175
15176 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
15177
15178         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
15179         raw 8-bit in headers in dk.* newsgroups.
15180
15181 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15182
15183         * message.el (message-newline-and-reformat): Match extra WSPs.
15184
15185 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
15186
15187         * mml.el (mml-generate-mime-1): Ignore ascii.
15188
15189 2000-11-16 Justin Sheehy  <justin@iago.org>
15190
15191         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
15192
15193 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15194
15195         * message.el (message-cite-prefix-regexp): Prefix should not end
15196         at space.
15197
15198 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15199
15200         * message.el (message-mode-syntax-table): Add - as a word
15201         constituent as in articles.
15202         (message-setup-fill-variables): Add -_. as supercite-style prefix.
15203         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
15204         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
15205
15206 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
15207
15208         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
15209
15210 2000-11-12  David Edmondson  <dme@dme.org>
15211
15212         * message.el (message-font-lock-keywords): use
15213         message-cite-prefix-regexp.
15214
15215 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15216
15217         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
15218         Stein Arild Str\e,Ax\e(Bmme.
15219         (gnus-group-jump-to-group): Use it.
15220         (gnus-group-jump-to-group-prompt): Customize.
15221
15222 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
15223
15224         * mailcap.el (mailcap-possible-viewers): Match the entire string.
15225
15226 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15227
15228         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
15229         incompatible.
15230         (mml2015-mailcrypt-sign): Ditto.
15231
15232 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15233
15234         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
15235         group is open.
15236
15237 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
15238
15239         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
15240         nnvirtual articles.
15241         (gnus-backlog-request-article): Don't request nnvirtual articles.
15242
15243 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15244
15245         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
15246         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
15247
15248 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15249
15250         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
15251         * mml.el (mml-generate-mime-1): Use charset attribute.
15252         * mm-bodies.el (mm-encode-body): Add parameter charset.
15253         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
15254
15255 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15256
15257         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
15258         (mml2015-mailcrypt-clear-decrypt): Ditto.
15259         (mml2015-mailcrypt-verify): Ditto.
15260         (mml2015-mailcrypt-clear-verify): Ditto.
15261         (mml2015-gpg-verify): Ditto.
15262
15263 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15264
15265         * smime.el (smime-openssl-program): Test the existence of openssl.
15266         * mml-smime.el: Require mm-decode.
15267         (mml-smime-verify-test): New function.
15268         * mm-decode.el (mm-verify-function-alist): Use it.
15269
15270 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15271
15272         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
15273         anyway.
15274
15275 2000-11-13  Simon Josefsson  <sj@extundo.com>
15276
15277         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
15278         verification doesn't work.
15279
15280 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15281
15282         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
15283         (gnus-inews-do-gcc): Use it.
15284
15285 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
15286
15287         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
15288         leading space.
15289         * mm-extern.el (mm-inline-external-body): Report error when no
15290         access-type.
15291
15292 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
15293
15294         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
15295
15296 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
15297
15298         * gnus-art.el (gnus-mime-button-menu): Use select-window.
15299
15300 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
15301
15302         * gnus-art.el (gnus-mime-display-part): Display multipart/related
15303         as multipart/mixed.
15304
15305 2000-11-12  David Edmondson  <dme@dme.org>
15306
15307         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
15308         and replace `.' with `\w' to allow for different syntax tables
15309         (from Vladimir Volovich).
15310         * message.el (message-newline-and-reformat): use
15311         `message-cite-prefix-regexp'.
15312         * gnus-cite.el (gnus-supercite-regexp): use
15313         `message-cite-prefix-regexp'.
15314         * gnus-cite.el (gnus-cite-parse): use
15315         `message-cite-prefix-regexp'.
15316
15317 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15318
15319         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
15320         PGP SIGNATURE.  Escape leading "-"'s.
15321         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
15322
15323 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
15324
15325         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
15326
15327 2000-11-11  Simon Josefsson  <sj@extundo.com>
15328
15329         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
15330
15331         * smime.el (smime-details-buffer): New variable.
15332         (smime-sign-region):
15333         (smime-encrypt-region):
15334         (smime-verify-region):
15335         (smime-decrypt-region): Copy OpenSSL output to the buffer.
15336
15337         * mml-smime.el (mml-smime-verify): Support security info.
15338
15339 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
15340
15341         * mm-decode.el (mm-verify-option): Set default to nil.
15342         (mm-decrypt-option): Ditto.
15343         * gnus-art.el (article-verify-x-pgp-sig): New function.
15344
15345 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
15346
15347         * gnus-art.el (gnus-mime-display-alternative): Show button if no
15348         preferred part.
15349
15350 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15351
15352         * gnus-sum.el (gnus-move-split-methods): Say that
15353         `gnus-split-methods' uses file names, whereas this uses group
15354         names.  (Report from Nevin Kapur)
15355
15356 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
15357
15358         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
15359
15360 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15361
15362         * nnheader.el (nnheader-directory-files-is-safe): New variable.
15363         (nnheader-directory-articles): Use it.
15364         (nnheader-article-to-file-alist): Ditto.
15365
15366 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15367
15368         * rfc2047.el (rfc2047-pad-base64): New function.
15369         (rfc2047-decode): Use it.
15370
15371 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
15372
15373         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
15374         select method.
15375
15376 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15377
15378         * mml2015.el (mml2015-gpg-decrypt-1):
15379         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
15380
15381 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15382
15383         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
15384
15385 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
15386
15387         * pop3.el (pop3-munge-message-separator): A message may have an
15388         empty body.
15389
15390 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
15391
15392         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
15393         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
15394         (mm-uu-pgp-signed-extract): Use coding-system.
15395
15396 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
15397
15398         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
15399         (gnus-insert-mime-security-button): New function.
15400         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
15401         * mml2015.el:  Add security info when verify or decrypt.
15402         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
15403         (mm-uu-pgp-encrypted-extract): Ditto.
15404
15405 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
15406
15407         * mm-decode.el (mm-display-parts): New function.
15408         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
15409
15410 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15411
15412         * gnus-mlspl.el: Documentation tweaks.
15413
15414 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15415
15416         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
15417         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
15418         argument.
15419
15420 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
15421
15422         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
15423
15424 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
15425
15426         * gnus-art.el (gnus-article-encrypt): New function.
15427         (gnus-article-encrypt-protocol-alist): New variable.
15428         (gnus-article-encrypt-protocol): New variable.
15429         * mml2015.el (mml2015-self-encrypt): New function.
15430         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
15431
15432 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
15433
15434         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
15435         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
15436         let mailcap do it.
15437         * mml2015.el: Remove snarf code.
15438         * mm-decode.el: Remove snarf code.
15439
15440 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
15441
15442         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
15443         (mml-insert-mime): Understand gnus-decoded.
15444         (mime-to-mml): New parameter handles.
15445         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15446         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
15447
15448 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15449
15450         * mm-decode.el (mime-security): New group.
15451         (mm-verify-function-alist): Add test function.
15452         (mm-decrypt-function-alist): Ditto.
15453         (mm-snarf-option): Set default value as nil.
15454         (mm-find-part-by-type): Recursive parameter.
15455         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
15456         * mml2015.el: Support draft-ietf-openpgp-multsig.
15457
15458 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
15459
15460         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
15461         (gnus-article-view-part-as-charset): New function.
15462
15463 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
15464
15465         * mm-decode.el (mm-verify-option): Default value.
15466         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
15467
15468 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15469
15470         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
15471
15472 2000-11-05  Simon Josefsson  <sj@extundo.com>
15473
15474         * mml-smime.el (mml-smime-verify): Work in original multipart
15475         buffert.
15476
15477         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
15478         (mm-handle-multipart-ctl-parameter): Ditto.
15479         (mm-alist-to-plist): New function.
15480         (mm-dissect-buffer): Store CTL parameters and copy original buffer
15481         for multiparts.
15482         (mm-destroy-parts): Destroy multipart buffert.
15483         (mm-remove-part): Ditto.
15484
15485         * mml-smime.el (mml-smime-sign): Not used.
15486         (mml-smime-encrypt): Ditto.
15487
15488         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
15489
15490         Verify S/MIME signature support.
15491
15492         * mm-decode.el (mm-inline-media-tests): Add
15493         application/{x-,}pkcs7-signature.
15494         (mm-inlined-types): Ditto.
15495         (mm-automatic-display): Ditto.
15496         (mm-verify-function-alist): Ditto.  Add name of method.
15497         (mm-decrypt-function-alist): Add name of method.
15498         (mm-find-part-by-type): Add documentation.
15499         (mm-possibly-verify-or-decrypt): Use new format of
15500         mm-{verify,decrypt}-function-alist.  Use method names.
15501
15502         * mml-smime.el (mml-smime-verify): New function.
15503
15504 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15505
15506         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
15507
15508 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15509
15510         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
15511         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
15512         * mm-decode.el (mm-snarf-option): New variable.
15513
15514 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15515
15516         * mm-util.el (mm-subst-char-in-string): New function.
15517         (mm-replace-chars-in-string): Use it.
15518         * message.el (message-replace-chars-in-string): Use it.
15519         * nnheader.el (nnheader-replace-chars-in-string): Use it.
15520         * gnus-mh.el (mh-lib-progs): Shut up.
15521
15522 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
15523
15524         * base64.el, md5.el: Moved to contrib directory.
15525
15526 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15527
15528         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
15529         the last article when search.
15530
15531 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15532
15533         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
15534         * nnmail.el (nnmail-pathname-coding-system): Ditto.
15535
15536 2000-09-29  David Edmondson  <dme@thus.net>
15537
15538         * message.el (message-newline-and-reformat): Typo.
15539
15540 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15541
15542         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
15543
15544 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
15545
15546         * nntp.el (nntp-decode-text): Delete bogus status lines.
15547
15548 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
15549
15550         * message.el (message-font-lock-keywords): Match a final newline
15551         to help font-lock's multiline support.
15552
15553 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15554
15555         * nnoo.el (nnoo-set): New function.
15556
15557 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
15558
15559         * gpg.el, gpg-ring.el: Moved to contrib directory.
15560
15561 2000-11-04  Simon Josefsson  <sj@extundo.com>
15562
15563         * nnimap.el (nnimap-split-inbox): Typo.
15564
15565 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15566
15567         * gnus-msg.el (gnus-msg-mail): Move it backwards.
15568
15569 2000-11-03  Simon Josefsson  <sj@extundo.com>
15570
15571         * rfc2231.el (rfc2231-parse-qp-string): New function.
15572         (require): rfc2047.
15573
15574         * mail-parse.el (mail-header-parse-content-type):
15575         (mail-header-parse-content-disposition): Support invalid QP
15576         encoded strings, by using `rfc2231-parse-qp-string'.
15577
15578 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15579
15580         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
15581         (rfc2231-decode-encoded-string): Typo "> X 1".
15582         (rfc2231-encode-string): Insert the name of charset.
15583         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
15584
15585 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15586
15587         * mm-decode.el (mm-save-part): Return the filename.
15588         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
15589         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
15590         (gnus-mime-action-alist): Use it.
15591         (gnus-mime-button-commands): Use it.
15592         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
15593         (mm-inline-external-body): unwind-protect.
15594
15595 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
15596
15597         * gnus-art.el (gnus-insert-mime-button): Show url.
15598
15599 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
15600
15601         * mml.el (mml-generate-mime-1): Support external url.
15602         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
15603
15604 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
15605
15606         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
15607         * mm-decode.el (mm-display-external): Ditto.
15608         * mm-extern.el: New file.
15609         * mm-decode.el (mm-inline-media-tests): Hook it up.
15610         (mm-inlined-types): Inline message/external-body.
15611
15612 2000-11-02  Simon Josefsson  <sj@extundo.com>
15613
15614         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
15615
15616         * message.el (message-get-reply-headers): Better handling when
15617         Mail-Followup-To is very large.
15618
15619 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15620
15621         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
15622         * gnus-art.el (gnus-article-edit-done):
15623         * gnus-sum.el (gnus-summary-edit-article-done): Move line
15624         counting code here.
15625         * gnus-msg.el (gnus-setup-message): Remove a hack.
15626
15627 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
15628
15629         * gnus-sum.el (gnus-newsgroup-variables): New variable.
15630         (gnus-summary-mode): Make them local variables.
15631         (gnus-set-global-variables): Globalize them.
15632         (gnus-summary-exit): Kill them.
15633
15634 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
15635
15636         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
15637         word.
15638
15639 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
15640
15641         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
15642         gnus-article-wash-types.
15643         * gnus-art.el (gnus-article-wash-status): Use them.
15644
15645 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
15646
15647         * mml.el (mml-read-tag): Remove spaces and LF.
15648
15649 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15650
15651         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
15652         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
15653
15654 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
15655
15656         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
15657
15658 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
15659
15660         * gnus-sum.el (gnus-article-charset): New variable.
15661         (gnus-summary-display-article): Set it.
15662         * gnus-msg.el (gnus-copy-article-buffer): Use it.
15663         * gnus-art.el (gnus-article-mode): Make it local variable.
15664
15665 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15666
15667         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
15668
15669 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15670
15671         * nnwfm.el: New file.
15672
15673         * nnweb.el (nnweb-replace-in-string): New function.
15674
15675 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15676
15677         * mml2015.el: Wrap gpg.el.
15678         * gpg.el (gpg-verify): The last argument of apply is a list.
15679         (gpg-encrypt): Add passphrase as a parameter.
15680
15681 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15682
15683         * gpg.el: New file.
15684         * gpg-ring.el: New file.
15685
15686 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15687
15688         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
15689
15690 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15691
15692         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
15693         double-quote characters.
15694         (gnus-summary-prepare-threads): Ditto.
15695
15696 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15697
15698         * gnus-art.el (gnus-mime-display-single): Forward line -1.
15699         * mml.el (mml-read-tag): Don't skip the leading space.
15700         * lpath.el (font-lock-set-defaults): Shut up.
15701
15702 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
15703
15704         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
15705
15706 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
15707
15708         * qp.el (quoted-printable-encode-region): Replace leading - when
15709         ultra safe.
15710         * mml.el (mml-generate-mime-postprocess-function): Removed.
15711         (mml-postprocess-alist): Removed.
15712         (mml-generate-mime-1): Use ultra-safe when sign.
15713         * mml2015.el (mml2015-fix-micalg): Uppercase.
15714         (mml2015-verify): Insert LF.
15715         (mml2015-mailcrypt-sign): Downcase; search backward.
15716
15717 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15718
15719         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
15720         restrictive.
15721         (nnultimate-table-regexp): New variable.
15722         (nnultimate-forum-table-p): Use it.
15723
15724 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
15725         Trivial patch.
15726
15727         * gnus-sum.el (gnus-summary-expire-articles): Save point.
15728
15729 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15730
15731         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
15732         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
15733
15734 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
15735
15736         * mml2015.el: Shut up.
15737
15738 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15739
15740         * gnus.el (gnus-server-browse-hashtb): Removed.
15741         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
15742         (gnus-group-insert-group-line-info): Use simplified method.
15743         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
15744
15745 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
15746
15747         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
15748         moved here.
15749         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
15750         * gnus-group.el (gnus-group-prepare-flat): Use it.
15751         * gnus-topic.el (gnus-group-prepare-topics): Use it.
15752
15753 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
15754
15755         * mml.el (mml-mode): Show menu in XEmacs.
15756
15757 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
15758
15759         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
15760         (gnus-server-read-server-in-server-buffer): New function.
15761         (gnus-browse-foreign-server): Browse in group buffer.
15762         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
15763         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
15764         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
15765         * gnus.el (gnus-server-browse-hashtb): New variable.
15766
15767 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
15768
15769         * nnfolder.el (nnfolder-open-nov): Use group.
15770
15771 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
15772
15773         * nnfolder.el: Add NOV. Set version to 2.0.
15774         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
15775
15776 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15777
15778         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
15779
15780 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15781
15782         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
15783         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
15784
15785 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15786
15787         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
15788
15789 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
15790
15791         * mm-decode.el (mm-verify-function-alist): New variable.
15792         (mm-verify-option): New variable.
15793         (mm-decrypt-function-alist): Ditto.
15794         (mm-decrypt-option): Ditto.
15795         (mm-find-raw-part-by-type): New function.
15796         (mm-possibly-verify-or-decrypt): New function.
15797         (mm-dissect-multipart): Use it.
15798         * mml2015.el (mml2015-fix-micalg): New function.
15799         (mml2015-decrypt): Use new interface.
15800         (mml2015-verify):  Use new interface.
15801         (mml2015-setup): Make it bogus.
15802
15803 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15804
15805         * mml.el (mml-generate-mime-postprocess-function): Set to
15806         mml-postprocess.
15807         (autoload): Autoload mml2015 and mml-smime.
15808         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
15809         * mml2015.el (mml2015-encrypt): New function.
15810         (mml2015-sign): New function.
15811         (mml2015-encrypt-function): New variable.
15812         (mml2015-sign-function): New variable.
15813         (mml2015-mailcrypt-encrypt): Use message-recipients.
15814         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
15815         * mml-smime.el (mml-smime-setup): Ditto.
15816
15817 2000-10-28  Simon Josefsson  <sj@extundo.com>
15818
15819         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
15820         Communigate Pro 3.3.1 server.
15821
15822         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
15823         in buffers.
15824         (mml-secure-dns-server): Removed.
15825         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
15826         write certificates to files.
15827
15828         * smime.el (smime-dns-server): New variable.
15829         (smime-mail-to-domain):
15830         (smime-cert-by-dns): New functions.
15831
15832         * dig.el: New file.
15833
15834 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
15835
15836         * message.el (message-options): New variable.
15837         (message-options-set-recipient): New function.
15838         (message-send): Use them.
15839         * gnus-int.el (gnus-request-replace-article): Use them.
15840         (gnus-request-accept-article): Ditto.
15841         * mml.el (mml-preview): Use them.
15842         * gnus-sum.el (gnus-summary-edit-article): Use them.
15843
15844         * message.el (message-options-get): New function.
15845         (message-options-get): New function.
15846         * rfc2047.el (rfc2047-encode-message-header): Use them.
15847         * mm-bodies.el (mm-encode-body): Use them.
15848
15849 2000-10-28  Simon Josefsson  <sj@extundo.com>
15850
15851         * nnimap.el (nnimap-retrieve-which-headers):
15852         (nnimap-request-article-part): Quote message-id.
15853
15854         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
15855         (smime-CA-file): New variable.
15856         (smime-call-openssl-region): Don't error.
15857         (smime-sign-region): Return result value.
15858         (smime-encrypt-region): Ditto.
15859         (smime-verify-region): New function.
15860         (smime-decrypt-region): Ditto.
15861         (smime-verify-buffer): Ditto.
15862         (smime-decrypt-buffer): Ditto.
15863
15864         * mml.el: Require mml-sec.
15865         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
15866         (mml-mode-map): Add "sign" and "encrypt" maps.
15867         (mml-menu): Add security menu.
15868         (mml-preview): Use generate-new-buffer.
15869
15870         * mml-sec.el: New file.
15871
15872 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15873
15874         * mm-decode.el (mm-find-part-by-type): Move it here.
15875         * mml.el (mml-postprocess): Move it here.
15876         (mml-postprocess-alist): Move it here. Merge them.
15877
15878 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
15879
15880         * rfc2047.el (rfc2047-encode-message-header): Make sure no
15881         unencoded stuff in the header.
15882
15883 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15884
15885         * gnus-group.el (gnus-group-listed-groups): New variable.
15886         (gnus-group-list-option): New variable.
15887         (gnus-group-list-limit-map): New keymap.
15888         (gnus-group-list-flush-map): New keymap.
15889         (gnus-group-list-plus-map): New keymap.
15890         (gnus-group-prepare-logic): New function.
15891         (gnus-group-prepare-flat): Merge with
15892         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
15893         (gnus-group-prepare-flat-list-dead): Ditto.
15894         (gnus-group-list-matching): Use gnus-group-prepare-function.
15895         (gnus-group-list-dormant): Ditto.
15896         (gnus-group-list-cached): Ditto.
15897         (gnus-group-listed-groups): New function.
15898         (gnus-group-list-limit): New function.
15899         (gnus-group-list-flush): New function.
15900         (gnus-group-list-plus): New function.
15901         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
15902         (gnus-topic-prepare-topic): Ditto.
15903
15904 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
15905
15906         * message.el (message-insert-to, message-get-reply-headers):
15907         (message-reply, message-followup): Mail-{Followup,Reply}-To.
15908
15909 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15910
15911         * mml2015.el: New file.
15912         * smime.el: New file.
15913         * mml-smime.el: New file.
15914
15915 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
15916
15917         * ChangeLog: Moved to ChangeLog.1.
15918
15919     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
15920   Copying and distribution of this file, with or without modification,
15921   are permitted provided the copyright notice and this notice are preserved.
15922
15923 ;; Local Variables:
15924 ;; coding: iso-2022-7bit
15925 ;; End: