(gnus-button-alist): Fixed CTAN regexp.
[gnus] / lisp / ChangeLog
1 2003-04-29  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * gnus-art.el (gnus-button-alist): Fixed CTAN regexp.
4
5 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
6
7         * spam-report.el (spam-report-gmane): gnus-summary-article-number
8         is not necessary, just use the function parameter
9
10 2003-04-29  Karl Pflysterer  <sigurd@12move.de>
11
12         * spam-stat.el (spam-stat-save): No longer font-locks the file
13         when saving
14
15 2003-04-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16
17         * canlock.el: Bind mail-header-separator when compiling (XEmacs
18         provides it in mail-lib/auto-autoloads.el).
19
20 2003-04-29  Simon Josefsson  <jas@extundo.com>
21
22         * mml2015.el (mml2015-pgg-sign): Use mml-sender instead of
23         message-sender.
24
25         * mml.el (mml-generate-mime-1): Set mml-sender too.
26
27 2003-04-29  Jesper Harder  <harder@ifa.au.dk>
28
29         * gnus-sum.el (gnus-summary-display-while-building): Docstring fix.
30
31         * mm-url.el (mm-url-use-external): do.
32
33 2003-04-29  Simon Josefsson  <jas@extundo.com>
34
35         * canlock.el (mail-fetch-field): Autoload it (fix xemacs compile
36         warnings).
37
38         * sieve-mode.el (c-mode): Ditto.
39
40         * pgg.el (run-at-time): Ditto.
41
42         * mm-url.el (require): Require timer when compiling for
43         with-timeout macro (fix xemacs compile warnings).
44
45 2003-04-28  Dave Love  <fx@gnu.org>
46
47         * gnus-util.el (nnheader): Don't require.
48         (Nnheader-narrow-to-headers, nnheader-replace-chars-in-string):
49         Autoload.
50
51         * spam.el: Require cl when compiling.
52
53         * dns.el: Require cl when compiling.
54
55 2003-04-28  Jesper Harder  <harder@ifa.au.dk>
56
57         * gnus-art.el (gnus-article-goto-next-page)
58         (gnus-article-goto-prev-page): Revert 2003-02-12 change to make
59         gnus-pick-mode work.
60
61 2003-04-28  Steve Youngs  <youngs@xemacs.org>
62
63         * Makefile.in (FLAGS): Use @FLAGS@.
64
65 2003-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
66
67         * gnus-art.el (gnus-mime-display-multipart-as-mixed) 
68         (gnus-mime-display-multipart-alternative-as-mixed) 
69         (gnus-mime-display-multipart-related-as-mixed): Added doc-strings,
70         allow customization.
71
72 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
73
74         * dgnushack.el (dgnushack-compile-verbosely): New function.  Not
75         currently called (See source for explanation).
76
77 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
78
79         * gnus-sum.el (gnus-summary-catchup): Don't mark ticked messages. 
80         (gnus-summary-mark-read-and-unread-as-read): Take an optional
81         mark.
82
83         * gnus.el (gnus-version-number): Bump.
84
85 2003-04-27 06:47:31 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
86
87         * gnus.el: Oort Gnus v0.19 is released.
88
89 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
90
91         * gnus-registry.el (gnus-register-spool-action): Replaced literal
92         carriage-return character with its escape sequence.
93
94 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
95
96         * gnus-sum.el (gnus-summary-catchup-from-here): Doc fix.
97
98         * nnrss.el (nnrss-node-text): Use only one
99         gnus-replace-in-string. 
100
101         * gnus.el: Remove gnus-functionp throughout.
102
103         * gnus-util.el (gnus-functionp): Removed.
104
105         * gnus-msg.el (gnus-summary-wide-reply-with-original): Doc fix. 
106
107         * message.el (message-required-headers): Add In-Reply-To.
108
109 2003-04-27  Marshall T. Vandegrift  <vandem2@rpi.edu>
110
111         * gnus-fun.el (gnus-face-from-file): Bind coding-system-for-read
112         to binary.
113
114 2003-04-27  Jesper Harder  <harder@ifa.au.dk>
115
116         * mml.el (mml-preview): do.
117
118         * message.el (message-mode): do.
119
120         * gnus-undo.el (gnus-undo-mode): do.
121
122         * gnus-topic.el (gnus-topic-mode): do.
123
124         * gnus-sum.el (gnus-summary-mode, gnus-summary-edit-article): do.
125
126         * gnus-msg.el (gnus-setup-message)
127         (gnus-inews-add-send-actions, gnus-configure-posting-styles): do.
128
129         * gnus-gl.el (gnus-grouplens-mode): do.
130
131         * gnus-art.el (gnus-mime-save-part-and-strip)
132         (gnus-mime-delete-part): Use it.
133
134         * gnus-util.el (gnus-make-local-hook): New function.
135
136 2003-04-25  Simon Josefsson  <jas@extundo.com>
137
138         * nnrss.el (nnrss-node-text): Don't use a star.
139         (nnrss-node-text): Use g-r-i-s, not g-r-r-i-s which doesn't exist.
140
141 2003-04-24  Dave Love  <fx@gnu.org>
142
143         * mm-encode.el (mm-long-lines-p): Autoload.
144         (mm-encode-content-transfer-encoding): Don't try to make buffer
145         unibyte before decoding.  Don't ignore errors for base64 encoding.
146
147         * qp.el (quoted-printable-decode-region): Use mm-insert-byte.
148         Signal error on malformed text, as for base64.
149         (quoted-printable-encode-region): DTRT in Emacs 22.
150
151         * mm-util.el (mm-make-temp-file, mm-insert-byte): New.
152         (mm-auto-save-coding-system): Consider utf-8-emacs.
153         (mm-mime-mule-charset-alist, mm-mule-charset-to-mime-charset)
154         (mm-charset-to-coding-system, mm-mime-charset)
155         (mm-find-mime-charset-region): Check for :mime-charset coding
156         systems property.
157
158         * mml-sec.el (mml2015, mml1991): Don't require.
159         (mml2015-sign, mml2015-encrypt, mml1991-sign, mml1991-encrypt) 
160         (message-goto-body, mml-insert-tag): Autoload.
161
162         * mm-decode.el (mm-tmp-directory): Re-write to help avoid warnings.
163
164         * gnus-start.el (message-make-date): Autoload rather than
165         requiring message.
166
167         * gnus-group.el (gnus-group-name-charset-group-alist): Use
168         mm-coding-system-p.
169         (gnus-cache-active-altered): Defvar when compiling.
170         (gnus-group-delete-group): Re-write to help avoid warnings.
171
172         * gnus-art.el (gnus-use-idna): Use mm-coding-system-p.
173
174         * pgg.el: Split eval-when-compile forms.
175
176 2003-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
177
178         * gnus-group.el (gnus-large-ephemeral-newsgroup) 
179         (gnus-fetch-old-ephemeral-headers): News variables.
180         (gnus-group-read-ephemeral-group): Use them.
181
182 2003-04-24  Simon Josefsson  <jas@extundo.com>
183
184         * sieve.el (sieve-upload): Don't use replace-regexp-in-string.
185
186         * nnrss.el (nnrss-node-text): Ditto.
187
188 2003-04-24  Katsumi Yamaoka  <yamaoka@jpl.org>
189
190         * gnus-msg.el (gnus-inews-do-gcc): Make sure the obsolete variable
191         gnus-inews-mark-gcc-as-read exists.
192
193 2003-04-23  Simon Josefsson  <jas@extundo.com>
194
195         * gnus-sieve.el (gnus-sieve-generate): Rewrite regexp search so it
196         doesn't exceed the regexp stack space.
197
198 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
199
200         * gnus-msg.el (gnus-inews-mark-gcc-as-read): Don't defvar it.
201
202         * gnus-art.el (gnus-article-hide-pgp-hook): do.
203
204 2003-04-23  Reiner Steib  <Reiner.Steib@gmx.de>
205
206         * mml.el (mml-preview): Bind `=', RET, and mouse-2.
207
208 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
209
210         * mm-bodies.el (mm-decode-body): Don't override supplied charset.
211
212 2003-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
213
214         * dgnushack.el (merge, copy-list): Remove compiler macros.
215         (butlast): Add a compiler macro.
216
217 2003-04-22  Paul Jarc  <prj@po.cwru.edu>
218
219         * gnus-util.el (gnus-merge): Added "type" argument to match CL
220         merge and gnus-sum.el's expectations.
221
222 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
223
224         * gnus-art.el (gnus-button-url-regexp): Added nntp.
225
226         * message.el (message-generate-headers-first): Default to
227         '(references).
228
229         * gnus-art.el (gnus-mime-delete-part): Require confirmation.
230
231 2003-04-21  Jesper Harder  <harder@ifa.au.dk>
232
233         * smime.el (smime-decrypt-region): Insert From header.
234
235 2003-04-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
236
237         * gnus-fun.el (gnus-face-from-file, gnus-convert-png-to-face):
238         Max length of header is 726, not 740.  From Gaute B Strokkenes
239         <gs234@cam.ac.uk>.
240
241 2003-04-20  Jesper Harder  <harder@ifa.au.dk>
242
243         * nndb.el, mml1991.el: Fix license template.
244
245 2003-04-20  Simon Josefsson  <jas@extundo.com>
246
247         * nnimap.el (nnimap-split-articles): Don't download body unless
248         required.
249
250         * imap.el (imap-gssapi-open, imap-ssl-open): Erase buffer before
251         starting process, like imap-kerberos4-open does.
252
253         * mml-smime.el, rfc1843.el, dig.el, smime.el, uudecode.el: Fix
254         license template.
255
256         * mml-sec.el: Fix license template.
257
258         * gnus-sieve.el, sieve.el, sieve-manage.el, sieve-mode.el: Fix
259         license template.
260
261         * pgg-def.el, pgg.el, pgg-gpg.el, pgg-parse.el, pgg-pgp5.el,
262         pgg-pgp.el: Fix license template.
263
264 2003-04-19  Jesper Harder  <harder@ifa.au.dk>
265
266         * gnus-sum.el (gnus-summary-delete-article): Improve docstring.
267
268 2003-04-19  Teodor Zlatanov  <tzz@lifelogs.com>
269
270         * spam.el (spam-move-spam-nonspam-groups-only): dumb typo fix
271
272 2003-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
273
274         * spam.el (spam-split): allow a particular check as a parameter,
275         e.g. (: spam-split 'spam-use-bogofilter)
276         (spam-mark-only-unseen-as-spam): new parameter, see doc
277         (spam-mark-junk-as-spam-routine): use
278         spam-mark-only-unseen-as-spam, simplify routine to take advantage
279         of gnus-newsgroup-unread as well as gnus-newsgroup-unseen
280
281 2003-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
282
283         * gnus.el (gnus-group-short-name, gnus-group-prefixed-p): new functions
284         (gnus-group-guess-full-name): don't prefix the group twice
285
286         * nnmail.el (nnmail-split-fancy-with-parent): docstring fix
287
288         * gnus-registry.el (gnus-registry-clear)
289         (gnus-registry-fetch-group, gnus-registry-grep-in-list)
290         (gnus-registry-split-fancy-with-parent): new functions
291         (gnus-register-spool-action, gnus-register-action): simplified the format
292         (gnus-registry): new customization group
293         (gnus-registry-unfollowed-groups): new variable
294
295 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
296
297         * gnus-art.el (gnus-button-alist): Add nntp: urls.
298         (gnus-header-button-alist): Ditto.
299
300 2003-04-17  Dave Love  <fx@gnu.org>
301
302         * gnus-util.el (gnus-string-equal): Revert last change.
303
304 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
305
306         * gnus-srvr.el (gnus-browse-make-menu-bar): Fix typo.
307
308 2003-04-17  Mike Woolley  <mike@ariel.co.uk>
309
310         * gnus-sum.el (gnus-sum-thread-tree-false-root): New variable.
311
312 2003-04-15  Michael Shields  <shields@msrl.com>
313
314         * gnus-art.el (article-hide-boring-headers): Hide Reply-To: if
315         the broken-reply-to group parameter is set.  Idea from Vasily
316         Korytov <deskpot@myrealbox.com>.
317
318 2003-04-17  Steve Youngs  <youngs@xemacs.org>
319
320         * dgnushack.el: 'setenv' is in env.el for XEmacsen <= 21.4, but in
321         process.el in XEmacsen >= 21.5.
322
323 2003-04-17  Steve Youngs  <youngs@xemacs.org>
324
325         * dgnushack.el: Add a whole swag of autoloads and defaliases to
326         satisfy the byte-compiler when building with XEmacs.
327
328         * lpath.el (maybe-bind): Add 'w3-meta-content-type-charset-regexp'
329         and 'w3-meta-charset-content-type-regexp' in XEmacs.  The upstream
330         W3 doesn't have these.
331
332         * mailcap.el: Maybe require 'lpr in XEmacs.
333
334 2003-04-16  Simon Josefsson  <jas@extundo.com>
335
336         * mml2015.el (mml2015-pgg-sign): Bind pgg-default-user-id to MML
337         sender tag, if available.
338
339 2003-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
340
341         * gnus-registry.el (gnus-register-action)
342         (gnus-register-spool-action, hashtable-to-alist)
343         (gnus-registry-translate-from-alist, alist-to-hashtable)
344         (gnus-registry-translate-to-alist, gnus-registry-headers-hashtb):
345         new variables and function fixes
346
347         * gnus.el (gnus-registry-headers-alist): new variable to hold
348         article header data
349         (gnus-variable-list): save gnus-registry-headers-alist
350
351         * spam-report.el (Module): new module for spam reporting
352
353         * gnus.el (spam-process): added
354         gnus-group-spam-exit-processor-report-gmane to the list of choices
355         (gnus-install-group-spam-parameters): defined new spam exit processor
356
357         * spam.el (autoload): autoload spam-report-gmane when needed
358         (spam-report-gmane-register-routine): glue for spam-report.el
359         (spam-group-spam-processor-report-gmane-p): glue for the
360         gnus-group-spam-exit-processor-report-gmane spam processor
361         (spam-summary-prepare-exit): check the report-gmane spam processor
362         and run spam-report-gmane-register-routine if it's active
363
364         From John Wiegley <johnw@gnu.org>
365
366         * spam.el (spam-bogofilter-score): check bogofilter headers before
367         checking bogofilter itself
368
369 2003-04-16  Dave Love  <fx@gnu.org>
370
371         * gnus-agent.el: Wrap defsetf in eval-when-compile.
372         (gnus-agent-cat-defaccessor): Don't use gensym.
373
374         * mml1991.el: Require cl, mm-util when compiling.
375         (quoted-printable-decode-region, quoted-printable-encode-region):
376         Autoload.
377
378         * pgg.el: Require cl when compiling.
379
380         * nnmail.el (gnus): Require.
381
382         * gnus-util.el: Move provide to end.
383         (gnus-string-equal): Maybe use compare-strings.
384         (gnus-merge): New.
385
386         * gnus-sum.el (gnus-summary-prepare-threads): Don't use copy-list.
387         (gnus-summary-insert-articles): Use gnus-merge.
388
389         * gnus-fun.el: Require cl and mm-util when compiling.
390
391         * gnus-diary.el (gnus-diary-delay-format-french)
392         (gnus-diary-delay-format-english): Don't use setf with nthcdr.
393
394         * nndiary.el (nndiary-compute-reminders): Don't use setf with
395         nthcdr.
396
397 2003-04-16  Kevin Greiner <kgreiner@xpediantsolutions.com>
398
399         * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to
400         specify a predicate other than false.
401         (gnus-category-read): Use the new feature to create a 'default'
402         category with a 'short' predicate.
403
404 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
405
406         * message.el (message-unique-id): Comment change.
407
408         * gnus-art.el (gnus-article-next-page-1): New function.
409         (gnus-article-next-page): Use it.
410
411 2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
412
413         * spam.el (spam-split): added save-restriction to save-excursion
414
415 2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
416         From Julien Avarre <julien@avarre.com>
417
418         * gnus-fun.el: Fixed autoload cookie.
419
420 2003-04-15  Paul Jarc  <prj@po.cwru.edu>
421         From Remi Letot  <remi.letot@easynet.be>
422
423         * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if
424         instead of remove-if.
425
426 2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
427
428         * gnus-msg.el (gnus-summary-news-other-window): Use delq and
429         copy-sequence instead of remove which is a cl run-time function in
430         Emacs 20.
431
432 2003-04-14  Jesper Harder  <harder@ifa.au.dk>
433
434         * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
435         local copy of gnus-discouraged-post-methods with the current
436         method removed.
437
438 2003-04-14  Simon Josefsson  <jas@extundo.com>
439
440         * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
441
442 2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
443
444         * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
445         of `mm-coding-system-priorities' to base coding system.
446
447         * gnus-sum.el: Added coding cookie ("middle dot" in
448         gnus-summary-morse-message).
449
450 2003-04-13  Simon Josefsson  <jas@extundo.com>
451
452         * gnus-art.el (article-fill-long-lines)
453         (article-verify-x-pgp-sig, article-decode-group-name)
454         (gnus-mime-button-menu): Split >80 character lines.
455
456 2003-04-13  Jesper Harder  <harder@ifa.au.dk>
457
458         * gnus-sum.el (gnus-summary-local-variables): Use defvar since
459         we're let-binding it.
460
461         * nnmbox.el (nnmbox-mbox-buffer): It's not a constant.
462
463 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
464
465         * message.el (message-hide-headers): Don't do intangible.
466
467         * gnus.el (gnus-group-prefixed-name): Comment out the test for
468         colon. 
469
470         * gnus-srvr.el (gnus-browse-read-group): Don't give the real name
471         to the ephemeral entry, but the prefixed name.
472
473         * gnus.el (gnus-group-prefixed-name): Clean up.
474
475 2003-04-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
476
477         * gnus-agent.el (gnus-agent-group-pathname): Bind
478         gnus-command-method so that gnus-agent-directory will always
479         return a valid directory.
480         * gnus-cache.el (gnus-cache-enter-article): Remove article from
481         gnus-newsgroup-undownloaded so that the summary will display the
482         article as downloaded.
483         (gnus-cache-remove-article): If the article isn't in the agent,
484         remove it from gnus-newsgroup-undownloaded so that the summary
485         will display the article as undownloaded.
486
487 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
488
489         * gnus.el (gnus-version-number): Bump.
490
491 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
492
493         * gnus.el: Oort Gnus v0.18 is released.
494
495 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
496
497         * gnus-draft.el (gnus-draft-send): Add message-hidden-headers. 
498
499 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
500
501         * gnus-art.el (gnus-article-next-page): Use
502         gnus-article-over-scroll.
503         (gnus-article-over-scroll): New variable.
504
505         * message.el (message-newline-and-reformat): Place a boundary
506         before filling.
507         (message-make-forward-subject-function): Changed default to
508         message-forward-subject-name-subject. 
509         (message-forward-subject-name-subject): New function.
510
511         * nnimap.el (nnimap-split-fancy): Ditto.
512
513         * gnus-sum.el (gnus-summary-line-message-size): Ditto.
514
515         * gnus-cus.el (gnus-group-parameters): Removed "which see".
516
517         * mml.el (mml-minibuffer-read-file): Bind
518         completion-ignored-extensions to nil.
519
520         * message.el (message-fix-before-sending): Comment fix.
521         (message-fix-before-sending): Make hidden headers visible.
522         (message-hide-headers): Bind after-change-functions to nil.
523         (message-forbidden-properties): Put invisible and intangible
524         back. 
525         (message-strip-forbidden-properties): Ignore message-hidden text.
526
527         * gnus-msg.el: Hide headers.
528
529         * message.el (message-hidden-headers): New variable.
530         (message-hide-headers): New function.
531         (message-hide-header-p): New function.
532         (message-hide-header-p): Change logic.
533         (message-forbidden-properties): Remove intangible nil invisible
534         nil. 
535         (message-hide-headers): Narrow to headers.
536
537         * lpath.el (featurep): Bind Info-directory, Info-menu.
538
539 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
540
541         * mm-bodies.el (mm-body-charset-encoding-alist): UTF-16 *must* be
542         encoded.
543         (mm-encode-body): Don't corrupt UTF-16.
544         (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist.
545
546 2003-04-10  Kevin Greiner <kgreiner@xpediantsolutions.com>
547
548         * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
549         the CACHE are now detected and handled the same as an article
550         downloaded into the agent.
551         (gnus-agent-group-path): Modified to match nnmail-group-pathname
552         so that the agent front-end and back-end (nnagent) always use the
553         same directory.
554         (gnus-agent-group-pathname): New function. Wrapper for
555         nnmail-group-pathname.
556         (gnus-agent-expire-unagentized-dirs): New variable.  May be
557         customized to disable gnus-agent-expire-unagentized-dirs.
558         (gnus-agent-expire-unagentized-dirs): Expand gnus-agent-directory
559         as the directories in gnus-agent-expire-current-dirs were
560         expanded.
561
562 2003-04-10  Jesper Harder  <harder@ifa.au.dk>
563
564         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Encrypt
565         body" entry in read only groups.
566
567 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
568
569         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file"
570         and "Create article" items in non-editable groups.
571
572 2003-04-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
573
574         * gnus-agent.el (gnus-agent-write-active): Added option of
575         replacing, rather than updating, the agent's active file.  Do NOT
576         use the fully qualified group name as gnus-active-to-gnus-format
577         blindly prefixes group names with server names.
578         (gnus-agent-save-group-info): Merge BOTH min/max of current active
579         range, was just merging min, with specified active range.
580         (gnus-agent-expire): Save agent's active ranges after
581         expiring all groups.
582         (gnus-agent-expire-group-1): Update min of agent's active range to
583         min article currently fetched.
584         (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
585         same ancestor multiple times.
586
587         * gnus-async.el (gnus-asynchronous): Moved defcustom of
588         gnus-asynchronous away from defgroup of gnus-asynchronous.  This
589         seems to fix an intermittant error in which loading gnus-async
590         fails to define gnus-asynchronous (the variable).
591
592         * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
593         non-essential.  Removed on all platforms.
594         (gnus-select-newsgroup): When the agent is active, expand the
595         group's active range to include fetched articles that are no
596         longer in the server's active range.
597
598         * gnus-util.el (gnus-with-output-to-file): Removed all of the
599         print-* bindings as they should be handled by the function doing
600         the printing.
601
602 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
603
604         * mm-uu.el (mm-uu-copy-to-buffer): buffer-file-coding-system
605         might be unbound in non-MULE XEmacsen.
606
607 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
608
609         * mm-uu.el (mm-uu-diff-groups-regexp, mm-uu-type-alist)
610         (mm-uu-diff-extract, mm-uu-diff-test): New functionality:
611         recognize diffs.
612
613         * mm-bodies.el (mm-decode-body): Use the supplied charset
614         unconditionally if `code-pages' hasn't been loaded.
615
616 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
617
618         * gnus-art.el (article-verify-x-pgp-sig): Don't use
619         `insert-buffer', the docstring says "This function is meant for
620         the user to run interactively.  Don't call it from programs!"
621
622         * mm-extern.el (mm-extern-mail-server): do.
623
624         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-sign)
625         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
626         (mml1991-pgg-encrypt): do.
627
628         * pgg.el (pgg-decrypt-region): do.
629
630         * mm-view.el (mm-view-pkcs7-decrypt): do.
631
632         * mml-smime.el (mml-smime-verify): do.
633
634         * mml.el (mml-insert-mime, mml-preview): do.
635
636         * mml2015.el (mml2015-gpg-decrypt-1, mml2015-gpg-sign)
637         (mml2015-gpg-encrypt, mml2015-pgg-clear-decrypt)
638         (mml2015-pgg-encrypt): do.
639
640 2003-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
641
642         * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
643
644 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
645
646         * mm-uu.el (mm-uu-copy-to-buffer): Copy
647         `buffer-file-coding-system' to the new buffer.
648         (mm-uu-pgp-signed-extract-1): Don't copy
649         `buffer-file-coding-system' here.
650
651         * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
652         exist in XEmacs.
653         (mm-decode-body): Add missing quote.
654
655         * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
656         buffer-file-coding-system.
657
658         * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
659         last-coding-system-used.
660
661         * mml2015.el (mml2015-pgg-clear-verify): Encode the text
662         according to buffer-file-coding-system.
663
664         * pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
665
666         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
667         (pgg-pgp-snarf-keys-region): do.
668
669         * pgg-pgp5.el (pgg-pgp5-verify-region)
670         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
671
672         * pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
673         
674 2003-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
675
676         * spam.el (spam-split): (save-excursion) around (widen)
677         (spam-ham-move-routine): Use spam-group-ham-mark-p, not
678         spam-group-spam-mark-p (from Michael Shields <shields@msrl.com>)
679
680 2003-04-05  Steve Youngs  <youngs@xemacs.org>
681
682         * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so
683         don't use it when loading gnus-sum.el if we're in XEmacs.
684
685 2003-04-05  Kevin Greiner <kgreiner@xpediantsolutions.com>
686
687         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
688         print-escape-nonascii to fix more characters in compiled format
689         specs.
690
691 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
692
693         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
694         Fix customization type.
695
696 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
697
698         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
699         print-quoted, print-readably, print-escape-multibyte, and
700         print-level to match original behavior of gnus-prin1.  This should
701         repair the format of .newsrc.eld when using compiled format specs.
702
703 2003-04-04  Jesper Harder  <harder@ifa.au.dk>
704
705         * gnus-group.el (tool-bar-map): defvar it.
706
707         * gnus-art.el (tool-bar-map): do.
708
709         * gnus-sum.el (tool-bar-map): do.
710
711 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
712
713         * earcon.el (earcon-regexp-alist): catmeow is a wav file.
714
715 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
716
717         * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
718         and value.
719         (gnus-button-alist): Use it.
720
721 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
722
723         * pgg-gpg.el (pgg-gpg-process-region): do.
724
725         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
726         (pgg-pgp-snarf-keys-region): do.
727
728         * pgg-pgp5.el (pgg-pgp5-verify-region)
729         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
730
731         * pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
732         unsafe.
733         (pgg-temporary-file-directory): Remove.
734
735 2003-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
736
737         * lpath.el: Fbind Info-directory and Info-menu.
738
739 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
740
741         * gnus-util.el (gnus-message): Added doc-string.
742
743         * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
744         (gnus-score-edit-file-at-point): Goto first match when using `e'.
745
746 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
747
748         * gnus-art.el (gnus-button-ctan-directory-regexp): New variable.
749         (gnus-button-alist): Use it.  Changed CTAN and "setq" entries.
750
751 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
752
753         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
754         (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode.
755
756 2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
757
758         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
759         print-escape-newlines to print escape sequences rather than
760         literal newline characters.
761
762 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
763
764         * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
765         `message-valid-fqdn-regexp' for initialization.
766         (gnus-button-handle-info-url): Renamed and extended version of
767         `gnus-button-handle-info'.
768         (gnus-button-message-level): Renamed from `gnus-button-mail-level'
769         (gnus-button-handle-symbol, gnus-button-handle-library)
770         (gnus-button-handle-info-keystrokes): New functions.
771         (gnus-button-browse-level): New variable.
772         (gnus-button-alist): Use them.  Added levels.
773         (gnus-header-button-alist): Added levels.
774
775 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
776
777         * gnus.el (gnus-version-number): Bump.
778
779 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
780
781         * gnus.el: Oort Gnus v0.17 is released.
782
783 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
784
785         * gnus-start.el (gnus-unload): Removed.
786
787         * pop3.el (pop3-read-response): Use
788         nnheader-accept-process-output.
789         (pop3-retr): Ditto.
790
791         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx. 
792         (mm-text-html-washer-alist): Ditto.
793
794 2003-03-31  Simon Josefsson  <jas@extundo.com>
795
796         * imap.el (imap-gssapi-program): Also try GNU SASL.
797         (imap-gssapi-open): Accept GNU SASL greeting.
798         (imap-read-timeout): New.
799         (imap-wait-for-tag): Use it.
800
801 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
802
803         * nntp.el (nntp-accept-process-output): Use new function.
804
805         * nnheader.el (nnheader-read-timeout): New variable.
806         (nnheader-accept-process-output): New function.
807
808         * nntp.el (nntp-read-timeout): Removed.
809
810         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
811
812 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
813
814         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
815
816 2003-03-30  Simon Josefsson  <jas@extundo.com>
817
818         * message.el (message-idna-inside-rhs-p): Narrow to header before
819         searching.
820
821         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
822
823 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
824
825         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
826
827 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
828
829         * message.el (message-make-in-reply-to): Use
830         mail-extract-address-components to determine sender's
831         name/address.
832
833 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
834
835         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead. 
836
837         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
838         valid lambda.
839         (gnus-registry-translate-from-alist): Ditto.
840
841         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
842         print-length to nil.
843
844         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
845
846         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
847         (gnus-grab-cam-face): Use it.
848
849 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
850
851         * nnmaildir.el (nnmaildir-request-set-mark)
852         (nnmaildir-close-group): Allow each mark directory in a group to
853         have its own inode for mark files, to accommodate AFS.
854
855 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
856
857         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by
858         gnus-read-newsrc-el-file
859         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
860
861         * gnus-registry.el (gnus-registry-translate-to-alist)
862         (gnus-registry-translate-from-alist, alist-to-hashtable)
863         (hashtable-to-alist): new functions
864         (gnus-register-spool-action): add a spool item to the registry
865
866         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
867         list of saved variables
868         (gnus-registry-alist): new variable
869
870 2003-03-27  Simon Josefsson  <jas@extundo.com>
871
872         * gnus-art.el (article-decode-group-name): Be correct instead of
873         smart.
874
875 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
876
877         * lpath.el: Bind url-current-object for Emacs; bind
878         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
879         for both Emacsen.
880
881 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
882
883         * gnus-sum.el (gnus-article-loose-mime)
884         (gnus-article-emulate-mime): Move to gnus-article-mime customize
885         group.
886
887         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
888         doc string.
889
890 2003-03-26  Kevin Ryde <user42@zip.com.au>
891
892         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
893         gnus-summary-find-uncancelled, skip temporary articles inserted by
894         "refer" functions.
895
896 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
897
898         * smiley.el (smiley-buffer): New function.
899
900 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
901
902         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
903         gnus-summary-update-line (which updated the article's face) with
904         gnus-summary-update-download-mark (which updates the article's
905         face by calling gnus-summary-update-line AND updates the download
906         mark to show that the article was fetched).
907
908 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
909
910         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
911         option of deleting agent directories for groups/servers that are
912         not currently agentized.
913         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
914
915         * gnus-int.el (gnus-open-server): Report backend errors in
916         condition handler.
917
918 2003-03-23  Simon Josefsson  <jas@extundo.com>
919
920         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
921         header.
922
923         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
924         same as Newsgroups.
925
926         * nntp.el (nntp-open-connection-function): Mention
927         nntp-open-tls-stream.
928         (nntp-open-tls-stream): New function.
929
930         * tls.el: New file.
931
932         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
933         instead of SSL.
934         (nnimap-stream): Add other streams, link to imap variables.
935         (nnimap-authenticator): Add other authenticator, link to imap
936         variables.
937
938         * imap.el: Autoload open-tls-stream.
939         (imap-streams): Add tls in front of ssl.
940         (imap-stream-alist): Add tls.
941         (imap-default-tls-port): New variable.
942         (imap-tls-p, imap-tls-open): New functions.
943
944 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
945
946         * mm-url.el (mm-url-insert-file-contents): parse url only if
947         results is a list.
948
949 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
950
951         * mail-source.el (mail-source-fetch-imap): Revert.
952
953 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
954
955         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
956         less strict regexp.
957
958 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
959
960         * mail-source.el (mail-source-fetch-imap): Use buffer name for
961         more imap function.
962
963 2003-03-21  Simon Josefsson  <jas@extundo.com>
964
965         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
966         Followup-To data inline.
967
968 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
969
970         * gnus-art.el (gnus-treat-display-xface): Don't enable if
971         icontopbm isn't available.
972
973 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
974
975         * gnus-int.el (gnus-open-server): Catch errors in backend's
976         open-server method.  Returns nil rather than crashing startup.
977
978         * gnus-sum.el (eval-when-compile): Modified to resolve
979         compile-time warnings.
980
981         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
982         Reports length of series so that the user can compare N with a
983         subject that should, if the entire series is present, contain
984         '(.../N)'.
985         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
986         of temp file (Win-XP may leave the temp file locked when the
987         uudecode process fails).
988
989 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
990
991         * message.el (message-split-line): Ignore error.
992
993         * lpath.el (split-line): Avoid split-line warning message.
994
995 2003-03-20  Kim F. Storm  <storm@cua.dk>
996
997         * message.el (message-split-line): New function.
998         (message-mode-map): Remap split-line to message-split-line.
999
1000 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
1001
1002         * message.el (message-make-overlay): Defalias it to make-overlay.
1003         (message-delete-overlay): Defalias it to delete-overlay.
1004         (message-overlay-put): Defalias it to overlay-put.
1005         (message-idna-to-ascii-rhs-1): Use them.
1006
1007         * messagexmas.el (message-xmas-redefine): Defalias some overlay
1008         functions to extent functions.
1009
1010 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1011
1012         * message.el (message-check-news-header-syntax): Fixed regexp.
1013
1014 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1015
1016         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
1017
1018         * mm-url.el (mm-url-insert): Move url-current-object stuff into
1019         mm-url-insert-file-contents.
1020
1021         * nnrss.el (nnrss-fetch): Fetch the local stuff.
1022         (nnrss-check-group): Use it.
1023
1024 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
1025
1026         * nnrss.el: Primitive XML Name-space support.  This means that RSS
1027         feeds like Kevin Burton's[1] can now be read in Gnus.
1028
1029         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
1030         means that if you want to read the RSS feed for example.com, all
1031         you have to do is hit "G R http://www.example.com/ RET" and
1032         nnrss.el will find and the feed listed on the site or (if you have
1033         loaded xml-rpc.el) look it up on syndic8.com.
1034
1035         Marked the message as HTML (by adding a Content-Type header) so
1036         that Gnus will render it as html if the user wants that.
1037
1038         Implemented the ability to save nnrss-group-alist so that any new
1039         feeds the you subscribe to will be found the next time you start
1040         up.
1041
1042         Implemented support for RSS 2.0 elements (author, pubDate).
1043
1044         Prefer for <content:encoded> over <description> where both
1045         elements exist.
1046
1047         * mm-url.el (mm-url-insert): Set url-current-object.
1048
1049         * gnus-group.el (gnus-group-make-rss-group): New function.
1050
1051 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
1052
1053         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
1054         for highlight overlays.
1055
1056 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1057
1058         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
1059         a NOV.
1060
1061 2003-03-20  Simon Josefsson  <jas@extundo.com>
1062
1063         * message.el (message-use-idna): Disable if UTF-8 unavailable.
1064         (message-idna-to-ascii-rhs): Use it.
1065
1066         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
1067
1068 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
1069
1070         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
1071         (spam-group-ham-marks, spam-group-spam-marks): new functions
1072         (spam-spam-marks, spam-ham-marks): removed in favor of the
1073         spam-marks and ham-marks parameters
1074         (spam-generic-register-routine, spam-ham-move-routine): use the
1075         new spam-group-{spam,ham}-mark-p functions
1076
1077         * gnus.el (spam-marks, ham-marks): new group parameters with
1078         default values same as the old spam-spam-marks and spam-ham-marks
1079
1080 2003-03-19  Simon Josefsson  <jas@extundo.com>
1081
1082         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
1083         (gnus-use-idna): New variable.
1084         (article-decode-idna-rhs): New function.
1085
1086         * message.el (message-use-idna): New variable.
1087         (message-mode-field-menu): Add entry for IDNA.
1088         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
1089         (message-idna-to-ascii-rhs): New function.
1090         (message-generate-headers): Invoke IDNA code.
1091
1092 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
1093
1094         * nnmaildir.el (nnmaildir--system-name): New function.
1095         (nnmaildir-request-accept-article): Use it.
1096
1097 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1098
1099         * gnus-util.el (gnus-byte-compile): Make it work silently as the
1100         gnus-compile function does.
1101
1102         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
1103         bogus change.
1104
1105 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
1106
1107         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
1108         sort-coding-systems is defined.
1109
1110 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
1111
1112         * nnmaildir.el (nnmaildir-open-server, nnmaildir-request-scan)
1113         (nnmaildir-request-create-group, nnmaildir-request-delete-group):
1114         Replace create-directory with target-prefix.
1115
1116 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
1117
1118         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
1119         find-charset-string which is slooow in XEmacs.
1120
1121 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1122
1123         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
1124         compiler under XEmacs.
1125
1126 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
1127
1128         * gnus-art.el (gnus-treat-highlight-signature): Make the default
1129         work for multipart/signed where the message text isn't `last'.
1130
1131 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1132
1133         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
1134         the value of mm-inline-text-html-with-images.
1135         (mm-inline-text-html-render-with-w3m): Don't bind
1136         w3m-display-inline-images.
1137
1138         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
1139         w3m-display-inline-images.
1140
1141         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
1142         regardless of an Emacs flavor.
1143
1144 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1145
1146         * gnus.el (gnus-version-number): Bump.
1147
1148 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1149
1150         * gnus.el: Oort Gnus v0.16 is released.
1151
1152 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1153
1154         * lpath.el (featurep): Bind mm-w3m-mode-map.
1155
1156 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
1157
1158         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
1159         'respool-able backends define a global nnchoke-get-new-mail
1160         variable.
1161
1162 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
1163
1164         * gnus-art.el (gnus-mime-delete-part): New function.
1165         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
1166
1167 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1168
1169         * message.el (message-check-news-header-syntax): Don't push
1170         groups twice onto list of unknown groups.
1171
1172         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
1173         back.
1174
1175         * nnheader.el (nnheader-find-etc-directory): Doc fix.
1176
1177         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
1178         config unless the summary buffer exists.
1179
1180         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
1181         that target group is computed correctly when articles are marked
1182         as read by Xref handling.
1183
1184         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
1185         imap-open.
1186
1187         * message.el (message-send-mail): Add courtesy string to Bcc's,
1188         too.
1189
1190         * gnus-cite.el (gnus-cited-line-p): New function.
1191
1192 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
1193
1194         * mm-bodies.el (mm-decode-body): Add new optional parameter,
1195         force, to use the supplied charset unconditionally.
1196
1197         * gnus-art.el (article-decode-charset): Use it.
1198
1199 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
1200
1201         * mm-bodies.el (mm-decode-coding-region-safely): New function.
1202         (mm-decode-body): Use it.
1203
1204         * rfc2047.el (rfc2047-decode-region): do.
1205         (rfc2047-decode-string): Guess coding system if the default is
1206         invalid.
1207
1208 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
1209
1210         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
1211         articles are marked 'read, so we get correct article counts.
1212
1213 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1214
1215         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
1216         the button.
1217         (gnus-insert-prev-page-button): Ditto.
1218         (gnus-insert-next-page-button): Ditto.
1219         (gnus-insert-mime-security-button): Ditto.
1220
1221         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
1222         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
1223         (mm-inline-image-xemacs): Ditto.
1224
1225 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
1226
1227         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
1228         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
1229         the recent filename uniqueness discussion.
1230
1231 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1232
1233         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
1234         newline next time.
1235         (mm-inline-image-xemacs): Ditto.
1236
1237 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
1238
1239         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
1240         kill-line.
1241
1242 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
1243
1244         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
1245         kill-line.
1246
1247 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1248
1249         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
1250         fixing the code to match the documentation.
1251         (gnus-agent-fetch-selected-article): Replaced
1252         gnus-summary-update-article-line with gnus-summary-update-line as
1253         the former did not correctly recalculate the thread indentation.
1254         (gnus-agent-find-parameter): The agent-predicate, if not found
1255         anywhere else, defaults to the value of gnus-agent-predicate.
1256         (gnus-agent-fetch-session): Fixed typo; now executes
1257         gnus-agent-fetched-hook rather than the undocumented
1258         gnus-agent-fetch-hook.
1259         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
1260         default agent predicate is now provided by
1261         gnus-agent-find-parameter.
1262         (gnus-agent-message): New macro.  This macro avoids potentially
1263         costly parameter evaluation when the message's level is too high
1264         to display.
1265         (gnus-agent-expire-group-1): Disabled undo tracking in temp
1266         overview buffer. Uses new gnus-agent-message macro to reduce
1267         overhead of optional messages. Reversed message levels to
1268         emphasize percent completion messages.  Detailed messages of
1269         little use except when debugging code.
1270
1271 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1272
1273         * spam.el (spam-ham-move-routine): use
1274         spam-mark-ham-unread-before-move-from-spam-group
1275         (spam-mark-ham-unread-before-move-from-spam-group): new variable
1276
1277 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
1278
1279         * spam.el: load nnimap.el when compiling
1280         (spam-setup-widening): use
1281         nnimap-split-download-body-default instead of
1282         nnimap-split-download-body which is a user-customizable variable
1283
1284 2003-03-07  Simon Josefsson  <jas@extundo.com>
1285
1286         * nnimap.el (nnimap-split-download-body-default): New, holds
1287         default for n-s-d-b.
1288         (nnimap-split-download-body): Add new setting (symbol default),
1289         which uses contents of n-s-d-b-d, and made it the default.
1290
1291 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
1292
1293         * spam.el (spam-use-hashcash): new variable
1294         (spam-list-of-checks): added spam-use-hashcash with associated
1295         spam-check-hashcash
1296         (spam-check-hashcash): new function, installed iff hashcash.el is
1297         loaded
1298         (spam-setup-widening): don't use (return)
1299
1300 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1301
1302         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
1303         predicate of `false' to avoid an error when a group defines no
1304         predicate. Fixed typo that disabled agent scoring (i.e. the
1305         low/high predicates should now work).
1306
1307 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1308
1309         * spam.el: add spam-maybe-spam-stat-load to
1310         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
1311         (spam-bogofilter-register-with-bogofilter): use
1312         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
1313         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
1314         custom variables to replace "-s" and "-n"
1315
1316         * gnus-group.el (gnus-group-get-new-news): call the new
1317         gnus-get-top-new-news-hook hook
1318
1319         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
1320         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
1321
1322 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1323
1324         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
1325
1326 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1327
1328         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
1329         a cl run-time function.
1330
1331 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1332
1333         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
1334         on gnus-agent-short-article.
1335         (gnus-category-read): Replaced CL function mapcar* with new macro:
1336         gnus-mapcar.
1337         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
1338         support functions that accept multiple parameters.  A separate
1339         sequence must be provided for each parameter in the function.
1340         Iteration stops when the end of the shortest list is reached.
1341
1342 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
1343
1344         * nnimap.el (nnimap-request-accept-article): Use delete-region.
1345
1346         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
1347         (html2text-delete-single-tag, html2text-clean-anchor)
1348         (html2text-remove-tags): Use delete-region.
1349         (html2text-fix-paragraphs): Simplify.
1350
1351         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
1352         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
1353         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
1354         kill-region.
1355
1356 2003-03-04  John Paul Wallington  <jpw@gnu.org>
1357
1358         * gnus-agent.el (gnus-agent-enable-expiration)
1359         (gnus-agent-article-alist, gnus-agent-article-alist)
1360         (gnus-agent-cat-defaccessor): Doc fixes.
1361
1362 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1363
1364         * gnus-agent.el (gnus-function-implies-unread-1): Grok
1365         byte-compiled functions.
1366
1367 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1368
1369         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
1370         customization between new maneuvering (which permits selecting
1371         undownloaded articles) and old maneuvering (which skipped over
1372         undownloaded articles) behaviors.
1373         (gnus-summary-find-next): Pass through the unread and subject
1374         parameters when calling gnus-summary-find-prev.
1375         (gnus-summary-find-next,gnus-summary-find-prev): Apply
1376         gnus-auto-goto-ignores to filter out unacceptable articles.
1377
1378 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
1379
1380         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
1381         exists in all supported Emacs versions, so we don't need this
1382         compatibility function.
1383         (mail-source-fetch-pop, mail-source-check-pop)
1384         (mail-source-fetch-webmail): Use read-passwd.
1385
1386         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
1387         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
1388         read-passwd.
1389
1390         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
1391
1392         * imap.el (imap-read-passwd): Remove.
1393         (imap-interactive-login): Use read-passwd.
1394
1395         * canlock.el (canlock-read-passwd): Remove.
1396         (canlock-insert-header, canlock-verify): Use read-passwd.
1397
1398         * sieve-manage.el (sieve-manage-read-passwd): Remove.
1399         (sieve-manage-interactive-login): Use read-passwd.
1400
1401         * pop3.el (pop3-read-passwd): Remove.
1402         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
1403         read-passwd.
1404
1405         * pgg.el (pgg-read-passphrase): Simplify.
1406
1407 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1408
1409         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
1410         'plugged' when actually 'unplugged' bug.
1411         (gnus-category-read): Ignore nil values when converting an
1412         old-format category so that the new-format category will default
1413         those attributes to the global variables.
1414
1415 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1416
1417         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
1418         doc-string.
1419
1420 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
1421
1422         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
1423         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
1424         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
1425         * mm-url.el (mm-url-decode-entities-string): do.
1426         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
1427         * mm-decode.el (mm-find-raw-part-by-type): do.
1428         * message.el (message-send-mail-partially)
1429         (message-send-mail-with-sendmail): do.
1430         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
1431         * gnus-kill.el (gnus-pp-gnus-kill): do.
1432         * gnus-art.el (gnus-article-treat-unfold-headers)
1433         (gnus-article-encrypt-body): do.
1434
1435 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1436
1437         * mail-source.el (mail-source-delete-incoming): Allow integer value.
1438         (mail-source-delete-old-incoming-confirm): New variable.
1439         (mail-source-delete-old-incoming): Use it.  New function.
1440         (mail-source-callback): Call `mail-source-delete-old-incoming' if
1441         `mail-source-delete-incoming' is a nonnegative integer.
1442
1443 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1444
1445         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
1446         (gnus-user-agent): Fixed typo.
1447
1448 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1449
1450         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
1451         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
1452
1453 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1454
1455         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
1456         (gnus-agent-fetch-session): Allow debugging to take place.
1457
1458 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
1459
1460         * gnus-sum.el (gnus-highlight-selected-summary)
1461         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
1462         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
1463         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
1464         and makes it clear that we don't need the side effect.
1465         * gnus-util.el (gnus-delete-line): do.
1466         * gnus-xmas.el (gnus-group-add-icon): do.
1467         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
1468         * nntp.el (nntp-send-authinfo-from-file): do.
1469         * nnml.el (nnml-header-value): do.
1470         * nnheader.el (nnheader-insert-references): do.
1471         * gnus-cite.el (gnus-article-highlight-citation)
1472         (gnus-cite-parse): do.
1473         * gnus-score.el (gnus-score-followup): do.
1474         * gnus-draft.el (gnus-draft-send): do.
1475         * gnus-group.el (gnus-group-highlight-line): do.
1476         * gnus-cache.el (gnus-cache-braid-nov): do.
1477         * nnfolder.el (nnfolder-retrieve-headers)
1478         (nnfolder-request-article): do.
1479         * gnus-art.el (article-hide-boring-headers)
1480         (gnus-article-hide-header): do.
1481
1482         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
1483         * nnml.el (nnml-request-replace-article): do.
1484         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
1485         * nnfolder.el (nnfolder-request-move-article): do.
1486         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
1487         * gnus-art.el (gnus-mm-display-part): do.
1488
1489         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
1490
1491 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1492
1493         * nntp.el (nntp-possibly-change-group): Avoid calling
1494         process-buffer on nil (Which happened when you lost your
1495         connection while fetching); instead signal a "Server Closed
1496         Connection" error.
1497
1498 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1499
1500         * gnus-agent.el (gnus-agent-enable-expiration): New
1501         variable. Either ENABLE or DISABLE.  Sets default behavior for
1502         selecting which groups are expired.
1503         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
1504         gnus-agent-set-cat-groups): Provides abstract interface for
1505         accessing agent category.  Category now implemented by an alist.
1506         (gnus-agent-add-group, gnus-agent-remove-group,
1507         gnus-category-insert-line, gnus-category-edit-predicate,
1508         gnus-category-edit-score, gnus-category-edit-groups,
1509         gnus-category-copy, gnus-category-add, gnus-group-category): Use
1510         new agent category abstraction.
1511         (gnus-agent-find-parameter): New function. Search for agent
1512         configuration parameter first in the group's parameters, then its
1513         topics (if any), and then the group's category.  If not found
1514         anywhere, use the original defined constants.
1515         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
1516         gnus-agent-find-parameter.
1517         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
1518         gnus-agent-cache now blocks retrieving headers and articles from
1519         the local cache.  Fetched content is still added to the cache
1520         before being returned.
1521         (gnus-agent-fetch-session): Use error-message-string to generate
1522         displayed error message.
1523         (gnus-agent-customize-category): New Command. 'e' in category
1524         buffer opens category customization buffer.
1525         (gnus-category-read): Reads either positional or alist format;
1526         returns alist format.
1527         (gnus-category-write): Writes category file compatible with
1528         current, and previous, versions of gnus-agent.
1529         (gnus-category-make-function, gnus-category-make-function-1):
1530         Corrected documentation; parameter is predicate NOT category.
1531         (gnus-predicate-implies-unread): Now works in more cases per the
1532         todo comment.
1533         (gnus-function-implies-unread-1): New function. Supports
1534         gnus-predicate-implies-unread.
1535         (gnus-agent-expire-group): Command now provides default of group
1536         under point.
1537         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
1538         agent-days-until-old parameters. No longer supports
1539         gnus-agent-expire-days being set to an alist.
1540         (gnus-agent-request-article): Now performs its own checks of
1541         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
1542         assuming that the caller will do them correctly.
1543         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
1544         gnus-agent-expire-days is set to an alist.  Converts said alist
1545         into group parameter so that gnus-agent-expire-days will not be
1546         needed.
1547         * gnus-art.el (gnus-request-article-this-buffer): Conditional
1548         checks surrounding gnus-agent-request-article removed; now
1549         performed by gnus-agent-request-article.
1550         * gnus-cus.el (gnus-agent-parameters): New variable. List of
1551         customizable group/topic parameters that regulate the agent.
1552         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
1553         kill-buffer with gnus-kill-buffer to remove the killed buffer from
1554         the list of gnus buffers.
1555         (gnus-trim-whitespace): Removes leading and trailing whitespace
1556         from multiline strings.
1557         (gnus-agent-cat-prepare-category-field,
1558         gnus-agent-customize-category): Constructs a category
1559         customization buffer.
1560         * gnus-int.el (gnus-retrieve-headers,
1561         gnus-request-expire-articles): No longer checks gnus-agent-cache
1562         as it is handled internally by the agent.
1563         (gnus-request-head, gnus-request-body): Conditional checks
1564         surrounding gnus-agent-request-article removed; now performed by
1565         gnus-agent-request-article.
1566
1567         * gnus-start.el (): Added defvar statements to resolve compilation
1568         warnings.
1569         (gnus-long-file-names): New function. Isolates platform dependent
1570         msdos-long-file-names.
1571         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
1572         option of writing directly to file.  Avoids memory exhausted
1573         errors when .newsrc.eld is huge.
1574         (gnus-save-newsrc-file): Uses new
1575         gnus-save-startup-file-via-temp-buffer.
1576         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
1577         standard-output.
1578         (gnus-display-time-event-handler): Changed to alias from a defun
1579         to avoid a compile-time warning when display-time-event-handler is
1580         not defined.
1581         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
1582         standard-output such that prin1 and princ will write directly to a
1583         file.
1584
1585         * gnus.el (gnus-agent-cache): Expanded documentation.
1586         (gnus-summary-high-undownloaded-face): Removed second bold keyword
1587         so that this face is actually bold.
1588
1589         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
1590         gnus-use-cache has been set.
1591
1592 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
1593
1594         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
1595
1596 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
1597
1598         * gnus-art.el (gnus-article-refer-article): Be more permissive.
1599
1600 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1601
1602         * spam.el: Fix typo.
1603
1604 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
1605         (Trivial patch.)
1606
1607         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
1608         errors-buffer. This produces a nicer error message in case of
1609         problems.
1610
1611 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
1612
1613         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
1614         load stats iff spam-use-stat is on
1615
1616         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
1617         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
1618         instead of spam-stat-load and spam-stat-save in the
1619         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
1620
1621 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1622
1623         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
1624
1625 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1626
1627         * message.el (message-make-fqdn): Protect against nil user-mail.
1628
1629 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
1630
1631         * gnus-art.el (gnus-boring-article-headers): New values:
1632         'to-list and 'cc-list.
1633
1634 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1635
1636         * spam.el (spam-setup-widening): new function to set
1637         nnimap-split-download-body, we add it to gnus-get-new-news-hook
1638         (spam-list-of-statistical-checks): list of statistical splitter
1639         checks
1640         (spam-split): added a widen call when a statistical check is
1641         enabled
1642
1643 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1644
1645         * gnus-msg.el (gnus-user-agent): Changed default to
1646         'emacs-gnus-type, renamed 'full.
1647
1648 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
1649
1650         * nnfolder.el (nnfolder-request-accept-article): Don't use
1651         mail-header-unfold-field.
1652
1653 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1654
1655         * imap.el (imap-ssl-open): Don't depend on ssl.el.
1656         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
1657
1658 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1659
1660         * spam.el: add spam-stat-load to gnus-get-new-news-hook
1661         (spam-split): remove spam-stat-load call
1662
1663 2003-02-26  Simon Josefsson  <jas@extundo.com>
1664
1665         * gnus-sum.el (gnus-summary-toggle-header): Run
1666         gnus-article-decode-hook instead of calling a-decode-encoded-words
1667         directly (the latter is run as part of the former).
1668
1669 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1670
1671         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
1672
1673 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
1674
1675         * message.el (message-sendmail-envelope-from): New option.
1676         (message-sendmail-envelope-from): New function.
1677         (message-send-mail-with-sendmail): Use it.
1678
1679 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
1680
1681         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
1682         compensation for TDMA addresses.
1683
1684 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1685
1686         * gnus-msg.el (gnus-user-agent): New variable.
1687         (gnus-version-expose-system): Removed.  Obsoleted by
1688         `gnus-user-agent'.
1689         (gnus-extended-version): Use `gnus-user-agent'.
1690
1691 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1692
1693         * spam.el (spam-stat-register-spam-routine,
1694         spam-stat-register-ham-routine): remove spam-stat-save
1695         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
1696
1697 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1698
1699         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
1700         reference.
1701
1702 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1703
1704         * nnheader.el (nnheader-find-nov-line): Changed midpoint
1705         calculation to avoid integer overflow.
1706
1707 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1708
1709         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
1710
1711 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
1712         * spam.el: disabled spam-get-article-as-filename
1713
1714         From Michael Shields  <shields@msrl.com>
1715
1716         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
1717         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
1718         * gnus-sum.el (gnus-summary-expire-articles): Use it.
1719         * spam.el (spam-summary-prepare-exit): Use it.
1720         * gnus.el (gnus-install-group-spam-parameters): New.
1721         * spam.el (spam-group-ham-processor-copy-p): New.
1722         * spam.el (spam-summary-prepare-exit): Support for ham copying.
1723         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
1724         that would cause the current message to be moved if the group had
1725         no spam.
1726         * spam.el (spam-ham-move-routine): New `copy' argument.
1727
1728 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1729         From Martin Thornquist <martint@ifi.uio.no>
1730
1731         * gnus-topic.el (gnus-topic-select-group): Select last group if
1732         after last group.
1733         * gnus-group.el (gnus-group-select-group): Ditto.
1734
1735 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1736
1737         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
1738         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
1739         point-at-(b|e)ol which aren't available in Emacs 20.
1740
1741         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
1742
1743 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1744
1745         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
1746         clause of the condition-case statement.  Errors connecting to a
1747         server no longer terminate gnus.
1748
1749         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
1750         make its use obvious.  Added no-nothing case to avoid
1751         opening(closing) servers when already open(closed).
1752         (gnus-agent-while-plugged): Added macro to facilitate internal use
1753         of gnus-agent-toggle-plugged.
1754         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
1755         temporarily open servers.
1756         (gnus-agent-get-undownloaded-list): Sort list of article numbers
1757         as sorting gnus-newsgroup-headers is wrong.
1758         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
1759         to temporarily open servers. Corrected logic to handle setting
1760         gnus-agent-mark-unread-after-downloaded.
1761         (gnus-agent-fetch-articles): Now handles headers with missing
1762         article sizes and/or missing article lengths.  Now clears the
1763         message buffer when finished.
1764         (gnus-agent-fetch-group-1): Position point before calling
1765         gnus-summary-set-agent-mark.
1766         (gnus-get-predicate): Corrected description, parameter is
1767         predicate not category.
1768         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
1769         provide a separate single group expiration function.
1770         (gnus-agent-regenerate-group): Now clears the message buffer when
1771         finished.
1772
1773 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1774
1775         * gnus.el (gnus-agent-target-move-group-header): New variable.
1776         * gnus-draft.el (gnus-draft-send): If special header
1777         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
1778         that group, instead of performing the regular sending functions.
1779
1780 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1781
1782         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
1783
1784 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
1785
1786         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
1787         variables.
1788         (message-make-fqdn): Use it.  Improved validity check.
1789
1790 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1791
1792         * message.el (message-user-mail-address): Check whether
1793         user-mail-address looks valid.
1794
1795         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
1796
1797         * gnus-util.el (gnus-fetch-original-field): New function.
1798
1799 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1800
1801         * message.el (message-mode): \\(...\\) around additional
1802         paragraph-separate alternative.
1803
1804 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
1805
1806         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
1807         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
1808         display key bindings.
1809         (gnus-mime-button-menu): Rewrite.
1810
1811 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1812
1813         * gnus-art.el (gnus-button-url-regexp): Removed `.
1814
1815 2003-02-23  Max Froumentin  <mf@w3.org>
1816
1817         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
1818
1819 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1820
1821         * gnus-art.el (gnus-mime-action-on-part): Require a match
1822         interactively.
1823
1824         * gnus-start.el (gnus-save-newsrc-file): Use
1825         gnus-backup-startup-file.
1826         (gnus-backup-startup-file): New variable.
1827
1828 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1829
1830         * gnus.el (gnus-summary-buffer-name): Moved function here.
1831
1832         * gnus-draft.el (defun): Remove debug.
1833
1834 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
1835
1836         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
1837         can't open server.
1838
1839 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1840
1841         * gnus-draft.el (defun): Configure posting styles.
1842
1843         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
1844         the entry for the group exists before we alter it.
1845
1846 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1847
1848         * message.el (message-mode): MML tags separate paragraphs.  Small
1849         change from David S Goldberg <david.goldberg6@verizon.net>.
1850
1851         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
1852         `gnus-newsgroup-headers'.
1853
1854         * gnus-art.el (gnus-article-refer-article): Grok more message id
1855         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
1856
1857 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
1858
1859         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
1860         use "path name".
1861
1862 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
1863
1864         * gnus-sum.el (gnus-summary-move-article)
1865         (gnus-summary-expire-articles): send data header for article, not
1866         just article ID
1867
1868         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
1869         (gnus-register-spool-action): added hashtable of message ID keys
1870         with message motion data
1871
1872 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
1873         From Reiner Steib  <Reiner.Steib@gmx.de>.
1874
1875         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
1876         variable, used in `gnus-button-mid-or-mail-heuristic'.
1877         (gnus-button-mid-or-mail-heuristic): New function derived from
1878         Florian Weimer's Perl script.
1879         (gnus-button-handle-mid-or-mail): Allow a function instead of
1880         'guess.
1881         (gnus-button-guessed-mid-regexp): Removed.
1882
1883 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1884
1885         * message.el (message-resend): Bind message-setup-hook to nil;
1886         remove X-Draft-From header.
1887
1888 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
1889
1890         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
1891         (gnus-newsgroup-undownloaded)
1892         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
1893         Doc fixes.
1894
1895 2003-02-17  John Paul Wallington  <jpw@gnu.org>
1896
1897         * gnus.el (gnus-shell-command-separator, gnus-email-address)
1898         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
1899
1900 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
1901
1902         * gnus-spec.el (gnus-xmas-format): Use insert instead of
1903         insert-string which is obsolete in Emacs 21.4.
1904
1905         * message.el (message-cross-post-followup-to-header): do.
1906
1907         * spam.el (spam-ifile-register-with-ifile)
1908         (spam-stat-register-spam-routine)
1909         (spam-stat-register-ham-routine)
1910         (spam-bogofilter-register-with-bogofilter): do.
1911
1912         * mailcap.el (mailcap-mime-data): Fix typo.
1913
1914         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
1915
1916 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
1917
1918         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
1919         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
1920         `gnus-cite-unsightly-citation-regexp'.
1921
1922 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1923
1924         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
1925         even if there's just a header.
1926
1927 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
1928
1929         * message.el (message-fix-before-sending): Fix highlighting of
1930         illegible and invisible text.
1931
1932         * gnus-util.el (gnus-multiple-choice): Separate choices with
1933         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
1934
1935 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
1936
1937         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
1938
1939 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
1940
1941         * spam.el (spam-ham-move-routine)
1942         (spam-mark-spam-as-expired-and-move-routine): use
1943         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
1944         around process-mark manipulation on the group
1945
1946 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1947
1948         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
1949         submenu.
1950
1951 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1952
1953         * mail-source.el (mail-source-fetch): Reverse the return value of
1954         the continuation question.
1955
1956 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1957
1958         * nndraft.el (nndraft-request-move-article): Bind
1959         nnmh-allow-delete-final to t.
1960
1961 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1962
1963         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
1964
1965 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
1966
1967         * nntp.el (nntp-accept-process-output): Don't use point-max to get
1968         the buffer's size.
1969
1970 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
1971
1972         * nnheader.el: Added cygwin to system-type comparisons.
1973
1974 2003-01-27  Juanma Barranquero  <lektu@terra.es>
1975
1976         * imap.el (imap-mailbox-status): Fix typo.
1977
1978 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1979
1980         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
1981         online.
1982
1983 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1984
1985         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
1986         commands.
1987         * gnus-sum.el: Small change from Frank Weinberg
1988         <frank@usenet-rundfahrt.de>:
1989         (gnus-auto-center-group): New variable.
1990         (gnus-summary-read-group-1): Use it.
1991         (gnus-summary-next-group): Fix docstring.
1992
1993 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1994
1995         * gnus-util.el (gnus-faces-at): Simplify.
1996
1997 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1998
1999         * spam.el (spam-ham-move-routine)
2000         (spam-mark-spam-as-expired-and-move-routine): made the article
2001         move conditional, so it's not called even if there's nothing to move
2002
2003 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2004
2005         * message.el (message-unix-mail-delimiter): Accept any whitespace
2006         after the email address and before the date; do not require the
2007         space character.  From Kurt B. Kaiser <kbk@shore.net>.
2008
2009 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2010
2011         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
2012         gnus-article-boring-faces variable is bound; use gnus-faces-at.
2013
2014         * gnus-util.el (gnus-faces-at): New macro.
2015
2016 2003-02-13  Michael Shields  <shields@msrl.com>
2017
2018         * gnus-cite.el
2019         (gnus-cite-attribution-suffix, gnus-cite-parse):
2020         Better handling for Microsoft citation styles.
2021         (gnus-unsightly-citation-regexp): New.
2022
2023 2003-02-12  Michael Shields  <shields@msrl.com>
2024
2025         * gnus-art.el (article-strip-banner): Strip both per-group and
2026         per-user-address banners.
2027         (article-really-strip-banner): New.
2028
2029 2003-02-12  Michael Shields  <shields@msrl.com>
2030
2031         * gnus-sum.el (gnus-article-goto-next-page,
2032         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
2033         relying on the summary bindings of `n' and `p'.
2034
2035 2003-02-12  Michael Shields  <shields@msrl.com>
2036
2037         * gnus-art.el (gnus-article-only-boring-p): New.
2038         (gnus-article-skip-boring): New.
2039         * gnus-cite.el (gnus-article-boring-faces): New.
2040         * gnus-sum.el (gnus-summary-next-page): Use
2041         gnus-article-only-boring-p.
2042
2043 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
2044
2045         * spam.el (spam-mark-spam-as-expired-and-move-routine)
2046         (spam-ham-move-routine): unmark all articles before marking those
2047         of interest and calling gnus-summary-move-article
2048
2049 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
2050
2051         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
2052         logically the complement of gnus-get-buffer-create and
2053         gnus-add-buffer.
2054
2055         * gnus-util.el (gnus-kill-buffer): do.
2056
2057         * nnmail.el: Autoload gnus-kill-buffer.
2058
2059 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2060
2061         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
2062         gnus-summary-goto-subject as gnus-summary-update-mark operates on
2063         the current LINE.
2064         (gnus-agent-summary-fetch-group): Minimized the number of times
2065         that the article is updated in the buffer.
2066
2067 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
2068
2069         * spam.el (spam-ham-move-routine): use the process-mark instead of
2070         gnus-current-article when moving articles
2071         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
2072
2073 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2074
2075         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
2076         (gnus-topic-catchup-articles): Ditto.
2077         (gnus-topic-mark-topic): Reverse recursive logic.
2078
2079 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
2080
2081         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
2082         gnus-refer-thread-limit is t.
2083
2084 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
2085
2086         * mm-util.el (mm-mule-charset-to-mime-charset): Use
2087         sort-coding-systems to prefer utf-8 over utf-16.
2088
2089 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2090
2091         * gnus-agent.el (gnus-agent-expire-days):
2092         gnus-request-move-article depends on gnus-agent-expire to clean up
2093         the cache after moving the article.  Therefore, g-a-e-d can NOT
2094         default to nil or can gnus-agent-expire be disabled by doing so.
2095         If you don't want to run gnus-agent-expire, don't call it.
2096         (gnus-agent-expire): The broken test to disable gnus-agent-expire
2097         when g-a-e-d was NOT nil was removed.
2098         (gnus-agent-article-name): Removed unnecessary input test as
2099         article IDs are always strings.
2100         (gnus-agent-regenerate-group): Added check to protect against
2101         servers that generate absurdly long article IDs.  Valid IDs are
2102         less than 10 digits to avoid overflow errors.  Fixed logic error
2103         when ensuring that the final article ID is present in the new
2104         alist.
2105
2106 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2107
2108         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
2109         next line after finding the parent.
2110
2111 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2112
2113         * gnus.el (gnus-version-number): Bumped.
2114
2115 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2116
2117         * gnus.el: Oort Gnus v0.15 is released.
2118
2119 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
2120
2121         * nnmail.el (nnmail-split-it): If a message ends up matching the
2122           same mailbox more than once, it will cause duplicates to appear
2123           in the mailbox.
2124
2125 2003-02-08  Simon Josefsson  <jas@extundo.com>
2126
2127         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
2128         code that only worked under Emacs.
2129
2130         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
2131         Das <satyaki@chicory.stanford.edu>.
2132
2133 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
2134
2135         * gnus-art.el (gnus-article-refer-article): Use
2136         gnus-replace-in-string.
2137
2138         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
2139         (gnus-remove-duplicates): do.
2140
2141 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2142
2143         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
2144         (gnus-request-scan): set
2145         gnus-internal-registry-spool-current-method to gnus-command-method
2146         before a request-scan operation
2147
2148         * gnus-registry.el (regtest-nnmail): use
2149         gnus-internal-registry-spool-current-method
2150
2151 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2152
2153         * mail-source.el (mail-source-fetch): Typo fix.
2154
2155 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2156
2157         * nnmail.el (nnmail-spool-hook): new hook
2158         (nnmail-cache-insert): call nnmail-spool-hook
2159
2160         * gnus-registry.el: new file with examples of using the hooks
2161
2162         * gnus.el (gnus-registry): added registry customization group
2163         (gnus-group-prefixed-name): improve function to return full group
2164         name optionally
2165         (gnus-group-guess-prefixed-name): shortcut to
2166         gnus-group-prefixed-name, using just the group name
2167         (gnus-group-full-name): always get a group's full name
2168         (gnus-group-guess-full-name): shortcut, using just the group name
2169
2170         * gnus-sum.el (gnus-summary-article-move-hook)
2171         (gnus-summary-article-delete-hook)
2172         (gnus-summary-article-expire-hook): new hooks
2173         (gnus-summary-move-article, gnus-summary-expire-articles)
2174         (gnus-summary-delete-article): invoke the new hooks
2175
2176 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
2177
2178         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
2179         from message-ID
2180
2181 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
2182
2183         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
2184
2185 2003-02-07  John Paul Wallington  <jpw@gnu.org>
2186
2187         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
2188         (mm-write-region, mm-detect-coding-region): Doc fixes.
2189
2190 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2191
2192         * mail-source.el (mail-source-fetch): Ignore errors.
2193         (mail-source-ignore-errors): New variable.
2194
2195         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
2196         articles.
2197
2198         * gnus-msg.el (gnus-version-expose-system): Change default.
2199
2200 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
2201
2202         * gnus-msg.el (gnus-version-expose-system): New variable.
2203
2204 2003-02-07  Simon Josefsson  <jas@extundo.com>
2205
2206         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
2207         patch from deskpot@myrealbox.com (Vasily Korytov).
2208
2209 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2210
2211         * gnus-art.el (article-display-face): Get the Face header from
2212         the current buffer.
2213
2214 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2215
2216         * gnus-art.el (gnus-mime-view-part-internally): Bind
2217         buffer-read-only to nil.
2218
2219 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2220
2221         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
2222         from g-a-e-1 to g-a-e-2.
2223
2224 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
2225
2226         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
2227         of bbdb-search-simple, use spam-use-BBDB-exclusive
2228         (spam-check-whitelist): use spam-use-whitelist-exclusive
2229         (spam-use-whitelist-exclusive): new variable affecting
2230         spam-use-whitelist
2231         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
2232
2233 2003-02-05  Simon Josefsson  <jas@extundo.com>
2234
2235         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
2236         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
2237         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
2238         (gnus-agent-expire-1): New.
2239         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
2240         (gnus-agent-expire-2): New.
2241
2242 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
2243
2244         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
2245         "delete-if" is misleading because it isn't actually destructive.
2246
2247         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
2248
2249         * nnmail.el (nnmail-purge-split-history): do.
2250
2251         * gnus-win.el (gnus-get-buffer-window): do.
2252
2253         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
2254         let-binding.
2255         (gnus-simplify-all-whitespace): do.
2256
2257 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2258
2259         * gnus-delay.el (gnus-delay-article): Fix binding of the
2260         nndraft:delayed group.
2261
2262 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2263
2264         * gnus.el (spam group parameters): change 'other to 'const in
2265         the group parameter definitions to soothe XEmacs
2266
2267 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2268
2269         * gnus-delay.el (gnus-delay-article): Really create
2270         nndraft:delayed group if it doesn't exist.
2271
2272 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
2273
2274         * gnus-sum.el (gnus-summary-search-article): Speed up by
2275         disabling various visual features while searching.
2276         (gnus-summary-recenter): Test gnus-auto-center-summary first.
2277
2278 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
2279
2280         * spam.el (spam-list-of-checks): Don't quote nil and t in
2281         docstrings.  From the elisp manual:
2282
2283            When a documentation string refers to a Lisp symbol, write
2284            it [..] with single-quotes around it.  [..] There are two
2285            exceptions: write t and nil without single-quotes.
2286
2287         * messcompat.el (message-from-style): do.
2288
2289         * message.el (message-send-mail): do.
2290
2291         * gnus-util.el (gnus-use-byte-compile): do.
2292
2293         * gnus-score.el (gnus-score-lower-thread): do.
2294
2295         * gnus-int.el (gnus-server-unopen-status): do.
2296
2297         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
2298         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
2299
2300         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
2301         (gnus-group-parameters): do.
2302
2303         * gnus-art.el (gnus-article-mime-match-handle-function): do.
2304
2305         * mm-decode.el (mm-text-html-renderer): do.
2306
2307 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2308
2309         * nnheader.el (nnheader-directory-separator-character): Change the
2310         way to compute the dafault value.
2311
2312 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
2313
2314         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
2315         (gnus-button-alist): Fix regexp for describe-key.
2316         (gnus-button-handle-describe-function)
2317         (gnus-button-handle-describe-variable)
2318         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
2319         (gnus-button-handle-apropos-variable)
2320         (gnus-button-handle-apropos-documentation): Docstring fix.
2321
2322         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
2323
2324 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2325
2326         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
2327         to nil.
2328
2329         * nnmail.el: Removed gnus-util autoload.
2330
2331         * gnus.el: Use gnus-prin1-to-string throughout.
2332
2333         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
2334         print-level.
2335
2336         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
2337         (gnus-treat-display-grey-xface): Removed.
2338
2339         * gnus-fun.el (gnus-grab-cam-face): New.
2340         (gnus-convert-image-to-gray-x-face): Removed.
2341         (gnus-convert-gray-x-face-to-xpm): removed.
2342         (gnus-convert-gray-x-face-region): Removed.
2343         (gnus-grab-gray-x-face): Removed.
2344
2345         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
2346
2347 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
2348
2349         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
2350         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
2351         bound.
2352
2353         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
2354
2355 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
2356
2357         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
2358         Remove -- these are bogus options which are never used.
2359
2360 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
2361
2362         * gnus-art.el (gnus-article-mode): Use summary tool bar.
2363
2364 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
2365
2366         * spam.el (spam-check-blackholes)
2367         (spam-blackhole-good-server-regex): new variable to skip some IPs
2368         when checking blackholes; use it
2369         (spam-check-bogofilter-headers)
2370         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
2371         case more X-Bogosity is used than just "Yes/No"
2372         (spam-ham-move-routine): semi-fixed, only first article is
2373         properly moved now
2374
2375 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
2376
2377         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
2378         as well.
2379
2380         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
2381
2382         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
2383
2384         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
2385
2386         * gnus-bcklg.el (gnus-backlog-shutdown): do.
2387
2388         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
2389
2390 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2391
2392         * gnus-fun.el (gnus-face-encode): New function.
2393         (gnus-convert-png-to-face): Use it.
2394
2395         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
2396
2397 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
2398
2399         * mm-decode.el (mm-dissection-list): Remove.
2400         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
2401         only used in mm-remove-all-parts.
2402         (mm-remove-all-parts): Remove it, it's never called.
2403
2404 2003-01-25  Simon Josefsson  <jas@extundo.com>
2405
2406         * gnus-group.el (gnus-group-make-group): Report errors.
2407
2408         * nnimap.el (nnimap-request-create-group): Ditto.
2409
2410         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
2411
2412         * sieve.el (sieve-upload): Fix error printing.
2413
2414         * mm-encode.el (mm-qp-or-base64): Always QP iff
2415         mm-use-ultra-safe-encoding and cleartext PGP.
2416
2417         * gnus-sum.el (gnus-summary-select-article): Inhibit
2418         redisplay (mainly for secured messages).
2419
2420         * nnmail.el (nnmail-article-group): Copy body too (but don't
2421         process it).
2422
2423 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
2424
2425         * gnus-art.el (gnus-article-setup-buffer): Reset
2426         gnus-button-marker-list.
2427
2428 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2429
2430         * nntp.el (nntp-read-timeout): Default to using a second delay
2431         under Microsoft Windows.
2432
2433 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2434
2435         * nnheader.el (nnheader-directory-separator-character): New
2436         variable.
2437
2438 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2439
2440         * gnus-agent.el (gnus-agent-max-fetch-size)
2441         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
2442         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
2443         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
2444         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
2445         (gnus-agent-braid-nov, gnus-agent-load-alist)
2446         (gnus-agent-article-alist-save-format)
2447         (gnus-agent-read-agentview, gnus-agent-save-alist)
2448         (gnus-agent-fetch-group-1, gnus-agent-expire)
2449         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
2450         (gnus-agent-regenerate-group): Reformat to keep under eighty
2451         columns.  Reword docstrings so that first line is under eighty
2452         chars and a complete sentence.  Still need to work on the rear
2453         end of the file, in particular gnus-agent-expire.
2454
2455 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2456
2457         * gnus-agent.el (gnus-agentize): Indent.
2458
2459         * gnus.el (gnus-version-number): Bumped.
2460
2461 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2462
2463         * gnus.el: Oort Gnus v0.14 is released.
2464
2465 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2466
2467         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
2468         before beginning.  Tiny patch from Mark Thomas
2469         <swoon@bellatlantic.net>.
2470
2471 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2472
2473         * spam.el (spam-check-blackholes, spam-split)
2474         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
2475         gnus-message calls to show to users what spam.el is doing
2476
2477 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
2478
2479         * gnus-msg.el (gnus-message-replysign)
2480         (gnus-message-replyencrypt): Fix typo.
2481
2482 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2483
2484         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
2485         details.
2486
2487 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2488
2489         * gnus-art.el (gnus-article-press-button): let* -> let.
2490         (gnus-mime-security-show-details): Cleaned up.
2491         (gnus-mime-security-press-button): Save excursion.
2492         (gnus-insert-mime-security-button): Clean up.
2493
2494         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
2495
2496         * gnus-async.el (gnus-async-wait-for-article): Don't use a
2497         timeout.
2498
2499         * nntp.el (nntp-accept-process-output): Removed timeout.
2500         (nntp-read-timeout): New variable.
2501         (nntp-accept-process-output): Use it.
2502
2503         * gnus-sum.el (gnus-data-find-list): Remove *.
2504
2505 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2506
2507         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
2508         introduced on 2002-01-22.
2509         (gnus-summary-first-unseen-or-unread-subject): Ditto.
2510
2511 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
2512
2513         * spam.el (spam-check-regex-headers, spam-list-of-checks)
2514         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
2515         checks of incoming mail based on simple header regexp matching
2516
2517 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
2518
2519         * gnus-sum.el (gnus-spam-mark): set to `$'
2520
2521 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2522
2523         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
2524         gnus-newsgroup-unfetched, the list of articles whose headers have
2525         not been fetched from the server.
2526
2527         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
2528         parameter as it never worked due to a bug.  Added check to prevent
2529         selection of any article in the gnus-newsgroup-unfetched list.
2530         (gnus-summary-find-prev): Added check to prevent selection of any
2531         article in the gnus-newsgroup-unfetched list.
2532         (gnus-summary-first-subject): Documented API. Modified
2533         implementation so that constraints are handled independently.
2534         Added check to prevent selection of any article in the
2535         gnus-newsgroup-unfetched list.
2536         (gnus-summary-first-unseen-subject): Updated parameters in
2537         gnus-summary-first-subject call to match new API.
2538         (gnus-summary-first-unseen-or-unread-subject): Ditto.
2539         (gnus-summary-catchup): Do not mark unfetched articles as read.
2540
2541 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
2542
2543         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
2544         make-obsolete-variable allows only two arguments in XEmacs and
2545         Emacs 20.
2546
2547         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
2548         gnus-article-hide-pgp.
2549         (gnus-summary-make-menu-bar): do.
2550
2551         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
2552         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
2553         gnus-article-hide-pgp.
2554         (article-hide-pgp): Remove.
2555         (gnus-article-hide): Remove gnus-article-hide-pgp.
2556
2557         * gnus.el: Remove gnus-article-hide-pgp
2558
2559 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2560
2561         * message.el (message-required-headers): Doc fix.
2562
2563 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
2564
2565         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
2566         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
2567         option to make ifile a purely binary classifier
2568
2569 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2570
2571         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
2572         (mml-secure-encrypt-pgpmime): Removed double.
2573
2574         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
2575         debugging statements.
2576
2577 2003-01-21  Andreas Fuchs  <asf@void.at>
2578
2579         * mml-sec.el (mml-sign-alist): Added pgpauto.
2580
2581 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2582
2583         * gnus.el (gnus-version-number): Bumped version number.
2584
2585 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2586
2587         * gnus.el: Oort Gnus v0.13 is released.
2588
2589 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2590
2591         * gnus-art.el (gnus-button-url-regexp): Removed |.
2592
2593         * message.el (message-send-hook): Doc fix.
2594
2595         * gnus-win.el (gnus-buffer-configuration): Display article
2596         instead of article-copy when `reply'.
2597
2598 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
2599
2600         * gnus.el (gnus-format): Change customize group to gnus.
2601         (gnus-cache): Add link.
2602         (gnus-group-charter-alist): Fix docstring.
2603
2604 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
2605
2606         * mailcap.el (mailcap-print-command): lpr-command might be
2607         unbound in XEmacs.
2608
2609 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2610
2611         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
2612
2613         * gnus-sum.el (gnus-summary-update-article-line): Fixed
2614         calculation of net characters added for use in the gnus-data
2615         structure.
2616
2617 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2618
2619         * nnmail.el (nnmail-process-unix-mail-format): Improve error
2620         message.  Suggested by Jari Aalto.
2621
2622 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2623
2624         * gnus-art.el (gnus-article-followup-with-original): Clean up.
2625         (gnus-article-reply-with-original): Ditto.
2626
2627         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
2628         read articles don't become unread.
2629
2630 2003-01-17  Simon Josefsson  <jas@extundo.com>
2631
2632         * gnus-fun.el (gnus-x-face-from-file):
2633         (gnus-face-from-file): Suggest image format in minibuffer prompt.
2634
2635         * gnus-fun.el (gnus-convert-image-to-x-face-command)
2636         (gnus-convert-image-to-face-command): Doc fix.
2637
2638 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2639
2640         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
2641
2642 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
2643
2644         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
2645         avoid encoding problems.
2646
2647         * mailcap.el (mailcap-ps-command): New variable.
2648         (mailcap-mime-data): Add print entry where applicable.  Use
2649         pdftotext on a tty.
2650
2651 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2652
2653         * gnus-sum.el (gnus-alter-header-function): Add type and group.
2654
2655 2003-01-16  Simon Josefsson  <jas@extundo.com>
2656
2657         * gnus-fun.el (gnus-convert-image-to-x-face-command)
2658         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
2659         (gnus-face-from-file): Doc fix; don't mention image format.
2660
2661 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2662
2663         * spam.el (spam-get-article-as-filename): new function (unused for now)
2664         (spam-get-article-as-buffer): new function
2665         (spam-get-article-as-string): use spam-get-article-as-buffer
2666         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
2667
2668 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2669
2670         * gnus-agent.el: Don't use `path'.
2671         From the GNU coding standards:
2672
2673             Please do not use the term ``pathname'' that is used in Unix
2674             documentation; use ``file name'' (two words) instead.  We use
2675             the term ``path'' only for search paths, which are lists of
2676             directory names.
2677
2678         * nnsoup.el (nnsoup-file-name): Ditto.
2679
2680         * nnmail.el (nnmail-pathname-coding-system): Ditto.
2681         (nnmail-group-pathname): Ditto.
2682
2683         * nnimap.el (nnimap-group-overview-filename): Ditto.
2684
2685         * nnheader.el (nnheader-pathname-coding-system): Ditto.
2686         (nnheader-group-pathname): Ditto.
2687
2688         * nnfolder.el (nnfolder-group-pathname): Ditto.
2689
2690         * gnus.el (gnus-home-directory): Ditto.
2691
2692         * gnus-group.el (gnus-group-icon-list): Ditto.
2693
2694 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
2695
2696         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
2697
2698         * message.el (message-mode-menu): Use it.
2699         (message-mode-menu): Deactivate "Yank Original" if there's no
2700         reply buffer.
2701
2702         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
2703
2704         * message.el (message-mark-active-p): New function.
2705
2706 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
2707
2708         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
2709         (spam-bogofilter-database-directory): new variables
2710         (spam-check-bogofilter-headers, spam-check-bogofilter)
2711         (spam-bogofilter-register-with-bogofilter)
2712         (spam-bogofilter-register-spam-routine)
2713         (spam-bogofilter-register-ham-routine)
2714         (spam-group-ham-processor-bogofilter-p): new functions for the new
2715         Bogofilter interface
2716         (spam-summary-prepare-exit): use the new Bogofilter functions
2717         (spam-list-of-checks): added spam-use-bogofilter-headers
2718         (spam-bogofilter-score): rewrote function
2719         (spam-check-bogofilter): optional score parameter, uses
2720         spam-check-bogofilter-headers better
2721         (spam-check-bogofilter-headers): optional score parameter
2722
2723         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
2724         default, in the gnus-start customization group.  Used to disable
2725         the spam-*/ham-* parameters.
2726         (gnus-group-ham-exit-processor-bogofilter): new ham processor
2727
2728 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
2729
2730         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
2731         XEmacs.
2732
2733         * gnus-ems.el (gnus-mark-active-p): do.
2734
2735 2003-01-15  Kevin Ryde  <user42@zip.com.au>
2736
2737         * gnus.texi (Using MIME): Mention auto-compression-mode with
2738         gnus-mime-copy-part.
2739
2740 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2741
2742         * message.el (message-send): Don't warn about duplicates when
2743         superseding.
2744
2745 2003-01-15  Simon Josefsson  <jas@extundo.com>
2746
2747         * nnimap.el (nnimap-split-download-body): New variable.
2748         (nnimap-split-articles): Use it.
2749
2750 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2751
2752         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
2753         integrity checker was incorrectly flagging, and removing, articles
2754         whose article number was negative.
2755         (gnus-agent-fetch-group-1): When executed in the group's summary
2756         buffer, refresh each downloaded line to update the status flag and
2757         font.  Preserve the value of gnus-newsgroup-headers so that
2758         gnus-agent-fetch-articles can split the requests by size.
2759         (gnus-agent-expire): Corrected day calculation for when
2760         gnus-agent-expire-days contains a list.
2761
2762 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2763
2764         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
2765
2766 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
2767
2768         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
2769           /usr/bin/play as default player.
2770           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
2771
2772 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2773
2774         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
2775         articles to be marked as well.
2776
2777 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2778         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
2779         fictious headers generated by nnagent (ie. Undownloaded Article
2780         ####) in the list of articles that have not been downloaded.
2781
2782         * gnus-int.el (): Added require declarations to resolve
2783         compile-time warnings.
2784         (gnus-open-server): If the server status is set to offline,
2785         recursively execute gnus-open-server to open the offline backend
2786         (e.g. nnagent).
2787
2788 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
2789
2790         * gnus-art.el (gnus-article-reply-with-original): Use
2791         gnus-mark-active-p.
2792         (gnus-article-followup-with-original): do.
2793
2794 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2795
2796         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
2797
2798 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2799
2800         * gnus-score.el (gnus-score-edit-file-at-point): New function.
2801         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
2802
2803 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
2804
2805         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
2806         (gnus-face-from-file): Ditto.
2807
2808 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2809
2810         * gnus-sum.el (gnus-articles-to-read): Don't just apply
2811         gnus-alter-articles-to-read-function to the unread articles.
2812
2813 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2814
2815         * deuglify.el (gnus-article-outlook-unwrap-lines)
2816         (gnus-article-outlook-repair-attribution)
2817         (gnus-article-outlook-rearrange-citation): New function names,
2818         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
2819         doc-string.
2820
2821         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
2822         removed `W k' key binding (use `W Y f' instead).
2823         (gnus-summary-make-menu-bar): Use new function names.
2824
2825 2003-01-13  Simon Josefsson  <jas@extundo.com>
2826
2827         * gnus-fun.el (gnus-random-x-face): Doc fix.
2828         (gnus-insert-random-x-face-header): New function.
2829
2830 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
2831
2832         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
2833         mark is not active.
2834
2835         * gnus-msg.el (gnus-inews-do-gcc): Comment.
2836
2837         * gnus-ems.el (gnus-mark-active-p): New function.
2838
2839         * gnus-group.el (gnus-topic-mode-p): New function.
2840         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
2841         Deactivate items if mark is not active.
2842
2843 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2844
2845         * gnus.el (gnus-version-number): Bumped version.
2846         (gnus-summary-line-format): Doc fix.
2847
2848 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2849
2850         * gnus.el: Oort Gnus v0.12 is released.
2851
2852 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2853
2854         * mail-source.el (mail-sources): Removed autoload to make it
2855         compile under XEmacs.
2856
2857 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
2858
2859         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
2860         regexp or a function too.
2861         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
2862         confirmation even if the original article is mail.
2863
2864 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2865
2866         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
2867         articles to be marked when not yanking.
2868
2869 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
2870
2871         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
2872
2873 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2874
2875         * gnus-fun.el (gnus-face-from-file): Autoload.
2876
2877         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
2878         errors.
2879
2880 2003-01-12  Simon Josefsson  <jas@extundo.com>
2881
2882         * sieve.el (sieve-upload-and-bury): New.  Suggested by
2883         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
2884
2885         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
2886         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
2887
2888 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2889
2890         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
2891         in every string.
2892
2893         * gnus.el (gnus-version-number): Bumped version number.
2894
2895 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2896
2897         * gnus.el: Oort Gnus v0.11 is released.
2898
2899 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
2900
2901         * message.el (message-fetch-reply-field): Narrow to headers.
2902
2903         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
2904         if Gnus isn't alive.
2905
2906 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2907
2908         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
2909         marks from articles that are already stored in the agent.
2910         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
2911         backup copy of an invalid .overview file for later analysis.
2912
2913 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
2914
2915         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
2916         exit work with two frames.
2917
2918 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
2919
2920         * message.el (message-forward-make-body): Use mule4.
2921
2922 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2923
2924         * message.el (message-mode-map): Move wide-reply command.
2925
2926 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
2927
2928         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
2929         castellano.
2930         (gnus-outlook-display-hook): New variable.
2931         (gnus-outlook-display-article-buffer): New function.
2932         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
2933         (gnus-outlook-deuglify-article): Made them interactive and added
2934         optional arg.  Use `g-o-d-a-b'.
2935         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
2936
2937         * gnus-sum.el: Added autoloads.
2938         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
2939         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
2940
2941 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2942
2943         * gnus-art.el (gnus-display-mime): Use the mime emulation
2944         variable.
2945
2946         * gnus-sum.el (gnus-article-emulate-mime): New variable.
2947
2948         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
2949         newsrc-alist is initialized properly.
2950
2951         * mail-source.el (mail-sources): Autoload.
2952
2953         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
2954         nil.
2955
2956         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
2957         insert two newlines.
2958
2959         * message.el (message-check-news-header-syntax): Compute the
2960         header length correctly.
2961
2962 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2963
2964         * gnus-agent.el (gnus-agent-expire): Do not remove article from
2965         alist when keeping fetched article file.
2966         (gnus-agent-retrieve-headers): When parsing response for article
2967         numbers, use the same algorithm as gnus-agent-braid-nov to protect
2968         against garbage in the server's response.
2969
2970         * gnus-int.el (gnus-request-expire-articles,
2971         gnus-request-move-article): Only expire when the group's server
2972         has been agentized.
2973
2974 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2975
2976         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
2977         errors when deleting overlays.
2978
2979         * gnus-score.el (gnus-score-followup): Allow tracing.
2980
2981         * gnus-art.el (gnus-treat-display-face): New variable.
2982         (article-display-face): New command.
2983
2984         * gnus-fun.el (gnus-face-from-file): New function.
2985         (gnus-convert-face-to-png): Ditto.
2986
2987         * gnus-art.el (gnus-ignored-headers): Added Face.
2988
2989 2003-01-10  Simon Josefsson  <jas@extundo.com>
2990
2991         * nndraft.el (nndraft-request-group): Avoid crash in
2992         directory-files when draft directory doesn't exists.
2993
2994         * gnus-sum.el (gnus-select-article-hook): Add :option.
2995
2996 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2997
2998         * spam.el (spam-use-stat): new variable
2999         (spam-group-spam-processor-stat-p)
3000         (spam-group-ham-processor-stat-p): new convenience functions
3001         (spam-summary-prepare-exit): add spam/ham processors to sequence
3002         (spam-list-of-checks): add spam-use-stat to list of checks
3003         (spam-split): conditionally load the spam-stat tables
3004         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
3005         spam-check-ifile): new functions
3006
3007         * spam-stat.el (spam-stat): typo fix
3008         (spam-stat-install-hooks): new variable
3009         (spam-stat-split-fancy-spam-group): added documentation clarification
3010         (spam-stat-split-fancy-spam-threshhold): new variable
3011         (spam-stat-install-hooks): make hooks conditional
3012         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
3013
3014         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
3015         spam-stat ham/spam processor symbols
3016
3017 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3018
3019         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
3020         file exists.
3021
3022 2003-01-10  Simon Josefsson  <jas@extundo.com>
3023
3024         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
3025         undownloaded/downloadable only when unplugged.
3026
3027 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
3028
3029         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
3030
3031 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3032
3033         * spam.el (spam-check-ifile): fixed call-process-region to use the
3034         db parameter only if it's set
3035         (spam-ifile-register-with-ifile): ditto
3036
3037 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
3038
3039         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
3040         spam-stat-nbad before creating the hash table.
3041         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
3042         Changed copyright statement to FSF.
3043
3044 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3045
3046         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
3047         processable articles as read.
3048         (gnus-agent-summary-fetch-series): Remove processable and
3049         downloadable marks on all downloaded articles in the series.
3050
3051         * nntp.el (nntp-report): Throw error after reporting the problem.
3052         (nntp-accept-process-output): Corrected error check to report an
3053         error when the process is nil.
3054
3055 2003-01-09  Simon Josefsson  <jas@extundo.com>
3056
3057         * message.el (message-tool-bar-map): Add preview.
3058
3059 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
3060
3061         * mml.el (mml-preview): Get rid of MIME handles and buffers after
3062         previewing.
3063
3064 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
3065
3066         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
3067         bug when the (n+1)th article to be added to a group has a smaller
3068         number than the n articles already added.
3069
3070 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
3071
3072         * message.el (message-mode-field-menu): Use backquote.
3073
3074 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
3075
3076         * spam.el: fixed the BBDB autoloads again, using
3077         bbdb-search-simple now (which is not a macro, thank god)
3078
3079         * lpath.el (bbdb-search): removed function from maybe-fbind list
3080
3081         * gnus.el (ham-process-destination): added new parameter for
3082         destination of ham articles found in spam groups at summary exit
3083
3084         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
3085         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
3086         (spam-ifile-database-path): added new parameter for ifile's database
3087         (spam-move-spam-nonspam-groups-only): new parameter to determine
3088         if spam should be moved from all groups or only some
3089         (spam-summary-prepare-exit): fixed logic to use
3090         spam-move-spam-nonspam-groups-only when deciding to invoke
3091         spam-mark-spam-as-expired-and-move-routine; always invoke that
3092         routine after the spam has been expired-or-moved in case there's
3093         some spam left over; use spam-ham-move-routine in spam groups
3094         (spam-ham-move-routine): new function to move ham articles to the
3095         ham-process-destinations group parameter
3096
3097 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3098
3099         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
3100
3101         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
3102         gnus-summary-update-article-line.
3103
3104 2003-01-08  Simon Josefsson  <jas@extundo.com>
3105
3106         * nnmail.el (nnmail-expiry-target-group): Request group, create it
3107         not successful.
3108
3109 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3110
3111         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
3112
3113 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3114
3115         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
3116         logic, finally
3117
3118 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3119
3120         * gnus-spec.el (gnus-parse-format): %C is a complex format.
3121         (gnus-parse-format): Change to %~.
3122
3123         * message.el (message-generate-headers): Don't generate optional
3124         empty headers.
3125
3126 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3127
3128         * message.el (message-cross-post-default)
3129         (message-cross-post-note-function, message-shoot-gnksa-feet)
3130         (message-strip-subject-trailing-was, message-change-subject)
3131         (message-mark-insert-file, message-cross-post-followup-to)
3132         (message-cross-post-followup-to, message-mode-map)
3133         (message-generate-unsubscribed-mail-followup-to)
3134         (message-make-mail-followup-to): Minor changes to doc-strings and
3135         error messages.  Updated copyright line.
3136
3137         * message.el (message-make-mail-followup-to,
3138         message-generate-unsubscribed-mail-followup-to): New function
3139         names.  Renamed functions: "-mft" -> "-mail-followup-to".
3140         (message-make-mft, message-gen-unsubscribed-mft): Removed function
3141         names.
3142
3143         * mml.el (mml-preview-insert-mail-followup-to): New function name.
3144         (mml-preview-insert-mft): Removed function name.
3145         (mml-preview): Use new function names.
3146
3147         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
3148
3149         * message.el (message-mode-field-menu): Moved header related
3150         commands from "Message" to "Field" menu.
3151
3152 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3153
3154         * message.el (message-generate-headers-first): Added customization
3155         if variable is a list.
3156
3157 2003-01-07  Michael Shields  <shields@msrl.com>
3158
3159         * gnus-art.el (gnus-article-next-page): Correctly handle the case
3160         where the last line of the article is the last line of the window.
3161
3162 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3163
3164         * gnus-msg.el (gnus-debug): Use ignore-errors.
3165
3166         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
3167         `gnus-summary-update-line'.
3168
3169 2003-01-08  Simon Josefsson  <jas@extundo.com>
3170
3171         * gnus-art.el (gnus-unbuttonized-mime-types)
3172         (gnus-buttonized-mime-types): Doc fix.
3173
3174 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
3175
3176         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
3177
3178 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3179
3180         * nnrss.el (nnrss-group-alist): Add and clear up.
3181
3182 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3183
3184         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
3185
3186         * lpath.el (bbdb-search): added BBDB functions for a better way to
3187         fix missing functions
3188
3189         * spam.el (spam-check-ifile): if should be an unless
3190
3191         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
3192         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
3193         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
3194
3195 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3196
3197         * gnus-sum.el (gnus-summary-make-menu-bar): Added
3198         gnus-summary-refer-thread to thread menu.
3199
3200 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3201
3202         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
3203         summary buffer, articles that cannot be fetched are marked as
3204         canceled.
3205
3206         * nntp.el (nntp-with-open-group): The quit signal handler must
3207         propagate the quit signal to the next outer handler so that the
3208         caller knows that the request aborted abnormally.
3209
3210 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3211
3212         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
3213         (spam-ifile-register-spam-routine)
3214         (spam-ifile-register-ham-routine): added ifile functionality that
3215         does not use ifile-gnus.el to classify and register articles
3216         (spam-get-article-as-string): convenience function
3217         (spam-summary-prepare-exit): added ifile spam and ham registration
3218         (spam-ifile-all-categories, spam-ifile-spam-category)
3219         (spam-ifile-path, spam-ifile): added customization options
3220
3221         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
3222         exit processor
3223         (spam-process): added gnus-group-ham-exit-processor-ifile to the
3224         list of choices
3225
3226 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3227
3228         * gnus-score.el (gnus-score-followup): Also score immediate
3229         followups.
3230
3231 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3232
3233         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
3234
3235 2003-01-07  Simon Josefsson  <jas@extundo.com>
3236
3237         * message.el (message-mode-menu): Fix receipt balloon help.
3238
3239 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
3240
3241         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
3242         always be interpreted as news.
3243
3244 2003-01-07  Simon Josefsson  <jas@extundo.com>
3245
3246         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
3247         gnus-sieve-script, instead of the global variable
3248         gnus-sieve-crosspost.  One-line patch from Steinar Bang
3249         <sb@dod.no>.
3250
3251 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3252
3253         * gnus.el: Renamed gnus-summary-*-uncached-face as
3254         gnus-summary-*-undownloaded-face to avoid confusing the agent with
3255         the cache.
3256
3257         * gnus-sum.el: Ditto.
3258
3259 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3260
3261         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
3262         in either the group or summary buffer.
3263         New command "JS", in summary buffer, will fetch articles per the
3264         group's category, predicate, and processable flags.
3265         (gnus-agent-summary-fetch-series): Rewritten to call
3266         gnus-agent-session-fetch-group once with all articles in the
3267         series.
3268         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
3269         return list of fetched articles.
3270         (gnus-agent-fetch-articles): Split fetch list into sublists such
3271         that the article buffer is only slightly larger than
3272         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
3273         the group's article alist is saved.
3274         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
3275         longer result in the agent trying to fetch an article.
3276         (gnus-agent-fetch-group-1): Can now be called in either the group
3277         or summary buffer.  Removed the max-fetch-size code that I added
3278         on 2002-12-13 as that capability is now part of
3279         gnus-agent-fetch-articles.  Added code to update summary buffer.
3280         When called in the group buffer, articles that can not be fetched
3281         are AUTOMATICALLY MARKED AS READ.
3282
3283         * gnus-sum.el (): Modified eval-when-compile to minimize
3284         misleading compilation warnings.
3285         (gnus-update-summary-mark-positions): Changed code to use
3286         gnus-undownloaded-mark rather than gnus-downloaded-mark.
3287
3288         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
3289         empty file as the parser assumes that the file isn't empty.
3290
3291         * nntp.el (nntp-send-string): The process-send-string call can,
3292         because it performs I/O on the process, change the process' state
3293         from open to closed.  If this happens, call nntp-report
3294         immediately to report the broken connection.
3295         (nntp-report): Rewritten to avoid needing a global variable to
3296         determine the appropriate course of action.  Instead, two function
3297         implementations are provided and the nntp-report function value is
3298         bound to the appropriate implementation.
3299         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
3300         (nntp-with-open-group): Now binds nntp-report's function cell
3301         rather than binding gnus-with-open-group-first-pass.  Added a
3302         condition-case to detect a quit during a nntp command.  When the
3303         quit occurs, the current connection is closed as a fetch articles
3304         request could have several megabytes queued up for reading.
3305         (nntp-retrieve-headers): Bind articles to itself.  If
3306         nntp-with-open-group repeats this command, I must have access to
3307         the original list of articles.
3308         (nntp-retrieve-groups): Ditto for groups.
3309         (nntp-retrieve-articles): Ditto for articles.
3310         (*): Replaced nntp-possibly-change-group calls to
3311         nntp-with-open-group forms in all, but one, occurrance.
3312         (nntp-accept-process-output): Bug fix. Detect when called with
3313         null process.
3314
3315 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
3316
3317         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
3318         if we don't need to.
3319         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
3320
3321 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3322
3323         * gnus-group.el (gnus-group-make-web-group): Pass the select
3324         method on to group-create.
3325         (gnus-group-line-format-alist): %U is an integer.
3326
3327         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
3328         ephemeral groups.
3329         (gnus-summary-read-group-1): Ditto.
3330         (gnus-group-make-articles-read): Ditto.
3331
3332         * mm-url.el (mm-url-program): Doc fix.
3333
3334         * message.el (message-mode-map): Rebound
3335         message-insert-wide-reply.
3336
3337 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3338
3339         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
3340         color as `gnus-group-startup-message' does.
3341
3342 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
3343
3344         * spam.el: fixed line lengths to 80 chars or less
3345
3346         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
3347         "not-read" mark
3348         (gnus-summary-mark-forward): added the spam-mark to the list of
3349         marks not to be marked as "read" when viewed
3350
3351 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3352
3353         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
3354
3355         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
3356         Protect against unactive groups.
3357
3358         * message.el (message-check-news-header-syntax): Check long
3359         header lines.
3360         (message-check-news-header-syntax): Update `start'.
3361
3362         * gnus-group.el (gnus-group-expire-articles): Doc fix.
3363         (gnus-group-line-format): %U.
3364         (gnus-group-line-format-alist): ?U.
3365         (gnus-number-of-unseen-articles-in-group): New function.
3366
3367         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
3368
3369         * gnus.el (gnus-version-number): Bump version number.
3370
3371 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3372
3373         * gnus.el: Oort Gnus v0.10 is released.
3374
3375 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3376
3377         * gnus.el (gnus-version-number): Fix version number.
3378
3379 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3380
3381         * gnus.el: Oort Gnus v0.08 is released.
3382
3383 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
3384
3385         * mm-util.el: Add mm-string-make-unibyte.
3386
3387         * gnus-group.el (gnus-group-jump-to-group): Make it work for
3388         UTF-8 groups.
3389
3390 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3391
3392         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
3393
3394         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
3395
3396 2003-01-04  Kevin Ryde  <user42@zip.com.au>
3397
3398         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
3399         function.
3400
3401 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3402
3403         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
3404         (gnus-summary-read-group-1): Update group line.
3405         (gnus-summary-exit-no-update): Update group on exit.
3406
3407         * gnus-group.el (gnus-group-line-format): Add %*.
3408         (gnus-group-line-format-alist): Ditto.
3409         (gnus-group-insert-group-line): Set it.
3410         (gnus-group-is-exiting-p): New variable.
3411         (gnus-group-insert-group-line): Use it.
3412
3413 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
3414
3415         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
3416         enable BBDB ham processing
3417         (spam-blacklist-register-routine): enable blacklist spam processing
3418         (spam-whitelist-register-routine): enable whitelist ham processing
3419         (spam-fetch-field-from-fast): fast fetching of the "from" field
3420         from (gnus-data-list)
3421         (spam-summary-prepare-exit): works completely now
3422         (spam-use-blacklist): oops, should be nil by default
3423         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
3424         split processing now; before it was for summary exit as
3425         well but that's done with the spam-contents and spam-process
3426         parameters now
3427
3428 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
3429
3430         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
3431         characters.
3432
3433 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
3434
3435         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
3436         (spam-group-processor-p, spam-group-processor-bogofilter-p)
3437         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
3438         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
3439         (spam-mark-spam-as-expired-and-move-routine)
3440         (spam-generic-register-routine, spam-BBDB-register-routine)
3441         (spam-ifile-register-routine, spam-blacklist-register-routine)
3442         (spam-whitelist-register-routine): new functions
3443         (spam-summary-prepare-exit): added summary exit processing (expire
3444         or move) of spam-marked articles for spam groups; added slots for
3445         all the spam-*-register-routine functions
3446
3447 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3448
3449         * pop3.el (pop3-retr): Wait 500 msecs.
3450         (pop3-read-response): Ditto.
3451
3452         * gnus-msg.el (gnus-setup-message): Get the evaliation order
3453         right.
3454         (gnus-inews-make-draft): New function.
3455         (gnus-setup-message): Use it.
3456
3457         * message.el (message-required-headers): Add From.
3458
3459 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3460         Trivial patch from Norbert Koch <nk@viteno.net>.
3461
3462         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
3463
3464 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3465
3466         * message.el (message-generate-headers): Let header formatters do
3467         their work.
3468
3469 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
3470
3471         * deuglify.el (gnus-article-outlook-deuglify-article):
3472         Rehighlight, reapply treatments and call
3473         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
3474         (gnus-outlook-repair-attribution-block): Recognize cited
3475         attributions.  Suggested by Niklas Morberg.
3476
3477 2003-01-02  Pete Kazmier  <pete@kazmier.com>
3478
3479         * gnus-art.el (gnus-treat-predicate): Check condition first.
3480
3481 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
3482
3483         * lpath.el: Add url-http-file-exists-p.
3484
3485         * gnus-group.el (gnus-group-fetch-charter): Use
3486         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
3487
3488 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3489
3490         * message.el (message-draft-headers): Also generate From to get a
3491         nicer draft buffer summary.
3492
3493         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
3494         parameter.
3495
3496         * gnus-art.el (article-wash-html): Clean up.
3497         (article-wash-html): Typo fix.
3498
3499         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
3500         (gnus-summary-mail-forward): To many lists of lists.
3501
3502         * gnus-art.el (article-wash-html): Clean up.
3503
3504 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
3505
3506         * gnus-art.el (gnus-treat-wash-html): New variable.
3507
3508 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3509
3510         * message.el (message-check-news-header-syntax): Allow posting.
3511         (message-check-news-header-syntax): Fix logic for sure, this
3512         time.
3513
3514 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
3515
3516         * message.el (message-check-news-header-syntax): Check syntax of
3517         continuation headers.
3518
3519 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
3520
3521         * gnus-art.el (gnus-button-url-regexp,
3522         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
3523         (gnus-header-button-alist): Regexps are case insensitive here.
3524
3525 2003-01-02  Simon Josefsson  <jas@extundo.com>
3526
3527         * dig.el (query-dig): Doc fix.
3528
3529 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3530
3531         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
3532         summary buffer line, not just the download mark.
3533
3534 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3535
3536         * gnus-sum.el (gnus-summary-goto-subjects): New function.
3537         (gnus-summary-insert-dormant-articles): New command and
3538         keystroke.
3539
3540         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
3541         function for mass insertion of subjects.
3542
3543         * nndraft.el (nndraft-generate-headers): Don't move point.
3544
3545         * gnus.el (nnheader): Require nnheader.
3546
3547         * nndraft.el (nndraft-request-associate-buffer): Use
3548         make-local-variable.
3549
3550 2003-01-02  Michael Shields  <shields@msrl.com>
3551
3552         * nndraft.el (nndraft-request-associate-buffer): Make
3553         write-contents-hooks buffer-local before setting it.
3554
3555 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3556
3557         * gnus.el (gnus-group-parameter-value): Take an extra param.
3558         (gnus-group-fast-parameter): Let group param results be nil.
3559
3560         * gnus-art.el (gnus-article-forward-header): New function.
3561         (article-date-ut): Use it to remove continuation date headers.
3562
3563         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
3564         read-event.
3565         (gnus-summary-remove-bookmark): Clean up.
3566         (gnus-summary-set-bookmark): Clean up.
3567
3568         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
3569
3570         * gnus.el (gnus-group-startup-message): Bind data-directory to
3571         the Gnus etc directory.
3572
3573 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
3574
3575         * spam.el (spam-summary-prepare-exit): added slots for spam- and
3576         ham-processing of articles; use the new
3577         spam-group-(spam|ham)-contents-p functions
3578         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
3579         convenience functions
3580         (spam-mark-junk-as-spam-routine): use the new
3581         spam-group-spam-contents-p function
3582
3583         * gnus.el (spam-process, spam-contents, spam-process-destination):
3584         added new parameters with corresponding global variables
3585         (gnus-group-spam-exit-processor-ifile,
3586         gnus-group-spam-exit-processor-bogofilter,
3587         gnus-group-spam-exit-processor-blacklist,
3588         gnus-group-spam-exit-processor-whitelist,
3589         gnus-group-spam-exit-processor-BBDB,
3590         gnus-group-spam-classification-spam,
3591         gnus-group-spam-classification-ham): added new symbols for the
3592         spam-process and spam-contents parameters
3593
3594         * spam.el (spam-ham-marks, spam-spam-marks): changed list
3595         customization and list itself to store mark symbol rather than
3596         mark character.
3597         (spam-bogofilter-register-routine): added logic to generate mark
3598         values list from spam-ham-marks and spam-spam-marks, so (member)
3599         would work.
3600
3601 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3602
3603         * message.el (message-cross-post-followup-to): Fix comment.
3604
3605 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
3606
3607         * spam.el (spam-ham-marks, spam-spam-marks): changed list
3608         customization and list itself to store mark symbol rather than
3609         mark character.
3610         (spam-bogofilter-register-routine): added logic to generate mark
3611         values list from spam-ham-marks and spam-spam-marks, so (member)
3612         would work.
3613
3614 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
3615
3616         * message.el (message-signature-insert-empty-line): New variable.
3617
3618 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3619
3620         * message.el: Renamed functions and variables: "xpost" ->
3621         "cross-post", "-fup2" -> "-followup-to".
3622         (message-cross-post-old-target, message-cross-post-default,
3623         message-cross-post-note, message-followup-to-note,
3624         message-cross-post-note-function): New variables names.
3625         (message-xpost-old-target, message-xpost-default,
3626         message-xpost-note, message-fup2-note,
3627         message-xpost-note-function): Removed variable names.
3628         (message-cross-post-followup-to-header,
3629         message-cross-post-insert-note, message-cross-post-followup-to):
3630         New function names.
3631         (message-xpost-fup2-header, message-xpost-insert-note,
3632         message-xpost-fup2): Removed function names.
3633
3634 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3635
3636         * message.el (message-send-mail): Added message-cleanup-headers to
3637         prevent newlines in headers.
3638
3639 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3640
3641         * dns.el (dns-make-network-process): Comment.
3642
3643         * gnus-sum.el (gnus-summary-display-while-building): Default to
3644         nil.
3645
3646 2003-01-01  Wes Hardaker  <wes@hardakers.net>
3647
3648         * gnus-sum.el (gnus-summary-display-while-building): New
3649         variable.
3650
3651 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
3652
3653         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
3654         before rearranging the article.
3655
3656 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3657
3658         * nndraft.el (nndraft-generate-headers): New function.
3659         (nndraft-request-associate-buffer): Use it to write headers on
3660         buffer save.
3661
3662         * message.el (message-generate-headers): Let the function be a
3663         lambda form.
3664         (message-draft-headers): New variable.
3665
3666         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
3667         function.
3668         (gnus-setup-message): Use it.
3669
3670         * message.el (message-generate-headers-first): Doc fix.
3671         (message-setup-1): Use new function for getting which headers to
3672         generate.
3673         (message-headers-to-generate): New function.
3674
3675 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3676
3677         * gnus-agent.el (gnus-agent-save-alist): Make directory.
3678
3679 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
3680
3681         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
3682         mention negatives.
3683
3684 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
3685
3686         * deuglify.el (gnus-outlook-rearrange-article): Use
3687         `transpose-regions' instead of tempering the kill-ring.
3688         (gnus-article-outlook-deuglify-article): Rehighlight article
3689         instead of a complete redisplay.
3690
3691 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
3692
3693         * spam.el: most defvars are defcustoms now
3694
3695         patches from Michael Shields  <shields@msrl.com>
3696
3697         * spam.el (spam-bogofilter-articles): Select the article
3698         body using gnus-summary-show-article t instead of
3699         gnus-summary-select-article; this presents the raw text
3700         without running any hooks.
3701
3702         * spam.el (spam-bogofilter-articles): Use message-remove-header
3703         to remove headers; the old way incorrectly removed just the first
3704         line of folded headers.
3705
3706 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3707
3708         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
3709
3710 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3711
3712         * gnus-start.el (gnus-load): New function.
3713         (gnus-read-newsrc-el-file): Use it.
3714
3715 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3716
3717         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
3718         (gnus-button-handle-apropos-documentation): New function.
3719         (gnus-button-handle-ctan): New function.
3720         (gnus-button-alist): Use them.  Improve some regexps.
3721         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
3722
3723 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3724
3725         * message.el (message-subscribed-p): New function.
3726         (message-send-mail): Use it.
3727         * mml.el (mml-preview-insert-mft): New function.
3728         (mml-preview): Use it.
3729
3730 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3731
3732         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
3733         when sorting by date.
3734
3735         * gnus-art.el (gnus-article-edit-mode): New variable.
3736         (gnus-article-setup-buffer): Warn user about discarding edits.
3737
3738         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
3739         (gnus-summary-pipe-output): Take a symbolic prefix to save all
3740         headers.
3741
3742         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
3743
3744 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3745
3746         * message.el (message-completion-alist): Added "Mail-Followup-To"
3747         and "Mail-Copies-To".
3748
3749 2002-07-21  Jesper harder  <harder@ifa.au.dk>
3750
3751         * gnus-group.el: Add key bindings for
3752         gnus-group-sort-groups-by-real-name and
3753         gnus-group-sort-selected-groups-by-real-name.
3754
3755 2002-07-21  Jesper harder  <harder@ifa.au.dk>
3756
3757         * gnus.texi (Sorting Groups): Add key bindings for
3758         gnus-group-sort-groups-by-real-name and
3759         gnus-group-sort-selected-groups-by-real-name.
3760
3761 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
3762
3763         * spam.el (spam-use-dig): new variable for blackhole checking
3764         through dig.el
3765         (spam-check-blackholes): added dig.el checking functionality and
3766         more verbose reporting; query-dig is autoloaded from dig.el
3767         (spam-use-blackholes): disabled by default
3768         (spam-blackhole-servers): removed rbl.maps.vix.com from the
3769         blackhole servers list
3770
3771 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3772
3773         * message.el (message-required-headers): New variable.
3774
3775 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
3776
3777         * dig.el (query-dig): new function
3778
3779 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3780
3781         * flow-fill.el (fill-flowed): Don't infloop on too long fill
3782         prefixes.
3783
3784         * dns.el (query-dns): Protect against errors.
3785
3786         * gnus-msg.el (gnus-article-yanked-articles): New variable.
3787         (gnus-inews-add-send-actions): Mark all answered messages as
3788         answered.
3789
3790 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
3791
3792         * nnmail.el (nnmail-split-it): Added tracing to
3793         `:' split rule
3794
3795 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
3796
3797         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
3798         and "%s" so we don't overquote them.
3799
3800 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
3801
3802         * (mm-display-external): Display the actual command that has been
3803         executed in the echo area.
3804
3805 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3806
3807         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
3808
3809         * message.el (message-with-reply-buffer): New macro.
3810         (message-fetch-reply-field): Use it.
3811         (message-insert-wide-reply): New command and keystroke.
3812         (message-carefully-insert-headers): New function.
3813         (message-insert-to): Use new function.
3814
3815         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
3816         (gnus-topic-goto-missing-group): Use it.
3817
3818         * message.el (message-required-news-headers): Removed Lines.
3819         (message-reply): Don't insert References first.
3820         (message-followup): Ditto.
3821         (message-make-references): New function.
3822         (message-followup): Set message-reply-headers before generating
3823         the buffer stuff.
3824
3825 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
3826
3827         * mml.el (mml-generate-mime-1): Reverse the order of
3828         encoding/flowing.
3829
3830 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3831
3832         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
3833         after moving them.
3834
3835         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
3836         fit with newer standard format.
3837         (gnus-summary-make-false-root-always): New variable.
3838         (gnus-gather-threads-by-subject): Use it.
3839
3840         * message.el (message-get-reply-headers): Take an address list
3841         optional argument.
3842
3843 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3844
3845         * gnus.el (gnus-keep-backlog): Change default to 20.
3846
3847         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
3848         start.
3849         (gnus-agent-check-overview-buffer): Remove negative article
3850         numbers.
3851
3852         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
3853         (nnmail-cache-ignore-groups): Doc fix.
3854
3855         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
3856         (nnimap-debug-buffer): New variable.
3857         (nnimap-debug): Use it.
3858
3859 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
3860
3861         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
3862
3863 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3864
3865         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
3866         they aren't already sorted.
3867
3868 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
3869
3870         * message.el (message-mode-menu): Add ellipses to menu items
3871         expecting user interaction.
3872         (message-mode-field-menu): do.
3873
3874 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
3875
3876         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
3877         it isn't used any more.
3878
3879 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
3880
3881         * binhex.el (binhex-decoder-program): Fix docstring.
3882
3883 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3884
3885         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
3886         special chars if the mailcap file uses single quotes around %s.
3887         From Laurent Martelli <laurent@bearteam.org>.
3888
3889 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
3890
3891         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
3892         return the info object.
3893
3894 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
3895
3896         * gnus-int.el (gnus-request-update-info): Artificially add
3897         (1 . (1- min)) to the read range, in case the backend doesn't
3898         store marks for nonexistent articles.
3899
3900 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3901
3902         * binhex.el (binhex-insert-char): Eval-and-compile.
3903
3904 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
3905
3906         * lpath.el: Add tool-bar-local-item-from-menu.
3907
3908         * message.el (message-tool-bar-local-item-from-menu): New function.
3909         (message-tool-bar-map): Use it.
3910
3911 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
3912
3913         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
3914
3915         * gnus-art.el (gnus-article-header-rank): Last header in
3916         gnus-sorted-header-list should have higher rank than non-members.
3917
3918 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3919
3920         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
3921         covered methods.
3922
3923 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3924
3925         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
3926         eval-when-compile.  Suggested by Kevin Greiner.
3927
3928 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
3929
3930         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
3931         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
3932         even though no headers may have been fetched
3933         (gnus-agent-fetch-group-1, and perhaps others, require this
3934         behavior).
3935         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
3936         server buffer is constrained by gnus-agent-max-fetch-size.
3937         Multiple chunks in the same group may perform arbitrarily large
3938         updates.
3939
3940 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
3941
3942         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
3943         gnus-summary-update-download-mark to update the article in the
3944         summary.
3945
3946 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
3947
3948         * gnus.el (gnus-summary-high-uncached-face,
3949         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
3950         New faces.
3951
3952         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
3953         added this on 2002-11-23 but it just wasn't working out as
3954         intended.  The idea isn't entirely dead, three new faces
3955         gnus-summary-*-uncached-face are being added to gnus.el to provide
3956         the basis for an improved implementation.
3957         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
3958         proper file to open is lib/servers.
3959         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
3960         (i.e. removing the article from gnus-newsgroup-downloadable) will
3961         now restore the article's default mark rather than simply setting
3962         no mark.
3963         (gnus-agent-get-undownloaded-list): Corrected documentation.
3964         Added code to set new summary local variable,
3965         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
3966         a temporary list.  No longer sets gnus-newsgroup-downloadable.
3967         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
3968         up to date.  Call new gnus-summary-update-download-mark to keep
3969         summary buffer up-to-date.
3970         (gnus-agent-fetch-selected-article): Keep
3971         gnus-newsgroup-undownloaded up to date.
3972         (gnus-agent-fetch-articles): Return list of articles that were
3973         successfully fetched.
3974         (gnus-agent-check-overview-buffer): No more thingatpt.
3975         (gnus-agent-expire): No longer deletes NOV entries of unread
3976         articles.
3977         (gnus-agent-unread-articles): New function.
3978         (gnus-agent-regenerate-group): The article number must be
3979         terminated by a tab character.  Added more messages to report
3980         repairs.  Inhibit quits while writing changes so it is now safe
3981         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
3982         downloaded to 1) resolve the unbound references and 2) avoid
3983         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
3984
3985         * gnus-art.el (gnus-article-prepare): The agent
3986         downloaded/undownloaded mark is no longer stored as the article's
3987         mark.
3988
3989         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
3990         gnus-summary-highlight may use it.  Added downloaded as
3991         gnus-summary-highlight was using it.
3992
3993         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
3994         the download mark now follows Kai's +/- convention.
3995         (gnus-downloaded-mark): Added ?+ mark.
3996         (gnus-summary-highlight): Added rules to select
3997         gnus-summary-high-uncached-face,
3998         gnus-summary-normal-uncached-face, and
3999         gnus-summary-low-uncached-face.  Removed the
4000         gnus-agent-downloaded-article-face.
4001         (gnus-summary-line-format-alist): Implemented the download flag
4002         format (?O) as named in the manual.  This implementation displays
4003         either gnus-undownloaded-mark, gnus-downloaded-mark, or
4004         gnus-no-mark.
4005         (gnus-newsgroup-agentized): New local variable that identifies
4006         which groups are agentized.  While the agent is now on by default,
4007         you don't have to agentize every server that you use.
4008         (gnus-update-summary-mark-positions): Completed support for the
4009         download type of mark.
4010         (gnus-summary-insert-line): Added undownloaded to the parameters.
4011         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
4012         reference by the gnus-summary-line-format-spec.
4013
4014         * nntp.el (nntp-with-open-group): This macro handles dropped or
4015         broken connections by opening a new connection and repeating the
4016         failed command.
4017         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
4018         XOVER commands preceeding the active articles with the nov entry
4019         of the first available article.  When gnus connected to such a
4020         server, the unexpected nov entry would result in duplicate lines
4021         in the agent's overview file.  This patch fixes the duplicate
4022         lines problem and improves performance by skipping over all
4023         articles IDs that preceed the first nov entry in the server's
4024         reply.
4025
4026 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4027
4028         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
4029         (gnus-summary-highlight): Use it instead of `downloaded'.
4030         (gnus-summary-highlight-line): Ditto.
4031
4032         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
4033
4034 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4035
4036         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
4037
4038         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
4039         calls.
4040
4041         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
4042         downloaded variable if we're in an uncovered group.
4043
4044         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
4045         font to soemthing less noticeable.
4046         (gnus-agent-group-covered-p): New function.
4047
4048 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4049
4050         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
4051         Because of an unknown bug, the group buffer is saved in .overview
4052         file.
4053
4054 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4055
4056         * nntp.el (nntp-send-command): Braino in last commit.  Replace
4057         `and' with `or'.
4058
4059 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4060
4061         * nntp.el (nntp-send-command): Assume that echo does not happen
4062         when nntp-open-connection-function is nntp-open-network-stream.
4063         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
4064
4065 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4066
4067         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
4068
4069 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
4070
4071         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
4072         nntp-server-buffer if we aren't going to write to it.
4073
4074 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4075         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
4076
4077         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
4078
4079 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4080
4081         * rfc2047.el (rfc2047-decode-region): Remove newlines between
4082         decoded words.
4083
4084 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4085
4086         * gnus.el (fboundp): After loading mm-util, make sure it was the
4087         right one.
4088
4089 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4090
4091         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
4092         gnus-sum.  Made into a user option.
4093
4094         * gnus-sum.el (gnus-simplify-ignored-prefixes)
4095         (gnus-summary-mark-article-as-unread)
4096
4097 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4098
4099         * time-date.el (date-to-time): Typo.
4100
4101         * parse-time.el: Typo.
4102
4103         * nnsoup.el (nnsoup-retrieve-headers): Typo.
4104
4105         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
4106
4107         * nnimap.el:
4108         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
4109
4110         * mm-encode.el (mm-safer-encoding): Typo.
4111
4112         * messcompat.el: Typo.
4113
4114         * message.el (message-face-alist): Typo.
4115
4116         * imap.el (imap-interactive-login, imap-open): Typos.
4117
4118         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
4119
4120         * gnus.el: Typo.
4121
4122         * gnus-win.el (gnus-configure-frame): Typo.
4123
4124         * gnus-util.el (gnus-atomic-progn-assign): Typo.
4125
4126         * gnus-topic.el (gnus-topic-sort-topics): Typo.
4127
4128         * gnus-sum.el (gnus-summary-article-number)
4129         (gnus-summary-read-group-1, gnus-summary-mark-article)
4130         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
4131
4132         * gnus-mule.el (gnus-mule-add-group): Typo.
4133
4134         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
4135
4136         * gnus-group.el (gnus-group-fetch-faq): Typo.
4137
4138         * gnus-art.el (gnus-decode-header-methods): Typo.
4139
4140         * flow-fill.el: Typo.
4141
4142 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
4143
4144         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
4145
4146 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4147
4148         * gnus-sum.el (gnus-simplify-ignored-prefixes)
4149         (gnus-summary-mark-article-as-unread)
4150         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
4151         Reformatting to avoid long lines.
4152         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
4153
4154 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
4155
4156         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
4157         be accessed through `mail-header-number'.
4158
4159 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4160
4161         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
4162         compressed range to gnus-summary-insert-articles.
4163
4164 2002-11-26  Kevin Ryde <user42@zip.com.au>
4165
4166         * gnus-art.el (gnus-mime-copy-part): Look for filename
4167         parameter under content-disposition, not content-type.
4168
4169         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
4170         (gnus-summary-reselect-current-group): Use it.
4171
4172 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4173
4174         * gnus-agent.el (gnus-agent-uncached-articles): if
4175         gnus-agent-load-alist fails, return ARTICLES.
4176
4177         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
4178
4179 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4180
4181         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
4182         superfluous function call.
4183         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
4184         Add warning to docstring.
4185
4186 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4187
4188         * gnus-agent.el: Autoload number-at-point instead.
4189         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
4190
4191 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4192
4193         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
4194         require thingatpt (for number-at-point) and protect against
4195         deactivate-mark being unbound (on XEmacs).
4196
4197 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4198
4199         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
4200         print message on entry.
4201
4202         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
4203
4204         * gnus-range.el (gnus-range-difference): New function.
4205         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
4206
4207 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4208
4209         * gnus-sum.el (gnus-summary-insert-old-articles): Use
4210         gnus-remove-from-range instead of gnus-range-difference which
4211         doesn't exist.
4212
4213 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4214         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
4215
4216         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
4217         used for showing which articles have been downloaded.
4218         (gnus-agent-article-alist): Format change.  Add documentation.
4219         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
4220         process-marked articles.
4221         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
4222         in the series are individually fetched to minimize lose of
4223         content due to an error/quit.
4224         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
4225         gnus-message instead of message.
4226         (gnus-agent-read-servers): Use file lib/methods instead of
4227         lib/servers.  TODO: Why?
4228         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
4229         (gnus-agent-get-undownloaded-list): Remove articles that appear to
4230         come from the agent.  This means that they are not downloaded.
4231         (gnus-agent-fetch-selected-article): Don't use history.
4232         (gnus-agent-save-history, gnus-agent-enter-history)
4233         (gnus-agent-article-in-history-p, gnus-agent-history-path):
4234         Removed function; history is not used anymore.
4235         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
4236         (gnus-agent-crosspost): Started rewrite then realized that a typo
4237         in gnus-agent-fetch-articles ensures that this function is never
4238         called.  This will need to be fixed later.
4239         (gnus-agent-check-overview-buffer): Some sanity checks on the
4240         agent overview buffer.  This is a safety net used during
4241         development.
4242         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
4243         changed, write a number to the file indicating this.
4244         (gnus-agent-fetch-headers): Rewrite to respect
4245         gnus-agent-consider-all-articles without relying on the
4246         `.fetched' files.  Make it fast.
4247         (gnus-agent-braid-nov): Change resulting from
4248         gnus-agent-fetch-headers change.
4249         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
4250         `.fetched' files.
4251         (gnus-agent-read-agentview): New function, used by
4252         gnus-agent-load-alist.
4253         (gnus-agent-load-fetched-headers): Remove.
4254         (gnus-agent-save-alist): Rewrite to accomodate new format.
4255         (gnus-agent-fetch-group-1): Make sure list of articles is in the
4256         same order as in gnus-newsgroup-headers.
4257         (gnus-agent-expire): Document and implement extra args ARTICLES,
4258         GROUP, FORCE.  Do not restrict usage.
4259         (gnus-agent-uncached-articles): New function.
4260         (gnus-agent-retrieve-headers): Use it.
4261         (gnus-agent-regenerate-group): No longer needs to be called from
4262         gnus-agent-regenerate.  Individual groups may be regenerated. The
4263         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
4264         The article fetch dates are validated in the article alist.  The
4265         article alist is pruned of entries that do not reference existing
4266         NOV entries.  All changes are computed then applied with
4267         inhibit-quit bound to t.  As a result, it is now safe to quit out of
4268         regeneration.  The optional clean parameter has been replaced with
4269         an optional reread parameter.  Clean is no longer necessary as
4270         regeneration gets the appropriate setting from
4271         gnus-agent-consider-all-articles.  The new reread parameter will
4272         result in fetched, or all, articles being marked as unread.
4273         (gnus-agent-regenerate): Removed code to regenerate the history
4274         file as it is no longer used.
4275
4276         * gnus-start.el (gnus-make-ascending-articles-unread): New
4277         function, for efficient mass-marking.
4278
4279         * gnus-sum.el (gnus-summary-highlight): Use new face for
4280         downloaded articles.
4281         (gnus-article-mark): Prefer to indicate read/unread status over
4282         downloaded status.
4283         (gnus-summary-highlight-line-0): New function, maybe rehighlights
4284         line.
4285         (gnus-summary-highlight-line): Use new face for downloaded
4286         articles.
4287         (gnus-summary-insert-old-articles): Improved performance by
4288         replacing the initial LIST of older articles with a compressed
4289         RANGE of older articles.  Some servers appear to lie about
4290         their active range so the original list could contain millions
4291         of article numbers.  The range is not expanded into a list
4292         until the optional ALL parameter has been applied.
4293
4294 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4295
4296         * gnus-agent.el (gnus-category-mode): Typo in doc string.
4297
4298 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
4299
4300         * spam.el:
4301         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
4302
4303         * spam.el: added `M s t' and `M s x' key mappings
4304
4305 2002-11-20  Simon Josefsson  <jas@extundo.com>
4306
4307         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
4308
4309 2002-11-19  Simon Josefsson  <jas@extundo.com>
4310
4311         * gnus-sum.el (gnus-summary-morse-message): Load
4312         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
4313         (unmorse-region): Autoload it instead.
4314
4315 2002-11-18  Simon Josefsson  <jas@extundo.com>
4316
4317         * gnus-sum.el (gnus-summary-morse-message): New function.
4318         (gnus-summary-wash-map): Bind to `W m'.
4319         (gnus-summary-make-menu-bar): Add.
4320
4321         * nnimap.el (nnimap-request-expire-articles): Compress sequence
4322         before storing \Deleted mark on expired articles.
4323
4324 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
4325         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
4326
4327         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
4328         parens in column 0.
4329
4330 2002-11-17  Juanma Barranquero  <lektu@terra.es>
4331
4332         * nnweb.el (nnweb-google-create-mapping): Fix typo.
4333
4334         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
4335
4336         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
4337
4338 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4339
4340         * message.el (message-set-auto-save-file-name): Use
4341         make-directory, to avoid the dependence on gnus-util.
4342
4343 2002-11-16  Simon Josefsson  <jas@extundo.com>
4344
4345         * nnimap.el (nnimap-callback-callback-function):
4346         (nnimap-callback-buffer): Removed, these cannot be global but must
4347         be embedded into the callback.
4348         (nnimap-make-callback): New.  Embedd article number, callback and
4349         buffer in function.
4350         (nnimap-callback, nnimap-request-article-part): Update.
4351
4352 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4353
4354         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
4355
4356 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4357
4358         * gnus.el (gnus-summary-line-format): Document %C.
4359
4360 2002-11-11  Simon Josefsson  <jas@extundo.com>
4361
4362         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
4363         output when called interactively.
4364
4365 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4366
4367         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
4368
4369         * message.el (message-draft-coding-system): Improve comment; use
4370         mm-auto-save-coding-system for the default value.
4371
4372         * nndraft.el (nndraft-request-article): Revert to the state before
4373         2002-10-29; regexp-quote mail-header-separator.
4374
4375 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
4376
4377         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
4378         allow editing of drafts from an nnvirtual group.
4379
4380 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4381
4382         * nndraft.el (nndraft-request-article): Replace emacs-mule with
4383         mm-auto-save-coding-system.
4384
4385         * message.el (message-draft-coding-system): Default to
4386         iso-2022-7bit.
4387
4388         * mm-util.el (mm-auto-save-coding-system): Undo last change to
4389         restore the default value to emacs-mule or escape-quoted.
4390
4391 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4392
4393         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
4394         a delayed or a queued article as well as a draft.
4395
4396         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
4397         delayed or a queued article in the raw format; treat a delayed
4398         article as a raw article as well as a draft.
4399         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
4400         for the delayed group.
4401
4402         * nndraft.el (nndraft-request-article): Ignore auto save files for
4403         a delayed or a queued article; don't bother to decode a queued
4404         article; don't bind nnmail-file-coding-system for a queued article.
4405
4406         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
4407         and the queue group.
4408
4409 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
4410
4411         * gnus-group.el (gnus-group-delete-group):
4412         gnus-cache-active-hashtb might be void.
4413
4414 2002-11-02  Simon Josefsson  <jas@extundo.com>
4415
4416         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
4417         setting of the default user ID.  From Raymond Scholz
4418         <ray-2002@zonix.de>.
4419
4420 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
4421
4422         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
4423         charset.
4424
4425 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
4426         From Alex Schroeder <alex@emacswiki.org>
4427         * spam-stat.el (spam-stat-process-directory): add dir to message
4428         (spam-stat-reduce-size): No longer remove words
4429         with values close to 0.5, because the default value is 0.2.
4430
4431 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4432
4433         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
4434         documentation.
4435
4436 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4437
4438         * gnus-agent.el (gnus-agent-fetched-headers)
4439         (gnus-agent-load-fetched-headers)
4440         (gnus-agent-save-fetched-headers): Remove variable and two
4441         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
4442         works better.
4443         (gnus-agent-fetch-headers): New implementation from Kevin
4444         Greiner.  Uses gnus-agent-article-alist to store information
4445         about fetched messages which aren't on the server anymore.  The
4446         trick is to return a list of considered messages to the caller,
4447         but to only fetch those which haven't been fetched yet.
4448
4449 2002-10-30  Simon Josefsson  <jas@extundo.com>
4450
4451         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
4452
4453         * pgg.el (pgg-passphrase-cache-expiry): Removed.
4454
4455 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4456
4457         * mm-view.el (mm-w3m-local-map-property): Make it work with older
4458         versions of emacs-w3m than 1.3.3.
4459
4460         * lpath.el: Bind w3m-minor-mode-map.
4461
4462         * mm-view.el (mm-w3m-mode-command-alist)
4463         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
4464         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
4465         (mm-setup-w3m): Simplified.
4466         (mm-w3m-local-map-property): New function.
4467         (mm-inline-text-html-render-with-w3m): Use it.
4468
4469         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
4470         mm-w3m-local-map-property.
4471
4472 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4473
4474         * mm-util.el (mm-auto-save-coding-system): Default to
4475         iso-2022-7bit.
4476
4477         * nndraft.el (nndraft-request-article): Decode an article using
4478         the coding-system emacs-mule if it seems to have been saved using
4479         emacs-mule.
4480         (nndraft-request-replace-article): Use message-draft-coding-system
4481         instead of mm-auto-save-coding-system for the draft or delayed
4482         group.
4483
4484 2002-10-28  Josh  <huber@alum.wpi.edu>
4485
4486         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
4487         functions.
4488
4489 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4490         From mah@everybody.org (Mark A. Hershberger).
4491
4492         * mm-url.el (mm-url-insert-file-contents): Make it return the same
4493         type values ("url" size) regardless of the values of
4494         mm-url-use-external.
4495
4496 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4497
4498         * nnimap.el (nnimap-request-article-part): Try harder to show
4499         group name in debugging message.
4500
4501 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4502
4503         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
4504         directory if it doesn't exist.
4505         (gnus-agent-fetch-headers): Remove old cruft that tried to
4506         abstain from downloading articles more than once if
4507         gnus-agent-consider-all-articles was true.  This is now done
4508         properly via the .fetched files.
4509
4510 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4511
4512         * nndraft.el (nndraft-request-article): Treat delayed articles
4513         like drafts.
4514
4515 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4516
4517         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
4518
4519 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4520
4521         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
4522         Remove unused optional arg DIR and corresponding code.
4523
4524         * nnimap.el (nnimap-request-article-part): Include group name in
4525         debugging output.
4526
4527 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
4528
4529         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
4530
4531 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4532
4533         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
4534         contains range of headers that have been fetched by the agent
4535         already.  Compare gnus-agent-article-alist.
4536         (gnus-agent-file-header-cache): Like
4537         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
4538         (gnus-agent-fetch-headers): Improve comment.  Revert to old
4539         seen/recent logic.
4540         Remember which headers have been fetched before and don't fetch
4541         them again the next time round.
4542         (gnus-agent-load-fetched-headers)
4543         (gnus-agent-save-fetched-headers): New functions, for remembering
4544         which headers have been fetched before.
4545
4546 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4547
4548         * lpath.el: Remove useless bindings.
4549
4550 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
4551
4552         * gnus-sum.el (gnus-summary-execute-command): Disable visual
4553         features while searching.
4554
4555 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4556
4557         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
4558
4559 2002-10-22  Simon Josefsson  <jas@extundo.com>
4560
4561         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
4562         (pgg-snarf-keys): Add.
4563
4564 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * lpath.el: Fbind bbdb-records.
4567
4568         * spam.el: Don't autoload bbdb-records.
4569
4570 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4571
4572         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
4573         prevent inf-loop.
4574
4575 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4576
4577         * nnslashdot.el: Removed some test lines.
4578         More test.
4579
4580 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4581
4582         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
4583         are known to be downloaded already.
4584
4585 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4586
4587         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
4588         (mm-text-html-washer-alist): Ditto.
4589
4590 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4591
4592         * nnheader.el (nnheader-remove-body): Fix an error of detecting
4593         boundary between headers and body.
4594         * nnml.el (nnml-parse-head): Ditto.
4595
4596 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4597
4598         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
4599         entries.
4600
4601         * gnus-group.el (gnus-fetch-group): Allow an optional
4602         specification of the articles to select.
4603
4604         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
4605
4606 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4607
4608         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
4609         headers from the group, update variable `articles' to contain
4610         only those numbers where headers exist.  (When fetching all
4611         articles in a group, Gnus creates lots of numbers where there is
4612         no articles.)
4613
4614 2002-10-20  Steve Youngs  <youngs@xemacs.org>
4615
4616         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
4617         doesn't have the 'alist custom type, use cons cells instead.
4618         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
4619         (pgg-parse-hash-algorithm-alist): Ditto.
4620         (pgg-parse-compression-algorithm-alist): Ditto.
4621         (pgg-parse-signature-type-alist): Ditto.
4622
4623         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
4624
4625         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
4626
4627         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
4628
4629 2002-10-19  Simon Josefsson  <jas@extundo.com>
4630
4631         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
4632         buffer.
4633
4634 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4635
4636         * gnus-spec.el (gnus-make-format-preserve-properties)
4637         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
4638         properties also on XEmacs.  `gnus-xmas-format' is like format but
4639         preserves text properties on XEmacs (though it only understands
4640         simple format specs).  The variable
4641         `gnus-make-format-preserve-properties' controls whether the
4642         function is used, and is checked in `gnus-parse-simple-format'.
4643         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
4644
4645         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
4646         output.
4647         (gnus-agent-consider-all-articles): New variable.
4648         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
4649         (gnus-agent-fetch-headers): Depending on
4650         gnus-agent-consider-all-articles, maybe get all articles.
4651         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
4652         `read'.
4653         (gnus-predicate-imples-unread): New function.
4654         (gnus-agent-fetch-headers): Optimize to call
4655         gnus-list-of-unread-articles if that is sufficient.
4656         Check unseen and recent instead of seen and recent.
4657         (gnus-agent-fetch-headers): Abstain from calling
4658         gnus-list-range-intersection if range (a . b) would have (> a b).
4659
4660 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4661
4662         * message.el (message-send-mail): Make it possible to perform
4663         edebug-defun.
4664
4665 2002-10-18  Simon Josefsson  <jas@extundo.com>
4666
4667         * gnus-art.el (gnus-button-man-handler): Change default to
4668         `manual-entry' (defined in both emacsen).
4669         (gnus-button-man-handler): Remove emacsen difference and use
4670         `manual-entry'.
4671
4672 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4673
4674         * spam.el: Wrap autoload settings for bbdb-records,
4675         executable-find and ifile-spam-filter with eval-and-compile.
4676         (spam-display-buffer-contents): Remove.
4677         (spam-bogofilter-score): Merge spam-display-buffer-contents.
4678
4679 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
4680
4681         * spam.el (spam-display-buffer-contents): New function.
4682         (spam-bogofilter-score): use spam-display-buffer-contents, patch
4683         from Katsumi Yamaoka <yamaoka@jpl.org>.
4684
4685 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4686
4687         * nnheader.el (nnheader-parse-naked-head): New function.
4688         (nnheader-parse-head): Use the above function, in order to handle
4689         continuation lines properly.
4690         (nnheader-remove-body): New function.
4691         (nnheader-remove-cr-followed-by-lf): New function.
4692         (nnheader-ms-strip-cr): Use the above function.
4693
4694         * gnus-agent.el (gnus-agent-regenerate-group): Call
4695         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
4696         `nnheader-parse-head'.
4697         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
4698
4699         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
4700         continuation lines by itself; call `nnheader-parse-naked-head'
4701         instead of `nnheader-parse-head'.
4702         * nndiary.el (nndiary-parse-head): Ditto.
4703         * nnfolder.el (nnfolder-parse-head): Ditto.
4704         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
4705         * nnmaildir.el (nnmaildir--update-nov): Ditto.
4706         * nnml.el (nnml-parse-head): Ditto.
4707
4708 2002-10-17  Steve Youngs  <youngs@xemacs.org>
4709
4710         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
4711         XEmacs, default to it if featurep 'xemacs.
4712
4713 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4714
4715         * spam-stat.el: Check for the existence of hash functions instead
4716         of the Emacs version to decide whether to load cl.  Suggested by
4717         Kai Gro\e,A_\e(Bjohann.
4718
4719 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4720
4721         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
4722         if it isn't open yet.
4723
4724 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4725
4726         * gnus-group.el: Require mm-url only when compiling.
4727         (gnus-group-fetch-charter): Require mm-url.
4728
4729         * spam-stat.el: Require cl for the functions gethash,
4730         hash-table-count, make-hash-table and mapc for Emacs 20.
4731         (puthash): Alias to cl-puthash for Emacs 20.
4732         (with-syntax-table): New macro for Emacs 20.
4733
4734 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
4735
4736         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
4737
4738 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
4739
4740         * spam.el (spam-check-ifile): added ifile as a spam checking
4741         backend, and spam-use-ifle as the variable to toggle that check.
4742
4743 2002-10-12  Simon Josefsson  <jas@extundo.com>
4744
4745         * message.el (message-beginning-of-line): New variable.
4746         (message-beginning-of-line): Use it.
4747
4748 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
4749
4750         * spam.el: more compilation fixes for BBDB
4751
4752         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
4753         (spam-stat-reduce-size): Interactive.
4754         (spam-stat-reset): New function.
4755         (spam-stat-save): Interactive.
4756
4757 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4758
4759         * gnus.el: Autoload gnus-delay-initialize.
4760
4761         * message.el: Autoload gnus-delay-article.
4762
4763 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
4764
4765         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
4766         text property in Emacs.
4767
4768 2002-10-11  Simon Josefsson  <jas@extundo.com>
4769
4770         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
4771         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
4772
4773         * mml1991.el (mml1991-pgg-sign): Remove CR.
4774
4775 2002-10-10  Simon Josefsson  <jas@extundo.com>
4776
4777         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
4778         decrypt failed.
4779         (mml2015-trust-boundaries-alist): Removed.
4780         (mml2015-gpg-extract-signature-details): Don't use it.
4781         (mml2015-unabbrev-trust-alist): New.
4782         (mml2015-gpg-extract-signature-details): Use it.
4783
4784 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
4785
4786         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
4787         BBDB installed
4788
4789         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
4790         statistical analysis of spam in Lisp only
4791
4792 2002-10-10  Simon Josefsson  <jas@extundo.com>
4793
4794         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
4795         auth, selected or examine state.
4796
4797         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
4798         buffer and error buffer depending on type of information.
4799
4800         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
4801         --status-fd stuff even if gpg.el is not used (revert earlier
4802         change).
4803         (mml2015-pgg-{clear-,}verify): Store both output and errors as
4804         gnus details.
4805         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
4806         buffer.
4807
4808         * pgg.el (pgg-verify-region): Use it.
4809
4810         * pgg-def.el (pgg-query-keyserver): New variable.
4811
4812         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
4813         key-identifier in packet.  Is this a good idea?
4814
4815         * mml.el (mml-mode-map): Add security commands that operates on
4816         MIME parts.
4817         (mml-menu): And menu items for them.
4818
4819         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
4820
4821         * mml.el (mml-parse-1): Support sender in #secure tags.
4822
4823         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
4824         defined.
4825
4826         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
4827         (mml-pgp-encrypt-buffer): Support combined signing.
4828
4829         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
4830         (mml1991-gpg-encrypt): Ditto.
4831         (mml1991-pgg-encrypt): Ditto.
4832         (mml1991-encrypt): Pass sign parameter.
4833
4834         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
4835         (mml-signencrypt-style): Mention the variable.
4836
4837 2002-10-09  Simon Josefsson  <jas@extundo.com>
4838
4839         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
4840         pgg-gpg-user-id.
4841
4842         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
4843         (pgg-fetch-key-function): Nil if w3 is not installed.
4844
4845 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4846
4847         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
4848         gnus-agent-current-history.
4849
4850 2002-10-06  Simon Josefsson  <jas@extundo.com>
4851
4852         * imap.el (imap-parse-status): Don't use read to read token.
4853
4854 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4855
4856         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
4857         for methods not covered by the agent, and when unplugged.
4858
4859 2002-10-05  Simon Josefsson  <jas@extundo.com>
4860
4861         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
4862         signing.
4863
4864         * gnus-agent.el (gnus-agent-read-servers): If getting method from
4865         a named server fails, ignore the server.
4866
4867         * mml1991.el (mml1991-pgg-sign): Do QP.
4868
4869         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
4870         work.
4871
4872 2002-10-04  Simon Josefsson  <jas@extundo.com>
4873
4874         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
4875
4876         * pgg-pgp.el (pgg-pgp-verify-region): Inline
4877         binary-write-decoded-region from MEL.
4878
4879         * pgg.el (pgg-encrypt-region): Support sign.
4880
4881         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
4882
4883         * mml2015.el (mml2015-pgg-encrypt): Ditto.
4884
4885         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
4886         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
4887         branch where PGG was taken from in the ChangeLog entries below.
4888
4889 2002-10-01  Simon Josefsson  <jas@extundo.com>
4890
4891         * pgg-pgp.el: Don't require mel.  Don't use luna.
4892         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
4893         (pgg-pgp-process-region): Use expand-file-name instead of concat.
4894         (pgg-pgp-process-region): Don't use binary-funcall.
4895
4896         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
4897
4898         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
4899         instead of concat.
4900
4901         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
4902
4903 2002-09-29  Simon Josefsson  <jas@extundo.com>
4904
4905         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
4906         compile warnings.
4907
4908         * pgg.el (pgg-decrypt-region): Don't parse packet.
4909
4910         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
4911
4912 2002-09-29  Daiki Ueno <ueno@unixuser.org>
4913
4914         * pgg.el: Remove dependency on calist.el.
4915
4916 2002-09-28  Simon Josefsson  <jas@extundo.com>
4917
4918         * pgg.el (pgg-temporary-file-directory): New variable.
4919         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
4920
4921         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
4922         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
4923
4924         * pgg-parse.el (pgg-char-int): Defalias.
4925         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
4926         (pgg-read-bytes, pgg-read-body): Use it.
4927         (pgg-decode-packets): Don't use MEL, use base64-*.
4928         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
4929         (pgg-string-as-unibyte): Defalias.
4930         (pgg-parse-armor-region): Use it.
4931
4932         * pgg-gpg.el (pgg-gpg-process-region): Use
4933         pgg-temporary-file-directory.
4934
4935         * luna.el: Don't def-edebug.
4936
4937         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
4938         binary-write-decoded-region from MEL.
4939
4940         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
4941
4942         * alist.el, calist.el: Don't require product/APEL.
4943
4944         * pgg-parse.el (top-level): Remove dependency on static.el,
4945         pccl.el, mel.el.
4946         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
4947         `define-ccl-program' is boundp, instead of using broken.
4948
4949 2002-10-01  Simon Josefsson  <jas@extundo.com>
4950
4951         * message.el (message-required-mail-headers): Remove Lines:.
4952
4953 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4954         From Jesper Harder.
4955
4956         * gnus-group.el (gnus-group-fetch-charter,
4957         gnus-group-fetch-control): Prompt for group if given a prefix
4958         argument.
4959         * gnus-sum.el (t): Add gnus-group-fetch-charter and
4960         gnus-group-fetch-control to summary key map and menu.
4961
4962 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
4963
4964         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
4965         number when there are no articles.
4966
4967 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4968
4969         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
4970         arg ALL means to fetch all articles, not only downloadable ones.
4971         (gnus-agent-fetch-selected-article): New function for
4972         gnus-select-article-hook or gnus-mark-article-hook.
4973
4974 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4975         From Peter von der Ahe <nospam2159@daimi.au.dk>.
4976
4977         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
4978         raw-text.
4979
4980 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
4981
4982         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
4983         Pinard).
4984         Major revamp of the code, documentation is in comments in the file
4985         for now.
4986
4987 2002-09-30  Simon Josefsson  <jas@extundo.com>
4988
4989         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
4990         buffer seem to be needed?
4991
4992 2002-09-29  Simon Josefsson  <jas@extundo.com>
4993
4994         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
4995         compile warnings.
4996
4997         * mml1991.el (mml1991-function-alist): Add pgg.
4998         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
4999         (mml1991-pgg-encrypt): Fix recipients querying.
5000
5001 2002-09-28  Simon Josefsson  <jas@extundo.com>
5002
5003         * mml2015.el (autoload): Autoload correct files.  Trivial patch
5004         from dme@dme.org.
5005         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
5006         handle is returned.
5007
5008 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5009
5010         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5011         Protect against non-existent of `nnimap-mailbox-info'.
5012
5013 2002-09-27  Simon Josefsson  <jas@extundo.com>
5014
5015         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
5016         (gnus-setup-news-hook): Use it.
5017         (gnus-after-getting-new-news-hook): Ditto.
5018
5019         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
5020
5021 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5022         From Mats Lidell <matsl@contactor.se>.
5023
5024         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
5025
5026 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5027
5028         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
5029         the part to decode encoded words, use raw words instead of decoded
5030         words.
5031
5032 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5033
5034         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
5035
5036         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
5037         (mm-setup-w3m): Use it.
5038
5039 2002-09-27  Simon Josefsson  <jas@extundo.com>
5040
5041         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
5042         article buffers.
5043
5044         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
5045         it just in case.
5046         (nnimap-update-unseen): New function; update unseen count in
5047         `n-m-info'.
5048         (nnimap-close-group): Call it.
5049
5050         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
5051         (gnus-after-getting-new-news-hook): Ditto.
5052
5053         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
5054         message into verboselevel 9.  Change slow mail check message.
5055         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
5056         (nnimap-fixup-unread-after-getting-new-news): New function, to be
5057         used as a hook after getting new mail.
5058
5059 2002-09-26  Simon Josefsson  <jas@extundo.com>
5060
5061         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
5062         SELECT/EXAMINE is first unseen article, not number of unseen
5063         articles.  Make them distinct by renaming the former to
5064         `first-unseen' instead of `unseen'.
5065
5066         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
5067         too.
5068         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
5069         changed.
5070         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
5071
5072         * gnus-int.el (gnus-server-unopen-status): Defcustom.
5073
5074         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
5075         better.
5076
5077         * mml2015.el (mml2015-pgg-decrypt): Only add security information
5078         if dissecting resulting buffer actually had any information.
5079
5080 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5081
5082         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
5083         because the function `string<' allows symbols.
5084
5085         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
5086
5087 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
5088
5089         * message.el (message-forward-make-body): Revert an early change
5090         because 8-bit utf-8 emails.
5091
5092 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5093
5094         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
5095         links to Info)
5096         * gnus-art.el (gnus-treat-highlight-signature):
5097         * gnus-art.el (gnus-treat-buttonize):
5098         * gnus-art.el (gnus-treat-buttonize-head):
5099         * gnus-art.el (gnus-treat-emphasize):
5100         * gnus-art.el (gnus-treat-strip-cr):
5101         * gnus-art.el (gnus-treat-unsplit-urls):
5102         * gnus-art.el (gnus-treat-leading-whitespace):
5103         * gnus-art.el (gnus-treat-hide-headers):
5104         * gnus-art.el (gnus-treat-hide-boring-headers):
5105         * gnus-art.el (gnus-treat-hide-signature):
5106         * gnus-art.el (gnus-treat-fill-article):
5107         * gnus-art.el (gnus-treat-hide-citation):
5108         * gnus-art.el (gnus-treat-hide-citation-maybe):
5109         * gnus-art.el (gnus-treat-strip-list-identifiers):
5110         * gnus-art.el (gnus-treat-strip-pgp):
5111         * gnus-art.el (gnus-treat-strip-pem):
5112         * gnus-art.el (gnus-treat-strip-banner):
5113         * gnus-art.el (gnus-treat-highlight-headers):
5114         * gnus-art.el (gnus-treat-highlight-citation):
5115         * gnus-art.el (gnus-treat-date-ut):
5116         * gnus-art.el (gnus-treat-date-local):
5117         * gnus-art.el (gnus-treat-date-english):
5118         * gnus-art.el (gnus-treat-date-lapsed):
5119         * gnus-art.el (gnus-treat-date-original):
5120         * gnus-art.el (gnus-treat-date-iso8601):
5121         * gnus-art.el (gnus-treat-date-user-defined):
5122         * gnus-art.el (gnus-treat-strip-headers-in-body):
5123         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
5124         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
5125         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
5126         * gnus-art.el (gnus-treat-unfold-headers):
5127         * gnus-art.el (gnus-treat-fold-headers):
5128         * gnus-art.el (gnus-treat-fold-newsgroups):
5129         * gnus-art.el (gnus-treat-overstrike):
5130         * gnus-art.el (gnus-treat-display-xface):
5131         * gnus-art.el (gnus-treat-display-smileys):
5132         * gnus-art.el (gnus-treat-from-picon):
5133         * gnus-art.el (gnus-treat-mail-picon):
5134         * gnus-art.el (gnus-treat-newsgroups-picon):
5135         * gnus-art.el (gnus-treat-body-boundary):
5136         * gnus-art.el (gnus-treat-capitalize-sentences):
5137         * gnus-art.el (gnus-treat-fill-long-lines):
5138         * gnus-art.el (gnus-treat-play-sounds):
5139         * gnus-art.el (gnus-treat-translate):
5140         * gnus-art.el (gnus-treat-x-pgp-sig):
5141         * gnus-art.el (gnus-mime-button-line-format):
5142         * gnus-art.el (gnus-button-man-level):
5143         * gnus-art.el (gnus-button-emacs-level):
5144         * gnus-cus.el (gnus-group-parameters):
5145         * gnus-gl.el (bbb-build-mid-scores-alist):
5146         * gnus-group.el (gnus-group-line-format):
5147         * gnus-mlspl.el (gnus-group-split-setup):
5148         * gnus-mlspl.el (gnus-group-split):
5149         * gnus-msg.el (gnus-mailing-list-groups):
5150         * gnus-msg.el (gnus-posting-styles):
5151         * gnus-nocem.el (gnus-nocem-issuers):
5152         * gnus-score.el (gnus-score-regexp-bad-p):
5153         * gnus-srvr.el (gnus-server-line-format):
5154         * gnus-topic.el (gnus-topic-line-format):
5155         * gnus.el (gnus-summary-line-format):
5156         * mail-source.el (mail-sources):
5157         * message.el (message-subscribed-address-file):
5158         * nnmail.el (nnmail-split-fancy):
5159
5160 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
5161
5162         * mail-source.el(mail-source-run-script): use `functionp' to test
5163         whether the argument `script' is in fact a function.
5164         (mail-sources): adjust the defcustom to allow users to specify a
5165         function or a string as the value of the `:prescript' and
5166         `:postscript' arguments of the `file' and `pop3' mail sources.
5167
5168 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
5169
5170         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
5171         number when article 1 does not exist.
5172
5173 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5174
5175         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
5176         apropos if apropos-variable does not exist.
5177         (gnus-button-guessed-mid-regexp)
5178         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
5179         regexes.  From Reiner Steib.
5180         (gnus-button-handle-describe-function)
5181         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
5182         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
5183         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
5184
5185 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
5186         Trivial patch.
5187
5188         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
5189         the file.
5190
5191 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5192
5193         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
5194
5195 2002-09-24  Simon Josefsson  <jas@extundo.com>
5196
5197         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
5198         (mml2015-use): Prefer PGG if installed.
5199         (mml2015-function-alist): Add PGG wrappers.
5200         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
5201         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
5202         prefix, make regexp optionally skip it.
5203         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
5204         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
5205         (mml2015-pgg-encrypt): New functions.
5206         (defvar, autoload): Prevent byte-compile warnings.
5207
5208 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5209         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5210
5211         * gnus-art.el (article-strip-banner): Check for the existence of
5212         from header.
5213
5214 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
5215
5216         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
5217         (gnus-button-alist): Improved regexp for
5218         gnus-button-handle-mid-or-mail (false positives), fixed
5219         gnus-button-handle-man entries.
5220         From Reiner Steib.
5221
5222 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
5223         From Josh Huber.
5224
5225         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
5226         nnmail-extra-headers is non-nil.
5227
5228 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
5229
5230         * nnmaildir.el: Store article numbers persistently.  General
5231         revision.
5232         (nnmaildir-request-expire-articles): handle 'immediate and 'never
5233         for nnmail-expiry-wait; delete instead of moving if 'force is
5234         given.
5235
5236 2002-09-23  Simon Josefsson  <jas@extundo.com>
5237         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
5238
5239         * smime.el (smime-sign-buffer): Get key and extra certs.
5240         (smime-get-key-with-certs-by-email): Utility function.
5241
5242 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5243         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
5244
5245         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
5246         article exists.
5247
5248 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5249
5250         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
5251
5252 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
5253         From Reiner Steib.
5254
5255         * gnus-art.el (gnus-button-handle-custom,
5256         gnus-button-handle-mid-or-mail,
5257         gnus-button-handle-describe-{function,variable,key},
5258         gnus-button-handle-apropos{,command,variable}): New functions.
5259         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
5260         gnus-button-{man,emacs,mail}-level): New variables.
5261         (gnus-button-alist): Use the above to buttonize emacs and mail
5262         related links.
5263
5264 2002-09-18  Juanma Barranquero  <lektu@terra.es>
5265
5266         * gnus-int.el (gnus-status-message): Fix spacing.
5267
5268         * imap.el (imap-continuation): Fix typos.
5269
5270 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5271
5272         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
5273
5274         * gnus-art.el (gnus-article-reply-with-original): Correct
5275         with-current-buffer scope.
5276
5277         * message.el (message-completion-alist): Add Reply-To, From, etc.
5278
5279 2002-09-18  Simon Josefsson  <jas@extundo.com>
5280
5281         * nnimap.el (nnimap-request-expire-articles): Make flag setting
5282         conditional.  From Nevin Kapur <nevin@jhu.edu>.
5283
5284 2002-09-17  Simon Josefsson  <jas@extundo.com>
5285
5286         * nnimap.el (nnimap-expiry-target): Don't search for which
5287         articles exists here.
5288         (nnimap-request-expire-articles): Do it here instead.  Only expire
5289         when articles are found.  Suggested by Nevin Kapur
5290         <nevin@jhu.edu>.
5291
5292 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5293         From Reiner Steib <reiner.steib@gmx.de>.
5294
5295         * message.el (message-strip-subject-trailing-was)
5296         (message-change-subject, message-add-archive-header)
5297         (message-xpost-fup2-header, message-xpost-insert-note)
5298         (message-xpost-fup2, message-reduce-to-to-cc): New functions
5299         adopted from message-utils.el.  Add functions to the keymap, mode
5300         describtion and menu.
5301         (message-change-subject,message-xpost-fup2): Signal error if
5302         current header is empty.
5303         (message-xpost-insert-note): Changed insert position.
5304         (message-archive-note): Ensure to insert note in message body (not
5305         in head).
5306         (message-archive-header, message-archive-note)
5307         (message-xpost-default, message-xpost-note, message-fup2-note)
5308         (message-xpost-note-function): New variables adopted from
5309         message-utils.el.  Changed some doc-strings.
5310         (message-mark-insert-{begin,end}): Rename from
5311         message-{begin,end}-inserted-text-mark (message-utils.el), changed
5312         values.
5313         (message-subject-trailing-was-query)
5314         (message-subject-trailing-was-ask-regexp)
5315         (message-subject-trailing-was-regexp): New variables.
5316         (message-to-list-only): Added doc-string and menu entry.
5317
5318         * message-utils.el: Removed.  Functions are now in message.el.
5319
5320 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5321
5322         * gnus-art.el (gnus-article-reply-with-original,
5323         gnus-article-followup-with-original): Switch to
5324         gnus-summary-buffer before reply/followup.
5325
5326 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
5327
5328         * gnus-sum.el (gnus-summary-toggle-header): The article window may
5329         not exist. Toggle it anyway.
5330
5331 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5332
5333         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
5334
5335         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
5336         Trivial patch from Urban Engberg <ue@ccieurope.com>.
5337
5338         * rfc2047.el (message-posting-charset): Defvar it.
5339         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
5340         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
5341
5342         * mail-source.el (mail-source-fetch): Hide password.
5343
5344         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
5345
5346 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5347         From John Paul Wallington <jpw@shootybangbang.com>.
5348
5349         * gnus.el (gnus-visual, gnus-meta): Fix typo.
5350
5351 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5352
5353         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
5354
5355 2002-09-11  Simon Josefsson  <jas@extundo.com>
5356
5357         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
5358         (nnimap-split-rule): Doc fix.
5359         (nnimap-request-expire-articles): Cleanup code.
5360
5361 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5362         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5363
5364         * gnus-art.el (gnus-article-address-banner-alist): New option.
5365         (article-strip-banner): Refer the above option to split banners of
5366         free mail servers, when no group parameter is specified.
5367
5368 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5369
5370         * nntp.el (nntp-wait-for-string): Check for a process in the
5371         current buffer instead of `nntp-server-buffer'.
5372
5373 2002-09-09  Simon Josefsson  <jas@extundo.com>
5374
5375         * gnus-art.el (gnus-button-man-handler): New variable.
5376         (gnus-button-alist): Use g-b-handle-man.
5377         (gnus-button-handle-man): New, call g-b-man-handler.
5378
5379 2002-09-08  Simon Josefsson  <jas@extundo.com>
5380
5381         * gnus-art.el (gnus-button-alist): Buttonize man page links.
5382
5383 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5384
5385         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
5386
5387 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5388
5389         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
5390
5391         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
5392         keystroke.
5393
5394         * gnus-srvr.el (gnus-browse-describe-group): New command and
5395         keystroke.
5396
5397 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5398
5399         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
5400         value for gnus-decoration property.
5401
5402 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5403
5404         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
5405         string) as group name in case we have a CRLF in the file.
5406
5407 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
5408
5409         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
5410         group.
5411         (rfc1843-decode-hzp): do.
5412         (rfc1843-newsgroups-regexp): do.
5413
5414 2002-09-04  Simon Josefsson  <jas@extundo.com>
5415
5416         * message.el (message-canlock-generate): Make sure sha1 doesn't
5417         call external programs.
5418
5419 2002-09-03  Simon Josefsson  <jas@extundo.com>
5420
5421         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
5422
5423         * gnus-agent.el (gnus-agent-batch): Add doc.
5424
5425 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
5426
5427         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
5428         check for signed and encrypted parts.
5429         * mml.el (mml-parse-1): Correct small typo which preventing
5430         setting recipients in a secure tag.
5431
5432 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5433
5434         * mm-util.el (mm-coding-system-priorities): Default to a list of
5435         iso-2022-jp and others for the Japanese environment.
5436
5437 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5438
5439         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
5440         invalid display names.
5441
5442 2002-08-30  Simon Josefsson  <jas@extundo.com>
5443
5444         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
5445         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
5446
5447 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
5448
5449         * gnus.el (gnus-group-charter-alist): New option.
5450         (gnus-group-fetch-control-use-browse-url): New option.
5451
5452         * gnus-group.el (gnus-group-fetch-charter): New function.
5453         (gnus-group-fetch-control): New function.
5454         Add them to the keymap and menu. Require mm-url.
5455
5456 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5457
5458         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
5459         From Alex Schroeder <alex@emacswiki.org>.
5460
5461 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
5462
5463         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
5464         items expecting user interaction.
5465
5466         * gnus-topic.el (gnus-topic-make-menu-bar): do.
5467
5468         * gnus-sum.el (gnus-summary-make-menu-bar): do.
5469
5470         * gnus-srvr.el (gnus-server-make-menu-bar): do.
5471
5472         * mml.el (mml-menu): do.
5473
5474 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5475
5476         * mail-source.el (mail-source-touch-pop): New function.
5477
5478         * message.el (message-smtpmail-send-it): New function.
5479         (message-send-mail-function): Add it for a candidate.
5480
5481 2002-08-27  Simon Josefsson  <jas@extundo.com>
5482
5483         * gnus-msg.el (posting-charset-alist): Use
5484         gnus-define-group-parameter instead of defcustom.
5485         (gnus-put-message): Handle SPC in GCC.
5486         (gnus-inews-insert-gcc): Ditto.
5487         (gnus-inews-insert-archive-gcc): Ditto.
5488
5489 2002-08-26  Simon Josefsson  <jas@extundo.com>
5490
5491         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
5492         (gnus-agentize): Auto agentize all nntp and nnimap groups.
5493         (gnus-agent-possibly-save-gcc): Autoload.
5494         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
5495
5496 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5497
5498         * gnus.el (gnus-other-frame-function): New user option.
5499         (gnus-other-frame): Use it; add a doc-string; make it work with
5500         the gnuclient program.
5501
5502         * gnus-util.el (gnus-frame-or-window-display-name): New function.
5503
5504         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
5505         `device-connection' and `dfw-device'.
5506
5507 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5508
5509         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
5510         positives, make it stricter.  From Jochen Hein (trivial change).
5511
5512 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5513
5514         * gnus.el (gnus-other-frame): Trivial fix.
5515
5516 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5517
5518         * gnus.el (gnus-other-frame-parameters): New user option.
5519         (gnus-other-frame-object): New variable.
5520         (gnus-other-frame): Make it search for existing Gnus frame; don't
5521         read new news; delete frame on exit.
5522
5523         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
5524
5525         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
5526
5527 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5528         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
5529
5530         * message.el (message-set-auto-save-file-name): Add support for
5531         the Cygwin Emacs; the system-type is `cygwin'.
5532         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
5533
5534 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5535
5536         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
5537
5538         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
5539         avoid arithmetic errors.
5540
5541 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5542
5543         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
5544
5545 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5546
5547         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
5548         (message-ignored-resent-headers): Add envelope From.
5549
5550 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5551
5552         * gnus.el (gnus-summary-line-format): Document %k specifier.
5553
5554 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5555
5556         * gnus-sum.el (gnus-summary-line-message-size): New function.
5557         (gnus-summary-line-format-alist): Use it.
5558
5559 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5560
5561         * gnus-art.el (article-make-date-line): Refer to the value for
5562         `gnus-article-time-format' in the summary buffer.
5563
5564         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
5565
5566 2002-08-14  Simon Josefsson  <jas@extundo.com>
5567
5568         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
5569         quoting.
5570         (gnus-button-alist): Fix doc.
5571         (gnus-header-button-alist): Use ' not ` for default value quoting.
5572         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
5573         rationale similar to 2002-05-01 change.
5574         (gnus-article-add-buttons-to-head): Evaluate expression.
5575
5576         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
5577
5578 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5579
5580         * message.el (message-font-lock-keywords): Refer to the value for
5581         `message-cite-prefix-regexp' dynamically.
5582
5583 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5584
5585         * gnus-art.el (gnus-decode-header-methods): Doc fix.
5586
5587 2002-08-12  Simon Josefsson  <jas@extundo.com>
5588
5589         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
5590         (imap-shell-open): Skip initial junk before IMAP greeting.
5591
5592 2002-08-11  Simon Josefsson  <jas@extundo.com>
5593
5594         * message-utils.el (message-xpost-default,
5595         message-xpost-fup2-header, message-xpost-fup2): Fixed
5596         Typos.  Trivial changes from Reiner Steib
5597         <4uce.02.r.steib@gmx.net>.
5598
5599 2002-08-09  Simon Josefsson  <jas@extundo.com>
5600
5601         * message.el (message-canlock-password): Set
5602         canlock-password-for-verify to newly generated canlock-password.
5603         When Emacs is restarted, Custom makes sure this is set, but during
5604         the same session we must set it manually.
5605
5606 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
5607
5608         * yenc.el: New file.
5609
5610         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
5611         (mm-uu-type-alist): Add yenc.
5612         (mm-uu-yenc-filename): New function.
5613         (mm-uu-yenc-extract): New function.
5614
5615         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
5616
5617 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5618
5619         * dgnushack.el (merge): Don't use coerce.
5620
5621 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
5622
5623         * mailcap.el (mailcap-mime-data): Test window-system rather than
5624         mm-device-type.
5625         (mailcap-mime-data): Call xdvi and gv with "-safer".
5626
5627         * mm-util.el: Don't define mm-device-type.
5628
5629 2002-08-05  Simon Josefsson  <jas@extundo.com>
5630
5631         * mm-util.el (mm-coding-system-priorities): coding-system type not
5632         supported everywhere.
5633
5634 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5635
5636         * gnus.el (gnus-version-number): Bumped version number.
5637
5638 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5639
5640         * gnus.el: Oort Gnus v0.07 is released.
5641
5642 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5643
5644         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
5645         (gnus-article-sort-functions): Doc fix.
5646         (t): New keystroke.
5647         (gnus-article-sort-by-random): New function.
5648         (gnus-thread-sort-by-random): New function.
5649
5650 2002-08-02  Simon Josefsson  <jas@extundo.com>
5651
5652         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
5653         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
5654
5655 2002-07-31  Danny Siu  <dsiu@adobe.com>
5656
5657         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
5658         when splitting malformed messages without message-id
5659
5660 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5661         From Niklas Morberg <niklas.morberg@axis.com>.
5662
5663         * nnweb.el (nnweb-type, nnweb-type-definition)
5664         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
5665         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
5666         functionality.
5667         * nnweb.el: Removed old non-functioning search engines.
5668
5669 2002-07-27  Simon Josefsson  <jas@extundo.com>
5670
5671         * message.el (message-forward-make-body): Don't use
5672         `message-forward-ignored-headers' when doing a "raw" followup (it
5673         is important to preserve e.g. CTE).
5674
5675         * flow-fill.el (fill-flowed): Disable filladapt-mode.
5676
5677         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
5678         regexp-quote, Cyrus Sieve is fixed.
5679
5680         * sieve-manage.el (sieve-manage-deletescript): New function.
5681
5682         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
5683         (sieve-manage-mode): Fix menubar.
5684         (sieve-activate): Change some messages.
5685         (sieve-deactivate-all): New function.
5686         (sieve-deactivate): New alias.
5687         (sieve-remove): New function.
5688         (sieve-help): Fix help.
5689         All suggested by Ned Ludd.
5690
5691 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5692
5693         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
5694         (mm-w3m-safe-url-regexp): New user option.
5695
5696         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
5697         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
5698
5699 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
5700
5701         * gnus-sum.el (gnus-summary-delete-article): Force
5702         nnmail-expiry-target to 'delete, so that absolute deletion
5703         happens when absolute deletion is requested.
5704
5705 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5706         From Nevin Kapur <nevin@jhu.edu>.
5707
5708         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
5709         headers as empty headers.
5710
5711 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5712         From Jochen Hein <jochen@jochen.org>.
5713
5714         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
5715         correct typo.
5716         (gnus-emphasis-strikethru): New face.
5717
5718 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5719         From Jason Merrill <jason@redhat.com>.
5720
5721         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
5722         entire file for each of a sequence of missing articles.
5723
5724         * gnus-salt.el (gnus-binary-display-article): Respect an existing
5725         value for gnus-view-pseudos.
5726
5727         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
5728         avoid nreverse.
5729
5730 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5731         From Ted Zlatanov <teodor.zlatanov@divine.com>.
5732
5733         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
5734         (gnus-summary-mode-line-format-alist): Add %h for number of
5735         spams.
5736         (gnus-newsgroup-spam-marked): New variable.
5737         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
5738         (gnus-article-read-p, gnus-article-mark)
5739         (gnus-set-global-variables, gnus-set-global-variables)
5740         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
5741         (gnus-summary-mark-article-as-unread)
5742         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
5743         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
5744         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
5745
5746 2002-07-10  Simon Josefsson  <jas@extundo.com>
5747
5748         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
5749         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
5750
5751 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
5752
5753         * gnus-sum.el (gnus-summary-delete-article): Respect group
5754         parameters while expiring.
5755
5756 2002-07-08  Simon Josefsson  <jas@extundo.com>
5757
5758         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
5759         Enberg.
5760
5761 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5762
5763         * gnus-art.el (article-unsplit-urls): Only display MIME when this
5764         function is called interactively.  From Niklas Morberg.
5765
5766 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5767
5768         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
5769         cdaar to cdar and car.
5770
5771         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
5772         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
5773
5774 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5775
5776         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
5777         don't break a narrowed article.
5778
5779         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
5780         (nntp-open-via-rlogin-and-telnet): Ditto.
5781
5782 2002-07-02  Didier Verna  <didier@xemacs.org>
5783
5784         * nnmail.el (nnmail-split-methods): fix custom type.
5785
5786 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5787
5788         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
5789         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
5790
5791 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5792
5793         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
5794         (gnus-summary-resend-message): Use it.
5795
5796 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5797
5798         * nntp.el (nntp-via-rlogin-command-switches): New variable.
5799         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
5800
5801 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5802
5803         * message.el (message-font-lock-keywords): Don't fontify
5804         headers in the message body, only in the header.
5805         (message-font-lock-make-header-matcher): New function, used by
5806         message-font-lock-keywords.
5807         From Katsumi Yamaoka <yamaoka@jpl.org>.
5808
5809 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5810
5811         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
5812
5813 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5814
5815         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
5816
5817 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5818
5819         * message.el (message-font-lock-keywords): Revert 2002-06-22
5820         change.
5821
5822 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5823
5824         * message.el (message-font-lock-keywords): Put colon in header
5825         name match.
5826
5827 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5828
5829         * message.el (message-font-lock-keywords): Don't use header faces
5830         in the body.  Thanks to Stefan Monnier for the hint on the
5831         implementation.
5832
5833 2002-05-09  Miles Bader  <miles@gnu.org>
5834
5835         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
5836         (gnus-article-hide-citation): Respect it.
5837
5838 2002-04-12  Juanma Barranquero  <lektu@terra.es>
5839
5840         * pop3.el (pop3-open-server): Fix typo.
5841
5842 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
5843
5844         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
5845         instead of push to ignore duplicate to-(list|address) values.
5846         * nnmail.el (nnmail-cache-ignore-groups): New.
5847         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
5848
5849 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5850
5851         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
5852         before sending.  Suggested by Jan Rychter.
5853
5854 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5855
5856         * dgnushack.el (remove): New compiler macro.
5857         (last, coerce, subseq): Remove compiler macros for those built-in
5858         or unused functions.
5859
5860 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5861
5862         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
5863         sure to write byte-compiled versions of gnus-*-format-alist to
5864         .newsrc.eld.  From Simon Josefsson.
5865
5866 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5867
5868         * gnus-agent.el (gnus-agent-read-servers)
5869         (gnus-agent-write-servers): Put server name (string like
5870         "nnchoke:frumple") in the file instead of a server specification
5871         (Lisp expression like (nnchoke "frumple" ...parameters...)).
5872         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
5873
5874 2002-06-16  Simon Josefsson  <jas@extundo.com>
5875
5876         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
5877         Reiner Steib <4uce.02.r.steib@gmx.net>.
5878
5879 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5880
5881         * nnheader.el (nnheader-file-name-translation-alist): Set the
5882         default value for MS Windows systems.
5883
5884         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
5885
5886 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5887
5888         * message.el (message-beginning-of-line): Keep the region active
5889         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
5890
5891 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
5892
5893         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
5894         * gnus-msg.el (gnus-summary-reply): Ditto.
5895         * gnus-msg.el (gnus-summary-handle-replysign): New.
5896
5897 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5898
5899         * message.el (message-send-mail-with-sendmail): Kill errbuf even
5900         if sending failed.
5901
5902 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
5903
5904         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
5905         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
5906         to sign while encrypting.
5907
5908 2002-06-11  Simon Josefsson  <jas@extundo.com>
5909
5910         * gnus-int.el (gnus-request-move-article): Agent expire article if
5911         successfuly moved.
5912
5913         * nnweb.el (nnweb-google-create-mapping): Honors the value of
5914         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
5915
5916 2002-06-10  Simon Josefsson  <jas@extundo.com>
5917
5918         * gnus-int.el (gnus-request-expire-articles): Fix last change?
5919
5920 2002-06-09  Simon Josefsson  <jas@extundo.com>
5921
5922         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
5923
5924         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
5925
5926 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5927
5928         * flow-fill.el (fill-flowed): Ignore errors.
5929
5930 2002-06-06  Simon Josefsson  <jas@extundo.com>
5931
5932         * message.el (message-send-mail-with-sendmail): Improve error message.
5933
5934 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5935
5936         * message.el (message-interactive): Change default from nil to t.
5937         Better to be safe than to be fast.
5938
5939 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5940
5941         * message.el (message-send-mail-with-sendmail): Check return value
5942         from call-process-region.
5943
5944 2002-06-04  Simon Josefsson  <jas@extundo.com>
5945
5946         * gnus-msg.el (gnus-group-mail, gnus-group-news)
5947         (gnus-group-post-news, gnus-summary-mail-other-window)
5948         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
5949         gnus-article-copy to nil, thereby inhibiting the `header' posting
5950         style match to use data from last viewed article.
5951         Suggested by Hrvoje Niksic.
5952
5953 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5954
5955         * spam.el (spam-point-at-eol): New alias.
5956         (spam-parse-whitelist): Use it.
5957
5958 2002-06-03  Simon Josefsson  <jas@extundo.com>
5959
5960         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
5961         (nnmail-article-group): Use it.
5962
5963 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5964
5965         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
5966         so that code reading them won't be surprised.  From Jesper Harder
5967         <harder@ifa.au.dk>.
5968
5969 2002-05-29  Simon Josefsson  <jas@extundo.com>
5970
5971         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
5972         articles.
5973
5974         * gnus.el (gnus-agent-cache): Doc fix.
5975         (gnus-agent): Change default to t.
5976
5977         * gnus-agent.el (gnus-agent-expire): Make it accept optional
5978         ARTICLES, GROUP and FORCE parameters.
5979
5980 2002-05-28  Simon Josefsson  <jas@extundo.com>
5981
5982         * gnus-group.el (gnus-group-line-format): Doc fix.
5983
5984 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5985
5986         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
5987         original article before yanking.  From Jesper Harder
5988         <harder@ifa.au.dk>.
5989
5990 2002-05-26  Simon Josefsson  <jas@extundo.com>
5991
5992         * gnus-sum.el (gnus-summary-menu-split): New function.
5993         (gnus-summary-make-menu-bar): Split charset submenu.
5994         (gnus-summary-menu-maxlen): New variable.
5995         (gnus-summary-menu-split): Use it.
5996
5997 2002-05-25  Simon Josefsson  <jas@extundo.com>
5998
5999         * mml.el (mml-preview): Generate some headers.
6000
6001         * gnus.el (gnus-large-newsgroup): Fix :type.
6002
6003         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
6004         Agent cache NOV's by default now).
6005         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
6006
6007 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
6008
6009         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
6010         call to gnus-parent-id when we check for References loops.
6011         (gnus-summary-prepare-threads): Avoid simplifying every Subject
6012         twice by saving the simplified subject string in simp-subject.
6013
6014 2002-05-23  Simon Josefsson  <jas@extundo.com>
6015
6016         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
6017         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
6018
6019         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
6020         Niklas Morberg <niklas.morberg@axis.com>.
6021
6022 2002-05-22  Simon Josefsson  <jas@extundo.com>
6023
6024         * sieve.el (sieve-change-region): Define it before it is used.
6025
6026         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
6027         (gnus-summary-reply): Ask for confirmation when replying to news.
6028         Defaults to not ask.  From Benjamin Rutt
6029         <rutt+news@cis.ohio-state.edu>.
6030
6031         * nnimap.el (nnimap-nov-is-evil): Improve doc.
6032
6033 2002-05-21  Simon Josefsson  <jas@extundo.com>
6034
6035         * sieve-mode.el (sieve-manage): Fix autoloads.
6036
6037         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
6038         name (makes it work with recent Cyrus timsieved).
6039
6040 2002-05-20  Jason  <jbaker@cs.utah.edu>
6041         Trivial patch.
6042
6043         * gnus-art.el (gnus-request-article-this-buffer): Try
6044         reconnecting if you don't get the message.
6045
6046 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6047
6048         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
6049         Reply-To headers from the headers.
6050
6051 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6052
6053         * mm-url.el (mm-url-insert): Remove junk message.
6054
6055 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6056
6057         * nnslashdot.el (nnslashdot-request-list): Parse new html.
6058         (nnslashdot-use-front-page): New variable.
6059         (nnslashdot-request-list): Use it.
6060
6061         * mm-url.el (mm-url-timeout): New variable.
6062         (mm-url-retries): Ditto.
6063         (mm-url-insert): Use it.
6064
6065 2002-05-16  Simon Josefsson  <jas@extundo.com>
6066
6067         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
6068         (gnus-simplify-subject-functions): Mention g-s-a-w.
6069
6070 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
6071
6072         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
6073         nnmail-cache-insert.
6074         * nndiary.el (nndiary-request-accept-article): Ditto.
6075         * nnfolder.el (nnfolder-request-accept-article): Ditto.
6076         * nnimap.el (nnimap-request-accept-article): Ditto.
6077         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
6078         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
6079         * nnmbox.el (nnmbox-request-accept-article): Ditto.
6080         * nnmh.el (nnmh-request-accept-article): Ditto.
6081         * nnmail.el (nnmail-cache-insert): Change group to required,
6082         removed code which tried to figure out the group.
6083
6084 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
6085
6086         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
6087         messages. From Hans de Graaff <hans@degraaff.org>.
6088         * nnml.el (nnml-request-accept-article): Pass in the group name to
6089         nnmail-cache-insert, since it's available.
6090
6091 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6092
6093         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
6094
6095 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6096         From Florian Weimer <fw@deneb.enyo.de>.
6097
6098         * gnus.el (subscribed): New group parameter.
6099         (gnus-find-subscribed-addresses): Use it.
6100
6101 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
6102
6103         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
6104         the default for pgpmime to support pgp v2.
6105         * mml-sec.el (mml-signencrypt-style): New accessor function to
6106         allow users to get/set the signencrypt style more easily without
6107         frobbing the alist directly.
6108         * mml.el (mml-generate-mime-1): Use accessor function.
6109
6110 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6111
6112         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
6113         parenthesis for "<" and ">".  Suggested by Andreas Schwab
6114         <schwab@suse.de>.
6115
6116 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6117
6118         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
6119         when intuiting the group the message is written to.  From Josh
6120         Huber <huber@alum.wpi.edu>.
6121
6122 2002-05-06  Simon Josefsson  <jas@extundo.com>
6123
6124         * gnus-topic.el (gnus-group-topic-parameters): Work when group
6125         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
6126
6127 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
6128
6129         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
6130         argument, and fixed compiler warning. (added autoload for
6131         gpg-encrypt).
6132
6133 2002-05-04  Simon Josefsson  <jas@extundo.com>
6134
6135         * mml1991.el (mml1991-function-alist): Doc fix.
6136
6137         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
6138         doesn't exist (for previewing messages without having Gnus
6139         started).
6140
6141         * mm-util.el (mm-coding-system-priorities): Defcustom.
6142
6143         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
6144
6145 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
6146
6147         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
6148         default.
6149         * mml-sec.el:
6150         * mml-sec.el (mml-signencrypt-style): New.
6151         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
6152         argument `sign'.
6153         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
6154         signencrypt.
6155         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
6156         * mml.el (mml-generate-mime-1): Changed logic so a part which is
6157         both signed & encryped is processed in one operation. (rather than
6158         two separate ops: sign, then encrypt)
6159         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
6160         indication if a message is signed by an expired key.
6161         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
6162         enables combined sign & encrypt operation. (this was always on
6163         before).
6164         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
6165
6166 2002-05-01  Simon Josefsson  <jas@extundo.com>
6167
6168         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
6169         server.
6170         (nnimap-mailbox-info): defvar instead of defvoo.
6171
6172 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6173
6174         * gnus.el: Oort Gnus v0.06 is released.
6175
6176 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6177
6178         * lpath.el: Bind url-package-version.
6179
6180 2002-05-01  Simon Josefsson  <jas@extundo.com>
6181
6182         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
6183         filename before deleting the group itself, because the presence of
6184         a group filename decides if long filenames are used or not.
6185
6186         * gnus-art.el (gnus-button-alist): Don't inline
6187         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
6188         without also modifying g-button-alist.
6189         (gnus-button-alist): Fix type to allow variable as well as regexp.
6190         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
6191         themselves, variables to its contents.
6192         (gnus-button-entry): Ditto.
6193
6194 2002-05-01  Simon Josefsson  <jas@extundo.com>
6195
6196         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
6197         UIDNEXT as a string.
6198
6199         * nnimap.el (nnimap-string-lessp-numerical): New function.
6200         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
6201         integers.
6202
6203 2002-04-29  Simon Josefsson  <jas@extundo.com>
6204
6205         * nnmail.el (nnmail-cache-insert): Accept optional group
6206         parameter.
6207
6208         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
6209         n-r-g-a is disabled.
6210
6211 2002-04-29  Simon Josefsson  <jas@extundo.com>
6212
6213         * nnimap.el (nnimap-split-fancy): Fix doc.
6214         (nnimap-split-fancy): Fix doc.
6215
6216         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
6217         (nnimap-mailbox-info): New internal variable.
6218         (nnimap-retrieve-groups): Implement faster new mail check.
6219
6220         * nnimap.el (nnimap-split-articles): Support
6221         nnmail-cache-accepted-message-ids.
6222         (nnimap-request-accept-article): Ditto.
6223
6224         * imap.el (imap-mailbox-status-asynch): New command.
6225
6226 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
6227
6228         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
6229         are no subscribed mail groups.
6230         - Strip quoted names when comparing addresses
6231
6232 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
6233
6234         * mm-decode.el (mm-text-html-renderer): Change customize type to
6235         const.
6236
6237         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
6238         (gnus-debug-exclude-variables): do.
6239
6240 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6241
6242         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
6243         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
6244
6245 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * dns.el (dns-make-network-process): New macro.
6248         (query-dns): Use it.
6249
6250 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6251
6252         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
6253         article-buffer.
6254
6255         * mm-url.el (mm-url-package-name): New variable.
6256         (mm-url-package-version): New variable.
6257         (mm-url-insert-file-contents): Bind url-package-name and
6258         url-package-version here.
6259         * nnrss.el (nnrss-insert-w3): Move the bindings.
6260
6261         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
6262         url-package-version. Trivial change from Andrew J Cosgriff
6263         <ajc@polydistortion.net>
6264
6265         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
6266         attachments. Trivial change from Peter 'Luna' Runestig
6267         <peter@runestig.com>.
6268
6269 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
6270
6271         * nnkiboze.el (nnkiboze-request-scan): Call
6272         nnkiboze-possibly-change-group.
6273         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
6274         problems.
6275         (nnkiboze-generate-group): Set newsrc to the *highest* article
6276         number kibozed, not the lowest.
6277
6278 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
6279
6280         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
6281
6282 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6283         From Dan Christensen <jdc+news@uwo.ca>.
6284
6285         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6286         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6287         Recognize math postings.  Extract Date (now ignores "(15kb)").
6288         Extract email address using gnus-extract-address-components
6289         instead of just taking the first word.  Create Date and From
6290         headers for message which are missing these headers.  Get rid
6291         of spurious \\ lines (purely cosmetic).  Extend body-end and
6292         file-end regexps, to exclude more garbage from the message.
6293         Make URL rephrasing regexp more flexible, to match current
6294         format.
6295
6296 2002-04-23  Simon Josefsson  <jas@extundo.com>
6297
6298         * netrc.el: New file, functions copied from gnus-util.el by Ted
6299         Zlatanov <tzz@lifelogs.com>.
6300
6301         * gnus-util.el: Require netrc.
6302         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
6303         new code in netrc.el.
6304
6305 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6306
6307         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
6308         message-ignored-resent-headers, too.  From Matthieu Moy
6309         <Matthieu.Moy@imag.fr>.
6310
6311 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6312
6313         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
6314         boolean not a string
6315         * gnus-group.el (gnus-group-line-format): add description of %C
6316         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
6317           as %C
6318         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
6319
6320 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
6321
6322         * nnmaildir.el (nnmaildir-request-scan): typo: set
6323         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
6324         nnmail-get-new-mail for 'find-new-groups.
6325
6326 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
6327
6328         * nnmaildir.el (nnmaildir-request-update-info,
6329         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
6330         unnecessary calls to nnmaildir-request-scan.
6331
6332 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
6333
6334         * gnus-msg.el:
6335         * gnus-msg.el (gnus-message-replysign): New.
6336         * gnus-msg.el (gnus-message-replyencrypt): New.
6337         * gnus-msg.el (gnus-message-replysignencrypted): New.
6338         * gnus-msg.el (gnus-summary-reply): Use the three new variables
6339         (above) to automatically encrypt/sign to encrypted/signed
6340         messages.
6341         * message.el:
6342         * message.el (message-mode-map): Add keybinding for
6343         `message-to-list-only'
6344         * message.el (message-mode): Add description for
6345         `message-to-list-only'
6346         * message.el (message-to-list-only): New.
6347         * message.el (message-make-mft): Changed to use the cl loop macro,
6348         and added optional flag to return only the matched list. (for use
6349         in new message-to-list-only function)
6350
6351 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
6352
6353         * gnus-msg.el:
6354         * gnus-msg.el (gnus-message-replysign):
6355         * gnus-msg.el (gnus-replysign): New.
6356         * gnus-msg.el (gnus-replyencrypt): New.
6357         * gnus-msg.el (gnus-replysignencrypted): New.
6358         * gnus-msg.el (gnus-summary-reply):
6359         * message.el:
6360         * message.el (message-mode-map):
6361         * message.el (message-mode):
6362         * message.el (message-to-list-only): New.
6363         * message.el (message-make-mft):
6364
6365 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6366
6367         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
6368
6369 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
6370
6371         * message.el (message-gen-unsubscribed-mft): accept a prefix
6372         argument so CC can be included with C-u C-c C-f C-a
6373
6374 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6375         From Ted Zlatanov <teodor.zlatanov@divine.com>.
6376
6377         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
6378         Improve docstring.
6379         (spam-enter-blacklist): New command.
6380
6381         * gnus-sum.el (gnus-spam-mark): New mark.
6382         (gnus-auto-expirable-marks): Add gnus-spam-mark.
6383         (gnus-summary-make-tool-bar): Correct conditional.
6384         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
6385         (gnus-summary-mark-as-spam): New command.
6386
6387 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
6388
6389         * mml-sec.el (mml-secure-message): changed to support arbritrary
6390         modes.
6391         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
6392         changed to support "signencrypt" mode.
6393         * mml.el (mml-parse-1): changed to support different secure modes
6394         more easily. (for signencrypt)
6395
6396 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
6397
6398         * gnus-sum.el (gnus-update-summary-mark-positions)
6399         (gnus-summary-toggle-header):
6400         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
6401         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
6402         (gnus-uu-post-encoded):
6403         * nnfolder.el (nnfolder-possibly-change-group):
6404         * nnimap.el (nnimap-retrieve-headers):
6405         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
6406
6407 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
6408
6409         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
6410         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
6411
6412 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6413
6414         * gnus-srvr.el (gnus-server-set-info): Clear
6415         `gnus-server-method-cache' when `gnus-server-alist' is changed.
6416         From Daiki Ueno <ueno@unixuser.org>.
6417
6418 2002-04-11  Simon Josefsson  <jas@extundo.com>
6419
6420         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
6421         viewing of security buttons.  Thanks to Nicolas Kowalski
6422         <Nicolas.Kowalski@imag.fr>.
6423
6424         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
6425         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
6426         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
6427         <Nicolas.Kowalski@imag.fr>.
6428         (smime-decrypt-buffer): Ditto.
6429
6430 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6431
6432         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
6433         header line.
6434
6435 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
6436
6437         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
6438
6439 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6440
6441         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
6442
6443 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6444
6445         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
6446         errors when debug.
6447
6448 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
6449
6450         * message.el (message-make-mft): Changed MFT code from using
6451         message-recipients (which included Bcc) to use only the To and CC
6452         headers.
6453
6454 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6455
6456         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
6457         add link.
6458         (gnus-treat-mail-picon): Ditto.
6459         (gnus-treat-newsgroups-picon): Ditto.
6460         (gnus-picon-databases): Fix custom type.
6461         (gnus-picon-databases): Add link.
6462         (gnus-article-x-face-command): Add to gnus-picon group.
6463
6464 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
6465
6466         * message.el (message-buffer-naming-style): Remove.
6467
6468 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6469
6470         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
6471
6472         * message.el (message-tool-bar-map): Ditto.
6473
6474         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6475
6476 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6477
6478         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
6479
6480 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
6481
6482         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
6483
6484 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
6485         Trivial patch.
6486
6487         * dns.el: open-network-stream under XEmacs does udp.
6488
6489 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
6490
6491         * spam.el (spam-enter-whitelist): New function.
6492         (spam-parse-whitelist): Ditto.
6493         (spam-refresh-list-cache): Ditto.
6494         (spam-address-whitelisted-p): New function.
6495
6496         * dns.el (query-dns): Use TCP when make-network-process isn't
6497         available.
6498         (dns-servers): New variable.
6499         (dns-parse-resolv-conf): New function.
6500         (query-dns): Use it.
6501
6502         * spam.el: New file.
6503
6504         * dns.el (query-dns): Test.
6505
6506 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6507
6508         * lpath.el (featurep): Bind make-network-process.
6509
6510 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
6511
6512         * nnmaildir.el: Use defstruct.  Use a single copy of
6513         nnmail-extra-headers to save memory.  Store server's group name
6514         prefix instead of each group's prefixed name.
6515         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
6516         nntp-server-buffer.
6517
6518 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6519
6520         * dns.el: New file.
6521
6522 2002-03-28  Simon Josefsson  <jas@extundo.com>
6523
6524         * gnus-sum.el (gnus-summary-dummy-line-format):
6525         * gnus.el (gnus-summary-line-format): Fixing links to Info.
6526         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
6527
6528 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6529
6530         * gnus-sum.el (gnus-summary-move-article)
6531         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
6532         the doc string.
6533
6534 2002-03-28  Simon Josefsson  <jas@extundo.com>
6535
6536         * mml-sec.el (mml-secure-message): Search after
6537         mail-header-separator from top of message.
6538
6539 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
6540
6541         * nnmaildir.el: Cosmetic changes.
6542         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
6543         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
6544         nnmaildir--group-ls): New macros/functions.  Use them.
6545         (nnmaildir--unlink): Evalutate argument only once.
6546
6547 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
6548
6549         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
6550         symbols.
6551         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
6552         `gnus-point-at-eol'.
6553
6554 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
6555
6556         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
6557         nnmaildir--marks-dir): New macros.  Use them.
6558         Use inhibit-quit for atomicity instead of in-memory journaling.
6559         (nnmaildir--edit-prep): New function.
6560         (Local Variables): Use it.
6561
6562 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
6563
6564         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6565
6566 2002-03-25  Simon Josefsson  <jas@extundo.com>
6567
6568         * message.el (message-mode): Fix doc.
6569
6570 2002-03-25  Simon Josefsson  <jas@extundo.com>
6571
6572         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
6573         Matthieu Moy <Matthieu.Moy@imag.fr>.
6574
6575 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
6576
6577         * mml-sec.el (mml-unsecure-message): Add docstring.
6578
6579 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
6580
6581         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
6582         value.
6583         Trivial change from andre@slamdunknetworks.com
6584
6585 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
6586
6587         * mml.el (mml-mode-map): Added a keybinding for
6588         `mml-unsecure-message'.  Also, added a menu entry for said
6589         function in the Attachments menu.
6590
6591 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6592
6593         * canlock.el (canlock-version): Remove.
6594         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
6595         here; simplify \x insertions.
6596         (canlock-sha1): New function, always return a unibyte string.
6597         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
6598         of a password.
6599         (canlock-insert-header): Use `canlock-sha1'.
6600         (canlock-verify): Ditto.
6601
6602 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6603
6604         * message.el (message-fix-before-sending): Add an option that
6605         ignores illegible text.
6606         Trivial change from Mark Milhollan <mlm@attglobal.net>
6607
6608         * message.el (message-font-lock-keywords): Support multi-line MML
6609         tags.
6610
6611         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
6612         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
6613
6614 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6615
6616         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
6617         symbols for "View as different encoding" submenu.
6618
6619 2002-03-19  Simon Josefsson  <jas@extundo.com>
6620
6621         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
6622         encoding" submenu.
6623
6624 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6625
6626         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
6627
6628 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6629
6630         * gnus-sum.el (gnus-sum-thread-tree-root)
6631         (gnus-sum-thread-tree-single-indent)
6632         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
6633         (gnus-sum-thread-tree-leaf-with-other)
6634         (gnus-sum-thread-tree-single-leaf): Make customizable.
6635
6636 2002-03-16  Simon Josefsson  <jas@extundo.com>
6637
6638         * gnus-util.el (gnus-extract-address-components): Don't break on
6639         names such as James "Kibo" Parry.  From Francis Litterio
6640         <franl@world.std.com>.
6641
6642 2002-03-13  Simon Josefsson  <jas@extundo.com>
6643
6644         * pop3.el (pop3-open-server): Revert multibyte change.  From
6645         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6646
6647         * message.el (message-send-mail-with-qmail): Make it work.  From
6648         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6649
6650 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
6651
6652         * message.el (message-make-mft): Set case-fold-search while
6653         generating the MFT.  Also, a little cleanup in the MFT code.
6654
6655 2002-03-12  Simon Josefsson  <jas@extundo.com>
6656
6657         * message.el (message-qmail-inject-args): May be function.
6658         (message-send-mail-with-qmail): Call function if m-q-i-a is
6659         function.  From fn@hungry.org (Faried Nawaz).
6660
6661 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6662
6663         * message.el (message-abbrevs-loaded): Remove.
6664         (mailabbrev): Require it.
6665
6666         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
6667
6668 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6669
6670         * pop3.el (pop3-open-server): Set process buffer unibyte.
6671
6672 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6673
6674         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
6675
6676 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6677
6678         * nnslashdot.el (nnslashdot-request-article): Remove javascript
6679         too.
6680
6681 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6682
6683         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
6684         duplication.
6685         (gnus-summary-save-parts-type-history): Ditto.
6686         (gnus-summary-save-parts-last-directory): Ditto.
6687         Trivial change from andre@slamdunknetworks.com
6688
6689 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
6690
6691         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
6692
6693 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6694
6695         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
6696         -->" as the end of the first article.
6697
6698         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
6699         From Matthieu Moy <Matthieu.Moy@imag.fr>
6700
6701         * message.el (message-add-action): Use add-to-list.
6702         (message-delete-action): New function.
6703
6704         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
6705         pieces.
6706
6707 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
6708
6709         * nnnil.el: New file.
6710         * gnus.el (gnus-valid-select-methods): Include nnnil.
6711
6712 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6713
6714         * message.el (message-syntax-checks): Because canlock is
6715         supported, we disable sender syntax check.
6716         (message-shoot-gnksa-feet): Add cancel-messages option doc.
6717
6718         * gnus-draft.el (gnus-draft-send): If interactive, use its default
6719         value of message-syntax-checks.
6720
6721         * qp.el (quoted-printable-decode-region): Doc addition.
6722         From: Eli Zaretskii <eliz@is.elta.co.il>
6723
6724         * mail-source.el (make-source-make-complex-temp-name): Use
6725         make-temp-file.
6726
6727         * mm-util.el (mm-make-temp-file): New function.
6728         * nneething.el (nneething-file-name): Use it.
6729         * mml-smime.el (mml-smime-encrypt): Ditto.
6730         * mm-view.el (mm-inline-wash-with-file): Ditto.
6731         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
6732         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
6733         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
6734         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
6735         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
6736         * gnus-art.el (gnus-mime-print-part): Ditto.
6737
6738 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
6739
6740         * message.el (nnmaildir-article-number-to-base-name): New
6741         function.
6742         (nnmaildir-base-name-to-article-number): New function.
6743
6744 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6745
6746         * smime.el (smime-make-temp-file): Don't quote
6747         `temporary-file-directory'.
6748
6749 2002-03-04  Simon Josefsson  <jas@extundo.com>
6750
6751         * smime.el (smime-sign-region): Rename argument keyfiles to
6752         keyfile. You only sign something with one key.
6753         (smime-sign-buffer): Better completing-read prompt.
6754         (smime-decrypt-buffer): Ditto.
6755
6756         * smime.el (smime-make-temp-file): Make it work under XEmacs.
6757
6758         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
6759         completing-read.
6760         (mm-view-pkcs7-decrypt): CRLF->LF.
6761
6762 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
6763
6764         * message.el (message-hierarchical-addresses): New variable.
6765         (message-get-reply-headers): Use it.
6766         From Ted Zlatanov <teodor.zlatanov@divine.com>
6767
6768 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6769
6770         * message.el (message-mode): If buffer-file-name, don't set auto
6771         save file name.
6772         Trivial change from Geoff Greene <ggreene@wpi.edu>
6773
6774 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6775
6776         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
6777         takes one argument in read-char.
6778
6779         * message.el (message-fix-before-sending): Forward a char.
6780         Check mmu-multibyte-p, add control-1.
6781
6782 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6783
6784         * gnus-start.el (gnus-read-init-file): Ditto.
6785
6786         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
6787
6788         * dgnushack.el (dgnushack-make-load): Ditto.
6789
6790         * mail-source.el (mail-source-fetch): Extract the right error
6791         code.
6792
6793         * message.el (message-fix-before-sending): Check illegible text.
6794
6795         * gnus-util.el (gnus-multiple-choice): New function.
6796
6797         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
6798         also defined in gnus-score.el.
6799
6800 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
6801
6802         * message.el (message-get-reply-headers): downcase email addresses
6803         for comaparisons for duplicate removal.
6804
6805 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6806
6807         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
6808         implementation of PKCS#7, which just allows users read the
6809         message.
6810         (mm-view-pkcs7): Use it.
6811
6812 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6813
6814         * gnus.el (large-newsgroup-initial): New parameter.
6815
6816         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
6817         (gnus-summary-insert-old-articles): Ditto.
6818
6819 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6820
6821         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
6822         used as the default answer of the question, "How many articles?".
6823         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6824
6825         * nnagent.el (nnagent-retrieve-headers): Remove articles with
6826         small numbers.
6827
6828 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6829
6830         * deuglify.el: Fix comments.
6831
6832 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
6833
6834         * html2text.el (html2text-clean-anchor): If there is no HREF,
6835         insert nothing.
6836
6837         * mml.el (mml-generate-mime-1): Add cdr.
6838         From: andre@slamdunknetworks.com
6839
6840         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
6841         (mm-text-html-washer-alist): Ditto.
6842
6843         * mm-decode.el (mm-text-html-renderer): Add html2text.
6844
6845         * html2text.el: Face lift.
6846
6847         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
6848
6849 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
6850
6851         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
6852
6853         * deuglify.el: Change copy right. Add autoload. Add coding-system.
6854
6855         * deuglify.el: New file. The original file name is
6856         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
6857
6858         * mm-decode.el (mm-display-external): Use
6859         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
6860
6861 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
6862
6863         * nnmaildir.el (nnmaildir-request-list): Report the highest
6864         article number, not the total number of articles.
6865
6866 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6867
6868         * gnus-sum.el: Move uu key map here.
6869         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
6870
6871 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
6872
6873         * nnmaildir.el (nnmaildir-request-expire-articles): Use
6874         nnmail-expiry-wait* if expire-age parameter is not set.
6875
6876 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6877
6878         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
6879         function.
6880         (gnus-group-sort-selected-groups-by-real-name): New function.
6881         (gnus-group-make-menu-bar): Add sort by real name.
6882
6883         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
6884         rebuild.
6885         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
6886         nil as dependencies as well.
6887
6888 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
6889
6890         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
6891         for mime-parts.
6892
6893         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
6894
6895         * gnus-group.el (gnus-group-name-decode): Don't test
6896         multibyte-string, because it breaks XEmacs.
6897         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
6898
6899         * message.el (message-send-mail): Be talkative.
6900
6901         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
6902         (mm-automatic-display): Ditto.
6903
6904         * mailcap.el (mailcap-mime-data): Ditto.
6905         From: Reiner Steib <4uce.02.r.steib@gmx.net>
6906
6907 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6908
6909         * many files: Remove trailing whitespaces, replace spc+tab with
6910         tab, replace leading whitespaces with tabs.
6911
6912 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
6913
6914         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
6915         articles with no body and no blank line after the header.
6916
6917 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6918
6919         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
6920         parts.
6921
6922         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
6923         non-ascii chars.
6924
6925         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6926
6927         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
6928         w3-delay-image-loads.
6929         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
6930         (mm-w3-prepare-buffer): Ditto.
6931
6932         * mail-source.el (mail-source-fetch-directory): Run scripts.
6933
6934 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6935
6936         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
6937         for Majordomo confirmations.
6938
6939 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6940
6941         * gnus-fun.el (gnus-respond-to-confirmation): New command.
6942
6943 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6944
6945         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
6946
6947 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
6948
6949         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
6950         References header field.  From Mark Thomas <mthomas@cmu.edu>.
6951
6952 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6953
6954         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
6955         (mm-inline-render-with-stdin): Ditto.
6956         (mm-inline-render-with-function): Ditto.
6957         (mm-inline-wash-with-file): Bind coding-system-for-write.
6958         (mm-inline-wash-with-stdin): Ditto.
6959
6960 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6961
6962         Suggested by Felix Natter <fnatter@gmx.net>
6963
6964         * gnus-art.el (gnus-mime-view-part-externally): Rename from
6965         gnus-mime-externalize-view.
6966         (gnus-mime-view-part-internally): Rename from
6967         gnus-mime-internalize-view.
6968         (gnus-article-view-part-externally): Rename from
6969         gnus-article-externalize-part.
6970         (gnus-mime-action-alist): Change correspondingly.
6971         (gnus-mime-button-commands): Ditto.
6972         (gnus-mime-action-alist): Remove duplication.
6973
6974         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
6975
6976 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6977
6978         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
6979
6980         * gnus-art.el (gnus-display-mime): Use it.
6981
6982         * mm-partial.el (mm-partial-find-parts): Use it.
6983
6984         * gnus-sum.el (gnus-article-loose-mime): Rename from
6985         gnus-article-no-strict-mime.
6986         (gnus-summary-save-parts): Use it.
6987
6988 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6989
6990         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
6991         local variable.
6992
6993         * gnus-art.el (article-display-x-face): Don't sort multiple
6994         X-Faces.
6995
6996 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6997
6998         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
6999         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
7000
7001         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
7002
7003 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7004
7005         Some ideas is inspired by code from Hrvoje Niksic
7006         <hniksic@arsdigita.com>
7007
7008         * gnus-art.el (gnus-article-wash-function): Set the default to
7009         nil, so that we use mm-text-html-renderer instead.
7010         (article-wash-html): Use mm-text-html-renderer.
7011
7012         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
7013         (mm-text-html-renderer): New variable.
7014         (mm-inline-text-html-renderer): Set the default to nil, so that we
7015         use mm-text-html-renderer instead.
7016
7017         * mm-view.el (mm-inline-text-html): New function.
7018         (mm-text-html-renderer-alist): New variable.
7019         (mm-inline-text-vcard): New function.
7020         (mm-inline-text): Split.
7021         (mm-links-remove-leading-blank): New function.
7022         (mm-inline-render-with-file): New function.
7023         (mm-inline-render-with-stdin): New function.
7024         (mm-inline-render-with-function): New function.
7025         (mm-text-html-washer-alist): New variable.
7026         (mm-inline-wash-with-file): New function.
7027         (mm-inline-wash-with-stdin): New function.
7028
7029 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7030
7031         * message-utils.el: Fix installation doc.
7032         From: Reiner Steib <4uce.02.r.steib@gmx.net>
7033
7034 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
7035
7036         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
7037         (gnus-post-method): Use it.
7038         (gnus-summary-cancel-article): Find the correct post-method.
7039
7040         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
7041         * message.el (message-send-news): Ditto.
7042         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
7043         <ipmonger@delamancha.org>
7044
7045         * gnus.el (gnus-select-method): Fix doc.
7046         (gnus-server-string): Use 'using nntp'.
7047
7048         * gnus-agent.el (gnus-slave-unplugged): New command.
7049         From: Felix Natter <fnatter@gmx.net>
7050
7051 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7052
7053         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
7054         Call edit-done-function first, then change the window
7055         configuration.
7056         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
7057         (gnus-article-edit-mode): mml-mode.
7058
7059         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
7060         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
7061
7062         * message-utils.el: Adopt the file.
7063
7064         * message-utils.el: New file.
7065         From Holger Schauer <Holger.Schauer@gmx.de>
7066
7067 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7068
7069         * gnus-sum.el (gnus-summary-move-article): Select-article only
7070         when gnus-move-split-methods is non-nil. And we don't render or
7071         mark the article.
7072
7073         * gnus-fun.el (gnus-shell-command-to-string): New function.
7074         (gnus-shell-command-on-region): New function.
7075         (gnus-random-x-face): Use them.
7076         (gnus-x-face-from-file): Ditto.
7077         (gnus-convert-image-to-gray-x-face): Ditto.
7078         (gnus-convert-gray-x-face-to-xpm): Ditto.
7079         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
7080
7081 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7082
7083         * gnus-art.el (gnus-treat-display-xface): Don't use
7084         `shell-command-to-string' when compiling.
7085         (gnus-treat-display-grey-xface): Ditto.
7086
7087 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
7088
7089         * nnmaildir.el (nnmaildir--article-count): If the group is
7090         completely empty, report minimum article number as 1 instead of 0.
7091
7092 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
7093
7094         * gnus-agent.el (gnus-get-predicate): Use nconc.
7095
7096         * gnus-sum.el (gnus-summary-display-make-predicate): Use
7097         gnus-summary-display-cache as cache.
7098
7099         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
7100         (nndoc-mail-in-mail-type-p): New function.
7101         (nndoc-mail-in-mail-article-begin): New function.
7102
7103 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7104
7105         * mailcap.el (mailcap-mime-data): Use enriched-decode.
7106
7107         * gnus-cite.el (gnus-article-fill-cited-article): Bind
7108         use-hard-newlines to nil.
7109
7110         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
7111         image is not available if window-system is not available.
7112
7113         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
7114
7115 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7116
7117         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
7118         bookmark, because update-mark doesn't handle it correctly.
7119
7120 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
7121
7122         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
7123         directly instead of calling message-send-mail.
7124
7125         * gnus-start.el (gnus-read-descriptions-file): Use
7126         gnus-default-charset.
7127
7128         * mm-util.el (mm-guess-mime-charset): New function.
7129
7130         * gnus.el (gnus-default-charset): Use it.
7131         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
7132         the default.
7133
7134 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7135
7136         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
7137         (article-display-x-face): Use it.  Disable grey xface, if
7138         uncompface is not found.
7139
7140         * message.el (message-mode): Don't enable multibyte on an indirect
7141         buffer.
7142
7143         * nnrss.el (nnrss-content-function): New variable.
7144         (nnrss-request-article): Use it.
7145
7146 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7147
7148         * gnus.el: Add article-unsplit-urls.
7149         * gnus-sum.el: Ditto.
7150         * gnus-art.el (gnus-treat-strip-cr): New variable.
7151         (gnus-treatment-function-alist): Use it.
7152         (article-unsplit-urls): New function.
7153         (gnus-article-make-menu-bar): Use it.
7154         From: Michael Cook <michael.cook@cisco.com>
7155
7156 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7157
7158         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
7159         copy.
7160
7161 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
7162
7163         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
7164         with internal whitespace.
7165         (gnus-parent-id): Ditto.
7166
7167 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
7168
7169         * gnus-art.el (gnus-article-treat-body-boundary): Add
7170         gnus-decoration property.
7171         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
7172
7173         * message.el (message-mode): Set local-abbrev-table.
7174         From Matt Armstrong <matt@lickey.com>.
7175
7176         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
7177         too many spaces.
7178
7179         * rfc2047.el (rfc2047-unfold-region): Ditto.
7180         (rfc2047-decode-region): Don't unfold. Let
7181         gnus-article-treat-unfold-headers do it.
7182
7183         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
7184         From: Jesper Harder <harder@ifa.au.dk>
7185
7186 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7187
7188         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
7189         (gnus-configure-posting-styles): Use it.
7190         (gnus-configure-posting-styles): Remove trailing newspaces.
7191
7192 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7193
7194         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
7195         is non-nil.
7196
7197         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
7198
7199         * gnus.el (gnus-server-to-method): Switch position with
7200         gnus-server-get-method.
7201         (gnus-agent): Add doc.
7202
7203         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
7204         (gnus-summary-save-parts): Use it.
7205
7206         * gnus-art.el (gnus-display-mime): Use it.
7207         * mm-partial.el (mm-partial-find-parts): Use it.
7208
7209         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
7210
7211         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
7212         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
7213
7214         * nnagent.el (nnagent-request-expire-articles): Don't delete
7215         files.
7216
7217 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7218
7219         * message.el (message-gen-unsubscribed-mft): New function.
7220         From Sriram Karra <karra@cs.utah.edu>.
7221
7222         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
7223         open parenthesis.
7224
7225         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
7226         (mm-inline-text-html-render-with-w3): Ditto.
7227         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
7228         Suggested by Dave Love  <d.love@dl.ac.uk>.
7229
7230         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
7231
7232         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
7233         * nntp.el (nntp-send-command): Ditto.
7234         * nntp.el (nntp-send-command-nodelete): Ditto.
7235
7236 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7237
7238         * mm-url.el (mm-url-load-url): New function.
7239         (mm-url-insert-file-contents): Use it.
7240
7241         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
7242
7243         * message.el (message-forward-make-body): Correctly copy
7244         forward-buffer.
7245
7246         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
7247
7248 2002-02-04  Simon Josefsson  <jas@extundo.com>
7249
7250         * gnus-art.el (gnus-article-followup-with-original): Mark with
7251         force, prevent errors when following up from article buffer.
7252         (gnus-article-reply-with-original): Ditto.
7253
7254         * binhex.el (binhex-decoder-switches): Fix doc.  From
7255         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7256
7257 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7258
7259         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
7260         highlight-citation after emphasize.
7261
7262 2002-02-04  Simon Josefsson  <jas@extundo.com>
7263
7264         * nnfolder.el (nnfolder-open-marks):
7265
7266         * nnml.el (nnml-open-marks): Message when done.  From David
7267         Edmondson <dme@sun.com>.
7268
7269 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7270
7271         * imap.el (imap-anonymous-auth): Fix typo.
7272         From: Steinar Bang <sb@dod.no>
7273
7274         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
7275         save-excursion.
7276         (gnus-cache-braid-heads): Ditto.
7277
7278         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
7279         line, because there are extra articles in the overview buffer.
7280
7281         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
7282
7283         * message.el (message-forward-rmail-make-body): Directly use
7284         rmail-msg-restore-non-pruned-header to avoid calling
7285         vertical-motion.
7286
7287 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7288
7289         * gnus-cache.el (gnus-summary-insert-cached-articles):
7290         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
7291
7292         * gnus-group.el (gnus-group-mark-article-read): Nreverse
7293         gnus-newsgroups-unselected.
7294
7295         * gnus-agent.el (gnus-summary-set-agent-mark): Use
7296         gnus-add-to-sorted-list.
7297
7298         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
7299         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
7300         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
7301         (gnus-update-read-articles): UNREAD is sorted.
7302         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
7303         (gnus-newsgroup-marked, gnus-newsgroup-cached)
7304         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
7305         (gnus-newsgroup-dormant): Require sorted.
7306
7307         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
7308         directories.
7309         (gnus-dired-print): New function.
7310
7311         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
7312         ps-despool.
7313
7314 2002-02-02  Simon Josefsson  <jas@extundo.com>
7315
7316         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
7317
7318 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7319
7320         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
7321         t. This makes gnus-agent customizable without putting
7322         gnus-agentize into .gnus.
7323
7324         * gnus.el (gnus-agent): Make it customizable.
7325
7326         * gnus-dired.el: New file.
7327         From Benjamin Rutt <brutt@bloomington.in.us>
7328
7329         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
7330         if no article.
7331         (gnus-cache-possibly-remove-article): Ditto.
7332         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
7333
7334 2002-02-01  Simon Josefsson  <jas@extundo.com>
7335
7336         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
7337
7338 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7339
7340         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
7341         (mm-setup-w3m): Don't bind keys listed in the above.
7342
7343 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
7346         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
7347         is non-nil; bind `w3m-force-redisplay' with nil.
7348
7349         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7350
7351         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
7352
7353 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7354
7355         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
7356         use mail-header-unfold-field.
7357
7358         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
7359         gnus-summary-limit.
7360
7361         * gnus-range.el (gnus-add-to-sorted-list): New function.
7362         * gnus-sum.el (gnus-mark-article-as-read): Use it.
7363         (gnus-mark-article-as-unread): Ditto.
7364         (gnus-summary-mark-article-as-unread): Ditto.
7365         (gnus-build-get-header): Ditto.
7366         (gnus-summary-prepare-threads): Ditto.
7367         (gnus-summary-insert-pseudos): Ditto.
7368         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
7369         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
7370         (gnus-summary-insert-old-articles): Ditto.
7371
7372         * gnus-msg.el (gnus-posting-styles): Add new format of header.
7373         (gnus-configure-posting-styles): Support the new format.
7374
7375         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
7376         edebug-form-spec to (sexp body).
7377         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
7378
7379         * message.el (message-reply-headers): Add doc.
7380
7381 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7382
7383         * gnus-group.el (gnus-group-delete-group): Nix the entry in
7384         gnus-cache-active-hashtb.
7385
7386         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
7387         (gnus-agent-summary-fetch-group): Use it.
7388
7389         * gnus-msg.el (gnus-debug-files): New variable.
7390         (gnus-debug-exclude-variables): New variable.
7391         (gnus-debug): Use them.
7392
7393         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
7394
7395 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7396
7397         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
7398         (message-mode-syntax-table): Move back the previous position.
7399
7400         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
7401
7402         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7403         gnus-sorted-difference.
7404
7405         * nnsoup.el (nnsoup-request-expire-articles): Use
7406         gnus-sorted-difference.
7407
7408         * nnheader.el: Autoload gnus-sorted-difference.
7409
7410         * nnfolder.el (nnfolder-request-expire-articles): Use
7411         gnus-sorted-difference.
7412
7413         * gnus-cache.el (gnus-cache-retrieve-headers): Use
7414         gnus-sorted-difference.
7415
7416         * gnus-range.el: Autoload cookies.
7417         (gnus-sorted-difference): New function.
7418         (gnus-sorted-ndifference): New function.
7419         (gnus-sorted-nintersection): Rename from
7420         gnus-set-sorted-intersection.
7421         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
7422         (gnus-list-range-difference): Rename from
7423         gnus-inverse-list-range-intersection.
7424         (gnus-inverse-list-range-intersection): Use defalias.
7425
7426         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
7427         gnus-sorted-ndifference, and gnus-sorted-nintersection.
7428         (gnus-articles-to-read): Use gnus-sorted-difference.
7429         (gnus-summary-limit-mark-excluded-as-read): Use
7430         gnus-sorted-intersection and gnus-sorted-ndifference.
7431         (gnus-list-of-read-articles): Use gnus-list-range-difference.
7432         (gnus-summary-insert-articles): Use gnus-sorted-difference.
7433
7434         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
7435
7436 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7437
7438         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
7439         property to the buffer for using emacs-w3m command keys.
7440
7441         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
7442         option.
7443
7444         * mm-view.el (mm-w3m-mode-map): New variable.
7445         (mm-w3m-mode-command-alist): New variable.
7446         (mm-w3m-minor-mode): Removed.
7447         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
7448         (mm-inline-text-html-render-with-w3m): Add keymap property to the
7449         buffer for using emacs-w3m command keys.
7450
7451 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7452
7453         * message.el (message-mode-syntax-table): Move forward.
7454         (message-cite-prefix-regexp): Auto detect non word constituents.
7455         (message-cite-prefix-regexp): Don't use with-syntax-table.
7456
7457         * gnus-sum.el (gnus-summary-update-info): Use
7458         gnus-list-range-intersection.
7459
7460         * gnus-agent.el (gnus-agent-fetch-headers): Use
7461         gnus-list-range-intersection.
7462
7463         * gnus-range.el (gnus-range-normalize): Use correct predicate.
7464         (gnus-list-range-intersection): Use it.
7465         (gnus-inverse-list-range-intersection): Ditto.
7466         (gnus-sorted-intersection): Add doc.
7467         (gnus-set-sorted-intersection): Add doc.
7468         (gnus-sorted-union): New function.
7469         (gnus-set-sorted-union): New function.
7470
7471         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
7472         (gnus-inverse-list-range-intersection): Ditto.
7473
7474 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
7475
7476         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
7477
7478         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
7479         and permit `:' and `\' in order to handle full Windows pathnames.
7480         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
7481         technically not correct per standard, but seems to have common use.
7482
7483 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7484
7485         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
7486         replacing numbers.
7487
7488 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
7489
7490         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
7491
7492         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
7493         Don't split when the window is small, e.g. when a small *BBDB*
7494         window is the lowest one.
7495
7496         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7497         nnheader-find-nov-line to speed up. Use nreverse, because it is
7498         sorted. Use nnheader-insert-nov-file.
7499
7500 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7501
7502         * mm-decode.el (mm-inline-text-html-with-images): New user option.
7503
7504         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
7505         of `w3m-display-inline-images' with the value of
7506         `mm-inline-text-html-with-images'.
7507         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
7508
7509         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7510
7511 2002-01-27  Richard M. Stallman  <rms@gnu.org>
7512
7513         * time-date.el: Add autoload cookies.  Many doc fixes.
7514         (time-add): New function.
7515         (time-subtract): Renamed from subtract-time.
7516         (subtract-time): New alias for time-subtract.
7517
7518 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7519
7520         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
7521         emacs-w3m in doc-string.
7522
7523         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
7524         `w3m-current-buffer'.
7525
7526 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7527
7528         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
7529
7530         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
7531         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
7532         (mm-w3m-cid-retrieve): New function.
7533         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
7534
7535 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7536
7537         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
7538
7539 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7540
7541         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
7542
7543 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7544
7545         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
7546         32K.
7547
7548         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
7549
7550         * nnmail.el (nnmail-article-group): Decode headers before running
7551         split rules over them.
7552         (nnmail-mail-splitting-charset): New variable.
7553
7554         * smiley.el: Replaced with smiley-ems.el.
7555
7556 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7557
7558         * mm-url.el (mm-url-predefined-programs): Add w3m.
7559         (mm-url-program): Ditto.
7560
7561 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7562
7563         * nnml.el (nnml-use-compressed-files): New variable.
7564         (nnml-filenames-are-evil): Removed.
7565         (nnml-current-group-article-to-file-alist): Don't use.
7566         (nnml-update-file-alist): Inhibit.
7567         (nnml-article-to-file): Use new var.
7568
7569 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7570
7571         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
7572
7573         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
7574
7575 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7576
7577         * gnus-agent.el (gnus-agent-load-alist): Use new caching
7578         function.
7579
7580         * gnus-util.el (gnus-cache-file-contents): New function.
7581
7582         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
7583         (gnus-agent-load-alist): Use it.
7584
7585         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
7586
7587         * nnheader.el (nnheader-insert-nov-file): New function.
7588
7589         * gnus-util.el (gnus-parse-without-error): Correct the loop.
7590
7591         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
7592         there are no references.
7593         (gnus-extract-message-id-from-in-reply-to): New function.
7594         (gnus-nov-parse-line): Use in-reply-to if there are no
7595         references.
7596
7597 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7598
7599         * nnagent.el (nnagent-retrieve-headers): Use new macro.
7600
7601         * gnus-util.el (gnus-parse-without-error): New macro.
7602
7603 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
7604
7605         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
7606         (gnus-article-wash-function): use locate-library to decide which
7607         to use.
7608
7609 2002-01-25  Simon Josefsson  <jas@extundo.com>
7610
7611         * pop3.el (pop3-munge-message-separator): Work if no date.
7612         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
7613
7614 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7615
7616         * gnus-agent.el (gnus-agent-save-alist): Fix.
7617
7618         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
7619         mistake.  Reinstated lost code.
7620
7621 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
7622
7623         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
7624         one exists in the case of an encrypted message with an internal
7625         signature.
7626
7627 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7628
7629         * gnus-agent.el (gnus-agent-save-alist): Optimized.
7630
7631 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7632
7633         * dgnushack.el: Commented out the experimental code.
7634
7635 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7636
7637         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
7638         error.
7639
7640         * gnus.el (gnus-server-to-method): Made into subst.
7641         (gnus-server-method-cache): New variable.
7642         (gnus-server-to-method): Use it.
7643         (gnus-group-method-cache): New variable.
7644         (gnus-find-method-for-group-1): Renamed.
7645         (gnus-find-method-for-group): New function.
7646         (gnus-group-method-cache): Removed.
7647
7648         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
7649         function.
7650
7651         * gnus-range.el (gnus-members-of-range): New function.
7652         (gnus-list-range-intersection): Renamed.
7653         (gnus-inverse-list-range-intersection): New function.
7654
7655         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
7656
7657         * nnagent.el (nnagent-retrieve-headers): New implementation.
7658
7659         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
7660         implementation.
7661
7662 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7663
7664         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
7665         `w3m-meta-content-type-charset-regexp'.
7666
7667         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
7668         charset-encoded html contents.
7669
7670 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
7671
7672         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
7673         an empty file.
7674
7675         * nnweb.el (url): Ignore errors when request url.
7676
7677         * nnrss.el: Clean up the comments.
7678
7679 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7680
7681         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
7682
7683         * mm-decode.el (mm-inline-text-html-renderer): New user option.
7684         (mm-inline-media-tests): Test whether the value of
7685         `mm-inline-text-html-renderer' is a function for text/html.
7686
7687         * mm-view.el (mm-inline-text-html-render-with-w3): New function
7688         separated from `mm-inline-text'.
7689         (mm-w3m-minor-mode): New variable.
7690         (mm-w3m-setup): New variable.
7691         (mm-setup-w3m): New function.
7692         (mm-inline-text-html-render-with-w3m): New function.
7693         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
7694         text/html.
7695
7696 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
7697
7698         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
7699
7700 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7701
7702         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
7703         and `gnus-xmas-completing-read'.
7704
7705 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7706
7707         * nneething.el (nneething-message-id-number): Abolished.
7708         (nneething-encode-file-name): Not encode numerical characters.
7709         (nneething-make-head): `nneething-message-id-number' is not
7710         used to generate message IDs.
7711
7712 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7713
7714         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
7715         characters.
7716
7717 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7718
7719         * gnus-xmas.el (gnus-xmas-completing-read): New function.
7720         (gnus-xmas-redefine): Redefine conditionally.
7721
7722 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
7723
7724         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
7725         tag.
7726
7727 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
7728
7729         * message.el (message-font-lock-keywords): Added the secure tag.
7730         * mml-sec.el: Added functions to generate/modify/remove the secure
7731         tag while in message mode.
7732         * mml-sec.el (mml-secure-message): New.
7733         * mml-sec.el (mml-unsecure-message): New.
7734         * mml-sec.el (mml-secure-message-sign-smime): New.
7735         * mml-sec.el (mml-secure-message-sign-pgp): New.
7736         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
7737         * mml-sec.el (mml-secure-message-encrypt-smime): New.
7738         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
7739         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
7740         * mml.el (mml-parse-1): Added code to recognise the secure tag and
7741         convert it to either a part or multipart depending on if there are
7742         other parts in the message.
7743         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
7744         to use the secure tag, rather than the part tag.
7745         * mml.el (mml-preview): Added a save-excursion to keep cursor
7746         position after doing an MML preview.
7747
7748 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7749
7750         * nnheader.el (nnheader-parse-overview-file): New function.
7751         (nnheader-write-overview-file): New function.
7752
7753 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7754
7755         * gnus.el (gnus-group-fast-parameter): Check better if expansion
7756         in wanted.
7757
7758         * nnweb.el (nnweb-type-definition): Clean up.
7759
7760 2002-01-21  Alastair Burt  <burt@dfki.de>
7761         Trivial patch.
7762
7763         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
7764         buffer exists before jumping to it.
7765
7766 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7767
7768         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
7769         function.
7770         (article-wash-html): Use it.
7771         (gnus-article-wash-function): New variable.
7772         (gnus-article-wash-html-with-w3m): New function.
7773
7774 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7775
7776         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
7777         XEmacs.
7778
7779 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
7780
7781         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
7782         command line.
7783
7784 2002-01-21  Simon Josefsson  <jas@extundo.com>
7785
7786         * canlock.el (base64-encode-string): Autoload it from base64.
7787         (canlock-make-cancel-key): Base64 encode unibyte string.
7788
7789 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7790
7791         * nnfolder.el (nnfolder-request-accept-article): Unfold
7792         x-from-line.
7793         (nnfolder-request-replace-article): Ditto.
7794
7795 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
7796
7797         * gnus-group.el (gnus-group-best-unread-group): Use the right
7798         positioning function.
7799
7800 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7801
7802         * smiley-ems.el (smiley-region): Use new function.
7803         (smiley-update-cache): Use general image functions.
7804         (smiley-region): Use general functions.
7805
7806         * gnus-util.el (gnus-graphic-display-p): New function.
7807
7808         * nnmail.el (nnmail-article-group): Allow outputting traces of
7809         non-strings.
7810
7811         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
7812         (nndoc-exim-bounce-type-p): New function.
7813
7814         * message.el (message-dont-send): Doc fix.
7815
7816         * gnus-util.el (gnus-completing-read): Remove
7817         inherit-input-method.
7818
7819         * gnus-art.el (gnus-treat-smiley): Doc fix.
7820
7821         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
7822         articles.
7823
7824 2002-01-19  Simon Josefsson  <jas@extundo.com>
7825
7826         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
7827         (imap-kerberos4-open): Ditto.
7828         (imap-open): Set port correctly, don't set auth.
7829
7830 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7831
7832         * gnus.el (gnus-version-number): Bump version number.
7833
7834 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7835
7836         * gnus.el: Oort Gnus v0.05 is released.
7837
7838 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7839
7840         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
7841         exists.
7842
7843         * gnus-spec.el (gnus-string-width-function): New function.
7844         (gnus-tilde-cut-form): Use it.
7845         (gnus-tilde-max-form): Ditto.
7846         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
7847         (gnus-substring-function): Use it.
7848         (gnus-tilde-cut-form): Ditto.
7849         (gnus-substring-function): New function.
7850
7851         * message.el (message-check-news-header-syntax): New message.
7852
7853         * gnus.el (gnus-slave-no-server): Doc fix.
7854
7855         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
7856
7857 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7858
7859         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
7860         `seen' if it looks like (seen NUM1 . NUM2).  It should be
7861         (seen (NUM1 . NUM2)).
7862
7863 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7864
7865         * gnus-topic.el (gnus-topic-catchup-articles): Update article
7866         number in closed topics.
7867
7868 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
7869
7870         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
7871         functions.
7872
7873 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7874
7875         * gnus.el (gnus-group-find-parameter): Clean up.
7876
7877         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
7878         articles.
7879
7880         * gnus-util.el (gnus-completing-read-with-default): Renamed.
7881
7882         * nnmail.el (nnmail-article-group): Clean up.
7883
7884 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
7885
7886         * gnus-agent.el (gnus-category-name): Intern the category name.
7887
7888 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7889
7890         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
7891
7892         * gnus-util.el (gnus-completing-read): New function.
7893
7894 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7895
7896         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
7897
7898         * smiley-ems.el (smiley-region): Register smiley.
7899         (smiley-toggle-buffer): Rewrite the function.
7900         (smiley-active): Removed.
7901
7902 2002-01-19  Simon Josefsson  <jas@extundo.com>
7903
7904         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
7905         Jesper Harder <harder@ifa.au.dk>.
7906
7907 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7908
7909         * gnus-art.el (gnus-request-article-this-buffer): Call
7910         `nneething-get-file-name' to extract the file name from the
7911         message id.
7912
7913         * nneething.el (nneething-encode-file-name): New function.
7914         (nneething-decode-file-name): Ditto.
7915         (nneething-get-file-name): Ditto.
7916         (nneething-make-head): Encode the file name and encapsulate it
7917         into the field of the message id.
7918
7919 2002-01-18  Simon Josefsson  <jas@extundo.com>
7920
7921         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
7922         stored in .marks.
7923
7924         * nnfolder.el (nnfolder-request-update-info): Ditto.
7925
7926 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7927
7928         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
7929
7930 2002-01-18  Simon Josefsson  <jas@extundo.com>
7931
7932         * imap.el (imap-starttls-p): Don't check for binary.
7933         (imap-gssapi-auth-p): Ditto.
7934         (imap-kerberos4-auth-p): Ditto.
7935         (imap-open): Change logic.  Iterate through all possible streams,
7936         instead of bailing out after first failure.  Move authenticator
7937         decision to `imap-authenticate'.
7938         (imap-authenticate): Change logic, now finds the authenticator to
7939         use, was previously in `imap-open'.
7940         (imap-open): Return nil on failure.
7941         (imap-open): Setup temp buffer correctly.
7942         (imap-open): Return buffer only on success.
7943         (imap-interactive-login, imap-interactive-login): Tell the user
7944         which stream/authenticator is used for the queried
7945         username/password.
7946         (imap-open, imap-authenticate): Set variables.
7947         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
7948         (imap-open): Don't assume how `with-temp-buffer' is implemented.
7949
7950 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7951
7952         * gnus-fun.el (gnus-grab-cam-x-face): New function.
7953
7954 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7955
7956         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
7957
7958 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7959
7960         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
7961         (gnus-agent-group-mode-map): Bind it to "Jo".
7962         (gnus-agent-group-make-menu-bar): Add it into menu bar.
7963
7964 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
7965
7966         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
7967         (gnus-summary-mail-toolbar): Add mail article deletion button.
7968
7969         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
7970         false positives for lines of "^^^^".
7971
7972         * gnus-picon.el (gnus-picon-find-face): faces database is all
7973         lowercase.
7974
7975 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7976
7977         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
7978         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
7979         duplications.
7980         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
7981
7982 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7983
7984         * gnus-sum.el (gnus-summary-initial-limit): Inline
7985         gnus-summary-limit-children.
7986         (gnus-summary-initial-limit): Don't limit if
7987         gnus-newsgroup-display is nil.
7988         (gnus-summary-initial-limit): No, don't.
7989
7990         * gnus-util.el
7991         (gnus-put-text-property-excluding-characters-with-faces): Inline
7992         gnus-put-text-property.
7993
7994         * gnus-spec.el (gnus-default-format-specs): New variable.
7995
7996         * gnus-start.el (gnus-read-newsrc-file): Don't clear
7997         gnus-format-specs.
7998         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
7999
8000         * gnus-spec.el (gnus-update-format-specifications): Really check
8001         the Gnus version of the .newsrc.eld file.
8002         (gnus-format-specs): Save the new default summary format.
8003
8004         * gnus-util.el (gnus-parent-id): Check whether references is empty
8005         before splitting.
8006
8007         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
8008         functions.
8009         (gnus-gather-threads-by-references): Inline
8010         `gnus-split-references'.
8011
8012         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
8013         default value of gnus-summary-line-format-spec.
8014
8015 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8016
8017         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
8018         message.
8019         (nnslashdot-request-list): Ditto.
8020         (nnslashdot-sid-strip): Removed.
8021
8022 2002-01-15  Simon Josefsson  <jas@extundo.com>
8023
8024         * nnimap.el (nnimap-close-asynchronous): Enable.
8025         (nnimap-close-group): Expunge.
8026
8027 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8028
8029         * gnus-util.el (gnus-user-date-format-alist): Typo.
8030         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
8031
8032 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8033
8034         * nneething.el (nneething-request-article): Set
8035         `nnmail-file-coding-system' to `binary' locally, in order to read
8036         files without any conversion.
8037
8038 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8039
8040         * gnus-agent.el (gnus-agent-retrieve-headers): Use
8041         nnheader-file-coding-system and nnmail-active-file-coding-system.
8042         (gnus-agent-regenerate-group): Ditto.
8043         (gnus-agent-regenerate): Ditto.
8044         (gnus-agent-write-active): Ditto.
8045         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
8046
8047 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
8048
8049         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
8050         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
8051
8052 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
8053
8054         * gnus.el: We don't need gnus-article-show-all-headers.
8055
8056         * gnus-art.el (article-show-all, gnus-article-show-all-header):
8057         Ditto.
8058
8059         * gnus-sum.el (gnus-summary-select-article): Don't call
8060         show-all-headers, because hidden headers are not hidden text any
8061         more.
8062
8063 2002-01-13  Simon Josefsson  <jas@extundo.com>
8064
8065         * message.el (message-newline-and-reformat): Use `newline' instead
8066         of inserting \n, so that the newline is marked as hard.
8067
8068         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
8069         From Jesper Harder <harder@ifa.au.dk>.
8070
8071 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8072
8073         * imap.el (imap-close): Keep going if quit.
8074
8075         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
8076         nntp-server-buffer.
8077
8078 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8079
8080         * mm-view.el (mm-display-inline-fontify): Require font-lock to
8081         avoid unbinding shadowed variables.
8082
8083         * gnus-art.el (gnus-picon-databases): Moved here.
8084         (gnus-picons-installed-p): Moved here.
8085         (gnus-article-reply-with-original): Use `mark'.
8086
8087         * gnus.el (gnus-picon): Moved here and renamed.
8088
8089         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
8090         installed.
8091         (gnus-treat-mail-picon): Ditto.
8092         (gnus-treat-newsgroups-picon): Ditto.
8093
8094         * gnus-picon.el (gnus-picons-installed-p): New function.
8095
8096 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8097
8098         * gnus-agent.el (gnus-agent-go-online): Fix doc.
8099
8100 2002-01-12  Simon Josefsson  <jas@extundo.com>
8101
8102         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
8103         (nnimap-before-find-minmax-bugworkaround): Use it.
8104         (nnimap-find-minmax-uid): Don't reselect current mailbox.
8105         (nnimap-dont-close): New variable.
8106         (nnimap-close-group): Use it.
8107
8108 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8109
8110         * gnus-art.el (gnus-article-reply-with-original): Use
8111         `mark-active'.
8112
8113         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
8114
8115         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
8116         (gnus-score-advanced): Clean up.
8117         (gnus-score-advanced): Accept a multiple of the score.
8118
8119 2002-01-12  Simon Josefsson  <jas@extundo.com>
8120
8121         * flow-fill.el (fill-flowed-display-column)
8122         (fill-flowed-encode-columnq): New variables.  Suggested by
8123         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
8124         (fill-flowed-encode, fill-flowed): Use them.
8125
8126         * message.el (message-send-news, message-send-mail): Use
8127         m-b-s-n-p-e-h-n.
8128
8129         * mml.el (autoload): Autoload fill-flowed-encode.
8130         (mml-buffer-substring-no-properties-except-hard-newlines): New
8131         function.
8132         (mml-read-part): Use it.
8133         (mml-generate-mime-1): Encode format=flowed if appropriate.
8134         (mml-insert-mime-headers): Insert format=flowed.
8135
8136         * flow-fill.el (fill-flowed-encode): New function.
8137         (fill-flowed): Bind fill-column to window width.
8138
8139 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8140
8141         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
8142         it exists.
8143         (gnus-summary-setup-buffer): Wake up dead summary buffers.
8144         (gnus-summary-buffer-name): Don't return the dead name after all.
8145         (gnus-summary-setup-buffer): Kill the dead buffer.
8146
8147         * gnus-art.el (gnus-article-followup-with-original): Store the
8148         value of the mark before deactivating it.
8149
8150 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8151
8152         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
8153         From: Karl Kleinpaste <karl@charcoal.com>
8154
8155         * gnus-art.el (article-display-x-face): Ditto.
8156         (gnus-article-reply-with-original): Use gnus-region-active-p.
8157         (gnus-article-followup-with-original): Ditto.
8158
8159         * gnus-sum.el (gnus-summary-read-group-1): Don't select
8160         downloadable article either.
8161
8162 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8163
8164         * gnus-art.el (article-display-x-face): Insert From:.
8165
8166         * gnus-sum.el (gnus-summary-move-article): Don't draw the
8167         article. Bind gnus-display-mime-function and
8168         gnus-article-prepare-hook.
8169
8170         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
8171         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
8172         gnus-agent-possibly-synchronize-flags to the last.
8173         (gnus-agent-go-online): New function. New variable.
8174
8175 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8176
8177         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
8178         (gnus-agent-regenerate): Ditto.
8179
8180 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8181
8182         * message.el (message-ignored-news-headers)
8183         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
8184         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
8185
8186         * gnus.el (gnus-gethash-safe): New macro.
8187
8188         * gnus-agent.el (gnus-agent-regenerate-history): New function.
8189         (gnus-agent-regenerate): Show messages.
8190
8191 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8192
8193         * gnus-agent.el (gnus-agent-regenerate-group): New function.
8194         (gnus-agent-regenerate): New function.
8195         (gnus-agent-save-alist): Sort.
8196         (gnus-agent-copy-nov-line): Test eobp.
8197         (gnus-agent-retrieve-headers): Erase buffer.
8198
8199 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8200
8201         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
8202         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
8203
8204         * gnus.el (gnus-agent-covered-methods): Move here.
8205         (gnus-online): New function.
8206         (gnus-agent-method-p): Move here.
8207
8208         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
8209         nil. Remove articles-alist.
8210
8211         * gnus-start.el (gnus-get-unread-articles): Check online.
8212         (gnus-groups-to-gnus-format): Ditto.
8213         (gnus-active-to-gnus-format): Ditto.
8214
8215         * gnus-agent.el (gnus-agent-get-function): Use it.
8216         (gnus-agent-get-undownloaded-list): Ditto.
8217         (gnus-agent-fetch-session): Only fetch online methods.
8218
8219         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
8220         (gnus-server-mode-map): Ditto.
8221         (gnus-server-offline-face): New face.
8222         (gnus-server-offline-face): New variable.
8223         (gnus-server-font-lock-keywords): Add offline.
8224         (gnus-server-insert-server-line): Ditto.
8225         (gnus-server-offline-server): New function.
8226
8227         * gnus-int.el (gnus-open-server): Turn to offline.
8228         (gnus-server-unopen-status): New variable.
8229
8230 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8231
8232         * nnkiboze.el (nnkiboze-request-article): Use
8233         gnus-agent-request-article.
8234
8235         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
8236         function. Insert undownloaded NOV.
8237
8238         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
8239         (gnus-agent-request-article): New function.
8240
8241         * gnus.el (gnus-agent-cache): New variable.
8242
8243         * gnus-int.el (gnus-retrieve-headers): Use
8244         gnus-agent-retrieve-headers.
8245         (gnus-request-head): Use gnus-agent-request-article.
8246         (gnus-request-body): Ditto.
8247
8248         * gnus-art.el (gnus-request-article-this-buffer): Use
8249         gnus-agent-request-article.
8250
8251         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
8252         article if it is undownloaded.
8253
8254 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8255
8256         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
8257
8258 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8259
8260         * canlock.el (canlock-string-as-unibyte): New macro.
8261         (canlock-sha1-with-openssl): Return a unibyte string.
8262         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
8263
8264 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8265
8266         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
8267
8268 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8269
8270         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
8271         application/x-emacs-lisp.
8272
8273         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
8274
8275         * nntp.el (nntp-request-article): Add group parameter.
8276         (nntp-request-head): Ditto.
8277         (nntp-find-group-and-number): Add parameter group. Figure out
8278         number if the status line doesn't give (e.g. quimby.gnus.org).
8279
8280 2002-01-08  Simon Josefsson  <jas@extundo.com>
8281
8282         * mml.el (mml-generate-mime-1): Set recipient correctly.
8283
8284 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8285
8286         * message.el (message-read-from-minibuffer): Add parameter
8287         initial-contents.
8288         * gnus-msg.el (gnus-summary-resend-message): Use it.
8289
8290         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
8291         behavior of quit-config.
8292
8293         * message.el (message-make-from): Don't quote fullname.
8294         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
8295
8296         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
8297         From: <andre@slamdunknetworks.com>
8298
8299 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8300
8301         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
8302
8303         * gnus-art.el (gnus-header-button-alist): Handle mailto.
8304
8305         * mml.el (mml-preview): Bind gnus-original-article-buffer because
8306         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
8307         because bbdb may use it.
8308
8309 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8310
8311         * nneething.el (nneething-request-article): When a non-text file
8312         is converted to an article, its data is encoded in base64.  Call
8313         `nneething-make-head' with options to specify MIME types.
8314         (nneething-make-head): Add optional arguments to specify MIME
8315         types.
8316
8317 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8318
8319         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
8320         header if there is not.
8321
8322         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
8323
8324         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
8325         (gnus-inews-mark-gcc-as-read): Obsolete variable.
8326         (gnus-inews-do-gcc): Use them.
8327
8328         * gnus-group.el (gnus-group-mark-article-read): Put holes into
8329         gnus-newsgroup-unselected.
8330
8331 2002-01-06  Simon Josefsson  <jas@extundo.com>
8332
8333         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
8334         condition-case, not ignore-errors.
8335
8336 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8337
8338         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
8339         gnus-fetch-old-headers.
8340
8341         * gnus-art.el (article-display-x-face): Use the current buffer
8342         unless `W f'. Otherwise, X-Face may be shown in the header of a
8343         forwarded part.
8344         (gnus-treatment-function-alist): Treat xface before hiding
8345         headers.
8346
8347 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8348
8349         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
8350         parameters.
8351
8352 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8353
8354         * mm-util.el (mm-multibyte-p): Define conditionally when load.
8355         (mm-guess-charset): New function.
8356         (mm-charset-after): Use it.
8357         (mm-detect-coding-region): New function.
8358         (mm-detect-mime-charset-region): New function.
8359
8360         * gnus-sum.el (gnus-summary-show-article): Use
8361         mm-detect-coding-region.
8362
8363 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8364
8365         * message.el (message-make-fqdn): Be less violent.
8366
8367         * gnus.el (gnus-logo-color-style): Compute custom form
8368         automatically.
8369
8370         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
8371         score file of the parent to the document group.
8372
8373         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
8374         parameters parameter.
8375
8376         * gnus-score.el (gnus-score-load-file): Clean up.
8377
8378 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8379
8380         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
8381         From: Damien Wyart <damien.wyart@free.fr>
8382
8383         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
8384
8385 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8386
8387         * gnus-sum.el (gnus-select-group-hook): Typo.
8388
8389         * rfc2047.el (rfc2047-decode-string): Return immediately if there
8390         is no quoted-printable-encoded STRING.
8391         From: Jesper Harder <harder@ifa.au.dk>
8392
8393         (rfc2047-decode-string): Decode it.
8394
8395 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8396
8397         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
8398
8399 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
8400         Trivial patch.
8401
8402         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
8403         buffer to get rid of junk line.
8404
8405 2002-01-05  Simon Josefsson  <jas@extundo.com>
8406
8407         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
8408         C-o.
8409         (message-mode-map): Bind message-insert-or-toggle-importance to
8410         C-c C-u.
8411         (message-mode-map): Bind message-disposition-notification-to to
8412         C-c M-n.
8413         (message-mode-menu): Add m-d-n-t.
8414         (message-mode-field-menu): Add m-goto-from.
8415         (message-mode): Doc fix.
8416         (message-goto-from): New function.
8417         (message-insert-disposition-notification-to): New function.
8418         (message-tool-bar-map): Add receipt button.
8419
8420 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8421
8422         * gnus-sum.el (gnus-thread-latest-date): New function.
8423         (gnus-thread-sort-by-most-recent-number): Renamed.
8424         (gnus-thread-sort-functions): Doc fix.
8425         (gnus-select-group-hook): Don't use setq on a hook.
8426         (gnus-thread-latest-date): Use date, not number
8427
8428         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
8429         (gnus-agent-expire): Allow regexp of expire-days.
8430
8431         * gnus-art.el (gnus-article-reply-with-original): Deactivate
8432         region.
8433         (gnus-article-followup-with-original): Ditto.
8434
8435         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
8436
8437         * gnus-art.el (gnus-mime-display-alternative): Use
8438         gnus-local-map-property.
8439         (gnus-mime-display-alternative): Ditto.
8440         (gnus-insert-mime-security-button): Ditto.
8441         (gnus-insert-next-page-button): Ditto.
8442         (gnus-button-prev-page): Take optional args.
8443         (gnus-insert-prev-page-button): widget-convert.
8444
8445         * gnus-util.el (gnus-local-map-property): New function.
8446
8447         * gnus-art.el (gnus-prev-page-map): Use parent map.
8448         (gnus-next-page-map): Ditto.
8449
8450         * gnus-spec.el (gnus-parse-format): Clean up.
8451         (gnus-parse-format): Do complex formatting for %=.
8452
8453         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
8454         "X-Face: " to the data in the built-in scenario.
8455
8456         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
8457         (gnus-correct-pad-form): Renamed.
8458         (gnus-tilde-max-form): Clean up.
8459         (gnus-pad-form): Use gnus-use-correct-string-widths.
8460
8461         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
8462         support if that is available.
8463
8464         * gnus-sum.el (gnus-thread-highest-number): New function.
8465         (gnus-thread-sort-by-most-recent-thread): New function.
8466         (gnus-thread-sort-functions): Doc fix.
8467
8468 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8469
8470         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
8471         all cases.
8472         (gnus-summary-mode): Enable it in all cases.
8473         (gnus-summary-display-article): Ditto.
8474         (gnus-summary-edit-article): Ditto.
8475
8476         * gnus-ems.el (gnus-put-image): Really return glyph.
8477
8478         * gnus-art.el (gnus-article-x-face-command): Fix :type.
8479         (gnus-treat-smiley): Don't take "P" in the interactive form.
8480
8481 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8482
8483         * compface.el (uncompface): XEmacs and Emacs have differing
8484         capabilities.
8485
8486         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
8487
8488         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
8489         (gnus-article-xface-ring-size): Removed.
8490         (gnus-article-display-xface): Removed.
8491         (gnus-remove-image): Cleaned up.
8492
8493         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
8494         (gnus-xmas-create-image): Take pbm files.
8495         (gnus-x-face): Removed.
8496         (gnus-xmas-article-display-xface): Removed.
8497
8498         * gnus-fun.el (gnus-display-x-face-in-from): Bind
8499         default-enable-multibyte-characters.
8500
8501         * compface.el (uncompface): Doc fix.
8502
8503         * gnus-art.el (gnus-article-x-face-command): Use
8504         gnus-display-x-face-in-from.
8505
8506         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
8507
8508         * gnus-ems.el (gnus-put-image): Return the image.
8509
8510         * gnus-fun.el (gnus-display-x-face-in-from): New function.
8511         (gnus-x-face): Moved here.
8512
8513 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8514
8515         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
8516         invisible if string is nil.
8517         (gnus-xmas-article-display-xface): Use it.
8518
8519         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
8520         property when string is nil.
8521         (gnus-article-display-xface): Use it.
8522
8523 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8524
8525         * gnus-art.el (article-display-x-face): Check whether valid grey
8526         face was returned.
8527         (article-display-x-face): Place image in the right spot.
8528
8529         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
8530         stderr.
8531         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
8532
8533 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8534
8535         * gnus-xmas.el (gnus-xmas-create-image): Take optional
8536         parameters.
8537         (gnus-xmas-put-image): Allow non-strings to be passed.
8538
8539         * gnus-art.el (article-display-x-face): Use optional parameters.
8540
8541         * gnus-ems.el (gnus-create-image): Take optional parameters.
8542
8543         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
8544
8545         * compface.el (compface-xbm-p): Removed.
8546
8547         * gnus-ems.el (gnus-article-compface-xbm): Removed.
8548         (gnus-article-display-xface): Use compface.
8549
8550         * compface.el: New file.
8551
8552         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
8553         (gnus-convert-image-to-x-face-command): Ditto.
8554         (gnus-random-x-face): Quote argument.
8555         (gnus-x-face-from-file): Ditto.
8556
8557 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
8558
8559         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
8560         the expire-group parameter once per article rather than once
8561         per group; bind `nnmaildir-article-file-name' and `article'
8562         for convenience.  Leave article alone when expire-group
8563         specifies the current group.
8564         (nnmaildir--update-nov): be more concurrency-friendly with
8565         temp file names.
8566
8567 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8568
8569         * gnus-start.el (gnus-read-init-file): Cleaned up.
8570
8571 2002-01-03  Dave Love  <d.love@dl.ac.uk>
8572
8573         * gnus-start.el (gnus-startup-file-coding-system): Removed.
8574         (gnus-read-init-file): Don't use it.
8575
8576 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8577
8578         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
8579
8580 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8581
8582         * gnus-start.el (gnus-read-init-file): Don't force coding system
8583         for ~/.gnus.  From Dave Love <fx@gnu.org>.
8584
8585 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8586
8587         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
8588         * nnspool.el (nnspool-request-post): Ditto.
8589
8590         * mm-util.el (mm-use-find-coding-systems-region): New variable.
8591         (mm-find-mime-charset-region): Use it.
8592
8593 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8594
8595         * gnus.el (gnus-summary-line-format): Added :link.
8596         * gnus-topic.el (gnus-topic-line-format): Ditto.
8597         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
8598         * gnus-srvr.el (gnus-server-line-format): Ditto.
8599         * gnus-group.el (gnus-group-line-format): Ditto.
8600
8601         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
8602         :keys, it works on both Emacsen.
8603
8604 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8605
8606         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
8607
8608 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8609
8610         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
8611
8612 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
8613
8614         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
8615         very wide reply.
8616
8617 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8618
8619         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
8620         (gnus-picon-cache): New variable.
8621         (gnus-picon-transform-newsgroups): Cache stuff.
8622
8623         * gnus-art.el (gnus-article-reply-with-original): New command.
8624         (gnus-article-followup-with-original): New command.
8625
8626         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
8627         END parameters.
8628         (gnus-summary-followup): Take a list of list of articles.
8629         (gnus-inews-yank-articles): Allow lists of article/regions.
8630
8631         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
8632         longer the usual commands.
8633
8634         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
8635         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
8636         shell-command-on-region.
8637
8638 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8639
8640         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
8641           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
8642
8643 2002-01-03  Steve Youngs  <youngs@xemacs.org>
8644
8645         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
8646         understand ':keys', wrap it in an featurep 'xemacs.
8647
8648 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8649
8650         * gnus-ems.el (gnus-article-display-xface): Show xface in the
8651         order of headers (Actually, it is called in a reversed order). Add
8652         'gnus-image-text-deletable property.
8653         (gnus-remove-image): Remove text with such a property.
8654
8655         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
8656         gnus-put-image.
8657
8658         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
8659         with ", "
8660
8661 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8662
8663         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
8664
8665         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
8666         (article-display-x-face): Display grey X-Faces.
8667
8668         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
8669         (gnus-convert-gray-x-face-to-ppm): Ditto.
8670         (gnus-convert-image-to-gray-x-face): Ditto.
8671
8672         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
8673         gnus-summary-show-raw-article.
8674
8675 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8676
8677         Display picons in XEmacs without showing text.
8678
8679         * gnus-xmas.el (gnus-xmas-create-image): Don't use
8680         mm-create-image-xemacs to create xbm glyph, because it deletes
8681         temporary files.
8682         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
8683         (gnus-xmas-remove-image): Make text visible, remove glyph.
8684
8685         * gnus-picon.el (gnus-picon-transform-newsgroups)
8686         (gnus-picon-transform-address): Insert spec backward, due to the
8687         incompatibility of gnus-xmas-put-image.
8688
8689 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8690
8691         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
8692
8693 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8694
8695         * gnus.el: Doc fix.
8696
8697         * gnus-art.el: Doc fix.
8698
8699         * gnus-agent.el: Doc fix.
8700
8701 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8702
8703         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
8704
8705 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
8706
8707         * nnmaildir.el (nnmaildir--update-nov): automatically parse
8708         NOV data out of the message again if nnmail-extra-headers has
8709         changed.
8710
8711 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8712
8713         * gnus-fun.el: New file.
8714         (gnus-convert-image-to-x-face-command): New variable.
8715         (gnus-insert-x-face): New function.
8716         (gnus-random-x-face): Renamed.
8717         (gnus-x-face-from-file): Renamed.
8718
8719         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
8720         "_".
8721         (gnus-body-boundary-delimiter): Typo fix.
8722
8723 2002-01-02  Simon Josefsson  <jas@extundo.com>
8724
8725         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
8726         (gnus-body-boundary-delimiter): Fix type.
8727
8728 2002-01-01  Simon Josefsson  <jas@extundo.com>
8729
8730         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
8731         (gnus-treat-emphasize, gnus-treat-strip-cr)
8732         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
8733         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
8734         (gnus-treat-fill-article, gnus-treat-hide-citation)
8735         (gnus-treat-hide-citation-maybe)
8736         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
8737         (gnus-treat-strip-pem, gnus-treat-strip-banner)
8738         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
8739         (gnus-treat-date-ut, gnus-treat-date-local)
8740         (gnus-treat-date-english, gnus-treat-date-lapsed)
8741         (gnus-treat-date-original, gnus-treat-date-iso8601)
8742         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
8743         (gnus-treat-strip-trailing-blank-lines)
8744         (gnus-treat-strip-leading-blank-lines)
8745         (gnus-treat-strip-multiple-blank-lines)
8746         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
8747         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
8748         (gnus-treat-display-xface, gnus-treat-display-smileys)
8749         (gnus-treat-from-picon, gnus-treat-mail-picon)
8750         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
8751         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
8752         (gnus-treat-play-sounds, gnus-treat-translate)
8753         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
8754
8755         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
8756         (gnus-article-treat-body-boundary): Use it.
8757
8758         * message.el (message-mode): Fix doc.
8759         (message-mode-menu): Fix names.
8760
8761 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8762
8763         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
8764         articles.
8765
8766         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
8767         (gnus-picon-transform-address): Search for unknown faces as well.
8768         (gnus-picon-find-face): Don't search "news" for MISC.
8769         (gnus-picon-user-directories): Changed default back to exclude
8770         "unknown".
8771
8772         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
8773
8774         * gnus-picon.el (gnus-picon-find-face): Search through all
8775         databases.
8776         (gnus-picon-find-face): New implementation.
8777
8778         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
8779         keystroke.
8780         (gnus-topic-goto-next-topic): Ditto.
8781
8782         * gnus.el (gnus-summary-line-format): Changed default.
8783
8784         * nnmail.el (nnmail-extra-headers): Change default.
8785
8786         * gnus-sum.el (gnus-extra-headers): Change default.
8787
8788         * message.el (message-news-other-window): Changed "news" to
8789         "posting".
8790         (message-news-other-frame): Ditto.
8791         (message-do-send-housekeeping): Ditto.
8792
8793         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
8794         function.
8795         (gnus-article-unread-p): New function.
8796         (gnus-article-unseen-p): New function.
8797         (gnus-dead-summary-mode-map): Typo.
8798
8799         * gnus-util.el (gnus-make-predicate): New function.
8800         (gnus-make-predicate-1): New function.
8801
8802         * gnus-sum.el: New function.
8803         (gnus-map-articles): New function.
8804
8805         * gnus-art.el (gnus-treat-fold-headers): New variable.
8806         (gnus-article-treat-fold-headers): New command and keystroke.
8807
8808         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
8809         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
8810
8811 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8812
8813         * message.el (message-fcc-externalize-attachments): New variable.
8814         (message-do-fcc): Use it.
8815
8816         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
8817         (gnus-inews-do-gcc): Use it.
8818
8819         * mml.el (mml-tweak-sexp-alist): New variable.
8820         (mml-externalize-attachments): New variable.
8821         (mml-tweak-part): Use mml-tweak-sexp-alist.
8822         (mml-tweak-externalize-attachments): New function.
8823
8824 2002-01-01  Steve Youngs  <youngs@xemacs.org>
8825
8826         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
8827         'set-glyph-face' so x-face back/foreground can be set.
8828
8829 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8830
8831         * message.el (message-fix-before-sending): Fix a typo.
8832
8833 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8834
8835         * gnus-art.el (gnus-treat-smiley): Renamed command.
8836         (gnus-article-remove-images): New command and keystroke.
8837
8838         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
8839
8840         * smiley-ems.el (gnus-smiley-display): Removed.
8841
8842         * gnus.el (gnus-version-number): Update version.
8843
8844         * message.el (message-text-with-property): Renamed and moved
8845         here.
8846         (message-fix-before-sending): Highlight invisible text and place
8847         point there.
8848
8849 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8850
8851         * gnus.el: Oort Gnus v0.04 is released.
8852
8853 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8854
8855         * gnus-delay.el (gnus-delay-send-queue): Renamed.
8856
8857         * gnus-art.el (gnus-ignored-headers): More headers,
8858
8859         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
8860         of `scan-error', since XEmacs doesn't seem to support that.
8861
8862 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8863
8864         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
8865         arg.
8866         (gnus-summary-best-unread-subject): Ditto.
8867         (gnus-summary-best-unread-subject): No, don't.
8868         (gnus-summary-better-unread-subject): New command.
8869
8870         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
8871
8872         * lpath.el ((featurep 'xemacs)): fbind url function.
8873
8874         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
8875         buffer.
8876         (gnus-xmas-remove-image): Implementation that does something.
8877         (gnus-xmas-article-display-xface): Mark images properly.
8878
8879         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
8880
8881 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
8882
8883         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
8884
8885 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8886
8887         * gnus-group.el (gnus-group-line-format): Added %O to the default
8888         value.
8889
8890         * gnus-util.el (gnus-text-with-property): The smallest point is
8891         point-min.
8892
8893         * smiley-ems.el (smiley-region): Return images.
8894         (gnus-smiley-display): Allow toggling.
8895         (smiley-region): Use text properties, not overlays.
8896
8897         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
8898         implemented yet.
8899
8900         * smiley-ems.el (smiley-update-cache): Check for valid types.
8901
8902         * gnus-art.el (gnus-with-article-buffer): New macro.
8903
8904         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
8905         strings as well as the glyphs.
8906         (gnus-picon-transform-address): Ditto.
8907         (gnus-picon-insert-glyph): Ditto.
8908         (gnus-picon-transform-newsgroups): Toggle.
8909         (gnus-picon-transform-address): Toggle.
8910
8911         * gnus-ems.el (gnus-remove-image): New function.
8912         (gnus-put-image): Take an optional string.
8913
8914         * gnus-util.el (gnus-text-with-property): New function.
8915
8916         * gnus-art.el (gnus-delete-images): New function.
8917
8918         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
8919
8920         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
8921         (gnus-article-wash-status): Use it.
8922         (gnus-signature-toggle): Clean up.
8923         (gnus-add-wash-status): New function.
8924         (gnus-delete-wash-status): New function.
8925         (gnus-article-hide-text-type): Use them throughout.
8926         (gnus-add-image): New function.
8927
8928         * gnus-ems.el (gnus-article-display-xface): Use new interface.
8929
8930         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
8931         interface.
8932
8933         * gnus-art.el (article-display-x-face): Cleaned up.
8934
8935         * rfc2047.el (rfc2047-field-value): New function.
8936
8937         * mail-parse.el (mail-header-field-value): New alias.
8938
8939         * gnus-art.el (gnus-mime-print-part): Fix typos.
8940
8941         * smiley-ems.el (gnus-smiley-file-types): New variable.
8942         (smiley-update-cache): Use it.
8943         (smiley-regexp-alist): Suffix-less smiley names.
8944         (smiley-regexp-alist): Added more smileys.
8945
8946         * gnus-sum.el (gnus-print-buffer): Made into own function.
8947         (gnus-summary-print-article): Use it.
8948
8949         * mailcap.el (mailcap-mime-info): Actually return the bit that we
8950         looked for when REQUEST is a string.
8951
8952         * gnus-art.el (gnus-mime-button-commands): Add printing
8953         keystroke.
8954         (gnus-mime-copy-part): Doc fix.
8955         (gnus-mime-print-part): New command.
8956
8957 2001-12-31  Simon Josefsson  <jas@extundo.com>
8958
8959         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
8960         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
8961
8962 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8963
8964         * gnus-picon.el (gnus-treat-from-picon): Autoload.
8965         (picon): Fix doc.
8966
8967         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
8968         longer exists. Remove those codes.
8969         * gnus.el (gnus-use-picons): Ditto.
8970
8971 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8972
8973         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
8974         infloop.
8975
8976         * gnus-sum.el (t): New `W D' map.
8977
8978         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
8979         (gnus-article-treat-body-boundary): Clean up.
8980         (gnus-body-boundary-face): Removed.
8981         (gnus-article-goto-header): Moved here.
8982         (gnus-article-goto-header): Allow better regexps.
8983         (gnus-article-treat-fold-newsgroups): New command.
8984
8985         * gnus-sum.el (gnus-summary-move-article): We have to select an
8986         article to give `gnus-read-move-group-name' an opportunity to
8987         suggest an appropriate default.
8988
8989         * rfc2047.el (rfc2047-fold-line): New function.
8990         (rfc2047-unfold-line): Ditto.
8991         (rfc2047-fold-region): Don't fold just after the header name.
8992
8993         * mail-parse.el (mail-header-fold-line): New alias.
8994         (mail-header-unfold-line): Ditto.
8995
8996         * gnus-art.el (gnus-body-boundary-face): Renamed.
8997         (gnus-article-treat-body-boundary): Use it.
8998         (gnus-article-treat-body-boundary): Use an invisible header and a
8999         line of underline characters.
9000
9001 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9002
9003         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
9004
9005         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
9006         (gnus-picon-split-address): New function.
9007         (gnus-picon-find-face): Use it.
9008         (gnus-picon-transform-address): Use it. Set first to t for each
9009         address.
9010
9011         * gnus-art.el (gnus-with-article-headers): Move to here. Define
9012         the macro then use it.
9013         (gnus-treatment-function-alist): Treat picons earlier.
9014
9015 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9016
9017         * gnus-art.el (gnus-body-separator-face): New variable.
9018         (gnus-article-treat-body-boundary): Use a blank, colored line.
9019
9020         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
9021         well.
9022
9023         * gnus-art.el (gnus-treat-body-boundary): New variable.
9024         (gnus-article-treat-unfold-headers): Use helper macro.
9025         (gnus-article-treat-body-boundary): New command.
9026
9027         * gnus.el (gnus-logo-color-style): Change the default color.
9028         (gnus-splash-face): Gray, gray.
9029
9030         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
9031         colors.
9032
9033         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
9034         (gnus-logo-color-style): Ditto.
9035         (gnus-logo-colors): Ditto.
9036
9037         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
9038
9039         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
9040
9041         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
9042         (gnus-picon-transform-newsgroups): New function.
9043
9044         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
9045         string.
9046
9047         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
9048
9049         * gnus-art.el (gnus-treat-cc-picon): New variable.
9050         (gnus-treat-mail-picon): Renamed.
9051
9052         * gnus-picon.el: New implementation.
9053         (gnus-picon-find-face): Renamed.
9054         (gnus-treat-from-picon): Use it.
9055         (gnus-picon-transform-address): Renamed.
9056         (gnus-treat-from-picon): Use it.
9057         (gnus-picon-create-glyph): Renamed.
9058         (gnus-picon-transform-address): Use it.
9059         (gnus-treat-cc-picon): New command.
9060
9061         * mm-decode.el (mm-create-image-xemacs): Separated out into
9062         function.
9063         (mm-get-image): Use it.
9064
9065         * gnus-art.el (gnus-treat-display-picons): Simplify.
9066         (gnus-treat-from-picon): Renamed.
9067
9068         * gnus-ems.el (gnus-create-image): New function.
9069         (gnus-put-image): New function.
9070
9071         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
9072         (gnus-with-article-headers): New macro.
9073         (gnus-article-goto-header): New function.
9074
9075         * gnus-xmas.el (gnus-image-type-available-p): New function.
9076
9077         * gnus-ems.el (gnus-image-type-available-p): New function.
9078
9079 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9080
9081         * nnrss.el (nnrss-check-group): Find the correct tag, because
9082         xml.el is changed.
9083
9084 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9085
9086         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
9087         lines are shorter than the window width.
9088         (gnus-ignored-headers): More headers.
9089
9090 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9091
9092         * gnus-art.el (gnus-treat-unfold-lines): New variable.
9093         (gnus-treat-unfold-headers): Renamed.
9094         (gnus-article-treat-unfold-headers): New command and keystroke.
9095
9096         * rfc2047.el (rfc2047-encode-message-header): Clean up.
9097
9098         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
9099
9100 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9101
9102         * sha1-el.el (sha1-use-external): New variable.
9103         (sha1-region): Use it.
9104         (sha1-string): Ditto.
9105
9106         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
9107         * gnus-picon.el: Less warnings when compile.
9108
9109 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9110
9111         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
9112         alias.
9113         (gnus-picons-database): Default to list.
9114         (gnus-picons-lookup-internal): Use it.
9115
9116         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
9117         to "bogus".
9118
9119         * gnus-win.el (gnus-configure-windows-hook): New hook.
9120
9121 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
9122
9123         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
9124
9125 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9126
9127         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
9128         lists.
9129         (gnus-select-newsgroup): Don't append; push.
9130         (gnus-adjust-marked-articles): Remove obsolete ranges from
9131         `seen'.
9132         (gnus-update-marks): Clean up.
9133         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
9134
9135 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
9136
9137         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
9138
9139 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9140
9141         * gnus-sum.el (gnus-auto-select-subject): New variable.
9142         (gnus-summary-best-unread-subject): New function.
9143         (gnus-summary-best-unread-article): Use it.
9144         (gnus-summary-first-unseen-subject): New function and command.
9145
9146         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
9147         other treatments.
9148
9149         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
9150         function.
9151
9152         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
9153         from the list of hidden types.
9154
9155         * mm-view.el (mm-inline-text): Ditto.
9156         (mm-inline-text): Ditto.
9157         (mm-w3-prepare-buffer): Ditto.
9158
9159         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
9160
9161 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9162
9163         * gnus-art.el (gnus-ignored-headers): Added more headers.
9164
9165 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
9166
9167         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
9168         once.
9169
9170 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9171
9172         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
9173
9174 2001-12-28  Simon Josefsson  <jas@extundo.com>
9175
9176         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
9177         Jesper Harder <harder@ifa.au.dk>.
9178
9179 2001-12-27  Simon Josefsson  <jas@extundo.com>
9180
9181         * gnus-sum.el (gnus-select-newsgroup): Make
9182         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
9183         contain all articles (instead of none) when no seen marks have
9184         been set for the group.
9185         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
9186         instead, it seems to result in shorter ranges.
9187
9188 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9189
9190         * mm-util.el (mm-iso-8859-x-to-15-region): Use
9191         insert-before-markers.
9192         From Jesper Harder <harder@ifa.au.dk>
9193
9194 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
9195
9196         * nnmaildir.el (nnmaildir-save-mail): create the destination
9197         groups if they do not exist.
9198
9199 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9200
9201         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
9202
9203 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9204
9205         * gnus-group.el (gnus-group-read-ephemeral-group): Call
9206         gnus-group-real-name.
9207
9208         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
9209         (gnus-newsgroup-variables): Ditto.
9210
9211         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
9212         return it.
9213
9214 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
9215
9216         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
9217         * nnmaildir.el (top-level): Add commentary.
9218         (nnmaildir-version): Indicate that nnmaildir is now a standard
9219         part of Gnus, not separately released.
9220
9221 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9222
9223         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
9224         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
9225         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
9226         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9227
9228 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9229
9230         * nnmaildir.el: Copyright changes. Require cl only at compile time.
9231
9232 2001-12-20  Simon Josefsson  <jas@extundo.com>
9233
9234         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
9235         ZHU <zsh@cs.rochester.edu>.
9236         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
9237         Brian P Templeton <bpt@tunes.org>.
9238
9239 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9240
9241         * nnmaildir.el: New file.
9242         From Paul Jarc <prj@po.cwru.edu>.
9243
9244 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9245
9246         * nndoc.el (nndoc-type-alist): Move forward to the end.
9247
9248 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
9251         `dolist'.
9252
9253 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9254
9255         * gnus-win.el (gnus-frames-on-display-list): New function.
9256         (gnus-get-buffer-window): Use it.
9257
9258 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9259
9260         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
9261
9262 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9263
9264         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
9265
9266 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9267            From Harald Meland <Harald.Meland@usit.uio.no>
9268
9269         * gnus-win.el (gnus-get-buffer-window): New function.
9270         (gnus-all-windows-visible-p): Use it.
9271
9272         * gnus-util.el (gnus-horizontal-recenter)
9273         (gnus-horizontal-recenter, gnus-horizontal-recenter)
9274         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
9275
9276         * gnus-score.el (gnus-score-insert-help): Use it.
9277
9278         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
9279         (gnus-generate-tree, gnus-highlight-selected-tree)
9280         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
9281         it.
9282
9283         * gnus-art.el (gnus-article-set-window-start)
9284         (gnus-mm-display-part, gnus-request-article-this-buffer)
9285         (gnus-button-next-page, gnus-button-prev-page)
9286         (gnus-article-button-next-page, gnus-article-button-prev-page):
9287         Use it.
9288
9289 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
9290
9291         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
9292         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
9293         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
9294
9295 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9296
9297         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
9298         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
9299         * mml1991.el, nnultimate.el: Add `coding'.
9300
9301 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
9302
9303         * ChangeLog: changed coding to buffer-file-coding-system
9304         * ChangeLog.1: same
9305         * nnwfm.el: same
9306         * gnus-smiley.el: same
9307         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
9308         * gnus-delay.el: same
9309         * gnus-spec.el: same
9310         * message.el: same
9311         * mml1991.el: same
9312         * nnultimate.el: same
9313
9314 2001-12-16  Simon Josefsson  <jas@extundo.com>
9315         Inspired by code by Dirk Meyer <dischi@tzi.de>.
9316
9317         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
9318         (gnus-summary-save-map): Add muttprint.
9319         (gnus-summary-make-menu-bar): Ditto.
9320         (gnus-summary-muttprint): New function.
9321
9322         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
9323
9324 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9325
9326         * uudecode.el (uudecode-decode-region-internal): Speedup by using
9327         temporary list instead of buffer.
9328
9329         * mm-url.el (executable-find): autoload.
9330
9331 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9332
9333         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
9334         to variable, follow doc-string conventions).
9335
9336 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
9337
9338         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
9339         subscribe-level
9340         * gnus-topic.el (gnus-subscribe-topics): use it.
9341
9342 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9343
9344         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
9345         messages. (A small patch with indentation)
9346         From Sean Neakums <sneakums@zork.net>.
9347
9348         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
9349         nil after shooting down the gnus-original-article-buffer.
9350
9351 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9352
9353         * uudecode.el (uudecode-use-external): New variable.
9354         (uudecode-decode-region): Automatically detect external program.
9355
9356         * binhex.el (binhex-use-external): New variable.
9357         (binhex-decode-region-internal): New function.
9358         (binhex-decode-region): Automatically detect external program.
9359
9360         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
9361         Use them.
9362
9363 2001-12-12  Simon Josefsson  <jas@extundo.com>
9364
9365         * nnvirtual.el (nnvirtual-always-rescan)
9366         (nnvirtual-component-regexp): Fix doc.
9367
9368         * nnoo.el (defvoo): Add doc to defvoo variables.
9369
9370         * nnml.el (nnml-directory, nnml-active-file)
9371         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
9372         (nnml-marks-is-evil, nnml-filenames-are-evil)
9373         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
9374
9375         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
9376         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
9377         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
9378         `error'.
9379
9380         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
9381         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
9382
9383         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
9384         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
9385         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
9386         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
9387
9388         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
9389         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
9390
9391         * imap.el, nnimap.el: Fix indentation.
9392
9393         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
9394
9395 2001-12-12  Didier Verna  <didier@xemacs.org>
9396
9397         * gnus-msg.el (gnus-group-news): New function.
9398         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
9399         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
9400         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
9401         for it.
9402         * gnus-msg.el (gnus-summary-news-other-window): New function.
9403         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
9404         bind it to `i'.
9405         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
9406         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
9407         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
9408         for it (called with a prefix).
9409         * gnus-msg.el (gnus-configure-posting-styles): add an optional
9410         group-name argument.
9411         * gnus-msg.el (gnus-setup-message): use it.
9412
9413 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9414
9415         * gnus-sum.el (gnus-summary-show-article): Fix doc.
9416
9417 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9418
9419         * mml.el (mime-to-mml): Remove Content-Disposition too.
9420
9421 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9422
9423         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
9424         * gnus-group.el (gnus-group-name-decode): Decode unibyte
9425         strings only.
9426         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9427
9428 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
9429
9430         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
9431         (nnmail-fancy-expiry-target): Use it.
9432         Suggestions from Simon Josefsson <jas@extundo.com>.
9433
9434 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9435
9436         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
9437
9438 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9439
9440         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
9441
9442         * gnus-util.el (gnus-url-unhex-string): Move here.
9443
9444 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9445
9446         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
9447         mm-url-decode-entities-nbsp.
9448
9449         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
9450         * webmail.el, nnwfm.el: Use mm-url.
9451
9452         * mm-url.el (mm-url-fetch-form): Move from nnweb.
9453         (mm-url-remove-markup): Move from nnweb.
9454         (mm-url-fetch-simple): Move from webmail.
9455
9456         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
9457
9458 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9459
9460         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
9461         (gnus-summary-print-article): Use it.
9462
9463         * gnus-util.el (gnus-replace-in-string): Typo.
9464
9465 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9466
9467         * nnweb.el (nnweb-replace-in-string): Removed.
9468
9469         * gnus-util.el (gnus-replace-in-string): New function.
9470         (gnus-mode-string-quote): Use it.
9471
9472         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
9473         * nnwfm.el (nnwfm-create-mapping): Ditto.
9474
9475 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9476
9477         * dgnushack.el (dgnushack-compile): nnrss.el and
9478         nnslashdot.el don't depend on nnweb, url, w3.
9479
9480         * nnrss.el: Use mm-url.
9481
9482 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9483
9484         * mm-url.el (mm-url-insert-file-contents): Support file:.
9485
9486 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9487
9488         * mm-view.el: Lower case for the description line. Sync from the
9489         Emacs CVS.
9490
9491 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9492
9493         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
9494         From:  Stefan Monnier  <monnier@cs.yale.edu>
9495
9496 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9497
9498         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
9499
9500 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9501
9502         * mm-url.el: Require executable.
9503         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
9504
9505 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9506
9507         * pop3.el (pop3-munge-message-separator): Only use valid date.
9508         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
9509
9510         * Makefile.in: gnus-load.elc may not be generated.
9511
9512 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9513
9514         * mm-url.el: New file.
9515         * nnslashdot.el: Use it.
9516         * mm-extern.el (mm-extern-url): Use it.
9517
9518 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9519
9520         * gnus-sum.el (gnus-summary-save-article): Nix
9521         gnus-display-mime-function and gnus-article-prepare-hook.
9522
9523         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
9524         the beginning of lines.
9525         (gnus-complex-form-to-spec): Ditto.
9526
9527 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9528
9529         * message.el (message-make-mft): Fix the m-s-a-file regexp.
9530         From Paul Jarc <prj@po.cwru.edu>.
9531
9532 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9533
9534         * message.el: New variable message-subscribed-address-file;
9535         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
9536
9537 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9538
9539         * message.el (message-tab-body-function): Set to nil.
9540         (message-tab): Use text-mode-map or global-map.
9541         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9542
9543 2001-11-30  Simon Josefsson  <jas@extundo.com>
9544
9545         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
9546         instead of gnus-union, for speed.  Suggested by Christoph Conrad
9547         <christoph.conrad@gmx.de>.
9548         (gnus-agent-fetch-group-1): Add verbose message.
9549
9550 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9551
9552         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
9553         of integers.
9554
9555 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9556
9557         * message.el (message-newgroups-header-regexp)
9558         (message-completion-alist, message-tab-body-function): Use
9559         defcustom rather than defvar.
9560         (message-tab): Mention `message-tab-body-function' in doc.
9561         Suggested by Karl Eichwalder.
9562
9563 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9564
9565         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
9566
9567 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9568
9569         * nnheader.el (nnheader-find-nov-line): Don't use macro
9570         gnus-delete-line.
9571
9572         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
9573         (gnus-group-name-charset): Ditto.
9574
9575         * gnus-util.el (gnus-buffer-live-p): Ditto.
9576
9577 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9578
9579         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
9580         open parenthesis in doc.
9581         (sieve-manage-authenticator-alist): Typo in doc.
9582         * imap.el (imap-authenticator-alist): Typo in doc.
9583         (imap-stream-alist): Backslash.
9584
9585         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
9586           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
9587
9588 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9589
9590         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
9591
9592         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
9593
9594         * gnus-msg.el (gnus-configure-posting-styles): use
9595         make-local-hook. Add LOCAL for add-hook.
9596
9597 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
9598
9599         * message.el (message-mode): Use `make-local-hook' unless
9600         obsolete.
9601         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
9602
9603 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9604
9605         * canlock.el: Remove sha1.el and base64.el stuff.
9606
9607 2001-11-26  Didier Verna  <didier@xemacs.org>
9608
9609         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
9610         if needed.
9611
9612 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9613
9614         * message.el (message-tamago-not-in-use-p): New function.
9615         (message-strip-forbidden-properties): Use it.
9616
9617 2001-11-26  Didier Verna  <didier@xemacs.org>
9618
9619         * gnus-start.el (gnus-check-first-time-used): only check for
9620         existence of .el[d] files.
9621
9622 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9623
9624         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
9625
9626         * message.el (message-setup-1): Clean up mc-*.
9627
9628 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9629
9630         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
9631         * gnus-score.el (gnus-score-find-bnews): Use it.
9632
9633         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
9634         (gnus-summary-limit-to-author): Ditto.
9635         (gnus-summary-limit-to-extra): Ditto.
9636         (gnus-summary-find-matching): Support not-matching argument.
9637
9638 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9639
9640         * message.el (message-wash-subject): Use `insert' rather than
9641         `insert-string', which is deprecated.
9642
9643 2001-11-24  Simon Josefsson  <jas@extundo.com>
9644
9645         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
9646         message. (Gnus does not "default" to using 8bit for the message,
9647         it default to use 8bit encoding and the user-supplied CTE
9648         value. Calling this behaviour "treating it as 8bit" is perhaps
9649         better.)
9650
9651         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
9652         (compare mm-charset-to-coding-system).
9653
9654 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9655
9656         * canlock.el (canlock-sha1-with-openssl): Use unibyte
9657         buffer. Correctly decode hex.
9658
9659 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9660
9661         * gnus-agent.el (gnus-category-insert-line): Convert category
9662         names to strings.
9663
9664 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9665
9666         * message.el (sha1): eval-and-compile.
9667
9668 2001-11-20  Simon Josefsson  <jas@extundo.com>
9669
9670         * message.el (message-allow-no-recipients): New variable.
9671         (message-send): Use it, customize the prompting when posting to
9672         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
9673
9674 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9675
9676         * mm-util.el (mm-coding-system-priorities): New variable.
9677         (mm-sort-coding-systems-predicate): New function.
9678         (mm-find-mime-charset-region): Resort coding systems if needed.
9679         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
9680
9681 2001-11-20  Didier Verna  <didier@xemacs.org>
9682
9683         * gnus-group.el (gnus-group-make-help-group): new optional
9684         argument to control the error behavior.
9685         * gnus-start.el (gnus-check-first-time-used): use it to avoid
9686         erroring.
9687
9688 2001-11-19  Simon Josefsson  <jas@extundo.com>
9689
9690         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
9691         instead of C-c C-u.  Suggested by Per Abrahamsen
9692         <abraham@dina.kvl.dk>.
9693
9694 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9695
9696         * nnfolder.el (nnfolder-read-folder): Use group instead of
9697         nnfolder-current-group.
9698         Suggested by Lorentey Karoly <lorentey@elte.hu>.
9699
9700 2001-11-17  Simon Josefsson  <jas@extundo.com>
9701
9702         * message.el (message-send): Ask user if Fcc/Gcc should be
9703         performed when no other sender was specified.
9704         Suggested by prj@po.cwru.edu (Paul Jarc).
9705
9706 2001-11-17  Simon Josefsson  <jas@extundo.com>
9707
9708         * message.el (message-mode, message-mode-map): Use C-c C-u for
9709         Importance: instead of C-c C-p (used by SC).
9710
9711 2001-11-16  Simon Josefsson  <jas@extundo.com>
9712
9713         * message.el (message-insert-importance-high)
9714         (message-insert-importance-low): Save point.
9715
9716         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
9717         value.
9718
9719 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
9720
9721         * message.el (message-strip-special-text-properties): New option.
9722         (message-strip-forbidden-properties): Obey it.
9723
9724 2001-11-14  Sam Steingold  <sds@gnu.org>
9725
9726         * gnus-score.el: Fixed some doc strings to properly quote symbols.
9727
9728 2001-11-15  Simon Josefsson  <jas@extundo.com>
9729
9730         Support "Importance:" header in Message.
9731
9732         * message.el (message-mode-map): Bind C-c C-p to
9733         `message-insert-or-toggle-importance'
9734         (message-mode-menu): Add message-insert-importance-{high,low}.
9735         (message-insert-importance-high, message-insert-importance-low)
9736         (message-insert-or-toggle-importance): New functions.
9737         (message-tool-bar-map): Add {un,}important.
9738         (message-mode): Doc fix.
9739
9740 2001-11-15  Simon Josefsson  <jas@extundo.com>
9741
9742         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
9743
9744         * mml.el (mml-menu): Fix toolbar tooltip.
9745
9746 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9747
9748         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
9749         * nnml.el (nnml-save-marks): Ditto.
9750
9751         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
9752
9753 2001-11-15  Simon Josefsson  <jas@extundo.com>
9754
9755         * nnml.el (nnml-save-marks):
9756         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
9757         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
9758
9759 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
9760
9761         * gnus-art.el (gnus-article-wash-status-strings): Use
9762         `copy-sequence', not `copy-seq'.
9763
9764 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
9765
9766         * gnus-art.el (gnus-article-wash-status-strings): New constant.
9767         (gnus-gnus-article-wash-status-entry): New function.
9768         (gnus-article-wash-status): Use it.
9769
9770 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9771
9772         * mml1991.el: Add coding header.
9773
9774 2001-11-12  Simon Josefsson  <jas@extundo.com>
9775
9776         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
9777         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
9778         `mml1991-sign' and `mml1991-encrypt'.
9779         (mml1991-encrypt, mml1991-sign): New glue functions.
9780         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
9781
9782         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
9783         (mml-menu): Add PGP to menu.
9784
9785         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
9786         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
9787         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
9788         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
9789
9790         * mml2015.el: Mention RFC 3156.
9791
9792         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
9793
9794 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9795
9796         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
9797
9798         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
9799           From <Michael.Cook@cisco.com>
9800
9801 2001-11-11  Simon Josefsson  <jas@extundo.com>
9802
9803         * message.el (top-level): Autoload sha1.
9804         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
9805         canlock, no need to require two different hash algs).  Suggested
9806         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
9807
9808 2001-11-09  Simon Josefsson  <jas@extundo.com>
9809
9810         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
9811         <Pavel@Janik.cz>.
9812
9813 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9814
9815         * message.el (message-point-in-header-p): New function.
9816         (message-do-auto-fill): Use it.
9817         (message-beginning-of-line): New function.  Goes to beginning of
9818         header value (i.e., end of header name), or to beginning of line
9819         if already at beginning of value.  Behaves like
9820         `beginning-of-line' when in message body.
9821         (message-mode-map): Bind it.
9822
9823 2001-11-08  Simon Josefsson  <jas@extundo.com>
9824
9825         * gnus-msg.el (gnus-posting-styles): Add doc.
9826
9827 2001-11-07  Simon Josefsson  <jas@extundo.com>
9828
9829         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
9830
9831         * sieve-mode.el (sieve-control-commands-face)
9832         (sieve-control-commands-face, sieve-action-commands-face)
9833         (sieve-test-commands-face, sieve-tagged-arguments-face): New
9834         faces.
9835         (sieve-font-lock-keywords): Use them.
9836         (sieve-mode): Only set font-lock-defaults in emacs.
9837
9838         * gnus-art.el (gnus-default-article-saver): Add
9839         gnus-summary-save-body-in-file.
9840         (gnus-summary-write-to-file): Fix doc.
9841
9842 2001-11-07  Simon Josefsson  <jas@extundo.com>
9843
9844         * gnus-art.el (gnus-treat-highlight-signature): Add cross
9845         reference to the correct chapter in the manual.
9846
9847         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
9848         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
9849
9850 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9851
9852         * mml.el (mml-preview): Bind mail-header-separator.
9853
9854 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9855
9856         * message.el: Always require canlock.
9857         (message-ignored-supersedes-headers): Include Cancel-Lock and
9858         Cancel-Key.
9859         (message-insert-canlock): Don't require canlock.
9860         (message-cancel-news): Don't check whether canlock is available.
9861         (message-supersede): Support cancel-locks.
9862
9863         * gnus-art.el: Don't autoload canlock.
9864
9865 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9866
9867         * mail-source.el (mail-source-fetch-imap): ASYNC param.
9868         From: <andre@slamdunknetworks.com>
9869
9870 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9871
9872         * many files: Fix copyright lines.
9873
9874 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9875
9876         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
9877         Suggested by Dave Love  <fx@gnu.org>.
9878
9879 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9880
9881         * message.el (message-kill-buffer): Remove auto-save file after
9882         confirm.
9883
9884         * message.el (message-send-mail): Call message-generate-headers
9885         once.  Suggested by Matt Armstrong <matt@lickey.com>.
9886
9887         * gnus-topic.el (gnus-topic-rename): Initial-input.
9888         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
9889
9890 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9891
9892         * message.el (message-forbidden-properties): New constant.
9893         (message-strip-forbidden-properties): New function.
9894         (message-mode): Activate it.
9895
9896 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9897
9898         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
9899         (mm-hack-charsets): Fix doc.
9900
9901 2001-11-02  Simon Josefsson  <jas@extundo.com>
9902
9903         * gnus-int.el (gnus-check-server): Message "...done" when done.
9904
9905         * imap.el (imap-close): Don't message (imap-send-command-wait
9906         returns if the connection is dropped).
9907         (imap-wait-for-tag): Nix out message only when necessary.
9908
9909         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
9910         for non-crossposting.
9911         (gnus-sieve-crosspost): Default to t to be consistent with other
9912         parts of Gnus.
9913
9914 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9915
9916         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
9917         (mm-iso-8859-x-to-15-table): Ditto.
9918         (mm-iso-8859-x-to-15-region): Ditto.
9919         (mm-find-mime-charset-region): Ditto.
9920
9921 2001-11-01  Simon Josefsson  <jas@extundo.com>
9922
9923         * nnimap.el (nnimap-close-asynchronous): New variable.
9924         (nnimap-close-group): Use it.
9925         (nnimap-expunge): Don't use it.
9926
9927         * imap.el (imap-callbacks): New variable.
9928         (imap-remassoc): Copied from `gnus-remassoc'.
9929         (imap-add-callback): New function.
9930         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
9931         behaviour.
9932         (imap-parse-response): Call the callback.
9933
9934         * message.el (message-insert-canlock): New variable.
9935         (message-canlock-generate, message-canlock-password)
9936         (message-insert-canlock): New functions.
9937         (message-send-news): Call `message-insert-canlock'.
9938         (top-level): Require canlock when compiling.
9939         (message-insert-canlock): Require canlock before we need it.
9940
9941 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9942
9943         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
9944
9945 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9946
9947         * dgnushack.el (dgnushack-make-load): A workaround for
9948         custom-add-loads bug in some versions of XEmacs.
9949
9950 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9951
9952         * mm-util.el (mm-charset-synonym-alist): Revert (some).
9953
9954 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9955
9956         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
9957         (mm-hack-charsets): New variable.
9958         (mm-iso-8859-15-compatible): New variable.
9959         (mm-iso-8859-x-to-15-table): New variable.
9960         (mm-find-mime-charset-region): Add parameter hack-charsets.
9961
9962         * mm-bodies.el (mm-encode-body): Use it.
9963         * mml.el (mml-parse-1): Ditto.
9964
9965 2001-11-01  Simon Josefsson  <jas@extundo.com>
9966
9967         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
9968
9969 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9970
9971         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
9972         is nil.
9973
9974 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9975
9976         * smiley-ems.el (smiley-update-cache): Auto detect file type.
9977
9978         * message.el (message-forward-rmail-make-body): Use
9979         save-window-excursion.
9980         (message-encode-message-body): Search with noerror.
9981         (message-setup-1): Convert compose-mail send-actions to
9982         message-send-actions.
9983
9984 2001-11-01  Simon Josefsson  <jas@extundo.com>
9985
9986         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
9987         <yamaoka@jpl.org>.
9988
9989 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9990
9991         * sieve-manage.el (sieve-string-bytes): No complain.
9992
9993 2001-11-01  Simon Josefsson  <jas@extundo.com>
9994
9995         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
9996         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
9997         has autoload cookies, so no `require' should be necessary.)
9998
9999         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
10000         files.
10001
10002 2001-10-31  Simon Josefsson  <jas@extundo.com>
10003
10004         * gnus-cus.el (gnus-group-parameters): Support integer `display'
10005         parameter.
10006
10007         * gnus-sum.el (gnus-select-newsgroup): If group parameter
10008         `display' is a number (and C-u wasn't used to enter group), only
10009         fetch that number of articles.
10010
10011 2001-10-31  Matt Armstrong  <matt@lickey.com>
10012
10013         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
10014         not-subscribed -> subscribed.
10015
10016 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10017         From: Josh Huber <huber@alum.wpi.edu>
10018
10019         * message.el (message-subscribed-address-functions): New variable.
10020         (message-subscribed-addresses): New variable.
10021         (message-subscribed-regexps): New variable.
10022         (message-goto-mail-followup-to): New function.
10023         (message-send-mail): Add Mail-Followup-To.
10024         (message-make-mft): New function.
10025
10026         * gnus.el (gnus-find-subscribed-addresses): New function.
10027
10028 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10029
10030         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
10031         (mail-source-fetch-pop): Ditto.
10032         (mail-source-check-pop): Ditto.
10033
10034         * gnus-start.el (gnus-read-init-file): Ditto.
10035         (gnus-activate-group): Ditto.
10036         (gnus-read-newsrc-el-file): Ditto.
10037
10038 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10039
10040         * message.el (message-get-reply-headers): Make sure there is ", ".
10041
10042         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
10043         mm-coding-system-p. Don't correct it only in XEmacs.
10044         (mm-charset-to-coding-system): Use mm-coding-system-p and
10045         mm-get-coding-system-list.
10046         (mm-emacs-mule, mm-mule4-p): New variables.
10047         (mm-enable-multibyte, mm-disable-multibyte,
10048         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
10049         mm-with-unibyte-current-buffer,
10050         mm-with-unibyte-current-buffer-mule4): Use them.
10051         (mm-find-mime-charset-region): Treat iso-2022-jp.
10052
10053         From  Dave Love  <fx@gnu.org>:
10054
10055         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
10056         construction.
10057         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
10058         entries conditional on not having a coding system defined for
10059         them.
10060         (mm-mule-charset-to-mime-charset): Use
10061         find-coding-systems-for-charsets if defined.
10062         (mm-charset-to-coding-system): Don't use
10063         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
10064         later.  Add last resort search of coding systems.
10065         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
10066         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
10067         Mule 4.
10068         (mm-find-mime-charset-region): Re-write.
10069         (mm-with-unibyte-current-buffer): Restore buffer as well as
10070         multibyteness.
10071
10072 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10073
10074         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
10075         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
10076         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
10077
10078 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10079
10080         * gnus-art.el (article-display-x-face): Nix buffer-read-only
10081         again.
10082
10083         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
10084
10085 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10086
10087         * gnus-spec.el (gnus-parse-simple-format): Use
10088           buffer-substring-no-properties.
10089
10090 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10091
10092         * gnus-art.el (article-verify-cancel-lock): New function.
10093
10094         * nnheader.el (nntp-process-response): New variable.
10095         (nnheader-init-server-buffer): Make `nntp-process-response'
10096         buffer-local in `nntp-server-buffer'.
10097
10098         * nntp.el (nntp-prepare-post-hook): New hook.
10099         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
10100         (nntp-async-trigger): Ditto.
10101         (nntp-request-post): Insert a server's ID if there's no Message-ID
10102         header; run `nntp-prepare-post-hook'.
10103
10104 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10105
10106         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
10107         instead.
10108
10109         * message.el (message-forward-subject-author-subject): Don't use
10110         message-news-p, which widens the buffer.
10111         (message-forward-make-body): New function.
10112         (message-forward): Use it.
10113         (message-insinuate-rmail): New function.
10114         (message-forward-rmail-make-body): New function.
10115
10116 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10117
10118         * mm-extern.el (mm-extern): Provide it.
10119
10120         * mm-partial.el (mm-partial): Provide it.
10121
10122 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10123
10124         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
10125
10126 2001-10-29  Simon Josefsson  <jas@extundo.com>
10127
10128         * mml.el (mml-preview): Bind message-this-is-news if it is
10129         news. From Jesper Harder <harder@myrealbox.com>.
10130
10131 2001-10-28  Simon Josefsson  <jas@extundo.com>
10132
10133         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
10134
10135 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
10136
10137         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
10138         ironic smilies.
10139
10140 2001-10-27  Simon Josefsson  <jas@extundo.com>
10141
10142         * message.el (message-indent-citation): Don't add trailing
10143         whitespace when citing text.
10144
10145         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
10146         <harder@ifa.au.dk>.
10147
10148 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10149
10150         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
10151         not available.
10152         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
10153         (nnweb-type-definition): Add google as alias of dejanews.
10154         (nnweb-google-parse-1): Forward 1 line.
10155
10156 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10157
10158         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
10159         variable `message-forward-ignored-headers'.
10160
10161 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
10162
10163         * gnus.el (gnus-expand-group-parameter): New function.
10164         (gnus-expand-group-parameters): Call it.
10165         (gnus-group-fast-parameter): New function.
10166         (gnus-group-find-parameter): Call it.
10167
10168 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
10169
10170         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
10171         vector (it didn't before because of a bug).
10172         * gnus-msg.el (gnus-post-news): Use header vector directly, if
10173         available.  Before it converted it to an article number.
10174
10175         This makes followup to news articles with negative numbers in
10176         nnvirtual groups use news instead of mail.
10177
10178 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
10179
10180         * gnus.el (post-method): Use `native' instead of `nil'.
10181
10182         * gnus-msg.el (gnus-post-method): Ditto.
10183
10184 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
10185
10186         * gnus.el (gnus-define-group-parameter): Grammar fix.
10187
10188 2001-10-22  Simon Josefsson  <jas@extundo.com>
10189
10190         * gnus-msg.el (gnus-extended-version): Include
10191         system-configuration.
10192         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
10193
10194 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
10195
10196         * gnus.el (post-method): Customization fix: `native' is not a
10197         valid value.
10198         * gnus-msg.el (gnus-post-method): Doc and customization fix:
10199         `native' is not a valid value.
10200
10201 2001-10-21  Simon Josefsson  <jas@extundo.com>
10202
10203         * nnimap.el (nnimap): Defgroup
10204         (nnimap-strict-function, nnimap-strict-function-match): New
10205         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
10206         (nnimap-split-crosspost, nnimap-split-inbox)
10207         (nnimap-split-rule, nnimap-split-predicate)
10208         (nnimap-split-predicate): Defcustom.
10209         (nnimap-split-inbox, nnimap-expunge-search-string)
10210         (nnimap-importantize-dormant): Remove "*" from doc.
10211
10212 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10213
10214         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
10215         not supplied via prefix arg.  From Lisp, make arg mandatory.
10216         Suggested by Frank Schmitt.
10217
10218 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10219
10220         * message.el (message-do-auto-fill): Avoid calling
10221         'rfc822-goto-eoh'.
10222
10223 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10224         From Paul Jarc <prj@po.cwru.edu>.
10225
10226         * message.el (message-get-reply-headers): Restructure the logic
10227         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
10228
10229 2001-10-20  Simon Josefsson  <jas@extundo.com>
10230
10231         * message.el (message-cancel-news): Support cancel-locks.
10232         Suggested by Per Abrahamsson.
10233
10234         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
10235         conses.  From David Z Maze <dmaze@MIT.EDU>.
10236
10237         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
10238
10239 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10240
10241         * mm-decode.el (mm-default-directory): Fix customize type.
10242
10243         * message.el (message-setup-fill-variables): Kludge to use
10244         normal-auto-fill-function even if auto fill is already activated.
10245
10246 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10247
10248         * message.el (message-do-auto-fill): New version that does not
10249         rely on text properties, by Simon Josefsson <jas@extundo.com>.
10250         (message-setup-1): Removed the `message-field' property.
10251
10252         * gnus-draft.el (gnus-draft-edit-message): Removed the
10253         `message-field' property.
10254
10255 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10256
10257         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
10258         `message-field'.  The `field' property has a special significance in
10259         Emacs 21.
10260
10261         * message.el (message-send, message-setup-1): Ditto.
10262
10263 2001-10-18  Simon Josefsson  <jas@extundo.com>
10264
10265         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
10266         when undoing.
10267
10268 2001-10-18  Simon Josefsson  <jas@extundo.com>
10269         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
10270
10271         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
10272         (gnus-summary-make-menu-bar): Ditto.
10273
10274 2001-10-17  Simon Josefsson  <jas@extundo.com>
10275
10276         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
10277         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
10278
10279 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10280
10281         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
10282         * gnus-util.el (gnus-user-date): New function.
10283         From Frank Schmitt <usenet@Frank-Schmitt.net>.
10284
10285 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10286
10287         * message.el (message-check-news-header-syntax): Special case
10288         nnvirtual groups.
10289
10290         * gnus-sum.el (gnus-summary-respool-default-method): Changed
10291         customize type to `symbol'.
10292
10293 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10294
10295         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
10296         %&foo;.
10297         (gnus-parse-simple-format): Support user extended spec too.
10298         %u&foo; invokes gnus-user-format-function-foo.
10299
10300 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10301
10302         * nnml.el (nnml-request-expire-articles): Make sure it is back to
10303         the server.
10304         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
10305         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10306         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
10307         * nndiary.el (nndiary-request-expire-articles): Ditto.
10308         (nndiary-schedule): Defsubst it before use it.
10309         (nndiary-error): eval-and-compile.
10310
10311 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10312
10313         * gnus-msg.el (gnus-post-method): Changed two instances of
10314         `active' to `current' and one `null' to `not'.
10315
10316 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10317         From Katsumi Yamaoka <yamaoka@jpl.org>.
10318
10319         * message.el (message-setup-fill-variables): Use
10320         `normal-auto-fill-function' instead of `auto-fill-function'.
10321
10322 2001-10-16  Simon Josefsson  <jas@extundo.com>
10323
10324         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
10325         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
10326         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
10327
10328 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10329         Patch by Oliver Scholz <oscholz@my.gnus.org>.
10330
10331         * gnus-draft.el (gnus-draft-edit-message): Add text property
10332         `field' with value `header' to message headers.
10333         * message.el (message-setup-1): Really add text property to all of
10334         the header, not just part of it.
10335
10336 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10337
10338         * gnus-group.el (gnus-group-sort-by-server): Use it.
10339
10340         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
10341
10342         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
10343         and keystroke.
10344
10345 2001-10-14  Simon Josefsson  <jas@extundo.com>
10346
10347         * dig.el: Doc fix.
10348
10349         * smime.el: Doc fix.
10350
10351         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
10352         charset magic from message.el.
10353
10354 2001-10-12  Simon Josefsson  <jas@extundo.com>
10355         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
10356
10357         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
10358         'cite from g-a-wash-types.
10359         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
10360         (gnus-article-hide-citation): Fix.
10361
10362         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
10363         character.
10364         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
10365
10366         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
10367         definition.
10368         (gnus-signature-toggle): Toggle `s' mode line character.
10369
10370         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
10371         doing stuff that clears it.
10372
10373 2001-10-12  Simon Josefsson  <jas@extundo.com>
10374
10375         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
10376         From Eric Marsden <emarsden@laas.fr>.
10377
10378 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10379
10380         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
10381         (autoload): Add some autoloads.
10382
10383 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10384         Suggested by Oliver Scholz <epameinondas@gmx.de>.
10385
10386         * message.el (message-do-auto-fill): New function.  Like
10387         `do-auto-fill' but don't fill when in the message header.
10388         (message-setup-1): Put a text property on the message header.
10389         (message-setup-fill-variables): Use `message-do-auto-fill'.
10390
10391 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10392
10393         * message.el (message-send-mail-partially): Insert an empty line
10394         first, because of the change of message-make-lines.
10395
10396 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
10397
10398         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
10399         iso-8859-15, make it an alias for iso-8859-1.
10400
10401 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10402
10403         * message.el (message-send-news): Don't modify the value of
10404         `message-syntax-checks' if it is not a list (possibly it is
10405         `dont-check-for-anything-just-trust-me').
10406
10407 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10408
10409         * gnus-group.el (gnus-group-name-charset-group-alist): Use
10410         `find-coding-system' for XEmacs to check whether the coding-system
10411         `utf-8' is available.
10412
10413 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10414
10415         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
10416
10417 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10418
10419         * message.el (message-send-news): Oops, missed case with no
10420         "Followup-To" header...
10421
10422 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10423
10424         * message.el (message-send-news): Allow
10425         `gnus-group-name-charset-group-alist' to affect encoding of the
10426         "Newsgroups" and "Followup-To" headers.
10427
10428 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10429
10430         * Makefile.in (install-el): Depend on gnus-load.el.
10431
10432 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10433
10434         * Makefile.in (install-el): Use -f.
10435         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
10436
10437 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
10438
10439         * message.el (message-send-news): Don't encode Followups-To when
10440         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
10441
10442         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
10443         header.
10444
10445         * gnus-art.el (article-decode-group-name): Also decode
10446         "Followup-To".
10447
10448         * rfc2047.el (rfc2047-encode-message-header): Encode without
10449         asking for null methods.
10450
10451         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
10452         default charset for newsgroup names in accordance with USEFOR.
10453
10454         * gnus-group.el (gnus-group-name-charset-method-alist,
10455         gnus-group-name-charset-group-alist): Removed "*" from doc
10456         strings, "*" should not be used for complex variables.
10457
10458 2001-10-06  Simon Josefsson  <jas@extundo.com>
10459
10460         Support UTF-8 group names better.
10461
10462         * message.el (message-check-news-header-syntax): Encode group
10463         names before comparison.
10464
10465         * gnus-msg.el (gnus-copy-article-buffer): Run all
10466         `gnus-article-decode-hook's except `article-decode-charset'
10467         instead of hardcoding call to one of them.
10468
10469         * gnus-art.el (gnus-article-decode-hook): Add
10470         `article-decode-group-name'.
10471         (article-decode-group-name): New function, use `g-d-n'.
10472
10473         * gnus-group.el (gnus-group-insert-group-line): Decode
10474         gnus-tmp-group using `g-d-n'.
10475
10476         * gnus-util.el (gnus-decode-newsgroups): New function.
10477
10478 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
10479
10480         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
10481         `gnus-group-name-charset-group-alist'.
10482
10483 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10484
10485         * Makefile.in: Install el in install. Add uninstall.
10486
10487 2001-10-05  Simon Josefsson  <jas@extundo.com>
10488
10489         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
10490
10491         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
10492
10493         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
10494         empty folders.
10495
10496         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
10497         limiting if read-all (C-u RET) was used.
10498
10499 2001-10-04  Simon Josefsson  <jas@extundo.com>
10500
10501         * mail-source.el (mail-source-movemail-program): New variable.
10502         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
10503         <thutt@thutt.vmware.com>.
10504
10505 2001-10-03  Simon Josefsson  <jas@extundo.com>
10506
10507         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
10508         (gnus-summary-line-format-alist): Fix param.
10509
10510 2001-10-02  Simon Josefsson  <jas@extundo.com>
10511
10512         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
10513         don't go through `nnimap-request-expire-articles' to delete the
10514         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
10515
10516 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10517
10518         * gnus-agent.el (gnus-agent-write-active): The min in the
10519         agent/active may be larger than that in the server/active.
10520
10521 2001-10-01  Simon Josefsson  <jas@extundo.com>
10522
10523         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
10524         is IMAP4rev1.
10525
10526         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
10527
10528         * nnfolder.el: Ditto.
10529
10530 2001-09-30  Dan Christensen  <jdc@uwo.ca>
10531
10532         * gnus-sum.el (gnus-summary-extract-address-component): New function.
10533         (gnus-summary-from-or-to-or-newsgroups): Optimize.
10534
10535 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10536
10537         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
10538         (message-mode-menu): Menu item for same.
10539
10540         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
10541         delayed articles.
10542
10543         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
10544         nndraft:delayed does not exist.
10545         (gnus-delay-initialize): Don't set up keymap, that's done from
10546         message.el now.
10547         (gnus-delay, gnus-delay-group, gnus-delay-header)
10548         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
10549
10550 2001-09-29  Simon Josefsson  <jas@extundo.com>
10551
10552         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
10553         utf-8, not eight-bit-control.
10554
10555         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
10556         (imap-log, imap-debug): Custom.
10557         (imap-log-buffer, imap-debug-buffer): New constants.
10558         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
10559         (imap-network-open, imap-shell-open, imap-starttls-open)
10560         (imap-send-command-1, imap-send-command, imap-arrival-filter)
10561         (imap-debug): Use imap-*-buffer.
10562
10563         * nndoc.el (nndoc-article-type): Add mailman.
10564         (nndoc-type-alist): Ditto.
10565         (nndoc-mailman-type-p): New function.
10566
10567 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10568
10569         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
10570         gnus-art.el.
10571
10572 2001-09-27  Simon Josefsson  <jas@extundo.com>
10573
10574         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
10575         (gnus-topic-catchup-articles): New function. Suggested by Robin
10576         S. Socha <robin-dated-1001857693.185e29@socha.net>.
10577
10578 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10579         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
10580
10581         * gnus-ems.el (gnus-article-display-xface): Insert xface after
10582         previous ones.
10583
10584 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10585         From Daiki Ueno  <ueno@unixuser.org>
10586
10587         * gnus-sum.el (gnus-summary-show-article): The arglist of
10588         detect-coding-region is incompatible.
10589
10590 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10591         From Katsuhiro Hermit Endo <hermit@koka-in.org>
10592
10593         * gnus-group.el (gnus-group-delete-group): Typo.
10594
10595 2001-09-26  Simon Josefsson  <jas@extundo.com>
10596
10597         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
10598
10599         * nnimap.el (nnimap-expiry-target): Use temp buffer.
10600
10601 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10602
10603         * gnus-cus.el (gnus-group-parameters): Display as sexp.
10604
10605 2001-09-22  Simon Josefsson  <jas@extundo.com>
10606
10607         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
10608
10609         * nnfolder.el (nnfolder-open-marks): Ditto.
10610
10611         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
10612         (gnus-update-marks): Use it.
10613         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
10614         hardcoded list.
10615
10616         * gnus.el (gnus-article-special-mark-lists): Add killed.
10617         (gnus-article-unpropagated-mark-lists): New constant.
10618
10619 2001-09-22  Simon Josefsson  <jas@extundo.com>
10620
10621         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
10622         custom option.
10623
10624 2001-09-23  Simon Josefsson  <jas@extundo.com>
10625
10626         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
10627
10628 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10629
10630         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
10631
10632 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
10633
10634         * gnus-group.el (gnus-group-sort-function): Fix customize type to
10635         accept lists of functions.
10636
10637 2001-09-20  Simon Josefsson  <jas@extundo.com>
10638
10639         * gnus-group.el (gnus-group-catchup): Update expire marks in
10640         backend.  Also, if ALL also set expire marks on tick/dormant.
10641
10642 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10643
10644         * message.el (message-tab-body-function): New variable.
10645         * message.el (message-tab): Use it.
10646
10647 2001-09-19  Sam Steingold  <sds@gnu.org>
10648
10649         * gnus-win.el (gnus-buffer-configuration): Respect
10650         `gnus-bug-create-help-buffer'.
10651
10652 2001-09-18  Simon Josefsson  <jas@extundo.com>
10653
10654         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
10655         (gnus-parse-simple-format): Re-revert.
10656
10657 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
10658         Trivial patch.
10659
10660         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
10661         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
10662
10663 2001-09-18  Simon Josefsson  <jas@extundo.com>
10664
10665         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
10666         signed.
10667         (gnus-parse-simple-format): Don't use it.
10668
10669 2001-09-17  Miles Bader  <miles@gnu.org>
10670
10671         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
10672         error querying a backend abort the whole process.
10673
10674 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10675
10676         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
10677         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
10678
10679 2001-09-17  Didier Verna  <didier@xemacs.org>
10680
10681         * nndiary.el: version 0.2-b14.
10682         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
10683         compatibility problem with XEmacs 21.1.
10684
10685 2001-09-15  Simon Josefsson  <jas@extundo.com>
10686
10687         * gnus-group.el (gnus-group-line-format): Document %c.
10688
10689         * nnml.el (nnml-parse-head): Handle CRLF files.
10690         (nnml-generate-nov-file): Ditto.
10691         (nnml-retrieve-headers): Ditto.
10692
10693 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
10694
10695         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
10696
10697 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
10698
10699         * gnus-spec.el (gnus-correct-substring): Still stopped one
10700         character before we wanted (never included last character).
10701         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
10702         add missing "," (once per function)
10703
10704 2001-09-14  Simon Josefsson  <jas@extundo.com>
10705
10706         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
10707         (otherwise e.g. gnus-agentize in .gnus overrides the customized
10708         default before gnus-group is loaded and the variable set.)
10709
10710         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
10711         killed or unsent marks.
10712
10713         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
10714         isn't an article to set it on (e.g. when you `a' in a group).
10715
10716 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10717
10718         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
10719         can read e-mails from Microsoft Outlook users not using ISO
10720         8859-2 character set.
10721
10722 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10723
10724         * gnus-diary.el: Minor modifications to avoid warnings.
10725         (gnus-summary-misc-menu): defvar.
10726         (gnus-diary-check-message): Use gnus-point-at-eol.
10727         (gnus-diary-kill-entire-line): eval-and-compile.
10728
10729 2001-09-12  Didier Verna  <didier@xemacs.org>
10730
10731         * nndiary.el: new version (0.2-b13).
10732         * nndiary.el (nndiary-mail-sources): doc update.
10733         * nndiary.el (nndiary-split-methods): ditto.
10734         * nndiary.el (nndiary-request-accept-article-hooks): New.
10735         * nndiary.el (nndiary-request-accept-article): use it, check
10736         message validity.
10737         * nndiary.el (nndiary-get-new-mail): changed default to nil.
10738         * nndiary.el (nndiary-schedule): fix bug (misplaced
10739         condition-case): it didn't return nil on error.
10740         * gnus-diary.el: new version.
10741         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
10742         * gnus-diary.el (gnus-diary-header-value-history): New.
10743         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
10744         * gnus-diary.el (gnus-diary-add-header): New.
10745         * gnus-diary.el (gnus-diary-check-message): New.
10746         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
10747         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
10748
10749 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10750
10751         * gnus-sum.el (gnus-select-newsgroup): Make
10752         `gnus-current-select-method' buffer-local.
10753
10754         * gnus-art.el (gnus-request-article-this-buffer): Refer
10755         `gnus-current-select-method' in the current summary buffer.
10756
10757 2001-09-10  Simon Josefsson  <jas@extundo.com>
10758         From Daniel Pittman <daniel@rimspace.net>
10759
10760         * gnus-spec.el (gnus-correct-pad-form): Fix.
10761
10762 2001-09-09  Simon Josefsson  <jas@extundo.com>
10763
10764         * mm-decode.el (mm-inline-media-tests): Add
10765         application/x-emacs-lisp.
10766         (mm-attachment-override-types): Add
10767         application/{x-,}pkcs7-signature.
10768
10769         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
10770         (gnus-server-line-format, gnus-server-mode-line-format)
10771         (gnus-server-browse-in-group-buffer): Customize.
10772
10773 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10774
10775         * nnml.el (nnml-marks-changed-p): Typo.
10776         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
10777         (nnml-marks-changed-p): Use gnus-gethash.
10778         (nnml-marks-modtime): Use gnus-make-hashtable.
10779
10780         * nnfolder.el (nnfolder-marks-changed-p): Typo.
10781         (nnfolder-request-expire-articles, nnfolder-save-marks)
10782         (nnfolder-open-marks): Typo.
10783         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
10784         (nnfolder-marks-changed-p): Use gnus-gethash.
10785         (nnfolder-marks-modtime): Use gnus-make-hashtable.
10786
10787 2001-09-08  Simon Josefsson  <jas@extundo.com>
10788
10789         * nnfolder.el (nnfolder-marks-modtime): New variable.
10790         (nnfolder-marks-changed-p): New function.
10791         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
10792         (nnfolder-request-update-info): Don't update if marks didn't change.
10793
10794         * nnml.el (nnml-marks-modtime): New variable.
10795         (nnml-marks-changed-p): New function.
10796         (nnml-save-marks, nnml-open-marks): Save modtime.
10797         (nnml-request-update-info): Don't update if marks didn't change.
10798
10799         * gnus-agent.el (gnus-agent-any-covered-gcc)
10800         (gnus-agent-add-server, gnus-agent-remove-server): Use
10801         gnus-agent-method-p.
10802
10803         * gnus-art.el (gnus-buttonized-mime-types): New variable.
10804         (gnus-unbuttonized-mime-type-p): Use it.
10805
10806         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
10807         fetch group.
10808
10809 2001-09-08  Simon Josefsson  <jas@extundo.com>
10810         From Daniel Pittman <daniel@rimspace.net>
10811
10812         * gnus-spec.el (gnus-correct-pad-form): New function.
10813         (gnus-parse-simple-format): Use it.
10814
10815 2001-09-07  Simon Josefsson  <jas@extundo.com>
10816
10817         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
10818         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
10819         Putnam <reader@newsguy.com>.
10820         (gnus-group-sort-selected-groups): Touch dribble file.
10821
10822 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
10823
10824         * nnml.el (nnml-filenames-are-evil): New variable.
10825         (nnml-article-to-file-alist): Rename to ...
10826         (nnml-current-group-article-to-file-alist): ... this.
10827         Respect `nnml-filenames-are-evil'.
10828         (nnml-active-number): Update.
10829         (nnml-update-file-alist): Update.
10830         (nnml-request-article): Use nnheader-article-to-file-alist.
10831         (nnml-request-rename-group): Likewise.
10832
10833 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10834
10835         * gnus-sum.el (gnus-summary-insert-line): Fix.
10836
10837 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
10838
10839         * gnus-sum.el: Bind g-s-t-s to "W g".
10840         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
10841         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
10842         display of graphical smilies.
10843
10844 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10845
10846         * gnus-start.el (gnus-setup-news): A typo.
10847         From Bill White <billw@wolfram.com>.
10848
10849 2001-09-06  Simon Josefsson  <jas@extundo.com>
10850
10851         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
10852         and unseen marks.
10853
10854 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10855
10856         * nnmail.el (nnmail-split-fancy): Document `junk'.
10857
10858 2001-09-04  Simon Josefsson  <jas@extundo.com>
10859
10860         * imap.el (imap-search): Don't error if server is broken.
10861
10862 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
10863
10864         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
10865         searching for an article that isn't in the mbox.
10866
10867 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10868
10869         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
10870         right, and get all the comments.
10871
10872 2001-09-02  Simon Josefsson  <jas@extundo.com>
10873         Suggested by Dan Christensen <jdc+news@uwo.ca>
10874
10875         * nnfolder.el (nnfolder-request-update-info): Fix message.
10876
10877         * nnml.el (nnml-request-update-info): Ditto.
10878
10879 2001-09-01  Simon Josefsson  <jas@extundo.com>
10880
10881         * nnml.el (nnml-request-expire-articles): Also bind
10882         `nnml-current-group' and `nnml-article-file-alist' when using
10883         expiry-target. (Otherwise nnml will be in a inconsistent internal
10884         state causing all kind of problems.)
10885         (nnml-request-expire-articles): If `nnml-article-to-file' or
10886         `file-attributes' failes, return article as un-expirable instead
10887         of treating it as expired.
10888
10889 2001-08-31  Sam Steingold  <sds@gnu.org>
10890
10891         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
10892         typo: `exmine' --> `examine'.
10893
10894 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10895
10896         * nndoc.el (nndoc-forward-type-p): It is not a digest.
10897
10898 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10899
10900         * nnml.el (nnml-check-directory-twice): Remove.
10901         (nnml-retrieve-headers): Ditto.
10902         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
10903
10904 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10905
10906         * nnheader.el (nnheader-directory-files-is-safe): No need to read
10907         directory twice on Windows, or on GNU Emacs-21.
10908
10909 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10910
10911         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
10912         (nnml-request-rename-group): Ditto.
10913         (nnml-active-number): Ditto.
10914         (nnml-request-create-group): Use nnml-directory-articles.
10915         (nnml-request-expire-articles): Use nnml-directory-articles, which
10916         gets list from nov database if available.
10917         (nnml-get-nov-buffer): New function.
10918         (nnml-open-nov): Use it.
10919         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
10920         gets alist from nov database if available.
10921         (nnml-directory-articles): New function.
10922         (nnml-article-to-file-alist): New function.
10923
10924 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10925
10926         * mm-decode.el (mm-display-external): Use `name' as filename, if
10927         `filename' attribute is not present.
10928
10929 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10930
10931         * mail-source.el (mail-source-flash): New defcustom.
10932         (mail-source-new-mail-p): Ring visible bell if appropriate.
10933         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
10934         timer is cleared even if mail check signals an error.
10935
10936 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10937
10938         * gnus-sum.el (gnus-summary-move-article): Only update marks of
10939         type 'list.
10940
10941 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10942
10943         * flow-fill.el (fill-flowed): eol might be point-max.
10944
10945 2001-08-27  Simon Josefsson  <jas@extundo.com>
10946
10947         * nnml.el (nnml-request-update-info): Fix message.
10948         (nnml-open-marks): Ditto.
10949
10950         * nnfolder.el (nnfolder-request-update-info):
10951         (nnfolder-open-marks): Fix message.
10952
10953 2001-08-25  Simon Josefsson  <jas@extundo.com>
10954
10955         * nnfolder.el (nnfolder-save-marks): Don't create directory named
10956         after group in ~/.
10957
10958 2001-08-25  Simon Josefsson  <jas@extundo.com>
10959         From Andreas Jaeger  <aj@suse.de>
10960
10961         * nnfolder.el (nnfolder-open-marks): Fix typo.
10962         * nnml.el (nnml-open-marks): Likewise.
10963
10964 2001-08-25  Simon Josefsson  <jas@extundo.com>
10965
10966         Make nnfolder groups self-contained as far as marks are concerned.
10967
10968         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
10969         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
10970         (nnfolder-open-server): Make marks directory.
10971         (nnfolder-request-delete-group): Delete marks file.
10972         (nnfolder-request-delete-group): Check of nov/marks file exist
10973         before deleting.
10974         (nnfolder-request-rename-group): Rename marks file.
10975         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
10976         (nnfolder-request-set-mark, nnfolder-request-update-info)
10977         (nnfolder-group-marks-pathname, nnfolder-save-marks)
10978         (nnfolder-open-marks): New functions.
10979         (top-level): Require gnus.
10980
10981 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10982
10983         * nnweb.el (nnweb-type-definition): Use google raw file.
10984         (nnweb-google-parse-1): Ditto.
10985         (nnweb-google-identity): Ditto.
10986         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
10987         (nnweb-altavista-wash-article): Ditto.
10988         (nnweb-request-article): Remove nnweb-decode-entities.
10989
10990         * nnml.el: Require 'gnus.
10991
10992 2001-08-25  Simon Josefsson  <jas@extundo.com>
10993
10994         * nnml.el (nnml-marks-is-evil): Add doc.
10995
10996 2001-08-25  Simon Josefsson  <jas@extundo.com>
10997
10998         * nnml.el (nnml-save-marks): Wrap saving marks in a
10999         condition-case, to allow user to start Gnus if saving marks failed
11000         for some reason.
11001
11002 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11003
11004         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
11005
11006         * gnus-group.el (gnus-update-group-mark-positions): Bind
11007         gnus-group-update-hook to nil.
11008
11009 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11010
11011         * mml.el (mml-generate-mime-1): Force as multibyte string.
11012
11013 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11014
11015         * gnus-sum.el (gnus-summary-insert-line)
11016         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
11017         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
11018
11019         * gnus-spec.el (gnus-correct-substring): Take optional END.
11020
11021         * nnrss.el (nnrss-request-article): Remove \n.
11022         (nnrss-retrieve-headers): Lines number is -1.
11023
11024 2001-08-24  Simon Josefsson  <jas@extundo.com>
11025
11026         * gnus-group.el (gnus-info-clear-data): Call
11027         nnfoo-request-set-mark to propagate marks.  Fix bug:
11028         `gnus-group-update-line' doesn't update read range unless we call
11029         `gnus-get-unread-articles-in-group' first.
11030
11031         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
11032         to server.
11033
11034 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11035
11036         * gnus-util.el (gnus-create-info-command): Return an interactive
11037         function.
11038
11039 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11040         From Katsumi Yamaoka <yamaoka@jpl.org>
11041
11042         * gnus-spec.el (gnus-parse-complex-format): Use equal.
11043
11044 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11045
11046         * gnus-sum.el (gnus-select-newsgroup): Use it.
11047
11048         * gnus-util.el (gnus-not-ignore): New function.
11049
11050         * lpath.el (featurep): Don't fbind char-int.
11051
11052         * gnus-util.el (gnus-create-info-command): New function.
11053
11054         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
11055         right node.
11056
11057         * gnus-sum.el (gnus-select-newsgroup): Clean up.
11058         (gnus-summary-limit-children): Use 'identity instead of `all'.
11059         (gnus-summary-limit-to-display-predicate): New command and
11060         keystroke.
11061
11062 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11063
11064         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
11065
11066         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
11067
11068 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11069
11070         * gnus-spec.el: Add the Gnus version.
11071         (gnus-update-format-specifications): If the Gnus version changes,
11072         nix out the format spec cache.
11073
11074         * gnus.el (gnus-continuum-version): Made into a command and
11075         optionalize the VERSION.
11076
11077         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
11078         the start of the lines.
11079
11080 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11081
11082         * gnus.el (gnus-visual-p): Define function before use of
11083         function.
11084
11085 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11086
11087         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
11088         (gnus-article-mark-to-type): New function.
11089         (gnus-update-missing-marks): Only update marks of type 'list.
11090
11091         * gnus.el (gnus-article-special-mark-lists): New variable.
11092
11093 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11094
11095         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
11096         (gnus-select-newsgroup): Still use 'all.
11097         (gnus-summary-initial-limit): Comparing with 'all.
11098
11099 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11100
11101         * gnus-start.el (gnus-activate-group): If dont-check, don't update
11102         active.
11103
11104 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11105
11106         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
11107         nnslashdot-*-retrieve-headers.
11108         (nnslashdot-request-article): Fix for slashcode 2.2.
11109         (nnslashdot-make-tuple): New function.
11110         (nnslashdot-read-groups): Use it.
11111
11112 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11113
11114         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
11115         list.
11116
11117         * gnus-sum.el (gnus-summary-move-article): Don't select article.
11118
11119 2001-08-20  Simon Josefsson  <jas@extundo.com>
11120
11121         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
11122         opened, error instead of continuing (and exploding later).
11123
11124 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11125
11126         * gnus.el (gnus-expand-group-parameters): Return the parameter
11127         list.
11128
11129         * gnus-sum.el (gnus-summary-show-article): Doc fix.
11130         (gnus-summary-show-article): Guess at charset if required.
11131
11132         * gnus-spec.el (gnus-correct-substring): Stopped one character
11133         before we wanted.
11134
11135 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11136
11137         * earcon.el (earcon-auto-play): Remove unused option.
11138
11139 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11140
11141         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
11142         message down in levels, since it happens very fast.
11143
11144         * smiley-ems.el (smiley-update-cache): Respect the symbol version
11145         of smiley-regexp-alist.
11146
11147         * mm-view.el (mm-inline-text): Ignore vcard errors.
11148
11149         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
11150
11151         * gnus-score.el (gnus-all-score-files): Use append instead of
11152         nconc.
11153
11154         * gnus.el (gnus-splash-face): Doc fix.
11155
11156         * mm-decode.el (mm-mailcap-command): Use
11157         mm-path-name-rewrite-functions.
11158         (mm-path-name-rewrite-functions): New variable.
11159
11160         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
11161         (gnus-complex-form-to-spec): Insert tab.
11162         (gnus-spec-tab): New function.
11163
11164         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
11165         entering the group.
11166
11167         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
11168         the positional spec.
11169         (gnus-parse-complex-format): React to %C.
11170
11171         * gnus-ems.el (gnus-char-width): Moved here.
11172
11173         * gnus-sum.el (gnus-select-newsgroup): Set
11174         gnus-newsgroup-articles.
11175         (gnus-unseen-mark): New variable.
11176         (gnus-newsgroup-unseen): Ditto.
11177         (gnus-newsgroup-seen): Ditto.
11178         (gnus-adjust-marked-articles): Use them.
11179         (gnus-update-marks): Use them.
11180         (gnus-summary-update-secondary-mark): Display.
11181         (gnus-summary-prepare-threads): Display.
11182
11183         * gnus-msg.el (gnus-inews-group-method): Use and return the
11184         method, not the server.
11185
11186 2001-08-19  Simon Josefsson  <jas@extundo.com>
11187
11188         * gnus-srvr.el (gnus-server-agent-face): New.
11189         (gnus-server-agent-face): New.
11190         (gnus-server-mode): Turn on font-lock-mode.
11191
11192         * gnus.el (gnus-server-visual): Add defgroup.
11193
11194 2001-08-19  Simon Josefsson  <jas@extundo.com>
11195         From Joe Casadonte <jcasadonte@northbound-train.com>
11196
11197         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
11198         gnus-server-denied-face): New.
11199         (gnus-server-opened-face, gnus-server-closed-face,
11200         gnus-server-denied-face): New.
11201         (gnus-server-font-lock-keywords): Add.
11202
11203 2001-08-19  Simon Josefsson  <jas@extundo.com>
11204
11205         * nnml.el (nnml-request-set-mark): Return nil.
11206         (nnml-save-marks): Use nnml-possibly-create-directory.
11207         (nnml-open-marks): Only work in temp buffer when inserting/reading
11208         .marks file.
11209
11210 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11211
11212         * gnus.el (gnus-expand-group-parameters): Fix.
11213
11214         * gnus-spec.el (gnus-char-width): New function.
11215         (gnus-correct-substring, gnus-correct-length): Use it.
11216
11217         * message.el (message-required-mail-headers): Fix doc.
11218
11219 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11220
11221         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
11222
11223         * mm-decode.el (mm-save-part-to-file): Insert the handle.
11224
11225 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11226
11227         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
11228         slashdot 2.2 (not fully fixed yet).
11229         (nnslashdot-request-article): Ditto.
11230
11231 2001-08-18  Simon Josefsson  <jas@extundo.com>
11232
11233         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
11234         nnimap.
11235
11236         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
11237         gnus-util.
11238         (nnimap-request-update-info-internal): Use new functions.
11239
11240         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
11241         new functions.
11242
11243 2001-08-18  Simon Josefsson  <jas@extundo.com>
11244
11245         Make nnml groups self-contained as far as marks are concerned.
11246
11247         * nnml.el (nnml-request-delete-group): Delete marks file.
11248         (nnml-request-rename-group): Move marks file.
11249         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
11250         variables.
11251         (nnml-request-set-mark, nnml-request-update-info): New server
11252         functions.
11253         (nnml-save-marks, nnml-open-marks): New functions.
11254
11255 2001-08-18  Simon Josefsson  <jas@extundo.com>
11256
11257         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
11258         `set' when setting marks.
11259
11260 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11261
11262         * gnus.el (gnus-info-find-node): Take an argument.
11263
11264         * gnus-art.el (gnus-button-handle-info): New function.
11265         (gnus-url-unhex-string): Replace "+" with " ".
11266
11267 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11268
11269         * message.el (message-check-news-header-syntax): Check bad From.
11270
11271 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11272
11273         * gnus-spec.el (gnus-correct-length): New function.
11274         (gnus-correct-substring): New function.
11275         (gnus-tilde-max-form): Use it.
11276
11277 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
11278
11279         * nnmh.el: Docstring changes as below.
11280
11281         * nnml.el: Docstring changes as below.
11282
11283         * nnbabyl.el: Docstring changes as below.
11284
11285         * nnmbox.el: Docstring changes as below.
11286
11287         * nnfolder.el: Added docstrings identifying each virtual server
11288         parameter.
11289
11290 2001-08-18  Simon Josefsson  <jas@extundo.com>
11291
11292         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
11293
11294 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
11295
11296         * message.el: rename "Abort Message" to "Postpone Message".
11297         Remove "Attach file as MIME" from Message menu, it's already in
11298         the MIME menu.
11299
11300 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11301
11302         * smime.el (smime-point-at-eol): eval-and-compile.
11303         (smime-make-temp-file): New function.
11304         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
11305         Use it.
11306
11307 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11308
11309         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
11310         (gnus-agent-summary-fetch-group): New command and keystroke.
11311
11312         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
11313         (gnus-mime-display-security): Make it respect
11314         gnus-unbuttonized-mime-type-p.
11315
11316         * gnus-sum.el (gnus-articles-to-read): Comments.
11317         (gnus-article-marked-p): New function.
11318         (gnus-summary-display-make-predicate): New function.
11319         (gnus-select-newsgroup): Use them.
11320
11321         * mm-decode.el (mm-save-part-to-file): Made it not error.
11322
11323 2001-08-17  Simon Josefsson  <jas@extundo.com>
11324
11325         * imap.el (imap-wait-for-tag): If process-status isn't open or
11326         run, return nil instead of sit-for looping.
11327
11328 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11329
11330         * lpath.el (featurep): fbind xml-parse-region.
11331
11332         * gnus.el (gnus-message-archive-method): Default to "archive".
11333         (gnus-message-archive-method): Doc fix.
11334         (gnus-parameters-get-parameter): Cleaned up.
11335         (gnus-expand-group-parameter): New function.
11336
11337         * gnus-start.el (gnus-setup-news): Push the archive server only
11338         the server list.
11339
11340         * mml.el (mml-menu): Changed name to "Attachments".
11341
11342         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
11343         when there is something to detroy.
11344
11345 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11346
11347         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
11348         nil.
11349
11350 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11351
11352         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
11353         which specifies a time today or tomorrow.
11354
11355 2001-08-15  Simon Josefsson  <jas@extundo.com>
11356         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
11357
11358         * gnus-agent.el (gnus-agent-make-mode-line-string)
11359         (gnus-agent-toggle-plugged): Use new API.
11360
11361 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11362
11363         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
11364         deadline has expired.
11365
11366 2001-08-12  Simon Josefsson  <jas@extundo.com>
11367         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
11368
11369         Support `recent' mark indicating newly arrived messages (to
11370         separate from old but unread messages).
11371
11372         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
11373         `nnmail-split-history' if recent is > 0.
11374         (nnimap-request-update-info-internal): Update `recent' marks.
11375         (nnimap-request-set-mark): Never set `recent' marks.
11376         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
11377         recent.
11378
11379         * gnus-sum.el (gnus-recent-mark): New mark.
11380         (gnus-newsgroup-recent): New variable.
11381         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
11382         (gnus-summary-prepare-threads): Mark recent articles.
11383         (gnus-summary-add-mark): Support recent.
11384         (gnus-summary-update-secondary-mark): Support recent.
11385
11386         * gnus.el (gnus-article-mark-lists): Add recent.
11387
11388 2001-08-12  Simon Josefsson  <jas@extundo.com>
11389
11390         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
11391         whether successful decoding took place.  Add doc.
11392
11393 2001-08-12  Simon Josefsson  <jas@extundo.com>
11394         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
11395
11396         * gnus.el (gnus-summary-line-format, gnus-parameters):
11397         * gnus-gl.el (gnus-summary-grouplens-line-format):
11398         * gnus-salt.el (gnus-summary-pick-line-format):
11399         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
11400
11401 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
11402         Committed by Kai Gro\e,b_\e(Bjohann.
11403
11404         * gnus-score.el (gnus-score-string): Fix `match' regexp
11405         for `extra' header case.
11406
11407 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11408
11409         * nnmbox.el (nnmbox-read-mbox): No warning.
11410
11411 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11412
11413         * nndoc.el (nndoc-article-type): Fix doc.
11414         (nndoc-generate-article-function): New variable.
11415         (nndoc-dissection-function): New variable.
11416         (nndoc-type-alist): Add oe-dbx.
11417         (nndoc-oe-dbx-type-p): New function.
11418         (nndoc-oe-dbx-dissection): New function.
11419         (nndoc-oe-dbx-generate-article): New function.
11420
11421 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11422
11423         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
11424         whether deadline has been reached.  Patch from Dan Nicolaescu
11425         <dann@godzilla.ics.uci.edu>.
11426
11427 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11428
11429         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
11430         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
11431         <rintaman@cs.Helsinki.FI>.
11432
11433         * mail-source.el (mail-source-movemail): The error buffer is
11434         modified, but nothing in it.
11435
11436 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11437
11438         * message.el (message-bogus-system-names): New variable.
11439         (message-make-fqdn): Use it.
11440
11441 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11442
11443         * nndraft.el (nndraft-request-group): Use
11444         nndraft-auto-save-file-name.
11445
11446 2001-08-09  Simon Josefsson  <jas@extundo.com>
11447
11448         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
11449         Don't ask whether to decrypt.  Just leave result in buffer (don't
11450         call mm).
11451
11452         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
11453         parts as well.
11454         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
11455         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
11456
11457 2001-08-09  Simon Josefsson  <jas@extundo.com>
11458
11459         * mm-decode.el (mm-insert-part): Return decoding success status.
11460         (mm-save-part-to-file): Error if decoding failed.
11461
11462 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11463
11464         * message.el (message-tab): Use indent-relative.
11465         (message-mode): Don't bind indent-line-function to indent-relative.
11466
11467 2001-08-09  Simon Josefsson  <jas@extundo.com>
11468
11469         * message.el (message-get-reply-headers): Fix string. Suggested by
11470         Christoph Conrad <cc@cli.de>.
11471
11472 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11473
11474         * message.el (message-tab): Use the current value of
11475         indent-line-function.
11476         (message-mode): Bind indent-line-function to indent-relative.
11477
11478 2001-08-08  Simon Josefsson  <jas@extundo.com>
11479
11480         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
11481         whether `imtest' is installed.
11482
11483 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11484         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11485
11486         * gnus-sum.el (gnus-summary-show-article): Call
11487         gnus-summary-update-secondary-secondary-mark.
11488         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
11489         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
11490
11491 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11492
11493         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
11494
11495         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
11496
11497         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
11498         <gerd@gnu.org>.
11499
11500         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
11501
11502         * gnus-util.el (gnus-output-to-rmail): Ditto.
11503         (gnus-output-to-mail): Ditto.
11504
11505         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
11506
11507 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
11508
11509         * message.el (message-indent-citation): Use
11510         `message-yank-cited-prefix' for empty lines.
11511
11512 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
11513
11514         * message.el (message-indent-citation): Quote only lines starting
11515         with ">" using `message-yank-cited-prefix'.
11516
11517 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11518         Trivial patch.
11519
11520         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
11521         gnus-cache-fully-p.
11522
11523 2001-08-04  Simon Josefsson  <jas@extundo.com>
11524
11525         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
11526         file if it doesn't exist (by calling gnus-cache-read-active).
11527
11528 2001-08-04  Simon Josefsson  <jas@extundo.com>
11529
11530         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
11531         (gnus-cache-passively-or-fully-p): Removed.
11532         (gnus-cache-fully-p): Fix it.
11533
11534         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
11535
11536 2001-08-04  Simon Josefsson  <jas@extundo.com>
11537
11538         * gnus-cache.el (gnus-cache-fully-p)
11539         (gnus-cache-passively-or-fully-p): New functions.
11540         (gnus-cache-possibly-enter-article): Cosmetic change, use
11541         `g-c-p-o-f-p'.
11542         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
11543         was bogus (`g-c-p-a-a' does not change active info, just change
11544         the functions parameters).
11545         (gnus-cache-possibly-remove-articles-1): Make sure articles are
11546         not removed in groups that match `gnus-uncacheable-groups'.
11547
11548         Reported and modifications based on discussions with Nuutti
11549         Kotivuori <nuutti.kotivuori@smarttrust.com>.
11550
11551 2001-08-04  Simon Josefsson  <jas@extundo.com>
11552         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11553
11554         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
11555         calls `gnus-cache-update-active' if bounds has been extended.
11556
11557 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11558
11559         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
11560         before remove.
11561         (gnus-mime-security-show-details): Ditto.
11562
11563 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11564
11565         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
11566         syntax.  Protect string-match against nil string and regexp.
11567
11568 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11569
11570         * mm-util.el (mm-find-charset-region): Remove control-1.
11571
11572 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11573
11574         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
11575
11576 2001-08-04  Simon Josefsson  <jas@extundo.com>
11577
11578         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
11579         buffer.  Delete MIME-Version header.
11580
11581 2001-08-03  Simon Josefsson  <jas@extundo.com>
11582
11583         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
11584         that is entered does not necessarily have the highest article
11585         number in the group, so use `gnus-cache-possibly-alter-active'
11586         instead of `gnus-cache-update-active'.
11587
11588 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11589
11590         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
11591
11592 2001-08-03  Simon Josefsson  <jas@extundo.com>
11593
11594         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
11595         menu.
11596
11597 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11598
11599         * gnus.el (post-method): New group parameter.  It also provides
11600         the user option `gnus-post-method-alist' and the internal function
11601         `gnus-parameter-post-method'.
11602
11603         * gnus-msg.el (gnus-post-method): Bind the value of
11604         `gnus-post-method' to the group parameter if it is defined.
11605
11606 2001-08-02  Simon Josefsson  <jas@extundo.com>
11607
11608         * smime.el (smime-extra-arguments): Removed.
11609         (smime-call-openssl-region): Don't use it.
11610
11611 2001-08-02  Simon Josefsson  <jas@extundo.com>
11612
11613         * smime.el (smime-sign-region): Handle stderr.
11614         (smime-encrypt-region): Ditto.
11615
11616         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
11617         match the ASN.1 length bytes.
11618         (mm-pkcs7-enveloped-magic): Ditto.
11619         (mm-view-pkcs7-get-type): Don't regexp quote.
11620
11621 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11622         From Andreas Fuchs <asf@void.at>
11623
11624         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
11625
11626 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11627
11628         * gnus-art.el (gnus-header-button-alist): References regexp.
11629
11630 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
11631
11632         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
11633         already fboundp.  Add INTERACTIVE arg to autoload form.
11634
11635 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11636
11637         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
11638
11639         * nnmail.el (nnmail-cache-open): Ditto.
11640
11641 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11642
11643         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
11644
11645 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11646
11647         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
11648
11649 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11650         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11651
11652         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
11653         (gnus-agent-toggle-plugged): Use it.
11654
11655 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
11656
11657         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
11658         (gnus-ding-file-coding-system): New variable.
11659         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
11660         (gnus-slave-save-newsrc): Use it.
11661
11662 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11663
11664         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
11665         syntax.
11666
11667 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11668         Originally from Andreas Fuchs <asf@void.at>
11669
11670         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
11671         (mml2015-gpg-pretty-print-fpr): New function.
11672         (mml2015-gpg-extract-signature-details): More details, rename from
11673         `m-g-e-from'.
11674         (mml2015-gpg-verify): Use them.
11675         (mml2015-gpg-clear-verify): Use them.
11676
11677 2001-07-31  Simon Josefsson  <jas@extundo.com>
11678
11679         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
11680         buffer when done.
11681
11682 2001-07-30  Simon Josefsson  <jas@extundo.com>
11683
11684         * smime.el (smime-call-openssl-region): Revert previous change,
11685         just pass on buf to `call-process-region'.
11686         (smime-verify-region): Doc fix.  Don't message stuff.  Use
11687         `smime-new-details-buffer'.  Inserts error messages into buffer.
11688         (smime-noverify-region): Ditto.
11689         (smime-decrypt-region): Ditto.  Handles stderr separately.
11690         (smime-verify-buffer, smime-noverify-buffer)
11691         (smime-decrypt-buffer): Doc fix.
11692         (smime-new-details-buffer): New function.
11693         (smime-pkcs7-region, smime-pkcs7-certificates-region)
11694         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
11695         (smime-sign-region, smime-encrypt-region): Don't use
11696         `insert-buffer'.
11697
11698         * mml-smime.el (mml-smime-verify): Fix security button strings.
11699
11700 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11701
11702         * gnus-art.el (gnus-mime-save-part-and-strip): Save
11703         gnus-article-mime-handles.
11704
11705 2001-07-29  Simon Josefsson  <jas@extundo.com>
11706
11707         * mail-source.el (top-level): Require message for message-directory.
11708         (mail-source-directory): Change default to message-directory.
11709
11710         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
11711         (smime-certificate-directory, smime-openssl-program)
11712         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
11713         (smime-extra-arguments): New variable.
11714         (smime-dns-server): Fix customize group.
11715         (smime-call-openssl-region): Use `smime-extra-arguments'.
11716
11717 2001-07-29  Simon Josefsson  <jas@extundo.com>
11718         From Vladimir Volovich <vvv@vsu.ru>
11719
11720         * smime.el (smime-call-openssl-region): Ignore stderr.
11721
11722 2001-07-29  Simon Josefsson  <jas@extundo.com>
11723         From Christoph Conrad <christoph.conrad@gmx.de>
11724
11725         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
11726         file.
11727
11728 2001-07-29  Simon Josefsson  <jas@extundo.com>
11729
11730         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
11731
11732         Support S/MIME decryption.
11733
11734         * mm-decode.el (mm-inline-media-tests):
11735         (mm-inlined-types):
11736         (mm-automatic-display):
11737         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
11738
11739         * mm-view.el (mm-pkcs7-signed-magic):
11740         (mm-pkcs7-enveloped-magic): New variables.
11741         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
11742         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
11743         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
11744         PKCS#7 blobs.
11745
11746         * smime.el (smime-decrypt-region): Expand keyfile.
11747
11748 2001-07-29  Simon Josefsson  <jas@extundo.com>
11749
11750         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
11751         `ssl.el' variables.
11752
11753         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
11754         but line instead of narrowing to it, because `nnmail-parse-active'
11755         calls widen.  Thanks to Christoph Conrad
11756         <christoph.conrad@gmx.de>.
11757
11758 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11759
11760         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
11761         for %B spec.
11762
11763         * gnus-sum.el (gnus-summary-prepare-threads): If
11764         gnus-sum-thread-tree-root is nil, use subject instead.
11765         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
11766         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
11767         (gnus-sum-thread-tree-leaf-with-other)
11768         (gnus-sum-thread-tree-single-leaf): Documentation.
11769         (gnus-sum-thread-tree-single-indent): Allow nil.
11770
11771 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11772
11773         * message.el (message-fill-paragraph): Do nothing if the user
11774         wants filladapt-mode.
11775
11776 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11777
11778         * mm-decode.el (mm-image-type-from-buffer): New function.
11779         (mm-get-image): Use it.
11780
11781 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11782
11783         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
11784
11785         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
11786         mm-display-parts too.
11787
11788 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11789
11790         * nnfolder.el (nnfolder-request-accept-article): Bind
11791         nntp-server-buffer.
11792
11793         * nnmail.el (nnmail-parse-active): Read from buffer instead of
11794         nntp-server-buffer.
11795
11796 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11797
11798         * message.el (message-check-news-header-syntax): Use
11799         message-post-method.
11800         (message-send-news): Bind message-post-method.
11801
11802 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11803
11804         * mml.el (mml-tweak-type-alist): New variable.
11805         (mml-tweak-function-alist): New variable.
11806         (mml-tweak-part): New function.
11807         (mml-generate-mime-1): Use it.
11808
11809 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11810
11811         * nnfolder.el (nnfolder-request-accept-article): Replace
11812         nnfolder-request-list.
11813
11814 2001-07-27  Simon Josefsson  <jas@extundo.com>
11815
11816         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
11817         nnoo-change-server failed to do it.
11818
11819 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11820
11821         * gnus.el (gnus-parameters): Make it customizable.
11822
11823 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11824
11825         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
11826
11827         * message.el (message-set-auto-save-file-name): More
11828         poor-system-types.
11829
11830         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
11831
11832         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
11833         supports +.
11834
11835 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11836
11837         * mm-decode.el (mm-readable-p): New function.
11838         (mm-inline-media-tests): Fix the default testers.
11839
11840 2001-07-26  Simon Josefsson  <jas@extundo.com>
11841
11842         * nnimap.el (nnimap-version): Bump version number.
11843
11844 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11845         From Steven E. Harris <seh@speakeasy.org>
11846
11847         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
11848         in M$Windows too.
11849
11850 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11851
11852         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
11853
11854 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11855
11856         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
11857
11858         * mm-decode.el (mm-get-image): Guess then use the type.
11859
11860         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
11861
11862 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
11863
11864         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
11865         display (%B) for threads if threading is off.
11866
11867 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11868         From Henrik Enberg <henrik@enberg.org>
11869
11870         * gnus-msg.el: Customization patch.
11871
11872 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
11873
11874         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
11875         variable.
11876         (nnmail-split-fancy-with-parent): Ignore certain groups.
11877
11878 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11879
11880         * gnus-util.el (gnus-byte-compile): New function.
11881         (gnus-use-byte-compile): New variable.
11882         (gnus-make-sort-function): Use it.
11883
11884         * nnmail.el (nnmail-get-new-mail): Use it.
11885
11886         * gnus-agent.el (gnus-category-make-function): Simple function or
11887         compiled function.
11888         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
11889
11890         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
11891         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
11892         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
11893
11894         * message.el (message-check-news-header-syntax): Remove quote.
11895
11896 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11897
11898         * message.el (message-use-mail-followup-to): `t' is not a
11899         documented value.
11900
11901 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11902
11903         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
11904
11905 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11906
11907         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
11908         there are long lines.
11909
11910 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11911
11912         * dgnushack.el (copy-list): New compiler macro.
11913
11914 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11915
11916         * message.el (message-bounce): If no Return-Path, the whole
11917         content is considered as the original message.
11918
11919         * nnml.el (nnml-check-directory-twice): New variable.
11920         (nnml-article-to-file): Use it.
11921         (nnml-retrieve-headers): Hack it.
11922
11923 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11924
11925         * gnus-win.el (gnus-buffer-configuration): New configure.
11926
11927         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
11928         not alive.
11929
11930         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
11931         (mm-display-external): Use display-term configure.
11932
11933 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11934
11935         * gnus-delay.el (gnus-delay-default-hour): New variable.
11936         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
11937
11938 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11939         From Karl Kleinpaste <karl@charcoal.com>
11940
11941         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
11942         (gnus-summary-prepare-threads): Ditto.
11943
11944         * gnus.el (gnus-summary-line-format): Add %B.
11945
11946 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11947
11948         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
11949
11950         * mm-util.el (mm-string-as-multibyte): New function.
11951
11952         * nnmh.el (nnmh-request-list-1): Encode, not decode!
11953
11954 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11955
11956         * mm-util.el (mm-universal-coding-system): New variable.
11957
11958         * gnus-start.el (gnus-startup-file-coding-system): Use it.
11959
11960         * score-mode.el (score-mode-coding-system): Use it.
11961
11962 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11963
11964         * gnus-start.el (gnus-setup-news): Call
11965         `gnus-check-bogus-newsgroups' just after the native server is
11966         opened.
11967
11968 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11969
11970         * nnmail.el (nnmail-do-request-post): Util function to be used by
11971         `nnchoke-request-post' for all nnmail-derived backends.
11972
11973         * nnml.el (nnml-request-post): Use it.
11974
11975         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
11976         backend, for it groks nnml-request-post.
11977
11978         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
11979         Treat `mail-post' backends like `mail' backends, not like `news'
11980         backends.
11981
11982 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11983
11984         * gnus-msg.el (gnus-setup-message): make-local-hook.
11985
11986 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11987
11988         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
11989         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
11990         <karl@charcoal.com>, slightly changed by Kai.
11991
11992         * message.el (message-check-news-header-syntax): When checking
11993         whether the groups exist, check the right server based on
11994         `gnus-post-method'.
11995
11996 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11997
11998         * gnus-delay.el: New file.
11999
12000 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12001
12002         * mm-util.el (mm-read-coding-system): Take two arguments.
12003
12004         * gnus-sum.el (gnus-summary-show-article): Use
12005         mm-read-coding-system.
12006
12007         * gnus-art.el (article-de-quoted-unreadable):
12008         (article-de-base64-unreadable, article-wash-html):
12009         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
12010
12011 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12012
12013         * nnml.el (nnml-request-post): New function.  Can be used for
12014         annotations in nnml groups.
12015
12016 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
12019         command.
12020
12021         * gnus-start.el (gnus-find-new-newsgroups): Use
12022         `message-make-date' instead of `current-time-string'.
12023         (gnus-ask-server-for-new-groups): Ditto.
12024         (gnus-check-first-time-used): Ditto.
12025
12026 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12027
12028         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
12029
12030 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
12031
12032         * message.el (message-shorten-references): Change `maxcount' and
12033         `cut' to obey USEFOR draft 5.
12034
12035 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
12036
12037         * gnus-sum.el (gnus-summary-display-arrow): New variable.
12038         (gnus-summary-set-article-display-arrow): New function.
12039         (gnus-summary-goto-subject): Use it.
12040
12041 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12042
12043         * gnus-sum.el (gnus-summary-import-article): Insert date if
12044         doesn't exist.
12045
12046 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12047
12048         * mml.el (mml-content-type-parameters): New variable.
12049         (mml-content-disposition-parameters): New variable.
12050         (mml-insert-mime-headers): Use them.
12051         (mml-parse-1): Accept charset.
12052
12053 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12054
12055         * gnus-group.el (gnus-group-select-group): Doc fix.
12056
12057         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
12058
12059 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12060
12061         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
12062         to handle `define-derived-mode'.
12063
12064 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12065         From:  Stefan Monnier  <monnier@cs.yale.edu>
12066
12067         * message.el (message-mode): Use define-derived-mode.
12068         (message-tab): message-completion-alist.
12069
12070         * imap.el (imap-interactive-login): Use make-local-variable.
12071         (imap-open): Ditto.
12072         (imap-authenticate): Ditto.
12073
12074         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
12075
12076         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
12077
12078 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12079
12080         * message.el (message-citation-line-function): Refer to
12081         gnus-cite-attribution-suffix.
12082
12083 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12084
12085         * gnus-art.el,...: Error convention changes.
12086
12087 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12088
12089         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
12090
12091 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12092
12093         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
12094         (nnrss-read-server-data): Ditto.
12095
12096 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12097
12098         * gnus-setup.el (gnus-use-installed-gnus): Typo.
12099         * Cleanup files.
12100         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
12101
12102 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12103
12104         * gnus.el (gnus-summary-line-format): Add %o.
12105
12106         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
12107         unless shell outputs something.
12108
12109 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12110
12111         * gnus-art.el (gnus-boring-article-headers): Better doc.
12112         (article-hide-headers): Better regexp.
12113         Suggested by Matt Swift <swift@alum.mit.edu>.
12114
12115         * nnheader.el (nnheader-max-head-length): Better doc.
12116         (nnheader-header-value): Skip spaces.
12117         (nnheader-parse-head): Remove space.
12118         Suggested by Matt Swift <swift@alum.mit.edu>.
12119
12120         * gnus-sum.el (gnus-summary-show-raw-article): New function.
12121         (gnus-get-newsgroup-headers): Remove space.
12122
12123 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12124
12125         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
12126         (gnus-summary-reply): Use it.
12127         (gnus-summary-reply-broken-reply-to): New function.
12128         (gnus-msg-force-broken-reply-to): New function.
12129
12130         * mm-view.el (mm-inline-text): Showing as text/plain when error.
12131
12132 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12133
12134         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
12135
12136 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12137
12138         * mm-decode.el (mm-external-terminal-program): New variable.
12139         (mm-display-external): Use it. Use term to display when no
12140         window-system.
12141
12142 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
12143
12144         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
12145         Browse->Next entries to Browse->Prev
12146
12147 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12148
12149         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
12150
12151 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12152
12153         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
12154         for the default encoding.
12155
12156         * nnrss.el (nnrss-url-field): New field.
12157         (nnrss-request-article): Add newsgroups.
12158
12159         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
12160
12161 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12162
12163         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
12164
12165         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
12166         (gnus-draft-setup): Remove backlog.
12167
12168 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12169
12170         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
12171         Cleanup.
12172
12173 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12174
12175         * gnus-msg.el (gnus-bug): Erase buffer.
12176
12177         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
12178
12179 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12180
12181         * mm-decode.el (mm-attachment-override-p): Fix typo.
12182
12183 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
12184
12185         * gnus-kill.el (gnus-execute): Work with the extra headers.
12186         * gnus-sum.el (gnus-summary-execute-command): Ditto.
12187
12188 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12189
12190         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
12191         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
12192
12193         * message.el (message-send-mail-real-function): New variable.
12194         (message-send-mail-partially, message-send-mail):
12195
12196         * nngateway.el (nngateway-request-post): Use it.
12197
12198         * gnus-agent.el (gnus-agentize): Use it.
12199
12200         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
12201         (nnsoup-revert-variables): Use it.
12202
12203 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
12204
12205         * mm-decode.el (mm-inline-media-tests): Default to displaying as
12206         text/plain if the type doesn't match any other media types.
12207         (mm-inlined-types): Doc fix.
12208         (mm-display-inline): Revert previous change (now handled by a
12209         default type in `mm-inline-media-tests'.
12210         (mm-inlinable-p): Revive.
12211         (mm-display-part): Call `mm-inlinable-p'.
12212         (mm-attachment-override-p): Ditto.
12213         (mm-inlined-p): Doc fix.
12214
12215         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
12216         well as `mm-inlined-p'.
12217
12218 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12219
12220         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
12221         (nntp-send-command-and-decode): Use gnus-point-at-bol.
12222
12223 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12224         From  Paul Jarc <prj@po.cwru.edu>
12225
12226         * message.el (message-use-mail-followup-to): New variable.
12227         (message-get-reply-headers): Use it.
12228
12229 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
12230
12231         * nnheader.el (nnheader-init-server-buffer): Make sure the
12232         *nntpd* buffer is made multibyte instead of a random buffer.
12233
12234 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12235
12236         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
12237         when it returns headers.
12238
12239 2001-07-07  Simon Josefsson  <jas@extundo.com>
12240
12241         * rfc2047.el (rfc2047-encode-message-header): Skip header when
12242         trying to fold. Thanks to Colin Walters
12243         <walters@cis.ohio-state.edu>
12244
12245 2001-07-06  Simon Josefsson  <jas@extundo.com>
12246
12247         * imap.el (imap-parse-address-list, imap-parse-flag-list)
12248         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
12249         Add information in `assert's.
12250
12251         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
12252         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
12253         and `nnimap-group-overview-filename', should handle all
12254         change-of-uidvalidity related issues.  But there may be other
12255         problems.)
12256
12257 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
12258
12259         * rfc2047.el (rfc2047-encode-message-header): Don't include the
12260         header name when folding.
12261
12262 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
12263
12264         * mm-decode.el (mm-inlined-types): Document relationship with
12265         `mm-inline-media-tests'.
12266         (mm-display-inline): Default to displaying as plain text if no
12267         inlining handler is available.
12268         (mm-inlinable-p): Remove.
12269         (mm-inlined-p): Don't call `mm-inlinable-p'.
12270         (mm-automatic-display-p): Ditto.
12271         (mm-attachment-override-p): Ditto.
12272
12273 2001-07-04  Simon Josefsson  <jas@extundo.com>
12274
12275         * nnimap.el (nnimap-importantize-dormant): New variable.
12276         (nnimap-request-update-info-internal): Use it.
12277         (nnimap-request-set-mark): Ditto.
12278
12279 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
12280
12281         * nntp.el (nntp-send-command): don't pass a buffer argument to
12282         `point'. Only XEmacs accepts this.
12283         * nntp.el (nntp-send-command-nodelete): ditto.
12284         * nntp.el (nntp-send-command-and-decode): ditto.
12285
12286 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
12287
12288         * nntp.el (nntp-open-connection-function): doc update.
12289         * nntp.el (nntp-pre-command): New.
12290         * nntp.el (nntp-via-rlogin-command): New.
12291         * nntp.el (nntp-via-telnet-command): New.
12292         * nntp.el (nntp-via-telnet-switches): New.
12293         * nntp.el (nntp-via-user-name): New.
12294         * nntp.el (nntp-via-user-password): New.
12295         * nntp.el (nntp-via-address): New.
12296         * nntp.el (nntp-via-envuser): New.
12297         * nntp.el (nntp-via-shell-prompt): New.
12298         * nntp.el (nntp-open-telnet-stream): New.
12299         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
12300         * nntp.el (nntp-open-via-telnet-and-telnet): New.
12301         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
12302         * nntp.el (nntp-send-command): ditto.
12303         * nntp.el (nntp-send-command-nodelete): ditto.
12304         * nntp.el (nntp-send-command-and-decode): ditto.
12305
12306 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
12307         Trivial patch.
12308
12309         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
12310         `when'.
12311
12312 2001-07-03  Simon Josefsson  <jas@extundo.com>
12313         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
12314
12315         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
12316
12317 2001-07-03  Simon Josefsson  <jas@extundo.com>
12318
12319         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
12320         remove it (workaround XEmacs `fill-region' bug).
12321
12322 2001-07-01  Simon Josefsson  <jas@extundo.com>
12323
12324         * nnimap.el (nnimap-date-days-ago): Defeat locale.
12325
12326 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12327
12328         * mml2015.el (mml2015-format-error): New function.
12329         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
12330         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
12331         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
12332
12333 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12334
12335         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
12336         Suggested by Christoph Conrad <C.Conrad@cli.de>.
12337
12338         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
12339         group variables.
12340
12341 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12342
12343         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
12344
12345         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
12346         (nnrss-save-group-data): Ditto.
12347
12348         * gnus-agent.el (gnus-agent-save-alist): Ditto.
12349
12350 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12351
12352         * message.el (message-do-send-housekeeping): Narrow to headers.
12353
12354 2001-06-24  Simon Josefsson  <jas@extundo.com>
12355
12356         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
12357         insertion when breaking lines looked for " \t" instead of "[ \t]".
12358         (rfc2047-encode-message-header): Fold lines even if
12359         no QP encoding is done.
12360
12361 2001-06-23  Simon Josefsson  <jas@extundo.com>
12362         From Samuel Tardieu <sam@inf.enst.fr>
12363
12364         * smime.el (smime-keys): Support additional certificates.
12365         (smime-make-certfiles): New function.
12366         (smime-sign-region): Use previous variables.
12367         (smime-get-certfiles): New function.
12368         (smime-sign-buffer): Use it.
12369         (smime-verify-region): Support both CAfile and CApath.
12370
12371 2001-06-23  Simon Josefsson  <jas@extundo.com>
12372
12373         * smime.el (smime-decrypt-region): Perhaps work.
12374
12375 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12376
12377         * gnus-msg.el (gnus-copy-article-buffer): Typo.
12378
12379 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
12380
12381         * mm-decode.el (mm-save-part): Rewrite file name.
12382         (mm-file-name-rewrite-functions): New variable.
12383         (mm-file-name-delete-whitespace): New function.
12384         (mm-file-name-trim-whitespace): New function.
12385         (mm-file-name-collapse-whitespace): New function.
12386         (mm-file-name-replace-whitespace): New variable and function.
12387
12388 2001-06-22  Simon Josefsson  <jas@extundo.com>
12389
12390         * message.el (message-make-date): Workaround locale for weekdays.
12391
12392 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12393
12394         * message.el (message-goto-body): Return nil if not found. (revert!)
12395
12396 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12397         From Fremlin <chief@bandits.org>
12398
12399         * message.el (message-goto-body): Some messages have no header.
12400
12401         * gnus-msg.el (gnus-copy-article-buffer): Use it.
12402
12403 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
12404
12405         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
12406
12407 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12408
12409         * message.el (message-make-date): Add week day.
12410         Suggested by Jason R. Mastaler <jason@mastaler.com>.
12411
12412 2001-06-19  Simon Josefsson  <jas@extundo.com>
12413
12414         * message.el (message-yank-prefix): Doc fix.
12415         (message-yank-cited-prefix): Ditto.
12416         (message-delete-not-region): Keep citation prefix on first line,
12417         if possible and appropriate.
12418
12419 2001-06-19  Simon Josefsson  <jas@extundo.com>
12420
12421         * imap.el (imap-process-connection-type): New variable.
12422         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
12423         recent `imtest's work completely (no line length issues), while
12424         making making old `imtest's unusable.  Thanks to NAGY Andras
12425         <nagya@inf.elte.hu> for his work.
12426
12427 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
12428
12429         * imap.el (imap-ssl-program): Add -quiet to shut up
12430         OpenSSL/SSLeay's internal debug talk.
12431
12432 2001-06-19  Matt Armstrong  <matt@lickey.com>
12433
12434         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
12435         server.
12436
12437 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12438
12439         * nnmail.el (nnmail-article-buffer): New variable.
12440         (nnmail-split-incoming): Use it.
12441
12442 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
12443
12444         * qp.el (quoted-printable-decode-region): If called interactively,
12445         use coding-system-for-read.
12446
12447 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12448
12449         * message.el (message-check-news-header-syntax): Check Reply-To.
12450
12451 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12452
12453         * mml.el (mml-parse-1): Use message options.
12454
12455         * message.el (message-do-fcc): Don't do anything if there is no
12456         FCC.
12457
12458 2001-06-16  Simon Josefsson  <jas@extundo.com>
12459
12460         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
12461         (nnimap-expunge-search-string): New variable.
12462         (nnimap-request-expire-articles): Use it.
12463
12464 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12465
12466         * message.el (message-send-mail-with-qmail): wrong exit status is
12467         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
12468
12469 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12470
12471         * gnus-art.el (article-strip-multiple-blank-lines): Use
12472         delete-region instead of replace-match.
12473
12474 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12475
12476         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
12477         (nnweb-google-wash-article): Ditto.
12478
12479 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
12480
12481         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
12482
12483 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12484
12485         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
12486         specs.
12487
12488 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12489
12490         * gnus.el (gnus-email-address): Move it here.
12491
12492         * gnus-art.el (article-de-quoted-unreadable): Read charset if
12493         requested.
12494         (article-de-base64-unreadable): Ditto.
12495         (article-wash-html): Ditto.
12496
12497 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12498
12499         * message.el (message-options-set-recipient): Don't add ", "
12500         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
12501
12502 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12503
12504         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
12505
12506 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12507
12508         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
12509         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
12510
12511         * nnrss.el (nnrss-node-text): Node might be nil.
12512
12513 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12514
12515         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
12516         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
12517
12518         * nnrss.el (nnrss-group-alist): More items.
12519
12520 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12521
12522         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
12523
12524 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12525         Trivial patch from Dale Hagglund  <rdh@best.com>
12526
12527         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
12528         restrict clauses.
12529
12530 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12531
12532         From Benjamin Rutt <brutt+news@bloomington.in.us>
12533
12534         * message.el (message-wide-reply-confirm-recipients): New variable.
12535
12536 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
12537         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
12538
12539         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
12540         fix so it works with XEmacs.
12541
12542 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12543
12544         * nnrss.el (nnrss-retrieve-headers): Support description as extra
12545         headers.
12546
12547 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12548
12549         * nnrss.el: Fix a few bugs.
12550
12551 2001-06-05  Simon Josefsson  <jas@extundo.com>
12552
12553         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
12554         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
12555
12556 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
12557
12558         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
12559         binary so that we don't transmit ISO 2022 garbage to the process.
12560         This is needed under XEmacs.
12561
12562 2001-06-03  Simon Josefsson  <simon@josefsson.org>
12563
12564         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
12565         autoloaded incorrectly below because ssl-program-* is bound.)
12566         Thanks to Amos Gouaux for report.
12567
12568 2001-06-02  Simon Josefsson  <simon@josefsson.org>
12569
12570         * imap.el (imap-kerberos4-open):
12571         (imap-gssapi-open):
12572         (imap-ssl-open):
12573         (imap-network-open):
12574         (imap-shell-open):
12575         (imap-starttls-open): Set buffer to workaround spurious
12576         `accept-process-output' buffer changes.  Thanks to Mats Lidell
12577         <Mats.Lidell@contactor.se> for report and partial patch and Jake
12578         Colman <colman@ppllc.com> for report.
12579
12580 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12581
12582         * gnus-sum.el (gnus-summary-catchup): New argument.
12583         (gnus-summary-catchup-from-here): New function.
12584
12585 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12586
12587         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
12588         back, then insert glyph.  (Before, the glyph was inserted first,
12589         then the newline.)  This works around a behavior in XEmacs where
12590         it is not possible to insert a character after a glyph which is at
12591         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
12592
12593 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12594
12595         From Jaap-Henk Hoepman (jhh@xs4all.nl).
12596
12597         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
12598         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
12599         mm-destroy-postponed-undisplay-list): New functions.
12600         (mm-display-external): Use them.
12601
12602 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12603
12604         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
12605         `default-low' when evaluating `gnus-summary-highlight'.
12606         From Raja R Harinath <harinath@cs.umn.edu>.
12607
12608 2001-05-27  Simon Josefsson  <simon@josefsson.org>
12609
12610         * message.el (message-yank-cited-prefix): New variable.
12611         (message-indent-citation): Use it.
12612
12613         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
12614         as details.
12615         (mml2015-mailcrypt-clear-verify): Ditto.
12616
12617 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12618         From Nevin Kapur <nevin@jhu.edu>.
12619
12620         * gnus-sum.el (gnus-summary-default-high-score,
12621         gnus-summary-default-low-score): New variables.
12622         (gnus-summary-highlight): Use them.
12623
12624 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
12625
12626         * message.el (message-mail): pass the 'send-actions argument to
12627         `message-setup'.
12628
12629 2001-05-16  Simon Josefsson  <simon@josefsson.org>
12630         From Raymond Scholz <ray-2001@zonix.de>
12631
12632         * gnus-art.el (gnus-mime-view-part-as-charset):
12633         (gnus-mime-internalize-part): Doc fixes.
12634
12635 2001-05-11  Simon Josefsson  <simon@josefsson.org>
12636
12637         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
12638         status lines without any text ("^215$").
12639
12640 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12641
12642         * nnrss.el (nnrss-check-group): Reverse.
12643
12644 2001-05-07  Simon Josefsson  <simon@josefsson.org>
12645
12646         * message.el (message-get-reply-headers):
12647         (message-followup): Fix typo, suggested by David Green
12648         <dgreen@uab.edu>
12649
12650 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12651
12652         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
12653
12654         * nnrss.el (nnrss-open-server): Read server data when it is called.
12655         (nnrss-request-expire-articles): Fix.
12656
12657 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12658
12659         * message.el (message-do-send-housekeeping): mail-abbrevs may
12660         rename buffer behind Gnus.
12661
12662 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12663
12664         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
12665         (nnrss-group-alist): Add more resources.
12666         (nnrss-check-group): Ignore errors.
12667
12668 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12669
12670         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
12671
12672         * nnslashdot.el (nnslashdot-request-list): Add time.
12673         (nnslashdot-request-expire-articles): New function.
12674
12675         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
12676         secondary methods too.
12677
12678 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12679
12680         * message.el (message-use-followup-to): Set default value to t.
12681
12682 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
12683
12684         * message.el (message-dont-reply-to-names): Fix documentation.
12685         (message-get-reply-headers): Use Mail-Followup-To only for wide
12686         replies.
12687
12688 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12689
12690         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
12691         correctly.
12692         (nnrss-check-group): Use time.
12693
12694 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12695
12696         * gnus.el: Oort Gnus v0.03 is released.
12697
12698 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12699
12700         * nnultimate.el (nnultimate-topic-article-to-article): Use the
12701         group.
12702
12703 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12704
12705         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
12706
12707 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12708
12709         * nnultimate.el (nnultimate-retrieve-headers): Return all
12710         available headers.
12711
12712         * gnus-sum.el (gnus-read-all-available-headers): New variable.
12713         (gnus-get-newsgroup-headers-xover): Use it.
12714
12715 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12716
12717         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
12718
12719 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12720
12721         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
12722
12723 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12724
12725         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
12726         disable it.
12727
12728         * gnus.el (gnus-info-nodes): Remove a few The's.
12729
12730 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12731
12732         * mail-source.el (mail-source-movemail): Call-process may return a
12733         signal description string.
12734
12735         * gnus-start.el (gnus-read-newsrc-el-file):
12736         gnus-newsrc-file-version may be nil.
12737
12738         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
12739         Suggested by Michael Sperber [Mr. Preprocessor]
12740         <sperber@informatik.uni-tuebingen.de>.
12741
12742 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
12743
12744         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
12745
12746 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
12747
12748         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
12749         fontify HANDLE.
12750
12751 2001-04-18  Simon Josefsson  <simon@josefsson.org>
12752
12753         * smime.el (smime-ask-passphrase): Rework to return value.
12754         (smime-sign-region): Rework to bind value and use it.
12755         (smime-decrypt-region): Ditto.
12756
12757 2001-04-18  Simon Josefsson  <simon@josefsson.org>
12758         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
12759
12760         * smime.el (smime-ask-passphrase): New function.
12761         (smime-sign-region): Use it.
12762         (smime-encrypt-cipher): New variable.
12763         (smime-decrypt-region): Ditto.
12764
12765 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
12766         Committed by Simon Josefsson  <simon@josefsson.org>
12767
12768         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
12769         the log.
12770
12771 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12772
12773         * gnus.el: Oort Gnus v0.02 is released.
12774
12775 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
12776
12777         * gnus.el: Oort Gnus v0.01 is released.
12778
12779 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12780
12781         * gnus-sum.el (gnus-summary-highlight): Highlight read
12782         undownloaded articles as read articles.
12783
12784         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
12785         (gnus-agent-get-undownloaded-list): Mark all undownloaded
12786         articles, even read ones, as such.
12787
12788         * gnus-sum.el (gnus-summary-find-matching): Clean up.
12789         (gnus-find-matching-articles): New function.
12790         (gnus-summary-limit-include-matching-articles): New command.
12791         (gnus-summary-limit-include-thread): Include articles that have
12792         matching subjects.
12793         (gnus-offer-save-summaries): Clean up.
12794
12795 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12796
12797         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
12798
12799 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12800         From Jason Merrill <jason_merrill@redhat.com>
12801
12802         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
12803
12804 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
12805         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12806
12807         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
12808         newsgroup names when the original article is a news message.
12809
12810 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12811
12812         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
12813         supported. Suggest by Jim Meyering <jim@meyering.net>.
12814
12815 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
12816         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
12817
12818         * nnmail.el (nnmail-split-it): Added check for .* at the end of
12819         regexp in nnmail-split-fancy.
12820
12821 2001-04-10  Simon Josefsson  <simon@josefsson.org>
12822
12823         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
12824
12825 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
12826
12827         * message.el (message-send-mail): Improve the interaction with the
12828         user.
12829
12830 2001-04-10  Simon Josefsson  <simon@josefsson.org>
12831
12832         * imap.el (imap-message-copy): Work around buggy servers that
12833         doesn't send TRYCREATE tags.
12834
12835 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
12836
12837         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
12838
12839 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12840
12841         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
12842         date.
12843
12844 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12845
12846         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
12847         lives.
12848
12849 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12850
12851         * gnus-art.el (gnus-parse-news-url): New function.
12852         (gnus-button-handle-news): New function.
12853         (gnus-button-alist): Point to new functions.
12854
12855         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
12856
12857         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
12858         gnus-format-specs.
12859
12860         * message.el (message-check-news-header-syntax): Question even
12861         when Gnus doesn't know the group names.
12862         (message-send-news): Clean up.
12863
12864         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
12865         exited on purpose without saving.
12866
12867         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
12868
12869 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12870
12871         * gnus-score.el (gnus-score-orphans): Clean up.
12872
12873         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
12874
12875         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
12876         later.
12877
12878         * gnus-start.el (gnus-close-all-servers): Find the right items to
12879         close.
12880
12881         * qp.el (quoted-printable-decode-region): Just message
12882         malformation; don't quit.
12883
12884 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12885         From Gerd Moellmann <gerd@gnu.org>.
12886
12887         * gnus.el (gnus-interactive): A typo.
12888
12889 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
12890         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12891
12892         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
12893         `assq-delete-all', if that function exists; otherwise use the old
12894         definition. Documentation changed to match the one in
12895         `assq-delete-all'.
12896
12897 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12898
12899         * gnus-start.el (gnus-close-all-servers): New function.
12900
12901         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
12902         (gnus-server-remove-denials): Clean up.
12903
12904         * gnus-sum.el (gnus-summary-sort-by-original): New command and
12905         keystroke.
12906
12907 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12908
12909         * message.el (message-send-news): Message where we are sending.
12910         (message-send-mail): Ditto.
12911
12912         * gnus.el (gnus-server-string): New function.
12913
12914         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
12915
12916         * mm-decode.el (mm-default-directory): Customized.
12917         (mm-tmp-directory): Ditto.
12918
12919         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
12920         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
12921         or Chars.
12922         (gnus-summary-line-format-alist): ?l is now a string.
12923         (gnus-summary-prepare-threads): Output ? for unknown lines.
12924         (gnus-summary-insert-line): Ditto.
12925         (gnus-summary-print-article): Unbalanced parentheses.
12926
12927         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
12928         out whether new stuff has arrived.
12929
12930 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
12931
12932         * gnus-sum.el: Let printing work on ttys on Emacs.
12933
12934 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12935
12936         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
12937         when forcing news.
12938
12939         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
12940         command.
12941
12942 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
12943
12944         * message.el (message-set-auto-save-file-name): Don't use
12945         asterisks under nt.
12946
12947 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12948
12949         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
12950         lists of articles.
12951
12952         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
12953
12954         * gnus-msg.el (gnus-put-message): Clean up.
12955         (gnus-summary-reply): Mark all replied-to articles as replied to.
12956         (gnus-inews-add-send-actions): Also mark as forwarded.
12957         (gnus-summary-mail-forward): Mark as forwarded.
12958
12959         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
12960         of articles.
12961         (gnus-summary-mark-article-as-forwarded): Ditto.
12962
12963         * gnus-msg.el (gnus-summary-resend-message): Mark article as
12964         forwarded.
12965         (gnus-summary-mail-forward): Clean up.
12966
12967         * gnus.el (gnus-article-mark-lists): Added forward.
12968
12969         * gnus-sum.el (gnus-forwarded-mark): New variable.
12970         (gnus-summary-prepare-threads): Use it.
12971         (gnus-summary-update-secondary-mark): Ditto.
12972         (gnus-newsgroup-forwarded): New variable.
12973
12974 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12975
12976         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
12977         (gnus-summary-very-wide-reply): New command and keystroke.
12978         (gnus-summary-very-wide-reply-with-original): Ditto.
12979
12980         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
12981         (gnus-score-adaptive): Use it.
12982
12983         * gnus-start.el (gnus-get-unread-articles): Clean up.
12984
12985 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12986
12987         * nnultimate.el (nnultimate-retrieve-headers): Work for other
12988         boards.
12989
12990 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
12991
12992         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
12993         * gnus-start.el (gnus-subscribe-newsgroup): use it.
12994
12995 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12996
12997         * nnultimate.el (nnultimate-retrieve-headers): Understand
12998         long-form month names.
12999
13000 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13001
13002         * gnus-sum.el (gnus-summary-show-all-headers):
13003         gnus-article-show-all-headers is broken. Use
13004         gnus-summary-toggle-header instead.
13005
13006         * mml2015.el (mml2015-gpg-extract-from): No error.
13007
13008 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13009         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
13010
13011         * mml2015.el (mml2015-gpg-extract-from): New function.
13012         (mml2015-gpg-verify): Use it.
13013         (mml2015-gpg-clear-verify): Use it.
13014
13015 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13016
13017         * message.el (message-setup-fill-variables): Use
13018         fill-paragraph-function.
13019         (message-fill-paragraph): Take an argument.
13020         (message-newline-and-reformat): Take another argument.
13021
13022 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13023
13024         * message.el (rmail-output): It is in rmailout.el not rmail.el.
13025
13026 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13027
13028         * message.el (message-forward): local-variable-p takes an extra
13029         argument in XEmacs.
13030
13031 2001-03-16  Simon Josefsson  <simon@josefsson.org>
13032
13033         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
13034         `nnimap-use-nov-p' (it really tested the negative).
13035         (nnimap-retrieve-headers): Use it.
13036
13037 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13038
13039         * message.el (message-generate-headers-first): Update doc.
13040
13041 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
13042         Trivial patch.
13043
13044         * gnus.el (gnus-summary-line-format): Typo.
13045
13046 2001-03-11  Simon Josefsson  <simon@josefsson.org>
13047
13048         * mailcap.el (mailcap-mime-data): Add application/sieve.
13049         (mailcap-mime-extensions): Add .siv, .xls.
13050
13051 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13052         From Christoph Conrad <christoph.conrad@gmx.de>
13053
13054         * gnus-score.el (gnus-summary-lower-thread): Typo.
13055
13056 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13057
13058         * message.el (message-forward-decoded-p): New variable.
13059         (message-forward-subject-author-subject): Use it.
13060         (message-make-forward-subject): Use it.
13061         (message-forward): Use it.
13062
13063         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
13064
13065         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
13066         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
13067
13068 ;;Has been fixed -- zsh.
13069 ;;2001-03-05  Dave Love  <fx@gnu.org>
13070 ;;
13071 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
13072 ;;      Move it after definition of mm-coding-system-p.
13073 ;;
13074 2001-03-01  Dave Love  <fx@gnu.org>
13075
13076         * mm-util.el (mm-inhibit-file-name-handlers): Add
13077         image-file-handler.
13078
13079 2001-02-11  Dave Love  <fx@gnu.org>
13080
13081         * message.el (message-signature-file): Fix doc, :type.
13082
13083 2001-02-08  Dave Love  <fx@gnu.org>
13084
13085         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
13086         (message-posting-charset): Defvar when compiling again.
13087         (rfc2047-encodable-p): Require message.
13088
13089         * gnus-sum.el (gnus-alter-articles-to-read-function):
13090         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
13091
13092 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13093
13094         * nnrss.el: New file.
13095
13096 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
13097         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13098
13099         * rfc2047.el (rfc2047-unfold-region): Fix arg of
13100         `skip-chars-forward'.
13101
13102 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13103
13104         * nndraft.el (nndraft-request-group): Restore auto save files if
13105         the original files do not exist.
13106
13107 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13108
13109         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
13110         SCORE paths.
13111
13112         * mm-decode.el (mm-dissect-buffer): Call
13113         mail-extract-address-components only if necessary.
13114
13115 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13116
13117         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
13118         directory part.
13119         (gnus-score-search-global-directories): Use file-directory-p.
13120
13121         * gnus-score.el (gnus-score-score-files-1): Use
13122         gnus-kill-files-directory.
13123         From Adrian Aichner <adrian@xemacs.org>.
13124
13125 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13126
13127         * gnus.el (charset): Move here from gnus-sum.el.
13128
13129 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13130
13131         * mml.el (mml-preview): Disable local map.
13132
13133         * gnus-sum.el (gnus-summary-make-menu-bar): Make
13134         gnus-article-post-menu here.
13135
13136         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
13137         if it has not been made.
13138
13139 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13140
13141         * gnus-art.el (gnus-article-describe-key): Map key to event.
13142         (gnus-article-describe-key-briefly): Ditto
13143
13144 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13145
13146         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
13147
13148 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13149         From Katsumi Yamaoka <yamaoka@jpl.org>.
13150
13151         * dgnushack.el (coerce, merge, subseq): defmacro.
13152
13153 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13154
13155         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
13156         A fake defalias in nndraft.el results a not-activated bug in
13157         uncompiled versions.
13158
13159 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
13160         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13161
13162         * gnus-util.el (gnus-split-references): Handle malformed References:.
13163
13164 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13165
13166         * gnus-art.el (gnus-article-mime-part-status): 1 part.
13167
13168 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13169         From NAGY Andras <nagya@inf.elte.hu>.
13170
13171         * gnus.el (gnus-parameters): Typo.
13172
13173 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13174
13175         * gnus.el (gnus-read-method): Remove redundancy.
13176
13177 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13178
13179         * nnslashdot.el (nnslashdot-backslash-url): New variable.
13180         (nnslashdot-request-list): Use it.
13181
13182 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13183
13184         * nnml.el (nnml-generate-active-info): Fix the case when there is
13185         no file.
13186
13187         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
13188         (gnus-summary-create-article): New function.
13189
13190         * gnus-group.el (gnus-group-mark-article-read): New function.
13191
13192         * gnus-msg.el (gnus-inews-do-gcc): Use it.
13193
13194         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
13195
13196 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13197
13198         * gnus-art.el (gnus-article-edit-done): Don't use
13199         gnus-article-edit-exit.
13200         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
13201
13202         * gnus.el (gnus-parameters): New variable.
13203         Suggested by NAGY Andras <nagya@inf.elte.hu>.
13204         (gnus-parameters-get-parameter): New function.
13205         (gnus-group-find-parameter): Use it.
13206
13207 2001-02-23  Simon Josefsson  <simon@josefsson.org>
13208
13209         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
13210         change of default value to `current'.
13211
13212 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13213
13214         * nneething.el (nneething-get-head): Insert unreadable file too.
13215
13216 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13217
13218         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
13219
13220         * webmail.el (webmail-type-definition): Deja is bought by google.
13221
13222 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13223
13224         * gnus-sum.el (gnus-fetch-headers): New function.
13225         (gnus-select-newsgroup): Use it.
13226         (gnus-summary-insert-articles): New function.
13227         (gnus-summary-insert-old-articles): New function.
13228         (gnus-summary-insert-new-articles): New function.
13229
13230         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
13231         (gnus-group-list-active): Ditto.
13232         * gnus-sum.el (gnus-set-mode-line): Ditto.
13233         (gnus-summary-read-group-1): Ditto.
13234
13235 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13236
13237         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
13238         current topic.
13239
13240 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13241
13242         * smiley.el (gnus-smiley-display): Don't do widening.
13243
13244         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
13245         within body.
13246
13247         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
13248
13249         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
13250         New variable.
13251         (gnus-mime-display-multipart-related-as-mixed): New variable.
13252         (gnus-mime-display-part): Use them.
13253
13254 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13255
13256         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
13257         something special.
13258
13259 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13260
13261         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
13262         (nnweb-request-article): Call reference if exists.
13263         (nnweb-type-definition): Dejanews is bought by google.com.
13264         Beta!
13265
13266 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13267
13268         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
13269
13270 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13271
13272         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
13273         gnus-article-sort-functions.
13274         (gnus-article-sort-functions): Doc fix.  Refer to
13275         gnus-thread-sort-functions.
13276
13277 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13278         From Paul Jarc <prj@po.cwru.edu>.
13279
13280         * message.el (message-get-reply-headers): More fixes.
13281
13282 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
13283         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13284
13285         * message.el (message-get-reply-headers): Fix bug with
13286         Mail-Followup-To/to-address interaction.
13287
13288 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13289
13290         * gnus-msg.el (gnus-configure-posting-styles): Match header in
13291         gnus-article-copy.
13292
13293 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13294
13295         * message.el (message-do-send-housekeeping): Rename to a better
13296         name.
13297
13298 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13299
13300         * message.el (message-cancel-news): Check article first, then ask
13301         yes or no.
13302
13303 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13304
13305         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
13306
13307 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13308
13309         * gnus-range.el (gnus-range-normalize): New function.
13310
13311 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
13312
13313         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
13314
13315 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13316
13317         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
13318
13319         * nnagent.el (nnagent-request-regenerate): New function.
13320
13321         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
13322
13323         * nnml.el (nnml-generate-nov-databases): Accept argument
13324         server. Don't open server if it is opened.
13325         (nnml-request-regenerate): Use it. Change to deffoo.
13326
13327 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13328         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13329
13330         * gnus.el (gnus-define-group-parameter): Fix.
13331
13332 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13333
13334         * gnus.el (gnus-define-group-parameter): Improved.
13335
13336         * gnus-sum.el (charset): Define parameter.
13337         (ignored-charsets): Ditto.
13338         (gnus-summary-setup-default-charset): Use them.
13339
13340         * gnus-start.el (gnus-read-descriptions-file): Use them.
13341
13342         * gnus-cus.el (gnus-group-parameters): Remove them.
13343
13344 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13345
13346         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
13347
13348 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13349
13350         * gnus-sum.el (gnus-summary-read-group-1): Remove
13351         gnus-summary-set-local-parameters.
13352         (gnus-summary-setup-buffer): Put it here.
13353
13354 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13355
13356         * gnus.el (to-address): Define parameter.
13357         (to-list): Ditto.
13358         * gnus-art.el (article-hide-boring-headers): Use them.
13359         * gnus-msg.el (gnus-post-news): Ditto.
13360         * gnus-cus.el (gnus-group-parameters): Remove them.
13361
13362 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13363
13364         * gnus-draft.el (gnus-draft-reminder): New function.
13365
13366         * gnus-art.el (gnus-sender-save-name): New function.
13367
13368 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13369
13370         * mm-util.el (mm-mime-charset): Error message.
13371
13372 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13373
13374         * message.el (message-check-news-body-syntax): Don't check mml lines.
13375
13376 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13377
13378         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
13379         subscribe.
13380
13381         * gnus-start.el (gnus-call-subscribe-functions): New function.
13382         (gnus-find-new-newsgroups): Use it.
13383         (gnus-ask-server-for-new-groups): Use it.
13384         (gnus-check-first-time-used): Use it.
13385         (gnus-subscribe-newsgroup-method): Grok a list of functions.
13386         (gnus-subscribe-options-newsgroup-method): Ditto.
13387         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
13388         return .
13389
13390 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13391
13392         * gnus-cus.el (gnus-score-customize): Doc fix.
13393
13394 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
13395
13396         * dgnushack.el (my-getenv): Typo.
13397
13398 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13399
13400         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
13401
13402 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13403
13404         * gnus-group.el (gnus-group-suspend): Offer save summaries.
13405
13406         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
13407         (gnus-treatment-function-alist): Use it.
13408         (article-remove-leading-whitespace): New function.
13409         (gnus-article-make-menu-bar): Use it.
13410
13411         * gnus-sum.el (gnus-summary-wash-empty-map): Add
13412         remove-leading-whitespace.
13413         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
13414         because of conflict.
13415
13416 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13417
13418         * Makefile.in: Hack generating gnus-load.el.
13419         * dgnushack.el: Ditto.
13420         * gnus-load.el: Remove it.
13421
13422 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13423
13424         * dgnushack.el : Add URLDIR.
13425
13426         * Makefile.in (EMACS_COMP): Ditto.
13427
13428 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13429
13430         * gnus-cus.el (gnus-score-customize): Error on no score file.
13431
13432 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13433
13434         * mm-decode.el (mm-merge-handles): New function.
13435
13436         * mm-view.el (mm-inline-message): Use it.
13437         (mm-view-message): Ditto.
13438
13439         * mm-partial.el (mm-inline-partial): Ditto.
13440
13441         * mm-extern.el (mm-inline-external-body): Ditto.
13442
13443         * gnus-art.el (gnus-mime-view-part): Ditto.
13444         (gnus-mime-view-part-as-type): Ditto.
13445         (gnus-mime-save-part-and-strip): Prevent users to strip in some
13446         cases.
13447
13448 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13449
13450         * message.el (message-cancel-news): Allow to shoot foot.
13451         (message-supersede): Ditto.
13452
13453 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
13454         Trivial patch.
13455
13456         * gnus-sum.el (gnus-simplify-subject-re): Use
13457         message-subject-re-regexp.
13458
13459 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13460
13461         * nnmail.el (nnmail-expiry-target-group): Bind
13462         nnmail-cache-accepted-message-ids to nil.
13463
13464         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
13465         coding system.
13466
13467 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13468
13469         * qp.el (quoted-printable-encode-region): Make sure characters are
13470         between 00 and FF.  Don't check charset.
13471
13472         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
13473         in Emacs 20.
13474         * rfc2047.el (rfc2047-q-encode-region): Ditto.
13475
13476 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13477
13478         * message.el (message-make-forward-subject): Argument decoded.
13479         (message-forward): Use it when digest.
13480
13481         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
13482         buffer.
13483
13484 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13485
13486         * message.el (message-generate-headers-first): Doc fix.
13487
13488 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13489
13490         * gnus-art.el (article-make-date-line): Error proof.
13491
13492 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13493
13494         * gnus-group.el (gnus-group-listing-limit): New variable.
13495         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
13496
13497         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
13498
13499 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13500
13501         * message.el (message-newline-and-reformat): Special case for
13502         breaking at BOL.
13503
13504 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
13505
13506         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
13507         message/rfc822.
13508
13509 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13510
13511         * message.el (message-encode-message-body): Don't insert
13512         Content-Type if it is inside a mail.
13513
13514 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13515
13516         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
13517         gnus-article-commands-menu.
13518
13519         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
13520         in Emacs.
13521
13522         * gnus-start.el (gnus-read-descriptions-file): Use
13523         gnus-group-name-charset and gnus-group-charset-alist.
13524
13525 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13526
13527         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
13528         active region.
13529
13530         * gnus-start.el (gnus-group-change-level): Remove from both
13531         gnus-zombie-list and gnus-killed-list.
13532
13533 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13534
13535         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
13536         gnus-subscribe-topics.
13537
13538         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
13539
13540 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13541
13542         * gnus-art.el (gnus-article-make-menu-bar): Make
13543         gnus-article-post-menu.
13544
13545         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
13546
13547         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
13548
13549         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
13550
13551         * message.el (message-mode-menu): Ditto.
13552
13553         * gnus-art.el (defvar): eval-when-compile.
13554
13555 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13556
13557         * gnus-agent.el (gnus-agentize): Fix doc.
13558
13559 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
13560
13561         * mml.el (mml-preview): Bind `q'.
13562
13563 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13564
13565         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
13566
13567 2001-01-31  Dave Love  <fx@gnu.org>
13568
13569         * mm-util.el (mm-mime-mule-charset-alist)
13570         (mm-find-mime-charset-region): Consider mule-utf-8.
13571
13572 2001-01-31  Dave Love  <fx@gnu.org>
13573
13574         * gnus-art.el (gnus-article-x-face-command)
13575         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
13576         :version.
13577
13578 2001-01-26  Dave Love  <fx@gnu.org>
13579
13580         * mm-util.el (mm-multibyte-string-p): New.
13581
13582 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
13583 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
13584 ;;      string-as-multibyte on class.  Clarify line-folding.
13585         (quoted-printable-encode-string): Make temp buffer inherit
13586         string's multibyteness.
13587
13588 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
13589
13590         * nnheader.el (toplevel): Don't require `gnus-util' at
13591         compile-time; this creates a circular dependency, and prevents
13592         a bootstrap.
13593
13594 2001-01-22  Andreas Schwab  <schwab@suse.de>
13595
13596         * nnheader.el (gnus-delete-line): Autoload it as a macro.
13597
13598 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13599
13600         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
13601
13602         * gnus-art.el (article-hide-list-identifiers): Ditto.
13603
13604         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
13605
13606 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13607
13608         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
13609
13610         * gnus-art.el (article-hide-list-identifiers): Similar.
13611
13612 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
13613
13614         * nnmail.el (nnmail-remove-list-identifiers): Improved.
13615
13616 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13617
13618         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
13619
13620 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13621
13622         * gnus-util.el (gnus-string-equal): New function.
13623
13624         * gnus-art.el (article-hide-boring-headers): Use it.
13625
13626 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
13627
13628         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
13629
13630 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13631
13632         * gnus-msg.el (gnus-msg-mail): Support switch-action.
13633
13634 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13635
13636         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
13637         command if there is not last-saver.
13638
13639 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13640
13641         * nntp.el (nntp-open-connection): 201 is possible.
13642
13643 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13644
13645         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
13646         (rfc2047-charset-encoding-alist): Add big5.
13647
13648 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13649
13650         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
13651         (gnus-agent-remove-server): Ditto.
13652         (autoload): gnus-server-update-server.
13653
13654         * gnus-srvr.el (gnus-server-line-format): Add %a.
13655         (gnus-server-line-format-alist): Add gnus-tmp-agent.
13656         (gnus-server-insert-server-line): Use it.
13657
13658 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13659
13660         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
13661         GB2312 and Big5.
13662
13663 2001-01-24  Simon Josefsson  <sj@extundo.com>
13664
13665         * mail-source.el (mail-sources): Add :program specifier to IMAP
13666         mail source.
13667         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
13668
13669 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13670
13671         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
13672
13673 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13674
13675         * nntp.el (nntp-wait-for): Return the success code.
13676         (nntp-open-connection): Use it.
13677
13678 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13679
13680         * gnus-int.el (gnus-check-server): Allow breaking the opening.
13681
13682 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13683
13684         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
13685
13686 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13687
13688         * gnus-sum.el (gnus-summary-print-article): Take one prefix
13689         argument. Allow to print several articles in one file.
13690
13691 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13692
13693         * webmail.el (webmail-type-definition): netaddress changes.
13694
13695 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13696
13697         * gnus.el: Fix copyright. Remove trailing spaces.
13698
13699         * message.el (message-forward): Use mule4.
13700
13701 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13702
13703         * mm-util.el (mm-string-as-unibyte): New function.
13704
13705         * message.el (message-forward): Use it.
13706
13707 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13708
13709         * message.el (message-cite-original-without-signature): Don't peel
13710         off the blank line.
13711         (message-get-reply-headers): Add Cc if it is not in follow-to.
13712
13713 2001-01-20  Simon Josefsson  <sj@extundo.com>
13714
13715         * mm-decode.el (mm-handle-multipart-from): Add.
13716         (mm-dissect-buffer): Save From: header value.
13717         (mm-security-from): Remove.
13718         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
13719
13720         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
13721         instead of `mml-security-from'.  Protect null from value.
13722
13723 2001-01-20  Simon Josefsson  <sj@extundo.com>
13724
13725         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
13726         application/vnd.ms-excel attachments.
13727
13728 2001-01-19  Simon Josefsson  <sj@extundo.com>
13729
13730         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
13731
13732 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13733
13734         * message.el (message-ignored-mail-headers): Ditto.
13735
13736 2001-01-19  Simon Josefsson  <sj@extundo.com>
13737
13738         * message.el (message-ignored-news-headers): Only search beginning
13739         of line.
13740
13741 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
13742         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
13743
13744         * message.el (message-send-mail): Content-Type may not be there.
13745
13746 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13747
13748         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
13749         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
13750
13751         * gnus-art.el (article-display-x-face): Insert X-Face if there is
13752         not.
13753
13754 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13755
13756         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
13757         non-native groups.
13758
13759 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13760
13761         * message.el (message-yank-original): Understand
13762         universal-argument.
13763
13764 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13765
13766         * gnus-art.el (gnus-boring-article-headers): Add to-address.
13767         (article-hide-boring-headers): Ditto.
13768
13769         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
13770
13771 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13772
13773         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
13774         one.
13775
13776 2001-01-16  Simon Josefsson  <simon@josefsson.org>
13777
13778         * message.el (message-make-in-reply-to): Add comment to message-id
13779         (old syntax, see 2000-08-02 change).
13780
13781 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13782
13783         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
13784         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
13785         (gnus-button-reply): Ditto.
13786
13787 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13788
13789         * gnus-art.el (article-display-x-face): Fix.
13790
13791 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13792
13793         * gnus-art.el (article-display-x-face): Use
13794         gnus-original-article-buffer.
13795
13796 2001-01-15  Jack Twilley  <jmt@tbe.net>
13797
13798         * message.el (message-add-header): Move to point-max.
13799
13800 2001-01-15  Simon Josefsson  <simon@josefsson.org>
13801
13802         * smime.el (smime-CA-directory, smime-CA-file): Change default to
13803         nil, improve documentation.
13804         (smime-certificate-directory): Comment out false hints (until it
13805         is implemented).
13806
13807         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
13808         there aren't any keys.
13809         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
13810         verify certificate.  Default is changed to only check integrity.
13811         Improved security status texts.  If a certificate doesn't contain
13812         a email address, don't fail.
13813
13814         * smime.el (smime-noverify-region):
13815         (smime-noverify-buffer): New functions.  Verifies integrity only.
13816
13817 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13818
13819         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
13820
13821 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13822
13823         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
13824         (gnus-remove-some-windows): Ditto.
13825
13826 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13827
13828         * gnus-art.el (article-make-date-line): 11th.
13829
13830 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13831
13832         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
13833         (mml2015-gpg-sign): Ditto.
13834
13835 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13836
13837         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
13838         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
13839
13840 2001-01-08  Dave Love  <fx@gnu.org>
13841
13842         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
13843         single character.
13844
13845         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
13846
13847         * message.el: Doc and message fixes.
13848         (message-send-rename-function)
13849         (message-make-forward-subject-function)
13850         (message-send-mail-function, message-reply-to-function)
13851         (message-wide-reply-to-function, message-followup-to-function)
13852         (message-distribution-function, message-auto-save-directory): Fix
13853         :type.
13854
13855         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
13856         proceeding after warnings.  Amend multipart warning message.
13857
13858 2001-01-04  Dave Love  <fx@gnu.org>
13859
13860         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
13861         compiling.
13862         (gnus-make-directory): Require nnmail.
13863
13864         * mm-decode.el (mm-inline-media-tests): Add
13865         image/x-portable-bitmap.
13866         (mm-get-image): Grok pbm.
13867
13868 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
13869
13870         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
13871
13872 2001-01-09  Didier Verna  <didier@xemacs.org>
13873
13874         * dgnushack.el (dgnushack-compile): give a dummy value to
13875         `gnus-xmas-glyph-directory' for the time of compilation.
13876         * gnus-agent.el: moved some XEmacs specific hook add-ons from
13877         `gnus-xmas-[re]define' to avoid loosing user custom settings.
13878         * gnus-art.el: ditto.
13879         * gnus-group.el: ditto.
13880         * gnus-salt.el: ditto.
13881         * gnus-sum.el: ditto.
13882         * gnus-topic.el: ditto.
13883         * gnus-xmas.el (gnus-xmas-define): see above.
13884         * gnus-xmas.el (gnus-xmas-redefine): see above.
13885         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
13886         non-continuable error when the directory can't be found.
13887
13888 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13889
13890         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
13891         handle.
13892         * gnus-art.el (gnus-mime-view-part): Copy it.
13893         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
13894
13895 2001-01-09  Michael Downes  <mjd@ams.org>
13896
13897         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
13898
13899 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13900
13901         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
13902         orig-file. Use ',source.
13903
13904 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13905
13906         * gnus-xmas.el (gnus-xmas-modeline-glyph):
13907         (gnus-xmas-group-startup-message):
13908         Detect gnus-xmas-glyph-directory when it is nil.
13909
13910 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13911
13912         * pop3.el (pop3-get-message-count): Andrew Innes
13913         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
13914
13915 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13916
13917         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
13918
13919         * time-date.el (time-to-number-of-days): New function.
13920
13921 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
13922         Trivial patch.
13923
13924         * nnslashdot.el (nnslashdot-request-list): Always get the right
13925         sid.
13926
13927 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13928
13929         * message.el (message-minibuffer-local-map): New keymap.
13930         (message-read-from-minibuffer): Use it.
13931         * gnus-msg.el (gnus-summary-resend-message): Use it
13932
13933 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13934
13935         * gnus-start.el (gnus-display-time-event-handler): New function.
13936         (gnus-after-getting-new-news-hook): Use it.
13937
13938 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13939
13940         * message.el (message-ignored-mail-headers): Add draft header.
13941
13942 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13943
13944         * gnus-sum.el (gnus-summary-expire-articles): Don't save
13945         excursion.
13946
13947         * nnslashdot.el (nnslashdot-request-list): Get the right year.
13948
13949 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
13950         A revoked patch.
13951
13952         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
13953
13954 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13955
13956         * qp.el (quoted-printable-decode-region): Don't backward-char.
13957
13958 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13959
13960         * gnus-draft.el: Mark articles as replied.
13961
13962         * gnus-sum.el (gnus-summary-add-mark): New function.
13963
13964         * gnus-group.el (gnus-add-mark): New function.
13965
13966         * gnus-sum.el (gnus-summary-buffer-name): New function.
13967         (gnus-summary-setup-buffer): Use it.
13968
13969         * gnus-draft.el: Set things up with the right post method and
13970         stuff.
13971
13972         * message.el (message-ignored-news-headers): Remove X-Draft-From.
13973
13974         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
13975
13976         * gnus.el (gnus-draft-meta-information-header): New variable.
13977
13978 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13979
13980         * gnus-art.el (gnus-treatment-function-alist): Move the date
13981         functions before the header sorting functions.
13982
13983         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
13984
13985         * dgnushack.el (dgnushack-compile): Message whether there is w3.
13986         Don't (push "/usr/share/emacs/site-lisp" load-path).
13987
13988         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
13989         to empty fill prefixes.
13990
13991 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13992
13993         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
13994         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
13995
13996 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13997
13998         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
13999
14000         * nnml.el (autoload): Move to nnheader.el.
14001
14002         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
14003         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
14004         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
14005         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
14006
14007 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14008
14009         * gnus-art.el (article-make-date-line): Get the hours right.
14010         (gnus-ignored-headers): More hiding.
14011
14012         * nnmail.el (nnmail-expiry-wait): Not an integer.
14013
14014         * message.el (message-goto-body): Only expand abbrev when called
14015         interactively.
14016         (message-make-lines): Use it.
14017
14018 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14019
14020         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
14021
14022 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14023
14024         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
14025         include the expunged articles.
14026
14027         * gnus-group.el (gnus-group-sort-by-server): New function.
14028
14029         * gnus.el (gnus-method-to-server-name): New function.
14030         (gnus-group-prefixed-name): Use it.
14031
14032         * gnus-group.el (gnus-group-sort-function): Doc fix.
14033         (gnus-group-sort-groups-by-server): New command.
14034
14035 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14036
14037         * gnus-art.el (gnus-treat-date-english): New variable.
14038         (article-date-english): New command.
14039         (gnus-english-month-names): New variable.
14040         (article-make-date-line): Do 'english.
14041
14042         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
14043         after the fill prefix.
14044
14045         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
14046         score...".
14047
14048         * gnus-art.el (gnus-ignored-headers): Hide more headers.
14049
14050         * message.el (message-mode-map): Bind comment-region.
14051
14052         * gnus-art.el (gnus-mime-display-part): Let w3 display
14053         multipart/related.
14054
14055         * mm-bodies.el (mm-long-lines-p): New function.
14056         (mm-body-encoding): Use it.
14057         (mm-body-encoding): Encode articles with lines longer than 1000
14058         characters.
14059
14060 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14061
14062         * mm-util.el (mm-enable-multibyte): Use
14063         default-enable-multibyte-characters.
14064         (mm-enable-multibyte-mule4): Ditto.
14065         (mm-disable-multibyte): Test XEmacs.
14066         (mm-disable-multibyte-mule4): Ditto.
14067         (mm-with-unibyte-current-buffer): Simplified.
14068         (mm-with-unibyte-current-buffer-mule4): Ditto.
14069
14070 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14071
14072         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
14073
14074         * nnheader.el (nnheader-string-as-multibyte): New alias.
14075
14076         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
14077
14078         * gnus-uu.el (gnus-message-process-mark): New function.
14079         (gnus-uu-mark-by-regexp): Use it.
14080         (gnus-new-processable): New function.
14081
14082 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
14083          Trivial patch.
14084
14085         * gnus-sum.el (gnus-no-mark): New variable.
14086
14087 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14088
14089         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
14090         backslashes.
14091
14092 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14093
14094         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
14095         definition.
14096
14097 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14098
14099         * dgnushack.el (dgnushack-compile): elc is in the current directory.
14100
14101         * qp.el (quoted-printable-encode-region): Don't check multibyte in
14102         XEmacs.
14103
14104 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
14105         Trivial patch.
14106
14107         * mml.el (mml-read-tag): Save tag location.
14108
14109 2000-12-25  Simon Josefsson  <simon@josefsson.org>
14110
14111         * starttls.el: Sync with Emacs 21.
14112
14113 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14114
14115         * message.el (message-mail): Support yank-action.
14116
14117         * message.el (message-setup): Revoke the last change.
14118
14119 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14120
14121         * message.el (message-setup): Use cons. Suggested by Johan Vromans
14122         <jvromans@squirrel.nl>.
14123
14124 2000-12-24  Simon Josefsson  <sj@extundo.com>
14125
14126         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
14127         mailing list junk at end of part.
14128
14129 2000-12-23  Simon Josefsson  <sj@extundo.com>
14130
14131         * nnimap.el (nnimap-expiry-target): New function.
14132         (nnimap-request-expire-articles): Use it.
14133
14134 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14135
14136         * gnus.el (gnus-group-parameters-more): New variable.
14137         * gnus-cus.el (gnus-group-customize): Use it.
14138
14139         * gnus.el (gnus-define-group-parameter): New macro.
14140         (auto-expire): Use it
14141         (total-expire): Use it.
14142         * gnus-art.el (banner): Use it.
14143
14144         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
14145         <ljz@asfast.com>.
14146
14147 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14148
14149         * gnus-topic.el (gnus-topic-create-topic): Use list.
14150
14151         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
14152         before binding gnus-default-article-saver.
14153
14154         * gnus-sum.el (gnus-summary-save-article):
14155         (gnus-summary-pipe-output):
14156         (gnus-summary-save-article-mail):
14157         (gnus-summary-save-article-rmail):
14158         (gnus-summary-save-article-file):
14159         (gnus-summary-write-article-file):
14160         (gnus-summary-save-article-body-file): Ditto.
14161
14162         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
14163
14164 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14165
14166         * gnus-art.el (gnus-mime-security-button-map):
14167         (gnus-mime-button-map): Add parent.
14168
14169 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14170
14171         * messagexmas.el (message-xmas-redefine): New function.
14172
14173         * message.el: Use it.
14174
14175         * gnus-art.el (gnus-article-check-hidden-text): Return t.
14176
14177         * gnus-util.el (gnus-remove-text-properties-when): Return t.
14178
14179 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14180
14181         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
14182         malformatted messages.
14183
14184 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14185
14186         * mm-util.el (mm-image-load-path): New function.
14187
14188         * gnus-group.el (gnus-group-make-tool-bar): Use it.
14189
14190         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
14191
14192         * message.el (message-tool-bar-map): Use it.
14193
14194         * Makefile.in (install-el): New rule.
14195
14196 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14197
14198         * gnus-art.el (article-treat-dumbquotes): Quote \.
14199
14200 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14201
14202         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
14203         Emacs 20 runs on a terminal.
14204
14205 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14206
14207         * gnus-msg.el (gnus-bug): Revert to save-excursion.
14208
14209         * mml.el (gnus-add-minor-mode): Autoload.
14210
14211         * message.el (message-forward): Save-restriction.
14212
14213 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14214
14215         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
14216         Paul Stevenson <p.stevenson@surrey.ac.uk>
14217
14218 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14219
14220         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
14221
14222         * mml.el (gnus-ems): Don't require.
14223
14224         * gnus.el (gnus-decode-rfc1522): Removed.
14225         (gnus-set-text-properties): Define.
14226
14227 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14228
14229         * gnus-art.el (gnus-mime-*): handle may be nil.
14230
14231         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
14232
14233         * gnus.el (gnus-group-remove-excess-properties): Not defined
14234         in gnus-xmas.
14235
14236 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14237
14238         * message.el (message-mail-user-agent): Add :version.
14239
14240 2000-12-21  Miles Bader  <miles@gnu.org>
14241
14242         * message.el (message-mode): Set `comment-start' to the  yank prefix.
14243
14244 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14245
14246         * message.el (message-mail-user-agent): New variable.
14247         (message-setup): Renamed to message-setup-1. Support
14248         mail-user-agent.
14249         (message-mail-user-agent): New function.
14250         (message-mail): Use it.
14251         (message-reply): Use it.
14252         (message-resend): Use it.
14253         (message-mail-other-window): Use it.
14254         (message-mail-other-frame): Use it.
14255
14256         * gnus-msg.el (gnus-bug): Support mail-user-agent.
14257
14258 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14259
14260         * message.el (message-tool-bar-map): Simplify.
14261         (message-narrow-to-head-1): New function.
14262         (message-narrow-to-head): Use it.
14263         (message-reply): Ditto.
14264         (message-cancel-news): Ditto.
14265         (message-supersede): Ditto.
14266         (message-make-forward-subject): Ditto.
14267         (message-bounce): Ditto.
14268
14269 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14270
14271         * uudecode.el (uudecode-decode-region-external): make-temp-file
14272         may not be defined.
14273
14274         * binhex.el (defalias): eval-and-compile.
14275
14276         * message.el (message-tool-bar-map): New function.
14277         (message-mode): Use it.
14278
14279 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14280
14281         * nntp.el (nntp-find-connection): Remove the entry.
14282         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
14283
14284 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14285
14286         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
14287
14288         * message.el (message-forward): Copy buffer in unibyte mode.
14289
14290 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14291
14292         * message.el (message-make-forward-subject): Don't widen. Decode.
14293         (message-forward): Don't decode subject.
14294
14295 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
14296
14297         * qp.el (quoted-printable-encode-region): Upcase QP.
14298
14299 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14300
14301         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
14302         mail-extract-a-c instead. Don't depend on Gnus.
14303
14304         * mml.el (gnus-ems): Require it.
14305
14306         * gnus-msg.el (gnus-summary-mail-forward):
14307
14308         * message.el (message-forward):  Move mime-to-mml here.
14309
14310 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14311
14312         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
14313         * gnus-art.el (gnus-insert-mime-button): Simplify.
14314         (gnus-mime-display-alternative): Ditto.
14315         (gnus-insert-mime-security-button): Ditto.
14316
14317 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14318
14319         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
14320         text-property-not-all doesn't return nil when start=mark(end).
14321         (gnus-remove-text-properties-when): Ditto.
14322
14323 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14324
14325         * gnus-start.el (gnus-group-change-level): Remove group from
14326         gnus-active-hashtb if real killed.
14327
14328 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14329
14330         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
14331         (gnus-mime-display-alternative): Ditto.
14332         (gnus-insert-mime-security-button): Ditto.
14333
14334 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14335
14336         * gnus-start.el (gnus-group-change-level): Don't add it into
14337         killed-list if it was killed.
14338
14339 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14340
14341         * nnmbox.el (nnmbox-file-coding-system): Use binary.
14342         (nnmbox-active-file-coding-system): Ditto.
14343
14344         * gnus-cus.el (gnus-group-parameters): Add posting-style.
14345
14346 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14347
14348         * gnus.el (gnus-version):
14349         (gnus-version-number): Set to Oort Gnus 0.01.
14350
14351         * gnus-art.el (gnus-mime-security-button-map):
14352         (gnus-insert-mime-security-button): Fix for Emacs21.
14353
14354 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14355
14356         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
14357         easymenu, because XEmacs doesn't understand :help.
14358
14359         * mm-uu.el: Require binhex.
14360
14361 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14362
14363         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
14364
14365 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14366
14367         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
14368
14369 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
14370
14371         * *.xpm, *.pbm: Convert icons icons to size 24x24.
14372
14373 2000-12-18  Dave Love  <fx@gnu.org>
14374
14375         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
14376         (unused).
14377
14378 2000-12-13  Miles Bader  <miles@gnu.org>
14379
14380         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
14381         to t, so that we don't get stuck while trying to smilefy
14382         intangible text.
14383
14384 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
14385
14386         * smiley-ems.el (smiley-regexp-alist): Make regexps match
14387         at the end of the buffer.
14388         (smiley-region): In the loop, move to the end of the submatch
14389         matching the smiley instead of using the end of the match
14390         of the whole regexp.
14391
14392 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
14393
14394         * message.el (message-mode): Doc fix.
14395
14396 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
14397
14398         * smiley-ems.el (smiley-region): Doc fix.
14399
14400 2000-12-11  Miles Bader  <miles@gnu.org>
14401
14402         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
14403         bottom line visible, check to see if it's partially obscured, and
14404         if so, either scroll one more line to make it fully visible, or
14405         revert to showing the second line from the top.
14406
14407 2000-12-07  Dave Love  <fx@gnu.org>
14408
14409         * mailcap.el (mailcap-download-directory)
14410         * gnus-audio.el (gnus-audio-directory)
14411         * smiley-ems.el (smiley-data-directory): Fix :type.
14412
14413 2000-11-30  Dave Love  <fx@gnu.org>
14414
14415         * message.el (message-auto-save-directory): Use
14416         file-name-as-directory.
14417         (message-set-auto-save-file-name): Create
14418         message-auto-save-directory if necessary.
14419         (message-replace-chars-in-string): Removed -- unused.
14420         (message-mail-alias-type): Customize.
14421         (message-headers): Remove duplicate defgroup.
14422
14423 2000-11-29  Dave Love  <fx@gnu.org>
14424
14425         * qp.el (quoted-printable-decode-region): Use error, not message
14426         to report malformed text (like base64).  Amend message.
14427
14428 2000-11-29  Miles Bader  <miles@gnu.org>
14429
14430         * message.el (message-header-lines): Fontify tag.
14431
14432 2000-11-27  Dave Love  <fx@gnu.org>
14433
14434         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
14435         compiler warning.
14436
14437 ;2000-11-26  Dave Love  <fx@gnu.org>
14438 ;
14439 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
14440 ;
14441 2000-11-23  Dave Love  <fx@gnu.org>
14442
14443         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
14444
14445         * mm-uu.el (uudecode): Require.
14446         (uudecode-decode-region, uudecode-decode-region-external): Don't
14447         autoload.
14448         (mm-uu-copy-to-buffer): Doc fix.
14449         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
14450         type fix.
14451
14452         * mailcap.el: Doc fixes.
14453         (mailcap-mime-data): Various adjustments.
14454         (mailcap): New group.
14455         (mailcap-download-directory): Customize.
14456         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
14457         (mailcap-temporary-directory): Deleted (unused).
14458         (mailcap-unescape-mime-test): Simplify slightly.
14459         (mailcap-viewer-passes-test): Use functionp.
14460         (mailcap-command-p): Aliased to executable-find.
14461
14462         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
14463         default-enable-multibyte-characters is nil.
14464
14465 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
14466
14467         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
14468
14469 2000-11-21  Dave Love  <fx@gnu.org>
14470
14471         * gnus-art.el (gnus-mime-button-map): Don't inherit from
14472         gnus-article-mode-map.
14473 ;       (gnus-mime-button-menu): Use mouse-set-point.
14474         (gnus-insert-mime-button, gnus-mime-display-alternative)
14475         (gnus-mime-display-alternative): Don't use local-map property.
14476
14477 2000-11-17  Dave Love  <fx@gnu.org>
14478
14479         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
14480         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
14481         and make-temp-file.
14482         (uudecode-decode-region): Doc fix.
14483
14484 2000-11-14  Dave Love  <fx@gnu.org>
14485
14486         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
14487         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
14488         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
14489         New files, derived from the XPMs.
14490
14491 2000-11-10  Dave Love  <fx@gnu.org>
14492
14493         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
14494         (gnus-agent-lib-file, gnus-agent-load-alist)
14495         (gnus-agent-save-alist, gnus-agent-article-name): Use
14496         expand-file-name.
14497
14498         * gnus-group.el (gnus-group-name-charset-method-alist): Add
14499         :version.
14500         (nnkiboze-score-file): Defvar when compiling.
14501
14502         * gnus-start.el (gnus-read-newsrc-file): Add :version.
14503
14504         * gnus-art.el (gnus-article-banner-alist)
14505         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
14506         (gnus-article-date-lapsed-new-header)
14507         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
14508         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
14509         (gnus-treat-strip-headers-in-body)
14510         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
14511         (gnus-treat-translate): Add :version.
14512         (gnus-article-mime-part-function): Fix defcustom.
14513
14514         * nnmail.el (nnmail-expiry-target)
14515         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
14516         (nnmail-split-header-length-limit): Add :version.
14517
14518         * gnus-sum.el (gnus-auto-expirable-marks)
14519         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
14520         (gnus-extra-headers, gnus-ignored-from-addresses)
14521         (gnus-newsgroup-ignored-charsets)
14522         (gnus-group-highlight-words-alist)
14523         (gnus-summary-show-article-charset-alist): Add :version.
14524
14525         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
14526         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
14527         files, converted from the XPMs.
14528
14529         * gnus-cache.el (gnus-cache-active-file): Don't use
14530         file-name-as-directory on directory.
14531         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
14532         use file-name-as-directory on directory.
14533
14534         * time-date.el (timezone-make-date-arpa-standard): Autoload.
14535         (date-to-time): Use it.
14536
14537 ;       * message.el (message-mode) <adaptive-fill-regexp>:
14538 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
14539 ;       (message-newline-and-reformat): Likewise.
14540         (message-forward-as-mime, message-forward-ignored-headers)
14541         (message-buffer-naming-style, message-default-charset)
14542         (message-dont-reply-to-names, message-send-mail-partially-limit):
14543         Add :version.
14544
14545         * mm-util.el: Doc fixes.
14546         (mm-mime-charset): Don't use the raw result of
14547         mm-preferred-coding-system.
14548         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
14549         (mm-with-unibyte): Simplify.
14550
14551         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
14552         concat.
14553
14554         * pop3.el (pop3-version): Deleted.
14555         (pop3-make-date): New function, avoiding message-make-date.
14556         (pop3-munge-message-separator): Use it.
14557
14558 2000-11-09  Dave Love  <fx@gnu.org>
14559
14560         * gnus-group.el (gnus-group-make-directory-group)
14561         (gnus-group-fetch-faq): Use expand-file-name.
14562         (gnus-group-fetch-faq): Simplify completing-read form.
14563
14564         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
14565         test for Mule.
14566
14567         * message.el (tool-bar-map): Defvar when compiling.
14568
14569         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
14570         (gnus-tm-lisp-directory): Deleted.
14571         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
14572         (featurep 'xemacs).
14573         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
14574         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
14575         version numbers from file names.
14576
14577 2000-11-08  Dave Love  <fx@gnu.org>
14578
14579         * mm-view.el: Use featurep for XEmacs test.
14580         (mm-inline-message): Test for `remove-specifier'; don't use
14581         condition-case.
14582
14583         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
14584
14585         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
14586         (gnus-score-find-bnews): Don't concat "".
14587
14588         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
14589         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
14590         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
14591         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
14592
14593         * gnus-sum.el: Put some defvars in eval-when-compile.
14594         (gnus-summary-mode-hook): Add :options.
14595         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
14596         (gnus-summary-tool-bar-map): New variable.
14597         (gnus-summary-make-tool-bar): New function.
14598         (gnus-summary-mode): Put kill-all-local-variables first.
14599
14600         * gnus-group.el (gnus-group-toolbar-map): New variable.
14601         (gnus-group-make-tool-bar): Rewritten.
14602         (gnus-group-mode): Put kill-all-local-variables first.
14603
14604         * rfc2047.el: Require gnus-util.
14605
14606         * nnml.el (gnus-sorted-intersection): Autoload.
14607
14608         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
14609         Put some defvars in eval-when-compile.
14610         (gnus-intersection, gnus-sorted-complement):  Autoload.
14611
14612         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
14613
14614         * mm-encode.el (mm-body-7-or-8): Autoload.
14615
14616         * mm-decode.el (mm-insert-inline): Autoload.
14617
14618         * mml.el:
14619         * message.el: Put some defvars in eval-when-compile.
14620
14621         * gnus-msg.el: Put some defvars in eval-when-compile.
14622         (gnus-msg-mail): Move after gnus-setup-message.
14623
14624         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
14625
14626 2000-11-07  Dave Love  <fx@gnu.org>
14627
14628         * gnus-util.el (nnheader): Don't require message (recursive
14629         autoload).
14630
14631         * uudecode.el: Avoid compiler warnings.
14632
14633         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
14634         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
14635
14636 2000-11-06  Dave Love  <fx@gnu.org>
14637
14638         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
14639
14640         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
14641         (uudecode-char-int): New alias, replacing char-int.
14642         (uudecode-decode-region): Don't call buffer-disable-undo.
14643
14644 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
14645 ;       (mm-uu-configure-list): Doc fix.
14646 ;
14647 ;       * earcon.el (running-xemacs): Don't define.
14648 ;
14649 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
14650 ;
14651 ;       * message.el (message-font-lock-keywords): Match a final newline
14652 ;       to help font-lock's multiline support.
14653 ;
14654 2000-11-03  Dave Love  <fx@gnu.org>
14655
14656         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
14657
14658         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
14659         name.
14660
14661         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
14662         <banner>: Fix custom type, doc.
14663
14664         * mm-decode.el (mm-display-external): Space-prefix temp buffer
14665         name.  Don't disable undo explicitly.
14666
14667 ;2000-11-02  Dave Love  <fx@gnu.org>
14668 ;
14669 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
14670 ;       cite-prefix.
14671
14672 2000-11-01  Dave Love  <fx@gnu.org>
14673
14674         * rfc2047.el (base64): Require unconditionally.
14675         (message-posting-charset): Defvar when compiling.
14676         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
14677         message.
14678
14679         * gnus-sum.el (nnoo): Require.
14680         (mm-uu-dissect): Autoload.
14681
14682         * mml.el (mml-parse-1): Clarify message.
14683         (mml-minibuffer-read-type): Use mailcap-mime-types.
14684
14685 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
14686
14687         * mml.el: Fix a typo in the requiring of CL.
14688
14689 2000-11-01  Dave Love  <fx@gnu.org>
14690
14691         * utf7.el: Require cl when compiling.
14692
14693         * binhex.el: Use (featurep 'xemacs).
14694         (binhex-char-int): New alias, replacing char-int.  Change callers.
14695         (binhex-decode-region): Simplify work buffer code.
14696         (binhex-decode-region-external): Use expand-file-name, not concat.
14697
14698 2000-10-30  Dave Love  <fx@gnu.org>
14699
14700         * gnus-art.el: Fix 2000-10-27 change properly.
14701
14702 2000-10-28  Miles Bader  <miles@gnu.org>
14703
14704         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
14705
14706 2000-10-27  Dave Love  <fx@gnu.org>
14707
14708         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
14709         strings.
14710         (gnus-group-make-tool-bar): New function.
14711         (gnus-group-mode): Use it.
14712
14713         * message.el (message-mode-menu): Add some :help strings.
14714         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
14715         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
14716
14717         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
14718         * describe-group.xpm, get-news.xpm, kill-group.xpm:
14719         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
14720
14721         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
14722         display-graphic-p here.
14723
14724 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
14725
14726         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
14727         of the `gnus-xemacs' variable, as the latter has been removed.
14728         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
14729         * gnus-art.el (gnus-treat-display-xface)
14730         (gnus-treat-display-smileys, gnus-treat-display-picons)
14731         (gnus-article-read-summary-keys): Likewise.
14732
14733 2000-10-26  Dave Love  <fx@gnu.org>
14734
14735         (defvar): Use rmail-spool-directory unconditionally.
14736
14737 2000-10-18  Dave Love  <fx@gnu.org>
14738
14739         * mm-bodies.el (mm-uu-decode-function)
14740         (mm-uu-binhex-decode-function): Defvar when compiling.
14741
14742         * gnus-nocem.el (gnus-nocem-issuers): Update.
14743         (gnus-nocem-check-from): New option.
14744         (gnus-nocem-scan-groups): Use it.
14745         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
14746         (gnus-nocem-check-article-limit): Add :version.
14747
14748 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
14749
14750         * ietf-drums.el (mm-util): Require CL when compiling.
14751
14752 2000-10-15  Dave Love  <fx@gnu.org>
14753
14754         * qp.el: Require mm-util.
14755
14756 2000-10-13  Dave Love  <fx@gnu.org>
14757
14758         * qp.el (quoted-printable-decode-region): Avoid invalid
14759         coding-systems.
14760
14761 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
14762
14763         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
14764         to a recursive load.
14765
14766 2000-10-12  Dave Love  <fx@gnu.org>
14767
14768         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
14769
14770         * gnus.el (gnus-group-startup-message): Check for PBM image.
14771
14772 2000-10-09  Dave Love  <fx@gnu.org>
14773
14774         * mail-source.el (mail-source-fetch-imap): Bind
14775         default-enable-multibyte-characters rather than using
14776         mm-disable-multibyte.
14777
14778 2000-10-05  Dave Love  <fx@gnu.org>
14779
14780         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
14781         Autoload.
14782         (quoted-printable-decode-region):  Rename arg which confused
14783         charset with coding-system.  Don't use nonascii-insert-offset.
14784         Coding-system encode the region initially.  Don't recognize `=='
14785         as valid QP.  Coding-system decode the region finally.
14786         (quoted-printable-decode-string): Rename arg which confused
14787         charset with coding-system.
14788
14789         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
14790         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
14791         mm-encode-coding-region.
14792         (mm-decode-body, mm-decode-string): Rename variables which
14793         confused charset with coding-system.
14794         (binhex-decode-region): Don't autoload.
14795         (mm-body-encoding): Require message.
14796         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
14797         cond branches.
14798
14799         * gnus-art.el (article-de-quoted-unreadable)
14800         (article-de-base64-unreadable): Fold search case
14801         rather than downcasing string.  Apply mm-charset-to-coding-system
14802         to arg of quoted-printable-decode-region.
14803
14804 2000-10-04  Dave Love  <fx@gnu.org>
14805
14806         * gnus-ems.el: Don't turn off compiler warnings in local vars.
14807         Require ring when compiling.
14808         (gnus-article-compface-xbm): New variable.
14809
14810 2000-10-04  Dave Love  <fx@gnu.org>
14811
14812         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
14813         pbm images.
14814
14815         * frown.pbm, smile.pbm, wry.pbm: New files.
14816
14817         * frown.xbm, smile.xbm, wry.xbm: Deleted.
14818
14819 2000-10-03  Dave Love  <fx@gnu.org>
14820
14821         * mail-source.el (mail-sources): Revert to nil.
14822
14823         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
14824
14825         * qp.el: Don't require mm-util.
14826         (quoted-printable-decode-region): Rewritten.
14827         (quoted-printable-decode-string, quoted-printable-encode-region):
14828         Doc fix.
14829         (quoted-printable-encode-region): Barf on multibyte characters.
14830         Maybe make the class multibyte.  Upcase chars, not formatted
14831         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
14832         (quoted-printable-encode-string): Don't use
14833         mm-with-unibyte-buffer.
14834
14835 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
14836
14837         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
14838
14839 2000-09-21  Dave Love  <fx@gnu.org>
14840
14841         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
14842         (for Emacs 20).  Tidy somewhat.
14843
14844 2000-09-21  Dave Love  <fx@gnu.org>
14845
14846         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
14847         image processing.  Rationalize logic somewhat.
14848
14849 2000-09-20  Dave Love  <fx@gnu.org>
14850
14851         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
14852         specifically.
14853
14854         * gnus.el (gnus-version-number): Avoid some redundant
14855         autoloads.
14856
14857 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
14858
14859         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
14860         to XBM; we always have PBM support.
14861
14862 2000-09-14  Dave Love  <fx@gnu.org>
14863
14864         * gnus.el (gnus-charset):
14865         * mm-decode.el (mime-display):
14866         * imap.el (imap) <defgroup>: Add :version.
14867
14868 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
14869
14870         * parse-time.el: Fix author's mail address.
14871
14872         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
14873         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
14874         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
14875         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
14876         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
14877         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
14878         * rfc2231.el, uudecode.el: Fix copyright notice.
14879
14880         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
14881         require `w3' at load-time only if not running in batch mode.
14882
14883 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14884
14885         * gnus.el: Before merge with Emacs21.
14886
14887 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
14888
14889         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
14890
14891 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
14892
14893         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
14894         to avoid conflict with the standard `back-to-indentation'
14895         binding.
14896
14897 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14898
14899         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
14900
14901         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
14902         (mm-disable-multibyte-mule4): Ditto.
14903         (mm-with-unibyte-current-buffer-mule4): Ditto.
14904
14905 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14906
14907         * pop3.el (pop3-movemail): Use binary.
14908         (pop3-movemail-file-coding-system): Removed.
14909
14910 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14911
14912         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
14913
14914 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14915
14916         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
14917         exists.
14918
14919 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14920
14921         * gnus-msg.el (gnus-post-method): Use backend name when the
14922         address is "".
14923
14924 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14925
14926         * gnus-art.el (article-verify-x-pgp-sig): Don't test
14927         mm-verify-option.
14928         (gnus-treat-x-pgp-sig): Default value.
14929         (gnus-ignored-headers): Redundant.
14930
14931 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14932
14933         * gnus-win.el (gnus-configure-frame): Save selected window.
14934
14935 2000-02-15  Andrew Innes  <andrewi@gnu.org>
14936
14937         * nnmbox.el: Require gnus-range.
14938         (nnmbox-group-building-active-articles): New variable.
14939         (nnmbox-group-active-articles): New variable; this is a cache of
14940         all active articles by group and number.
14941         (nnmbox-in-header-p): New function.
14942         (nnmbox-find-article): New function.
14943         (nnmbox-record-active-article): New function.
14944         (nnmbox-record-deleted-article): New function.
14945         (nnmbox-is-article-active-p): New function.
14946         (nnmbox-retrieve-headers): Use nnmbox-find-article.
14947         (nnmbox-request-article): Ditto.  Also supply extra arg to
14948         nnmbox-article-group-number.
14949         (nnmbox-request-expire-articles): Ditto.
14950         (nnmbox-request-move-article): Ditto.
14951         (nnmbox-request-replace-article): Ditto.
14952         (nnmbox-request-rename-group): Rename group entry in active
14953         article cache.
14954         (nnmbox-delete-mail): Update active article cache, unless article
14955         is being replaced.
14956         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
14957         than partially duplicating it.
14958         (nnmbox-article-group-number): Add extra `this-line' arg, to
14959         handle articles belonging to multiple groups.
14960         (nnmbox-save-mail): Update active article cache.
14961         (nnmbox-read-mbox): Build active article cache when loading mbox.
14962         Also do some repair work, if we find articles that are missing the
14963         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
14964         reconstruct these from Xref info.
14965
14966 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14967
14968         * mail-source.el (mail-source-report-new-mail): Use
14969         nnheader-run-at-time.
14970
14971 2000-02-15  Andrew Innes  <andrewi@gnu.org>
14972
14973         * mail-source.el (mail-source-fetch-pop): Clear pop password when
14974         an error is thrown, and then rethrow the error.
14975         (mail-source-check-pop): Ditto.
14976         (mail-source-start-idle-timer): Prevent multiple pop checks
14977         running if the check takes a long time.
14978
14979 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14980
14981         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
14982         succeed.
14983
14984 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14985
14986         * gnus-win.el (gnus-configure-windows): Make sure
14987         nntp-server-buffer is live.
14988         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
14989
14990 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
14991
14992         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
14993
14994 2000-12-04  Andreas Jaeger  <aj@suse.de>
14995
14996         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
14997
14998 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14999
15000         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
15001
15002 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
15003         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
15004
15005         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
15006
15007 2000-12-01  Simon Josefsson  <sj@extundo.com>
15008
15009         * mml-smime.el (mml-smime-verify): Fix address parsing.
15010
15011 2000-12-01  Simon Josefsson  <sj@extundo.com>
15012
15013         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
15014         more than one certificate inside PKCS#7 blob.  Better security
15015         information (clamed / actual sender, openssl output, certificates
15016         inside message).
15017
15018         * smime.el (smime-verify-region): Output to /dev/null.
15019         (smime-buffer-as-string-region): Don't parse empty lines.
15020
15021 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15022
15023         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
15024         ?d and ?D.
15025         (gnus-mime-security-show-details-inline): New variable.
15026         (gnus-mime-security-show-details): Use them.
15027         (gnus-insert-mime-security-button): Ditto.
15028
15029         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
15030         Suggest by Michael Duggan (md5i@cs.cmu.edu).
15031         (mml2015-gpg-clear-verify): Ditto.
15032         (mml2015-gpg-decrypt-1): Ditto.
15033         (mml2015-use): Prefer 'gpg.
15034
15035 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15036
15037         * gnus-util.el (gnus-add-text-properties-when): New function.
15038         (gnus-remove-text-properties-when): Ditto.
15039
15040         * gnus-cite.el (gnus-article-hide-citation): Use them.
15041         (gnus-article-toggle-cited-text): Use them.
15042
15043         * gnus-art.el (gnus-signature-toggle): Use them.
15044         (gnus-article-show-hidden-text): Ditto.
15045         (gnus-article-hide-text): Ditto.
15046
15047 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15048
15049         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
15050
15051 2000-11-30  Simon Josefsson  <sj@extundo.com>
15052
15053         * smime.el (smime-point-at-eol): New alias.
15054         (smime-buffer-as-string-region): Use it.
15055
15056 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15057
15058         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
15059
15060 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15061
15062         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
15063
15064         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
15065
15066         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
15067
15068 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
15069
15070         * nnmh.el (nnmh-request-expire-articles): Implemented
15071         expiry-target for nnmh backend.
15072
15073 2000-11-30  Simon Josefsson  <sj@extundo.com>
15074
15075         * mm-decode.el (mm-security-from): New variable.
15076         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
15077
15078         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
15079         than `from'.
15080
15081 2000-11-30  Simon Josefsson  <sj@extundo.com>
15082
15083         * mml-smime.el (mml-smime-verify): Verify that certificate mail
15084         address match sender address.
15085
15086         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
15087
15088         * smime.el (smime-verify-region): Don't copy buffer.
15089         (smime-decrypt-buffer): Use expand-file-name on keyfile.
15090         (smime-pkcs7-region): New function.
15091         (smime-pkcs7-certificates-region): Ditto.
15092         (smime-pkcs7-email-region): Ditto.
15093         (smime-buffer-as-string-region): Ditto.
15094
15095         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
15096         buffer.
15097
15098 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
15099
15100         * smime.el (smime-decrypt-region): Fix keyfile argument.
15101
15102 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15103
15104         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
15105
15106 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15107
15108         * message.el (message-shoot-gnksa-feet): New variable.
15109         (message-gnksa-enable-p): New function.
15110         (message-send): Use it.
15111         (message-check-news-body-syntax): Ditto.
15112
15113 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15114
15115         * message.el (message-make-message-id): Remove the redundancy.
15116
15117 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15118
15119         * message.el (message-setup): Discourage using mc-install-*-mode.
15120
15121         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
15122
15123 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15124
15125         * gnus-cite.el (gnus-cite-parse): Guess citation length.
15126
15127 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15128
15129         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
15130
15131 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15132
15133         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
15134
15135 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15136
15137         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
15138         insert-buffer-substring.
15139
15140         * message.el (message-send-mail): Use buffer-substring-no-properties.
15141         (message-send-news): Ditto.
15142
15143 2000-11-22  David Edmondson  <dme@dme.org>
15144
15145         * imap.el (imap-wait-for-tag): Message read info.
15146
15147 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15148
15149         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
15150         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
15151         (mml2015-gpg-encrypt): Ditto.
15152
15153 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15154
15155         * mm-decode.el (mm-verify-option): Default value.
15156
15157         * mml-sec.el (mml-secure-part): Error message.
15158
15159 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15160
15161         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
15162
15163 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15164
15165         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
15166
15167 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15168
15169         * gnus-art.el (gnus-article-describe-key): Use prompt.
15170         (gnus-article-describe-key-briefly): Ditto.
15171
15172 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15173
15174         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
15175
15176 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15177
15178         * gnus-art.el (gnus-article-describe-key): New function.
15179         (gnus-article-describe-key-briefly): New function.
15180
15181 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15182
15183         * mm-decode.el (mm-decrypt-option): Doc typo.
15184
15185         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
15186         return a number.
15187
15188 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15189
15190         * message.el (message-newline-and-reformat): Typo.
15191
15192 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15193
15194         * gnus-art.el (article-verify-x-pgp-sig): Check whether
15195         original-article-buffer exists.
15196
15197         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
15198         (rfc2047-header-encoding-alist): Addresses are different from text.
15199         (rfc2047-encode-message-header): Ditto.
15200         (rfc2047-dissect-region): Extra parameter.
15201         (rfc2047-encode-region): Ditto.
15202         (rfc2047-encode-string): Ditto.
15203
15204 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15205
15206         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
15207         (mm-uu-pgp-encrypted-extract): Use it.
15208         (mm-uu-pgp-signed-extract-1): New function.
15209         (mm-uu-pgp-signed-extract): Use it.
15210
15211         * gnus-art.el (gnus-mime-display-security): New function.
15212         (gnus-mime-display-part): Use it.
15213         (gnus-mime-security-verify-or-decrypt): New function.
15214         (gnus-mime-security-press-button): New function.
15215         (gnus-insert-mime-security-button): Use it.
15216
15217         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
15218         (mm-find-raw-part-by-type): Ditto.
15219         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
15220         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
15221         (mm-destroy-parts): Kill nested multibyte buffer.
15222
15223         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
15224         (mml2015-gpg-verify): Ditto.
15225
15226 2000-11-18  Simon Josefsson  <sj@extundo.com>
15227
15228         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
15229         (mml2015-function-alist): Use it.
15230
15231         * mml-sec.el (mml-sign-alist): Update names.
15232         (mml-encrypt-alist): Ditto.
15233         (mml-secure-part-smime-sign): Moved to mml-smime.el
15234         as `mml-smime-sign-query'.
15235         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
15236         `mml-smime-get-file-cert'.
15237         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
15238         `mml-smime-get-dns-cert'.
15239         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
15240         `mml-smime-encrypt-query'.
15241         (mml-smime-sign-buffer): Use mml-smime-sign.
15242         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
15243
15244         * mml-smime.el (mml-smime-sign): New function.
15245         (mml-smime-encrypt):
15246         (mml-smime-sign-query):
15247         (mml-smime-get-file-cert):
15248         (mml-smime-get-dns-cert):
15249         (mml-smime-encrypt-query): Moved from mml-sec.el.
15250
15251 2000-11-16  Simon Josefsson  <sj@extundo.com>
15252
15253         * mml2015.el (mml2015-gpg-clear-verify): New function.
15254         (mml2015-function-alist): Add it.
15255
15256 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
15257
15258         * message.el (message-setup-fill-variables): Use
15259         message-cite-prefix-regexp.
15260         (message-newline-and-reformat): Check the end of citation, leading
15261         WSP, break in the cite prefix.
15262         (message-fill-paragraph): New function.
15263
15264 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15265
15266         * lpath.el: Shut up.
15267
15268 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
15269
15270         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
15271         raw 8-bit in headers in dk.* newsgroups.
15272
15273 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15274
15275         * message.el (message-newline-and-reformat): Match extra WSPs.
15276
15277 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
15278
15279         * mml.el (mml-generate-mime-1): Ignore ascii.
15280
15281 2000-11-16 Justin Sheehy  <justin@iago.org>
15282
15283         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
15284
15285 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15286
15287         * message.el (message-cite-prefix-regexp): Prefix should not end
15288         at space.
15289
15290 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15291
15292         * message.el (message-mode-syntax-table): Add - as a word
15293         constituent as in articles.
15294         (message-setup-fill-variables): Add -_. as supercite-style prefix.
15295         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
15296         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
15297
15298 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
15299
15300         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
15301
15302 2000-11-12  David Edmondson  <dme@dme.org>
15303
15304         * message.el (message-font-lock-keywords): use
15305         message-cite-prefix-regexp.
15306
15307 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15308
15309         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
15310         Stein Arild Str\e,Ax\e(Bmme.
15311         (gnus-group-jump-to-group): Use it.
15312         (gnus-group-jump-to-group-prompt): Customize.
15313
15314 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
15315
15316         * mailcap.el (mailcap-possible-viewers): Match the entire string.
15317
15318 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15319
15320         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
15321         incompatible.
15322         (mml2015-mailcrypt-sign): Ditto.
15323
15324 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15325
15326         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
15327         group is open.
15328
15329 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
15330
15331         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
15332         nnvirtual articles.
15333         (gnus-backlog-request-article): Don't request nnvirtual articles.
15334
15335 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15336
15337         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
15338         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
15339
15340 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15341
15342         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
15343         * mml.el (mml-generate-mime-1): Use charset attribute.
15344         * mm-bodies.el (mm-encode-body): Add parameter charset.
15345         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
15346
15347 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15348
15349         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
15350         (mml2015-mailcrypt-clear-decrypt): Ditto.
15351         (mml2015-mailcrypt-verify): Ditto.
15352         (mml2015-mailcrypt-clear-verify): Ditto.
15353         (mml2015-gpg-verify): Ditto.
15354
15355 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15356
15357         * smime.el (smime-openssl-program): Test the existence of openssl.
15358         * mml-smime.el: Require mm-decode.
15359         (mml-smime-verify-test): New function.
15360         * mm-decode.el (mm-verify-function-alist): Use it.
15361
15362 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15363
15364         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
15365         anyway.
15366
15367 2000-11-13  Simon Josefsson  <sj@extundo.com>
15368
15369         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
15370         verification doesn't work.
15371
15372 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15373
15374         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
15375         (gnus-inews-do-gcc): Use it.
15376
15377 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
15378
15379         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
15380         leading space.
15381         * mm-extern.el (mm-inline-external-body): Report error when no
15382         access-type.
15383
15384 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
15385
15386         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
15387
15388 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
15389
15390         * gnus-art.el (gnus-mime-button-menu): Use select-window.
15391
15392 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
15393
15394         * gnus-art.el (gnus-mime-display-part): Display multipart/related
15395         as multipart/mixed.
15396
15397 2000-11-12  David Edmondson  <dme@dme.org>
15398
15399         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
15400         and replace `.' with `\w' to allow for different syntax tables
15401         (from Vladimir Volovich).
15402         * message.el (message-newline-and-reformat): use
15403         `message-cite-prefix-regexp'.
15404         * gnus-cite.el (gnus-supercite-regexp): use
15405         `message-cite-prefix-regexp'.
15406         * gnus-cite.el (gnus-cite-parse): use
15407         `message-cite-prefix-regexp'.
15408
15409 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15410
15411         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
15412         PGP SIGNATURE.  Escape leading "-"'s.
15413         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
15414
15415 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
15416
15417         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
15418
15419 2000-11-11  Simon Josefsson  <sj@extundo.com>
15420
15421         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
15422
15423         * smime.el (smime-details-buffer): New variable.
15424         (smime-sign-region):
15425         (smime-encrypt-region):
15426         (smime-verify-region):
15427         (smime-decrypt-region): Copy OpenSSL output to the buffer.
15428
15429         * mml-smime.el (mml-smime-verify): Support security info.
15430
15431 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
15432
15433         * mm-decode.el (mm-verify-option): Set default to nil.
15434         (mm-decrypt-option): Ditto.
15435         * gnus-art.el (article-verify-x-pgp-sig): New function.
15436
15437 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
15438
15439         * gnus-art.el (gnus-mime-display-alternative): Show button if no
15440         preferred part.
15441
15442 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15443
15444         * gnus-sum.el (gnus-move-split-methods): Say that
15445         `gnus-split-methods' uses file names, whereas this uses group
15446         names.  (Report from Nevin Kapur)
15447
15448 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
15449
15450         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
15451
15452 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15453
15454         * nnheader.el (nnheader-directory-files-is-safe): New variable.
15455         (nnheader-directory-articles): Use it.
15456         (nnheader-article-to-file-alist): Ditto.
15457
15458 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15459
15460         * rfc2047.el (rfc2047-pad-base64): New function.
15461         (rfc2047-decode): Use it.
15462
15463 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
15464
15465         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
15466         select method.
15467
15468 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15469
15470         * mml2015.el (mml2015-gpg-decrypt-1):
15471         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
15472
15473 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15474
15475         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
15476
15477 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
15478
15479         * pop3.el (pop3-munge-message-separator): A message may have an
15480         empty body.
15481
15482 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
15483
15484         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
15485         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
15486         (mm-uu-pgp-signed-extract): Use coding-system.
15487
15488 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
15489
15490         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
15491         (gnus-insert-mime-security-button): New function.
15492         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
15493         * mml2015.el:  Add security info when verify or decrypt.
15494         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
15495         (mm-uu-pgp-encrypted-extract): Ditto.
15496
15497 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
15498
15499         * mm-decode.el (mm-display-parts): New function.
15500         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
15501
15502 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15503
15504         * gnus-mlspl.el: Documentation tweaks.
15505
15506 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15507
15508         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
15509         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
15510         argument.
15511
15512 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
15513
15514         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
15515
15516 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
15517
15518         * gnus-art.el (gnus-article-encrypt): New function.
15519         (gnus-article-encrypt-protocol-alist): New variable.
15520         (gnus-article-encrypt-protocol): New variable.
15521         * mml2015.el (mml2015-self-encrypt): New function.
15522         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
15523
15524 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
15525
15526         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
15527         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
15528         let mailcap do it.
15529         * mml2015.el: Remove snarf code.
15530         * mm-decode.el: Remove snarf code.
15531
15532 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
15533
15534         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
15535         (mml-insert-mime): Understand gnus-decoded.
15536         (mime-to-mml): New parameter handles.
15537         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15538         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
15539
15540 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15541
15542         * mm-decode.el (mime-security): New group.
15543         (mm-verify-function-alist): Add test function.
15544         (mm-decrypt-function-alist): Ditto.
15545         (mm-snarf-option): Set default value as nil.
15546         (mm-find-part-by-type): Recursive parameter.
15547         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
15548         * mml2015.el: Support draft-ietf-openpgp-multsig.
15549
15550 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
15551
15552         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
15553         (gnus-article-view-part-as-charset): New function.
15554
15555 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
15556
15557         * mm-decode.el (mm-verify-option): Default value.
15558         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
15559
15560 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15561
15562         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
15563
15564 2000-11-05  Simon Josefsson  <sj@extundo.com>
15565
15566         * mml-smime.el (mml-smime-verify): Work in original multipart
15567         buffert.
15568
15569         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
15570         (mm-handle-multipart-ctl-parameter): Ditto.
15571         (mm-alist-to-plist): New function.
15572         (mm-dissect-buffer): Store CTL parameters and copy original buffer
15573         for multiparts.
15574         (mm-destroy-parts): Destroy multipart buffert.
15575         (mm-remove-part): Ditto.
15576
15577         * mml-smime.el (mml-smime-sign): Not used.
15578         (mml-smime-encrypt): Ditto.
15579
15580         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
15581
15582         Verify S/MIME signature support.
15583
15584         * mm-decode.el (mm-inline-media-tests): Add
15585         application/{x-,}pkcs7-signature.
15586         (mm-inlined-types): Ditto.
15587         (mm-automatic-display): Ditto.
15588         (mm-verify-function-alist): Ditto.  Add name of method.
15589         (mm-decrypt-function-alist): Add name of method.
15590         (mm-find-part-by-type): Add documentation.
15591         (mm-possibly-verify-or-decrypt): Use new format of
15592         mm-{verify,decrypt}-function-alist.  Use method names.
15593
15594         * mml-smime.el (mml-smime-verify): New function.
15595
15596 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15597
15598         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
15599
15600 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15601
15602         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
15603         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
15604         * mm-decode.el (mm-snarf-option): New variable.
15605
15606 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15607
15608         * mm-util.el (mm-subst-char-in-string): New function.
15609         (mm-replace-chars-in-string): Use it.
15610         * message.el (message-replace-chars-in-string): Use it.
15611         * nnheader.el (nnheader-replace-chars-in-string): Use it.
15612         * gnus-mh.el (mh-lib-progs): Shut up.
15613
15614 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
15615
15616         * base64.el, md5.el: Moved to contrib directory.
15617
15618 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15619
15620         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
15621         the last article when search.
15622
15623 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15624
15625         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
15626         * nnmail.el (nnmail-pathname-coding-system): Ditto.
15627
15628 2000-09-29  David Edmondson  <dme@thus.net>
15629
15630         * message.el (message-newline-and-reformat): Typo.
15631
15632 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15633
15634         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
15635
15636 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
15637
15638         * nntp.el (nntp-decode-text): Delete bogus status lines.
15639
15640 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
15641
15642         * message.el (message-font-lock-keywords): Match a final newline
15643         to help font-lock's multiline support.
15644
15645 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15646
15647         * nnoo.el (nnoo-set): New function.
15648
15649 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
15650
15651         * gpg.el, gpg-ring.el: Moved to contrib directory.
15652
15653 2000-11-04  Simon Josefsson  <sj@extundo.com>
15654
15655         * nnimap.el (nnimap-split-inbox): Typo.
15656
15657 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15658
15659         * gnus-msg.el (gnus-msg-mail): Move it backwards.
15660
15661 2000-11-03  Simon Josefsson  <sj@extundo.com>
15662
15663         * rfc2231.el (rfc2231-parse-qp-string): New function.
15664         (require): rfc2047.
15665
15666         * mail-parse.el (mail-header-parse-content-type):
15667         (mail-header-parse-content-disposition): Support invalid QP
15668         encoded strings, by using `rfc2231-parse-qp-string'.
15669
15670 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15671
15672         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
15673         (rfc2231-decode-encoded-string): Typo "> X 1".
15674         (rfc2231-encode-string): Insert the name of charset.
15675         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
15676
15677 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15678
15679         * mm-decode.el (mm-save-part): Return the filename.
15680         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
15681         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
15682         (gnus-mime-action-alist): Use it.
15683         (gnus-mime-button-commands): Use it.
15684         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
15685         (mm-inline-external-body): unwind-protect.
15686
15687 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
15688
15689         * gnus-art.el (gnus-insert-mime-button): Show url.
15690
15691 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
15692
15693         * mml.el (mml-generate-mime-1): Support external url.
15694         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
15695
15696 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
15697
15698         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
15699         * mm-decode.el (mm-display-external): Ditto.
15700         * mm-extern.el: New file.
15701         * mm-decode.el (mm-inline-media-tests): Hook it up.
15702         (mm-inlined-types): Inline message/external-body.
15703
15704 2000-11-02  Simon Josefsson  <sj@extundo.com>
15705
15706         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
15707
15708         * message.el (message-get-reply-headers): Better handling when
15709         Mail-Followup-To is very large.
15710
15711 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15712
15713         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
15714         * gnus-art.el (gnus-article-edit-done):
15715         * gnus-sum.el (gnus-summary-edit-article-done): Move line
15716         counting code here.
15717         * gnus-msg.el (gnus-setup-message): Remove a hack.
15718
15719 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
15720
15721         * gnus-sum.el (gnus-newsgroup-variables): New variable.
15722         (gnus-summary-mode): Make them local variables.
15723         (gnus-set-global-variables): Globalize them.
15724         (gnus-summary-exit): Kill them.
15725
15726 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
15727
15728         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
15729         word.
15730
15731 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
15732
15733         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
15734         gnus-article-wash-types.
15735         * gnus-art.el (gnus-article-wash-status): Use them.
15736
15737 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
15738
15739         * mml.el (mml-read-tag): Remove spaces and LF.
15740
15741 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15742
15743         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
15744         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
15745
15746 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
15747
15748         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
15749
15750 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
15751
15752         * gnus-sum.el (gnus-article-charset): New variable.
15753         (gnus-summary-display-article): Set it.
15754         * gnus-msg.el (gnus-copy-article-buffer): Use it.
15755         * gnus-art.el (gnus-article-mode): Make it local variable.
15756
15757 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15758
15759         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
15760
15761 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15762
15763         * nnwfm.el: New file.
15764
15765         * nnweb.el (nnweb-replace-in-string): New function.
15766
15767 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15768
15769         * mml2015.el: Wrap gpg.el.
15770         * gpg.el (gpg-verify): The last argument of apply is a list.
15771         (gpg-encrypt): Add passphrase as a parameter.
15772
15773 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15774
15775         * gpg.el: New file.
15776         * gpg-ring.el: New file.
15777
15778 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15779
15780         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
15781
15782 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15783
15784         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
15785         double-quote characters.
15786         (gnus-summary-prepare-threads): Ditto.
15787
15788 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15789
15790         * gnus-art.el (gnus-mime-display-single): Forward line -1.
15791         * mml.el (mml-read-tag): Don't skip the leading space.
15792         * lpath.el (font-lock-set-defaults): Shut up.
15793
15794 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
15795
15796         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
15797
15798 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
15799
15800         * qp.el (quoted-printable-encode-region): Replace leading - when
15801         ultra safe.
15802         * mml.el (mml-generate-mime-postprocess-function): Removed.
15803         (mml-postprocess-alist): Removed.
15804         (mml-generate-mime-1): Use ultra-safe when sign.
15805         * mml2015.el (mml2015-fix-micalg): Uppercase.
15806         (mml2015-verify): Insert LF.
15807         (mml2015-mailcrypt-sign): Downcase; search backward.
15808
15809 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15810
15811         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
15812         restrictive.
15813         (nnultimate-table-regexp): New variable.
15814         (nnultimate-forum-table-p): Use it.
15815
15816 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
15817         Trivial patch.
15818
15819         * gnus-sum.el (gnus-summary-expire-articles): Save point.
15820
15821 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15822
15823         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
15824         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
15825
15826 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
15827
15828         * mml2015.el: Shut up.
15829
15830 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15831
15832         * gnus.el (gnus-server-browse-hashtb): Removed.
15833         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
15834         (gnus-group-insert-group-line-info): Use simplified method.
15835         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
15836
15837 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
15838
15839         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
15840         moved here.
15841         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
15842         * gnus-group.el (gnus-group-prepare-flat): Use it.
15843         * gnus-topic.el (gnus-group-prepare-topics): Use it.
15844
15845 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
15846
15847         * mml.el (mml-mode): Show menu in XEmacs.
15848
15849 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
15850
15851         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
15852         (gnus-server-read-server-in-server-buffer): New function.
15853         (gnus-browse-foreign-server): Browse in group buffer.
15854         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
15855         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
15856         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
15857         * gnus.el (gnus-server-browse-hashtb): New variable.
15858
15859 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
15860
15861         * nnfolder.el (nnfolder-open-nov): Use group.
15862
15863 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
15864
15865         * nnfolder.el: Add NOV. Set version to 2.0.
15866         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
15867
15868 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15869
15870         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
15871
15872 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15873
15874         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
15875         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
15876
15877 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15878
15879         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
15880
15881 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
15882
15883         * mm-decode.el (mm-verify-function-alist): New variable.
15884         (mm-verify-option): New variable.
15885         (mm-decrypt-function-alist): Ditto.
15886         (mm-decrypt-option): Ditto.
15887         (mm-find-raw-part-by-type): New function.
15888         (mm-possibly-verify-or-decrypt): New function.
15889         (mm-dissect-multipart): Use it.
15890         * mml2015.el (mml2015-fix-micalg): New function.
15891         (mml2015-decrypt): Use new interface.
15892         (mml2015-verify):  Use new interface.
15893         (mml2015-setup): Make it bogus.
15894
15895 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15896
15897         * mml.el (mml-generate-mime-postprocess-function): Set to
15898         mml-postprocess.
15899         (autoload): Autoload mml2015 and mml-smime.
15900         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
15901         * mml2015.el (mml2015-encrypt): New function.
15902         (mml2015-sign): New function.
15903         (mml2015-encrypt-function): New variable.
15904         (mml2015-sign-function): New variable.
15905         (mml2015-mailcrypt-encrypt): Use message-recipients.
15906         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
15907         * mml-smime.el (mml-smime-setup): Ditto.
15908
15909 2000-10-28  Simon Josefsson  <sj@extundo.com>
15910
15911         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
15912         Communigate Pro 3.3.1 server.
15913
15914         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
15915         in buffers.
15916         (mml-secure-dns-server): Removed.
15917         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
15918         write certificates to files.
15919
15920         * smime.el (smime-dns-server): New variable.
15921         (smime-mail-to-domain):
15922         (smime-cert-by-dns): New functions.
15923
15924         * dig.el: New file.
15925
15926 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
15927
15928         * message.el (message-options): New variable.
15929         (message-options-set-recipient): New function.
15930         (message-send): Use them.
15931         * gnus-int.el (gnus-request-replace-article): Use them.
15932         (gnus-request-accept-article): Ditto.
15933         * mml.el (mml-preview): Use them.
15934         * gnus-sum.el (gnus-summary-edit-article): Use them.
15935
15936         * message.el (message-options-get): New function.
15937         (message-options-get): New function.
15938         * rfc2047.el (rfc2047-encode-message-header): Use them.
15939         * mm-bodies.el (mm-encode-body): Use them.
15940
15941 2000-10-28  Simon Josefsson  <sj@extundo.com>
15942
15943         * nnimap.el (nnimap-retrieve-which-headers):
15944         (nnimap-request-article-part): Quote message-id.
15945
15946         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
15947         (smime-CA-file): New variable.
15948         (smime-call-openssl-region): Don't error.
15949         (smime-sign-region): Return result value.
15950         (smime-encrypt-region): Ditto.
15951         (smime-verify-region): New function.
15952         (smime-decrypt-region): Ditto.
15953         (smime-verify-buffer): Ditto.
15954         (smime-decrypt-buffer): Ditto.
15955
15956         * mml.el: Require mml-sec.
15957         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
15958         (mml-mode-map): Add "sign" and "encrypt" maps.
15959         (mml-menu): Add security menu.
15960         (mml-preview): Use generate-new-buffer.
15961
15962         * mml-sec.el: New file.
15963
15964 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15965
15966         * mm-decode.el (mm-find-part-by-type): Move it here.
15967         * mml.el (mml-postprocess): Move it here.
15968         (mml-postprocess-alist): Move it here. Merge them.
15969
15970 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
15971
15972         * rfc2047.el (rfc2047-encode-message-header): Make sure no
15973         unencoded stuff in the header.
15974
15975 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15976
15977         * gnus-group.el (gnus-group-listed-groups): New variable.
15978         (gnus-group-list-option): New variable.
15979         (gnus-group-list-limit-map): New keymap.
15980         (gnus-group-list-flush-map): New keymap.
15981         (gnus-group-list-plus-map): New keymap.
15982         (gnus-group-prepare-logic): New function.
15983         (gnus-group-prepare-flat): Merge with
15984         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
15985         (gnus-group-prepare-flat-list-dead): Ditto.
15986         (gnus-group-list-matching): Use gnus-group-prepare-function.
15987         (gnus-group-list-dormant): Ditto.
15988         (gnus-group-list-cached): Ditto.
15989         (gnus-group-listed-groups): New function.
15990         (gnus-group-list-limit): New function.
15991         (gnus-group-list-flush): New function.
15992         (gnus-group-list-plus): New function.
15993         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
15994         (gnus-topic-prepare-topic): Ditto.
15995
15996 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
15997
15998         * message.el (message-insert-to, message-get-reply-headers):
15999         (message-reply, message-followup): Mail-{Followup,Reply}-To.
16000
16001 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
16002
16003         * mml2015.el: New file.
16004         * smime.el: New file.
16005         * mml-smime.el: New file.
16006
16007 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
16008
16009         * ChangeLog: Moved to ChangeLog.1.
16010
16011     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
16012   Copying and distribution of this file, with or without modification,
16013   are permitted provided the copyright notice and this notice are preserved.
16014
16015 ;; Local Variables:
16016 ;; coding: iso-2022-7bit
16017 ;; End: