2002-10-17 Steve Youngs <youngs@xemacs.org>
[gnus] / lisp / ChangeLog
1 2002-10-17  Steve Youngs  <youngs@xemacs.org>
2
3         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
4         XEmacs, default to it if featurep 'xemacs.
5
6 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * spam-stat.el: Check for the existence of hash functions instead
9         of the Emacs version to decide whether to load cl.  Suggested by
10         Kai Gro\e,A_\e(Bjohann.
11
12 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13
14         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
15         if it isn't open yet.
16
17 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18
19         * gnus-group.el: Require mm-url only when compiling.
20         (gnus-group-fetch-charter): Require mm-url.
21
22         * spam-stat.el: Require cl for the functions gethash,
23         hash-table-count, make-hash-table and mapc for Emacs 20.
24         (puthash): Alias to cl-puthash for Emacs 20.
25         (with-syntax-table): New macro for Emacs 20.
26
27 2002-10-12  Jesper harder  <harder@ifa.au.dk>
28
29         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
30
31 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
32
33         * spam.el (spam-check-ifile): added ifile as a spam checking
34         backend, and spam-use-ifle as the variable to toggle that check.
35
36 2002-10-12  Simon Josefsson  <jas@extundo.com>
37
38         * message.el (message-beginning-of-line): New variable.
39         (message-beginning-of-line): Use it.
40
41 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
42
43         * spam.el: more compilation fixes for BBDB
44
45         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
46         (spam-stat-reduce-size): Interactive.
47         (spam-stat-reset): New function.
48         (spam-stat-save): Interactive.
49
50 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
51
52         * gnus.el: Autoload gnus-delay-initialize.
53
54         * message.el: Autoload gnus-delay-article.
55
56 2002-10-11  Jesper harder  <harder@ifa.au.dk>
57
58         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
59         text property in Emacs.
60
61 2002-10-11  Simon Josefsson  <jas@extundo.com>
62
63         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
64         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
65
66         * mml1991.el (mml1991-pgg-sign): Remove CR.
67
68 2002-10-10  Simon Josefsson  <jas@extundo.com>
69
70         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
71         decrypt failed.
72         (mml2015-trust-boundaries-alist): Removed.
73         (mml2015-gpg-extract-signature-details): Don't use it.
74         (mml2015-unabbrev-trust-alist): New.
75         (mml2015-gpg-extract-signature-details): Use it.
76
77 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
78
79         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
80         BBDB installed
81
82         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
83         statistical analysis of spam in Lisp only
84
85 2002-10-10  Simon Josefsson  <jas@extundo.com>
86
87         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
88         auth, selected or examine state.
89
90         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
91         buffer and error buffer depending on type of information.
92
93         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
94         --status-fd stuff even if gpg.el is not used (revert earlier
95         change).
96         (mml2015-pgg-{clear-,}verify): Store both output and errors as
97         gnus details.
98         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
99         buffer.
100
101         * pgg.el (pgg-verify-region): Use it.
102
103         * pgg-def.el (pgg-query-keyserver): New variable.
104
105         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
106         key-identifier in packet.  Is this a good idea?
107
108         * mml.el (mml-mode-map): Add security commands that operates on
109         MIME parts.
110         (mml-menu): And menu items for them.
111
112         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
113
114         * mml.el (mml-parse-1): Support sender in #secure tags.
115
116         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
117         defined.
118
119         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
120         (mml-pgp-encrypt-buffer): Support combined signing.
121
122         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
123         (mml1991-gpg-encrypt): Ditto.
124         (mml1991-pgg-encrypt): Ditto.
125         (mml1991-encrypt): Pass sign parameter.
126
127         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
128         (mml-signencrypt-style): Mention the variable.
129
130 2002-10-09  Simon Josefsson  <jas@extundo.com>
131
132         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
133         pgg-gpg-user-id.
134
135         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
136         (pgg-fetch-key-function): Nil if w3 is not installed.
137
138 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
139
140         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
141         gnus-agent-current-history.
142
143 2002-10-06  Simon Josefsson  <jas@extundo.com>
144
145         * imap.el (imap-parse-status): Don't use read to read token.
146
147 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
148
149         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
150         for methods not covered by the agent, and when unplugged.
151
152 2002-10-05  Simon Josefsson  <jas@extundo.com>
153
154         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
155         signing.
156
157         * gnus-agent.el (gnus-agent-read-servers): If getting method from
158         a named server fails, ignore the server.
159
160         * mml1991.el (mml1991-pgg-sign): Do QP.
161
162         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
163         work.
164
165 2002-10-04  Simon Josefsson  <jas@extundo.com>
166
167         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
168
169         * pgg-pgp.el (pgg-pgp-verify-region): Inline
170         binary-write-decoded-region from MEL.
171
172         * pgg.el (pgg-encrypt-region): Support sign.
173
174         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
175
176         * mml2015.el (mml2015-pgg-encrypt): Ditto.
177
178         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
179         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
180         branch where PGG was taken from in the ChangeLog entries below.
181
182 2002-10-01  Simon Josefsson  <jas@extundo.com>
183
184         * pgg-pgp.el: Don't require mel.  Don't use luna.
185         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
186         (pgg-pgp-process-region): Use expand-file-name instead of concat.
187         (pgg-pgp-process-region): Don't use binary-funcall.
188
189         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
190
191         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
192         instead of concat.
193
194         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
195
196 2002-09-29  Simon Josefsson  <jas@extundo.com>
197
198         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
199         compile warnings.
200
201         * pgg.el (pgg-decrypt-region): Don't parse packet.
202
203         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
204
205 2002-09-29  Daiki Ueno <ueno@unixuser.org>
206
207         * pgg.el: Remove dependency on calist.el.
208
209 2002-09-28  Simon Josefsson  <jas@extundo.com>
210
211         * pgg.el (pgg-temporary-file-directory): New variable.
212         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
213
214         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
215         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
216
217         * pgg-parse.el (pgg-char-int): Defalias.
218         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
219         (pgg-read-bytes, pgg-read-body): Use it.
220         (pgg-decode-packets): Don't use MEL, use base64-*.
221         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
222         (pgg-string-as-unibyte): Defalias.
223         (pgg-parse-armor-region): Use it.
224
225         * pgg-gpg.el (pgg-gpg-process-region): Use
226         pgg-temporary-file-directory.
227
228         * luna.el: Don't def-edebug.
229
230         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
231         binary-write-decoded-region from MEL.
232
233         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
234
235         * alist.el, calist.el: Don't require product/APEL.
236
237         * pgg-parse.el (top-level): Remove dependency on static.el,
238         pccl.el, mel.el.
239         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
240         `define-ccl-program' is boundp, instead of using broken.
241
242 2002-10-01  Simon Josefsson  <jas@extundo.com>
243
244         * message.el (message-required-mail-headers): Remove Lines:.
245
246 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
247         From Jesper Harder.
248
249         * gnus-group.el (gnus-group-fetch-charter,
250         gnus-group-fetch-control): Prompt for group if given a prefix
251         argument.
252         * gnus-sum.el (t): Add gnus-group-fetch-charter and
253         gnus-group-fetch-control to summary key map and menu.
254
255
256 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
257
258         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
259         number when there are no articles.
260
261 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
262
263         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
264         arg ALL means to fetch all articles, not only downloadable ones.
265         (gnus-agent-fetch-selected-article): New function for
266         gnus-select-article-hook or gnus-mark-article-hook.
267
268 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
269         From Peter von der Ahe <nospam2159@daimi.au.dk>.
270
271         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
272         raw-text.
273
274 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
275
276         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
277         Pinard).
278         Major revamp of the code, documentation is in comments in the file
279         for now.
280
281 2002-09-30  Simon Josefsson  <jas@extundo.com>
282
283         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
284         buffer seem to be needed?
285
286 2002-09-29  Simon Josefsson  <jas@extundo.com>
287
288         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
289         compile warnings.
290
291         * mml1991.el (mml1991-function-alist): Add pgg.
292         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
293         (mml1991-pgg-encrypt): Fix recipients querying.
294
295 2002-09-28  Simon Josefsson  <jas@extundo.com>
296
297         * mml2015.el (autoload): Autoload correct files.  Trivial patch
298         from dme@dme.org.
299         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
300         handle is returned.
301
302 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
303
304         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
305         Protect against non-existent of `nnimap-mailbox-info'.
306
307 2002-09-27  Simon Josefsson  <jas@extundo.com>
308
309         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
310         (gnus-setup-news-hook): Use it.
311         (gnus-after-getting-new-news-hook): Ditto.
312
313         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
314
315 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
316         From Mats Lidell <matsl@contactor.se>.
317
318         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
319
320 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
321
322         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
323         the part to decode encoded words, use raw words instead of decoded
324         words.
325
326 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
327
328         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
329
330         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
331         (mm-setup-w3m): Use it.
332
333 2002-09-27  Simon Josefsson  <jas@extundo.com>
334
335         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
336         article buffers.
337
338         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
339         it just in case.
340         (nnimap-update-unseen): New function; update unseen count in
341         `n-m-info'.
342         (nnimap-close-group): Call it.
343
344         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
345         (gnus-after-getting-new-news-hook): Ditto.
346
347         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
348         message into verboselevel 9.  Change slow mail check message.
349         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
350         (nnimap-fixup-unread-after-getting-new-news): New function, to be
351         used as a hook after getting new mail.
352
353 2002-09-26  Simon Josefsson  <jas@extundo.com>
354
355         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
356         SELECT/EXAMINE is first unseen article, not number of unseen
357         articles.  Make them distinct by renaming the former to
358         `first-unseen' instead of `unseen'.
359
360         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
361         too.
362         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
363         changed.
364         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
365
366         * gnus-int.el (gnus-server-unopen-status): Defcustom.
367
368         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
369         better.
370
371         * mml2015.el (mml2015-pgg-decrypt): Only add security information
372         if dissecting resulting buffer actually had any information.
373
374 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
375
376         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
377         because the function `string<' allows symbols.
378
379         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
380
381 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
382
383         * message.el (message-forward-make-body): Revert an early change
384         because 8-bit utf-8 emails.
385
386 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
387
388         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
389         links to Info)
390         * gnus-art.el (gnus-treat-highlight-signature):
391         * gnus-art.el (gnus-treat-buttonize):
392         * gnus-art.el (gnus-treat-buttonize-head):
393         * gnus-art.el (gnus-treat-emphasize):
394         * gnus-art.el (gnus-treat-strip-cr):
395         * gnus-art.el (gnus-treat-unsplit-urls):
396         * gnus-art.el (gnus-treat-leading-whitespace):
397         * gnus-art.el (gnus-treat-hide-headers):
398         * gnus-art.el (gnus-treat-hide-boring-headers):
399         * gnus-art.el (gnus-treat-hide-signature):
400         * gnus-art.el (gnus-treat-fill-article):
401         * gnus-art.el (gnus-treat-hide-citation):
402         * gnus-art.el (gnus-treat-hide-citation-maybe):
403         * gnus-art.el (gnus-treat-strip-list-identifiers):
404         * gnus-art.el (gnus-treat-strip-pgp):
405         * gnus-art.el (gnus-treat-strip-pem):
406         * gnus-art.el (gnus-treat-strip-banner):
407         * gnus-art.el (gnus-treat-highlight-headers):
408         * gnus-art.el (gnus-treat-highlight-citation):
409         * gnus-art.el (gnus-treat-date-ut):
410         * gnus-art.el (gnus-treat-date-local):
411         * gnus-art.el (gnus-treat-date-english):
412         * gnus-art.el (gnus-treat-date-lapsed):
413         * gnus-art.el (gnus-treat-date-original):
414         * gnus-art.el (gnus-treat-date-iso8601):
415         * gnus-art.el (gnus-treat-date-user-defined):
416         * gnus-art.el (gnus-treat-strip-headers-in-body):
417         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
418         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
419         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
420         * gnus-art.el (gnus-treat-unfold-headers):
421         * gnus-art.el (gnus-treat-fold-headers):
422         * gnus-art.el (gnus-treat-fold-newsgroups):
423         * gnus-art.el (gnus-treat-overstrike):
424         * gnus-art.el (gnus-treat-display-xface):
425         * gnus-art.el (gnus-treat-display-smileys):
426         * gnus-art.el (gnus-treat-from-picon):
427         * gnus-art.el (gnus-treat-mail-picon):
428         * gnus-art.el (gnus-treat-newsgroups-picon):
429         * gnus-art.el (gnus-treat-body-boundary):
430         * gnus-art.el (gnus-treat-capitalize-sentences):
431         * gnus-art.el (gnus-treat-fill-long-lines):
432         * gnus-art.el (gnus-treat-play-sounds):
433         * gnus-art.el (gnus-treat-translate):
434         * gnus-art.el (gnus-treat-x-pgp-sig):
435         * gnus-art.el (gnus-mime-button-line-format):
436         * gnus-art.el (gnus-button-man-level):
437         * gnus-art.el (gnus-button-emacs-level):
438         * gnus-cus.el (gnus-group-parameters):
439         * gnus-gl.el (bbb-build-mid-scores-alist):
440         * gnus-group.el (gnus-group-line-format):
441         * gnus-mlspl.el (gnus-group-split-setup):
442         * gnus-mlspl.el (gnus-group-split):
443         * gnus-msg.el (gnus-mailing-list-groups):
444         * gnus-msg.el (gnus-posting-styles):
445         * gnus-nocem.el (gnus-nocem-issuers):
446         * gnus-score.el (gnus-score-regexp-bad-p):
447         * gnus-srvr.el (gnus-server-line-format):
448         * gnus-topic.el (gnus-topic-line-format):
449         * gnus.el (gnus-summary-line-format):
450         * mail-source.el (mail-sources):
451         * message.el (message-subscribed-address-file):
452         * nnmail.el (nnmail-split-fancy):
453
454 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
455
456         * mail-source.el(mail-source-run-script): use `functionp' to test
457         whether the argument `script' is in fact a function.
458         (mail-sources): adjust the defcustom to allow users to specify a
459         function or a string as the value of the `:prescript' and
460         `:postscript' arguments of the `file' and `pop3' mail sources.
461
462 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
463
464         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
465         number when article 1 does not exist.
466
467 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
468
469         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
470         apropos if apropos-variable does not exist.
471         (gnus-button-guessed-mid-regexp)
472         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
473         regexes.  From Reiner Steib.
474         (gnus-button-handle-describe-function)
475         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
476         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
477         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
478
479 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
480
481         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
482         the file.
483
484 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
485
486         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
487
488 2002-09-24  Simon Josefsson  <jas@extundo.com>
489
490         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
491         (mml2015-use): Prefer PGG if installed.
492         (mml2015-function-alist): Add PGG wrappers.
493         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
494         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
495         prefix, make regexp optionally skip it.
496         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
497         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
498         (mml2015-pgg-encrypt): New functions.
499         (defvar, autoload): Prevent byte-compile warnings.
500
501 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
502         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
503
504         * gnus-art.el (article-strip-banner): Check for the existence of
505         from header.
506
507 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
508
509         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
510         (gnus-button-alist): Improved regexp for
511         gnus-button-handle-mid-or-mail (false positives), fixed
512         gnus-button-handle-man entries.
513         From Reiner Steib.
514
515 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
516         From Josh Huber.
517
518         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
519         nnmail-extra-headers is non-nil.
520
521 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
522
523         * nnmaildir.el: Store article numbers persistently.  General
524         revision.
525         (nnmaildir-request-expire-articles): handle 'immediate and 'never
526         for nnmail-expiry-wait; delete instead of moving if 'force is
527         given.
528
529 2002-09-23  Simon Josefsson  <jas@extundo.com>
530         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
531
532         * smime.el (smime-sign-buffer): Get key and extra certs.
533         (smime-get-key-with-certs-by-email): Utility function.
534
535 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
536         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
537
538         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
539         article exists.
540
541 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
542
543         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
544
545 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
546         From Reiner Steib.
547
548         * gnus-art.el (gnus-button-handle-custom,
549         gnus-button-handle-mid-or-mail,
550         gnus-button-handle-describe-{function,variable,key},
551         gnus-button-handle-apropos{,command,variable}): New functions.
552         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
553         gnus-button-{man,emacs,mail}-level): New variables.
554         (gnus-button-alist): Use the above to buttonize emacs and mail
555         related links.
556
557 2002-09-18  Juanma Barranquero  <lektu@terra.es>
558
559         * gnus-int.el (gnus-status-message): Fix spacing.
560
561         * imap.el (imap-continuation): Fix typos.
562
563 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
564
565         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
566
567         * gnus-art.el (gnus-article-reply-with-original): Correct
568         with-current-buffer scope.
569
570         * message.el (message-completion-alist): Add Reply-To, From, etc.
571
572 2002-09-18  Simon Josefsson  <jas@extundo.com>
573
574         * nnimap.el (nnimap-request-expire-articles): Make flag setting
575         conditional.  From Nevin Kapur <nevin@jhu.edu>.
576
577 2002-09-17  Simon Josefsson  <jas@extundo.com>
578
579         * nnimap.el (nnimap-expiry-target): Don't search for which
580         articles exists here.
581         (nnimap-request-expire-articles): Do it here instead.  Only expire
582         when articles are found.  Suggested by Nevin Kapur
583         <nevin@jhu.edu>.
584
585 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
586         From Reiner Steib <reiner.steib@gmx.de>.
587
588         * message.el (message-strip-subject-trailing-was)
589         (message-change-subject, message-add-archive-header)
590         (message-xpost-fup2-header, message-xpost-insert-note)
591         (message-xpost-fup2, message-reduce-to-to-cc): New functions
592         adopted from message-utils.el.  Add functions to the keymap, mode
593         describtion and menu.
594         (message-change-subject,message-xpost-fup2): Signal error if
595         current header is empty.
596         (message-xpost-insert-note): Changed insert position.
597         (message-archive-note): Ensure to insert note in message body (not
598         in head).
599         (message-archive-header, message-archive-note)
600         (message-xpost-default, message-xpost-note, message-fup2-note)
601         (message-xpost-note-function): New variables adopted from
602         message-utils.el.  Changed some doc-strings.
603         (message-mark-insert-{begin,end}): Rename from
604         message-{begin,end}-inserted-text-mark (message-utils.el), changed
605         values.
606         (message-subject-trailing-was-query)
607         (message-subject-trailing-was-ask-regexp)
608         (message-subject-trailing-was-regexp): New variables.
609         (message-to-list-only): Added doc-string and menu entry.
610
611         * message-utils.el: Removed.  Functions are now in message.el.
612
613 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
614
615         * gnus-art.el (gnus-article-reply-with-original,
616         gnus-article-followup-with-original): Switch to
617         gnus-summary-buffer before reply/followup.
618
619 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
620
621         * gnus-sum.el (gnus-summary-toggle-header): The article window may
622         not exist. Toggle it anyway.
623
624 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
625
626         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
627
628         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
629         Trivial patch from Urban Engberg <ue@ccieurope.com>.
630
631         * rfc2047.el (message-posting-charset): Defvar it.
632         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
633         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
634
635         * mail-source.el (mail-source-fetch): Hide password.
636
637         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
638
639 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
640         From John Paul Wallington <jpw@shootybangbang.com>.
641
642         * gnus.el (gnus-visual, gnus-meta): Fix typo.
643
644 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
645
646         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
647
648 2002-09-11  Simon Josefsson  <jas@extundo.com>
649
650         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
651         (nnimap-split-rule): Doc fix.
652         (nnimap-request-expire-articles): Cleanup code.
653
654 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
655         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
656
657         * gnus-art.el (gnus-article-address-banner-alist): New option.
658         (article-strip-banner): Refer the above option to split banners of
659         free mail servers, when no group parameter is specified.
660
661 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
662
663         * nntp.el (nntp-wait-for-string): Check for a process in the
664         current buffer instead of `nntp-server-buffer'.
665
666 2002-09-09  Simon Josefsson  <jas@extundo.com>
667
668         * gnus-art.el (gnus-button-man-handler): New variable.
669         (gnus-button-alist): Use g-b-handle-man.
670         (gnus-button-handle-man): New, call g-b-man-handler.
671
672 2002-09-08  Simon Josefsson  <jas@extundo.com>
673
674         * gnus-art.el (gnus-button-alist): Buttonize man page links.
675
676 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
677
678         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
679
680 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
681
682         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
683
684         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
685         keystroke.
686
687         * gnus-srvr.el (gnus-browse-describe-group): New command and
688         keystroke.
689
690 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
691
692         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
693         value for gnus-decoration property.
694
695 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
696
697         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
698         string) as group name in case we have a CRLF in the file.
699
700 2002-09-04  Jesper harder  <harder@ifa.au.dk>
701
702         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
703         group.
704         (rfc1843-decode-hzp): do.
705         (rfc1843-newsgroups-regexp): do.
706
707 2002-09-04  Simon Josefsson  <jas@extundo.com>
708
709         * message.el (message-canlock-generate): Make sure sha1 doesn't
710         call external programs.
711
712 2002-09-03  Simon Josefsson  <jas@extundo.com>
713
714         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
715
716         * gnus-agent.el (gnus-agent-batch): Add doc.
717
718 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
719
720         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
721         check for signed and encrypted parts.
722         * mml.el (mml-parse-1): Correct small typo which preventing
723         setting recipients in a secure tag.
724
725 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
726
727         * mm-util.el (mm-coding-system-priorities): Default to a list of
728         iso-2022-jp and others for the Japanese environment.
729
730 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
731
732         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
733         invalid display names.
734
735 2002-08-30  Simon Josefsson  <jas@extundo.com>
736
737         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
738         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
739
740 2002-08-26  Jesper harder  <harder@ifa.au.dk>
741
742         * gnus.el (gnus-group-charter-alist): New option.
743         (gnus-group-fetch-control-use-browse-url): New option.
744
745         * gnus-group.el (gnus-group-fetch-charter): New function.
746         (gnus-group-fetch-control): New function.
747         Add them to the keymap and menu. Require mm-url.
748
749 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
750
751         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
752         From Alex Schroeder <alex@emacswiki.org>.
753
754 2002-08-29  Jesper harder  <harder@ifa.au.dk>
755
756         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
757         items expecting user interaction.
758
759         * gnus-topic.el (gnus-topic-make-menu-bar): do.
760
761         * gnus-sum.el (gnus-summary-make-menu-bar): do.
762
763         * gnus-srvr.el (gnus-server-make-menu-bar): do.
764
765         * mml.el (mml-menu): do.
766
767 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
768
769         * mail-source.el (mail-source-touch-pop): New function.
770
771         * message.el (message-smtpmail-send-it): New function.
772         (message-send-mail-function): Add it for a candidate.
773
774 2002-08-27  Simon Josefsson  <jas@extundo.com>
775
776         * gnus-msg.el (posting-charset-alist): Use
777         gnus-define-group-parameter instead of defcustom.
778         (gnus-put-message): Handle SPC in GCC.
779         (gnus-inews-insert-gcc): Ditto.
780         (gnus-inews-insert-archive-gcc): Ditto.
781
782 2002-08-26  Simon Josefsson  <jas@extundo.com>
783
784         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
785         (gnus-agentize): Auto agentize all nntp and nnimap groups.
786         (gnus-agent-possibly-save-gcc): Autoload.
787         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
788
789 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
790
791         * gnus.el (gnus-other-frame-function): New user option.
792         (gnus-other-frame): Use it; add a doc-string; make it work with
793         the gnuclient program.
794
795         * gnus-util.el (gnus-frame-or-window-display-name): New function.
796
797         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
798         `device-connection' and `dfw-device'.
799
800 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
801
802         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
803         positives, make it stricter.  From Jochen Hein (trivial change).
804
805 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
806
807         * gnus.el (gnus-other-frame): Trivial fix.
808
809 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
810
811         * gnus.el (gnus-other-frame-parameters): New user option.
812         (gnus-other-frame-object): New variable.
813         (gnus-other-frame): Make it search for existing Gnus frame; don't
814         read new news; delete frame on exit.
815
816         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
817
818         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
819
820 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
821         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
822
823         * message.el (message-set-auto-save-file-name): Add support for
824         the Cygwin Emacs; the system-type is `cygwin'.
825         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
826
827 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
828
829         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
830
831         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
832         avoid arithmetic errors.
833
834 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
835
836         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
837
838 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
839
840         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
841         (message-ignored-resent-headers): Add envelope From.
842
843 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
844
845         * gnus.el (gnus-summary-line-format): Document %k specifier.
846
847 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
848
849         * gnus-sum.el (gnus-summary-line-message-size): New function.
850         (gnus-summary-line-format-alist): Use it.
851
852 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
853
854         * gnus-art.el (article-make-date-line): Refer to the value for
855         `gnus-article-time-format' in the summary buffer.
856
857         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
858
859 2002-08-14  Simon Josefsson  <jas@extundo.com>
860
861         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
862         quoting.
863         (gnus-button-alist): Fix doc.
864         (gnus-header-button-alist): Use ' not ` for default value quoting.
865         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
866         rationale similar to 2002-05-01 change.
867         (gnus-article-add-buttons-to-head): Evaluate expression.
868
869         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
870
871 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
872
873         * message.el (message-font-lock-keywords): Refer to the value for
874         `message-cite-prefix-regexp' dynamically.
875
876 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
877
878         * gnus-art.el (gnus-decode-header-methods): Doc fix.
879
880 2002-08-12  Simon Josefsson  <jas@extundo.com>
881
882         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
883         (imap-shell-open): Skip initial junk before IMAP greeting.
884
885 2002-08-11  Simon Josefsson  <jas@extundo.com>
886
887         * message-utils.el (message-xpost-default,
888         message-xpost-fup2-header, message-xpost-fup2): Fixed
889         Typos.  Trivial changes from Reiner Steib
890         <4uce.02.r.steib@gmx.net>.
891
892 2002-08-09  Simon Josefsson  <jas@extundo.com>
893
894         * message.el (message-canlock-password): Set
895         canlock-password-for-verify to newly generated canlock-password.
896         When Emacs is restarted, Custom makes sure this is set, but during
897         the same session we must set it manually.
898
899 2002-08-07  Jesper harder  <harder@ifa.au.dk>
900
901         * yenc.el: New file.
902
903         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
904         (mm-uu-type-alist): Add yenc.
905         (mm-uu-yenc-filename): New function.
906         (mm-uu-yenc-extract): New function.
907
908         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
909
910 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
911
912         * dgnushack.el (merge): Don't use coerce.
913
914 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
915
916         * mailcap.el (mailcap-mime-data): Test window-system rather than
917         mm-device-type.
918         (mailcap-mime-data): Call xdvi and gv with "-safer".
919
920         * mm-util.el: Don't define mm-device-type.
921
922 2002-08-05  Simon Josefsson  <jas@extundo.com>
923
924         * mm-util.el (mm-coding-system-priorities): coding-system type not
925         supported everywhere.
926
927 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
928
929         * gnus.el (gnus-version-number): Bumped version number.
930
931 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
932
933         * gnus.el: Oort Gnus v0.07 is released.
934
935 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
936
937         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
938         (gnus-article-sort-functions): Doc fix.
939         (t): New keystroke.
940         (gnus-article-sort-by-random): New function.
941         (gnus-thread-sort-by-random): New function.
942
943 2002-08-02  Simon Josefsson  <jas@extundo.com>
944
945         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
946         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
947
948 2002-07-31  Danny Siu  <dsiu@adobe.com>
949
950         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
951         when splitting malformed messages without message-id
952
953 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
954         From Niklas Morberg <niklas.morberg@axis.com>.
955
956         * nnweb.el (nnweb-type, nnweb-type-definition)
957         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
958         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
959         functionality.
960         * nnweb.el: Removed old non-functioning search engines.
961
962 2002-07-27  Simon Josefsson  <jas@extundo.com>
963
964         * message.el (message-forward-make-body): Don't use
965         `message-forward-ignored-headers' when doing a "raw" followup (it
966         is important to preserve e.g. CTE).
967
968         * flow-fill.el (fill-flowed): Disable filladapt-mode.
969
970         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
971         regexp-quote, Cyrus Sieve is fixed.
972
973         * sieve-manage.el (sieve-manage-deletescript): New function.
974
975         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
976         (sieve-manage-mode): Fix menubar.
977         (sieve-activate): Change some messages.
978         (sieve-deactivate-all): New function.
979         (sieve-deactivate): New alias.
980         (sieve-remove): New function.
981         (sieve-help): Fix help.
982         All suggested by Ned Ludd.
983
984 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
985
986         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
987         (mm-w3m-safe-url-regexp): New user option.
988
989         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
990         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
991
992 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
993
994         * gnus-sum.el (gnus-summary-delete-article): Force
995         nnmail-expiry-target to 'delete, so that absolute deletion
996         happens when absolute deletion is requested.
997
998 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
999         From Nevin Kapur <nevin@jhu.edu>.
1000
1001         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
1002         headers as empty headers.
1003
1004 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1005         From Jochen Hein <jochen@jochen.org>.
1006
1007         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
1008         correct typo.
1009         (gnus-emphasis-strikethru): New face.
1010
1011 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1012         From Jason Merrill <jason@redhat.com>.
1013
1014         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
1015         entire file for each of a sequence of missing articles.
1016
1017         * gnus-salt.el (gnus-binary-display-article): Respect an existing
1018         value for gnus-view-pseudos.
1019
1020         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
1021         avoid nreverse.
1022
1023 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1024         From Ted Zlatanov <teodor.zlatanov@divine.com>.
1025
1026         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
1027         (gnus-summary-mode-line-format-alist): Add %h for number of
1028         spams.
1029         (gnus-newsgroup-spam-marked): New variable.
1030         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
1031         (gnus-article-read-p, gnus-article-mark)
1032         (gnus-set-global-variables, gnus-set-global-variables)
1033         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
1034         (gnus-summary-mark-article-as-unread)
1035         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
1036         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
1037         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
1038
1039 2002-07-10  Simon Josefsson  <jas@extundo.com>
1040
1041         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
1042         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
1043
1044 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
1045
1046         * gnus-sum.el (gnus-summary-delete-article): Respect group
1047         parameters while expiring.
1048
1049 2002-07-08  Simon Josefsson  <jas@extundo.com>
1050
1051         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
1052         Enberg.
1053
1054 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1055
1056         * gnus-art.el (article-unsplit-urls): Only display MIME when this
1057         function is called interactively.  From Niklas Morberg.
1058
1059 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1060
1061         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
1062         cdaar to cdar and car.
1063
1064         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
1065         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
1066
1067 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1068
1069         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
1070         don't break a narrowed article.
1071
1072         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
1073         (nntp-open-via-rlogin-and-telnet): Ditto.
1074
1075 2002-07-02  Didier Verna  <didier@xemacs.org>
1076
1077         * nnmail.el (nnmail-split-methods): fix custom type.
1078
1079 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1080
1081         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
1082         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
1083
1084 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1085
1086         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
1087         (gnus-summary-resend-message): Use it.
1088
1089 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1090
1091         * nntp.el (nntp-via-rlogin-command-switches): New variable.
1092         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
1093
1094 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1095
1096         * message.el (message-font-lock-keywords): Don't fontify
1097         headers in the message body, only in the header.
1098         (message-font-lock-make-header-matcher): New function, used by
1099         message-font-lock-keywords.
1100         From Katsumi Yamaoka <yamaoka@jpl.org>.
1101
1102 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1103
1104         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
1105
1106 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1107
1108         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
1109
1110 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1111
1112         * message.el (message-font-lock-keywords): Revert 2002-06-22
1113         change.
1114
1115 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1116
1117         * message.el (message-font-lock-keywords): Put colon in header
1118         name match.
1119
1120 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1121
1122         * message.el (message-font-lock-keywords): Don't use header faces
1123         in the body.  Thanks to Stefan Monnier for the hint on the
1124         implementation.
1125
1126 2002-05-09  Miles Bader  <miles@gnu.org>
1127
1128         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
1129         (gnus-article-hide-citation): Respect it.
1130
1131 2002-04-12  Juanma Barranquero  <lektu@terra.es>
1132
1133         * pop3.el (pop3-open-server): Fix typo.
1134
1135 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
1136
1137         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
1138         instead of push to ignore duplicate to-(list|address) values.
1139         * nnmail.el (nnmail-cache-ignore-groups): New.
1140         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
1141
1142 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1143
1144         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
1145         before sending.  Suggested by Jan Rychter.
1146
1147 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1148
1149         * dgnushack.el (remove): New compiler macro.
1150         (last, coerce, subseq): Remove compiler macros for those built-in
1151         or unused functions.
1152
1153 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1154
1155         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
1156         sure to write byte-compiled versions of gnus-*-format-alist to
1157         .newsrc.eld.  From Simon Josefsson.
1158
1159 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1160
1161         * gnus-agent.el (gnus-agent-read-servers)
1162         (gnus-agent-write-servers): Put server name (string like
1163         "nnchoke:frumple") in the file instead of a server specification
1164         (Lisp expression like (nnchoke "frumple" ...parameters...)).
1165         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
1166
1167 2002-06-16  Simon Josefsson  <jas@extundo.com>
1168
1169         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
1170         Reiner Steib <4uce.02.r.steib@gmx.net>.
1171
1172 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1173
1174         * nnheader.el (nnheader-file-name-translation-alist): Set the
1175         default value for MS Windows systems.
1176
1177         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
1178
1179 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1180
1181         * message.el (message-beginning-of-line): Keep the region active
1182         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
1183
1184 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
1185
1186         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
1187         * gnus-msg.el (gnus-summary-reply): Ditto.
1188         * gnus-msg.el (gnus-summary-handle-replysign): New.
1189
1190 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1191
1192         * message.el (message-send-mail-with-sendmail): Kill errbuf even
1193         if sending failed.
1194
1195 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
1196
1197         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
1198         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
1199         to sign while encrypting.
1200
1201 2002-06-11  Simon Josefsson  <jas@extundo.com>
1202
1203         * gnus-int.el (gnus-request-move-article): Agent expire article if
1204         successfuly moved.
1205
1206         * nnweb.el (nnweb-google-create-mapping): Honors the value of
1207         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
1208
1209 2002-06-10  Simon Josefsson  <jas@extundo.com>
1210
1211         * gnus-int.el (gnus-request-expire-articles): Fix last change?
1212
1213 2002-06-09  Simon Josefsson  <jas@extundo.com>
1214
1215         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
1216
1217         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
1218
1219 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1220
1221         * flow-fill.el (fill-flowed): Ignore errors.
1222
1223 2002-06-06  Simon Josefsson  <jas@extundo.com>
1224
1225         * message.el (message-send-mail-with-sendmail): Improve error message.
1226
1227 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1228
1229         * message.el (message-interactive): Change default from nil to t.
1230         Better to be safe than to be fast.
1231
1232 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1233
1234         * message.el (message-send-mail-with-sendmail): Check return value
1235         from call-process-region.
1236
1237 2002-06-04  Simon Josefsson  <jas@extundo.com>
1238
1239         * gnus-msg.el (gnus-group-mail, gnus-group-news)
1240         (gnus-group-post-news, gnus-summary-mail-other-window)
1241         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
1242         gnus-article-copy to nil, thereby inhibiting the `header' posting
1243         style match to use data from last viewed article.
1244         Suggested by Hrvoje Niksic.
1245
1246 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1247
1248         * spam.el (spam-point-at-eol): New alias.
1249         (spam-parse-whitelist): Use it.
1250
1251 2002-06-03  Simon Josefsson  <jas@extundo.com>
1252
1253         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
1254         (nnmail-article-group): Use it.
1255
1256 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1257
1258         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
1259         so that code reading them won't be surprised.  From Jesper Harder
1260         <harder@ifa.au.dk>.
1261
1262 2002-05-29  Simon Josefsson  <jas@extundo.com>
1263
1264         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
1265         articles.
1266
1267         * gnus.el (gnus-agent-cache): Doc fix.
1268         (gnus-agent): Change default to t.
1269
1270         * gnus-agent.el (gnus-agent-expire): Make it accept optional
1271         ARTICLES, GROUP and FORCE parameters.
1272
1273 2002-05-28  Simon Josefsson  <jas@extundo.com>
1274
1275         * gnus-group.el (gnus-group-line-format): Doc fix.
1276
1277 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1278
1279         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
1280         original article before yanking.  From Jesper Harder
1281         <harder@ifa.au.dk>.
1282
1283 2002-05-26  Simon Josefsson  <jas@extundo.com>
1284
1285         * gnus-sum.el (gnus-summary-menu-split): New function.
1286         (gnus-summary-make-menu-bar): Split charset submenu.
1287         (gnus-summary-menu-maxlen): New variable.
1288         (gnus-summary-menu-split): Use it.
1289
1290 2002-05-25  Simon Josefsson  <jas@extundo.com>
1291
1292         * mml.el (mml-preview): Generate some headers.
1293
1294         * gnus.el (gnus-large-newsgroup): Fix :type.
1295
1296         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
1297         Agent cache NOV's by default now).
1298         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
1299
1300 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
1301
1302         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
1303         call to gnus-parent-id when we check for References loops.
1304         (gnus-summary-prepare-threads): Avoid simplifying every Subject
1305         twice by saving the simplified subject string in simp-subject.
1306
1307 2002-05-23  Simon Josefsson  <jas@extundo.com>
1308
1309         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
1310         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
1311
1312         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
1313         Niklas Morberg <niklas.morberg@axis.com>.
1314
1315 2002-05-22  Simon Josefsson  <jas@extundo.com>
1316
1317         * sieve.el (sieve-change-region): Define it before it is used.
1318
1319         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
1320         (gnus-summary-reply): Ask for confirmation when replying to news.
1321         Defaults to not ask.  From Benjamin Rutt
1322         <rutt+news@cis.ohio-state.edu>.
1323
1324         * nnimap.el (nnimap-nov-is-evil): Improve doc.
1325
1326 2002-05-21  Simon Josefsson  <jas@extundo.com>
1327
1328         * sieve-mode.el (sieve-manage): Fix autoloads.
1329
1330         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
1331         name (makes it work with recent Cyrus timsieved).
1332
1333 2002-05-20  Jason  <jbaker@cs.utah.edu>
1334
1335         * gnus-art.el (gnus-request-article-this-buffer): Try
1336         reconnecting if you don't get the message.
1337
1338 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1339
1340         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
1341         Reply-To headers from the headers.
1342
1343 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1344
1345         * mm-url.el (mm-url-insert): Remove junk message.
1346
1347 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1348
1349         * nnslashdot.el (nnslashdot-request-list): Parse new html.
1350         (nnslashdot-use-front-page): New variable.
1351         (nnslashdot-request-list): Use it.
1352
1353         * mm-url.el (mm-url-timeout): New variable.
1354         (mm-url-retries): Ditto.
1355         (mm-url-insert): Use it.
1356
1357 2002-05-16  Simon Josefsson  <jas@extundo.com>
1358
1359         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
1360         (gnus-simplify-subject-functions): Mention g-s-a-w.
1361
1362 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
1363
1364         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
1365         nnmail-cache-insert.
1366         * nndiary.el (nndiary-request-accept-article): Ditto.
1367         * nnfolder.el (nnfolder-request-accept-article): Ditto.
1368         * nnimap.el (nnimap-request-accept-article): Ditto.
1369         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
1370         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
1371         * nnmbox.el (nnmbox-request-accept-article): Ditto.
1372         * nnmh.el (nnmh-request-accept-article): Ditto.
1373         * nnmail.el (nnmail-cache-insert): Change group to required,
1374         removed code which tried to figure out the group.
1375
1376 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
1377
1378         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
1379         messages. From Hans de Graaff <hans@degraaff.org>.
1380         * nnml.el (nnml-request-accept-article): Pass in the group name to
1381         nnmail-cache-insert, since it's available.
1382
1383 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
1384
1385         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
1386
1387 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1388         From Florian Weimer <fw@deneb.enyo.de>.
1389
1390         * gnus.el (subscribed): New group parameter.
1391         (gnus-find-subscribed-addresses): Use it.
1392
1393 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
1394
1395         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
1396         the default for pgpmime to support pgp v2.
1397         * mml-sec.el (mml-signencrypt-style): New accessor function to
1398         allow users to get/set the signencrypt style more easily without
1399         frobbing the alist directly.
1400         * mml.el (mml-generate-mime-1): Use accessor function.
1401
1402 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1403
1404         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
1405         parenthesis for "<" and ">".  Suggested by Andreas Schwab
1406         <schwab@suse.de>.
1407
1408 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1409
1410         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
1411         when intuiting the group the message is written to.  From Josh
1412         Huber <huber@alum.wpi.edu>.
1413
1414 2002-05-06  Simon Josefsson  <jas@extundo.com>
1415
1416         * gnus-topic.el (gnus-group-topic-parameters): Work when group
1417         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
1418
1419 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
1420
1421         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
1422         argument, and fixed compiler warning. (added autoload for
1423         gpg-encrypt).
1424
1425 2002-05-04  Simon Josefsson  <jas@extundo.com>
1426
1427         * mml1991.el (mml1991-function-alist): Doc fix.
1428
1429         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
1430         doesn't exist (for previewing messages without having Gnus
1431         started).
1432
1433         * mm-util.el (mm-coding-system-priorities): Defcustom.
1434
1435         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
1436
1437 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
1438
1439         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
1440         default.
1441         * mml-sec.el:
1442         * mml-sec.el (mml-signencrypt-style): New.
1443         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
1444         argument `sign'.
1445         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
1446         signencrypt.
1447         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
1448         * mml.el (mml-generate-mime-1): Changed logic so a part which is
1449         both signed & encryped is processed in one operation. (rather than
1450         two separate ops: sign, then encrypt)
1451         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
1452         indication if a message is signed by an expired key.
1453         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
1454         enables combined sign & encrypt operation. (this was always on
1455         before).
1456         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
1457
1458 2002-05-01  Simon Josefsson  <jas@extundo.com>
1459
1460         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
1461         server.
1462         (nnimap-mailbox-info): defvar instead of defvoo.
1463
1464 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1465
1466         * gnus.el: Oort Gnus v0.06 is released.
1467
1468 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1469
1470         * lpath.el: Bind url-package-version.
1471
1472 2002-05-01  Simon Josefsson  <jas@extundo.com>
1473
1474         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
1475         filename before deleting the group itself, because the presence of
1476         a group filename decides if long filenames are used or not.
1477
1478         * gnus-art.el (gnus-button-alist): Don't inline
1479         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
1480         without also modifying g-button-alist.
1481         (gnus-button-alist): Fix type to allow variable as well as regexp.
1482         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
1483         themselves, variables to its contents.
1484         (gnus-button-entry): Ditto.
1485
1486 2002-05-01  Simon Josefsson  <jas@extundo.com>
1487
1488         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
1489         UIDNEXT as a string.
1490
1491         * nnimap.el (nnimap-string-lessp-numerical): New function.
1492         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
1493         integers.
1494
1495 2002-04-29  Simon Josefsson  <jas@extundo.com>
1496
1497         * nnmail.el (nnmail-cache-insert): Accept optional group
1498         parameter.
1499
1500         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
1501         n-r-g-a is disabled.
1502
1503 2002-04-29  Simon Josefsson  <jas@extundo.com>
1504
1505         * nnimap.el (nnimap-split-fancy): Fix doc.
1506         (nnimap-split-fancy): Fix doc.
1507
1508         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
1509         (nnimap-mailbox-info): New internal variable.
1510         (nnimap-retrieve-groups): Implement faster new mail check.
1511
1512         * nnimap.el (nnimap-split-articles): Support
1513         nnmail-cache-accepted-message-ids.
1514         (nnimap-request-accept-article): Ditto.
1515
1516         * imap.el (imap-mailbox-status-asynch): New command.
1517
1518 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
1519
1520         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
1521         are no subscribed mail groups.
1522         - Strip quoted names when comparing addresses
1523
1524 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
1525
1526         * mm-decode.el (mm-text-html-renderer): Change customize type to
1527         const.
1528
1529         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
1530         (gnus-debug-exclude-variables): do.
1531
1532 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1533
1534         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
1535         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
1536
1537 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1538
1539         * dns.el (dns-make-network-process): New macro.
1540         (query-dns): Use it.
1541
1542 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1543
1544         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
1545         article-buffer.
1546
1547         * mm-url.el (mm-url-package-name): New variable.
1548         (mm-url-package-version): New variable.
1549         (mm-url-insert-file-contents): Bind url-package-name and
1550         url-package-version here.
1551         * nnrss.el (nnrss-insert-w3): Move the bindings.
1552
1553         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
1554         url-package-version. Trivial change from Andrew J Cosgriff
1555         <ajc@polydistortion.net>
1556
1557         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
1558         attachments. Trivial change from Peter 'Luna' Runestig
1559         <peter@runestig.com>.
1560
1561 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
1562
1563         * nnkiboze.el (nnkiboze-request-scan): Call
1564         nnkiboze-possibly-change-group.
1565         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
1566         problems.
1567         (nnkiboze-generate-group): Set newsrc to the *highest* article
1568         number kibozed, not the lowest.
1569
1570 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
1571
1572         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
1573
1574 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1575         From Dan Christensen <jdc+news@uwo.ca>.
1576
1577         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
1578         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
1579         Recognize math postings.  Extract Date (now ignores "(15kb)").
1580         Extract email address using gnus-extract-address-components
1581         instead of just taking the first word.  Create Date and From
1582         headers for message which are missing these headers.  Get rid
1583         of spurious \\ lines (purely cosmetic).  Extend body-end and
1584         file-end regexps, to exclude more garbage from the message.
1585         Make URL rephrasing regexp more flexible, to match current
1586         format.
1587
1588 2002-04-23  Simon Josefsson  <jas@extundo.com>
1589
1590         * netrc.el: New file, functions copied from gnus-util.el by Ted
1591         Zlatanov <tzz@lifelogs.com>.
1592
1593         * gnus-util.el: Require netrc.
1594         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
1595         new code in netrc.el.
1596
1597 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1598
1599         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
1600         message-ignored-resent-headers, too.  From Matthieu Moy
1601         <Matthieu.Moy@imag.fr>.
1602
1603 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1604
1605         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
1606         boolean not a string
1607         * gnus-group.el (gnus-group-line-format): add description of %C
1608         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
1609           as %C
1610         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
1611
1612 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
1613
1614         * nnmaildir.el (nnmaildir-request-scan): typo: set
1615         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
1616         nnmail-get-new-mail for 'find-new-groups.
1617
1618 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
1619
1620         * nnmaildir.el (nnmaildir-request-update-info,
1621         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
1622         unnecessary calls to nnmaildir-request-scan.
1623
1624 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
1625
1626         * gnus-msg.el:
1627         * gnus-msg.el (gnus-message-replysign): New.
1628         * gnus-msg.el (gnus-message-replyencrypt): New.
1629         * gnus-msg.el (gnus-message-replysignencrypted): New.
1630         * gnus-msg.el (gnus-summary-reply): Use the three new variables
1631         (above) to automatically encrypt/sign to encrypted/signed
1632         messages.
1633         * message.el:
1634         * message.el (message-mode-map): Add keybinding for
1635         `message-to-list-only'
1636         * message.el (message-mode): Add description for
1637         `message-to-list-only'
1638         * message.el (message-to-list-only): New.
1639         * message.el (message-make-mft): Changed to use the cl loop macro,
1640         and added optional flag to return only the matched list. (for use
1641         in new message-to-list-only function)
1642
1643 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
1644
1645         * gnus-msg.el:
1646         * gnus-msg.el (gnus-message-replysign):
1647         * gnus-msg.el (gnus-replysign): New.
1648         * gnus-msg.el (gnus-replyencrypt): New.
1649         * gnus-msg.el (gnus-replysignencrypted): New.
1650         * gnus-msg.el (gnus-summary-reply):
1651         * message.el:
1652         * message.el (message-mode-map):
1653         * message.el (message-mode):
1654         * message.el (message-to-list-only): New.
1655         * message.el (message-make-mft):
1656
1657 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
1658
1659         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
1660
1661 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
1662
1663         * message.el (message-gen-unsubscribed-mft): accept a prefix
1664         argument so CC can be included with C-u C-c C-f C-a
1665
1666 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1667         From Ted Zlatanov <teodor.zlatanov@divine.com>.
1668
1669         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
1670         Improve docstring.
1671         (spam-enter-blacklist): New command.
1672
1673         * gnus-sum.el (gnus-spam-mark): New mark.
1674         (gnus-auto-expirable-marks): Add gnus-spam-mark.
1675         (gnus-summary-make-tool-bar): Correct conditional.
1676         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
1677         (gnus-summary-mark-as-spam): New command.
1678
1679 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
1680
1681         * mml-sec.el (mml-secure-message): changed to support arbritrary
1682         modes.
1683         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
1684         changed to support "signencrypt" mode.
1685         * mml.el (mml-parse-1): changed to support different secure modes
1686         more easily. (for signencrypt)
1687
1688 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
1689
1690         * gnus-sum.el (gnus-update-summary-mark-positions)
1691         (gnus-summary-toggle-header):
1692         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
1693         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
1694         (gnus-uu-post-encoded):
1695         * nnfolder.el (nnfolder-possibly-change-group):
1696         * nnimap.el (nnimap-retrieve-headers):
1697         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
1698
1699 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
1700
1701         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
1702         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
1703
1704 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1705
1706         * gnus-srvr.el (gnus-server-set-info): Clear
1707         `gnus-server-method-cache' when `gnus-server-alist' is changed.
1708         From Daiki Ueno <ueno@unixuser.org>.
1709
1710 2002-04-11  Simon Josefsson  <jas@extundo.com>
1711
1712         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
1713         viewing of security buttons.  Thanks to Nicolas Kowalski
1714         <Nicolas.Kowalski@imag.fr>.
1715
1716         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
1717         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
1718         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
1719         <Nicolas.Kowalski@imag.fr>.
1720         (smime-decrypt-buffer): Ditto.
1721
1722 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1723
1724         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
1725         header line.
1726
1727 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
1728
1729         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
1730
1731 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1732
1733         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
1734
1735 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1736
1737         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
1738         errors when debug.
1739
1740 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
1741
1742         * message.el (message-make-mft): Changed MFT code from using
1743         message-recipients (which included Bcc) to use only the To and CC
1744         headers.
1745
1746 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
1747
1748         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
1749         add link.
1750         (gnus-treat-mail-picon): Ditto.
1751         (gnus-treat-newsgroups-picon): Ditto.
1752         (gnus-picon-databases): Fix custom type.
1753         (gnus-picon-databases): Add link.
1754         (gnus-article-x-face-command): Add to gnus-picon group.
1755
1756 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
1757
1758         * message.el (message-buffer-naming-style): Remove.
1759
1760 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
1761
1762         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
1763
1764         * message.el (message-tool-bar-map): Ditto.
1765
1766         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1767
1768 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1769
1770         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
1771
1772 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
1773
1774         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
1775
1776 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
1777
1778         * dns.el: open-network-stream under XEmacs does udp.
1779
1780 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
1781
1782         * spam.el (spam-enter-whitelist): New function.
1783         (spam-parse-whitelist): Ditto.
1784         (spam-refresh-list-cache): Ditto.
1785         (spam-address-whitelisted-p): New function.
1786
1787         * dns.el (query-dns): Use TCP when make-network-process isn't
1788         available.
1789         (dns-servers): New variable.
1790         (dns-parse-resolv-conf): New function.
1791         (query-dns): Use it.
1792
1793         * spam.el: New file.
1794
1795         * dns.el (query-dns): Test.
1796
1797 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1798
1799         * lpath.el (featurep): Bind make-network-process.
1800
1801 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
1802
1803         * nnmaildir.el: Use defstruct.  Use a single copy of
1804         nnmail-extra-headers to save memory.  Store server's group name
1805         prefix instead of each group's prefixed name.
1806         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
1807         nntp-server-buffer.
1808
1809 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1810
1811         * dns.el: New file.
1812
1813 2002-03-28  Simon Josefsson  <jas@extundo.com>
1814
1815         * gnus-sum.el (gnus-summary-dummy-line-format):
1816         * gnus.el (gnus-summary-line-format): Fixing links to Info.
1817         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
1818
1819 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1820
1821         * gnus-sum.el (gnus-summary-move-article)
1822         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
1823         the doc string.
1824
1825 2002-03-28  Simon Josefsson  <jas@extundo.com>
1826
1827         * mml-sec.el (mml-secure-message): Search after
1828         mail-header-separator from top of message.
1829
1830 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
1831
1832         * nnmaildir.el: Cosmetic changes.
1833         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
1834         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
1835         nnmaildir--group-ls): New macros/functions.  Use them.
1836         (nnmaildir--unlink): Evalutate argument only once.
1837
1838 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
1839
1840         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
1841         symbols.
1842         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
1843         `gnus-point-at-eol'.
1844
1845 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
1846
1847         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
1848         nnmaildir--marks-dir): New macros.  Use them.
1849         Use inhibit-quit for atomicity instead of in-memory journaling.
1850         (nnmaildir--edit-prep): New function.
1851         (Local Variables): Use it.
1852
1853 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
1854
1855         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
1856
1857 2002-03-25  Simon Josefsson  <jas@extundo.com>
1858
1859         * message.el (message-mode): Fix doc.
1860
1861 2002-03-25  Simon Josefsson  <jas@extundo.com>
1862
1863         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
1864         Matthieu Moy <Matthieu.Moy@imag.fr>.
1865
1866 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
1867
1868         * mml-sec.el (mml-unsecure-message): Add docstring.
1869
1870 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
1871
1872         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
1873         value.
1874         Trivial change from andre@slamdunknetworks.com
1875
1876 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
1877
1878         * mml.el (mml-mode-map): Added a keybinding for
1879         `mml-unsecure-message'.  Also, added a menu entry for said
1880         function in the Attachments menu.
1881
1882 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1883
1884         * canlock.el (canlock-version): Remove.
1885         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
1886         here; simplify \x insertions.
1887         (canlock-sha1): New function, always return a unibyte string.
1888         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
1889         of a password.
1890         (canlock-insert-header): Use `canlock-sha1'.
1891         (canlock-verify): Ditto.
1892
1893 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
1894
1895         * message.el (message-fix-before-sending): Add an option that
1896         ignores illegible text.
1897         Trivial change from Mark Milhollan <mlm@attglobal.net>
1898
1899         * message.el (message-font-lock-keywords): Support multi-line MML
1900         tags.
1901
1902         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
1903         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
1904
1905 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1906
1907         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
1908         symbols for "View as different encoding" submenu.
1909
1910 2002-03-19  Simon Josefsson  <jas@extundo.com>
1911
1912         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
1913         encoding" submenu.
1914
1915 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
1916
1917         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
1918
1919 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1920
1921         * gnus-sum.el (gnus-sum-thread-tree-root)
1922         (gnus-sum-thread-tree-single-indent)
1923         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
1924         (gnus-sum-thread-tree-leaf-with-other)
1925         (gnus-sum-thread-tree-single-leaf): Make customizable.
1926
1927 2002-03-16  Simon Josefsson  <jas@extundo.com>
1928
1929         * gnus-util.el (gnus-extract-address-components): Don't break on
1930         names such as James "Kibo" Parry.  From Francis Litterio
1931         <franl@world.std.com>.
1932
1933 2002-03-13  Simon Josefsson  <jas@extundo.com>
1934
1935         * pop3.el (pop3-open-server): Revert multibyte change.  From
1936         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
1937
1938         * message.el (message-send-mail-with-qmail): Make it work.  From
1939         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
1940
1941 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
1942
1943         * message.el (message-make-mft): Set case-fold-search while
1944         generating the MFT.  Also, a little cleanup in the MFT code.
1945
1946 2002-03-12  Simon Josefsson  <jas@extundo.com>
1947
1948         * message.el (message-qmail-inject-args): May be function.
1949         (message-send-mail-with-qmail): Call function if m-q-i-a is
1950         function.  From fn@hungry.org (Faried Nawaz).
1951
1952 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
1953
1954         * message.el (message-abbrevs-loaded): Remove.
1955         (mailabbrev): Require it.
1956
1957         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
1958
1959 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1960
1961         * pop3.el (pop3-open-server): Set process buffer unibyte.
1962
1963 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1964
1965         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
1966
1967 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
1968
1969         * nnslashdot.el (nnslashdot-request-article): Remove javascript
1970         too.
1971
1972 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
1973
1974         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
1975         duplication.
1976         (gnus-summary-save-parts-type-history): Ditto.
1977         (gnus-summary-save-parts-last-directory): Ditto.
1978         Trivial change from andre@slamdunknetworks.com
1979
1980 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
1981
1982         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
1983
1984 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1985
1986         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
1987         -->" as the end of the first article.
1988
1989         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
1990         From Matthieu Moy <Matthieu.Moy@imag.fr>
1991
1992         * message.el (message-add-action): Use add-to-list.
1993         (message-delete-action): New function.
1994
1995         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
1996         pieces.
1997
1998 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
1999
2000         * nnnil.el: New file.
2001         * gnus.el (gnus-valid-select-methods): Include nnnil.
2002
2003 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
2004
2005         * message.el (message-syntax-checks): Because canlock is
2006         supported, we disable sender syntax check.
2007         (message-shoot-gnksa-feet): Add cancel-messages option doc.
2008
2009         * gnus-draft.el (gnus-draft-send): If interactive, use its default
2010         value of message-syntax-checks.
2011
2012         * qp.el (quoted-printable-decode-region): Doc addition.
2013         From: Eli Zaretskii <eliz@is.elta.co.il>
2014
2015         * mail-source.el (make-source-make-complex-temp-name): Use
2016         make-temp-file.
2017
2018         * mm-util.el (mm-make-temp-file): New function.
2019         * nneething.el (nneething-file-name): Use it.
2020         * mml-smime.el (mml-smime-encrypt): Ditto.
2021         * mm-view.el (mm-inline-wash-with-file): Ditto.
2022         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
2023         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
2024         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
2025         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
2026         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
2027         * gnus-art.el (gnus-mime-print-part): Ditto.
2028
2029 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2030
2031         * message.el (nnmaildir-article-number-to-base-name): New
2032         function.
2033         (nnmaildir-base-name-to-article-number): New function.
2034
2035 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2036
2037         * smime.el (smime-make-temp-file): Don't quote
2038         `temporary-file-directory'.
2039
2040 2002-03-04  Simon Josefsson  <jas@extundo.com>
2041
2042         * smime.el (smime-sign-region): Rename argument keyfiles to
2043         keyfile. You only sign something with one key.
2044         (smime-sign-buffer): Better completing-read prompt.
2045         (smime-decrypt-buffer): Ditto.
2046
2047         * smime.el (smime-make-temp-file): Make it work under XEmacs.
2048
2049         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
2050         completing-read.
2051         (mm-view-pkcs7-decrypt): CRLF->LF.
2052
2053 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2054
2055         * message.el (message-hierarchical-addresses): New variable.
2056         (message-get-reply-headers): Use it.
2057         From Ted Zlatanov <teodor.zlatanov@divine.com>
2058
2059 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
2060
2061         * message.el (message-mode): If buffer-file-name, don't set auto
2062         save file name.
2063         Trivial change from Geoff Greene <ggreene@wpi.edu>
2064
2065 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2066
2067         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
2068         takes one argument in read-char.
2069
2070         * message.el (message-fix-before-sending): Forward a char.
2071         Check mmu-multibyte-p, add control-1.
2072
2073 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2074
2075         * gnus-start.el (gnus-read-init-file): Ditto.
2076
2077         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
2078
2079         * dgnushack.el (dgnushack-make-load): Ditto.
2080
2081         * mail-source.el (mail-source-fetch): Extract the right error
2082         code.
2083
2084         * message.el (message-fix-before-sending): Check illegible text.
2085
2086         * gnus-util.el (gnus-multiple-choice): New function.
2087
2088         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
2089         also defined in gnus-score.el.
2090
2091 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
2092
2093         * message.el (message-get-reply-headers): downcase email addresses
2094         for comaparisons for duplicate removal.
2095
2096 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2097
2098         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
2099         implementation of PKCS#7, which just allows users read the
2100         message.
2101         (mm-view-pkcs7): Use it.
2102
2103 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2104
2105         * gnus.el (large-newsgroup-initial): New parameter.
2106
2107         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
2108         (gnus-summary-insert-old-articles): Ditto.
2109
2110 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2111
2112         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
2113         used as the default answer of the question, "How many articles?".
2114         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2115
2116         * nnagent.el (nnagent-retrieve-headers): Remove articles with
2117         small numbers.
2118
2119 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2120
2121         * deuglify.el: Fix comments.
2122
2123 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
2124
2125         * html2text.el (html2text-clean-anchor): If there is no HREF,
2126         insert nothing.
2127
2128         * mml.el (mml-generate-mime-1): Add cdr.
2129         From: andre@slamdunknetworks.com
2130
2131         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
2132         (mm-text-html-washer-alist): Ditto.
2133
2134         * mm-decode.el (mm-text-html-renderer): Add html2text.
2135
2136         * html2text.el: Face lift.
2137
2138         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
2139
2140 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
2141
2142         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
2143
2144         * deuglify.el: Change copy right. Add autoload. Add coding-system.
2145
2146         * deuglify.el: New file. The original file name is
2147         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
2148
2149         * mm-decode.el (mm-display-external): Use
2150         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
2151
2152 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
2153
2154         * nnmaildir.el (nnmaildir-request-list): Report the highest
2155         article number, not the total number of articles.
2156
2157 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2158
2159         * gnus-sum.el: Move uu key map here.
2160         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
2161
2162 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
2163
2164         * nnmaildir.el (nnmaildir-request-expire-articles): Use
2165         nnmail-expiry-wait* if expire-age parameter is not set.
2166
2167 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2168
2169         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
2170         function.
2171         (gnus-group-sort-selected-groups-by-real-name): New function.
2172         (gnus-group-make-menu-bar): Add sort by real name.
2173
2174         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
2175         rebuild.
2176         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
2177         nil as dependencies as well.
2178
2179 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2180
2181         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
2182         for mime-parts.
2183
2184         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
2185
2186         * gnus-group.el (gnus-group-name-decode): Don't test
2187         multibyte-string, because it breaks XEmacs.
2188         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
2189
2190         * message.el (message-send-mail): Be talkative.
2191
2192         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
2193         (mm-automatic-display): Ditto.
2194
2195         * mailcap.el (mailcap-mime-data): Ditto.
2196         From: Reiner Steib <4uce.02.r.steib@gmx.net>
2197
2198 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2199
2200         * many files: Remove trailing whitespaces, replace spc+tab with
2201         tab, replace leading whitespaces with tabs.
2202
2203 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
2204
2205         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
2206         articles with no body and no blank line after the header.
2207
2208 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2209
2210         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
2211         parts.
2212
2213         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
2214         non-ascii chars.
2215
2216         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2217
2218         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
2219         w3-delay-image-loads.
2220         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
2221         (mm-w3-prepare-buffer): Ditto.
2222
2223         * mail-source.el (mail-source-fetch-directory): Run scripts.
2224
2225 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2226
2227         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
2228         for Majordomo confirmations.
2229
2230 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2231
2232         * gnus-fun.el (gnus-respond-to-confirmation): New command.
2233
2234 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2235
2236         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
2237
2238 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
2239
2240         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
2241         References header field.  From Mark Thomas <mthomas@cmu.edu>.
2242
2243 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2244
2245         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
2246         (mm-inline-render-with-stdin): Ditto.
2247         (mm-inline-render-with-function): Ditto.
2248         (mm-inline-wash-with-file): Bind coding-system-for-write.
2249         (mm-inline-wash-with-stdin): Ditto.
2250
2251 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2252
2253         Suggested by Felix Natter <fnatter@gmx.net>
2254
2255         * gnus-art.el (gnus-mime-view-part-externally): Rename from
2256         gnus-mime-externalize-view.
2257         (gnus-mime-view-part-internally): Rename from
2258         gnus-mime-internalize-view.
2259         (gnus-article-view-part-externally): Rename from
2260         gnus-article-externalize-part.
2261         (gnus-mime-action-alist): Change correspondingly.
2262         (gnus-mime-button-commands): Ditto.
2263         (gnus-mime-action-alist): Remove duplication.
2264
2265         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
2266
2267 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2268
2269         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
2270
2271         * gnus-art.el (gnus-display-mime): Use it.
2272
2273         * mm-partial.el (mm-partial-find-parts): Use it.
2274
2275         * gnus-sum.el (gnus-article-loose-mime): Rename from
2276         gnus-article-no-strict-mime.
2277         (gnus-summary-save-parts): Use it.
2278
2279 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2280
2281         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
2282         local variable.
2283
2284         * gnus-art.el (article-display-x-face): Don't sort multiple
2285         X-Faces.
2286
2287 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2288
2289         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
2290         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
2291
2292         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
2293
2294 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2295
2296         Some ideas is inspired by code from Hrvoje Niksic
2297         <hniksic@arsdigita.com>
2298
2299         * gnus-art.el (gnus-article-wash-function): Set the default to
2300         nil, so that we use mm-text-html-renderer instead.
2301         (article-wash-html): Use mm-text-html-renderer.
2302
2303         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
2304         (mm-text-html-renderer): New variable.
2305         (mm-inline-text-html-renderer): Set the default to nil, so that we
2306         use mm-text-html-renderer instead.
2307
2308         * mm-view.el (mm-inline-text-html): New function.
2309         (mm-text-html-renderer-alist): New variable.
2310         (mm-inline-text-vcard): New function.
2311         (mm-inline-text): Split.
2312         (mm-links-remove-leading-blank): New function.
2313         (mm-inline-render-with-file): New function.
2314         (mm-inline-render-with-stdin): New function.
2315         (mm-inline-render-with-function): New function.
2316         (mm-text-html-washer-alist): New variable.
2317         (mm-inline-wash-with-file): New function.
2318         (mm-inline-wash-with-stdin): New function.
2319
2320 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2321
2322         * message-utils.el: Fix installation doc.
2323         From: Reiner Steib <4uce.02.r.steib@gmx.net>
2324
2325 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2326
2327         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
2328         (gnus-post-method): Use it.
2329         (gnus-summary-cancel-article): Find the correct post-method.
2330
2331         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
2332         * message.el (message-send-news): Ditto.
2333         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
2334         <ipmonger@delamancha.org>
2335
2336         * gnus.el (gnus-select-method): Fix doc.
2337         (gnus-server-string): Use 'using nntp'.
2338
2339         * gnus-agent.el (gnus-slave-unplugged): New command.
2340         From: Felix Natter <fnatter@gmx.net>
2341
2342 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2343
2344         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
2345         Call edit-done-function first, then change the window
2346         configuration.
2347         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
2348         (gnus-article-edit-mode): mml-mode.
2349
2350         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
2351         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
2352
2353         * message-utils.el: Adopt the file.
2354
2355         * message-utils.el: New file.
2356         From Holger Schauer <Holger.Schauer@gmx.de>
2357
2358 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2359
2360         * gnus-sum.el (gnus-summary-move-article): Select-article only
2361         when gnus-move-split-methods is non-nil. And we don't render or
2362         mark the article.
2363
2364         * gnus-fun.el (gnus-shell-command-to-string): New function.
2365         (gnus-shell-command-on-region): New function.
2366         (gnus-random-x-face): Use them.
2367         (gnus-x-face-from-file): Ditto.
2368         (gnus-convert-image-to-gray-x-face): Ditto.
2369         (gnus-convert-gray-x-face-to-xpm): Ditto.
2370         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
2371
2372 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2373
2374         * gnus-art.el (gnus-treat-display-xface): Don't use
2375         `shell-command-to-string' when compiling.
2376         (gnus-treat-display-grey-xface): Ditto.
2377
2378 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
2379
2380         * nnmaildir.el (nnmaildir--article-count): If the group is
2381         completely empty, report minimum article number as 1 instead of 0.
2382
2383 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
2384
2385         * gnus-agent.el (gnus-get-predicate): Use nconc.
2386
2387         * gnus-sum.el (gnus-summary-display-make-predicate): Use
2388         gnus-summary-display-cache as cache.
2389
2390         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
2391         (nndoc-mail-in-mail-type-p): New function.
2392         (nndoc-mail-in-mail-article-begin): New function.
2393
2394 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2395
2396         * mailcap.el (mailcap-mime-data): Use enriched-decode.
2397
2398         * gnus-cite.el (gnus-article-fill-cited-article): Bind
2399         use-hard-newlines to nil.
2400
2401         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
2402         image is not available if window-system is not available.
2403
2404         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
2405
2406 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
2407
2408         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
2409         bookmark, because update-mark doesn't handle it correctly.
2410
2411 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2412
2413         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
2414         directly instead of calling message-send-mail.
2415
2416         * gnus-start.el (gnus-read-descriptions-file): Use
2417         gnus-default-charset.
2418
2419         * mm-util.el (mm-guess-mime-charset): New function.
2420
2421         * gnus.el (gnus-default-charset): Use it.
2422         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
2423         the default.
2424
2425 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2426
2427         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
2428         (article-display-x-face): Use it.  Disable grey xface, if
2429         uncompface is not found.
2430
2431         * message.el (message-mode): Don't enable multibyte on an indirect
2432         buffer.
2433
2434         * nnrss.el (nnrss-content-function): New variable.
2435         (nnrss-request-article): Use it.
2436
2437 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2438
2439         * gnus.el: Add article-unsplit-urls.
2440         * gnus-sum.el: Ditto.
2441         * gnus-art.el (gnus-treat-strip-cr): New variable.
2442         (gnus-treatment-function-alist): Use it.
2443         (article-unsplit-urls): New function.
2444         (gnus-article-make-menu-bar): Use it.
2445         From: Michael Cook <michael.cook@cisco.com>
2446
2447 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2448
2449         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
2450         copy.
2451
2452 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
2453
2454         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
2455         with internal whitespace.
2456         (gnus-parent-id): Ditto.
2457
2458 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2459
2460         * gnus-art.el (gnus-article-treat-body-boundary): Add
2461         gnus-decoration property.
2462         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
2463
2464         * message.el (message-mode): Set local-abbrev-table.
2465         From Matt Armstrong <matt@lickey.com>.
2466
2467         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
2468         too many spaces.
2469
2470         * rfc2047.el (rfc2047-unfold-region): Ditto.
2471         (rfc2047-decode-region): Don't unfold. Let
2472         gnus-article-treat-unfold-headers do it.
2473
2474         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
2475         From: Jesper Harder <harder@ifa.au.dk>
2476
2477 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2478
2479         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
2480         (gnus-configure-posting-styles): Use it.
2481         (gnus-configure-posting-styles): Remove trailing newspaces.
2482
2483 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2484
2485         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
2486         is non-nil.
2487
2488         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
2489
2490         * gnus.el (gnus-server-to-method): Switch position with
2491         gnus-server-get-method.
2492         (gnus-agent): Add doc.
2493
2494         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
2495         (gnus-summary-save-parts): Use it.
2496
2497         * gnus-art.el (gnus-display-mime): Use it.
2498         * mm-partial.el (mm-partial-find-parts): Use it.
2499
2500         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
2501
2502         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
2503         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
2504
2505         * nnagent.el (nnagent-request-expire-articles): Don't delete
2506         files.
2507
2508 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
2509
2510         * message.el (message-gen-unsubscribed-mft): New function.
2511         From Sriram Karra <karra@cs.utah.edu>.
2512
2513         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
2514         open parenthesis.
2515
2516         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
2517         (mm-inline-text-html-render-with-w3): Ditto.
2518         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
2519         Suggested by Dave Love  <d.love@dl.ac.uk>.
2520
2521         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
2522
2523         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
2524         * nntp.el (nntp-send-command): Ditto.
2525         * nntp.el (nntp-send-command-nodelete): Ditto.
2526
2527 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
2528
2529         * mm-url.el (mm-url-load-url): New function.
2530         (mm-url-insert-file-contents): Use it.
2531
2532         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
2533
2534         * message.el (message-forward-make-body): Correctly copy
2535         forward-buffer.
2536
2537         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
2538
2539 2002-02-04  Simon Josefsson  <jas@extundo.com>
2540
2541         * gnus-art.el (gnus-article-followup-with-original): Mark with
2542         force, prevent errors when following up from article buffer.
2543         (gnus-article-reply-with-original): Ditto.
2544
2545         * binhex.el (binhex-decoder-switches): Fix doc.  From
2546         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2547
2548 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
2549
2550         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
2551         highlight-citation after emphasize.
2552
2553 2002-02-04  Simon Josefsson  <jas@extundo.com>
2554
2555         * nnfolder.el (nnfolder-open-marks):
2556
2557         * nnml.el (nnml-open-marks): Message when done.  From David
2558         Edmondson <dme@sun.com>.
2559
2560 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
2561
2562         * imap.el (imap-anonymous-auth): Fix typo.
2563         From: Steinar Bang <sb@dod.no>
2564
2565         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
2566         save-excursion.
2567         (gnus-cache-braid-heads): Ditto.
2568
2569         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
2570         line, because there are extra articles in the overview buffer.
2571
2572         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
2573
2574         * message.el (message-forward-rmail-make-body): Directly use
2575         rmail-msg-restore-non-pruned-header to avoid calling
2576         vertical-motion.
2577
2578 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2579
2580         * gnus-cache.el (gnus-summary-insert-cached-articles):
2581         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
2582
2583         * gnus-group.el (gnus-group-mark-article-read): Nreverse
2584         gnus-newsgroups-unselected.
2585
2586         * gnus-agent.el (gnus-summary-set-agent-mark): Use
2587         gnus-add-to-sorted-list.
2588
2589         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
2590         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
2591         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
2592         (gnus-update-read-articles): UNREAD is sorted.
2593         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
2594         (gnus-newsgroup-marked, gnus-newsgroup-cached)
2595         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
2596         (gnus-newsgroup-dormant): Require sorted.
2597
2598         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
2599         directories.
2600         (gnus-dired-print): New function.
2601
2602         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
2603         ps-despool.
2604
2605 2002-02-02  Simon Josefsson  <jas@extundo.com>
2606
2607         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
2608
2609 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2610
2611         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
2612         t. This makes gnus-agent customizable without putting
2613         gnus-agentize into .gnus.
2614
2615         * gnus.el (gnus-agent): Make it customizable.
2616
2617         * gnus-dired.el: New file.
2618         From Benjamin Rutt <brutt@bloomington.in.us>
2619
2620         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
2621         if no article.
2622         (gnus-cache-possibly-remove-article): Ditto.
2623         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
2624
2625 2002-02-01  Simon Josefsson  <jas@extundo.com>
2626
2627         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
2628
2629 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2630
2631         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
2632         (mm-setup-w3m): Don't bind keys listed in the above.
2633
2634 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2635
2636         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
2637         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
2638         is non-nil; bind `w3m-force-redisplay' with nil.
2639
2640         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2641
2642         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
2643
2644 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
2645
2646         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
2647         use mail-header-unfold-field.
2648
2649         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
2650         gnus-summary-limit.
2651
2652         * gnus-range.el (gnus-add-to-sorted-list): New function.
2653         * gnus-sum.el (gnus-mark-article-as-read): Use it.
2654         (gnus-mark-article-as-unread): Ditto.
2655         (gnus-summary-mark-article-as-unread): Ditto.
2656         (gnus-build-get-header): Ditto.
2657         (gnus-summary-prepare-threads): Ditto.
2658         (gnus-summary-insert-pseudos): Ditto.
2659         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
2660         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
2661         (gnus-summary-insert-old-articles): Ditto.
2662
2663         * gnus-msg.el (gnus-posting-styles): Add new format of header.
2664         (gnus-configure-posting-styles): Support the new format.
2665
2666         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
2667         edebug-form-spec to (sexp body).
2668         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
2669
2670         * message.el (message-reply-headers): Add doc.
2671
2672 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
2673
2674         * gnus-group.el (gnus-group-delete-group): Nix the entry in
2675         gnus-cache-active-hashtb.
2676
2677         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
2678         (gnus-agent-summary-fetch-group): Use it.
2679
2680         * gnus-msg.el (gnus-debug-files): New variable.
2681         (gnus-debug-exclude-variables): New variable.
2682         (gnus-debug): Use them.
2683
2684         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
2685
2686 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
2687
2688         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
2689         (message-mode-syntax-table): Move back the previous position.
2690
2691         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
2692
2693         * gnus-agent.el (gnus-agent-retrieve-headers): Use
2694         gnus-sorted-difference.
2695
2696         * nnsoup.el (nnsoup-request-expire-articles): Use
2697         gnus-sorted-difference.
2698
2699         * nnheader.el: Autoload gnus-sorted-difference.
2700
2701         * nnfolder.el (nnfolder-request-expire-articles): Use
2702         gnus-sorted-difference.
2703
2704         * gnus-cache.el (gnus-cache-retrieve-headers): Use
2705         gnus-sorted-difference.
2706
2707         * gnus-range.el: Autoload cookies.
2708         (gnus-sorted-difference): New function.
2709         (gnus-sorted-ndifference): New function.
2710         (gnus-sorted-nintersection): Rename from
2711         gnus-set-sorted-intersection.
2712         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
2713         (gnus-list-range-difference): Rename from
2714         gnus-inverse-list-range-intersection.
2715         (gnus-inverse-list-range-intersection): Use defalias.
2716
2717         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
2718         gnus-sorted-ndifference, and gnus-sorted-nintersection.
2719         (gnus-articles-to-read): Use gnus-sorted-difference.
2720         (gnus-summary-limit-mark-excluded-as-read): Use
2721         gnus-sorted-intersection and gnus-sorted-ndifference.
2722         (gnus-list-of-read-articles): Use gnus-list-range-difference.
2723         (gnus-summary-insert-articles): Use gnus-sorted-difference.
2724
2725         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
2726
2727 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2728
2729         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
2730         property to the buffer for using emacs-w3m command keys.
2731
2732         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
2733         option.
2734
2735         * mm-view.el (mm-w3m-mode-map): New variable.
2736         (mm-w3m-mode-command-alist): New variable.
2737         (mm-w3m-minor-mode): Removed.
2738         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
2739         (mm-inline-text-html-render-with-w3m): Add keymap property to the
2740         buffer for using emacs-w3m command keys.
2741
2742 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
2743
2744         * message.el (message-mode-syntax-table): Move forward.
2745         (message-cite-prefix-regexp): Auto detect non word constituents.
2746         (message-cite-prefix-regexp): Don't use with-syntax-table.
2747
2748         * gnus-sum.el (gnus-summary-update-info): Use
2749         gnus-list-range-intersection.
2750
2751         * gnus-agent.el (gnus-agent-fetch-headers): Use
2752         gnus-list-range-intersection.
2753
2754         * gnus-range.el (gnus-range-normalize): Use correct predicate.
2755         (gnus-list-range-intersection): Use it.
2756         (gnus-inverse-list-range-intersection): Ditto.
2757         (gnus-sorted-intersection): Add doc.
2758         (gnus-set-sorted-intersection): Add doc.
2759         (gnus-sorted-union): New function.
2760         (gnus-set-sorted-union): New function.
2761
2762         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
2763         (gnus-inverse-list-range-intersection): Ditto.
2764
2765 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
2766
2767         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
2768
2769         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
2770         and permit `:' and `\' in order to handle full Windows pathnames.
2771         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
2772         technically not correct per standard, but seems to have common use.
2773
2774 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
2775
2776         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
2777         replacing numbers.
2778
2779 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
2780
2781         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
2782
2783         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
2784         Don't split when the window is small, e.g. when a small *BBDB*
2785         window is the lowest one.
2786
2787         * gnus-agent.el (gnus-agent-retrieve-headers): Use
2788         nnheader-find-nov-line to speed up. Use nreverse, because it is
2789         sorted. Use nnheader-insert-nov-file.
2790
2791 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2792
2793         * mm-decode.el (mm-inline-text-html-with-images): New user option.
2794
2795         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
2796         of `w3m-display-inline-images' with the value of
2797         `mm-inline-text-html-with-images'.
2798         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2799
2800         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2801
2802 2002-01-27  Richard M. Stallman  <rms@gnu.org>
2803
2804         * time-date.el: Add autoload cookies.  Many doc fixes.
2805         (time-add): New function.
2806         (time-subtract): Renamed from subtract-time.
2807         (subtract-time): New alias for time-subtract.
2808
2809 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2810
2811         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
2812         emacs-w3m in doc-string.
2813
2814         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
2815         `w3m-current-buffer'.
2816
2817 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2818
2819         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
2820
2821         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
2822         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
2823         (mm-w3m-cid-retrieve): New function.
2824         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
2825
2826 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2827
2828         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
2829
2830 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2831
2832         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
2833
2834 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2835
2836         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
2837         32K.
2838
2839         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
2840
2841         * nnmail.el (nnmail-article-group): Decode headers before running
2842         split rules over them.
2843         (nnmail-mail-splitting-charset): New variable.
2844
2845         * smiley.el: Replaced with smiley-ems.el.
2846
2847 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2848
2849         * mm-url.el (mm-url-predefined-programs): Add w3m.
2850         (mm-url-program): Ditto.
2851
2852 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2853
2854         * nnml.el (nnml-use-compressed-files): New variable.
2855         (nnml-filenames-are-evil): Removed.
2856         (nnml-current-group-article-to-file-alist): Don't use.
2857         (nnml-update-file-alist): Inhibit.
2858         (nnml-article-to-file): Use new var.
2859
2860 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2861
2862         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
2863
2864         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
2865
2866 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2867
2868         * gnus-agent.el (gnus-agent-load-alist): Use new caching
2869         function.
2870
2871         * gnus-util.el (gnus-cache-file-contents): New function.
2872
2873         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
2874         (gnus-agent-load-alist): Use it.
2875
2876         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
2877
2878         * nnheader.el (nnheader-insert-nov-file): New function.
2879
2880         * gnus-util.el (gnus-parse-without-error): Correct the loop.
2881
2882         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
2883         there are no references.
2884         (gnus-extract-message-id-from-in-reply-to): New function.
2885         (gnus-nov-parse-line): Use in-reply-to if there are no
2886         references.
2887
2888 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2889
2890         * nnagent.el (nnagent-retrieve-headers): Use new macro.
2891
2892         * gnus-util.el (gnus-parse-without-error): New macro.
2893
2894 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
2895
2896         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
2897         (gnus-article-wash-function): use locate-library to decide which
2898         to use.
2899
2900 2002-01-25  Simon Josefsson  <jas@extundo.com>
2901
2902         * pop3.el (pop3-munge-message-separator): Work if no date.
2903         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
2904
2905 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2906
2907         * gnus-agent.el (gnus-agent-save-alist): Fix.
2908
2909         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
2910         mistake.  Reinstated lost code.
2911
2912 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
2913
2914         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
2915         one exists in the case of an encrypted message with an internal
2916         signature.
2917
2918 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2919
2920         * gnus-agent.el (gnus-agent-save-alist): Optimized.
2921
2922 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2923
2924         * dgnushack.el: Commented out the experimental code.
2925
2926 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2927
2928         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
2929         error.
2930
2931         * gnus.el (gnus-server-to-method): Made into subst.
2932         (gnus-server-method-cache): New variable.
2933         (gnus-server-to-method): Use it.
2934         (gnus-group-method-cache): New variable.
2935         (gnus-find-method-for-group-1): Renamed.
2936         (gnus-find-method-for-group): New function.
2937         (gnus-group-method-cache): Removed.
2938
2939         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
2940         function.
2941
2942         * gnus-range.el (gnus-members-of-range): New function.
2943         (gnus-list-range-intersection): Renamed.
2944         (gnus-inverse-list-range-intersection): New function.
2945
2946         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
2947
2948         * nnagent.el (nnagent-retrieve-headers): New implementation.
2949
2950         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
2951         implementation.
2952
2953 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2954
2955         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
2956         `w3m-meta-content-type-charset-regexp'.
2957
2958         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
2959         charset-encoded html contents.
2960
2961 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2962
2963         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
2964         an empty file.
2965
2966         * nnweb.el (url): Ignore errors when request url.
2967
2968         * nnrss.el: Clean up the comments.
2969
2970 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2971
2972         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
2973
2974         * mm-decode.el (mm-inline-text-html-renderer): New user option.
2975         (mm-inline-media-tests): Test whether the value of
2976         `mm-inline-text-html-renderer' is a function for text/html.
2977
2978         * mm-view.el (mm-inline-text-html-render-with-w3): New function
2979         separated from `mm-inline-text'.
2980         (mm-w3m-minor-mode): New variable.
2981         (mm-w3m-setup): New variable.
2982         (mm-setup-w3m): New function.
2983         (mm-inline-text-html-render-with-w3m): New function.
2984         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
2985         text/html.
2986
2987 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
2988
2989         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
2990
2991 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2992
2993         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
2994         and `gnus-xmas-completing-read'.
2995
2996 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2997
2998         * nneething.el (nneething-message-id-number): Abolished.
2999         (nneething-encode-file-name): Not encode numerical characters.
3000         (nneething-make-head): `nneething-message-id-number' is not
3001         used to generate message IDs.
3002
3003 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3004
3005         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
3006         characters.
3007
3008 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3009
3010         * gnus-xmas.el (gnus-xmas-completing-read): New function.
3011         (gnus-xmas-redefine): Redefine conditionally.
3012
3013 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
3014
3015         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
3016         tag.
3017
3018 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
3019
3020         * message.el (message-font-lock-keywords): Added the secure tag.
3021         * mml-sec.el: Added functions to generate/modify/remove the secure
3022         tag while in message mode.
3023         * mml-sec.el (mml-secure-message): New.
3024         * mml-sec.el (mml-unsecure-message): New.
3025         * mml-sec.el (mml-secure-message-sign-smime): New.
3026         * mml-sec.el (mml-secure-message-sign-pgp): New.
3027         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
3028         * mml-sec.el (mml-secure-message-encrypt-smime): New.
3029         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
3030         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
3031         * mml.el (mml-parse-1): Added code to recognise the secure tag and
3032         convert it to either a part or multipart depending on if there are
3033         other parts in the message.
3034         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
3035         to use the secure tag, rather than the part tag.
3036         * mml.el (mml-preview): Added a save-excursion to keep cursor
3037         position after doing an MML preview.
3038
3039 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3040
3041         * nnheader.el (nnheader-parse-overview-file): New function.
3042         (nnheader-write-overview-file): New function.
3043
3044 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3045
3046         * gnus.el (gnus-group-fast-parameter): Check better if expansion
3047         in wanted.
3048
3049         * nnweb.el (nnweb-type-definition): Clean up.
3050
3051 2002-01-21  Alastair Burt  <burt@dfki.de>
3052
3053         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
3054         buffer exists before jumping to it.
3055
3056 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3057
3058         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
3059         function.
3060         (article-wash-html): Use it.
3061         (gnus-article-wash-function): New variable.
3062         (gnus-article-wash-html-with-w3m): New function.
3063
3064 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3065
3066         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
3067         XEmacs.
3068
3069 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
3070
3071         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
3072         command line.
3073
3074 2002-01-21  Simon Josefsson  <jas@extundo.com>
3075
3076         * canlock.el (base64-encode-string): Autoload it from base64.
3077         (canlock-make-cancel-key): Base64 encode unibyte string.
3078
3079 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3080
3081         * nnfolder.el (nnfolder-request-accept-article): Unfold
3082         x-from-line.
3083         (nnfolder-request-replace-article): Ditto.
3084
3085 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
3086
3087         * gnus-group.el (gnus-group-best-unread-group): Use the right
3088         positioning function.
3089
3090 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3091
3092         * smiley-ems.el (smiley-region): Use new function.
3093         (smiley-update-cache): Use general image functions.
3094         (smiley-region): Use general functions.
3095
3096         * gnus-util.el (gnus-graphic-display-p): New function.
3097
3098         * nnmail.el (nnmail-article-group): Allow outputting traces of
3099         non-strings.
3100
3101         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
3102         (nndoc-exim-bounce-type-p): New function.
3103
3104         * message.el (message-dont-send): Doc fix.
3105
3106         * gnus-util.el (gnus-completing-read): Remove
3107         inherit-input-method.
3108
3109         * gnus-art.el (gnus-treat-smiley): Doc fix.
3110
3111         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
3112         articles.
3113
3114 2002-01-19  Simon Josefsson  <jas@extundo.com>
3115
3116         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
3117         (imap-kerberos4-open): Ditto.
3118         (imap-open): Set port correctly, don't set auth.
3119
3120 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3121
3122         * gnus.el (gnus-version-number): Bump version number.
3123
3124 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3125
3126         * gnus.el: Oort Gnus v0.05 is released.
3127
3128 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3129
3130         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
3131         exists.
3132
3133         * gnus-spec.el (gnus-string-width-function): New function.
3134         (gnus-tilde-cut-form): Use it.
3135         (gnus-tilde-max-form): Ditto.
3136         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
3137         (gnus-substring-function): Use it.
3138         (gnus-tilde-cut-form): Ditto.
3139         (gnus-substring-function): New function.
3140
3141         * message.el (message-check-news-header-syntax): New message.
3142
3143         * gnus.el (gnus-slave-no-server): Doc fix.
3144
3145         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
3146
3147 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3148
3149         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
3150         `seen' if it looks like (seen NUM1 . NUM2).  It should be
3151         (seen (NUM1 . NUM2)).
3152
3153 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3154
3155         * gnus-topic.el (gnus-topic-catchup-articles): Update article
3156         number in closed topics.
3157
3158 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
3159
3160         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
3161         functions.
3162
3163 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3164
3165         * gnus.el (gnus-group-find-parameter): Clean up.
3166
3167         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
3168         articles.
3169
3170         * gnus-util.el (gnus-completing-read-with-default): Renamed.
3171
3172         * nnmail.el (nnmail-article-group): Clean up.
3173
3174 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
3175
3176         * gnus-agent.el (gnus-category-name): Intern the category name.
3177
3178 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3179
3180         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
3181
3182         * gnus-util.el (gnus-completing-read): New function.
3183
3184 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3185
3186         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
3187
3188         * smiley-ems.el (smiley-region): Register smiley.
3189         (smiley-toggle-buffer): Rewrite the function.
3190         (smiley-active): Removed.
3191
3192 2002-01-19  Simon Josefsson  <jas@extundo.com>
3193
3194         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
3195         Jesper Harder <harder@ifa.au.dk>.
3196
3197 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3198
3199         * gnus-art.el (gnus-request-article-this-buffer): Call
3200         `nneething-get-file-name' to extract the file name from the
3201         message id.
3202
3203         * nneething.el (nneething-encode-file-name): New function.
3204         (nneething-decode-file-name): Ditto.
3205         (nneething-get-file-name): Ditto.
3206         (nneething-make-head): Encode the file name and encapsulate it
3207         into the field of the message id.
3208
3209 2002-01-18  Simon Josefsson  <jas@extundo.com>
3210
3211         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
3212         stored in .marks.
3213
3214         * nnfolder.el (nnfolder-request-update-info): Ditto.
3215
3216 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3217
3218         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
3219
3220 2002-01-18  Simon Josefsson  <jas@extundo.com>
3221
3222         * imap.el (imap-starttls-p): Don't check for binary.
3223         (imap-gssapi-auth-p): Ditto.
3224         (imap-kerberos4-auth-p): Ditto.
3225         (imap-open): Change logic.  Iterate through all possible streams,
3226         instead of bailing out after first failure.  Move authenticator
3227         decision to `imap-authenticate'.
3228         (imap-authenticate): Change logic, now finds the authenticator to
3229         use, was previously in `imap-open'.
3230         (imap-open): Return nil on failure.
3231         (imap-open): Setup temp buffer correctly.
3232         (imap-open): Return buffer only on success.
3233         (imap-interactive-login, imap-interactive-login): Tell the user
3234         which stream/authenticator is used for the queried
3235         username/password.
3236         (imap-open, imap-authenticate): Set variables.
3237         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
3238         (imap-open): Don't assume how `with-temp-buffer' is implemented.
3239
3240 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3241
3242         * gnus-fun.el (gnus-grab-cam-x-face): New function.
3243
3244 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3245
3246         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
3247
3248 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3249
3250         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
3251         (gnus-agent-group-mode-map): Bind it to "Jo".
3252         (gnus-agent-group-make-menu-bar): Add it into menu bar.
3253
3254 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
3255
3256         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
3257         (gnus-summary-mail-toolbar): Add mail article deletion button.
3258
3259         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
3260         false positives for lines of "^^^^".
3261
3262         * gnus-picon.el (gnus-picon-find-face): faces database is all
3263         lowercase.
3264
3265 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3266
3267         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
3268         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
3269         duplications.
3270         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
3271
3272 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3273
3274         * gnus-sum.el (gnus-summary-initial-limit): Inline
3275         gnus-summary-limit-children.
3276         (gnus-summary-initial-limit): Don't limit if
3277         gnus-newsgroup-display is nil.
3278         (gnus-summary-initial-limit): No, don't.
3279
3280         * gnus-util.el
3281         (gnus-put-text-property-excluding-characters-with-faces): Inline
3282         gnus-put-text-property.
3283
3284         * gnus-spec.el (gnus-default-format-specs): New variable.
3285
3286         * gnus-start.el (gnus-read-newsrc-file): Don't clear
3287         gnus-format-specs.
3288         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
3289
3290         * gnus-spec.el (gnus-update-format-specifications): Really check
3291         the Gnus version of the .newsrc.eld file.
3292         (gnus-format-specs): Save the new default summary format.
3293
3294         * gnus-util.el (gnus-parent-id): Check whether references is empty
3295         before splitting.
3296
3297         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
3298         functions.
3299         (gnus-gather-threads-by-references): Inline
3300         `gnus-split-references'.
3301
3302         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
3303         default value of gnus-summary-line-format-spec.
3304
3305 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3306
3307         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
3308         message.
3309         (nnslashdot-request-list): Ditto.
3310         (nnslashdot-sid-strip): Removed.
3311
3312 2002-01-15  Simon Josefsson  <jas@extundo.com>
3313
3314         * nnimap.el (nnimap-close-asynchronous): Enable.
3315         (nnimap-close-group): Expunge.
3316
3317 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3318
3319         * gnus-util.el (gnus-user-date-format-alist): Typo.
3320         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
3321
3322 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3323
3324         * nneething.el (nneething-request-article): Set
3325         `nnmail-file-coding-system' to `binary' locally, in order to read
3326         files without any conversion.
3327
3328 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3329
3330         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3331         nnheader-file-coding-system and nnmail-active-file-coding-system.
3332         (gnus-agent-regenerate-group): Ditto.
3333         (gnus-agent-regenerate): Ditto.
3334         (gnus-agent-write-active): Ditto.
3335         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
3336
3337 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3338
3339         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
3340         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
3341
3342 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3343
3344         * gnus.el: We don't need gnus-article-show-all-headers.
3345
3346         * gnus-art.el (article-show-all, gnus-article-show-all-header):
3347         Ditto.
3348
3349         * gnus-sum.el (gnus-summary-select-article): Don't call
3350         show-all-headers, because hidden headers are not hidden text any
3351         more.
3352
3353 2002-01-13  Simon Josefsson  <jas@extundo.com>
3354
3355         * message.el (message-newline-and-reformat): Use `newline' instead
3356         of inserting \n, so that the newline is marked as hard.
3357
3358         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
3359         From Jesper Harder <harder@ifa.au.dk>.
3360
3361 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3362
3363         * imap.el (imap-close): Keep going if quit.
3364
3365         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
3366         nntp-server-buffer.
3367
3368 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3369
3370         * mm-view.el (mm-display-inline-fontify): Require font-lock to
3371         avoid unbinding shadowed variables.
3372
3373         * gnus-art.el (gnus-picon-databases): Moved here.
3374         (gnus-picons-installed-p): Moved here.
3375         (gnus-article-reply-with-original): Use `mark'.
3376
3377         * gnus.el (gnus-picon): Moved here and renamed.
3378
3379         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
3380         installed.
3381         (gnus-treat-mail-picon): Ditto.
3382         (gnus-treat-newsgroups-picon): Ditto.
3383
3384         * gnus-picon.el (gnus-picons-installed-p): New function.
3385
3386 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3387
3388         * gnus-agent.el (gnus-agent-go-online): Fix doc.
3389
3390 2002-01-12  Simon Josefsson  <jas@extundo.com>
3391
3392         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
3393         (nnimap-before-find-minmax-bugworkaround): Use it.
3394         (nnimap-find-minmax-uid): Don't reselect current mailbox.
3395         (nnimap-dont-close): New variable.
3396         (nnimap-close-group): Use it.
3397
3398 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3399
3400         * gnus-art.el (gnus-article-reply-with-original): Use
3401         `mark-active'.
3402
3403         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
3404
3405         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
3406         (gnus-score-advanced): Clean up.
3407         (gnus-score-advanced): Accept a multiple of the score.
3408
3409 2002-01-12  Simon Josefsson  <jas@extundo.com>
3410
3411         * flow-fill.el (fill-flowed-display-column)
3412         (fill-flowed-encode-columnq): New variables.  Suggested by
3413         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
3414         (fill-flowed-encode, fill-flowed): Use them.
3415
3416         * message.el (message-send-news, message-send-mail): Use
3417         m-b-s-n-p-e-h-n.
3418
3419         * mml.el (autoload): Autoload fill-flowed-encode.
3420         (mml-buffer-substring-no-properties-except-hard-newlines): New
3421         function.
3422         (mml-read-part): Use it.
3423         (mml-generate-mime-1): Encode format=flowed if appropriate.
3424         (mml-insert-mime-headers): Insert format=flowed.
3425
3426         * flow-fill.el (fill-flowed-encode): New function.
3427         (fill-flowed): Bind fill-column to window width.
3428
3429 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3430
3431         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
3432         it exists.
3433         (gnus-summary-setup-buffer): Wake up dead summary buffers.
3434         (gnus-summary-buffer-name): Don't return the dead name after all.
3435         (gnus-summary-setup-buffer): Kill the dead buffer.
3436
3437         * gnus-art.el (gnus-article-followup-with-original): Store the
3438         value of the mark before deactivating it.
3439
3440 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3441
3442         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
3443         From: Karl Kleinpaste <karl@charcoal.com>
3444
3445         * gnus-art.el (article-display-x-face): Ditto.
3446         (gnus-article-reply-with-original): Use gnus-region-active-p.
3447         (gnus-article-followup-with-original): Ditto.
3448
3449         * gnus-sum.el (gnus-summary-read-group-1): Don't select
3450         downloadable article either.
3451
3452 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3453
3454         * gnus-art.el (article-display-x-face): Insert From:.
3455
3456         * gnus-sum.el (gnus-summary-move-article): Don't draw the
3457         article. Bind gnus-display-mime-function and
3458         gnus-article-prepare-hook.
3459
3460         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
3461         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
3462         gnus-agent-possibly-synchronize-flags to the last.
3463         (gnus-agent-go-online): New function. New variable.
3464
3465 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3466
3467         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
3468         (gnus-agent-regenerate): Ditto.
3469
3470 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3471
3472         * message.el (message-ignored-news-headers)
3473         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
3474         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
3475
3476         * gnus.el (gnus-gethash-safe): New macro.
3477
3478         * gnus-agent.el (gnus-agent-regenerate-history): New function.
3479         (gnus-agent-regenerate): Show messages.
3480
3481 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3482
3483         * gnus-agent.el (gnus-agent-regenerate-group): New function.
3484         (gnus-agent-regenerate): New function.
3485         (gnus-agent-save-alist): Sort.
3486         (gnus-agent-copy-nov-line): Test eobp.
3487         (gnus-agent-retrieve-headers): Erase buffer.
3488
3489 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3490
3491         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
3492         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
3493
3494         * gnus.el (gnus-agent-covered-methods): Move here.
3495         (gnus-online): New function.
3496         (gnus-agent-method-p): Move here.
3497
3498         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
3499         nil. Remove articles-alist.
3500
3501         * gnus-start.el (gnus-get-unread-articles): Check online.
3502         (gnus-groups-to-gnus-format): Ditto.
3503         (gnus-active-to-gnus-format): Ditto.
3504
3505         * gnus-agent.el (gnus-agent-get-function): Use it.
3506         (gnus-agent-get-undownloaded-list): Ditto.
3507         (gnus-agent-fetch-session): Only fetch online methods.
3508
3509         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
3510         (gnus-server-mode-map): Ditto.
3511         (gnus-server-offline-face): New face.
3512         (gnus-server-offline-face): New variable.
3513         (gnus-server-font-lock-keywords): Add offline.
3514         (gnus-server-insert-server-line): Ditto.
3515         (gnus-server-offline-server): New function.
3516
3517         * gnus-int.el (gnus-open-server): Turn to offline.
3518         (gnus-server-unopen-status): New variable.
3519
3520 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3521
3522         * nnkiboze.el (nnkiboze-request-article): Use
3523         gnus-agent-request-article.
3524
3525         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
3526         function. Insert undownloaded NOV.
3527
3528         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
3529         (gnus-agent-request-article): New function.
3530
3531         * gnus.el (gnus-agent-cache): New variable.
3532
3533         * gnus-int.el (gnus-retrieve-headers): Use
3534         gnus-agent-retrieve-headers.
3535         (gnus-request-head): Use gnus-agent-request-article.
3536         (gnus-request-body): Ditto.
3537
3538         * gnus-art.el (gnus-request-article-this-buffer): Use
3539         gnus-agent-request-article.
3540
3541         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
3542         article if it is undownloaded.
3543
3544 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3545
3546         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
3547
3548 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3549
3550         * canlock.el (canlock-string-as-unibyte): New macro.
3551         (canlock-sha1-with-openssl): Return a unibyte string.
3552         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
3553
3554 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3555
3556         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
3557
3558 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3559
3560         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
3561         application/x-emacs-lisp.
3562
3563         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
3564
3565         * nntp.el (nntp-request-article): Add group parameter.
3566         (nntp-request-head): Ditto.
3567         (nntp-find-group-and-number): Add parameter group. Figure out
3568         number if the status line doesn't give (e.g. quimby.gnus.org).
3569
3570 2002-01-08  Simon Josefsson  <jas@extundo.com>
3571
3572         * mml.el (mml-generate-mime-1): Set recipient correctly.
3573
3574 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3575
3576         * message.el (message-read-from-minibuffer): Add parameter
3577         initial-contents.
3578         * gnus-msg.el (gnus-summary-resend-message): Use it.
3579
3580         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
3581         behavior of quit-config.
3582
3583         * message.el (message-make-from): Don't quote fullname.
3584         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
3585
3586         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
3587         From: <andre@slamdunknetworks.com>
3588
3589 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3590
3591         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
3592
3593         * gnus-art.el (gnus-header-button-alist): Handle mailto.
3594
3595         * mml.el (mml-preview): Bind gnus-original-article-buffer because
3596         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
3597         because bbdb may use it.
3598
3599 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3600
3601         * nneething.el (nneething-request-article): When a non-text file
3602         is converted to an article, its data is encoded in base64.  Call
3603         `nneething-make-head' with options to specify MIME types.
3604         (nneething-make-head): Add optional arguments to specify MIME
3605         types.
3606
3607 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3608
3609         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
3610         header if there is not.
3611
3612         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
3613
3614         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
3615         (gnus-inews-mark-gcc-as-read): Obsolete variable.
3616         (gnus-inews-do-gcc): Use them.
3617
3618         * gnus-group.el (gnus-group-mark-article-read): Put holes into
3619         gnus-newsgroup-unselected.
3620
3621 2002-01-06  Simon Josefsson  <jas@extundo.com>
3622
3623         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
3624         condition-case, not ignore-errors.
3625
3626 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3627
3628         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
3629         gnus-fetch-old-headers.
3630
3631         * gnus-art.el (article-display-x-face): Use the current buffer
3632         unless `W f'. Otherwise, X-Face may be shown in the header of a
3633         forwarded part.
3634         (gnus-treatment-function-alist): Treat xface before hiding
3635         headers.
3636
3637 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3638
3639         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
3640         parameters.
3641
3642 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3643
3644         * mm-util.el (mm-multibyte-p): Define conditionally when load.
3645         (mm-guess-charset): New function.
3646         (mm-charset-after): Use it.
3647         (mm-detect-coding-region): New function.
3648         (mm-detect-mime-charset-region): New function.
3649
3650         * gnus-sum.el (gnus-summary-show-article): Use
3651         mm-detect-coding-region.
3652
3653 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3654
3655         * message.el (message-make-fqdn): Be less violent.
3656
3657         * gnus.el (gnus-logo-color-style): Compute custom form
3658         automatically.
3659
3660         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
3661         score file of the parent to the document group.
3662
3663         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
3664         parameters parameter.
3665
3666         * gnus-score.el (gnus-score-load-file): Clean up.
3667
3668 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3669
3670         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
3671         From: Damien Wyart <damien.wyart@free.fr>
3672
3673         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
3674
3675 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3676
3677         * gnus-sum.el (gnus-select-group-hook): Typo.
3678
3679         * rfc2047.el (rfc2047-decode-string): Return immediately if there
3680         is no quoted-printable-encoded STRING.
3681         From: Jesper Harder <harder@ifa.au.dk>
3682
3683         (rfc2047-decode-string): Decode it.
3684
3685 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3686
3687         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
3688
3689 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
3690
3691         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
3692         buffer to get rid of junk line.
3693
3694 2002-01-05  Simon Josefsson  <jas@extundo.com>
3695
3696         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
3697         C-o.
3698         (message-mode-map): Bind message-insert-or-toggle-importance to
3699         C-c C-u.
3700         (message-mode-map): Bind message-disposition-notification-to to
3701         C-c M-n.
3702         (message-mode-menu): Add m-d-n-t.
3703         (message-mode-field-menu): Add m-goto-from.
3704         (message-mode): Doc fix.
3705         (message-goto-from): New function.
3706         (message-insert-disposition-notification-to): New function.
3707         (message-tool-bar-map): Add receipt button.
3708
3709 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3710
3711         * gnus-sum.el (gnus-thread-latest-date): New function.
3712         (gnus-thread-sort-by-most-recent-number): Renamed.
3713         (gnus-thread-sort-functions): Doc fix.
3714         (gnus-select-group-hook): Don't use setq on a hook.
3715         (gnus-thread-latest-date): Use date, not number
3716
3717         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
3718         (gnus-agent-expire): Allow regexp of expire-days.
3719
3720         * gnus-art.el (gnus-article-reply-with-original): Deactivate
3721         region.
3722         (gnus-article-followup-with-original): Ditto.
3723
3724         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
3725
3726         * gnus-art.el (gnus-mime-display-alternative): Use
3727         gnus-local-map-property.
3728         (gnus-mime-display-alternative): Ditto.
3729         (gnus-insert-mime-security-button): Ditto.
3730         (gnus-insert-next-page-button): Ditto.
3731         (gnus-button-prev-page): Take optional args.
3732         (gnus-insert-prev-page-button): widget-convert.
3733
3734         * gnus-util.el (gnus-local-map-property): New function.
3735
3736         * gnus-art.el (gnus-prev-page-map): Use parent map.
3737         (gnus-next-page-map): Ditto.
3738
3739         * gnus-spec.el (gnus-parse-format): Clean up.
3740         (gnus-parse-format): Do complex formatting for %=.
3741
3742         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
3743         "X-Face: " to the data in the built-in scenario.
3744
3745         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
3746         (gnus-correct-pad-form): Renamed.
3747         (gnus-tilde-max-form): Clean up.
3748         (gnus-pad-form): Use gnus-use-correct-string-widths.
3749
3750         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
3751         support if that is available.
3752
3753         * gnus-sum.el (gnus-thread-highest-number): New function.
3754         (gnus-thread-sort-by-most-recent-thread): New function.
3755         (gnus-thread-sort-functions): Doc fix.
3756
3757 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
3758
3759         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
3760         all cases.
3761         (gnus-summary-mode): Enable it in all cases.
3762         (gnus-summary-display-article): Ditto.
3763         (gnus-summary-edit-article): Ditto.
3764
3765         * gnus-ems.el (gnus-put-image): Really return glyph.
3766
3767         * gnus-art.el (gnus-article-x-face-command): Fix :type.
3768         (gnus-treat-smiley): Don't take "P" in the interactive form.
3769
3770 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3771
3772         * compface.el (uncompface): XEmacs and Emacs have differing
3773         capabilities.
3774
3775         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
3776
3777         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
3778         (gnus-article-xface-ring-size): Removed.
3779         (gnus-article-display-xface): Removed.
3780         (gnus-remove-image): Cleaned up.
3781
3782         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
3783         (gnus-xmas-create-image): Take pbm files.
3784         (gnus-x-face): Removed.
3785         (gnus-xmas-article-display-xface): Removed.
3786
3787         * gnus-fun.el (gnus-display-x-face-in-from): Bind
3788         default-enable-multibyte-characters.
3789
3790         * compface.el (uncompface): Doc fix.
3791
3792         * gnus-art.el (gnus-article-x-face-command): Use
3793         gnus-display-x-face-in-from.
3794
3795         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
3796
3797         * gnus-ems.el (gnus-put-image): Return the image.
3798
3799         * gnus-fun.el (gnus-display-x-face-in-from): New function.
3800         (gnus-x-face): Moved here.
3801
3802 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
3803
3804         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
3805         invisible if string is nil.
3806         (gnus-xmas-article-display-xface): Use it.
3807
3808         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
3809         property when string is nil.
3810         (gnus-article-display-xface): Use it.
3811
3812 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3813
3814         * gnus-art.el (article-display-x-face): Check whether valid grey
3815         face was returned.
3816         (article-display-x-face): Place image in the right spot.
3817
3818         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
3819         stderr.
3820         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
3821
3822 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3823
3824         * gnus-xmas.el (gnus-xmas-create-image): Take optional
3825         parameters.
3826         (gnus-xmas-put-image): Allow non-strings to be passed.
3827
3828         * gnus-art.el (article-display-x-face): Use optional parameters.
3829
3830         * gnus-ems.el (gnus-create-image): Take optional parameters.
3831
3832         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
3833
3834         * compface.el (compface-xbm-p): Removed.
3835
3836         * gnus-ems.el (gnus-article-compface-xbm): Removed.
3837         (gnus-article-display-xface): Use compface.
3838
3839         * compface.el: New file.
3840
3841         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
3842         (gnus-convert-image-to-x-face-command): Ditto.
3843         (gnus-random-x-face): Quote argument.
3844         (gnus-x-face-from-file): Ditto.
3845
3846 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
3847
3848         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
3849         the expire-group parameter once per article rather than once
3850         per group; bind `nnmaildir-article-file-name' and `article'
3851         for convenience.  Leave article alone when expire-group
3852         specifies the current group.
3853         (nnmaildir--update-nov): be more concurrency-friendly with
3854         temp file names.
3855
3856 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3857
3858         * gnus-start.el (gnus-read-init-file): Cleaned up.
3859
3860 2002-01-03  Dave Love  <d.love@dl.ac.uk>
3861
3862         * gnus-start.el (gnus-startup-file-coding-system): Removed.
3863         (gnus-read-init-file): Don't use it.
3864
3865 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3866
3867         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
3868
3869 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3870
3871         * gnus-start.el (gnus-read-init-file): Don't force coding system
3872         for ~/.gnus.  From Dave Love <fx@gnu.org>.
3873
3874 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3875
3876         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
3877         * nnspool.el (nnspool-request-post): Ditto.
3878
3879         * mm-util.el (mm-use-find-coding-systems-region): New variable.
3880         (mm-find-mime-charset-region): Use it.
3881
3882 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
3883
3884         * gnus.el (gnus-summary-line-format): Added :link.
3885         * gnus-topic.el (gnus-topic-line-format): Ditto.
3886         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
3887         * gnus-srvr.el (gnus-server-line-format): Ditto.
3888         * gnus-group.el (gnus-group-line-format): Ditto.
3889
3890         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
3891         :keys, it works on both Emacsen.
3892
3893 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3894
3895         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
3896
3897 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3898
3899         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
3900
3901 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
3902
3903         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
3904         very wide reply.
3905
3906 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3907
3908         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
3909         (gnus-picon-cache): New variable.
3910         (gnus-picon-transform-newsgroups): Cache stuff.
3911
3912         * gnus-art.el (gnus-article-reply-with-original): New command.
3913         (gnus-article-followup-with-original): New command.
3914
3915         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
3916         END parameters.
3917         (gnus-summary-followup): Take a list of list of articles.
3918         (gnus-inews-yank-articles): Allow lists of article/regions.
3919
3920         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
3921         longer the usual commands.
3922
3923         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
3924         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
3925         shell-command-on-region.
3926
3927 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3928
3929         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
3930           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
3931
3932 2002-01-03  Steve Youngs  <youngs@xemacs.org>
3933
3934         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
3935         understand ':keys', wrap it in an featurep 'xemacs.
3936
3937 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3938
3939         * gnus-ems.el (gnus-article-display-xface): Show xface in the
3940         order of headers (Actually, it is called in a reversed order). Add
3941         'gnus-image-text-deletable property.
3942         (gnus-remove-image): Remove text with such a property.
3943
3944         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
3945         gnus-put-image.
3946
3947         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
3948         with ", "
3949
3950 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3951
3952         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
3953
3954         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
3955         (article-display-x-face): Display grey X-Faces.
3956
3957         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
3958         (gnus-convert-gray-x-face-to-ppm): Ditto.
3959         (gnus-convert-image-to-gray-x-face): Ditto.
3960
3961         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
3962         gnus-summary-show-raw-article.
3963
3964 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3965
3966         Display picons in XEmacs without showing text.
3967
3968         * gnus-xmas.el (gnus-xmas-create-image): Don't use
3969         mm-create-image-xemacs to create xbm glyph, because it deletes
3970         temporary files.
3971         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
3972         (gnus-xmas-remove-image): Make text visible, remove glyph.
3973
3974         * gnus-picon.el (gnus-picon-transform-newsgroups)
3975         (gnus-picon-transform-address): Insert spec backward, due to the
3976         incompatibility of gnus-xmas-put-image.
3977
3978 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3979
3980         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
3981
3982 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3983
3984         * gnus.el: Doc fix.
3985
3986         * gnus-art.el: Doc fix.
3987
3988         * gnus-agent.el: Doc fix.
3989
3990 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3991
3992         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
3993
3994 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
3995
3996         * nnmaildir.el (nnmaildir--update-nov): automatically parse
3997         NOV data out of the message again if nnmail-extra-headers has
3998         changed.
3999
4000 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4001
4002         * gnus-fun.el: New file.
4003         (gnus-convert-image-to-x-face-command): New variable.
4004         (gnus-insert-x-face): New function.
4005         (gnus-random-x-face): Renamed.
4006         (gnus-x-face-from-file): Renamed.
4007
4008         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
4009         "_".
4010         (gnus-body-boundary-delimiter): Typo fix.
4011
4012 2002-01-02  Simon Josefsson  <jas@extundo.com>
4013
4014         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
4015         (gnus-body-boundary-delimiter): Fix type.
4016
4017 2002-01-01  Simon Josefsson  <jas@extundo.com>
4018
4019         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
4020         (gnus-treat-emphasize, gnus-treat-strip-cr)
4021         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
4022         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
4023         (gnus-treat-fill-article, gnus-treat-hide-citation)
4024         (gnus-treat-hide-citation-maybe)
4025         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
4026         (gnus-treat-strip-pem, gnus-treat-strip-banner)
4027         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
4028         (gnus-treat-date-ut, gnus-treat-date-local)
4029         (gnus-treat-date-english, gnus-treat-date-lapsed)
4030         (gnus-treat-date-original, gnus-treat-date-iso8601)
4031         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
4032         (gnus-treat-strip-trailing-blank-lines)
4033         (gnus-treat-strip-leading-blank-lines)
4034         (gnus-treat-strip-multiple-blank-lines)
4035         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
4036         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
4037         (gnus-treat-display-xface, gnus-treat-display-smileys)
4038         (gnus-treat-from-picon, gnus-treat-mail-picon)
4039         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
4040         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
4041         (gnus-treat-play-sounds, gnus-treat-translate)
4042         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
4043
4044         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
4045         (gnus-article-treat-body-boundary): Use it.
4046
4047         * message.el (message-mode): Fix doc.
4048         (message-mode-menu): Fix names.
4049
4050 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4051
4052         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
4053         articles.
4054
4055         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
4056         (gnus-picon-transform-address): Search for unknown faces as well.
4057         (gnus-picon-find-face): Don't search "news" for MISC.
4058         (gnus-picon-user-directories): Changed default back to exclude
4059         "unknown".
4060
4061         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
4062
4063         * gnus-picon.el (gnus-picon-find-face): Search through all
4064         databases.
4065         (gnus-picon-find-face): New implementation.
4066
4067         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
4068         keystroke.
4069         (gnus-topic-goto-next-topic): Ditto.
4070
4071         * gnus.el (gnus-summary-line-format): Changed default.
4072
4073         * nnmail.el (nnmail-extra-headers): Change default.
4074
4075         * gnus-sum.el (gnus-extra-headers): Change default.
4076
4077         * message.el (message-news-other-window): Changed "news" to
4078         "posting".
4079         (message-news-other-frame): Ditto.
4080         (message-do-send-housekeeping): Ditto.
4081
4082         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
4083         function.
4084         (gnus-article-unread-p): New function.
4085         (gnus-article-unseen-p): New function.
4086         (gnus-dead-summary-mode-map): Typo.
4087
4088         * gnus-util.el (gnus-make-predicate): New function.
4089         (gnus-make-predicate-1): New function.
4090
4091         * gnus-sum.el: New function.
4092         (gnus-map-articles): New function.
4093
4094         * gnus-art.el (gnus-treat-fold-headers): New variable.
4095         (gnus-article-treat-fold-headers): New command and keystroke.
4096
4097         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
4098         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
4099
4100 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4101
4102         * message.el (message-fcc-externalize-attachments): New variable.
4103         (message-do-fcc): Use it.
4104
4105         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
4106         (gnus-inews-do-gcc): Use it.
4107
4108         * mml.el (mml-tweak-sexp-alist): New variable.
4109         (mml-externalize-attachments): New variable.
4110         (mml-tweak-part): Use mml-tweak-sexp-alist.
4111         (mml-tweak-externalize-attachments): New function.
4112
4113 2002-01-01  Steve Youngs  <youngs@xemacs.org>
4114
4115         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
4116         'set-glyph-face' so x-face back/foreground can be set.
4117
4118 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4119
4120         * message.el (message-fix-before-sending): Fix a typo.
4121
4122 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4123
4124         * gnus-art.el (gnus-treat-smiley): Renamed command.
4125         (gnus-article-remove-images): New command and keystroke.
4126
4127         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
4128
4129         * smiley-ems.el (gnus-smiley-display): Removed.
4130
4131         * gnus.el (gnus-version-number): Update version.
4132
4133         * message.el (message-text-with-property): Renamed and moved
4134         here.
4135         (message-fix-before-sending): Highlight invisible text and place
4136         point there.
4137
4138 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4139
4140         * gnus.el: Oort Gnus v0.04 is released.
4141
4142 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4143
4144         * gnus-delay.el (gnus-delay-send-queue): Renamed.
4145
4146         * gnus-art.el (gnus-ignored-headers): More headers,
4147
4148         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
4149         of `scan-error', since XEmacs doesn't seem to support that.
4150
4151 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4152
4153         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
4154         arg.
4155         (gnus-summary-best-unread-subject): Ditto.
4156         (gnus-summary-best-unread-subject): No, don't.
4157         (gnus-summary-better-unread-subject): New command.
4158
4159         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
4160
4161         * lpath.el ((featurep 'xemacs)): fbind url function.
4162
4163         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
4164         buffer.
4165         (gnus-xmas-remove-image): Implementation that does something.
4166         (gnus-xmas-article-display-xface): Mark images properly.
4167
4168         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
4169
4170 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
4171
4172         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
4173
4174 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4175
4176         * gnus-group.el (gnus-group-line-format): Added %O to the default
4177         value.
4178
4179         * gnus-util.el (gnus-text-with-property): The smallest point is
4180         point-min.
4181
4182         * smiley-ems.el (smiley-region): Return images.
4183         (gnus-smiley-display): Allow toggling.
4184         (smiley-region): Use text properties, not overlays.
4185
4186         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
4187         implemented yet.
4188
4189         * smiley-ems.el (smiley-update-cache): Check for valid types.
4190
4191         * gnus-art.el (gnus-with-article-buffer): New macro.
4192
4193         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
4194         strings as well as the glyphs.
4195         (gnus-picon-transform-address): Ditto.
4196         (gnus-picon-insert-glyph): Ditto.
4197         (gnus-picon-transform-newsgroups): Toggle.
4198         (gnus-picon-transform-address): Toggle.
4199
4200         * gnus-ems.el (gnus-remove-image): New function.
4201         (gnus-put-image): Take an optional string.
4202
4203         * gnus-util.el (gnus-text-with-property): New function.
4204
4205         * gnus-art.el (gnus-delete-images): New function.
4206
4207         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
4208
4209         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
4210         (gnus-article-wash-status): Use it.
4211         (gnus-signature-toggle): Clean up.
4212         (gnus-add-wash-status): New function.
4213         (gnus-delete-wash-status): New function.
4214         (gnus-article-hide-text-type): Use them throughout.
4215         (gnus-add-image): New function.
4216
4217         * gnus-ems.el (gnus-article-display-xface): Use new interface.
4218
4219         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
4220         interface.
4221
4222         * gnus-art.el (article-display-x-face): Cleaned up.
4223
4224         * rfc2047.el (rfc2047-field-value): New function.
4225
4226         * mail-parse.el (mail-header-field-value): New alias.
4227
4228         * gnus-art.el (gnus-mime-print-part): Fix typos.
4229
4230         * smiley-ems.el (gnus-smiley-file-types): New variable.
4231         (smiley-update-cache): Use it.
4232         (smiley-regexp-alist): Suffix-less smiley names.
4233         (smiley-regexp-alist): Added more smileys.
4234
4235         * gnus-sum.el (gnus-print-buffer): Made into own function.
4236         (gnus-summary-print-article): Use it.
4237
4238         * mailcap.el (mailcap-mime-info): Actually return the bit that we
4239         looked for when REQUEST is a string.
4240
4241         * gnus-art.el (gnus-mime-button-commands): Add printing
4242         keystroke.
4243         (gnus-mime-copy-part): Doc fix.
4244         (gnus-mime-print-part): New command.
4245
4246 2001-12-31  Simon Josefsson  <jas@extundo.com>
4247
4248         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
4249         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
4250
4251 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4252
4253         * gnus-picon.el (gnus-treat-from-picon): Autoload.
4254         (picon): Fix doc.
4255
4256         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
4257         longer exists. Remove those codes.
4258         * gnus.el (gnus-use-picons): Ditto.
4259
4260 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4261
4262         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
4263         infloop.
4264
4265         * gnus-sum.el (t): New `W D' map.
4266
4267         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
4268         (gnus-article-treat-body-boundary): Clean up.
4269         (gnus-body-boundary-face): Removed.
4270         (gnus-article-goto-header): Moved here.
4271         (gnus-article-goto-header): Allow better regexps.
4272         (gnus-article-treat-fold-newsgroups): New command.
4273
4274         * gnus-sum.el (gnus-summary-move-article): We have to select an
4275         article to give `gnus-read-move-group-name' an opportunity to
4276         suggest an appropriate default.
4277
4278         * rfc2047.el (rfc2047-fold-line): New function.
4279         (rfc2047-unfold-line): Ditto.
4280         (rfc2047-fold-region): Don't fold just after the header name.
4281
4282         * mail-parse.el (mail-header-fold-line): New alias.
4283         (mail-header-unfold-line): Ditto.
4284
4285         * gnus-art.el (gnus-body-boundary-face): Renamed.
4286         (gnus-article-treat-body-boundary): Use it.
4287         (gnus-article-treat-body-boundary): Use an invisible header and a
4288         line of underline characters.
4289
4290 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4291
4292         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
4293
4294         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
4295         (gnus-picon-split-address): New function.
4296         (gnus-picon-find-face): Use it.
4297         (gnus-picon-transform-address): Use it. Set first to t for each
4298         address.
4299
4300         * gnus-art.el (gnus-with-article-headers): Move to here. Define
4301         the macro then use it.
4302         (gnus-treatment-function-alist): Treat picons earlier.
4303
4304 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4305
4306         * gnus-art.el (gnus-body-separator-face): New variable.
4307         (gnus-article-treat-body-boundary): Use a blank, colored line.
4308
4309         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
4310         well.
4311
4312         * gnus-art.el (gnus-treat-body-boundary): New variable.
4313         (gnus-article-treat-unfold-headers): Use helper macro.
4314         (gnus-article-treat-body-boundary): New command.
4315
4316         * gnus.el (gnus-logo-color-style): Change the default color.
4317         (gnus-splash-face): Gray, gray.
4318
4319         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
4320         colors.
4321
4322         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
4323         (gnus-logo-color-style): Ditto.
4324         (gnus-logo-colors): Ditto.
4325
4326         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
4327
4328         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
4329
4330         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
4331         (gnus-picon-transform-newsgroups): New function.
4332
4333         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
4334         string.
4335
4336         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
4337
4338         * gnus-art.el (gnus-treat-cc-picon): New variable.
4339         (gnus-treat-mail-picon): Renamed.
4340
4341         * gnus-picon.el: New implementation.
4342         (gnus-picon-find-face): Renamed.
4343         (gnus-treat-from-picon): Use it.
4344         (gnus-picon-transform-address): Renamed.
4345         (gnus-treat-from-picon): Use it.
4346         (gnus-picon-create-glyph): Renamed.
4347         (gnus-picon-transform-address): Use it.
4348         (gnus-treat-cc-picon): New command.
4349
4350         * mm-decode.el (mm-create-image-xemacs): Separated out into
4351         function.
4352         (mm-get-image): Use it.
4353
4354         * gnus-art.el (gnus-treat-display-picons): Simplify.
4355         (gnus-treat-from-picon): Renamed.
4356
4357         * gnus-ems.el (gnus-create-image): New function.
4358         (gnus-put-image): New function.
4359
4360         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
4361         (gnus-with-article-headers): New macro.
4362         (gnus-article-goto-header): New function.
4363
4364         * gnus-xmas.el (gnus-image-type-available-p): New function.
4365
4366         * gnus-ems.el (gnus-image-type-available-p): New function.
4367
4368 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4369
4370         * nnrss.el (nnrss-check-group): Find the correct tag, because
4371         xml.el is changed.
4372
4373 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4374
4375         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
4376         lines are shorter than the window width.
4377         (gnus-ignored-headers): More headers.
4378
4379 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4380
4381         * gnus-art.el (gnus-treat-unfold-lines): New variable.
4382         (gnus-treat-unfold-headers): Renamed.
4383         (gnus-article-treat-unfold-headers): New command and keystroke.
4384
4385         * rfc2047.el (rfc2047-encode-message-header): Clean up.
4386
4387         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
4388
4389 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4390
4391         * sha1-el.el (sha1-use-external): New variable.
4392         (sha1-region): Use it.
4393         (sha1-string): Ditto.
4394
4395         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
4396         * gnus-picon.el: Less warnings when compile.
4397
4398 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4399
4400         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
4401         alias.
4402         (gnus-picons-database): Default to list.
4403         (gnus-picons-lookup-internal): Use it.
4404
4405         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
4406         to "bogus".
4407
4408         * gnus-win.el (gnus-configure-windows-hook): New hook.
4409
4410 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
4411
4412         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
4413
4414 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4415
4416         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
4417         lists.
4418         (gnus-select-newsgroup): Don't append; push.
4419         (gnus-adjust-marked-articles): Remove obsolete ranges from
4420         `seen'.
4421         (gnus-update-marks): Clean up.
4422         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
4423
4424 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
4425
4426         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
4427
4428 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4429
4430         * gnus-sum.el (gnus-auto-select-subject): New variable.
4431         (gnus-summary-best-unread-subject): New function.
4432         (gnus-summary-best-unread-article): Use it.
4433         (gnus-summary-first-unseen-subject): New function and command.
4434
4435         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
4436         other treatments.
4437
4438         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
4439         function.
4440
4441         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
4442         from the list of hidden types.
4443
4444         * mm-view.el (mm-inline-text): Ditto.
4445         (mm-inline-text): Ditto.
4446         (mm-w3-prepare-buffer): Ditto.
4447
4448         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
4449
4450 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4451
4452         * gnus-art.el (gnus-ignored-headers): Added more headers.
4453
4454 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
4455
4456         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
4457         once.
4458
4459 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4460
4461         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
4462
4463 2001-12-28  Simon Josefsson  <jas@extundo.com>
4464
4465         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
4466         Jesper Harder <harder@ifa.au.dk>.
4467
4468 2001-12-27  Simon Josefsson  <jas@extundo.com>
4469
4470         * gnus-sum.el (gnus-select-newsgroup): Make
4471         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
4472         contain all articles (instead of none) when no seen marks have
4473         been set for the group.
4474         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
4475         instead, it seems to result in shorter ranges.
4476
4477 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4478
4479         * mm-util.el (mm-iso-8859-x-to-15-region): Use
4480         insert-before-markers.
4481         From Jesper Harder <harder@ifa.au.dk>
4482
4483 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
4484
4485         * nnmaildir.el (nnmaildir-save-mail): create the destination
4486         groups if they do not exist.
4487
4488 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4489
4490         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
4491
4492 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4493
4494         * gnus-group.el (gnus-group-read-ephemeral-group): Call
4495         gnus-group-real-name.
4496
4497         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
4498         (gnus-newsgroup-variables): Ditto.
4499
4500         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
4501         return it.
4502
4503 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
4504
4505         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
4506         * nnmaildir.el (top-level): Add commentary.
4507         (nnmaildir-version): Indicate that nnmaildir is now a standard
4508         part of Gnus, not separately released.
4509
4510 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4511
4512         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
4513         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
4514         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
4515         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4516
4517 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4518
4519         * nnmaildir.el: Copyright changes. Require cl only at compile time.
4520
4521 2001-12-20  Simon Josefsson  <jas@extundo.com>
4522
4523         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
4524         ZHU <zsh@cs.rochester.edu>.
4525         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
4526         Brian P Templeton <bpt@tunes.org>.
4527
4528 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4529
4530         * nnmaildir.el: New file.
4531         From Paul Jarc <prj@po.cwru.edu>.
4532
4533 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4534
4535         * nndoc.el (nndoc-type-alist): Move forward to the end.
4536
4537 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4538
4539         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
4540         `dolist'.
4541
4542 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4543
4544         * gnus-win.el (gnus-frames-on-display-list): New function.
4545         (gnus-get-buffer-window): Use it.
4546
4547 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4548
4549         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
4550
4551 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4552
4553         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
4554
4555 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4556            From Harald Meland <Harald.Meland@usit.uio.no>
4557
4558         * gnus-win.el (gnus-get-buffer-window): New function.
4559         (gnus-all-windows-visible-p): Use it.
4560
4561         * gnus-util.el (gnus-horizontal-recenter)
4562         (gnus-horizontal-recenter, gnus-horizontal-recenter)
4563         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
4564
4565         * gnus-score.el (gnus-score-insert-help): Use it.
4566
4567         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
4568         (gnus-generate-tree, gnus-highlight-selected-tree)
4569         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
4570         it.
4571
4572         * gnus-art.el (gnus-article-set-window-start)
4573         (gnus-mm-display-part, gnus-request-article-this-buffer)
4574         (gnus-button-next-page, gnus-button-prev-page)
4575         (gnus-article-button-next-page, gnus-article-button-prev-page):
4576         Use it.
4577
4578 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
4579
4580         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
4581         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
4582         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
4583
4584 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4585
4586         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
4587         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
4588         * mml1991.el, nnultimate.el: Add `coding'.
4589
4590 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
4591
4592         * ChangeLog: changed coding to buffer-file-coding-system
4593         * ChangeLog.1: same
4594         * nnwfm.el: same
4595         * gnus-smiley.el: same
4596         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
4597         * gnus-delay.el: same
4598         * gnus-spec.el: same
4599         * message.el: same
4600         * mml1991.el: same
4601         * nnultimate.el: same
4602
4603 2001-12-16  Simon Josefsson  <jas@extundo.com>
4604         Inspired by code by Dirk Meyer <dischi@tzi.de>.
4605
4606         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
4607         (gnus-summary-save-map): Add muttprint.
4608         (gnus-summary-make-menu-bar): Ditto.
4609         (gnus-summary-muttprint): New function.
4610
4611         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
4612
4613 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4614
4615         * uudecode.el (uudecode-decode-region-internal): Speedup by using
4616         temporary list instead of buffer.
4617
4618         * mm-url.el (executable-find): autoload.
4619
4620 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4621
4622         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
4623         to variable, follow doc-string conventions).
4624
4625 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
4626
4627         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
4628         subscribe-level
4629         * gnus-topic.el (gnus-subscribe-topics): use it.
4630
4631 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4632
4633         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
4634         messages. (A small patch with indentation)
4635         From Sean Neakums <sneakums@zork.net>.
4636
4637         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
4638         nil after shooting down the gnus-original-article-buffer.
4639
4640 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4641
4642         * uudecode.el (uudecode-use-external): New variable.
4643         (uudecode-decode-region): Automatically detect external program.
4644
4645         * binhex.el (binhex-use-external): New variable.
4646         (binhex-decode-region-internal): New function.
4647         (binhex-decode-region): Automatically detect external program.
4648
4649         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
4650         Use them.
4651
4652 2001-12-12  Simon Josefsson  <jas@extundo.com>
4653
4654         * nnvirtual.el (nnvirtual-always-rescan)
4655         (nnvirtual-component-regexp): Fix doc.
4656
4657         * nnoo.el (defvoo): Add doc to defvoo variables.
4658
4659         * nnml.el (nnml-directory, nnml-active-file)
4660         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
4661         (nnml-marks-is-evil, nnml-filenames-are-evil)
4662         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
4663
4664         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
4665         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
4666         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
4667         `error'.
4668
4669         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
4670         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
4671
4672         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
4673         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
4674         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
4675         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
4676
4677         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
4678         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
4679
4680         * imap.el, nnimap.el: Fix indentation.
4681
4682         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
4683
4684 2001-12-12  Didier Verna  <didier@xemacs.org>
4685
4686         * gnus-msg.el (gnus-group-news): New function.
4687         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
4688         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
4689         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
4690         for it.
4691         * gnus-msg.el (gnus-summary-news-other-window): New function.
4692         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
4693         bind it to `i'.
4694         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
4695         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
4696         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
4697         for it (called with a prefix).
4698         * gnus-msg.el (gnus-configure-posting-styles): add an optional
4699         group-name argument.
4700         * gnus-msg.el (gnus-setup-message): use it.
4701
4702 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4703
4704         * gnus-sum.el (gnus-summary-show-article): Fix doc.
4705
4706 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4707
4708         * mml.el (mime-to-mml): Remove Content-Disposition too.
4709
4710 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4711
4712         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
4713         * gnus-group.el (gnus-group-name-decode): Decode unibyte
4714         strings only.
4715         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
4716
4717 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
4718
4719         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
4720         (nnmail-fancy-expiry-target): Use it.
4721         Suggestions from Simon Josefsson <jas@extundo.com>.
4722
4723 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4724
4725         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
4726
4727 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4728
4729         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
4730
4731         * gnus-util.el (gnus-url-unhex-string): Move here.
4732
4733 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4734
4735         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
4736         mm-url-decode-entities-nbsp.
4737
4738         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
4739         * webmail.el, nnwfm.el: Use mm-url.
4740
4741         * mm-url.el (mm-url-fetch-form): Move from nnweb.
4742         (mm-url-remove-markup): Move from nnweb.
4743         (mm-url-fetch-simple): Move from webmail.
4744
4745         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
4746
4747 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4748
4749         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
4750         (gnus-summary-print-article): Use it.
4751
4752         * gnus-util.el (gnus-replace-in-string): Typo.
4753
4754 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4755
4756         * nnweb.el (nnweb-replace-in-string): Removed.
4757
4758         * gnus-util.el (gnus-replace-in-string): New function.
4759         (gnus-mode-string-quote): Use it.
4760
4761         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
4762         * nnwfm.el (nnwfm-create-mapping): Ditto.
4763
4764 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4765
4766         * dgnushack.el (dgnushack-compile): nnrss.el and
4767         nnslashdot.el don't depend on nnweb, url, w3.
4768
4769         * nnrss.el: Use mm-url.
4770
4771 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4772
4773         * mm-url.el (mm-url-insert-file-contents): Support file:.
4774
4775 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4776
4777         * mm-view.el: Lower case for the description line. Sync from the
4778         Emacs CVS.
4779
4780 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4781
4782         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
4783         From:  Stefan Monnier  <monnier@cs.yale.edu>
4784
4785 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4786
4787         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
4788
4789 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4790
4791         * mm-url.el: Require executable.
4792         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
4793
4794 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4795
4796         * pop3.el (pop3-munge-message-separator): Only use valid date.
4797         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
4798
4799         * Makefile.in: gnus-load.elc may not be generated.
4800
4801 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4802
4803         * mm-url.el: New file.
4804         * nnslashdot.el: Use it.
4805         * mm-extern.el (mm-extern-url): Use it.
4806
4807 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4808
4809         * gnus-sum.el (gnus-summary-save-article): Nix
4810         gnus-display-mime-function and gnus-article-prepare-hook.
4811
4812         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
4813         the beginning of lines.
4814         (gnus-complex-form-to-spec): Ditto.
4815
4816 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4817
4818         * message.el (message-make-mft): Fix the m-s-a-file regexp.
4819         From Paul Jarc <prj@po.cwru.edu>.
4820
4821 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4822
4823         * message.el: New variable message-subscribed-address-file;
4824         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
4825
4826 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4827
4828         * message.el (message-tab-body-function): Set to nil.
4829         (message-tab): Use text-mode-map or global-map.
4830         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
4831
4832 2001-11-30  Simon Josefsson  <jas@extundo.com>
4833
4834         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
4835         instead of gnus-union, for speed.  Suggested by Christoph Conrad
4836         <christoph.conrad@gmx.de>.
4837         (gnus-agent-fetch-group-1): Add verbose message.
4838
4839 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4840
4841         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
4842         of integers.
4843
4844 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4845
4846         * message.el (message-newgroups-header-regexp)
4847         (message-completion-alist, message-tab-body-function): Use
4848         defcustom rather than defvar.
4849         (message-tab): Mention `message-tab-body-function' in doc.
4850         Suggested by Karl Eichwalder.
4851
4852 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4853
4854         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
4855
4856 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4857
4858         * nnheader.el (nnheader-find-nov-line): Don't use macro
4859         gnus-delete-line.
4860
4861         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
4862         (gnus-group-name-charset): Ditto.
4863
4864         * gnus-util.el (gnus-buffer-live-p): Ditto.
4865
4866 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4867
4868         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
4869         open parenthesis in doc.
4870         (sieve-manage-authenticator-alist): Typo in doc.
4871         * imap.el (imap-authenticator-alist): Typo in doc.
4872         (imap-stream-alist): Backslash.
4873
4874         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
4875           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
4876
4877 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4878
4879         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
4880
4881         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
4882
4883         * gnus-msg.el (gnus-configure-posting-styles): use
4884         make-local-hook. Add LOCAL for add-hook.
4885
4886 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
4887
4888         * message.el (message-mode): Use `make-local-hook' unless
4889         obsolete.
4890         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
4891
4892 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4893
4894         * canlock.el: Remove sha1.el and base64.el stuff.
4895
4896 2001-11-26  Didier Verna  <didier@xemacs.org>
4897
4898         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
4899         if needed.
4900
4901 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4902
4903         * message.el (message-tamago-not-in-use-p): New function.
4904         (message-strip-forbidden-properties): Use it.
4905
4906 2001-11-26  Didier Verna  <didier@xemacs.org>
4907
4908         * gnus-start.el (gnus-check-first-time-used): only check for
4909         existence of .el[d] files.
4910
4911 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4912
4913         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
4914
4915         * message.el (message-setup-1): Clean up mc-*.
4916
4917 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4918
4919         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
4920         * gnus-score.el (gnus-score-find-bnews): Use it.
4921
4922         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
4923         (gnus-summary-limit-to-author): Ditto.
4924         (gnus-summary-limit-to-extra): Ditto.
4925         (gnus-summary-find-matching): Support not-matching argument.
4926
4927 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4928
4929         * message.el (message-wash-subject): Use `insert' rather than
4930         `insert-string', which is deprecated.
4931
4932 2001-11-24  Simon Josefsson  <jas@extundo.com>
4933
4934         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
4935         message. (Gnus does not "default" to using 8bit for the message,
4936         it default to use 8bit encoding and the user-supplied CTE
4937         value. Calling this behaviour "treating it as 8bit" is perhaps
4938         better.)
4939
4940         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
4941         (compare mm-charset-to-coding-system).
4942
4943 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4944
4945         * canlock.el (canlock-sha1-with-openssl): Use unibyte
4946         buffer. Correctly decode hex.
4947
4948 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4949
4950         * gnus-agent.el (gnus-category-insert-line): Convert category
4951         names to strings.
4952
4953 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4954
4955         * message.el (sha1): eval-and-compile.
4956
4957 2001-11-20  Simon Josefsson  <jas@extundo.com>
4958
4959         * message.el (message-allow-no-recipients): New variable.
4960         (message-send): Use it, customize the prompting when posting to
4961         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
4962
4963 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4964
4965         * mm-util.el (mm-coding-system-priorities): New variable.
4966         (mm-sort-coding-systems-predicate): New function.
4967         (mm-find-mime-charset-region): Resort coding systems if needed.
4968         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
4969
4970 2001-11-20  Didier Verna  <didier@xemacs.org>
4971
4972         * gnus-group.el (gnus-group-make-help-group): new optional
4973         argument to control the error behavior.
4974         * gnus-start.el (gnus-check-first-time-used): use it to avoid
4975         erroring.
4976
4977 2001-11-19  Simon Josefsson  <jas@extundo.com>
4978
4979         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
4980         instead of C-c C-u.  Suggested by Per Abrahamsen
4981         <abraham@dina.kvl.dk>.
4982
4983 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4984
4985         * nnfolder.el (nnfolder-read-folder): Use group instead of
4986         nnfolder-current-group.
4987         Suggested by Lorentey Karoly <lorentey@elte.hu>.
4988
4989 2001-11-17  Simon Josefsson  <jas@extundo.com>
4990
4991         * message.el (message-send): Ask user if Fcc/Gcc should be
4992         performed when no other sender was specified.
4993         Suggested by prj@po.cwru.edu (Paul Jarc).
4994
4995 2001-11-17  Simon Josefsson  <jas@extundo.com>
4996
4997         * message.el (message-mode, message-mode-map): Use C-c C-u for
4998         Importance: instead of C-c C-p (used by SC).
4999
5000 2001-11-16  Simon Josefsson  <jas@extundo.com>
5001
5002         * message.el (message-insert-importance-high)
5003         (message-insert-importance-low): Save point.
5004
5005         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
5006         value.
5007
5008 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
5009
5010         * message.el (message-strip-special-text-properties): New option.
5011         (message-strip-forbidden-properties): Obey it.
5012
5013 2001-11-14  Sam Steingold  <sds@gnu.org>
5014
5015         * gnus-score.el: Fixed some doc strings to properly quote symbols.
5016
5017 2001-11-15  Simon Josefsson  <jas@extundo.com>
5018
5019         Support "Importance:" header in Message.
5020
5021         * message.el (message-mode-map): Bind C-c C-p to
5022         `message-insert-or-toggle-importance'
5023         (message-mode-menu): Add message-insert-importance-{high,low}.
5024         (message-insert-importance-high, message-insert-importance-low)
5025         (message-insert-or-toggle-importance): New functions.
5026         (message-tool-bar-map): Add {un,}important.
5027         (message-mode): Doc fix.
5028
5029 2001-11-15  Simon Josefsson  <jas@extundo.com>
5030
5031         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
5032
5033         * mml.el (mml-menu): Fix toolbar tooltip.
5034
5035 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5036
5037         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
5038         * nnml.el (nnml-save-marks): Ditto.
5039
5040         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
5041
5042 2001-11-15  Simon Josefsson  <jas@extundo.com>
5043
5044         * nnml.el (nnml-save-marks):
5045         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
5046         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
5047
5048 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5049
5050         * gnus-art.el (gnus-article-wash-status-strings): Use
5051         `copy-sequence', not `copy-seq'.
5052
5053 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5054
5055         * gnus-art.el (gnus-article-wash-status-strings): New constant.
5056         (gnus-gnus-article-wash-status-entry): New function.
5057         (gnus-article-wash-status): Use it.
5058
5059 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5060
5061         * mml1991.el: Add coding header.
5062
5063 2001-11-12  Simon Josefsson  <jas@extundo.com>
5064
5065         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
5066         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
5067         `mml1991-sign' and `mml1991-encrypt'.
5068         (mml1991-encrypt, mml1991-sign): New glue functions.
5069         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
5070
5071         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
5072         (mml-menu): Add PGP to menu.
5073
5074         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
5075         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
5076         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
5077         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
5078
5079         * mml2015.el: Mention RFC 3156.
5080
5081         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
5082
5083 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5084
5085         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
5086
5087         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
5088           From <Michael.Cook@cisco.com>
5089
5090 2001-11-11  Simon Josefsson  <jas@extundo.com>
5091
5092         * message.el (top-level): Autoload sha1.
5093         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
5094         canlock, no need to require two different hash algs).  Suggested
5095         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
5096
5097 2001-11-09  Simon Josefsson  <jas@extundo.com>
5098
5099         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
5100         <Pavel@Janik.cz>.
5101
5102 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5103
5104         * message.el (message-point-in-header-p): New function.
5105         (message-do-auto-fill): Use it.
5106         (message-beginning-of-line): New function.  Goes to beginning of
5107         header value (i.e., end of header name), or to beginning of line
5108         if already at beginning of value.  Behaves like
5109         `beginning-of-line' when in message body.
5110         (message-mode-map): Bind it.
5111
5112 2001-11-08  Simon Josefsson  <jas@extundo.com>
5113
5114         * gnus-msg.el (gnus-posting-styles): Add doc.
5115
5116 2001-11-07  Simon Josefsson  <jas@extundo.com>
5117
5118         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
5119
5120         * sieve-mode.el (sieve-control-commands-face)
5121         (sieve-control-commands-face, sieve-action-commands-face)
5122         (sieve-test-commands-face, sieve-tagged-arguments-face): New
5123         faces.
5124         (sieve-font-lock-keywords): Use them.
5125         (sieve-mode): Only set font-lock-defaults in emacs.
5126
5127         * gnus-art.el (gnus-default-article-saver): Add
5128         gnus-summary-save-body-in-file.
5129         (gnus-summary-write-to-file): Fix doc.
5130
5131 2001-11-07  Simon Josefsson  <jas@extundo.com>
5132
5133         * gnus-art.el (gnus-treat-highlight-signature): Add cross
5134         reference to the correct chapter in the manual.
5135
5136         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
5137         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
5138
5139 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5140
5141         * mml.el (mml-preview): Bind mail-header-separator.
5142
5143 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5144
5145         * message.el: Always require canlock.
5146         (message-ignored-supersedes-headers): Include Cancel-Lock and
5147         Cancel-Key.
5148         (message-insert-canlock): Don't require canlock.
5149         (message-cancel-news): Don't check whether canlock is available.
5150         (message-supersede): Support cancel-locks.
5151
5152         * gnus-art.el: Don't autoload canlock.
5153
5154 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5155
5156         * mail-source.el (mail-source-fetch-imap): ASYNC param.
5157         From: <andre@slamdunknetworks.com>
5158
5159 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5160
5161         * many files: Fix copyright lines.
5162
5163 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5164
5165         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
5166         Suggested by Dave Love  <fx@gnu.org>.
5167
5168 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5169
5170         * message.el (message-kill-buffer): Remove auto-save file after
5171         confirm.
5172
5173         * message.el (message-send-mail): Call message-generate-headers
5174         once.  Suggested by Matt Armstrong <matt@lickey.com>.
5175
5176         * gnus-topic.el (gnus-topic-rename): Initial-input.
5177         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
5178
5179 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5180
5181         * message.el (message-forbidden-properties): New constant.
5182         (message-strip-forbidden-properties): New function.
5183         (message-mode): Activate it.
5184
5185 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5186
5187         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
5188         (mm-hack-charsets): Fix doc.
5189
5190 2001-11-02  Simon Josefsson  <jas@extundo.com>
5191
5192         * gnus-int.el (gnus-check-server): Message "...done" when done.
5193
5194         * imap.el (imap-close): Don't message (imap-send-command-wait
5195         returns if the connection is dropped).
5196         (imap-wait-for-tag): Nix out message only when necessary.
5197
5198         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
5199         for non-crossposting.
5200         (gnus-sieve-crosspost): Default to t to be consistent with other
5201         parts of Gnus.
5202
5203 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5204
5205         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
5206         (mm-iso-8859-x-to-15-table): Ditto.
5207         (mm-iso-8859-x-to-15-region): Ditto.
5208         (mm-find-mime-charset-region): Ditto.
5209
5210 2001-11-01  Simon Josefsson  <jas@extundo.com>
5211
5212         * nnimap.el (nnimap-close-asynchronous): New variable.
5213         (nnimap-close-group): Use it.
5214         (nnimap-expunge): Don't use it.
5215
5216         * imap.el (imap-callbacks): New variable.
5217         (imap-remassoc): Copied from `gnus-remassoc'.
5218         (imap-add-callback): New function.
5219         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
5220         behaviour.
5221         (imap-parse-response): Call the callback.
5222
5223         * message.el (message-insert-canlock): New variable.
5224         (message-canlock-generate, message-canlock-password)
5225         (message-insert-canlock): New functions.
5226         (message-send-news): Call `message-insert-canlock'.
5227         (top-level): Require canlock when compiling.
5228         (message-insert-canlock): Require canlock before we need it.
5229
5230 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5231
5232         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
5233
5234 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5235
5236         * dgnushack.el (dgnushack-make-load): A workaround for
5237         custom-add-loads bug in some versions of XEmacs.
5238
5239 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5240
5241         * mm-util.el (mm-charset-synonym-alist): Revert (some).
5242
5243 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5244
5245         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
5246         (mm-hack-charsets): New variable.
5247         (mm-iso-8859-15-compatible): New variable.
5248         (mm-iso-8859-x-to-15-table): New variable.
5249         (mm-find-mime-charset-region): Add parameter hack-charsets.
5250
5251         * mm-bodies.el (mm-encode-body): Use it.
5252         * mml.el (mml-parse-1): Ditto.
5253
5254 2001-11-01  Simon Josefsson  <jas@extundo.com>
5255
5256         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
5257
5258 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5259
5260         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
5261         is nil.
5262
5263 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5264
5265         * smiley-ems.el (smiley-update-cache): Auto detect file type.
5266
5267         * message.el (message-forward-rmail-make-body): Use
5268         save-window-excursion.
5269         (message-encode-message-body): Search with noerror.
5270         (message-setup-1): Convert compose-mail send-actions to
5271         message-send-actions.
5272
5273 2001-11-01  Simon Josefsson  <jas@extundo.com>
5274
5275         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
5276         <yamaoka@jpl.org>.
5277
5278 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5279
5280         * sieve-manage.el (sieve-string-bytes): No complain.
5281
5282 2001-11-01  Simon Josefsson  <jas@extundo.com>
5283
5284         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
5285         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
5286         has autoload cookies, so no `require' should be necessary.)
5287
5288         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
5289         files.
5290
5291 2001-10-31  Simon Josefsson  <jas@extundo.com>
5292
5293         * gnus-cus.el (gnus-group-parameters): Support integer `display'
5294         parameter.
5295
5296         * gnus-sum.el (gnus-select-newsgroup): If group parameter
5297         `display' is a number (and C-u wasn't used to enter group), only
5298         fetch that number of articles.
5299
5300 2001-10-31  Matt Armstrong  <matt@lickey.com>
5301
5302         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
5303         not-subscribed -> subscribed.
5304
5305 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5306         From: Josh Huber <huber@alum.wpi.edu>
5307
5308         * message.el (message-subscribed-address-functions): New variable.
5309         (message-subscribed-addresses): New variable.
5310         (message-subscribed-regexps): New variable.
5311         (message-goto-mail-followup-to): New function.
5312         (message-send-mail): Add Mail-Followup-To.
5313         (message-make-mft): New function.
5314
5315         * gnus.el (gnus-find-subscribed-addresses): New function.
5316
5317 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5318
5319         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
5320         (mail-source-fetch-pop): Ditto.
5321         (mail-source-check-pop): Ditto.
5322
5323         * gnus-start.el (gnus-read-init-file): Ditto.
5324         (gnus-activate-group): Ditto.
5325         (gnus-read-newsrc-el-file): Ditto.
5326
5327 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5328
5329         * message.el (message-get-reply-headers): Make sure there is ", ".
5330
5331         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
5332         mm-coding-system-p. Don't correct it only in XEmacs.
5333         (mm-charset-to-coding-system): Use mm-coding-system-p and
5334         mm-get-coding-system-list.
5335         (mm-emacs-mule, mm-mule4-p): New variables.
5336         (mm-enable-multibyte, mm-disable-multibyte,
5337         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
5338         mm-with-unibyte-current-buffer,
5339         mm-with-unibyte-current-buffer-mule4): Use them.
5340         (mm-find-mime-charset-region): Treat iso-2022-jp.
5341
5342         From  Dave Love  <fx@gnu.org>:
5343
5344         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
5345         construction.
5346         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
5347         entries conditional on not having a coding system defined for
5348         them.
5349         (mm-mule-charset-to-mime-charset): Use
5350         find-coding-systems-for-charsets if defined.
5351         (mm-charset-to-coding-system): Don't use
5352         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
5353         later.  Add last resort search of coding systems.
5354         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
5355         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
5356         Mule 4.
5357         (mm-find-mime-charset-region): Re-write.
5358         (mm-with-unibyte-current-buffer): Restore buffer as well as
5359         multibyteness.
5360
5361 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5362
5363         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
5364         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
5365         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
5366
5367 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5368
5369         * gnus-art.el (article-display-x-face): Nix buffer-read-only
5370         again.
5371
5372         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
5373
5374 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5375
5376         * gnus-spec.el (gnus-parse-simple-format): Use
5377           buffer-substring-no-properties.
5378
5379 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5380
5381         * gnus-art.el (article-verify-cancel-lock): New function.
5382
5383         * nnheader.el (nntp-process-response): New variable.
5384         (nnheader-init-server-buffer): Make `nntp-process-response'
5385         buffer-local in `nntp-server-buffer'.
5386
5387         * nntp.el (nntp-prepare-post-hook): New hook.
5388         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
5389         (nntp-async-trigger): Ditto.
5390         (nntp-request-post): Insert a server's ID if there's no Message-ID
5391         header; run `nntp-prepare-post-hook'.
5392
5393 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5394
5395         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
5396         instead.
5397
5398         * message.el (message-forward-subject-author-subject): Don't use
5399         message-news-p, which widens the buffer.
5400         (message-forward-make-body): New function.
5401         (message-forward): Use it.
5402         (message-insinuate-rmail): New function.
5403         (message-forward-rmail-make-body): New function.
5404
5405 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5406
5407         * mm-extern.el (mm-extern): Provide it.
5408
5409         * mm-partial.el (mm-partial): Provide it.
5410
5411 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5412
5413         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
5414
5415 2001-10-29  Simon Josefsson  <jas@extundo.com>
5416
5417         * mml.el (mml-preview): Bind message-this-is-news if it is
5418         news. From Jesper Harder <harder@myrealbox.com>.
5419
5420 2001-10-28  Simon Josefsson  <jas@extundo.com>
5421
5422         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
5423
5424 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
5425
5426         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
5427         ironic smilies.
5428
5429 2001-10-27  Simon Josefsson  <jas@extundo.com>
5430
5431         * message.el (message-indent-citation): Don't add trailing
5432         whitespace when citing text.
5433
5434         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
5435         <harder@ifa.au.dk>.
5436
5437 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5438
5439         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
5440         not available.
5441         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
5442         (nnweb-type-definition): Add google as alias of dejanews.
5443         (nnweb-google-parse-1): Forward 1 line.
5444
5445 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5446
5447         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
5448         variable `message-forward-ignored-headers'.
5449
5450 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
5451
5452         * gnus.el (gnus-expand-group-parameter): New function.
5453         (gnus-expand-group-parameters): Call it.
5454         (gnus-group-fast-parameter): New function.
5455         (gnus-group-find-parameter): Call it.
5456
5457 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5458
5459         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
5460         vector (it didn't before because of a bug).
5461         * gnus-msg.el (gnus-post-news): Use header vector directly, if
5462         available.  Before it converted it to an article number.
5463
5464         This makes followup to news articles with negative numbers in
5465         nnvirtual groups use news instead of mail.
5466
5467 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5468
5469         * gnus.el (post-method): Use `native' instead of `nil'.
5470
5471         * gnus-msg.el (gnus-post-method): Ditto.
5472
5473 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5474
5475         * gnus.el (gnus-define-group-parameter): Grammar fix.
5476
5477 2001-10-22  Simon Josefsson  <jas@extundo.com>
5478
5479         * gnus-msg.el (gnus-extended-version): Include
5480         system-configuration.
5481         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
5482
5483 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
5484
5485         * gnus.el (post-method): Customization fix: `native' is not a
5486         valid value.
5487         * gnus-msg.el (gnus-post-method): Doc and customization fix:
5488         `native' is not a valid value.
5489
5490 2001-10-21  Simon Josefsson  <jas@extundo.com>
5491
5492         * nnimap.el (nnimap): Defgroup
5493         (nnimap-strict-function, nnimap-strict-function-match): New
5494         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
5495         (nnimap-split-crosspost, nnimap-split-inbox)
5496         (nnimap-split-rule, nnimap-split-predicate)
5497         (nnimap-split-predicate): Defcustom.
5498         (nnimap-split-inbox, nnimap-expunge-search-string)
5499         (nnimap-importantize-dormant): Remove "*" from doc.
5500
5501 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5502
5503         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
5504         not supplied via prefix arg.  From Lisp, make arg mandatory.
5505         Suggested by Frank Schmitt.
5506
5507 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
5508
5509         * message.el (message-do-auto-fill): Avoid calling
5510         'rfc822-goto-eoh'.
5511
5512 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5513         From Paul Jarc <prj@po.cwru.edu>.
5514
5515         * message.el (message-get-reply-headers): Restructure the logic
5516         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
5517
5518 2001-10-20  Simon Josefsson  <jas@extundo.com>
5519
5520         * message.el (message-cancel-news): Support cancel-locks.
5521         Suggested by Per Abrahamsson.
5522
5523         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
5524         conses.  From David Z Maze <dmaze@MIT.EDU>.
5525
5526         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
5527
5528 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5529
5530         * mm-decode.el (mm-default-directory): Fix customize type.
5531
5532         * message.el (message-setup-fill-variables): Kludge to use
5533         normal-auto-fill-function even if auto fill is already activated.
5534
5535 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5536
5537         * message.el (message-do-auto-fill): New version that does not
5538         rely on text properties, by Simon Josefsson <jas@extundo.com>.
5539         (message-setup-1): Removed the `message-field' property.
5540
5541         * gnus-draft.el (gnus-draft-edit-message): Removed the
5542         `message-field' property.
5543
5544 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5545
5546         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
5547         `message-field'.  The `field' property has a special significance in
5548         Emacs 21.
5549
5550         * message.el (message-send, message-setup-1): Ditto.
5551
5552 2001-10-18  Simon Josefsson  <jas@extundo.com>
5553
5554         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
5555         when undoing.
5556
5557 2001-10-18  Simon Josefsson  <jas@extundo.com>
5558         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
5559
5560         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
5561         (gnus-summary-make-menu-bar): Ditto.
5562
5563 2001-10-17  Simon Josefsson  <jas@extundo.com>
5564
5565         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
5566         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
5567
5568 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5569
5570         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
5571         * gnus-util.el (gnus-user-date): New function.
5572         From Frank Schmitt <usenet@Frank-Schmitt.net>.
5573
5574 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5575
5576         * message.el (message-check-news-header-syntax): Special case
5577         nnvirtual groups.
5578
5579         * gnus-sum.el (gnus-summary-respool-default-method): Changed
5580         customize type to `symbol'.
5581
5582 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5583
5584         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
5585         %&foo;.
5586         (gnus-parse-simple-format): Support user extended spec too.
5587         %u&foo; invokes gnus-user-format-function-foo.
5588
5589 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5590
5591         * nnml.el (nnml-request-expire-articles): Make sure it is back to
5592         the server.
5593         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
5594         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5595         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
5596         * nndiary.el (nndiary-request-expire-articles): Ditto.
5597         (nndiary-schedule): Defsubst it before use it.
5598         (nndiary-error): eval-and-compile.
5599
5600 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5601
5602         * gnus-msg.el (gnus-post-method): Changed two instances of
5603         `active' to `current' and one `null' to `not'.
5604
5605 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5606         From Katsumi Yamaoka <yamaoka@jpl.org>.
5607
5608         * message.el (message-setup-fill-variables): Use
5609         `normal-auto-fill-function' instead of `auto-fill-function'.
5610
5611 2001-10-16  Simon Josefsson  <jas@extundo.com>
5612
5613         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
5614         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
5615         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
5616
5617 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5618         Patch by Oliver Scholz <oscholz@my.gnus.org>.
5619
5620         * gnus-draft.el (gnus-draft-edit-message): Add text property
5621         `field' with value `header' to message headers.
5622         * message.el (message-setup-1): Really add text property to all of
5623         the header, not just part of it.
5624
5625 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5626
5627         * gnus-group.el (gnus-group-sort-by-server): Use it.
5628
5629         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
5630
5631         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
5632         and keystroke.
5633
5634 2001-10-14  Simon Josefsson  <jas@extundo.com>
5635
5636         * dig.el: Doc fix.
5637
5638         * smime.el: Doc fix.
5639
5640         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
5641         charset magic from message.el.
5642
5643 2001-10-12  Simon Josefsson  <jas@extundo.com>
5644         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
5645
5646         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
5647         'cite from g-a-wash-types.
5648         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
5649         (gnus-article-hide-citation): Fix.
5650
5651         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
5652         character.
5653         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
5654
5655         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
5656         definition.
5657         (gnus-signature-toggle): Toggle `s' mode line character.
5658
5659         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
5660         doing stuff that clears it.
5661
5662 2001-10-12  Simon Josefsson  <jas@extundo.com>
5663
5664         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
5665         From Eric Marsden <emarsden@laas.fr>.
5666
5667 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5668
5669         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
5670         (autoload): Add some autoloads.
5671
5672 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5673         Suggested by Oliver Scholz <epameinondas@gmx.de>.
5674
5675         * message.el (message-do-auto-fill): New function.  Like
5676         `do-auto-fill' but don't fill when in the message header.
5677         (message-setup-1): Put a text property on the message header.
5678         (message-setup-fill-variables): Use `message-do-auto-fill'.
5679
5680 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5681
5682         * message.el (message-send-mail-partially): Insert an empty line
5683         first, because of the change of message-make-lines.
5684
5685 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
5686
5687         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
5688         iso-8859-15, make it an alias for iso-8859-1.
5689
5690 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5691
5692         * message.el (message-send-news): Don't modify the value of
5693         `message-syntax-checks' if it is not a list (possibly it is
5694         `dont-check-for-anything-just-trust-me').
5695
5696 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5697
5698         * gnus-group.el (gnus-group-name-charset-group-alist): Use
5699         `find-coding-system' for XEmacs to check whether the coding-system
5700         `utf-8' is available.
5701
5702 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5703
5704         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
5705
5706 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
5707
5708         * message.el (message-send-news): Oops, missed case with no
5709         "Followup-To" header...
5710
5711 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
5712
5713         * message.el (message-send-news): Allow
5714         `gnus-group-name-charset-group-alist' to affect encoding of the
5715         "Newsgroups" and "Followup-To" headers.
5716
5717 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5718
5719         * Makefile.in (install-el): Depend on gnus-load.el.
5720
5721 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5722
5723         * Makefile.in (install-el): Use -f.
5724         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
5725
5726 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
5727
5728         * message.el (message-send-news): Don't encode Followups-To when
5729         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
5730
5731         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
5732         header.
5733
5734         * gnus-art.el (article-decode-group-name): Also decode
5735         "Followup-To".
5736
5737         * rfc2047.el (rfc2047-encode-message-header): Encode without
5738         asking for null methods.
5739
5740         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
5741         default charset for newsgroup names in accordance with USEFOR.
5742
5743         * gnus-group.el (gnus-group-name-charset-method-alist,
5744         gnus-group-name-charset-group-alist): Removed "*" from doc
5745         strings, "*" should not be used for complex variables.
5746
5747 2001-10-06  Simon Josefsson  <jas@extundo.com>
5748
5749         Support UTF-8 group names better.
5750
5751         * message.el (message-check-news-header-syntax): Encode group
5752         names before comparison.
5753
5754         * gnus-msg.el (gnus-copy-article-buffer): Run all
5755         `gnus-article-decode-hook's except `article-decode-charset'
5756         instead of hardcoding call to one of them.
5757
5758         * gnus-art.el (gnus-article-decode-hook): Add
5759         `article-decode-group-name'.
5760         (article-decode-group-name): New function, use `g-d-n'.
5761
5762         * gnus-group.el (gnus-group-insert-group-line): Decode
5763         gnus-tmp-group using `g-d-n'.
5764
5765         * gnus-util.el (gnus-decode-newsgroups): New function.
5766
5767 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
5768
5769         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
5770         `gnus-group-name-charset-group-alist'.
5771
5772 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5773
5774         * Makefile.in: Install el in install. Add uninstall.
5775
5776 2001-10-05  Simon Josefsson  <jas@extundo.com>
5777
5778         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
5779
5780         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
5781
5782         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
5783         empty folders.
5784
5785         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
5786         limiting if read-all (C-u RET) was used.
5787
5788 2001-10-04  Simon Josefsson  <jas@extundo.com>
5789
5790         * mail-source.el (mail-source-movemail-program): New variable.
5791         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
5792         <thutt@thutt.vmware.com>.
5793
5794 2001-10-03  Simon Josefsson  <jas@extundo.com>
5795
5796         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
5797         (gnus-summary-line-format-alist): Fix param.
5798
5799 2001-10-02  Simon Josefsson  <jas@extundo.com>
5800
5801         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
5802         don't go through `nnimap-request-expire-articles' to delete the
5803         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
5804
5805 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5806
5807         * gnus-agent.el (gnus-agent-write-active): The min in the
5808         agent/active may be larger than that in the server/active.
5809
5810 2001-10-01  Simon Josefsson  <jas@extundo.com>
5811
5812         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
5813         is IMAP4rev1.
5814
5815         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
5816
5817         * nnfolder.el: Ditto.
5818
5819 2001-09-30  Dan Christensen  <jdc@uwo.ca>
5820
5821         * gnus-sum.el (gnus-summary-extract-address-component): New function.
5822         (gnus-summary-from-or-to-or-newsgroups): Optimize.
5823
5824 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5825
5826         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
5827         (message-mode-menu): Menu item for same.
5828
5829         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
5830         delayed articles.
5831
5832         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
5833         nndraft:delayed does not exist.
5834         (gnus-delay-initialize): Don't set up keymap, that's done from
5835         message.el now.
5836         (gnus-delay, gnus-delay-group, gnus-delay-header)
5837         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
5838
5839 2001-09-29  Simon Josefsson  <jas@extundo.com>
5840
5841         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
5842         utf-8, not eight-bit-control.
5843
5844         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
5845         (imap-log, imap-debug): Custom.
5846         (imap-log-buffer, imap-debug-buffer): New constants.
5847         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
5848         (imap-network-open, imap-shell-open, imap-starttls-open)
5849         (imap-send-command-1, imap-send-command, imap-arrival-filter)
5850         (imap-debug): Use imap-*-buffer.
5851
5852         * nndoc.el (nndoc-article-type): Add mailman.
5853         (nndoc-type-alist): Ditto.
5854         (nndoc-mailman-type-p): New function.
5855
5856 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5857
5858         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
5859         gnus-art.el.
5860
5861 2001-09-27  Simon Josefsson  <jas@extundo.com>
5862
5863         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
5864         (gnus-topic-catchup-articles): New function. Suggested by Robin
5865         S. Socha <robin-dated-1001857693.185e29@socha.net>.
5866
5867 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5868         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
5869
5870         * gnus-ems.el (gnus-article-display-xface): Insert xface after
5871         previous ones.
5872
5873 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5874         From Daiki Ueno  <ueno@unixuser.org>
5875
5876         * gnus-sum.el (gnus-summary-show-article): The arglist of
5877         detect-coding-region is incompatible.
5878
5879 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5880         From Katsuhiro Hermit Endo <hermit@koka-in.org>
5881
5882         * gnus-group.el (gnus-group-delete-group): Typo.
5883
5884 2001-09-26  Simon Josefsson  <jas@extundo.com>
5885
5886         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
5887
5888         * nnimap.el (nnimap-expiry-target): Use temp buffer.
5889
5890 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5891
5892         * gnus-cus.el (gnus-group-parameters): Display as sexp.
5893
5894 2001-09-22  Simon Josefsson  <jas@extundo.com>
5895
5896         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
5897
5898         * nnfolder.el (nnfolder-open-marks): Ditto.
5899
5900         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
5901         (gnus-update-marks): Use it.
5902         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
5903         hardcoded list.
5904
5905         * gnus.el (gnus-article-special-mark-lists): Add killed.
5906         (gnus-article-unpropagated-mark-lists): New constant.
5907
5908 2001-09-22  Simon Josefsson  <jas@extundo.com>
5909
5910         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
5911         custom option.
5912
5913 2001-09-23  Simon Josefsson  <jas@extundo.com>
5914
5915         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
5916
5917 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5918
5919         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
5920
5921 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
5922
5923         * gnus-group.el (gnus-group-sort-function): Fix customize type to
5924         accept lists of functions.
5925
5926 2001-09-20  Simon Josefsson  <jas@extundo.com>
5927
5928         * gnus-group.el (gnus-group-catchup): Update expire marks in
5929         backend.  Also, if ALL also set expire marks on tick/dormant.
5930
5931 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5932
5933         * message.el (message-tab-body-function): New variable.
5934         * message.el (message-tab): Use it.
5935
5936 2001-09-19  Sam Steingold  <sds@gnu.org>
5937
5938         * gnus-win.el (gnus-buffer-configuration): Respect
5939         `gnus-bug-create-help-buffer'.
5940
5941 2001-09-18  Simon Josefsson  <jas@extundo.com>
5942
5943         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
5944         (gnus-parse-simple-format): Re-revert.
5945
5946 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
5947
5948         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
5949         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
5950
5951 2001-09-18  Simon Josefsson  <jas@extundo.com>
5952
5953         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
5954         signed.
5955         (gnus-parse-simple-format): Don't use it.
5956
5957 2001-09-17  Miles Bader  <miles@gnu.org>
5958
5959         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
5960         error querying a backend abort the whole process.
5961
5962 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5963
5964         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
5965         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
5966
5967 2001-09-17  Didier Verna  <didier@xemacs.org>
5968
5969         * nndiary.el: version 0.2-b14.
5970         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
5971         compatibility problem with XEmacs 21.1.
5972
5973 2001-09-15  Simon Josefsson  <jas@extundo.com>
5974
5975         * gnus-group.el (gnus-group-line-format): Document %c.
5976
5977         * nnml.el (nnml-parse-head): Handle CRLF files.
5978         (nnml-generate-nov-file): Ditto.
5979         (nnml-retrieve-headers): Ditto.
5980
5981 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
5982
5983         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
5984
5985 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
5986
5987         * gnus-spec.el (gnus-correct-substring): Still stopped one
5988         character before we wanted (never included last character).
5989         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
5990         add missing "," (once per function)
5991
5992 2001-09-14  Simon Josefsson  <jas@extundo.com>
5993
5994         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
5995         (otherwise e.g. gnus-agentize in .gnus overrides the customized
5996         default before gnus-group is loaded and the variable set.)
5997
5998         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
5999         killed or unsent marks.
6000
6001         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
6002         isn't an article to set it on (e.g. when you `a' in a group).
6003
6004 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6005
6006         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
6007         can read e-mails from Microsoft Outlook users not using ISO
6008         8859-2 character set.
6009
6010 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6011
6012         * gnus-diary.el: Minor modifications to avoid warnings.
6013         (gnus-summary-misc-menu): defvar.
6014         (gnus-diary-check-message): Use gnus-point-at-eol.
6015         (gnus-diary-kill-entire-line): eval-and-compile.
6016
6017 2001-09-12  Didier Verna  <didier@xemacs.org>
6018
6019         * nndiary.el: new version (0.2-b13).
6020         * nndiary.el (nndiary-mail-sources): doc update.
6021         * nndiary.el (nndiary-split-methods): ditto.
6022         * nndiary.el (nndiary-request-accept-article-hooks): New.
6023         * nndiary.el (nndiary-request-accept-article): use it, check
6024         message validity.
6025         * nndiary.el (nndiary-get-new-mail): changed default to nil.
6026         * nndiary.el (nndiary-schedule): fix bug (misplaced
6027         condition-case): it didn't return nil on error.
6028         * gnus-diary.el: new version.
6029         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
6030         * gnus-diary.el (gnus-diary-header-value-history): New.
6031         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
6032         * gnus-diary.el (gnus-diary-add-header): New.
6033         * gnus-diary.el (gnus-diary-check-message): New.
6034         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
6035         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
6036
6037 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6038
6039         * gnus-sum.el (gnus-select-newsgroup): Make
6040         `gnus-current-select-method' buffer-local.
6041
6042         * gnus-art.el (gnus-request-article-this-buffer): Refer
6043         `gnus-current-select-method' in the current summary buffer.
6044
6045 2001-09-10  Simon Josefsson  <jas@extundo.com>
6046         From Daniel Pittman <daniel@rimspace.net>
6047
6048         * gnus-spec.el (gnus-correct-pad-form): Fix.
6049
6050 2001-09-09  Simon Josefsson  <jas@extundo.com>
6051
6052         * mm-decode.el (mm-inline-media-tests): Add
6053         application/x-emacs-lisp.
6054         (mm-attachment-override-types): Add
6055         application/{x-,}pkcs7-signature.
6056
6057         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
6058         (gnus-server-line-format, gnus-server-mode-line-format)
6059         (gnus-server-browse-in-group-buffer): Customize.
6060
6061 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6062
6063         * nnml.el (nnml-marks-changed-p): Typo.
6064         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
6065         (nnml-marks-changed-p): Use gnus-gethash.
6066         (nnml-marks-modtime): Use gnus-make-hashtable.
6067
6068         * nnfolder.el (nnfolder-marks-changed-p): Typo.
6069         (nnfolder-request-expire-articles, nnfolder-save-marks)
6070         (nnfolder-open-marks): Typo.
6071         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
6072         (nnfolder-marks-changed-p): Use gnus-gethash.
6073         (nnfolder-marks-modtime): Use gnus-make-hashtable.
6074
6075 2001-09-08  Simon Josefsson  <jas@extundo.com>
6076
6077         * nnfolder.el (nnfolder-marks-modtime): New variable.
6078         (nnfolder-marks-changed-p): New function.
6079         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
6080         (nnfolder-request-update-info): Don't update if marks didn't change.
6081
6082         * nnml.el (nnml-marks-modtime): New variable.
6083         (nnml-marks-changed-p): New function.
6084         (nnml-save-marks, nnml-open-marks): Save modtime.
6085         (nnml-request-update-info): Don't update if marks didn't change.
6086
6087         * gnus-agent.el (gnus-agent-any-covered-gcc)
6088         (gnus-agent-add-server, gnus-agent-remove-server): Use
6089         gnus-agent-method-p.
6090
6091         * gnus-art.el (gnus-buttonized-mime-types): New variable.
6092         (gnus-unbuttonized-mime-type-p): Use it.
6093
6094         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
6095         fetch group.
6096
6097 2001-09-08  Simon Josefsson  <jas@extundo.com>
6098         From Daniel Pittman <daniel@rimspace.net>
6099
6100         * gnus-spec.el (gnus-correct-pad-form): New function.
6101         (gnus-parse-simple-format): Use it.
6102
6103 2001-09-07  Simon Josefsson  <jas@extundo.com>
6104
6105         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
6106         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
6107         Putnam <reader@newsguy.com>.
6108         (gnus-group-sort-selected-groups): Touch dribble file.
6109
6110 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
6111
6112         * nnml.el (nnml-filenames-are-evil): New variable.
6113         (nnml-article-to-file-alist): Rename to ...
6114         (nnml-current-group-article-to-file-alist): ... this.
6115         Respect `nnml-filenames-are-evil'.
6116         (nnml-active-number): Update.
6117         (nnml-update-file-alist): Update.
6118         (nnml-request-article): Use nnheader-article-to-file-alist.
6119         (nnml-request-rename-group): Likewise.
6120
6121 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6122
6123         * gnus-sum.el (gnus-summary-insert-line): Fix.
6124
6125 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6126
6127         * gnus-sum.el: Bind g-s-t-s to "W g".
6128         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
6129         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
6130         display of graphical smilies.
6131
6132 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6133
6134         * gnus-start.el (gnus-setup-news): A typo.
6135         From Bill White <billw@wolfram.com>.
6136
6137 2001-09-06  Simon Josefsson  <jas@extundo.com>
6138
6139         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
6140         and unseen marks.
6141
6142 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6143
6144         * nnmail.el (nnmail-split-fancy): Document `junk'.
6145
6146 2001-09-04  Simon Josefsson  <jas@extundo.com>
6147
6148         * imap.el (imap-search): Don't error if server is broken.
6149
6150 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
6151
6152         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
6153         searching for an article that isn't in the mbox.
6154
6155 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6156
6157         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
6158         right, and get all the comments.
6159
6160 2001-09-02  Simon Josefsson  <jas@extundo.com>
6161         Suggested by Dan Christensen <jdc+news@uwo.ca>
6162
6163         * nnfolder.el (nnfolder-request-update-info): Fix message.
6164
6165         * nnml.el (nnml-request-update-info): Ditto.
6166
6167 2001-09-01  Simon Josefsson  <jas@extundo.com>
6168
6169         * nnml.el (nnml-request-expire-articles): Also bind
6170         `nnml-current-group' and `nnml-article-file-alist' when using
6171         expiry-target. (Otherwise nnml will be in a inconsistent internal
6172         state causing all kind of problems.)
6173         (nnml-request-expire-articles): If `nnml-article-to-file' or
6174         `file-attributes' failes, return article as un-expirable instead
6175         of treating it as expired.
6176
6177 2001-08-31  Sam Steingold  <sds@gnu.org>
6178
6179         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
6180         typo: `exmine' --> `examine'.
6181
6182 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6183
6184         * nndoc.el (nndoc-forward-type-p): It is not a digest.
6185
6186 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6187
6188         * nnml.el (nnml-check-directory-twice): Remove.
6189         (nnml-retrieve-headers): Ditto.
6190         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
6191
6192 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6193
6194         * nnheader.el (nnheader-directory-files-is-safe): No need to read
6195         directory twice on Windows, or on GNU Emacs-21.
6196
6197 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6198
6199         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
6200         (nnml-request-rename-group): Ditto.
6201         (nnml-active-number): Ditto.
6202         (nnml-request-create-group): Use nnml-directory-articles.
6203         (nnml-request-expire-articles): Use nnml-directory-articles, which
6204         gets list from nov database if available.
6205         (nnml-get-nov-buffer): New function.
6206         (nnml-open-nov): Use it.
6207         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
6208         gets alist from nov database if available.
6209         (nnml-directory-articles): New function.
6210         (nnml-article-to-file-alist): New function.
6211
6212 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6213
6214         * mm-decode.el (mm-display-external): Use `name' as filename, if
6215         `filename' attribute is not present.
6216
6217 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6218
6219         * mail-source.el (mail-source-flash): New defcustom.
6220         (mail-source-new-mail-p): Ring visible bell if appropriate.
6221         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
6222         timer is cleared even if mail check signals an error.
6223
6224 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6225
6226         * gnus-sum.el (gnus-summary-move-article): Only update marks of
6227         type 'list.
6228
6229 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6230
6231         * flow-fill.el (fill-flowed): eol might be point-max.
6232
6233 2001-08-27  Simon Josefsson  <jas@extundo.com>
6234
6235         * nnml.el (nnml-request-update-info): Fix message.
6236         (nnml-open-marks): Ditto.
6237
6238         * nnfolder.el (nnfolder-request-update-info):
6239         (nnfolder-open-marks): Fix message.
6240
6241 2001-08-25  Simon Josefsson  <jas@extundo.com>
6242
6243         * nnfolder.el (nnfolder-save-marks): Don't create directory named
6244         after group in ~/.
6245
6246 2001-08-25  Simon Josefsson  <jas@extundo.com>
6247         From Andreas Jaeger  <aj@suse.de>
6248
6249         * nnfolder.el (nnfolder-open-marks): Fix typo.
6250         * nnml.el (nnml-open-marks): Likewise.
6251
6252 2001-08-25  Simon Josefsson  <jas@extundo.com>
6253
6254         Make nnfolder groups self-contained as far as marks are concerned.
6255
6256         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
6257         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
6258         (nnfolder-open-server): Make marks directory.
6259         (nnfolder-request-delete-group): Delete marks file.
6260         (nnfolder-request-delete-group): Check of nov/marks file exist
6261         before deleting.
6262         (nnfolder-request-rename-group): Rename marks file.
6263         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
6264         (nnfolder-request-set-mark, nnfolder-request-update-info)
6265         (nnfolder-group-marks-pathname, nnfolder-save-marks)
6266         (nnfolder-open-marks): New functions.
6267         (top-level): Require gnus.
6268
6269 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6270
6271         * nnweb.el (nnweb-type-definition): Use google raw file.
6272         (nnweb-google-parse-1): Ditto.
6273         (nnweb-google-identity): Ditto.
6274         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
6275         (nnweb-altavista-wash-article): Ditto.
6276         (nnweb-request-article): Remove nnweb-decode-entities.
6277
6278         * nnml.el: Require 'gnus.
6279
6280 2001-08-25  Simon Josefsson  <jas@extundo.com>
6281
6282         * nnml.el (nnml-marks-is-evil): Add doc.
6283
6284 2001-08-25  Simon Josefsson  <jas@extundo.com>
6285
6286         * nnml.el (nnml-save-marks): Wrap saving marks in a
6287         condition-case, to allow user to start Gnus if saving marks failed
6288         for some reason.
6289
6290 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6291
6292         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
6293
6294         * gnus-group.el (gnus-update-group-mark-positions): Bind
6295         gnus-group-update-hook to nil.
6296
6297 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6298
6299         * mml.el (mml-generate-mime-1): Force as multibyte string.
6300
6301 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6302
6303         * gnus-sum.el (gnus-summary-insert-line)
6304         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
6305         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
6306
6307         * gnus-spec.el (gnus-correct-substring): Take optional END.
6308
6309         * nnrss.el (nnrss-request-article): Remove \n.
6310         (nnrss-retrieve-headers): Lines number is -1.
6311
6312 2001-08-24  Simon Josefsson  <jas@extundo.com>
6313
6314         * gnus-group.el (gnus-info-clear-data): Call
6315         nnfoo-request-set-mark to propagate marks.  Fix bug:
6316         `gnus-group-update-line' doesn't update read range unless we call
6317         `gnus-get-unread-articles-in-group' first.
6318
6319         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
6320         to server.
6321
6322 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6323
6324         * gnus-util.el (gnus-create-info-command): Return an interactive
6325         function.
6326
6327 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6328         From Katsumi Yamaoka <yamaoka@jpl.org>
6329
6330         * gnus-spec.el (gnus-parse-complex-format): Use equal.
6331
6332 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6333
6334         * gnus-sum.el (gnus-select-newsgroup): Use it.
6335
6336         * gnus-util.el (gnus-not-ignore): New function.
6337
6338         * lpath.el (featurep): Don't fbind char-int.
6339
6340         * gnus-util.el (gnus-create-info-command): New function.
6341
6342         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
6343         right node.
6344
6345         * gnus-sum.el (gnus-select-newsgroup): Clean up.
6346         (gnus-summary-limit-children): Use 'identity instead of `all'.
6347         (gnus-summary-limit-to-display-predicate): New command and
6348         keystroke.
6349
6350 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6351
6352         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
6353
6354         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
6355
6356 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6357
6358         * gnus-spec.el: Add the Gnus version.
6359         (gnus-update-format-specifications): If the Gnus version changes,
6360         nix out the format spec cache.
6361
6362         * gnus.el (gnus-continuum-version): Made into a command and
6363         optionalize the VERSION.
6364
6365         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
6366         the start of the lines.
6367
6368 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6369
6370         * gnus.el (gnus-visual-p): Define function before use of
6371         function.
6372
6373 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6374
6375         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
6376         (gnus-article-mark-to-type): New function.
6377         (gnus-update-missing-marks): Only update marks of type 'list.
6378
6379         * gnus.el (gnus-article-special-mark-lists): New variable.
6380
6381 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6382
6383         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
6384         (gnus-select-newsgroup): Still use 'all.
6385         (gnus-summary-initial-limit): Comparing with 'all.
6386
6387 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6388
6389         * gnus-start.el (gnus-activate-group): If dont-check, don't update
6390         active.
6391
6392 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6393
6394         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
6395         nnslashdot-*-retrieve-headers.
6396         (nnslashdot-request-article): Fix for slashcode 2.2.
6397         (nnslashdot-make-tuple): New function.
6398         (nnslashdot-read-groups): Use it.
6399
6400 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6401
6402         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
6403         list.
6404
6405         * gnus-sum.el (gnus-summary-move-article): Don't select article.
6406
6407 2001-08-20  Simon Josefsson  <jas@extundo.com>
6408
6409         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
6410         opened, error instead of continuing (and exploding later).
6411
6412 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6413
6414         * gnus.el (gnus-expand-group-parameters): Return the parameter
6415         list.
6416
6417         * gnus-sum.el (gnus-summary-show-article): Doc fix.
6418         (gnus-summary-show-article): Guess at charset if required.
6419
6420         * gnus-spec.el (gnus-correct-substring): Stopped one character
6421         before we wanted.
6422
6423 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6424
6425         * earcon.el (earcon-auto-play): Remove unused option.
6426
6427 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6428
6429         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
6430         message down in levels, since it happens very fast.
6431
6432         * smiley-ems.el (smiley-update-cache): Respect the symbol version
6433         of smiley-regexp-alist.
6434
6435         * mm-view.el (mm-inline-text): Ignore vcard errors.
6436
6437         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
6438
6439         * gnus-score.el (gnus-all-score-files): Use append instead of
6440         nconc.
6441
6442         * gnus.el (gnus-splash-face): Doc fix.
6443
6444         * mm-decode.el (mm-mailcap-command): Use
6445         mm-path-name-rewrite-functions.
6446         (mm-path-name-rewrite-functions): New variable.
6447
6448         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
6449         (gnus-complex-form-to-spec): Insert tab.
6450         (gnus-spec-tab): New function.
6451
6452         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
6453         entering the group.
6454
6455         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
6456         the positional spec.
6457         (gnus-parse-complex-format): React to %C.
6458
6459         * gnus-ems.el (gnus-char-width): Moved here.
6460
6461         * gnus-sum.el (gnus-select-newsgroup): Set
6462         gnus-newsgroup-articles.
6463         (gnus-unseen-mark): New variable.
6464         (gnus-newsgroup-unseen): Ditto.
6465         (gnus-newsgroup-seen): Ditto.
6466         (gnus-adjust-marked-articles): Use them.
6467         (gnus-update-marks): Use them.
6468         (gnus-summary-update-secondary-mark): Display.
6469         (gnus-summary-prepare-threads): Display.
6470
6471         * gnus-msg.el (gnus-inews-group-method): Use and return the
6472         method, not the server.
6473
6474 2001-08-19  Simon Josefsson  <jas@extundo.com>
6475
6476         * gnus-srvr.el (gnus-server-agent-face): New.
6477         (gnus-server-agent-face): New.
6478         (gnus-server-mode): Turn on font-lock-mode.
6479
6480         * gnus.el (gnus-server-visual): Add defgroup.
6481
6482 2001-08-19  Simon Josefsson  <jas@extundo.com>
6483         From Joe Casadonte <jcasadonte@northbound-train.com>
6484
6485         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
6486         gnus-server-denied-face): New.
6487         (gnus-server-opened-face, gnus-server-closed-face,
6488         gnus-server-denied-face): New.
6489         (gnus-server-font-lock-keywords): Add.
6490
6491 2001-08-19  Simon Josefsson  <jas@extundo.com>
6492
6493         * nnml.el (nnml-request-set-mark): Return nil.
6494         (nnml-save-marks): Use nnml-possibly-create-directory.
6495         (nnml-open-marks): Only work in temp buffer when inserting/reading
6496         .marks file.
6497
6498 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6499
6500         * gnus.el (gnus-expand-group-parameters): Fix.
6501
6502         * gnus-spec.el (gnus-char-width): New function.
6503         (gnus-correct-substring, gnus-correct-length): Use it.
6504
6505         * message.el (message-required-mail-headers): Fix doc.
6506
6507 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6508
6509         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
6510
6511         * mm-decode.el (mm-save-part-to-file): Insert the handle.
6512
6513 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6514
6515         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
6516         slashdot 2.2 (not fully fixed yet).
6517         (nnslashdot-request-article): Ditto.
6518
6519 2001-08-18  Simon Josefsson  <jas@extundo.com>
6520
6521         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
6522         nnimap.
6523
6524         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
6525         gnus-util.
6526         (nnimap-request-update-info-internal): Use new functions.
6527
6528         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
6529         new functions.
6530
6531 2001-08-18  Simon Josefsson  <jas@extundo.com>
6532
6533         Make nnml groups self-contained as far as marks are concerned.
6534
6535         * nnml.el (nnml-request-delete-group): Delete marks file.
6536         (nnml-request-rename-group): Move marks file.
6537         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
6538         variables.
6539         (nnml-request-set-mark, nnml-request-update-info): New server
6540         functions.
6541         (nnml-save-marks, nnml-open-marks): New functions.
6542
6543 2001-08-18  Simon Josefsson  <jas@extundo.com>
6544
6545         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
6546         `set' when setting marks.
6547
6548 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6549
6550         * gnus.el (gnus-info-find-node): Take an argument.
6551
6552         * gnus-art.el (gnus-button-handle-info): New function.
6553         (gnus-url-unhex-string): Replace "+" with " ".
6554
6555 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6556
6557         * message.el (message-check-news-header-syntax): Check bad From.
6558
6559 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6560
6561         * gnus-spec.el (gnus-correct-length): New function.
6562         (gnus-correct-substring): New function.
6563         (gnus-tilde-max-form): Use it.
6564
6565 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
6566
6567         * nnmh.el: Docstring changes as below.
6568
6569         * nnml.el: Docstring changes as below.
6570
6571         * nnbabyl.el: Docstring changes as below.
6572
6573         * nnmbox.el: Docstring changes as below.
6574
6575         * nnfolder.el: Added docstrings identifying each virtual server
6576         parameter.
6577
6578 2001-08-18  Simon Josefsson  <jas@extundo.com>
6579
6580         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
6581
6582 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
6583
6584         * message.el: rename "Abort Message" to "Postpone Message".
6585         Remove "Attach file as MIME" from Message menu, it's already in
6586         the MIME menu.
6587
6588 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6589
6590         * smime.el (smime-point-at-eol): eval-and-compile.
6591         (smime-make-temp-file): New function.
6592         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
6593         Use it.
6594
6595 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6596
6597         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
6598         (gnus-agent-summary-fetch-group): New command and keystroke.
6599
6600         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
6601         (gnus-mime-display-security): Make it respect
6602         gnus-unbuttonized-mime-type-p.
6603
6604         * gnus-sum.el (gnus-articles-to-read): Comments.
6605         (gnus-article-marked-p): New function.
6606         (gnus-summary-display-make-predicate): New function.
6607         (gnus-select-newsgroup): Use them.
6608
6609         * mm-decode.el (mm-save-part-to-file): Made it not error.
6610
6611 2001-08-17  Simon Josefsson  <jas@extundo.com>
6612
6613         * imap.el (imap-wait-for-tag): If process-status isn't open or
6614         run, return nil instead of sit-for looping.
6615
6616 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6617
6618         * lpath.el (featurep): fbind xml-parse-region.
6619
6620         * gnus.el (gnus-message-archive-method): Default to "archive".
6621         (gnus-message-archive-method): Doc fix.
6622         (gnus-parameters-get-parameter): Cleaned up.
6623         (gnus-expand-group-parameter): New function.
6624
6625         * gnus-start.el (gnus-setup-news): Push the archive server only
6626         the server list.
6627
6628         * mml.el (mml-menu): Changed name to "Attachments".
6629
6630         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
6631         when there is something to detroy.
6632
6633 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6634
6635         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
6636         nil.
6637
6638 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6639
6640         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
6641         which specifies a time today or tomorrow.
6642
6643 2001-08-15  Simon Josefsson  <jas@extundo.com>
6644         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
6645
6646         * gnus-agent.el (gnus-agent-make-mode-line-string)
6647         (gnus-agent-toggle-plugged): Use new API.
6648
6649 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6650
6651         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
6652         deadline has expired.
6653
6654 2001-08-12  Simon Josefsson  <jas@extundo.com>
6655         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
6656
6657         Support `recent' mark indicating newly arrived messages (to
6658         separate from old but unread messages).
6659
6660         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
6661         `nnmail-split-history' if recent is > 0.
6662         (nnimap-request-update-info-internal): Update `recent' marks.
6663         (nnimap-request-set-mark): Never set `recent' marks.
6664         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
6665         recent.
6666
6667         * gnus-sum.el (gnus-recent-mark): New mark.
6668         (gnus-newsgroup-recent): New variable.
6669         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
6670         (gnus-summary-prepare-threads): Mark recent articles.
6671         (gnus-summary-add-mark): Support recent.
6672         (gnus-summary-update-secondary-mark): Support recent.
6673
6674         * gnus.el (gnus-article-mark-lists): Add recent.
6675
6676 2001-08-12  Simon Josefsson  <jas@extundo.com>
6677
6678         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
6679         whether successful decoding took place.  Add doc.
6680
6681 2001-08-12  Simon Josefsson  <jas@extundo.com>
6682         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
6683
6684         * gnus.el (gnus-summary-line-format, gnus-parameters):
6685         * gnus-gl.el (gnus-summary-grouplens-line-format):
6686         * gnus-salt.el (gnus-summary-pick-line-format):
6687         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
6688
6689 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
6690         Committed by Kai Gro\e,b_\e(Bjohann.
6691
6692         * gnus-score.el (gnus-score-string): Fix `match' regexp
6693         for `extra' header case.
6694
6695 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6696
6697         * nnmbox.el (nnmbox-read-mbox): No warning.
6698
6699 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6700
6701         * nndoc.el (nndoc-article-type): Fix doc.
6702         (nndoc-generate-article-function): New variable.
6703         (nndoc-dissection-function): New variable.
6704         (nndoc-type-alist): Add oe-dbx.
6705         (nndoc-oe-dbx-type-p): New function.
6706         (nndoc-oe-dbx-dissection): New function.
6707         (nndoc-oe-dbx-generate-article): New function.
6708
6709 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6710
6711         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
6712         whether deadline has been reached.  Patch from Dan Nicolaescu
6713         <dann@godzilla.ics.uci.edu>.
6714
6715 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6716
6717         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
6718         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
6719         <rintaman@cs.Helsinki.FI>.
6720
6721         * mail-source.el (mail-source-movemail): The error buffer is
6722         modified, but nothing in it.
6723
6724 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6725
6726         * message.el (message-bogus-system-names): New variable.
6727         (message-make-fqdn): Use it.
6728
6729 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6730
6731         * nndraft.el (nndraft-request-group): Use
6732         nndraft-auto-save-file-name.
6733
6734 2001-08-09  Simon Josefsson  <jas@extundo.com>
6735
6736         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
6737         Don't ask whether to decrypt.  Just leave result in buffer (don't
6738         call mm).
6739
6740         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
6741         parts as well.
6742         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
6743         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
6744
6745 2001-08-09  Simon Josefsson  <jas@extundo.com>
6746
6747         * mm-decode.el (mm-insert-part): Return decoding success status.
6748         (mm-save-part-to-file): Error if decoding failed.
6749
6750 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6751
6752         * message.el (message-tab): Use indent-relative.
6753         (message-mode): Don't bind indent-line-function to indent-relative.
6754
6755 2001-08-09  Simon Josefsson  <jas@extundo.com>
6756
6757         * message.el (message-get-reply-headers): Fix string. Suggested by
6758         Christoph Conrad <cc@cli.de>.
6759
6760 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6761
6762         * message.el (message-tab): Use the current value of
6763         indent-line-function.
6764         (message-mode): Bind indent-line-function to indent-relative.
6765
6766 2001-08-08  Simon Josefsson  <jas@extundo.com>
6767
6768         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
6769         whether `imtest' is installed.
6770
6771 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
6772         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6773
6774         * gnus-sum.el (gnus-summary-show-article): Call
6775         gnus-summary-update-secondary-secondary-mark.
6776         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
6777         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
6778
6779 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6780
6781         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
6782
6783         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
6784
6785         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
6786         <gerd@gnu.org>.
6787
6788         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
6789
6790         * gnus-util.el (gnus-output-to-rmail): Ditto.
6791         (gnus-output-to-mail): Ditto.
6792
6793         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
6794
6795 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
6796
6797         * message.el (message-indent-citation): Use
6798         `message-yank-cited-prefix' for empty lines.
6799
6800 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
6801
6802         * message.el (message-indent-citation): Quote only lines starting
6803         with ">" using `message-yank-cited-prefix'.
6804
6805 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
6806
6807         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
6808         gnus-cache-fully-p.
6809
6810 2001-08-04  Simon Josefsson  <jas@extundo.com>
6811
6812         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
6813         file if it doesn't exist (by calling gnus-cache-read-active).
6814
6815 2001-08-04  Simon Josefsson  <jas@extundo.com>
6816
6817         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
6818         (gnus-cache-passively-or-fully-p): Removed.
6819         (gnus-cache-fully-p): Fix it.
6820
6821         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
6822
6823 2001-08-04  Simon Josefsson  <jas@extundo.com>
6824
6825         * gnus-cache.el (gnus-cache-fully-p)
6826         (gnus-cache-passively-or-fully-p): New functions.
6827         (gnus-cache-possibly-enter-article): Cosmetic change, use
6828         `g-c-p-o-f-p'.
6829         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
6830         was bogus (`g-c-p-a-a' does not change active info, just change
6831         the functions parameters).
6832         (gnus-cache-possibly-remove-articles-1): Make sure articles are
6833         not removed in groups that match `gnus-uncacheable-groups'.
6834
6835         Reported and modifications based on discussions with Nuutti
6836         Kotivuori <nuutti.kotivuori@smarttrust.com>.
6837
6838 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
6839         Committed by Simon Josefsson  <jas@extundo.com>
6840
6841         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
6842         calls `gnus-cache-update-active' if bounds has been extended.
6843
6844 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6845
6846         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
6847         before remove.
6848         (gnus-mime-security-show-details): Ditto.
6849
6850 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6851
6852         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
6853         syntax.  Protect string-match against nil string and regexp.
6854
6855 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6856
6857         * mm-util.el (mm-find-charset-region): Remove control-1.
6858
6859 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6860
6861         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
6862
6863 2001-08-04  Simon Josefsson  <jas@extundo.com>
6864
6865         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
6866         buffer.  Delete MIME-Version header.
6867
6868 2001-08-03  Simon Josefsson  <jas@extundo.com>
6869
6870         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
6871         that is entered does not necessarily have the highest article
6872         number in the group, so use `gnus-cache-possibly-alter-active'
6873         instead of `gnus-cache-update-active'.
6874
6875 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6876
6877         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
6878
6879 2001-08-03  Simon Josefsson  <jas@extundo.com>
6880
6881         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
6882         menu.
6883
6884 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6885
6886         * gnus.el (post-method): New group parameter.  It also provides
6887         the user option `gnus-post-method-alist' and the internal function
6888         `gnus-parameter-post-method'.
6889
6890         * gnus-msg.el (gnus-post-method): Bind the value of
6891         `gnus-post-method' to the group parameter if it is defined.
6892
6893 2001-08-02  Simon Josefsson  <jas@extundo.com>
6894
6895         * smime.el (smime-extra-arguments): Removed.
6896         (smime-call-openssl-region): Don't use it.
6897
6898 2001-08-02  Simon Josefsson  <jas@extundo.com>
6899
6900         * smime.el (smime-sign-region): Handle stderr.
6901         (smime-encrypt-region): Ditto.
6902
6903         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
6904         match the ASN.1 length bytes.
6905         (mm-pkcs7-enveloped-magic): Ditto.
6906         (mm-view-pkcs7-get-type): Don't regexp quote.
6907
6908 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6909         From Andreas Fuchs <asf@void.at>
6910
6911         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
6912
6913 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6914
6915         * gnus-art.el (gnus-header-button-alist): References regexp.
6916
6917 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
6918
6919         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
6920         already fboundp.  Add INTERACTIVE arg to autoload form.
6921
6922 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6923
6924         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
6925
6926         * nnmail.el (nnmail-cache-open): Ditto.
6927
6928 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6929
6930         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
6931
6932 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6933
6934         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
6935
6936 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6937         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6938
6939         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
6940         (gnus-agent-toggle-plugged): Use it.
6941
6942 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6943
6944         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
6945         (gnus-ding-file-coding-system): New variable.
6946         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
6947         (gnus-slave-save-newsrc): Use it.
6948
6949 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6950
6951         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
6952         syntax.
6953
6954 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6955         Originally from Andreas Fuchs <asf@void.at>
6956
6957         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
6958         (mml2015-gpg-pretty-print-fpr): New function.
6959         (mml2015-gpg-extract-signature-details): More details, rename from
6960         `m-g-e-from'.
6961         (mml2015-gpg-verify): Use them.
6962         (mml2015-gpg-clear-verify): Use them.
6963
6964 2001-07-31  Simon Josefsson  <jas@extundo.com>
6965
6966         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
6967         buffer when done.
6968
6969 2001-07-30  Simon Josefsson  <jas@extundo.com>
6970
6971         * smime.el (smime-call-openssl-region): Revert previous change,
6972         just pass on buf to `call-process-region'.
6973         (smime-verify-region): Doc fix.  Don't message stuff.  Use
6974         `smime-new-details-buffer'.  Inserts error messages into buffer.
6975         (smime-noverify-region): Ditto.
6976         (smime-decrypt-region): Ditto.  Handles stderr separately.
6977         (smime-verify-buffer, smime-noverify-buffer)
6978         (smime-decrypt-buffer): Doc fix.
6979         (smime-new-details-buffer): New function.
6980         (smime-pkcs7-region, smime-pkcs7-certificates-region)
6981         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
6982         (smime-sign-region, smime-encrypt-region): Don't use
6983         `insert-buffer'.
6984
6985         * mml-smime.el (mml-smime-verify): Fix security button strings.
6986
6987 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6988
6989         * gnus-art.el (gnus-mime-save-part-and-strip): Save
6990         gnus-article-mime-handles.
6991
6992 2001-07-29  Simon Josefsson  <jas@extundo.com>
6993
6994         * mail-source.el (top-level): Require message for message-directory.
6995         (mail-source-directory): Change default to message-directory.
6996
6997         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
6998         (smime-certificate-directory, smime-openssl-program)
6999         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
7000         (smime-extra-arguments): New variable.
7001         (smime-dns-server): Fix customize group.
7002         (smime-call-openssl-region): Use `smime-extra-arguments'.
7003
7004 2001-07-29  Simon Josefsson  <jas@extundo.com>
7005         From Vladimir Volovich <vvv@vsu.ru>
7006
7007         * smime.el (smime-call-openssl-region): Ignore stderr.
7008
7009 2001-07-29  Simon Josefsson  <jas@extundo.com>
7010         From Christoph Conrad <christoph.conrad@gmx.de>
7011
7012         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
7013         file.
7014
7015 2001-07-29  Simon Josefsson  <jas@extundo.com>
7016
7017         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
7018
7019         Support S/MIME decryption.
7020
7021         * mm-decode.el (mm-inline-media-tests):
7022         (mm-inlined-types):
7023         (mm-automatic-display):
7024         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
7025
7026         * mm-view.el (mm-pkcs7-signed-magic):
7027         (mm-pkcs7-enveloped-magic): New variables.
7028         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
7029         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
7030         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
7031         PKCS#7 blobs.
7032
7033         * smime.el (smime-decrypt-region): Expand keyfile.
7034
7035 2001-07-29  Simon Josefsson  <jas@extundo.com>
7036
7037         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
7038         `ssl.el' variables.
7039
7040         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
7041         but line instead of narrowing to it, because `nnmail-parse-active'
7042         calls widen.  Thanks to Christoph Conrad
7043         <christoph.conrad@gmx.de>.
7044
7045 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7046
7047         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
7048         for %B spec.
7049
7050         * gnus-sum.el (gnus-summary-prepare-threads): If
7051         gnus-sum-thread-tree-root is nil, use subject instead.
7052         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
7053         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7054         (gnus-sum-thread-tree-leaf-with-other)
7055         (gnus-sum-thread-tree-single-leaf): Documentation.
7056         (gnus-sum-thread-tree-single-indent): Allow nil.
7057
7058 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7059
7060         * message.el (message-fill-paragraph): Do nothing if the user
7061         wants filladapt-mode.
7062
7063 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7064
7065         * mm-decode.el (mm-image-type-from-buffer): New function.
7066         (mm-get-image): Use it.
7067
7068 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7069
7070         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
7071
7072         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
7073         mm-display-parts too.
7074
7075 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7076
7077         * nnfolder.el (nnfolder-request-accept-article): Bind
7078         nntp-server-buffer.
7079
7080         * nnmail.el (nnmail-parse-active): Read from buffer instead of
7081         nntp-server-buffer.
7082
7083 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7084
7085         * message.el (message-check-news-header-syntax): Use
7086         message-post-method.
7087         (message-send-news): Bind message-post-method.
7088
7089 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7090
7091         * mml.el (mml-tweak-type-alist): New variable.
7092         (mml-tweak-function-alist): New variable.
7093         (mml-tweak-part): New function.
7094         (mml-generate-mime-1): Use it.
7095
7096 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7097
7098         * nnfolder.el (nnfolder-request-accept-article): Replace
7099         nnfolder-request-list.
7100
7101 2001-07-27  Simon Josefsson  <jas@extundo.com>
7102
7103         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
7104         nnoo-change-server failed to do it.
7105
7106 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7107
7108         * gnus.el (gnus-parameters): Make it customizable.
7109
7110 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7111
7112         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
7113
7114         * message.el (message-set-auto-save-file-name): More
7115         poor-system-types.
7116
7117         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
7118
7119         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
7120         supports +.
7121
7122 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7123
7124         * mm-decode.el (mm-readable-p): New function.
7125         (mm-inline-media-tests): Fix the default testers.
7126
7127 2001-07-26  Simon Josefsson  <jas@extundo.com>
7128
7129         * nnimap.el (nnimap-version): Bump version number.
7130
7131 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7132         From Steven E. Harris <seh@speakeasy.org>
7133
7134         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
7135         in M$Windows too.
7136
7137 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7138
7139         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
7140
7141 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7142
7143         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
7144
7145         * mm-decode.el (mm-get-image): Guess then use the type.
7146
7147         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
7148
7149 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
7150
7151         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
7152         display (%B) for threads if threading is off.
7153
7154 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7155         From Henrik Enberg <henrik@enberg.org>
7156
7157         * gnus-msg.el: Customization patch.
7158
7159 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
7160
7161         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
7162         variable.
7163         (nnmail-split-fancy-with-parent): Ignore certain groups.
7164
7165 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7166
7167         * gnus-util.el (gnus-byte-compile): New function.
7168         (gnus-use-byte-compile): New variable.
7169         (gnus-make-sort-function): Use it.
7170
7171         * nnmail.el (nnmail-get-new-mail): Use it.
7172
7173         * gnus-agent.el (gnus-category-make-function): Simple function or
7174         compiled function.
7175         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
7176
7177         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
7178         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
7179         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
7180
7181         * message.el (message-check-news-header-syntax): Remove quote.
7182
7183 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7184
7185         * message.el (message-use-mail-followup-to): `t' is not a
7186         documented value.
7187
7188 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7189
7190         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
7191
7192 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7193
7194         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
7195         there are long lines.
7196
7197 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * dgnushack.el (copy-list): New compiler macro.
7200
7201 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7202
7203         * message.el (message-bounce): If no Return-Path, the whole
7204         content is considered as the original message.
7205
7206         * nnml.el (nnml-check-directory-twice): New variable.
7207         (nnml-article-to-file): Use it.
7208         (nnml-retrieve-headers): Hack it.
7209
7210 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7211
7212         * gnus-win.el (gnus-buffer-configuration): New configure.
7213
7214         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
7215         not alive.
7216
7217         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
7218         (mm-display-external): Use display-term configure.
7219
7220 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7221
7222         * gnus-delay.el (gnus-delay-default-hour): New variable.
7223         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
7224
7225 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7226         From Karl Kleinpaste <karl@charcoal.com>
7227
7228         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
7229         (gnus-summary-prepare-threads): Ditto.
7230
7231         * gnus.el (gnus-summary-line-format): Add %B.
7232
7233 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7234
7235         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
7236
7237         * mm-util.el (mm-string-as-multibyte): New function.
7238
7239         * nnmh.el (nnmh-request-list-1): Encode, not decode!
7240
7241 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7242
7243         * mm-util.el (mm-universal-coding-system): New variable.
7244
7245         * gnus-start.el (gnus-startup-file-coding-system): Use it.
7246
7247         * score-mode.el (score-mode-coding-system): Use it.
7248
7249 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7250
7251         * gnus-start.el (gnus-setup-news): Call
7252         `gnus-check-bogus-newsgroups' just after the native server is
7253         opened.
7254
7255 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7256
7257         * nnmail.el (nnmail-do-request-post): Util function to be used by
7258         `nnchoke-request-post' for all nnmail-derived backends.
7259
7260         * nnml.el (nnml-request-post): Use it.
7261
7262         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
7263         backend, for it groks nnml-request-post.
7264
7265         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
7266         Treat `mail-post' backends like `mail' backends, not like `news'
7267         backends.
7268
7269 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7270
7271         * gnus-msg.el (gnus-setup-message): make-local-hook.
7272
7273 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7274
7275         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
7276         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
7277         <karl@charcoal.com>, slightly changed by Kai.
7278
7279         * message.el (message-check-news-header-syntax): When checking
7280         whether the groups exist, check the right server based on
7281         `gnus-post-method'.
7282
7283 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7284
7285         * gnus-delay.el: New file.
7286
7287 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7288
7289         * mm-util.el (mm-read-coding-system): Take two arguments.
7290
7291         * gnus-sum.el (gnus-summary-show-article): Use
7292         mm-read-coding-system.
7293
7294         * gnus-art.el (article-de-quoted-unreadable):
7295         (article-de-base64-unreadable, article-wash-html):
7296         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
7297
7298 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7299
7300         * nnml.el (nnml-request-post): New function.  Can be used for
7301         annotations in nnml groups.
7302
7303 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7304
7305         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
7306         command.
7307
7308         * gnus-start.el (gnus-find-new-newsgroups): Use
7309         `message-make-date' instead of `current-time-string'.
7310         (gnus-ask-server-for-new-groups): Ditto.
7311         (gnus-check-first-time-used): Ditto.
7312
7313 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7314
7315         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
7316
7317 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
7318
7319         * message.el (message-shorten-references): Change `maxcount' and
7320         `cut' to obey USEFOR draft 5.
7321
7322 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
7323
7324         * gnus-sum.el (gnus-summary-display-arrow): New variable.
7325         (gnus-summary-set-article-display-arrow): New function.
7326         (gnus-summary-goto-subject): Use it.
7327
7328 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7329
7330         * gnus-sum.el (gnus-summary-import-article): Insert date if
7331         doesn't exist.
7332
7333 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7334
7335         * mml.el (mml-content-type-parameters): New variable.
7336         (mml-content-disposition-parameters): New variable.
7337         (mml-insert-mime-headers): Use them.
7338         (mml-parse-1): Accept charset.
7339
7340 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7341
7342         * gnus-group.el (gnus-group-select-group): Doc fix.
7343
7344         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
7345
7346 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7347
7348         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
7349         to handle `define-derived-mode'.
7350
7351 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7352         From:  Stefan Monnier  <monnier@cs.yale.edu>
7353
7354         * message.el (message-mode): Use define-derived-mode.
7355         (message-tab): message-completion-alist.
7356
7357         * imap.el (imap-interactive-login): Use make-local-variable.
7358         (imap-open): Ditto.
7359         (imap-authenticate): Ditto.
7360
7361         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
7362
7363         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
7364
7365 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7366
7367         * message.el (message-citation-line-function): Refer to
7368         gnus-cite-attribution-suffix.
7369
7370 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7371
7372         * gnus-art.el,...: Error convention changes.
7373
7374 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7375
7376         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
7377
7378 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7379
7380         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
7381         (nnrss-read-server-data): Ditto.
7382
7383 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7384
7385         * gnus-setup.el (gnus-use-installed-gnus): Typo.
7386         * Cleanup files.
7387         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7388
7389 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7390
7391         * gnus.el (gnus-summary-line-format): Add %o.
7392
7393         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
7394         unless shell outputs something.
7395
7396 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7397
7398         * gnus-art.el (gnus-boring-article-headers): Better doc.
7399         (article-hide-headers): Better regexp.
7400         Suggested by Matt Swift <swift@alum.mit.edu>.
7401
7402         * nnheader.el (nnheader-max-head-length): Better doc.
7403         (nnheader-header-value): Skip spaces.
7404         (nnheader-parse-head): Remove space.
7405         Suggested by Matt Swift <swift@alum.mit.edu>.
7406
7407         * gnus-sum.el (gnus-summary-show-raw-article): New function.
7408         (gnus-get-newsgroup-headers): Remove space.
7409
7410 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7411
7412         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
7413         (gnus-summary-reply): Use it.
7414         (gnus-summary-reply-broken-reply-to): New function.
7415         (gnus-msg-force-broken-reply-to): New function.
7416
7417         * mm-view.el (mm-inline-text): Showing as text/plain when error.
7418
7419 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7420
7421         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
7422
7423 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7424
7425         * mm-decode.el (mm-external-terminal-program): New variable.
7426         (mm-display-external): Use it. Use term to display when no
7427         window-system.
7428
7429 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
7430
7431         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
7432         Browse->Next entries to Browse->Prev
7433
7434 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7435
7436         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
7437
7438 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7439
7440         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
7441         for the default encoding.
7442
7443         * nnrss.el (nnrss-url-field): New field.
7444         (nnrss-request-article): Add newsgroups.
7445
7446         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
7447
7448 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7449
7450         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
7451
7452         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
7453         (gnus-draft-setup): Remove backlog.
7454
7455 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7456
7457         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
7458         Cleanup.
7459
7460 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7461
7462         * gnus-msg.el (gnus-bug): Erase buffer.
7463
7464         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
7465
7466 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7467
7468         * mm-decode.el (mm-attachment-override-p): Fix typo.
7469
7470 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
7471
7472         * gnus-kill.el (gnus-execute): Work with the extra headers.
7473         * gnus-sum.el (gnus-summary-execute-command): Ditto.
7474
7475 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7476
7477         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
7478         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
7479
7480         * message.el (message-send-mail-real-function): New variable.
7481         (message-send-mail-partially, message-send-mail):
7482
7483         * nngateway.el (nngateway-request-post): Use it.
7484
7485         * gnus-agent.el (gnus-agentize): Use it.
7486
7487         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
7488         (nnsoup-revert-variables): Use it.
7489
7490 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
7491
7492         * mm-decode.el (mm-inline-media-tests): Default to displaying as
7493         text/plain if the type doesn't match any other media types.
7494         (mm-inlined-types): Doc fix.
7495         (mm-display-inline): Revert previous change (now handled by a
7496         default type in `mm-inline-media-tests'.
7497         (mm-inlinable-p): Revive.
7498         (mm-display-part): Call `mm-inlinable-p'.
7499         (mm-attachment-override-p): Ditto.
7500         (mm-inlined-p): Doc fix.
7501
7502         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
7503         well as `mm-inlined-p'.
7504
7505 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7506
7507         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
7508         (nntp-send-command-and-decode): Use gnus-point-at-bol.
7509
7510 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7511         From  Paul Jarc <prj@po.cwru.edu>
7512
7513         * message.el (message-use-mail-followup-to): New variable.
7514         (message-get-reply-headers): Use it.
7515
7516 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
7517
7518         * nnheader.el (nnheader-init-server-buffer): Make sure the
7519         *nntpd* buffer is made multibyte instead of a random buffer.
7520
7521 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7522
7523         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
7524         when it returns headers.
7525
7526 2001-07-07  Simon Josefsson  <jas@extundo.com>
7527
7528         * rfc2047.el (rfc2047-encode-message-header): Skip header when
7529         trying to fold. Thanks to Colin Walters
7530         <walters@cis.ohio-state.edu>
7531
7532 2001-07-06  Simon Josefsson  <jas@extundo.com>
7533
7534         * imap.el (imap-parse-address-list, imap-parse-flag-list)
7535         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
7536         Add information in `assert's.
7537
7538         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
7539         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
7540         and `nnimap-group-overview-filename', should handle all
7541         change-of-uidvalidity related issues.  But there may be other
7542         problems.)
7543
7544 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
7545
7546         * rfc2047.el (rfc2047-encode-message-header): Don't include the
7547         header name when folding.
7548
7549 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
7550
7551         * mm-decode.el (mm-inlined-types): Document relationship with
7552         `mm-inline-media-tests'.
7553         (mm-display-inline): Default to displaying as plain text if no
7554         inlining handler is available.
7555         (mm-inlinable-p): Remove.
7556         (mm-inlined-p): Don't call `mm-inlinable-p'.
7557         (mm-automatic-display-p): Ditto.
7558         (mm-attachment-override-p): Ditto.
7559
7560 2001-07-04  Simon Josefsson  <jas@extundo.com>
7561
7562         * nnimap.el (nnimap-importantize-dormant): New variable.
7563         (nnimap-request-update-info-internal): Use it.
7564         (nnimap-request-set-mark): Ditto.
7565
7566 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
7567
7568         * nntp.el (nntp-send-command): don't pass a buffer argument to
7569         `point'. Only XEmacs accepts this.
7570         * nntp.el (nntp-send-command-nodelete): ditto.
7571         * nntp.el (nntp-send-command-and-decode): ditto.
7572
7573 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
7574
7575         * nntp.el (nntp-open-connection-function): doc update.
7576         * nntp.el (nntp-pre-command): New.
7577         * nntp.el (nntp-via-rlogin-command): New.
7578         * nntp.el (nntp-via-telnet-command): New.
7579         * nntp.el (nntp-via-telnet-switches): New.
7580         * nntp.el (nntp-via-user-name): New.
7581         * nntp.el (nntp-via-user-password): New.
7582         * nntp.el (nntp-via-address): New.
7583         * nntp.el (nntp-via-envuser): New.
7584         * nntp.el (nntp-via-shell-prompt): New.
7585         * nntp.el (nntp-open-telnet-stream): New.
7586         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
7587         * nntp.el (nntp-open-via-telnet-and-telnet): New.
7588         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
7589         * nntp.el (nntp-send-command): ditto.
7590         * nntp.el (nntp-send-command-nodelete): ditto.
7591         * nntp.el (nntp-send-command-and-decode): ditto.
7592
7593 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
7594
7595         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
7596         `when'.
7597
7598 2001-07-03  Simon Josefsson  <jas@extundo.com>
7599         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
7600
7601         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
7602
7603 2001-07-03  Simon Josefsson  <jas@extundo.com>
7604
7605         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
7606         remove it (workaround XEmacs `fill-region' bug).
7607
7608 2001-07-01  Simon Josefsson  <jas@extundo.com>
7609
7610         * nnimap.el (nnimap-date-days-ago): Defeat locale.
7611
7612 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7613
7614         * mml2015.el (mml2015-format-error): New function.
7615         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
7616         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
7617         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
7618
7619 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7620
7621         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
7622         Suggested by Christoph Conrad <C.Conrad@cli.de>.
7623
7624         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
7625         group variables.
7626
7627 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7628
7629         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
7630
7631         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
7632         (nnrss-save-group-data): Ditto.
7633
7634         * gnus-agent.el (gnus-agent-save-alist): Ditto.
7635
7636 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7637
7638         * message.el (message-do-send-housekeeping): Narrow to headers.
7639
7640 2001-06-24  Simon Josefsson  <jas@extundo.com>
7641
7642         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
7643         insertion when breaking lines looked for " \t" instead of "[ \t]".
7644         (rfc2047-encode-message-header): Fold lines even if
7645         no QP encoding is done.
7646
7647 2001-06-23  Simon Josefsson  <jas@extundo.com>
7648         From Samuel Tardieu <sam@inf.enst.fr>
7649
7650         * smime.el (smime-keys): Support additional certificates.
7651         (smime-make-certfiles): New function.
7652         (smime-sign-region): Use previous variables.
7653         (smime-get-certfiles): New function.
7654         (smime-sign-buffer): Use it.
7655         (smime-verify-region): Support both CAfile and CApath.
7656
7657 2001-06-23  Simon Josefsson  <jas@extundo.com>
7658
7659         * smime.el (smime-decrypt-region): Perhaps work.
7660
7661 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7662
7663         * gnus-msg.el (gnus-copy-article-buffer): Typo.
7664
7665 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
7666
7667         * mm-decode.el (mm-save-part): Rewrite file name.
7668         (mm-file-name-rewrite-functions): New variable.
7669         (mm-file-name-delete-whitespace): New function.
7670         (mm-file-name-trim-whitespace): New function.
7671         (mm-file-name-collapse-whitespace): New function.
7672         (mm-file-name-replace-whitespace): New variable and function.
7673
7674 2001-06-22  Simon Josefsson  <jas@extundo.com>
7675
7676         * message.el (message-make-date): Workaround locale for weekdays.
7677
7678 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7679
7680         * message.el (message-goto-body): Return nil if not found. (revert!)
7681
7682 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7683         From Fremlin <chief@bandits.org>
7684
7685         * message.el (message-goto-body): Some messages have no header.
7686
7687         * gnus-msg.el (gnus-copy-article-buffer): Use it.
7688
7689 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
7690
7691         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
7692
7693 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7694
7695         * message.el (message-make-date): Add week day.
7696         Suggested by Jason R. Mastaler <jason@mastaler.com>.
7697
7698 2001-06-19  Simon Josefsson  <jas@extundo.com>
7699
7700         * message.el (message-yank-prefix): Doc fix.
7701         (message-yank-cited-prefix): Ditto.
7702         (message-delete-not-region): Keep citation prefix on first line,
7703         if possible and appropriate.
7704
7705 2001-06-19  Simon Josefsson  <jas@extundo.com>
7706
7707         * imap.el (imap-process-connection-type): New variable.
7708         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
7709         recent `imtest's work completely (no line length issues), while
7710         making making old `imtest's unusable.  Thanks to NAGY Andras
7711         <nagya@inf.elte.hu> for his work.
7712
7713 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
7714
7715         * imap.el (imap-ssl-program): Add -quiet to shut up
7716         OpenSSL/SSLeay's internal debug talk.
7717
7718 2001-06-19  Matt Armstrong  <matt@lickey.com>
7719
7720         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
7721         server.
7722
7723 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7724
7725         * nnmail.el (nnmail-article-buffer): New variable.
7726         (nnmail-split-incoming): Use it.
7727
7728 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
7729
7730         * qp.el (quoted-printable-decode-region): If called interactively,
7731         use coding-system-for-read.
7732
7733 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7734
7735         * message.el (message-check-news-header-syntax): Check Reply-To.
7736
7737 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7738
7739         * mml.el (mml-parse-1): Use message options.
7740
7741         * message.el (message-do-fcc): Don't do anything if there is no
7742         FCC.
7743
7744 2001-06-16  Simon Josefsson  <jas@extundo.com>
7745
7746         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
7747         (nnimap-expunge-search-string): New variable.
7748         (nnimap-request-expire-articles): Use it.
7749
7750 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7751
7752         * message.el (message-send-mail-with-qmail): wrong exit status is
7753         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
7754
7755 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7756
7757         * gnus-art.el (article-strip-multiple-blank-lines): Use
7758         delete-region instead of replace-match.
7759
7760 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7761
7762         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
7763         (nnweb-google-wash-article): Ditto.
7764
7765 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
7766
7767         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
7768
7769 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7770
7771         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
7772         specs.
7773
7774 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7775
7776         * gnus.el (gnus-email-address): Move it here.
7777
7778         * gnus-art.el (article-de-quoted-unreadable): Read charset if
7779         requested.
7780         (article-de-base64-unreadable): Ditto.
7781         (article-wash-html): Ditto.
7782
7783 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7784
7785         * message.el (message-options-set-recipient): Don't add ", "
7786         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
7787
7788 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7789
7790         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
7791
7792 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7793
7794         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
7795         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
7796
7797         * nnrss.el (nnrss-node-text): Node might be nil.
7798
7799 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7800
7801         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
7802         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
7803
7804         * nnrss.el (nnrss-group-alist): More items.
7805
7806 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7807
7808         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
7809
7810 2001-06-03  Dale Hagglund  <rdh@best.com>
7811
7812         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
7813         restrict clauses.
7814
7815 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7816
7817         From Benjamin Rutt <brutt+news@bloomington.in.us>
7818
7819         * message.el (message-wide-reply-confirm-recipients): New variable.
7820
7821 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7822         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
7823
7824         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
7825         fix so it works with XEmacs.
7826
7827 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7828
7829         * nnrss.el (nnrss-retrieve-headers): Support description as extra
7830         headers.
7831
7832 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7833
7834         * nnrss.el: Fix a few bugs.
7835
7836 2001-06-05  Simon Josefsson  <jas@extundo.com>
7837
7838         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
7839         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
7840
7841 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
7842
7843         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
7844         binary so that we don't transmit ISO 2022 garbage to the process.
7845         This is needed under XEmacs.
7846
7847 2001-06-03  Simon Josefsson  <simon@josefsson.org>
7848
7849         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
7850         autoloaded incorrectly below because ssl-program-* is bound.)
7851         Thanks to Amos Gouaux for report.
7852
7853 2001-06-02  Simon Josefsson  <simon@josefsson.org>
7854
7855         * imap.el (imap-kerberos4-open):
7856         (imap-gssapi-open):
7857         (imap-ssl-open):
7858         (imap-network-open):
7859         (imap-shell-open):
7860         (imap-starttls-open): Set buffer to workaround spurious
7861         `accept-process-output' buffer changes.  Thanks to Mats Lidell
7862         <Mats.Lidell@contactor.se> for report and partial patch and Jake
7863         Colman <colman@ppllc.com> for report.
7864
7865 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7866
7867         * gnus-sum.el (gnus-summary-catchup): New argument.
7868         (gnus-summary-catchup-from-here): New function.
7869
7870 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7871
7872         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
7873         back, then insert glyph.  (Before, the glyph was inserted first,
7874         then the newline.)  This works around a behavior in XEmacs where
7875         it is not possible to insert a character after a glyph which is at
7876         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
7877
7878 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7879
7880         From Jaap-Henk Hoepman (jhh@xs4all.nl).
7881
7882         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
7883         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
7884         mm-destroy-postponed-undisplay-list): New functions.
7885         (mm-display-external): Use them.
7886
7887 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7888
7889         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
7890         `default-low' when evaluating `gnus-summary-highlight'.
7891         From Raja R Harinath <harinath@cs.umn.edu>.
7892
7893 2001-05-27  Simon Josefsson  <simon@josefsson.org>
7894
7895         * message.el (message-yank-cited-prefix): New variable.
7896         (message-indent-citation): Use it.
7897
7898         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
7899         as details.
7900         (mml2015-mailcrypt-clear-verify): Ditto.
7901
7902 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7903         From Nevin Kapur <nevin@jhu.edu>.
7904
7905         * gnus-sum.el (gnus-summary-default-high-score,
7906         gnus-summary-default-low-score): New variables.
7907         (gnus-summary-highlight): Use them.
7908
7909 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
7910
7911         * message.el (message-mail): pass the 'send-actions argument to
7912         `message-setup'.
7913
7914 2001-05-16  Simon Josefsson  <simon@josefsson.org>
7915         From Raymond Scholz <ray-2001@zonix.de>
7916
7917         * gnus-art.el (gnus-mime-view-part-as-charset):
7918         (gnus-mime-internalize-part): Doc fixes.
7919
7920 2001-05-11  Simon Josefsson  <simon@josefsson.org>
7921
7922         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
7923         status lines without any text ("^215$").
7924
7925 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7926
7927         * nnrss.el (nnrss-check-group): Reverse.
7928
7929 2001-05-07  Simon Josefsson  <simon@josefsson.org>
7930
7931         * message.el (message-get-reply-headers):
7932         (message-followup): Fix typo, suggested by David Green
7933         <dgreen@uab.edu>
7934
7935 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7936
7937         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
7938
7939         * nnrss.el (nnrss-open-server): Read server data when it is called.
7940         (nnrss-request-expire-articles): Fix.
7941
7942 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7943
7944         * message.el (message-do-send-housekeeping): mail-abbrevs may
7945         rename buffer behind Gnus.
7946
7947 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7948
7949         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
7950         (nnrss-group-alist): Add more resources.
7951         (nnrss-check-group): Ignore errors.
7952
7953 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7954
7955         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
7956
7957         * nnslashdot.el (nnslashdot-request-list): Add time.
7958         (nnslashdot-request-expire-articles): New function.
7959
7960         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
7961         secondary methods too.
7962
7963 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7964
7965         * message.el (message-use-followup-to): Set default value to t.
7966
7967 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
7968
7969         * message.el (message-dont-reply-to-names): Fix documentation.
7970         (message-get-reply-headers): Use Mail-Followup-To only for wide
7971         replies.
7972
7973 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7974
7975         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
7976         correctly.
7977         (nnrss-check-group): Use time.
7978
7979 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7980
7981         * gnus.el: Oort Gnus v0.03 is released.
7982
7983 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7984
7985         * nnultimate.el (nnultimate-topic-article-to-article): Use the
7986         group.
7987
7988 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7989
7990         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
7991
7992 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7993
7994         * nnultimate.el (nnultimate-retrieve-headers): Return all
7995         available headers.
7996
7997         * gnus-sum.el (gnus-read-all-available-headers): New variable.
7998         (gnus-get-newsgroup-headers-xover): Use it.
7999
8000 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8001
8002         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
8003
8004 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8005
8006         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
8007
8008 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8009
8010         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
8011         disable it.
8012
8013         * gnus.el (gnus-info-nodes): Remove a few The's.
8014
8015 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8016
8017         * mail-source.el (mail-source-movemail): Call-process may return a
8018         signal description string.
8019
8020         * gnus-start.el (gnus-read-newsrc-el-file):
8021         gnus-newsrc-file-version may be nil.
8022
8023         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
8024         Suggested by Michael Sperber [Mr. Preprocessor]
8025         <sperber@informatik.uni-tuebingen.de>.
8026
8027 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
8028
8029         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
8030
8031 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8032
8033         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
8034         fontify HANDLE.
8035
8036 2001-04-18  Simon Josefsson  <simon@josefsson.org>
8037
8038         * smime.el (smime-ask-passphrase): Rework to return value.
8039         (smime-sign-region): Rework to bind value and use it.
8040         (smime-decrypt-region): Ditto.
8041
8042 2001-04-18  Mathias Herberts  <Mathias.Herberts@iroise.net>
8043         Committed by Simon Josefsson  <simon@josefsson.org>
8044
8045         * smime.el (smime-ask-passphrase): New function.
8046         (smime-sign-region): Use it.
8047         (smime-encrypt-cipher): New variable.
8048         (smime-decrypt-region): Ditto.
8049
8050 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
8051         Committed by Simon Josefsson  <simon@josefsson.org>
8052
8053         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
8054         the log.
8055
8056 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8057
8058         *gnus.el: Oort Gnus v0.02 is released.
8059
8060 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
8061
8062         * gnus.el: Oort Gnus v0.01 is released.
8063
8064 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8065
8066         * gnus-sum.el (gnus-summary-highlight): Highlight read
8067         undownloaded articles as read articles.
8068
8069         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
8070         (gnus-agent-get-undownloaded-list): Mark all undownloaded
8071         articles, even read ones, as such.
8072
8073         * gnus-sum.el (gnus-summary-find-matching): Clean up.
8074         (gnus-find-matching-articles): New function.
8075         (gnus-summary-limit-include-matching-articles): New command.
8076         (gnus-summary-limit-include-thread): Include articles that have
8077         matching subjects.
8078         (gnus-offer-save-summaries): Clean up.
8079
8080 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8081
8082         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
8083
8084 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8085         From Jason Merrill <jason_merrill@redhat.com>
8086
8087         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
8088
8089 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
8090         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8091
8092         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
8093         newsgroup names when the original article is a news message.
8094
8095 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8096
8097         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
8098         supported. Suggest by Jim Meyering <jim@meyering.net>.
8099
8100 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
8101         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8102
8103         * nnmail.el (nnmail-split-it): Added check for .* at the end of
8104         regexp in nnmail-split-fancy.
8105
8106 2001-04-10  Simon Josefsson  <simon@josefsson.org>
8107
8108         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
8109
8110 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
8111
8112         * message.el (message-send-mail): Improve the interaction with the
8113         user.
8114
8115 2001-04-10  Simon Josefsson  <simon@josefsson.org>
8116
8117         * imap.el (imap-message-copy): Work around buggy servers that
8118         doesn't send TRYCREATE tags.
8119
8120 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
8121
8122         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
8123
8124 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8125
8126         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
8127         date.
8128
8129 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8130
8131         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
8132         lives.
8133
8134 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8135
8136         * gnus-art.el (gnus-parse-news-url): New function.
8137         (gnus-button-handle-news): New function.
8138         (gnus-button-alist): Point to new functions.
8139
8140         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
8141
8142         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
8143         gnus-format-specs.
8144
8145         * message.el (message-check-news-header-syntax): Question even
8146         when Gnus doesn't know the group names.
8147         (message-send-news): Clean up.
8148
8149         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
8150         exited on purpose without saving.
8151
8152         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
8153
8154 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8155
8156         * gnus-score.el (gnus-score-orphans): Clean up.
8157
8158         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
8159
8160         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
8161         later.
8162
8163         * gnus-start.el (gnus-close-all-servers): Find the right items to
8164         close.
8165
8166         * qp.el (quoted-printable-decode-region): Just message
8167         malformation; don't quit.
8168
8169 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8170         From Gerd Moellmann <gerd@gnu.org>.
8171
8172         * gnus.el (gnus-interactive): A typo.
8173
8174 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
8175         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8176
8177         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
8178         `assq-delete-all', if that function exists; otherwise use the old
8179         definition. Documentation changed to match the one in
8180         `assq-delete-all'.
8181
8182 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8183
8184         * gnus-start.el (gnus-close-all-servers): New function.
8185
8186         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
8187         (gnus-server-remove-denials): Clean up.
8188
8189         * gnus-sum.el (gnus-summary-sort-by-original): New command and
8190         keystroke.
8191
8192 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8193
8194         * message.el (message-send-news): Message where we are sending.
8195         (message-send-mail): Ditto.
8196
8197         * gnus.el (gnus-server-string): New function.
8198
8199         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
8200
8201         * mm-decode.el (mm-default-directory): Customized.
8202         (mm-tmp-directory): Ditto.
8203
8204         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
8205         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
8206         or Chars.
8207         (gnus-summary-line-format-alist): ?l is now a string.
8208         (gnus-summary-prepare-threads): Output ? for unknown lines.
8209         (gnus-summary-insert-line): Ditto.
8210         (gnus-summary-print-article): Unbalanced parentheses.
8211
8212         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
8213         out whether new stuff has arrived.
8214
8215 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
8216
8217         * gnus-sum.el: Let printing work on ttys on Emacs.
8218
8219 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8220
8221         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
8222         when forcing news.
8223
8224         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
8225         command.
8226
8227 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
8228
8229         * message.el (message-set-auto-save-file-name): Don't use
8230         asterisks under nt.
8231
8232 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8233
8234         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
8235         lists of articles.
8236
8237         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
8238
8239         * gnus-msg.el (gnus-put-message): Clean up.
8240         (gnus-summary-reply): Mark all replied-to articles as replied to.
8241         (gnus-inews-add-send-actions): Also mark as forwarded.
8242         (gnus-summary-mail-forward): Mark as forwarded.
8243
8244         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
8245         of articles.
8246         (gnus-summary-mark-article-as-forwarded): Ditto.
8247
8248         * gnus-msg.el (gnus-summary-resend-message): Mark article as
8249         forwarded.
8250         (gnus-summary-mail-forward): Clean up.
8251
8252         * gnus.el (gnus-article-mark-lists): Added forward.
8253
8254         * gnus-sum.el (gnus-forwarded-mark): New variable.
8255         (gnus-summary-prepare-threads): Use it.
8256         (gnus-summary-update-secondary-mark): Ditto.
8257         (gnus-newsgroup-forwarded): New variable.
8258
8259 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8260
8261         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
8262         (gnus-summary-very-wide-reply): New command and keystroke.
8263         (gnus-summary-very-wide-reply-with-original): Ditto.
8264
8265         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
8266         (gnus-score-adaptive): Use it.
8267
8268         * gnus-start.el (gnus-get-unread-articles): Clean up.
8269
8270 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8271
8272         * nnultimate.el (nnultimate-retrieve-headers): Work for other
8273         boards.
8274
8275 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
8276
8277         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
8278         * gnus-start.el (gnus-subscribe-newsgroup): use it.
8279
8280 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8281
8282         * nnultimate.el (nnultimate-retrieve-headers): Understand
8283         long-form month names.
8284
8285 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8286
8287         * gnus-sum.el (gnus-summary-show-all-headers):
8288         gnus-article-show-all-headers is broken. Use
8289         gnus-summary-toggle-header instead.
8290
8291         * mml2015.el (mml2015-gpg-extract-from): No error.
8292
8293 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8294         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
8295
8296         * mml2015.el (mml2015-gpg-extract-from): New function.
8297         (mml2015-gpg-verify): Use it.
8298         (mml2015-gpg-clear-verify): Use it.
8299
8300 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8301
8302         * message.el (message-setup-fill-variables): Use
8303         fill-paragraph-function.
8304         (message-fill-paragraph): Take an argument.
8305         (message-newline-and-reformat): Take another argument.
8306
8307 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8308
8309         * message.el (rmail-output): It is in rmailout.el not rmail.el.
8310
8311 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8312
8313         * message.el (message-forward): local-variable-p takes an extra
8314         argument in XEmacs.
8315
8316 2001-03-16  Simon Josefsson  <simon@josefsson.org>
8317
8318         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
8319         `nnimap-use-nov-p' (it really tested the negative).
8320         (nnimap-retrieve-headers): Use it.
8321
8322 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8323
8324         * message.el (message-generate-headers-first): Update doc.
8325
8326 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
8327
8328         * gnus.el (gnus-summary-line-format): Typo.
8329
8330 2001-03-11  Simon Josefsson  <simon@josefsson.org>
8331
8332         * mailcap.el (mailcap-mime-data): Add application/sieve.
8333         (mailcap-mime-extensions): Add .siv, .xls.
8334
8335 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8336         From Christoph Conrad <christoph.conrad@gmx.de>
8337
8338         * gnus-score.el (gnus-summary-lower-thread): Typo.
8339
8340 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8341
8342         * message.el (message-forward-decoded-p): New variable.
8343         (message-forward-subject-author-subject): Use it.
8344         (message-make-forward-subject): Use it.
8345         (message-forward): Use it.
8346
8347         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
8348
8349         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
8350         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
8351
8352 ;;Has been fixed -- zsh.
8353 ;;2001-03-05  Dave Love  <fx@gnu.org>
8354 ;;
8355 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
8356 ;;      Move it after definition of mm-coding-system-p.
8357 ;;
8358 2001-03-01  Dave Love  <fx@gnu.org>
8359
8360         * mm-util.el (mm-inhibit-file-name-handlers): Add
8361         image-file-handler.
8362
8363 2001-02-11  Dave Love  <fx@gnu.org>
8364
8365         * message.el (message-signature-file): Fix doc, :type.
8366
8367 2001-02-08  Dave Love  <fx@gnu.org>
8368
8369         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
8370         (message-posting-charset): Defvar when compiling again.
8371         (rfc2047-encodable-p): Require message.
8372
8373         * gnus-sum.el (gnus-alter-articles-to-read-function):
8374         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
8375
8376 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8377
8378         * nnrss.el: New file.
8379
8380 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
8381         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8382
8383         * rfc2047.el (rfc2047-unfold-region): Fix arg of
8384         `skip-chars-forward'.
8385
8386 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8387
8388         * nndraft.el (nndraft-request-group): Restore auto save files if
8389         the original files do not exist.
8390
8391 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8392
8393         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
8394         SCORE paths.
8395
8396         * mm-decode.el (mm-dissect-buffer): Call
8397         mail-extract-address-components only if necessary.
8398
8399 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8400
8401         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
8402         directory part.
8403         (gnus-score-search-global-directories): Use file-directory-p.
8404
8405         * gnus-score.el (gnus-score-score-files-1): Use
8406         gnus-kill-files-directory.
8407         From Adrian Aichner <adrian@xemacs.org>.
8408
8409 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8410
8411         * gnus.el (charset): Move here from gnus-sum.el.
8412
8413 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8414
8415         * mml.el (mml-preview): Disable local map.
8416
8417         * gnus-sum.el (gnus-summary-make-menu-bar): Make
8418         gnus-article-post-menu here.
8419
8420         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
8421         if it has not been made.
8422
8423 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8424
8425         * gnus-art.el (gnus-article-describe-key): Map key to event.
8426         (gnus-article-describe-key-briefly): Ditto
8427
8428 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8429
8430         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
8431
8432 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8433         From Katsumi Yamaoka <yamaoka@jpl.org>.
8434
8435         * dgnushack.el (coerce, merge, subseq): defmacro.
8436
8437 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8438
8439         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
8440         A fake defalias in nndraft.el results a not-activated bug in
8441         uncompiled versions.
8442
8443 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
8444         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8445
8446         * gnus-util.el (gnus-split-references): Handle malformed References:.
8447
8448 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8449
8450         * gnus-art.el (gnus-article-mime-part-status): 1 part.
8451
8452 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8453         From NAGY Andras <nagya@inf.elte.hu>.
8454
8455         * gnus.el (gnus-parameters): Typo.
8456
8457 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8458
8459         * gnus.el (gnus-read-method): Remove redundancy.
8460
8461 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8462
8463         * nnslashdot.el (nnslashdot-backslash-url): New variable.
8464         (nnslashdot-request-list): Use it.
8465
8466 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8467
8468         * nnml.el (nnml-generate-active-info): Fix the case when there is
8469         no file.
8470
8471         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
8472         (gnus-summary-create-article): New function.
8473
8474         * gnus-group.el (gnus-group-mark-article-read): New function.
8475
8476         * gnus-msg.el (gnus-inews-do-gcc): Use it.
8477
8478         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
8479
8480 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8481
8482         * gnus-art.el (gnus-article-edit-done): Don't use
8483         gnus-article-edit-exit.
8484         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
8485
8486         * gnus.el (gnus-parameters): New variable.
8487         Suggested by NAGY Andras <nagya@inf.elte.hu>.
8488         (gnus-parameters-get-parameter): New function.
8489         (gnus-group-find-parameter): Use it.
8490
8491 2001-02-23  Simon Josefsson  <simon@josefsson.org>
8492
8493         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
8494         change of default value to `current'.
8495
8496 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8497
8498         * nneething.el (nneething-get-head): Insert unreadable file too.
8499
8500 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8501
8502         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
8503
8504         * webmail.el (webmail-type-definition): Deja is bought by google.
8505
8506 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8507
8508         * gnus-sum.el (gnus-fetch-headers): New function.
8509         (gnus-select-newsgroup): Use it.
8510         (gnus-summary-insert-articles): New function.
8511         (gnus-summary-insert-old-articles): New function.
8512         (gnus-summary-insert-new-articles): New function.
8513
8514         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
8515         (gnus-group-list-active): Ditto.
8516         * gnus-sum.el (gnus-set-mode-line): Ditto.
8517         (gnus-summary-read-group-1): Ditto.
8518
8519 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8520
8521         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
8522         current topic.
8523
8524 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8525
8526         * smiley.el (gnus-smiley-display): Don't do widening.
8527
8528         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
8529         within body.
8530
8531         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
8532
8533         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
8534         New variable.
8535         (gnus-mime-display-multipart-related-as-mixed): New variable.
8536         (gnus-mime-display-part): Use them.
8537
8538 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8539
8540         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
8541         something special.
8542
8543 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8544
8545         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
8546         (nnweb-request-article): Call reference if exists.
8547         (nnweb-type-definition): Dejanews is bought by google.com.
8548         Beta!
8549
8550 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8551
8552         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
8553
8554 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8555
8556         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
8557         gnus-article-sort-functions.
8558         (gnus-article-sort-functions): Doc fix.  Refer to
8559         gnus-thread-sort-functions.
8560
8561 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8562         From Paul Jarc <prj@po.cwru.edu>.
8563
8564         * message.el (message-get-reply-headers): More fixes.
8565
8566 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
8567         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8568
8569         * message.el (message-get-reply-headers): Fix bug with
8570         Mail-Followup-To/to-address interaction.
8571
8572 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8573
8574         * gnus-msg.el (gnus-configure-posting-styles): Match header in
8575         gnus-article-copy.
8576
8577 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8578
8579         * message.el (message-do-send-housekeeping): Rename to a better
8580         name.
8581
8582 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8583
8584         * message.el (message-cancel-news): Check article first, then ask
8585         yes or no.
8586
8587 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8588
8589         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
8590
8591 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8592
8593         * gnus-range.el (gnus-range-normalize): New function.
8594
8595 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
8596
8597         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
8598
8599 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8600
8601         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
8602
8603         * nnagent.el (nnagent-request-regenerate): New function.
8604
8605         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
8606
8607         * nnml.el (nnml-generate-nov-databases): Accept argument
8608         server. Don't open server if it is opened.
8609         (nnml-request-regenerate): Use it. Change to deffoo.
8610
8611 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8612         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8613
8614         * gnus.el (gnus-define-group-parameter): Fix.
8615
8616 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8617
8618         * gnus.el (gnus-define-group-parameter): Improved.
8619
8620         * gnus-sum.el (charset): Define parameter.
8621         (ignored-charsets): Ditto.
8622         (gnus-summary-setup-default-charset): Use them.
8623
8624         * gnus-start.el (gnus-read-descriptions-file): Use them.
8625
8626         * gnus-cus.el (gnus-group-parameters): Remove them.
8627
8628 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8629
8630         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
8631
8632 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8633
8634         * gnus-sum.el (gnus-summary-read-group-1): Remove
8635         gnus-summary-set-local-parameters.
8636         (gnus-summary-setup-buffer): Put it here.
8637
8638 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8639
8640         * gnus.el (to-address): Define parameter.
8641         (to-list): Ditto.
8642         * gnus-art.el (article-hide-boring-headers): Use them.
8643         * gnus-msg.el (gnus-post-news): Ditto.
8644         * gnus-cus.el (gnus-group-parameters): Remove them.
8645
8646 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8647
8648         * gnus-draft.el (gnus-draft-reminder): New function.
8649
8650         * gnus-art.el (gnus-sender-save-name): New function.
8651
8652 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8653
8654         * mm-util.el (mm-mime-charset): Error message.
8655
8656 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8657
8658         * message.el (message-check-news-body-syntax): Don't check mml lines.
8659
8660 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8661
8662         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
8663         subscribe.
8664
8665         * gnus-start.el (gnus-call-subscribe-functions): New function.
8666         (gnus-find-new-newsgroups): Use it.
8667         (gnus-ask-server-for-new-groups): Use it.
8668         (gnus-check-first-time-used): Use it.
8669         (gnus-subscribe-newsgroup-method): Grok a list of functions.
8670         (gnus-subscribe-options-newsgroup-method): Ditto.
8671         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
8672         return .
8673
8674 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8675
8676         * gnus-cus.el (gnus-score-customize): Doc fix.
8677
8678 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
8679
8680         * dgnushack.el (my-getenv): Typo.
8681
8682 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8683
8684         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
8685
8686 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8687
8688         * gnus-group.el (gnus-group-suspend): Offer save summaries.
8689
8690         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
8691         (gnus-treatment-function-alist): Use it.
8692         (article-remove-leading-whitespace): New function.
8693         (gnus-article-make-menu-bar): Use it.
8694
8695         * gnus-sum.el (gnus-summary-wash-empty-map): Add
8696         remove-leading-whitespace.
8697         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
8698         because of conflict.
8699
8700 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8701
8702         * Makefile.in: Hack generating gnus-load.el.
8703         * dgnushack.el: Ditto.
8704         * gnus-load.el: Remove it.
8705
8706 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8707
8708         * dgnushack.el : Add URLDIR.
8709
8710         * Makefile.in (EMACS_COMP): Ditto.
8711
8712 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8713
8714         * gnus-cus.el (gnus-score-customize): Error on no score file.
8715
8716 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8717
8718         * mm-decode.el (mm-merge-handles): New function.
8719
8720         * mm-view.el (mm-inline-message): Use it.
8721         (mm-view-message): Ditto.
8722
8723         * mm-partial.el (mm-inline-partial): Ditto.
8724
8725         * mm-extern.el (mm-inline-external-body): Ditto.
8726
8727         * gnus-art.el (gnus-mime-view-part): Ditto.
8728         (gnus-mime-view-part-as-type): Ditto.
8729         (gnus-mime-save-part-and-strip): Prevent users to strip in some
8730         cases.
8731
8732 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8733
8734         * message.el (message-cancel-news): Allow to shoot foot.
8735         (message-supersede): Ditto.
8736
8737 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
8738
8739         * gnus-sum.el (gnus-simplify-subject-re): Use
8740         message-subject-re-regexp.
8741
8742 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8743
8744         * nnmail.el (nnmail-expiry-target-group): Bind
8745         nnmail-cache-accepted-message-ids to nil.
8746
8747         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
8748         coding system.
8749
8750 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8751
8752         * qp.el (quoted-printable-encode-region): Make sure characters are
8753         between 00 and FF.  Don't check charset.
8754
8755         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
8756         in Emacs 20.
8757         * rfc2047.el (rfc2047-q-encode-region): Ditto.
8758
8759 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8760
8761         * message.el (message-make-forward-subject): Argument decoded.
8762         (message-forward): Use it when digest.
8763
8764         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
8765         buffer.
8766
8767 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8768
8769         * message.el (message-generate-headers-first): Doc fix.
8770
8771 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8772
8773         * gnus-art.el (article-make-date-line): Error proof.
8774
8775 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8776
8777         * gnus-group.el (gnus-group-listing-limit): New variable.
8778         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
8779
8780         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
8781
8782 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8783
8784         * message.el (message-newline-and-reformat): Special case for
8785         breaking at BOL.
8786
8787 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
8788
8789         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
8790         message/rfc822.
8791
8792 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8793
8794         * message.el (message-encode-message-body): Don't insert
8795         Content-Type if it is inside a mail.
8796
8797 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8798
8799         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
8800         gnus-article-commands-menu.
8801
8802         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
8803         in Emacs.
8804
8805         * gnus-start.el (gnus-read-descriptions-file): Use
8806         gnus-group-name-charset and gnus-group-charset-alist.
8807
8808 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8809
8810         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
8811         active region.
8812
8813         * gnus-start.el (gnus-group-change-level): Remove from both
8814         gnus-zombie-list and gnus-killed-list.
8815
8816 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8817
8818         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
8819         gnus-subscribe-topics.
8820
8821         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
8822
8823 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8824
8825         * gnus-art.el (gnus-article-make-menu-bar): Make
8826         gnus-article-post-menu.
8827
8828         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
8829
8830         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
8831
8832         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
8833
8834         * message.el (message-mode-menu): Ditto.
8835
8836         * gnus-art.el (defvar): eval-when-compile.
8837
8838 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8839
8840         * gnus-agent.el (gnus-agentize): Fix doc.
8841
8842 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
8843
8844         * mml.el (mml-preview): Bind `q'.
8845
8846 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8847
8848         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
8849
8850 2001-01-31  Dave Love  <fx@gnu.org>
8851
8852         * mm-util.el (mm-mime-mule-charset-alist)
8853         (mm-find-mime-charset-region): Consider mule-utf-8.
8854
8855 2001-01-31  Dave Love  <fx@gnu.org>
8856
8857         * gnus-art.el (gnus-article-x-face-command)
8858         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
8859         :version.
8860
8861 2001-01-26  Dave Love  <fx@gnu.org>
8862
8863         * mm-util.el (mm-multibyte-string-p): New.
8864
8865 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
8866 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
8867 ;;      string-as-multibyte on class.  Clarify line-folding.
8868         (quoted-printable-encode-string): Make temp buffer inherit
8869         string's multibyteness.
8870
8871 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
8872
8873         * nnheader.el (toplevel): Don't require `gnus-util' at
8874         compile-time; this creates a circular dependency, and prevents
8875         a bootstrap.
8876
8877 2001-01-22  Andreas Schwab  <schwab@suse.de>
8878
8879         * nnheader.el (gnus-delete-line): Autoload it as a macro.
8880
8881 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8882
8883         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
8884
8885         * gnus-art.el (article-hide-list-identifiers): Ditto.
8886
8887         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
8888
8889 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8890
8891         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
8892
8893         * gnus-art.el (article-hide-list-identifiers): Similar.
8894
8895 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
8896
8897         * nnmail.el (nnmail-remove-list-identifiers): Improved.
8898
8899 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8900
8901         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
8902
8903 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8904
8905         * gnus-util.el (gnus-string-equal): New function.
8906
8907         * gnus-art.el (article-hide-boring-headers): Use it.
8908
8909 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
8910
8911         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
8912
8913 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8914
8915         * gnus-msg.el (gnus-msg-mail): Support switch-action.
8916
8917 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8918
8919         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
8920         command if there is not last-saver.
8921
8922 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8923
8924         * nntp.el (nntp-open-connection): 201 is possible.
8925
8926 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8927
8928         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
8929         (rfc2047-charset-encoding-alist): Add big5.
8930
8931 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8932
8933         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
8934         (gnus-agent-remove-server): Ditto.
8935         (autoload): gnus-server-update-server.
8936
8937         * gnus-srvr.el (gnus-server-line-format): Add %a.
8938         (gnus-server-line-format-alist): Add gnus-tmp-agent.
8939         (gnus-server-insert-server-line): Use it.
8940
8941 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8942
8943         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
8944         GB2312 and Big5.
8945
8946 2001-01-24  Simon Josefsson  <sj@extundo.com>
8947
8948         * mail-source.el (mail-sources): Add :program specifier to IMAP
8949         mail source.
8950         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
8951
8952 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8953
8954         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
8955
8956 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8957
8958         * nntp.el (nntp-wait-for): Return the success code.
8959         (nntp-open-connection): Use it.
8960
8961 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8962
8963         * gnus-int.el (gnus-check-server): Allow breaking the opening.
8964
8965 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8966
8967         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
8968
8969 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8970
8971         * gnus-sum.el (gnus-summary-print-article): Take one prefix
8972         argument. Allow to print several articles in one file.
8973
8974 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8975
8976         * webmail.el (webmail-type-definition): netaddress changes.
8977
8978 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8979
8980         * gnus.el: Fix copyright. Remove trailing spaces.
8981
8982         * message.el (message-forward): Use mule4.
8983
8984 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8985
8986         * mm-util.el (mm-string-as-unibyte): New function.
8987
8988         * message.el (message-forward): Use it.
8989
8990 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8991
8992         * message.el (message-cite-original-without-signature): Don't peel
8993         off the blank line.
8994         (message-get-reply-headers): Add Cc if it is not in follow-to.
8995
8996 2001-01-20  Simon Josefsson  <sj@extundo.com>
8997
8998         * mm-decode.el (mm-handle-multipart-from): Add.
8999         (mm-dissect-buffer): Save From: header value.
9000         (mm-security-from): Remove.
9001         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
9002
9003         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
9004         instead of `mml-security-from'.  Protect null from value.
9005
9006 2001-01-20  Simon Josefsson  <sj@extundo.com>
9007
9008         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
9009         application/vnd.ms-excel attachments.
9010
9011 2001-01-19  Simon Josefsson  <sj@extundo.com>
9012
9013         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
9014
9015 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9016
9017         * message.el (message-ignored-mail-headers): Ditto.
9018
9019 2001-01-19  Simon Josefsson  <sj@extundo.com>
9020
9021         * message.el (message-ignored-news-headers): Only search beginning
9022         of line.
9023
9024 2001-01-19  Alberto Lusiani  <a.lusiani@noemail.org>
9025
9026         * message.el (message-send-mail): Content-Type may not be there.
9027
9028 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9029
9030         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
9031         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
9032
9033         * gnus-art.el (article-display-x-face): Insert X-Face if there is
9034         not.
9035
9036 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9037
9038         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
9039         non-native groups.
9040
9041 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9042
9043         * message.el (message-yank-original): Understand
9044         universal-argument.
9045
9046 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9047
9048         * gnus-art.el (gnus-boring-article-headers): Add to-address.
9049         (article-hide-boring-headers): Ditto.
9050
9051         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
9052
9053 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9054
9055         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
9056         one.
9057
9058 2001-01-16  Simon Josefsson  <simon@josefsson.org>
9059
9060         * message.el (message-make-in-reply-to): Add comment to message-id
9061         (old syntax, see 2000-08-02 change).
9062
9063 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9064
9065         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
9066         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
9067         (gnus-button-reply): Ditto.
9068
9069 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9070
9071         * gnus-art.el (article-display-x-face): Fix.
9072
9073 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9074
9075         * gnus-art.el (article-display-x-face): Use
9076         gnus-original-article-buffer.
9077
9078 2001-01-15  Jack Twilley  <jmt@tbe.net>
9079
9080         * message.el (message-add-header): Move to point-max.
9081
9082 2001-01-15  Simon Josefsson  <simon@josefsson.org>
9083
9084         * smime.el (smime-CA-directory, smime-CA-file): Change default to
9085         nil, improve documentation.
9086         (smime-certificate-directory): Comment out false hints (until it
9087         is implemented).
9088
9089         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
9090         there aren't any keys.
9091         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
9092         verify certificate.  Default is changed to only check integrity.
9093         Improved security status texts.  If a certificate doesn't contain
9094         a email address, don't fail.
9095
9096         * smime.el (smime-noverify-region):
9097         (smime-noverify-buffer): New functions.  Verifies integrity only.
9098
9099 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9100
9101         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
9102
9103 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9104
9105         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
9106         (gnus-remove-some-windows): Ditto.
9107
9108 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9109
9110         * gnus-art.el (article-make-date-line): 11th.
9111
9112 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9113
9114         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
9115         (mml2015-gpg-sign): Ditto.
9116
9117 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9118
9119         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
9120         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
9121
9122 2001-01-08  Dave Love  <fx@gnu.org>
9123
9124         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
9125         single character.
9126
9127         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
9128
9129         * message.el: Doc and message fixes.
9130         (message-send-rename-function)
9131         (message-make-forward-subject-function)
9132         (message-send-mail-function, message-reply-to-function)
9133         (message-wide-reply-to-function, message-followup-to-function)
9134         (message-distribution-function, message-auto-save-directory): Fix
9135         :type.
9136
9137         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
9138         proceeding after warnings.  Amend multipart warning message.
9139
9140 2001-01-04  Dave Love  <fx@gnu.org>
9141
9142         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
9143         compiling.
9144         (gnus-make-directory): Require nnmail.
9145
9146         * mm-decode.el (mm-inline-media-tests): Add
9147         image/x-portable-bitmap.
9148         (mm-get-image): Grok pbm.
9149
9150 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
9151
9152         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
9153
9154 2001-01-09  Didier Verna  <didier@xemacs.org>
9155
9156         * dgnushack.el (dgnushack-compile): give a dummy value to
9157         `gnus-xmas-glyph-directory' for the time of compilation.
9158         * gnus-agent.el: moved some XEmacs specific hook add-ons from
9159         `gnus-xmas-[re]define' to avoid loosing user custom settings.
9160         * gnus-art.el: ditto.
9161         * gnus-group.el: ditto.
9162         * gnus-salt.el: ditto.
9163         * gnus-sum.el: ditto.
9164         * gnus-topic.el: ditto.
9165         * gnus-xmas.el (gnus-xmas-define): see above.
9166         * gnus-xmas.el (gnus-xmas-redefine): see above.
9167         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
9168         non-continuable error when the directory can't be found.
9169
9170 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9171
9172         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
9173         handle.
9174         * gnus-art.el (gnus-mime-view-part): Copy it.
9175         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
9176
9177 2001-01-09  Michael Downes  <mjd@ams.org>
9178
9179         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
9180
9181 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9182
9183         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
9184         orig-file. Use ',source.
9185
9186 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9187
9188         * gnus-xmas.el (gnus-xmas-modeline-glyph):
9189         (gnus-xmas-group-startup-message):
9190         Detect gnus-xmas-glyph-directory when it is nil.
9191
9192 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9193
9194         * pop3.el (pop3-get-message-count): Andrew Innes
9195         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
9196
9197 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9198
9199         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
9200
9201         * time-date.el (time-to-number-of-days): New function.
9202
9203 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
9204
9205         * nnslashdot.el (nnslashdot-request-list): Always get the right
9206         sid.
9207
9208 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9209
9210         * message.el (message-minibuffer-local-map): New keymap.
9211         (message-read-from-minibuffer): Use it.
9212         * gnus-msg.el (gnus-summary-resend-message): Use it
9213
9214 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9215
9216         * gnus-start.el (gnus-display-time-event-handler): New function.
9217         (gnus-after-getting-new-news-hook): Use it.
9218
9219 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9220
9221         * message.el (message-ignored-mail-headers): Add draft header.
9222
9223 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9224
9225         * gnus-sum.el (gnus-summary-expire-articles): Don't save
9226         excursion.
9227
9228         * nnslashdot.el (nnslashdot-request-list): Get the right year.
9229
9230 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
9231
9232         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
9233
9234 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9235
9236         * qp.el (quoted-printable-decode-region): Don't backward-char.
9237
9238 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9239
9240         * gnus-draft.el: Mark articles as replied.
9241
9242         * gnus-sum.el (gnus-summary-add-mark): New function.
9243
9244         * gnus-group.el (gnus-add-mark): New function.
9245
9246         * gnus-sum.el (gnus-summary-buffer-name): New function.
9247         (gnus-summary-setup-buffer): Use it.
9248
9249         * gnus-draft.el: Set things up with the right post method and
9250         stuff.
9251
9252         * message.el (message-ignored-news-headers): Remove X-Draft-From.
9253
9254         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
9255
9256         * gnus.el (gnus-draft-meta-information-header): New variable.
9257
9258 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9259
9260         * gnus-art.el (gnus-treatment-function-alist): Move the date
9261         functions before the header sorting functions.
9262
9263         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
9264
9265         * dgnushack.el (dgnushack-compile): Message whether there is w3.
9266         Don't (push "/usr/share/emacs/site-lisp" load-path).
9267
9268         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
9269         to empty fill prefixes.
9270
9271 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9272
9273         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
9274         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
9275
9276 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9277
9278         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
9279
9280         * nnml.el (autoload): Move to nnheader.el.
9281
9282         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
9283         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
9284         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
9285         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
9286
9287 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9288
9289         * gnus-art.el (article-make-date-line): Get the hours right.
9290         (gnus-ignored-headers): More hiding.
9291
9292         * nnmail.el (nnmail-expiry-wait): Not an integer.
9293
9294         * message.el (message-goto-body): Only expand abbrev when called
9295         interactively.
9296         (message-make-lines): Use it.
9297
9298 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9299
9300         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
9301
9302 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9303
9304         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
9305         include the expunged articles.
9306
9307         * gnus-group.el (gnus-group-sort-by-server): New function.
9308
9309         * gnus.el (gnus-method-to-server-name): New function.
9310         (gnus-group-prefixed-name): Use it.
9311
9312         * gnus-group.el (gnus-group-sort-function): Doc fix.
9313         (gnus-group-sort-groups-by-server): New command.
9314
9315 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9316
9317         * gnus-art.el (gnus-treat-date-english): New variable.
9318         (article-date-english): New command.
9319         (gnus-english-month-names): New variable.
9320         (article-make-date-line): Do 'english.
9321
9322         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
9323         after the fill prefix.
9324
9325         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
9326         score...".
9327
9328         * gnus-art.el (gnus-ignored-headers): Hide more headers.
9329
9330         * message.el (message-mode-map): Bind comment-region.
9331
9332         * gnus-art.el (gnus-mime-display-part): Let w3 display
9333         multipart/related.
9334
9335         * mm-bodies.el (mm-long-lines-p): New function.
9336         (mm-body-encoding): Use it.
9337         (mm-body-encoding): Encode articles with lines longer than 1000
9338         characters.
9339
9340 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9341
9342         * mm-util.el (mm-enable-multibyte): Use
9343         default-enable-multibyte-characters.
9344         (mm-enable-multibyte-mule4): Ditto.
9345         (mm-disable-multibyte): Test XEmacs.
9346         (mm-disable-multibyte-mule4): Ditto.
9347         (mm-with-unibyte-current-buffer): Simplified.
9348         (mm-with-unibyte-current-buffer-mule4): Ditto.
9349
9350 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9351
9352         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
9353
9354         * nnheader.el (nnheader-string-as-multibyte): New alias.
9355
9356         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
9357
9358         * gnus-uu.el (gnus-message-process-mark): New function.
9359         (gnus-uu-mark-by-regexp): Use it.
9360         (gnus-new-processable): New function.
9361
9362 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
9363
9364         * gnus-sum.el (gnus-no-mark): New variable.
9365
9366 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9367
9368         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
9369         backslashes.
9370
9371 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9372
9373         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
9374         definition.
9375
9376 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9377
9378         * dgnushack.el (dgnushack-compile): elc is in the current directory.
9379
9380         * qp.el (quoted-printable-encode-region): Don't check multibyte in
9381         XEmacs.
9382
9383 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
9384
9385         * mml.el (mml-read-tag): Save tag location.
9386
9387 2000-12-25  Simon Josefsson  <simon@josefsson.org>
9388
9389         * starttls.el: Sync with Emacs 21.
9390
9391 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9392
9393         * message.el (message-mail): Support yank-action.
9394
9395         * message.el (message-setup): Revoke the last change.
9396
9397 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9398
9399         * message.el (message-setup): Use cons. Suggested by Johan Vromans
9400         <jvromans@squirrel.nl>.
9401
9402 2000-12-24  Simon Josefsson  <sj@extundo.com>
9403
9404         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
9405         mailing list junk at end of part.
9406
9407 2000-12-23  Simon Josefsson  <sj@extundo.com>
9408
9409         * nnimap.el (nnimap-expiry-target): New function.
9410         (nnimap-request-expire-articles): Use it.
9411
9412 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9413
9414         * gnus.el (gnus-group-parameters-more): New variable.
9415         * gnus-cus.el (gnus-group-customize): Use it.
9416
9417         * gnus.el (gnus-define-group-parameter): New macro.
9418         (auto-expire): Use it
9419         (total-expire): Use it.
9420         * gnus-art.el (banner): Use it.
9421
9422         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
9423         <ljz@asfast.com>.
9424
9425 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9426
9427         * gnus-topic.el (gnus-topic-create-topic): Use list.
9428
9429         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
9430         before binding gnus-default-article-saver.
9431
9432         * gnus-sum.el (gnus-summary-save-article):
9433         (gnus-summary-pipe-output):
9434         (gnus-summary-save-article-mail):
9435         (gnus-summary-save-article-rmail):
9436         (gnus-summary-save-article-file):
9437         (gnus-summary-write-article-file):
9438         (gnus-summary-save-article-body-file): Ditto.
9439
9440         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
9441
9442 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9443
9444         * gnus-art.el (gnus-mime-security-button-map):
9445         (gnus-mime-button-map): Add parent.
9446
9447 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9448
9449         * messagexmas.el (message-xmas-redefine): New function.
9450
9451         * message.el: Use it.
9452
9453         * gnus-art.el (gnus-article-check-hidden-text): Return t.
9454
9455         * gnus-util.el (gnus-remove-text-properties-when): Return t.
9456
9457 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9458
9459         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
9460         malformatted messages.
9461
9462 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9463
9464         * mm-util.el (mm-image-load-path): New function.
9465
9466         * gnus-group.el (gnus-group-make-tool-bar): Use it.
9467
9468         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
9469
9470         * message.el (message-tool-bar-map): Use it.
9471
9472         * Makefile.in (install-el): New rule.
9473
9474 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9475
9476         * gnus-art.el (article-treat-dumbquotes): Quote \.
9477
9478 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9479
9480         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
9481         Emacs 20 runs on a terminal.
9482
9483 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9484
9485         * gnus-msg.el (gnus-bug): Revert to save-excursion.
9486
9487         * mml.el (gnus-add-minor-mode): Autoload.
9488
9489         * message.el (message-forward): Save-restriction.
9490
9491 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9492
9493         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
9494         Paul Stevenson <p.stevenson@surrey.ac.uk>
9495
9496 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9497
9498         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
9499
9500         * mml.el (gnus-ems): Don't require.
9501
9502         * gnus.el (gnus-decode-rfc1522): Removed.
9503         (gnus-set-text-properties): Define.
9504
9505 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9506
9507         * gnus-art.el (gnus-mime-*): handle may be nil.
9508
9509         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
9510
9511         * gnus.el (gnus-group-remove-excess-properties): Not defined
9512         in gnus-xmas.
9513
9514 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9515
9516         * message.el (message-mail-user-agent): Add :version.
9517
9518 2000-12-21  Miles Bader  <miles@gnu.org>
9519
9520         * message.el (message-mode): Set `comment-start' to the  yank prefix.
9521
9522 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9523
9524         * message.el (message-mail-user-agent): New variable.
9525         (message-setup): Renamed to message-setup-1. Support
9526         mail-user-agent.
9527         (message-mail-user-agent): New function.
9528         (message-mail): Use it.
9529         (message-reply): Use it.
9530         (message-resend): Use it.
9531         (message-mail-other-window): Use it.
9532         (message-mail-other-frame): Use it.
9533
9534         * gnus-msg.el (gnus-bug): Support mail-user-agent.
9535
9536 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9537
9538         * message.el (message-tool-bar-map): Simplify.
9539         (message-narrow-to-head-1): New function.
9540         (message-narrow-to-head): Use it.
9541         (message-reply): Ditto.
9542         (message-cancel-news): Ditto.
9543         (message-supersede): Ditto.
9544         (message-make-forward-subject): Ditto.
9545         (message-bounce): Ditto.
9546
9547 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9548
9549         * uudecode.el (uudecode-decode-region-external): make-temp-file
9550         may not be defined.
9551
9552         * binhex.el (defalias): eval-and-compile.
9553
9554         * message.el (message-tool-bar-map): New function.
9555         (message-mode): Use it.
9556
9557 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9558
9559         * nntp.el (nntp-find-connection): Remove the entry.
9560         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
9561
9562 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9563
9564         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
9565
9566         * message.el (message-forward): Copy buffer in unibyte mode.
9567
9568 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9569
9570         * message.el (message-make-forward-subject): Don't widen. Decode.
9571         (message-forward): Don't decode subject.
9572
9573 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
9574
9575         * qp.el (quoted-printable-encode-region): Upcase QP.
9576
9577 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9578
9579         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
9580         mail-extract-a-c instead. Don't depend on Gnus.
9581
9582         * mml.el (gnus-ems): Require it.
9583
9584         * gnus-msg.el (gnus-summary-mail-forward):
9585
9586         * message.el (message-forward):  Move mime-to-mml here.
9587
9588 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9589
9590         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
9591         * gnus-art.el (gnus-insert-mime-button): Simplify.
9592         (gnus-mime-display-alternative): Ditto.
9593         (gnus-insert-mime-security-button): Ditto.
9594
9595 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9596
9597         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
9598         text-property-not-all doesn't return nil when start=mark(end).
9599         (gnus-remove-text-properties-when): Ditto.
9600
9601 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9602
9603         * gnus-start.el (gnus-group-change-level): Remove group from
9604         gnus-active-hashtb if real killed.
9605
9606 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9607
9608         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
9609         (gnus-mime-display-alternative): Ditto.
9610         (gnus-insert-mime-security-button): Ditto.
9611
9612 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9613
9614         * gnus-start.el (gnus-group-change-level): Don't add it into
9615         killed-list if it was killed.
9616
9617 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9618
9619         * nnmbox.el (nnmbox-file-coding-system): Use binary.
9620         (nnmbox-active-file-coding-system): Ditto.
9621
9622         * gnus-cus.el (gnus-group-parameters): Add posting-style.
9623
9624 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9625
9626         * gnus.el (gnus-version):
9627         (gnus-version-number): Set to Oort Gnus 0.01.
9628
9629         * gnus-art.el (gnus-mime-security-button-map):
9630         (gnus-insert-mime-security-button): Fix for Emacs21.
9631
9632 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9633
9634         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
9635         easymenu, because XEmacs doesn't understand :help.
9636
9637         * mm-uu.el: Require binhex.
9638
9639 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9640
9641         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
9642
9643 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9644
9645         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
9646
9647 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
9648
9649         * *.xpm, *.pbm: Convert icons icons to size 24x24.
9650
9651 2000-12-18  Dave Love  <fx@gnu.org>
9652
9653         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
9654         (unused).
9655
9656 2000-12-13  Miles Bader  <miles@gnu.org>
9657
9658         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
9659         to t, so that we don't get stuck while trying to smilefy
9660         intangible text.
9661
9662 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
9663
9664         * smiley-ems.el (smiley-regexp-alist): Make regexps match
9665         at the end of the buffer.
9666         (smiley-region): In the loop, move to the end of the submatch
9667         matching the smiley instead of using the end of the match
9668         of the whole regexp.
9669
9670 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
9671
9672         * message.el (message-mode): Doc fix.
9673
9674 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
9675
9676         * smiley-ems.el (smiley-region): Doc fix.
9677
9678 2000-12-11  Miles Bader  <miles@gnu.org>
9679
9680         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
9681         bottom line visible, check to see if it's partially obscured, and
9682         if so, either scroll one more line to make it fully visible, or
9683         revert to showing the second line from the top.
9684
9685 2000-12-07  Dave Love  <fx@gnu.org>
9686
9687         * mailcap.el (mailcap-download-directory)
9688         * gnus-audio.el (gnus-audio-directory)
9689         * smiley-ems.el (smiley-data-directory): Fix :type.
9690
9691 2000-11-30  Dave Love  <fx@gnu.org>
9692
9693         * message.el (message-auto-save-directory): Use
9694         file-name-as-directory.
9695         (message-set-auto-save-file-name): Create
9696         message-auto-save-directory if necessary.
9697         (message-replace-chars-in-string): Removed -- unused.
9698         (message-mail-alias-type): Customize.
9699         (message-headers): Remove duplicate defgroup.
9700
9701 2000-11-29  Dave Love  <fx@gnu.org>
9702
9703         * qp.el (quoted-printable-decode-region): Use error, not message
9704         to report malformed text (like base64).  Amend message.
9705
9706 2000-11-29  Miles Bader  <miles@gnu.org>
9707
9708         * message.el (message-header-lines): Fontify tag.
9709
9710 2000-11-27  Dave Love  <fx@gnu.org>
9711
9712         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
9713         compiler warning.
9714
9715 ;2000-11-26  Dave Love  <fx@gnu.org>
9716 ;
9717 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
9718 ;
9719 2000-11-23  Dave Love  <fx@gnu.org>
9720
9721         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
9722
9723         * mm-uu.el (uudecode): Require.
9724         (uudecode-decode-region, uudecode-decode-region-external): Don't
9725         autoload.
9726         (mm-uu-copy-to-buffer): Doc fix.
9727         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
9728         type fix.
9729
9730         * mailcap.el: Doc fixes.
9731         (mailcap-mime-data): Various adjustments.
9732         (mailcap): New group.
9733         (mailcap-download-directory): Customize.
9734         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
9735         (mailcap-temporary-directory): Deleted (unused).
9736         (mailcap-unescape-mime-test): Simplify slightly.
9737         (mailcap-viewer-passes-test): Use functionp.
9738         (mailcap-command-p): Aliased to executable-find.
9739
9740         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
9741         default-enable-multibyte-characters is nil.
9742
9743 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
9744
9745         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
9746
9747 2000-11-21  Dave Love  <fx@gnu.org>
9748
9749         * gnus-art.el (gnus-mime-button-map): Don't inherit from
9750         gnus-article-mode-map.
9751 ;       (gnus-mime-button-menu): Use mouse-set-point.
9752         (gnus-insert-mime-button, gnus-mime-display-alternative)
9753         (gnus-mime-display-alternative): Don't use local-map property.
9754
9755 2000-11-17  Dave Love  <fx@gnu.org>
9756
9757         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
9758         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
9759         and make-temp-file.
9760         (uudecode-decode-region): Doc fix.
9761
9762 2000-11-14  Dave Love  <fx@gnu.org>
9763
9764         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
9765         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
9766         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
9767         New files, derived from the XPMs.
9768
9769 2000-11-10  Dave Love  <fx@gnu.org>
9770
9771         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
9772         (gnus-agent-lib-file, gnus-agent-load-alist)
9773         (gnus-agent-save-alist, gnus-agent-article-name): Use
9774         expand-file-name.
9775
9776         * gnus-group.el (gnus-group-name-charset-method-alist): Add
9777         :version.
9778         (nnkiboze-score-file): Defvar when compiling.
9779
9780         * gnus-start.el (gnus-read-newsrc-file): Add :version.
9781
9782         * gnus-art.el (gnus-article-banner-alist)
9783         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
9784         (gnus-article-date-lapsed-new-header)
9785         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
9786         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
9787         (gnus-treat-strip-headers-in-body)
9788         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
9789         (gnus-treat-translate): Add :version.
9790         (gnus-article-mime-part-function): Fix defcustom.
9791
9792         * nnmail.el (nnmail-expiry-target)
9793         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
9794         (nnmail-split-header-length-limit): Add :version.
9795
9796         * gnus-sum.el (gnus-auto-expirable-marks)
9797         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
9798         (gnus-extra-headers, gnus-ignored-from-addresses)
9799         (gnus-newsgroup-ignored-charsets)
9800         (gnus-group-highlight-words-alist)
9801         (gnus-summary-show-article-charset-alist): Add :version.
9802
9803         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
9804         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
9805         files, converted from the XPMs.
9806
9807         * gnus-cache.el (gnus-cache-active-file): Don't use
9808         file-name-as-directory on directory.
9809         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
9810         use file-name-as-directory on directory.
9811
9812         * time-date.el (timezone-make-date-arpa-standard): Autoload.
9813         (date-to-time): Use it.
9814
9815 ;       * message.el (message-mode) <adaptive-fill-regexp>:
9816 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
9817 ;       (message-newline-and-reformat): Likewise.
9818         (message-forward-as-mime, message-forward-ignored-headers)
9819         (message-buffer-naming-style, message-default-charset)
9820         (message-dont-reply-to-names, message-send-mail-partially-limit):
9821         Add :version.
9822
9823         * mm-util.el: Doc fixes.
9824         (mm-mime-charset): Don't use the raw result of
9825         mm-preferred-coding-system.
9826         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
9827         (mm-with-unibyte): Simplify.
9828
9829         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
9830         concat.
9831
9832         * pop3.el (pop3-version): Deleted.
9833         (pop3-make-date): New function, avoiding message-make-date.
9834         (pop3-munge-message-separator): Use it.
9835
9836 2000-11-09  Dave Love  <fx@gnu.org>
9837
9838         * gnus-group.el (gnus-group-make-directory-group)
9839         (gnus-group-fetch-faq): Use expand-file-name.
9840         (gnus-group-fetch-faq): Simplify completing-read form.
9841
9842         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
9843         test for Mule.
9844
9845         * message.el (tool-bar-map): Defvar when compiling.
9846
9847         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
9848         (gnus-tm-lisp-directory): Deleted.
9849         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
9850         (featurep 'xemacs).
9851         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
9852         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
9853         version numbers from file names.
9854
9855 2000-11-08  Dave Love  <fx@gnu.org>
9856
9857         * mm-view.el: Use featurep for XEmacs test.
9858         (mm-inline-message): Test for `remove-specifier'; don't use
9859         condition-case.
9860
9861         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
9862
9863         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
9864         (gnus-score-find-bnews): Don't concat "".
9865
9866         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
9867         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
9868         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
9869         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
9870
9871         * gnus-sum.el: Put some defvars in eval-when-compile.
9872         (gnus-summary-mode-hook): Add :options.
9873         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
9874         (gnus-summary-tool-bar-map): New variable.
9875         (gnus-summary-make-tool-bar): New function.
9876         (gnus-summary-mode): Put kill-all-local-variables first.
9877
9878         * gnus-group.el (gnus-group-toolbar-map): New variable.
9879         (gnus-group-make-tool-bar): Rewritten.
9880         (gnus-group-mode): Put kill-all-local-variables first.
9881
9882         * rfc2047.el: Require gnus-util.
9883
9884         * nnml.el (gnus-sorted-intersection): Autoload.
9885
9886         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
9887         Put some defvars in eval-when-compile.
9888         (gnus-intersection, gnus-sorted-complement):  Autoload.
9889
9890         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
9891
9892         * mm-encode.el (mm-body-7-or-8): Autoload.
9893
9894         * mm-decode.el (mm-insert-inline): Autoload.
9895
9896         * mml.el:
9897         * message.el: Put some defvars in eval-when-compile.
9898
9899         * gnus-msg.el: Put some defvars in eval-when-compile.
9900         (gnus-msg-mail): Move after gnus-setup-message.
9901
9902         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
9903
9904 2000-11-07  Dave Love  <fx@gnu.org>
9905
9906         * gnus-util.el (nnheader): Don't require message (recursive
9907         autoload).
9908
9909         * uudecode.el: Avoid compiler warnings.
9910
9911         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
9912         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
9913
9914 2000-11-06  Dave Love  <fx@gnu.org>
9915
9916         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
9917
9918         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
9919         (uudecode-char-int): New alias, replacing char-int.
9920         (uudecode-decode-region): Don't call buffer-disable-undo.
9921
9922 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
9923 ;       (mm-uu-configure-list): Doc fix.
9924 ;
9925 ;       * earcon.el (running-xemacs): Don't define.
9926 ;
9927 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
9928 ;
9929 ;       * message.el (message-font-lock-keywords): Match a final newline
9930 ;       to help font-lock's multiline support.
9931 ;
9932 2000-11-03  Dave Love  <fx@gnu.org>
9933
9934         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
9935
9936         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
9937         name.
9938
9939         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
9940         <banner>: Fix custom type, doc.
9941
9942         * mm-decode.el (mm-display-external): Space-prefix temp buffer
9943         name.  Don't disable undo explicitly.
9944
9945 ;2000-11-02  Dave Love  <fx@gnu.org>
9946 ;
9947 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
9948 ;       cite-prefix.
9949
9950 2000-11-01  Dave Love  <fx@gnu.org>
9951
9952         * rfc2047.el (base64): Require unconditionally.
9953         (message-posting-charset): Defvar when compiling.
9954         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
9955         message.
9956
9957         * gnus-sum.el (nnoo): Require.
9958         (mm-uu-dissect): Autoload.
9959
9960         * mml.el (mml-parse-1): Clarify message.
9961         (mml-minibuffer-read-type): Use mailcap-mime-types.
9962
9963 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
9964
9965         * mml.el: Fix a typo in the requiring of CL.
9966
9967 2000-11-01  Dave Love  <fx@gnu.org>
9968
9969         * utf7.el: Require cl when compiling.
9970
9971         * binhex.el: Use (featurep 'xemacs).
9972         (binhex-char-int): New alias, replacing char-int.  Change callers.
9973         (binhex-decode-region): Simplify work buffer code.
9974         (binhex-decode-region-external): Use expand-file-name, not concat.
9975
9976 2000-10-30  Dave Love  <fx@gnu.org>
9977
9978         * gnus-art.el: Fix 2000-10-27 change properly.
9979
9980 2000-10-28  Miles Bader  <miles@gnu.org>
9981
9982         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
9983
9984 2000-10-27  Dave Love  <fx@gnu.org>
9985
9986         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
9987         strings.
9988         (gnus-group-make-tool-bar): New function.
9989         (gnus-group-mode): Use it.
9990
9991         * message.el (message-mode-menu): Add some :help strings.
9992         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
9993         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
9994
9995         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
9996         * describe-group.xpm, get-news.xpm, kill-group.xpm:
9997         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
9998
9999         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
10000         display-graphic-p here.
10001
10002 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
10003
10004         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
10005         of the `gnus-xemacs' variable, as the latter has been removed.
10006         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
10007         * gnus-art.el (gnus-treat-display-xface)
10008         (gnus-treat-display-smileys, gnus-treat-display-picons)
10009         (gnus-article-read-summary-keys): Likewise.
10010
10011 2000-10-26  Dave Love  <fx@gnu.org>
10012
10013         (defvar): Use rmail-spool-directory unconditionally.
10014
10015 2000-10-18  Dave Love  <fx@gnu.org>
10016
10017         * mm-bodies.el (mm-uu-decode-function)
10018         (mm-uu-binhex-decode-function): Defvar when compiling.
10019
10020         * gnus-nocem.el (gnus-nocem-issuers): Update.
10021         (gnus-nocem-check-from): New option.
10022         (gnus-nocem-scan-groups): Use it.
10023         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
10024         (gnus-nocem-check-article-limit): Add :version.
10025
10026 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
10027
10028         * ietf-drums.el (mm-util): Require CL when compiling.
10029
10030 2000-10-15  Dave Love  <fx@gnu.org>
10031
10032         * qp.el: Require mm-util.
10033
10034 2000-10-13  Dave Love  <fx@gnu.org>
10035
10036         * qp.el (quoted-printable-decode-region): Avoid invalid
10037         coding-systems.
10038
10039 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
10040
10041         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
10042         to a recursive load.
10043
10044 2000-10-12  Dave Love  <fx@gnu.org>
10045
10046         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
10047
10048         * gnus.el (gnus-group-startup-message): Check for PBM image.
10049
10050 2000-10-09  Dave Love  <fx@gnu.org>
10051
10052         * mail-source.el (mail-source-fetch-imap): Bind
10053         default-enable-multibyte-characters rather than using
10054         mm-disable-multibyte.
10055
10056 2000-10-05  Dave Love  <fx@gnu.org>
10057
10058         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
10059         Autoload.
10060         (quoted-printable-decode-region):  Rename arg which confused
10061         charset with coding-system.  Don't use nonascii-insert-offset.
10062         Coding-system encode the region initially.  Don't recognize `=='
10063         as valid QP.  Coding-system decode the region finally.
10064         (quoted-printable-decode-string): Rename arg which confused
10065         charset with coding-system.
10066
10067         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
10068         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
10069         mm-encode-coding-region.
10070         (mm-decode-body, mm-decode-string): Rename variables which
10071         confused charset with coding-system.
10072         (binhex-decode-region): Don't autoload.
10073         (mm-body-encoding): Require message.
10074         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
10075         cond branches.
10076
10077         * gnus-art.el (article-de-quoted-unreadable)
10078         (article-de-base64-unreadable): Fold search case
10079         rather than downcasing string.  Apply mm-charset-to-coding-system
10080         to arg of quoted-printable-decode-region.
10081
10082 2000-10-04  Dave Love  <fx@gnu.org>
10083
10084         * gnus-ems.el: Don't turn off compiler warnings in local vars.
10085         Require ring when compiling.
10086         (gnus-article-compface-xbm): New variable.
10087
10088 2000-10-04  Dave Love  <fx@gnu.org>
10089
10090         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
10091         pbm images.
10092
10093         * frown.pbm, smile.pbm, wry.pbm: New files.
10094
10095         * frown.xbm, smile.xbm, wry.xbm: Deleted.
10096
10097 2000-10-03  Dave Love  <fx@gnu.org>
10098
10099         * mail-source.el (mail-sources): Revert to nil.
10100
10101         * nnmail (nnmail-spool-file): Revert to `((file))'.
10102
10103         * qp.el: Don't require mm-util.
10104         (quoted-printable-decode-region): Rewritten.
10105         (quoted-printable-decode-string, quoted-printable-encode-region):
10106         Doc fix.
10107         (quoted-printable-encode-region): Barf on multibyte characters.
10108         Maybe make the class multibyte.  Upcase chars, not formatted
10109         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
10110         (quoted-printable-encode-string): Don't use
10111         mm-with-unibyte-buffer.
10112
10113 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
10114
10115         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
10116
10117 2000-09-21  Dave Love  <fx@gnu.org>
10118
10119         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
10120         (for Emacs 20).  Tidy somewhat.
10121
10122 2000-09-21  Dave Love  <fx@gnu.org>
10123
10124         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
10125         image processing.  Rationalize logic somewhat.
10126
10127 2000-09-20  Dave Love  <fx@gnu.org>
10128
10129         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
10130         specifically.
10131
10132         * gnus.el (gnus-version-number): Avoid some redundant
10133         autoloads.
10134
10135 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
10136
10137         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
10138         to XBM; we always have PBM support.
10139
10140 2000-09-14  Dave Love  <fx@gnu.org>
10141
10142         * gnus.el (gnus-charset):
10143         * mm-decode.el (mime-display):
10144         * imap.el (imap) <defgroup>: Add :version.
10145
10146 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
10147
10148         * parse-time.el: Fix author's mail address.
10149
10150         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
10151         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
10152         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
10153         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
10154         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
10155         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
10156         * rfc2231.el, uudecode.el: Fix copyright notice.
10157
10158         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
10159         require `w3' at load-time only if not running in batch mode.
10160
10161 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10162
10163         * gnus.el: Before merge with Emacs21.
10164
10165 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
10166
10167         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
10168
10169 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10170
10171         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
10172         to avoid conflict with the standard `back-to-indentation'
10173         binding.
10174
10175 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10176
10177         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
10178
10179         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
10180         (mm-disable-multibyte-mule4): Ditto.
10181         (mm-with-unibyte-current-buffer-mule4): Ditto.
10182
10183 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10184
10185         * pop3.el (pop3-movemail): Use binary.
10186         (pop3-movemail-file-coding-system): Removed.
10187
10188 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10189
10190         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
10191
10192 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10193
10194         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
10195         exists.
10196
10197 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10198
10199         * gnus-msg.el (gnus-post-method): Use backend name when the
10200         address is "".
10201
10202 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10203
10204         * gnus-art.el (article-verify-x-pgp-sig): Don't test
10205         mm-verify-option.
10206         (gnus-treat-x-pgp-sig): Default value.
10207         (gnus-ignored-headers): Redundant.
10208
10209 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10210
10211         * gnus-win.el (gnus-configure-frame): Save selected window.
10212
10213 2000-02-15  Andrew Innes  <andrewi@gnu.org>
10214
10215         * nnmbox.el: Require gnus-range.
10216         (nnmbox-group-building-active-articles): New variable.
10217         (nnmbox-group-active-articles): New variable; this is a cache of
10218         all active articles by group and number.
10219         (nnmbox-in-header-p): New function.
10220         (nnmbox-find-article): New function.
10221         (nnmbox-record-active-article): New function.
10222         (nnmbox-record-deleted-article): New function.
10223         (nnmbox-is-article-active-p): New function.
10224         (nnmbox-retrieve-headers): Use nnmbox-find-article.
10225         (nnmbox-request-article): Ditto.  Also supply extra arg to
10226         nnmbox-article-group-number.
10227         (nnmbox-request-expire-articles): Ditto.
10228         (nnmbox-request-move-article): Ditto.
10229         (nnmbox-request-replace-article): Ditto.
10230         (nnmbox-request-rename-group): Rename group entry in active
10231         article cache.
10232         (nnmbox-delete-mail): Update active article cache, unless article
10233         is being replaced.
10234         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
10235         than partially duplicating it.
10236         (nnmbox-article-group-number): Add extra `this-line' arg, to
10237         handle articles belonging to multiple groups.
10238         (nnmbox-save-mail): Update active article cache.
10239         (nnmbox-read-mbox): Build active article cache when loading mbox.
10240         Also do some repair work, if we find articles that are missing the
10241         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
10242         reconstruct these from Xref info.
10243
10244 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10245
10246         * mail-source.el (mail-source-report-new-mail): Use
10247         nnheader-run-at-time.
10248
10249 2000-02-15  Andrew Innes  <andrewi@gnu.org>
10250
10251         * mail-source.el (mail-source-fetch-pop): Clear pop password when
10252         an error is thrown, and then rethrow the error.
10253         (mail-source-check-pop): Ditto.
10254         (mail-source-start-idle-timer): Prevent multiple pop checks
10255         running if the check takes a long time.
10256
10257 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10258
10259         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
10260         succeed.
10261
10262 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10263
10264         * gnus-win.el (gnus-configure-windows): Make sure
10265         nntp-server-buffer is live.
10266         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
10267
10268 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
10269
10270         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
10271
10272 2000-12-04  Andreas Jaeger  <aj@suse.de>
10273
10274         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
10275
10276 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10277
10278         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
10279
10280 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10281         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
10282
10283         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
10284
10285 2000-12-01  Simon Josefsson  <sj@extundo.com>
10286
10287         * mml-smime.el (mml-smime-verify): Fix address parsing.
10288
10289 2000-12-01  Simon Josefsson  <sj@extundo.com>
10290
10291         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
10292         more than one certificate inside PKCS#7 blob.  Better security
10293         information (clamed / actual sender, openssl output, certificates
10294         inside message).
10295
10296         * smime.el (smime-verify-region): Output to /dev/null.
10297         (smime-buffer-as-string-region): Don't parse empty lines.
10298
10299 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10300
10301         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
10302         ?d and ?D.
10303         (gnus-mime-security-show-details-inline): New variable.
10304         (gnus-mime-security-show-details): Use them.
10305         (gnus-insert-mime-security-button): Ditto.
10306
10307         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
10308         Suggest by Michael Duggan (md5i@cs.cmu.edu).
10309         (mml2015-gpg-clear-verify): Ditto.
10310         (mml2015-gpg-decrypt-1): Ditto.
10311         (mml2015-use): Prefer 'gpg.
10312
10313 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10314
10315         * gnus-util.el (gnus-add-text-properties-when): New function.
10316         (gnus-remove-text-properties-when): Ditto.
10317
10318         * gnus-cite.el (gnus-article-hide-citation): Use them.
10319         (gnus-article-toggle-cited-text): Use them.
10320
10321         * gnus-art.el (gnus-signature-toggle): Use them.
10322         (gnus-article-show-hidden-text): Ditto.
10323         (gnus-article-hide-text): Ditto.
10324
10325 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10326
10327         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
10328
10329 2000-11-30  Simon Josefsson  <sj@extundo.com>
10330
10331         * smime.el (smime-point-at-eol): New alias.
10332         (smime-buffer-as-string-region): Use it.
10333
10334 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10335
10336         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
10337
10338 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10339
10340         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
10341
10342         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
10343
10344         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
10345
10346 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10347
10348         * nnmh.el (nnmh-request-expire-articles): Implemented
10349         expiry-target for nnmh backend.
10350
10351 2000-11-30  Simon Josefsson  <sj@extundo.com>
10352
10353         * mm-decode.el (mm-security-from): New variable.
10354         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
10355
10356         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
10357         than `from'.
10358
10359 2000-11-30  Simon Josefsson  <sj@extundo.com>
10360
10361         * mml-smime.el (mml-smime-verify): Verify that certificate mail
10362         address match sender address.
10363
10364         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
10365
10366         * smime.el (smime-verify-region): Don't copy buffer.
10367         (smime-decrypt-buffer): Use expand-file-name on keyfile.
10368         (smime-pkcs7-region): New function.
10369         (smime-pkcs7-certificates-region): Ditto.
10370         (smime-pkcs7-email-region): Ditto.
10371         (smime-buffer-as-string-region): Ditto.
10372
10373         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
10374         buffer.
10375
10376 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
10377
10378         * smime.el (smime-decrypt-region): Fix keyfile argument.
10379
10380 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10381
10382         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
10383
10384 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10385
10386         * message.el (message-shoot-gnksa-feet): New variable.
10387         (message-gnksa-enable-p): New function.
10388         (message-send): Use it.
10389         (message-check-news-body-syntax): Ditto.
10390
10391 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10392
10393         * message.el (message-make-message-id): Remove the redundancy.
10394
10395 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10396
10397         * message.el (message-setup): Discourage using mc-install-*-mode.
10398
10399         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
10400
10401 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10402
10403         * gnus-cite.el (gnus-cite-parse): Guess citation length.
10404
10405 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10406
10407         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
10408
10409 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10410
10411         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
10412
10413 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10414
10415         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
10416         insert-buffer-substring.
10417
10418         * message.el (message-send-mail): Use buffer-substring-no-properties.
10419         (message-send-news): Ditto.
10420
10421 2000-11-22  David Edmondson  <dme@dme.org>
10422
10423         * imap.el (imap-wait-for-tag): Message read info.
10424
10425 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10426
10427         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
10428         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
10429         (mml2015-gpg-encrypt): Ditto.
10430
10431 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10432
10433         * mm-decode.el (mm-verify-option): Default value.
10434
10435         * mml-sec.el (mml-secure-part): Error message.
10436
10437 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10438
10439         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
10440
10441 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10442
10443         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
10444
10445 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10446
10447         * gnus-art.el (gnus-article-describe-key): Use prompt.
10448         (gnus-article-describe-key-briefly): Ditto.
10449
10450 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10451
10452         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
10453
10454 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10455
10456         * gnus-art.el (gnus-article-describe-key): New function.
10457         (gnus-article-describe-key-briefly): New function.
10458
10459 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10460
10461         * mm-decode.el (mm-decrypt-option): Doc typo.
10462
10463         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
10464         return a number.
10465
10466 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10467
10468         * message.el (message-newline-and-reformat): Typo.
10469
10470 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10471
10472         * gnus-art.el (article-verify-x-pgp-sig): Check whether
10473         original-article-buffer exists.
10474
10475         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
10476         (rfc2047-header-encoding-alist): Addresses are different from text.
10477         (rfc2047-encode-message-header): Ditto.
10478         (rfc2047-dissect-region): Extra parameter.
10479         (rfc2047-encode-region): Ditto.
10480         (rfc2047-encode-string): Ditto.
10481
10482 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10483
10484         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
10485         (mm-uu-pgp-encrypted-extract): Use it.
10486         (mm-uu-pgp-signed-extract-1): New function.
10487         (mm-uu-pgp-signed-extract): Use it.
10488
10489         * gnus-art.el (gnus-mime-display-security): New function.
10490         (gnus-mime-display-part): Use it.
10491         (gnus-mime-security-verify-or-decrypt): New function.
10492         (gnus-mime-security-press-button): New function.
10493         (gnus-insert-mime-security-button): Use it.
10494
10495         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
10496         (mm-find-raw-part-by-type): Ditto.
10497         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
10498         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
10499         (mm-destroy-parts): Kill nested multibyte buffer.
10500
10501         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
10502         (mml2015-gpg-verify): Ditto.
10503
10504 2000-11-18  Simon Josefsson  <sj@extundo.com>
10505
10506         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
10507         (mml2015-function-alist): Use it.
10508
10509         * mml-sec.el (mml-sign-alist): Update names.
10510         (mml-encrypt-alist): Ditto.
10511         (mml-secure-part-smime-sign): Moved to mml-smime.el
10512         as `mml-smime-sign-query'.
10513         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
10514         `mml-smime-get-file-cert'.
10515         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
10516         `mml-smime-get-dns-cert'.
10517         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
10518         `mml-smime-encrypt-query'.
10519         (mml-smime-sign-buffer): Use mml-smime-sign.
10520         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
10521
10522         * mml-smime.el (mml-smime-sign): New function.
10523         (mml-smime-encrypt):
10524         (mml-smime-sign-query):
10525         (mml-smime-get-file-cert):
10526         (mml-smime-get-dns-cert):
10527         (mml-smime-encrypt-query): Moved from mml-sec.el.
10528
10529 2000-11-16  Simon Josefsson  <sj@extundo.com>
10530
10531         * mml2015.el (mml2015-gpg-clear-verify): New function.
10532         (mml2015-function-alist): Add it.
10533
10534 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
10535
10536         * message.el (message-setup-fill-variables): Use
10537         message-cite-prefix-regexp.
10538         (message-newline-and-reformat): Check the end of citation, leading
10539         WSP, break in the cite prefix.
10540         (message-fill-paragraph): New function.
10541
10542 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
10543
10544         * lpath.el: Shut up.
10545
10546 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10547
10548         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
10549         raw 8-bit in headers in dk.* newsgroups.
10550
10551 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10552
10553         * message.el (message-newline-and-reformat): Match extra WSPs.
10554
10555 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10556
10557         * mml.el (mml-generate-mime-1): Ignore ascii.
10558
10559 2000-11-16 Justin Sheehy  <justin@iago.org>
10560
10561         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
10562
10563 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10564
10565         * message.el (message-cite-prefix-regexp): Prefix should not end
10566         at space.
10567
10568 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10569
10570         * message.el (message-mode-syntax-table): Add - as a word
10571         constituent as in articles.
10572         (message-setup-fill-variables): Add -_. as supercite-style prefix.
10573         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
10574         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
10575
10576 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
10577
10578         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
10579
10580 2000-11-12  David Edmondson  <dme@dme.org>
10581
10582         * message.el (message-font-lock-keywords): use
10583         message-cite-prefix-regexp.
10584
10585 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10586
10587         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
10588         Stein Arild Str\e,Ax\e(Bmme.
10589         (gnus-group-jump-to-group): Use it.
10590         (gnus-group-jump-to-group-prompt): Customize.
10591
10592 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
10593
10594         * mailcap.el (mailcap-possible-viewers): Match the entire string.
10595
10596 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
10597
10598         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
10599         incompatible.
10600         (mml2015-mailcrypt-sign): Ditto.
10601
10602 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
10603
10604         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
10605         group is open.
10606
10607 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
10608
10609         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
10610         nnvirtual articles.
10611         (gnus-backlog-request-article): Don't request nnvirtual articles.
10612
10613 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10614
10615         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
10616         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
10617
10618 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
10619
10620         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
10621         * mml.el (mml-generate-mime-1): Use charset attribute.
10622         * mm-bodies.el (mm-encode-body): Add parameter charset.
10623         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
10624
10625 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10626
10627         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
10628         (mml2015-mailcrypt-clear-decrypt): Ditto.
10629         (mml2015-mailcrypt-verify): Ditto.
10630         (mml2015-mailcrypt-clear-verify): Ditto.
10631         (mml2015-gpg-verify): Ditto.
10632
10633 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
10634
10635         * smime.el (smime-openssl-program): Test the existence of openssl.
10636         * mml-smime.el: Require mm-decode.
10637         (mml-smime-verify-test): New function.
10638         * mm-decode.el (mm-verify-function-alist): Use it.
10639
10640 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
10641
10642         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
10643         anyway.
10644
10645 2000-11-13  Simon Josefsson  <sj@extundo.com>
10646
10647         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
10648         verification doesn't work.
10649
10650 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
10651
10652         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
10653         (gnus-inews-do-gcc): Use it.
10654
10655 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10656
10657         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
10658         leading space.
10659         * mm-extern.el (mm-inline-external-body): Report error when no
10660         access-type.
10661
10662 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10663
10664         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
10665
10666 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
10667
10668         * gnus-art.el (gnus-mime-button-menu): Use select-window.
10669
10670 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
10671
10672         * gnus-art.el (gnus-mime-display-part): Display multipart/related
10673         as multipart/mixed.
10674
10675 2000-11-12  David Edmondson  <dme@dme.org>
10676
10677         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
10678         and replace `.' with `\w' to allow for different syntax tables
10679         (from Vladimir Volovich).
10680         * message.el (message-newline-and-reformat): use
10681         `message-cite-prefix-regexp'.
10682         * gnus-cite.el (gnus-supercite-regexp): use
10683         `message-cite-prefix-regexp'.
10684         * gnus-cite.el (gnus-cite-parse): use
10685         `message-cite-prefix-regexp'.
10686
10687 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
10688
10689         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
10690         PGP SIGNATURE.  Escape leading "-"'s.
10691         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
10692
10693 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
10694
10695         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
10696
10697 2000-11-11  Simon Josefsson  <sj@extundo.com>
10698
10699         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
10700
10701         * smime.el (smime-details-buffer): New variable.
10702         (smime-sign-region):
10703         (smime-encrypt-region):
10704         (smime-verify-region):
10705         (smime-decrypt-region): Copy OpenSSL output to the buffer.
10706
10707         * mml-smime.el (mml-smime-verify): Support security info.
10708
10709 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
10710
10711         * mm-decode.el (mm-verify-option): Set default to nil.
10712         (mm-decrypt-option): Ditto.
10713         * gnus-art.el (article-verify-x-pgp-sig): New function.
10714
10715 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
10716
10717         * gnus-art.el (gnus-mime-display-alternative): Show button if no
10718         preferred part.
10719
10720 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10721
10722         * gnus-sum.el (gnus-move-split-methods): Say that
10723         `gnus-split-methods' uses file names, whereas this uses group
10724         names.  (Report from Nevin Kapur)
10725
10726 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
10727
10728         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
10729
10730 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
10731
10732         * nnheader.el (nnheader-directory-files-is-safe): New variable.
10733         (nnheader-directory-articles): Use it.
10734         (nnheader-article-to-file-alist): Ditto.
10735
10736 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
10737
10738         * rfc2047.el (rfc2047-pad-base64): New function.
10739         (rfc2047-decode): Use it.
10740
10741 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10742
10743         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
10744         select method.
10745
10746 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
10747
10748         * mml2015.el (mml2015-gpg-decrypt-1):
10749         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
10750
10751 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10752
10753         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
10754
10755 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10756
10757         * pop3.el (pop3-munge-message-separator): A message may have an
10758         empty body.
10759
10760 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
10761
10762         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
10763         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
10764         (mm-uu-pgp-signed-extract): Use coding-system.
10765
10766 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
10767
10768         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
10769         (gnus-insert-mime-security-button): New function.
10770         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
10771         * mml2015.el:  Add security info when verify or decrypt.
10772         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
10773         (mm-uu-pgp-encrypted-extract): Ditto.
10774
10775 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
10776
10777         * mm-decode.el (mm-display-parts): New function.
10778         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
10779
10780 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10781
10782         * gnus-mlspl.el: Documentation tweaks.
10783
10784 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
10785
10786         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
10787         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
10788         argument.
10789
10790 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
10791
10792         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
10793
10794 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
10795
10796         * gnus-art.el (gnus-article-encrypt): New function.
10797         (gnus-article-encrypt-protocol-alist): New variable.
10798         (gnus-article-encrypt-protocol): New variable.
10799         * mml2015.el (mml2015-self-encrypt): New function.
10800         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
10801
10802 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
10803
10804         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
10805         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
10806         let mailcap do it.
10807         * mml2015.el: Remove snarf code.
10808         * mm-decode.el: Remove snarf code.
10809
10810 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
10811
10812         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
10813         (mml-insert-mime): Understand gnus-decoded.
10814         (mime-to-mml): New parameter handles.
10815         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
10816         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
10817
10818 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
10819
10820         * mm-decode.el (mime-security): New group.
10821         (mm-verify-function-alist): Add test function.
10822         (mm-decrypt-function-alist): Ditto.
10823         (mm-snarf-option): Set default value as nil.
10824         (mm-find-part-by-type): Recursive parameter.
10825         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
10826         * mml2015.el: Support draft-ietf-openpgp-multsig.
10827
10828 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
10829
10830         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
10831         (gnus-article-view-part-as-charset): New function.
10832
10833 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
10834
10835         * mm-decode.el (mm-verify-option): Default value.
10836         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
10837
10838 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
10839
10840         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
10841
10842 2000-11-05  Simon Josefsson  <sj@extundo.com>
10843
10844         * mml-smime.el (mml-smime-verify): Work in original multipart
10845         buffert.
10846
10847         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
10848         (mm-handle-multipart-ctl-parameter): Ditto.
10849         (mm-alist-to-plist): New function.
10850         (mm-dissect-buffer): Store CTL parameters and copy original buffer
10851         for multiparts.
10852         (mm-destroy-parts): Destroy multipart buffert.
10853         (mm-remove-part): Ditto.
10854
10855         * mml-smime.el (mml-smime-sign): Not used.
10856         (mml-smime-encrypt): Ditto.
10857
10858         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
10859
10860         Verify S/MIME signature support.
10861
10862         * mm-decode.el (mm-inline-media-tests): Add
10863         application/{x-,}pkcs7-signature.
10864         (mm-inlined-types): Ditto.
10865         (mm-automatic-display): Ditto.
10866         (mm-verify-function-alist): Ditto.  Add name of method.
10867         (mm-decrypt-function-alist): Add name of method.
10868         (mm-find-part-by-type): Add documentation.
10869         (mm-possibly-verify-or-decrypt): Use new format of
10870         mm-{verify,decrypt}-function-alist.  Use method names.
10871
10872         * mml-smime.el (mml-smime-verify): New function.
10873
10874 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
10875
10876         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
10877
10878 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
10879
10880         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
10881         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
10882         * mm-decode.el (mm-snarf-option): New variable.
10883
10884 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10885
10886         * mm-util.el (mm-subst-char-in-string): New function.
10887         (mm-replace-chars-in-string): Use it.
10888         * message.el (message-replace-chars-in-string): Use it.
10889         * nnheader.el (nnheader-replace-chars-in-string): Use it.
10890         * gnus-mh.el (mh-lib-progs): Shut up.
10891
10892 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
10893
10894         * base64.el, md5.el: Moved to contrib directory.
10895
10896 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
10897
10898         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
10899         the last article when search.
10900
10901 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
10902
10903         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
10904         * nnmail.el (nnmail-pathname-coding-system): Ditto.
10905
10906 2000-09-29  David Edmondson  <dme@thus.net>
10907
10908         * message.el (message-newline-and-reformat): Typo.
10909
10910 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
10911
10912         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
10913
10914 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
10915
10916         * nntp.el (nntp-decode-text): Delete bogus status lines.
10917
10918 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
10919
10920         * message.el (message-font-lock-keywords): Match a final newline
10921         to help font-lock's multiline support.
10922
10923 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
10924
10925         * nnoo.el (nnoo-set): New function.
10926
10927 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
10928
10929         * gpg.el, gpg-ring.el: Moved to contrib directory.
10930
10931 2000-11-04  Simon Josefsson  <sj@extundo.com>
10932
10933         * nnimap.el (nnimap-split-inbox): Typo.
10934
10935 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
10936
10937         * gnus-msg.el (gnus-msg-mail): Move it backwards.
10938
10939 2000-11-03  Simon Josefsson  <sj@extundo.com>
10940
10941         * rfc2231.el (rfc2231-parse-qp-string): New function.
10942         (require): rfc2047.
10943
10944         * mail-parse.el (mail-header-parse-content-type):
10945         (mail-header-parse-content-disposition): Support invalid QP
10946         encoded strings, by using `rfc2231-parse-qp-string'.
10947
10948 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
10949
10950         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
10951         (rfc2231-decode-encoded-string): Typo "> X 1".
10952         (rfc2231-encode-string): Insert the name of charset.
10953         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
10954
10955 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
10956
10957         * mm-decode.el (mm-save-part): Return the filename.
10958         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
10959         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
10960         (gnus-mime-action-alist): Use it.
10961         (gnus-mime-button-commands): Use it.
10962         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
10963         (mm-inline-external-body): unwind-protect.
10964
10965 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
10966
10967         * gnus-art.el (gnus-insert-mime-button): Show url.
10968
10969 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
10970
10971         * mml.el (mml-generate-mime-1): Support external url.
10972         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
10973
10974 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
10975
10976         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
10977         * mm-decode.el (mm-display-external): Ditto.
10978         * mm-extern.el: New file.
10979         * mm-decode.el (mm-inline-media-tests): Hook it up.
10980         (mm-inlined-types): Inline message/external-body.
10981
10982 2000-11-02  Simon Josefsson  <sj@extundo.com>
10983
10984         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
10985
10986         * message.el (message-get-reply-headers): Better handling when
10987         Mail-Followup-To is very large.
10988
10989 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
10990
10991         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
10992         * gnus-art.el (gnus-article-edit-done):
10993         * gnus-sum.el (gnus-summary-edit-article-done): Move line
10994         counting code here.
10995         * gnus-msg.el (gnus-setup-message): Remove a hack.
10996
10997 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10998
10999         * gnus-sum.el (gnus-newsgroup-variables): New variable.
11000         (gnus-summary-mode): Make them local variables.
11001         (gnus-set-global-variables): Globalize them.
11002         (gnus-summary-exit): Kill them.
11003
11004 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
11005
11006         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
11007         word.
11008
11009 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
11010
11011         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
11012         gnus-article-wash-types.
11013         * gnus-art.el (gnus-article-wash-status): Use them.
11014
11015 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
11016
11017         * mml.el (mml-read-tag): Remove spaces and LF.
11018
11019 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11020
11021         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
11022         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
11023
11024 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
11025
11026         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
11027
11028 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
11029
11030         * gnus-sum.el (gnus-article-charset): New variable.
11031         (gnus-summary-display-article): Set it.
11032         * gnus-msg.el (gnus-copy-article-buffer): Use it.
11033         * gnus-art.el (gnus-article-mode): Make it local variable.
11034
11035 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11036
11037         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
11038
11039 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11040
11041         * nnwfm.el: New file.
11042
11043         * nnweb.el (nnweb-replace-in-string): New function.
11044
11045 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11046
11047         * mml2015.el: Wrap gpg.el.
11048         * gpg.el (gpg-verify): The last argument of apply is a list.
11049         (gpg-encrypt): Add passphrase as a parameter.
11050
11051 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11052
11053         * gpg.el: New file.
11054         * gpg-ring.el: New file.
11055
11056 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11057
11058         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
11059
11060 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11061
11062         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
11063         double-quote characters.
11064         (gnus-summary-prepare-threads): Ditto.
11065
11066 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11067
11068         * gnus-art.el (gnus-mime-display-single): Forward line -1.
11069         * mml.el (mml-read-tag): Don't skip the leading space.
11070         * lpath.el (font-lock-set-defaults): Shut up.
11071
11072 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
11073
11074         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
11075
11076 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
11077
11078         * qp.el (quoted-printable-encode-region): Replace leading - when
11079         ultra safe.
11080         * mml.el (mml-generate-mime-postprocess-function): Removed.
11081         (mml-postprocess-alist): Removed.
11082         (mml-generate-mime-1): Use ultra-safe when sign.
11083         * mml2015.el (mml2015-fix-micalg): Uppercase.
11084         (mml2015-verify): Insert LF.
11085         (mml2015-mailcrypt-sign): Downcase; search backward.
11086
11087 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11088
11089         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
11090         restrictive.
11091         (nnultimate-table-regexp): New variable.
11092         (nnultimate-forum-table-p): Use it.
11093
11094 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
11095
11096         * gnus-sum.el (gnus-summary-expire-articles): Save point.
11097
11098 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11099
11100         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
11101         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
11102
11103 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
11104
11105         * mml2015.el: Shut up.
11106
11107 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11108
11109         * gnus.el (gnus-server-browse-hashtb): Removed.
11110         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
11111         (gnus-group-insert-group-line-info): Use simplified method.
11112         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
11113
11114 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
11115
11116         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
11117         moved here.
11118         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
11119         * gnus-group.el (gnus-group-prepare-flat): Use it.
11120         * gnus-topic.el (gnus-group-prepare-topics): Use it.
11121
11122 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
11123
11124         * mml.el (mml-mode): Show menu in XEmacs.
11125
11126 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
11127
11128         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
11129         (gnus-server-read-server-in-server-buffer): New function.
11130         (gnus-browse-foreign-server): Browse in group buffer.
11131         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
11132         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
11133         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
11134         * gnus.el (gnus-server-browse-hashtb): New variable.
11135
11136 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
11137
11138         * nnfolder.el (nnfolder-open-nov): Use group.
11139
11140 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
11141
11142         * nnfolder.el: Add NOV. Set version to 2.0.
11143         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
11144
11145 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11146
11147         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
11148
11149 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11150
11151         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
11152         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
11153
11154 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11155
11156         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
11157
11158 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11159
11160         * mm-decode.el (mm-verify-function-alist): New variable.
11161         (mm-verify-option): New variable.
11162         (mm-decrypt-function-alist): Ditto.
11163         (mm-decrypt-option): Ditto.
11164         (mm-find-raw-part-by-type): New function.
11165         (mm-possibly-verify-or-decrypt): New function.
11166         (mm-dissect-multipart): Use it.
11167         * mml2015.el (mml2015-fix-micalg): New function.
11168         (mml2015-decrypt): Use new interface.
11169         (mml2015-verify):  Use new interface.
11170         (mml2015-setup): Make it bogus.
11171
11172 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11173
11174         * mml.el (mml-generate-mime-postprocess-function): Set to
11175         mml-postprocess.
11176         (autoload): Autoload mml2015 and mml-smime.
11177         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
11178         * mml2015.el (mml2015-encrypt): New function.
11179         (mml2015-sign): New function.
11180         (mml2015-encrypt-function): New variable.
11181         (mml2015-sign-function): New variable.
11182         (mml2015-mailcrypt-encrypt): Use message-recipients.
11183         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
11184         * mml-smime.el (mml-smime-setup): Ditto.
11185
11186 2000-10-28  Simon Josefsson  <sj@extundo.com>
11187
11188         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
11189         Communigate Pro 3.3.1 server.
11190
11191         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
11192         in buffers.
11193         (mml-secure-dns-server): Removed.
11194         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
11195         write certificates to files.
11196
11197         * smime.el (smime-dns-server): New variable.
11198         (smime-mail-to-domain):
11199         (smime-cert-by-dns): New functions.
11200
11201         * dig.el: New file.
11202
11203 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
11204
11205         * message.el (message-options): New variable.
11206         (message-options-set-recipient): New function.
11207         (message-send): Use them.
11208         * gnus-int.el (gnus-request-replace-article): Use them.
11209         (gnus-request-accept-article): Ditto.
11210         * mml.el (mml-preview): Use them.
11211         * gnus-sum.el (gnus-summary-edit-article): Use them.
11212
11213         * message.el (message-options-get): New function.
11214         (message-options-get): New function.
11215         * rfc2047.el (rfc2047-encode-message-header): Use them.
11216         * mm-bodies.el (mm-encode-body): Use them.
11217
11218 2000-10-28  Simon Josefsson  <sj@extundo.com>
11219
11220         * nnimap.el (nnimap-retrieve-which-headers):
11221         (nnimap-request-article-part): Quote message-id.
11222
11223         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
11224         (smime-CA-file): New variable.
11225         (smime-call-openssl-region): Don't error.
11226         (smime-sign-region): Return result value.
11227         (smime-encrypt-region): Ditto.
11228         (smime-verify-region): New function.
11229         (smime-decrypt-region): Ditto.
11230         (smime-verify-buffer): Ditto.
11231         (smime-decrypt-buffer): Ditto.
11232
11233         * mml.el: Require mml-sec.
11234         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
11235         (mml-mode-map): Add "sign" and "encrypt" maps.
11236         (mml-menu): Add security menu.
11237         (mml-preview): Use generate-new-buffer.
11238
11239         * mml-sec.el: New file.
11240
11241 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11242
11243         * mm-decode.el (mm-find-part-by-type): Move it here.
11244         * mml.el (mml-postprocess): Move it here.
11245         (mml-postprocess-alist): Move it here. Merge them.
11246
11247 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
11248
11249         * rfc2047.el (rfc2047-encode-message-header): Make sure no
11250         unencoded stuff in the header.
11251
11252 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11253
11254         * gnus-group.el (gnus-group-listed-groups): New variable.
11255         (gnus-group-list-option): New variable.
11256         (gnus-group-list-limit-map): New keymap.
11257         (gnus-group-list-flush-map): New keymap.
11258         (gnus-group-list-plus-map): New keymap.
11259         (gnus-group-prepare-logic): New function.
11260         (gnus-group-prepare-flat): Merge with
11261         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
11262         (gnus-group-prepare-flat-list-dead): Ditto.
11263         (gnus-group-list-matching): Use gnus-group-prepare-function.
11264         (gnus-group-list-dormant): Ditto.
11265         (gnus-group-list-cached): Ditto.
11266         (gnus-group-listed-groups): New function.
11267         (gnus-group-list-limit): New function.
11268         (gnus-group-list-flush): New function.
11269         (gnus-group-list-plus): New function.
11270         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
11271         (gnus-topic-prepare-topic): Ditto.
11272
11273 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
11274
11275         * message.el (message-insert-to, message-get-reply-headers):
11276         (message-reply, message-followup): Mail-{Followup,Reply}-To.
11277
11278 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11279
11280         * mml2015.el: New file.
11281         * smime.el: New file.
11282         * mml-smime.el: New file.
11283
11284 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
11285
11286         * ChangeLog: Moved to ChangeLog.1.
11287
11288     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
11289   Copying and distribution of this file, with or without modification,
11290   are permitted provided the copyright notice and this notice are preserved.
11291
11292 ;; Local Variables:
11293 ;; coding: iso-2022-7bit
11294 ;; End: