* message.el (message-forward-make-body): Revert an early change
[gnus] / lisp / ChangeLog
1 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
2
3         * message.el (message-forward-make-body): Revert an early change
4         because 8-bit utf-8 emails.
5
6 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7
8         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
9         links to Info)
10         * gnus-art.el (gnus-treat-highlight-signature): 
11         * gnus-art.el (gnus-treat-buttonize):
12         * gnus-art.el (gnus-treat-buttonize-head):
13         * gnus-art.el (gnus-treat-emphasize):
14         * gnus-art.el (gnus-treat-strip-cr):
15         * gnus-art.el (gnus-treat-unsplit-urls):
16         * gnus-art.el (gnus-treat-leading-whitespace):
17         * gnus-art.el (gnus-treat-hide-headers):
18         * gnus-art.el (gnus-treat-hide-boring-headers):
19         * gnus-art.el (gnus-treat-hide-signature):
20         * gnus-art.el (gnus-treat-fill-article):
21         * gnus-art.el (gnus-treat-hide-citation):
22         * gnus-art.el (gnus-treat-hide-citation-maybe):
23         * gnus-art.el (gnus-treat-strip-list-identifiers):
24         * gnus-art.el (gnus-treat-strip-pgp):
25         * gnus-art.el (gnus-treat-strip-pem):
26         * gnus-art.el (gnus-treat-strip-banner):
27         * gnus-art.el (gnus-treat-highlight-headers):
28         * gnus-art.el (gnus-treat-highlight-citation):
29         * gnus-art.el (gnus-treat-date-ut):
30         * gnus-art.el (gnus-treat-date-local):
31         * gnus-art.el (gnus-treat-date-english):
32         * gnus-art.el (gnus-treat-date-lapsed):
33         * gnus-art.el (gnus-treat-date-original):
34         * gnus-art.el (gnus-treat-date-iso8601):
35         * gnus-art.el (gnus-treat-date-user-defined):
36         * gnus-art.el (gnus-treat-strip-headers-in-body):
37         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
38         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
39         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
40         * gnus-art.el (gnus-treat-unfold-headers):
41         * gnus-art.el (gnus-treat-fold-headers):
42         * gnus-art.el (gnus-treat-fold-newsgroups):
43         * gnus-art.el (gnus-treat-overstrike):
44         * gnus-art.el (gnus-treat-display-xface):
45         * gnus-art.el (gnus-treat-display-smileys):
46         * gnus-art.el (gnus-treat-from-picon):
47         * gnus-art.el (gnus-treat-mail-picon):
48         * gnus-art.el (gnus-treat-newsgroups-picon):
49         * gnus-art.el (gnus-treat-body-boundary):
50         * gnus-art.el (gnus-treat-capitalize-sentences):
51         * gnus-art.el (gnus-treat-fill-long-lines):
52         * gnus-art.el (gnus-treat-play-sounds):
53         * gnus-art.el (gnus-treat-translate):
54         * gnus-art.el (gnus-treat-x-pgp-sig):
55         * gnus-art.el (gnus-mime-button-line-format):
56         * gnus-art.el (gnus-button-man-level):
57         * gnus-art.el (gnus-button-emacs-level):
58         * gnus-cus.el (gnus-group-parameters):
59         * gnus-gl.el (bbb-build-mid-scores-alist):
60         * gnus-group.el (gnus-group-line-format):
61         * gnus-mlspl.el (gnus-group-split-setup):
62         * gnus-mlspl.el (gnus-group-split):
63         * gnus-msg.el (gnus-mailing-list-groups):
64         * gnus-msg.el (gnus-posting-styles):
65         * gnus-nocem.el (gnus-nocem-issuers):
66         * gnus-score.el (gnus-score-regexp-bad-p):
67         * gnus-srvr.el (gnus-server-line-format):
68         * gnus-topic.el (gnus-topic-line-format):
69         * gnus.el (gnus-summary-line-format):
70         * mail-source.el (mail-sources):
71         * message.el (message-subscribed-address-file):
72         * nnmail.el (nnmail-split-fancy):
73
74 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
75
76         * mail-source.el(mail-source-run-script): use `functionp' to test
77         whether the argument `script' is in fact a function.
78         (mail-sources): adjust the defcustom to allow users to specify a
79         function or a string as the value of the `:prescript' and
80         `:postscript' arguments of the `file' and `pop3' mail sources.
81
82 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
83
84         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
85         number when article 1 does not exist.
86
87 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
88
89         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
90         apropos if apropos-variable does not exist.
91         (gnus-button-guessed-mid-regexp) 
92         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
93         regexes.  From Reiner Steib.
94         (gnus-button-handle-describe-function) 
95         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
96         (gnus-button-handle-describe-key, gnus-button-handle-apropos) 
97         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
98
99 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
100
101         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
102         the file.
103
104 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
105
106         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
107
108 2002-09-24  Simon Josefsson  <jas@extundo.com>
109
110         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
111         (mml2015-use): Prefer PGG if installed.
112         (mml2015-function-alist): Add PGG wrappers.
113         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
114         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
115         prefix, make regexp optionally skip it.
116         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt) 
117         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign) 
118         (mml2015-pgg-encrypt): New functions.
119         (defvar, autoload): Prevent byte-compile warnings.
120
121 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
122         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
123
124         * gnus-art.el (article-strip-banner): Check for the existence of
125         from header.
126
127 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
128
129         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
130         (gnus-button-alist): Improved regexp for
131         gnus-button-handle-mid-or-mail (false positives), fixed
132         gnus-button-handle-man entries.
133         From Reiner Steib.
134
135 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
136         From Josh Huber.
137
138         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
139         nnmail-extra-headers is non-nil.
140
141 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
142
143         * nnmaildir.el: Store article numbers persistently.  General
144         revision.
145         (nnmaildir-request-expire-articles): handle 'immediate and 'never
146         for nnmail-expiry-wait; delete instead of moving if 'force is
147         given.
148
149 2002-09-23  Simon Josefsson  <jas@extundo.com>
150         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
151
152         * smime.el (smime-sign-buffer): Get key and extra certs.
153         (smime-get-key-with-certs-by-email): Utility function.  
154
155 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
156         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
157
158         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
159         article exists.
160
161 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
162
163         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
164
165 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
166         From Reiner Steib.
167
168         * gnus-art.el (gnus-button-handle-custom,
169         gnus-button-handle-mid-or-mail,
170         gnus-button-handle-describe-{function,variable,key},
171         gnus-button-handle-apropos{,command,variable}): New functions.
172         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
173         gnus-button-{man,emacs,mail}-level): New variables.
174         (gnus-button-alist): Use the above to buttonize emacs and mail
175         related links.
176
177 2002-09-18  Juanma Barranquero  <lektu@terra.es>
178
179         * gnus-int.el (gnus-status-message): Fix spacing.
180         
181         * imap.el (imap-continuation): Fix typos.
182
183 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
184
185         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
186
187         * gnus-art.el (gnus-article-reply-with-original): Correct
188         with-current-buffer scope.
189
190         * message.el (message-completion-alist): Add Reply-To, From, etc.
191
192 2002-09-18  Simon Josefsson  <jas@extundo.com>
193
194         * nnimap.el (nnimap-request-expire-articles): Make flag setting
195         conditional.  From Nevin Kapur <nevin@jhu.edu>.
196
197 2002-09-17  Simon Josefsson  <jas@extundo.com>
198
199         * nnimap.el (nnimap-expiry-target): Don't search for which
200         articles exists here.
201         (nnimap-request-expire-articles): Do it here instead.  Only expire
202         when articles are found.  Suggested by Nevin Kapur
203         <nevin@jhu.edu>.
204
205 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
206         From Reiner Steib <reiner.steib@gmx.de>.
207
208         * message.el (message-strip-subject-trailing-was)
209         (message-change-subject, message-add-archive-header)
210         (message-xpost-fup2-header, message-xpost-insert-note)
211         (message-xpost-fup2, message-reduce-to-to-cc): New functions
212         adopted from message-utils.el.  Add functions to the keymap, mode
213         describtion and menu.
214         (message-change-subject,message-xpost-fup2): Signal error if
215         current header is empty.
216         (message-xpost-insert-note): Changed insert position.
217         (message-archive-note): Ensure to insert note in message body (not
218         in head).
219         (message-archive-header, message-archive-note)
220         (message-xpost-default, message-xpost-note, message-fup2-note)
221         (message-xpost-note-function): New variables adopted from
222         message-utils.el.  Changed some doc-strings.
223         (message-mark-insert-{begin,end}): Rename from
224         message-{begin,end}-inserted-text-mark (message-utils.el), changed
225         values.
226         (message-subject-trailing-was-query)
227         (message-subject-trailing-was-ask-regexp)
228         (message-subject-trailing-was-regexp): New variables.
229         (message-to-list-only): Added doc-string and menu entry.
230
231         * message-utils.el: Removed.  Functions are now in message.el.
232
233 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
234
235         * gnus-art.el (gnus-article-reply-with-original,
236         gnus-article-followup-with-original): Switch to
237         gnus-summary-buffer before reply/followup.
238
239 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
240
241         * gnus-sum.el (gnus-summary-toggle-header): The article window may
242         not exist. Toggle it anyway.
243
244 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
245
246         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
247
248         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
249         Trivial patch from Urban Engberg <ue@ccieurope.com>.
250
251         * rfc2047.el (message-posting-charset): Defvar it.
252         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
253         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
254
255         * mail-source.el (mail-source-fetch): Hide password.
256
257         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
258
259 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
260         From John Paul Wallington <jpw@shootybangbang.com>.
261
262         * gnus.el (gnus-visual, gnus-meta): Fix typo.
263
264 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
265
266         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
267
268 2002-09-11  Simon Josefsson  <jas@extundo.com>
269
270         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
271         (nnimap-split-rule): Doc fix.
272         (nnimap-request-expire-articles): Cleanup code.
273
274 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
275         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
276
277         * gnus-art.el (gnus-article-address-banner-alist): New option.
278         (article-strip-banner): Refer the above option to split banners of
279         free mail servers, when no group parameter is specified.
280
281 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
282
283         * nntp.el (nntp-wait-for-string): Check for a process in the
284         current buffer instead of `nntp-server-buffer'.
285
286 2002-09-09  Simon Josefsson  <jas@extundo.com>
287
288         * gnus-art.el (gnus-button-man-handler): New variable.
289         (gnus-button-alist): Use g-b-handle-man.
290         (gnus-button-handle-man): New, call g-b-man-handler.
291
292 2002-09-08  Simon Josefsson  <jas@extundo.com>
293
294         * gnus-art.el (gnus-button-alist): Buttonize man page links.
295
296 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
297
298         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
299
300 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
301
302         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
303
304         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
305         keystroke.
306
307         * gnus-srvr.el (gnus-browse-describe-group): New command and
308         keystroke.
309
310 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
311
312         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
313         value for gnus-decoration property.
314
315 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
316
317         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
318         string) as group name in case we have a CRLF in the file.
319
320 2002-09-04  Jesper harder  <harder@ifa.au.dk>
321
322         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
323         group.
324         (rfc1843-decode-hzp): do.
325         (rfc1843-newsgroups-regexp): do.
326
327 2002-09-04  Simon Josefsson  <jas@extundo.com>
328
329         * message.el (message-canlock-generate): Make sure sha1 doesn't
330         call external programs.
331
332 2002-09-03  Simon Josefsson  <jas@extundo.com>
333
334         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
335
336         * gnus-agent.el (gnus-agent-batch): Add doc.
337
338 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
339
340         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
341         check for signed and encrypted parts.
342         * mml.el (mml-parse-1): Correct small typo which preventing
343         setting recipients in a secure tag.
344
345 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
346
347         * mm-util.el (mm-coding-system-priorities): Default to a list of
348         iso-2022-jp and others for the Japanese environment.
349
350 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
351
352         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
353         invalid display names.
354
355 2002-08-30  Simon Josefsson  <jas@extundo.com>
356
357         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
358         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
359
360 2002-08-26  Jesper harder  <harder@ifa.au.dk>
361
362         * gnus.el (gnus-group-charter-alist): New option.
363         (gnus-group-fetch-control-use-browse-url): New option.
364
365         * gnus-group.el (gnus-group-fetch-charter): New function.
366         (gnus-group-fetch-control): New function.
367         Add them to the keymap and menu. Require mm-url.
368
369 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
370
371         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
372         From Alex Schroeder <alex@emacswiki.org>.
373
374 2002-08-29  Jesper harder  <harder@ifa.au.dk>
375
376         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
377         items expecting user interaction.
378
379         * gnus-topic.el (gnus-topic-make-menu-bar): do.
380
381         * gnus-sum.el (gnus-summary-make-menu-bar): do.
382
383         * gnus-srvr.el (gnus-server-make-menu-bar): do.
384
385         * mml.el (mml-menu): do.
386
387 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
388
389         * mail-source.el (mail-source-touch-pop): New function.
390
391         * message.el (message-smtpmail-send-it): New function.
392         (message-send-mail-function): Add it for a candidate.
393
394 2002-08-27  Simon Josefsson  <jas@extundo.com>
395
396         * gnus-msg.el (posting-charset-alist): Use
397         gnus-define-group-parameter instead of defcustom.
398         (gnus-put-message): Handle SPC in GCC.
399         (gnus-inews-insert-gcc): Ditto.
400         (gnus-inews-insert-archive-gcc): Ditto.
401
402 2002-08-26  Simon Josefsson  <jas@extundo.com>
403
404         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
405         (gnus-agentize): Auto agentize all nntp and nnimap groups.
406         (gnus-agent-possibly-save-gcc): Autoload.
407         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
408
409 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
410
411         * gnus.el (gnus-other-frame-function): New user option.
412         (gnus-other-frame): Use it; add a doc-string; make it work with
413         the gnuclient program.
414
415         * gnus-util.el (gnus-frame-or-window-display-name): New function.
416
417         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
418         `device-connection' and `dfw-device'.
419
420 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
421
422         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
423         positives, make it stricter.  From Jochen Hein (trivial change).
424
425 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
426
427         * gnus.el (gnus-other-frame): Trivial fix.
428
429 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
430
431         * gnus.el (gnus-other-frame-parameters): New user option.
432         (gnus-other-frame-object): New variable.
433         (gnus-other-frame): Make it search for existing Gnus frame; don't
434         read new news; delete frame on exit.
435
436         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
437
438         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
439
440 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
441         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
442
443         * message.el (message-set-auto-save-file-name): Add support for
444         the Cygwin Emacs; the system-type is `cygwin'.
445         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
446
447 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
448
449         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
450
451         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
452         avoid arithmetic errors.
453
454 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
455
456         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
457
458 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
459
460         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
461         (message-ignored-resent-headers): Add envelope From.
462
463 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
464
465         * gnus.el (gnus-summary-line-format): Document %k specifier.
466
467 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
468
469         * gnus-sum.el (gnus-summary-line-message-size): New function.
470         (gnus-summary-line-format-alist): Use it.
471
472 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
473
474         * gnus-art.el (article-make-date-line): Refer to the value for
475         `gnus-article-time-format' in the summary buffer.
476
477         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
478
479 2002-08-14  Simon Josefsson  <jas@extundo.com>
480
481         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
482         quoting.
483         (gnus-button-alist): Fix doc.
484         (gnus-header-button-alist): Use ' not ` for default value quoting.
485         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
486         rationale similar to 2002-05-01 change.
487         (gnus-article-add-buttons-to-head): Evaluate expression.
488
489         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
490
491 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
492
493         * message.el (message-font-lock-keywords): Refer to the value for
494         `message-cite-prefix-regexp' dynamically.
495
496 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
497
498         * gnus-art.el (gnus-decode-header-methods): Doc fix.
499
500 2002-08-12  Simon Josefsson  <jas@extundo.com>
501
502         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
503         (imap-shell-open): Skip initial junk before IMAP greeting.
504
505 2002-08-11  Simon Josefsson  <jas@extundo.com>
506
507         * message-utils.el (message-xpost-default,
508         message-xpost-fup2-header, message-xpost-fup2): Fixed
509         Typos.  Trivial changes from Reiner Steib
510         <4uce.02.r.steib@gmx.net>.
511
512 2002-08-09  Simon Josefsson  <jas@extundo.com>
513
514         * message.el (message-canlock-password): Set
515         canlock-password-for-verify to newly generated canlock-password.
516         When Emacs is restarted, Custom makes sure this is set, but during
517         the same session we must set it manually.
518
519 2002-08-07  Jesper harder  <harder@ifa.au.dk>
520
521         * yenc.el: New file.
522
523         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
524         (mm-uu-type-alist): Add yenc.
525         (mm-uu-yenc-filename): New function.
526         (mm-uu-yenc-extract): New function.
527
528         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
529
530 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
531
532         * dgnushack.el (merge): Don't use coerce.
533
534 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
535
536         * mailcap.el (mailcap-mime-data): Test window-system rather than
537         mm-device-type.
538         (mailcap-mime-data): Call xdvi and gv with "-safer".
539
540         * mm-util.el: Don't define mm-device-type.
541
542 2002-08-05  Simon Josefsson  <jas@extundo.com>
543
544         * mm-util.el (mm-coding-system-priorities): coding-system type not
545         supported everywhere.
546
547 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
548
549         * gnus.el (gnus-version-number): Bumped version number.
550
551 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
552
553         * gnus.el: Oort Gnus v0.07 is released.
554
555 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
556
557         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
558         (gnus-article-sort-functions): Doc fix.
559         (t): New keystroke.
560         (gnus-article-sort-by-random): New function.
561         (gnus-thread-sort-by-random): New function.
562
563 2002-08-02  Simon Josefsson  <jas@extundo.com>
564
565         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
566         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
567
568 2002-07-31  Danny Siu  <dsiu@adobe.com>
569
570         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
571         when splitting malformed messages without message-id
572
573 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
574         From Niklas Morberg <niklas.morberg@axis.com>.
575
576         * nnweb.el (nnweb-type, nnweb-type-definition)
577         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
578         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
579         functionality.
580         * nnweb.el: Removed old non-functioning search engines.
581
582 2002-07-27  Simon Josefsson  <jas@extundo.com>
583
584         * message.el (message-forward-make-body): Don't use
585         `message-forward-ignored-headers' when doing a "raw" followup (it
586         is important to preserve e.g. CTE).
587
588         * flow-fill.el (fill-flowed): Disable filladapt-mode.
589
590         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
591         regexp-quote, Cyrus Sieve is fixed.
592
593         * sieve-manage.el (sieve-manage-deletescript): New function.
594
595         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
596         (sieve-manage-mode): Fix menubar.
597         (sieve-activate): Change some messages.
598         (sieve-deactivate-all): New function.
599         (sieve-deactivate): New alias.
600         (sieve-remove): New function.
601         (sieve-help): Fix help.
602         All suggested by Ned Ludd.
603
604 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
605
606         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
607         (mm-w3m-safe-url-regexp): New user option.
608
609         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
610         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
611
612 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
613
614         * gnus-sum.el (gnus-summary-delete-article): Force
615         nnmail-expiry-target to 'delete, so that absolute deletion
616         happens when absolute deletion is requested.
617
618 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
619         From Nevin Kapur <nevin@jhu.edu>.
620
621         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
622         headers as empty headers.
623
624 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
625         From Jochen Hein <jochen@jochen.org>.
626
627         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
628         correct typo.
629         (gnus-emphasis-strikethru): New face.
630
631 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
632         From Jason Merrill <jason@redhat.com>.
633
634         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
635         entire file for each of a sequence of missing articles.
636
637         * gnus-salt.el (gnus-binary-display-article): Respect an existing
638         value for gnus-view-pseudos.
639
640         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
641         avoid nreverse.
642
643 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
644         From Ted Zlatanov <teodor.zlatanov@divine.com>.
645
646         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
647         (gnus-summary-mode-line-format-alist): Add %h for number of
648         spams.
649         (gnus-newsgroup-spam-marked): New variable.
650         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
651         (gnus-article-read-p, gnus-article-mark)
652         (gnus-set-global-variables, gnus-set-global-variables)
653         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
654         (gnus-summary-mark-article-as-unread)
655         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
656         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
657         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
658
659 2002-07-10  Simon Josefsson  <jas@extundo.com>
660
661         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
662         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
663
664 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
665
666         * gnus-sum.el (gnus-summary-delete-article): Respect group
667         parameters while expiring.
668
669 2002-07-08  Simon Josefsson  <jas@extundo.com>
670
671         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
672         Enberg.
673
674 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
675
676         * gnus-art.el (article-unsplit-urls): Only display MIME when this
677         function is called interactively.  From Niklas Morberg.
678
679 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
680
681         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
682         cdaar to cdar and car.
683
684         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
685         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
686
687 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
688
689         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
690         don't break a narrowed article.
691
692         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
693         (nntp-open-via-rlogin-and-telnet): Ditto.
694
695 2002-07-02  Didier Verna  <didier@xemacs.org>
696
697         * nnmail.el (nnmail-split-methods): fix custom type.
698
699 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
700
701         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
702         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
703
704 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
705
706         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
707         (gnus-summary-resend-message): Use it.
708
709 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
710
711         * nntp.el (nntp-via-rlogin-command-switches): New variable.
712         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
713
714 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
715
716         * message.el (message-font-lock-keywords): Don't fontify
717         headers in the message body, only in the header.
718         (message-font-lock-make-header-matcher): New function, used by
719         message-font-lock-keywords.
720         From Katsumi Yamaoka <yamaoka@jpl.org>.
721
722 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
723
724         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
725
726 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
727
728         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
729
730 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
731
732         * message.el (message-font-lock-keywords): Revert 2002-06-22
733         change.
734
735 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
736
737         * message.el (message-font-lock-keywords): Put colon in header
738         name match.
739
740 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
741
742         * message.el (message-font-lock-keywords): Don't use header faces
743         in the body.  Thanks to Stefan Monnier for the hint on the
744         implementation.
745
746 2002-05-09  Miles Bader  <miles@gnu.org>
747
748         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
749         (gnus-article-hide-citation): Respect it.
750
751 2002-04-12  Juanma Barranquero  <lektu@terra.es>
752
753         * pop3.el (pop3-open-server): Fix typo.
754
755 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
756
757         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
758         instead of push to ignore duplicate to-(list|address) values.
759         * nnmail.el (nnmail-cache-ignore-groups): New.
760         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
761
762 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
763
764         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
765         before sending.  Suggested by Jan Rychter.
766
767 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
768
769         * dgnushack.el (remove): New compiler macro.
770         (last, coerce, subseq): Remove compiler macros for those built-in
771         or unused functions.
772
773 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
774
775         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
776         sure to write byte-compiled versions of gnus-*-format-alist to
777         .newsrc.eld.  From Simon Josefsson.
778
779 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
780
781         * gnus-agent.el (gnus-agent-read-servers)
782         (gnus-agent-write-servers): Put server name (string like
783         "nnchoke:frumple") in the file instead of a server specification
784         (Lisp expression like (nnchoke "frumple" ...parameters...)).
785         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
786
787 2002-06-16  Simon Josefsson  <jas@extundo.com>
788
789         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
790         Reiner Steib <4uce.02.r.steib@gmx.net>.
791
792 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
793
794         * nnheader.el (nnheader-file-name-translation-alist): Set the
795         default value for MS Windows systems.
796
797         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
798
799 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
800
801         * message.el (message-beginning-of-line): Keep the region active
802         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
803
804 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
805
806         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
807         * gnus-msg.el (gnus-summary-reply): Ditto.
808         * gnus-msg.el (gnus-summary-handle-replysign): New.
809
810 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
811
812         * message.el (message-send-mail-with-sendmail): Kill errbuf even
813         if sending failed.
814
815 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
816
817         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
818         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
819         to sign while encrypting.
820
821 2002-06-11  Simon Josefsson  <jas@extundo.com>
822
823         * gnus-int.el (gnus-request-move-article): Agent expire article if
824         successfuly moved.
825
826         * nnweb.el (nnweb-google-create-mapping): Honors the value of
827         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
828
829 2002-06-10  Simon Josefsson  <jas@extundo.com>
830
831         * gnus-int.el (gnus-request-expire-articles): Fix last change?
832
833 2002-06-09  Simon Josefsson  <jas@extundo.com>
834
835         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
836
837         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
838
839 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
840
841         * flow-fill.el (fill-flowed): Ignore errors.
842
843 2002-06-06  Simon Josefsson  <jas@extundo.com>
844
845         * message.el (message-send-mail-with-sendmail): Improve error message.
846
847 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
848
849         * message.el (message-interactive): Change default from nil to t.
850         Better to be safe than to be fast.
851
852 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
853
854         * message.el (message-send-mail-with-sendmail): Check return value
855         from call-process-region.
856
857 2002-06-04  Simon Josefsson  <jas@extundo.com>
858
859         * gnus-msg.el (gnus-group-mail, gnus-group-news)
860         (gnus-group-post-news, gnus-summary-mail-other-window)
861         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
862         gnus-article-copy to nil, thereby inhibiting the `header' posting
863         style match to use data from last viewed article.
864         Suggested by Hrvoje Niksic.
865
866 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
867
868         * spam.el (spam-point-at-eol): New alias.
869         (spam-parse-whitelist): Use it.
870
871 2002-06-03  Simon Josefsson  <jas@extundo.com>
872
873         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
874         (nnmail-article-group): Use it.
875
876 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
877
878         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
879         so that code reading them won't be surprised.  From Jesper Harder
880         <harder@ifa.au.dk>.
881
882 2002-05-29  Simon Josefsson  <jas@extundo.com>
883
884         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
885         articles.
886
887         * gnus.el (gnus-agent-cache): Doc fix.
888         (gnus-agent): Change default to t.
889
890         * gnus-agent.el (gnus-agent-expire): Make it accept optional
891         ARTICLES, GROUP and FORCE parameters.
892
893 2002-05-28  Simon Josefsson  <jas@extundo.com>
894
895         * gnus-group.el (gnus-group-line-format): Doc fix.
896
897 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
898
899         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
900         original article before yanking.  From Jesper Harder
901         <harder@ifa.au.dk>.
902
903 2002-05-26  Simon Josefsson  <jas@extundo.com>
904
905         * gnus-sum.el (gnus-summary-menu-split): New function.
906         (gnus-summary-make-menu-bar): Split charset submenu.
907         (gnus-summary-menu-maxlen): New variable.
908         (gnus-summary-menu-split): Use it.
909
910 2002-05-25  Simon Josefsson  <jas@extundo.com>
911
912         * mml.el (mml-preview): Generate some headers.
913
914         * gnus.el (gnus-large-newsgroup): Fix :type.
915
916         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
917         Agent cache NOV's by default now).
918         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
919
920 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
921
922         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
923         call to gnus-parent-id when we check for References loops.
924         (gnus-summary-prepare-threads): Avoid simplifying every Subject
925         twice by saving the simplified subject string in simp-subject.
926
927 2002-05-23  Simon Josefsson  <jas@extundo.com>
928
929         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
930         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
931
932         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
933         Niklas Morberg <niklas.morberg@axis.com>.
934
935 2002-05-22  Simon Josefsson  <jas@extundo.com>
936
937         * sieve.el (sieve-change-region): Define it before it is used.
938
939         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
940         (gnus-summary-reply): Ask for confirmation when replying to news.
941         Defaults to not ask.  From Benjamin Rutt
942         <rutt+news@cis.ohio-state.edu>.
943
944         * nnimap.el (nnimap-nov-is-evil): Improve doc.
945
946 2002-05-21  Simon Josefsson  <jas@extundo.com>
947
948         * sieve-mode.el (sieve-manage): Fix autoloads.
949
950         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
951         name (makes it work with recent Cyrus timsieved).
952
953 2002-05-20  Jason  <jbaker@cs.utah.edu>
954
955         * gnus-art.el (gnus-request-article-this-buffer): Try
956         reconnecting if you don't get the message.
957
958 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
959
960         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
961         Reply-To headers from the headers.
962
963 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
964
965         * mm-url.el (mm-url-insert): Remove junk message.
966
967 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
968
969         * nnslashdot.el (nnslashdot-request-list): Parse new html.
970         (nnslashdot-use-front-page): New variable.
971         (nnslashdot-request-list): Use it.
972
973         * mm-url.el (mm-url-timeout): New variable.
974         (mm-url-retries): Ditto.
975         (mm-url-insert): Use it.
976
977 2002-05-16  Simon Josefsson  <jas@extundo.com>
978
979         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
980         (gnus-simplify-subject-functions): Mention g-s-a-w.
981
982 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
983
984         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
985         nnmail-cache-insert.
986         * nndiary.el (nndiary-request-accept-article): Ditto.
987         * nnfolder.el (nnfolder-request-accept-article): Ditto.
988         * nnimap.el (nnimap-request-accept-article): Ditto.
989         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
990         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
991         * nnmbox.el (nnmbox-request-accept-article): Ditto.
992         * nnmh.el (nnmh-request-accept-article): Ditto.
993         * nnmail.el (nnmail-cache-insert): Change group to required,
994         removed code which tried to figure out the group.
995
996 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
997
998         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
999         messages. From Hans de Graaff <hans@degraaff.org>.
1000         * nnml.el (nnml-request-accept-article): Pass in the group name to
1001         nnmail-cache-insert, since it's available.
1002
1003 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
1004
1005         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
1006
1007 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1008         From Florian Weimer <fw@deneb.enyo.de>.
1009
1010         * gnus.el (subscribed): New group parameter.
1011         (gnus-find-subscribed-addresses): Use it.
1012
1013 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
1014
1015         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
1016         the default for pgpmime to support pgp v2.
1017         * mml-sec.el (mml-signencrypt-style): New accessor function to
1018         allow users to get/set the signencrypt style more easily without
1019         frobbing the alist directly.
1020         * mml.el (mml-generate-mime-1): Use accessor function.
1021
1022 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1023
1024         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
1025         parenthesis for "<" and ">".  Suggested by Andreas Schwab
1026         <schwab@suse.de>.
1027
1028 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1029
1030         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
1031         when intuiting the group the message is written to.  From Josh
1032         Huber <huber@alum.wpi.edu>.
1033
1034 2002-05-06  Simon Josefsson  <jas@extundo.com>
1035
1036         * gnus-topic.el (gnus-group-topic-parameters): Work when group
1037         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
1038
1039 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
1040
1041         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
1042         argument, and fixed compiler warning. (added autoload for
1043         gpg-encrypt).
1044
1045 2002-05-04  Simon Josefsson  <jas@extundo.com>
1046
1047         * mml1991.el (mml1991-function-alist): Doc fix.
1048
1049         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
1050         doesn't exist (for previewing messages without having Gnus
1051         started).
1052
1053         * mm-util.el (mm-coding-system-priorities): Defcustom.
1054
1055         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
1056
1057 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
1058
1059         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
1060         default.
1061         * mml-sec.el:
1062         * mml-sec.el (mml-signencrypt-style): New.
1063         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
1064         argument `sign'.
1065         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
1066         signencrypt.
1067         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
1068         * mml.el (mml-generate-mime-1): Changed logic so a part which is
1069         both signed & encryped is processed in one operation. (rather than
1070         two separate ops: sign, then encrypt)
1071         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
1072         indication if a message is signed by an expired key.
1073         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
1074         enables combined sign & encrypt operation. (this was always on
1075         before).
1076         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
1077
1078 2002-05-01  Simon Josefsson  <jas@extundo.com>
1079
1080         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
1081         server.
1082         (nnimap-mailbox-info): defvar instead of defvoo.
1083
1084 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1085
1086         * gnus.el: Oort Gnus v0.06 is released.
1087
1088 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1089
1090         * lpath.el: Bind url-package-version.
1091
1092 2002-05-01  Simon Josefsson  <jas@extundo.com>
1093
1094         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
1095         filename before deleting the group itself, because the presence of
1096         a group filename decides if long filenames are used or not.
1097
1098         * gnus-art.el (gnus-button-alist): Don't inline
1099         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
1100         without also modifying g-button-alist.
1101         (gnus-button-alist): Fix type to allow variable as well as regexp.
1102         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
1103         themselves, variables to its contents.
1104         (gnus-button-entry): Ditto.
1105
1106 2002-05-01  Simon Josefsson  <jas@extundo.com>
1107
1108         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
1109         UIDNEXT as a string.
1110
1111         * nnimap.el (nnimap-string-lessp-numerical): New function.
1112         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
1113         integers.
1114
1115 2002-04-29  Simon Josefsson  <jas@extundo.com>
1116
1117         * nnmail.el (nnmail-cache-insert): Accept optional group
1118         parameter.
1119
1120         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
1121         n-r-g-a is disabled.
1122
1123 2002-04-29  Simon Josefsson  <jas@extundo.com>
1124
1125         * nnimap.el (nnimap-split-fancy): Fix doc.
1126         (nnimap-split-fancy): Fix doc.
1127
1128         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
1129         (nnimap-mailbox-info): New internal variable.
1130         (nnimap-retrieve-groups): Implement faster new mail check.
1131
1132         * nnimap.el (nnimap-split-articles): Support
1133         nnmail-cache-accepted-message-ids.
1134         (nnimap-request-accept-article): Ditto.
1135
1136         * imap.el (imap-mailbox-status-asynch): New command.
1137
1138 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
1139
1140         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
1141         are no subscribed mail groups.
1142         - Strip quoted names when comparing addresses
1143
1144 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
1145
1146         * mm-decode.el (mm-text-html-renderer): Change customize type to
1147         const.
1148
1149         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
1150         (gnus-debug-exclude-variables): do.
1151
1152 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1153
1154         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
1155         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
1156
1157 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1158
1159         * dns.el (dns-make-network-process): New macro.
1160         (query-dns): Use it.
1161
1162 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1163
1164         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
1165         article-buffer.
1166
1167         * mm-url.el (mm-url-package-name): New variable.
1168         (mm-url-package-version): New variable.
1169         (mm-url-insert-file-contents): Bind url-package-name and
1170         url-package-version here.
1171         * nnrss.el (nnrss-insert-w3): Move the bindings.
1172
1173         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
1174         url-package-version. Trivial change from Andrew J Cosgriff
1175         <ajc@polydistortion.net>
1176
1177         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
1178         attachments. Trivial change from Peter 'Luna' Runestig
1179         <peter@runestig.com>.
1180
1181 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
1182
1183         * nnkiboze.el (nnkiboze-request-scan): Call
1184         nnkiboze-possibly-change-group.
1185         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
1186         problems.
1187         (nnkiboze-generate-group): Set newsrc to the *highest* article
1188         number kibozed, not the lowest.
1189
1190 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
1191
1192         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
1193
1194 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1195         From Dan Christensen <jdc+news@uwo.ca>.
1196
1197         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
1198         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
1199         Recognize math postings.  Extract Date (now ignores "(15kb)").
1200         Extract email address using gnus-extract-address-components
1201         instead of just taking the first word.  Create Date and From
1202         headers for message which are missing these headers.  Get rid
1203         of spurious \\ lines (purely cosmetic).  Extend body-end and
1204         file-end regexps, to exclude more garbage from the message.
1205         Make URL rephrasing regexp more flexible, to match current
1206         format.
1207
1208 2002-04-23  Simon Josefsson  <jas@extundo.com>
1209
1210         * netrc.el: New file, functions copied from gnus-util.el by Ted
1211         Zlatanov <tzz@lifelogs.com>.
1212
1213         * gnus-util.el: Require netrc.
1214         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
1215         new code in netrc.el.
1216
1217 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1218
1219         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
1220         message-ignored-resent-headers, too.  From Matthieu Moy
1221         <Matthieu.Moy@imag.fr>.
1222
1223 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1224
1225         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
1226         boolean not a string
1227         * gnus-group.el (gnus-group-line-format): add description of %C
1228         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
1229           as %C
1230         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
1231
1232 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
1233
1234         * nnmaildir.el (nnmaildir-request-scan): typo: set
1235         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
1236         nnmail-get-new-mail for 'find-new-groups.
1237
1238 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
1239
1240         * nnmaildir.el (nnmaildir-request-update-info,
1241         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
1242         unnecessary calls to nnmaildir-request-scan.
1243
1244 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
1245
1246         * gnus-msg.el:
1247         * gnus-msg.el (gnus-message-replysign): New.
1248         * gnus-msg.el (gnus-message-replyencrypt): New.
1249         * gnus-msg.el (gnus-message-replysignencrypted): New.
1250         * gnus-msg.el (gnus-summary-reply): Use the three new variables
1251         (above) to automatically encrypt/sign to encrypted/signed
1252         messages.
1253         * message.el:
1254         * message.el (message-mode-map): Add keybinding for
1255         `message-to-list-only'
1256         * message.el (message-mode): Add description for
1257         `message-to-list-only'
1258         * message.el (message-to-list-only): New.
1259         * message.el (message-make-mft): Changed to use the cl loop macro,
1260         and added optional flag to return only the matched list. (for use
1261         in new message-to-list-only function)
1262
1263 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
1264
1265         * gnus-msg.el:
1266         * gnus-msg.el (gnus-message-replysign):
1267         * gnus-msg.el (gnus-replysign): New.
1268         * gnus-msg.el (gnus-replyencrypt): New.
1269         * gnus-msg.el (gnus-replysignencrypted): New.
1270         * gnus-msg.el (gnus-summary-reply):
1271         * message.el:
1272         * message.el (message-mode-map):
1273         * message.el (message-mode):
1274         * message.el (message-to-list-only): New.
1275         * message.el (message-make-mft):
1276
1277 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
1278
1279         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
1280
1281 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
1282
1283         * message.el (message-gen-unsubscribed-mft): accept a prefix
1284         argument so CC can be included with C-u C-c C-f C-a
1285
1286 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1287         From Ted Zlatanov <teodor.zlatanov@divine.com>.
1288
1289         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
1290         Improve docstring.
1291         (spam-enter-blacklist): New command.
1292
1293         * gnus-sum.el (gnus-spam-mark): New mark.
1294         (gnus-auto-expirable-marks): Add gnus-spam-mark.
1295         (gnus-summary-make-tool-bar): Correct conditional.
1296         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
1297         (gnus-summary-mark-as-spam): New command.
1298
1299 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
1300
1301         * mml-sec.el (mml-secure-message): changed to support arbritrary
1302         modes.
1303         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
1304         changed to support "signencrypt" mode.
1305         * mml.el (mml-parse-1): changed to support different secure modes
1306         more easily. (for signencrypt)
1307
1308 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
1309
1310         * gnus-sum.el (gnus-update-summary-mark-positions)
1311         (gnus-summary-toggle-header):
1312         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
1313         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
1314         (gnus-uu-post-encoded):
1315         * nnfolder.el (nnfolder-possibly-change-group):
1316         * nnimap.el (nnimap-retrieve-headers):
1317         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
1318
1319 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
1320
1321         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
1322         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
1323
1324 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1325
1326         * gnus-srvr.el (gnus-server-set-info): Clear
1327         `gnus-server-method-cache' when `gnus-server-alist' is changed.
1328         From Daiki Ueno <ueno@unixuser.org>.
1329
1330 2002-04-11  Simon Josefsson  <jas@extundo.com>
1331
1332         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
1333         viewing of security buttons.  Thanks to Nicolas Kowalski
1334         <Nicolas.Kowalski@imag.fr>.
1335
1336         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
1337         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
1338         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
1339         <Nicolas.Kowalski@imag.fr>.
1340         (smime-decrypt-buffer): Ditto.
1341
1342 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1343
1344         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
1345         header line.
1346
1347 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
1348
1349         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
1350
1351 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1352
1353         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
1354
1355 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1356
1357         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
1358         errors when debug.
1359
1360 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
1361
1362         * message.el (message-make-mft): Changed MFT code from using
1363         message-recipients (which included Bcc) to use only the To and CC
1364         headers.
1365
1366 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
1367
1368         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
1369         add link.
1370         (gnus-treat-mail-picon): Ditto.
1371         (gnus-treat-newsgroups-picon): Ditto.
1372         (gnus-picon-databases): Fix custom type.
1373         (gnus-picon-databases): Add link.
1374         (gnus-article-x-face-command): Add to gnus-picon group.
1375
1376 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
1377
1378         * message.el (message-buffer-naming-style): Remove.
1379
1380 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
1381
1382         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
1383
1384         * message.el (message-tool-bar-map): Ditto.
1385
1386         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1387
1388 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1389
1390         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
1391
1392 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
1393
1394         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
1395
1396 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
1397
1398         * dns.el: open-network-stream under XEmacs does udp.
1399
1400 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
1401
1402         * spam.el (spam-enter-whitelist): New function.
1403         (spam-parse-whitelist): Ditto.
1404         (spam-refresh-list-cache): Ditto.
1405         (spam-address-whitelisted-p): New function.
1406
1407         * dns.el (query-dns): Use TCP when make-network-process isn't
1408         available.
1409         (dns-servers): New variable.
1410         (dns-parse-resolv-conf): New function.
1411         (query-dns): Use it.
1412
1413         * spam.el: New file.
1414
1415         * dns.el (query-dns): Test.
1416
1417 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1418
1419         * lpath.el (featurep): Bind make-network-process.
1420
1421 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
1422
1423         * nnmaildir.el: Use defstruct.  Use a single copy of
1424         nnmail-extra-headers to save memory.  Store server's group name
1425         prefix instead of each group's prefixed name.
1426         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
1427         nntp-server-buffer.
1428
1429 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1430
1431         * dns.el: New file.
1432
1433 2002-03-28  Simon Josefsson  <jas@extundo.com>
1434
1435         * gnus-sum.el (gnus-summary-dummy-line-format):
1436         * gnus.el (gnus-summary-line-format): Fixing links to Info.
1437         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
1438
1439 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1440
1441         * gnus-sum.el (gnus-summary-move-article)
1442         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
1443         the doc string.
1444
1445 2002-03-28  Simon Josefsson  <jas@extundo.com>
1446
1447         * mml-sec.el (mml-secure-message): Search after
1448         mail-header-separator from top of message.
1449
1450 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
1451
1452         * nnmaildir.el: Cosmetic changes.
1453         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
1454         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
1455         nnmaildir--group-ls): New macros/functions.  Use them.
1456         (nnmaildir--unlink): Evalutate argument only once.
1457
1458 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
1459
1460         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
1461         symbols.
1462         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
1463         `gnus-point-at-eol'.
1464
1465 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
1466
1467         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
1468         nnmaildir--marks-dir): New macros.  Use them.
1469         Use inhibit-quit for atomicity instead of in-memory journaling.
1470         (nnmaildir--edit-prep): New function.
1471         (Local Variables): Use it.
1472
1473 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
1474
1475         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
1476
1477 2002-03-25  Simon Josefsson  <jas@extundo.com>
1478
1479         * message.el (message-mode): Fix doc.
1480
1481 2002-03-25  Simon Josefsson  <jas@extundo.com>
1482
1483         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
1484         Matthieu Moy <Matthieu.Moy@imag.fr>.
1485
1486 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
1487
1488         * mml-sec.el (mml-unsecure-message): Add docstring.
1489
1490 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
1491
1492         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
1493         value.
1494         Trivial change from andre@slamdunknetworks.com
1495
1496 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
1497
1498         * mml.el (mml-mode-map): Added a keybinding for
1499         `mml-unsecure-message'.  Also, added a menu entry for said
1500         function in the Attachments menu.
1501
1502 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1503
1504         * canlock.el (canlock-version): Remove.
1505         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
1506         here; simplify \x insertions.
1507         (canlock-sha1): New function, always return a unibyte string.
1508         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
1509         of a password.
1510         (canlock-insert-header): Use `canlock-sha1'.
1511         (canlock-verify): Ditto.
1512
1513 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
1514
1515         * message.el (message-fix-before-sending): Add an option that
1516         ignores illegible text.
1517         Trivial change from Mark Milhollan <mlm@attglobal.net>
1518
1519         * message.el (message-font-lock-keywords): Support multi-line MML
1520         tags.
1521
1522         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
1523         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
1524
1525 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1526
1527         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
1528         symbols for "View as different encoding" submenu.
1529
1530 2002-03-19  Simon Josefsson  <jas@extundo.com>
1531
1532         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
1533         encoding" submenu.
1534
1535 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
1536
1537         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
1538
1539 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1540
1541         * gnus-sum.el (gnus-sum-thread-tree-root)
1542         (gnus-sum-thread-tree-single-indent)
1543         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
1544         (gnus-sum-thread-tree-leaf-with-other)
1545         (gnus-sum-thread-tree-single-leaf): Make customizable.
1546
1547 2002-03-16  Simon Josefsson  <jas@extundo.com>
1548
1549         * gnus-util.el (gnus-extract-address-components): Don't break on
1550         names such as James "Kibo" Parry.  From Francis Litterio
1551         <franl@world.std.com>.
1552
1553 2002-03-13  Simon Josefsson  <jas@extundo.com>
1554
1555         * pop3.el (pop3-open-server): Revert multibyte change.  From
1556         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
1557
1558         * message.el (message-send-mail-with-qmail): Make it work.  From
1559         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
1560
1561 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
1562
1563         * message.el (message-make-mft): Set case-fold-search while
1564         generating the MFT.  Also, a little cleanup in the MFT code.
1565
1566 2002-03-12  Simon Josefsson  <jas@extundo.com>
1567
1568         * message.el (message-qmail-inject-args): May be function.
1569         (message-send-mail-with-qmail): Call function if m-q-i-a is
1570         function.  From fn@hungry.org (Faried Nawaz).
1571
1572 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
1573
1574         * message.el (message-abbrevs-loaded): Remove.
1575         (mailabbrev): Require it.
1576
1577         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
1578
1579 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1580
1581         * pop3.el (pop3-open-server): Set process buffer unibyte.
1582
1583 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1584
1585         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
1586
1587 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
1588
1589         * nnslashdot.el (nnslashdot-request-article): Remove javascript
1590         too.
1591
1592 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
1593
1594         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
1595         duplication.
1596         (gnus-summary-save-parts-type-history): Ditto.
1597         (gnus-summary-save-parts-last-directory): Ditto.
1598         Trivial change from andre@slamdunknetworks.com
1599
1600 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
1601
1602         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
1603
1604 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1605
1606         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
1607         -->" as the end of the first article.
1608
1609         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
1610         From Matthieu Moy <Matthieu.Moy@imag.fr>
1611
1612         * message.el (message-add-action): Use add-to-list.
1613         (message-delete-action): New function.
1614
1615         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
1616         pieces.
1617
1618 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
1619
1620         * nnnil.el: New file.
1621         * gnus.el (gnus-valid-select-methods): Include nnnil.
1622
1623 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
1624
1625         * message.el (message-syntax-checks): Because canlock is
1626         supported, we disable sender syntax check.
1627         (message-shoot-gnksa-feet): Add cancel-messages option doc.
1628
1629         * gnus-draft.el (gnus-draft-send): If interactive, use its default
1630         value of message-syntax-checks.
1631
1632         * qp.el (quoted-printable-decode-region): Doc addition.
1633         From: Eli Zaretskii <eliz@is.elta.co.il>
1634
1635         * mail-source.el (make-source-make-complex-temp-name): Use
1636         make-temp-file.
1637
1638         * mm-util.el (mm-make-temp-file): New function.
1639         * nneething.el (nneething-file-name): Use it.
1640         * mml-smime.el (mml-smime-encrypt): Ditto.
1641         * mm-view.el (mm-inline-wash-with-file): Ditto.
1642         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
1643         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
1644         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
1645         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
1646         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
1647         * gnus-art.el (gnus-mime-print-part): Ditto.
1648
1649 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
1650
1651         * message.el (nnmaildir-article-number-to-base-name): New
1652         function.
1653         (nnmaildir-base-name-to-article-number): New function.
1654
1655 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1656
1657         * smime.el (smime-make-temp-file): Don't quote
1658         `temporary-file-directory'.
1659
1660 2002-03-04  Simon Josefsson  <jas@extundo.com>
1661
1662         * smime.el (smime-sign-region): Rename argument keyfiles to
1663         keyfile. You only sign something with one key.
1664         (smime-sign-buffer): Better completing-read prompt.
1665         (smime-decrypt-buffer): Ditto.
1666
1667         * smime.el (smime-make-temp-file): Make it work under XEmacs.
1668
1669         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
1670         completing-read.
1671         (mm-view-pkcs7-decrypt): CRLF->LF.
1672
1673 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
1674
1675         * message.el (message-hierarchical-addresses): New variable.
1676         (message-get-reply-headers): Use it.
1677         From Ted Zlatanov <teodor.zlatanov@divine.com>
1678
1679 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
1680
1681         * message.el (message-mode): If buffer-file-name, don't set auto
1682         save file name.
1683         Trivial change from Geoff Greene <ggreene@wpi.edu>
1684
1685 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
1686
1687         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
1688         takes one argument in read-char.
1689
1690         * message.el (message-fix-before-sending): Forward a char.
1691         Check mmu-multibyte-p, add control-1.
1692
1693 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1694
1695         * gnus-start.el (gnus-read-init-file): Ditto.
1696
1697         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
1698
1699         * dgnushack.el (dgnushack-make-load): Ditto.
1700
1701         * mail-source.el (mail-source-fetch): Extract the right error
1702         code.
1703
1704         * message.el (message-fix-before-sending): Check illegible text.
1705
1706         * gnus-util.el (gnus-multiple-choice): New function.
1707
1708         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
1709         also defined in gnus-score.el.
1710
1711 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
1712
1713         * message.el (message-get-reply-headers): downcase email addresses
1714         for comaparisons for duplicate removal.
1715
1716 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1717
1718         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
1719         implementation of PKCS#7, which just allows users read the
1720         message.
1721         (mm-view-pkcs7): Use it.
1722
1723 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1724
1725         * gnus.el (large-newsgroup-initial): New parameter.
1726
1727         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
1728         (gnus-summary-insert-old-articles): Ditto.
1729
1730 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1731
1732         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
1733         used as the default answer of the question, "How many articles?".
1734         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
1735
1736         * nnagent.el (nnagent-retrieve-headers): Remove articles with
1737         small numbers.
1738
1739 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
1740
1741         * deuglify.el: Fix comments.
1742
1743 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
1744
1745         * html2text.el (html2text-clean-anchor): If there is no HREF,
1746         insert nothing.
1747
1748         * mml.el (mml-generate-mime-1): Add cdr.
1749         From: andre@slamdunknetworks.com
1750
1751         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
1752         (mm-text-html-washer-alist): Ditto.
1753
1754         * mm-decode.el (mm-text-html-renderer): Add html2text.
1755
1756         * html2text.el: Face lift.
1757
1758         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
1759
1760 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1761
1762         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
1763
1764         * deuglify.el: Change copy right. Add autoload. Add coding-system.
1765
1766         * deuglify.el: New file. The original file name is
1767         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
1768
1769         * mm-decode.el (mm-display-external): Use
1770         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
1771
1772 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
1773
1774         * nnmaildir.el (nnmaildir-request-list): Report the highest
1775         article number, not the total number of articles.
1776
1777 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
1778
1779         * gnus-sum.el: Move uu key map here.
1780         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
1781
1782 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
1783
1784         * nnmaildir.el (nnmaildir-request-expire-articles): Use
1785         nnmail-expiry-wait* if expire-age parameter is not set.
1786
1787 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
1788
1789         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
1790         function.
1791         (gnus-group-sort-selected-groups-by-real-name): New function.
1792         (gnus-group-make-menu-bar): Add sort by real name.
1793
1794         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
1795         rebuild.
1796         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
1797         nil as dependencies as well.
1798
1799 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1800
1801         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
1802         for mime-parts.
1803
1804         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
1805
1806         * gnus-group.el (gnus-group-name-decode): Don't test
1807         multibyte-string, because it breaks XEmacs.
1808         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
1809
1810         * message.el (message-send-mail): Be talkative.
1811
1812         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
1813         (mm-automatic-display): Ditto.
1814
1815         * mailcap.el (mailcap-mime-data): Ditto.
1816         From: Reiner Steib <4uce.02.r.steib@gmx.net>
1817
1818 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1819
1820         * many files: Remove trailing whitespaces, replace spc+tab with
1821         tab, replace leading whitespaces with tabs.
1822
1823 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
1824
1825         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
1826         articles with no body and no blank line after the header.
1827
1828 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
1829
1830         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
1831         parts.
1832
1833         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
1834         non-ascii chars.
1835
1836         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
1837
1838         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
1839         w3-delay-image-loads.
1840         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
1841         (mm-w3-prepare-buffer): Ditto.
1842
1843         * mail-source.el (mail-source-fetch-directory): Run scripts.
1844
1845 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1846
1847         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
1848         for Majordomo confirmations.
1849
1850 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1851
1852         * gnus-fun.el (gnus-respond-to-confirmation): New command.
1853
1854 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1855
1856         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
1857
1858 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
1859
1860         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
1861         References header field.  From Mark Thomas <mthomas@cmu.edu>.
1862
1863 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
1864
1865         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
1866         (mm-inline-render-with-stdin): Ditto.
1867         (mm-inline-render-with-function): Ditto.
1868         (mm-inline-wash-with-file): Bind coding-system-for-write.
1869         (mm-inline-wash-with-stdin): Ditto.
1870
1871 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
1872
1873         Suggested by Felix Natter <fnatter@gmx.net>
1874
1875         * gnus-art.el (gnus-mime-view-part-externally): Rename from
1876         gnus-mime-externalize-view.
1877         (gnus-mime-view-part-internally): Rename from
1878         gnus-mime-internalize-view.
1879         (gnus-article-view-part-externally): Rename from
1880         gnus-article-externalize-part.
1881         (gnus-mime-action-alist): Change correspondingly.
1882         (gnus-mime-button-commands): Ditto.
1883         (gnus-mime-action-alist): Remove duplication.
1884
1885         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
1886
1887 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
1888
1889         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
1890
1891         * gnus-art.el (gnus-display-mime): Use it.
1892
1893         * mm-partial.el (mm-partial-find-parts): Use it.
1894
1895         * gnus-sum.el (gnus-article-loose-mime): Rename from
1896         gnus-article-no-strict-mime.
1897         (gnus-summary-save-parts): Use it.
1898
1899 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
1902         local variable.
1903
1904         * gnus-art.el (article-display-x-face): Don't sort multiple
1905         X-Faces.
1906
1907 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1908
1909         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
1910         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
1911
1912         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
1913
1914 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1915
1916         Some ideas is inspired by code from Hrvoje Niksic
1917         <hniksic@arsdigita.com>
1918
1919         * gnus-art.el (gnus-article-wash-function): Set the default to
1920         nil, so that we use mm-text-html-renderer instead.
1921         (article-wash-html): Use mm-text-html-renderer.
1922
1923         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
1924         (mm-text-html-renderer): New variable.
1925         (mm-inline-text-html-renderer): Set the default to nil, so that we
1926         use mm-text-html-renderer instead.
1927
1928         * mm-view.el (mm-inline-text-html): New function.
1929         (mm-text-html-renderer-alist): New variable.
1930         (mm-inline-text-vcard): New function.
1931         (mm-inline-text): Split.
1932         (mm-links-remove-leading-blank): New function.
1933         (mm-inline-render-with-file): New function.
1934         (mm-inline-render-with-stdin): New function.
1935         (mm-inline-render-with-function): New function.
1936         (mm-text-html-washer-alist): New variable.
1937         (mm-inline-wash-with-file): New function.
1938         (mm-inline-wash-with-stdin): New function.
1939
1940 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1941
1942         * message-utils.el: Fix installation doc.
1943         From: Reiner Steib <4uce.02.r.steib@gmx.net>
1944
1945 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1946
1947         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
1948         (gnus-post-method): Use it.
1949         (gnus-summary-cancel-article): Find the correct post-method.
1950
1951         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
1952         * message.el (message-send-news): Ditto.
1953         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
1954         <ipmonger@delamancha.org>
1955
1956         * gnus.el (gnus-select-method): Fix doc.
1957         (gnus-server-string): Use 'using nntp'.
1958
1959         * gnus-agent.el (gnus-slave-unplugged): New command.
1960         From: Felix Natter <fnatter@gmx.net>
1961
1962 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1963
1964         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
1965         Call edit-done-function first, then change the window
1966         configuration.
1967         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
1968         (gnus-article-edit-mode): mml-mode.
1969
1970         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
1971         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
1972
1973         * message-utils.el: Adopt the file.
1974
1975         * message-utils.el: New file.
1976         From Holger Schauer <Holger.Schauer@gmx.de>
1977
1978 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1979
1980         * gnus-sum.el (gnus-summary-move-article): Select-article only
1981         when gnus-move-split-methods is non-nil. And we don't render or
1982         mark the article.
1983
1984         * gnus-fun.el (gnus-shell-command-to-string): New function.
1985         (gnus-shell-command-on-region): New function.
1986         (gnus-random-x-face): Use them.
1987         (gnus-x-face-from-file): Ditto.
1988         (gnus-convert-image-to-gray-x-face): Ditto.
1989         (gnus-convert-gray-x-face-to-xpm): Ditto.
1990         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
1991
1992 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1993
1994         * gnus-art.el (gnus-treat-display-xface): Don't use
1995         `shell-command-to-string' when compiling.
1996         (gnus-treat-display-grey-xface): Ditto.
1997
1998 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
1999
2000         * nnmaildir.el (nnmaildir--article-count): If the group is
2001         completely empty, report minimum article number as 1 instead of 0.
2002
2003 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
2004
2005         * gnus-agent.el (gnus-get-predicate): Use nconc.
2006
2007         * gnus-sum.el (gnus-summary-display-make-predicate): Use
2008         gnus-summary-display-cache as cache.
2009
2010         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
2011         (nndoc-mail-in-mail-type-p): New function.
2012         (nndoc-mail-in-mail-article-begin): New function.
2013
2014 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2015
2016         * mailcap.el (mailcap-mime-data): Use enriched-decode.
2017
2018         * gnus-cite.el (gnus-article-fill-cited-article): Bind
2019         use-hard-newlines to nil.
2020
2021         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
2022         image is not available if window-system is not available.
2023
2024         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
2025
2026 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
2027
2028         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
2029         bookmark, because update-mark doesn't handle it correctly.
2030
2031 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2032
2033         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
2034         directly instead of calling message-send-mail.
2035
2036         * gnus-start.el (gnus-read-descriptions-file): Use
2037         gnus-default-charset.
2038
2039         * mm-util.el (mm-guess-mime-charset): New function.
2040
2041         * gnus.el (gnus-default-charset): Use it.
2042         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
2043         the default.
2044
2045 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2046
2047         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
2048         (article-display-x-face): Use it.  Disable grey xface, if
2049         uncompface is not found.
2050
2051         * message.el (message-mode): Don't enable multibyte on an indirect
2052         buffer.
2053
2054         * nnrss.el (nnrss-content-function): New variable.
2055         (nnrss-request-article): Use it.
2056
2057 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2058
2059         * gnus.el: Add article-unsplit-urls.
2060         * gnus-sum.el: Ditto.
2061         * gnus-art.el (gnus-treat-strip-cr): New variable.
2062         (gnus-treatment-function-alist): Use it.
2063         (article-unsplit-urls): New function.
2064         (gnus-article-make-menu-bar): Use it.
2065         From: Michael Cook <michael.cook@cisco.com>
2066
2067 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2068
2069         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
2070         copy.
2071
2072 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
2073
2074         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
2075         with internal whitespace.
2076         (gnus-parent-id): Ditto.
2077
2078 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2079
2080         * gnus-art.el (gnus-article-treat-body-boundary): Add
2081         gnus-decoration property.
2082         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
2083
2084         * message.el (message-mode): Set local-abbrev-table.
2085         From Matt Armstrong <matt@lickey.com>.
2086
2087         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
2088         too many spaces.
2089
2090         * rfc2047.el (rfc2047-unfold-region): Ditto.
2091         (rfc2047-decode-region): Don't unfold. Let
2092         gnus-article-treat-unfold-headers do it.
2093
2094         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
2095         From: Jesper Harder <harder@ifa.au.dk>
2096
2097 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2098
2099         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
2100         (gnus-configure-posting-styles): Use it.
2101         (gnus-configure-posting-styles): Remove trailing newspaces.
2102
2103 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2104
2105         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
2106         is non-nil.
2107
2108         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
2109
2110         * gnus.el (gnus-server-to-method): Switch position with
2111         gnus-server-get-method.
2112         (gnus-agent): Add doc.
2113
2114         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
2115         (gnus-summary-save-parts): Use it.
2116
2117         * gnus-art.el (gnus-display-mime): Use it.
2118         * mm-partial.el (mm-partial-find-parts): Use it.
2119
2120         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
2121
2122         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
2123         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
2124
2125         * nnagent.el (nnagent-request-expire-articles): Don't delete
2126         files.
2127
2128 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
2129
2130         * message.el (message-gen-unsubscribed-mft): New function.
2131         From Sriram Karra <karra@cs.utah.edu>.
2132
2133         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
2134         open parenthesis.
2135
2136         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
2137         (mm-inline-text-html-render-with-w3): Ditto.
2138         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
2139         Suggested by Dave Love  <d.love@dl.ac.uk>.
2140
2141         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
2142
2143         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
2144         * nntp.el (nntp-send-command): Ditto.
2145         * nntp.el (nntp-send-command-nodelete): Ditto.
2146
2147 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
2148
2149         * mm-url.el (mm-url-load-url): New function.
2150         (mm-url-insert-file-contents): Use it.
2151
2152         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
2153
2154         * message.el (message-forward-make-body): Correctly copy
2155         forward-buffer.
2156
2157         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
2158
2159 2002-02-04  Simon Josefsson  <jas@extundo.com>
2160
2161         * gnus-art.el (gnus-article-followup-with-original): Mark with
2162         force, prevent errors when following up from article buffer.
2163         (gnus-article-reply-with-original): Ditto.
2164
2165         * binhex.el (binhex-decoder-switches): Fix doc.  From
2166         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2167
2168 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
2169
2170         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
2171         highlight-citation after emphasize.
2172
2173 2002-02-04  Simon Josefsson  <jas@extundo.com>
2174
2175         * nnfolder.el (nnfolder-open-marks):
2176
2177         * nnml.el (nnml-open-marks): Message when done.  From David
2178         Edmondson <dme@sun.com>.
2179
2180 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
2181
2182         * imap.el (imap-anonymous-auth): Fix typo.
2183         From: Steinar Bang <sb@dod.no>
2184
2185         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
2186         save-excursion.
2187         (gnus-cache-braid-heads): Ditto.
2188
2189         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
2190         line, because there are extra articles in the overview buffer.
2191
2192         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
2193
2194         * message.el (message-forward-rmail-make-body): Directly use
2195         rmail-msg-restore-non-pruned-header to avoid calling
2196         vertical-motion.
2197
2198 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2199
2200         * gnus-cache.el (gnus-summary-insert-cached-articles):
2201         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
2202
2203         * gnus-group.el (gnus-group-mark-article-read): Nreverse
2204         gnus-newsgroups-unselected.
2205
2206         * gnus-agent.el (gnus-summary-set-agent-mark): Use
2207         gnus-add-to-sorted-list.
2208
2209         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
2210         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
2211         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
2212         (gnus-update-read-articles): UNREAD is sorted.
2213         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
2214         (gnus-newsgroup-marked, gnus-newsgroup-cached)
2215         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
2216         (gnus-newsgroup-dormant): Require sorted.
2217
2218         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
2219         directories.
2220         (gnus-dired-print): New function.
2221
2222         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
2223         ps-despool.
2224
2225 2002-02-02  Simon Josefsson  <jas@extundo.com>
2226
2227         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
2228
2229 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2230
2231         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
2232         t. This makes gnus-agent customizable without putting
2233         gnus-agentize into .gnus.
2234
2235         * gnus.el (gnus-agent): Make it customizable.
2236
2237         * gnus-dired.el: New file.
2238         From Benjamin Rutt <brutt@bloomington.in.us>
2239
2240         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
2241         if no article.
2242         (gnus-cache-possibly-remove-article): Ditto.
2243         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
2244
2245 2002-02-01  Simon Josefsson  <jas@extundo.com>
2246
2247         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
2248
2249 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2250
2251         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
2252         (mm-setup-w3m): Don't bind keys listed in the above.
2253
2254 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
2257         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
2258         is non-nil; bind `w3m-force-redisplay' with nil.
2259
2260         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2261
2262         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
2263
2264 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
2265
2266         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
2267         use mail-header-unfold-field.
2268
2269         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
2270         gnus-summary-limit.
2271
2272         * gnus-range.el (gnus-add-to-sorted-list): New function.
2273         * gnus-sum.el (gnus-mark-article-as-read): Use it.
2274         (gnus-mark-article-as-unread): Ditto.
2275         (gnus-summary-mark-article-as-unread): Ditto.
2276         (gnus-build-get-header): Ditto.
2277         (gnus-summary-prepare-threads): Ditto.
2278         (gnus-summary-insert-pseudos): Ditto.
2279         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
2280         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
2281         (gnus-summary-insert-old-articles): Ditto.
2282
2283         * gnus-msg.el (gnus-posting-styles): Add new format of header.
2284         (gnus-configure-posting-styles): Support the new format.
2285
2286         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
2287         edebug-form-spec to (sexp body).
2288         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
2289
2290         * message.el (message-reply-headers): Add doc.
2291
2292 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
2293
2294         * gnus-group.el (gnus-group-delete-group): Nix the entry in
2295         gnus-cache-active-hashtb.
2296
2297         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
2298         (gnus-agent-summary-fetch-group): Use it.
2299
2300         * gnus-msg.el (gnus-debug-files): New variable.
2301         (gnus-debug-exclude-variables): New variable.
2302         (gnus-debug): Use them.
2303
2304         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
2305
2306 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
2307
2308         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
2309         (message-mode-syntax-table): Move back the previous position.
2310
2311         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
2312
2313         * gnus-agent.el (gnus-agent-retrieve-headers): Use
2314         gnus-sorted-difference.
2315
2316         * nnsoup.el (nnsoup-request-expire-articles): Use
2317         gnus-sorted-difference.
2318
2319         * nnheader.el: Autoload gnus-sorted-difference.
2320
2321         * nnfolder.el (nnfolder-request-expire-articles): Use
2322         gnus-sorted-difference.
2323
2324         * gnus-cache.el (gnus-cache-retrieve-headers): Use
2325         gnus-sorted-difference.
2326
2327         * gnus-range.el: Autoload cookies.
2328         (gnus-sorted-difference): New function.
2329         (gnus-sorted-ndifference): New function.
2330         (gnus-sorted-nintersection): Rename from
2331         gnus-set-sorted-intersection.
2332         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
2333         (gnus-list-range-difference): Rename from
2334         gnus-inverse-list-range-intersection.
2335         (gnus-inverse-list-range-intersection): Use defalias.
2336
2337         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
2338         gnus-sorted-ndifference, and gnus-sorted-nintersection.
2339         (gnus-articles-to-read): Use gnus-sorted-difference.
2340         (gnus-summary-limit-mark-excluded-as-read): Use
2341         gnus-sorted-intersection and gnus-sorted-ndifference.
2342         (gnus-list-of-read-articles): Use gnus-list-range-difference.
2343         (gnus-summary-insert-articles): Use gnus-sorted-difference.
2344
2345         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
2346
2347 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2348
2349         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
2350         property to the buffer for using emacs-w3m command keys.
2351
2352         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
2353         option.
2354
2355         * mm-view.el (mm-w3m-mode-map): New variable.
2356         (mm-w3m-mode-command-alist): New variable.
2357         (mm-w3m-minor-mode): Removed.
2358         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
2359         (mm-inline-text-html-render-with-w3m): Add keymap property to the
2360         buffer for using emacs-w3m command keys.
2361
2362 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
2363
2364         * message.el (message-mode-syntax-table): Move forward.
2365         (message-cite-prefix-regexp): Auto detect non word constituents.
2366         (message-cite-prefix-regexp): Don't use with-syntax-table.
2367
2368         * gnus-sum.el (gnus-summary-update-info): Use
2369         gnus-list-range-intersection.
2370
2371         * gnus-agent.el (gnus-agent-fetch-headers): Use
2372         gnus-list-range-intersection.
2373
2374         * gnus-range.el (gnus-range-normalize): Use correct predicate.
2375         (gnus-list-range-intersection): Use it.
2376         (gnus-inverse-list-range-intersection): Ditto.
2377         (gnus-sorted-intersection): Add doc.
2378         (gnus-set-sorted-intersection): Add doc.
2379         (gnus-sorted-union): New function.
2380         (gnus-set-sorted-union): New function.
2381
2382         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
2383         (gnus-inverse-list-range-intersection): Ditto.
2384
2385 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
2386
2387         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
2388
2389         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
2390         and permit `:' and `\' in order to handle full Windows pathnames.
2391         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
2392         technically not correct per standard, but seems to have common use.
2393
2394 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
2395
2396         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
2397         replacing numbers.
2398
2399 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
2400
2401         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
2402
2403         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
2404         Don't split when the window is small, e.g. when a small *BBDB*
2405         window is the lowest one.
2406
2407         * gnus-agent.el (gnus-agent-retrieve-headers): Use
2408         nnheader-find-nov-line to speed up. Use nreverse, because it is
2409         sorted. Use nnheader-insert-nov-file.
2410
2411 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2412
2413         * mm-decode.el (mm-inline-text-html-with-images): New user option.
2414
2415         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
2416         of `w3m-display-inline-images' with the value of
2417         `mm-inline-text-html-with-images'.
2418         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2419
2420         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2421
2422 2002-01-27  Richard M. Stallman  <rms@gnu.org>
2423
2424         * time-date.el: Add autoload cookies.  Many doc fixes.
2425         (time-add): New function.
2426         (time-subtract): Renamed from subtract-time.
2427         (subtract-time): New alias for time-subtract.
2428
2429 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2430
2431         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
2432         emacs-w3m in doc-string.
2433
2434         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
2435         `w3m-current-buffer'.
2436
2437 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2438
2439         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
2440
2441         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
2442         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
2443         (mm-w3m-cid-retrieve): New function.
2444         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
2445
2446 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2447
2448         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
2449
2450 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2451
2452         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
2453
2454 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2455
2456         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
2457         32K.
2458
2459         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
2460
2461         * nnmail.el (nnmail-article-group): Decode headers before running
2462         split rules over them.
2463         (nnmail-mail-splitting-charset): New variable.
2464
2465         * smiley.el: Replaced with smiley-ems.el.
2466
2467 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2468
2469         * mm-url.el (mm-url-predefined-programs): Add w3m.
2470         (mm-url-program): Ditto.
2471
2472 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2473
2474         * nnml.el (nnml-use-compressed-files): New variable.
2475         (nnml-filenames-are-evil): Removed.
2476         (nnml-current-group-article-to-file-alist): Don't use.
2477         (nnml-update-file-alist): Inhibit.
2478         (nnml-article-to-file): Use new var.
2479
2480 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2481
2482         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
2483
2484         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
2485
2486 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2487
2488         * gnus-agent.el (gnus-agent-load-alist): Use new caching
2489         function.
2490
2491         * gnus-util.el (gnus-cache-file-contents): New function.
2492
2493         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
2494         (gnus-agent-load-alist): Use it.
2495
2496         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
2497
2498         * nnheader.el (nnheader-insert-nov-file): New function.
2499
2500         * gnus-util.el (gnus-parse-without-error): Correct the loop.
2501
2502         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
2503         there are no references.
2504         (gnus-extract-message-id-from-in-reply-to): New function.
2505         (gnus-nov-parse-line): Use in-reply-to if there are no
2506         references.
2507
2508 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2509
2510         * nnagent.el (nnagent-retrieve-headers): Use new macro.
2511
2512         * gnus-util.el (gnus-parse-without-error): New macro.
2513
2514 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
2515
2516         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
2517         (gnus-article-wash-function): use locate-library to decide which
2518         to use.
2519
2520 2002-01-25  Simon Josefsson  <jas@extundo.com>
2521
2522         * pop3.el (pop3-munge-message-separator): Work if no date.
2523         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
2524
2525 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2526
2527         * gnus-agent.el (gnus-agent-save-alist): Fix.
2528
2529         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
2530         mistake.  Reinstated lost code.
2531
2532 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
2533
2534         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
2535         one exists in the case of an encrypted message with an internal
2536         signature.
2537
2538 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2539
2540         * gnus-agent.el (gnus-agent-save-alist): Optimized.
2541
2542 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2543
2544         * dgnushack.el: Commented out the experimental code.
2545
2546 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2547
2548         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
2549         error.
2550
2551         * gnus.el (gnus-server-to-method): Made into subst.
2552         (gnus-server-method-cache): New variable.
2553         (gnus-server-to-method): Use it.
2554         (gnus-group-method-cache): New variable.
2555         (gnus-find-method-for-group-1): Renamed.
2556         (gnus-find-method-for-group): New function.
2557         (gnus-group-method-cache): Removed.
2558
2559         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
2560         function.
2561
2562         * gnus-range.el (gnus-members-of-range): New function.
2563         (gnus-list-range-intersection): Renamed.
2564         (gnus-inverse-list-range-intersection): New function.
2565
2566         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
2567
2568         * nnagent.el (nnagent-retrieve-headers): New implementation.
2569
2570         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
2571         implementation.
2572
2573 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2574
2575         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
2576         `w3m-meta-content-type-charset-regexp'.
2577
2578         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
2579         charset-encoded html contents.
2580
2581 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2582
2583         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
2584         an empty file.
2585
2586         * nnweb.el (url): Ignore errors when request url.
2587
2588         * nnrss.el: Clean up the comments.
2589
2590 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2591
2592         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
2593
2594         * mm-decode.el (mm-inline-text-html-renderer): New user option.
2595         (mm-inline-media-tests): Test whether the value of
2596         `mm-inline-text-html-renderer' is a function for text/html.
2597
2598         * mm-view.el (mm-inline-text-html-render-with-w3): New function
2599         separated from `mm-inline-text'.
2600         (mm-w3m-minor-mode): New variable.
2601         (mm-w3m-setup): New variable.
2602         (mm-setup-w3m): New function.
2603         (mm-inline-text-html-render-with-w3m): New function.
2604         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
2605         text/html.
2606
2607 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
2608
2609         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
2610
2611 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2612
2613         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
2614         and `gnus-xmas-completing-read'.
2615
2616 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2617
2618         * nneething.el (nneething-message-id-number): Abolished.
2619         (nneething-encode-file-name): Not encode numerical characters.
2620         (nneething-make-head): `nneething-message-id-number' is not
2621         used to generate message IDs.
2622
2623 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2624
2625         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
2626         characters.
2627
2628 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2629
2630         * gnus-xmas.el (gnus-xmas-completing-read): New function.
2631         (gnus-xmas-redefine): Redefine conditionally.
2632
2633 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
2634
2635         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
2636         tag.
2637
2638 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
2639
2640         * message.el (message-font-lock-keywords): Added the secure tag.
2641         * mml-sec.el: Added functions to generate/modify/remove the secure
2642         tag while in message mode.
2643         * mml-sec.el (mml-secure-message): New.
2644         * mml-sec.el (mml-unsecure-message): New.
2645         * mml-sec.el (mml-secure-message-sign-smime): New.
2646         * mml-sec.el (mml-secure-message-sign-pgp): New.
2647         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
2648         * mml-sec.el (mml-secure-message-encrypt-smime): New.
2649         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
2650         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
2651         * mml.el (mml-parse-1): Added code to recognise the secure tag and
2652         convert it to either a part or multipart depending on if there are
2653         other parts in the message.
2654         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
2655         to use the secure tag, rather than the part tag.
2656         * mml.el (mml-preview): Added a save-excursion to keep cursor
2657         position after doing an MML preview.
2658
2659 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2660
2661         * nnheader.el (nnheader-parse-overview-file): New function.
2662         (nnheader-write-overview-file): New function.
2663
2664 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2665
2666         * gnus.el (gnus-group-fast-parameter): Check better if expansion
2667         in wanted.
2668
2669         * nnweb.el (nnweb-type-definition): Clean up.
2670
2671 2002-01-21  Alastair Burt  <burt@dfki.de>
2672
2673         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
2674         buffer exists before jumping to it.
2675
2676 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2677
2678         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
2679         function.
2680         (article-wash-html): Use it.
2681         (gnus-article-wash-function): New variable.
2682         (gnus-article-wash-html-with-w3m): New function.
2683
2684 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
2685
2686         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
2687         XEmacs.
2688
2689 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
2690
2691         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
2692         command line.
2693
2694 2002-01-21  Simon Josefsson  <jas@extundo.com>
2695
2696         * canlock.el (base64-encode-string): Autoload it from base64.
2697         (canlock-make-cancel-key): Base64 encode unibyte string.
2698
2699 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2700
2701         * nnfolder.el (nnfolder-request-accept-article): Unfold
2702         x-from-line.
2703         (nnfolder-request-replace-article): Ditto.
2704
2705 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
2706
2707         * gnus-group.el (gnus-group-best-unread-group): Use the right
2708         positioning function.
2709
2710 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2711
2712         * smiley-ems.el (smiley-region): Use new function.
2713         (smiley-update-cache): Use general image functions.
2714         (smiley-region): Use general functions.
2715
2716         * gnus-util.el (gnus-graphic-display-p): New function.
2717
2718         * nnmail.el (nnmail-article-group): Allow outputting traces of
2719         non-strings.
2720
2721         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
2722         (nndoc-exim-bounce-type-p): New function.
2723
2724         * message.el (message-dont-send): Doc fix.
2725
2726         * gnus-util.el (gnus-completing-read): Remove
2727         inherit-input-method.
2728
2729         * gnus-art.el (gnus-treat-smiley): Doc fix.
2730
2731         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
2732         articles.
2733
2734 2002-01-19  Simon Josefsson  <jas@extundo.com>
2735
2736         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
2737         (imap-kerberos4-open): Ditto.
2738         (imap-open): Set port correctly, don't set auth.
2739
2740 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2741
2742         * gnus.el (gnus-version-number): Bump version number.
2743
2744 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2745
2746         * gnus.el: Oort Gnus v0.05 is released.
2747
2748 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2749
2750         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
2751         exists.
2752
2753         * gnus-spec.el (gnus-string-width-function): New function.
2754         (gnus-tilde-cut-form): Use it.
2755         (gnus-tilde-max-form): Ditto.
2756         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
2757         (gnus-substring-function): Use it.
2758         (gnus-tilde-cut-form): Ditto.
2759         (gnus-substring-function): New function.
2760
2761         * message.el (message-check-news-header-syntax): New message.
2762
2763         * gnus.el (gnus-slave-no-server): Doc fix.
2764
2765         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
2766
2767 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2768
2769         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
2770         `seen' if it looks like (seen NUM1 . NUM2).  It should be
2771         (seen (NUM1 . NUM2)).
2772
2773 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2774
2775         * gnus-topic.el (gnus-topic-catchup-articles): Update article
2776         number in closed topics.
2777
2778 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
2779
2780         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
2781         functions.
2782
2783 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2784
2785         * gnus.el (gnus-group-find-parameter): Clean up.
2786
2787         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
2788         articles.
2789
2790         * gnus-util.el (gnus-completing-read-with-default): Renamed.
2791
2792         * nnmail.el (nnmail-article-group): Clean up.
2793
2794 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
2795
2796         * gnus-agent.el (gnus-category-name): Intern the category name.
2797
2798 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2799
2800         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
2801
2802         * gnus-util.el (gnus-completing-read): New function.
2803
2804 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2805
2806         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
2807
2808         * smiley-ems.el (smiley-region): Register smiley.
2809         (smiley-toggle-buffer): Rewrite the function.
2810         (smiley-active): Removed.
2811
2812 2002-01-19  Simon Josefsson  <jas@extundo.com>
2813
2814         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
2815         Jesper Harder <harder@ifa.au.dk>.
2816
2817 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2818
2819         * gnus-art.el (gnus-request-article-this-buffer): Call
2820         `nneething-get-file-name' to extract the file name from the
2821         message id.
2822
2823         * nneething.el (nneething-encode-file-name): New function.
2824         (nneething-decode-file-name): Ditto.
2825         (nneething-get-file-name): Ditto.
2826         (nneething-make-head): Encode the file name and encapsulate it
2827         into the field of the message id.
2828
2829 2002-01-18  Simon Josefsson  <jas@extundo.com>
2830
2831         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
2832         stored in .marks.
2833
2834         * nnfolder.el (nnfolder-request-update-info): Ditto.
2835
2836 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2837
2838         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
2839
2840 2002-01-18  Simon Josefsson  <jas@extundo.com>
2841
2842         * imap.el (imap-starttls-p): Don't check for binary.
2843         (imap-gssapi-auth-p): Ditto.
2844         (imap-kerberos4-auth-p): Ditto.
2845         (imap-open): Change logic.  Iterate through all possible streams,
2846         instead of bailing out after first failure.  Move authenticator
2847         decision to `imap-authenticate'.
2848         (imap-authenticate): Change logic, now finds the authenticator to
2849         use, was previously in `imap-open'.
2850         (imap-open): Return nil on failure.
2851         (imap-open): Setup temp buffer correctly.
2852         (imap-open): Return buffer only on success.
2853         (imap-interactive-login, imap-interactive-login): Tell the user
2854         which stream/authenticator is used for the queried
2855         username/password.
2856         (imap-open, imap-authenticate): Set variables.
2857         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
2858         (imap-open): Don't assume how `with-temp-buffer' is implemented.
2859
2860 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2861
2862         * gnus-fun.el (gnus-grab-cam-x-face): New function.
2863
2864 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2865
2866         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
2867
2868 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2869
2870         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
2871         (gnus-agent-group-mode-map): Bind it to "Jo".
2872         (gnus-agent-group-make-menu-bar): Add it into menu bar.
2873
2874 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
2875
2876         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
2877         (gnus-summary-mail-toolbar): Add mail article deletion button.
2878
2879         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
2880         false positives for lines of "^^^^".
2881
2882         * gnus-picon.el (gnus-picon-find-face): faces database is all
2883         lowercase.
2884
2885 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2886
2887         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
2888         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
2889         duplications.
2890         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
2891
2892 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2893
2894         * gnus-sum.el (gnus-summary-initial-limit): Inline
2895         gnus-summary-limit-children.
2896         (gnus-summary-initial-limit): Don't limit if
2897         gnus-newsgroup-display is nil.
2898         (gnus-summary-initial-limit): No, don't.
2899
2900         * gnus-util.el
2901         (gnus-put-text-property-excluding-characters-with-faces): Inline
2902         gnus-put-text-property.
2903
2904         * gnus-spec.el (gnus-default-format-specs): New variable.
2905
2906         * gnus-start.el (gnus-read-newsrc-file): Don't clear
2907         gnus-format-specs.
2908         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
2909
2910         * gnus-spec.el (gnus-update-format-specifications): Really check
2911         the Gnus version of the .newsrc.eld file.
2912         (gnus-format-specs): Save the new default summary format.
2913
2914         * gnus-util.el (gnus-parent-id): Check whether references is empty
2915         before splitting.
2916
2917         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
2918         functions.
2919         (gnus-gather-threads-by-references): Inline
2920         `gnus-split-references'.
2921
2922         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
2923         default value of gnus-summary-line-format-spec.
2924
2925 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2926
2927         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
2928         message.
2929         (nnslashdot-request-list): Ditto.
2930         (nnslashdot-sid-strip): Removed.
2931
2932 2002-01-15  Simon Josefsson  <jas@extundo.com>
2933
2934         * nnimap.el (nnimap-close-asynchronous): Enable.
2935         (nnimap-close-group): Expunge.
2936
2937 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2938
2939         * gnus-util.el (gnus-user-date-format-alist): Typo.
2940         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
2941
2942 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2943
2944         * nneething.el (nneething-request-article): Set
2945         `nnmail-file-coding-system' to `binary' locally, in order to read
2946         files without any conversion.
2947
2948 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2949
2950         * gnus-agent.el (gnus-agent-retrieve-headers): Use
2951         nnheader-file-coding-system and nnmail-active-file-coding-system.
2952         (gnus-agent-regenerate-group): Ditto.
2953         (gnus-agent-regenerate): Ditto.
2954         (gnus-agent-write-active): Ditto.
2955         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
2956
2957 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2958
2959         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
2960         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
2961
2962 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2963
2964         * gnus.el: We don't need gnus-article-show-all-headers.
2965
2966         * gnus-art.el (article-show-all, gnus-article-show-all-header):
2967         Ditto.
2968
2969         * gnus-sum.el (gnus-summary-select-article): Don't call
2970         show-all-headers, because hidden headers are not hidden text any
2971         more.
2972
2973 2002-01-13  Simon Josefsson  <jas@extundo.com>
2974
2975         * message.el (message-newline-and-reformat): Use `newline' instead
2976         of inserting \n, so that the newline is marked as hard.
2977
2978         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
2979         From Jesper Harder <harder@ifa.au.dk>.
2980
2981 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2982
2983         * imap.el (imap-close): Keep going if quit.
2984
2985         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
2986         nntp-server-buffer.
2987
2988 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2989
2990         * mm-view.el (mm-display-inline-fontify): Require font-lock to
2991         avoid unbinding shadowed variables.
2992
2993         * gnus-art.el (gnus-picon-databases): Moved here.
2994         (gnus-picons-installed-p): Moved here.
2995         (gnus-article-reply-with-original): Use `mark'.
2996
2997         * gnus.el (gnus-picon): Moved here and renamed.
2998
2999         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
3000         installed.
3001         (gnus-treat-mail-picon): Ditto.
3002         (gnus-treat-newsgroups-picon): Ditto.
3003
3004         * gnus-picon.el (gnus-picons-installed-p): New function.
3005
3006 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3007
3008         * gnus-agent.el (gnus-agent-go-online): Fix doc.
3009
3010 2002-01-12  Simon Josefsson  <jas@extundo.com>
3011
3012         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
3013         (nnimap-before-find-minmax-bugworkaround): Use it.
3014         (nnimap-find-minmax-uid): Don't reselect current mailbox.
3015         (nnimap-dont-close): New variable.
3016         (nnimap-close-group): Use it.
3017
3018 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3019
3020         * gnus-art.el (gnus-article-reply-with-original): Use
3021         `mark-active'.
3022
3023         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
3024
3025         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
3026         (gnus-score-advanced): Clean up.
3027         (gnus-score-advanced): Accept a multiple of the score.
3028
3029 2002-01-12  Simon Josefsson  <jas@extundo.com>
3030
3031         * flow-fill.el (fill-flowed-display-column)
3032         (fill-flowed-encode-columnq): New variables.  Suggested by
3033         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
3034         (fill-flowed-encode, fill-flowed): Use them.
3035
3036         * message.el (message-send-news, message-send-mail): Use
3037         m-b-s-n-p-e-h-n.
3038
3039         * mml.el (autoload): Autoload fill-flowed-encode.
3040         (mml-buffer-substring-no-properties-except-hard-newlines): New
3041         function.
3042         (mml-read-part): Use it.
3043         (mml-generate-mime-1): Encode format=flowed if appropriate.
3044         (mml-insert-mime-headers): Insert format=flowed.
3045
3046         * flow-fill.el (fill-flowed-encode): New function.
3047         (fill-flowed): Bind fill-column to window width.
3048
3049 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3050
3051         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
3052         it exists.
3053         (gnus-summary-setup-buffer): Wake up dead summary buffers.
3054         (gnus-summary-buffer-name): Don't return the dead name after all.
3055         (gnus-summary-setup-buffer): Kill the dead buffer.
3056
3057         * gnus-art.el (gnus-article-followup-with-original): Store the
3058         value of the mark before deactivating it.
3059
3060 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3061
3062         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
3063         From: Karl Kleinpaste <karl@charcoal.com>
3064
3065         * gnus-art.el (article-display-x-face): Ditto.
3066         (gnus-article-reply-with-original): Use gnus-region-active-p.
3067         (gnus-article-followup-with-original): Ditto.
3068
3069         * gnus-sum.el (gnus-summary-read-group-1): Don't select
3070         downloadable article either.
3071
3072 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3073
3074         * gnus-art.el (article-display-x-face): Insert From:.
3075
3076         * gnus-sum.el (gnus-summary-move-article): Don't draw the
3077         article. Bind gnus-display-mime-function and
3078         gnus-article-prepare-hook.
3079
3080         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
3081         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
3082         gnus-agent-possibly-synchronize-flags to the last.
3083         (gnus-agent-go-online): New function. New variable.
3084
3085 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3086
3087         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
3088         (gnus-agent-regenerate): Ditto.
3089
3090 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3091
3092         * message.el (message-ignored-news-headers)
3093         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
3094         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
3095
3096         * gnus.el (gnus-gethash-safe): New macro.
3097
3098         * gnus-agent.el (gnus-agent-regenerate-history): New function.
3099         (gnus-agent-regenerate): Show messages.
3100
3101 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3102
3103         * gnus-agent.el (gnus-agent-regenerate-group): New function.
3104         (gnus-agent-regenerate): New function.
3105         (gnus-agent-save-alist): Sort.
3106         (gnus-agent-copy-nov-line): Test eobp.
3107         (gnus-agent-retrieve-headers): Erase buffer.
3108
3109 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3110
3111         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
3112         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
3113
3114         * gnus.el (gnus-agent-covered-methods): Move here.
3115         (gnus-online): New function.
3116         (gnus-agent-method-p): Move here.
3117
3118         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
3119         nil. Remove articles-alist.
3120
3121         * gnus-start.el (gnus-get-unread-articles): Check online.
3122         (gnus-groups-to-gnus-format): Ditto.
3123         (gnus-active-to-gnus-format): Ditto.
3124
3125         * gnus-agent.el (gnus-agent-get-function): Use it.
3126         (gnus-agent-get-undownloaded-list): Ditto.
3127         (gnus-agent-fetch-session): Only fetch online methods.
3128
3129         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
3130         (gnus-server-mode-map): Ditto.
3131         (gnus-server-offline-face): New face.
3132         (gnus-server-offline-face): New variable.
3133         (gnus-server-font-lock-keywords): Add offline.
3134         (gnus-server-insert-server-line): Ditto.
3135         (gnus-server-offline-server): New function.
3136
3137         * gnus-int.el (gnus-open-server): Turn to offline.
3138         (gnus-server-unopen-status): New variable.
3139
3140 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3141
3142         * nnkiboze.el (nnkiboze-request-article): Use
3143         gnus-agent-request-article.
3144
3145         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
3146         function. Insert undownloaded NOV.
3147
3148         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
3149         (gnus-agent-request-article): New function.
3150
3151         * gnus.el (gnus-agent-cache): New variable.
3152
3153         * gnus-int.el (gnus-retrieve-headers): Use
3154         gnus-agent-retrieve-headers.
3155         (gnus-request-head): Use gnus-agent-request-article.
3156         (gnus-request-body): Ditto.
3157
3158         * gnus-art.el (gnus-request-article-this-buffer): Use
3159         gnus-agent-request-article.
3160
3161         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
3162         article if it is undownloaded.
3163
3164 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3165
3166         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
3167
3168 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3169
3170         * canlock.el (canlock-string-as-unibyte): New macro.
3171         (canlock-sha1-with-openssl): Return a unibyte string.
3172         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
3173
3174 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3175
3176         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
3177
3178 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3179
3180         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
3181         application/x-emacs-lisp.
3182
3183         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
3184
3185         * nntp.el (nntp-request-article): Add group parameter.
3186         (nntp-request-head): Ditto.
3187         (nntp-find-group-and-number): Add parameter group. Figure out
3188         number if the status line doesn't give (e.g. quimby.gnus.org).
3189
3190 2002-01-08  Simon Josefsson  <jas@extundo.com>
3191
3192         * mml.el (mml-generate-mime-1): Set recipient correctly.
3193
3194 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3195
3196         * message.el (message-read-from-minibuffer): Add parameter
3197         initial-contents.
3198         * gnus-msg.el (gnus-summary-resend-message): Use it.
3199
3200         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
3201         behavior of quit-config.
3202
3203         * message.el (message-make-from): Don't quote fullname.
3204         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
3205
3206         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
3207         From: <andre@slamdunknetworks.com>
3208
3209 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3210
3211         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
3212
3213         * gnus-art.el (gnus-header-button-alist): Handle mailto.
3214
3215         * mml.el (mml-preview): Bind gnus-original-article-buffer because
3216         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
3217         because bbdb may use it.
3218
3219 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3220
3221         * nneething.el (nneething-request-article): When a non-text file
3222         is converted to an article, its data is encoded in base64.  Call
3223         `nneething-make-head' with options to specify MIME types.
3224         (nneething-make-head): Add optional arguments to specify MIME
3225         types.
3226
3227 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3228
3229         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
3230         header if there is not.
3231
3232         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
3233
3234         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
3235         (gnus-inews-mark-gcc-as-read): Obsolete variable.
3236         (gnus-inews-do-gcc): Use them.
3237
3238         * gnus-group.el (gnus-group-mark-article-read): Put holes into
3239         gnus-newsgroup-unselected.
3240
3241 2002-01-06  Simon Josefsson  <jas@extundo.com>
3242
3243         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
3244         condition-case, not ignore-errors.
3245
3246 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3247
3248         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
3249         gnus-fetch-old-headers.
3250
3251         * gnus-art.el (article-display-x-face): Use the current buffer
3252         unless `W f'. Otherwise, X-Face may be shown in the header of a
3253         forwarded part.
3254         (gnus-treatment-function-alist): Treat xface before hiding
3255         headers.
3256
3257 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3258
3259         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
3260         parameters.
3261
3262 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3263
3264         * mm-util.el (mm-multibyte-p): Define conditionally when load.
3265         (mm-guess-charset): New function.
3266         (mm-charset-after): Use it.
3267         (mm-detect-coding-region): New function.
3268         (mm-detect-mime-charset-region): New function.
3269
3270         * gnus-sum.el (gnus-summary-show-article): Use
3271         mm-detect-coding-region.
3272
3273 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3274
3275         * message.el (message-make-fqdn): Be less violent.
3276
3277         * gnus.el (gnus-logo-color-style): Compute custom form
3278         automatically.
3279
3280         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
3281         score file of the parent to the document group.
3282
3283         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
3284         parameters parameter.
3285
3286         * gnus-score.el (gnus-score-load-file): Clean up.
3287
3288 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3289
3290         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
3291         From: Damien Wyart <damien.wyart@free.fr>
3292
3293         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
3294
3295 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3296
3297         * gnus-sum.el (gnus-select-group-hook): Typo.
3298
3299         * rfc2047.el (rfc2047-decode-string): Return immediately if there
3300         is no quoted-printable-encoded STRING.
3301         From: Jesper Harder <harder@ifa.au.dk>
3302
3303         (rfc2047-decode-string): Decode it.
3304
3305 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3306
3307         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
3308
3309 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
3310
3311         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
3312         buffer to get rid of junk line.
3313
3314 2002-01-05  Simon Josefsson  <jas@extundo.com>
3315
3316         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
3317         C-o.
3318         (message-mode-map): Bind message-insert-or-toggle-importance to
3319         C-c C-u.
3320         (message-mode-map): Bind message-disposition-notification-to to
3321         C-c M-n.
3322         (message-mode-menu): Add m-d-n-t.
3323         (message-mode-field-menu): Add m-goto-from.
3324         (message-mode): Doc fix.
3325         (message-goto-from): New function.
3326         (message-insert-disposition-notification-to): New function.
3327         (message-tool-bar-map): Add receipt button.
3328
3329 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3330
3331         * gnus-sum.el (gnus-thread-latest-date): New function.
3332         (gnus-thread-sort-by-most-recent-number): Renamed.
3333         (gnus-thread-sort-functions): Doc fix.
3334         (gnus-select-group-hook): Don't use setq on a hook.
3335         (gnus-thread-latest-date): Use date, not number
3336
3337         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
3338         (gnus-agent-expire): Allow regexp of expire-days.
3339
3340         * gnus-art.el (gnus-article-reply-with-original): Deactivate
3341         region.
3342         (gnus-article-followup-with-original): Ditto.
3343
3344         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
3345
3346         * gnus-art.el (gnus-mime-display-alternative): Use
3347         gnus-local-map-property.
3348         (gnus-mime-display-alternative): Ditto.
3349         (gnus-insert-mime-security-button): Ditto.
3350         (gnus-insert-next-page-button): Ditto.
3351         (gnus-button-prev-page): Take optional args.
3352         (gnus-insert-prev-page-button): widget-convert.
3353
3354         * gnus-util.el (gnus-local-map-property): New function.
3355
3356         * gnus-art.el (gnus-prev-page-map): Use parent map.
3357         (gnus-next-page-map): Ditto.
3358
3359         * gnus-spec.el (gnus-parse-format): Clean up.
3360         (gnus-parse-format): Do complex formatting for %=.
3361
3362         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
3363         "X-Face: " to the data in the built-in scenario.
3364
3365         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
3366         (gnus-correct-pad-form): Renamed.
3367         (gnus-tilde-max-form): Clean up.
3368         (gnus-pad-form): Use gnus-use-correct-string-widths.
3369
3370         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
3371         support if that is available.
3372
3373         * gnus-sum.el (gnus-thread-highest-number): New function.
3374         (gnus-thread-sort-by-most-recent-thread): New function.
3375         (gnus-thread-sort-functions): Doc fix.
3376
3377 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
3378
3379         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
3380         all cases.
3381         (gnus-summary-mode): Enable it in all cases.
3382         (gnus-summary-display-article): Ditto.
3383         (gnus-summary-edit-article): Ditto.
3384
3385         * gnus-ems.el (gnus-put-image): Really return glyph.
3386
3387         * gnus-art.el (gnus-article-x-face-command): Fix :type.
3388         (gnus-treat-smiley): Don't take "P" in the interactive form.
3389
3390 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3391
3392         * compface.el (uncompface): XEmacs and Emacs have differing
3393         capabilities.
3394
3395         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
3396
3397         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
3398         (gnus-article-xface-ring-size): Removed.
3399         (gnus-article-display-xface): Removed.
3400         (gnus-remove-image): Cleaned up.
3401
3402         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
3403         (gnus-xmas-create-image): Take pbm files.
3404         (gnus-x-face): Removed.
3405         (gnus-xmas-article-display-xface): Removed.
3406
3407         * gnus-fun.el (gnus-display-x-face-in-from): Bind
3408         default-enable-multibyte-characters.
3409
3410         * compface.el (uncompface): Doc fix.
3411
3412         * gnus-art.el (gnus-article-x-face-command): Use
3413         gnus-display-x-face-in-from.
3414
3415         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
3416
3417         * gnus-ems.el (gnus-put-image): Return the image.
3418
3419         * gnus-fun.el (gnus-display-x-face-in-from): New function.
3420         (gnus-x-face): Moved here.
3421
3422 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
3423
3424         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
3425         invisible if string is nil.
3426         (gnus-xmas-article-display-xface): Use it.
3427
3428         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
3429         property when string is nil.
3430         (gnus-article-display-xface): Use it.
3431
3432 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3433
3434         * gnus-art.el (article-display-x-face): Check whether valid grey
3435         face was returned.
3436         (article-display-x-face): Place image in the right spot.
3437
3438         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
3439         stderr.
3440         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
3441
3442 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3443
3444         * gnus-xmas.el (gnus-xmas-create-image): Take optional
3445         parameters.
3446         (gnus-xmas-put-image): Allow non-strings to be passed.
3447
3448         * gnus-art.el (article-display-x-face): Use optional parameters.
3449
3450         * gnus-ems.el (gnus-create-image): Take optional parameters.
3451
3452         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
3453
3454         * compface.el (compface-xbm-p): Removed.
3455
3456         * gnus-ems.el (gnus-article-compface-xbm): Removed.
3457         (gnus-article-display-xface): Use compface.
3458
3459         * compface.el: New file.
3460
3461         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
3462         (gnus-convert-image-to-x-face-command): Ditto.
3463         (gnus-random-x-face): Quote argument.
3464         (gnus-x-face-from-file): Ditto.
3465
3466 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
3467
3468         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
3469         the expire-group parameter once per article rather than once
3470         per group; bind `nnmaildir-article-file-name' and `article'
3471         for convenience.  Leave article alone when expire-group
3472         specifies the current group.
3473         (nnmaildir--update-nov): be more concurrency-friendly with
3474         temp file names.
3475
3476 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3477
3478         * gnus-start.el (gnus-read-init-file): Cleaned up.
3479
3480 2002-01-03  Dave Love  <d.love@dl.ac.uk>
3481
3482         * gnus-start.el (gnus-startup-file-coding-system): Removed.
3483         (gnus-read-init-file): Don't use it.
3484
3485 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3486
3487         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
3488
3489 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3490
3491         * gnus-start.el (gnus-read-init-file): Don't force coding system
3492         for ~/.gnus.  From Dave Love <fx@gnu.org>.
3493
3494 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3495
3496         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
3497         * nnspool.el (nnspool-request-post): Ditto.
3498
3499         * mm-util.el (mm-use-find-coding-systems-region): New variable.
3500         (mm-find-mime-charset-region): Use it.
3501
3502 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
3503
3504         * gnus.el (gnus-summary-line-format): Added :link.
3505         * gnus-topic.el (gnus-topic-line-format): Ditto.
3506         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
3507         * gnus-srvr.el (gnus-server-line-format): Ditto.
3508         * gnus-group.el (gnus-group-line-format): Ditto.
3509
3510         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
3511         :keys, it works on both Emacsen.
3512
3513 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3514
3515         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
3516
3517 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3518
3519         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
3520
3521 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
3522
3523         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
3524         very wide reply.
3525
3526 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3527
3528         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
3529         (gnus-picon-cache): New variable.
3530         (gnus-picon-transform-newsgroups): Cache stuff.
3531
3532         * gnus-art.el (gnus-article-reply-with-original): New command.
3533         (gnus-article-followup-with-original): New command.
3534
3535         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
3536         END parameters.
3537         (gnus-summary-followup): Take a list of list of articles.
3538         (gnus-inews-yank-articles): Allow lists of article/regions.
3539
3540         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
3541         longer the usual commands.
3542
3543         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
3544         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
3545         shell-command-on-region.
3546
3547 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3548
3549         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
3550           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
3551
3552 2002-01-03  Steve Youngs  <youngs@xemacs.org>
3553
3554         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
3555         understand ':keys', wrap it in an featurep 'xemacs.
3556
3557 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3558
3559         * gnus-ems.el (gnus-article-display-xface): Show xface in the
3560         order of headers (Actually, it is called in a reversed order). Add
3561         'gnus-image-text-deletable property.
3562         (gnus-remove-image): Remove text with such a property.
3563
3564         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
3565         gnus-put-image.
3566
3567         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
3568         with ", "
3569
3570 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3571
3572         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
3573
3574         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
3575         (article-display-x-face): Display grey X-Faces.
3576
3577         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
3578         (gnus-convert-gray-x-face-to-ppm): Ditto.
3579         (gnus-convert-image-to-gray-x-face): Ditto.
3580
3581         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
3582         gnus-summary-show-raw-article.
3583
3584 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3585
3586         Display picons in XEmacs without showing text.
3587
3588         * gnus-xmas.el (gnus-xmas-create-image): Don't use
3589         mm-create-image-xemacs to create xbm glyph, because it deletes
3590         temporary files.
3591         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
3592         (gnus-xmas-remove-image): Make text visible, remove glyph.
3593
3594         * gnus-picon.el (gnus-picon-transform-newsgroups)
3595         (gnus-picon-transform-address): Insert spec backward, due to the
3596         incompatibility of gnus-xmas-put-image.
3597
3598 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3599
3600         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
3601
3602 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3603
3604         * gnus.el: Doc fix.
3605
3606         * gnus-art.el: Doc fix.
3607
3608         * gnus-agent.el: Doc fix.
3609
3610 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3611
3612         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
3613
3614 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
3615
3616         * nnmaildir.el (nnmaildir--update-nov): automatically parse
3617         NOV data out of the message again if nnmail-extra-headers has
3618         changed.
3619
3620 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3621
3622         * gnus-fun.el: New file.
3623         (gnus-convert-image-to-x-face-command): New variable.
3624         (gnus-insert-x-face): New function.
3625         (gnus-random-x-face): Renamed.
3626         (gnus-x-face-from-file): Renamed.
3627
3628         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
3629         "_".
3630         (gnus-body-boundary-delimiter): Typo fix.
3631
3632 2002-01-02  Simon Josefsson  <jas@extundo.com>
3633
3634         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
3635         (gnus-body-boundary-delimiter): Fix type.
3636
3637 2002-01-01  Simon Josefsson  <jas@extundo.com>
3638
3639         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
3640         (gnus-treat-emphasize, gnus-treat-strip-cr)
3641         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
3642         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
3643         (gnus-treat-fill-article, gnus-treat-hide-citation)
3644         (gnus-treat-hide-citation-maybe)
3645         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
3646         (gnus-treat-strip-pem, gnus-treat-strip-banner)
3647         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
3648         (gnus-treat-date-ut, gnus-treat-date-local)
3649         (gnus-treat-date-english, gnus-treat-date-lapsed)
3650         (gnus-treat-date-original, gnus-treat-date-iso8601)
3651         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
3652         (gnus-treat-strip-trailing-blank-lines)
3653         (gnus-treat-strip-leading-blank-lines)
3654         (gnus-treat-strip-multiple-blank-lines)
3655         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
3656         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
3657         (gnus-treat-display-xface, gnus-treat-display-smileys)
3658         (gnus-treat-from-picon, gnus-treat-mail-picon)
3659         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
3660         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
3661         (gnus-treat-play-sounds, gnus-treat-translate)
3662         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
3663
3664         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
3665         (gnus-article-treat-body-boundary): Use it.
3666
3667         * message.el (message-mode): Fix doc.
3668         (message-mode-menu): Fix names.
3669
3670 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3671
3672         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
3673         articles.
3674
3675         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
3676         (gnus-picon-transform-address): Search for unknown faces as well.
3677         (gnus-picon-find-face): Don't search "news" for MISC.
3678         (gnus-picon-user-directories): Changed default back to exclude
3679         "unknown".
3680
3681         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
3682
3683         * gnus-picon.el (gnus-picon-find-face): Search through all
3684         databases.
3685         (gnus-picon-find-face): New implementation.
3686
3687         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
3688         keystroke.
3689         (gnus-topic-goto-next-topic): Ditto.
3690
3691         * gnus.el (gnus-summary-line-format): Changed default.
3692
3693         * nnmail.el (nnmail-extra-headers): Change default.
3694
3695         * gnus-sum.el (gnus-extra-headers): Change default.
3696
3697         * message.el (message-news-other-window): Changed "news" to
3698         "posting".
3699         (message-news-other-frame): Ditto.
3700         (message-do-send-housekeeping): Ditto.
3701
3702         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
3703         function.
3704         (gnus-article-unread-p): New function.
3705         (gnus-article-unseen-p): New function.
3706         (gnus-dead-summary-mode-map): Typo.
3707
3708         * gnus-util.el (gnus-make-predicate): New function.
3709         (gnus-make-predicate-1): New function.
3710
3711         * gnus-sum.el: New function.
3712         (gnus-map-articles): New function.
3713
3714         * gnus-art.el (gnus-treat-fold-headers): New variable.
3715         (gnus-article-treat-fold-headers): New command and keystroke.
3716
3717         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
3718         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
3719
3720 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3721
3722         * message.el (message-fcc-externalize-attachments): New variable.
3723         (message-do-fcc): Use it.
3724
3725         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
3726         (gnus-inews-do-gcc): Use it.
3727
3728         * mml.el (mml-tweak-sexp-alist): New variable.
3729         (mml-externalize-attachments): New variable.
3730         (mml-tweak-part): Use mml-tweak-sexp-alist.
3731         (mml-tweak-externalize-attachments): New function.
3732
3733 2002-01-01  Steve Youngs  <youngs@xemacs.org>
3734
3735         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
3736         'set-glyph-face' so x-face back/foreground can be set.
3737
3738 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
3739
3740         * message.el (message-fix-before-sending): Fix a typo.
3741
3742 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3743
3744         * gnus-art.el (gnus-treat-smiley): Renamed command.
3745         (gnus-article-remove-images): New command and keystroke.
3746
3747         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
3748
3749         * smiley-ems.el (gnus-smiley-display): Removed.
3750
3751         * gnus.el (gnus-version-number): Update version.
3752
3753         * message.el (message-text-with-property): Renamed and moved
3754         here.
3755         (message-fix-before-sending): Highlight invisible text and place
3756         point there.
3757
3758 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3759
3760         * gnus.el: Oort Gnus v0.04 is released.
3761
3762 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3763
3764         * gnus-delay.el (gnus-delay-send-queue): Renamed.
3765
3766         * gnus-art.el (gnus-ignored-headers): More headers,
3767
3768         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
3769         of `scan-error', since XEmacs doesn't seem to support that.
3770
3771 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3772
3773         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
3774         arg.
3775         (gnus-summary-best-unread-subject): Ditto.
3776         (gnus-summary-best-unread-subject): No, don't.
3777         (gnus-summary-better-unread-subject): New command.
3778
3779         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
3780
3781         * lpath.el ((featurep 'xemacs)): fbind url function.
3782
3783         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
3784         buffer.
3785         (gnus-xmas-remove-image): Implementation that does something.
3786         (gnus-xmas-article-display-xface): Mark images properly.
3787
3788         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
3789
3790 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
3791
3792         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
3793
3794 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3795
3796         * gnus-group.el (gnus-group-line-format): Added %O to the default
3797         value.
3798
3799         * gnus-util.el (gnus-text-with-property): The smallest point is
3800         point-min.
3801
3802         * smiley-ems.el (smiley-region): Return images.
3803         (gnus-smiley-display): Allow toggling.
3804         (smiley-region): Use text properties, not overlays.
3805
3806         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
3807         implemented yet.
3808
3809         * smiley-ems.el (smiley-update-cache): Check for valid types.
3810
3811         * gnus-art.el (gnus-with-article-buffer): New macro.
3812
3813         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
3814         strings as well as the glyphs.
3815         (gnus-picon-transform-address): Ditto.
3816         (gnus-picon-insert-glyph): Ditto.
3817         (gnus-picon-transform-newsgroups): Toggle.
3818         (gnus-picon-transform-address): Toggle.
3819
3820         * gnus-ems.el (gnus-remove-image): New function.
3821         (gnus-put-image): Take an optional string.
3822
3823         * gnus-util.el (gnus-text-with-property): New function.
3824
3825         * gnus-art.el (gnus-delete-images): New function.
3826
3827         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
3828
3829         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
3830         (gnus-article-wash-status): Use it.
3831         (gnus-signature-toggle): Clean up.
3832         (gnus-add-wash-status): New function.
3833         (gnus-delete-wash-status): New function.
3834         (gnus-article-hide-text-type): Use them throughout.
3835         (gnus-add-image): New function.
3836
3837         * gnus-ems.el (gnus-article-display-xface): Use new interface.
3838
3839         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
3840         interface.
3841
3842         * gnus-art.el (article-display-x-face): Cleaned up.
3843
3844         * rfc2047.el (rfc2047-field-value): New function.
3845
3846         * mail-parse.el (mail-header-field-value): New alias.
3847
3848         * gnus-art.el (gnus-mime-print-part): Fix typos.
3849
3850         * smiley-ems.el (gnus-smiley-file-types): New variable.
3851         (smiley-update-cache): Use it.
3852         (smiley-regexp-alist): Suffix-less smiley names.
3853         (smiley-regexp-alist): Added more smileys.
3854
3855         * gnus-sum.el (gnus-print-buffer): Made into own function.
3856         (gnus-summary-print-article): Use it.
3857
3858         * mailcap.el (mailcap-mime-info): Actually return the bit that we
3859         looked for when REQUEST is a string.
3860
3861         * gnus-art.el (gnus-mime-button-commands): Add printing
3862         keystroke.
3863         (gnus-mime-copy-part): Doc fix.
3864         (gnus-mime-print-part): New command.
3865
3866 2001-12-31  Simon Josefsson  <jas@extundo.com>
3867
3868         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
3869         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
3870
3871 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3872
3873         * gnus-picon.el (gnus-treat-from-picon): Autoload.
3874         (picon): Fix doc.
3875
3876         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
3877         longer exists. Remove those codes.
3878         * gnus.el (gnus-use-picons): Ditto.
3879
3880 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3881
3882         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
3883         infloop.
3884
3885         * gnus-sum.el (t): New `W D' map.
3886
3887         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
3888         (gnus-article-treat-body-boundary): Clean up.
3889         (gnus-body-boundary-face): Removed.
3890         (gnus-article-goto-header): Moved here.
3891         (gnus-article-goto-header): Allow better regexps.
3892         (gnus-article-treat-fold-newsgroups): New command.
3893
3894         * gnus-sum.el (gnus-summary-move-article): We have to select an
3895         article to give `gnus-read-move-group-name' an opportunity to
3896         suggest an appropriate default.
3897
3898         * rfc2047.el (rfc2047-fold-line): New function.
3899         (rfc2047-unfold-line): Ditto.
3900         (rfc2047-fold-region): Don't fold just after the header name.
3901
3902         * mail-parse.el (mail-header-fold-line): New alias.
3903         (mail-header-unfold-line): Ditto.
3904
3905         * gnus-art.el (gnus-body-boundary-face): Renamed.
3906         (gnus-article-treat-body-boundary): Use it.
3907         (gnus-article-treat-body-boundary): Use an invisible header and a
3908         line of underline characters.
3909
3910 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3911
3912         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
3913
3914         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
3915         (gnus-picon-split-address): New function.
3916         (gnus-picon-find-face): Use it.
3917         (gnus-picon-transform-address): Use it. Set first to t for each
3918         address.
3919
3920         * gnus-art.el (gnus-with-article-headers): Move to here. Define
3921         the macro then use it.
3922         (gnus-treatment-function-alist): Treat picons earlier.
3923
3924 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3925
3926         * gnus-art.el (gnus-body-separator-face): New variable.
3927         (gnus-article-treat-body-boundary): Use a blank, colored line.
3928
3929         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
3930         well.
3931
3932         * gnus-art.el (gnus-treat-body-boundary): New variable.
3933         (gnus-article-treat-unfold-headers): Use helper macro.
3934         (gnus-article-treat-body-boundary): New command.
3935
3936         * gnus.el (gnus-logo-color-style): Change the default color.
3937         (gnus-splash-face): Gray, gray.
3938
3939         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
3940         colors.
3941
3942         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
3943         (gnus-logo-color-style): Ditto.
3944         (gnus-logo-colors): Ditto.
3945
3946         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
3947
3948         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
3949
3950         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
3951         (gnus-picon-transform-newsgroups): New function.
3952
3953         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
3954         string.
3955
3956         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
3957
3958         * gnus-art.el (gnus-treat-cc-picon): New variable.
3959         (gnus-treat-mail-picon): Renamed.
3960
3961         * gnus-picon.el: New implementation.
3962         (gnus-picon-find-face): Renamed.
3963         (gnus-treat-from-picon): Use it.
3964         (gnus-picon-transform-address): Renamed.
3965         (gnus-treat-from-picon): Use it.
3966         (gnus-picon-create-glyph): Renamed.
3967         (gnus-picon-transform-address): Use it.
3968         (gnus-treat-cc-picon): New command.
3969
3970         * mm-decode.el (mm-create-image-xemacs): Separated out into
3971         function.
3972         (mm-get-image): Use it.
3973
3974         * gnus-art.el (gnus-treat-display-picons): Simplify.
3975         (gnus-treat-from-picon): Renamed.
3976
3977         * gnus-ems.el (gnus-create-image): New function.
3978         (gnus-put-image): New function.
3979
3980         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
3981         (gnus-with-article-headers): New macro.
3982         (gnus-article-goto-header): New function.
3983
3984         * gnus-xmas.el (gnus-image-type-available-p): New function.
3985
3986         * gnus-ems.el (gnus-image-type-available-p): New function.
3987
3988 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3989
3990         * nnrss.el (nnrss-check-group): Find the correct tag, because
3991         xml.el is changed.
3992
3993 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3994
3995         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
3996         lines are shorter than the window width.
3997         (gnus-ignored-headers): More headers.
3998
3999 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4000
4001         * gnus-art.el (gnus-treat-unfold-lines): New variable.
4002         (gnus-treat-unfold-headers): Renamed.
4003         (gnus-article-treat-unfold-headers): New command and keystroke.
4004
4005         * rfc2047.el (rfc2047-encode-message-header): Clean up.
4006
4007         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
4008
4009 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4010
4011         * sha1-el.el (sha1-use-external): New variable.
4012         (sha1-region): Use it.
4013         (sha1-string): Ditto.
4014
4015         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
4016         * gnus-picon.el: Less warnings when compile.
4017
4018 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4019
4020         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
4021         alias.
4022         (gnus-picons-database): Default to list.
4023         (gnus-picons-lookup-internal): Use it.
4024
4025         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
4026         to "bogus".
4027
4028         * gnus-win.el (gnus-configure-windows-hook): New hook.
4029
4030 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
4031
4032         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
4033
4034 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4035
4036         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
4037         lists.
4038         (gnus-select-newsgroup): Don't append; push.
4039         (gnus-adjust-marked-articles): Remove obsolete ranges from
4040         `seen'.
4041         (gnus-update-marks): Clean up.
4042         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
4043
4044 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
4045
4046         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
4047
4048 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4049
4050         * gnus-sum.el (gnus-auto-select-subject): New variable.
4051         (gnus-summary-best-unread-subject): New function.
4052         (gnus-summary-best-unread-article): Use it.
4053         (gnus-summary-first-unseen-subject): New function and command.
4054
4055         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
4056         other treatments.
4057
4058         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
4059         function.
4060
4061         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
4062         from the list of hidden types.
4063
4064         * mm-view.el (mm-inline-text): Ditto.
4065         (mm-inline-text): Ditto.
4066         (mm-w3-prepare-buffer): Ditto.
4067
4068         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
4069
4070 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4071
4072         * gnus-art.el (gnus-ignored-headers): Added more headers.
4073
4074 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
4075
4076         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
4077         once.
4078
4079 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4080
4081         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
4082
4083 2001-12-28  Simon Josefsson  <jas@extundo.com>
4084
4085         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
4086         Jesper Harder <harder@ifa.au.dk>.
4087
4088 2001-12-27  Simon Josefsson  <jas@extundo.com>
4089
4090         * gnus-sum.el (gnus-select-newsgroup): Make
4091         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
4092         contain all articles (instead of none) when no seen marks have
4093         been set for the group.
4094         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
4095         instead, it seems to result in shorter ranges.
4096
4097 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4098
4099         * mm-util.el (mm-iso-8859-x-to-15-region): Use
4100         insert-before-markers.
4101         From Jesper Harder <harder@ifa.au.dk>
4102
4103 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
4104
4105         * nnmaildir.el (nnmaildir-save-mail): create the destination
4106         groups if they do not exist.
4107
4108 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4109
4110         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
4111
4112 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4113
4114         * gnus-group.el (gnus-group-read-ephemeral-group): Call
4115         gnus-group-real-name.
4116
4117         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
4118         (gnus-newsgroup-variables): Ditto.
4119
4120         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
4121         return it.
4122
4123 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
4124
4125         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
4126         * nnmaildir.el (top-level): Add commentary.
4127         (nnmaildir-version): Indicate that nnmaildir is now a standard
4128         part of Gnus, not separately released.
4129
4130 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4131
4132         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
4133         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
4134         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
4135         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4136
4137 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4138
4139         * nnmaildir.el: Copyright changes. Require cl only at compile time.
4140
4141 2001-12-20  Simon Josefsson  <jas@extundo.com>
4142
4143         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
4144         ZHU <zsh@cs.rochester.edu>.
4145         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
4146         Brian P Templeton <bpt@tunes.org>.
4147
4148 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4149
4150         * nnmaildir.el: New file.
4151         From Paul Jarc <prj@po.cwru.edu>.
4152
4153 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4154
4155         * nndoc.el (nndoc-type-alist): Move forward to the end.
4156
4157 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4158
4159         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
4160         `dolist'.
4161
4162 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4163
4164         * gnus-win.el (gnus-frames-on-display-list): New function.
4165         (gnus-get-buffer-window): Use it.
4166
4167 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4168
4169         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
4170
4171 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4172
4173         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
4174
4175 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4176            From Harald Meland <Harald.Meland@usit.uio.no>
4177
4178         * gnus-win.el (gnus-get-buffer-window): New function.
4179         (gnus-all-windows-visible-p): Use it.
4180
4181         * gnus-util.el (gnus-horizontal-recenter)
4182         (gnus-horizontal-recenter, gnus-horizontal-recenter)
4183         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
4184
4185         * gnus-score.el (gnus-score-insert-help): Use it.
4186
4187         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
4188         (gnus-generate-tree, gnus-highlight-selected-tree)
4189         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
4190         it.
4191
4192         * gnus-art.el (gnus-article-set-window-start)
4193         (gnus-mm-display-part, gnus-request-article-this-buffer)
4194         (gnus-button-next-page, gnus-button-prev-page)
4195         (gnus-article-button-next-page, gnus-article-button-prev-page):
4196         Use it.
4197
4198 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
4199
4200         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
4201         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
4202         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
4203
4204 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4205
4206         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
4207         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
4208         * mml1991.el, nnultimate.el: Add `coding'.
4209
4210 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
4211
4212         * ChangeLog: changed coding to buffer-file-coding-system
4213         * ChangeLog.1: same
4214         * nnwfm.el: same
4215         * gnus-smiley.el: same
4216         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
4217         * gnus-delay.el: same
4218         * gnus-spec.el: same
4219         * message.el: same
4220         * mml1991.el: same
4221         * nnultimate.el: same
4222
4223 2001-12-16  Simon Josefsson  <jas@extundo.com>
4224         Inspired by code by Dirk Meyer <dischi@tzi.de>.
4225
4226         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
4227         (gnus-summary-save-map): Add muttprint.
4228         (gnus-summary-make-menu-bar): Ditto.
4229         (gnus-summary-muttprint): New function.
4230
4231         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
4232
4233 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4234
4235         * uudecode.el (uudecode-decode-region-internal): Speedup by using
4236         temporary list instead of buffer.
4237
4238         * mm-url.el (executable-find): autoload.
4239
4240 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4241
4242         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
4243         to variable, follow doc-string conventions).
4244
4245 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
4246
4247         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
4248         subscribe-level
4249         * gnus-topic.el (gnus-subscribe-topics): use it.
4250
4251 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4252
4253         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
4254         messages. (A small patch with indentation)
4255         From Sean Neakums <sneakums@zork.net>.
4256
4257         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
4258         nil after shooting down the gnus-original-article-buffer.
4259
4260 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4261
4262         * uudecode.el (uudecode-use-external): New variable.
4263         (uudecode-decode-region): Automatically detect external program.
4264
4265         * binhex.el (binhex-use-external): New variable.
4266         (binhex-decode-region-internal): New function.
4267         (binhex-decode-region): Automatically detect external program.
4268
4269         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
4270         Use them.
4271
4272 2001-12-12  Simon Josefsson  <jas@extundo.com>
4273
4274         * nnvirtual.el (nnvirtual-always-rescan)
4275         (nnvirtual-component-regexp): Fix doc.
4276
4277         * nnoo.el (defvoo): Add doc to defvoo variables.
4278
4279         * nnml.el (nnml-directory, nnml-active-file)
4280         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
4281         (nnml-marks-is-evil, nnml-filenames-are-evil)
4282         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
4283
4284         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
4285         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
4286         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
4287         `error'.
4288
4289         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
4290         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
4291
4292         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
4293         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
4294         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
4295         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
4296
4297         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
4298         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
4299
4300         * imap.el, nnimap.el: Fix indentation.
4301
4302         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
4303
4304 2001-12-12  Didier Verna  <didier@xemacs.org>
4305
4306         * gnus-msg.el (gnus-group-news): New function.
4307         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
4308         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
4309         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
4310         for it.
4311         * gnus-msg.el (gnus-summary-news-other-window): New function.
4312         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
4313         bind it to `i'.
4314         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
4315         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
4316         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
4317         for it (called with a prefix).
4318         * gnus-msg.el (gnus-configure-posting-styles): add an optional
4319         group-name argument.
4320         * gnus-msg.el (gnus-setup-message): use it.
4321
4322 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4323
4324         * gnus-sum.el (gnus-summary-show-article): Fix doc.
4325
4326 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4327
4328         * mml.el (mime-to-mml): Remove Content-Disposition too.
4329
4330 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4331
4332         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
4333         * gnus-group.el (gnus-group-name-decode): Decode unibyte
4334         strings only.
4335         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
4336
4337 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
4338
4339         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
4340         (nnmail-fancy-expiry-target): Use it.
4341         Suggestions from Simon Josefsson <jas@extundo.com>.
4342
4343 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4344
4345         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
4346
4347 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4348
4349         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
4350
4351         * gnus-util.el (gnus-url-unhex-string): Move here.
4352
4353 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4354
4355         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
4356         mm-url-decode-entities-nbsp.
4357
4358         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
4359         * webmail.el, nnwfm.el: Use mm-url.
4360
4361         * mm-url.el (mm-url-fetch-form): Move from nnweb.
4362         (mm-url-remove-markup): Move from nnweb.
4363         (mm-url-fetch-simple): Move from webmail.
4364
4365         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
4366
4367 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4368
4369         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
4370         (gnus-summary-print-article): Use it.
4371
4372         * gnus-util.el (gnus-replace-in-string): Typo.
4373
4374 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4375
4376         * nnweb.el (nnweb-replace-in-string): Removed.
4377
4378         * gnus-util.el (gnus-replace-in-string): New function.
4379         (gnus-mode-string-quote): Use it.
4380
4381         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
4382         * nnwfm.el (nnwfm-create-mapping): Ditto.
4383
4384 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4385
4386         * dgnushack.el (dgnushack-compile): nnrss.el and
4387         nnslashdot.el don't depend on nnweb, url, w3.
4388
4389         * nnrss.el: Use mm-url.
4390
4391 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4392
4393         * mm-url.el (mm-url-insert-file-contents): Support file:.
4394
4395 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4396
4397         * mm-view.el: Lower case for the description line. Sync from the
4398         Emacs CVS.
4399
4400 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4401
4402         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
4403         From:  Stefan Monnier  <monnier@cs.yale.edu>
4404
4405 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4406
4407         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
4408
4409 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4410
4411         * mm-url.el: Require executable.
4412         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
4413
4414 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4415
4416         * pop3.el (pop3-munge-message-separator): Only use valid date.
4417         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
4418
4419         * Makefile.in: gnus-load.elc may not be generated.
4420
4421 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4422
4423         * mm-url.el: New file.
4424         * nnslashdot.el: Use it.
4425         * mm-extern.el (mm-extern-url): Use it.
4426
4427 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4428
4429         * gnus-sum.el (gnus-summary-save-article): Nix
4430         gnus-display-mime-function and gnus-article-prepare-hook.
4431
4432         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
4433         the beginning of lines.
4434         (gnus-complex-form-to-spec): Ditto.
4435
4436 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4437
4438         * message.el (message-make-mft): Fix the m-s-a-file regexp.
4439         From Paul Jarc <prj@po.cwru.edu>.
4440
4441 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4442
4443         * message.el: New variable message-subscribed-address-file;
4444         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
4445
4446 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4447
4448         * message.el (message-tab-body-function): Set to nil.
4449         (message-tab): Use text-mode-map or global-map.
4450         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
4451
4452 2001-11-30  Simon Josefsson  <jas@extundo.com>
4453
4454         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
4455         instead of gnus-union, for speed.  Suggested by Christoph Conrad
4456         <christoph.conrad@gmx.de>.
4457         (gnus-agent-fetch-group-1): Add verbose message.
4458
4459 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4460
4461         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
4462         of integers.
4463
4464 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4465
4466         * message.el (message-newgroups-header-regexp)
4467         (message-completion-alist, message-tab-body-function): Use
4468         defcustom rather than defvar.
4469         (message-tab): Mention `message-tab-body-function' in doc.
4470         Suggested by Karl Eichwalder.
4471
4472 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4473
4474         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
4475
4476 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4477
4478         * nnheader.el (nnheader-find-nov-line): Don't use macro
4479         gnus-delete-line.
4480
4481         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
4482         (gnus-group-name-charset): Ditto.
4483
4484         * gnus-util.el (gnus-buffer-live-p): Ditto.
4485
4486 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4487
4488         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
4489         open parenthesis in doc.
4490         (sieve-manage-authenticator-alist): Typo in doc.
4491         * imap.el (imap-authenticator-alist): Typo in doc.
4492         (imap-stream-alist): Backslash.
4493
4494         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
4495           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
4496
4497 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4498
4499         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
4500
4501         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
4502
4503         * gnus-msg.el (gnus-configure-posting-styles): use
4504         make-local-hook. Add LOCAL for add-hook.
4505
4506 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
4507
4508         * message.el (message-mode): Use `make-local-hook' unless
4509         obsolete.
4510         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
4511
4512 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4513
4514         * canlock.el: Remove sha1.el and base64.el stuff.
4515
4516 2001-11-26  Didier Verna  <didier@xemacs.org>
4517
4518         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
4519         if needed.
4520
4521 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4522
4523         * message.el (message-tamago-not-in-use-p): New function.
4524         (message-strip-forbidden-properties): Use it.
4525
4526 2001-11-26  Didier Verna  <didier@xemacs.org>
4527
4528         * gnus-start.el (gnus-check-first-time-used): only check for
4529         existence of .el[d] files.
4530
4531 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4532
4533         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
4534
4535         * message.el (message-setup-1): Clean up mc-*.
4536
4537 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4538
4539         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
4540         * gnus-score.el (gnus-score-find-bnews): Use it.
4541
4542         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
4543         (gnus-summary-limit-to-author): Ditto.
4544         (gnus-summary-limit-to-extra): Ditto.
4545         (gnus-summary-find-matching): Support not-matching argument.
4546
4547 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4548
4549         * message.el (message-wash-subject): Use `insert' rather than
4550         `insert-string', which is deprecated.
4551
4552 2001-11-24  Simon Josefsson  <jas@extundo.com>
4553
4554         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
4555         message. (Gnus does not "default" to using 8bit for the message,
4556         it default to use 8bit encoding and the user-supplied CTE
4557         value. Calling this behaviour "treating it as 8bit" is perhaps
4558         better.)
4559
4560         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
4561         (compare mm-charset-to-coding-system).
4562
4563 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4564
4565         * canlock.el (canlock-sha1-with-openssl): Use unibyte
4566         buffer. Correctly decode hex.
4567
4568 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4569
4570         * gnus-agent.el (gnus-category-insert-line): Convert category
4571         names to strings.
4572
4573 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4574
4575         * message.el (sha1): eval-and-compile.
4576
4577 2001-11-20  Simon Josefsson  <jas@extundo.com>
4578
4579         * message.el (message-allow-no-recipients): New variable.
4580         (message-send): Use it, customize the prompting when posting to
4581         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
4582
4583 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4584
4585         * mm-util.el (mm-coding-system-priorities): New variable.
4586         (mm-sort-coding-systems-predicate): New function.
4587         (mm-find-mime-charset-region): Resort coding systems if needed.
4588         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
4589
4590 2001-11-20  Didier Verna  <didier@xemacs.org>
4591
4592         * gnus-group.el (gnus-group-make-help-group): new optional
4593         argument to control the error behavior.
4594         * gnus-start.el (gnus-check-first-time-used): use it to avoid
4595         erroring.
4596
4597 2001-11-19  Simon Josefsson  <jas@extundo.com>
4598
4599         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
4600         instead of C-c C-u.  Suggested by Per Abrahamsen
4601         <abraham@dina.kvl.dk>.
4602
4603 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4604
4605         * nnfolder.el (nnfolder-read-folder): Use group instead of
4606         nnfolder-current-group.
4607         Suggested by Lorentey Karoly <lorentey@elte.hu>.
4608
4609 2001-11-17  Simon Josefsson  <jas@extundo.com>
4610
4611         * message.el (message-send): Ask user if Fcc/Gcc should be
4612         performed when no other sender was specified.
4613         Suggested by prj@po.cwru.edu (Paul Jarc).
4614
4615 2001-11-17  Simon Josefsson  <jas@extundo.com>
4616
4617         * message.el (message-mode, message-mode-map): Use C-c C-u for
4618         Importance: instead of C-c C-p (used by SC).
4619
4620 2001-11-16  Simon Josefsson  <jas@extundo.com>
4621
4622         * message.el (message-insert-importance-high)
4623         (message-insert-importance-low): Save point.
4624
4625         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
4626         value.
4627
4628 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
4629
4630         * message.el (message-strip-special-text-properties): New option.
4631         (message-strip-forbidden-properties): Obey it.
4632
4633 2001-11-14  Sam Steingold  <sds@gnu.org>
4634
4635         * gnus-score.el: Fixed some doc strings to properly quote symbols.
4636
4637 2001-11-15  Simon Josefsson  <jas@extundo.com>
4638
4639         Support "Importance:" header in Message.
4640
4641         * message.el (message-mode-map): Bind C-c C-p to
4642         `message-insert-or-toggle-importance'
4643         (message-mode-menu): Add message-insert-importance-{high,low}.
4644         (message-insert-importance-high, message-insert-importance-low)
4645         (message-insert-or-toggle-importance): New functions.
4646         (message-tool-bar-map): Add {un,}important.
4647         (message-mode): Doc fix.
4648
4649 2001-11-15  Simon Josefsson  <jas@extundo.com>
4650
4651         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
4652
4653         * mml.el (mml-menu): Fix toolbar tooltip.
4654
4655 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4656
4657         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
4658         * nnml.el (nnml-save-marks): Ditto.
4659
4660         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
4661
4662 2001-11-15  Simon Josefsson  <jas@extundo.com>
4663
4664         * nnml.el (nnml-save-marks):
4665         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
4666         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
4667
4668 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
4669
4670         * gnus-art.el (gnus-article-wash-status-strings): Use
4671         `copy-sequence', not `copy-seq'.
4672
4673 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
4674
4675         * gnus-art.el (gnus-article-wash-status-strings): New constant.
4676         (gnus-gnus-article-wash-status-entry): New function.
4677         (gnus-article-wash-status): Use it.
4678
4679 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4680
4681         * mml1991.el: Add coding header.
4682
4683 2001-11-12  Simon Josefsson  <jas@extundo.com>
4684
4685         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
4686         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
4687         `mml1991-sign' and `mml1991-encrypt'.
4688         (mml1991-encrypt, mml1991-sign): New glue functions.
4689         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
4690
4691         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
4692         (mml-menu): Add PGP to menu.
4693
4694         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
4695         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
4696         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
4697         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
4698
4699         * mml2015.el: Mention RFC 3156.
4700
4701         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
4702
4703 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4704
4705         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
4706
4707         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
4708           From <Michael.Cook@cisco.com>
4709
4710 2001-11-11  Simon Josefsson  <jas@extundo.com>
4711
4712         * message.el (top-level): Autoload sha1.
4713         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
4714         canlock, no need to require two different hash algs).  Suggested
4715         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
4716
4717 2001-11-09  Simon Josefsson  <jas@extundo.com>
4718
4719         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
4720         <Pavel@Janik.cz>.
4721
4722 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4723
4724         * message.el (message-point-in-header-p): New function.
4725         (message-do-auto-fill): Use it.
4726         (message-beginning-of-line): New function.  Goes to beginning of
4727         header value (i.e., end of header name), or to beginning of line
4728         if already at beginning of value.  Behaves like
4729         `beginning-of-line' when in message body.
4730         (message-mode-map): Bind it.
4731
4732 2001-11-08  Simon Josefsson  <jas@extundo.com>
4733
4734         * gnus-msg.el (gnus-posting-styles): Add doc.
4735
4736 2001-11-07  Simon Josefsson  <jas@extundo.com>
4737
4738         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
4739
4740         * sieve-mode.el (sieve-control-commands-face)
4741         (sieve-control-commands-face, sieve-action-commands-face)
4742         (sieve-test-commands-face, sieve-tagged-arguments-face): New
4743         faces.
4744         (sieve-font-lock-keywords): Use them.
4745         (sieve-mode): Only set font-lock-defaults in emacs.
4746
4747         * gnus-art.el (gnus-default-article-saver): Add
4748         gnus-summary-save-body-in-file.
4749         (gnus-summary-write-to-file): Fix doc.
4750
4751 2001-11-07  Simon Josefsson  <jas@extundo.com>
4752
4753         * gnus-art.el (gnus-treat-highlight-signature): Add cross
4754         reference to the correct chapter in the manual.
4755
4756         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
4757         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
4758
4759 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4760
4761         * mml.el (mml-preview): Bind mail-header-separator.
4762
4763 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4764
4765         * message.el: Always require canlock.
4766         (message-ignored-supersedes-headers): Include Cancel-Lock and
4767         Cancel-Key.
4768         (message-insert-canlock): Don't require canlock.
4769         (message-cancel-news): Don't check whether canlock is available.
4770         (message-supersede): Support cancel-locks.
4771
4772         * gnus-art.el: Don't autoload canlock.
4773
4774 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4775
4776         * mail-source.el (mail-source-fetch-imap): ASYNC param.
4777         From: <andre@slamdunknetworks.com>
4778
4779 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4780
4781         * many files: Fix copyright lines.
4782
4783 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4784
4785         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
4786         Suggested by Dave Love  <fx@gnu.org>.
4787
4788 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4789
4790         * message.el (message-kill-buffer): Remove auto-save file after
4791         confirm.
4792
4793         * message.el (message-send-mail): Call message-generate-headers
4794         once.  Suggested by Matt Armstrong <matt@lickey.com>.
4795
4796         * gnus-topic.el (gnus-topic-rename): Initial-input.
4797         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
4798
4799 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
4800
4801         * message.el (message-forbidden-properties): New constant.
4802         (message-strip-forbidden-properties): New function.
4803         (message-mode): Activate it.
4804
4805 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4806
4807         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
4808         (mm-hack-charsets): Fix doc.
4809
4810 2001-11-02  Simon Josefsson  <jas@extundo.com>
4811
4812         * gnus-int.el (gnus-check-server): Message "...done" when done.
4813
4814         * imap.el (imap-close): Don't message (imap-send-command-wait
4815         returns if the connection is dropped).
4816         (imap-wait-for-tag): Nix out message only when necessary.
4817
4818         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
4819         for non-crossposting.
4820         (gnus-sieve-crosspost): Default to t to be consistent with other
4821         parts of Gnus.
4822
4823 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4824
4825         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
4826         (mm-iso-8859-x-to-15-table): Ditto.
4827         (mm-iso-8859-x-to-15-region): Ditto.
4828         (mm-find-mime-charset-region): Ditto.
4829
4830 2001-11-01  Simon Josefsson  <jas@extundo.com>
4831
4832         * nnimap.el (nnimap-close-asynchronous): New variable.
4833         (nnimap-close-group): Use it.
4834         (nnimap-expunge): Don't use it.
4835
4836         * imap.el (imap-callbacks): New variable.
4837         (imap-remassoc): Copied from `gnus-remassoc'.
4838         (imap-add-callback): New function.
4839         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
4840         behaviour.
4841         (imap-parse-response): Call the callback.
4842
4843         * message.el (message-insert-canlock): New variable.
4844         (message-canlock-generate, message-canlock-password)
4845         (message-insert-canlock): New functions.
4846         (message-send-news): Call `message-insert-canlock'.
4847         (top-level): Require canlock when compiling.
4848         (message-insert-canlock): Require canlock before we need it.
4849
4850 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4851
4852         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
4853
4854 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4855
4856         * dgnushack.el (dgnushack-make-load): A workaround for
4857         custom-add-loads bug in some versions of XEmacs.
4858
4859 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4860
4861         * mm-util.el (mm-charset-synonym-alist): Revert (some).
4862
4863 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4864
4865         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
4866         (mm-hack-charsets): New variable.
4867         (mm-iso-8859-15-compatible): New variable.
4868         (mm-iso-8859-x-to-15-table): New variable.
4869         (mm-find-mime-charset-region): Add parameter hack-charsets.
4870
4871         * mm-bodies.el (mm-encode-body): Use it.
4872         * mml.el (mml-parse-1): Ditto.
4873
4874 2001-11-01  Simon Josefsson  <jas@extundo.com>
4875
4876         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
4877
4878 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4879
4880         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
4881         is nil.
4882
4883 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4884
4885         * smiley-ems.el (smiley-update-cache): Auto detect file type.
4886
4887         * message.el (message-forward-rmail-make-body): Use
4888         save-window-excursion.
4889         (message-encode-message-body): Search with noerror.
4890         (message-setup-1): Convert compose-mail send-actions to
4891         message-send-actions.
4892
4893 2001-11-01  Simon Josefsson  <jas@extundo.com>
4894
4895         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
4896         <yamaoka@jpl.org>.
4897
4898 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4899
4900         * sieve-manage.el (sieve-string-bytes): No complain.
4901
4902 2001-11-01  Simon Josefsson  <jas@extundo.com>
4903
4904         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
4905         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
4906         has autoload cookies, so no `require' should be necessary.)
4907
4908         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
4909         files.
4910
4911 2001-10-31  Simon Josefsson  <jas@extundo.com>
4912
4913         * gnus-cus.el (gnus-group-parameters): Support integer `display'
4914         parameter.
4915
4916         * gnus-sum.el (gnus-select-newsgroup): If group parameter
4917         `display' is a number (and C-u wasn't used to enter group), only
4918         fetch that number of articles.
4919
4920 2001-10-31  Matt Armstrong  <matt@lickey.com>
4921
4922         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
4923         not-subscribed -> subscribed.
4924
4925 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4926         From: Josh Huber <huber@alum.wpi.edu>
4927
4928         * message.el (message-subscribed-address-functions): New variable.
4929         (message-subscribed-addresses): New variable.
4930         (message-subscribed-regexps): New variable.
4931         (message-goto-mail-followup-to): New function.
4932         (message-send-mail): Add Mail-Followup-To.
4933         (message-make-mft): New function.
4934
4935         * gnus.el (gnus-find-subscribed-addresses): New function.
4936
4937 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4938
4939         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
4940         (mail-source-fetch-pop): Ditto.
4941         (mail-source-check-pop): Ditto.
4942
4943         * gnus-start.el (gnus-read-init-file): Ditto.
4944         (gnus-activate-group): Ditto.
4945         (gnus-read-newsrc-el-file): Ditto.
4946
4947 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4948
4949         * message.el (message-get-reply-headers): Make sure there is ", ".
4950
4951         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
4952         mm-coding-system-p. Don't correct it only in XEmacs.
4953         (mm-charset-to-coding-system): Use mm-coding-system-p and
4954         mm-get-coding-system-list.
4955         (mm-emacs-mule, mm-mule4-p): New variables.
4956         (mm-enable-multibyte, mm-disable-multibyte,
4957         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
4958         mm-with-unibyte-current-buffer,
4959         mm-with-unibyte-current-buffer-mule4): Use them.
4960         (mm-find-mime-charset-region): Treat iso-2022-jp.
4961
4962         From  Dave Love  <fx@gnu.org>:
4963
4964         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
4965         construction.
4966         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
4967         entries conditional on not having a coding system defined for
4968         them.
4969         (mm-mule-charset-to-mime-charset): Use
4970         find-coding-systems-for-charsets if defined.
4971         (mm-charset-to-coding-system): Don't use
4972         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
4973         later.  Add last resort search of coding systems.
4974         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
4975         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
4976         Mule 4.
4977         (mm-find-mime-charset-region): Re-write.
4978         (mm-with-unibyte-current-buffer): Restore buffer as well as
4979         multibyteness.
4980
4981 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4982
4983         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
4984         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
4985         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
4986
4987 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4988
4989         * gnus-art.el (article-display-x-face): Nix buffer-read-only
4990         again.
4991
4992         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
4993
4994 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4995
4996         * gnus-spec.el (gnus-parse-simple-format): Use
4997           buffer-substring-no-properties.
4998
4999 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5000
5001         * gnus-art.el (article-verify-cancel-lock): New function.
5002
5003         * nnheader.el (nntp-process-response): New variable.
5004         (nnheader-init-server-buffer): Make `nntp-process-response'
5005         buffer-local in `nntp-server-buffer'.
5006
5007         * nntp.el (nntp-prepare-post-hook): New hook.
5008         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
5009         (nntp-async-trigger): Ditto.
5010         (nntp-request-post): Insert a server's ID if there's no Message-ID
5011         header; run `nntp-prepare-post-hook'.
5012
5013 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5014
5015         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
5016         instead.
5017
5018         * message.el (message-forward-subject-author-subject): Don't use
5019         message-news-p, which widens the buffer.
5020         (message-forward-make-body): New function.
5021         (message-forward): Use it.
5022         (message-insinuate-rmail): New function.
5023         (message-forward-rmail-make-body): New function.
5024
5025 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5026
5027         * mm-extern.el (mm-extern): Provide it.
5028
5029         * mm-partial.el (mm-partial): Provide it.
5030
5031 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5032
5033         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
5034
5035 2001-10-29  Simon Josefsson  <jas@extundo.com>
5036
5037         * mml.el (mml-preview): Bind message-this-is-news if it is
5038         news. From Jesper Harder <harder@myrealbox.com>.
5039
5040 2001-10-28  Simon Josefsson  <jas@extundo.com>
5041
5042         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
5043
5044 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
5045
5046         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
5047         ironic smilies.
5048
5049 2001-10-27  Simon Josefsson  <jas@extundo.com>
5050
5051         * message.el (message-indent-citation): Don't add trailing
5052         whitespace when citing text.
5053
5054         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
5055         <harder@ifa.au.dk>.
5056
5057 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5058
5059         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
5060         not available.
5061         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
5062         (nnweb-type-definition): Add google as alias of dejanews.
5063         (nnweb-google-parse-1): Forward 1 line.
5064
5065 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5066
5067         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
5068         variable `message-forward-ignored-headers'.
5069
5070 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
5071
5072         * gnus.el (gnus-expand-group-parameter): New function.
5073         (gnus-expand-group-parameters): Call it.
5074         (gnus-group-fast-parameter): New function.
5075         (gnus-group-find-parameter): Call it.
5076
5077 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5078
5079         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
5080         vector (it didn't before because of a bug).
5081         * gnus-msg.el (gnus-post-news): Use header vector directly, if
5082         available.  Before it converted it to an article number.
5083
5084         This makes followup to news articles with negative numbers in
5085         nnvirtual groups use news instead of mail.
5086
5087 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5088
5089         * gnus.el (post-method): Use `native' instead of `nil'.
5090
5091         * gnus-msg.el (gnus-post-method): Ditto.
5092
5093 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5094
5095         * gnus.el (gnus-define-group-parameter): Grammar fix.
5096
5097 2001-10-22  Simon Josefsson  <jas@extundo.com>
5098
5099         * gnus-msg.el (gnus-extended-version): Include
5100         system-configuration.
5101         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
5102
5103 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
5104
5105         * gnus.el (post-method): Customization fix: `native' is not a
5106         valid value.
5107         * gnus-msg.el (gnus-post-method): Doc and customization fix:
5108         `native' is not a valid value.
5109
5110 2001-10-21  Simon Josefsson  <jas@extundo.com>
5111
5112         * nnimap.el (nnimap): Defgroup
5113         (nnimap-strict-function, nnimap-strict-function-match): New
5114         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
5115         (nnimap-split-crosspost, nnimap-split-inbox)
5116         (nnimap-split-rule, nnimap-split-predicate)
5117         (nnimap-split-predicate): Defcustom.
5118         (nnimap-split-inbox, nnimap-expunge-search-string)
5119         (nnimap-importantize-dormant): Remove "*" from doc.
5120
5121 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5122
5123         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
5124         not supplied via prefix arg.  From Lisp, make arg mandatory.
5125         Suggested by Frank Schmitt.
5126
5127 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
5128
5129         * message.el (message-do-auto-fill): Avoid calling
5130         'rfc822-goto-eoh'.
5131
5132 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5133         From Paul Jarc <prj@po.cwru.edu>.
5134
5135         * message.el (message-get-reply-headers): Restructure the logic
5136         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
5137
5138 2001-10-20  Simon Josefsson  <jas@extundo.com>
5139
5140         * message.el (message-cancel-news): Support cancel-locks.
5141         Suggested by Per Abrahamsson.
5142
5143         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
5144         conses.  From David Z Maze <dmaze@MIT.EDU>.
5145
5146         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
5147
5148 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5149
5150         * mm-decode.el (mm-default-directory): Fix customize type.
5151
5152         * message.el (message-setup-fill-variables): Kludge to use
5153         normal-auto-fill-function even if auto fill is already activated.
5154
5155 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5156
5157         * message.el (message-do-auto-fill): New version that does not
5158         rely on text properties, by Simon Josefsson <jas@extundo.com>.
5159         (message-setup-1): Removed the `message-field' property.
5160
5161         * gnus-draft.el (gnus-draft-edit-message): Removed the
5162         `message-field' property.
5163
5164 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5165
5166         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
5167         `message-field'.  The `field' property has a special significance in
5168         Emacs 21.
5169
5170         * message.el (message-send, message-setup-1): Ditto.
5171
5172 2001-10-18  Simon Josefsson  <jas@extundo.com>
5173
5174         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
5175         when undoing.
5176
5177 2001-10-18  Simon Josefsson  <jas@extundo.com>
5178         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
5179
5180         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
5181         (gnus-summary-make-menu-bar): Ditto.
5182
5183 2001-10-17  Simon Josefsson  <jas@extundo.com>
5184
5185         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
5186         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
5187
5188 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5189
5190         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
5191         * gnus-util.el (gnus-user-date): New function.
5192         From Frank Schmitt <usenet@Frank-Schmitt.net>.
5193
5194 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5195
5196         * message.el (message-check-news-header-syntax): Special case
5197         nnvirtual groups.
5198
5199         * gnus-sum.el (gnus-summary-respool-default-method): Changed
5200         customize type to `symbol'.
5201
5202 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5203
5204         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
5205         %&foo;.
5206         (gnus-parse-simple-format): Support user extended spec too.
5207         %u&foo; invokes gnus-user-format-function-foo.
5208
5209 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5210
5211         * nnml.el (nnml-request-expire-articles): Make sure it is back to
5212         the server.
5213         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
5214         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5215         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
5216         * nndiary.el (nndiary-request-expire-articles): Ditto.
5217         (nndiary-schedule): Defsubst it before use it.
5218         (nndiary-error): eval-and-compile.
5219
5220 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5221
5222         * gnus-msg.el (gnus-post-method): Changed two instances of
5223         `active' to `current' and one `null' to `not'.
5224
5225 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5226         From Katsumi Yamaoka <yamaoka@jpl.org>.
5227
5228         * message.el (message-setup-fill-variables): Use
5229         `normal-auto-fill-function' instead of `auto-fill-function'.
5230
5231 2001-10-16  Simon Josefsson  <jas@extundo.com>
5232
5233         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
5234         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
5235         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
5236
5237 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5238         Patch by Oliver Scholz <oscholz@my.gnus.org>.
5239
5240         * gnus-draft.el (gnus-draft-edit-message): Add text property
5241         `field' with value `header' to message headers.
5242         * message.el (message-setup-1): Really add text property to all of
5243         the header, not just part of it.
5244
5245 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5246
5247         * gnus-group.el (gnus-group-sort-by-server): Use it.
5248
5249         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
5250
5251         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
5252         and keystroke.
5253
5254 2001-10-14  Simon Josefsson  <jas@extundo.com>
5255
5256         * dig.el: Doc fix.
5257
5258         * smime.el: Doc fix.
5259
5260         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
5261         charset magic from message.el.
5262
5263 2001-10-12  Simon Josefsson  <jas@extundo.com>
5264         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
5265
5266         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
5267         'cite from g-a-wash-types.
5268         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
5269         (gnus-article-hide-citation): Fix.
5270
5271         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
5272         character.
5273         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
5274
5275         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
5276         definition.
5277         (gnus-signature-toggle): Toggle `s' mode line character.
5278
5279         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
5280         doing stuff that clears it.
5281
5282 2001-10-12  Simon Josefsson  <jas@extundo.com>
5283
5284         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
5285         From Eric Marsden <emarsden@laas.fr>.
5286
5287 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5288
5289         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
5290         (autoload): Add some autoloads.
5291
5292 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5293         Suggested by Oliver Scholz <epameinondas@gmx.de>.
5294
5295         * message.el (message-do-auto-fill): New function.  Like
5296         `do-auto-fill' but don't fill when in the message header.
5297         (message-setup-1): Put a text property on the message header.
5298         (message-setup-fill-variables): Use `message-do-auto-fill'.
5299
5300 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5301
5302         * message.el (message-send-mail-partially): Insert an empty line
5303         first, because of the change of message-make-lines.
5304
5305 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
5306
5307         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
5308         iso-8859-15, make it an alias for iso-8859-1.
5309
5310 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5311
5312         * message.el (message-send-news): Don't modify the value of
5313         `message-syntax-checks' if it is not a list (possibly it is
5314         `dont-check-for-anything-just-trust-me').
5315
5316 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5317
5318         * gnus-group.el (gnus-group-name-charset-group-alist): Use
5319         `find-coding-system' for XEmacs to check whether the coding-system
5320         `utf-8' is available.
5321
5322 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5323
5324         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
5325
5326 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
5327
5328         * message.el (message-send-news): Oops, missed case with no
5329         "Followup-To" header...
5330
5331 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
5332
5333         * message.el (message-send-news): Allow
5334         `gnus-group-name-charset-group-alist' to affect encoding of the
5335         "Newsgroups" and "Followup-To" headers.
5336
5337 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5338
5339         * Makefile.in (install-el): Depend on gnus-load.el.
5340
5341 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5342
5343         * Makefile.in (install-el): Use -f.
5344         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
5345
5346 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
5347
5348         * message.el (message-send-news): Don't encode Followups-To when
5349         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
5350
5351         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
5352         header.
5353
5354         * gnus-art.el (article-decode-group-name): Also decode
5355         "Followup-To".
5356
5357         * rfc2047.el (rfc2047-encode-message-header): Encode without
5358         asking for null methods.
5359
5360         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
5361         default charset for newsgroup names in accordance with USEFOR.
5362
5363         * gnus-group.el (gnus-group-name-charset-method-alist,
5364         gnus-group-name-charset-group-alist): Removed "*" from doc
5365         strings, "*" should not be used for complex variables.
5366
5367 2001-10-06  Simon Josefsson  <jas@extundo.com>
5368
5369         Support UTF-8 group names better.
5370
5371         * message.el (message-check-news-header-syntax): Encode group
5372         names before comparison.
5373
5374         * gnus-msg.el (gnus-copy-article-buffer): Run all
5375         `gnus-article-decode-hook's except `article-decode-charset'
5376         instead of hardcoding call to one of them.
5377
5378         * gnus-art.el (gnus-article-decode-hook): Add
5379         `article-decode-group-name'.
5380         (article-decode-group-name): New function, use `g-d-n'.
5381
5382         * gnus-group.el (gnus-group-insert-group-line): Decode
5383         gnus-tmp-group using `g-d-n'.
5384
5385         * gnus-util.el (gnus-decode-newsgroups): New function.
5386
5387 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
5388
5389         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
5390         `gnus-group-name-charset-group-alist'.
5391
5392 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5393
5394         * Makefile.in: Install el in install. Add uninstall.
5395
5396 2001-10-05  Simon Josefsson  <jas@extundo.com>
5397
5398         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
5399
5400         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
5401
5402         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
5403         empty folders.
5404
5405         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
5406         limiting if read-all (C-u RET) was used.
5407
5408 2001-10-04  Simon Josefsson  <jas@extundo.com>
5409
5410         * mail-source.el (mail-source-movemail-program): New variable.
5411         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
5412         <thutt@thutt.vmware.com>.
5413
5414 2001-10-03  Simon Josefsson  <jas@extundo.com>
5415
5416         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
5417         (gnus-summary-line-format-alist): Fix param.
5418
5419 2001-10-02  Simon Josefsson  <jas@extundo.com>
5420
5421         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
5422         don't go through `nnimap-request-expire-articles' to delete the
5423         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
5424
5425 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5426
5427         * gnus-agent.el (gnus-agent-write-active): The min in the
5428         agent/active may be larger than that in the server/active.
5429
5430 2001-10-01  Simon Josefsson  <jas@extundo.com>
5431
5432         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
5433         is IMAP4rev1.
5434
5435         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
5436
5437         * nnfolder.el: Ditto.
5438
5439 2001-09-30  Dan Christensen  <jdc@uwo.ca>
5440
5441         * gnus-sum.el (gnus-summary-extract-address-component): New function.
5442         (gnus-summary-from-or-to-or-newsgroups): Optimize.
5443
5444 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5445
5446         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
5447         (message-mode-menu): Menu item for same.
5448
5449         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
5450         delayed articles.
5451
5452         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
5453         nndraft:delayed does not exist.
5454         (gnus-delay-initialize): Don't set up keymap, that's done from
5455         message.el now.
5456         (gnus-delay, gnus-delay-group, gnus-delay-header)
5457         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
5458
5459 2001-09-29  Simon Josefsson  <jas@extundo.com>
5460
5461         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
5462         utf-8, not eight-bit-control.
5463
5464         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
5465         (imap-log, imap-debug): Custom.
5466         (imap-log-buffer, imap-debug-buffer): New constants.
5467         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
5468         (imap-network-open, imap-shell-open, imap-starttls-open)
5469         (imap-send-command-1, imap-send-command, imap-arrival-filter)
5470         (imap-debug): Use imap-*-buffer.
5471
5472         * nndoc.el (nndoc-article-type): Add mailman.
5473         (nndoc-type-alist): Ditto.
5474         (nndoc-mailman-type-p): New function.
5475
5476 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5477
5478         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
5479         gnus-art.el.
5480
5481 2001-09-27  Simon Josefsson  <jas@extundo.com>
5482
5483         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
5484         (gnus-topic-catchup-articles): New function. Suggested by Robin
5485         S. Socha <robin-dated-1001857693.185e29@socha.net>.
5486
5487 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5488         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
5489
5490         * gnus-ems.el (gnus-article-display-xface): Insert xface after
5491         previous ones.
5492
5493 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5494         From Daiki Ueno  <ueno@unixuser.org>
5495
5496         * gnus-sum.el (gnus-summary-show-article): The arglist of
5497         detect-coding-region is incompatible.
5498
5499 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5500         From Katsuhiro Hermit Endo <hermit@koka-in.org>
5501
5502         * gnus-group.el (gnus-group-delete-group): Typo.
5503
5504 2001-09-26  Simon Josefsson  <jas@extundo.com>
5505
5506         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
5507
5508         * nnimap.el (nnimap-expiry-target): Use temp buffer.
5509
5510 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5511
5512         * gnus-cus.el (gnus-group-parameters): Display as sexp.
5513
5514 2001-09-22  Simon Josefsson  <jas@extundo.com>
5515
5516         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
5517
5518         * nnfolder.el (nnfolder-open-marks): Ditto.
5519
5520         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
5521         (gnus-update-marks): Use it.
5522         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
5523         hardcoded list.
5524
5525         * gnus.el (gnus-article-special-mark-lists): Add killed.
5526         (gnus-article-unpropagated-mark-lists): New constant.
5527
5528 2001-09-22  Simon Josefsson  <jas@extundo.com>
5529
5530         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
5531         custom option.
5532
5533 2001-09-23  Simon Josefsson  <jas@extundo.com>
5534
5535         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
5536
5537 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5538
5539         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
5540
5541 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
5542
5543         * gnus-group.el (gnus-group-sort-function): Fix customize type to
5544         accept lists of functions.
5545
5546 2001-09-20  Simon Josefsson  <jas@extundo.com>
5547
5548         * gnus-group.el (gnus-group-catchup): Update expire marks in
5549         backend.  Also, if ALL also set expire marks on tick/dormant.
5550
5551 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5552
5553         * message.el (message-tab-body-function): New variable.
5554         * message.el (message-tab): Use it.
5555
5556 2001-09-19  Sam Steingold  <sds@gnu.org>
5557
5558         * gnus-win.el (gnus-buffer-configuration): Respect
5559         `gnus-bug-create-help-buffer'.
5560
5561 2001-09-18  Simon Josefsson  <jas@extundo.com>
5562
5563         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
5564         (gnus-parse-simple-format): Re-revert.
5565
5566 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
5567
5568         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
5569         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
5570
5571 2001-09-18  Simon Josefsson  <jas@extundo.com>
5572
5573         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
5574         signed.
5575         (gnus-parse-simple-format): Don't use it.
5576
5577 2001-09-17  Miles Bader  <miles@gnu.org>
5578
5579         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
5580         error querying a backend abort the whole process.
5581
5582 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5583
5584         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
5585         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
5586
5587 2001-09-17  Didier Verna  <didier@xemacs.org>
5588
5589         * nndiary.el: version 0.2-b14.
5590         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
5591         compatibility problem with XEmacs 21.1.
5592
5593 2001-09-15  Simon Josefsson  <jas@extundo.com>
5594
5595         * gnus-group.el (gnus-group-line-format): Document %c.
5596
5597         * nnml.el (nnml-parse-head): Handle CRLF files.
5598         (nnml-generate-nov-file): Ditto.
5599         (nnml-retrieve-headers): Ditto.
5600
5601 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
5602
5603         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
5604
5605 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
5606
5607         * gnus-spec.el (gnus-correct-substring): Still stopped one
5608         character before we wanted (never included last character).
5609         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
5610         add missing "," (once per function)
5611
5612 2001-09-14  Simon Josefsson  <jas@extundo.com>
5613
5614         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
5615         (otherwise e.g. gnus-agentize in .gnus overrides the customized
5616         default before gnus-group is loaded and the variable set.)
5617
5618         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
5619         killed or unsent marks.
5620
5621         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
5622         isn't an article to set it on (e.g. when you `a' in a group).
5623
5624 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5625
5626         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
5627         can read e-mails from Microsoft Outlook users not using ISO
5628         8859-2 character set.
5629
5630 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5631
5632         * gnus-diary.el: Minor modifications to avoid warnings.
5633         (gnus-summary-misc-menu): defvar.
5634         (gnus-diary-check-message): Use gnus-point-at-eol.
5635         (gnus-diary-kill-entire-line): eval-and-compile.
5636
5637 2001-09-12  Didier Verna  <didier@xemacs.org>
5638
5639         * nndiary.el: new version (0.2-b13).
5640         * nndiary.el (nndiary-mail-sources): doc update.
5641         * nndiary.el (nndiary-split-methods): ditto.
5642         * nndiary.el (nndiary-request-accept-article-hooks): New.
5643         * nndiary.el (nndiary-request-accept-article): use it, check
5644         message validity.
5645         * nndiary.el (nndiary-get-new-mail): changed default to nil.
5646         * nndiary.el (nndiary-schedule): fix bug (misplaced
5647         condition-case): it didn't return nil on error.
5648         * gnus-diary.el: new version.
5649         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
5650         * gnus-diary.el (gnus-diary-header-value-history): New.
5651         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
5652         * gnus-diary.el (gnus-diary-add-header): New.
5653         * gnus-diary.el (gnus-diary-check-message): New.
5654         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
5655         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
5656
5657 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5658
5659         * gnus-sum.el (gnus-select-newsgroup): Make
5660         `gnus-current-select-method' buffer-local.
5661
5662         * gnus-art.el (gnus-request-article-this-buffer): Refer
5663         `gnus-current-select-method' in the current summary buffer.
5664
5665 2001-09-10  Simon Josefsson  <jas@extundo.com>
5666         From Daniel Pittman <daniel@rimspace.net>
5667
5668         * gnus-spec.el (gnus-correct-pad-form): Fix.
5669
5670 2001-09-09  Simon Josefsson  <jas@extundo.com>
5671
5672         * mm-decode.el (mm-inline-media-tests): Add
5673         application/x-emacs-lisp.
5674         (mm-attachment-override-types): Add
5675         application/{x-,}pkcs7-signature.
5676
5677         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
5678         (gnus-server-line-format, gnus-server-mode-line-format)
5679         (gnus-server-browse-in-group-buffer): Customize.
5680
5681 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5682
5683         * nnml.el (nnml-marks-changed-p): Typo.
5684         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
5685         (nnml-marks-changed-p): Use gnus-gethash.
5686         (nnml-marks-modtime): Use gnus-make-hashtable.
5687
5688         * nnfolder.el (nnfolder-marks-changed-p): Typo.
5689         (nnfolder-request-expire-articles, nnfolder-save-marks)
5690         (nnfolder-open-marks): Typo.
5691         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
5692         (nnfolder-marks-changed-p): Use gnus-gethash.
5693         (nnfolder-marks-modtime): Use gnus-make-hashtable.
5694
5695 2001-09-08  Simon Josefsson  <jas@extundo.com>
5696
5697         * nnfolder.el (nnfolder-marks-modtime): New variable.
5698         (nnfolder-marks-changed-p): New function.
5699         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
5700         (nnfolder-request-update-info): Don't update if marks didn't change.
5701
5702         * nnml.el (nnml-marks-modtime): New variable.
5703         (nnml-marks-changed-p): New function.
5704         (nnml-save-marks, nnml-open-marks): Save modtime.
5705         (nnml-request-update-info): Don't update if marks didn't change.
5706
5707         * gnus-agent.el (gnus-agent-any-covered-gcc)
5708         (gnus-agent-add-server, gnus-agent-remove-server): Use
5709         gnus-agent-method-p.
5710
5711         * gnus-art.el (gnus-buttonized-mime-types): New variable.
5712         (gnus-unbuttonized-mime-type-p): Use it.
5713
5714         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
5715         fetch group.
5716
5717 2001-09-08  Simon Josefsson  <jas@extundo.com>
5718         From Daniel Pittman <daniel@rimspace.net>
5719
5720         * gnus-spec.el (gnus-correct-pad-form): New function.
5721         (gnus-parse-simple-format): Use it.
5722
5723 2001-09-07  Simon Josefsson  <jas@extundo.com>
5724
5725         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
5726         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
5727         Putnam <reader@newsguy.com>.
5728         (gnus-group-sort-selected-groups): Touch dribble file.
5729
5730 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
5731
5732         * nnml.el (nnml-filenames-are-evil): New variable.
5733         (nnml-article-to-file-alist): Rename to ...
5734         (nnml-current-group-article-to-file-alist): ... this.
5735         Respect `nnml-filenames-are-evil'.
5736         (nnml-active-number): Update.
5737         (nnml-update-file-alist): Update.
5738         (nnml-request-article): Use nnheader-article-to-file-alist.
5739         (nnml-request-rename-group): Likewise.
5740
5741 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * gnus-sum.el (gnus-summary-insert-line): Fix.
5744
5745 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5746
5747         * gnus-sum.el: Bind g-s-t-s to "W g".
5748         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
5749         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
5750         display of graphical smilies.
5751
5752 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5753
5754         * gnus-start.el (gnus-setup-news): A typo.
5755         From Bill White <billw@wolfram.com>.
5756
5757 2001-09-06  Simon Josefsson  <jas@extundo.com>
5758
5759         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
5760         and unseen marks.
5761
5762 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5763
5764         * nnmail.el (nnmail-split-fancy): Document `junk'.
5765
5766 2001-09-04  Simon Josefsson  <jas@extundo.com>
5767
5768         * imap.el (imap-search): Don't error if server is broken.
5769
5770 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
5771
5772         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
5773         searching for an article that isn't in the mbox.
5774
5775 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5776
5777         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
5778         right, and get all the comments.
5779
5780 2001-09-02  Simon Josefsson  <jas@extundo.com>
5781         Suggested by Dan Christensen <jdc+news@uwo.ca>
5782
5783         * nnfolder.el (nnfolder-request-update-info): Fix message.
5784
5785         * nnml.el (nnml-request-update-info): Ditto.
5786
5787 2001-09-01  Simon Josefsson  <jas@extundo.com>
5788
5789         * nnml.el (nnml-request-expire-articles): Also bind
5790         `nnml-current-group' and `nnml-article-file-alist' when using
5791         expiry-target. (Otherwise nnml will be in a inconsistent internal
5792         state causing all kind of problems.)
5793         (nnml-request-expire-articles): If `nnml-article-to-file' or
5794         `file-attributes' failes, return article as un-expirable instead
5795         of treating it as expired.
5796
5797 2001-08-31  Sam Steingold  <sds@gnu.org>
5798
5799         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
5800         typo: `exmine' --> `examine'.
5801
5802 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5803
5804         * nndoc.el (nndoc-forward-type-p): It is not a digest.
5805
5806 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5807
5808         * nnml.el (nnml-check-directory-twice): Remove.
5809         (nnml-retrieve-headers): Ditto.
5810         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
5811
5812 2001-08-30  Andrew Innes  <andrewi@gnu.org>
5813
5814         * nnheader.el (nnheader-directory-files-is-safe): No need to read
5815         directory twice on Windows, or on GNU Emacs-21.
5816
5817 2001-08-30  Andrew Innes  <andrewi@gnu.org>
5818
5819         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
5820         (nnml-request-rename-group): Ditto.
5821         (nnml-active-number): Ditto.
5822         (nnml-request-create-group): Use nnml-directory-articles.
5823         (nnml-request-expire-articles): Use nnml-directory-articles, which
5824         gets list from nov database if available.
5825         (nnml-get-nov-buffer): New function.
5826         (nnml-open-nov): Use it.
5827         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
5828         gets alist from nov database if available.
5829         (nnml-directory-articles): New function.
5830         (nnml-article-to-file-alist): New function.
5831
5832 2001-08-30  Andrew Innes  <andrewi@gnu.org>
5833
5834         * mm-decode.el (mm-display-external): Use `name' as filename, if
5835         `filename' attribute is not present.
5836
5837 2001-08-30  Andrew Innes  <andrewi@gnu.org>
5838
5839         * mail-source.el (mail-source-flash): New defcustom.
5840         (mail-source-new-mail-p): Ring visible bell if appropriate.
5841         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
5842         timer is cleared even if mail check signals an error.
5843
5844 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5845
5846         * gnus-sum.el (gnus-summary-move-article): Only update marks of
5847         type 'list.
5848
5849 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5850
5851         * flow-fill.el (fill-flowed): eol might be point-max.
5852
5853 2001-08-27  Simon Josefsson  <jas@extundo.com>
5854
5855         * nnml.el (nnml-request-update-info): Fix message.
5856         (nnml-open-marks): Ditto.
5857
5858         * nnfolder.el (nnfolder-request-update-info):
5859         (nnfolder-open-marks): Fix message.
5860
5861 2001-08-25  Simon Josefsson  <jas@extundo.com>
5862
5863         * nnfolder.el (nnfolder-save-marks): Don't create directory named
5864         after group in ~/.
5865
5866 2001-08-25  Simon Josefsson  <jas@extundo.com>
5867         From Andreas Jaeger  <aj@suse.de>
5868
5869         * nnfolder.el (nnfolder-open-marks): Fix typo.
5870         * nnml.el (nnml-open-marks): Likewise.
5871
5872 2001-08-25  Simon Josefsson  <jas@extundo.com>
5873
5874         Make nnfolder groups self-contained as far as marks are concerned.
5875
5876         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
5877         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
5878         (nnfolder-open-server): Make marks directory.
5879         (nnfolder-request-delete-group): Delete marks file.
5880         (nnfolder-request-delete-group): Check of nov/marks file exist
5881         before deleting.
5882         (nnfolder-request-rename-group): Rename marks file.
5883         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
5884         (nnfolder-request-set-mark, nnfolder-request-update-info)
5885         (nnfolder-group-marks-pathname, nnfolder-save-marks)
5886         (nnfolder-open-marks): New functions.
5887         (top-level): Require gnus.
5888
5889 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5890
5891         * nnweb.el (nnweb-type-definition): Use google raw file.
5892         (nnweb-google-parse-1): Ditto.
5893         (nnweb-google-identity): Ditto.
5894         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
5895         (nnweb-altavista-wash-article): Ditto.
5896         (nnweb-request-article): Remove nnweb-decode-entities.
5897
5898         * nnml.el: Require 'gnus.
5899
5900 2001-08-25  Simon Josefsson  <jas@extundo.com>
5901
5902         * nnml.el (nnml-marks-is-evil): Add doc.
5903
5904 2001-08-25  Simon Josefsson  <jas@extundo.com>
5905
5906         * nnml.el (nnml-save-marks): Wrap saving marks in a
5907         condition-case, to allow user to start Gnus if saving marks failed
5908         for some reason.
5909
5910 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5911
5912         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
5913
5914         * gnus-group.el (gnus-update-group-mark-positions): Bind
5915         gnus-group-update-hook to nil.
5916
5917 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5918
5919         * mml.el (mml-generate-mime-1): Force as multibyte string.
5920
5921 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5922
5923         * gnus-sum.el (gnus-summary-insert-line)
5924         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
5925         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
5926
5927         * gnus-spec.el (gnus-correct-substring): Take optional END.
5928
5929         * nnrss.el (nnrss-request-article): Remove \n.
5930         (nnrss-retrieve-headers): Lines number is -1.
5931
5932 2001-08-24  Simon Josefsson  <jas@extundo.com>
5933
5934         * gnus-group.el (gnus-info-clear-data): Call
5935         nnfoo-request-set-mark to propagate marks.  Fix bug:
5936         `gnus-group-update-line' doesn't update read range unless we call
5937         `gnus-get-unread-articles-in-group' first.
5938
5939         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
5940         to server.
5941
5942 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5943
5944         * gnus-util.el (gnus-create-info-command): Return an interactive
5945         function.
5946
5947 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5948         From Katsumi Yamaoka <yamaoka@jpl.org>
5949
5950         * gnus-spec.el (gnus-parse-complex-format): Use equal.
5951
5952 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5953
5954         * gnus-sum.el (gnus-select-newsgroup): Use it.
5955
5956         * gnus-util.el (gnus-not-ignore): New function.
5957
5958         * lpath.el (featurep): Don't fbind char-int.
5959
5960         * gnus-util.el (gnus-create-info-command): New function.
5961
5962         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
5963         right node.
5964
5965         * gnus-sum.el (gnus-select-newsgroup): Clean up.
5966         (gnus-summary-limit-children): Use 'identity instead of `all'.
5967         (gnus-summary-limit-to-display-predicate): New command and
5968         keystroke.
5969
5970 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5971
5972         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
5973
5974         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
5975
5976 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5977
5978         * gnus-spec.el: Add the Gnus version.
5979         (gnus-update-format-specifications): If the Gnus version changes,
5980         nix out the format spec cache.
5981
5982         * gnus.el (gnus-continuum-version): Made into a command and
5983         optionalize the VERSION.
5984
5985         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
5986         the start of the lines.
5987
5988 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5989
5990         * gnus.el (gnus-visual-p): Define function before use of
5991         function.
5992
5993 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5994
5995         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
5996         (gnus-article-mark-to-type): New function.
5997         (gnus-update-missing-marks): Only update marks of type 'list.
5998
5999         * gnus.el (gnus-article-special-mark-lists): New variable.
6000
6001 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6002
6003         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
6004         (gnus-select-newsgroup): Still use 'all.
6005         (gnus-summary-initial-limit): Comparing with 'all.
6006
6007 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6008
6009         * gnus-start.el (gnus-activate-group): If dont-check, don't update
6010         active.
6011
6012 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6013
6014         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
6015         nnslashdot-*-retrieve-headers.
6016         (nnslashdot-request-article): Fix for slashcode 2.2.
6017         (nnslashdot-make-tuple): New function.
6018         (nnslashdot-read-groups): Use it.
6019
6020 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6021
6022         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
6023         list.
6024
6025         * gnus-sum.el (gnus-summary-move-article): Don't select article.
6026
6027 2001-08-20  Simon Josefsson  <jas@extundo.com>
6028
6029         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
6030         opened, error instead of continuing (and exploding later).
6031
6032 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6033
6034         * gnus.el (gnus-expand-group-parameters): Return the parameter
6035         list.
6036
6037         * gnus-sum.el (gnus-summary-show-article): Doc fix.
6038         (gnus-summary-show-article): Guess at charset if required.
6039
6040         * gnus-spec.el (gnus-correct-substring): Stopped one character
6041         before we wanted.
6042
6043 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6044
6045         * earcon.el (earcon-auto-play): Remove unused option.
6046
6047 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6048
6049         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
6050         message down in levels, since it happens very fast.
6051
6052         * smiley-ems.el (smiley-update-cache): Respect the symbol version
6053         of smiley-regexp-alist.
6054
6055         * mm-view.el (mm-inline-text): Ignore vcard errors.
6056
6057         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
6058
6059         * gnus-score.el (gnus-all-score-files): Use append instead of
6060         nconc.
6061
6062         * gnus.el (gnus-splash-face): Doc fix.
6063
6064         * mm-decode.el (mm-mailcap-command): Use
6065         mm-path-name-rewrite-functions.
6066         (mm-path-name-rewrite-functions): New variable.
6067
6068         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
6069         (gnus-complex-form-to-spec): Insert tab.
6070         (gnus-spec-tab): New function.
6071
6072         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
6073         entering the group.
6074
6075         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
6076         the positional spec.
6077         (gnus-parse-complex-format): React to %C.
6078
6079         * gnus-ems.el (gnus-char-width): Moved here.
6080
6081         * gnus-sum.el (gnus-select-newsgroup): Set
6082         gnus-newsgroup-articles.
6083         (gnus-unseen-mark): New variable.
6084         (gnus-newsgroup-unseen): Ditto.
6085         (gnus-newsgroup-seen): Ditto.
6086         (gnus-adjust-marked-articles): Use them.
6087         (gnus-update-marks): Use them.
6088         (gnus-summary-update-secondary-mark): Display.
6089         (gnus-summary-prepare-threads): Display.
6090
6091         * gnus-msg.el (gnus-inews-group-method): Use and return the
6092         method, not the server.
6093
6094 2001-08-19  Simon Josefsson  <jas@extundo.com>
6095
6096         * gnus-srvr.el (gnus-server-agent-face): New.
6097         (gnus-server-agent-face): New.
6098         (gnus-server-mode): Turn on font-lock-mode.
6099
6100         * gnus.el (gnus-server-visual): Add defgroup.
6101
6102 2001-08-19  Simon Josefsson  <jas@extundo.com>
6103         From Joe Casadonte <jcasadonte@northbound-train.com>
6104
6105         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
6106         gnus-server-denied-face): New.
6107         (gnus-server-opened-face, gnus-server-closed-face,
6108         gnus-server-denied-face): New.
6109         (gnus-server-font-lock-keywords): Add.
6110
6111 2001-08-19  Simon Josefsson  <jas@extundo.com>
6112
6113         * nnml.el (nnml-request-set-mark): Return nil.
6114         (nnml-save-marks): Use nnml-possibly-create-directory.
6115         (nnml-open-marks): Only work in temp buffer when inserting/reading
6116         .marks file.
6117
6118 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6119
6120         * gnus.el (gnus-expand-group-parameters): Fix.
6121
6122         * gnus-spec.el (gnus-char-width): New function.
6123         (gnus-correct-substring, gnus-correct-length): Use it.
6124
6125         * message.el (message-required-mail-headers): Fix doc.
6126
6127 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6128
6129         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
6130
6131         * mm-decode.el (mm-save-part-to-file): Insert the handle.
6132
6133 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6134
6135         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
6136         slashdot 2.2 (not fully fixed yet).
6137         (nnslashdot-request-article): Ditto.
6138
6139 2001-08-18  Simon Josefsson  <jas@extundo.com>
6140
6141         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
6142         nnimap.
6143
6144         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
6145         gnus-util.
6146         (nnimap-request-update-info-internal): Use new functions.
6147
6148         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
6149         new functions.
6150
6151 2001-08-18  Simon Josefsson  <jas@extundo.com>
6152
6153         Make nnml groups self-contained as far as marks are concerned.
6154
6155         * nnml.el (nnml-request-delete-group): Delete marks file.
6156         (nnml-request-rename-group): Move marks file.
6157         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
6158         variables.
6159         (nnml-request-set-mark, nnml-request-update-info): New server
6160         functions.
6161         (nnml-save-marks, nnml-open-marks): New functions.
6162
6163 2001-08-18  Simon Josefsson  <jas@extundo.com>
6164
6165         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
6166         `set' when setting marks.
6167
6168 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6169
6170         * gnus.el (gnus-info-find-node): Take an argument.
6171
6172         * gnus-art.el (gnus-button-handle-info): New function.
6173         (gnus-url-unhex-string): Replace "+" with " ".
6174
6175 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6176
6177         * message.el (message-check-news-header-syntax): Check bad From.
6178
6179 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6180
6181         * gnus-spec.el (gnus-correct-length): New function.
6182         (gnus-correct-substring): New function.
6183         (gnus-tilde-max-form): Use it.
6184
6185 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
6186
6187         * nnmh.el: Docstring changes as below.
6188
6189         * nnml.el: Docstring changes as below.
6190
6191         * nnbabyl.el: Docstring changes as below.
6192
6193         * nnmbox.el: Docstring changes as below.
6194
6195         * nnfolder.el: Added docstrings identifying each virtual server
6196         parameter.
6197
6198 2001-08-18  Simon Josefsson  <jas@extundo.com>
6199
6200         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
6201
6202 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
6203
6204         * message.el: rename "Abort Message" to "Postpone Message".
6205         Remove "Attach file as MIME" from Message menu, it's already in
6206         the MIME menu.
6207
6208 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6209
6210         * smime.el (smime-point-at-eol): eval-and-compile.
6211         (smime-make-temp-file): New function.
6212         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
6213         Use it.
6214
6215 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6216
6217         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
6218         (gnus-agent-summary-fetch-group): New command and keystroke.
6219
6220         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
6221         (gnus-mime-display-security): Make it respect
6222         gnus-unbuttonized-mime-type-p.
6223
6224         * gnus-sum.el (gnus-articles-to-read): Comments.
6225         (gnus-article-marked-p): New function.
6226         (gnus-summary-display-make-predicate): New function.
6227         (gnus-select-newsgroup): Use them.
6228
6229         * mm-decode.el (mm-save-part-to-file): Made it not error.
6230
6231 2001-08-17  Simon Josefsson  <jas@extundo.com>
6232
6233         * imap.el (imap-wait-for-tag): If process-status isn't open or
6234         run, return nil instead of sit-for looping.
6235
6236 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6237
6238         * lpath.el (featurep): fbind xml-parse-region.
6239
6240         * gnus.el (gnus-message-archive-method): Default to "archive".
6241         (gnus-message-archive-method): Doc fix.
6242         (gnus-parameters-get-parameter): Cleaned up.
6243         (gnus-expand-group-parameter): New function.
6244
6245         * gnus-start.el (gnus-setup-news): Push the archive server only
6246         the server list.
6247
6248         * mml.el (mml-menu): Changed name to "Attachments".
6249
6250         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
6251         when there is something to detroy.
6252
6253 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6254
6255         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
6256         nil.
6257
6258 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6259
6260         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
6261         which specifies a time today or tomorrow.
6262
6263 2001-08-15  Simon Josefsson  <jas@extundo.com>
6264         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
6265
6266         * gnus-agent.el (gnus-agent-make-mode-line-string)
6267         (gnus-agent-toggle-plugged): Use new API.
6268
6269 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6270
6271         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
6272         deadline has expired.
6273
6274 2001-08-12  Simon Josefsson  <jas@extundo.com>
6275         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
6276
6277         Support `recent' mark indicating newly arrived messages (to
6278         separate from old but unread messages).
6279
6280         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
6281         `nnmail-split-history' if recent is > 0.
6282         (nnimap-request-update-info-internal): Update `recent' marks.
6283         (nnimap-request-set-mark): Never set `recent' marks.
6284         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
6285         recent.
6286
6287         * gnus-sum.el (gnus-recent-mark): New mark.
6288         (gnus-newsgroup-recent): New variable.
6289         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
6290         (gnus-summary-prepare-threads): Mark recent articles.
6291         (gnus-summary-add-mark): Support recent.
6292         (gnus-summary-update-secondary-mark): Support recent.
6293
6294         * gnus.el (gnus-article-mark-lists): Add recent.
6295
6296 2001-08-12  Simon Josefsson  <jas@extundo.com>
6297
6298         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
6299         whether successful decoding took place.  Add doc.
6300
6301 2001-08-12  Simon Josefsson  <jas@extundo.com>
6302         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
6303
6304         * gnus.el (gnus-summary-line-format, gnus-parameters):
6305         * gnus-gl.el (gnus-summary-grouplens-line-format):
6306         * gnus-salt.el (gnus-summary-pick-line-format):
6307         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
6308
6309 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
6310         Committed by Kai Gro\e,b_\e(Bjohann.
6311
6312         * gnus-score.el (gnus-score-string): Fix `match' regexp
6313         for `extra' header case.
6314
6315 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6316
6317         * nnmbox.el (nnmbox-read-mbox): No warning.
6318
6319 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6320
6321         * nndoc.el (nndoc-article-type): Fix doc.
6322         (nndoc-generate-article-function): New variable.
6323         (nndoc-dissection-function): New variable.
6324         (nndoc-type-alist): Add oe-dbx.
6325         (nndoc-oe-dbx-type-p): New function.
6326         (nndoc-oe-dbx-dissection): New function.
6327         (nndoc-oe-dbx-generate-article): New function.
6328
6329 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6330
6331         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
6332         whether deadline has been reached.  Patch from Dan Nicolaescu
6333         <dann@godzilla.ics.uci.edu>.
6334
6335 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6336
6337         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
6338         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
6339         <rintaman@cs.Helsinki.FI>.
6340
6341         * mail-source.el (mail-source-movemail): The error buffer is
6342         modified, but nothing in it.
6343
6344 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6345
6346         * message.el (message-bogus-system-names): New variable.
6347         (message-make-fqdn): Use it.
6348
6349 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6350
6351         * nndraft.el (nndraft-request-group): Use
6352         nndraft-auto-save-file-name.
6353
6354 2001-08-09  Simon Josefsson  <jas@extundo.com>
6355
6356         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
6357         Don't ask whether to decrypt.  Just leave result in buffer (don't
6358         call mm).
6359
6360         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
6361         parts as well.
6362         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
6363         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
6364
6365 2001-08-09  Simon Josefsson  <jas@extundo.com>
6366
6367         * mm-decode.el (mm-insert-part): Return decoding success status.
6368         (mm-save-part-to-file): Error if decoding failed.
6369
6370 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6371
6372         * message.el (message-tab): Use indent-relative.
6373         (message-mode): Don't bind indent-line-function to indent-relative.
6374
6375 2001-08-09  Simon Josefsson  <jas@extundo.com>
6376
6377         * message.el (message-get-reply-headers): Fix string. Suggested by
6378         Christoph Conrad <cc@cli.de>.
6379
6380 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6381
6382         * message.el (message-tab): Use the current value of
6383         indent-line-function.
6384         (message-mode): Bind indent-line-function to indent-relative.
6385
6386 2001-08-08  Simon Josefsson  <jas@extundo.com>
6387
6388         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
6389         whether `imtest' is installed.
6390
6391 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
6392         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6393
6394         * gnus-sum.el (gnus-summary-show-article): Call
6395         gnus-summary-update-secondary-secondary-mark.
6396         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
6397         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
6398
6399 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6400
6401         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
6402
6403         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
6404
6405         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
6406         <gerd@gnu.org>.
6407
6408         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
6409
6410         * gnus-util.el (gnus-output-to-rmail): Ditto.
6411         (gnus-output-to-mail): Ditto.
6412
6413         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
6414
6415 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
6416
6417         * message.el (message-indent-citation): Use
6418         `message-yank-cited-prefix' for empty lines.
6419
6420 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
6421
6422         * message.el (message-indent-citation): Quote only lines starting
6423         with ">" using `message-yank-cited-prefix'.
6424
6425 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
6426
6427         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
6428         gnus-cache-fully-p.
6429
6430 2001-08-04  Simon Josefsson  <jas@extundo.com>
6431
6432         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
6433         file if it doesn't exist (by calling gnus-cache-read-active).
6434
6435 2001-08-04  Simon Josefsson  <jas@extundo.com>
6436
6437         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
6438         (gnus-cache-passively-or-fully-p): Removed.
6439         (gnus-cache-fully-p): Fix it.
6440
6441         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
6442
6443 2001-08-04  Simon Josefsson  <jas@extundo.com>
6444
6445         * gnus-cache.el (gnus-cache-fully-p)
6446         (gnus-cache-passively-or-fully-p): New functions.
6447         (gnus-cache-possibly-enter-article): Cosmetic change, use
6448         `g-c-p-o-f-p'.
6449         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
6450         was bogus (`g-c-p-a-a' does not change active info, just change
6451         the functions parameters).
6452         (gnus-cache-possibly-remove-articles-1): Make sure articles are
6453         not removed in groups that match `gnus-uncacheable-groups'.
6454
6455         Reported and modifications based on discussions with Nuutti
6456         Kotivuori <nuutti.kotivuori@smarttrust.com>.
6457
6458 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
6459         Committed by Simon Josefsson  <jas@extundo.com>
6460
6461         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
6462         calls `gnus-cache-update-active' if bounds has been extended.
6463
6464 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6465
6466         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
6467         before remove.
6468         (gnus-mime-security-show-details): Ditto.
6469
6470 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6471
6472         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
6473         syntax.  Protect string-match against nil string and regexp.
6474
6475 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6476
6477         * mm-util.el (mm-find-charset-region): Remove control-1.
6478
6479 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6480
6481         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
6482
6483 2001-08-04  Simon Josefsson  <jas@extundo.com>
6484
6485         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
6486         buffer.  Delete MIME-Version header.
6487
6488 2001-08-03  Simon Josefsson  <jas@extundo.com>
6489
6490         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
6491         that is entered does not necessarily have the highest article
6492         number in the group, so use `gnus-cache-possibly-alter-active'
6493         instead of `gnus-cache-update-active'.
6494
6495 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6496
6497         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
6498
6499 2001-08-03  Simon Josefsson  <jas@extundo.com>
6500
6501         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
6502         menu.
6503
6504 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * gnus.el (post-method): New group parameter.  It also provides
6507         the user option `gnus-post-method-alist' and the internal function
6508         `gnus-parameter-post-method'.
6509
6510         * gnus-msg.el (gnus-post-method): Bind the value of
6511         `gnus-post-method' to the group parameter if it is defined.
6512
6513 2001-08-02  Simon Josefsson  <jas@extundo.com>
6514
6515         * smime.el (smime-extra-arguments): Removed.
6516         (smime-call-openssl-region): Don't use it.
6517
6518 2001-08-02  Simon Josefsson  <jas@extundo.com>
6519
6520         * smime.el (smime-sign-region): Handle stderr.
6521         (smime-encrypt-region): Ditto.
6522
6523         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
6524         match the ASN.1 length bytes.
6525         (mm-pkcs7-enveloped-magic): Ditto.
6526         (mm-view-pkcs7-get-type): Don't regexp quote.
6527
6528 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6529         From Andreas Fuchs <asf@void.at>
6530
6531         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
6532
6533 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6534
6535         * gnus-art.el (gnus-header-button-alist): References regexp.
6536
6537 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
6538
6539         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
6540         already fboundp.  Add INTERACTIVE arg to autoload form.
6541
6542 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6543
6544         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
6545
6546         * nnmail.el (nnmail-cache-open): Ditto.
6547
6548 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6549
6550         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
6551
6552 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6553
6554         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
6555
6556 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6557         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6558
6559         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
6560         (gnus-agent-toggle-plugged): Use it.
6561
6562 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6563
6564         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
6565         (gnus-ding-file-coding-system): New variable.
6566         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
6567         (gnus-slave-save-newsrc): Use it.
6568
6569 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6570
6571         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
6572         syntax.
6573
6574 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6575         Originally from Andreas Fuchs <asf@void.at>
6576
6577         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
6578         (mml2015-gpg-pretty-print-fpr): New function.
6579         (mml2015-gpg-extract-signature-details): More details, rename from
6580         `m-g-e-from'.
6581         (mml2015-gpg-verify): Use them.
6582         (mml2015-gpg-clear-verify): Use them.
6583
6584 2001-07-31  Simon Josefsson  <jas@extundo.com>
6585
6586         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
6587         buffer when done.
6588
6589 2001-07-30  Simon Josefsson  <jas@extundo.com>
6590
6591         * smime.el (smime-call-openssl-region): Revert previous change,
6592         just pass on buf to `call-process-region'.
6593         (smime-verify-region): Doc fix.  Don't message stuff.  Use
6594         `smime-new-details-buffer'.  Inserts error messages into buffer.
6595         (smime-noverify-region): Ditto.
6596         (smime-decrypt-region): Ditto.  Handles stderr separately.
6597         (smime-verify-buffer, smime-noverify-buffer)
6598         (smime-decrypt-buffer): Doc fix.
6599         (smime-new-details-buffer): New function.
6600         (smime-pkcs7-region, smime-pkcs7-certificates-region)
6601         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
6602         (smime-sign-region, smime-encrypt-region): Don't use
6603         `insert-buffer'.
6604
6605         * mml-smime.el (mml-smime-verify): Fix security button strings.
6606
6607 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6608
6609         * gnus-art.el (gnus-mime-save-part-and-strip): Save
6610         gnus-article-mime-handles.
6611
6612 2001-07-29  Simon Josefsson  <jas@extundo.com>
6613
6614         * mail-source.el (top-level): Require message for message-directory.
6615         (mail-source-directory): Change default to message-directory.
6616
6617         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
6618         (smime-certificate-directory, smime-openssl-program)
6619         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
6620         (smime-extra-arguments): New variable.
6621         (smime-dns-server): Fix customize group.
6622         (smime-call-openssl-region): Use `smime-extra-arguments'.
6623
6624 2001-07-29  Simon Josefsson  <jas@extundo.com>
6625         From Vladimir Volovich <vvv@vsu.ru>
6626
6627         * smime.el (smime-call-openssl-region): Ignore stderr.
6628
6629 2001-07-29  Simon Josefsson  <jas@extundo.com>
6630         From Christoph Conrad <christoph.conrad@gmx.de>
6631
6632         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
6633         file.
6634
6635 2001-07-29  Simon Josefsson  <jas@extundo.com>
6636
6637         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
6638
6639         Support S/MIME decryption.
6640
6641         * mm-decode.el (mm-inline-media-tests):
6642         (mm-inlined-types):
6643         (mm-automatic-display):
6644         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
6645
6646         * mm-view.el (mm-pkcs7-signed-magic):
6647         (mm-pkcs7-enveloped-magic): New variables.
6648         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
6649         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
6650         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
6651         PKCS#7 blobs.
6652
6653         * smime.el (smime-decrypt-region): Expand keyfile.
6654
6655 2001-07-29  Simon Josefsson  <jas@extundo.com>
6656
6657         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
6658         `ssl.el' variables.
6659
6660         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
6661         but line instead of narrowing to it, because `nnmail-parse-active'
6662         calls widen.  Thanks to Christoph Conrad
6663         <christoph.conrad@gmx.de>.
6664
6665 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6666
6667         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
6668         for %B spec.
6669
6670         * gnus-sum.el (gnus-summary-prepare-threads): If
6671         gnus-sum-thread-tree-root is nil, use subject instead.
6672         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
6673         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
6674         (gnus-sum-thread-tree-leaf-with-other)
6675         (gnus-sum-thread-tree-single-leaf): Documentation.
6676         (gnus-sum-thread-tree-single-indent): Allow nil.
6677
6678 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6679
6680         * message.el (message-fill-paragraph): Do nothing if the user
6681         wants filladapt-mode.
6682
6683 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6684
6685         * mm-decode.el (mm-image-type-from-buffer): New function.
6686         (mm-get-image): Use it.
6687
6688 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6689
6690         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
6691
6692         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
6693         mm-display-parts too.
6694
6695 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6696
6697         * nnfolder.el (nnfolder-request-accept-article): Bind
6698         nntp-server-buffer.
6699
6700         * nnmail.el (nnmail-parse-active): Read from buffer instead of
6701         nntp-server-buffer.
6702
6703 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6704
6705         * message.el (message-check-news-header-syntax): Use
6706         message-post-method.
6707         (message-send-news): Bind message-post-method.
6708
6709 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6710
6711         * mml.el (mml-tweak-type-alist): New variable.
6712         (mml-tweak-function-alist): New variable.
6713         (mml-tweak-part): New function.
6714         (mml-generate-mime-1): Use it.
6715
6716 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6717
6718         * nnfolder.el (nnfolder-request-accept-article): Replace
6719         nnfolder-request-list.
6720
6721 2001-07-27  Simon Josefsson  <jas@extundo.com>
6722
6723         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
6724         nnoo-change-server failed to do it.
6725
6726 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6727
6728         * gnus.el (gnus-parameters): Make it customizable.
6729
6730 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6731
6732         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
6733
6734         * message.el (message-set-auto-save-file-name): More
6735         poor-system-types.
6736
6737         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
6738
6739         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
6740         supports +.
6741
6742 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6743
6744         * mm-decode.el (mm-readable-p): New function.
6745         (mm-inline-media-tests): Fix the default testers.
6746
6747 2001-07-26  Simon Josefsson  <jas@extundo.com>
6748
6749         * nnimap.el (nnimap-version): Bump version number.
6750
6751 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6752         From Steven E. Harris <seh@speakeasy.org>
6753
6754         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
6755         in M$Windows too.
6756
6757 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6758
6759         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
6760
6761 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6762
6763         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
6764
6765         * mm-decode.el (mm-get-image): Guess then use the type.
6766
6767         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
6768
6769 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
6770
6771         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
6772         display (%B) for threads if threading is off.
6773
6774 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6775         From Henrik Enberg <henrik@enberg.org>
6776
6777         * gnus-msg.el: Customization patch.
6778
6779 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
6780
6781         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
6782         variable.
6783         (nnmail-split-fancy-with-parent): Ignore certain groups.
6784
6785 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6786
6787         * gnus-util.el (gnus-byte-compile): New function.
6788         (gnus-use-byte-compile): New variable.
6789         (gnus-make-sort-function): Use it.
6790
6791         * nnmail.el (nnmail-get-new-mail): Use it.
6792
6793         * gnus-agent.el (gnus-category-make-function): Simple function or
6794         compiled function.
6795         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
6796
6797         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
6798         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
6799         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
6800
6801         * message.el (message-check-news-header-syntax): Remove quote.
6802
6803 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6804
6805         * message.el (message-use-mail-followup-to): `t' is not a
6806         documented value.
6807
6808 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6809
6810         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
6811
6812 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6813
6814         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
6815         there are long lines.
6816
6817 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6818
6819         * dgnushack.el (copy-list): New compiler macro.
6820
6821 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6822
6823         * message.el (message-bounce): If no Return-Path, the whole
6824         content is considered as the original message.
6825
6826         * nnml.el (nnml-check-directory-twice): New variable.
6827         (nnml-article-to-file): Use it.
6828         (nnml-retrieve-headers): Hack it.
6829
6830 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6831
6832         * gnus-win.el (gnus-buffer-configuration): New configure.
6833
6834         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
6835         not alive.
6836
6837         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
6838         (mm-display-external): Use display-term configure.
6839
6840 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6841
6842         * gnus-delay.el (gnus-delay-default-hour): New variable.
6843         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
6844
6845 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6846         From Karl Kleinpaste <karl@charcoal.com>
6847
6848         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
6849         (gnus-summary-prepare-threads): Ditto.
6850
6851         * gnus.el (gnus-summary-line-format): Add %B.
6852
6853 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6854
6855         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
6856
6857         * mm-util.el (mm-string-as-multibyte): New function.
6858
6859         * nnmh.el (nnmh-request-list-1): Encode, not decode!
6860
6861 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6862
6863         * mm-util.el (mm-universal-coding-system): New variable.
6864
6865         * gnus-start.el (gnus-startup-file-coding-system): Use it.
6866
6867         * score-mode.el (score-mode-coding-system): Use it.
6868
6869 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6870
6871         * gnus-start.el (gnus-setup-news): Call
6872         `gnus-check-bogus-newsgroups' just after the native server is
6873         opened.
6874
6875 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6876
6877         * nnmail.el (nnmail-do-request-post): Util function to be used by
6878         `nnchoke-request-post' for all nnmail-derived backends.
6879
6880         * nnml.el (nnml-request-post): Use it.
6881
6882         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
6883         backend, for it groks nnml-request-post.
6884
6885         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
6886         Treat `mail-post' backends like `mail' backends, not like `news'
6887         backends.
6888
6889 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6890
6891         * gnus-msg.el (gnus-setup-message): make-local-hook.
6892
6893 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6894
6895         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
6896         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
6897         <karl@charcoal.com>, slightly changed by Kai.
6898
6899         * message.el (message-check-news-header-syntax): When checking
6900         whether the groups exist, check the right server based on
6901         `gnus-post-method'.
6902
6903 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6904
6905         * gnus-delay.el: New file.
6906
6907 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6908
6909         * mm-util.el (mm-read-coding-system): Take two arguments.
6910
6911         * gnus-sum.el (gnus-summary-show-article): Use
6912         mm-read-coding-system.
6913
6914         * gnus-art.el (article-de-quoted-unreadable):
6915         (article-de-base64-unreadable, article-wash-html):
6916         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
6917
6918 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6919
6920         * nnml.el (nnml-request-post): New function.  Can be used for
6921         annotations in nnml groups.
6922
6923 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
6926         command.
6927
6928         * gnus-start.el (gnus-find-new-newsgroups): Use
6929         `message-make-date' instead of `current-time-string'.
6930         (gnus-ask-server-for-new-groups): Ditto.
6931         (gnus-check-first-time-used): Ditto.
6932
6933 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6934
6935         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
6936
6937 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
6938
6939         * message.el (message-shorten-references): Change `maxcount' and
6940         `cut' to obey USEFOR draft 5.
6941
6942 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
6943
6944         * gnus-sum.el (gnus-summary-display-arrow): New variable.
6945         (gnus-summary-set-article-display-arrow): New function.
6946         (gnus-summary-goto-subject): Use it.
6947
6948 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6949
6950         * gnus-sum.el (gnus-summary-import-article): Insert date if
6951         doesn't exist.
6952
6953 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6954
6955         * mml.el (mml-content-type-parameters): New variable.
6956         (mml-content-disposition-parameters): New variable.
6957         (mml-insert-mime-headers): Use them.
6958         (mml-parse-1): Accept charset.
6959
6960 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6961
6962         * gnus-group.el (gnus-group-select-group): Doc fix.
6963
6964         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
6965
6966 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
6969         to handle `define-derived-mode'.
6970
6971 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6972         From:  Stefan Monnier  <monnier@cs.yale.edu>
6973
6974         * message.el (message-mode): Use define-derived-mode.
6975         (message-tab): message-completion-alist.
6976
6977         * imap.el (imap-interactive-login): Use make-local-variable.
6978         (imap-open): Ditto.
6979         (imap-authenticate): Ditto.
6980
6981         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
6982
6983         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
6984
6985 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6986
6987         * message.el (message-citation-line-function): Refer to
6988         gnus-cite-attribution-suffix.
6989
6990 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6991
6992         * gnus-art.el,...: Error convention changes.
6993
6994 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6995
6996         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
6997
6998 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6999
7000         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
7001         (nnrss-read-server-data): Ditto.
7002
7003 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7004
7005         * gnus-setup.el (gnus-use-installed-gnus): Typo.
7006         * Cleanup files.
7007         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7008
7009 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7010
7011         * gnus.el (gnus-summary-line-format): Add %o.
7012
7013         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
7014         unless shell outputs something.
7015
7016 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7017
7018         * gnus-art.el (gnus-boring-article-headers): Better doc.
7019         (article-hide-headers): Better regexp.
7020         Suggested by Matt Swift <swift@alum.mit.edu>.
7021
7022         * nnheader.el (nnheader-max-head-length): Better doc.
7023         (nnheader-header-value): Skip spaces.
7024         (nnheader-parse-head): Remove space.
7025         Suggested by Matt Swift <swift@alum.mit.edu>.
7026
7027         * gnus-sum.el (gnus-summary-show-raw-article): New function.
7028         (gnus-get-newsgroup-headers): Remove space.
7029
7030 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7031
7032         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
7033         (gnus-summary-reply): Use it.
7034         (gnus-summary-reply-broken-reply-to): New function.
7035         (gnus-msg-force-broken-reply-to): New function.
7036
7037         * mm-view.el (mm-inline-text): Showing as text/plain when error.
7038
7039 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7040
7041         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
7042
7043 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7044
7045         * mm-decode.el (mm-external-terminal-program): New variable.
7046         (mm-display-external): Use it. Use term to display when no
7047         window-system.
7048
7049 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
7050
7051         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
7052         Browse->Next entries to Browse->Prev
7053
7054 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7055
7056         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
7057
7058 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7059
7060         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
7061         for the default encoding.
7062
7063         * nnrss.el (nnrss-url-field): New field.
7064         (nnrss-request-article): Add newsgroups.
7065
7066         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
7067
7068 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7069
7070         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
7071
7072         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
7073         (gnus-draft-setup): Remove backlog.
7074
7075 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7076
7077         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
7078         Cleanup.
7079
7080 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7081
7082         * gnus-msg.el (gnus-bug): Erase buffer.
7083
7084         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
7085
7086 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7087
7088         * mm-decode.el (mm-attachment-override-p): Fix typo.
7089
7090 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
7091
7092         * gnus-kill.el (gnus-execute): Work with the extra headers.
7093         * gnus-sum.el (gnus-summary-execute-command): Ditto.
7094
7095 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7096
7097         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
7098         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
7099
7100         * message.el (message-send-mail-real-function): New variable.
7101         (message-send-mail-partially, message-send-mail):
7102
7103         * nngateway.el (nngateway-request-post): Use it.
7104
7105         * gnus-agent.el (gnus-agentize): Use it.
7106
7107         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
7108         (nnsoup-revert-variables): Use it.
7109
7110 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
7111
7112         * mm-decode.el (mm-inline-media-tests): Default to displaying as
7113         text/plain if the type doesn't match any other media types.
7114         (mm-inlined-types): Doc fix.
7115         (mm-display-inline): Revert previous change (now handled by a
7116         default type in `mm-inline-media-tests'.
7117         (mm-inlinable-p): Revive.
7118         (mm-display-part): Call `mm-inlinable-p'.
7119         (mm-attachment-override-p): Ditto.
7120         (mm-inlined-p): Doc fix.
7121
7122         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
7123         well as `mm-inlined-p'.
7124
7125 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7126
7127         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
7128         (nntp-send-command-and-decode): Use gnus-point-at-bol.
7129
7130 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7131         From  Paul Jarc <prj@po.cwru.edu>
7132
7133         * message.el (message-use-mail-followup-to): New variable.
7134         (message-get-reply-headers): Use it.
7135
7136 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
7137
7138         * nnheader.el (nnheader-init-server-buffer): Make sure the
7139         *nntpd* buffer is made multibyte instead of a random buffer.
7140
7141 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7142
7143         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
7144         when it returns headers.
7145
7146 2001-07-07  Simon Josefsson  <jas@extundo.com>
7147
7148         * rfc2047.el (rfc2047-encode-message-header): Skip header when
7149         trying to fold. Thanks to Colin Walters
7150         <walters@cis.ohio-state.edu>
7151
7152 2001-07-06  Simon Josefsson  <jas@extundo.com>
7153
7154         * imap.el (imap-parse-address-list, imap-parse-flag-list)
7155         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
7156         Add information in `assert's.
7157
7158         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
7159         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
7160         and `nnimap-group-overview-filename', should handle all
7161         change-of-uidvalidity related issues.  But there may be other
7162         problems.)
7163
7164 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
7165
7166         * rfc2047.el (rfc2047-encode-message-header): Don't include the
7167         header name when folding.
7168
7169 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
7170
7171         * mm-decode.el (mm-inlined-types): Document relationship with
7172         `mm-inline-media-tests'.
7173         (mm-display-inline): Default to displaying as plain text if no
7174         inlining handler is available.
7175         (mm-inlinable-p): Remove.
7176         (mm-inlined-p): Don't call `mm-inlinable-p'.
7177         (mm-automatic-display-p): Ditto.
7178         (mm-attachment-override-p): Ditto.
7179
7180 2001-07-04  Simon Josefsson  <jas@extundo.com>
7181
7182         * nnimap.el (nnimap-importantize-dormant): New variable.
7183         (nnimap-request-update-info-internal): Use it.
7184         (nnimap-request-set-mark): Ditto.
7185
7186 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
7187
7188         * nntp.el (nntp-send-command): don't pass a buffer argument to
7189         `point'. Only XEmacs accepts this.
7190         * nntp.el (nntp-send-command-nodelete): ditto.
7191         * nntp.el (nntp-send-command-and-decode): ditto.
7192
7193 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
7194
7195         * nntp.el (nntp-open-connection-function): doc update.
7196         * nntp.el (nntp-pre-command): New.
7197         * nntp.el (nntp-via-rlogin-command): New.
7198         * nntp.el (nntp-via-telnet-command): New.
7199         * nntp.el (nntp-via-telnet-switches): New.
7200         * nntp.el (nntp-via-user-name): New.
7201         * nntp.el (nntp-via-user-password): New.
7202         * nntp.el (nntp-via-address): New.
7203         * nntp.el (nntp-via-envuser): New.
7204         * nntp.el (nntp-via-shell-prompt): New.
7205         * nntp.el (nntp-open-telnet-stream): New.
7206         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
7207         * nntp.el (nntp-open-via-telnet-and-telnet): New.
7208         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
7209         * nntp.el (nntp-send-command): ditto.
7210         * nntp.el (nntp-send-command-nodelete): ditto.
7211         * nntp.el (nntp-send-command-and-decode): ditto.
7212
7213 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
7214
7215         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
7216         `when'.
7217
7218 2001-07-03  Simon Josefsson  <jas@extundo.com>
7219         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
7220
7221         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
7222
7223 2001-07-03  Simon Josefsson  <jas@extundo.com>
7224
7225         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
7226         remove it (workaround XEmacs `fill-region' bug).
7227
7228 2001-07-01  Simon Josefsson  <jas@extundo.com>
7229
7230         * nnimap.el (nnimap-date-days-ago): Defeat locale.
7231
7232 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7233
7234         * mml2015.el (mml2015-format-error): New function.
7235         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
7236         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
7237         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
7238
7239 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7240
7241         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
7242         Suggested by Christoph Conrad <C.Conrad@cli.de>.
7243
7244         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
7245         group variables.
7246
7247 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7248
7249         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
7250
7251         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
7252         (nnrss-save-group-data): Ditto.
7253
7254         * gnus-agent.el (gnus-agent-save-alist): Ditto.
7255
7256 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7257
7258         * message.el (message-do-send-housekeeping): Narrow to headers.
7259
7260 2001-06-24  Simon Josefsson  <jas@extundo.com>
7261
7262         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
7263         insertion when breaking lines looked for " \t" instead of "[ \t]".
7264         (rfc2047-encode-message-header): Fold lines even if
7265         no QP encoding is done.
7266
7267 2001-06-23  Simon Josefsson  <jas@extundo.com>
7268         From Samuel Tardieu <sam@inf.enst.fr>
7269
7270         * smime.el (smime-keys): Support additional certificates.
7271         (smime-make-certfiles): New function.
7272         (smime-sign-region): Use previous variables.
7273         (smime-get-certfiles): New function.
7274         (smime-sign-buffer): Use it.
7275         (smime-verify-region): Support both CAfile and CApath.
7276
7277 2001-06-23  Simon Josefsson  <jas@extundo.com>
7278
7279         * smime.el (smime-decrypt-region): Perhaps work.
7280
7281 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7282
7283         * gnus-msg.el (gnus-copy-article-buffer): Typo.
7284
7285 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
7286
7287         * mm-decode.el (mm-save-part): Rewrite file name.
7288         (mm-file-name-rewrite-functions): New variable.
7289         (mm-file-name-delete-whitespace): New function.
7290         (mm-file-name-trim-whitespace): New function.
7291         (mm-file-name-collapse-whitespace): New function.
7292         (mm-file-name-replace-whitespace): New variable and function.
7293
7294 2001-06-22  Simon Josefsson  <jas@extundo.com>
7295
7296         * message.el (message-make-date): Workaround locale for weekdays.
7297
7298 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7299
7300         * message.el (message-goto-body): Return nil if not found. (revert!)
7301
7302 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7303         From Fremlin <chief@bandits.org>
7304
7305         * message.el (message-goto-body): Some messages have no header.
7306
7307         * gnus-msg.el (gnus-copy-article-buffer): Use it.
7308
7309 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
7310
7311         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
7312
7313 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7314
7315         * message.el (message-make-date): Add week day.
7316         Suggested by Jason R. Mastaler <jason@mastaler.com>.
7317
7318 2001-06-19  Simon Josefsson  <jas@extundo.com>
7319
7320         * message.el (message-yank-prefix): Doc fix.
7321         (message-yank-cited-prefix): Ditto.
7322         (message-delete-not-region): Keep citation prefix on first line,
7323         if possible and appropriate.
7324
7325 2001-06-19  Simon Josefsson  <jas@extundo.com>
7326
7327         * imap.el (imap-process-connection-type): New variable.
7328         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
7329         recent `imtest's work completely (no line length issues), while
7330         making making old `imtest's unusable.  Thanks to NAGY Andras
7331         <nagya@inf.elte.hu> for his work.
7332
7333 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
7334
7335         * imap.el (imap-ssl-program): Add -quiet to shut up
7336         OpenSSL/SSLeay's internal debug talk.
7337
7338 2001-06-19  Matt Armstrong  <matt@lickey.com>
7339
7340         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
7341         server.
7342
7343 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7344
7345         * nnmail.el (nnmail-article-buffer): New variable.
7346         (nnmail-split-incoming): Use it.
7347
7348 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
7349
7350         * qp.el (quoted-printable-decode-region): If called interactively,
7351         use coding-system-for-read.
7352
7353 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7354
7355         * message.el (message-check-news-header-syntax): Check Reply-To.
7356
7357 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7358
7359         * mml.el (mml-parse-1): Use message options.
7360
7361         * message.el (message-do-fcc): Don't do anything if there is no
7362         FCC.
7363
7364 2001-06-16  Simon Josefsson  <jas@extundo.com>
7365
7366         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
7367         (nnimap-expunge-search-string): New variable.
7368         (nnimap-request-expire-articles): Use it.
7369
7370 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7371
7372         * message.el (message-send-mail-with-qmail): wrong exit status is
7373         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
7374
7375 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7376
7377         * gnus-art.el (article-strip-multiple-blank-lines): Use
7378         delete-region instead of replace-match.
7379
7380 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7381
7382         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
7383         (nnweb-google-wash-article): Ditto.
7384
7385 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
7386
7387         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
7388
7389 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7390
7391         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
7392         specs.
7393
7394 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7395
7396         * gnus.el (gnus-email-address): Move it here.
7397
7398         * gnus-art.el (article-de-quoted-unreadable): Read charset if
7399         requested.
7400         (article-de-base64-unreadable): Ditto.
7401         (article-wash-html): Ditto.
7402
7403 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7404
7405         * message.el (message-options-set-recipient): Don't add ", "
7406         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
7407
7408 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7409
7410         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
7411
7412 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7413
7414         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
7415         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
7416
7417         * nnrss.el (nnrss-node-text): Node might be nil.
7418
7419 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7420
7421         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
7422         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
7423
7424         * nnrss.el (nnrss-group-alist): More items.
7425
7426 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7427
7428         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
7429
7430 2001-06-03  Dale Hagglund  <rdh@best.com>
7431
7432         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
7433         restrict clauses.
7434
7435 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7436
7437         From Benjamin Rutt <brutt+news@bloomington.in.us>
7438
7439         * message.el (message-wide-reply-confirm-recipients): New variable.
7440
7441 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7442         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
7443
7444         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
7445         fix so it works with XEmacs.
7446
7447 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7448
7449         * nnrss.el (nnrss-retrieve-headers): Support description as extra
7450         headers.
7451
7452 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7453
7454         * nnrss.el: Fix a few bugs.
7455
7456 2001-06-05  Simon Josefsson  <jas@extundo.com>
7457
7458         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
7459         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
7460
7461 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
7462
7463         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
7464         binary so that we don't transmit ISO 2022 garbage to the process.
7465         This is needed under XEmacs.
7466
7467 2001-06-03  Simon Josefsson  <simon@josefsson.org>
7468
7469         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
7470         autoloaded incorrectly below because ssl-program-* is bound.)
7471         Thanks to Amos Gouaux for report.
7472
7473 2001-06-02  Simon Josefsson  <simon@josefsson.org>
7474
7475         * imap.el (imap-kerberos4-open):
7476         (imap-gssapi-open):
7477         (imap-ssl-open):
7478         (imap-network-open):
7479         (imap-shell-open):
7480         (imap-starttls-open): Set buffer to workaround spurious
7481         `accept-process-output' buffer changes.  Thanks to Mats Lidell
7482         <Mats.Lidell@contactor.se> for report and partial patch and Jake
7483         Colman <colman@ppllc.com> for report.
7484
7485 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7486
7487         * gnus-sum.el (gnus-summary-catchup): New argument.
7488         (gnus-summary-catchup-from-here): New function.
7489
7490 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7491
7492         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
7493         back, then insert glyph.  (Before, the glyph was inserted first,
7494         then the newline.)  This works around a behavior in XEmacs where
7495         it is not possible to insert a character after a glyph which is at
7496         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
7497
7498 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7499
7500         From Jaap-Henk Hoepman (jhh@xs4all.nl).
7501
7502         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
7503         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
7504         mm-destroy-postponed-undisplay-list): New functions.
7505         (mm-display-external): Use them.
7506
7507 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7508
7509         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
7510         `default-low' when evaluating `gnus-summary-highlight'.
7511         From Raja R Harinath <harinath@cs.umn.edu>.
7512
7513 2001-05-27  Simon Josefsson  <simon@josefsson.org>
7514
7515         * message.el (message-yank-cited-prefix): New variable.
7516         (message-indent-citation): Use it.
7517
7518         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
7519         as details.
7520         (mml2015-mailcrypt-clear-verify): Ditto.
7521
7522 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7523         From Nevin Kapur <nevin@jhu.edu>.
7524
7525         * gnus-sum.el (gnus-summary-default-high-score,
7526         gnus-summary-default-low-score): New variables.
7527         (gnus-summary-highlight): Use them.
7528
7529 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
7530
7531         * message.el (message-mail): pass the 'send-actions argument to
7532         `message-setup'.
7533
7534 2001-05-16  Simon Josefsson  <simon@josefsson.org>
7535         From Raymond Scholz <ray-2001@zonix.de>
7536
7537         * gnus-art.el (gnus-mime-view-part-as-charset):
7538         (gnus-mime-internalize-part): Doc fixes.
7539
7540 2001-05-11  Simon Josefsson  <simon@josefsson.org>
7541
7542         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
7543         status lines without any text ("^215$").
7544
7545 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7546
7547         * nnrss.el (nnrss-check-group): Reverse.
7548
7549 2001-05-07  Simon Josefsson  <simon@josefsson.org>
7550
7551         * message.el (message-get-reply-headers):
7552         (message-followup): Fix typo, suggested by David Green
7553         <dgreen@uab.edu>
7554
7555 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7556
7557         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
7558
7559         * nnrss.el (nnrss-open-server): Read server data when it is called.
7560         (nnrss-request-expire-articles): Fix.
7561
7562 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7563
7564         * message.el (message-do-send-housekeeping): mail-abbrevs may
7565         rename buffer behind Gnus.
7566
7567 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7568
7569         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
7570         (nnrss-group-alist): Add more resources.
7571         (nnrss-check-group): Ignore errors.
7572
7573 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7574
7575         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
7576
7577         * nnslashdot.el (nnslashdot-request-list): Add time.
7578         (nnslashdot-request-expire-articles): New function.
7579
7580         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
7581         secondary methods too.
7582
7583 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7584
7585         * message.el (message-use-followup-to): Set default value to t.
7586
7587 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
7588
7589         * message.el (message-dont-reply-to-names): Fix documentation.
7590         (message-get-reply-headers): Use Mail-Followup-To only for wide
7591         replies.
7592
7593 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7594
7595         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
7596         correctly.
7597         (nnrss-check-group): Use time.
7598
7599 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7600
7601         * gnus.el: Oort Gnus v0.03 is released.
7602
7603 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7604
7605         * nnultimate.el (nnultimate-topic-article-to-article): Use the
7606         group.
7607
7608 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7609
7610         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
7611
7612 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7613
7614         * nnultimate.el (nnultimate-retrieve-headers): Return all
7615         available headers.
7616
7617         * gnus-sum.el (gnus-read-all-available-headers): New variable.
7618         (gnus-get-newsgroup-headers-xover): Use it.
7619
7620 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7621
7622         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
7623
7624 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7625
7626         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
7627
7628 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7629
7630         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
7631         disable it.
7632
7633         * gnus.el (gnus-info-nodes): Remove a few The's.
7634
7635 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7636
7637         * mail-source.el (mail-source-movemail): Call-process may return a
7638         signal description string.
7639
7640         * gnus-start.el (gnus-read-newsrc-el-file):
7641         gnus-newsrc-file-version may be nil.
7642
7643         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
7644         Suggested by Michael Sperber [Mr. Preprocessor]
7645         <sperber@informatik.uni-tuebingen.de>.
7646
7647 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
7648
7649         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
7650
7651 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
7652
7653         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
7654         fontify HANDLE.
7655
7656 2001-04-18  Simon Josefsson  <simon@josefsson.org>
7657
7658         * smime.el (smime-ask-passphrase): Rework to return value.
7659         (smime-sign-region): Rework to bind value and use it.
7660         (smime-decrypt-region): Ditto.
7661
7662 2001-04-18  Mathias Herberts  <Mathias.Herberts@iroise.net>
7663         Committed by Simon Josefsson  <simon@josefsson.org>
7664
7665         * smime.el (smime-ask-passphrase): New function.
7666         (smime-sign-region): Use it.
7667         (smime-encrypt-cipher): New variable.
7668         (smime-decrypt-region): Ditto.
7669
7670 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
7671         Committed by Simon Josefsson  <simon@josefsson.org>
7672
7673         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
7674         the log.
7675
7676 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7677
7678         *gnus.el: Oort Gnus v0.02 is released.
7679
7680 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
7681
7682         * gnus.el: Oort Gnus v0.01 is released.
7683
7684 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7685
7686         * gnus-sum.el (gnus-summary-highlight): Highlight read
7687         undownloaded articles as read articles.
7688
7689         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
7690         (gnus-agent-get-undownloaded-list): Mark all undownloaded
7691         articles, even read ones, as such.
7692
7693         * gnus-sum.el (gnus-summary-find-matching): Clean up.
7694         (gnus-find-matching-articles): New function.
7695         (gnus-summary-limit-include-matching-articles): New command.
7696         (gnus-summary-limit-include-thread): Include articles that have
7697         matching subjects.
7698         (gnus-offer-save-summaries): Clean up.
7699
7700 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7701
7702         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
7703
7704 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7705         From Jason Merrill <jason_merrill@redhat.com>
7706
7707         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
7708
7709 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
7710         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
7711
7712         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
7713         newsgroup names when the original article is a news message.
7714
7715 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7716
7717         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
7718         supported. Suggest by Jim Meyering <jim@meyering.net>.
7719
7720 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
7721         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
7722
7723         * nnmail.el (nnmail-split-it): Added check for .* at the end of
7724         regexp in nnmail-split-fancy.
7725
7726 2001-04-10  Simon Josefsson  <simon@josefsson.org>
7727
7728         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
7729
7730 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
7731
7732         * message.el (message-send-mail): Improve the interaction with the
7733         user.
7734
7735 2001-04-10  Simon Josefsson  <simon@josefsson.org>
7736
7737         * imap.el (imap-message-copy): Work around buggy servers that
7738         doesn't send TRYCREATE tags.
7739
7740 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
7741
7742         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
7743
7744 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7745
7746         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
7747         date.
7748
7749 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7750
7751         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
7752         lives.
7753
7754 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7755
7756         * gnus-art.el (gnus-parse-news-url): New function.
7757         (gnus-button-handle-news): New function.
7758         (gnus-button-alist): Point to new functions.
7759
7760         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
7761
7762         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
7763         gnus-format-specs.
7764
7765         * message.el (message-check-news-header-syntax): Question even
7766         when Gnus doesn't know the group names.
7767         (message-send-news): Clean up.
7768
7769         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
7770         exited on purpose without saving.
7771
7772         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
7773
7774 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7775
7776         * gnus-score.el (gnus-score-orphans): Clean up.
7777
7778         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
7779
7780         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
7781         later.
7782
7783         * gnus-start.el (gnus-close-all-servers): Find the right items to
7784         close.
7785
7786         * qp.el (quoted-printable-decode-region): Just message
7787         malformation; don't quit.
7788
7789 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7790         From Gerd Moellmann <gerd@gnu.org>.
7791
7792         * gnus.el (gnus-interactive): A typo.
7793
7794 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
7795         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
7796
7797         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
7798         `assq-delete-all', if that function exists; otherwise use the old
7799         definition. Documentation changed to match the one in
7800         `assq-delete-all'.
7801
7802 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7803
7804         * gnus-start.el (gnus-close-all-servers): New function.
7805
7806         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
7807         (gnus-server-remove-denials): Clean up.
7808
7809         * gnus-sum.el (gnus-summary-sort-by-original): New command and
7810         keystroke.
7811
7812 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7813
7814         * message.el (message-send-news): Message where we are sending.
7815         (message-send-mail): Ditto.
7816
7817         * gnus.el (gnus-server-string): New function.
7818
7819         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
7820
7821         * mm-decode.el (mm-default-directory): Customized.
7822         (mm-tmp-directory): Ditto.
7823
7824         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
7825         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
7826         or Chars.
7827         (gnus-summary-line-format-alist): ?l is now a string.
7828         (gnus-summary-prepare-threads): Output ? for unknown lines.
7829         (gnus-summary-insert-line): Ditto.
7830         (gnus-summary-print-article): Unbalanced parentheses.
7831
7832         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
7833         out whether new stuff has arrived.
7834
7835 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
7836
7837         * gnus-sum.el: Let printing work on ttys on Emacs.
7838
7839 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7840
7841         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
7842         when forcing news.
7843
7844         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
7845         command.
7846
7847 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
7848
7849         * message.el (message-set-auto-save-file-name): Don't use
7850         asterisks under nt.
7851
7852 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7853
7854         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
7855         lists of articles.
7856
7857         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
7858
7859         * gnus-msg.el (gnus-put-message): Clean up.
7860         (gnus-summary-reply): Mark all replied-to articles as replied to.
7861         (gnus-inews-add-send-actions): Also mark as forwarded.
7862         (gnus-summary-mail-forward): Mark as forwarded.
7863
7864         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
7865         of articles.
7866         (gnus-summary-mark-article-as-forwarded): Ditto.
7867
7868         * gnus-msg.el (gnus-summary-resend-message): Mark article as
7869         forwarded.
7870         (gnus-summary-mail-forward): Clean up.
7871
7872         * gnus.el (gnus-article-mark-lists): Added forward.
7873
7874         * gnus-sum.el (gnus-forwarded-mark): New variable.
7875         (gnus-summary-prepare-threads): Use it.
7876         (gnus-summary-update-secondary-mark): Ditto.
7877         (gnus-newsgroup-forwarded): New variable.
7878
7879 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7880
7881         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
7882         (gnus-summary-very-wide-reply): New command and keystroke.
7883         (gnus-summary-very-wide-reply-with-original): Ditto.
7884
7885         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
7886         (gnus-score-adaptive): Use it.
7887
7888         * gnus-start.el (gnus-get-unread-articles): Clean up.
7889
7890 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7891
7892         * nnultimate.el (nnultimate-retrieve-headers): Work for other
7893         boards.
7894
7895 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
7896
7897         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
7898         * gnus-start.el (gnus-subscribe-newsgroup): use it.
7899
7900 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7901
7902         * nnultimate.el (nnultimate-retrieve-headers): Understand
7903         long-form month names.
7904
7905 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7906
7907         * gnus-sum.el (gnus-summary-show-all-headers):
7908         gnus-article-show-all-headers is broken. Use
7909         gnus-summary-toggle-header instead.
7910
7911         * mml2015.el (mml2015-gpg-extract-from): No error.
7912
7913 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7914         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
7915
7916         * mml2015.el (mml2015-gpg-extract-from): New function.
7917         (mml2015-gpg-verify): Use it.
7918         (mml2015-gpg-clear-verify): Use it.
7919
7920 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7921
7922         * message.el (message-setup-fill-variables): Use
7923         fill-paragraph-function.
7924         (message-fill-paragraph): Take an argument.
7925         (message-newline-and-reformat): Take another argument.
7926
7927 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7928
7929         * message.el (rmail-output): It is in rmailout.el not rmail.el.
7930
7931 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7932
7933         * message.el (message-forward): local-variable-p takes an extra
7934         argument in XEmacs.
7935
7936 2001-03-16  Simon Josefsson  <simon@josefsson.org>
7937
7938         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
7939         `nnimap-use-nov-p' (it really tested the negative).
7940         (nnimap-retrieve-headers): Use it.
7941
7942 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7943
7944         * message.el (message-generate-headers-first): Update doc.
7945
7946 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
7947
7948         * gnus.el (gnus-summary-line-format): Typo.
7949
7950 2001-03-11  Simon Josefsson  <simon@josefsson.org>
7951
7952         * mailcap.el (mailcap-mime-data): Add application/sieve.
7953         (mailcap-mime-extensions): Add .siv, .xls.
7954
7955 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7956         From Christoph Conrad <christoph.conrad@gmx.de>
7957
7958         * gnus-score.el (gnus-summary-lower-thread): Typo.
7959
7960 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7961
7962         * message.el (message-forward-decoded-p): New variable.
7963         (message-forward-subject-author-subject): Use it.
7964         (message-make-forward-subject): Use it.
7965         (message-forward): Use it.
7966
7967         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
7968
7969         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
7970         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
7971
7972 ;;Has been fixed -- zsh.
7973 ;;2001-03-05  Dave Love  <fx@gnu.org>
7974 ;;
7975 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
7976 ;;      Move it after definition of mm-coding-system-p.
7977 ;;
7978 2001-03-01  Dave Love  <fx@gnu.org>
7979
7980         * mm-util.el (mm-inhibit-file-name-handlers): Add
7981         image-file-handler.
7982
7983 2001-02-11  Dave Love  <fx@gnu.org>
7984
7985         * message.el (message-signature-file): Fix doc, :type.
7986
7987 2001-02-08  Dave Love  <fx@gnu.org>
7988
7989         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
7990         (message-posting-charset): Defvar when compiling again.
7991         (rfc2047-encodable-p): Require message.
7992
7993         * gnus-sum.el (gnus-alter-articles-to-read-function):
7994         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
7995
7996 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7997
7998         * nnrss.el: New file.
7999
8000 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
8001         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8002
8003         * rfc2047.el (rfc2047-unfold-region): Fix arg of
8004         `skip-chars-forward'.
8005
8006 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8007
8008         * nndraft.el (nndraft-request-group): Restore auto save files if
8009         the original files do not exist.
8010
8011 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8012
8013         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
8014         SCORE paths.
8015
8016         * mm-decode.el (mm-dissect-buffer): Call
8017         mail-extract-address-components only if necessary.
8018
8019 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8020
8021         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
8022         directory part.
8023         (gnus-score-search-global-directories): Use file-directory-p.
8024
8025         * gnus-score.el (gnus-score-score-files-1): Use
8026         gnus-kill-files-directory.
8027         From Adrian Aichner <adrian@xemacs.org>.
8028
8029 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8030
8031         * gnus.el (charset): Move here from gnus-sum.el.
8032
8033 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8034
8035         * mml.el (mml-preview): Disable local map.
8036
8037         * gnus-sum.el (gnus-summary-make-menu-bar): Make
8038         gnus-article-post-menu here.
8039
8040         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
8041         if it has not been made.
8042
8043 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8044
8045         * gnus-art.el (gnus-article-describe-key): Map key to event.
8046         (gnus-article-describe-key-briefly): Ditto
8047
8048 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8049
8050         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
8051
8052 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8053         From Katsumi Yamaoka <yamaoka@jpl.org>.
8054
8055         * dgnushack.el (coerce, merge, subseq): defmacro.
8056
8057 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8058
8059         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
8060         A fake defalias in nndraft.el results a not-activated bug in
8061         uncompiled versions.
8062
8063 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
8064         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8065
8066         * gnus-util.el (gnus-split-references): Handle malformed References:.
8067
8068 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8069
8070         * gnus-art.el (gnus-article-mime-part-status): 1 part.
8071
8072 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8073         From NAGY Andras <nagya@inf.elte.hu>.
8074
8075         * gnus.el (gnus-parameters): Typo.
8076
8077 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8078
8079         * gnus.el (gnus-read-method): Remove redundancy.
8080
8081 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8082
8083         * nnslashdot.el (nnslashdot-backslash-url): New variable.
8084         (nnslashdot-request-list): Use it.
8085
8086 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8087
8088         * nnml.el (nnml-generate-active-info): Fix the case when there is
8089         no file.
8090
8091         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
8092         (gnus-summary-create-article): New function.
8093
8094         * gnus-group.el (gnus-group-mark-article-read): New function.
8095
8096         * gnus-msg.el (gnus-inews-do-gcc): Use it.
8097
8098         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
8099
8100 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8101
8102         * gnus-art.el (gnus-article-edit-done): Don't use
8103         gnus-article-edit-exit.
8104         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
8105
8106         * gnus.el (gnus-parameters): New variable.
8107         Suggested by NAGY Andras <nagya@inf.elte.hu>.
8108         (gnus-parameters-get-parameter): New function.
8109         (gnus-group-find-parameter): Use it.
8110
8111 2001-02-23  Simon Josefsson  <simon@josefsson.org>
8112
8113         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
8114         change of default value to `current'.
8115
8116 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8117
8118         * nneething.el (nneething-get-head): Insert unreadable file too.
8119
8120 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8121
8122         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
8123
8124         * webmail.el (webmail-type-definition): Deja is bought by google.
8125
8126 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8127
8128         * gnus-sum.el (gnus-fetch-headers): New function.
8129         (gnus-select-newsgroup): Use it.
8130         (gnus-summary-insert-articles): New function.
8131         (gnus-summary-insert-old-articles): New function.
8132         (gnus-summary-insert-new-articles): New function.
8133
8134         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
8135         (gnus-group-list-active): Ditto.
8136         * gnus-sum.el (gnus-set-mode-line): Ditto.
8137         (gnus-summary-read-group-1): Ditto.
8138
8139 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8140
8141         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
8142         current topic.
8143
8144 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8145
8146         * smiley.el (gnus-smiley-display): Don't do widening.
8147
8148         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
8149         within body.
8150
8151         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
8152
8153         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
8154         New variable.
8155         (gnus-mime-display-multipart-related-as-mixed): New variable.
8156         (gnus-mime-display-part): Use them.
8157
8158 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8159
8160         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
8161         something special.
8162
8163 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8164
8165         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
8166         (nnweb-request-article): Call reference if exists.
8167         (nnweb-type-definition): Dejanews is bought by google.com.
8168         Beta!
8169
8170 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8171
8172         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
8173
8174 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8175
8176         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
8177         gnus-article-sort-functions.
8178         (gnus-article-sort-functions): Doc fix.  Refer to
8179         gnus-thread-sort-functions.
8180
8181 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8182         From Paul Jarc <prj@po.cwru.edu>.
8183
8184         * message.el (message-get-reply-headers): More fixes.
8185
8186 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
8187         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8188
8189         * message.el (message-get-reply-headers): Fix bug with
8190         Mail-Followup-To/to-address interaction.
8191
8192 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8193
8194         * gnus-msg.el (gnus-configure-posting-styles): Match header in
8195         gnus-article-copy.
8196
8197 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8198
8199         * message.el (message-do-send-housekeeping): Rename to a better
8200         name.
8201
8202 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8203
8204         * message.el (message-cancel-news): Check article first, then ask
8205         yes or no.
8206
8207 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8208
8209         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
8210
8211 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8212
8213         * gnus-range.el (gnus-range-normalize): New function.
8214
8215 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
8216
8217         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
8218
8219 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8220
8221         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
8222
8223         * nnagent.el (nnagent-request-regenerate): New function.
8224
8225         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
8226
8227         * nnml.el (nnml-generate-nov-databases): Accept argument
8228         server. Don't open server if it is opened.
8229         (nnml-request-regenerate): Use it. Change to deffoo.
8230
8231 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8232         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8233
8234         * gnus.el (gnus-define-group-parameter): Fix.
8235
8236 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8237
8238         * gnus.el (gnus-define-group-parameter): Improved.
8239
8240         * gnus-sum.el (charset): Define parameter.
8241         (ignored-charsets): Ditto.
8242         (gnus-summary-setup-default-charset): Use them.
8243
8244         * gnus-start.el (gnus-read-descriptions-file): Use them.
8245
8246         * gnus-cus.el (gnus-group-parameters): Remove them.
8247
8248 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8249
8250         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
8251
8252 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8253
8254         * gnus-sum.el (gnus-summary-read-group-1): Remove
8255         gnus-summary-set-local-parameters.
8256         (gnus-summary-setup-buffer): Put it here.
8257
8258 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8259
8260         * gnus.el (to-address): Define parameter.
8261         (to-list): Ditto.
8262         * gnus-art.el (article-hide-boring-headers): Use them.
8263         * gnus-msg.el (gnus-post-news): Ditto.
8264         * gnus-cus.el (gnus-group-parameters): Remove them.
8265
8266 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8267
8268         * gnus-draft.el (gnus-draft-reminder): New function.
8269
8270         * gnus-art.el (gnus-sender-save-name): New function.
8271
8272 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8273
8274         * mm-util.el (mm-mime-charset): Error message.
8275
8276 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8277
8278         * message.el (message-check-news-body-syntax): Don't check mml lines.
8279
8280 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8281
8282         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
8283         subscribe.
8284
8285         * gnus-start.el (gnus-call-subscribe-functions): New function.
8286         (gnus-find-new-newsgroups): Use it.
8287         (gnus-ask-server-for-new-groups): Use it.
8288         (gnus-check-first-time-used): Use it.
8289         (gnus-subscribe-newsgroup-method): Grok a list of functions.
8290         (gnus-subscribe-options-newsgroup-method): Ditto.
8291         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
8292         return .
8293
8294 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8295
8296         * gnus-cus.el (gnus-score-customize): Doc fix.
8297
8298 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
8299
8300         * dgnushack.el (my-getenv): Typo.
8301
8302 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8303
8304         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
8305
8306 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8307
8308         * gnus-group.el (gnus-group-suspend): Offer save summaries.
8309
8310         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
8311         (gnus-treatment-function-alist): Use it.
8312         (article-remove-leading-whitespace): New function.
8313         (gnus-article-make-menu-bar): Use it.
8314
8315         * gnus-sum.el (gnus-summary-wash-empty-map): Add
8316         remove-leading-whitespace.
8317         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
8318         because of conflict.
8319
8320 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8321
8322         * Makefile.in: Hack generating gnus-load.el.
8323         * dgnushack.el: Ditto.
8324         * gnus-load.el: Remove it.
8325
8326 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8327
8328         * dgnushack.el : Add URLDIR.
8329
8330         * Makefile.in (EMACS_COMP): Ditto.
8331
8332 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8333
8334         * gnus-cus.el (gnus-score-customize): Error on no score file.
8335
8336 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8337
8338         * mm-decode.el (mm-merge-handles): New function.
8339
8340         * mm-view.el (mm-inline-message): Use it.
8341         (mm-view-message): Ditto.
8342
8343         * mm-partial.el (mm-inline-partial): Ditto.
8344
8345         * mm-extern.el (mm-inline-external-body): Ditto.
8346
8347         * gnus-art.el (gnus-mime-view-part): Ditto.
8348         (gnus-mime-view-part-as-type): Ditto.
8349         (gnus-mime-save-part-and-strip): Prevent users to strip in some
8350         cases.
8351
8352 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8353
8354         * message.el (message-cancel-news): Allow to shoot foot.
8355         (message-supersede): Ditto.
8356
8357 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
8358
8359         * gnus-sum.el (gnus-simplify-subject-re): Use
8360         message-subject-re-regexp.
8361
8362 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8363
8364         * nnmail.el (nnmail-expiry-target-group): Bind
8365         nnmail-cache-accepted-message-ids to nil.
8366
8367         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
8368         coding system.
8369
8370 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8371
8372         * qp.el (quoted-printable-encode-region): Make sure characters are
8373         between 00 and FF.  Don't check charset.
8374
8375         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
8376         in Emacs 20.
8377         * rfc2047.el (rfc2047-q-encode-region): Ditto.
8378
8379 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8380
8381         * message.el (message-make-forward-subject): Argument decoded.
8382         (message-forward): Use it when digest.
8383
8384         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
8385         buffer.
8386
8387 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8388
8389         * message.el (message-generate-headers-first): Doc fix.
8390
8391 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8392
8393         * gnus-art.el (article-make-date-line): Error proof.
8394
8395 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8396
8397         * gnus-group.el (gnus-group-listing-limit): New variable.
8398         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
8399
8400         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
8401
8402 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8403
8404         * message.el (message-newline-and-reformat): Special case for
8405         breaking at BOL.
8406
8407 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
8408
8409         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
8410         message/rfc822.
8411
8412 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8413
8414         * message.el (message-encode-message-body): Don't insert
8415         Content-Type if it is inside a mail.
8416
8417 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8418
8419         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
8420         gnus-article-commands-menu.
8421
8422         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
8423         in Emacs.
8424
8425         * gnus-start.el (gnus-read-descriptions-file): Use
8426         gnus-group-name-charset and gnus-group-charset-alist.
8427
8428 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8429
8430         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
8431         active region.
8432
8433         * gnus-start.el (gnus-group-change-level): Remove from both
8434         gnus-zombie-list and gnus-killed-list.
8435
8436 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8437
8438         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
8439         gnus-subscribe-topics.
8440
8441         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
8442
8443 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8444
8445         * gnus-art.el (gnus-article-make-menu-bar): Make
8446         gnus-article-post-menu.
8447
8448         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
8449
8450         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
8451
8452         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
8453
8454         * message.el (message-mode-menu): Ditto.
8455
8456         * gnus-art.el (defvar): eval-when-compile.
8457
8458 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8459
8460         * gnus-agent.el (gnus-agentize): Fix doc.
8461
8462 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
8463
8464         * mml.el (mml-preview): Bind `q'.
8465
8466 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8467
8468         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
8469
8470 2001-01-31  Dave Love  <fx@gnu.org>
8471
8472         * mm-util.el (mm-mime-mule-charset-alist)
8473         (mm-find-mime-charset-region): Consider mule-utf-8.
8474
8475 2001-01-31  Dave Love  <fx@gnu.org>
8476
8477         * gnus-art.el (gnus-article-x-face-command)
8478         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
8479         :version.
8480
8481 2001-01-26  Dave Love  <fx@gnu.org>
8482
8483         * mm-util.el (mm-multibyte-string-p): New.
8484
8485 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
8486 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
8487 ;;      string-as-multibyte on class.  Clarify line-folding.
8488         (quoted-printable-encode-string): Make temp buffer inherit
8489         string's multibyteness.
8490
8491 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
8492
8493         * nnheader.el (toplevel): Don't require `gnus-util' at
8494         compile-time; this creates a circular dependency, and prevents
8495         a bootstrap.
8496
8497 2001-01-22  Andreas Schwab  <schwab@suse.de>
8498
8499         * nnheader.el (gnus-delete-line): Autoload it as a macro.
8500
8501 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8502
8503         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
8504
8505         * gnus-art.el (article-hide-list-identifiers): Ditto.
8506
8507         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
8508
8509 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8510
8511         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
8512
8513         * gnus-art.el (article-hide-list-identifiers): Similar.
8514
8515 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
8516
8517         * nnmail.el (nnmail-remove-list-identifiers): Improved.
8518
8519 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8520
8521         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
8522
8523 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8524
8525         * gnus-util.el (gnus-string-equal): New function.
8526
8527         * gnus-art.el (article-hide-boring-headers): Use it.
8528
8529 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
8530
8531         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
8532
8533 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8534
8535         * gnus-msg.el (gnus-msg-mail): Support switch-action.
8536
8537 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8538
8539         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
8540         command if there is not last-saver.
8541
8542 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8543
8544         * nntp.el (nntp-open-connection): 201 is possible.
8545
8546 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8547
8548         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
8549         (rfc2047-charset-encoding-alist): Add big5.
8550
8551 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8552
8553         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
8554         (gnus-agent-remove-server): Ditto.
8555         (autoload): gnus-server-update-server.
8556
8557         * gnus-srvr.el (gnus-server-line-format): Add %a.
8558         (gnus-server-line-format-alist): Add gnus-tmp-agent.
8559         (gnus-server-insert-server-line): Use it.
8560
8561 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8562
8563         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
8564         GB2312 and Big5.
8565
8566 2001-01-24  Simon Josefsson  <sj@extundo.com>
8567
8568         * mail-source.el (mail-sources): Add :program specifier to IMAP
8569         mail source.
8570         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
8571
8572 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8573
8574         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
8575
8576 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8577
8578         * nntp.el (nntp-wait-for): Return the success code.
8579         (nntp-open-connection): Use it.
8580
8581 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8582
8583         * gnus-int.el (gnus-check-server): Allow breaking the opening.
8584
8585 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8586
8587         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
8588
8589 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8590
8591         * gnus-sum.el (gnus-summary-print-article): Take one prefix
8592         argument. Allow to print several articles in one file.
8593
8594 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8595
8596         * webmail.el (webmail-type-definition): netaddress changes.
8597
8598 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8599
8600         * gnus.el: Fix copyright. Remove trailing spaces.
8601
8602         * message.el (message-forward): Use mule4.
8603
8604 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8605
8606         * mm-util.el (mm-string-as-unibyte): New function.
8607
8608         * message.el (message-forward): Use it.
8609
8610 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8611
8612         * message.el (message-cite-original-without-signature): Don't peel
8613         off the blank line.
8614         (message-get-reply-headers): Add Cc if it is not in follow-to.
8615
8616 2001-01-20  Simon Josefsson  <sj@extundo.com>
8617
8618         * mm-decode.el (mm-handle-multipart-from): Add.
8619         (mm-dissect-buffer): Save From: header value.
8620         (mm-security-from): Remove.
8621         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
8622
8623         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
8624         instead of `mml-security-from'.  Protect null from value.
8625
8626 2001-01-20  Simon Josefsson  <sj@extundo.com>
8627
8628         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
8629         application/vnd.ms-excel attachments.
8630
8631 2001-01-19  Simon Josefsson  <sj@extundo.com>
8632
8633         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
8634
8635 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8636
8637         * message.el (message-ignored-mail-headers): Ditto.
8638
8639 2001-01-19  Simon Josefsson  <sj@extundo.com>
8640
8641         * message.el (message-ignored-news-headers): Only search beginning
8642         of line.
8643
8644 2001-01-19  Alberto Lusiani  <a.lusiani@noemail.org>
8645
8646         * message.el (message-send-mail): Content-Type may not be there.
8647
8648 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8649
8650         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
8651         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
8652
8653         * gnus-art.el (article-display-x-face): Insert X-Face if there is
8654         not.
8655
8656 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8657
8658         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
8659         non-native groups.
8660
8661 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8662
8663         * message.el (message-yank-original): Understand
8664         universal-argument.
8665
8666 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8667
8668         * gnus-art.el (gnus-boring-article-headers): Add to-address.
8669         (article-hide-boring-headers): Ditto.
8670
8671         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
8672
8673 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8674
8675         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
8676         one.
8677
8678 2001-01-16  Simon Josefsson  <simon@josefsson.org>
8679
8680         * message.el (message-make-in-reply-to): Add comment to message-id
8681         (old syntax, see 2000-08-02 change).
8682
8683 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8684
8685         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
8686         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
8687         (gnus-button-reply): Ditto.
8688
8689 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8690
8691         * gnus-art.el (article-display-x-face): Fix.
8692
8693 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8694
8695         * gnus-art.el (article-display-x-face): Use
8696         gnus-original-article-buffer.
8697
8698 2001-01-15  Jack Twilley  <jmt@tbe.net>
8699
8700         * message.el (message-add-header): Move to point-max.
8701
8702 2001-01-15  Simon Josefsson  <simon@josefsson.org>
8703
8704         * smime.el (smime-CA-directory, smime-CA-file): Change default to
8705         nil, improve documentation.
8706         (smime-certificate-directory): Comment out false hints (until it
8707         is implemented).
8708
8709         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
8710         there aren't any keys.
8711         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
8712         verify certificate.  Default is changed to only check integrity.
8713         Improved security status texts.  If a certificate doesn't contain
8714         a email address, don't fail.
8715
8716         * smime.el (smime-noverify-region):
8717         (smime-noverify-buffer): New functions.  Verifies integrity only.
8718
8719 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8720
8721         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
8722
8723 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8724
8725         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
8726         (gnus-remove-some-windows): Ditto.
8727
8728 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8729
8730         * gnus-art.el (article-make-date-line): 11th.
8731
8732 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8733
8734         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
8735         (mml2015-gpg-sign): Ditto.
8736
8737 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8738
8739         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
8740         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
8741
8742 2001-01-08  Dave Love  <fx@gnu.org>
8743
8744         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
8745         single character.
8746
8747         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
8748
8749         * message.el: Doc and message fixes.
8750         (message-send-rename-function)
8751         (message-make-forward-subject-function)
8752         (message-send-mail-function, message-reply-to-function)
8753         (message-wide-reply-to-function, message-followup-to-function)
8754         (message-distribution-function, message-auto-save-directory): Fix
8755         :type.
8756
8757         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
8758         proceeding after warnings.  Amend multipart warning message.
8759
8760 2001-01-04  Dave Love  <fx@gnu.org>
8761
8762         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
8763         compiling.
8764         (gnus-make-directory): Require nnmail.
8765
8766         * mm-decode.el (mm-inline-media-tests): Add
8767         image/x-portable-bitmap.
8768         (mm-get-image): Grok pbm.
8769
8770 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
8771
8772         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
8773
8774 2001-01-09  Didier Verna  <didier@xemacs.org>
8775
8776         * dgnushack.el (dgnushack-compile): give a dummy value to
8777         `gnus-xmas-glyph-directory' for the time of compilation.
8778         * gnus-agent.el: moved some XEmacs specific hook add-ons from
8779         `gnus-xmas-[re]define' to avoid loosing user custom settings.
8780         * gnus-art.el: ditto.
8781         * gnus-group.el: ditto.
8782         * gnus-salt.el: ditto.
8783         * gnus-sum.el: ditto.
8784         * gnus-topic.el: ditto.
8785         * gnus-xmas.el (gnus-xmas-define): see above.
8786         * gnus-xmas.el (gnus-xmas-redefine): see above.
8787         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
8788         non-continuable error when the directory can't be found.
8789
8790 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8791
8792         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
8793         handle.
8794         * gnus-art.el (gnus-mime-view-part): Copy it.
8795         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
8796
8797 2001-01-09  Michael Downes  <mjd@ams.org>
8798
8799         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
8800
8801 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8802
8803         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
8804         orig-file. Use ',source.
8805
8806 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8807
8808         * gnus-xmas.el (gnus-xmas-modeline-glyph):
8809         (gnus-xmas-group-startup-message):
8810         Detect gnus-xmas-glyph-directory when it is nil.
8811
8812 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8813
8814         * pop3.el (pop3-get-message-count): Andrew Innes
8815         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
8816
8817 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8818
8819         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
8820
8821         * time-date.el (time-to-number-of-days): New function.
8822
8823 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
8824
8825         * nnslashdot.el (nnslashdot-request-list): Always get the right
8826         sid.
8827
8828 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8829
8830         * message.el (message-minibuffer-local-map): New keymap.
8831         (message-read-from-minibuffer): Use it.
8832         * gnus-msg.el (gnus-summary-resend-message): Use it
8833
8834 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8835
8836         * gnus-start.el (gnus-display-time-event-handler): New function.
8837         (gnus-after-getting-new-news-hook): Use it.
8838
8839 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8840
8841         * message.el (message-ignored-mail-headers): Add draft header.
8842
8843 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8844
8845         * gnus-sum.el (gnus-summary-expire-articles): Don't save
8846         excursion.
8847
8848         * nnslashdot.el (nnslashdot-request-list): Get the right year.
8849
8850 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
8851
8852         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
8853
8854 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8855
8856         * qp.el (quoted-printable-decode-region): Don't backward-char.
8857
8858 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8859
8860         * gnus-draft.el: Mark articles as replied.
8861
8862         * gnus-sum.el (gnus-summary-add-mark): New function.
8863
8864         * gnus-group.el (gnus-add-mark): New function.
8865
8866         * gnus-sum.el (gnus-summary-buffer-name): New function.
8867         (gnus-summary-setup-buffer): Use it.
8868
8869         * gnus-draft.el: Set things up with the right post method and
8870         stuff.
8871
8872         * message.el (message-ignored-news-headers): Remove X-Draft-From.
8873
8874         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
8875
8876         * gnus.el (gnus-draft-meta-information-header): New variable.
8877
8878 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8879
8880         * gnus-art.el (gnus-treatment-function-alist): Move the date
8881         functions before the header sorting functions.
8882
8883         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
8884
8885         * dgnushack.el (dgnushack-compile): Message whether there is w3.
8886         Don't (push "/usr/share/emacs/site-lisp" load-path).
8887
8888         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
8889         to empty fill prefixes.
8890
8891 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8892
8893         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
8894         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
8895
8896 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8897
8898         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
8899
8900         * nnml.el (autoload): Move to nnheader.el.
8901
8902         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
8903         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
8904         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
8905         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
8906
8907 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8908
8909         * gnus-art.el (article-make-date-line): Get the hours right.
8910         (gnus-ignored-headers): More hiding.
8911
8912         * nnmail.el (nnmail-expiry-wait): Not an integer.
8913
8914         * message.el (message-goto-body): Only expand abbrev when called
8915         interactively.
8916         (message-make-lines): Use it.
8917
8918 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8919
8920         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
8921
8922 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8923
8924         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
8925         include the expunged articles.
8926
8927         * gnus-group.el (gnus-group-sort-by-server): New function.
8928
8929         * gnus.el (gnus-method-to-server-name): New function.
8930         (gnus-group-prefixed-name): Use it.
8931
8932         * gnus-group.el (gnus-group-sort-function): Doc fix.
8933         (gnus-group-sort-groups-by-server): New command.
8934
8935 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8936
8937         * gnus-art.el (gnus-treat-date-english): New variable.
8938         (article-date-english): New command.
8939         (gnus-english-month-names): New variable.
8940         (article-make-date-line): Do 'english.
8941
8942         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
8943         after the fill prefix.
8944
8945         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
8946         score...".
8947
8948         * gnus-art.el (gnus-ignored-headers): Hide more headers.
8949
8950         * message.el (message-mode-map): Bind comment-region.
8951
8952         * gnus-art.el (gnus-mime-display-part): Let w3 display
8953         multipart/related.
8954
8955         * mm-bodies.el (mm-long-lines-p): New function.
8956         (mm-body-encoding): Use it.
8957         (mm-body-encoding): Encode articles with lines longer than 1000
8958         characters.
8959
8960 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8961
8962         * mm-util.el (mm-enable-multibyte): Use
8963         default-enable-multibyte-characters.
8964         (mm-enable-multibyte-mule4): Ditto.
8965         (mm-disable-multibyte): Test XEmacs.
8966         (mm-disable-multibyte-mule4): Ditto.
8967         (mm-with-unibyte-current-buffer): Simplified.
8968         (mm-with-unibyte-current-buffer-mule4): Ditto.
8969
8970 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8971
8972         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
8973
8974         * nnheader.el (nnheader-string-as-multibyte): New alias.
8975
8976         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
8977
8978         * gnus-uu.el (gnus-message-process-mark): New function.
8979         (gnus-uu-mark-by-regexp): Use it.
8980         (gnus-new-processable): New function.
8981
8982 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
8983
8984         * gnus-sum.el (gnus-no-mark): New variable.
8985
8986 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8987
8988         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
8989         backslashes.
8990
8991 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8992
8993         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
8994         definition.
8995
8996 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8997
8998         * dgnushack.el (dgnushack-compile): elc is in the current directory.
8999
9000         * qp.el (quoted-printable-encode-region): Don't check multibyte in
9001         XEmacs.
9002
9003 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
9004
9005         * mml.el (mml-read-tag): Save tag location.
9006
9007 2000-12-25  Simon Josefsson  <simon@josefsson.org>
9008
9009         * starttls.el: Sync with Emacs 21.
9010
9011 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9012
9013         * message.el (message-mail): Support yank-action.
9014
9015         * message.el (message-setup): Revoke the last change.
9016
9017 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9018
9019         * message.el (message-setup): Use cons. Suggested by Johan Vromans
9020         <jvromans@squirrel.nl>.
9021
9022 2000-12-24  Simon Josefsson  <sj@extundo.com>
9023
9024         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
9025         mailing list junk at end of part.
9026
9027 2000-12-23  Simon Josefsson  <sj@extundo.com>
9028
9029         * nnimap.el (nnimap-expiry-target): New function.
9030         (nnimap-request-expire-articles): Use it.
9031
9032 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9033
9034         * gnus.el (gnus-group-parameters-more): New variable.
9035         * gnus-cus.el (gnus-group-customize): Use it.
9036
9037         * gnus.el (gnus-define-group-parameter): New macro.
9038         (auto-expire): Use it
9039         (total-expire): Use it.
9040         * gnus-art.el (banner): Use it.
9041
9042         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
9043         <ljz@asfast.com>.
9044
9045 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9046
9047         * gnus-topic.el (gnus-topic-create-topic): Use list.
9048
9049         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
9050         before binding gnus-default-article-saver.
9051
9052         * gnus-sum.el (gnus-summary-save-article):
9053         (gnus-summary-pipe-output):
9054         (gnus-summary-save-article-mail):
9055         (gnus-summary-save-article-rmail):
9056         (gnus-summary-save-article-file):
9057         (gnus-summary-write-article-file):
9058         (gnus-summary-save-article-body-file): Ditto.
9059
9060         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
9061
9062 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9063
9064         * gnus-art.el (gnus-mime-security-button-map):
9065         (gnus-mime-button-map): Add parent.
9066
9067 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9068
9069         * messagexmas.el (message-xmas-redefine): New function.
9070
9071         * message.el: Use it.
9072
9073         * gnus-art.el (gnus-article-check-hidden-text): Return t.
9074
9075         * gnus-util.el (gnus-remove-text-properties-when): Return t.
9076
9077 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9078
9079         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
9080         malformatted messages.
9081
9082 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9083
9084         * mm-util.el (mm-image-load-path): New function.
9085
9086         * gnus-group.el (gnus-group-make-tool-bar): Use it.
9087
9088         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
9089
9090         * message.el (message-tool-bar-map): Use it.
9091
9092         * Makefile.in (install-el): New rule.
9093
9094 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9095
9096         * gnus-art.el (article-treat-dumbquotes): Quote \.
9097
9098 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9099
9100         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
9101         Emacs 20 runs on a terminal.
9102
9103 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9104
9105         * gnus-msg.el (gnus-bug): Revert to save-excursion.
9106
9107         * mml.el (gnus-add-minor-mode): Autoload.
9108
9109         * message.el (message-forward): Save-restriction.
9110
9111 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9112
9113         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
9114         Paul Stevenson <p.stevenson@surrey.ac.uk>
9115
9116 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9117
9118         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
9119
9120         * mml.el (gnus-ems): Don't require.
9121
9122         * gnus.el (gnus-decode-rfc1522): Removed.
9123         (gnus-set-text-properties): Define.
9124
9125 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9126
9127         * gnus-art.el (gnus-mime-*): handle may be nil.
9128
9129         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
9130
9131         * gnus.el (gnus-group-remove-excess-properties): Not defined
9132         in gnus-xmas.
9133
9134 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9135
9136         * message.el (message-mail-user-agent): Add :version.
9137
9138 2000-12-21  Miles Bader  <miles@gnu.org>
9139
9140         * message.el (message-mode): Set `comment-start' to the  yank prefix.
9141
9142 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9143
9144         * message.el (message-mail-user-agent): New variable.
9145         (message-setup): Renamed to message-setup-1. Support
9146         mail-user-agent.
9147         (message-mail-user-agent): New function.
9148         (message-mail): Use it.
9149         (message-reply): Use it.
9150         (message-resend): Use it.
9151         (message-mail-other-window): Use it.
9152         (message-mail-other-frame): Use it.
9153
9154         * gnus-msg.el (gnus-bug): Support mail-user-agent.
9155
9156 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9157
9158         * message.el (message-tool-bar-map): Simplify.
9159         (message-narrow-to-head-1): New function.
9160         (message-narrow-to-head): Use it.
9161         (message-reply): Ditto.
9162         (message-cancel-news): Ditto.
9163         (message-supersede): Ditto.
9164         (message-make-forward-subject): Ditto.
9165         (message-bounce): Ditto.
9166
9167 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9168
9169         * uudecode.el (uudecode-decode-region-external): make-temp-file
9170         may not be defined.
9171
9172         * binhex.el (defalias): eval-and-compile.
9173
9174         * message.el (message-tool-bar-map): New function.
9175         (message-mode): Use it.
9176
9177 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9178
9179         * nntp.el (nntp-find-connection): Remove the entry.
9180         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
9181
9182 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9183
9184         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
9185
9186         * message.el (message-forward): Copy buffer in unibyte mode.
9187
9188 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9189
9190         * message.el (message-make-forward-subject): Don't widen. Decode.
9191         (message-forward): Don't decode subject.
9192
9193 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
9194
9195         * qp.el (quoted-printable-encode-region): Upcase QP.
9196
9197 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9198
9199         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
9200         mail-extract-a-c instead. Don't depend on Gnus.
9201
9202         * mml.el (gnus-ems): Require it.
9203
9204         * gnus-msg.el (gnus-summary-mail-forward):
9205
9206         * message.el (message-forward):  Move mime-to-mml here.
9207
9208 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9209
9210         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
9211         * gnus-art.el (gnus-insert-mime-button): Simplify.
9212         (gnus-mime-display-alternative): Ditto.
9213         (gnus-insert-mime-security-button): Ditto.
9214
9215 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9216
9217         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
9218         text-property-not-all doesn't return nil when start=mark(end).
9219         (gnus-remove-text-properties-when): Ditto.
9220
9221 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9222
9223         * gnus-start.el (gnus-group-change-level): Remove group from
9224         gnus-active-hashtb if real killed.
9225
9226 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9227
9228         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
9229         (gnus-mime-display-alternative): Ditto.
9230         (gnus-insert-mime-security-button): Ditto.
9231
9232 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9233
9234         * gnus-start.el (gnus-group-change-level): Don't add it into
9235         killed-list if it was killed.
9236
9237 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9238
9239         * nnmbox.el (nnmbox-file-coding-system): Use binary.
9240         (nnmbox-active-file-coding-system): Ditto.
9241
9242         * gnus-cus.el (gnus-group-parameters): Add posting-style.
9243
9244 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9245
9246         * gnus.el (gnus-version):
9247         (gnus-version-number): Set to Oort Gnus 0.01.
9248
9249         * gnus-art.el (gnus-mime-security-button-map):
9250         (gnus-insert-mime-security-button): Fix for Emacs21.
9251
9252 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9253
9254         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
9255         easymenu, because XEmacs doesn't understand :help.
9256
9257         * mm-uu.el: Require binhex.
9258
9259 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9260
9261         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
9262
9263 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9264
9265         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
9266
9267 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
9268
9269         * *.xpm, *.pbm: Convert icons icons to size 24x24.
9270
9271 2000-12-18  Dave Love  <fx@gnu.org>
9272
9273         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
9274         (unused).
9275
9276 2000-12-13  Miles Bader  <miles@gnu.org>
9277
9278         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
9279         to t, so that we don't get stuck while trying to smilefy
9280         intangible text.
9281
9282 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
9283
9284         * smiley-ems.el (smiley-regexp-alist): Make regexps match
9285         at the end of the buffer.
9286         (smiley-region): In the loop, move to the end of the submatch
9287         matching the smiley instead of using the end of the match
9288         of the whole regexp.
9289
9290 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
9291
9292         * message.el (message-mode): Doc fix.
9293
9294 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
9295
9296         * smiley-ems.el (smiley-region): Doc fix.
9297
9298 2000-12-11  Miles Bader  <miles@gnu.org>
9299
9300         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
9301         bottom line visible, check to see if it's partially obscured, and
9302         if so, either scroll one more line to make it fully visible, or
9303         revert to showing the second line from the top.
9304
9305 2000-12-07  Dave Love  <fx@gnu.org>
9306
9307         * mailcap.el (mailcap-download-directory)
9308         * gnus-audio.el (gnus-audio-directory)
9309         * smiley-ems.el (smiley-data-directory): Fix :type.
9310
9311 2000-11-30  Dave Love  <fx@gnu.org>
9312
9313         * message.el (message-auto-save-directory): Use
9314         file-name-as-directory.
9315         (message-set-auto-save-file-name): Create
9316         message-auto-save-directory if necessary.
9317         (message-replace-chars-in-string): Removed -- unused.
9318         (message-mail-alias-type): Customize.
9319         (message-headers): Remove duplicate defgroup.
9320
9321 2000-11-29  Dave Love  <fx@gnu.org>
9322
9323         * qp.el (quoted-printable-decode-region): Use error, not message
9324         to report malformed text (like base64).  Amend message.
9325
9326 2000-11-29  Miles Bader  <miles@gnu.org>
9327
9328         * message.el (message-header-lines): Fontify tag.
9329
9330 2000-11-27  Dave Love  <fx@gnu.org>
9331
9332         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
9333         compiler warning.
9334
9335 ;2000-11-26  Dave Love  <fx@gnu.org>
9336 ;
9337 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
9338 ;
9339 2000-11-23  Dave Love  <fx@gnu.org>
9340
9341         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
9342
9343         * mm-uu.el (uudecode): Require.
9344         (uudecode-decode-region, uudecode-decode-region-external): Don't
9345         autoload.
9346         (mm-uu-copy-to-buffer): Doc fix.
9347         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
9348         type fix.
9349
9350         * mailcap.el: Doc fixes.
9351         (mailcap-mime-data): Various adjustments.
9352         (mailcap): New group.
9353         (mailcap-download-directory): Customize.
9354         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
9355         (mailcap-temporary-directory): Deleted (unused).
9356         (mailcap-unescape-mime-test): Simplify slightly.
9357         (mailcap-viewer-passes-test): Use functionp.
9358         (mailcap-command-p): Aliased to executable-find.
9359
9360         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
9361         default-enable-multibyte-characters is nil.
9362
9363 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
9364
9365         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
9366
9367 2000-11-21  Dave Love  <fx@gnu.org>
9368
9369         * gnus-art.el (gnus-mime-button-map): Don't inherit from
9370         gnus-article-mode-map.
9371 ;       (gnus-mime-button-menu): Use mouse-set-point.
9372         (gnus-insert-mime-button, gnus-mime-display-alternative)
9373         (gnus-mime-display-alternative): Don't use local-map property.
9374
9375 2000-11-17  Dave Love  <fx@gnu.org>
9376
9377         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
9378         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
9379         and make-temp-file.
9380         (uudecode-decode-region): Doc fix.
9381
9382 2000-11-14  Dave Love  <fx@gnu.org>
9383
9384         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
9385         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
9386         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
9387         New files, derived from the XPMs.
9388
9389 2000-11-10  Dave Love  <fx@gnu.org>
9390
9391         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
9392         (gnus-agent-lib-file, gnus-agent-load-alist)
9393         (gnus-agent-save-alist, gnus-agent-article-name): Use
9394         expand-file-name.
9395
9396         * gnus-group.el (gnus-group-name-charset-method-alist): Add
9397         :version.
9398         (nnkiboze-score-file): Defvar when compiling.
9399
9400         * gnus-start.el (gnus-read-newsrc-file): Add :version.
9401
9402         * gnus-art.el (gnus-article-banner-alist)
9403         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
9404         (gnus-article-date-lapsed-new-header)
9405         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
9406         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
9407         (gnus-treat-strip-headers-in-body)
9408         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
9409         (gnus-treat-translate): Add :version.
9410         (gnus-article-mime-part-function): Fix defcustom.
9411
9412         * nnmail.el (nnmail-expiry-target)
9413         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
9414         (nnmail-split-header-length-limit): Add :version.
9415
9416         * gnus-sum.el (gnus-auto-expirable-marks)
9417         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
9418         (gnus-extra-headers, gnus-ignored-from-addresses)
9419         (gnus-newsgroup-ignored-charsets)
9420         (gnus-group-highlight-words-alist)
9421         (gnus-summary-show-article-charset-alist): Add :version.
9422
9423         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
9424         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
9425         files, converted from the XPMs.
9426
9427         * gnus-cache.el (gnus-cache-active-file): Don't use
9428         file-name-as-directory on directory.
9429         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
9430         use file-name-as-directory on directory.
9431
9432         * time-date.el (timezone-make-date-arpa-standard): Autoload.
9433         (date-to-time): Use it.
9434
9435 ;       * message.el (message-mode) <adaptive-fill-regexp>:
9436 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
9437 ;       (message-newline-and-reformat): Likewise.
9438         (message-forward-as-mime, message-forward-ignored-headers)
9439         (message-buffer-naming-style, message-default-charset)
9440         (message-dont-reply-to-names, message-send-mail-partially-limit):
9441         Add :version.
9442
9443         * mm-util.el: Doc fixes.
9444         (mm-mime-charset): Don't use the raw result of
9445         mm-preferred-coding-system.
9446         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
9447         (mm-with-unibyte): Simplify.
9448
9449         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
9450         concat.
9451
9452         * pop3.el (pop3-version): Deleted.
9453         (pop3-make-date): New function, avoiding message-make-date.
9454         (pop3-munge-message-separator): Use it.
9455
9456 2000-11-09  Dave Love  <fx@gnu.org>
9457
9458         * gnus-group.el (gnus-group-make-directory-group)
9459         (gnus-group-fetch-faq): Use expand-file-name.
9460         (gnus-group-fetch-faq): Simplify completing-read form.
9461
9462         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
9463         test for Mule.
9464
9465         * message.el (tool-bar-map): Defvar when compiling.
9466
9467         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
9468         (gnus-tm-lisp-directory): Deleted.
9469         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
9470         (featurep 'xemacs).
9471         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
9472         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
9473         version numbers from file names.
9474
9475 2000-11-08  Dave Love  <fx@gnu.org>
9476
9477         * mm-view.el: Use featurep for XEmacs test.
9478         (mm-inline-message): Test for `remove-specifier'; don't use
9479         condition-case.
9480
9481         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
9482
9483         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
9484         (gnus-score-find-bnews): Don't concat "".
9485
9486         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
9487         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
9488         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
9489         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
9490
9491         * gnus-sum.el: Put some defvars in eval-when-compile.
9492         (gnus-summary-mode-hook): Add :options.
9493         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
9494         (gnus-summary-tool-bar-map): New variable.
9495         (gnus-summary-make-tool-bar): New function.
9496         (gnus-summary-mode): Put kill-all-local-variables first.
9497
9498         * gnus-group.el (gnus-group-toolbar-map): New variable.
9499         (gnus-group-make-tool-bar): Rewritten.
9500         (gnus-group-mode): Put kill-all-local-variables first.
9501
9502         * rfc2047.el: Require gnus-util.
9503
9504         * nnml.el (gnus-sorted-intersection): Autoload.
9505
9506         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
9507         Put some defvars in eval-when-compile.
9508         (gnus-intersection, gnus-sorted-complement):  Autoload.
9509
9510         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
9511
9512         * mm-encode.el (mm-body-7-or-8): Autoload.
9513
9514         * mm-decode.el (mm-insert-inline): Autoload.
9515
9516         * mml.el:
9517         * message.el: Put some defvars in eval-when-compile.
9518
9519         * gnus-msg.el: Put some defvars in eval-when-compile.
9520         (gnus-msg-mail): Move after gnus-setup-message.
9521
9522         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
9523
9524 2000-11-07  Dave Love  <fx@gnu.org>
9525
9526         * gnus-util.el (nnheader): Don't require message (recursive
9527         autoload).
9528
9529         * uudecode.el: Avoid compiler warnings.
9530
9531         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
9532         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
9533
9534 2000-11-06  Dave Love  <fx@gnu.org>
9535
9536         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
9537
9538         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
9539         (uudecode-char-int): New alias, replacing char-int.
9540         (uudecode-decode-region): Don't call buffer-disable-undo.
9541
9542 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
9543 ;       (mm-uu-configure-list): Doc fix.
9544 ;
9545 ;       * earcon.el (running-xemacs): Don't define.
9546 ;
9547 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
9548 ;
9549 ;       * message.el (message-font-lock-keywords): Match a final newline
9550 ;       to help font-lock's multiline support.
9551 ;
9552 2000-11-03  Dave Love  <fx@gnu.org>
9553
9554         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
9555
9556         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
9557         name.
9558
9559         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
9560         <banner>: Fix custom type, doc.
9561
9562         * mm-decode.el (mm-display-external): Space-prefix temp buffer
9563         name.  Don't disable undo explicitly.
9564
9565 ;2000-11-02  Dave Love  <fx@gnu.org>
9566 ;
9567 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
9568 ;       cite-prefix.
9569
9570 2000-11-01  Dave Love  <fx@gnu.org>
9571
9572         * rfc2047.el (base64): Require unconditionally.
9573         (message-posting-charset): Defvar when compiling.
9574         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
9575         message.
9576
9577         * gnus-sum.el (nnoo): Require.
9578         (mm-uu-dissect): Autoload.
9579
9580         * mml.el (mml-parse-1): Clarify message.
9581         (mml-minibuffer-read-type): Use mailcap-mime-types.
9582
9583 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
9584
9585         * mml.el: Fix a typo in the requiring of CL.
9586
9587 2000-11-01  Dave Love  <fx@gnu.org>
9588
9589         * utf7.el: Require cl when compiling.
9590
9591         * binhex.el: Use (featurep 'xemacs).
9592         (binhex-char-int): New alias, replacing char-int.  Change callers.
9593         (binhex-decode-region): Simplify work buffer code.
9594         (binhex-decode-region-external): Use expand-file-name, not concat.
9595
9596 2000-10-30  Dave Love  <fx@gnu.org>
9597
9598         * gnus-art.el: Fix 2000-10-27 change properly.
9599
9600 2000-10-28  Miles Bader  <miles@gnu.org>
9601
9602         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
9603
9604 2000-10-27  Dave Love  <fx@gnu.org>
9605
9606         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
9607         strings.
9608         (gnus-group-make-tool-bar): New function.
9609         (gnus-group-mode): Use it.
9610
9611         * message.el (message-mode-menu): Add some :help strings.
9612         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
9613         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
9614
9615         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
9616         * describe-group.xpm, get-news.xpm, kill-group.xpm:
9617         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
9618
9619         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
9620         display-graphic-p here.
9621
9622 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
9623
9624         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
9625         of the `gnus-xemacs' variable, as the latter has been removed.
9626         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
9627         * gnus-art.el (gnus-treat-display-xface)
9628         (gnus-treat-display-smileys, gnus-treat-display-picons)
9629         (gnus-article-read-summary-keys): Likewise.
9630
9631 2000-10-26  Dave Love  <fx@gnu.org>
9632
9633         (defvar): Use rmail-spool-directory unconditionally.
9634
9635 2000-10-18  Dave Love  <fx@gnu.org>
9636
9637         * mm-bodies.el (mm-uu-decode-function)
9638         (mm-uu-binhex-decode-function): Defvar when compiling.
9639
9640         * gnus-nocem.el (gnus-nocem-issuers): Update.
9641         (gnus-nocem-check-from): New option.
9642         (gnus-nocem-scan-groups): Use it.
9643         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
9644         (gnus-nocem-check-article-limit): Add :version.
9645
9646 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
9647
9648         * ietf-drums.el (mm-util): Require CL when compiling.
9649
9650 2000-10-15  Dave Love  <fx@gnu.org>
9651
9652         * qp.el: Require mm-util.
9653
9654 2000-10-13  Dave Love  <fx@gnu.org>
9655
9656         * qp.el (quoted-printable-decode-region): Avoid invalid
9657         coding-systems.
9658
9659 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
9660
9661         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
9662         to a recursive load.
9663
9664 2000-10-12  Dave Love  <fx@gnu.org>
9665
9666         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
9667
9668         * gnus.el (gnus-group-startup-message): Check for PBM image.
9669
9670 2000-10-09  Dave Love  <fx@gnu.org>
9671
9672         * mail-source.el (mail-source-fetch-imap): Bind
9673         default-enable-multibyte-characters rather than using
9674         mm-disable-multibyte.
9675
9676 2000-10-05  Dave Love  <fx@gnu.org>
9677
9678         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
9679         Autoload.
9680         (quoted-printable-decode-region):  Rename arg which confused
9681         charset with coding-system.  Don't use nonascii-insert-offset.
9682         Coding-system encode the region initially.  Don't recognize `=='
9683         as valid QP.  Coding-system decode the region finally.
9684         (quoted-printable-decode-string): Rename arg which confused
9685         charset with coding-system.
9686
9687         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
9688         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
9689         mm-encode-coding-region.
9690         (mm-decode-body, mm-decode-string): Rename variables which
9691         confused charset with coding-system.
9692         (binhex-decode-region): Don't autoload.
9693         (mm-body-encoding): Require message.
9694         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
9695         cond branches.
9696
9697         * gnus-art.el (article-de-quoted-unreadable)
9698         (article-de-base64-unreadable): Fold search case
9699         rather than downcasing string.  Apply mm-charset-to-coding-system
9700         to arg of quoted-printable-decode-region.
9701
9702 2000-10-04  Dave Love  <fx@gnu.org>
9703
9704         * gnus-ems.el: Don't turn off compiler warnings in local vars.
9705         Require ring when compiling.
9706         (gnus-article-compface-xbm): New variable.
9707
9708 2000-10-04  Dave Love  <fx@gnu.org>
9709
9710         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
9711         pbm images.
9712
9713         * frown.pbm, smile.pbm, wry.pbm: New files.
9714
9715         * frown.xbm, smile.xbm, wry.xbm: Deleted.
9716
9717 2000-10-03  Dave Love  <fx@gnu.org>
9718
9719         * mail-source.el (mail-sources): Revert to nil.
9720
9721         * nnmail (nnmail-spool-file): Revert to `((file))'.
9722
9723         * qp.el: Don't require mm-util.
9724         (quoted-printable-decode-region): Rewritten.
9725         (quoted-printable-decode-string, quoted-printable-encode-region):
9726         Doc fix.
9727         (quoted-printable-encode-region): Barf on multibyte characters.
9728         Maybe make the class multibyte.  Upcase chars, not formatted
9729         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
9730         (quoted-printable-encode-string): Don't use
9731         mm-with-unibyte-buffer.
9732
9733 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
9734
9735         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
9736
9737 2000-09-21  Dave Love  <fx@gnu.org>
9738
9739         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
9740         (for Emacs 20).  Tidy somewhat.
9741
9742 2000-09-21  Dave Love  <fx@gnu.org>
9743
9744         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
9745         image processing.  Rationalize logic somewhat.
9746
9747 2000-09-20  Dave Love  <fx@gnu.org>
9748
9749         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
9750         specifically.
9751
9752         * gnus.el (gnus-version-number): Avoid some redundant
9753         autoloads.
9754
9755 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
9756
9757         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
9758         to XBM; we always have PBM support.
9759
9760 2000-09-14  Dave Love  <fx@gnu.org>
9761
9762         * gnus.el (gnus-charset):
9763         * mm-decode.el (mime-display):
9764         * imap.el (imap) <defgroup>: Add :version.
9765
9766 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
9767
9768         * parse-time.el: Fix author's mail address.
9769
9770         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
9771         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
9772         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
9773         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
9774         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
9775         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
9776         * rfc2231.el, uudecode.el: Fix copyright notice.
9777
9778         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
9779         require `w3' at load-time only if not running in batch mode.
9780
9781 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9782
9783         * gnus.el: Before merge with Emacs21.
9784
9785 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
9786
9787         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
9788
9789 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9790
9791         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
9792         to avoid conflict with the standard `back-to-indentation'
9793         binding.
9794
9795 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9796
9797         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
9798
9799         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
9800         (mm-disable-multibyte-mule4): Ditto.
9801         (mm-with-unibyte-current-buffer-mule4): Ditto.
9802
9803 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9804
9805         * pop3.el (pop3-movemail): Use binary.
9806         (pop3-movemail-file-coding-system): Removed.
9807
9808 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9809
9810         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
9811
9812 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9813
9814         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
9815         exists.
9816
9817 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9818
9819         * gnus-msg.el (gnus-post-method): Use backend name when the
9820         address is "".
9821
9822 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9823
9824         * gnus-art.el (article-verify-x-pgp-sig): Don't test
9825         mm-verify-option.
9826         (gnus-treat-x-pgp-sig): Default value.
9827         (gnus-ignored-headers): Redundant.
9828
9829 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9830
9831         * gnus-win.el (gnus-configure-frame): Save selected window.
9832
9833 2000-02-15  Andrew Innes  <andrewi@gnu.org>
9834
9835         * nnmbox.el: Require gnus-range.
9836         (nnmbox-group-building-active-articles): New variable.
9837         (nnmbox-group-active-articles): New variable; this is a cache of
9838         all active articles by group and number.
9839         (nnmbox-in-header-p): New function.
9840         (nnmbox-find-article): New function.
9841         (nnmbox-record-active-article): New function.
9842         (nnmbox-record-deleted-article): New function.
9843         (nnmbox-is-article-active-p): New function.
9844         (nnmbox-retrieve-headers): Use nnmbox-find-article.
9845         (nnmbox-request-article): Ditto.  Also supply extra arg to
9846         nnmbox-article-group-number.
9847         (nnmbox-request-expire-articles): Ditto.
9848         (nnmbox-request-move-article): Ditto.
9849         (nnmbox-request-replace-article): Ditto.
9850         (nnmbox-request-rename-group): Rename group entry in active
9851         article cache.
9852         (nnmbox-delete-mail): Update active article cache, unless article
9853         is being replaced.
9854         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
9855         than partially duplicating it.
9856         (nnmbox-article-group-number): Add extra `this-line' arg, to
9857         handle articles belonging to multiple groups.
9858         (nnmbox-save-mail): Update active article cache.
9859         (nnmbox-read-mbox): Build active article cache when loading mbox.
9860         Also do some repair work, if we find articles that are missing the
9861         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
9862         reconstruct these from Xref info.
9863
9864 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9865
9866         * mail-source.el (mail-source-report-new-mail): Use
9867         nnheader-run-at-time.
9868
9869 2000-02-15  Andrew Innes  <andrewi@gnu.org>
9870
9871         * mail-source.el (mail-source-fetch-pop): Clear pop password when
9872         an error is thrown, and then rethrow the error.
9873         (mail-source-check-pop): Ditto.
9874         (mail-source-start-idle-timer): Prevent multiple pop checks
9875         running if the check takes a long time.
9876
9877 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9878
9879         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
9880         succeed.
9881
9882 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9883
9884         * gnus-win.el (gnus-configure-windows): Make sure
9885         nntp-server-buffer is live.
9886         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
9887
9888 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
9889
9890         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
9891
9892 2000-12-04  Andreas Jaeger  <aj@suse.de>
9893
9894         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
9895
9896 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9897
9898         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
9899
9900 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9901         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
9902
9903         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
9904
9905 2000-12-01  Simon Josefsson  <sj@extundo.com>
9906
9907         * mml-smime.el (mml-smime-verify): Fix address parsing.
9908
9909 2000-12-01  Simon Josefsson  <sj@extundo.com>
9910
9911         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
9912         more than one certificate inside PKCS#7 blob.  Better security
9913         information (clamed / actual sender, openssl output, certificates
9914         inside message).
9915
9916         * smime.el (smime-verify-region): Output to /dev/null.
9917         (smime-buffer-as-string-region): Don't parse empty lines.
9918
9919 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9920
9921         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
9922         ?d and ?D.
9923         (gnus-mime-security-show-details-inline): New variable.
9924         (gnus-mime-security-show-details): Use them.
9925         (gnus-insert-mime-security-button): Ditto.
9926
9927         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
9928         Suggest by Michael Duggan (md5i@cs.cmu.edu).
9929         (mml2015-gpg-clear-verify): Ditto.
9930         (mml2015-gpg-decrypt-1): Ditto.
9931         (mml2015-use): Prefer 'gpg.
9932
9933 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9934
9935         * gnus-util.el (gnus-add-text-properties-when): New function.
9936         (gnus-remove-text-properties-when): Ditto.
9937
9938         * gnus-cite.el (gnus-article-hide-citation): Use them.
9939         (gnus-article-toggle-cited-text): Use them.
9940
9941         * gnus-art.el (gnus-signature-toggle): Use them.
9942         (gnus-article-show-hidden-text): Ditto.
9943         (gnus-article-hide-text): Ditto.
9944
9945 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9946
9947         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
9948
9949 2000-11-30  Simon Josefsson  <sj@extundo.com>
9950
9951         * smime.el (smime-point-at-eol): New alias.
9952         (smime-buffer-as-string-region): Use it.
9953
9954 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9955
9956         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
9957
9958 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9959
9960         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
9961
9962         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
9963
9964         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
9965
9966 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9967
9968         * nnmh.el (nnmh-request-expire-articles): Implemented
9969         expiry-target for nnmh backend.
9970
9971 2000-11-30  Simon Josefsson  <sj@extundo.com>
9972
9973         * mm-decode.el (mm-security-from): New variable.
9974         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
9975
9976         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
9977         than `from'.
9978
9979 2000-11-30  Simon Josefsson  <sj@extundo.com>
9980
9981         * mml-smime.el (mml-smime-verify): Verify that certificate mail
9982         address match sender address.
9983
9984         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
9985
9986         * smime.el (smime-verify-region): Don't copy buffer.
9987         (smime-decrypt-buffer): Use expand-file-name on keyfile.
9988         (smime-pkcs7-region): New function.
9989         (smime-pkcs7-certificates-region): Ditto.
9990         (smime-pkcs7-email-region): Ditto.
9991         (smime-buffer-as-string-region): Ditto.
9992
9993         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
9994         buffer.
9995
9996 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
9997
9998         * smime.el (smime-decrypt-region): Fix keyfile argument.
9999
10000 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10001
10002         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
10003
10004 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10005
10006         * message.el (message-shoot-gnksa-feet): New variable.
10007         (message-gnksa-enable-p): New function.
10008         (message-send): Use it.
10009         (message-check-news-body-syntax): Ditto.
10010
10011 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10012
10013         * message.el (message-make-message-id): Remove the redundancy.
10014
10015 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10016
10017         * message.el (message-setup): Discourage using mc-install-*-mode.
10018
10019         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
10020
10021 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10022
10023         * gnus-cite.el (gnus-cite-parse): Guess citation length.
10024
10025 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10026
10027         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
10028
10029 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10030
10031         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
10032
10033 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10034
10035         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
10036         insert-buffer-substring.
10037
10038         * message.el (message-send-mail): Use buffer-substring-no-properties.
10039         (message-send-news): Ditto.
10040
10041 2000-11-22  David Edmondson  <dme@dme.org>
10042
10043         * imap.el (imap-wait-for-tag): Message read info.
10044
10045 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10046
10047         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
10048         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
10049         (mml2015-gpg-encrypt): Ditto.
10050
10051 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10052
10053         * mm-decode.el (mm-verify-option): Default value.
10054
10055         * mml-sec.el (mml-secure-part): Error message.
10056
10057 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10058
10059         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
10060
10061 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10062
10063         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
10064
10065 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10066
10067         * gnus-art.el (gnus-article-describe-key): Use prompt.
10068         (gnus-article-describe-key-briefly): Ditto.
10069
10070 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10071
10072         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
10073
10074 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10075
10076         * gnus-art.el (gnus-article-describe-key): New function.
10077         (gnus-article-describe-key-briefly): New function.
10078
10079 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10080
10081         * mm-decode.el (mm-decrypt-option): Doc typo.
10082
10083         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
10084         return a number.
10085
10086 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10087
10088         * message.el (message-newline-and-reformat): Typo.
10089
10090 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10091
10092         * gnus-art.el (article-verify-x-pgp-sig): Check whether
10093         original-article-buffer exists.
10094
10095         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
10096         (rfc2047-header-encoding-alist): Addresses are different from text.
10097         (rfc2047-encode-message-header): Ditto.
10098         (rfc2047-dissect-region): Extra parameter.
10099         (rfc2047-encode-region): Ditto.
10100         (rfc2047-encode-string): Ditto.
10101
10102 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10103
10104         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
10105         (mm-uu-pgp-encrypted-extract): Use it.
10106         (mm-uu-pgp-signed-extract-1): New function.
10107         (mm-uu-pgp-signed-extract): Use it.
10108
10109         * gnus-art.el (gnus-mime-display-security): New function.
10110         (gnus-mime-display-part): Use it.
10111         (gnus-mime-security-verify-or-decrypt): New function.
10112         (gnus-mime-security-press-button): New function.
10113         (gnus-insert-mime-security-button): Use it.
10114
10115         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
10116         (mm-find-raw-part-by-type): Ditto.
10117         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
10118         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
10119         (mm-destroy-parts): Kill nested multibyte buffer.
10120
10121         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
10122         (mml2015-gpg-verify): Ditto.
10123
10124 2000-11-18  Simon Josefsson  <sj@extundo.com>
10125
10126         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
10127         (mml2015-function-alist): Use it.
10128
10129         * mml-sec.el (mml-sign-alist): Update names.
10130         (mml-encrypt-alist): Ditto.
10131         (mml-secure-part-smime-sign): Moved to mml-smime.el
10132         as `mml-smime-sign-query'.
10133         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
10134         `mml-smime-get-file-cert'.
10135         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
10136         `mml-smime-get-dns-cert'.
10137         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
10138         `mml-smime-encrypt-query'.
10139         (mml-smime-sign-buffer): Use mml-smime-sign.
10140         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
10141
10142         * mml-smime.el (mml-smime-sign): New function.
10143         (mml-smime-encrypt):
10144         (mml-smime-sign-query):
10145         (mml-smime-get-file-cert):
10146         (mml-smime-get-dns-cert):
10147         (mml-smime-encrypt-query): Moved from mml-sec.el.
10148
10149 2000-11-16  Simon Josefsson  <sj@extundo.com>
10150
10151         * mml2015.el (mml2015-gpg-clear-verify): New function.
10152         (mml2015-function-alist): Add it.
10153
10154 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
10155
10156         * message.el (message-setup-fill-variables): Use
10157         message-cite-prefix-regexp.
10158         (message-newline-and-reformat): Check the end of citation, leading
10159         WSP, break in the cite prefix.
10160         (message-fill-paragraph): New function.
10161
10162 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
10163
10164         * lpath.el: Shut up.
10165
10166 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10167
10168         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
10169         raw 8-bit in headers in dk.* newsgroups.
10170
10171 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10172
10173         * message.el (message-newline-and-reformat): Match extra WSPs.
10174
10175 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10176
10177         * mml.el (mml-generate-mime-1): Ignore ascii.
10178
10179 2000-11-16 Justin Sheehy  <justin@iago.org>
10180
10181         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
10182
10183 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10184
10185         * message.el (message-cite-prefix-regexp): Prefix should not end
10186         at space.
10187
10188 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10189
10190         * message.el (message-mode-syntax-table): Add - as a word
10191         constituent as in articles.
10192         (message-setup-fill-variables): Add -_. as supercite-style prefix.
10193         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
10194         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
10195
10196 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
10197
10198         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
10199
10200 2000-11-12  David Edmondson  <dme@dme.org>
10201
10202         * message.el (message-font-lock-keywords): use
10203         message-cite-prefix-regexp.
10204
10205 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10206
10207         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
10208         Stein Arild Str\e,Ax\e(Bmme.
10209         (gnus-group-jump-to-group): Use it.
10210         (gnus-group-jump-to-group-prompt): Customize.
10211
10212 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
10213
10214         * mailcap.el (mailcap-possible-viewers): Match the entire string.
10215
10216 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
10217
10218         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
10219         incompatible.
10220         (mml2015-mailcrypt-sign): Ditto.
10221
10222 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
10223
10224         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
10225         group is open.
10226
10227 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
10228
10229         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
10230         nnvirtual articles.
10231         (gnus-backlog-request-article): Don't request nnvirtual articles.
10232
10233 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10234
10235         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
10236         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
10237
10238 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
10239
10240         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
10241         * mml.el (mml-generate-mime-1): Use charset attribute.
10242         * mm-bodies.el (mm-encode-body): Add parameter charset.
10243         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
10244
10245 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10246
10247         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
10248         (mml2015-mailcrypt-clear-decrypt): Ditto.
10249         (mml2015-mailcrypt-verify): Ditto.
10250         (mml2015-mailcrypt-clear-verify): Ditto.
10251         (mml2015-gpg-verify): Ditto.
10252
10253 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
10254
10255         * smime.el (smime-openssl-program): Test the existence of openssl.
10256         * mml-smime.el: Require mm-decode.
10257         (mml-smime-verify-test): New function.
10258         * mm-decode.el (mm-verify-function-alist): Use it.
10259
10260 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
10261
10262         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
10263         anyway.
10264
10265 2000-11-13  Simon Josefsson  <sj@extundo.com>
10266
10267         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
10268         verification doesn't work.
10269
10270 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
10271
10272         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
10273         (gnus-inews-do-gcc): Use it.
10274
10275 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10276
10277         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
10278         leading space.
10279         * mm-extern.el (mm-inline-external-body): Report error when no
10280         access-type.
10281
10282 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10283
10284         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
10285
10286 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
10287
10288         * gnus-art.el (gnus-mime-button-menu): Use select-window.
10289
10290 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
10291
10292         * gnus-art.el (gnus-mime-display-part): Display multipart/related
10293         as multipart/mixed.
10294
10295 2000-11-12  David Edmondson  <dme@dme.org>
10296
10297         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
10298         and replace `.' with `\w' to allow for different syntax tables
10299         (from Vladimir Volovich).
10300         * message.el (message-newline-and-reformat): use
10301         `message-cite-prefix-regexp'.
10302         * gnus-cite.el (gnus-supercite-regexp): use
10303         `message-cite-prefix-regexp'.
10304         * gnus-cite.el (gnus-cite-parse): use
10305         `message-cite-prefix-regexp'.
10306
10307 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
10308
10309         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
10310         PGP SIGNATURE.  Escape leading "-"'s.
10311         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
10312
10313 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
10314
10315         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
10316
10317 2000-11-11  Simon Josefsson  <sj@extundo.com>
10318
10319         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
10320
10321         * smime.el (smime-details-buffer): New variable.
10322         (smime-sign-region):
10323         (smime-encrypt-region):
10324         (smime-verify-region):
10325         (smime-decrypt-region): Copy OpenSSL output to the buffer.
10326
10327         * mml-smime.el (mml-smime-verify): Support security info.
10328
10329 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
10330
10331         * mm-decode.el (mm-verify-option): Set default to nil.
10332         (mm-decrypt-option): Ditto.
10333         * gnus-art.el (article-verify-x-pgp-sig): New function.
10334
10335 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
10336
10337         * gnus-art.el (gnus-mime-display-alternative): Show button if no
10338         preferred part.
10339
10340 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10341
10342         * gnus-sum.el (gnus-move-split-methods): Say that
10343         `gnus-split-methods' uses file names, whereas this uses group
10344         names.  (Report from Nevin Kapur)
10345
10346 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
10347
10348         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
10349
10350 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
10351
10352         * nnheader.el (nnheader-directory-files-is-safe): New variable.
10353         (nnheader-directory-articles): Use it.
10354         (nnheader-article-to-file-alist): Ditto.
10355
10356 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
10357
10358         * rfc2047.el (rfc2047-pad-base64): New function.
10359         (rfc2047-decode): Use it.
10360
10361 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10362
10363         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
10364         select method.
10365
10366 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
10367
10368         * mml2015.el (mml2015-gpg-decrypt-1):
10369         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
10370
10371 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10372
10373         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
10374
10375 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10376
10377         * pop3.el (pop3-munge-message-separator): A message may have an
10378         empty body.
10379
10380 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
10381
10382         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
10383         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
10384         (mm-uu-pgp-signed-extract): Use coding-system.
10385
10386 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
10387
10388         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
10389         (gnus-insert-mime-security-button): New function.
10390         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
10391         * mml2015.el:  Add security info when verify or decrypt.
10392         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
10393         (mm-uu-pgp-encrypted-extract): Ditto.
10394
10395 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
10396
10397         * mm-decode.el (mm-display-parts): New function.
10398         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
10399
10400 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10401
10402         * gnus-mlspl.el: Documentation tweaks.
10403
10404 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
10405
10406         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
10407         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
10408         argument.
10409
10410 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
10411
10412         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
10413
10414 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
10415
10416         * gnus-art.el (gnus-article-encrypt): New function.
10417         (gnus-article-encrypt-protocol-alist): New variable.
10418         (gnus-article-encrypt-protocol): New variable.
10419         * mml2015.el (mml2015-self-encrypt): New function.
10420         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
10421
10422 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
10423
10424         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
10425         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
10426         let mailcap do it.
10427         * mml2015.el: Remove snarf code.
10428         * mm-decode.el: Remove snarf code.
10429
10430 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
10431
10432         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
10433         (mml-insert-mime): Understand gnus-decoded.
10434         (mime-to-mml): New parameter handles.
10435         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
10436         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
10437
10438 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
10439
10440         * mm-decode.el (mime-security): New group.
10441         (mm-verify-function-alist): Add test function.
10442         (mm-decrypt-function-alist): Ditto.
10443         (mm-snarf-option): Set default value as nil.
10444         (mm-find-part-by-type): Recursive parameter.
10445         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
10446         * mml2015.el: Support draft-ietf-openpgp-multsig.
10447
10448 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
10449
10450         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
10451         (gnus-article-view-part-as-charset): New function.
10452
10453 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
10454
10455         * mm-decode.el (mm-verify-option): Default value.
10456         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
10457
10458 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
10459
10460         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
10461
10462 2000-11-05  Simon Josefsson  <sj@extundo.com>
10463
10464         * mml-smime.el (mml-smime-verify): Work in original multipart
10465         buffert.
10466
10467         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
10468         (mm-handle-multipart-ctl-parameter): Ditto.
10469         (mm-alist-to-plist): New function.
10470         (mm-dissect-buffer): Store CTL parameters and copy original buffer
10471         for multiparts.
10472         (mm-destroy-parts): Destroy multipart buffert.
10473         (mm-remove-part): Ditto.
10474
10475         * mml-smime.el (mml-smime-sign): Not used.
10476         (mml-smime-encrypt): Ditto.
10477
10478         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
10479
10480         Verify S/MIME signature support.
10481
10482         * mm-decode.el (mm-inline-media-tests): Add
10483         application/{x-,}pkcs7-signature.
10484         (mm-inlined-types): Ditto.
10485         (mm-automatic-display): Ditto.
10486         (mm-verify-function-alist): Ditto.  Add name of method.
10487         (mm-decrypt-function-alist): Add name of method.
10488         (mm-find-part-by-type): Add documentation.
10489         (mm-possibly-verify-or-decrypt): Use new format of
10490         mm-{verify,decrypt}-function-alist.  Use method names.
10491
10492         * mml-smime.el (mml-smime-verify): New function.
10493
10494 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
10495
10496         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
10497
10498 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
10499
10500         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
10501         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
10502         * mm-decode.el (mm-snarf-option): New variable.
10503
10504 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10505
10506         * mm-util.el (mm-subst-char-in-string): New function.
10507         (mm-replace-chars-in-string): Use it.
10508         * message.el (message-replace-chars-in-string): Use it.
10509         * nnheader.el (nnheader-replace-chars-in-string): Use it.
10510         * gnus-mh.el (mh-lib-progs): Shut up.
10511
10512 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
10513
10514         * base64.el, md5.el: Moved to contrib directory.
10515
10516 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
10517
10518         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
10519         the last article when search.
10520
10521 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
10522
10523         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
10524         * nnmail.el (nnmail-pathname-coding-system): Ditto.
10525
10526 2000-09-29  David Edmondson  <dme@thus.net>
10527
10528         * message.el (message-newline-and-reformat): Typo.
10529
10530 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
10531
10532         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
10533
10534 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
10535
10536         * nntp.el (nntp-decode-text): Delete bogus status lines.
10537
10538 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
10539
10540         * message.el (message-font-lock-keywords): Match a final newline
10541         to help font-lock's multiline support.
10542
10543 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
10544
10545         * nnoo.el (nnoo-set): New function.
10546
10547 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
10548
10549         * gpg.el, gpg-ring.el: Moved to contrib directory.
10550
10551 2000-11-04  Simon Josefsson  <sj@extundo.com>
10552
10553         * nnimap.el (nnimap-split-inbox): Typo.
10554
10555 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
10556
10557         * gnus-msg.el (gnus-msg-mail): Move it backwards.
10558
10559 2000-11-03  Simon Josefsson  <sj@extundo.com>
10560
10561         * rfc2231.el (rfc2231-parse-qp-string): New function.
10562         (require): rfc2047.
10563
10564         * mail-parse.el (mail-header-parse-content-type):
10565         (mail-header-parse-content-disposition): Support invalid QP
10566         encoded strings, by using `rfc2231-parse-qp-string'.
10567
10568 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
10569
10570         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
10571         (rfc2231-decode-encoded-string): Typo "> X 1".
10572         (rfc2231-encode-string): Insert the name of charset.
10573         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
10574
10575 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
10576
10577         * mm-decode.el (mm-save-part): Return the filename.
10578         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
10579         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
10580         (gnus-mime-action-alist): Use it.
10581         (gnus-mime-button-commands): Use it.
10582         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
10583         (mm-inline-external-body): unwind-protect.
10584
10585 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
10586
10587         * gnus-art.el (gnus-insert-mime-button): Show url.
10588
10589 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
10590
10591         * mml.el (mml-generate-mime-1): Support external url.
10592         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
10593
10594 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
10595
10596         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
10597         * mm-decode.el (mm-display-external): Ditto.
10598         * mm-extern.el: New file.
10599         * mm-decode.el (mm-inline-media-tests): Hook it up.
10600         (mm-inlined-types): Inline message/external-body.
10601
10602 2000-11-02  Simon Josefsson  <sj@extundo.com>
10603
10604         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
10605
10606         * message.el (message-get-reply-headers): Better handling when
10607         Mail-Followup-To is very large.
10608
10609 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
10610
10611         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
10612         * gnus-art.el (gnus-article-edit-done):
10613         * gnus-sum.el (gnus-summary-edit-article-done): Move line
10614         counting code here.
10615         * gnus-msg.el (gnus-setup-message): Remove a hack.
10616
10617 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10618
10619         * gnus-sum.el (gnus-newsgroup-variables): New variable.
10620         (gnus-summary-mode): Make them local variables.
10621         (gnus-set-global-variables): Globalize them.
10622         (gnus-summary-exit): Kill them.
10623
10624 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
10625
10626         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
10627         word.
10628
10629 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
10630
10631         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
10632         gnus-article-wash-types.
10633         * gnus-art.el (gnus-article-wash-status): Use them.
10634
10635 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10636
10637         * mml.el (mml-read-tag): Remove spaces and LF.
10638
10639 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10640
10641         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
10642         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
10643
10644 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
10645
10646         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
10647
10648 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
10649
10650         * gnus-sum.el (gnus-article-charset): New variable.
10651         (gnus-summary-display-article): Set it.
10652         * gnus-msg.el (gnus-copy-article-buffer): Use it.
10653         * gnus-art.el (gnus-article-mode): Make it local variable.
10654
10655 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10656
10657         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
10658
10659 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10660
10661         * nnwfm.el: New file.
10662
10663         * nnweb.el (nnweb-replace-in-string): New function.
10664
10665 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10666
10667         * mml2015.el: Wrap gpg.el.
10668         * gpg.el (gpg-verify): The last argument of apply is a list.
10669         (gpg-encrypt): Add passphrase as a parameter.
10670
10671 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
10672
10673         * gpg.el: New file.
10674         * gpg-ring.el: New file.
10675
10676 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
10677
10678         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
10679
10680 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10681
10682         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
10683         double-quote characters.
10684         (gnus-summary-prepare-threads): Ditto.
10685
10686 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10687
10688         * gnus-art.el (gnus-mime-display-single): Forward line -1.
10689         * mml.el (mml-read-tag): Don't skip the leading space.
10690         * lpath.el (font-lock-set-defaults): Shut up.
10691
10692 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
10693
10694         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
10695
10696 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
10697
10698         * qp.el (quoted-printable-encode-region): Replace leading - when
10699         ultra safe.
10700         * mml.el (mml-generate-mime-postprocess-function): Removed.
10701         (mml-postprocess-alist): Removed.
10702         (mml-generate-mime-1): Use ultra-safe when sign.
10703         * mml2015.el (mml2015-fix-micalg): Uppercase.
10704         (mml2015-verify): Insert LF.
10705         (mml2015-mailcrypt-sign): Downcase; search backward.
10706
10707 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10708
10709         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
10710         restrictive.
10711         (nnultimate-table-regexp): New variable.
10712         (nnultimate-forum-table-p): Use it.
10713
10714 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
10715
10716         * gnus-sum.el (gnus-summary-expire-articles): Save point.
10717
10718 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
10719
10720         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
10721         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
10722
10723 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
10724
10725         * mml2015.el: Shut up.
10726
10727 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
10728
10729         * gnus.el (gnus-server-browse-hashtb): Removed.
10730         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
10731         (gnus-group-insert-group-line-info): Use simplified method.
10732         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
10733
10734 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
10735
10736         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
10737         moved here.
10738         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
10739         * gnus-group.el (gnus-group-prepare-flat): Use it.
10740         * gnus-topic.el (gnus-group-prepare-topics): Use it.
10741
10742 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
10743
10744         * mml.el (mml-mode): Show menu in XEmacs.
10745
10746 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
10747
10748         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
10749         (gnus-server-read-server-in-server-buffer): New function.
10750         (gnus-browse-foreign-server): Browse in group buffer.
10751         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
10752         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
10753         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
10754         * gnus.el (gnus-server-browse-hashtb): New variable.
10755
10756 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
10757
10758         * nnfolder.el (nnfolder-open-nov): Use group.
10759
10760 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
10761
10762         * nnfolder.el: Add NOV. Set version to 2.0.
10763         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
10764
10765 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
10766
10767         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
10768
10769 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
10770
10771         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
10772         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
10773
10774 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
10775
10776         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
10777
10778 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10779
10780         * mm-decode.el (mm-verify-function-alist): New variable.
10781         (mm-verify-option): New variable.
10782         (mm-decrypt-function-alist): Ditto.
10783         (mm-decrypt-option): Ditto.
10784         (mm-find-raw-part-by-type): New function.
10785         (mm-possibly-verify-or-decrypt): New function.
10786         (mm-dissect-multipart): Use it.
10787         * mml2015.el (mml2015-fix-micalg): New function.
10788         (mml2015-decrypt): Use new interface.
10789         (mml2015-verify):  Use new interface.
10790         (mml2015-setup): Make it bogus.
10791
10792 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
10793
10794         * mml.el (mml-generate-mime-postprocess-function): Set to
10795         mml-postprocess.
10796         (autoload): Autoload mml2015 and mml-smime.
10797         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
10798         * mml2015.el (mml2015-encrypt): New function.
10799         (mml2015-sign): New function.
10800         (mml2015-encrypt-function): New variable.
10801         (mml2015-sign-function): New variable.
10802         (mml2015-mailcrypt-encrypt): Use message-recipients.
10803         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
10804         * mml-smime.el (mml-smime-setup): Ditto.
10805
10806 2000-10-28  Simon Josefsson  <sj@extundo.com>
10807
10808         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
10809         Communigate Pro 3.3.1 server.
10810
10811         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
10812         in buffers.
10813         (mml-secure-dns-server): Removed.
10814         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
10815         write certificates to files.
10816
10817         * smime.el (smime-dns-server): New variable.
10818         (smime-mail-to-domain):
10819         (smime-cert-by-dns): New functions.
10820
10821         * dig.el: New file.
10822
10823 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
10824
10825         * message.el (message-options): New variable.
10826         (message-options-set-recipient): New function.
10827         (message-send): Use them.
10828         * gnus-int.el (gnus-request-replace-article): Use them.
10829         (gnus-request-accept-article): Ditto.
10830         * mml.el (mml-preview): Use them.
10831         * gnus-sum.el (gnus-summary-edit-article): Use them.
10832
10833         * message.el (message-options-get): New function.
10834         (message-options-get): New function.
10835         * rfc2047.el (rfc2047-encode-message-header): Use them.
10836         * mm-bodies.el (mm-encode-body): Use them.
10837
10838 2000-10-28  Simon Josefsson  <sj@extundo.com>
10839
10840         * nnimap.el (nnimap-retrieve-which-headers):
10841         (nnimap-request-article-part): Quote message-id.
10842
10843         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
10844         (smime-CA-file): New variable.
10845         (smime-call-openssl-region): Don't error.
10846         (smime-sign-region): Return result value.
10847         (smime-encrypt-region): Ditto.
10848         (smime-verify-region): New function.
10849         (smime-decrypt-region): Ditto.
10850         (smime-verify-buffer): Ditto.
10851         (smime-decrypt-buffer): Ditto.
10852
10853         * mml.el: Require mml-sec.
10854         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
10855         (mml-mode-map): Add "sign" and "encrypt" maps.
10856         (mml-menu): Add security menu.
10857         (mml-preview): Use generate-new-buffer.
10858
10859         * mml-sec.el: New file.
10860
10861 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10862
10863         * mm-decode.el (mm-find-part-by-type): Move it here.
10864         * mml.el (mml-postprocess): Move it here.
10865         (mml-postprocess-alist): Move it here. Merge them.
10866
10867 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
10868
10869         * rfc2047.el (rfc2047-encode-message-header): Make sure no
10870         unencoded stuff in the header.
10871
10872 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
10873
10874         * gnus-group.el (gnus-group-listed-groups): New variable.
10875         (gnus-group-list-option): New variable.
10876         (gnus-group-list-limit-map): New keymap.
10877         (gnus-group-list-flush-map): New keymap.
10878         (gnus-group-list-plus-map): New keymap.
10879         (gnus-group-prepare-logic): New function.
10880         (gnus-group-prepare-flat): Merge with
10881         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
10882         (gnus-group-prepare-flat-list-dead): Ditto.
10883         (gnus-group-list-matching): Use gnus-group-prepare-function.
10884         (gnus-group-list-dormant): Ditto.
10885         (gnus-group-list-cached): Ditto.
10886         (gnus-group-listed-groups): New function.
10887         (gnus-group-list-limit): New function.
10888         (gnus-group-list-flush): New function.
10889         (gnus-group-list-plus): New function.
10890         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
10891         (gnus-topic-prepare-topic): Ditto.
10892
10893 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
10894
10895         * message.el (message-insert-to, message-get-reply-headers):
10896         (message-reply, message-followup): Mail-{Followup,Reply}-To.
10897
10898 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
10899
10900         * mml2015.el: New file.
10901         * smime.el: New file.
10902         * mml-smime.el: New file.
10903
10904 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
10905
10906         * ChangeLog: Moved to ChangeLog.1.
10907
10908     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
10909   Copying and distribution of this file, with or without modification,
10910   are permitted provided the copyright notice and this notice are preserved.
10911
10912 ;; Local Variables:
10913 ;; coding: iso-2022-7bit
10914 ;; End: