(nntp-open-via-rlogin-and-telnet): Revert last change.
[gnus] / lisp / ChangeLog
1 2002-06-28  Katsumi Yamaoka <yamaoka@jpl.org>
2
3         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
4
5 2002-06-28  Katsumi Yamaoka <yamaoka@jpl.org>
6
7         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
8
9 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10
11         * message.el (message-font-lock-keywords): Revert 2002-06-22
12         change.
13
14 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15
16         * message.el (message-font-lock-keywords): Put colon in header
17         name match.
18
19 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
20
21         * message.el (message-font-lock-keywords): Don't use header faces
22         in the body.  Thanks to Stefan Monnier for the hint on the
23         implementation.
24
25 2002-05-09  Miles Bader  <miles@gnu.org>
26
27         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
28         (gnus-article-hide-citation): Respect it.
29
30 2002-04-12  Juanma Barranquero  <lektu@terra.es>
31
32         * pop3.el (pop3-open-server): Fix typo.
33
34 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
35
36         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
37         instead of push to ignore duplicate to-(list|address) values.
38         * nnmail.el (nnmail-cache-ignore-groups): New.
39         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
40
41 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
42
43         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
44         before sending.  Suggested by Jan Rychter.
45
46 2002-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
47
48         * dgnushack.el (remove): New compiler macro.
49         (last, coerce, subseq): Remove compiler macros for those built-in
50         or unused functions.
51
52 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
53
54         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
55         sure to write byte-compiled versions of gnus-*-format-alist to
56         .newsrc.eld.  From Simon Josefsson.
57
58 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
59
60         * gnus-agent.el (gnus-agent-read-servers)
61         (gnus-agent-write-servers): Put server name (string like
62         "nnchoke:frumple") in the file instead of a server specification
63         (Lisp expression like (nnchoke "frumple" ...parameters...)).
64         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
65
66 2002-06-16  Simon Josefsson  <jas@extundo.com>
67
68         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
69         Reiner Steib <4uce.02.r.steib@gmx.net>.
70
71 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
72
73         * nnheader.el (nnheader-file-name-translation-alist): Set the
74         default value for MS Windows systems.
75
76         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
77
78 2002-06-14  Katsumi Yamaoka <yamaoka@jpl.org>
79
80         * message.el (message-beginning-of-line): Keep the region active
81         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
82
83 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
84
85         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
86         * gnus-msg.el (gnus-summary-reply): Ditto.
87         * gnus-msg.el (gnus-summary-handle-replysign): New.
88
89 2002-06-12  Katsumi Yamaoka <yamaoka@jpl.org>
90
91         * message.el (message-send-mail-with-sendmail): Kill errbuf even
92         if sending failed.
93
94 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
95
96         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
97         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
98         to sign while encrypting.
99
100 2002-06-11  Simon Josefsson  <jas@extundo.com>
101
102         * gnus-int.el (gnus-request-move-article): Agent expire article if
103         successfuly moved.
104
105         * nnweb.el (nnweb-google-create-mapping): Honors the value of
106         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
107
108 2002-06-10  Simon Josefsson  <jas@extundo.com>
109
110         * gnus-int.el (gnus-request-expire-articles): Fix last change?
111
112 2002-06-09  Simon Josefsson  <jas@extundo.com>
113
114         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
115
116         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
117
118 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
119
120         * flow-fill.el (fill-flowed): Ignore errors.
121
122 2002-06-06  Simon Josefsson  <jas@extundo.com>
123
124         * message.el (message-send-mail-with-sendmail): Improve error message.
125
126 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
127
128         * message.el (message-interactive): Change default from nil to t.
129         Better to be safe than to be fast.
130
131 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
132
133         * message.el (message-send-mail-with-sendmail): Check return value
134         from call-process-region.
135
136 2002-06-04  Simon Josefsson  <jas@extundo.com>
137
138         * gnus-msg.el (gnus-group-mail, gnus-group-news)
139         (gnus-group-post-news, gnus-summary-mail-other-window)
140         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
141         gnus-article-copy to nil, thereby inhibiting the `header' posting
142         style match to use data from last viewed article.
143         Suggested by Hrvoje Niksic.
144
145 2002-06-04  Katsumi Yamaoka <yamaoka@jpl.org>
146
147         * spam.el (spam-point-at-eol): New alias.
148         (spam-parse-whitelist): Use it.
149
150 2002-06-03  Simon Josefsson  <jas@extundo.com>
151
152         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
153         (nnmail-article-group): Use it.
154
155 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
156
157         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
158         so that code reading them won't be surprised.  From Jesper Harder
159         <harder@ifa.au.dk>.
160
161 2002-05-29  Simon Josefsson  <jas@extundo.com>
162
163         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
164         articles.
165
166         * gnus.el (gnus-agent-cache): Doc fix.
167         (gnus-agent): Change default to t.
168
169         * gnus-agent.el (gnus-agent-expire): Make it accept optional
170         ARTICLES, GROUP and FORCE parameters.
171
172 2002-05-28  Simon Josefsson  <jas@extundo.com>
173
174         * gnus-group.el (gnus-group-line-format): Doc fix.
175
176 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
177
178         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
179         original article before yanking.  From Jesper Harder
180         <harder@ifa.au.dk>.
181
182 2002-05-26  Simon Josefsson  <jas@extundo.com>
183
184         * gnus-sum.el (gnus-summary-menu-split): New function.
185         (gnus-summary-make-menu-bar): Split charset submenu.
186         (gnus-summary-menu-maxlen): New variable.
187         (gnus-summary-menu-split): Use it.
188
189 2002-05-25  Simon Josefsson  <jas@extundo.com>
190
191         * mml.el (mml-preview): Generate some headers.
192
193         * gnus.el (gnus-large-newsgroup): Fix :type.
194
195         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
196         Agent cache NOV's by default now).
197         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
198
199 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
200
201         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
202         call to gnus-parent-id when we check for References loops.
203         (gnus-summary-prepare-threads): Avoid simplifying every Subject
204         twice by saving the simplified subject string in simp-subject.
205
206 2002-05-23  Simon Josefsson  <jas@extundo.com>
207
208         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
209         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
210
211         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
212         Niklas Morberg <niklas.morberg@axis.com>.
213
214 2002-05-22  Simon Josefsson  <jas@extundo.com>
215
216         * sieve.el (sieve-change-region): Define it before it is used.
217
218         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
219         (gnus-summary-reply): Ask for confirmation when replying to news.
220         Defaults to not ask.  From Benjamin Rutt
221         <rutt+news@cis.ohio-state.edu>.
222
223         * nnimap.el (nnimap-nov-is-evil): Improve doc.
224
225 2002-05-21  Simon Josefsson  <jas@extundo.com>
226
227         * sieve-mode.el (sieve-manage): Fix autoloads.
228
229         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
230         name (makes it work with recent Cyrus timsieved).
231
232 2002-05-20  Jason  <jbaker@cs.utah.edu>
233
234         * gnus-art.el (gnus-request-article-this-buffer): Try
235         reconnecting if you don't get the message.
236
237 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
238
239         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
240         Reply-To headers from the headers.
241
242 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
243
244         * mm-url.el (mm-url-insert): Remove junk message.
245
246 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
247
248         * nnslashdot.el (nnslashdot-request-list): Parse new html.
249         (nnslashdot-use-front-page): New variable.
250         (nnslashdot-request-list): Use it.
251
252         * mm-url.el (mm-url-timeout): New variable.
253         (mm-url-retries): Ditto.
254         (mm-url-insert): Use it.
255
256 2002-05-16  Simon Josefsson  <jas@extundo.com>
257
258         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
259         (gnus-simplify-subject-functions): Mention g-s-a-w.
260
261 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
262
263         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
264         nnmail-cache-insert.
265         * nndiary.el (nndiary-request-accept-article): Ditto.
266         * nnfolder.el (nnfolder-request-accept-article): Ditto.
267         * nnimap.el (nnimap-request-accept-article): Ditto.
268         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
269         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
270         * nnmbox.el (nnmbox-request-accept-article): Ditto.
271         * nnmh.el (nnmh-request-accept-article): Ditto.
272         * nnmail.el (nnmail-cache-insert): Change group to required,
273         removed code which tried to figure out the group.
274
275 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
276
277         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
278         messages. From Hans de Graaff <hans@degraaff.org>.
279         * nnml.el (nnml-request-accept-article): Pass in the group name to
280         nnmail-cache-insert, since it's available.
281
282 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
283
284         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
285
286 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
287         From Florian Weimer <fw@deneb.enyo.de>.
288
289         * gnus.el (subscribed): New group parameter.
290         (gnus-find-subscribed-addresses): Use it.
291
292 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
293
294         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
295         the default for pgpmime to support pgp v2.
296         * mml-sec.el (mml-signencrypt-style): New accessor function to
297         allow users to get/set the signencrypt style more easily without
298         frobbing the alist directly.
299         * mml.el (mml-generate-mime-1): Use accessor function.
300
301 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
302
303         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
304         parenthesis for "<" and ">".  Suggested by Andreas Schwab
305         <schwab@suse.de>.
306
307 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
308
309         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
310         when intuiting the group the message is written to.  From Josh
311         Huber <huber@alum.wpi.edu>.
312
313 2002-05-06  Simon Josefsson  <jas@extundo.com>
314
315         * gnus-topic.el (gnus-group-topic-parameters): Work when group
316         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
317
318 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
319
320         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
321         argument, and fixed compiler warning. (added autoload for
322         gpg-encrypt).
323
324 2002-05-04  Simon Josefsson  <jas@extundo.com>
325
326         * mml1991.el (mml1991-function-alist): Doc fix.
327
328         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
329         doesn't exist (for previewing messages without having Gnus
330         started).
331
332         * mm-util.el (mm-coding-system-priorities): Defcustom.
333
334         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
335
336 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
337
338         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
339         default.
340         * mml-sec.el:
341         * mml-sec.el (mml-signencrypt-style): New.
342         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
343         argument `sign'.
344         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
345         signencrypt.
346         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
347         * mml.el (mml-generate-mime-1): Changed logic so a part which is
348         both signed & encryped is processed in one operation. (rather than
349         two separate ops: sign, then encrypt)
350         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
351         indication if a message is signed by an expired key.
352         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
353         enables combined sign & encrypt operation. (this was always on
354         before).
355         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
356
357 2002-05-01  Simon Josefsson  <jas@extundo.com>
358
359         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
360         server.
361         (nnimap-mailbox-info): defvar instead of defvoo.
362
363 2002-05-01 20:09:21 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
364
365         * gnus.el: Oort Gnus v0.06 is released.
366
367 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
368
369         * lpath.el: Bind url-package-version.
370
371 2002-05-01  Simon Josefsson  <jas@extundo.com>
372
373         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
374         filename before deleting the group itself, because the presence of
375         a group filename decides if long filenames are used or not.
376
377         * gnus-art.el (gnus-button-alist): Don't inline
378         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
379         without also modifying g-button-alist.
380         (gnus-button-alist): Fix type to allow variable as well as regexp.
381         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
382         themselves, variables to its contents.
383         (gnus-button-entry): Ditto.
384
385 2002-05-01  Simon Josefsson  <jas@extundo.com>
386
387         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
388         UIDNEXT as a string.
389
390         * nnimap.el (nnimap-string-lessp-numerical): New function.
391         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
392         integers.
393
394 2002-04-29  Simon Josefsson  <jas@extundo.com>
395
396         * nnmail.el (nnmail-cache-insert): Accept optional group
397         parameter.
398
399         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
400         n-r-g-a is disabled.
401
402 2002-04-29  Simon Josefsson  <jas@extundo.com>
403
404         * nnimap.el (nnimap-split-fancy): Fix doc.
405         (nnimap-split-fancy): Fix doc.
406
407         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
408         (nnimap-mailbox-info): New internal variable.
409         (nnimap-retrieve-groups): Implement faster new mail check.
410
411         * nnimap.el (nnimap-split-articles): Support
412         nnmail-cache-accepted-message-ids.
413         (nnimap-request-accept-article): Ditto.
414
415         * imap.el (imap-mailbox-status-asynch): New command.
416
417 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
418
419         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
420         are no subscribed mail groups.
421         - Strip quoted names when comparing addresses
422
423 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
424
425         * mm-decode.el (mm-text-html-renderer): Change customize type to
426         const.
427
428         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
429         (gnus-debug-exclude-variables): do.
430
431 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
432
433         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
434         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
435
436 2002-04-27  Katsumi Yamaoka <yamaoka@jpl.org>
437
438         * dns.el (dns-make-network-process): New macro.
439         (query-dns): Use it.
440
441 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
442
443         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
444         article-buffer.
445
446         * mm-url.el (mm-url-package-name): New variable.
447         (mm-url-package-version): New variable.
448         (mm-url-insert-file-contents): Bind url-package-name and
449         url-package-version here.
450         * nnrss.el (nnrss-insert-w3): Move the bindings.
451
452         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
453         url-package-version. Trivial change from Andrew J Cosgriff
454         <ajc@polydistortion.net>
455
456         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
457         attachments. Trivial change from Peter 'Luna' Runestig
458         <peter@runestig.com>.
459
460 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
461
462         * nnkiboze.el (nnkiboze-request-scan): Call
463         nnkiboze-possibly-change-group.
464         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
465         problems.
466         (nnkiboze-generate-group): Set newsrc to the *highest* article
467         number kibozed, not the lowest.
468
469 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
470
471         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
472
473 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
474         From Dan Christensen <jdc+news@uwo.ca>.
475
476         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
477         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
478         Recognize math postings.  Extract Date (now ignores "(15kb)").
479         Extract email address using gnus-extract-address-components
480         instead of just taking the first word.  Create Date and From
481         headers for message which are missing these headers.  Get rid
482         of spurious \\ lines (purely cosmetic).  Extend body-end and
483         file-end regexps, to exclude more garbage from the message.
484         Make URL rephrasing regexp more flexible, to match current
485         format.
486
487 2002-04-23  Simon Josefsson  <jas@extundo.com>
488
489         * netrc.el: New file, functions copied from gnus-util.el by Ted
490         Zlatanov <tzz@lifelogs.com>.
491
492         * gnus-util.el: Require netrc.
493         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
494         new code in netrc.el.
495
496 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
497
498         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
499         message-ignored-resent-headers, too.  From Matthieu Moy
500         <Matthieu.Moy@imag.fr>.
501
502 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
503
504         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
505         boolean not a string
506         * gnus-group.el (gnus-group-line-format): add description of %C
507         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
508           as %C
509         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
510
511 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
512
513         * nnmaildir.el (nnmaildir-request-scan): typo: set
514         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
515         nnmail-get-new-mail for 'find-new-groups.
516
517 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
518
519         * nnmaildir.el (nnmaildir-request-update-info,
520         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
521         unnecessary calls to nnmaildir-request-scan.
522
523 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
524
525         * gnus-msg.el:
526         * gnus-msg.el (gnus-message-replysign): New.
527         * gnus-msg.el (gnus-message-replyencrypt): New.
528         * gnus-msg.el (gnus-message-replysignencrypted): New.
529         * gnus-msg.el (gnus-summary-reply): Use the three new variables
530         (above) to automatically encrypt/sign to encrypted/signed
531         messages.
532         * message.el:
533         * message.el (message-mode-map): Add keybinding for
534         `message-to-list-only'
535         * message.el (message-mode): Add description for
536         `message-to-list-only'
537         * message.el (message-to-list-only): New.
538         * message.el (message-make-mft): Changed to use the cl loop macro,
539         and added optional flag to return only the matched list. (for use
540         in new message-to-list-only function)
541
542 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
543
544         * gnus-msg.el:
545         * gnus-msg.el (gnus-message-replysign):
546         * gnus-msg.el (gnus-replysign): New.
547         * gnus-msg.el (gnus-replyencrypt): New.
548         * gnus-msg.el (gnus-replysignencrypted): New.
549         * gnus-msg.el (gnus-summary-reply):
550         * message.el:
551         * message.el (message-mode-map):
552         * message.el (message-mode):
553         * message.el (message-to-list-only): New.
554         * message.el (message-make-mft):
555
556 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
557
558         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
559
560 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
561
562         * message.el (message-gen-unsubscribed-mft): accept a prefix
563         argument so CC can be included with C-u C-c C-f C-a
564
565 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
566         From Ted Zlatanov <teodor.zlatanov@divine.com>.
567
568         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
569         Improve docstring.
570         (spam-enter-blacklist): New command.
571
572         * gnus-sum.el (gnus-spam-mark): New mark.
573         (gnus-auto-expirable-marks): Add gnus-spam-mark.
574         (gnus-summary-make-tool-bar): Correct conditional.
575         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
576         (gnus-summary-mark-as-spam): New command.
577
578 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
579
580         * mml-sec.el (mml-secure-message): changed to support arbritrary
581         modes.
582         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
583         changed to support "signencrypt" mode.
584         * mml.el (mml-parse-1): changed to support different secure modes
585         more easily. (for signencrypt)
586
587 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
588
589         * gnus-sum.el (gnus-update-summary-mark-positions)
590         (gnus-summary-toggle-header):
591         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
592         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
593         (gnus-uu-post-encoded):
594         * nnfolder.el (nnfolder-possibly-change-group):
595         * nnimap.el (nnimap-retrieve-headers):
596         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
597
598 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
599
600         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
601         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
602
603 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
604
605         * gnus-srvr.el (gnus-server-set-info): Clear
606         `gnus-server-method-cache' when `gnus-server-alist' is changed.
607         From Daiki Ueno <ueno@unixuser.org>.
608
609 2002-04-11  Simon Josefsson  <jas@extundo.com>
610
611         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
612         viewing of security buttons.  Thanks to Nicolas Kowalski
613         <Nicolas.Kowalski@imag.fr>.
614
615         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
616         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
617         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
618         <Nicolas.Kowalski@imag.fr>.
619         (smime-decrypt-buffer): Ditto.
620
621 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
622
623         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
624         header line.
625
626 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
627
628         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
629
630 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
631
632         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
633
634 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
635
636         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
637         errors when debug.
638
639 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
640
641         * message.el (message-make-mft): Changed MFT code from using
642         message-recipients (which included Bcc) to use only the To and CC
643         headers.
644
645 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
646
647         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
648         add link.
649         (gnus-treat-mail-picon): Ditto.
650         (gnus-treat-newsgroups-picon): Ditto.
651         (gnus-picon-databases): Fix custom type.
652         (gnus-picon-databases): Add link.
653         (gnus-article-x-face-command): Add to gnus-picon group.
654
655 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
656
657         * message.el (message-buffer-naming-style): Remove.
658
659 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
660
661         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
662
663         * message.el (message-tool-bar-map): Ditto.
664
665         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
666
667 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
668
669         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
670
671 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
672
673         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
674
675 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
676
677         * dns.el: open-network-stream under XEmacs does udp.
678
679 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
680
681         * spam.el (spam-enter-whitelist): New function.
682         (spam-parse-whitelist): Ditto.
683         (spam-refresh-list-cache): Ditto.
684         (spam-address-whitelisted-p): New function.
685
686         * dns.el (query-dns): Use TCP when make-network-process isn't
687         available.
688         (dns-servers): New variable.
689         (dns-parse-resolv-conf): New function.
690         (query-dns): Use it.
691
692         * spam.el: New file.
693
694         * dns.el (query-dns): Test.
695
696 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
697
698         * lpath.el (featurep): Bind make-network-process.
699
700 2002-03-31  Paul Jarc <prj@po.cwru.edu>
701
702         * nnmaildir.el: Use defstruct.  Use a single copy of
703         nnmail-extra-headers to save memory.  Store server's group name
704         prefix instead of each group's prefixed name.
705         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
706         nntp-server-buffer.
707
708 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
709
710         * dns.el: New file.
711
712 2002-03-28  Simon Josefsson  <jas@extundo.com>
713
714         * gnus-sum.el (gnus-summary-dummy-line-format):
715         * gnus.el (gnus-summary-line-format): Fixing links to Info.
716         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
717
718 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
719
720         * gnus-sum.el (gnus-summary-move-article)
721         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
722         the doc string.
723
724 2002-03-28  Simon Josefsson  <jas@extundo.com>
725
726         * mml-sec.el (mml-secure-message): Search after
727         mail-header-separator from top of message.
728
729 2002-03-28  Paul Jarc <prj@po.cwru.edu>
730
731         * nnmaildir.el: Cosmetic changes.
732         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
733         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
734         nnmaildir--group-ls): New macros/functions.  Use them.
735         (nnmaildir--unlink): Evalutate argument only once.
736
737 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
738
739         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
740         symbols.
741         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
742         `gnus-point-at-eol'.
743
744 2002-03-27  Paul Jarc <prj@po.cwru.edu>
745
746         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
747         nnmaildir--marks-dir): New macros.  Use them.
748         Use inhibit-quit for atomicity instead of in-memory journaling.
749         (nnmaildir--edit-prep): New function.
750         (Local Variables): Use it.
751
752 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
753
754         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
755
756 2002-03-25  Simon Josefsson  <jas@extundo.com>
757
758         * message.el (message-mode): Fix doc.
759
760 2002-03-25  Simon Josefsson  <jas@extundo.com>
761
762         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
763         Matthieu Moy <Matthieu.Moy@imag.fr>.
764
765 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
766
767         * mml-sec.el (mml-unsecure-message): Add docstring.
768
769 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
770
771         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
772         value.
773         Trivial change from andre@slamdunknetworks.com
774
775 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
776
777         * mml.el (mml-mode-map): Added a keybinding for
778         `mml-unsecure-message'.  Also, added a menu entry for said
779         function in the Attachments menu.
780
781 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
782
783         * canlock.el (canlock-version): Remove.
784         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
785         here; simplify \x insertions.
786         (canlock-sha1): New function, always return a unibyte string.
787         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
788         of a password.
789         (canlock-insert-header): Use `canlock-sha1'.
790         (canlock-verify): Ditto.
791
792 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
793
794         * message.el (message-fix-before-sending): Add an option that
795         ignores illegible text.
796         Trivial change from Mark Milhollan <mlm@attglobal.net>
797
798         * message.el (message-font-lock-keywords): Support multi-line MML
799         tags.
800
801         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
802         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
803
804 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
805
806         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
807         symbols for "View as different encoding" submenu.
808
809 2002-03-19  Simon Josefsson  <jas@extundo.com>
810
811         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
812         encoding" submenu.
813
814 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
815
816         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
817
818 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
819
820         * gnus-sum.el (gnus-sum-thread-tree-root)
821         (gnus-sum-thread-tree-single-indent)
822         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
823         (gnus-sum-thread-tree-leaf-with-other)
824         (gnus-sum-thread-tree-single-leaf): Make customizable.
825
826 2002-03-16  Simon Josefsson  <jas@extundo.com>
827
828         * gnus-util.el (gnus-extract-address-components): Don't break on
829         names such as James "Kibo" Parry.  From Francis Litterio
830         <franl_removethis@world.std.com>.
831
832 2002-03-13  Simon Josefsson  <jas@extundo.com>
833
834         * pop3.el (pop3-open-server): Revert multibyte change.  From
835         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
836
837         * message.el (message-send-mail-with-qmail): Make it work.  From
838         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
839
840 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
841
842         * message.el (message-make-mft): Set case-fold-search while
843         generating the MFT.  Also, a little cleanup in the MFT code.
844
845 2002-03-12  Simon Josefsson  <jas@extundo.com>
846
847         * message.el (message-qmail-inject-args): May be function.
848         (message-send-mail-with-qmail): Call function if m-q-i-a is
849         function.  From fn@hungry.org (Faried Nawaz).
850
851 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
852
853         * message.el (message-abbrevs-loaded): Remove.
854         (mailabbrev): Require it.
855
856         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
857
858 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
859
860         * pop3.el (pop3-open-server): Set process buffer unibyte.
861
862 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
863
864         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
865
866 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
867
868         * nnslashdot.el (nnslashdot-request-article): Remove javascript
869         too.
870
871 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
872
873         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
874         duplication.
875         (gnus-summary-save-parts-type-history): Ditto.
876         (gnus-summary-save-parts-last-directory): Ditto.
877         Trivial change from andre@slamdunknetworks.com
878
879 2002-03-09  Paul Jarc  <prj@po.cwru.edu
880
881         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
882
883 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
884
885         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
886         -->" as the end of the first article.
887
888         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
889         From Matthieu Moy <Matthieu.Moy@imag.fr>
890
891         * message.el (message-add-action): Use add-to-list.
892         (message-delete-action): New function.
893
894         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
895         pieces.
896
897 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
898
899         * nnnil.el: New file.
900         * gnus.el (gnus-valid-select-methods): Include nnnil.
901
902 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
903
904         * message.el (message-syntax-checks): Because canlock is
905         supported, we disable sender syntax check.
906         (message-shoot-gnksa-feet): Add cancel-messages option doc.
907
908         * gnus-draft.el (gnus-draft-send): If interactive, use its default
909         value of message-syntax-checks.
910
911         * qp.el (quoted-printable-decode-region): Doc addition.
912         From: Eli Zaretskii <eliz@is.elta.co.il>
913
914         * mail-source.el (make-source-make-complex-temp-name): Use
915         make-temp-file.
916
917         * mm-util.el (mm-make-temp-file): New function.
918         * nneething.el (nneething-file-name): Use it.
919         * mml-smime.el (mml-smime-encrypt): Ditto.
920         * mm-view.el (mm-inline-wash-with-file): Ditto.
921         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
922         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
923         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
924         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
925         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
926         * gnus-art.el (gnus-mime-print-part): Ditto.
927
928 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
929
930         * message.el (nnmaildir-article-number-to-base-name): New
931         function.
932         (nnmaildir-base-name-to-article-number): New function.
933
934 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
935
936         * smime.el (smime-make-temp-file): Don't quote
937         `temporary-file-directory'.
938
939 2002-03-04  Simon Josefsson  <jas@extundo.com>
940
941         * smime.el (smime-sign-region): Rename argument keyfiles to
942         keyfile. You only sign something with one key.
943         (smime-sign-buffer): Better completing-read prompt.
944         (smime-decrypt-buffer): Ditto.
945
946         * smime.el (smime-make-temp-file): Make it work under XEmacs.
947
948         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
949         completing-read.
950         (mm-view-pkcs7-decrypt): CRLF->LF.
951
952 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
953
954         * message.el (message-hierarchical-addresses): New variable.
955         (message-get-reply-headers): Use it.
956         From Ted Zlatanov <teodor.zlatanov@divine.com>
957
958 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
959
960         * message.el (message-mode): If buffer-file-name, don't set auto
961         save file name.
962         Trivial change from Geoff Greene <ggreene@wpi.edu>
963
964 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
965
966         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
967         takes one argument in read-char.
968
969         * message.el (message-fix-before-sending): Forward a char.
970         Check mmu-multibyte-p, add control-1.
971
972 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
973
974         * gnus-start.el (gnus-read-init-file): Ditto.
975
976         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
977
978         * dgnushack.el (dgnushack-make-load): Ditto.
979
980         * mail-source.el (mail-source-fetch): Extract the right error
981         code.
982
983         * message.el (message-fix-before-sending): Check illegible text.
984
985         * gnus-util.el (gnus-multiple-choice): New function.
986
987         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
988         also defined in gnus-score.el.
989
990 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
991
992         * message.el (message-get-reply-headers): downcase email addresses
993         for comaparisons for duplicate removal.
994
995 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
996
997         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
998         implementation of PKCS#7, which just allows users read the
999         message.
1000         (mm-view-pkcs7): Use it.
1001
1002 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1003
1004         * gnus.el (large-newsgroup-initial): New parameter.
1005
1006         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
1007         (gnus-summary-insert-old-articles): Ditto.
1008
1009 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1010
1011         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
1012         used as the default answer of the question, "How many articles?".
1013         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
1014
1015         * nnagent.el (nnagent-retrieve-headers): Remove articles with
1016         small numbers.
1017
1018 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
1019
1020         * deuglify.el: Fix comments.
1021
1022 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
1023
1024         * html2text.el (html2text-clean-anchor): If there is no HREF,
1025         insert nothing.
1026
1027         * mml.el (mml-generate-mime-1): Add cdr.
1028         From: andre@slamdunknetworks.com
1029
1030         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
1031         (mm-text-html-washer-alist): Ditto.
1032
1033         * mm-decode.el (mm-text-html-renderer): Add html2text.
1034
1035         * html2text.el: Face lift.
1036
1037         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
1038
1039 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1040
1041         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
1042
1043         * deuglify.el: Change copy right. Add autoload. Add coding-system.
1044
1045         * deuglify.el: New file. The original file name is
1046         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
1047
1048         * mm-decode.el (mm-display-external): Use
1049         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
1050
1051 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
1052
1053         * nnmaildir.el (nnmaildir-request-list): Report the highest
1054         article number, not the total number of articles.
1055
1056 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
1057
1058         * gnus-sum.el: Move uu key map here.
1059         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
1060
1061 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
1062
1063         * nnmaildir.el (nnmaildir-request-expire-articles): Use
1064         nnmail-expiry-wait* if expire-age parameter is not set.
1065
1066 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
1067
1068         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
1069         function.
1070         (gnus-group-sort-selected-groups-by-real-name): New function.
1071         (gnus-group-make-menu-bar): Add sort by real name.
1072
1073         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
1074         rebuild.
1075         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
1076         nil as dependencies as well.
1077
1078 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1079
1080         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
1081         for mime-parts.
1082
1083         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
1084
1085         * gnus-group.el (gnus-group-name-decode): Don't test
1086         multibyte-string, because it breaks XEmacs.
1087         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
1088
1089         * message.el (message-send-mail): Be talkative.
1090
1091         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
1092         (mm-automatic-display): Ditto.
1093
1094         * mailcap.el (mailcap-mime-data): Ditto.
1095         From: Reiner Steib <4uce.02.r.steib@gmx.net>
1096
1097 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1098
1099         * many files: Remove trailing whitespaces, replace spc+tab with
1100         tab, replace leading whitespaces with tabs.
1101
1102 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
1103
1104         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
1105         articles with no body and no blank line after the header.
1106
1107 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
1108
1109         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
1110         parts.
1111
1112         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
1113         non-ascii chars.
1114
1115         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
1116
1117         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
1118         w3-delay-image-loads.
1119         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
1120         (mm-w3-prepare-buffer): Ditto.
1121
1122         * mail-source.el (mail-source-fetch-directory): Run scripts.
1123
1124 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1125
1126         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
1127         for Majordomo confirmations.
1128
1129 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1130
1131         * gnus-fun.el (gnus-respond-to-confirmation): New command.
1132
1133 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1134
1135         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
1136
1137 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
1138
1139         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
1140         References header field.  From Mark Thomas <mthomas@cmu.edu>.
1141
1142 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
1143
1144         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
1145         (mm-inline-render-with-stdin): Ditto.
1146         (mm-inline-render-with-function): Ditto.
1147         (mm-inline-wash-with-file): Bind coding-system-for-write.
1148         (mm-inline-wash-with-stdin): Ditto.
1149
1150 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
1151
1152         Suggested by Felix Natter <fnatter@gmx.net>
1153
1154         * gnus-art.el (gnus-mime-view-part-externally): Rename from
1155         gnus-mime-externalize-view.
1156         (gnus-mime-view-part-internally): Rename from
1157         gnus-mime-internalize-view.
1158         (gnus-article-view-part-externally): Rename from
1159         gnus-article-externalize-part.
1160         (gnus-mime-action-alist): Change correspondingly.
1161         (gnus-mime-button-commands): Ditto.
1162         (gnus-mime-action-alist): Remove duplication.
1163
1164         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
1165
1166 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
1167
1168         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
1169
1170         * gnus-art.el (gnus-display-mime): Use it.
1171
1172         * mm-partial.el (mm-partial-find-parts): Use it.
1173
1174         * gnus-sum.el (gnus-article-loose-mime): Rename from
1175         gnus-article-no-strict-mime.
1176         (gnus-summary-save-parts): Use it.
1177
1178 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1179
1180         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
1181         local variable.
1182
1183         * gnus-art.el (article-display-x-face): Don't sort multiple
1184         X-Faces.
1185
1186 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1187
1188         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
1189         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
1190
1191         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
1192
1193 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1194
1195         Some ideas is inspired by code from Hrvoje Niksic
1196         <hniksic@arsdigita.com>
1197
1198         * gnus-art.el (gnus-article-wash-function): Set the default to
1199         nil, so that we use mm-text-html-renderer instead.
1200         (article-wash-html): Use mm-text-html-renderer.
1201
1202         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
1203         (mm-text-html-renderer): New variable.
1204         (mm-inline-text-html-renderer): Set the default to nil, so that we
1205         use mm-text-html-renderer instead.
1206
1207         * mm-view.el (mm-inline-text-html): New function.
1208         (mm-text-html-renderer-alist): New variable.
1209         (mm-inline-text-vcard): New function.
1210         (mm-inline-text): Split.
1211         (mm-links-remove-leading-blank): New function.
1212         (mm-inline-render-with-file): New function.
1213         (mm-inline-render-with-stdin): New function.
1214         (mm-inline-render-with-function): New function.
1215         (mm-text-html-washer-alist): New variable.
1216         (mm-inline-wash-with-file): New function.
1217         (mm-inline-wash-with-stdin): New function.
1218
1219 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1220
1221         * message-utils.el: Fix installation doc.
1222         From: Reiner Steib <4uce.02.r.steib@gmx.net>
1223
1224 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1225
1226         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
1227         (gnus-post-method): Use it.
1228         (gnus-summary-cancel-article): Find the correct post-method.
1229
1230         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
1231         * message.el (message-send-news): Ditto.
1232         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
1233         <ipmonger@delamancha.org>
1234
1235         * gnus.el (gnus-select-method): Fix doc.
1236         (gnus-server-string): Use 'using nntp'.
1237
1238         * gnus-agent.el (gnus-slave-unplugged): New command.
1239         From: Felix Natter <fnatter@gmx.net>
1240
1241 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1242
1243         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
1244         Call edit-done-function first, then change the window
1245         configuration.
1246         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
1247         (gnus-article-edit-mode): mml-mode.
1248
1249         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
1250         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
1251
1252         * message-utils.el: Adopt the file.
1253
1254         * message-utils.el: New file.
1255         From Holger Schauer <Holger.Schauer@gmx.de>
1256
1257 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1258
1259         * gnus-sum.el (gnus-summary-move-article): Select-article only
1260         when gnus-move-split-methods is non-nil. And we don't render or
1261         mark the article.
1262
1263         * gnus-fun.el (gnus-shell-command-to-string): New function.
1264         (gnus-shell-command-on-region): New function.
1265         (gnus-random-x-face): Use them.
1266         (gnus-x-face-from-file): Ditto.
1267         (gnus-convert-image-to-gray-x-face): Ditto.
1268         (gnus-convert-gray-x-face-to-xpm): Ditto.
1269         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
1270
1271 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1272
1273         * gnus-art.el (gnus-treat-display-xface): Don't use
1274         `shell-command-to-string' when compiling.
1275         (gnus-treat-display-grey-xface): Ditto.
1276
1277 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
1278
1279         * nnmaildir.el (nnmaildir--article-count): If the group is
1280         completely empty, report minimum article number as 1 instead of 0.
1281
1282 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
1283
1284         * gnus-agent.el (gnus-get-predicate): Use nconc.
1285
1286         * gnus-sum.el (gnus-summary-display-make-predicate): Use
1287         gnus-summary-display-cache as cache.
1288
1289         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
1290         (nndoc-mail-in-mail-type-p): New function.
1291         (nndoc-mail-in-mail-article-begin): New function.
1292
1293 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
1294
1295         * mailcap.el (mailcap-mime-data): Use enriched-decode.
1296
1297         * gnus-cite.el (gnus-article-fill-cited-article): Bind
1298         use-hard-newlines to nil.
1299
1300         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
1301         image is not available if window-system is not available.
1302
1303         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
1304
1305 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1306
1307         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
1308         bookmark, because update-mark doesn't handle it correctly.
1309
1310 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
1311
1312         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
1313         directly instead of calling message-send-mail.
1314
1315         * gnus-start.el (gnus-read-descriptions-file): Use
1316         gnus-default-charset.
1317
1318         * mm-util.el (mm-guess-mime-charset): New function.
1319
1320         * gnus.el (gnus-default-charset): Use it.
1321         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
1322         the default.
1323
1324 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1325
1326         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
1327         (article-display-x-face): Use it.  Disable grey xface, if
1328         uncompface is not found.
1329
1330         * message.el (message-mode): Don't enable multibyte on an indirect
1331         buffer.
1332
1333         * nnrss.el (nnrss-content-function): New variable.
1334         (nnrss-request-article): Use it.
1335
1336 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1337
1338         * gnus.el: Add article-unsplit-urls.
1339         * gnus-sum.el: Ditto.
1340         * gnus-art.el (gnus-treat-strip-cr): New variable.
1341         (gnus-treatment-function-alist): Use it.
1342         (article-unsplit-urls): New function.
1343         (gnus-article-make-menu-bar): Use it.
1344         From: Michael Cook <michael.cook@cisco.com>
1345
1346 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1347
1348         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
1349         copy.
1350
1351 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
1352
1353         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
1354         with internal whitespace.
1355         (gnus-parent-id): Ditto.
1356
1357 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1358
1359         * gnus-art.el (gnus-article-treat-body-boundary): Add
1360         gnus-decoration property.
1361         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
1362
1363         * message.el (message-mode): Set local-abbrev-table.
1364         From Matt Armstrong <matt@lickey.com>.
1365
1366         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
1367         too many spaces.
1368
1369         * rfc2047.el (rfc2047-unfold-region): Ditto.
1370         (rfc2047-decode-region): Don't unfold. Let
1371         gnus-article-treat-unfold-headers do it.
1372
1373         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
1374         From: Jesper Harder <harder@ifa.au.dk>
1375
1376 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1377
1378         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
1379         (gnus-configure-posting-styles): Use it.
1380         (gnus-configure-posting-styles): Remove trailing newspaces.
1381
1382 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1383
1384         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
1385         is non-nil.
1386
1387         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
1388
1389         * gnus.el (gnus-server-to-method): Switch position with
1390         gnus-server-get-method.
1391         (gnus-agent): Add doc.
1392
1393         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
1394         (gnus-summary-save-parts): Use it.
1395
1396         * gnus-art.el (gnus-display-mime): Use it.
1397         * mm-partial.el (mm-partial-find-parts): Use it.
1398
1399         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
1400
1401         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
1402         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
1403
1404         * nnagent.el (nnagent-request-expire-articles): Don't delete
1405         files.
1406
1407 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
1408
1409         * message.el (message-gen-unsubscribed-mft): New function.
1410         From Sriram Karra <karra@cs.utah.edu>.
1411
1412         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
1413         open parenthesis.
1414
1415         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
1416         (mm-inline-text-html-render-with-w3): Ditto.
1417         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
1418         Suggested by Dave Love  <d.love@dl.ac.uk>.
1419
1420         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
1421
1422         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
1423         * nntp.el (nntp-send-command): Ditto.
1424         * nntp.el (nntp-send-command-nodelete): Ditto.
1425
1426 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
1427
1428         * mm-url.el (mm-url-load-url): New function.
1429         (mm-url-insert-file-contents): Use it.
1430
1431         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
1432
1433         * message.el (message-forward-make-body): Correctly copy
1434         forward-buffer.
1435
1436         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
1437
1438 2002-02-04  Simon Josefsson  <jas@extundo.com>
1439
1440         * gnus-art.el (gnus-article-followup-with-original): Mark with
1441         force, prevent errors when following up from article buffer.
1442         (gnus-article-reply-with-original): Ditto.
1443
1444         * binhex.el (binhex-decoder-switches): Fix doc.  From
1445         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
1446
1447 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
1448
1449         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
1450         highlight-citation after emphasize.
1451
1452 2002-02-04  Simon Josefsson  <jas@extundo.com>
1453
1454         * nnfolder.el (nnfolder-open-marks):
1455
1456         * nnml.el (nnml-open-marks): Message when done.  From David
1457         Edmondson <dme@sun.com>.
1458
1459 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
1460
1461         * imap.el (imap-anonymous-auth): Fix typo.
1462         From: Steinar Bang <sb@dod.no>
1463
1464         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
1465         save-excursion.
1466         (gnus-cache-braid-heads): Ditto.
1467
1468         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
1469         line, because there are extra articles in the overview buffer.
1470
1471         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
1472
1473         * message.el (message-forward-rmail-make-body): Directly use
1474         rmail-msg-restore-non-pruned-header to avoid calling
1475         vertical-motion.
1476
1477 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
1478
1479         * gnus-cache.el (gnus-summary-insert-cached-articles):
1480         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
1481
1482         * gnus-group.el (gnus-group-mark-article-read): Nreverse
1483         gnus-newsgroups-unselected.
1484
1485         * gnus-agent.el (gnus-summary-set-agent-mark): Use
1486         gnus-add-to-sorted-list.
1487
1488         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
1489         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
1490         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
1491         (gnus-update-read-articles): UNREAD is sorted.
1492         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
1493         (gnus-newsgroup-marked, gnus-newsgroup-cached)
1494         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
1495         (gnus-newsgroup-dormant): Require sorted.
1496
1497         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
1498         directories.
1499         (gnus-dired-print): New function.
1500
1501         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
1502         ps-despool.
1503
1504 2002-02-02  Simon Josefsson  <jas@extundo.com>
1505
1506         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
1507
1508 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
1509
1510         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
1511         t. This makes gnus-agent customizable without putting
1512         gnus-agentize into .gnus.
1513
1514         * gnus.el (gnus-agent): Make it customizable.
1515
1516         * gnus-dired.el: New file.
1517         From Benjamin Rutt <brutt@bloomington.in.us>
1518
1519         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
1520         if no article.
1521         (gnus-cache-possibly-remove-article): Ditto.
1522         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
1523
1524 2002-02-01  Simon Josefsson  <jas@extundo.com>
1525
1526         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
1527
1528 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1529
1530         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
1531         (mm-setup-w3m): Don't bind keys listed in the above.
1532
1533 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1534
1535         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
1536         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
1537         is non-nil; bind `w3m-force-redisplay' with nil.
1538
1539         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1540
1541         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
1542
1543 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
1544
1545         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
1546         use mail-header-unfold-field.
1547
1548         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
1549         gnus-summary-limit.
1550
1551         * gnus-range.el (gnus-add-to-sorted-list): New function.
1552         * gnus-sum.el (gnus-mark-article-as-read): Use it.
1553         (gnus-mark-article-as-unread): Ditto.
1554         (gnus-summary-mark-article-as-unread): Ditto.
1555         (gnus-build-get-header): Ditto.
1556         (gnus-summary-prepare-threads): Ditto.
1557         (gnus-summary-insert-pseudos): Ditto.
1558         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
1559         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
1560         (gnus-summary-insert-old-articles): Ditto.
1561
1562         * gnus-msg.el (gnus-posting-styles): Add new format of header.
1563         (gnus-configure-posting-styles): Support the new format.
1564
1565         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
1566         edebug-form-spec to (sexp body).
1567         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
1568
1569         * message.el (message-reply-headers): Add doc.
1570
1571 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
1572
1573         * gnus-group.el (gnus-group-delete-group): Nix the entry in
1574         gnus-cache-active-hashtb.
1575
1576         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
1577         (gnus-agent-summary-fetch-group): Use it.
1578
1579         * gnus-msg.el (gnus-debug-files): New variable.
1580         (gnus-debug-exclude-variables): New variable.
1581         (gnus-debug): Use them.
1582
1583         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
1584
1585 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
1586
1587         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
1588         (message-mode-syntax-table): Move back the previous position.
1589
1590         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
1591
1592         * gnus-agent.el (gnus-agent-retrieve-headers): Use
1593         gnus-sorted-difference.
1594
1595         * nnsoup.el (nnsoup-request-expire-articles): Use
1596         gnus-sorted-difference.
1597
1598         * nnheader.el: Autoload gnus-sorted-difference.
1599
1600         * nnfolder.el (nnfolder-request-expire-articles): Use
1601         gnus-sorted-difference.
1602
1603         * gnus-cache.el (gnus-cache-retrieve-headers): Use
1604         gnus-sorted-difference.
1605
1606         * gnus-range.el: Autoload cookies.
1607         (gnus-sorted-difference): New function.
1608         (gnus-sorted-ndifference): New function.
1609         (gnus-sorted-nintersection): Rename from
1610         gnus-set-sorted-intersection.
1611         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
1612         (gnus-list-range-difference): Rename from
1613         gnus-inverse-list-range-intersection.
1614         (gnus-inverse-list-range-intersection): Use defalias.
1615
1616         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
1617         gnus-sorted-ndifference, and gnus-sorted-nintersection.
1618         (gnus-articles-to-read): Use gnus-sorted-difference.
1619         (gnus-summary-limit-mark-excluded-as-read): Use
1620         gnus-sorted-intersection and gnus-sorted-ndifference.
1621         (gnus-list-of-read-articles): Use gnus-list-range-difference.
1622         (gnus-summary-insert-articles): Use gnus-sorted-difference.
1623
1624         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
1625
1626 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1627
1628         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
1629         property to the buffer for using emacs-w3m command keys.
1630
1631         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
1632         option.
1633
1634         * mm-view.el (mm-w3m-mode-map): New variable.
1635         (mm-w3m-mode-command-alist): New variable.
1636         (mm-w3m-minor-mode): Removed.
1637         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
1638         (mm-inline-text-html-render-with-w3m): Add keymap property to the
1639         buffer for using emacs-w3m command keys.
1640
1641 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
1642
1643         * message.el (message-mode-syntax-table): Move forward.
1644         (message-cite-prefix-regexp): Auto detect non word constituents.
1645         (message-cite-prefix-regexp): Don't use with-syntax-table.
1646
1647         * gnus-sum.el (gnus-summary-update-info): Use
1648         gnus-list-range-intersection.
1649
1650         * gnus-agent.el (gnus-agent-fetch-headers): Use
1651         gnus-list-range-intersection.
1652
1653         * gnus-range.el (gnus-range-normalize): Use correct predicate.
1654         (gnus-list-range-intersection): Use it.
1655         (gnus-inverse-list-range-intersection): Ditto.
1656         (gnus-sorted-intersection): Add doc.
1657         (gnus-set-sorted-intersection): Add doc.
1658         (gnus-sorted-union): New function.
1659         (gnus-set-sorted-union): New function.
1660
1661         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
1662         (gnus-inverse-list-range-intersection): Ditto.
1663
1664 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
1665
1666         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
1667
1668         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
1669         and permit `:' and `\' in order to handle full Windows pathnames.
1670         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
1671         technically not correct per standard, but seems to have common use.
1672
1673 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
1674
1675         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
1676         replacing numbers.
1677
1678 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
1679
1680         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
1681
1682         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
1683         Don't split when the window is small, e.g. when a small *BBDB*
1684         window is the lowest one.
1685
1686         * gnus-agent.el (gnus-agent-retrieve-headers): Use
1687         nnheader-find-nov-line to speed up. Use nreverse, because it is
1688         sorted. Use nnheader-insert-nov-file.
1689
1690 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1691
1692         * mm-decode.el (mm-inline-text-html-with-images): New user option.
1693
1694         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
1695         of `w3m-display-inline-images' with the value of
1696         `mm-inline-text-html-with-images'.
1697         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
1698
1699         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1700
1701 2002-01-27  Richard M. Stallman  <rms@gnu.org>
1702
1703         * time-date.el: Add autoload cookies.  Many doc fixes.
1704         (time-add): New function.
1705         (time-subtract): Renamed from subtract-time.
1706         (subtract-time): New alias for time-subtract.
1707
1708 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1709
1710         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
1711         emacs-w3m in doc-string.
1712
1713         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
1714         `w3m-current-buffer'.
1715
1716 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1717
1718         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
1719
1720         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
1721         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
1722         (mm-w3m-cid-retrieve): New function.
1723         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
1724
1725 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1726
1727         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
1728
1729 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1730
1731         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
1732
1733 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1734
1735         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
1736         32K.
1737
1738         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
1739
1740         * nnmail.el (nnmail-article-group): Decode headers before running
1741         split rules over them.
1742         (nnmail-mail-splitting-charset): New variable.
1743
1744         * smiley.el: Replaced with smiley-ems.el.
1745
1746 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1747
1748         * mm-url.el (mm-url-predefined-programs): Add w3m.
1749         (mm-url-program): Ditto.
1750
1751 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1752
1753         * nnml.el (nnml-use-compressed-files): New variable.
1754         (nnml-filenames-are-evil): Removed.
1755         (nnml-current-group-article-to-file-alist): Don't use.
1756         (nnml-update-file-alist): Inhibit.
1757         (nnml-article-to-file): Use new var.
1758
1759 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1760
1761         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
1762
1763         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
1764
1765 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1766
1767         * gnus-agent.el (gnus-agent-load-alist): Use new caching
1768         function.
1769
1770         * gnus-util.el (gnus-cache-file-contents): New function.
1771
1772         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
1773         (gnus-agent-load-alist): Use it.
1774
1775         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
1776
1777         * nnheader.el (nnheader-insert-nov-file): New function.
1778
1779         * gnus-util.el (gnus-parse-without-error): Correct the loop.
1780
1781         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
1782         there are no references.
1783         (gnus-extract-message-id-from-in-reply-to): New function.
1784         (gnus-nov-parse-line): Use in-reply-to if there are no
1785         references.
1786
1787 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1788
1789         * nnagent.el (nnagent-retrieve-headers): Use new macro.
1790
1791         * gnus-util.el (gnus-parse-without-error): New macro.
1792
1793 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
1794
1795         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
1796         (gnus-article-wash-function): use locate-library to decide which
1797         to use.
1798
1799 2002-01-25  Simon Josefsson  <jas@extundo.com>
1800
1801         * pop3.el (pop3-munge-message-separator): Work if no date.
1802         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
1803
1804 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1805
1806         * gnus-agent.el (gnus-agent-save-alist): Fix.
1807
1808         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
1809         mistake.  Reinstated lost code.
1810
1811 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
1812
1813         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
1814         one exists in the case of an encrypted message with an internal
1815         signature.
1816
1817 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1818
1819         * gnus-agent.el (gnus-agent-save-alist): Optimized.
1820
1821 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1822
1823         * dgnushack.el: Commented out the experimental code.
1824
1825 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1826
1827         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
1828         error.
1829
1830         * gnus.el (gnus-server-to-method): Made into subst.
1831         (gnus-server-method-cache): New variable.
1832         (gnus-server-to-method): Use it.
1833         (gnus-group-method-cache): New variable.
1834         (gnus-find-method-for-group-1): Renamed.
1835         (gnus-find-method-for-group): New function.
1836         (gnus-group-method-cache): Removed.
1837
1838         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
1839         function.
1840
1841         * gnus-range.el (gnus-members-of-range): New function.
1842         (gnus-list-range-intersection): Renamed.
1843         (gnus-inverse-list-range-intersection): New function.
1844
1845         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
1846
1847         * nnagent.el (nnagent-retrieve-headers): New implementation.
1848
1849         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
1850         implementation.
1851
1852 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1853
1854         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
1855         `w3m-meta-content-type-charset-regexp'.
1856
1857         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
1858         charset-encoded html contents.
1859
1860 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
1861
1862         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
1863         an empty file.
1864
1865         * nnweb.el (url): Ignore errors when request url.
1866
1867         * nnrss.el: Clean up the comments.
1868
1869 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1870
1871         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
1872
1873         * mm-decode.el (mm-inline-text-html-renderer): New user option.
1874         (mm-inline-media-tests): Test whether the value of
1875         `mm-inline-text-html-renderer' is a function for text/html.
1876
1877         * mm-view.el (mm-inline-text-html-render-with-w3): New function
1878         separated from `mm-inline-text'.
1879         (mm-w3m-minor-mode): New variable.
1880         (mm-w3m-setup): New variable.
1881         (mm-setup-w3m): New function.
1882         (mm-inline-text-html-render-with-w3m): New function.
1883         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
1884         text/html.
1885
1886 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
1887
1888         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
1889
1890 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1891
1892         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
1893         and `gnus-xmas-completing-read'.
1894
1895 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1896
1897         * nneething.el (nneething-message-id-number): Abolished.
1898         (nneething-encode-file-name): Not encode numerical characters.
1899         (nneething-make-head): `nneething-message-id-number' is not
1900         used to generate message IDs.
1901
1902 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1903
1904         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
1905         characters.
1906
1907 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1908
1909         * gnus-xmas.el (gnus-xmas-completing-read): New function.
1910         (gnus-xmas-redefine): Redefine conditionally.
1911
1912 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
1913
1914         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
1915         tag.
1916
1917 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
1918
1919         * message.el (message-font-lock-keywords): Added the secure tag.
1920         * mml-sec.el: Added functions to generate/modify/remove the secure
1921         tag while in message mode.
1922         * mml-sec.el (mml-secure-message): New.
1923         * mml-sec.el (mml-unsecure-message): New.
1924         * mml-sec.el (mml-secure-message-sign-smime): New.
1925         * mml-sec.el (mml-secure-message-sign-pgp): New.
1926         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
1927         * mml-sec.el (mml-secure-message-encrypt-smime): New.
1928         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
1929         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
1930         * mml.el (mml-parse-1): Added code to recognise the secure tag and
1931         convert it to either a part or multipart depending on if there are
1932         other parts in the message.
1933         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
1934         to use the secure tag, rather than the part tag.
1935         * mml.el (mml-preview): Added a save-excursion to keep cursor
1936         position after doing an MML preview.
1937
1938 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1939
1940         * nnheader.el (nnheader-parse-overview-file): New function.
1941         (nnheader-write-overview-file): New function.
1942
1943 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1944
1945         * gnus.el (gnus-group-fast-parameter): Check better if expansion
1946         in wanted.
1947
1948         * nnweb.el (nnweb-type-definition): Clean up.
1949
1950 2002-01-21  Alastair Burt  <burt@dfki.de>
1951
1952         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
1953         buffer exists before jumping to it.
1954
1955 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1956
1957         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
1958         function.
1959         (article-wash-html): Use it.
1960         (gnus-article-wash-function): New variable.
1961         (gnus-article-wash-html-with-w3m): New function.
1962
1963 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1964
1965         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
1966         XEmacs.
1967
1968 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
1969
1970         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
1971         command line.
1972
1973 2002-01-21  Simon Josefsson  <jas@extundo.com>
1974
1975         * canlock.el (base64-encode-string): Autoload it from base64.
1976         (canlock-make-cancel-key): Base64 encode unibyte string.
1977
1978 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1979
1980         * nnfolder.el (nnfolder-request-accept-article): Unfold
1981         x-from-line.
1982         (nnfolder-request-replace-article): Ditto.
1983
1984 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
1985
1986         * gnus-group.el (gnus-group-best-unread-group): Use the right
1987         positioning function.
1988
1989 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1990
1991         * smiley-ems.el (smiley-region): Use new function.
1992         (smiley-update-cache): Use general image functions.
1993         (smiley-region): Use general functions.
1994
1995         * gnus-util.el (gnus-graphic-display-p): New function.
1996
1997         * nnmail.el (nnmail-article-group): Allow outputting traces of
1998         non-strings.
1999
2000         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
2001         (nndoc-exim-bounce-type-p): New function.
2002
2003         * message.el (message-dont-send): Doc fix.
2004
2005         * gnus-util.el (gnus-completing-read): Remove
2006         inherit-input-method.
2007
2008         * gnus-art.el (gnus-treat-smiley): Doc fix.
2009
2010         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
2011         articles.
2012
2013 2002-01-19  Simon Josefsson  <jas@extundo.com>
2014
2015         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
2016         (imap-kerberos4-open): Ditto.
2017         (imap-open): Set port correctly, don't set auth.
2018
2019 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2020
2021         * gnus.el (gnus-version-number): Bump version number.
2022
2023 2002-01-20 05:33:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2024
2025         * gnus.el: Oort Gnus v0.05 is released.
2026
2027 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2028
2029         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
2030         exists.
2031
2032         * gnus-spec.el (gnus-string-width-function): New function.
2033         (gnus-tilde-cut-form): Use it.
2034         (gnus-tilde-max-form): Ditto.
2035         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
2036         (gnus-substring-function): Use it.
2037         (gnus-tilde-cut-form): Ditto.
2038         (gnus-substring-function): New function.
2039
2040         * message.el (message-check-news-header-syntax): New message.
2041
2042         * gnus.el (gnus-slave-no-server): Doc fix.
2043
2044         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
2045
2046 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2047
2048         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
2049         `seen' if it looks like (seen NUM1 . NUM2).  It should be
2050         (seen (NUM1 . NUM2)).
2051
2052 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2053
2054         * gnus-topic.el (gnus-topic-catchup-articles): Update article
2055         number in closed topics.
2056
2057 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
2058
2059         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
2060         functions.
2061
2062 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2063
2064         * gnus.el (gnus-group-find-parameter): Clean up.
2065
2066         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
2067         articles.
2068
2069         * gnus-util.el (gnus-completing-read-with-default): Renamed.
2070
2071         * nnmail.el (nnmail-article-group): Clean up.
2072
2073 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
2074
2075         * gnus-agent.el (gnus-category-name): Intern the category name.
2076
2077 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2078
2079         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
2080
2081         * gnus-util.el (gnus-completing-read): New function.
2082
2083 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2084
2085         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
2086
2087         * smiley-ems.el (smiley-region): Register smiley.
2088         (smiley-toggle-buffer): Rewrite the function.
2089         (smiley-active): Removed.
2090
2091 2002-01-19  Simon Josefsson  <jas@extundo.com>
2092
2093         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
2094         Jesper Harder <harder@ifa.au.dk>.
2095
2096 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2097
2098         * gnus-art.el (gnus-request-article-this-buffer): Call
2099         `nneething-get-file-name' to extract the file name from the
2100         message id.
2101
2102         * nneething.el (nneething-encode-file-name): New function.
2103         (nneething-decode-file-name): Ditto.
2104         (nneething-get-file-name): Ditto.
2105         (nneething-make-head): Encode the file name and encapsulate it
2106         into the field of the message id.
2107
2108 2002-01-18  Simon Josefsson  <jas@extundo.com>
2109
2110         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
2111         stored in .marks.
2112
2113         * nnfolder.el (nnfolder-request-update-info): Ditto.
2114
2115 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2116
2117         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
2118
2119 2002-01-18  Simon Josefsson  <jas@extundo.com>
2120
2121         * imap.el (imap-starttls-p): Don't check for binary.
2122         (imap-gssapi-auth-p): Ditto.
2123         (imap-kerberos4-auth-p): Ditto.
2124         (imap-open): Change logic.  Iterate through all possible streams,
2125         instead of bailing out after first failure.  Move authenticator
2126         decision to `imap-authenticate'.
2127         (imap-authenticate): Change logic, now finds the authenticator to
2128         use, was previously in `imap-open'.
2129         (imap-open): Return nil on failure.
2130         (imap-open): Setup temp buffer correctly.
2131         (imap-open): Return buffer only on success.
2132         (imap-interactive-login, imap-interactive-login): Tell the user
2133         which stream/authenticator is used for the queried
2134         username/password.
2135         (imap-open, imap-authenticate): Set variables.
2136         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
2137         (imap-open): Don't assume how `with-temp-buffer' is implemented.
2138
2139 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2140
2141         * gnus-fun.el (gnus-grab-cam-x-face): New function.
2142
2143 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2144
2145         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
2146
2147 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2148
2149         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
2150         (gnus-agent-group-mode-map): Bind it to "Jo".
2151         (gnus-agent-group-make-menu-bar): Add it into menu bar.
2152
2153 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
2154
2155         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
2156         (gnus-summary-mail-toolbar): Add mail article deletion button.
2157
2158         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
2159         false positives for lines of "^^^^".
2160
2161         * gnus-picon.el (gnus-picon-find-face): faces database is all
2162         lowercase.
2163
2164 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2165
2166         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
2167         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
2168         duplications.
2169         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
2170
2171 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2172
2173         * gnus-sum.el (gnus-summary-initial-limit): Inline
2174         gnus-summary-limit-children.
2175         (gnus-summary-initial-limit): Don't limit if
2176         gnus-newsgroup-display is nil.
2177         (gnus-summary-initial-limit): No, don't.
2178
2179         * gnus-util.el
2180         (gnus-put-text-property-excluding-characters-with-faces): Inline
2181         gnus-put-text-property.
2182
2183         * gnus-spec.el (gnus-default-format-specs): New variable.
2184
2185         * gnus-start.el (gnus-read-newsrc-file): Don't clear
2186         gnus-format-specs.
2187         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
2188
2189         * gnus-spec.el (gnus-update-format-specifications): Really check
2190         the Gnus version of the .newsrc.eld file.
2191         (gnus-format-specs): Save the new default summary format.
2192
2193         * gnus-util.el (gnus-parent-id): Check whether references is empty
2194         before splitting.
2195
2196         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
2197         functions.
2198         (gnus-gather-threads-by-references): Inline
2199         `gnus-split-references'.
2200
2201         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
2202         default value of gnus-summary-line-format-spec.
2203
2204 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2205
2206         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
2207         message.
2208         (nnslashdot-request-list): Ditto.
2209         (nnslashdot-sid-strip): Removed.
2210
2211 2002-01-15  Simon Josefsson  <jas@extundo.com>
2212
2213         * nnimap.el (nnimap-close-asynchronous): Enable.
2214         (nnimap-close-group): Expunge.
2215
2216 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2217
2218         * gnus-util.el (gnus-user-date-format-alist): Typo.
2219         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
2220
2221 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2222
2223         * nneething.el (nneething-request-article): Set
2224         `nnmail-file-coding-system' to `binary' locally, in order to read
2225         files without any conversion.
2226
2227 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2228
2229         * gnus-agent.el (gnus-agent-retrieve-headers): Use
2230         nnheader-file-coding-system and nnmail-active-file-coding-system.
2231         (gnus-agent-regenerate-group): Ditto.
2232         (gnus-agent-regenerate): Ditto.
2233         (gnus-agent-write-active): Ditto.
2234         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
2235
2236 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2237
2238         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
2239         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
2240
2241 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2242
2243         * gnus.el: We don't need gnus-article-show-all-headers.
2244
2245         * gnus-art.el (article-show-all, gnus-article-show-all-header):
2246         Ditto.
2247
2248         * gnus-sum.el (gnus-summary-select-article): Don't call
2249         show-all-headers, because hidden headers are not hidden text any
2250         more.
2251
2252 2002-01-13  Simon Josefsson  <jas@extundo.com>
2253
2254         * message.el (message-newline-and-reformat): Use `newline' instead
2255         of inserting \n, so that the newline is marked as hard.
2256
2257         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
2258         From Jesper Harder <harder@ifa.au.dk>.
2259
2260 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2261
2262         * imap.el (imap-close): Keep going if quit.
2263
2264         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
2265         nntp-server-buffer.
2266
2267 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2268
2269         * mm-view.el (mm-display-inline-fontify): Require font-lock to
2270         avoid unbinding shadowed variables.
2271
2272         * gnus-art.el (gnus-picon-databases): Moved here.
2273         (gnus-picons-installed-p): Moved here.
2274         (gnus-article-reply-with-original): Use `mark'.
2275
2276         * gnus.el (gnus-picon): Moved here and renamed.
2277
2278         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
2279         installed.
2280         (gnus-treat-mail-picon): Ditto.
2281         (gnus-treat-newsgroups-picon): Ditto.
2282
2283         * gnus-picon.el (gnus-picons-installed-p): New function.
2284
2285 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2286
2287         * gnus-agent.el (gnus-agent-go-online): Fix doc.
2288
2289 2002-01-12  Simon Josefsson  <jas@extundo.com>
2290
2291         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
2292         (nnimap-before-find-minmax-bugworkaround): Use it.
2293         (nnimap-find-minmax-uid): Don't reselect current mailbox.
2294         (nnimap-dont-close): New variable.
2295         (nnimap-close-group): Use it.
2296
2297 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2298
2299         * gnus-art.el (gnus-article-reply-with-original): Use
2300         `mark-active'.
2301
2302         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
2303
2304         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
2305         (gnus-score-advanced): Clean up.
2306         (gnus-score-advanced): Accept a multiple of the score.
2307
2308 2002-01-12  Simon Josefsson  <jas@extundo.com>
2309
2310         * flow-fill.el (fill-flowed-display-column)
2311         (fill-flowed-encode-columnq): New variables.  Suggested by
2312         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
2313         (fill-flowed-encode, fill-flowed): Use them.
2314
2315         * message.el (message-send-news, message-send-mail): Use
2316         m-b-s-n-p-e-h-n.
2317
2318         * mml.el (autoload): Autoload fill-flowed-encode.
2319         (mml-buffer-substring-no-properties-except-hard-newlines): New
2320         function.
2321         (mml-read-part): Use it.
2322         (mml-generate-mime-1): Encode format=flowed if appropriate.
2323         (mml-insert-mime-headers): Insert format=flowed.
2324
2325         * flow-fill.el (fill-flowed-encode): New function.
2326         (fill-flowed): Bind fill-column to window width.
2327
2328 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2329
2330         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
2331         it exists.
2332         (gnus-summary-setup-buffer): Wake up dead summary buffers.
2333         (gnus-summary-buffer-name): Don't return the dead name after all.
2334         (gnus-summary-setup-buffer): Kill the dead buffer.
2335
2336         * gnus-art.el (gnus-article-followup-with-original): Store the
2337         value of the mark before deactivating it.
2338
2339 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
2340
2341         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
2342         From: Karl Kleinpaste <karl@charcoal.com>
2343
2344         * gnus-art.el (article-display-x-face): Ditto.
2345         (gnus-article-reply-with-original): Use gnus-region-active-p.
2346         (gnus-article-followup-with-original): Ditto.
2347
2348         * gnus-sum.el (gnus-summary-read-group-1): Don't select
2349         downloadable article either.
2350
2351 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
2352
2353         * gnus-art.el (article-display-x-face): Insert From:.
2354
2355         * gnus-sum.el (gnus-summary-move-article): Don't draw the
2356         article. Bind gnus-display-mime-function and
2357         gnus-article-prepare-hook.
2358
2359         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
2360         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
2361         gnus-agent-possibly-synchronize-flags to the last.
2362         (gnus-agent-go-online): New function. New variable.
2363
2364 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
2365
2366         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
2367         (gnus-agent-regenerate): Ditto.
2368
2369 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
2370
2371         * message.el (message-ignored-news-headers)
2372         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
2373         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
2374
2375         * gnus.el (gnus-gethash-safe): New macro.
2376
2377         * gnus-agent.el (gnus-agent-regenerate-history): New function.
2378         (gnus-agent-regenerate): Show messages.
2379
2380 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
2381
2382         * gnus-agent.el (gnus-agent-regenerate-group): New function.
2383         (gnus-agent-regenerate): New function.
2384         (gnus-agent-save-alist): Sort.
2385         (gnus-agent-copy-nov-line): Test eobp.
2386         (gnus-agent-retrieve-headers): Erase buffer.
2387
2388 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2389
2390         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
2391         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
2392
2393         * gnus.el (gnus-agent-covered-methods): Move here.
2394         (gnus-online): New function.
2395         (gnus-agent-method-p): Move here.
2396
2397         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
2398         nil. Remove articles-alist.
2399
2400         * gnus-start.el (gnus-get-unread-articles): Check online.
2401         (gnus-groups-to-gnus-format): Ditto.
2402         (gnus-active-to-gnus-format): Ditto.
2403
2404         * gnus-agent.el (gnus-agent-get-function): Use it.
2405         (gnus-agent-get-undownloaded-list): Ditto.
2406         (gnus-agent-fetch-session): Only fetch online methods.
2407
2408         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
2409         (gnus-server-mode-map): Ditto.
2410         (gnus-server-offline-face): New face.
2411         (gnus-server-offline-face): New variable.
2412         (gnus-server-font-lock-keywords): Add offline.
2413         (gnus-server-insert-server-line): Ditto.
2414         (gnus-server-offline-server): New function.
2415
2416         * gnus-int.el (gnus-open-server): Turn to offline.
2417         (gnus-server-unopen-status): New variable.
2418
2419 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2420
2421         * nnkiboze.el (nnkiboze-request-article): Use
2422         gnus-agent-request-article.
2423
2424         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
2425         function. Insert undownloaded NOV.
2426
2427         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
2428         (gnus-agent-request-article): New function.
2429
2430         * gnus.el (gnus-agent-cache): New variable.
2431
2432         * gnus-int.el (gnus-retrieve-headers): Use
2433         gnus-agent-retrieve-headers.
2434         (gnus-request-head): Use gnus-agent-request-article.
2435         (gnus-request-body): Ditto.
2436
2437         * gnus-art.el (gnus-request-article-this-buffer): Use
2438         gnus-agent-request-article.
2439
2440         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
2441         article if it is undownloaded.
2442
2443 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2444
2445         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
2446
2447 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2448
2449         * canlock.el (canlock-string-as-unibyte): New macro.
2450         (canlock-sha1-with-openssl): Return a unibyte string.
2451         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
2452
2453 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2454
2455         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
2456
2457 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2458
2459         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
2460         application/x-emacs-lisp.
2461
2462         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
2463
2464         * nntp.el (nntp-request-article): Add group parameter.
2465         (nntp-request-head): Ditto.
2466         (nntp-find-group-and-number): Add parameter group. Figure out
2467         number if the status line doesn't give (e.g. quimby.gnus.org).
2468
2469 2002-01-08  Simon Josefsson  <jas@extundo.com>
2470
2471         * mml.el (mml-generate-mime-1): Set recipient correctly.
2472
2473 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2474
2475         * message.el (message-read-from-minibuffer): Add parameter
2476         initial-contents.
2477         * gnus-msg.el (gnus-summary-resend-message): Use it.
2478
2479         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
2480         behavior of quit-config.
2481
2482         * message.el (message-make-from): Don't quote fullname.
2483         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
2484
2485         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
2486         From: <andre@slamdunknetworks.com>
2487
2488 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2489
2490         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
2491
2492         * gnus-art.el (gnus-header-button-alist): Handle mailto.
2493
2494         * mml.el (mml-preview): Bind gnus-original-article-buffer because
2495         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
2496         because bbdb may use it.
2497
2498 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2499
2500         * nneething.el (nneething-request-article): When a non-text file
2501         is converted to an article, its data is encoded in base64.  Call
2502         `nneething-make-head' with options to specify MIME types.
2503         (nneething-make-head): Add optional arguments to specify MIME
2504         types.
2505
2506 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2507
2508         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
2509         header if there is not.
2510
2511         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
2512
2513         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
2514         (gnus-inews-mark-gcc-as-read): Obsolete variable.
2515         (gnus-inews-do-gcc): Use them.
2516
2517         * gnus-group.el (gnus-group-mark-article-read): Put holes into
2518         gnus-newsgroup-unselected.
2519
2520 2002-01-06  Simon Josefsson  <jas@extundo.com>
2521
2522         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
2523         condition-case, not ignore-errors.
2524
2525 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2526
2527         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
2528         gnus-fetch-old-headers.
2529
2530         * gnus-art.el (article-display-x-face): Use the current buffer
2531         unless `W f'. Otherwise, X-Face may be shown in the header of a
2532         forwarded part.
2533         (gnus-treatment-function-alist): Treat xface before hiding
2534         headers.
2535
2536 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2537
2538         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
2539         parameters.
2540
2541 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2542
2543         * mm-util.el (mm-multibyte-p): Define conditionally when load.
2544         (mm-guess-charset): New function.
2545         (mm-charset-after): Use it.
2546         (mm-detect-coding-region): New function.
2547         (mm-detect-mime-charset-region): New function.
2548
2549         * gnus-sum.el (gnus-summary-show-article): Use
2550         mm-detect-coding-region.
2551
2552 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2553
2554         * message.el (message-make-fqdn): Be less violent.
2555
2556         * gnus.el (gnus-logo-color-style): Compute custom form
2557         automatically.
2558
2559         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
2560         score file of the parent to the document group.
2561
2562         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
2563         parameters parameter.
2564
2565         * gnus-score.el (gnus-score-load-file): Clean up.
2566
2567 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2568
2569         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
2570         From: Damien Wyart <damien.wyart@free.fr>
2571
2572         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
2573
2574 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
2575
2576         * gnus-sum.el (gnus-select-group-hook): Typo.
2577
2578         * rfc2047.el (rfc2047-decode-string): Return immediately if there
2579         is no quoted-printable-encoded STRING.
2580         From: Jesper Harder <harder@ifa.au.dk>
2581
2582         (rfc2047-decode-string): Decode it.
2583
2584 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2585
2586         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
2587
2588 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
2589
2590         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
2591         buffer to get rid of junk line.
2592
2593 2002-01-05  Simon Josefsson  <jas@extundo.com>
2594
2595         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
2596         C-o.
2597         (message-mode-map): Bind message-insert-or-toggle-importance to
2598         C-c C-u.
2599         (message-mode-map): Bind message-disposition-notification-to to
2600         C-c M-n.
2601         (message-mode-menu): Add m-d-n-t.
2602         (message-mode-field-menu): Add m-goto-from.
2603         (message-mode): Doc fix.
2604         (message-goto-from): New function.
2605         (message-insert-disposition-notification-to): New function.
2606         (message-tool-bar-map): Add receipt button.
2607
2608 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2609
2610         * gnus-sum.el (gnus-thread-latest-date): New function.
2611         (gnus-thread-sort-by-most-recent-number): Renamed.
2612         (gnus-thread-sort-functions): Doc fix.
2613         (gnus-select-group-hook): Don't use setq on a hook.
2614         (gnus-thread-latest-date): Use date, not number
2615
2616         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
2617         (gnus-agent-expire): Allow regexp of expire-days.
2618
2619         * gnus-art.el (gnus-article-reply-with-original): Deactivate
2620         region.
2621         (gnus-article-followup-with-original): Ditto.
2622
2623         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
2624
2625         * gnus-art.el (gnus-mime-display-alternative): Use
2626         gnus-local-map-property.
2627         (gnus-mime-display-alternative): Ditto.
2628         (gnus-insert-mime-security-button): Ditto.
2629         (gnus-insert-next-page-button): Ditto.
2630         (gnus-button-prev-page): Take optional args.
2631         (gnus-insert-prev-page-button): widget-convert.
2632
2633         * gnus-util.el (gnus-local-map-property): New function.
2634
2635         * gnus-art.el (gnus-prev-page-map): Use parent map.
2636         (gnus-next-page-map): Ditto.
2637
2638         * gnus-spec.el (gnus-parse-format): Clean up.
2639         (gnus-parse-format): Do complex formatting for %=.
2640
2641         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
2642         "X-Face: " to the data in the built-in scenario.
2643
2644         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
2645         (gnus-correct-pad-form): Renamed.
2646         (gnus-tilde-max-form): Clean up.
2647         (gnus-pad-form): Use gnus-use-correct-string-widths.
2648
2649         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
2650         support if that is available.
2651
2652         * gnus-sum.el (gnus-thread-highest-number): New function.
2653         (gnus-thread-sort-by-most-recent-thread): New function.
2654         (gnus-thread-sort-functions): Doc fix.
2655
2656 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
2657
2658         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
2659         all cases.
2660         (gnus-summary-mode): Enable it in all cases.
2661         (gnus-summary-display-article): Ditto.
2662         (gnus-summary-edit-article): Ditto.
2663
2664         * gnus-ems.el (gnus-put-image): Really return glyph.
2665
2666         * gnus-art.el (gnus-article-x-face-command): Fix :type.
2667         (gnus-treat-smiley): Don't take "P" in the interactive form.
2668
2669 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2670
2671         * compface.el (uncompface): XEmacs and Emacs have differing
2672         capabilities.
2673
2674         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
2675
2676         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
2677         (gnus-article-xface-ring-size): Removed.
2678         (gnus-article-display-xface): Removed.
2679         (gnus-remove-image): Cleaned up.
2680
2681         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
2682         (gnus-xmas-create-image): Take pbm files.
2683         (gnus-x-face): Removed.
2684         (gnus-xmas-article-display-xface): Removed.
2685
2686         * gnus-fun.el (gnus-display-x-face-in-from): Bind
2687         default-enable-multibyte-characters.
2688
2689         * compface.el (uncompface): Doc fix.
2690
2691         * gnus-art.el (gnus-article-x-face-command): Use
2692         gnus-display-x-face-in-from.
2693
2694         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
2695
2696         * gnus-ems.el (gnus-put-image): Return the image.
2697
2698         * gnus-fun.el (gnus-display-x-face-in-from): New function.
2699         (gnus-x-face): Moved here.
2700
2701 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
2702
2703         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
2704         invisible if string is nil.
2705         (gnus-xmas-article-display-xface): Use it.
2706
2707         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
2708         property when string is nil.
2709         (gnus-article-display-xface): Use it.
2710
2711 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2712
2713         * gnus-art.el (article-display-x-face): Check whether valid grey
2714         face was returned.
2715         (article-display-x-face): Place image in the right spot.
2716
2717         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
2718         stderr.
2719         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
2720
2721 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2722
2723         * gnus-xmas.el (gnus-xmas-create-image): Take optional
2724         parameters.
2725         (gnus-xmas-put-image): Allow non-strings to be passed.
2726
2727         * gnus-art.el (article-display-x-face): Use optional parameters.
2728
2729         * gnus-ems.el (gnus-create-image): Take optional parameters.
2730
2731         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
2732
2733         * compface.el (compface-xbm-p): Removed.
2734
2735         * gnus-ems.el (gnus-article-compface-xbm): Removed.
2736         (gnus-article-display-xface): Use compface.
2737
2738         * compface.el: New file.
2739
2740         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
2741         (gnus-convert-image-to-x-face-command): Ditto.
2742         (gnus-random-x-face): Quote argument.
2743         (gnus-x-face-from-file): Ditto.
2744
2745 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
2746
2747         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
2748         the expire-group parameter once per article rather than once
2749         per group; bind `nnmaildir-article-file-name' and `article'
2750         for convenience.  Leave article alone when expire-group
2751         specifies the current group.
2752         (nnmaildir--update-nov): be more concurrency-friendly with
2753         temp file names.
2754
2755 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2756
2757         * gnus-start.el (gnus-read-init-file): Cleaned up.
2758
2759 2002-01-03  Dave Love  <d.love@dl.ac.uk>
2760
2761         * gnus-start.el (gnus-startup-file-coding-system): Removed.
2762         (gnus-read-init-file): Don't use it.
2763
2764 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2765
2766         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
2767
2768 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2769
2770         * gnus-start.el (gnus-read-init-file): Don't force coding system
2771         for ~/.gnus.  From Dave Love <fx@gnu.org>.
2772
2773 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
2774
2775         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
2776         * nnspool.el (nnspool-request-post): Ditto.
2777
2778         * mm-util.el (mm-use-find-coding-systems-region): New variable.
2779         (mm-find-mime-charset-region): Use it.
2780
2781 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
2782
2783         * gnus.el (gnus-summary-line-format): Added :link.
2784         * gnus-topic.el (gnus-topic-line-format): Ditto.
2785         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
2786         * gnus-srvr.el (gnus-server-line-format): Ditto.
2787         * gnus-group.el (gnus-group-line-format): Ditto.
2788
2789         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
2790         :keys, it works on both Emacsen.
2791
2792 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
2793
2794         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
2795
2796 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2797
2798         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
2799
2800 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
2801
2802         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
2803         very wide reply.
2804
2805 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2806
2807         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
2808         (gnus-picon-cache): New variable.
2809         (gnus-picon-transform-newsgroups): Cache stuff.
2810
2811         * gnus-art.el (gnus-article-reply-with-original): New command.
2812         (gnus-article-followup-with-original): New command.
2813
2814         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
2815         END parameters.
2816         (gnus-summary-followup): Take a list of list of articles.
2817         (gnus-inews-yank-articles): Allow lists of article/regions.
2818
2819         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
2820         longer the usual commands.
2821
2822         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
2823         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
2824         shell-command-on-region.
2825
2826 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2827
2828         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
2829           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
2830
2831 2002-01-03  Steve Youngs  <youngs@xemacs.org>
2832
2833         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
2834         understand ':keys', wrap it in an featurep 'xemacs.
2835
2836 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2837
2838         * gnus-ems.el (gnus-article-display-xface): Show xface in the
2839         order of headers (Actually, it is called in a reversed order). Add
2840         'gnus-image-text-deletable property.
2841         (gnus-remove-image): Remove text with such a property.
2842
2843         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
2844         gnus-put-image.
2845
2846         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
2847         with ", "
2848
2849 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2850
2851         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
2852
2853         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
2854         (article-display-x-face): Display grey X-Faces.
2855
2856         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
2857         (gnus-convert-gray-x-face-to-ppm): Ditto.
2858         (gnus-convert-image-to-gray-x-face): Ditto.
2859
2860         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
2861         gnus-summary-show-raw-article.
2862
2863 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2864
2865         Display picons in XEmacs without showing text.
2866
2867         * gnus-xmas.el (gnus-xmas-create-image): Don't use
2868         mm-create-image-xemacs to create xbm glyph, because it deletes
2869         temporary files.
2870         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
2871         (gnus-xmas-remove-image): Make text visible, remove glyph.
2872
2873         * gnus-picon.el (gnus-picon-transform-newsgroups)
2874         (gnus-picon-transform-address): Insert spec backward, due to the
2875         incompatibility of gnus-xmas-put-image.
2876
2877 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2878
2879         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
2880
2881 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2882
2883         * gnus.el: Doc fix.
2884
2885         * gnus-art.el: Doc fix.
2886
2887         * gnus-agent.el: Doc fix.
2888
2889 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2890
2891         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
2892
2893 2002-01-01  Paul Jarc <prj@po.cwru.edu>
2894
2895         * nnmaildir.el (nnmaildir--update-nov): automatically parse
2896         NOV data out of the message again if nnmail-extra-headers has
2897         changed.
2898
2899 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2900
2901         * gnus-fun.el: New file.
2902         (gnus-convert-image-to-x-face-command): New variable.
2903         (gnus-insert-x-face): New function.
2904         (gnus-random-x-face): Renamed.
2905         (gnus-x-face-from-file): Renamed.
2906
2907         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
2908         "_".
2909         (gnus-body-boundary-delimiter): Typo fix.
2910
2911 2002-01-02  Simon Josefsson  <jas@extundo.com>
2912
2913         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
2914         (gnus-body-boundary-delimiter): Fix type.
2915
2916 2002-01-01  Simon Josefsson  <jas@extundo.com>
2917
2918         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
2919         (gnus-treat-emphasize, gnus-treat-strip-cr)
2920         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
2921         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
2922         (gnus-treat-fill-article, gnus-treat-hide-citation)
2923         (gnus-treat-hide-citation-maybe)
2924         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
2925         (gnus-treat-strip-pem, gnus-treat-strip-banner)
2926         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
2927         (gnus-treat-date-ut, gnus-treat-date-local)
2928         (gnus-treat-date-english, gnus-treat-date-lapsed)
2929         (gnus-treat-date-original, gnus-treat-date-iso8601)
2930         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
2931         (gnus-treat-strip-trailing-blank-lines)
2932         (gnus-treat-strip-leading-blank-lines)
2933         (gnus-treat-strip-multiple-blank-lines)
2934         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
2935         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
2936         (gnus-treat-display-xface, gnus-treat-display-smileys)
2937         (gnus-treat-from-picon, gnus-treat-mail-picon)
2938         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
2939         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
2940         (gnus-treat-play-sounds, gnus-treat-translate)
2941         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
2942
2943         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
2944         (gnus-article-treat-body-boundary): Use it.
2945
2946         * message.el (message-mode): Fix doc.
2947         (message-mode-menu): Fix names.
2948
2949 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2950
2951         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
2952         articles.
2953
2954         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
2955         (gnus-picon-transform-address): Search for unknown faces as well.
2956         (gnus-picon-find-face): Don't search "news" for MISC.
2957         (gnus-picon-user-directories): Changed default back to exclude
2958         "unknown".
2959
2960         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
2961
2962         * gnus-picon.el (gnus-picon-find-face): Search through all
2963         databases.
2964         (gnus-picon-find-face): New implementation.
2965
2966         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
2967         keystroke.
2968         (gnus-topic-goto-next-topic): Ditto.
2969
2970         * gnus.el (gnus-summary-line-format): Changed default.
2971
2972         * nnmail.el (nnmail-extra-headers): Change default.
2973
2974         * gnus-sum.el (gnus-extra-headers): Change default.
2975
2976         * message.el (message-news-other-window): Changed "news" to
2977         "posting".
2978         (message-news-other-frame): Ditto.
2979         (message-do-send-housekeeping): Ditto.
2980
2981         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
2982         function.
2983         (gnus-article-unread-p): New function.
2984         (gnus-article-unseen-p): New function.
2985         (gnus-dead-summary-mode-map): Typo.
2986
2987         * gnus-util.el (gnus-make-predicate): New function.
2988         (gnus-make-predicate-1): New function.
2989
2990         * gnus-sum.el: New function.
2991         (gnus-map-articles): New function.
2992
2993         * gnus-art.el (gnus-treat-fold-headers): New variable.
2994         (gnus-article-treat-fold-headers): New command and keystroke.
2995
2996         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
2997         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
2998
2999 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3000
3001         * message.el (message-fcc-externalize-attachments): New variable.
3002         (message-do-fcc): Use it.
3003
3004         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
3005         (gnus-inews-do-gcc): Use it.
3006
3007         * mml.el (mml-tweak-sexp-alist): New variable.
3008         (mml-externalize-attachments): New variable.
3009         (mml-tweak-part): Use mml-tweak-sexp-alist.
3010         (mml-tweak-externalize-attachments): New function.
3011
3012 2002-01-01  Steve Youngs  <youngs@xemacs.org>
3013
3014         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
3015         'set-glyph-face' so x-face back/foreground can be set.
3016
3017 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
3018
3019         * message.el (message-fix-before-sending): Fix a typo.
3020
3021 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3022
3023         * gnus-art.el (gnus-treat-smiley): Renamed command.
3024         (gnus-article-remove-images): New command and keystroke.
3025
3026         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
3027
3028         * smiley-ems.el (gnus-smiley-display): Removed.
3029
3030         * gnus.el (gnus-version-number): Update version.
3031
3032         * message.el (message-text-with-property): Renamed and moved
3033         here.
3034         (message-fix-before-sending): Highlight invisible text and place
3035         point there.
3036
3037 2002-01-01 02:32:53 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3038
3039         * gnus.el: Oort Gnus v0.04 is released.
3040
3041 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3042
3043         * gnus-delay.el (gnus-delay-send-queue): Renamed.
3044
3045         * gnus-art.el (gnus-ignored-headers): More headers,
3046
3047         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
3048         of `scan-error', since XEmacs doesn't seem to support that.
3049
3050 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3051
3052         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
3053         arg.
3054         (gnus-summary-best-unread-subject): Ditto.
3055         (gnus-summary-best-unread-subject): No, don't.
3056         (gnus-summary-better-unread-subject): New command.
3057
3058         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
3059
3060         * lpath.el ((featurep 'xemacs)): fbind url function.
3061
3062         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
3063         buffer.
3064         (gnus-xmas-remove-image): Implementation that does something.
3065         (gnus-xmas-article-display-xface): Mark images properly.
3066
3067         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
3068
3069 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
3070
3071         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
3072
3073 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3074
3075         * gnus-group.el (gnus-group-line-format): Added %O to the default
3076         value.
3077
3078         * gnus-util.el (gnus-text-with-property): The smallest point is
3079         point-min.
3080
3081         * smiley-ems.el (smiley-region): Return images.
3082         (gnus-smiley-display): Allow toggling.
3083         (smiley-region): Use text properties, not overlays.
3084
3085         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
3086         implemented yet.
3087
3088         * smiley-ems.el (smiley-update-cache): Check for valid types.
3089
3090         * gnus-art.el (gnus-with-article-buffer): New macro.
3091
3092         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
3093         strings as well as the glyphs.
3094         (gnus-picon-transform-address): Ditto.
3095         (gnus-picon-insert-glyph): Ditto.
3096         (gnus-picon-transform-newsgroups): Toggle.
3097         (gnus-picon-transform-address): Toggle.
3098
3099         * gnus-ems.el (gnus-remove-image): New function.
3100         (gnus-put-image): Take an optional string.
3101
3102         * gnus-util.el (gnus-text-with-property): New function.
3103
3104         * gnus-art.el (gnus-delete-images): New function.
3105
3106         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
3107
3108         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
3109         (gnus-article-wash-status): Use it.
3110         (gnus-signature-toggle): Clean up.
3111         (gnus-add-wash-status): New function.
3112         (gnus-delete-wash-status): New function.
3113         (gnus-article-hide-text-type): Use them throughout.
3114         (gnus-add-image): New function.
3115
3116         * gnus-ems.el (gnus-article-display-xface): Use new interface.
3117
3118         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
3119         interface.
3120
3121         * gnus-art.el (article-display-x-face): Cleaned up.
3122
3123         * rfc2047.el (rfc2047-field-value): New function.
3124
3125         * mail-parse.el (mail-header-field-value): New alias.
3126
3127         * gnus-art.el (gnus-mime-print-part): Fix typos.
3128
3129         * smiley-ems.el (gnus-smiley-file-types): New variable.
3130         (smiley-update-cache): Use it.
3131         (smiley-regexp-alist): Suffix-less smiley names.
3132         (smiley-regexp-alist): Added more smileys.
3133
3134         * gnus-sum.el (gnus-print-buffer): Made into own function.
3135         (gnus-summary-print-article): Use it.
3136
3137         * mailcap.el (mailcap-mime-info): Actually return the bit that we
3138         looked for when REQUEST is a string.
3139
3140         * gnus-art.el (gnus-mime-button-commands): Add printing
3141         keystroke.
3142         (gnus-mime-copy-part): Doc fix.
3143         (gnus-mime-print-part): New command.
3144
3145 2001-12-31  Simon Josefsson  <jas@extundo.com>
3146
3147         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
3148         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
3149
3150 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3151
3152         * gnus-picon.el (gnus-treat-from-picon): Autoload.
3153         (picon): Fix doc.
3154
3155         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
3156         longer exists. Remove those codes.
3157         * gnus.el (gnus-use-picons): Ditto.
3158
3159 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3160
3161         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
3162         infloop.
3163
3164         * gnus-sum.el (t): New `W D' map.
3165
3166         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
3167         (gnus-article-treat-body-boundary): Clean up.
3168         (gnus-body-boundary-face): Removed.
3169         (gnus-article-goto-header): Moved here.
3170         (gnus-article-goto-header): Allow better regexps.
3171         (gnus-article-treat-fold-newsgroups): New command.
3172
3173         * gnus-sum.el (gnus-summary-move-article): We have to select an
3174         article to give `gnus-read-move-group-name' an opportunity to
3175         suggest an appropriate default.
3176
3177         * rfc2047.el (rfc2047-fold-line): New function.
3178         (rfc2047-unfold-line): Ditto.
3179         (rfc2047-fold-region): Don't fold just after the header name.
3180
3181         * mail-parse.el (mail-header-fold-line): New alias.
3182         (mail-header-unfold-line): Ditto.
3183
3184         * gnus-art.el (gnus-body-boundary-face): Renamed.
3185         (gnus-article-treat-body-boundary): Use it.
3186         (gnus-article-treat-body-boundary): Use an invisible header and a
3187         line of underline characters.
3188
3189 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3190
3191         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
3192
3193         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
3194         (gnus-picon-split-address): New function.
3195         (gnus-picon-find-face): Use it.
3196         (gnus-picon-transform-address): Use it. Set first to t for each
3197         address.
3198
3199         * gnus-art.el (gnus-with-article-headers): Move to here. Define
3200         the macro then use it.
3201         (gnus-treatment-function-alist): Treat picons earlier.
3202
3203 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3204
3205         * gnus-art.el (gnus-body-separator-face): New variable.
3206         (gnus-article-treat-body-boundary): Use a blank, colored line.
3207
3208         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
3209         well.
3210
3211         * gnus-art.el (gnus-treat-body-boundary): New variable.
3212         (gnus-article-treat-unfold-headers): Use helper macro.
3213         (gnus-article-treat-body-boundary): New command.
3214
3215         * gnus.el (gnus-logo-color-style): Change the default color.
3216         (gnus-splash-face): Gray, gray.
3217
3218         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
3219         colors.
3220
3221         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
3222         (gnus-logo-color-style): Ditto.
3223         (gnus-logo-colors): Ditto.
3224
3225         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
3226
3227         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
3228
3229         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
3230         (gnus-picon-transform-newsgroups): New function.
3231
3232         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
3233         string.
3234
3235         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
3236
3237         * gnus-art.el (gnus-treat-cc-picon): New variable.
3238         (gnus-treat-mail-picon): Renamed.
3239
3240         * gnus-picon.el: New implementation.
3241         (gnus-picon-find-face): Renamed.
3242         (gnus-treat-from-picon): Use it.
3243         (gnus-picon-transform-address): Renamed.
3244         (gnus-treat-from-picon): Use it.
3245         (gnus-picon-create-glyph): Renamed.
3246         (gnus-picon-transform-address): Use it.
3247         (gnus-treat-cc-picon): New command.
3248
3249         * mm-decode.el (mm-create-image-xemacs): Separated out into
3250         function.
3251         (mm-get-image): Use it.
3252
3253         * gnus-art.el (gnus-treat-display-picons): Simplify.
3254         (gnus-treat-from-picon): Renamed.
3255
3256         * gnus-ems.el (gnus-create-image): New function.
3257         (gnus-put-image): New function.
3258
3259         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
3260         (gnus-with-article-headers): New macro.
3261         (gnus-article-goto-header): New function.
3262
3263         * gnus-xmas.el (gnus-image-type-available-p): New function.
3264
3265         * gnus-ems.el (gnus-image-type-available-p): New function.
3266
3267 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3268
3269         * nnrss.el (nnrss-check-group): Find the correct tag, because
3270         xml.el is changed.
3271
3272 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3273
3274         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
3275         lines are shorter than the window width.
3276         (gnus-ignored-headers): More headers.
3277
3278 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3279
3280         * gnus-art.el (gnus-treat-unfold-lines): New variable.
3281         (gnus-treat-unfold-headers): Renamed.
3282         (gnus-article-treat-unfold-headers): New command and keystroke.
3283
3284         * rfc2047.el (rfc2047-encode-message-header): Clean up.
3285
3286         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
3287
3288 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3289
3290         * sha1-el.el (sha1-use-external): New variable.
3291         (sha1-region): Use it.
3292         (sha1-string): Ditto.
3293
3294         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
3295         * gnus-picon.el: Less warnings when compile.
3296
3297 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3298
3299         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
3300         alias.
3301         (gnus-picons-database): Default to list.
3302         (gnus-picons-lookup-internal): Use it.
3303
3304         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
3305         to "bogus".
3306
3307         * gnus-win.el (gnus-configure-windows-hook): New hook.
3308
3309 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
3310
3311         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
3312
3313 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3314
3315         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
3316         lists.
3317         (gnus-select-newsgroup): Don't append; push.
3318         (gnus-adjust-marked-articles): Remove obsolete ranges from
3319         `seen'.
3320         (gnus-update-marks): Clean up.
3321         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
3322
3323 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
3324
3325         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
3326
3327 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3328
3329         * gnus-sum.el (gnus-auto-select-subject): New variable.
3330         (gnus-summary-best-unread-subject): New function.
3331         (gnus-summary-best-unread-article): Use it.
3332         (gnus-summary-first-unseen-subject): New function and command.
3333
3334         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
3335         other treatments.
3336
3337         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
3338         function.
3339
3340         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
3341         from the list of hidden types.
3342
3343         * mm-view.el (mm-inline-text): Ditto.
3344         (mm-inline-text): Ditto.
3345         (mm-w3-prepare-buffer): Ditto.
3346
3347         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
3348
3349 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3350
3351         * gnus-art.el (gnus-ignored-headers): Added more headers.
3352
3353 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
3354
3355         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
3356         once.
3357
3358 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3359
3360         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
3361
3362 2001-12-28  Simon Josefsson  <jas@extundo.com>
3363
3364         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
3365         Jesper Harder <harder@ifa.au.dk>.
3366
3367 2001-12-27  Simon Josefsson  <jas@extundo.com>
3368
3369         * gnus-sum.el (gnus-select-newsgroup): Make
3370         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
3371         contain all articles (instead of none) when no seen marks have
3372         been set for the group.
3373         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
3374         instead, it seems to result in shorter ranges.
3375
3376 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3377
3378         * mm-util.el (mm-iso-8859-x-to-15-region): Use
3379         insert-before-markers.
3380         From Jesper Harder <harder@ifa.au.dk>
3381
3382 2001-12-26  Paul Jarc <prj@po.cwru.edu>
3383
3384         * nnmaildir.el (nnmaildir-save-mail): create the destination
3385         groups if they do not exist.
3386
3387 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3388
3389         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
3390
3391 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3392
3393         * gnus-group.el (gnus-group-read-ephemeral-group): Call
3394         gnus-group-real-name.
3395
3396         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
3397         (gnus-newsgroup-variables): Ditto.
3398
3399         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
3400         return it.
3401
3402 2001-12-21  Paul Jarc <prj@po.cwru.edu>
3403
3404         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
3405         * nnmaildir.el (top-level): Add commentary.
3406         (nnmaildir-version): Indicate that nnmaildir is now a standard
3407         part of Gnus, not separately released.
3408
3409 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3410
3411         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
3412         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
3413         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
3414         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3415
3416 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3417
3418         * nnmaildir.el: Copyright changes. Require cl only at compile time.
3419
3420 2001-12-20  Simon Josefsson  <jas@extundo.com>
3421
3422         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
3423         ZHU <zsh@cs.rochester.edu>.
3424         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
3425         Brian P Templeton <bpt@tunes.org>.
3426
3427 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3428
3429         * nnmaildir.el: New file.
3430         From Paul Jarc <prj@po.cwru.edu>.
3431
3432 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3433
3434         * nndoc.el (nndoc-type-alist): Move forward to the end.
3435
3436 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3437
3438         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
3439         `dolist'.
3440
3441 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3442
3443         * gnus-win.el (gnus-frames-on-display-list): New function.
3444         (gnus-get-buffer-window): Use it.
3445
3446 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3447
3448         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
3449
3450 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3451
3452         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
3453
3454 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3455            From Harald Meland <Harald.Meland@usit.uio.no>
3456
3457         * gnus-win.el (gnus-get-buffer-window): New function.
3458         (gnus-all-windows-visible-p): Use it.
3459
3460         * gnus-util.el (gnus-horizontal-recenter)
3461         (gnus-horizontal-recenter, gnus-horizontal-recenter)
3462         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
3463
3464         * gnus-score.el (gnus-score-insert-help): Use it.
3465
3466         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
3467         (gnus-generate-tree, gnus-highlight-selected-tree)
3468         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
3469         it.
3470
3471         * gnus-art.el (gnus-article-set-window-start)
3472         (gnus-mm-display-part, gnus-request-article-this-buffer)
3473         (gnus-button-next-page, gnus-button-prev-page)
3474         (gnus-article-button-next-page, gnus-article-button-prev-page):
3475         Use it.
3476
3477 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
3478
3479         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
3480         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
3481         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
3482
3483 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3484
3485         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
3486         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
3487         * mml1991.el, nnultimate.el: Add `coding'.
3488
3489 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
3490
3491         * ChangeLog: changed coding to buffer-file-coding-system
3492         * ChangeLog.1: same
3493         * nnwfm.el: same
3494         * gnus-smiley.el: same
3495         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
3496         * gnus-delay.el: same
3497         * gnus-spec.el: same
3498         * message.el: same
3499         * mml1991.el: same
3500         * nnultimate.el: same
3501
3502 2001-12-16  Simon Josefsson  <jas@extundo.com>
3503         Inspired by code by Dirk Meyer <dischi@tzi.de>.
3504
3505         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
3506         (gnus-summary-save-map): Add muttprint.
3507         (gnus-summary-make-menu-bar): Ditto.
3508         (gnus-summary-muttprint): New function.
3509
3510         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
3511
3512 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3513
3514         * uudecode.el (uudecode-decode-region-internal): Speedup by using
3515         temporary list instead of buffer.
3516
3517         * mm-url.el (executable-find): autoload.
3518
3519 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3520
3521         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
3522         to variable, follow doc-string conventions).
3523
3524 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
3525
3526         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
3527         subscribe-level
3528         * gnus-topic.el (gnus-subscribe-topics): use it.
3529
3530 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3531
3532         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
3533         messages. (A small patch with indentation)
3534         From Sean Neakums <sneakums@zork.net>.
3535
3536         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
3537         nil after shooting down the gnus-original-article-buffer.
3538
3539 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3540
3541         * uudecode.el (uudecode-use-external): New variable.
3542         (uudecode-decode-region): Automatically detect external program.
3543
3544         * binhex.el (binhex-use-external): New variable.
3545         (binhex-decode-region-internal): New function.
3546         (binhex-decode-region): Automatically detect external program.
3547
3548         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
3549         Use them.
3550
3551 2001-12-12  Simon Josefsson  <jas@extundo.com>
3552
3553         * nnvirtual.el (nnvirtual-always-rescan)
3554         (nnvirtual-component-regexp): Fix doc.
3555
3556         * nnoo.el (defvoo): Add doc to defvoo variables.
3557
3558         * nnml.el (nnml-directory, nnml-active-file)
3559         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
3560         (nnml-marks-is-evil, nnml-filenames-are-evil)
3561         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
3562
3563         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
3564         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
3565         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
3566         `error'.
3567
3568         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
3569         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
3570
3571         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
3572         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
3573         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
3574         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
3575
3576         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
3577         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
3578
3579         * imap.el, nnimap.el: Fix indentation.
3580
3581         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
3582
3583 2001-12-12  Didier Verna  <didier@xemacs.org>
3584
3585         * gnus-msg.el (gnus-group-news): New function.
3586         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
3587         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
3588         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
3589         for it.
3590         * gnus-msg.el (gnus-summary-news-other-window): New function.
3591         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
3592         bind it to `i'.
3593         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
3594         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
3595         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
3596         for it (called with a prefix).
3597         * gnus-msg.el (gnus-configure-posting-styles): add an optional
3598         group-name argument.
3599         * gnus-msg.el (gnus-setup-message): use it.
3600
3601 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3602
3603         * gnus-sum.el (gnus-summary-show-article): Fix doc.
3604
3605 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3606
3607         * mml.el (mime-to-mml): Remove Content-Disposition too.
3608
3609 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3610
3611         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
3612         * gnus-group.el (gnus-group-name-decode): Decode unibyte
3613         strings only.
3614         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3615
3616 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
3617
3618         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
3619         (nnmail-fancy-expiry-target): Use it.
3620         Suggestions from Simon Josefsson <jas@extundo.com>.
3621
3622 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3623
3624         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
3625
3626 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3627
3628         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
3629
3630         * gnus-util.el (gnus-url-unhex-string): Move here.
3631
3632 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3633
3634         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
3635         mm-url-decode-entities-nbsp.
3636
3637         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
3638         * webmail.el, nnwfm.el: Use mm-url.
3639
3640         * mm-url.el (mm-url-fetch-form): Move from nnweb.
3641         (mm-url-remove-markup): Move from nnweb.
3642         (mm-url-fetch-simple): Move from webmail.
3643
3644         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
3645
3646 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3647
3648         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
3649         (gnus-summary-print-article): Use it.
3650
3651         * gnus-util.el (gnus-replace-in-string): Typo.
3652
3653 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3654
3655         * nnweb.el (nnweb-replace-in-string): Removed.
3656
3657         * gnus-util.el (gnus-replace-in-string): New function.
3658         (gnus-mode-string-quote): Use it.
3659
3660         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
3661         * nnwfm.el (nnwfm-create-mapping): Ditto.
3662
3663 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3664
3665         * dgnushack.el (dgnushack-compile): nnrss.el and
3666         nnslashdot.el don't depend on nnweb, url, w3.
3667
3668         * nnrss.el: Use mm-url.
3669
3670 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3671
3672         * mm-url.el (mm-url-insert-file-contents): Support file:.
3673
3674 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3675
3676         * mm-view.el: Lower case for the description line. Sync from the
3677         Emacs CVS.
3678
3679 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3680
3681         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
3682         From:  Stefan Monnier  <monnier@cs.yale.edu>
3683
3684 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3685
3686         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
3687
3688 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3689
3690         * mm-url.el: Require executable.
3691         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
3692
3693 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3694
3695         * pop3.el (pop3-munge-message-separator): Only use valid date.
3696         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
3697
3698         * Makefile.in: gnus-load.elc may not be generated.
3699
3700 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3701
3702         * mm-url.el: New file.
3703         * nnslashdot.el: Use it.
3704         * mm-extern.el (mm-extern-url): Use it.
3705
3706 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3707
3708         * gnus-sum.el (gnus-summary-save-article): Nix
3709         gnus-display-mime-function and gnus-article-prepare-hook.
3710
3711         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
3712         the beginning of lines.
3713         (gnus-complex-form-to-spec): Ditto.
3714
3715 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3716
3717         * message.el (message-make-mft): Fix the m-s-a-file regexp.
3718         From Paul Jarc <prj@po.cwru.edu>.
3719
3720 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3721
3722         * message.el: New variable message-subscribed-address-file;
3723         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
3724
3725 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3726
3727         * message.el (message-tab-body-function): Set to nil.
3728         (message-tab): Use text-mode-map or global-map.
3729         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
3730
3731 2001-11-30  Simon Josefsson  <jas@extundo.com>
3732
3733         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
3734         instead of gnus-union, for speed.  Suggested by Christoph Conrad
3735         <christoph.conrad@gmx.de>.
3736         (gnus-agent-fetch-group-1): Add verbose message.
3737
3738 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3739
3740         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
3741         of integers.
3742
3743 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3744
3745         * message.el (message-newgroups-header-regexp)
3746         (message-completion-alist, message-tab-body-function): Use
3747         defcustom rather than defvar.
3748         (message-tab): Mention `message-tab-body-function' in doc.
3749         Suggested by Karl Eichwalder.
3750
3751 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3752
3753         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
3754
3755 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3756
3757         * nnheader.el (nnheader-find-nov-line): Don't use macro
3758         gnus-delete-line.
3759
3760         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
3761         (gnus-group-name-charset): Ditto.
3762
3763         * gnus-util.el (gnus-buffer-live-p): Ditto.
3764
3765 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3766
3767         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
3768         open parenthesis in doc.
3769         (sieve-manage-authenticator-alist): Typo in doc.
3770         * imap.el (imap-authenticator-alist): Typo in doc.
3771         (imap-stream-alist): Backslash.
3772
3773         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
3774           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
3775
3776 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3777
3778         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
3779
3780         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
3781
3782         * gnus-msg.el (gnus-configure-posting-styles): use
3783         make-local-hook. Add LOCAL for add-hook.
3784
3785 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
3786
3787         * message.el (message-mode): Use `make-local-hook' unless
3788         obsolete.
3789         Patch by Katsumi Yamaoka  <yamaoka@jpl.org>.
3790
3791 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3792
3793         * canlock.el: Remove sha1.el and base64.el stuff.
3794
3795 2001-11-26  Didier Verna  <didier@xemacs.org>
3796
3797         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
3798         if needed.
3799
3800 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3801
3802         * message.el (message-tamago-not-in-use-p): New function.
3803         (message-strip-forbidden-properties): Use it.
3804
3805 2001-11-26  Didier Verna  <didier@xemacs.org>
3806
3807         * gnus-start.el (gnus-check-first-time-used): only check for
3808         existence of .el[d] files.
3809
3810 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3811
3812         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
3813
3814         * message.el (message-setup-1): Clean up mc-*.
3815
3816 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3817
3818         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
3819         * gnus-score.el (gnus-score-find-bnews): Use it.
3820
3821         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
3822         (gnus-summary-limit-to-author): Ditto.
3823         (gnus-summary-limit-to-extra): Ditto.
3824         (gnus-summary-find-matching): Support not-matching argument.
3825
3826 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3827
3828         * message.el (message-wash-subject): Use `insert' rather than
3829         `insert-string', which is deprecated.
3830
3831 2001-11-24  Simon Josefsson  <jas@extundo.com>
3832
3833         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
3834         message. (Gnus does not "default" to using 8bit for the message,
3835         it default to use 8bit encoding and the user-supplied CTE
3836         value. Calling this behaviour "treating it as 8bit" is perhaps
3837         better.)
3838
3839         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
3840         (compare mm-charset-to-coding-system).
3841
3842 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3843
3844         * canlock.el (canlock-sha1-with-openssl): Use unibyte
3845         buffer. Correctly decode hex.
3846
3847 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3848
3849         * gnus-agent.el (gnus-category-insert-line): Convert category
3850         names to strings.
3851
3852 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3853
3854         * message.el (sha1): eval-and-compile.
3855
3856 2001-11-20  Simon Josefsson  <jas@extundo.com>
3857
3858         * message.el (message-allow-no-recipients): New variable.
3859         (message-send): Use it, customize the prompting when posting to
3860         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
3861
3862 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3863
3864         * mm-util.el (mm-coding-system-priorities): New variable.
3865         (mm-sort-coding-systems-predicate): New function.
3866         (mm-find-mime-charset-region): Resort coding systems if needed.
3867         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
3868
3869 2001-11-20  Didier Verna  <didier@xemacs.org>
3870
3871         * gnus-group.el (gnus-group-make-help-group): new optional
3872         argument to control the error behavior.
3873         * gnus-start.el (gnus-check-first-time-used): use it to avoid
3874         erroring.
3875
3876 2001-11-19  Simon Josefsson  <jas@extundo.com>
3877
3878         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
3879         instead of C-c C-u.  Suggested by Per Abrahamsen
3880         <abraham@dina.kvl.dk>.
3881
3882 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3883
3884         * nnfolder.el (nnfolder-read-folder): Use group instead of
3885         nnfolder-current-group.
3886         Suggested by Lorentey Karoly <lorentey@elte.hu>.
3887
3888 2001-11-17  Simon Josefsson  <jas@extundo.com>
3889
3890         * message.el (message-send): Ask user if Fcc/Gcc should be
3891         performed when no other sender was specified.
3892         Suggested by prj@po.cwru.edu (Paul Jarc).
3893
3894 2001-11-17  Simon Josefsson  <jas@extundo.com>
3895
3896         * message.el (message-mode, message-mode-map): Use C-c C-u for
3897         Importance: instead of C-c C-p (used by SC).
3898
3899 2001-11-16  Simon Josefsson  <jas@extundo.com>
3900
3901         * message.el (message-insert-importance-high)
3902         (message-insert-importance-low): Save point.
3903
3904         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
3905         value.
3906
3907 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
3908
3909         * message.el (message-strip-special-text-properties): New option.
3910         (message-strip-forbidden-properties): Obey it.
3911
3912 2001-11-14  Sam Steingold  <sds@gnu.org>
3913
3914         * gnus-score.el: Fixed some doc strings to properly quote symbols.
3915
3916 2001-11-15  Simon Josefsson  <jas@extundo.com>
3917
3918         Support "Importance:" header in Message.
3919
3920         * message.el (message-mode-map): Bind C-c C-p to
3921         `message-insert-or-toggle-importance'
3922         (message-mode-menu): Add message-insert-importance-{high,low}.
3923         (message-insert-importance-high, message-insert-importance-low)
3924         (message-insert-or-toggle-importance): New functions.
3925         (message-tool-bar-map): Add {un,}important.
3926         (message-mode): Doc fix.
3927
3928 2001-11-15  Simon Josefsson  <jas@extundo.com>
3929
3930         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
3931
3932         * mml.el (mml-menu): Fix toolbar tooltip.
3933
3934 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3935
3936         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
3937         * nnml.el (nnml-save-marks): Ditto.
3938
3939         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
3940
3941 2001-11-15  Simon Josefsson  <jas@extundo.com>
3942
3943         * nnml.el (nnml-save-marks):
3944         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
3945         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
3946
3947 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
3948
3949         * gnus-art.el (gnus-article-wash-status-strings): Use
3950         `copy-sequence', not `copy-seq'.
3951
3952 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
3953
3954         * gnus-art.el (gnus-article-wash-status-strings): New constant.
3955         (gnus-gnus-article-wash-status-entry): New function.
3956         (gnus-article-wash-status): Use it.
3957
3958 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3959
3960         * mml1991.el: Add coding header.
3961
3962 2001-11-12  Simon Josefsson  <jas@extundo.com>
3963
3964         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
3965         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
3966         `mml1991-sign' and `mml1991-encrypt'.
3967         (mml1991-encrypt, mml1991-sign): New glue functions.
3968         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
3969
3970         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
3971         (mml-menu): Add PGP to menu.
3972
3973         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
3974         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
3975         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
3976         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
3977
3978         * mml2015.el: Mention RFC 3156.
3979
3980         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
3981
3982 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3983
3984         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
3985
3986         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
3987           From <Michael.Cook@cisco.com>
3988
3989 2001-11-11  Simon Josefsson  <jas@extundo.com>
3990
3991         * message.el (top-level): Autoload sha1.
3992         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
3993         canlock, no need to require two different hash algs).  Suggested
3994         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
3995
3996 2001-11-09  Simon Josefsson  <jas@extundo.com>
3997
3998         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
3999         <Pavel@Janik.cz>.
4000
4001 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4002
4003         * message.el (message-point-in-header-p): New function.
4004         (message-do-auto-fill): Use it.
4005         (message-beginning-of-line): New function.  Goes to beginning of
4006         header value (i.e., end of header name), or to beginning of line
4007         if already at beginning of value.  Behaves like
4008         `beginning-of-line' when in message body.
4009         (message-mode-map): Bind it.
4010
4011 2001-11-08  Simon Josefsson  <jas@extundo.com>
4012
4013         * gnus-msg.el (gnus-posting-styles): Add doc.
4014
4015 2001-11-07  Simon Josefsson  <jas@extundo.com>
4016
4017         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
4018
4019         * sieve-mode.el (sieve-control-commands-face)
4020         (sieve-control-commands-face, sieve-action-commands-face)
4021         (sieve-test-commands-face, sieve-tagged-arguments-face): New
4022         faces.
4023         (sieve-font-lock-keywords): Use them.
4024         (sieve-mode): Only set font-lock-defaults in emacs.
4025
4026         * gnus-art.el (gnus-default-article-saver): Add
4027         gnus-summary-save-body-in-file.
4028         (gnus-summary-write-to-file): Fix doc.
4029
4030 2001-11-07  Simon Josefsson  <jas@extundo.com>
4031
4032         * gnus-art.el (gnus-treat-highlight-signature): Add cross
4033         reference to the correct chapter in the manual.
4034
4035         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
4036         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
4037
4038 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4039
4040         * mml.el (mml-preview): Bind mail-header-separator.
4041
4042 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4043
4044         * message.el: Always require canlock.
4045         (message-ignored-supersedes-headers): Include Cancel-Lock and
4046         Cancel-Key.
4047         (message-insert-canlock): Don't require canlock.
4048         (message-cancel-news): Don't check whether canlock is available.
4049         (message-supersede): Support cancel-locks.
4050
4051         * gnus-art.el: Don't autoload canlock.
4052
4053 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4054
4055         * mail-source.el (mail-source-fetch-imap): ASYNC param.
4056         From: <andre@slamdunknetworks.com>
4057
4058 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4059
4060         * many files: Fix copyright lines.
4061
4062 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4063
4064         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
4065         Suggested by Dave Love  <fx@gnu.org>.
4066
4067 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4068
4069         * message.el (message-kill-buffer): Remove auto-save file after
4070         confirm.
4071
4072         * message.el (message-send-mail): Call message-generate-headers
4073         once.  Suggested by Matt Armstrong <matt@lickey.com>.
4074
4075         * gnus-topic.el (gnus-topic-rename): Initial-input.
4076         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
4077
4078 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
4079
4080         * message.el (message-forbidden-properties): New constant.
4081         (message-strip-forbidden-properties): New function.
4082         (message-mode): Activate it.
4083
4084 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4085
4086         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
4087         (mm-hack-charsets): Fix doc.
4088
4089 2001-11-02  Simon Josefsson  <jas@extundo.com>
4090
4091         * gnus-int.el (gnus-check-server): Message "...done" when done.
4092
4093         * imap.el (imap-close): Don't message (imap-send-command-wait
4094         returns if the connection is dropped).
4095         (imap-wait-for-tag): Nix out message only when necessary.
4096
4097         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
4098         for non-crossposting.
4099         (gnus-sieve-crosspost): Default to t to be consistent with other
4100         parts of Gnus.
4101
4102 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4103
4104         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
4105         (mm-iso-8859-x-to-15-table): Ditto.
4106         (mm-iso-8859-x-to-15-region): Ditto.
4107         (mm-find-mime-charset-region): Ditto.
4108
4109 2001-11-01  Simon Josefsson  <jas@extundo.com>
4110
4111         * nnimap.el (nnimap-close-asynchronous): New variable.
4112         (nnimap-close-group): Use it.
4113         (nnimap-expunge): Don't use it.
4114
4115         * imap.el (imap-callbacks): New variable.
4116         (imap-remassoc): Copied from `gnus-remassoc'.
4117         (imap-add-callback): New function.
4118         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
4119         behaviour.
4120         (imap-parse-response): Call the callback.
4121
4122         * message.el (message-insert-canlock): New variable.
4123         (message-canlock-generate, message-canlock-password)
4124         (message-insert-canlock): New functions.
4125         (message-send-news): Call `message-insert-canlock'.
4126         (top-level): Require canlock when compiling.
4127         (message-insert-canlock): Require canlock before we need it.
4128
4129 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4130
4131         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
4132
4133 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4134
4135         * dgnushack.el (dgnushack-make-load): A workaround for
4136         custom-add-loads bug in some versions of XEmacs.
4137
4138 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4139
4140         * mm-util.el (mm-charset-synonym-alist): Revert (some).
4141
4142 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4143
4144         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
4145         (mm-hack-charsets): New variable.
4146         (mm-iso-8859-15-compatible): New variable.
4147         (mm-iso-8859-x-to-15-table): New variable.
4148         (mm-find-mime-charset-region): Add parameter hack-charsets.
4149
4150         * mm-bodies.el (mm-encode-body): Use it.
4151         * mml.el (mml-parse-1): Ditto.
4152
4153 2001-11-01  Simon Josefsson  <jas@extundo.com>
4154
4155         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
4156
4157 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4158
4159         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
4160         is nil.
4161
4162 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4163
4164         * smiley-ems.el (smiley-update-cache): Auto detect file type.
4165
4166         * message.el (message-forward-rmail-make-body): Use
4167         save-window-excursion.
4168         (message-encode-message-body): Search with noerror.
4169         (message-setup-1): Convert compose-mail send-actions to
4170         message-send-actions.
4171
4172 2001-11-01  Simon Josefsson  <jas@extundo.com>
4173
4174         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
4175         <yamaoka@jpl.org>.
4176
4177 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4178
4179         * sieve-manage.el (sieve-string-bytes): No complain.
4180
4181 2001-11-01  Simon Josefsson  <jas@extundo.com>
4182
4183         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
4184         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
4185         has autoload cookies, so no `require' should be necessary.)
4186
4187         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
4188         files.
4189
4190 2001-10-31  Simon Josefsson  <jas@extundo.com>
4191
4192         * gnus-cus.el (gnus-group-parameters): Support integer `display'
4193         parameter.
4194
4195         * gnus-sum.el (gnus-select-newsgroup): If group parameter
4196         `display' is a number (and C-u wasn't used to enter group), only
4197         fetch that number of articles.
4198
4199 2001-10-31  Matt Armstrong  <matt@lickey.com>
4200
4201         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
4202         not-subscribed -> subscribed.
4203
4204 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4205         From: Josh Huber <huber@alum.wpi.edu>
4206
4207         * message.el (message-subscribed-address-functions): New variable.
4208         (message-subscribed-addresses): New variable.
4209         (message-subscribed-regexps): New variable.
4210         (message-goto-mail-followup-to): New function.
4211         (message-send-mail): Add Mail-Followup-To.
4212         (message-make-mft): New function.
4213
4214         * gnus.el (gnus-find-subscribed-addresses): New function.
4215
4216 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4217
4218         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
4219         (mail-source-fetch-pop): Ditto.
4220         (mail-source-check-pop): Ditto.
4221
4222         * gnus-start.el (gnus-read-init-file): Ditto.
4223         (gnus-activate-group): Ditto.
4224         (gnus-read-newsrc-el-file): Ditto.
4225
4226 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4227
4228         * message.el (message-get-reply-headers): Make sure there is ", ".
4229
4230         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
4231         mm-coding-system-p. Don't correct it only in XEmacs.
4232         (mm-charset-to-coding-system): Use mm-coding-system-p and
4233         mm-get-coding-system-list.
4234         (mm-emacs-mule, mm-mule4-p): New variables.
4235         (mm-enable-multibyte, mm-disable-multibyte,
4236         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
4237         mm-with-unibyte-current-buffer,
4238         mm-with-unibyte-current-buffer-mule4): Use them.
4239         (mm-find-mime-charset-region): Treat iso-2022-jp.
4240
4241         From  Dave Love  <fx@gnu.org>:
4242
4243         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
4244         construction.
4245         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
4246         entries conditional on not having a coding system defined for
4247         them.
4248         (mm-mule-charset-to-mime-charset): Use
4249         find-coding-systems-for-charsets if defined.
4250         (mm-charset-to-coding-system): Don't use
4251         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
4252         later.  Add last resort search of coding systems.
4253         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
4254         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
4255         Mule 4.
4256         (mm-find-mime-charset-region): Re-write.
4257         (mm-with-unibyte-current-buffer): Restore buffer as well as
4258         multibyteness.
4259
4260 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4261
4262         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
4263         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
4264         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
4265
4266 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4267
4268         * gnus-art.el (article-display-x-face): Nix buffer-read-only
4269         again.
4270
4271         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
4272
4273 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4274
4275         * gnus-spec.el (gnus-parse-simple-format): Use
4276           buffer-substring-no-properties.
4277
4278 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4279
4280         * gnus-art.el (article-verify-cancel-lock): New function.
4281
4282         * nnheader.el (nntp-process-response): New variable.
4283         (nnheader-init-server-buffer): Make `nntp-process-response'
4284         buffer-local in `nntp-server-buffer'.
4285
4286         * nntp.el (nntp-prepare-post-hook): New hook.
4287         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
4288         (nntp-async-trigger): Ditto.
4289         (nntp-request-post): Insert a server's ID if there's no Message-ID
4290         header; run `nntp-prepare-post-hook'.
4291
4292 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4293
4294         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
4295         instead.
4296
4297         * message.el (message-forward-subject-author-subject): Don't use
4298         message-news-p, which widens the buffer.
4299         (message-forward-make-body): New function.
4300         (message-forward): Use it.
4301         (message-insinuate-rmail): New function.
4302         (message-forward-rmail-make-body): New function.
4303
4304 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4305
4306         * mm-extern.el (mm-extern): Provide it.
4307
4308         * mm-partial.el (mm-partial): Provide it.
4309
4310 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4311
4312         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
4313
4314 2001-10-29  Simon Josefsson  <jas@extundo.com>
4315
4316         * mml.el (mml-preview): Bind message-this-is-news if it is
4317         news. From Jesper Harder <harder@myrealbox.com>.
4318
4319 2001-10-28  Simon Josefsson  <jas@extundo.com>
4320
4321         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
4322
4323 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
4324
4325         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
4326         ironic smilies.
4327
4328 2001-10-27  Simon Josefsson  <jas@extundo.com>
4329
4330         * message.el (message-indent-citation): Don't add trailing
4331         whitespace when citing text.
4332
4333         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
4334         <harder@ifa.au.dk>.
4335
4336 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4337
4338         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
4339         not available.
4340         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
4341         (nnweb-type-definition): Add google as alias of dejanews.
4342         (nnweb-google-parse-1): Forward 1 line.
4343
4344 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4345
4346         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
4347         variable `message-forward-ignored-headers'.
4348
4349 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
4350
4351         * gnus.el (gnus-expand-group-parameter): New function.
4352         (gnus-expand-group-parameters): Call it.
4353         (gnus-group-fast-parameter): New function.
4354         (gnus-group-find-parameter): Call it.
4355
4356 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
4357
4358         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
4359         vector (it didn't before because of a bug).
4360         * gnus-msg.el (gnus-post-news): Use header vector directly, if
4361         available.  Before it converted it to an article number.
4362
4363         This makes followup to news articles with negative numbers in
4364         nnvirtual groups use news instead of mail.
4365
4366 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
4367
4368         * gnus.el (post-method): Use `native' instead of `nil'.
4369
4370         * gnus-msg.el (gnus-post-method): Ditto.
4371
4372 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
4373
4374         * gnus.el (gnus-define-group-parameter): Grammar fix.
4375
4376 2001-10-22  Simon Josefsson  <jas@extundo.com>
4377
4378         * gnus-msg.el (gnus-extended-version): Include
4379         system-configuration.
4380         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
4381
4382 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
4383
4384         * gnus.el (post-method): Customization fix: `native' is not a
4385         valid value.
4386         * gnus-msg.el (gnus-post-method): Doc and customization fix:
4387         `native' is not a valid value.
4388
4389 2001-10-21  Simon Josefsson  <jas@extundo.com>
4390
4391         * nnimap.el (nnimap): Defgroup
4392         (nnimap-strict-function, nnimap-strict-function-match): New
4393         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
4394         (nnimap-split-crosspost, nnimap-split-inbox)
4395         (nnimap-split-rule, nnimap-split-predicate)
4396         (nnimap-split-predicate): Defcustom.
4397         (nnimap-split-inbox, nnimap-expunge-search-string)
4398         (nnimap-importantize-dormant): Remove "*" from doc.
4399
4400 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4401
4402         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
4403         not supplied via prefix arg.  From Lisp, make arg mandatory.
4404         Suggested by Frank Schmitt.
4405
4406 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
4407
4408         * message.el (message-do-auto-fill): Avoid calling
4409         'rfc822-goto-eoh'.
4410
4411 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4412         From Paul Jarc <prj@po.cwru.edu>.
4413
4414         * message.el (message-get-reply-headers): Restructure the logic
4415         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
4416
4417 2001-10-20  Simon Josefsson  <jas@extundo.com>
4418
4419         * message.el (message-cancel-news): Support cancel-locks.
4420         Suggested by Per Abrahamsson.
4421
4422         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
4423         conses.  From David Z Maze <dmaze@MIT.EDU>.
4424
4425         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
4426
4427 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
4428
4429         * mm-decode.el (mm-default-directory): Fix customize type.
4430
4431         * message.el (message-setup-fill-variables): Kludge to use
4432         normal-auto-fill-function even if auto fill is already activated.
4433
4434 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
4435
4436         * message.el (message-do-auto-fill): New version that does not
4437         rely on text properties, by Simon Josefsson <jas@extundo.com>.
4438         (message-setup-1): Removed the `message-field' property.
4439
4440         * gnus-draft.el (gnus-draft-edit-message): Removed the
4441         `message-field' property.
4442
4443 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
4444
4445         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
4446         `message-field'.  The `field' property has a special significance in
4447         Emacs 21.
4448
4449         * message.el (message-send, message-setup-1): Ditto.
4450
4451 2001-10-18  Simon Josefsson  <jas@extundo.com>
4452
4453         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
4454         when undoing.
4455
4456 2001-10-18  Simon Josefsson  <jas@extundo.com>
4457         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
4458
4459         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
4460         (gnus-summary-make-menu-bar): Ditto.
4461
4462 2001-10-17  Simon Josefsson  <jas@extundo.com>
4463
4464         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
4465         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
4466
4467 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4468
4469         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
4470         * gnus-util.el (gnus-user-date): New function.
4471         From Frank Schmitt <usenet@Frank-Schmitt.net>.
4472
4473 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
4474
4475         * message.el (message-check-news-header-syntax): Special case
4476         nnvirtual groups.
4477
4478         * gnus-sum.el (gnus-summary-respool-default-method): Changed
4479         customize type to `symbol'.
4480
4481 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4482
4483         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
4484         %&foo;.
4485         (gnus-parse-simple-format): Support user extended spec too.
4486         %u&foo; invokes gnus-user-format-function-foo.
4487
4488 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4489
4490         * nnml.el (nnml-request-expire-articles): Make sure it is back to
4491         the server.
4492         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
4493         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4494         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
4495         * nndiary.el (nndiary-request-expire-articles): Ditto.
4496         (nndiary-schedule): Defsubst it before use it.
4497         (nndiary-error): eval-and-compile.
4498
4499 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
4500
4501         * gnus-msg.el (gnus-post-method): Changed two instances of
4502         `active' to `current' and one `null' to `not'.
4503
4504 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4505         From Katsumi Yamaoka  <yamaoka@jpl.org>.
4506
4507         * message.el (message-setup-fill-variables): Use
4508         `normal-auto-fill-function' instead of `auto-fill-function'.
4509
4510 2001-10-16  Simon Josefsson  <jas@extundo.com>
4511
4512         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
4513         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
4514         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
4515
4516 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4517         Patch by Oliver Scholz <oscholz@my.gnus.org>.
4518
4519         * gnus-draft.el (gnus-draft-edit-message): Add text property
4520         `field' with value `header' to message headers.
4521         * message.el (message-setup-1): Really add text property to all of
4522         the header, not just part of it.
4523
4524 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4525
4526         * gnus-group.el (gnus-group-sort-by-server): Use it.
4527
4528         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
4529
4530         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
4531         and keystroke.
4532
4533 2001-10-14  Simon Josefsson  <jas@extundo.com>
4534
4535         * dig.el: Doc fix.
4536
4537         * smime.el: Doc fix.
4538
4539         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
4540         charset magic from message.el.
4541
4542 2001-10-12  Simon Josefsson  <jas@extundo.com>
4543         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
4544
4545         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
4546         'cite from g-a-wash-types.
4547         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
4548         (gnus-article-hide-citation): Fix.
4549
4550         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
4551         character.
4552         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
4553
4554         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
4555         definition.
4556         (gnus-signature-toggle): Toggle `s' mode line character.
4557
4558         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
4559         doing stuff that clears it.
4560
4561 2001-10-12  Simon Josefsson  <jas@extundo.com>
4562
4563         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
4564         From Eric Marsden <emarsden@laas.fr>.
4565
4566 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4567
4568         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
4569         (autoload): Add some autoloads.
4570
4571 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4572         Suggested by Oliver Scholz <epameinondas@gmx.de>.
4573
4574         * message.el (message-do-auto-fill): New function.  Like
4575         `do-auto-fill' but don't fill when in the message header.
4576         (message-setup-1): Put a text property on the message header.
4577         (message-setup-fill-variables): Use `message-do-auto-fill'.
4578
4579 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4580
4581         * message.el (message-send-mail-partially): Insert an empty line
4582         first, because of the change of message-make-lines.
4583
4584 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
4585
4586         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
4587         iso-8859-15, make it an alias for iso-8859-1.
4588
4589 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4590
4591         * message.el (message-send-news): Don't modify the value of
4592         `message-syntax-checks' if it is not a list (possibly it is
4593         `dont-check-for-anything-just-trust-me').
4594
4595 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4596
4597         * gnus-group.el (gnus-group-name-charset-group-alist): Use
4598         `find-coding-system' for XEmacs to check whether the coding-system
4599         `utf-8' is available.
4600
4601 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4602
4603         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
4604
4605 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
4606
4607         * message.el (message-send-news): Oops, missed case with no
4608         "Followup-To" header...
4609
4610 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
4611
4612         * message.el (message-send-news): Allow
4613         `gnus-group-name-charset-group-alist' to affect encoding of the
4614         "Newsgroups" and "Followup-To" headers.
4615
4616 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4617
4618         * Makefile.in (install-el): Depend on gnus-load.el.
4619
4620 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4621
4622         * Makefile.in (install-el): Use -f.
4623         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
4624
4625 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
4626
4627         * message.el (message-send-news): Don't encode Followups-To when
4628         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
4629
4630         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
4631         header.
4632
4633         * gnus-art.el (article-decode-group-name): Also decode
4634         "Followup-To".
4635
4636         * rfc2047.el (rfc2047-encode-message-header): Encode without
4637         asking for null methods.
4638
4639         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
4640         default charset for newsgroup names in accordance with USEFOR.
4641
4642         * gnus-group.el (gnus-group-name-charset-method-alist,
4643         gnus-group-name-charset-group-alist): Removed "*" from doc
4644         strings, "*" should not be used for complex variables.
4645
4646 2001-10-06  Simon Josefsson  <jas@extundo.com>
4647
4648         Support UTF-8 group names better.
4649
4650         * message.el (message-check-news-header-syntax): Encode group
4651         names before comparison.
4652
4653         * gnus-msg.el (gnus-copy-article-buffer): Run all
4654         `gnus-article-decode-hook's except `article-decode-charset'
4655         instead of hardcoding call to one of them.
4656
4657         * gnus-art.el (gnus-article-decode-hook): Add
4658         `article-decode-group-name'.
4659         (article-decode-group-name): New function, use `g-d-n'.
4660
4661         * gnus-group.el (gnus-group-insert-group-line): Decode
4662         gnus-tmp-group using `g-d-n'.
4663
4664         * gnus-util.el (gnus-decode-newsgroups): New function.
4665
4666 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
4667
4668         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
4669         `gnus-group-name-charset-group-alist'.
4670
4671 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4672
4673         * Makefile.in: Install el in install. Add uninstall.
4674
4675 2001-10-05  Simon Josefsson  <jas@extundo.com>
4676
4677         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
4678
4679         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
4680
4681         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
4682         empty folders.
4683
4684         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
4685         limiting if read-all (C-u RET) was used.
4686
4687 2001-10-04  Simon Josefsson  <jas@extundo.com>
4688
4689         * mail-source.el (mail-source-movemail-program): New variable.
4690         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
4691         <thutt@thutt.vmware.com>.
4692
4693 2001-10-03  Simon Josefsson  <jas@extundo.com>
4694
4695         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
4696         (gnus-summary-line-format-alist): Fix param.
4697
4698 2001-10-02  Simon Josefsson  <jas@extundo.com>
4699
4700         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
4701         don't go through `nnimap-request-expire-articles' to delete the
4702         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
4703
4704 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4705
4706         * gnus-agent.el (gnus-agent-write-active): The min in the
4707         agent/active may be larger than that in the server/active.
4708
4709 2001-10-01  Simon Josefsson  <jas@extundo.com>
4710
4711         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
4712         is IMAP4rev1.
4713
4714         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
4715
4716         * nnfolder.el: Ditto.
4717
4718 2001-09-30  Dan Christensen <jdc+news@uwo.ca>
4719
4720         * gnus-sum.el (gnus-summary-extract-address-component): New function.
4721         (gnus-summary-from-or-to-or-newsgroups): Optimize.
4722
4723 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4724
4725         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
4726         (message-mode-menu): Menu item for same.
4727
4728         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
4729         delayed articles.
4730
4731         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
4732         nndraft:delayed does not exist.
4733         (gnus-delay-initialize): Don't set up keymap, that's done from
4734         message.el now.
4735         (gnus-delay, gnus-delay-group, gnus-delay-header)
4736         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
4737
4738 2001-09-29  Simon Josefsson  <jas@extundo.com>
4739
4740         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
4741         utf-8, not eight-bit-control.
4742
4743         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
4744         (imap-log, imap-debug): Custom.
4745         (imap-log-buffer, imap-debug-buffer): New constants.
4746         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
4747         (imap-network-open, imap-shell-open, imap-starttls-open)
4748         (imap-send-command-1, imap-send-command, imap-arrival-filter)
4749         (imap-debug): Use imap-*-buffer.
4750
4751         * nndoc.el (nndoc-article-type): Add mailman.
4752         (nndoc-type-alist): Ditto.
4753         (nndoc-mailman-type-p): New function.
4754
4755 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4756
4757         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
4758         gnus-art.el.
4759
4760 2001-09-27  Simon Josefsson  <jas@extundo.com>
4761
4762         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
4763         (gnus-topic-catchup-articles): New function. Suggested by Robin
4764         S. Socha <robin-dated-1001857693.185e29@socha.net>.
4765
4766 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4767         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
4768
4769         * gnus-ems.el (gnus-article-display-xface): Insert xface after
4770         previous ones.
4771
4772 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4773         From Daiki Ueno  <ueno@unixuser.org>
4774
4775         * gnus-sum.el (gnus-summary-show-article): The arglist of
4776         detect-coding-region is incompatible.
4777
4778 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4779         From Katsuhiro Hermit Endo <hermit@koka-in.org>
4780
4781         * gnus-group.el (gnus-group-delete-group): Typo.
4782
4783 2001-09-26  Simon Josefsson  <jas@extundo.com>
4784
4785         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
4786
4787         * nnimap.el (nnimap-expiry-target): Use temp buffer.
4788
4789 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4790
4791         * gnus-cus.el (gnus-group-parameters): Display as sexp.
4792
4793 2001-09-22  Simon Josefsson  <jas@extundo.com>
4794
4795         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
4796
4797         * nnfolder.el (nnfolder-open-marks): Ditto.
4798
4799         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
4800         (gnus-update-marks): Use it.
4801         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
4802         hardcoded list.
4803
4804         * gnus.el (gnus-article-special-mark-lists): Add killed.
4805         (gnus-article-unpropagated-mark-lists): New constant.
4806
4807 2001-09-22  Simon Josefsson  <jas@extundo.com>
4808
4809         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
4810         custom option.
4811
4812 2001-09-23  Simon Josefsson  <jas@extundo.com>
4813
4814         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
4815
4816 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4817
4818         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
4819
4820 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
4821
4822         * gnus-group.el (gnus-group-sort-function): Fix customize type to
4823         accept lists of functions.
4824
4825 2001-09-20  Simon Josefsson  <jas@extundo.com>
4826
4827         * gnus-group.el (gnus-group-catchup): Update expire marks in
4828         backend.  Also, if ALL also set expire marks on tick/dormant.
4829
4830 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4831
4832         * message.el (message-tab-body-function): New variable.
4833         * message.el (message-tab): Use it.
4834
4835 2001-09-19  Sam Steingold  <sds@gnu.org>
4836
4837         * gnus-win.el (gnus-buffer-configuration): Respect
4838         `gnus-bug-create-help-buffer'.
4839
4840 2001-09-18  Simon Josefsson  <jas@extundo.com>
4841
4842         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
4843         (gnus-parse-simple-format): Re-revert.
4844
4845 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
4846
4847         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
4848         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
4849
4850 2001-09-18  Simon Josefsson  <jas@extundo.com>
4851
4852         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
4853         signed.
4854         (gnus-parse-simple-format): Don't use it.
4855
4856 2001-09-17  Miles Bader  <miles@gnu.org>
4857
4858         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
4859         error querying a backend abort the whole process.
4860
4861 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4862
4863         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
4864         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
4865
4866 2001-09-17  Didier Verna  <didier@xemacs.org>
4867
4868         * nndiary.el: version 0.2-b14.
4869         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
4870         compatibility problem with XEmacs 21.1.
4871
4872 2001-09-15  Simon Josefsson  <jas@extundo.com>
4873
4874         * gnus-group.el (gnus-group-line-format): Document %c.
4875
4876         * nnml.el (nnml-parse-head): Handle CRLF files.
4877         (nnml-generate-nov-file): Ditto.
4878         (nnml-retrieve-headers): Ditto.
4879
4880 2001-09-15  Michael Welsh Duggan <md5i@cs.cmu.edu>
4881
4882         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
4883
4884 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
4885
4886         * gnus-spec.el (gnus-correct-substring): Still stopped one
4887         character before we wanted (never included last character).
4888         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
4889         add missing "," (once per function)
4890
4891 2001-09-14  Simon Josefsson  <jas@extundo.com>
4892
4893         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
4894         (otherwise e.g. gnus-agentize in .gnus overrides the customized
4895         default before gnus-group is loaded and the variable set.)
4896
4897         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
4898         killed or unsent marks.
4899
4900         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
4901         isn't an article to set it on (e.g. when you `a' in a group).
4902
4903 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4904
4905         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
4906         can read e-mails from Microsoft Outlook users not using ISO
4907         8859-2 character set.
4908
4909 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4910
4911         * gnus-diary.el: Minor modifications to avoid warnings.
4912         (gnus-summary-misc-menu): defvar.
4913         (gnus-diary-check-message): Use gnus-point-at-eol.
4914         (gnus-diary-kill-entire-line): eval-and-compile.
4915
4916 2001-09-12  Didier Verna  <didier@xemacs.org>
4917
4918         * nndiary.el: new version (0.2-b13).
4919         * nndiary.el (nndiary-mail-sources): doc update.
4920         * nndiary.el (nndiary-split-methods): ditto.
4921         * nndiary.el (nndiary-request-accept-article-hooks): New.
4922         * nndiary.el (nndiary-request-accept-article): use it, check
4923         message validity.
4924         * nndiary.el (nndiary-get-new-mail): changed default to nil.
4925         * nndiary.el (nndiary-schedule): fix bug (misplaced
4926         condition-case): it didn't return nil on error.
4927         * gnus-diary.el: new version.
4928         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
4929         * gnus-diary.el (gnus-diary-header-value-history): New.
4930         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
4931         * gnus-diary.el (gnus-diary-add-header): New.
4932         * gnus-diary.el (gnus-diary-check-message): New.
4933         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
4934         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
4935
4936 2001-09-10 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
4937
4938         * gnus-sum.el (gnus-select-newsgroup): Make
4939         `gnus-current-select-method' buffer-local.
4940
4941         * gnus-art.el (gnus-request-article-this-buffer): Refer
4942         `gnus-current-select-method' in the current summary buffer.
4943
4944 2001-09-10  Simon Josefsson  <jas@extundo.com>
4945         From Daniel Pittman <daniel@rimspace.net>
4946
4947         * gnus-spec.el (gnus-correct-pad-form): Fix.
4948
4949 2001-09-09  Simon Josefsson  <jas@extundo.com>
4950
4951         * mm-decode.el (mm-inline-media-tests): Add
4952         application/x-emacs-lisp.
4953         (mm-attachment-override-types): Add
4954         application/{x-,}pkcs7-signature.
4955
4956         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
4957         (gnus-server-line-format, gnus-server-mode-line-format)
4958         (gnus-server-browse-in-group-buffer): Customize.
4959
4960 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4961
4962         * nnml.el (nnml-marks-changed-p): Typo.
4963         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
4964         (nnml-marks-changed-p): Use gnus-gethash.
4965         (nnml-marks-modtime): Use gnus-make-hashtable.
4966
4967         * nnfolder.el (nnfolder-marks-changed-p): Typo.
4968         (nnfolder-request-expire-articles, nnfolder-save-marks)
4969         (nnfolder-open-marks): Typo.
4970         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
4971         (nnfolder-marks-changed-p): Use gnus-gethash.
4972         (nnfolder-marks-modtime): Use gnus-make-hashtable.
4973
4974 2001-09-08  Simon Josefsson  <jas@extundo.com>
4975
4976         * nnfolder.el (nnfolder-marks-modtime): New variable.
4977         (nnfolder-marks-changed-p): New function.
4978         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
4979         (nnfolder-request-update-info): Don't update if marks didn't change.
4980
4981         * nnml.el (nnml-marks-modtime): New variable.
4982         (nnml-marks-changed-p): New function.
4983         (nnml-save-marks, nnml-open-marks): Save modtime.
4984         (nnml-request-update-info): Don't update if marks didn't change.
4985
4986         * gnus-agent.el (gnus-agent-any-covered-gcc)
4987         (gnus-agent-add-server, gnus-agent-remove-server): Use
4988         gnus-agent-method-p.
4989
4990         * gnus-art.el (gnus-buttonized-mime-types): New variable.
4991         (gnus-unbuttonized-mime-type-p): Use it.
4992
4993         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
4994         fetch group.
4995
4996 2001-09-08  Simon Josefsson  <jas@extundo.com>
4997         From Daniel Pittman <daniel@rimspace.net>
4998
4999         * gnus-spec.el (gnus-correct-pad-form): New function.
5000         (gnus-parse-simple-format): Use it.
5001
5002 2001-09-07  Simon Josefsson  <jas@extundo.com>
5003
5004         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
5005         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
5006         Putnam <reader@newsguy.com>.
5007         (gnus-group-sort-selected-groups): Touch dribble file.
5008
5009 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
5010
5011         * nnml.el (nnml-filenames-are-evil): New variable.
5012         (nnml-article-to-file-alist): Rename to ...
5013         (nnml-current-group-article-to-file-alist): ... this.
5014         Respect `nnml-filenames-are-evil'.
5015         (nnml-active-number): Update.
5016         (nnml-update-file-alist): Update.
5017         (nnml-request-article): Use nnheader-article-to-file-alist.
5018         (nnml-request-rename-group): Likewise.
5019
5020 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5021
5022         * gnus-sum.el (gnus-summary-insert-line): Fix.
5023
5024 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5025
5026         * gnus-sum.el: Bind g-s-t-s to "W g".
5027         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
5028         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
5029         display of graphical smilies.
5030
5031 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5032
5033         * gnus-start.el (gnus-setup-news): A typo.
5034         From Bill White <billw@wolfram.com>.
5035
5036 2001-09-06  Simon Josefsson  <jas@extundo.com>
5037
5038         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
5039         and unseen marks.
5040
5041 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5042
5043         * nnmail.el (nnmail-split-fancy): Document `junk'.
5044
5045 2001-09-04  Simon Josefsson  <jas@extundo.com>
5046
5047         * imap.el (imap-search): Don't error if server is broken.
5048
5049 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
5050
5051         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
5052         searching for an article that isn't in the mbox.
5053
5054 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5055
5056         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
5057         right, and get all the comments.
5058
5059 2001-09-02  Simon Josefsson  <jas@extundo.com>
5060         Suggested by Dan Christensen <jdc+news@uwo.ca>
5061
5062         * nnfolder.el (nnfolder-request-update-info): Fix message.
5063
5064         * nnml.el (nnml-request-update-info): Ditto.
5065
5066 2001-09-01  Simon Josefsson  <jas@extundo.com>
5067
5068         * nnml.el (nnml-request-expire-articles): Also bind
5069         `nnml-current-group' and `nnml-article-file-alist' when using
5070         expiry-target. (Otherwise nnml will be in a inconsistent internal
5071         state causing all kind of problems.)
5072         (nnml-request-expire-articles): If `nnml-article-to-file' or
5073         `file-attributes' failes, return article as un-expirable instead
5074         of treating it as expired.
5075
5076 2001-08-31  Sam Steingold  <sds@gnu.org>
5077
5078         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
5079         typo: `exmine' --> `examine'.
5080
5081 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5082
5083         * nndoc.el (nndoc-forward-type-p): It is not a digest.
5084
5085 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5086
5087         * nnml.el (nnml-check-directory-twice): Remove.
5088         (nnml-retrieve-headers): Ditto.
5089         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
5090
5091 2001-08-30  Andrew Innes  <andrewi@gnu.org>
5092
5093         * nnheader.el (nnheader-directory-files-is-safe): No need to read
5094         directory twice on Windows, or on GNU Emacs-21.
5095
5096 2001-08-30  Andrew Innes  <andrewi@gnu.org>
5097
5098         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
5099         (nnml-request-rename-group): Ditto.
5100         (nnml-active-number): Ditto.
5101         (nnml-request-create-group): Use nnml-directory-articles.
5102         (nnml-request-expire-articles): Use nnml-directory-articles, which
5103         gets list from nov database if available.
5104         (nnml-get-nov-buffer): New function.
5105         (nnml-open-nov): Use it.
5106         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
5107         gets alist from nov database if available.
5108         (nnml-directory-articles): New function.
5109         (nnml-article-to-file-alist): New function.
5110
5111 2001-08-30  Andrew Innes  <andrewi@gnu.org>
5112
5113         * mm-decode.el (mm-display-external): Use `name' as filename, if
5114         `filename' attribute is not present.
5115
5116 2001-08-30  Andrew Innes  <andrewi@gnu.org>
5117
5118         * mail-source.el (mail-source-flash): New defcustom.
5119         (mail-source-new-mail-p): Ring visible bell if appropriate.
5120         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
5121         timer is cleared even if mail check signals an error.
5122
5123 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5124
5125         * gnus-sum.el (gnus-summary-move-article): Only update marks of
5126         type 'list.
5127
5128 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5129
5130         * flow-fill.el (fill-flowed): eol might be point-max.
5131
5132 2001-08-27  Simon Josefsson  <jas@extundo.com>
5133
5134         * nnml.el (nnml-request-update-info): Fix message.
5135         (nnml-open-marks): Ditto.
5136
5137         * nnfolder.el (nnfolder-request-update-info):
5138         (nnfolder-open-marks): Fix message.
5139
5140 2001-08-25  Simon Josefsson  <jas@extundo.com>
5141
5142         * nnfolder.el (nnfolder-save-marks): Don't create directory named
5143         after group in ~/.
5144
5145 2001-08-25  Simon Josefsson  <jas@extundo.com>
5146         From Andreas Jaeger  <aj@suse.de>
5147
5148         * nnfolder.el (nnfolder-open-marks): Fix typo.
5149         * nnml.el (nnml-open-marks): Likewise.
5150
5151 2001-08-25  Simon Josefsson  <jas@extundo.com>
5152
5153         Make nnfolder groups self-contained as far as marks are concerned.
5154
5155         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
5156         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
5157         (nnfolder-open-server): Make marks directory.
5158         (nnfolder-request-delete-group): Delete marks file.
5159         (nnfolder-request-delete-group): Check of nov/marks file exist
5160         before deleting.
5161         (nnfolder-request-rename-group): Rename marks file.
5162         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
5163         (nnfolder-request-set-mark, nnfolder-request-update-info)
5164         (nnfolder-group-marks-pathname, nnfolder-save-marks)
5165         (nnfolder-open-marks): New functions.
5166         (top-level): Require gnus.
5167
5168 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5169
5170         * nnweb.el (nnweb-type-definition): Use google raw file.
5171         (nnweb-google-parse-1): Ditto.
5172         (nnweb-google-identity): Ditto.
5173         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
5174         (nnweb-altavista-wash-article): Ditto.
5175         (nnweb-request-article): Remove nnweb-decode-entities.
5176
5177         * nnml.el: Require 'gnus.
5178
5179 2001-08-25  Simon Josefsson  <jas@extundo.com>
5180
5181         * nnml.el (nnml-marks-is-evil): Add doc.
5182
5183 2001-08-25  Simon Josefsson  <jas@extundo.com>
5184
5185         * nnml.el (nnml-save-marks): Wrap saving marks in a
5186         condition-case, to allow user to start Gnus if saving marks failed
5187         for some reason.
5188
5189 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5190
5191         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
5192
5193         * gnus-group.el (gnus-update-group-mark-positions): Bind
5194         gnus-group-update-hook to nil.
5195
5196 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5197
5198         * mml.el (mml-generate-mime-1): Force as multibyte string.
5199
5200 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5201
5202         * gnus-sum.el (gnus-summary-insert-line)
5203         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
5204         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
5205
5206         * gnus-spec.el (gnus-correct-substring): Take optional END.
5207
5208         * nnrss.el (nnrss-request-article): Remove \n.
5209         (nnrss-retrieve-headers): Lines number is -1.
5210
5211 2001-08-24  Simon Josefsson  <jas@extundo.com>
5212
5213         * gnus-group.el (gnus-info-clear-data): Call
5214         nnfoo-request-set-mark to propagate marks.  Fix bug:
5215         `gnus-group-update-line' doesn't update read range unless we call
5216         `gnus-get-unread-articles-in-group' first.
5217
5218         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
5219         to server.
5220
5221 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5222
5223         * gnus-util.el (gnus-create-info-command): Return an interactive
5224         function.
5225
5226 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5227         From Katsumi Yamaoka <yamaoka@jpl.org>
5228
5229         * gnus-spec.el (gnus-parse-complex-format): Use equal.
5230
5231 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5232
5233         * gnus-sum.el (gnus-select-newsgroup): Use it.
5234
5235         * gnus-util.el (gnus-not-ignore): New function.
5236
5237         * lpath.el (featurep): Don't fbind char-int.
5238
5239         * gnus-util.el (gnus-create-info-command): New function.
5240
5241         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
5242         right node.
5243
5244         * gnus-sum.el (gnus-select-newsgroup): Clean up.
5245         (gnus-summary-limit-children): Use 'identity instead of `all'.
5246         (gnus-summary-limit-to-display-predicate): New command and
5247         keystroke.
5248
5249 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5250
5251         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
5252
5253         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
5254
5255 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5256
5257         * gnus-spec.el: Add the Gnus version.
5258         (gnus-update-format-specifications): If the Gnus version changes,
5259         nix out the format spec cache.
5260
5261         * gnus.el (gnus-continuum-version): Made into a command and
5262         optionalize the VERSION.
5263
5264         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
5265         the start of the lines.
5266
5267 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5268
5269         * gnus.el (gnus-visual-p): Define function before use of
5270         function.
5271
5272 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5273
5274         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
5275         (gnus-article-mark-to-type): New function.
5276         (gnus-update-missing-marks): Only update marks of type 'list.
5277
5278         * gnus.el (gnus-article-special-mark-lists): New variable.
5279
5280 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5281
5282         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
5283         (gnus-select-newsgroup): Still use 'all.
5284         (gnus-summary-initial-limit): Comparing with 'all.
5285
5286 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5287
5288         * gnus-start.el (gnus-activate-group): If dont-check, don't update
5289         active.
5290
5291 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5292
5293         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
5294         nnslashdot-*-retrieve-headers.
5295         (nnslashdot-request-article): Fix for slashcode 2.2.
5296         (nnslashdot-make-tuple): New function.
5297         (nnslashdot-read-groups): Use it.
5298
5299 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5300
5301         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
5302         list.
5303
5304         * gnus-sum.el (gnus-summary-move-article): Don't select article.
5305
5306 2001-08-20  Simon Josefsson  <jas@extundo.com>
5307
5308         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
5309         opened, error instead of continuing (and exploding later).
5310
5311 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5312
5313         * gnus.el (gnus-expand-group-parameters): Return the parameter
5314         list.
5315
5316         * gnus-sum.el (gnus-summary-show-article): Doc fix.
5317         (gnus-summary-show-article): Guess at charset if required.
5318
5319         * gnus-spec.el (gnus-correct-substring): Stopped one character
5320         before we wanted.
5321
5322 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5323
5324         * earcon.el (earcon-auto-play): Remove unused option.
5325
5326 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5327
5328         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
5329         message down in levels, since it happens very fast.
5330
5331         * smiley-ems.el (smiley-update-cache): Respect the symbol version
5332         of smiley-regexp-alist.
5333
5334         * mm-view.el (mm-inline-text): Ignore vcard errors.
5335
5336         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
5337
5338         * gnus-score.el (gnus-all-score-files): Use append instead of
5339         nconc.
5340
5341         * gnus.el (gnus-splash-face): Doc fix.
5342
5343         * mm-decode.el (mm-mailcap-command): Use
5344         mm-path-name-rewrite-functions.
5345         (mm-path-name-rewrite-functions): New variable.
5346
5347         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
5348         (gnus-complex-form-to-spec): Insert tab.
5349         (gnus-spec-tab): New function.
5350
5351         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
5352         entering the group.
5353
5354         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
5355         the positional spec.
5356         (gnus-parse-complex-format): React to %C.
5357
5358         * gnus-ems.el (gnus-char-width): Moved here.
5359
5360         * gnus-sum.el (gnus-select-newsgroup): Set
5361         gnus-newsgroup-articles.
5362         (gnus-unseen-mark): New variable.
5363         (gnus-newsgroup-unseen): Ditto.
5364         (gnus-newsgroup-seen): Ditto.
5365         (gnus-adjust-marked-articles): Use them.
5366         (gnus-update-marks): Use them.
5367         (gnus-summary-update-secondary-mark): Display.
5368         (gnus-summary-prepare-threads): Display.
5369
5370         * gnus-msg.el (gnus-inews-group-method): Use and return the
5371         method, not the server.
5372
5373 2001-08-19  Simon Josefsson  <jas@extundo.com>
5374
5375         * gnus-srvr.el (gnus-server-agent-face): New.
5376         (gnus-server-agent-face): New.
5377         (gnus-server-mode): Turn on font-lock-mode.
5378
5379         * gnus.el (gnus-server-visual): Add defgroup.
5380
5381 2001-08-19  Simon Josefsson  <jas@extundo.com>
5382         From Joe Casadonte <jcasadonte@northbound-train.com>
5383
5384         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
5385         gnus-server-denied-face): New.
5386         (gnus-server-opened-face, gnus-server-closed-face,
5387         gnus-server-denied-face): New.
5388         (gnus-server-font-lock-keywords): Add.
5389
5390 2001-08-19  Simon Josefsson  <jas@extundo.com>
5391
5392         * nnml.el (nnml-request-set-mark): Return nil.
5393         (nnml-save-marks): Use nnml-possibly-create-directory.
5394         (nnml-open-marks): Only work in temp buffer when inserting/reading
5395         .marks file.
5396
5397 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5398
5399         * gnus.el (gnus-expand-group-parameters): Fix.
5400
5401         * gnus-spec.el (gnus-char-width): New function.
5402         (gnus-correct-substring, gnus-correct-length): Use it.
5403
5404         * message.el (message-required-mail-headers): Fix doc.
5405
5406 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5407
5408         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
5409
5410         * mm-decode.el (mm-save-part-to-file): Insert the handle.
5411
5412 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5413
5414         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
5415         slashdot 2.2 (not fully fixed yet).
5416         (nnslashdot-request-article): Ditto.
5417
5418 2001-08-18  Simon Josefsson  <jas@extundo.com>
5419
5420         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
5421         nnimap.
5422
5423         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
5424         gnus-util.
5425         (nnimap-request-update-info-internal): Use new functions.
5426
5427         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
5428         new functions.
5429
5430 2001-08-18  Simon Josefsson  <jas@extundo.com>
5431
5432         Make nnml groups self-contained as far as marks are concerned.
5433
5434         * nnml.el (nnml-request-delete-group): Delete marks file.
5435         (nnml-request-rename-group): Move marks file.
5436         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
5437         variables.
5438         (nnml-request-set-mark, nnml-request-update-info): New server
5439         functions.
5440         (nnml-save-marks, nnml-open-marks): New functions.
5441
5442 2001-08-18  Simon Josefsson  <jas@extundo.com>
5443
5444         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
5445         `set' when setting marks.
5446
5447 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5448
5449         * gnus.el (gnus-info-find-node): Take an argument.
5450
5451         * gnus-art.el (gnus-button-handle-info): New function.
5452         (gnus-url-unhex-string): Replace "+" with " ".
5453
5454 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5455
5456         * message.el (message-check-news-header-syntax): Check bad From.
5457
5458 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5459
5460         * gnus-spec.el (gnus-correct-length): New function.
5461         (gnus-correct-substring): New function.
5462         (gnus-tilde-max-form): Use it.
5463
5464 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
5465
5466         * nnmh.el: Docstring changes as below.
5467
5468         * nnml.el: Docstring changes as below.
5469
5470         * nnbabyl.el: Docstring changes as below.
5471
5472         * nnmbox.el: Docstring changes as below.
5473
5474         * nnfolder.el: Added docstrings identifying each virtual server
5475         parameter.
5476
5477 2001-08-18  Simon Josefsson  <jas@extundo.com>
5478
5479         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
5480
5481 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
5482
5483         * message.el: rename "Abort Message" to "Postpone Message".
5484         Remove "Attach file as MIME" from Message menu, it's already in
5485         the MIME menu.
5486
5487 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5488
5489         * smime.el (smime-point-at-eol): eval-and-compile.
5490         (smime-make-temp-file): New function.
5491         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
5492         Use it.
5493
5494 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5495
5496         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
5497         (gnus-agent-summary-fetch-group): New command and keystroke.
5498
5499         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
5500         (gnus-mime-display-security): Make it respect
5501         gnus-unbuttonized-mime-type-p.
5502
5503         * gnus-sum.el (gnus-articles-to-read): Comments.
5504         (gnus-article-marked-p): New function.
5505         (gnus-summary-display-make-predicate): New function.
5506         (gnus-select-newsgroup): Use them.
5507
5508         * mm-decode.el (mm-save-part-to-file): Made it not error.
5509
5510 2001-08-17  Simon Josefsson  <jas@extundo.com>
5511
5512         * imap.el (imap-wait-for-tag): If process-status isn't open or
5513         run, return nil instead of sit-for looping.
5514
5515 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5516
5517         * lpath.el (featurep): fbind xml-parse-region.
5518
5519         * gnus.el (gnus-message-archive-method): Default to "archive".
5520         (gnus-message-archive-method): Doc fix.
5521         (gnus-parameters-get-parameter): Cleaned up.
5522         (gnus-expand-group-parameter): New function.
5523
5524         * gnus-start.el (gnus-setup-news): Push the archive server only
5525         the server list.
5526
5527         * mml.el (mml-menu): Changed name to "Attachments".
5528
5529         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
5530         when there is something to detroy.
5531
5532 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5533
5534         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
5535         nil.
5536
5537 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5538
5539         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
5540         which specifies a time today or tomorrow.
5541
5542 2001-08-15  Simon Josefsson  <jas@extundo.com>
5543         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
5544
5545         * gnus-agent.el (gnus-agent-make-mode-line-string)
5546         (gnus-agent-toggle-plugged): Use new API.
5547
5548 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5549
5550         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
5551         deadline has expired.
5552
5553 2001-08-12  Simon Josefsson  <jas@extundo.com>
5554         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
5555
5556         Support `recent' mark indicating newly arrived messages (to
5557         separate from old but unread messages).
5558
5559         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
5560         `nnmail-split-history' if recent is > 0.
5561         (nnimap-request-update-info-internal): Update `recent' marks.
5562         (nnimap-request-set-mark): Never set `recent' marks.
5563         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
5564         recent.
5565
5566         * gnus-sum.el (gnus-recent-mark): New mark.
5567         (gnus-newsgroup-recent): New variable.
5568         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
5569         (gnus-summary-prepare-threads): Mark recent articles.
5570         (gnus-summary-add-mark): Support recent.
5571         (gnus-summary-update-secondary-mark): Support recent.
5572
5573         * gnus.el (gnus-article-mark-lists): Add recent.
5574
5575 2001-08-12  Simon Josefsson  <jas@extundo.com>
5576
5577         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
5578         whether successful decoding took place.  Add doc.
5579
5580 2001-08-12  Simon Josefsson  <jas@extundo.com>
5581         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
5582
5583         * gnus.el (gnus-summary-line-format, gnus-parameters):
5584         * gnus-gl.el (gnus-summary-grouplens-line-format):
5585         * gnus-salt.el (gnus-summary-pick-line-format):
5586         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
5587
5588 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
5589         Committed by Kai Gro\e,b_\e(Bjohann.
5590
5591         * gnus-score.el (gnus-score-string): Fix `match' regexp
5592         for `extra' header case.
5593
5594 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5595
5596         * nnmbox.el (nnmbox-read-mbox): No warning.
5597
5598 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5599
5600         * nndoc.el (nndoc-article-type): Fix doc.
5601         (nndoc-generate-article-function): New variable.
5602         (nndoc-dissection-function): New variable.
5603         (nndoc-type-alist): Add oe-dbx.
5604         (nndoc-oe-dbx-type-p): New function.
5605         (nndoc-oe-dbx-dissection): New function.
5606         (nndoc-oe-dbx-generate-article): New function.
5607
5608 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5609
5610         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
5611         whether deadline has been reached.  Patch from Dan Nicolaescu
5612         <dann@godzilla.ics.uci.edu>.
5613
5614 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5615
5616         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
5617         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
5618         <rintaman@cs.Helsinki.FI>.
5619
5620         * mail-source.el (mail-source-movemail): The error buffer is
5621         modified, but nothing in it.
5622
5623 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5624
5625         * message.el (message-bogus-system-names): New variable.
5626         (message-make-fqdn): Use it.
5627
5628 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5629
5630         * nndraft.el (nndraft-request-group): Use
5631         nndraft-auto-save-file-name.
5632
5633 2001-08-09  Simon Josefsson  <jas@extundo.com>
5634
5635         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
5636         Don't ask whether to decrypt.  Just leave result in buffer (don't
5637         call mm).
5638
5639         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
5640         parts as well.
5641         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
5642         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
5643
5644 2001-08-09  Simon Josefsson  <jas@extundo.com>
5645
5646         * mm-decode.el (mm-insert-part): Return decoding success status.
5647         (mm-save-part-to-file): Error if decoding failed.
5648
5649 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5650
5651         * message.el (message-tab): Use indent-relative.
5652         (message-mode): Don't bind indent-line-function to indent-relative.
5653
5654 2001-08-09  Simon Josefsson  <jas@extundo.com>
5655
5656         * message.el (message-get-reply-headers): Fix string. Suggested by
5657         Christoph Conrad <cc@cli.de>.
5658
5659 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5660
5661         * message.el (message-tab): Use the current value of
5662         indent-line-function.
5663         (message-mode): Bind indent-line-function to indent-relative.
5664
5665 2001-08-08  Simon Josefsson  <jas@extundo.com>
5666
5667         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
5668         whether `imtest' is installed.
5669
5670 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
5671         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
5672
5673         * gnus-sum.el (gnus-summary-show-article): Call
5674         gnus-summary-update-secondary-secondary-mark.
5675         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
5676         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
5677
5678 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5679
5680         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
5681
5682         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
5683
5684         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
5685         <gerd@gnu.org>.
5686
5687         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
5688
5689         * gnus-util.el (gnus-output-to-rmail): Ditto.
5690         (gnus-output-to-mail): Ditto.
5691
5692         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
5693
5694 2001-08-06  Florian Weimer   <fw@deneb.enyo.de>
5695
5696         * message.el (message-indent-citation): Use
5697         `message-yank-cited-prefix' for empty lines.
5698
5699 2001-08-05  Florian Weimer   <fw@deneb.enyo.de>
5700
5701         * message.el (message-indent-citation): Quote only lines starting
5702         with ">" using `message-yank-cited-prefix'.
5703
5704 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
5705
5706         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
5707         gnus-cache-fully-p.
5708
5709 2001-08-04  Simon Josefsson  <jas@extundo.com>
5710
5711         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
5712         file if it doesn't exist (by calling gnus-cache-read-active).
5713
5714 2001-08-04  Simon Josefsson  <jas@extundo.com>
5715
5716         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
5717         (gnus-cache-passively-or-fully-p): Removed.
5718         (gnus-cache-fully-p): Fix it.
5719
5720         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
5721
5722 2001-08-04  Simon Josefsson  <jas@extundo.com>
5723
5724         * gnus-cache.el (gnus-cache-fully-p)
5725         (gnus-cache-passively-or-fully-p): New functions.
5726         (gnus-cache-possibly-enter-article): Cosmetic change, use
5727         `g-c-p-o-f-p'.
5728         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
5729         was bogus (`g-c-p-a-a' does not change active info, just change
5730         the functions parameters).
5731         (gnus-cache-possibly-remove-articles-1): Make sure articles are
5732         not removed in groups that match `gnus-uncacheable-groups'.
5733
5734         Reported and modifications based on discussions with Nuutti
5735         Kotivuori <nuutti.kotivuori@smarttrust.com>.
5736
5737 2001-08-04  Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
5738         Committed by Simon Josefsson  <jas@extundo.com>
5739
5740         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
5741         calls `gnus-cache-update-active' if bounds has been extended.
5742
5743 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5744
5745         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
5746         before remove.
5747         (gnus-mime-security-show-details): Ditto.
5748
5749 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5750
5751         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
5752         syntax.  Protect string-match against nil string and regexp.
5753
5754 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5755
5756         * mm-util.el (mm-find-charset-region): Remove control-1.
5757
5758 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5759
5760         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
5761
5762 2001-08-04  Simon Josefsson  <jas@extundo.com>
5763
5764         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
5765         buffer.  Delete MIME-Version header.
5766
5767 2001-08-03  Simon Josefsson  <jas@extundo.com>
5768
5769         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
5770         that is entered does not necessarily have the highest article
5771         number in the group, so use `gnus-cache-possibly-alter-active'
5772         instead of `gnus-cache-update-active'.
5773
5774 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5775
5776         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
5777
5778 2001-08-03  Simon Josefsson  <jas@extundo.com>
5779
5780         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
5781         menu.
5782
5783 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5784
5785         * gnus.el (post-method): New group parameter.  It also provides
5786         the user option `gnus-post-method-alist' and the internal function
5787         `gnus-parameter-post-method'.
5788
5789         * gnus-msg.el (gnus-post-method): Bind the value of
5790         `gnus-post-method' to the group parameter if it is defined.
5791
5792 2001-08-02  Simon Josefsson  <jas@extundo.com>
5793
5794         * smime.el (smime-extra-arguments): Removed.
5795         (smime-call-openssl-region): Don't use it.
5796
5797 2001-08-02  Simon Josefsson  <jas@extundo.com>
5798
5799         * smime.el (smime-sign-region): Handle stderr.
5800         (smime-encrypt-region): Ditto.
5801
5802         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
5803         match the ASN.1 length bytes.
5804         (mm-pkcs7-enveloped-magic): Ditto.
5805         (mm-view-pkcs7-get-type): Don't regexp quote.
5806
5807 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5808         From Andreas Fuchs <asf@void.at>
5809
5810         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
5811
5812 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5813
5814         * gnus-art.el (gnus-header-button-alist): References regexp.
5815
5816 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
5817
5818         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
5819         already fboundp.  Add INTERACTIVE arg to autoload form.
5820
5821 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5822
5823         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
5824
5825         * nnmail.el (nnmail-cache-open): Ditto.
5826
5827 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5828
5829         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
5830
5831 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5832
5833         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
5834
5835 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5836         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5837
5838         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
5839         (gnus-agent-toggle-plugged): Use it.
5840
5841 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5842
5843         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
5844         (gnus-ding-file-coding-system): New variable.
5845         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
5846         (gnus-slave-save-newsrc): Use it.
5847
5848 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5849
5850         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
5851         syntax.
5852
5853 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5854         Originally from Andreas Fuchs <asf@void.at>
5855
5856         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
5857         (mml2015-gpg-pretty-print-fpr): New function.
5858         (mml2015-gpg-extract-signature-details): More details, rename from
5859         `m-g-e-from'.
5860         (mml2015-gpg-verify): Use them.
5861         (mml2015-gpg-clear-verify): Use them.
5862
5863 2001-07-31  Simon Josefsson  <jas@extundo.com>
5864
5865         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
5866         buffer when done.
5867
5868 2001-07-30  Simon Josefsson  <jas@extundo.com>
5869
5870         * smime.el (smime-call-openssl-region): Revert previous change,
5871         just pass on buf to `call-process-region'.
5872         (smime-verify-region): Doc fix.  Don't message stuff.  Use
5873         `smime-new-details-buffer'.  Inserts error messages into buffer.
5874         (smime-noverify-region): Ditto.
5875         (smime-decrypt-region): Ditto.  Handles stderr separately.
5876         (smime-verify-buffer, smime-noverify-buffer)
5877         (smime-decrypt-buffer): Doc fix.
5878         (smime-new-details-buffer): New function.
5879         (smime-pkcs7-region, smime-pkcs7-certificates-region)
5880         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
5881         (smime-sign-region, smime-encrypt-region): Don't use
5882         `insert-buffer'.
5883
5884         * mml-smime.el (mml-smime-verify): Fix security button strings.
5885
5886 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5887
5888         * gnus-art.el (gnus-mime-save-part-and-strip): Save
5889         gnus-article-mime-handles.
5890
5891 2001-07-29  Simon Josefsson  <jas@extundo.com>
5892
5893         * mail-source.el (top-level): Require message for message-directory.
5894         (mail-source-directory): Change default to message-directory.
5895
5896         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
5897         (smime-certificate-directory, smime-openssl-program)
5898         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
5899         (smime-extra-arguments): New variable.
5900         (smime-dns-server): Fix customize group.
5901         (smime-call-openssl-region): Use `smime-extra-arguments'.
5902
5903 2001-07-29  Simon Josefsson  <jas@extundo.com>
5904         From Vladimir Volovich <vvv@vsu.ru>
5905
5906         * smime.el (smime-call-openssl-region): Ignore stderr.
5907
5908 2001-07-29  Simon Josefsson  <jas@extundo.com>
5909         From Christoph Conrad <christoph.conrad@gmx.de>
5910
5911         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
5912         file.
5913
5914 2001-07-29  Simon Josefsson  <jas@extundo.com>
5915
5916         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
5917
5918         Support S/MIME decryption.
5919
5920         * mm-decode.el (mm-inline-media-tests):
5921         (mm-inlined-types):
5922         (mm-automatic-display):
5923         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
5924
5925         * mm-view.el (mm-pkcs7-signed-magic):
5926         (mm-pkcs7-enveloped-magic): New variables.
5927         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
5928         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
5929         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
5930         PKCS#7 blobs.
5931
5932         * smime.el (smime-decrypt-region): Expand keyfile.
5933
5934 2001-07-29  Simon Josefsson  <jas@extundo.com>
5935
5936         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
5937         `ssl.el' variables.
5938
5939         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
5940         but line instead of narrowing to it, because `nnmail-parse-active'
5941         calls widen.  Thanks to Christoph Conrad
5942         <christoph.conrad@gmx.de>.
5943
5944 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5945
5946         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
5947         for %B spec.
5948
5949         * gnus-sum.el (gnus-summary-prepare-threads): If
5950         gnus-sum-thread-tree-root is nil, use subject instead.
5951         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
5952         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
5953         (gnus-sum-thread-tree-leaf-with-other)
5954         (gnus-sum-thread-tree-single-leaf): Documentation.
5955         (gnus-sum-thread-tree-single-indent): Allow nil.
5956
5957 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5958
5959         * message.el (message-fill-paragraph): Do nothing if the user
5960         wants filladapt-mode.
5961
5962 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5963
5964         * mm-decode.el (mm-image-type-from-buffer): New function.
5965         (mm-get-image): Use it.
5966
5967 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5968
5969         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
5970
5971         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
5972         mm-display-parts too.
5973
5974 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5975
5976         * nnfolder.el (nnfolder-request-accept-article): Bind
5977         nntp-server-buffer.
5978
5979         * nnmail.el (nnmail-parse-active): Read from buffer instead of
5980         nntp-server-buffer.
5981
5982 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5983
5984         * message.el (message-check-news-header-syntax): Use
5985         message-post-method.
5986         (message-send-news): Bind message-post-method.
5987
5988 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5989
5990         * mml.el (mml-tweak-type-alist): New variable.
5991         (mml-tweak-function-alist): New variable.
5992         (mml-tweak-part): New function.
5993         (mml-generate-mime-1): Use it.
5994
5995 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5996
5997         * nnfolder.el (nnfolder-request-accept-article): Replace
5998         nnfolder-request-list.
5999
6000 2001-07-27  Simon Josefsson  <jas@extundo.com>
6001
6002         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
6003         nnoo-change-server failed to do it.
6004
6005 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6006
6007         * gnus.el (gnus-parameters): Make it customizable.
6008
6009 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6010
6011         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
6012
6013         * message.el (message-set-auto-save-file-name): More
6014         poor-system-types.
6015
6016         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
6017
6018         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
6019         supports +.
6020
6021 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6022
6023         * mm-decode.el (mm-readable-p): New function.
6024         (mm-inline-media-tests): Fix the default testers.
6025
6026 2001-07-26  Simon Josefsson  <jas@extundo.com>
6027
6028         * nnimap.el (nnimap-version): Bump version number.
6029
6030 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6031         From Steven E. Harris <seh@speakeasy.org>
6032
6033         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
6034         in M$Windows too.
6035
6036 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6037
6038         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
6039
6040 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6041
6042         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
6043
6044         * mm-decode.el (mm-get-image): Guess then use the type.
6045
6046         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
6047
6048 2001-07-25 12:54:00  Danny Siu <dsiu@adobe.com>
6049
6050         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
6051         display (%B) for threads if threading is off.
6052
6053 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6054         From Henrik Enberg <henrik@enberg.org>
6055
6056         * gnus-msg.el: Customization patch.
6057
6058 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
6059
6060         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
6061         variable.
6062         (nnmail-split-fancy-with-parent): Ignore certain groups.
6063
6064 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6065
6066         * gnus-util.el (gnus-byte-compile): New function.
6067         (gnus-use-byte-compile): New variable.
6068         (gnus-make-sort-function): Use it.
6069
6070         * nnmail.el (nnmail-get-new-mail): Use it.
6071
6072         * gnus-agent.el (gnus-category-make-function): Simple function or
6073         compiled function.
6074         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
6075
6076         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
6077         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
6078         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
6079
6080         * message.el (message-check-news-header-syntax): Remove quote.
6081
6082 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6083
6084         * message.el (message-use-mail-followup-to): `t' is not a
6085         documented value.
6086
6087 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6088
6089         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
6090
6091 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6092
6093         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
6094         there are long lines.
6095
6096 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6097
6098         * dgnushack.el (copy-list): New compiler macro.
6099
6100 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6101
6102         * message.el (message-bounce): If no Return-Path, the whole
6103         content is considered as the original message.
6104
6105         * nnml.el (nnml-check-directory-twice): New variable.
6106         (nnml-article-to-file): Use it.
6107         (nnml-retrieve-headers): Hack it.
6108
6109 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6110
6111         * gnus-win.el (gnus-buffer-configuration): New configure.
6112
6113         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
6114         not alive.
6115
6116         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
6117         (mm-display-external): Use display-term configure.
6118
6119 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6120
6121         * gnus-delay.el (gnus-delay-default-hour): New variable.
6122         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
6123
6124 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6125         From Karl Kleinpaste <karl@charcoal.com>
6126
6127         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
6128         (gnus-summary-prepare-threads): Ditto.
6129
6130         * gnus.el (gnus-summary-line-format): Add %B.
6131
6132 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6133
6134         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
6135
6136         * mm-util.el (mm-string-as-multibyte): New function.
6137
6138         * nnmh.el (nnmh-request-list-1): Encode, not decode!
6139
6140 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6141
6142         * mm-util.el (mm-universal-coding-system): New variable.
6143
6144         * gnus-start.el (gnus-startup-file-coding-system): Use it.
6145
6146         * score-mode.el (score-mode-coding-system): Use it.
6147
6148 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6149
6150         * gnus-start.el (gnus-setup-news): Call
6151         `gnus-check-bogus-newsgroups' just after the native server is
6152         opened.
6153
6154 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6155
6156         * nnmail.el (nnmail-do-request-post): Util function to be used by
6157         `nnchoke-request-post' for all nnmail-derived backends.
6158
6159         * nnml.el (nnml-request-post): Use it.
6160
6161         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
6162         backend, for it groks nnml-request-post.
6163
6164         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
6165         Treat `mail-post' backends like `mail' backends, not like `news'
6166         backends.
6167
6168 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6169
6170         * gnus-msg.el (gnus-setup-message): make-local-hook.
6171
6172 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6173
6174         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
6175         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
6176         <karl@charcoal.com>, slightly changed by Kai.
6177
6178         * message.el (message-check-news-header-syntax): When checking
6179         whether the groups exist, check the right server based on
6180         `gnus-post-method'.
6181
6182 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6183
6184         * gnus-delay.el: New file.
6185
6186 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6187
6188         * mm-util.el (mm-read-coding-system): Take two arguments.
6189
6190         * gnus-sum.el (gnus-summary-show-article): Use
6191         mm-read-coding-system.
6192
6193         * gnus-art.el (article-de-quoted-unreadable):
6194         (article-de-base64-unreadable, article-wash-html):
6195         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
6196
6197 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6198
6199         * nnml.el (nnml-request-post): New function.  Can be used for
6200         annotations in nnml groups.
6201
6202 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6203
6204         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
6205         command.
6206
6207         * gnus-start.el (gnus-find-new-newsgroups): Use
6208         `message-make-date' instead of `current-time-string'.
6209         (gnus-ask-server-for-new-groups): Ditto.
6210         (gnus-check-first-time-used): Ditto.
6211
6212 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6213
6214         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
6215
6216 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
6217
6218         * message.el (message-shorten-references): Change `maxcount' and
6219         `cut' to obey USEFOR draft 5.
6220
6221 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
6222
6223         * gnus-sum.el (gnus-summary-display-arrow): New variable.
6224         (gnus-summary-set-article-display-arrow): New function.
6225         (gnus-summary-goto-subject): Use it.
6226
6227 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6228
6229         * gnus-sum.el (gnus-summary-import-article): Insert date if
6230         doesn't exist.
6231
6232 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6233
6234         * mml.el (mml-content-type-parameters): New variable.
6235         (mml-content-disposition-parameters): New variable.
6236         (mml-insert-mime-headers): Use them.
6237         (mml-parse-1): Accept charset.
6238
6239 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6240
6241         * gnus-group.el (gnus-group-select-group): Doc fix.
6242
6243         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
6244
6245 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
6248         to handle `define-derived-mode'.
6249
6250 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6251         From:  Stefan Monnier  <monnier@cs.yale.edu>
6252
6253         * message.el (message-mode): Use define-derived-mode.
6254         (message-tab): message-completion-alist.
6255
6256         * imap.el (imap-interactive-login): Use make-local-variable.
6257         (imap-open): Ditto.
6258         (imap-authenticate): Ditto.
6259
6260         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
6261
6262         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
6263
6264 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6265
6266         * message.el (message-citation-line-function): Refer to
6267         gnus-cite-attribution-suffix.
6268
6269 2001-07-15  Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6270
6271         * gnus-art.el,...: Error convention changes.
6272
6273 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6274
6275         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
6276
6277 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6278
6279         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
6280         (nnrss-read-server-data): Ditto.
6281
6282 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6283
6284         * gnus-setup.el (gnus-use-installed-gnus): Typo.
6285         * Cleanup files.
6286         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6287
6288 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6289
6290         * gnus.el (gnus-summary-line-format): Add %o.
6291
6292         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
6293         unless shell outputs something.
6294
6295 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6296
6297         * gnus-art.el (gnus-boring-article-headers): Better doc.
6298         (article-hide-headers): Better regexp.
6299         Suggested by Matt Swift <swift@alum.mit.edu>.
6300
6301         * nnheader.el (nnheader-max-head-length): Better doc.
6302         (nnheader-header-value): Skip spaces.
6303         (nnheader-parse-head): Remove space.
6304         Suggested by Matt Swift <swift@alum.mit.edu>.
6305
6306         * gnus-sum.el (gnus-summary-show-raw-article): New function.
6307         (gnus-get-newsgroup-headers): Remove space.
6308
6309 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6310
6311         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
6312         (gnus-summary-reply): Use it.
6313         (gnus-summary-reply-broken-reply-to): New function.
6314         (gnus-msg-force-broken-reply-to): New function.
6315
6316         * mm-view.el (mm-inline-text): Showing as text/plain when error.
6317
6318 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6319
6320         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
6321
6322 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6323
6324         * mm-decode.el (mm-external-terminal-program): New variable.
6325         (mm-display-external): Use it. Use term to display when no
6326         window-system.
6327
6328 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
6329
6330         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
6331         Browse->Next entries to Browse->Prev
6332
6333 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6334
6335         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
6336
6337 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6338
6339         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
6340         for the default encoding.
6341
6342         * nnrss.el (nnrss-url-field): New field.
6343         (nnrss-request-article): Add newsgroups.
6344
6345         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
6346
6347 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6348
6349         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
6350
6351         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
6352         (gnus-draft-setup): Remove backlog.
6353
6354 2001-07-10  Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6355
6356         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
6357         Cleanup.
6358
6359 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6360
6361         * gnus-msg.el (gnus-bug): Erase buffer.
6362
6363         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
6364
6365 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6366
6367         * mm-decode.el (mm-attachment-override-p): Fix typo.
6368
6369 2001-03-19 05:28:00  Katsumi Yamaoka <yamaoka@jpl.org>
6370
6371         * gnus-kill.el (gnus-execute): Work with the extra headers.
6372         * gnus-sum.el (gnus-summary-execute-command): Ditto.
6373
6374 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6375
6376         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
6377         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
6378
6379         * message.el (message-send-mail-real-function): New variable.
6380         (message-send-mail-partially, message-send-mail):
6381
6382         * nngateway.el (nngateway-request-post): Use it.
6383
6384         * gnus-agent.el (gnus-agentize): Use it.
6385
6386         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
6387         (nnsoup-revert-variables): Use it.
6388
6389 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
6390
6391         * mm-decode.el (mm-inline-media-tests): Default to displaying as
6392         text/plain if the type doesn't match any other media types.
6393         (mm-inlined-types): Doc fix.
6394         (mm-display-inline): Revert previous change (now handled by a
6395         default type in `mm-inline-media-tests'.
6396         (mm-inlinable-p): Revive.
6397         (mm-display-part): Call `mm-inlinable-p'.
6398         (mm-attachment-override-p): Ditto.
6399         (mm-inlined-p): Doc fix.
6400
6401         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
6402         well as `mm-inlined-p'.
6403
6404 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6405
6406         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
6407         (nntp-send-command-and-decode): Use gnus-point-at-bol.
6408
6409 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6410         From  Paul Jarc <prj@po.cwru.edu>
6411
6412         * message.el (message-use-mail-followup-to): New variable.
6413         (message-get-reply-headers): Use it.
6414
6415 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
6416
6417         * nnheader.el (nnheader-init-server-buffer): Make sure the
6418         *nntpd* buffer is made multibyte instead of a random buffer.
6419
6420 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6421
6422         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
6423         when it returns headers.
6424
6425 2001-07-07  Simon Josefsson  <jas@extundo.com>
6426
6427         * rfc2047.el (rfc2047-encode-message-header): Skip header when
6428         trying to fold. Thanks to Colin Walters
6429         <walters@cis.ohio-state.edu>
6430
6431 2001-07-06  Simon Josefsson  <jas@extundo.com>
6432
6433         * imap.el (imap-parse-address-list, imap-parse-flag-list)
6434         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
6435         Add information in `assert's.
6436
6437         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
6438         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
6439         and `nnimap-group-overview-filename', should handle all
6440         change-of-uidvalidity related issues.  But there may be other
6441         problems.)
6442
6443 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
6444
6445         * rfc2047.el (rfc2047-encode-message-header): Don't include the
6446         header name when folding.
6447
6448 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
6449
6450         * mm-decode.el (mm-inlined-types): Document relationship with
6451         `mm-inline-media-tests'.
6452         (mm-display-inline): Default to displaying as plain text if no
6453         inlining handler is available.
6454         (mm-inlinable-p): Remove.
6455         (mm-inlined-p): Don't call `mm-inlinable-p'.
6456         (mm-automatic-display-p): Ditto.
6457         (mm-attachment-override-p): Ditto.
6458
6459 2001-07-04  Simon Josefsson  <jas@extundo.com>
6460
6461         * nnimap.el (nnimap-importantize-dormant): New variable.
6462         (nnimap-request-update-info-internal): Use it.
6463         (nnimap-request-set-mark): Ditto.
6464
6465 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
6466
6467         * nntp.el (nntp-send-command): don't pass a buffer argument to
6468         `point'. Only XEmacs accepts this.
6469         * nntp.el (nntp-send-command-nodelete): ditto.
6470         * nntp.el (nntp-send-command-and-decode): ditto.
6471
6472 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
6473
6474         * nntp.el (nntp-open-connection-function): doc update.
6475         * nntp.el (nntp-pre-command): New.
6476         * nntp.el (nntp-via-rlogin-command): New.
6477         * nntp.el (nntp-via-telnet-command): New.
6478         * nntp.el (nntp-via-telnet-switches): New.
6479         * nntp.el (nntp-via-user-name): New.
6480         * nntp.el (nntp-via-user-password): New.
6481         * nntp.el (nntp-via-address): New.
6482         * nntp.el (nntp-via-envuser): New.
6483         * nntp.el (nntp-via-shell-prompt): New.
6484         * nntp.el (nntp-open-telnet-stream): New.
6485         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
6486         * nntp.el (nntp-open-via-telnet-and-telnet): New.
6487         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
6488         * nntp.el (nntp-send-command): ditto.
6489         * nntp.el (nntp-send-command-nodelete): ditto.
6490         * nntp.el (nntp-send-command-and-decode): ditto.
6491
6492 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
6493
6494         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
6495         `when'.
6496
6497 2001-07-03  Simon Josefsson  <jas@extundo.com>
6498         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
6499
6500         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
6501
6502 2001-07-03  Simon Josefsson  <jas@extundo.com>
6503
6504         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
6505         remove it (workaround XEmacs `fill-region' bug).
6506
6507 2001-07-01  Simon Josefsson  <jas@extundo.com>
6508
6509         * nnimap.el (nnimap-date-days-ago): Defeat locale.
6510
6511 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6512
6513         * mml2015.el (mml2015-format-error): New function.
6514         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
6515         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
6516         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
6517
6518 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6519
6520         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
6521         Suggested by Christoph Conrad <C.Conrad@cli.de>.
6522
6523         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
6524         group variables.
6525
6526 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6527
6528         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
6529
6530         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
6531         (nnrss-save-group-data): Ditto.
6532
6533         * gnus-agent.el (gnus-agent-save-alist): Ditto.
6534
6535 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6536
6537         * message.el (message-do-send-housekeeping): Narrow to headers.
6538
6539 2001-06-24  Simon Josefsson  <jas@extundo.com>
6540
6541         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
6542         insertion when breaking lines looked for " \t" instead of "[ \t]".
6543         (rfc2047-encode-message-header): Fold lines even if
6544         no QP encoding is done.
6545
6546 2001-06-23  Simon Josefsson  <jas@extundo.com>
6547         From Samuel Tardieu <sam@inf.enst.fr>
6548
6549         * smime.el (smime-keys): Support additional certificates.
6550         (smime-make-certfiles): New function.
6551         (smime-sign-region): Use previous variables.
6552         (smime-get-certfiles): New function.
6553         (smime-sign-buffer): Use it.
6554         (smime-verify-region): Support both CAfile and CApath.
6555
6556 2001-06-23  Simon Josefsson  <jas@extundo.com>
6557
6558         * smime.el (smime-decrypt-region): Perhaps work.
6559
6560 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6561
6562         * gnus-msg.el (gnus-copy-article-buffer): Typo.
6563
6564 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
6565
6566         * mm-decode.el (mm-save-part): Rewrite file name.
6567         (mm-file-name-rewrite-functions): New variable.
6568         (mm-file-name-delete-whitespace): New function.
6569         (mm-file-name-trim-whitespace): New function.
6570         (mm-file-name-collapse-whitespace): New function.
6571         (mm-file-name-replace-whitespace): New variable and function.
6572
6573 2001-06-22  Simon Josefsson  <jas@extundo.com>
6574
6575         * message.el (message-make-date): Workaround locale for weekdays.
6576
6577 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6578
6579         * message.el (message-goto-body): Return nil if not found. (revert!)
6580
6581 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6582         From Fremlin <chief@bandits.org>
6583
6584         * message.el (message-goto-body): Some messages have no header.
6585
6586         * gnus-msg.el (gnus-copy-article-buffer): Use it.
6587
6588 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
6589
6590         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
6591
6592 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6593
6594         * message.el (message-make-date): Add week day.
6595         Suggested by Jason R. Mastaler <jason@mastaler.com>.
6596
6597 2001-06-19  Simon Josefsson  <jas@extundo.com>
6598
6599         * message.el (message-yank-prefix): Doc fix.
6600         (message-yank-cited-prefix): Ditto.
6601         (message-delete-not-region): Keep citation prefix on first line,
6602         if possible and appropriate.
6603
6604 2001-06-19  Simon Josefsson  <jas@extundo.com>
6605
6606         * imap.el (imap-process-connection-type): New variable.
6607         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
6608         recent `imtest's work completely (no line length issues), while
6609         making making old `imtest's unusable.  Thanks to NAGY Andras
6610         <nagya@inf.elte.hu> for his work.
6611
6612 2000-12-30  NAGY Andras <nagya@inf.elte.hu>
6613
6614         * imap.el (imap-ssl-program): Add -quiet to shut up
6615         OpenSSL/SSLeay's internal debug talk.
6616
6617 2001-06-19  Matt Armstrong <matt@lickey.com>
6618
6619         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
6620         server.
6621
6622 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6623
6624         * nnmail.el (nnmail-article-buffer): New variable.
6625         (nnmail-split-incoming): Use it.
6626
6627 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
6628
6629         * qp.el (quoted-printable-decode-region): If called interactively,
6630         use coding-system-for-read.
6631
6632 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6633
6634         * message.el (message-check-news-header-syntax): Check Reply-To.
6635
6636 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6637
6638         * mml.el (mml-parse-1): Use message options.
6639
6640         * message.el (message-do-fcc): Don't do anything if there is no
6641         FCC.
6642
6643 2001-06-16  Simon Josefsson  <jas@extundo.com>
6644
6645         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
6646         (nnimap-expunge-search-string): New variable.
6647         (nnimap-request-expire-articles): Use it.
6648
6649 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6650
6651         * message.el (message-send-mail-with-qmail): wrong exit status is
6652         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
6653
6654 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6655
6656         * gnus-art.el (article-strip-multiple-blank-lines): Use
6657         delete-region instead of replace-match.
6658
6659 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6660
6661         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
6662         (nnweb-google-wash-article): Ditto.
6663
6664 2001-06-14 Ferenc Wagner <wferi@bolyai1.elte.hu>
6665
6666         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
6667
6668 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6669
6670         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
6671         specs.
6672
6673 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6674
6675         * gnus.el (gnus-email-address): Move it here.
6676
6677         * gnus-art.el (article-de-quoted-unreadable): Read charset if
6678         requested.
6679         (article-de-base64-unreadable): Ditto.
6680         (article-wash-html): Ditto.
6681
6682 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6683
6684         * message.el (message-options-set-recipient): Don't add ", "
6685         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
6686
6687 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6688
6689         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
6690
6691 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6692
6693         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
6694         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
6695
6696         * nnrss.el (nnrss-node-text): Node might be nil.
6697
6698 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6699
6700         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
6701         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
6702
6703         * nnrss.el (nnrss-group-alist): More items.
6704
6705 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6706
6707         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
6708
6709 2001-06-03  Dale Hagglund  <rdh@best.com>
6710
6711         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
6712         restrict clauses.
6713
6714 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6715
6716         From Benjamin Rutt <brutt+news@bloomington.in.us>
6717
6718         * message.el (message-wide-reply-confirm-recipients): New variable.
6719
6720 2001-06-06  Mark Thomas  <mthomas@edrc.cmu.edu>
6721
6722         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
6723         fix so it works with XEmacs.
6724
6725 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6726
6727         * nnrss.el (nnrss-retrieve-headers): Support description as extra
6728         headers.
6729
6730 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6731
6732         * nnrss.el: Fix a few bugs.
6733
6734 2001-06-05  Simon Josefsson  <jas@extundo.com>
6735
6736         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
6737         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
6738
6739 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
6740
6741         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
6742         binary so that we don't transmit ISO 2022 garbage to the process.
6743         This is needed under XEmacs.
6744
6745 2001-06-03  Simon Josefsson  <simon@josefsson.org>
6746
6747         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
6748         autoloaded incorrectly below because ssl-program-* is bound.)
6749         Thanks to Amos Gouaux for report.
6750
6751 2001-06-02  Simon Josefsson  <simon@josefsson.org>
6752
6753         * imap.el (imap-kerberos4-open):
6754         (imap-gssapi-open):
6755         (imap-ssl-open):
6756         (imap-network-open):
6757         (imap-shell-open):
6758         (imap-starttls-open): Set buffer to workaround spurious
6759         `accept-process-output' buffer changes.  Thanks to Mats Lidell
6760         <Mats.Lidell@contactor.se> for report and partial patch and Jake
6761         Colman <colman@ppllc.com> for report.
6762
6763 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6764
6765         * gnus-sum.el (gnus-summary-catchup): New argument.
6766         (gnus-summary-catchup-from-here): New function.
6767
6768 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6769
6770         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
6771         back, then insert glyph.  (Before, the glyph was inserted first,
6772         then the newline.)  This works around a behavior in XEmacs where
6773         it is not possible to insert a character after a glyph which is at
6774         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
6775
6776 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6777
6778         From Jaap-Henk Hoepman (jhh@xs4all.nl).
6779
6780         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
6781         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
6782         mm-destroy-postponed-undisplay-list): New functions.
6783         (mm-display-external): Use them.
6784
6785 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6786
6787         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
6788         `default-low' when evaluating `gnus-summary-highlight'.
6789         From Raja R Harinath <harinath@cs.umn.edu>.
6790
6791 2001-05-27  Simon Josefsson  <simon@josefsson.org>
6792
6793         * message.el (message-yank-cited-prefix): New variable.
6794         (message-indent-citation): Use it.
6795
6796         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
6797         as details.
6798         (mml2015-mailcrypt-clear-verify): Ditto.
6799
6800 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6801         From Nevin Kapur <nevin@jhu.edu>.
6802
6803         * gnus-sum.el (gnus-summary-default-high-score,
6804         gnus-summary-default-low-score): New variables.
6805         (gnus-summary-highlight): Use them.
6806
6807 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
6808
6809         * message.el (message-mail): pass the 'send-actions argument to
6810         `message-setup'.
6811
6812 2001-05-16  Simon Josefsson  <simon@josefsson.org>
6813         From Raymond Scholz <ray-2001@zonix.de>
6814
6815         * gnus-art.el (gnus-mime-view-part-as-charset):
6816         (gnus-mime-internalize-part): Doc fixes.
6817
6818 2001-05-11  Simon Josefsson  <simon@josefsson.org>
6819
6820         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
6821         status lines without any text ("^215$").
6822
6823 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6824
6825         * nnrss.el (nnrss-check-group): Reverse.
6826
6827 2001-05-07  Simon Josefsson  <simon@josefsson.org>
6828
6829         * message.el (message-get-reply-headers):
6830         (message-followup): Fix typo, suggested by David Green
6831         <dgreen@uab.edu>
6832
6833 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6834
6835         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
6836
6837         * nnrss.el (nnrss-open-server): Read server data when it is called.
6838         (nnrss-request-expire-articles): Fix.
6839
6840 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6841
6842         * message.el (message-do-send-housekeeping): mail-abbrevs may
6843         rename buffer behind Gnus.
6844
6845 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6846
6847         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
6848         (nnrss-group-alist): Add more resources.
6849         (nnrss-check-group): Ignore errors.
6850
6851 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6852
6853         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
6854
6855         * nnslashdot.el (nnslashdot-request-list): Add time.
6856         (nnslashdot-request-expire-articles): New function.
6857
6858         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
6859         secondary methods too.
6860
6861 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6862
6863         * message.el (message-use-followup-to): Set default value to t.
6864
6865 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
6866
6867         * message.el (message-dont-reply-to-names): Fix documentation.
6868         (message-get-reply-headers): Use Mail-Followup-To only for wide
6869         replies.
6870
6871 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6872
6873         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
6874         correctly.
6875         (nnrss-check-group): Use time.
6876
6877 2001-05-01 19:21:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6878
6879         * gnus.el: Oort Gnus v0.03 is released.
6880
6881 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6882
6883         * nnultimate.el (nnultimate-topic-article-to-article): Use the
6884         group.
6885
6886 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6887
6888         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
6889
6890 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6891
6892         * nnultimate.el (nnultimate-retrieve-headers): Return all
6893         available headers.
6894
6895         * gnus-sum.el (gnus-read-all-available-headers): New variable.
6896         (gnus-get-newsgroup-headers-xover): Use it.
6897
6898 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6899
6900         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
6901
6902 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6903
6904         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
6905
6906 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6907
6908         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
6909         disable it.
6910
6911         * gnus.el (gnus-info-nodes): Remove a few The's.
6912
6913 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6914
6915         * mail-source.el (mail-source-movemail): Call-process may return a
6916         signal description string.
6917
6918         * gnus-start.el (gnus-read-newsrc-el-file):
6919         gnus-newsrc-file-version may be nil.
6920
6921         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
6922         Suggested by Michael Sperber [Mr. Preprocessor]
6923         <sperber@informatik.uni-tuebingen.de>.
6924
6925 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
6926
6927         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
6928
6929 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
6930
6931         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
6932         fontify HANDLE.
6933
6934 2001-04-18  Simon Josefsson  <simon@josefsson.org>
6935
6936         * smime.el (smime-ask-passphrase): Rework to return value.
6937         (smime-sign-region): Rework to bind value and use it.
6938         (smime-decrypt-region): Ditto.
6939
6940 2001-04-18  Mathias Herberts <Mathias.Herberts@iroise.net>
6941         Committed by Simon Josefsson  <simon@josefsson.org>
6942
6943         * smime.el (smime-ask-passphrase): New function.
6944         (smime-sign-region): Use it.
6945         (smime-encrypt-cipher): New variable.
6946         (smime-decrypt-region): Ditto.
6947
6948 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
6949         Committed by Simon Josefsson  <simon@josefsson.org>
6950
6951         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
6952         the log.
6953
6954 2001-04-14 01:14:42 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6955
6956         *gnus.el: Oort Gnus v0.02 is released.
6957
6958 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
6959
6960         * gnus.el: Oort Gnus v0.01 is released.
6961
6962 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6963
6964         * gnus-sum.el (gnus-summary-highlight): Highlight read
6965         undownloaded articles as read articles.
6966
6967         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
6968         (gnus-agent-get-undownloaded-list): Mark all undownloaded
6969         articles, even read ones, as such.
6970
6971         * gnus-sum.el (gnus-summary-find-matching): Clean up.
6972         (gnus-find-matching-articles): New function.
6973         (gnus-summary-limit-include-matching-articles): New command.
6974         (gnus-summary-limit-include-thread): Include articles that have
6975         matching subjects.
6976         (gnus-offer-save-summaries): Clean up.
6977
6978 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6979
6980         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
6981
6982 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6983         From Jason Merrill <jason_merrill@redhat.com>
6984
6985         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
6986
6987 2001-04-10 08:01:15  Katsumi Yamaoka <yamaoka@jpl.org>
6988         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6989
6990         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
6991         newsgroup names when the original article is a news message.
6992
6993 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6994
6995         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
6996         supported. Suggest by Jim Meyering <jim@meyering.net>.
6997
6998 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
6999         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
7000
7001         * nnmail.el (nnmail-split-it): Added check for .* at the end of
7002         regexp in nnmail-split-fancy.
7003
7004 2001-04-10  Simon Josefsson  <simon@josefsson.org>
7005
7006         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
7007
7008 2001-04-10  Colin Marquardt <colin.marquardt@usa.alcatel.com>
7009
7010         * message.el (message-send-mail): Improve the interaction with the
7011         user.
7012
7013 2001-04-10  Simon Josefsson  <simon@josefsson.org>
7014
7015         * imap.el (imap-message-copy): Work around buggy servers that
7016         doesn't send TRYCREATE tags.
7017
7018 2001-04-09 01:15:54  Katsumi Yamaoka <yamaoka@jpl.org>
7019
7020         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
7021
7022 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7023
7024         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
7025         date.
7026
7027 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7028
7029         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
7030         lives.
7031
7032 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7033
7034         * gnus-art.el (gnus-parse-news-url): New function.
7035         (gnus-button-handle-news): New function.
7036         (gnus-button-alist): Point to new functions.
7037
7038         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
7039
7040         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
7041         gnus-format-specs.
7042
7043         * message.el (message-check-news-header-syntax): Question even
7044         when Gnus doesn't know the group names.
7045         (message-send-news): Clean up.
7046
7047         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
7048         exited on purpose without saving.
7049
7050         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
7051
7052 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7053
7054         * gnus-score.el (gnus-score-orphans): Clean up.
7055
7056         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
7057
7058         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
7059         later.
7060
7061         * gnus-start.el (gnus-close-all-servers): Find the right items to
7062         close.
7063
7064         * qp.el (quoted-printable-decode-region): Just message
7065         malformation; don't quit.
7066
7067 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7068         From Gerd Moellmann <gerd@gnu.org>.
7069
7070         * gnus.el (gnus-interactive): A typo.
7071
7072 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
7073         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
7074
7075         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
7076         `assq-delete-all', if that function exists; otherwise use the old
7077         definition. Documentation changed to match the one in
7078         `assq-delete-all'.
7079
7080 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7081
7082         * gnus-start.el (gnus-close-all-servers): New function.
7083
7084         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
7085         (gnus-server-remove-denials): Clean up.
7086
7087         * gnus-sum.el (gnus-summary-sort-by-original): New command and
7088         keystroke.
7089
7090 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7091
7092         * message.el (message-send-news): Message where we are sending.
7093         (message-send-mail): Ditto.
7094
7095         * gnus.el (gnus-server-string): New function.
7096
7097         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
7098
7099         * mm-decode.el (mm-default-directory): Customized.
7100         (mm-tmp-directory): Ditto.
7101
7102         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
7103         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
7104         or Chars.
7105         (gnus-summary-line-format-alist): ?l is now a string.
7106         (gnus-summary-prepare-threads): Output ? for unknown lines.
7107         (gnus-summary-insert-line): Ditto.
7108         (gnus-summary-print-article): Unbalanced parentheses.
7109
7110         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
7111         out whether new stuff has arrived.
7112
7113 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
7114
7115         * gnus-sum.el: Let printing work on ttys on Emacs.
7116
7117 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7118
7119         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
7120         when forcing news.
7121
7122         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
7123         command.
7124
7125 2001-03-31 01:04:54  Francis Litterio  <franl-removethis@world.omitthis.std.com>
7126
7127         * message.el (message-set-auto-save-file-name): Don't use
7128         asterisks under nt.
7129
7130 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7131
7132         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
7133         lists of articles.
7134
7135         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
7136
7137         * gnus-msg.el (gnus-put-message): Clean up.
7138         (gnus-summary-reply): Mark all replied-to articles as replied to.
7139         (gnus-inews-add-send-actions): Also mark as forwarded.
7140         (gnus-summary-mail-forward): Mark as forwarded.
7141
7142         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
7143         of articles.
7144         (gnus-summary-mark-article-as-forwarded): Ditto.
7145
7146         * gnus-msg.el (gnus-summary-resend-message): Mark article as
7147         forwarded.
7148         (gnus-summary-mail-forward): Clean up.
7149
7150         * gnus.el (gnus-article-mark-lists): Added forward.
7151
7152         * gnus-sum.el (gnus-forwarded-mark): New variable.
7153         (gnus-summary-prepare-threads): Use it.
7154         (gnus-summary-update-secondary-mark): Ditto.
7155         (gnus-newsgroup-forwarded): New variable.
7156
7157 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7158
7159         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
7160         (gnus-summary-very-wide-reply): New command and keystroke.
7161         (gnus-summary-very-wide-reply-with-original): Ditto.
7162
7163         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
7164         (gnus-score-adaptive): Use it.
7165
7166         * gnus-start.el (gnus-get-unread-articles): Clean up.
7167
7168 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7169
7170         * nnultimate.el (nnultimate-retrieve-headers): Work for other
7171         boards.
7172
7173 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
7174
7175         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
7176         * gnus-start.el (gnus-subscribe-newsgroup): use it.
7177
7178 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7179
7180         * nnultimate.el (nnultimate-retrieve-headers): Understand
7181         long-form month names.
7182
7183 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7184
7185         * gnus-sum.el (gnus-summary-show-all-headers):
7186         gnus-article-show-all-headers is broken. Use
7187         gnus-summary-toggle-header instead.
7188
7189         * mml2015.el (mml2015-gpg-extract-from): No error.
7190
7191 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7192         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
7193
7194         * mml2015.el (mml2015-gpg-extract-from): New function.
7195         (mml2015-gpg-verify): Use it.
7196         (mml2015-gpg-clear-verify): Use it.
7197
7198 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7199
7200         * message.el (message-setup-fill-variables): Use
7201         fill-paragraph-function.
7202         (message-fill-paragraph): Take an argument.
7203         (message-newline-and-reformat): Take another argument.
7204
7205 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7206
7207         * message.el (rmail-output): It is in rmailout.el not rmail.el.
7208
7209 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7210
7211         * message.el (message-forward): local-variable-p takes an extra
7212         argument in XEmacs.
7213
7214 2001-03-16  Simon Josefsson  <simon@josefsson.org>
7215
7216         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
7217         `nnimap-use-nov-p' (it really tested the negative).
7218         (nnimap-retrieve-headers): Use it.
7219
7220 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7221
7222         * message.el (message-generate-headers-first): Update doc.
7223
7224 2001-03-10  Matthias Wiehl <mwiehl@gmx.de>
7225
7226         * gnus.el (gnus-summary-line-format): Typo.
7227
7228 2001-03-11  Simon Josefsson  <simon@josefsson.org>
7229
7230         * mailcap.el (mailcap-mime-data): Add application/sieve.
7231         (mailcap-mime-extensions): Add .siv, .xls.
7232
7233 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7234         From Christoph Conrad <christoph.conrad@gmx.de>
7235
7236         * gnus-score.el (gnus-summary-lower-thread): Typo.
7237
7238 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7239
7240         * message.el (message-forward-decoded-p): New variable.
7241         (message-forward-subject-author-subject): Use it.
7242         (message-make-forward-subject): Use it.
7243         (message-forward): Use it.
7244
7245         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
7246
7247         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
7248         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
7249
7250 ;;Has been fixed -- zsh.
7251 ;;2001-03-05  Dave Love  <fx@gnu.org>
7252 ;;
7253 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
7254 ;;      Move it after definition of mm-coding-system-p.
7255 ;;
7256 2001-03-01  Dave Love  <fx@gnu.org>
7257
7258         * mm-util.el (mm-inhibit-file-name-handlers): Add
7259         image-file-handler.
7260
7261 2001-02-11  Dave Love  <fx@gnu.org>
7262
7263         * message.el (message-signature-file): Fix doc, :type.
7264
7265 2001-02-08  Dave Love  <fx@gnu.org>
7266
7267         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
7268         (message-posting-charset): Defvar when compiling again.
7269         (rfc2047-encodable-p): Require message.
7270
7271         * gnus-sum.el (gnus-alter-articles-to-read-function):
7272         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
7273
7274 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7275
7276         * nnrss.el: New file.
7277
7278 2001-03-08 02:41:36  Katsumi Yamaoka <yamaoka@jpl.org>
7279         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
7280
7281         * rfc2047.el (rfc2047-unfold-region): Fix arg of
7282         `skip-chars-forward'.
7283
7284 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7285
7286         * nndraft.el (nndraft-request-group): Restore auto save files if
7287         the original files do not exist.
7288
7289 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7290
7291         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
7292         SCORE paths.
7293
7294         * mm-decode.el (mm-dissect-buffer): Call
7295         mail-extract-address-components only if necessary.
7296
7297 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7298
7299         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
7300         directory part.
7301         (gnus-score-search-global-directories): Use file-directory-p.
7302
7303         * gnus-score.el (gnus-score-score-files-1): Use
7304         gnus-kill-files-directory.
7305         From Adrian Aichner <adrian@xemacs.org>.
7306
7307 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7308
7309         * gnus.el (charset): Move here from gnus-sum.el.
7310
7311 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7312
7313         * mml.el (mml-preview): Disable local map.
7314
7315         * gnus-sum.el (gnus-summary-make-menu-bar): Make
7316         gnus-article-post-menu here.
7317
7318         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
7319         if it has not been made.
7320
7321 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7322
7323         * gnus-art.el (gnus-article-describe-key): Map key to event.
7324         (gnus-article-describe-key-briefly): Ditto
7325
7326 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7327
7328         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
7329
7330 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7331         From Katsumi Yamaoka <yamaoka@jpl.org>.
7332
7333         * dgnushack.el (coerce, merge, subseq): defmacro.
7334
7335 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7336
7337         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
7338         A fake defalias in nndraft.el results a not-activated bug in
7339         uncompiled versions.
7340
7341 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
7342         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
7343
7344         * gnus-util.el (gnus-split-references): Handle malformed References:.
7345
7346 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7347
7348         * gnus-art.el (gnus-article-mime-part-status): 1 part.
7349
7350 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7351         From NAGY Andras <nagya@inf.elte.hu>.
7352
7353         * gnus.el (gnus-parameters): Typo.
7354
7355 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7356
7357         * gnus.el (gnus-read-method): Remove redundancy.
7358
7359 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7360
7361         * nnslashdot.el (nnslashdot-backslash-url): New variable.
7362         (nnslashdot-request-list): Use it.
7363
7364 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7365
7366         * nnml.el (nnml-generate-active-info): Fix the case when there is
7367         no file.
7368
7369         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
7370         (gnus-summary-create-article): New function.
7371
7372         * gnus-group.el (gnus-group-mark-article-read): New function.
7373
7374         * gnus-msg.el (gnus-inews-do-gcc): Use it.
7375
7376         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
7377
7378 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7379
7380         * gnus-art.el (gnus-article-edit-done): Don't use
7381         gnus-article-edit-exit.
7382         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
7383
7384         * gnus.el (gnus-parameters): New variable.
7385         Suggested by NAGY Andras <nagya@inf.elte.hu>.
7386         (gnus-parameters-get-parameter): New function.
7387         (gnus-group-find-parameter): Use it.
7388
7389 2001-02-23  Simon Josefsson  <simon@josefsson.org>
7390
7391         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
7392         change of default value to `current'.
7393
7394 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7395
7396         * nneething.el (nneething-get-head): Insert unreadable file too.
7397
7398 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7399
7400         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
7401
7402         * webmail.el (webmail-type-definition): Deja is bought by google.
7403
7404 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7405
7406         * gnus-sum.el (gnus-fetch-headers): New function.
7407         (gnus-select-newsgroup): Use it.
7408         (gnus-summary-insert-articles): New function.
7409         (gnus-summary-insert-old-articles): New function.
7410         (gnus-summary-insert-new-articles): New function.
7411
7412         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
7413         (gnus-group-list-active): Ditto.
7414         * gnus-sum.el (gnus-set-mode-line): Ditto.
7415         (gnus-summary-read-group-1): Ditto.
7416
7417 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7418
7419         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
7420         current topic.
7421
7422 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7423
7424         * smiley.el (gnus-smiley-display): Don't do widening.
7425
7426         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
7427         within body.
7428
7429         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
7430
7431         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
7432         New variable.
7433         (gnus-mime-display-multipart-related-as-mixed): New variable.
7434         (gnus-mime-display-part): Use them.
7435
7436 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7437
7438         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
7439         something special.
7440
7441 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7442
7443         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
7444         (nnweb-request-article): Call reference if exists.
7445         (nnweb-type-definition): Dejanews is bought by google.com.
7446         Beta!
7447
7448 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7449
7450         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
7451
7452 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7453
7454         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
7455         gnus-article-sort-functions.
7456         (gnus-article-sort-functions): Doc fix.  Refer to
7457         gnus-thread-sort-functions.
7458
7459 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7460         From Paul Jarc <prj@po.cwru.edu>.
7461
7462         * message.el (message-get-reply-headers): More fixes.
7463
7464 2001-02-17  Paul Jarc <prj@po.cwru.edu>
7465         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
7466
7467         * message.el (message-get-reply-headers): Fix bug with
7468         Mail-Followup-To/to-address interaction.
7469
7470 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7471
7472         * gnus-msg.el (gnus-configure-posting-styles): Match header in
7473         gnus-article-copy.
7474
7475 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7476
7477         * message.el (message-do-send-housekeeping): Rename to a better
7478         name.
7479
7480 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7481
7482         * message.el (message-cancel-news): Check article first, then ask
7483         yes or no.
7484
7485 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7486
7487         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
7488
7489 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7490
7491         * gnus-range.el (gnus-range-normalize): New function.
7492
7493 2001-02-15  NAGY Andras <nagya@inf.elte.hu>
7494
7495         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
7496
7497 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7498
7499         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
7500
7501         * nnagent.el (nnagent-request-regenerate): New function.
7502
7503         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
7504
7505         * nnml.el (nnml-generate-nov-databases): Accept argument
7506         server. Don't open server if it is opened.
7507         (nnml-request-regenerate): Use it. Change to deffoo.
7508
7509 2001-02-14  Katsumi Yamaoka <yamaoka@jpl.org>
7510         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
7511
7512         * gnus.el (gnus-define-group-parameter): Fix.
7513
7514 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7515
7516         * gnus.el (gnus-define-group-parameter): Improved.
7517
7518         * gnus-sum.el (charset): Define parameter.
7519         (ignored-charsets): Ditto.
7520         (gnus-summary-setup-default-charset): Use them.
7521
7522         * gnus-start.el (gnus-read-descriptions-file): Use them.
7523
7524         * gnus-cus.el (gnus-group-parameters): Remove them.
7525
7526 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7527
7528         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
7529
7530 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7531
7532         * gnus-sum.el (gnus-summary-read-group-1): Remove
7533         gnus-summary-set-local-parameters.
7534         (gnus-summary-setup-buffer): Put it here.
7535
7536 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7537
7538         * gnus.el (to-address): Define parameter.
7539         (to-list): Ditto.
7540         * gnus-art.el (article-hide-boring-headers): Use them.
7541         * gnus-msg.el (gnus-post-news): Ditto.
7542         * gnus-cus.el (gnus-group-parameters): Remove them.
7543
7544 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7545
7546         * gnus-draft.el (gnus-draft-reminder): New function.
7547
7548         * gnus-art.el (gnus-sender-save-name): New function.
7549
7550 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7551
7552         * mm-util.el (mm-mime-charset): Error message.
7553
7554 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7555
7556         * message.el (message-check-news-body-syntax): Don't check mml lines.
7557
7558 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7559
7560         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
7561         subscribe.
7562
7563         * gnus-start.el (gnus-call-subscribe-functions): New function.
7564         (gnus-find-new-newsgroups): Use it.
7565         (gnus-ask-server-for-new-groups): Use it.
7566         (gnus-check-first-time-used): Use it.
7567         (gnus-subscribe-newsgroup-method): Grok a list of functions.
7568         (gnus-subscribe-options-newsgroup-method): Ditto.
7569         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
7570         return .
7571
7572 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7573
7574         * gnus-cus.el (gnus-score-customize): Doc fix.
7575
7576 2001-02-11  Jesper Harder <harder@ifa.au.dk>
7577
7578         * dgnushack.el (my-getenv): Typo.
7579
7580 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7581
7582         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
7583
7584 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7585
7586         * gnus-group.el (gnus-group-suspend): Offer save summaries.
7587
7588         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
7589         (gnus-treatment-function-alist): Use it.
7590         (article-remove-leading-whitespace): New function.
7591         (gnus-article-make-menu-bar): Use it.
7592
7593         * gnus-sum.el (gnus-summary-wash-empty-map): Add
7594         remove-leading-whitespace.
7595         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
7596         because of conflict.
7597
7598 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7599
7600         * Makefile.in: Hack generating gnus-load.el.
7601         * dgnushack.el: Ditto.
7602         * gnus-load.el: Remove it.
7603
7604 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7605
7606         * dgnushack.el : Add URLDIR.
7607
7608         * Makefile.in (EMACS_COMP): Ditto.
7609
7610 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7611
7612         * gnus-cus.el (gnus-score-customize): Error on no score file.
7613
7614 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7615
7616         * mm-decode.el (mm-merge-handles): New function.
7617
7618         * mm-view.el (mm-inline-message): Use it.
7619         (mm-view-message): Ditto.
7620
7621         * mm-partial.el (mm-inline-partial): Ditto.
7622
7623         * mm-extern.el (mm-inline-external-body): Ditto.
7624
7625         * gnus-art.el (gnus-mime-view-part): Ditto.
7626         (gnus-mime-view-part-as-type): Ditto.
7627         (gnus-mime-save-part-and-strip): Prevent users to strip in some
7628         cases.
7629
7630 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7631
7632         * message.el (message-cancel-news): Allow to shoot foot.
7633         (message-supersede): Ditto.
7634
7635 2001-02-08  Tommi Vainikainen <thv@iki.fi>
7636
7637         * gnus-sum.el (gnus-simplify-subject-re): Use
7638         message-subject-re-regexp.
7639
7640 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7641
7642         * nnmail.el (nnmail-expiry-target-group): Bind
7643         nnmail-cache-accepted-message-ids to nil.
7644
7645         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
7646         coding system.
7647
7648 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7649
7650         * qp.el (quoted-printable-encode-region): Make sure characters are
7651         between 00 and FF.  Don't check charset.
7652
7653         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
7654         in Emacs 20.
7655         * rfc2047.el (rfc2047-q-encode-region): Ditto.
7656
7657 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7658
7659         * message.el (message-make-forward-subject): Argument decoded.
7660         (message-forward): Use it when digest.
7661
7662         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
7663         buffer.
7664
7665 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7666
7667         * message.el (message-generate-headers-first): Doc fix.
7668
7669 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7670
7671         * gnus-art.el (article-make-date-line): Error proof.
7672
7673 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7674
7675         * gnus-group.el (gnus-group-listing-limit): New variable.
7676         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
7677
7678         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
7679
7680 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7681
7682         * message.el (message-newline-and-reformat): Special case for
7683         breaking at BOL.
7684
7685 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
7686
7687         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
7688         message/rfc822.
7689
7690 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7691
7692         * message.el (message-encode-message-body): Don't insert
7693         Content-Type if it is inside a mail.
7694
7695 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7696
7697         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
7698         gnus-article-commands-menu.
7699
7700         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
7701         in Emacs.
7702
7703         * gnus-start.el (gnus-read-descriptions-file): Use
7704         gnus-group-name-charset and gnus-group-charset-alist.
7705
7706 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7707
7708         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
7709         active region.
7710
7711         * gnus-start.el (gnus-group-change-level): Remove from both
7712         gnus-zombie-list and gnus-killed-list.
7713
7714 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7715
7716         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
7717         gnus-subscribe-topics.
7718
7719         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
7720
7721 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7722
7723         * gnus-art.el (gnus-article-make-menu-bar): Make
7724         gnus-article-post-menu.
7725
7726         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
7727
7728         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
7729
7730         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
7731
7732         * message.el (message-mode-menu): Ditto.
7733
7734         * gnus-art.el (defvar): eval-when-compile.
7735
7736 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7737
7738         * gnus-agent.el (gnus-agentize): Fix doc.
7739
7740 2001-02-02  Karl Kleinpaste <karl@charcoal.com>
7741
7742         * mml.el (mml-preview): Bind `q'.
7743
7744 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7745
7746         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
7747
7748 2001-01-31  Dave Love  <fx@gnu.org>
7749
7750         * mm-util.el (mm-mime-mule-charset-alist)
7751         (mm-find-mime-charset-region): Consider mule-utf-8.
7752
7753 2001-01-31  Dave Love  <fx@gnu.org>
7754
7755         * gnus-art.el (gnus-article-x-face-command)
7756         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
7757         :version.
7758
7759 2001-01-26  Dave Love  <fx@gnu.org>
7760
7761         * mm-util.el (mm-multibyte-string-p): New.
7762
7763 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
7764 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
7765 ;;      string-as-multibyte on class.  Clarify line-folding.
7766         (quoted-printable-encode-string): Make temp buffer inherit
7767         string's multibyteness.
7768
7769 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
7770
7771         * nnheader.el (toplevel): Don't require `gnus-util' at
7772         compile-time; this creates a circular dependency, and prevents
7773         a bootstrap.
7774
7775 2001-01-22  Andreas Schwab  <schwab@suse.de>
7776
7777         * nnheader.el (gnus-delete-line): Autoload it as a macro.
7778
7779 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7780
7781         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
7782
7783         * gnus-art.el (article-hide-list-identifiers): Ditto.
7784
7785         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
7786
7787 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7788
7789         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
7790
7791         * gnus-art.el (article-hide-list-identifiers): Similar.
7792
7793 2001-01-31  Karl Kleinpaste <karl@charcoal.com>
7794
7795         * nnmail.el (nnmail-remove-list-identifiers): Improved.
7796
7797 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7798
7799         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
7800
7801 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7802
7803         * gnus-util.el (gnus-string-equal): New function.
7804
7805         * gnus-art.el (article-hide-boring-headers): Use it.
7806
7807 2001-01-27  Karl Kleinpaste <karl@charcoal.com>
7808
7809         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
7810
7811 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7812
7813         * gnus-msg.el (gnus-msg-mail): Support switch-action.
7814
7815 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7816
7817         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
7818         command if there is not last-saver.
7819
7820 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7821
7822         * nntp.el (nntp-open-connection): 201 is possible.
7823
7824 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7825
7826         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
7827         (rfc2047-charset-encoding-alist): Add big5.
7828
7829 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7830
7831         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
7832         (gnus-agent-remove-server): Ditto.
7833         (autoload): gnus-server-update-server.
7834
7835         * gnus-srvr.el (gnus-server-line-format): Add %a.
7836         (gnus-server-line-format-alist): Add gnus-tmp-agent.
7837         (gnus-server-insert-server-line): Use it.
7838
7839 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7840
7841         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
7842         GB2312 and Big5.
7843
7844 2001-01-24  Simon Josefsson  <sj@extundo.com>
7845
7846         * mail-source.el (mail-sources): Add :program specifier to IMAP
7847         mail source.
7848         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
7849
7850 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7851
7852         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
7853
7854 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7855
7856         * nntp.el (nntp-wait-for): Return the success code.
7857         (nntp-open-connection): Use it.
7858
7859 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7860
7861         * gnus-int.el (gnus-check-server): Allow breaking the opening.
7862
7863 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7864
7865         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
7866
7867 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7868
7869         * gnus-sum.el (gnus-summary-print-article): Take one prefix
7870         argument. Allow to print several articles in one file.
7871
7872 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7873
7874         * webmail.el (webmail-type-definition): netaddress changes.
7875
7876 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7877
7878         * gnus.el: Fix copyright. Remove trailing spaces.
7879
7880         * message.el (message-forward): Use mule4.
7881
7882 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7883
7884         * mm-util.el (mm-string-as-unibyte): New function.
7885
7886         * message.el (message-forward): Use it.
7887
7888 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7889
7890         * message.el (message-cite-original-without-signature): Don't peel
7891         off the blank line.
7892         (message-get-reply-headers): Add Cc if it is not in follow-to.
7893
7894 2001-01-20  Simon Josefsson  <sj@extundo.com>
7895
7896         * mm-decode.el (mm-handle-multipart-from): Add.
7897         (mm-dissect-buffer): Save From: header value.
7898         (mm-security-from): Remove.
7899         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
7900
7901         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
7902         instead of `mml-security-from'.  Protect null from value.
7903
7904 2001-01-20  Simon Josefsson  <sj@extundo.com>
7905
7906         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
7907         application/vnd.ms-excel attachments.
7908
7909 2001-01-19  Simon Josefsson  <sj@extundo.com>
7910
7911         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
7912
7913 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7914
7915         * message.el (message-ignored-mail-headers): Ditto.
7916
7917 2001-01-19  Simon Josefsson  <sj@extundo.com>
7918
7919         * message.el (message-ignored-news-headers): Only search beginning
7920         of line.
7921
7922 2001-01-19  Alberto Lusiani <a.lusiani@noemail.org>
7923
7924         * message.el (message-send-mail): Content-Type may not be there.
7925
7926 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7927
7928         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
7929         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
7930
7931         * gnus-art.el (article-display-x-face): Insert X-Face if there is
7932         not.
7933
7934 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7935
7936         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
7937         non-native groups.
7938
7939 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7940
7941         * message.el (message-yank-original): Understand
7942         universal-argument.
7943
7944 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7945
7946         * gnus-art.el (gnus-boring-article-headers): Add to-address.
7947         (article-hide-boring-headers): Ditto.
7948
7949         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
7950
7951 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7952
7953         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
7954         one.
7955
7956 2001-01-16  Simon Josefsson  <simon@josefsson.org>
7957
7958         * message.el (message-make-in-reply-to): Add comment to message-id
7959         (old syntax, see 2000-08-02 change).
7960
7961 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7962
7963         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
7964         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
7965         (gnus-button-reply): Ditto.
7966
7967 2001-01-16  Katsumi Yamaoka <yamaoka@jpl.org>
7968
7969         * gnus-art.el (article-display-x-face): Fix.
7970
7971 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7972
7973         * gnus-art.el (article-display-x-face): Use
7974         gnus-original-article-buffer.
7975
7976 2001-01-15  Jack Twilley <jmt@tbe.net>
7977
7978         * message.el (message-add-header): Move to point-max.
7979
7980 2001-01-15  Simon Josefsson  <simon@josefsson.org>
7981
7982         * smime.el (smime-CA-directory, smime-CA-file): Change default to
7983         nil, improve documentation.
7984         (smime-certificate-directory): Comment out false hints (until it
7985         is implemented).
7986
7987         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
7988         there aren't any keys.
7989         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
7990         verify certificate.  Default is changed to only check integrity.
7991         Improved security status texts.  If a certificate doesn't contain
7992         a email address, don't fail.
7993
7994         * smime.el (smime-noverify-region):
7995         (smime-noverify-buffer): New functions.  Verifies integrity only.
7996
7997 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7998
7999         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
8000
8001 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8002
8003         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
8004         (gnus-remove-some-windows): Ditto.
8005
8006 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8007
8008         * gnus-art.el (article-make-date-line): 11th.
8009
8010 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8011
8012         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
8013         (mml2015-gpg-sign): Ditto.
8014
8015 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8016
8017         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
8018         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
8019
8020 2001-01-08  Dave Love  <fx@gnu.org>
8021
8022         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
8023         single character.
8024
8025         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
8026
8027         * message.el: Doc and message fixes.
8028         (message-send-rename-function)
8029         (message-make-forward-subject-function)
8030         (message-send-mail-function, message-reply-to-function)
8031         (message-wide-reply-to-function, message-followup-to-function)
8032         (message-distribution-function, message-auto-save-directory): Fix
8033         :type.
8034
8035         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
8036         proceeding after warnings.  Amend multipart warning message.
8037
8038 2001-01-04  Dave Love  <fx@gnu.org>
8039
8040         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
8041         compiling.
8042         (gnus-make-directory): Require nnmail.
8043
8044         * mm-decode.el (mm-inline-media-tests): Add
8045         image/x-portable-bitmap.
8046         (mm-get-image): Grok pbm.
8047
8048 2001-01-10  Paul Stevenson <p.stevenson@surrey.ac.uk>
8049
8050         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
8051
8052 2001-01-09  Didier Verna  <didier@xemacs.org>
8053
8054         * dgnushack.el (dgnushack-compile): give a dummy value to
8055         `gnus-xmas-glyph-directory' for the time of compilation.
8056         * gnus-agent.el: moved some XEmacs specific hook add-ons from
8057         `gnus-xmas-[re]define' to avoid loosing user custom settings.
8058         * gnus-art.el: ditto.
8059         * gnus-group.el: ditto.
8060         * gnus-salt.el: ditto.
8061         * gnus-sum.el: ditto.
8062         * gnus-topic.el: ditto.
8063         * gnus-xmas.el (gnus-xmas-define): see above.
8064         * gnus-xmas.el (gnus-xmas-redefine): see above.
8065         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
8066         non-continuable error when the directory can't be found.
8067
8068 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8069
8070         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
8071         handle.
8072         * gnus-art.el (gnus-mime-view-part): Copy it.
8073         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
8074
8075 2001-01-09  Michael Downes <mjd@ams.org>
8076
8077         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
8078
8079 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8080
8081         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
8082         orig-file. Use ',source.
8083
8084 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8085
8086         * gnus-xmas.el (gnus-xmas-modeline-glyph):
8087         (gnus-xmas-group-startup-message):
8088         Detect gnus-xmas-glyph-directory when it is nil.
8089
8090 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8091
8092         * pop3.el (pop3-get-message-count): Andrew Innes
8093         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
8094
8095 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8096
8097         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
8098
8099         * time-date.el (time-to-number-of-days): New function.
8100
8101 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
8102
8103         * nnslashdot.el (nnslashdot-request-list): Always get the right
8104         sid.
8105
8106 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8107
8108         * message.el (message-minibuffer-local-map): New keymap.
8109         (message-read-from-minibuffer): Use it.
8110         * gnus-msg.el (gnus-summary-resend-message): Use it
8111
8112 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8113
8114         * gnus-start.el (gnus-display-time-event-handler): New function.
8115         (gnus-after-getting-new-news-hook): Use it.
8116
8117 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8118
8119         * message.el (message-ignored-mail-headers): Add draft header.
8120
8121 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8122
8123         * gnus-sum.el (gnus-summary-expire-articles): Don't save
8124         excursion.
8125
8126         * nnslashdot.el (nnslashdot-request-list): Get the right year.
8127
8128 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
8129
8130         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
8131
8132 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8133
8134         * qp.el (quoted-printable-decode-region): Don't backward-char.
8135
8136 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8137
8138         * gnus-draft.el: Mark articles as replied.
8139
8140         * gnus-sum.el (gnus-summary-add-mark): New function.
8141
8142         * gnus-group.el (gnus-add-mark): New function.
8143
8144         * gnus-sum.el (gnus-summary-buffer-name): New function.
8145         (gnus-summary-setup-buffer): Use it.
8146
8147         * gnus-draft.el: Set things up with the right post method and
8148         stuff.
8149
8150         * message.el (message-ignored-news-headers): Remove X-Draft-From.
8151
8152         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
8153
8154         * gnus.el (gnus-draft-meta-information-header): New variable.
8155
8156 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8157
8158         * gnus-art.el (gnus-treatment-function-alist): Move the date
8159         functions before the header sorting functions.
8160
8161         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
8162
8163         * dgnushack.el (dgnushack-compile): Message whether there is w3.
8164         Don't (push "/usr/share/emacs/site-lisp" load-path).
8165
8166         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
8167         to empty fill prefixes.
8168
8169 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8170
8171         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
8172         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
8173
8174 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8175
8176         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
8177
8178         * nnml.el (autoload): Move to nnheader.el.
8179
8180         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
8181         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
8182         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
8183         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
8184
8185 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8186
8187         * gnus-art.el (article-make-date-line): Get the hours right.
8188         (gnus-ignored-headers): More hiding.
8189
8190         * nnmail.el (nnmail-expiry-wait): Not an integer.
8191
8192         * message.el (message-goto-body): Only expand abbrev when called
8193         interactively.
8194         (message-make-lines): Use it.
8195
8196 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8197
8198         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
8199
8200 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8201
8202         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
8203         include the expunged articles.
8204
8205         * gnus-group.el (gnus-group-sort-by-server): New function.
8206
8207         * gnus.el (gnus-method-to-server-name): New function.
8208         (gnus-group-prefixed-name): Use it.
8209
8210         * gnus-group.el (gnus-group-sort-function): Doc fix.
8211         (gnus-group-sort-groups-by-server): New command.
8212
8213 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8214
8215         * gnus-art.el (gnus-treat-date-english): New variable.
8216         (article-date-english): New command.
8217         (gnus-english-month-names): New variable.
8218         (article-make-date-line): Do 'english.
8219
8220         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
8221         after the fill prefix.
8222
8223         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
8224         score...".
8225
8226         * gnus-art.el (gnus-ignored-headers): Hide more headers.
8227
8228         * message.el (message-mode-map): Bind comment-region.
8229
8230         * gnus-art.el (gnus-mime-display-part): Let w3 display
8231         multipart/related.
8232
8233         * mm-bodies.el (mm-long-lines-p): New function.
8234         (mm-body-encoding): Use it.
8235         (mm-body-encoding): Encode articles with lines longer than 1000
8236         characters.
8237
8238 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8239
8240         * mm-util.el (mm-enable-multibyte): Use
8241         default-enable-multibyte-characters.
8242         (mm-enable-multibyte-mule4): Ditto.
8243         (mm-disable-multibyte): Test XEmacs.
8244         (mm-disable-multibyte-mule4): Ditto.
8245         (mm-with-unibyte-current-buffer): Simplified.
8246         (mm-with-unibyte-current-buffer-mule4): Ditto.
8247
8248 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8249
8250         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
8251
8252         * nnheader.el (nnheader-string-as-multibyte): New alias.
8253
8254         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
8255
8256         * gnus-uu.el (gnus-message-process-mark): New function.
8257         (gnus-uu-mark-by-regexp): Use it.
8258         (gnus-new-processable): New function.
8259
8260 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
8261
8262         * gnus-sum.el (gnus-no-mark): New variable.
8263
8264 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8265
8266         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
8267         backslashes.
8268
8269 2000-12-26  Katsumi Yamaoka <yamaoka@jpl.org>
8270
8271         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
8272         definition.
8273
8274 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8275
8276         * dgnushack.el (dgnushack-compile): elc is in the current directory.
8277
8278         * qp.el (quoted-printable-encode-region): Don't check multibyte in
8279         XEmacs.
8280
8281 2000-12-25  Lloyd Zusman <ljz@asfast.com>
8282
8283         * mml.el (mml-read-tag): Save tag location.
8284
8285 2000-12-25  Simon Josefsson  <simon@josefsson.org>
8286
8287         * starttls.el: Sync with Emacs 21.
8288
8289 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8290
8291         * message.el (message-mail): Support yank-action.
8292
8293         * message.el (message-setup): Revoke the last change.
8294
8295 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8296
8297         * message.el (message-setup): Use cons. Suggested by Johan Vromans
8298         <jvromans@squirrel.nl>.
8299
8300 2000-12-24  Simon Josefsson  <sj@extundo.com>
8301
8302         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
8303         mailing list junk at end of part.
8304
8305 2000-12-23  Simon Josefsson  <sj@extundo.com>
8306
8307         * nnimap.el (nnimap-expiry-target): New function.
8308         (nnimap-request-expire-articles): Use it.
8309
8310 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8311
8312         * gnus.el (gnus-group-parameters-more): New variable.
8313         * gnus-cus.el (gnus-group-customize): Use it.
8314
8315         * gnus.el (gnus-define-group-parameter): New macro.
8316         (auto-expire): Use it
8317         (total-expire): Use it.
8318         * gnus-art.el (banner): Use it.
8319
8320         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
8321         <ljz@asfast.com>.
8322
8323 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8324
8325         * gnus-topic.el (gnus-topic-create-topic): Use list.
8326
8327         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
8328         before binding gnus-default-article-saver.
8329
8330         * gnus-sum.el (gnus-summary-save-article):
8331         (gnus-summary-pipe-output):
8332         (gnus-summary-save-article-mail):
8333         (gnus-summary-save-article-rmail):
8334         (gnus-summary-save-article-file):
8335         (gnus-summary-write-article-file):
8336         (gnus-summary-save-article-body-file): Ditto.
8337
8338         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
8339
8340 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8341
8342         * gnus-art.el (gnus-mime-security-button-map):
8343         (gnus-mime-button-map): Add parent.
8344
8345 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8346
8347         * messagexmas.el (message-xmas-redefine): New function.
8348
8349         * message.el: Use it.
8350
8351         * gnus-art.el (gnus-article-check-hidden-text): Return t.
8352
8353         * gnus-util.el (gnus-remove-text-properties-when): Return t.
8354
8355 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8356
8357         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
8358         malformatted messages.
8359
8360 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8361
8362         * mm-util.el (mm-image-load-path): New function.
8363
8364         * gnus-group.el (gnus-group-make-tool-bar): Use it.
8365
8366         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
8367
8368         * message.el (message-tool-bar-map): Use it.
8369
8370         * Makefile.in (install-el): New rule.
8371
8372 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8373
8374         * gnus-art.el (article-treat-dumbquotes): Quote \.
8375
8376 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8377
8378         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
8379         Emacs 20 runs on a terminal.
8380
8381 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8382
8383         * gnus-msg.el (gnus-bug): Revert to save-excursion.
8384
8385         * mml.el (gnus-add-minor-mode): Autoload.
8386
8387         * message.el (message-forward): Save-restriction.
8388
8389 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8390
8391         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
8392         Paul Stevenson <p.stevenson@surrey.ac.uk>
8393
8394 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8395
8396         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
8397
8398         * mml.el (gnus-ems): Don't require.
8399
8400         * gnus.el (gnus-decode-rfc1522): Removed.
8401         (gnus-set-text-properties): Define.
8402
8403 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8404
8405         * gnus-art.el (gnus-mime-*): handle may be nil.
8406
8407         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
8408
8409         * gnus.el (gnus-group-remove-excess-properties): Not defined
8410         in gnus-xmas.
8411
8412 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8413
8414         * message.el (message-mail-user-agent): Add :version.
8415
8416 2000-12-21  Miles Bader  <miles@gnu.org>
8417
8418         * message.el (message-mode): Set `comment-start' to the  yank prefix.
8419
8420 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8421
8422         * message.el (message-mail-user-agent): New variable.
8423         (message-setup): Renamed to message-setup-1. Support
8424         mail-user-agent.
8425         (message-mail-user-agent): New function.
8426         (message-mail): Use it.
8427         (message-reply): Use it.
8428         (message-resend): Use it.
8429         (message-mail-other-window): Use it.
8430         (message-mail-other-frame): Use it.
8431
8432         * gnus-msg.el (gnus-bug): Support mail-user-agent.
8433
8434 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8435
8436         * message.el (message-tool-bar-map): Simplify.
8437         (message-narrow-to-head-1): New function.
8438         (message-narrow-to-head): Use it.
8439         (message-reply): Ditto.
8440         (message-cancel-news): Ditto.
8441         (message-supersede): Ditto.
8442         (message-make-forward-subject): Ditto.
8443         (message-bounce): Ditto.
8444
8445 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8446
8447         * uudecode.el (uudecode-decode-region-external): make-temp-file
8448         may not be defined.
8449
8450         * binhex.el (defalias): eval-and-compile.
8451
8452         * message.el (message-tool-bar-map): New function.
8453         (message-mode): Use it.
8454
8455 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8456
8457         * nntp.el (nntp-find-connection): Remove the entry.
8458         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
8459
8460 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8461
8462         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
8463
8464         * message.el (message-forward): Copy buffer in unibyte mode.
8465
8466 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8467
8468         * message.el (message-make-forward-subject): Don't widen. Decode.
8469         (message-forward): Don't decode subject.
8470
8471 2000-12-20  Christoph Conrad <C.Conrad@cli.de>
8472
8473         * qp.el (quoted-printable-encode-region): Upcase QP.
8474
8475 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8476
8477         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
8478         mail-extract-a-c instead. Don't depend on Gnus.
8479
8480         * mml.el (gnus-ems): Require it.
8481
8482         * gnus-msg.el (gnus-summary-mail-forward):
8483
8484         * message.el (message-forward):  Move mime-to-mml here.
8485
8486 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8487
8488         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
8489         * gnus-art.el (gnus-insert-mime-button): Simplify.
8490         (gnus-mime-display-alternative): Ditto.
8491         (gnus-insert-mime-security-button): Ditto.
8492
8493 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8494
8495         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
8496         text-property-not-all doesn't return nil when start=mark(end).
8497         (gnus-remove-text-properties-when): Ditto.
8498
8499 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8500
8501         * gnus-start.el (gnus-group-change-level): Remove group from
8502         gnus-active-hashtb if real killed.
8503
8504 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8505
8506         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
8507         (gnus-mime-display-alternative): Ditto.
8508         (gnus-insert-mime-security-button): Ditto.
8509
8510 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8511
8512         * gnus-start.el (gnus-group-change-level): Don't add it into
8513         killed-list if it was killed.
8514
8515 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8516
8517         * nnmbox.el (nnmbox-file-coding-system): Use binary.
8518         (nnmbox-active-file-coding-system): Ditto.
8519
8520         * gnus-cus.el (gnus-group-parameters): Add posting-style.
8521
8522 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8523
8524         * gnus.el (gnus-version):
8525         (gnus-version-number): Set to Oort Gnus 0.01.
8526
8527         * gnus-art.el (gnus-mime-security-button-map):
8528         (gnus-insert-mime-security-button): Fix for Emacs21.
8529
8530 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8531
8532         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
8533         easymenu, because XEmacs doesn't understand :help.
8534
8535         * mm-uu.el: Require binhex.
8536
8537 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8538
8539         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
8540
8541 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8542
8543         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
8544
8545 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
8546
8547         * *.xpm, *.pbm: Convert icons icons to size 24x24.
8548
8549 2000-12-18  Dave Love  <fx@gnu.org>
8550
8551         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
8552         (unused).
8553
8554 2000-12-13  Miles Bader  <miles@gnu.org>
8555
8556         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
8557         to t, so that we don't get stuck while trying to smilefy
8558         intangible text.
8559
8560 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
8561
8562         * smiley-ems.el (smiley-regexp-alist): Make regexps match
8563         at the end of the buffer.
8564         (smiley-region): In the loop, move to the end of the submatch
8565         matching the smiley instead of using the end of the match
8566         of the whole regexp.
8567
8568 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
8569
8570         * message.el (message-mode): Doc fix.
8571
8572 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
8573
8574         * smiley-ems.el (smiley-region): Doc fix.
8575
8576 2000-12-11  Miles Bader  <miles@gnu.org>
8577
8578         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
8579         bottom line visible, check to see if it's partially obscured, and
8580         if so, either scroll one more line to make it fully visible, or
8581         revert to showing the second line from the top.
8582
8583 2000-12-07  Dave Love  <fx@gnu.org>
8584
8585         * mailcap.el (mailcap-download-directory)
8586         * gnus-audio.el (gnus-audio-directory)
8587         * smiley-ems.el (smiley-data-directory): Fix :type.
8588
8589 2000-11-30  Dave Love  <fx@gnu.org>
8590
8591         * message.el (message-auto-save-directory): Use
8592         file-name-as-directory.
8593         (message-set-auto-save-file-name): Create
8594         message-auto-save-directory if necessary.
8595         (message-replace-chars-in-string): Removed -- unused.
8596         (message-mail-alias-type): Customize.
8597         (message-headers): Remove duplicate defgroup.
8598
8599 2000-11-29  Dave Love  <fx@gnu.org>
8600
8601         * qp.el (quoted-printable-decode-region): Use error, not message
8602         to report malformed text (like base64).  Amend message.
8603
8604 2000-11-29  Miles Bader  <miles@gnu.org>
8605
8606         * message.el (message-header-lines): Fontify tag.
8607
8608 2000-11-27  Dave Love  <fx@gnu.org>
8609
8610         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
8611         compiler warning.
8612
8613 ;2000-11-26  Dave Love  <fx@gnu.org>
8614 ;
8615 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
8616 ;
8617 2000-11-23  Dave Love  <fx@gnu.org>
8618
8619         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
8620
8621         * mm-uu.el (uudecode): Require.
8622         (uudecode-decode-region, uudecode-decode-region-external): Don't
8623         autoload.
8624         (mm-uu-copy-to-buffer): Doc fix.
8625         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
8626         type fix.
8627
8628         * mailcap.el: Doc fixes.
8629         (mailcap-mime-data): Various adjustments.
8630         (mailcap): New group.
8631         (mailcap-download-directory): Customize.
8632         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
8633         (mailcap-temporary-directory): Deleted (unused).
8634         (mailcap-unescape-mime-test): Simplify slightly.
8635         (mailcap-viewer-passes-test): Use functionp.
8636         (mailcap-command-p): Aliased to executable-find.
8637
8638         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
8639         default-enable-multibyte-characters is nil.
8640
8641 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
8642
8643         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
8644
8645 2000-11-21  Dave Love  <fx@gnu.org>
8646
8647         * gnus-art.el (gnus-mime-button-map): Don't inherit from
8648         gnus-article-mode-map.
8649 ;       (gnus-mime-button-menu): Use mouse-set-point.
8650         (gnus-insert-mime-button, gnus-mime-display-alternative)
8651         (gnus-mime-display-alternative): Don't use local-map property.
8652
8653 2000-11-17  Dave Love  <fx@gnu.org>
8654
8655         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
8656         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
8657         and make-temp-file.
8658         (uudecode-decode-region): Doc fix.
8659
8660 2000-11-14  Dave Love  <fx@gnu.org>
8661
8662         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
8663         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
8664         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
8665         New files, derived from the XPMs.
8666
8667 2000-11-10  Dave Love  <fx@gnu.org>
8668
8669         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
8670         (gnus-agent-lib-file, gnus-agent-load-alist)
8671         (gnus-agent-save-alist, gnus-agent-article-name): Use
8672         expand-file-name.
8673
8674         * gnus-group.el (gnus-group-name-charset-method-alist): Add
8675         :version.
8676         (nnkiboze-score-file): Defvar when compiling.
8677
8678         * gnus-start.el (gnus-read-newsrc-file): Add :version.
8679
8680         * gnus-art.el (gnus-article-banner-alist)
8681         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
8682         (gnus-article-date-lapsed-new-header)
8683         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
8684         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
8685         (gnus-treat-strip-headers-in-body)
8686         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
8687         (gnus-treat-translate): Add :version.
8688         (gnus-article-mime-part-function): Fix defcustom.
8689
8690         * nnmail.el (nnmail-expiry-target)
8691         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
8692         (nnmail-split-header-length-limit): Add :version.
8693
8694         * gnus-sum.el (gnus-auto-expirable-marks)
8695         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
8696         (gnus-extra-headers, gnus-ignored-from-addresses)
8697         (gnus-newsgroup-ignored-charsets)
8698         (gnus-group-highlight-words-alist)
8699         (gnus-summary-show-article-charset-alist): Add :version.
8700
8701         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
8702         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
8703         files, converted from the XPMs.
8704
8705         * gnus-cache.el (gnus-cache-active-file): Don't use
8706         file-name-as-directory on directory.
8707         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
8708         use file-name-as-directory on directory.
8709
8710         * time-date.el (timezone-make-date-arpa-standard): Autoload.
8711         (date-to-time): Use it.
8712
8713 ;       * message.el (message-mode) <adaptive-fill-regexp>:
8714 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
8715 ;       (message-newline-and-reformat): Likewise.
8716         (message-forward-as-mime, message-forward-ignored-headers)
8717         (message-buffer-naming-style, message-default-charset)
8718         (message-dont-reply-to-names, message-send-mail-partially-limit):
8719         Add :version.
8720
8721         * mm-util.el: Doc fixes.
8722         (mm-mime-charset): Don't use the raw result of
8723         mm-preferred-coding-system.
8724         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
8725         (mm-with-unibyte): Simplify.
8726
8727         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
8728         concat.
8729
8730         * pop3.el (pop3-version): Deleted.
8731         (pop3-make-date): New function, avoiding message-make-date.
8732         (pop3-munge-message-separator): Use it.
8733
8734 2000-11-09  Dave Love  <fx@gnu.org>
8735
8736         * gnus-group.el (gnus-group-make-directory-group)
8737         (gnus-group-fetch-faq): Use expand-file-name.
8738         (gnus-group-fetch-faq): Simplify completing-read form.
8739
8740         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
8741         test for Mule.
8742
8743         * message.el (tool-bar-map): Defvar when compiling.
8744
8745         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
8746         (gnus-tm-lisp-directory): Deleted.
8747         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
8748         (featurep 'xemacs).
8749         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
8750         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
8751         version numbers from file names.
8752
8753 2000-11-08  Dave Love  <fx@gnu.org>
8754
8755         * mm-view.el: Use featurep for XEmacs test.
8756         (mm-inline-message): Test for `remove-specifier'; don't use
8757         condition-case.
8758
8759         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
8760
8761         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
8762         (gnus-score-find-bnews): Don't concat "".
8763
8764         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
8765         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
8766         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
8767         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
8768
8769         * gnus-sum.el: Put some defvars in eval-when-compile.
8770         (gnus-summary-mode-hook): Add :options.
8771         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
8772         (gnus-summary-tool-bar-map): New variable.
8773         (gnus-summary-make-tool-bar): New function.
8774         (gnus-summary-mode): Put kill-all-local-variables first.
8775
8776         * gnus-group.el (gnus-group-toolbar-map): New variable.
8777         (gnus-group-make-tool-bar): Rewritten.
8778         (gnus-group-mode): Put kill-all-local-variables first.
8779
8780         * rfc2047.el: Require gnus-util.
8781
8782         * nnml.el (gnus-sorted-intersection): Autoload.
8783
8784         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
8785         Put some defvars in eval-when-compile.
8786         (gnus-intersection, gnus-sorted-complement):  Autoload.
8787
8788         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
8789
8790         * mm-encode.el (mm-body-7-or-8): Autoload.
8791
8792         * mm-decode.el (mm-insert-inline): Autoload.
8793
8794         * mml.el:
8795         * message.el: Put some defvars in eval-when-compile.
8796
8797         * gnus-msg.el: Put some defvars in eval-when-compile.
8798         (gnus-msg-mail): Move after gnus-setup-message.
8799
8800         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
8801
8802 2000-11-07  Dave Love  <fx@gnu.org>
8803
8804         * gnus-util.el (nnheader): Don't require message (recursive
8805         autoload).
8806
8807         * uudecode.el: Avoid compiler warnings.
8808
8809         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
8810         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
8811
8812 2000-11-06  Dave Love  <fx@gnu.org>
8813
8814         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
8815
8816         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
8817         (uudecode-char-int): New alias, replacing char-int.
8818         (uudecode-decode-region): Don't call buffer-disable-undo.
8819
8820 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
8821 ;       (mm-uu-configure-list): Doc fix.
8822 ;
8823 ;       * earcon.el (running-xemacs): Don't define.
8824 ;
8825 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
8826 ;
8827 ;       * message.el (message-font-lock-keywords): Match a final newline
8828 ;       to help font-lock's multiline support.
8829 ;
8830 2000-11-03  Dave Love  <fx@gnu.org>
8831
8832         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
8833
8834         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
8835         name.
8836
8837         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
8838         <banner>: Fix custom type, doc.
8839
8840         * mm-decode.el (mm-display-external): Space-prefix temp buffer
8841         name.  Don't disable undo explicitly.
8842
8843 ;2000-11-02  Dave Love  <fx@gnu.org>
8844 ;
8845 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
8846 ;       cite-prefix.
8847
8848 2000-11-01  Dave Love  <fx@gnu.org>
8849
8850         * rfc2047.el (base64): Require unconditionally.
8851         (message-posting-charset): Defvar when compiling.
8852         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
8853         message.
8854
8855         * gnus-sum.el (nnoo): Require.
8856         (mm-uu-dissect): Autoload.
8857
8858         * mml.el (mml-parse-1): Clarify message.
8859         (mml-minibuffer-read-type): Use mailcap-mime-types.
8860
8861 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
8862
8863         * mml.el: Fix a typo in the requiring of CL.
8864
8865 2000-11-01  Dave Love  <fx@gnu.org>
8866
8867         * utf7.el: Require cl when compiling.
8868
8869         * binhex.el: Use (featurep 'xemacs).
8870         (binhex-char-int): New alias, replacing char-int.  Change callers.
8871         (binhex-decode-region): Simplify work buffer code.
8872         (binhex-decode-region-external): Use expand-file-name, not concat.
8873
8874 2000-10-30  Dave Love  <fx@gnu.org>
8875
8876         * gnus-art.el: Fix 2000-10-27 change properly.
8877
8878 2000-10-28  Miles Bader  <miles@gnu.org>
8879
8880         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
8881
8882 2000-10-27  Dave Love  <fx@gnu.org>
8883
8884         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
8885         strings.
8886         (gnus-group-make-tool-bar): New function.
8887         (gnus-group-mode): Use it.
8888
8889         * message.el (message-mode-menu): Add some :help strings.
8890         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
8891         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
8892
8893         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
8894         * describe-group.xpm, get-news.xpm, kill-group.xpm:
8895         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
8896
8897         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
8898         display-graphic-p here.
8899
8900 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
8901
8902         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
8903         of the `gnus-xemacs' variable, as the latter has been removed.
8904         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
8905         * gnus-art.el (gnus-treat-display-xface)
8906         (gnus-treat-display-smileys, gnus-treat-display-picons)
8907         (gnus-article-read-summary-keys): Likewise.
8908
8909 2000-10-26  Dave Love  <fx@gnu.org>
8910
8911         (defvar): Use rmail-spool-directory unconditionally.
8912
8913 2000-10-18  Dave Love  <fx@gnu.org>
8914
8915         * mm-bodies.el (mm-uu-decode-function)
8916         (mm-uu-binhex-decode-function): Defvar when compiling.
8917
8918         * gnus-nocem.el (gnus-nocem-issuers): Update.
8919         (gnus-nocem-check-from): New option.
8920         (gnus-nocem-scan-groups): Use it.
8921         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
8922         (gnus-nocem-check-article-limit): Add :version.
8923
8924 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
8925
8926         * ietf-drums.el (mm-util): Require CL when compiling.
8927
8928 2000-10-15  Dave Love  <fx@gnu.org>
8929
8930         * qp.el: Require mm-util.
8931
8932 2000-10-13  Dave Love  <fx@gnu.org>
8933
8934         * qp.el (quoted-printable-decode-region): Avoid invalid
8935         coding-systems.
8936
8937 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
8938
8939         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
8940         to a recursive load.
8941
8942 2000-10-12  Dave Love  <fx@gnu.org>
8943
8944         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
8945
8946         * gnus.el (gnus-group-startup-message): Check for PBM image.
8947
8948 2000-10-09  Dave Love  <fx@gnu.org>
8949
8950         * mail-source.el (mail-source-fetch-imap): Bind
8951         default-enable-multibyte-characters rather than using
8952         mm-disable-multibyte.
8953
8954 2000-10-05  Dave Love  <fx@gnu.org>
8955
8956         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
8957         Autoload.
8958         (quoted-printable-decode-region):  Rename arg which confused
8959         charset with coding-system.  Don't use nonascii-insert-offset.
8960         Coding-system encode the region initially.  Don't recognize `=='
8961         as valid QP.  Coding-system decode the region finally.
8962         (quoted-printable-decode-string): Rename arg which confused
8963         charset with coding-system.
8964
8965         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
8966         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
8967         mm-encode-coding-region.
8968         (mm-decode-body, mm-decode-string): Rename variables which
8969         confused charset with coding-system.
8970         (binhex-decode-region): Don't autoload.
8971         (mm-body-encoding): Require message.
8972         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
8973         cond branches.
8974
8975         * gnus-art.el (article-de-quoted-unreadable)
8976         (article-de-base64-unreadable): Fold search case
8977         rather than downcasing string.  Apply mm-charset-to-coding-system
8978         to arg of quoted-printable-decode-region.
8979
8980 2000-10-04  Dave Love  <fx@gnu.org>
8981
8982         * gnus-ems.el: Don't turn off compiler warnings in local vars.
8983         Require ring when compiling.
8984         (gnus-article-compface-xbm): New variable.
8985
8986 2000-10-04  Dave Love  <fx@gnu.org>
8987
8988         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
8989         pbm images.
8990
8991         * frown.pbm, smile.pbm, wry.pbm: New files.
8992
8993         * frown.xbm, smile.xbm, wry.xbm: Deleted.
8994
8995 2000-10-03  Dave Love  <fx@gnu.org>
8996
8997         * mail-source.el (mail-sources): Revert to nil.
8998
8999         * nnmail (nnmail-spool-file): Revert to `((file))'.
9000
9001         * qp.el: Don't require mm-util.
9002         (quoted-printable-decode-region): Rewritten.
9003         (quoted-printable-decode-string, quoted-printable-encode-region):
9004         Doc fix.
9005         (quoted-printable-encode-region): Barf on multibyte characters.
9006         Maybe make the class multibyte.  Upcase chars, not formatted
9007         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
9008         (quoted-printable-encode-string): Don't use
9009         mm-with-unibyte-buffer.
9010
9011 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
9012
9013         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
9014
9015 2000-09-21  Dave Love  <fx@gnu.org>
9016
9017         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
9018         (for Emacs 20).  Tidy somewhat.
9019
9020 2000-09-21  Dave Love  <fx@gnu.org>
9021
9022         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
9023         image processing.  Rationalize logic somewhat.
9024
9025 2000-09-20  Dave Love  <fx@gnu.org>
9026
9027         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
9028         specifically.
9029
9030         * gnus.el (gnus-version-number): Avoid some redundant
9031         autoloads.
9032
9033 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
9034
9035         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
9036         to XBM; we always have PBM support.
9037
9038 2000-09-14  Dave Love  <fx@gnu.org>
9039
9040         * gnus.el (gnus-charset):
9041         * mm-decode.el (mime-display):
9042         * imap.el (imap) <defgroup>: Add :version.
9043
9044 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
9045
9046         * parse-time.el: Fix author's mail address.
9047
9048         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
9049         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
9050         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
9051         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
9052         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
9053         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
9054         * rfc2231.el, uudecode.el: Fix copyright notice.
9055
9056         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
9057         require `w3' at load-time only if not running in batch mode.
9058
9059 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9060
9061         * gnus.el: Before merge with Emacs21.
9062
9063 2000-12-19  Raymond Scholz <ray-2000@zonix.de>
9064
9065         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
9066
9067 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9068
9069         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
9070         to avoid conflict with the standard `back-to-indentation'
9071         binding.
9072
9073 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9074
9075         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
9076
9077         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
9078         (mm-disable-multibyte-mule4): Ditto.
9079         (mm-with-unibyte-current-buffer-mule4): Ditto.
9080
9081 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9082
9083         * pop3.el (pop3-movemail): Use binary.
9084         (pop3-movemail-file-coding-system): Removed.
9085
9086 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9087
9088         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
9089
9090 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9091
9092         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
9093         exists.
9094
9095 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9096
9097         * gnus-msg.el (gnus-post-method): Use backend name when the
9098         address is "".
9099
9100 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9101
9102         * gnus-art.el (article-verify-x-pgp-sig): Don't test
9103         mm-verify-option.
9104         (gnus-treat-x-pgp-sig): Default value.
9105         (gnus-ignored-headers): Redundant.
9106
9107 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9108
9109         * gnus-win.el (gnus-configure-frame): Save selected window.
9110
9111 2000-02-15  Andrew Innes  <andrewi@gnu.org>
9112
9113         * nnmbox.el: Require gnus-range.
9114         (nnmbox-group-building-active-articles): New variable.
9115         (nnmbox-group-active-articles): New variable; this is a cache of
9116         all active articles by group and number.
9117         (nnmbox-in-header-p): New function.
9118         (nnmbox-find-article): New function.
9119         (nnmbox-record-active-article): New function.
9120         (nnmbox-record-deleted-article): New function.
9121         (nnmbox-is-article-active-p): New function.
9122         (nnmbox-retrieve-headers): Use nnmbox-find-article.
9123         (nnmbox-request-article): Ditto.  Also supply extra arg to
9124         nnmbox-article-group-number.
9125         (nnmbox-request-expire-articles): Ditto.
9126         (nnmbox-request-move-article): Ditto.
9127         (nnmbox-request-replace-article): Ditto.
9128         (nnmbox-request-rename-group): Rename group entry in active
9129         article cache.
9130         (nnmbox-delete-mail): Update active article cache, unless article
9131         is being replaced.
9132         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
9133         than partially duplicating it.
9134         (nnmbox-article-group-number): Add extra `this-line' arg, to
9135         handle articles belonging to multiple groups.
9136         (nnmbox-save-mail): Update active article cache.
9137         (nnmbox-read-mbox): Build active article cache when loading mbox.
9138         Also do some repair work, if we find articles that are missing the
9139         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
9140         reconstruct these from Xref info.
9141
9142 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9143
9144         * mail-source.el (mail-source-report-new-mail): Use
9145         nnheader-run-at-time.
9146
9147 2000-02-15  Andrew Innes  <andrewi@gnu.org>
9148
9149         * mail-source.el (mail-source-fetch-pop): Clear pop password when
9150         an error is thrown, and then rethrow the error.
9151         (mail-source-check-pop): Ditto.
9152         (mail-source-start-idle-timer): Prevent multiple pop checks
9153         running if the check takes a long time.
9154
9155 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9156
9157         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
9158         succeed.
9159
9160 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9161
9162         * gnus-win.el (gnus-configure-windows): Make sure
9163         nntp-server-buffer is live.
9164         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
9165
9166 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
9167
9168         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
9169
9170 2000-12-04  Andreas Jaeger  <aj@suse.de>
9171
9172         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
9173
9174 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9175
9176         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
9177
9178 2000-12-01  Christopher Splinter <chris@splinter.inka.de>
9179
9180         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
9181
9182 2000-12-01  Simon Josefsson  <sj@extundo.com>
9183
9184         * mml-smime.el (mml-smime-verify): Fix address parsing.
9185
9186 2000-12-01  Simon Josefsson  <sj@extundo.com>
9187
9188         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
9189         more than one certificate inside PKCS#7 blob.  Better security
9190         information (clamed / actual sender, openssl output, certificates
9191         inside message).
9192
9193         * smime.el (smime-verify-region): Output to /dev/null.
9194         (smime-buffer-as-string-region): Don't parse empty lines.
9195
9196 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9197
9198         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
9199         ?d and ?D.
9200         (gnus-mime-security-show-details-inline): New variable.
9201         (gnus-mime-security-show-details): Use them.
9202         (gnus-insert-mime-security-button): Ditto.
9203
9204         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
9205         Suggest by Michael Duggan (md5i@cs.cmu.edu).
9206         (mml2015-gpg-clear-verify): Ditto.
9207         (mml2015-gpg-decrypt-1): Ditto.
9208         (mml2015-use): Prefer 'gpg.
9209
9210 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9211
9212         * gnus-util.el (gnus-add-text-properties-when): New function.
9213         (gnus-remove-text-properties-when): Ditto.
9214
9215         * gnus-cite.el (gnus-article-hide-citation): Use them.
9216         (gnus-article-toggle-cited-text): Use them.
9217
9218         * gnus-art.el (gnus-signature-toggle): Use them.
9219         (gnus-article-show-hidden-text): Ditto.
9220         (gnus-article-hide-text): Ditto.
9221
9222 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9223
9224         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
9225
9226 2000-11-30  Simon Josefsson  <sj@extundo.com>
9227
9228         * smime.el (smime-point-at-eol): New alias.
9229         (smime-buffer-as-string-region): Use it.
9230
9231 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9232
9233         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
9234
9235 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9236
9237         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
9238
9239         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
9240
9241         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
9242
9243 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9244
9245         * nnmh.el (nnmh-request-expire-articles): Implemented
9246         expiry-target for nnmh backend.
9247
9248 2000-11-30  Simon Josefsson  <sj@extundo.com>
9249
9250         * mm-decode.el (mm-security-from): New variable.
9251         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
9252
9253         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
9254         than `from'.
9255
9256 2000-11-30  Simon Josefsson  <sj@extundo.com>
9257
9258         * mml-smime.el (mml-smime-verify): Verify that certificate mail
9259         address match sender address.
9260
9261         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
9262
9263         * smime.el (smime-verify-region): Don't copy buffer.
9264         (smime-decrypt-buffer): Use expand-file-name on keyfile.
9265         (smime-pkcs7-region): New function.
9266         (smime-pkcs7-certificates-region): Ditto.
9267         (smime-pkcs7-email-region): Ditto.
9268         (smime-buffer-as-string-region): Ditto.
9269
9270         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
9271         buffer.
9272
9273 2000-11-23  Jens Krinke <j.krinke@gmx.de>
9274
9275         * smime.el (smime-decrypt-region): Fix keyfile argument.
9276
9277 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9278
9279         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
9280
9281 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9282
9283         * message.el (message-shoot-gnksa-feet): New variable.
9284         (message-gnksa-enable-p): New function.
9285         (message-send): Use it.
9286         (message-check-news-body-syntax): Ditto.
9287
9288 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9289
9290         * message.el (message-make-message-id): Remove the redundancy.
9291
9292 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9293
9294         * message.el (message-setup): Discourage using mc-install-*-mode.
9295
9296         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
9297
9298 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9299
9300         * gnus-cite.el (gnus-cite-parse): Guess citation length.
9301
9302 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9303
9304         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
9305
9306 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9307
9308         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
9309
9310 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9311
9312         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
9313         insert-buffer-substring.
9314
9315         * message.el (message-send-mail): Use buffer-substring-no-properties.
9316         (message-send-news): Ditto.
9317
9318 2000-11-22  David Edmondson <dme@dme.org>
9319
9320         * imap.el (imap-wait-for-tag): Message read info.
9321
9322 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9323
9324         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
9325         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
9326         (mml2015-gpg-encrypt): Ditto.
9327
9328 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9329
9330         * mm-decode.el (mm-verify-option): Default value.
9331
9332         * mml-sec.el (mml-secure-part): Error message.
9333
9334 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9335
9336         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
9337
9338 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9339
9340         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
9341
9342 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9343
9344         * gnus-art.el (gnus-article-describe-key): Use prompt.
9345         (gnus-article-describe-key-briefly): Ditto.
9346
9347 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9348
9349         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
9350
9351 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9352
9353         * gnus-art.el (gnus-article-describe-key): New function.
9354         (gnus-article-describe-key-briefly): New function.
9355
9356 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9357
9358         * mm-decode.el (mm-decrypt-option): Doc typo.
9359
9360         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
9361         return a number.
9362
9363 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9364
9365         * message.el (message-newline-and-reformat): Typo.
9366
9367 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9368
9369         * gnus-art.el (article-verify-x-pgp-sig): Check whether
9370         original-article-buffer exists.
9371
9372         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
9373         (rfc2047-header-encoding-alist): Addresses are different from text.
9374         (rfc2047-encode-message-header): Ditto.
9375         (rfc2047-dissect-region): Extra parameter.
9376         (rfc2047-encode-region): Ditto.
9377         (rfc2047-encode-string): Ditto.
9378
9379 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9380
9381         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
9382         (mm-uu-pgp-encrypted-extract): Use it.
9383         (mm-uu-pgp-signed-extract-1): New function.
9384         (mm-uu-pgp-signed-extract): Use it.
9385
9386         * gnus-art.el (gnus-mime-display-security): New function.
9387         (gnus-mime-display-part): Use it.
9388         (gnus-mime-security-verify-or-decrypt): New function.
9389         (gnus-mime-security-press-button): New function.
9390         (gnus-insert-mime-security-button): Use it.
9391
9392         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
9393         (mm-find-raw-part-by-type): Ditto.
9394         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
9395         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
9396         (mm-destroy-parts): Kill nested multibyte buffer.
9397
9398         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
9399         (mml2015-gpg-verify): Ditto.
9400
9401 2000-11-18  Simon Josefsson  <sj@extundo.com>
9402
9403         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
9404         (mml2015-function-alist): Use it.
9405
9406         * mml-sec.el (mml-sign-alist): Update names.
9407         (mml-encrypt-alist): Ditto.
9408         (mml-secure-part-smime-sign): Moved to mml-smime.el
9409         as `mml-smime-sign-query'.
9410         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
9411         `mml-smime-get-file-cert'.
9412         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
9413         `mml-smime-get-dns-cert'.
9414         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
9415         `mml-smime-encrypt-query'.
9416         (mml-smime-sign-buffer): Use mml-smime-sign.
9417         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
9418
9419         * mml-smime.el (mml-smime-sign): New function.
9420         (mml-smime-encrypt):
9421         (mml-smime-sign-query):
9422         (mml-smime-get-file-cert):
9423         (mml-smime-get-dns-cert):
9424         (mml-smime-encrypt-query): Moved from mml-sec.el.
9425
9426 2000-11-16  Simon Josefsson  <sj@extundo.com>
9427
9428         * mml2015.el (mml2015-gpg-clear-verify): New function.
9429         (mml2015-function-alist): Add it.
9430
9431 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
9432
9433         * message.el (message-setup-fill-variables): Use
9434         message-cite-prefix-regexp.
9435         (message-newline-and-reformat): Check the end of citation, leading
9436         WSP, break in the cite prefix.
9437         (message-fill-paragraph): New function.
9438
9439 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
9440
9441         * lpath.el: Shut up.
9442
9443 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
9444
9445         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
9446         raw 8-bit in headers in dk.* newsgroups.
9447
9448 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9449
9450         * message.el (message-newline-and-reformat): Match extra WSPs.
9451
9452 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9453
9454         * mml.el (mml-generate-mime-1): Ignore ascii.
9455
9456 2000-11-16 Justin Sheehy <justin@iago.org>
9457
9458         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
9459
9460 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9461
9462         * message.el (message-cite-prefix-regexp): Prefix should not end
9463         at space.
9464
9465 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
9466
9467         * message.el (message-mode-syntax-table): Add - as a word
9468         constituent as in articles.
9469         (message-setup-fill-variables): Add -_. as supercite-style prefix.
9470         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
9471         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
9472
9473 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
9474
9475         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
9476
9477 2000-11-12  David Edmondson  <dme@dme.org>
9478
9479         * message.el (message-font-lock-keywords): use
9480         message-cite-prefix-regexp.
9481
9482 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9483
9484         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
9485         Stein Arild Str\e,Ax\e(Bmme.
9486         (gnus-group-jump-to-group): Use it.
9487         (gnus-group-jump-to-group-prompt): Customize.
9488
9489 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
9490
9491         * mailcap.el (mailcap-possible-viewers): Match the entire string.
9492
9493 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
9494
9495         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
9496         incompatible.
9497         (mml2015-mailcrypt-sign): Ditto.
9498
9499 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
9500
9501         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
9502         group is open.
9503
9504 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
9505
9506         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
9507         nnvirtual articles.
9508         (gnus-backlog-request-article): Don't request nnvirtual articles.
9509
9510 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
9511
9512         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
9513         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
9514
9515 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
9516
9517         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
9518         * mml.el (mml-generate-mime-1): Use charset attribute.
9519         * mm-bodies.el (mm-encode-body): Add parameter charset.
9520         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
9521
9522 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
9523
9524         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
9525         (mml2015-mailcrypt-clear-decrypt): Ditto.
9526         (mml2015-mailcrypt-verify): Ditto.
9527         (mml2015-mailcrypt-clear-verify): Ditto.
9528         (mml2015-gpg-verify): Ditto.
9529
9530 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
9531
9532         * smime.el (smime-openssl-program): Test the existence of openssl.
9533         * mml-smime.el: Require mm-decode.
9534         (mml-smime-verify-test): New function.
9535         * mm-decode.el (mm-verify-function-alist): Use it.
9536
9537 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9538
9539         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
9540         anyway.
9541
9542 2000-11-13  Simon Josefsson  <sj@extundo.com>
9543
9544         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
9545         verification doesn't work.
9546
9547 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
9548
9549         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
9550         (gnus-inews-do-gcc): Use it.
9551
9552 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9553
9554         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
9555         leading space.
9556         * mm-extern.el (mm-inline-external-body): Report error when no
9557         access-type.
9558
9559 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9560
9561         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
9562
9563 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
9564
9565         * gnus-art.el (gnus-mime-button-menu): Use select-window.
9566
9567 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
9568
9569         * gnus-art.el (gnus-mime-display-part): Display multipart/related
9570         as multipart/mixed.
9571
9572 2000-11-12  David Edmondson  <dme@dme.org>
9573
9574         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
9575         and replace `.' with `\w' to allow for different syntax tables
9576         (from Vladimir Volovich).
9577         * message.el (message-newline-and-reformat): use
9578         `message-cite-prefix-regexp'.
9579         * gnus-cite.el (gnus-supercite-regexp): use
9580         `message-cite-prefix-regexp'.
9581         * gnus-cite.el (gnus-cite-parse): use
9582         `message-cite-prefix-regexp'.
9583
9584 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
9585
9586         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
9587         PGP SIGNATURE.  Escape leading "-"'s.
9588         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
9589
9590 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
9591
9592         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
9593
9594 2000-11-11  Simon Josefsson  <sj@extundo.com>
9595
9596         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
9597
9598         * smime.el (smime-details-buffer): New variable.
9599         (smime-sign-region):
9600         (smime-encrypt-region):
9601         (smime-verify-region):
9602         (smime-decrypt-region): Copy OpenSSL output to the buffer.
9603
9604         * mml-smime.el (mml-smime-verify): Support security info.
9605
9606 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
9607
9608         * mm-decode.el (mm-verify-option): Set default to nil.
9609         (mm-decrypt-option): Ditto.
9610         * gnus-art.el (article-verify-x-pgp-sig): New function.
9611
9612 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
9613
9614         * gnus-art.el (gnus-mime-display-alternative): Show button if no
9615         preferred part.
9616
9617 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9618
9619         * gnus-sum.el (gnus-move-split-methods): Say that
9620         `gnus-split-methods' uses file names, whereas this uses group
9621         names.  (Report from Nevin Kapur)
9622
9623 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
9624
9625         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
9626
9627 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
9628
9629         * nnheader.el (nnheader-directory-files-is-safe): New variable.
9630         (nnheader-directory-articles): Use it.
9631         (nnheader-article-to-file-alist): Ditto.
9632
9633 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
9634
9635         * rfc2047.el (rfc2047-pad-base64): New function.
9636         (rfc2047-decode): Use it.
9637
9638 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9639
9640         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
9641         select method.
9642
9643 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
9644
9645         * mml2015.el (mml2015-gpg-decrypt-1):
9646         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
9647
9648 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9649
9650         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
9651
9652 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9653
9654         * pop3.el (pop3-munge-message-separator): A message may have an
9655         empty body.
9656
9657 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
9658
9659         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
9660         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
9661         (mm-uu-pgp-signed-extract): Use coding-system.
9662
9663 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9664
9665         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
9666         (gnus-insert-mime-security-button): New function.
9667         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
9668         * mml2015.el:  Add security info when verify or decrypt.
9669         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
9670         (mm-uu-pgp-encrypted-extract): Ditto.
9671
9672 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
9673
9674         * mm-decode.el (mm-display-parts): New function.
9675         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
9676
9677 2000-02-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9678
9679         * gnus-mlspl.el: Documentation tweaks.
9680
9681 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
9682
9683         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
9684         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
9685         argument.
9686
9687 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
9688
9689         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
9690
9691 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
9692
9693         * gnus-art.el (gnus-article-encrypt): New function.
9694         (gnus-article-encrypt-protocol-alist): New variable.
9695         (gnus-article-encrypt-protocol): New variable.
9696         * mml2015.el (mml2015-self-encrypt): New function.
9697         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
9698
9699 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
9700
9701         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
9702         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
9703         let mailcap do it.
9704         * mml2015.el: Remove snarf code.
9705         * mm-decode.el: Remove snarf code.
9706
9707 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
9708
9709         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
9710         (mml-insert-mime): Understand gnus-decoded.
9711         (mime-to-mml): New parameter handles.
9712         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
9713         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
9714
9715 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
9716
9717         * mm-decode.el (mime-security): New group.
9718         (mm-verify-function-alist): Add test function.
9719         (mm-decrypt-function-alist): Ditto.
9720         (mm-snarf-option): Set default value as nil.
9721         (mm-find-part-by-type): Recursive parameter.
9722         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
9723         * mml2015.el: Support draft-ietf-openpgp-multsig.
9724
9725 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
9726
9727         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
9728         (gnus-article-view-part-as-charset): New function.
9729
9730 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
9731
9732         * mm-decode.el (mm-verify-option): Default value.
9733         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
9734
9735 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
9736
9737         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
9738
9739 2000-11-05  Simon Josefsson  <sj@extundo.com>
9740
9741         * mml-smime.el (mml-smime-verify): Work in original multipart
9742         buffert.
9743
9744         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
9745         (mm-handle-multipart-ctl-parameter): Ditto.
9746         (mm-alist-to-plist): New function.
9747         (mm-dissect-buffer): Store CTL parameters and copy original buffer
9748         for multiparts.
9749         (mm-destroy-parts): Destroy multipart buffert.
9750         (mm-remove-part): Ditto.
9751
9752         * mml-smime.el (mml-smime-sign): Not used.
9753         (mml-smime-encrypt): Ditto.
9754
9755         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
9756
9757         Verify S/MIME signature support.
9758
9759         * mm-decode.el (mm-inline-media-tests): Add
9760         application/{x-,}pkcs7-signature.
9761         (mm-inlined-types): Ditto.
9762         (mm-automatic-display): Ditto.
9763         (mm-verify-function-alist): Ditto.  Add name of method.
9764         (mm-decrypt-function-alist): Add name of method.
9765         (mm-find-part-by-type): Add documentation.
9766         (mm-possibly-verify-or-decrypt): Use new format of
9767         mm-{verify,decrypt}-function-alist.  Use method names.
9768
9769         * mml-smime.el (mml-smime-verify): New function.
9770
9771 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
9772
9773         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
9774
9775 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9776
9777         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
9778         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
9779         * mm-decode.el (mm-snarf-option): New variable.
9780
9781 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9782
9783         * mm-util.el (mm-subst-char-in-string): New function.
9784         (mm-replace-chars-in-string): Use it.
9785         * message.el (message-replace-chars-in-string): Use it.
9786         * nnheader.el (nnheader-replace-chars-in-string): Use it.
9787         * gnus-mh.el (mh-lib-progs): Shut up.
9788
9789 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
9790
9791         * base64.el, md5.el: Moved to contrib directory.
9792
9793 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
9794
9795         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
9796         the last article when search.
9797
9798 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9799
9800         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
9801         * nnmail.el (nnmail-pathname-coding-system): Ditto.
9802
9803 2000-09-29  David Edmondson  <dme@thus.net>
9804
9805         * message.el (message-newline-and-reformat): Typo.
9806
9807 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
9808
9809         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
9810
9811 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
9812
9813         * nntp.el (nntp-decode-text): Delete bogus status lines.
9814
9815 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
9816
9817         * message.el (message-font-lock-keywords): Match a final newline
9818         to help font-lock's multiline support.
9819
9820 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
9821
9822         * nnoo.el (nnoo-set): New function.
9823
9824 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
9825
9826         * gpg.el, gpg-ring.el: Moved to contrib directory.
9827
9828 2000-11-04  Simon Josefsson  <sj@extundo.com>
9829
9830         * nnimap.el (nnimap-split-inbox): Typo.
9831
9832 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
9833
9834         * gnus-msg.el (gnus-msg-mail): Move it backwards.
9835
9836 2000-11-03  Simon Josefsson  <sj@extundo.com>
9837
9838         * rfc2231.el (rfc2231-parse-qp-string): New function.
9839         (require): rfc2047.
9840
9841         * mail-parse.el (mail-header-parse-content-type):
9842         (mail-header-parse-content-disposition): Support invalid QP
9843         encoded strings, by using `rfc2231-parse-qp-string'.
9844
9845 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9846
9847         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
9848         (rfc2231-decode-encoded-string): Typo "> X 1".
9849         (rfc2231-encode-string): Insert the name of charset.
9850         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
9851
9852 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
9853
9854         * mm-decode.el (mm-save-part): Return the filename.
9855         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
9856         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
9857         (gnus-mime-action-alist): Use it.
9858         (gnus-mime-button-commands): Use it.
9859         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
9860         (mm-inline-external-body): unwind-protect.
9861
9862 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
9863
9864         * gnus-art.el (gnus-insert-mime-button): Show url.
9865
9866 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9867
9868         * mml.el (mml-generate-mime-1): Support external url.
9869         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
9870
9871 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
9872
9873         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
9874         * mm-decode.el (mm-display-external): Ditto.
9875         * mm-extern.el: New file.
9876         * mm-decode.el (mm-inline-media-tests): Hook it up.
9877         (mm-inlined-types): Inline message/external-body.
9878
9879 2000-11-02  Simon Josefsson  <sj@extundo.com>
9880
9881         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
9882
9883         * message.el (message-get-reply-headers): Better handling when
9884         Mail-Followup-To is very large.
9885
9886 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
9887
9888         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
9889         * gnus-art.el (gnus-article-edit-done):
9890         * gnus-sum.el (gnus-summary-edit-article-done): Move line
9891         counting code here.
9892         * gnus-msg.el (gnus-setup-message): Remove a hack.
9893
9894 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9895
9896         * gnus-sum.el (gnus-newsgroup-variables): New variable.
9897         (gnus-summary-mode): Make them local variables.
9898         (gnus-set-global-variables): Globalize them.
9899         (gnus-summary-exit): Kill them.
9900
9901 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
9902
9903         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
9904         word.
9905
9906 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
9907
9908         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
9909         gnus-article-wash-types.
9910         * gnus-art.el (gnus-article-wash-status): Use them.
9911
9912 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9913
9914         * mml.el (mml-read-tag): Remove spaces and LF.
9915
9916 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9917
9918         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
9919         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
9920
9921 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
9922
9923         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
9924
9925 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
9926
9927         * gnus-sum.el (gnus-article-charset): New variable.
9928         (gnus-summary-display-article): Set it.
9929         * gnus-msg.el (gnus-copy-article-buffer): Use it.
9930         * gnus-art.el (gnus-article-mode): Make it local variable.
9931
9932 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9933
9934         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
9935
9936 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9937
9938         * nnwfm.el: New file.
9939
9940         * nnweb.el (nnweb-replace-in-string): New function.
9941
9942 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9943
9944         * mml2015.el: Wrap gpg.el.
9945         * gpg.el (gpg-verify): The last argument of apply is a list.
9946         (gpg-encrypt): Add passphrase as a parameter.
9947
9948 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
9949
9950         * gpg.el: New file.
9951         * gpg-ring.el: New file.
9952
9953 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9954
9955         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
9956
9957 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9958
9959         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
9960         double-quote characters.
9961         (gnus-summary-prepare-threads): Ditto.
9962
9963 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9964
9965         * gnus-art.el (gnus-mime-display-single): Forward line -1.
9966         * mml.el (mml-read-tag): Don't skip the leading space.
9967         * lpath.el (font-lock-set-defaults): Shut up.
9968
9969 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
9970
9971         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
9972
9973 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
9974
9975         * qp.el (quoted-printable-encode-region): Replace leading - when
9976         ultra safe.
9977         * mml.el (mml-generate-mime-postprocess-function): Removed.
9978         (mml-postprocess-alist): Removed.
9979         (mml-generate-mime-1): Use ultra-safe when sign.
9980         * mml2015.el (mml2015-fix-micalg): Uppercase.
9981         (mml2015-verify): Insert LF.
9982         (mml2015-mailcrypt-sign): Downcase; search backward.
9983
9984 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9985
9986         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
9987         restrictive.
9988         (nnultimate-table-regexp): New variable.
9989         (nnultimate-forum-table-p): Use it.
9990
9991 2000-10-30  Ed L Cashin <ecashin@coe.uga.edu>
9992
9993         * gnus-sum.el (gnus-summary-expire-articles): Save point.
9994
9995 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
9996
9997         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
9998         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
9999
10000 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
10001
10002         * mml2015.el: Shut up.
10003
10004 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
10005
10006         * gnus.el (gnus-server-browse-hashtb): Removed.
10007         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
10008         (gnus-group-insert-group-line-info): Use simplified method.
10009         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
10010
10011 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
10012
10013         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
10014         moved here.
10015         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
10016         * gnus-group.el (gnus-group-prepare-flat): Use it.
10017         * gnus-topic.el (gnus-group-prepare-topics): Use it.
10018
10019 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
10020
10021         * mml.el (mml-mode): Show menu in XEmacs.
10022
10023 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
10024
10025         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
10026         (gnus-server-read-server-in-server-buffer): New function.
10027         (gnus-browse-foreign-server): Browse in group buffer.
10028         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
10029         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
10030         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
10031         * gnus.el (gnus-server-browse-hashtb): New variable.
10032
10033 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
10034
10035         * nnfolder.el (nnfolder-open-nov): Use group.
10036
10037 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
10038
10039         * nnfolder.el: Add NOV. Set version to 2.0.
10040         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
10041
10042 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
10043
10044         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
10045
10046 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
10047
10048         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
10049         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
10050
10051 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
10052
10053         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
10054
10055 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10056
10057         * mm-decode.el (mm-verify-function-alist): New variable.
10058         (mm-verify-option): New variable.
10059         (mm-decrypt-function-alist): Ditto.
10060         (mm-decrypt-option): Ditto.
10061         (mm-find-raw-part-by-type): New function.
10062         (mm-possibly-verify-or-decrypt): New function.
10063         (mm-dissect-multipart): Use it.
10064         * mml2015.el (mml2015-fix-micalg): New function.
10065         (mml2015-decrypt): Use new interface.
10066         (mml2015-verify):  Use new interface.
10067         (mml2015-setup): Make it bogus.
10068
10069 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
10070
10071         * mml.el (mml-generate-mime-postprocess-function): Set to
10072         mml-postprocess.
10073         (autoload): Autoload mml2015 and mml-smime.
10074         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
10075         * mml2015.el (mml2015-encrypt): New function.
10076         (mml2015-sign): New function.
10077         (mml2015-encrypt-function): New variable.
10078         (mml2015-sign-function): New variable.
10079         (mml2015-mailcrypt-encrypt): Use message-recipients.
10080         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
10081         * mml-smime.el (mml-smime-setup): Ditto.
10082
10083 2000-10-28  Simon Josefsson  <sj@extundo.com>
10084
10085         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
10086         Communigate Pro 3.3.1 server.
10087
10088         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
10089         in buffers.
10090         (mml-secure-dns-server): Removed.
10091         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
10092         write certificates to files.
10093
10094         * smime.el (smime-dns-server): New variable.
10095         (smime-mail-to-domain):
10096         (smime-cert-by-dns): New functions.
10097
10098         * dig.el: New file.
10099
10100 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
10101
10102         * message.el (message-options): New variable.
10103         (message-options-set-recipient): New function.
10104         (message-send): Use them.
10105         * gnus-int.el (gnus-request-replace-article): Use them.
10106         (gnus-request-accept-article): Ditto.
10107         * mml.el (mml-preview): Use them.
10108         * gnus-sum.el (gnus-summary-edit-article): Use them.
10109
10110         * message.el (message-options-get): New function.
10111         (message-options-get): New function.
10112         * rfc2047.el (rfc2047-encode-message-header): Use them.
10113         * mm-bodies.el (mm-encode-body): Use them.
10114
10115 2000-10-28  Simon Josefsson  <sj@extundo.com>
10116
10117         * nnimap.el (nnimap-retrieve-which-headers):
10118         (nnimap-request-article-part): Quote message-id.
10119
10120         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
10121         (smime-CA-file): New variable.
10122         (smime-call-openssl-region): Don't error.
10123         (smime-sign-region): Return result value.
10124         (smime-encrypt-region): Ditto.
10125         (smime-verify-region): New function.
10126         (smime-decrypt-region): Ditto.
10127         (smime-verify-buffer): Ditto.
10128         (smime-decrypt-buffer): Ditto.
10129
10130         * mml.el: Require mml-sec.
10131         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
10132         (mml-mode-map): Add "sign" and "encrypt" maps.
10133         (mml-menu): Add security menu.
10134         (mml-preview): Use generate-new-buffer.
10135
10136         * mml-sec.el: New file.
10137
10138 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10139
10140         * mm-decode.el (mm-find-part-by-type): Move it here.
10141         * mml.el (mml-postprocess): Move it here.
10142         (mml-postprocess-alist): Move it here. Merge them.
10143
10144 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
10145
10146         * rfc2047.el (rfc2047-encode-message-header): Make sure no
10147         unencoded stuff in the header.
10148
10149 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
10150
10151         * gnus-group.el (gnus-group-listed-groups): New variable.
10152         (gnus-group-list-option): New variable.
10153         (gnus-group-list-limit-map): New keymap.
10154         (gnus-group-list-flush-map): New keymap.
10155         (gnus-group-list-plus-map): New keymap.
10156         (gnus-group-prepare-logic): New function.
10157         (gnus-group-prepare-flat): Merge with
10158         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
10159         (gnus-group-prepare-flat-list-dead): Ditto.
10160         (gnus-group-list-matching): Use gnus-group-prepare-function.
10161         (gnus-group-list-dormant): Ditto.
10162         (gnus-group-list-cached): Ditto.
10163         (gnus-group-listed-groups): New function.
10164         (gnus-group-list-limit): New function.
10165         (gnus-group-list-flush): New function.
10166         (gnus-group-list-plus): New function.
10167         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
10168         (gnus-topic-prepare-topic): Ditto.
10169
10170 2000-10-27  Paul Jarc <prj@po.cwru.edu>
10171
10172         * message.el (message-insert-to, message-get-reply-headers):
10173         (message-reply, message-followup): Mail-{Followup,Reply}-To.
10174
10175 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
10176
10177         * mml2015.el: New file.
10178         * smime.el: New file.
10179         * mml-smime.el: New file.
10180
10181 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
10182
10183         * ChangeLog: Moved to ChangeLog.1.
10184
10185     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
10186   Copying and distribution of this file, with or without modification,
10187   are permitted provided the copyright notice and this notice are preserved.
10188
10189 ;; Local Variables:
10190 ;; coding: iso-2022-7bit
10191 ;; End: