2001-11-30 21:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
[gnus] / lisp / ChangeLog
1 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2
3         * message.el: New variable message-subscribed-address-file;
4         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
5
6 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7
8         * message.el (message-tab-body-function): Set to nil.
9         (message-tab): Use text-mode-map or global-map.
10         Suggested by Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
11         
12 2001-11-30  Simon Josefsson  <jas@extundo.com>
13
14         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
15         instead of gnus-union, for speed.  Suggested by Christoph Conrad
16         <christoph.conrad@gmx.de>.
17         (gnus-agent-fetch-group-1): Add verbose message.
18
19 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
20
21         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
22         of integers.
23
24 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
25
26         * message.el (message-newgroups-header-regexp)
27         (message-completion-alist, message-tab-body-function): Use
28         defcustom rather than defvar.
29         (message-tab): Mention `message-tab-body-function' in doc.
30         Suggested by Karl Eichwalder.
31
32 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
33
34         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
35
36 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
37
38         * nnheader.el (nnheader-find-nov-line): Don't use macro
39         gnus-delete-line.
40
41         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
42         (gnus-group-name-charset): Ditto.
43
44         * gnus-util.el (gnus-buffer-live-p): Ditto.
45
46 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
47
48         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
49         open parenthesis in doc.
50         (sieve-manage-authenticator-alist): Typo in doc.
51         * imap.el (imap-authenticator-alist): Typo in doc.
52         (imap-stream-alist): Backslash.
53
54         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
55           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
56
57 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
58
59         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
60
61         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
62
63         * gnus-msg.el (gnus-configure-posting-styles): use
64         make-local-hook. Add LOCAL for add-hook.
65
66 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
67
68         * message.el (message-mode): Use `make-local-hook' unless
69         obsolete.
70         Patch by Katsumi Yamaoka  <yamaoka@jpl.org>.
71
72 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
73
74         * canlock.el: Remove sha1.el and base64.el stuff.
75
76 2001-11-26  Didier Verna  <didier@xemacs.org>
77
78         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
79         if needed.
80
81 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
82
83         * message.el (message-tamago-not-in-use-p): New function.
84         (message-strip-forbidden-properties): Use it.
85
86 2001-11-26  Didier Verna  <didier@xemacs.org>
87
88         * gnus-start.el (gnus-check-first-time-used): only check for
89         existence of .el[d] files.
90
91 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
92
93         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
94
95         * message.el (message-setup-1): Clean up mc-*.
96
97 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
98
99         * gnus-util.el (gnus-directory-sep-char-regexp): New.
100         * gnus-score.el (gnus-score-find-bnews): Use it.
101
102         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
103         (gnus-summary-limit-to-author): Ditto.
104         (gnus-summary-limit-to-extra): Ditto.
105         (gnus-summary-find-matching): Support not-matching argument.
106
107 2001-11-25  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
108
109         * message.el (message-wash-subject): Use `insert' rather than
110         `insert-string', which is deprecated.
111
112 2001-11-24  Simon Josefsson  <jas@extundo.com>
113
114         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
115         message. (Gnus does not "default" to using 8bit for the message,
116         it default to use 8bit encoding and the user-supplied CTE
117         value. Calling this behaviour "treating it as 8bit" is perhaps
118         better.)
119
120         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
121         (compare mm-charset-to-coding-system).
122
123 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
124
125         * canlock.el (canlock-sha1-with-openssl): Use unibyte
126         buffer. Correctly decode hex.
127
128 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
129
130         * gnus-agent.el (gnus-category-insert-line): Convert category
131         names to strings.
132
133 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
134
135         * message.el (sha1): eval-and-compile.
136
137 2001-11-20  Simon Josefsson  <jas@extundo.com>
138
139         * message.el (message-allow-no-recipients): New variable.
140         (message-send): Use it, customize the prompting when posting to
141         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
142
143 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
144
145         * mm-util.el (mm-coding-system-priorities): New.
146         (mm-sort-coding-systems-predicate): New.
147         (mm-find-mime-charset-region): Resort coding systems if needed.
148         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
149
150 2001-11-20  Didier Verna  <didier@xemacs.org>
151
152         * gnus-group.el (gnus-group-make-help-group): new optional
153         argument to control the error behavior.
154         * gnus-start.el (gnus-check-first-time-used): use it to avoid
155         erroring.
156
157 2001-11-19  Simon Josefsson  <jas@extundo.com>
158
159         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
160         instead of C-c C-u.  Suggested by Per Abrahamsen
161         <abraham@dina.kvl.dk>.
162
163 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
164
165         * nnfolder.el (nnfolder-read-folder): Use group instead of
166         nnfolder-current-group.
167         Suggested by Lorentey Karoly <lorentey@elte.hu>.
168
169 2001-11-17  Simon Josefsson  <jas@extundo.com>
170
171         * message.el (message-send): Ask user if Fcc/Gcc should be
172         performed when no other sender was specified.
173         Suggested by prj@po.cwru.edu (Paul Jarc).
174
175 2001-11-17  Simon Josefsson  <jas@extundo.com>
176
177         * message.el (message-mode, message-mode-map): Use C-c C-u for
178         Importance: instead of C-c C-p (used by SC).
179
180 2001-11-16  Simon Josefsson  <jas@extundo.com>
181
182         * message.el (message-insert-importance-high)
183         (message-insert-importance-low): Save point.
184
185         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
186         value.
187
188 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
189
190         * message.el (message-strip-special-text-properties): New option.
191         (message-strip-forbidden-properties): Obey it.
192
193 2001-11-14  Sam Steingold  <sds@gnu.org>
194
195         * gnus-score.el: Fixed some doc strings to properly quote symbols.
196
197 2001-11-15  Simon Josefsson  <jas@extundo.com>
198
199         Support "Importance:" header in Message.
200
201         * message.el (message-mode-map): Bind C-c C-p to
202         `message-insert-or-toggle-importance'
203         (message-mode-menu): Add message-insert-importance-{high,low}.
204         (message-insert-importance-high, message-insert-importance-low)
205         (message-insert-or-toggle-importance): New functions.
206         (message-tool-bar-map): Add {un,}important.
207         (message-mode): Doc fix.
208
209 2001-11-15  Simon Josefsson  <jas@extundo.com>
210
211         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
212
213         * mml.el (mml-menu): Fix toolbar tooltip.
214
215 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
216
217         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
218         * nnml.el (nnml-save-marks): Ditto.
219
220         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
221
222 2001-11-15  Simon Josefsson  <jas@extundo.com>
223
224         * nnml.el (nnml-save-marks):
225         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
226         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
227
228 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
229
230         * gnus-art.el (gnus-article-wash-status-strings): Use
231         `copy-sequence', not `copy-seq'.
232
233 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
234
235         * gnus-art.el (gnus-article-wash-status-strings): New constant.
236         (gnus-gnus-article-wash-status-entry): New function.
237         (gnus-article-wash-status): Use it.
238
239 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
240
241         * mml1991.el: Add coding header.
242
243 2001-11-12  Simon Josefsson  <jas@extundo.com>
244
245         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
246         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
247         `mml1991-sign' and `mml1991-encrypt'.
248         (mml1991-encrypt, mml1991-sign): New glue functions.
249         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
250
251         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
252         (mml-menu): Add PGP to menu.
253
254         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
255         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
256         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
257         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
258
259         * mml2015.el: Mention RFC 3156.
260
261         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
262
263 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
264
265         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
266
267         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
268           From <Michael.Cook@cisco.com>
269
270 2001-11-11  Simon Josefsson  <jas@extundo.com>
271
272         * message.el (top-level): Autoload sha1.
273         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
274         canlock, no need to require two different hash algs).  Suggested
275         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
276
277 2001-11-09  Simon Josefsson  <jas@extundo.com>
278
279         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Bm\e(Bk
280         <Pavel@Janik.cz>.
281
282 2001-11-09  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
283
284         * message.el (message-point-in-header-p): New function.
285         (message-do-auto-fill): Use it.
286         (message-beginning-of-line): New function.  Goes to beginning of
287         header value (i.e., end of header name), or to beginning of line
288         if already at beginning of value.  Behaves like
289         `beginning-of-line' when in message body.
290         (message-mode-map): Bind it.
291
292 2001-11-08  Simon Josefsson  <jas@extundo.com>
293
294         * gnus-msg.el (gnus-posting-styles): Add doc.
295
296 2001-11-07  Simon Josefsson  <jas@extundo.com>
297
298         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
299
300         * sieve-mode.el (sieve-control-commands-face)
301         (sieve-control-commands-face, sieve-action-commands-face)
302         (sieve-test-commands-face, sieve-tagged-arguments-face): New
303         faces.
304         (sieve-font-lock-keywords): Use them.
305         (sieve-mode): Only set font-lock-defaults in emacs.
306
307         * gnus-art.el (gnus-default-article-saver): Add
308         gnus-summary-save-body-in-file.
309         (gnus-summary-write-to-file): Fix doc.
310
311 2001-11-07  Simon Josefsson  <jas@extundo.com>
312
313         * gnus-art.el (gnus-treat-highlight-signature): Add cross
314         reference to the correct chapter in the manual.
315
316         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
317         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
318
319 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
320
321         * mml.el (mml-preview): Bind mail-header-separator.
322
323 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
324
325         * message.el: Always require canlock.
326         (message-ignored-supersedes-headers): Include Cancel-Lock and
327         Cancel-Key.
328         (message-insert-canlock): Don't require canlock.
329         (message-cancel-news): Don't check whether canlock is available.
330         (message-supersede): Support cancel-locks.
331
332         * gnus-art.el: Don't autoload canlock.
333
334 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
335
336         * mail-source.el (mail-source-fetch-imap): ASYNC param.
337         From: <andre@slamdunknetworks.com>
338
339 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
340
341         * many files: Fix copyright lines.
342
343 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
344
345         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
346         Suggested by Dave Love  <fx@gnu.org>.
347
348 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
349
350         * message.el (message-kill-buffer): Remove auto-save file after
351         confirm.
352
353         * message.el (message-send-mail): Call message-generate-headers
354         once.  Suggested by Matt Armstrong <matt@lickey.com>.
355
356         * gnus-topic.el (gnus-topic-rename): Initial-input.
357         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
358
359 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
360
361         * message.el (message-forbidden-properties): New constant.
362         (message-strip-forbidden-properties): New function.
363         (message-mode): Activate it.
364
365 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
366
367         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
368         (mm-hack-charsets): Fix doc.
369
370 2001-11-02  Simon Josefsson  <jas@extundo.com>
371
372         * gnus-int.el (gnus-check-server): Message "...done" when done.
373
374         * imap.el (imap-close): Don't message (imap-send-command-wait
375         returns if the connection is dropped).
376         (imap-wait-for-tag): Nix out message only when necessary.
377
378         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
379         for non-crossposting.
380         (gnus-sieve-crosspost): Default to t to be consistent with other
381         parts of Gnus.
382
383 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
384
385         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
386         (mm-iso-8859-x-to-15-table): Ditto.
387         (mm-iso-8859-x-to-15-region): Ditto.
388         (mm-find-mime-charset-region): Ditto.
389
390 2001-11-01  Simon Josefsson  <jas@extundo.com>
391
392         * nnimap.el (nnimap-close-asynchronous): New variable.
393         (nnimap-close-group): Use it.
394         (nnimap-expunge): Don't use it.
395
396         * imap.el (imap-callbacks): New variable.
397         (imap-remassoc): Copied from `gnus-remassoc'.
398         (imap-add-callback): New function.
399         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
400         behaviour.
401         (imap-parse-response): Call the callback.
402
403         * message.el (message-insert-canlock): New variable.
404         (message-canlock-generate, message-canlock-password)
405         (message-insert-canlock): New functions.
406         (message-send-news): Call `message-insert-canlock'.
407         (top-level): Require canlock when compiling.
408         (message-insert-canlock): Require canlock before we need it.
409
410 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
411
412         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
413
414 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
415
416         * dgnushack.el (dgnushack-make-load): A workaround for
417         custom-add-loads bug in some versions of XEmacs.
418
419 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
420
421         * mm-util.el (mm-charset-synonym-alist): Revert (some).
422
423 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
424
425         * mm-util.el (mm-iso-8859-x-to-15-region): New.
426         (mm-hack-charsets): New.
427         (mm-iso-8859-15-compatible): New.
428         (mm-iso-8859-x-to-15-table): New.
429         (mm-find-mime-charset-region): Add parameter hack-charsets.
430
431         * mm-bodies.el (mm-encode-body): Use it.
432         * mml.el (mml-parse-1): Ditto.
433
434 2001-11-01  Simon Josefsson  <jas@extundo.com>
435
436         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
437
438 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
439
440         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
441         is nil.
442
443 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
444
445         * smiley-ems.el (smiley-update-cache): Auto detect file type.
446
447         * message.el (message-forward-rmail-make-body):
448         save-window-excursion.
449         (message-encode-message-body): no error.
450         (message-setup-1): compose-mail send-actions are different from
451         message-send-actions.
452
453 2001-11-01  Simon Josefsson  <jas@extundo.com>
454
455         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
456         <yamaoka@jpl.org>.
457
458 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
459
460         * sieve-manage.el (sieve-string-bytes): No complain.
461
462 2001-11-01  Simon Josefsson  <jas@extundo.com>
463
464         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
465         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
466         has autoload cookies, so no `require' should be necessary.)
467
468         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
469         files.
470
471 2001-10-31  Simon Josefsson  <jas@extundo.com>
472
473         * gnus-cus.el (gnus-group-parameters): Support integer `display'
474         parameter.
475
476         * gnus-sum.el (gnus-select-newsgroup): If group parameter
477         `display' is a number (and C-u wasn't used to enter group), only
478         fetch that number of articles.
479
480 2001-10-31  Matt Armstrong  <matt@lickey.com>
481
482         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
483         not-subscribed -> subscribed.
484
485 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
486         From: Josh Huber <huber@alum.wpi.edu>
487
488         * message.el (message-subscribed-address-functions): New.
489         (message-subscribed-addresses): New.
490         (message-subscribed-regexps): New.
491         (message-goto-mail-followup-to): New.
492         (message-send-mail): Mail-Followup-To.
493         (message-make-mft): New.
494
495         * gnus.el (gnus-find-subscribed-addresses): New.
496
497 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
498
499         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
500         (mail-source-fetch-pop): Ditto.
501         (mail-source-check-pop): Ditto.
502
503         * gnus-start.el (gnus-read-init-file): Ditto.
504         (gnus-activate-group): Ditto.
505         (gnus-read-newsrc-el-file): Ditto.
506
507 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
508
509         * message.el (message-get-reply-headers): Make sure there is ", ".
510
511         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
512         mm-coding-system-p. Don't correct it only in XEmacs.
513         (mm-charset-to-coding-system): Use mm-coding-system-p and
514         mm-get-coding-system-list.
515         (mm-emacs-mule, mm-mule4-p): New.
516         (mm-enable-multibyte, mm-disable-multibyte,
517         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
518         mm-with-unibyte-current-buffer,
519         mm-with-unibyte-current-buffer-mule4): Use them.
520         (mm-find-mime-charset-region): Treat iso-2022-jp.
521
522         From  Dave Love  <fx@gnu.org>:
523
524         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
525         construction.
526         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
527         entries conditional on not having a coding system defined for
528         them.
529         (mm-mule-charset-to-mime-charset): Use
530         find-coding-systems-for-charsets if defined.
531         (mm-charset-to-coding-system): Don't use
532         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
533         later.  Add last resort search of coding systems.
534         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
535         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
536         Mule 4.
537         (mm-find-mime-charset-region): Re-write.
538         (mm-with-unibyte-current-buffer): Restore buffer as well as
539         multibyteness.
540
541 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
542
543         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
544         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
545         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
546
547 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
548
549         * gnus-art.el (article-display-x-face): Nix buffer-read-only
550         again.
551
552         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
553
554 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
555
556         * gnus-spec.el (gnus-parse-simple-format): Use
557           buffer-substring-no-properties.
558
559 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
560
561         * gnus-art.el (article-verify-cancel-lock): New function.
562
563         * nnheader.el (nntp-process-response): New variable.
564         (nnheader-init-server-buffer): Make `nntp-process-response'
565         buffer-local in `nntp-server-buffer'.
566
567         * nntp.el (nntp-prepare-post-hook): New hook.
568         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
569         (nntp-async-trigger): Ditto.
570         (nntp-request-post): Insert a server's ID if there's no Message-ID
571         header; run `nntp-prepare-post-hook'.
572
573 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
574
575         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
576         instead.
577
578         * message.el (message-forward-subject-author-subject): Don't use
579         message-news-p, which widens the buffer.
580         (message-forward-make-body): New function.
581         (message-forward): Use it.
582         (message-insinuate-rmail): New.
583         (message-forward-rmail-make-body): New.
584
585 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
586
587         * mm-extern.el (mm-extern): Provide it.
588
589         * mm-partial.el (mm-partial): Provide it.
590
591 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
592
593         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
594
595 2001-10-29  Simon Josefsson  <jas@extundo.com>
596
597         * mml.el (mml-preview): Bind message-this-is-news if it is
598         news. From Jesper Harder <harder@myrealbox.com>.
599
600 2001-10-28  Simon Josefsson  <jas@extundo.com>
601
602         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
603
604 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
605
606         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
607         ironic smilies.
608
609 2001-10-27  Simon Josefsson  <jas@extundo.com>
610
611         * message.el (message-indent-citation): Don't add trailing
612         whitespace when citing text.
613
614         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
615         <harder@ifa.au.dk>.
616
617 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
618
619         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
620         not available.
621         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
622         (nnweb-type-definition): Add google as alias of dejanews.
623         (nnweb-google-parse-1): Forward 1 line.
624
625 2001-10-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
626
627         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
628         variable `message-forward-ignored-headers'.
629
630 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
631
632         * gnus.el (gnus-expand-group-parameter): New function.
633         (gnus-expand-group-parameters): Call it.
634         (gnus-group-fast-parameter): New function.
635         (gnus-group-find-parameter): Call it.
636
637 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
638
639         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
640         vector (it didn't before because of a bug).
641         * gnus-msg.el (gnus-post-news): Use header vector directly, if
642         available.  Before it converted it to an article number.
643
644         This makes followup to news articles with negative numbers in
645         nnvirtual groups use news instead of mail.
646
647 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
648
649         * gnus.el (post-method): Use `native' instead of `nil'.
650
651         * gnus-msg.el (gnus-post-method): Ditto.
652
653 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
654
655         * gnus.el (gnus-define-group-parameter): Grammar fix.
656
657 2001-10-22  Simon Josefsson  <jas@extundo.com>
658
659         * gnus-msg.el (gnus-extended-version): Include
660         system-configuration.
661         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann).
662
663 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
664
665         * gnus.el (post-method): Customization fix: `native' is not a
666         valid value.
667         * gnus-msg.el (gnus-post-method): Doc and customization fix:
668         `native' is not a valid value.
669
670 2001-10-21  Simon Josefsson  <jas@extundo.com>
671
672         * nnimap.el (nnimap): Defgroup
673         (nnimap-strict-function, nnimap-strict-function-match): New
674         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
675         (nnimap-split-crosspost, nnimap-split-inbox)
676         (nnimap-split-rule, nnimap-split-predicate)
677         (nnimap-split-predicate): Defcustom.
678         (nnimap-split-inbox, nnimap-expunge-search-string)
679         (nnimap-importantize-dormant): Remove "*" from doc.
680
681 2001-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
682
683         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
684         not supplied via prefix arg.  From Lisp, make arg mandatory.
685         Suggested by Frank Schmitt.
686
687 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
688
689         * message.el (message-do-auto-fill): Avoid calling
690         'rfc822-goto-eoh'.
691
692 2001-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
693         From Paul Jarc <prj@po.cwru.edu>.
694
695         * message.el (message-get-reply-headers): Restructure the logic
696         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
697
698 2001-10-20  Simon Josefsson  <jas@extundo.com>
699
700         * message.el (message-cancel-news): Support cancel-locks.
701         Suggested by Per Abrahamsson.
702
703         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
704         conses.  From David Z Maze <dmaze@MIT.EDU>.
705
706         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
707
708 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
709
710         * mm-decode.el (mm-default-directory): Fix customize type.
711
712         * message.el (message-setup-fill-variables): Kludge to use
713         normal-auto-fill-function even if auto fill is already activated.
714
715 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
716
717         * message.el (message-do-auto-fill): New version that does not
718         rely on text properties, by Simon Josefsson <jas@extundo.com>.
719         (message-setup-1): Removed the `message-field' property.
720
721         * gnus-draft.el (gnus-draft-edit-message): Removed the
722         `message-field' property.
723
724 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
725
726         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
727         `message-field'.  The `field' property has a special significance in
728         Emacs 21.
729
730         * message.el (message-send, message-setup-1): Ditto.
731
732 2001-10-18  Simon Josefsson  <jas@extundo.com>
733
734         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
735         when undoing.
736
737 2001-10-18  Simon Josefsson  <jas@extundo.com>
738         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
739
740         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
741         (gnus-summary-make-menu-bar): Ditto.
742
743 2001-10-17  Simon Josefsson  <jas@extundo.com>
744
745         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
746         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
747
748 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
749
750         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
751         * gnus-util.el (gnus-user-date): New function.
752         From Frank Schmitt <usenet@Frank-Schmitt.net>.
753
754 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
755
756         * message.el (message-check-news-header-syntax): Special case
757         nnvirtual groups.
758
759         * gnus-sum.el (gnus-summary-respool-default-method): Changed
760         customize type to `symbol'.
761
762 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
763
764         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
765         %&foo;.
766         (gnus-parse-simple-format): Support user extended spec too.
767         %u&foo; invokes gnus-user-format-function-foo.
768
769 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
770
771         * nnml.el (nnml-request-expire-articles): Make sure it is back to
772         the server.
773         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
774         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
775         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
776         * nndiary.el (nndiary-request-expire-articles): Ditto.
777         (nndiary-schedule): Defsubst it before use it.
778         (nndiary-error): eval-and-compile.
779
780 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
781
782         * gnus-msg.el (gnus-post-method): Changed two instances of
783         `active' to `current' and one `null' to `not'.
784
785 2001-10-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
786         From Katsumi Yamaoka  <yamaoka@jpl.org>.
787
788         * message.el (message-setup-fill-variables): Use
789         `normal-auto-fill-function' instead of `auto-fill-function'.
790
791 2001-10-16  Simon Josefsson  <jas@extundo.com>
792
793         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
794         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
795         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
796
797 2001-10-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
798         Patch by Oliver Scholz <oscholz@my.gnus.org>.
799
800         * gnus-draft.el (gnus-draft-edit-message): Add text property
801         `field' with value `header' to message headers.
802         * message.el (message-setup-1): Really add text property to all of
803         the header, not just part of it.
804
805 2001-09-04 21:42:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
806
807         * gnus-group.el (gnus-group-sort-by-server): Use it.
808
809         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
810
811         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
812         and keystroke.
813
814 2001-10-14  Simon Josefsson  <jas@extundo.com>
815
816         * dig.el: Doc fix.
817
818         * smime.el: Doc fix.
819
820         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
821         charset magic from message.el.
822
823 2001-10-12  Simon Josefsson  <jas@extundo.com>
824         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
825
826         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
827         'cite from g-a-wash-types.
828         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
829         (gnus-article-hide-citation): Fix.
830
831         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
832         character.
833         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
834
835         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
836         definition.
837         (gnus-signature-toggle): Toggle `s' mode line character.
838
839         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
840         doing stuff that clears it.
841
842 2001-10-12  Simon Josefsson  <jas@extundo.com>
843
844         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
845         From Eric Marsden <emarsden@laas.fr>.
846
847 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
848
849         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
850         (autoload): Add some autoloads.
851
852 2001-10-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
853         Suggested by Oliver Scholz <epameinondas@gmx.de>.
854
855         * message.el (message-do-auto-fill): New function.  Like
856         `do-auto-fill' but don't fill when in the message header.
857         (message-setup-1): Put a text property on the message header.
858         (message-setup-fill-variables): Use `message-do-auto-fill'.
859
860 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
861
862         * message.el (message-send-mail-partially): Insert an empty line
863         first, because of the change of message-make-lines.
864
865 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
866
867         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
868         iso-8859-15, make it an alias for iso-8859-1.
869
870 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
871
872         * message.el (message-send-news): Don't modify the value of
873         `message-syntax-checks' if it is not a list (possibly it is
874         `dont-check-for-anything-just-trust-me').
875
876 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
877
878         * gnus-group.el (gnus-group-name-charset-group-alist): Use
879         `find-coding-system' for XEmacs to check whether the coding-system
880         `utf-8' is available.
881
882 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
883
884         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
885
886 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
887
888         * message.el (message-send-news): Oops, missed case with no
889         "Followup-To" header...
890
891 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
892
893         * message.el (message-send-news): Allow
894         `gnus-group-name-charset-group-alist' to affect encoding of the
895         "Newsgroups" and "Followup-To" headers.
896
897 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
898
899         * Makefile.in (install-el): Depend on gnus-load.el.
900
901 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
902
903         * Makefile.in (install-el): Use -f.
904         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
905
906 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
907
908         * message.el (message-send-news): Don't encode Followups-To when
909         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
910
911         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
912         header.
913
914         * gnus-art.el (article-decode-group-name): Also decode
915         "Followup-To".
916
917         * rfc2047.el (rfc2047-encode-message-header): Encode without
918         asking for null methods.
919
920         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
921         default charset for newsgroup names in accordance with USEFOR.
922
923         * gnus-group.el (gnus-group-name-charset-method-alist,
924         gnus-group-name-charset-group-alist): Removed "*" from doc
925         strings, "*" should not be used for complex variables.
926
927 2001-10-06  Simon Josefsson  <jas@extundo.com>
928
929         Support UTF-8 group names better.
930
931         * message.el (message-check-news-header-syntax): Encode group
932         names before comparison.
933
934         * gnus-msg.el (gnus-copy-article-buffer): Run all
935         `gnus-article-decode-hook's except `article-decode-charset'
936         instead of hardcoding call to one of them.
937
938         * gnus-art.el (gnus-article-decode-hook): Add
939         `article-decode-group-name'.
940         (article-decode-group-name): New function, use `g-d-n'.
941
942         * gnus-group.el (gnus-group-insert-group-line): Decode
943         gnus-tmp-group using `g-d-n'.
944
945         * gnus-util.el (gnus-decode-newsgroups): New function.
946
947 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
948
949         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
950         `gnus-group-name-charset-group-alist'.
951
952 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
953
954         * Makefile.in: Install el in install. Add uninstall.
955
956 2001-10-05  Simon Josefsson  <jas@extundo.com>
957
958         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
959
960         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
961
962         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
963         empty folders.
964
965         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
966         limiting if read-all (C-u RET) was used.
967
968 2001-10-04  Simon Josefsson  <jas@extundo.com>
969
970         * mail-source.el (mail-source-movemail-program): New variable.
971         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
972         <thutt@thutt.vmware.com>.
973
974 2001-10-03  Simon Josefsson  <jas@extundo.com>
975
976         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
977         (gnus-summary-line-format-alist): Fix param.
978
979 2001-10-02  Simon Josefsson  <jas@extundo.com>
980
981         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
982         don't go through `nnimap-request-expire-articles' to delete the
983         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
984
985 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
986
987         * gnus-agent.el (gnus-agent-write-active): The min in the
988         agent/active may be larger than that in the server/active.
989
990 2001-10-01  Simon Josefsson  <jas@extundo.com>
991
992         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
993         is IMAP4rev1.
994
995         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
996
997         * nnfolder.el: Ditto.
998
999 2001-09-30  Dan Christensen <jdc+news@uwo.ca>
1000
1001         * gnus-sum.el (gnus-summary-extract-address-component): New function.
1002         (gnus-summary-from-or-to-or-newsgroups): Optimize.
1003
1004 2001-09-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1005
1006         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
1007         (message-mode-menu): Menu item for same.
1008
1009         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
1010         delayed articles.
1011
1012         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
1013         nndraft:delayed does not exist.
1014         (gnus-delay-initialize): Don't set up keymap, that's done from
1015         message.el now.
1016         (gnus-delay, gnus-delay-group, gnus-delay-header)
1017         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
1018
1019 2001-09-29  Simon Josefsson  <jas@extundo.com>
1020
1021         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
1022         utf-8, not eight-bit-control.
1023
1024         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
1025         (imap-log, imap-debug): Custom.
1026         (imap-log-buffer, imap-debug-buffer): New constants.
1027         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
1028         (imap-network-open, imap-shell-open, imap-starttls-open)
1029         (imap-send-command-1, imap-send-command, imap-arrival-filter)
1030         (imap-debug): Use imap-*-buffer.
1031
1032         * nndoc.el (nndoc-article-type): Add mailman.
1033         (nndoc-type-alist): Ditto.
1034         (nndoc-mailman-type-p): New function.
1035
1036 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1037
1038         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
1039         gnus-art.el.
1040
1041 2001-09-27  Simon Josefsson  <jas@extundo.com>
1042
1043         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
1044         (gnus-topic-catchup-articles): New function. Suggested by Robin
1045         S. Socha <robin-dated-1001857693.185e29@socha.net>.
1046
1047 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1048         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
1049
1050         * gnus-ems.el (gnus-article-display-xface): Insert xface after
1051         previous ones.
1052
1053 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1054         From Daiki Ueno  <ueno@unixuser.org>
1055
1056         * gnus-sum.el (gnus-summary-show-article): The arglist of
1057         detect-coding-region is incompatible.
1058
1059 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1060         From Katsuhiro Hermit Endo <hermit@koka-in.org>
1061
1062         * gnus-group.el (gnus-group-delete-group): Typo.
1063
1064 2001-09-26  Simon Josefsson  <jas@extundo.com>
1065
1066         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
1067
1068         * nnimap.el (nnimap-expiry-target): Use temp buffer.
1069
1070 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1071
1072         * gnus-cus.el (gnus-group-parameters): Display as sexp.
1073
1074 2001-09-22  Simon Josefsson  <jas@extundo.com>
1075
1076         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
1077
1078         * nnfolder.el (nnfolder-open-marks): Ditto.
1079
1080         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
1081         (gnus-update-marks): Use it.
1082         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
1083         hardcoded list.
1084
1085         * gnus.el (gnus-article-special-mark-lists): Add killed.
1086         (gnus-article-unpropagated-mark-lists): New constant.
1087
1088 2001-09-22  Simon Josefsson  <jas@extundo.com>
1089
1090         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
1091         custom option.
1092
1093 2001-09-23  Simon Josefsson  <jas@extundo.com>
1094
1095         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
1096
1097 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1098
1099         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
1100
1101 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
1102
1103         * gnus-group.el (gnus-group-sort-function): Fix customize type to
1104         accept lists of functions.
1105
1106 2001-09-20  Simon Josefsson  <jas@extundo.com>
1107
1108         * gnus-group.el (gnus-group-catchup): Update expire marks in
1109         backend.  Also, if ALL also set expire marks on tick/dormant.
1110
1111 2001-09-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1112
1113         * message.el (message-tab-body-function): New variable.
1114         * message.el (message-tab): Use it.
1115
1116 2001-09-19  Sam Steingold  <sds@gnu.org>
1117
1118         * gnus-win.el (gnus-buffer-configuration): Respect
1119         `gnus-bug-create-help-buffer'.
1120
1121 2001-09-18  Simon Josefsson  <jas@extundo.com>
1122
1123         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
1124         (gnus-parse-simple-format): Re-revert.
1125
1126 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
1127
1128         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
1129         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
1130
1131 2001-09-18  Simon Josefsson  <jas@extundo.com>
1132
1133         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
1134         signed.
1135         (gnus-parse-simple-format): Don't use it.
1136
1137 2001-09-17  Miles Bader  <miles@gnu.org>
1138
1139         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
1140         error querying a backend abort the whole process.
1141
1142 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1143
1144         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
1145         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
1146
1147 2001-09-17  Didier Verna  <didier@xemacs.org>
1148
1149         * nndiary.el: version 0.2-b14.
1150         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
1151         compatibility problem with XEmacs 21.1.
1152
1153 2001-09-15  Simon Josefsson  <jas@extundo.com>
1154
1155         * gnus-group.el (gnus-group-line-format): Document %c.
1156
1157         * nnml.el (nnml-parse-head): Handle CRLF files.
1158         (nnml-generate-nov-file): Ditto.
1159         (nnml-retrieve-headers): Ditto.
1160
1161 2001-09-15  Michael Welsh Duggan <md5i@cs.cmu.edu>
1162
1163         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
1164
1165 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
1166
1167         * gnus-spec.el (gnus-correct-substring): Still stopped one
1168         character before we wanted (never included last character).
1169         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
1170         add missing "," (once per function)
1171
1172 2001-09-14  Simon Josefsson  <jas@extundo.com>
1173
1174         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
1175         (otherwise e.g. gnus-agentize in .gnus overrides the customized
1176         default before gnus-group is loaded and the variable set.)
1177
1178         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
1179         killed or unsent marks.
1180
1181         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
1182         isn't an article to set it on (e.g. when you `a' in a group).
1183
1184 2001-09-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1185
1186         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
1187         can read e-mails from Microsoft Outlook users not using ISO
1188         8859-2 character set.
1189
1190 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1191
1192         * gnus-diary.el: Minor modifications to avoid warnings.
1193         (gnus-summary-misc-menu): defvar.
1194         (gnus-diary-check-message): Use gnus-point-at-eol.
1195         (gnus-diary-kill-entire-line): eval-and-compile.
1196
1197 2001-09-12  Didier Verna  <didier@xemacs.org>
1198
1199         * nndiary.el: new version (0.2-b13).
1200         * nndiary.el (nndiary-mail-sources): doc update.
1201         * nndiary.el (nndiary-split-methods): ditto.
1202         * nndiary.el (nndiary-request-accept-article-hooks): New.
1203         * nndiary.el (nndiary-request-accept-article): use it, check
1204         message validity.
1205         * nndiary.el (nndiary-get-new-mail): changed default to nil.
1206         * nndiary.el (nndiary-schedule): fix bug (misplaced
1207         condition-case): it didn't return nil on error.
1208         * gnus-diary.el: new version.
1209         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
1210         * gnus-diary.el (gnus-diary-header-value-history): New.
1211         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
1212         * gnus-diary.el (gnus-diary-add-header): New.
1213         * gnus-diary.el (gnus-diary-check-message): New.
1214         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
1215         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
1216
1217 2001-09-10 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
1218
1219         * gnus-sum.el (gnus-select-newsgroup): Make
1220         `gnus-current-select-method' buffer-local.
1221
1222         * gnus-art.el (gnus-request-article-this-buffer): Refer
1223         `gnus-current-select-method' in the current summary buffer.
1224
1225 2001-09-10  Simon Josefsson  <jas@extundo.com>
1226         From Daniel Pittman <daniel@rimspace.net>
1227
1228         * gnus-spec.el (gnus-correct-pad-form): Fix.
1229
1230 2001-09-09  Simon Josefsson  <jas@extundo.com>
1231
1232         * mm-decode.el (mm-inline-media-tests): Add
1233         application/x-emacs-lisp.
1234         (mm-attachment-override-types): Add
1235         application/{x-,}pkcs7-signature.
1236
1237         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
1238         (gnus-server-line-format, gnus-server-mode-line-format)
1239         (gnus-server-browse-in-group-buffer): Customize.
1240
1241 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1242
1243         * nnml.el (nnml-marks-changed-p): Typo.
1244         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
1245         (nnml-marks-changed-p): Use gnus-gethash.
1246         (nnml-marks-modtime): Use gnus-make-hashtable.
1247
1248         * nnfolder.el (nnfolder-marks-changed-p): Typo.
1249         (nnfolder-request-expire-articles, nnfolder-save-marks)
1250         (nnfolder-open-marks): Typo.
1251         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
1252         (nnfolder-marks-changed-p): Use gnus-gethash.
1253         (nnfolder-marks-modtime): Use gnus-make-hashtable.
1254
1255 2001-09-08  Simon Josefsson  <jas@extundo.com>
1256
1257         * nnfolder.el (nnfolder-marks-modtime): New variable.
1258         (nnfolder-marks-changed-p): New function.
1259         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
1260         (nnfolder-request-update-info): Don't update if marks didn't change.
1261
1262         * nnml.el (nnml-marks-modtime): New variable.
1263         (nnml-marks-changed-p): New function.
1264         (nnml-save-marks, nnml-open-marks): Save modtime.
1265         (nnml-request-update-info): Don't update if marks didn't change.
1266
1267         * gnus-agent.el (gnus-agent-any-covered-gcc)
1268         (gnus-agent-add-server, gnus-agent-remove-server): Use
1269         gnus-agent-method-p.
1270
1271         * gnus-art.el (gnus-buttonized-mime-types): New variable.
1272         (gnus-unbuttonized-mime-type-p): Use it.
1273
1274         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
1275         fetch group.
1276
1277 2001-09-08  Simon Josefsson  <jas@extundo.com>
1278         From Daniel Pittman <daniel@rimspace.net>
1279
1280         * gnus-spec.el (gnus-correct-pad-form): New function.
1281         (gnus-parse-simple-format): Use it.
1282
1283 2001-09-07  Simon Josefsson  <jas@extundo.com>
1284
1285         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
1286         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
1287         Putnam <reader@newsguy.com>.
1288         (gnus-group-sort-selected-groups): Touch dribble file.
1289
1290 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
1291
1292         * nnml.el (nnml-filenames-are-evil): New variable.
1293         (nnml-article-to-file-alist): Rename to ...
1294         (nnml-current-group-article-to-file-alist): ... this.
1295         Respect `nnml-filenames-are-evil'.
1296         (nnml-active-number): Update.
1297         (nnml-update-file-alist): Update.
1298         (nnml-request-article): Use nnheader-article-to-file-alist.
1299         (nnml-request-rename-group): Likewise.
1300
1301 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1302
1303         * gnus-sum.el (gnus-summary-insert-line): Fix.
1304
1305 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1306
1307         * gnus-sum.el: Bind g-s-t-s to "W g".
1308         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
1309         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
1310         display of graphical smilies.
1311
1312 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1313
1314         * gnus-start.el (gnus-setup-news): A typo.
1315         From Bill White <billw@wolfram.com>.
1316
1317 2001-09-06  Simon Josefsson  <jas@extundo.com>
1318
1319         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
1320         and unseen marks.
1321
1322 2001-09-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1323
1324         * nnmail.el (nnmail-split-fancy): Document `junk'.
1325
1326 2001-09-04  Simon Josefsson  <jas@extundo.com>
1327
1328         * imap.el (imap-search): Don't error if server is broken.
1329
1330 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
1331
1332         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
1333         searching for an article that isn't in the mbox.
1334
1335 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1336
1337         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
1338         right, and get all the comments.
1339
1340 2001-09-02  Simon Josefsson  <jas@extundo.com>
1341         Suggested by Dan Christensen <jdc+news@uwo.ca>
1342
1343         * nnfolder.el (nnfolder-request-update-info): Fix message.
1344
1345         * nnml.el (nnml-request-update-info): Ditto.
1346
1347 2001-09-01  Simon Josefsson  <jas@extundo.com>
1348
1349         * nnml.el (nnml-request-expire-articles): Also bind
1350         `nnml-current-group' and `nnml-article-file-alist' when using
1351         expiry-target. (Otherwise nnml will be in a inconsistent internal
1352         state causing all kind of problems.)
1353         (nnml-request-expire-articles): If `nnml-article-to-file' or
1354         `file-attributes' failes, return article as un-expirable instead
1355         of treating it as expired.
1356
1357 2001-08-31  Sam Steingold  <sds@gnu.org>
1358
1359         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
1360         typo: `exmine' --> `examine'.
1361
1362 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1363
1364         * nndoc.el (nndoc-forward-type-p): It is not a digest.
1365
1366 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1367
1368         * nnml.el (nnml-check-directory-twice): Remove.
1369         (nnml-retrieve-headers): Ditto.
1370         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
1371
1372 2001-08-30  Andrew Innes  <andrewi@gnu.org>
1373
1374         * nnheader.el (nnheader-directory-files-is-safe): No need to read
1375         directory twice on Windows, or on GNU Emacs-21.
1376
1377 2001-08-30  Andrew Innes  <andrewi@gnu.org>
1378
1379         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
1380         (nnml-request-rename-group): Ditto.
1381         (nnml-active-number): Ditto.
1382         (nnml-request-create-group): Use nnml-directory-articles.
1383         (nnml-request-expire-articles): Use nnml-directory-articles, which
1384         gets list from nov database if available.
1385         (nnml-get-nov-buffer): New function.
1386         (nnml-open-nov): Use it.
1387         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
1388         gets alist from nov database if available.
1389         (nnml-directory-articles): New function.
1390         (nnml-article-to-file-alist): New function.
1391
1392 2001-08-30  Andrew Innes  <andrewi@gnu.org>
1393
1394         * mm-decode.el (mm-display-external): Use `name' as filename, if
1395         `filename' attribute is not present.
1396
1397 2001-08-30  Andrew Innes  <andrewi@gnu.org>
1398
1399         * mail-source.el (mail-source-flash): New defcustom.
1400         (mail-source-new-mail-p): Ring visible bell if appropriate.
1401         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
1402         timer is cleared even if mail check signals an error.
1403
1404 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1405
1406         * gnus-sum.el (gnus-summary-move-article): Only update marks of
1407         type 'list.
1408
1409 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1410
1411         * flow-fill.el (fill-flowed): eol might be point-max.
1412
1413 2001-08-27  Simon Josefsson  <jas@extundo.com>
1414
1415         * nnml.el (nnml-request-update-info): Fix message.
1416         (nnml-open-marks): Ditto.
1417
1418         * nnfolder.el (nnfolder-request-update-info):
1419         (nnfolder-open-marks): Fix message.
1420
1421 2001-08-25  Simon Josefsson  <jas@extundo.com>
1422
1423         * nnfolder.el (nnfolder-save-marks): Don't create directory named
1424         after group in ~/.
1425
1426 2001-08-25  Simon Josefsson  <jas@extundo.com>
1427         From Andreas Jaeger  <aj@suse.de>
1428
1429         * nnfolder.el (nnfolder-open-marks): Fix typo.
1430         * nnml.el (nnml-open-marks): Likewise.
1431
1432 2001-08-25  Simon Josefsson  <jas@extundo.com>
1433
1434         Make nnfolder groups self-contained as far as marks are concerned.
1435
1436         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1437         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
1438         (nnfolder-open-server): Make marks directory.
1439         (nnfolder-request-delete-group): Delete marks file.
1440         (nnfolder-request-delete-group): Check of nov/marks file exist
1441         before deleting.
1442         (nnfolder-request-rename-group): Rename marks file.
1443         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
1444         (nnfolder-request-set-mark, nnfolder-request-update-info)
1445         (nnfolder-group-marks-pathname, nnfolder-save-marks)
1446         (nnfolder-open-marks): New functions.
1447         (top-level): Require gnus.
1448
1449 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1450
1451         * nnweb.el (nnweb-type-definition): Use google raw file.
1452         (nnweb-google-parse-1): Ditto.
1453         (nnweb-google-identity): Ditto.
1454         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
1455         (nnweb-altavista-wash-article): Ditto.
1456         (nnweb-request-article): Remove nnweb-decode-entities.
1457
1458         * nnml.el: Require 'gnus.
1459
1460 2001-08-25  Simon Josefsson  <jas@extundo.com>
1461
1462         * nnml.el (nnml-marks-is-evil): Add doc.
1463
1464 2001-08-25  Simon Josefsson  <jas@extundo.com>
1465
1466         * nnml.el (nnml-save-marks): Wrap saving marks in a
1467         condition-case, to allow user to start Gnus if saving marks failed
1468         for some reason.
1469
1470 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1471
1472         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
1473
1474         * gnus-group.el (gnus-update-group-mark-positions): Bind
1475         gnus-group-update-hook to nil.
1476
1477 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1478
1479         * mml.el (mml-generate-mime-1): Force as multibyte string.
1480
1481 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1482
1483         * gnus-sum.el (gnus-summary-insert-line)
1484         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
1485         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
1486
1487         * gnus-spec.el (gnus-correct-substring): Take optional END.
1488
1489         * nnrss.el (nnrss-request-article): Remove \n.
1490         (nnrss-retrieve-headers): Lines number is -1.
1491
1492 2001-08-24  Simon Josefsson  <jas@extundo.com>
1493
1494         * gnus-group.el (gnus-info-clear-data): Call
1495         nnfoo-request-set-mark to propagate marks.  Fix bug:
1496         `gnus-group-update-line' doesn't update read range unless we call
1497         `gnus-get-unread-articles-in-group' first.
1498
1499         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
1500         to server.
1501
1502 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1503
1504         * gnus-util.el (gnus-create-info-command): Return an interactive
1505         function.
1506
1507 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1508         From Katsumi Yamaoka <yamaoka@jpl.org>
1509
1510         * gnus-spec.el (gnus-parse-complex-format): Use equal.
1511
1512 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1513
1514         * gnus-sum.el (gnus-select-newsgroup): Use it.
1515
1516         * gnus-util.el (gnus-not-ignore): New function.
1517
1518         * lpath.el (featurep): Don't fbind char-int.
1519
1520         * gnus-util.el (gnus-create-info-command): New function.
1521
1522         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
1523         right node.
1524
1525         * gnus-sum.el (gnus-select-newsgroup): Clean up.
1526         (gnus-summary-limit-children): Use 'identity instead of `all'.
1527         (gnus-summary-limit-to-display-predicate): New command and
1528         keystroke.
1529
1530 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1531
1532         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
1533
1534         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
1535
1536 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1537
1538         * gnus-spec.el: Add the Gnus version.
1539         (gnus-update-format-specifications): If the Gnus version changes,
1540         nix out the format spec cache.
1541
1542         * gnus.el (gnus-continuum-version): Made into a command and
1543         optionalize the VERSION.
1544
1545         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
1546         the start of the lines.
1547
1548 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1549
1550         * gnus.el (gnus-visual-p): Define function before use of
1551         function.
1552
1553 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1554
1555         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
1556         (gnus-article-mark-to-type): New function.
1557         (gnus-update-missing-marks): Only update marks of type 'list.
1558
1559         * gnus.el (gnus-article-special-mark-lists): New variable.
1560
1561 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1562
1563         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
1564         (gnus-select-newsgroup): Still use 'all.
1565         (gnus-summary-initial-limit): Comparing with 'all.
1566
1567 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1568
1569         * gnus-start.el (gnus-activate-group): If dont-check, don't update
1570         active.
1571
1572 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1573
1574         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
1575         nnslashdot-*-retrieve-headers.
1576         (nnslashdot-request-article): Fix for slashcode 2.2.
1577         (nnslashdot-make-tuple): New.
1578         (nnslashdot-read-groups): Use it.
1579
1580 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1581
1582         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
1583         list.
1584
1585         * gnus-sum.el (gnus-summary-move-article): Don't select article.
1586
1587 2001-08-20  Simon Josefsson  <jas@extundo.com>
1588
1589         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
1590         opened, error instead of continuing (and exploding later).
1591
1592 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1593
1594         * gnus.el (gnus-expand-group-parameters): Return the parameter
1595         list.
1596
1597         * gnus-sum.el (gnus-summary-show-article): Doc fix.
1598         (gnus-summary-show-article): Guess at charset if required.
1599
1600         * gnus-spec.el (gnus-correct-substring): Stopped one character
1601         before we wanted.
1602
1603 2001-08-19  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1604
1605         * earcon.el (earcon-auto-play): Remove unused option.
1606
1607 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1608
1609         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
1610         message down in levels, since it happens very fast.
1611
1612         * smiley-ems.el (smiley-update-cache): Respect the symbol version
1613         of smiley-regexp-alist.
1614
1615         * mm-view.el (mm-inline-text): Ignore vcard errors.
1616
1617         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
1618
1619         * gnus-score.el (gnus-all-score-files): Use append instead of
1620         nconc.
1621
1622         * gnus.el (gnus-splash-face): Doc fix.
1623
1624         * mm-decode.el (mm-mailcap-command): Use
1625         mm-path-name-rewrite-functions.
1626         (mm-path-name-rewrite-functions): New variable.
1627
1628         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
1629         (gnus-complex-form-to-spec): Insert tab.
1630         (gnus-spec-tab): New function.
1631
1632         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
1633         entering the group.
1634
1635         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
1636         the positional spec.
1637         (gnus-parse-complex-format): React to %C.
1638
1639         * gnus-ems.el (gnus-char-width): Moved here.
1640
1641         * gnus-sum.el (gnus-select-newsgroup): Set
1642         gnus-newsgroup-articles.
1643         (gnus-unseen-mark): New variable.
1644         (gnus-newsgroup-unseen): Ditto.
1645         (gnus-newsgroup-seen): Ditto.
1646         (gnus-adjust-marked-articles): Use them.
1647         (gnus-update-marks): Use them.
1648         (gnus-summary-update-secondary-mark): Display.
1649         (gnus-summary-prepare-threads): Display.
1650
1651         * gnus-msg.el (gnus-inews-group-method): Use and return the
1652         method, not the server.
1653
1654 2001-08-19  Simon Josefsson  <jas@extundo.com>
1655
1656         * gnus-srvr.el (gnus-server-agent-face): New.
1657         (gnus-server-agent-face): New.
1658         (gnus-server-mode): Turn on font-lock-mode.
1659
1660         * gnus.el (gnus-server-visual): Add defgroup.
1661
1662 2001-08-19  Simon Josefsson  <jas@extundo.com>
1663         From Joe Casadonte <jcasadonte@northbound-train.com>
1664
1665         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
1666         gnus-server-denied-face): New.
1667         (gnus-server-opened-face, gnus-server-closed-face,
1668         gnus-server-denied-face): New.
1669         (gnus-server-font-lock-keywords): Add.
1670
1671 2001-08-19  Simon Josefsson  <jas@extundo.com>
1672
1673         * nnml.el (nnml-request-set-mark): Return nil.
1674         (nnml-save-marks): Use nnml-possibly-create-directory.
1675         (nnml-open-marks): Only work in temp buffer when inserting/reading
1676         .marks file.
1677
1678 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1679
1680         * gnus.el (gnus-expand-group-parameters): Fix.
1681
1682         * gnus-spec.el (gnus-char-width): New.
1683         (gnus-correct-substring, gnus-correct-length): Use it.
1684
1685         * message.el (message-required-mail-headers): Fix doc.
1686
1687 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1688
1689         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
1690
1691         * mm-decode.el (mm-save-part-to-file): Insert the handle.
1692
1693 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1694
1695         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
1696         slashdot 2.2 (not fully fixed yet).
1697         (nnslashdot-request-article): Ditto.
1698
1699 2001-08-18  Simon Josefsson  <jas@extundo.com>
1700
1701         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
1702         nnimap.
1703
1704         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
1705         gnus-util.
1706         (nnimap-request-update-info-internal): Use new functions.
1707
1708         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
1709         new functions.
1710
1711 2001-08-18  Simon Josefsson  <jas@extundo.com>
1712
1713         Make nnml groups self-contained as far as marks are concerned.
1714
1715         * nnml.el (nnml-request-delete-group): Delete marks file.
1716         (nnml-request-rename-group): Move marks file.
1717         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
1718         variables.
1719         (nnml-request-set-mark, nnml-request-update-info): New server
1720         functions.
1721         (nnml-save-marks, nnml-open-marks): New functions.
1722
1723 2001-08-18  Simon Josefsson  <jas@extundo.com>
1724
1725         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
1726         `set' when setting marks.
1727
1728 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1729
1730         * gnus.el (gnus-info-find-node): Take an argument.
1731
1732         * gnus-art.el (gnus-button-handle-info): New.
1733         (gnus-url-unhex-string): Replace "+" with " ".
1734
1735 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1736
1737         * message.el (message-check-news-header-syntax): Check bad From.
1738
1739 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1740
1741         * gnus-spec.el (gnus-correct-length): New function.
1742         (gnus-correct-substring): New function.
1743         (gnus-tilde-max-form): Use it.
1744
1745 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
1746
1747         * nnmh.el: Docstring changes as below.
1748
1749         * nnml.el: Docstring changes as below.
1750
1751         * nnbabyl.el: Docstring changes as below.
1752
1753         * nnmbox.el: Docstring changes as below.
1754
1755         * nnfolder.el: Added docstrings identifying each virtual server
1756         parameter.
1757
1758 2001-08-18  Simon Josefsson  <jas@extundo.com>
1759
1760         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
1761
1762 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
1763
1764         * message.el: rename "Abort Message" to "Postpone Message".
1765         Remove "Attach file as MIME" from Message menu, it's already in
1766         the MIME menu.
1767
1768 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1769
1770         * smime.el (smime-point-at-eol): eval-and-compile.
1771         (smime-make-temp-file): New.
1772         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
1773         Use it.
1774
1775 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1776
1777         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
1778         (gnus-agent-summary-fetch-group): New command and keystroke.
1779
1780         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
1781         (gnus-mime-display-security): Make it respect
1782         gnus-unbuttonized-mime-type-p.
1783
1784         * gnus-sum.el (gnus-articles-to-read): Comments.
1785         (gnus-article-marked-p): New function.
1786         (gnus-summary-display-make-predicate): New function.
1787         (gnus-select-newsgroup): Use them.
1788
1789         * mm-decode.el (mm-save-part-to-file): Made it not error.
1790
1791 2001-08-17  Simon Josefsson  <jas@extundo.com>
1792
1793         * imap.el (imap-wait-for-tag): If process-status isn't open or
1794         run, return nil instead of sit-for looping.
1795
1796 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1797
1798         * lpath.el (featurep): fbind xml-parse-region.
1799
1800         * gnus.el (gnus-message-archive-method): Default to "archive".
1801         (gnus-message-archive-method): Doc fix.
1802         (gnus-parameters-get-parameter): Cleaned up.
1803         (gnus-expand-group-parameter): New function.
1804
1805         * gnus-start.el (gnus-setup-news): Push the archive server only
1806         the server list.
1807
1808         * mml.el (mml-menu): Changed name to "Attachments".
1809
1810         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
1811         when there is something to detroy.
1812
1813 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1814
1815         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
1816         nil.
1817
1818 2001-08-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1819
1820         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
1821         which specifies a time today or tomorrow.
1822
1823 2001-08-15  Simon Josefsson  <jas@extundo.com>
1824         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk)
1825
1826         * gnus-agent.el (gnus-agent-make-mode-line-string)
1827         (gnus-agent-toggle-plugged): Use new API.
1828
1829 2001-08-14  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1830
1831         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
1832         deadline has expired.
1833
1834 2001-08-12  Simon Josefsson  <jas@extundo.com>
1835         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
1836
1837         Support `recent' mark indicating newly arrived messages (to
1838         separate from old but unread messages).
1839
1840         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
1841         `nnmail-split-history' if recent is > 0.
1842         (nnimap-request-update-info-internal): Update `recent' marks.
1843         (nnimap-request-set-mark): Never set `recent' marks.
1844         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
1845         recent.
1846
1847         * gnus-sum.el (gnus-recent-mark): New mark.
1848         (gnus-newsgroup-recent): New variable.
1849         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
1850         (gnus-summary-prepare-threads): Mark recent articles.
1851         (gnus-summary-add-mark): Support recent.
1852         (gnus-summary-update-secondary-mark): Support recent.
1853
1854         * gnus.el (gnus-article-mark-lists): Add recent.
1855
1856 2001-08-12  Simon Josefsson  <jas@extundo.com>
1857
1858         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
1859         whether successful decoding took place.  Add doc.
1860
1861 2001-08-12  Simon Josefsson  <jas@extundo.com>
1862         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
1863
1864         * gnus.el (gnus-summary-line-format, gnus-parameters):
1865         * gnus-gl.el (gnus-summary-grouplens-line-format):
1866         * gnus-salt.el (gnus-summary-pick-line-format):
1867         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
1868
1869 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
1870         Committed by Kai Gro\e,A_\e(Bjohann.
1871
1872         * gnus-score.el (gnus-score-string): Fix `match' regexp
1873         for `extra' header case.
1874
1875 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1876
1877         * nnmbox.el (nnmbox-read-mbox): No warning.
1878
1879 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1880
1881         * nndoc.el (nndoc-article-type): Fix doc.
1882         (nndoc-generate-article-function): New.
1883         (nndoc-dissection-function): New.
1884         (nndoc-type-alist): Add oe-dbx.
1885         (nndoc-oe-dbx-type-p): New.
1886         (nndoc-oe-dbx-dissection): New.
1887         (nndoc-oe-dbx-generate-article): New.
1888
1889 2001-08-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1890
1891         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
1892         whether deadline has been reached.  Patch from Dan Nicolaescu
1893         <dann@godzilla.ics.uci.edu>.
1894
1895 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1896
1897         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
1898         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
1899         <rintaman@cs.Helsinki.FI>.
1900
1901         * mail-source.el (mail-source-movemail): The error buffer is
1902         modified, but nothing in it.
1903
1904 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1905
1906         * message.el (message-bogus-system-names): New.
1907         (message-make-fqdn): Use it.
1908
1909 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1910
1911         * nndraft.el (nndraft-request-group): Use
1912         nndraft-auto-save-file-name.
1913
1914 2001-08-09  Simon Josefsson  <jas@extundo.com>
1915
1916         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
1917         Don't ask whether to decrypt.  Just leave result in buffer (don't
1918         call mm).
1919
1920         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
1921         parts as well.
1922         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
1923         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
1924
1925 2001-08-09  Simon Josefsson  <jas@extundo.com>
1926
1927         * mm-decode.el (mm-insert-part): Return decoding success status.
1928         (mm-save-part-to-file): Error if decoding failed.
1929
1930 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1931
1932         * message.el (message-tab): Use indent-relative.
1933         (message-mode): Don't bind indent-line-function to indent-relative.
1934
1935 2001-08-09  Simon Josefsson  <jas@extundo.com>
1936
1937         * message.el (message-get-reply-headers): Fix string. Suggested by
1938         Christoph Conrad <cc@cli.de>.
1939
1940 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1941
1942         * message.el (message-tab): Use the current value of
1943         indent-line-function.
1944         (message-mode): Bind indent-line-function to indent-relative.
1945
1946 2001-08-08  Simon Josefsson  <jas@extundo.com>
1947
1948         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
1949         whether `imtest' is installed.
1950
1951 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
1952         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
1953
1954         * gnus-sum.el (gnus-summary-show-article): Call
1955         gnus-summary-update-secondary-secondary-mark.
1956         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
1957         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
1958
1959 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1960
1961         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
1962
1963         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
1964
1965         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
1966         <gerd@gnu.org>.
1967
1968         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
1969
1970         * gnus-util.el (gnus-output-to-rmail): Ditto.
1971         (gnus-output-to-mail): Ditto.
1972
1973         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
1974
1975 2001-08-06  Florian Weimer   <fw@deneb.enyo.de>
1976
1977         * message.el (message-indent-citation): Use
1978         `message-yank-cited-prefix' for empty lines.
1979
1980 2001-08-05  Florian Weimer   <fw@deneb.enyo.de>
1981
1982         * message.el (message-indent-citation): Quote only lines starting
1983         with ">" using `message-yank-cited-prefix'.
1984
1985 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
1986
1987         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
1988         gnus-cache-fully-p.
1989
1990 2001-08-04  Simon Josefsson  <jas@extundo.com>
1991
1992         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
1993         file if it doesn't exist (by calling gnus-cache-read-active).
1994
1995 2001-08-04  Simon Josefsson  <jas@extundo.com>
1996
1997         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
1998         (gnus-cache-passively-or-fully-p): Removed.
1999         (gnus-cache-fully-p): Fix it.
2000
2001         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
2002
2003 2001-08-04  Simon Josefsson  <jas@extundo.com>
2004
2005         * gnus-cache.el (gnus-cache-fully-p)
2006         (gnus-cache-passively-or-fully-p): New functions.
2007         (gnus-cache-possibly-enter-article): Cosmetic change, use
2008         `g-c-p-o-f-p'.
2009         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
2010         was bogus (`g-c-p-a-a' does not change active info, just change
2011         the functions parameters).
2012         (gnus-cache-possibly-remove-articles-1): Make sure articles are
2013         not removed in groups that match `gnus-uncacheable-groups'.
2014
2015         Reported and modifications based on discussions with Nuutti
2016         Kotivuori <nuutti.kotivuori@smarttrust.com>.
2017
2018 2001-08-04  Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
2019         Committed by Simon Josefsson  <jas@extundo.com>
2020
2021         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
2022         calls `gnus-cache-update-active' if bounds has been extended.
2023
2024 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2025
2026         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
2027         before remove.
2028         (gnus-mime-security-show-details): Ditto.
2029
2030 2001-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2031
2032         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
2033         syntax.  Protect string-match against nil string and regexp.
2034
2035 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2036
2037         * mm-util.el (mm-find-charset-region): Remove control-1.
2038
2039 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2040
2041         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
2042
2043 2001-08-04  Simon Josefsson  <jas@extundo.com>
2044
2045         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
2046         buffer.  Delete MIME-Version header.
2047
2048 2001-08-03  Simon Josefsson  <jas@extundo.com>
2049
2050         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
2051         that is entered does not necessarily have the highest article
2052         number in the group, so use `gnus-cache-possibly-alter-active'
2053         instead of `gnus-cache-update-active'.
2054
2055 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2056
2057         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
2058
2059 2001-08-03  Simon Josefsson  <jas@extundo.com>
2060
2061         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
2062         menu.
2063
2064 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2065
2066         * gnus.el (post-method): New group parameter.  It also provides
2067         the user option `gnus-post-method-alist' and the internal function
2068         `gnus-parameter-post-method'.
2069
2070         * gnus-msg.el (gnus-post-method): Bind the value of
2071         `gnus-post-method' to the group parameter if it is defined.
2072
2073 2001-08-02  Simon Josefsson  <jas@extundo.com>
2074
2075         * smime.el (smime-extra-arguments): Removed.
2076         (smime-call-openssl-region): Don't use it.
2077
2078 2001-08-02  Simon Josefsson  <jas@extundo.com>
2079
2080         * smime.el (smime-sign-region): Handle stderr.
2081         (smime-encrypt-region): Ditto.
2082
2083         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
2084         match the ASN.1 length bytes.
2085         (mm-pkcs7-enveloped-magic): Ditto.
2086         (mm-view-pkcs7-get-type): Don't regexp quote.
2087
2088 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2089         From Andreas Fuchs <asf@void.at>
2090
2091         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
2092
2093 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2094
2095         * gnus-art.el (gnus-header-button-alist): References regexp.
2096
2097 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
2098
2099         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
2100         already fboundp.  Add INTERACTIVE arg to autoload form.
2101
2102 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2103
2104         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
2105
2106         * nnmail.el (nnmail-cache-open): Ditto.
2107
2108 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2109
2110         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
2111
2112 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2113
2114         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
2115
2116 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2117         Originally from Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2118
2119         * gnus-agent.el (gnus-agent-make-mode-line-string): New.
2120         (gnus-agent-toggle-plugged): Use it.
2121
2122 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
2123
2124         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
2125         (gnus-ding-file-coding-system): New variable.
2126         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
2127         (gnus-slave-save-newsrc): Use it.
2128
2129 2001-07-31  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2130
2131         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
2132         syntax.
2133
2134 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2135         Originally from Andreas Fuchs <asf@void.at>
2136
2137         * mml2015.el (mml2015-trust-boundaries-alist)
2138         (mml2015-gpg-pretty-print-fpr): New.
2139         (mml2015-gpg-extract-signature-details): More details, rename from
2140         `m-g-e-from'.
2141         (mml2015-gpg-verify): Use them.
2142         (mml2015-gpg-clear-verify): Use them.
2143
2144 2001-07-31  Simon Josefsson  <jas@extundo.com>
2145
2146         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
2147         buffer when done.
2148
2149 2001-07-30  Simon Josefsson  <jas@extundo.com>
2150
2151         * smime.el (smime-call-openssl-region): Revert previous change,
2152         just pass on buf to `call-process-region'.
2153         (smime-verify-region): Doc fix.  Don't message stuff.  Use
2154         `smime-new-details-buffer'.  Inserts error messages into buffer.
2155         (smime-noverify-region): Ditto.
2156         (smime-decrypt-region): Ditto.  Handles stderr separately.
2157         (smime-verify-buffer, smime-noverify-buffer)
2158         (smime-decrypt-buffer): Doc fix.
2159         (smime-new-details-buffer): New function.
2160         (smime-pkcs7-region, smime-pkcs7-certificates-region)
2161         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
2162         (smime-sign-region, smime-encrypt-region): Don't use
2163         `insert-buffer'.
2164
2165         * mml-smime.el (mml-smime-verify): Fix security button strings.
2166
2167 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2168
2169         * gnus-art.el (gnus-mime-save-part-and-strip): Save
2170         gnus-article-mime-handles.
2171
2172 2001-07-29  Simon Josefsson  <jas@extundo.com>
2173
2174         * mail-source.el (top-level): Require message for message-directory.
2175         (mail-source-directory): Change default to message-directory.
2176
2177         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
2178         (smime-certificate-directory, smime-openssl-program)
2179         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
2180         (smime-extra-arguments): New variable.
2181         (smime-dns-server): Fix customize group.
2182         (smime-call-openssl-region): Use `smime-extra-arguments'.
2183
2184 2001-07-29  Simon Josefsson  <jas@extundo.com>
2185         From Vladimir Volovich <vvv@vsu.ru>
2186
2187         * smime.el (smime-call-openssl-region): Ignore stderr.
2188
2189 2001-07-29  Simon Josefsson  <jas@extundo.com>
2190         From Christoph Conrad <christoph.conrad@gmx.de>
2191
2192         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
2193         file.
2194
2195 2001-07-29  Simon Josefsson  <jas@extundo.com>
2196
2197         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
2198
2199         Support S/MIME decryption.
2200
2201         * mm-decode.el (mm-inline-media-tests):
2202         (mm-inlined-types):
2203         (mm-automatic-display):
2204         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
2205
2206         * mm-view.el (mm-pkcs7-signed-magic):
2207         (mm-pkcs7-enveloped-magic): New variables.
2208         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
2209         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
2210         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
2211         PKCS#7 blobs.
2212
2213         * smime.el (smime-decrypt-region): Expand keyfile.
2214
2215 2001-07-29  Simon Josefsson  <jas@extundo.com>
2216
2217         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
2218         `ssl.el' variables.
2219
2220         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
2221         but line instead of narrowing to it, because `nnmail-parse-active'
2222         calls widen.  Thanks to Christoph Conrad
2223         <christoph.conrad@gmx.de>.
2224
2225 2001-07-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2226
2227         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
2228         for %B spec.
2229
2230         * gnus-sum.el (gnus-summary-prepare-threads): If
2231         gnus-sum-thread-tree-root is nil, use subject instead.
2232         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
2233         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
2234         (gnus-sum-thread-tree-leaf-with-other)
2235         (gnus-sum-thread-tree-single-leaf): Documentation.
2236         (gnus-sum-thread-tree-single-indent): Allow nil.
2237
2238 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2239
2240         * message.el (message-fill-paragraph): Do nothing if the user
2241         wants filladapt-mode.
2242
2243 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2244
2245         * mm-decode.el (mm-image-type-from-buffer): New.
2246         (mm-get-image): Use it.
2247
2248 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2249
2250         * gnus.el (gnus-large-newsgroup): If it is nil, ...
2251
2252         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
2253         mm-display-parts too.
2254
2255 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2256
2257         * nnfolder.el (nnfolder-request-accept-article): Bind
2258         nntp-server-buffer.
2259
2260         * nnmail.el (nnmail-parse-active): Read from buffer instead of
2261         nntp-server-buffer.
2262
2263 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2264
2265         * message.el (message-check-news-header-syntax): Use
2266         message-post-method.
2267         (message-send-news): Bind message-post-method.
2268
2269 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2270
2271         * mml.el (mml-tweak-type-alist): New.
2272         (mml-tweak-function-alist): New.
2273         (mml-tweak-part): New.
2274         (mml-generate-mime-1): Use it.
2275
2276 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2277
2278         * nnfolder.el (nnfolder-request-accept-article): Replace
2279         nnfolder-request-list.
2280
2281 2001-07-27  Simon Josefsson  <jas@extundo.com>
2282
2283         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
2284         nnoo-change-server failed to do it.
2285
2286 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2287
2288         * gnus.el (gnus-parameters): Make it customizable.
2289
2290 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2291
2292         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
2293
2294         * message.el (message-set-auto-save-file-name): More
2295         poor-system-types.
2296
2297         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
2298
2299         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
2300         supports +.
2301
2302 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2303
2304         * mm-decode.el (mm-readable-p): New.
2305         (mm-inline-media-tests): Fix the default testers.
2306
2307 2001-07-26  Simon Josefsson  <jas@extundo.com>
2308
2309         * nnimap.el (nnimap-version): Bump version number.
2310
2311 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2312         From Steven E. Harris <seh@speakeasy.org>
2313
2314         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
2315         in M$Windows too.
2316
2317 2001-07-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2318
2319         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
2320
2321 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2322
2323         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
2324
2325         * mm-decode.el (mm-get-image): Guess then use the type.
2326
2327         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
2328
2329 2001-07-25 12:54:00  Danny Siu <dsiu@adobe.com>
2330
2331         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
2332         display (%B) for threads if threading is off.
2333
2334 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2335         From Henrik Enberg <henrik@enberg.org>
2336
2337         * gnus-msg.el: Customization patch.
2338
2339 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
2340
2341         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
2342         variable.
2343         (nnmail-split-fancy-with-parent): Ignore certain groups.
2344
2345 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2346
2347         * gnus-util.el (gnus-byte-compile): New.
2348         (gnus-use-byte-compile): New.
2349         (gnus-make-sort-function): Use it.
2350
2351         * nnmail.el (nnmail-get-new-mail): Use it.
2352
2353         * gnus-agent.el (gnus-category-make-function): Simple function or
2354         compiled function.
2355         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
2356
2357         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
2358         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
2359         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
2360
2361         * message.el (message-check-news-header-syntax): Remove quote.
2362
2363 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2364
2365         * message.el (message-use-mail-followup-to): `t' is not a
2366         documented value.
2367
2368 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2369
2370         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
2371
2372 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2373
2374         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
2375         there are long lines.
2376
2377 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2378
2379         * dgnushack.el (copy-list): New compiler macro.
2380
2381 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2382
2383         * message.el (message-bounce): If no Return-Path, the whole
2384         content is considered as the original message.
2385
2386         * nnml.el (nnml-check-directory-twice): New.
2387         (nnml-article-to-file): Use it.
2388         (nnml-retrieve-headers): Hack it.
2389
2390 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2391
2392         * gnus-win.el (gnus-buffer-configuration): New configure.
2393
2394         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
2395         not alive.
2396
2397         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
2398         (mm-display-external): Use display-term configure.
2399
2400 2001-07-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2401
2402         * gnus-delay.el (gnus-delay-default-hour): New variable.
2403         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
2404
2405 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2406         From Karl Kleinpaste <karl@charcoal.com>
2407
2408         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
2409         (gnus-summary-prepare-threads): Ditto.
2410
2411         * gnus.el (gnus-summary-line-format): Add %B.
2412
2413 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2414
2415         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
2416
2417         * mm-util.el (mm-string-as-multibyte): New.
2418
2419         * nnmh.el (nnmh-request-list-1): Encode, not decode!
2420
2421 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2422
2423         * mm-util.el (mm-universal-coding-system): New.
2424
2425         * gnus-start.el (gnus-startup-file-coding-system): Use it.
2426
2427         * score-mode.el (score-mode-coding-system): Use it.
2428
2429 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2430
2431         * gnus-start.el (gnus-setup-news): Call
2432         `gnus-check-bogus-newsgroups' just after the native server is
2433         opened.
2434
2435 2001-07-23  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2436
2437         * nnmail.el (nnmail-do-request-post): Util function to be used by
2438         `nnchoke-request-post' for all nnmail-derived backends.
2439
2440         * nnml.el (nnml-request-post): Use it.
2441
2442         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
2443         backend, for it groks nnml-request-post.
2444
2445         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
2446         Treat `mail-post' backends like `mail' backends, not like `news'
2447         backends.
2448
2449 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2450
2451         * gnus-msg.el (gnus-setup-message): make-local-hook.
2452
2453 2001-07-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2454
2455         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
2456         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
2457         <karl@charcoal.com>, slightly changed by Kai.
2458
2459         * message.el (message-check-news-header-syntax): When checking
2460         whether the groups exist, check the right server based on
2461         `gnus-post-method'.
2462
2463 2001-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2464
2465         * gnus-delay.el: New file.
2466
2467 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2468
2469         * mm-util.el (mm-read-coding-system): Take two arguments.
2470
2471         * gnus-sum.el (gnus-summary-show-article): Use
2472         mm-read-coding-system.
2473
2474         * gnus-art.el (article-de-quoted-unreadable):
2475         (article-de-base64-unreadable, article-wash-html):
2476         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
2477
2478 2001-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2479
2480         * nnml.el (nnml-request-post): New function.  Can be used for
2481         annotations in nnml groups.
2482
2483 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2484
2485         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
2486         command.
2487
2488         * gnus-start.el (gnus-find-new-newsgroups): Use
2489         `message-make-date' instead of `current-time-string'.
2490         (gnus-ask-server-for-new-groups): Ditto.
2491         (gnus-check-first-time-used): Ditto.
2492
2493 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2494
2495         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
2496
2497 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
2498
2499         * message.el (message-shorten-references): Change `maxcount' and
2500         `cut' to obey USEFOR draft 5.
2501
2502 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
2503
2504         * gnus-sum.el (gnus-summary-display-arrow): New variable.
2505         (gnus-summary-set-article-display-arrow): New function.
2506         (gnus-summary-goto-subject): Use it.
2507
2508 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2509
2510         * gnus-sum.el (gnus-summary-import-article): Insert date if
2511         doesn't exist.
2512
2513 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2514
2515         * mml.el (mml-content-type-parameters): New.
2516         (mml-content-disposition-parameters): New.
2517         (mml-insert-mime-headers): Use them.
2518         (mml-parse-1): Accept charset.
2519
2520 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2521
2522         * gnus-group.el (gnus-group-select-group): Doc fix.
2523
2524         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
2525
2526 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2527
2528         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
2529         to handle `define-derived-mode'.
2530
2531 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2532         From:  Stefan Monnier  <monnier@cs.yale.edu>
2533
2534         * message.el (message-mode): Use define-derived-mode.
2535         (message-tab): message-completion-alist.
2536
2537         * imap.el (imap-interactive-login): Use make-local-variable.
2538         (imap-open): Ditto.
2539         (imap-authenticate): Ditto.
2540
2541         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
2542
2543         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
2544
2545 2001-07-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2546
2547         * message.el (message-citation-line-function): Refer to
2548         gnus-cite-attribution-suffix.
2549
2550 2001-07-15  Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2551
2552         * gnus-art.el,...: Error convention changes.
2553
2554 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2555
2556         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
2557
2558 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2559
2560         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
2561         (nnrss-read-server-data): Ditto.
2562
2563 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2564
2565         * gnus-setup.el (gnus-use-installed-gnus): Typo.
2566         * Cleanup files.
2567         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
2568
2569 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2570
2571         * gnus.el (gnus-summary-line-format): Add %o.
2572
2573         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
2574         unless shell outputs something.
2575
2576 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2577
2578         * gnus-art.el (gnus-boring-article-headers): Better doc.
2579         (article-hide-headers): Better regexp.
2580         Suggested by Matt Swift <swift@alum.mit.edu>.
2581
2582         * nnheader.el (nnheader-max-head-length): Better doc.
2583         (nnheader-header-value): Skip spaces.
2584         (nnheader-parse-head): Remove space.
2585         Suggested by Matt Swift <swift@alum.mit.edu>.
2586
2587         * gnus-sum.el (gnus-summary-show-raw-article): New function.
2588         (gnus-get-newsgroup-headers): Remove space.
2589
2590 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2591
2592         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
2593         (gnus-summary-reply): Use it.
2594         (gnus-summary-reply-broken-reply-to): New.
2595         (gnus-msg-force-broken-reply-to): New.
2596
2597         * mm-view.el (mm-inline-text): Showing as text/plain when error.
2598
2599 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2600
2601         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
2602
2603 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2604
2605         * mm-decode.el (mm-external-terminal-program): New variable.
2606         (mm-display-external): Use it. Use term to display when no
2607         window-system.
2608
2609 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
2610
2611         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
2612         Browse->Next entries to Browse->Prev
2613
2614 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2615
2616         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
2617
2618 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2619
2620         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
2621         for the default encoding.
2622
2623         * nnrss.el (nnrss-url-field): New field.
2624         (nnrss-request-article): Add newsgroups.
2625
2626         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
2627
2628 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2629
2630         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
2631
2632         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
2633         (gnus-draft-setup): Remove backlog.
2634
2635 2001-07-10  Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2636
2637         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
2638         Cleanup.
2639
2640 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2641
2642         * gnus-msg.el (gnus-bug): Erase buffer.
2643
2644         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
2645
2646 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2647
2648         * mm-decode.el (mm-attachment-override-p): Fix typo.
2649
2650 2001-03-19 05:28:00  Katsumi Yamaoka <yamaoka@jpl.org>
2651
2652         * gnus-kill.el (gnus-execute): Work with the extra headers.
2653         * gnus-sum.el (gnus-summary-execute-command): Ditto.
2654
2655 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2656
2657         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
2658         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
2659
2660         * message.el (message-send-mail-real-function): New variable.
2661         (message-send-mail-partially, message-send-mail):
2662
2663         * nngateway.el (nngateway-request-post): Use it.
2664
2665         * gnus-agent.el (gnus-agentize): Use it.
2666
2667         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
2668         (nnsoup-revert-variables): Use it.
2669
2670 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
2671
2672         * mm-decode.el (mm-inline-media-tests): Default to displaying as
2673         text/plain if the type doesn't match any other media types.
2674         (mm-inlined-types): Doc fix.
2675         (mm-display-inline): Revert previous change (now handled by a
2676         default type in `mm-inline-media-tests'.
2677         (mm-inlinable-p): Revive.
2678         (mm-display-part): Call `mm-inlinable-p'.
2679         (mm-attachment-override-p): Ditto.
2680         (mm-inlined-p): Doc fix.
2681
2682         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
2683         well as `mm-inlined-p'.
2684
2685 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2686
2687         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
2688         (nntp-send-command-and-decode): Use gnus-point-at-bol.
2689
2690 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2691         From  Paul Jarc <prj@po.cwru.edu>
2692
2693         * message.el (message-use-mail-followup-to): New variable.
2694         (message-get-reply-headers): Use it.
2695
2696 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
2697
2698         * nnheader.el (nnheader-init-server-buffer): Make sure the
2699         *nntpd* buffer is made multibyte instead of a random buffer.
2700
2701 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2702
2703         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
2704         when it returns headers.
2705
2706 2001-07-07  Simon Josefsson  <jas@extundo.com>
2707
2708         * rfc2047.el (rfc2047-encode-message-header): Skip header when
2709         trying to fold. Thanks to Colin Walters
2710         <walters@cis.ohio-state.edu>
2711
2712 2001-07-06  Simon Josefsson  <jas@extundo.com>
2713
2714         * imap.el (imap-parse-address-list, imap-parse-flag-list)
2715         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
2716         Add information in `assert's.
2717
2718         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
2719         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
2720         and `nnimap-group-overview-filename', should handle all
2721         change-of-uidvalidity related issues.  But there may be other
2722         problems.)
2723
2724 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
2725
2726         * rfc2047.el (rfc2047-encode-message-header): Don't include the
2727         header name when folding.
2728
2729 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
2730
2731         * mm-decode.el (mm-inlined-types): Document relationship with
2732         `mm-inline-media-tests'.
2733         (mm-display-inline): Default to displaying as plain text if no
2734         inlining handler is available.
2735         (mm-inlinable-p): Remove.
2736         (mm-inlined-p): Don't call `mm-inlinable-p'.
2737         (mm-automatic-display-p): Ditto.
2738         (mm-attachment-override-p): Ditto.
2739
2740 2001-07-04  Simon Josefsson  <jas@extundo.com>
2741
2742         * nnimap.el (nnimap-importantize-dormant): New variable.
2743         (nnimap-request-update-info-internal): Use it.
2744         (nnimap-request-set-mark): Ditto.
2745
2746 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
2747
2748         * nntp.el (nntp-send-command): don't pass a buffer argument to
2749         `point'. Only XEmacs accepts this.
2750         * nntp.el (nntp-send-command-nodelete): ditto.
2751         * nntp.el (nntp-send-command-and-decode): ditto.
2752
2753 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
2754
2755         * nntp.el (nntp-open-connection-function): doc update.
2756         * nntp.el (nntp-pre-command): New.
2757         * nntp.el (nntp-via-rlogin-command): New.
2758         * nntp.el (nntp-via-telnet-command): New.
2759         * nntp.el (nntp-via-telnet-switches): New.
2760         * nntp.el (nntp-via-user-name): New.
2761         * nntp.el (nntp-via-user-password): New.
2762         * nntp.el (nntp-via-address): New.
2763         * nntp.el (nntp-via-envuser): New.
2764         * nntp.el (nntp-via-shell-prompt): New.
2765         * nntp.el (nntp-open-telnet-stream): New.
2766         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
2767         * nntp.el (nntp-open-via-telnet-and-telnet): New.
2768         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
2769         * nntp.el (nntp-send-command): ditto.
2770         * nntp.el (nntp-send-command-nodelete): ditto.
2771         * nntp.el (nntp-send-command-and-decode): ditto.
2772
2773 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
2774
2775         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
2776         `when'.
2777
2778 2001-07-03  Simon Josefsson  <jas@extundo.com>
2779         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
2780
2781         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
2782
2783 2001-07-03  Simon Josefsson  <jas@extundo.com>
2784
2785         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
2786         remove it (workaround XEmacs `fill-region' bug).
2787
2788 2001-07-01  Simon Josefsson  <jas@extundo.com>
2789
2790         * nnimap.el (nnimap-date-days-ago): Defeat locale.
2791
2792 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2793
2794         * mml2015.el (mml2015-format-error): New function.
2795         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
2796         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
2797         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
2798
2799 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2800
2801         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
2802         Suggested by Christoph Conrad <C.Conrad@cli.de>.
2803
2804         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
2805         group variables.
2806
2807 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2808
2809         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
2810
2811         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
2812         (nnrss-save-group-data): Ditto.
2813
2814         * gnus-agent.el (gnus-agent-save-alist): Ditto.
2815
2816 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2817
2818         * message.el (message-do-send-housekeeping): Narrow to headers.
2819
2820 2001-06-24  Simon Josefsson  <jas@extundo.com>
2821
2822         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
2823         insertion when breaking lines looked for " \t" instead of "[ \t]".
2824         (rfc2047-encode-message-header): Fold lines even if
2825         no QP encoding is done.
2826
2827 2001-06-23  Simon Josefsson  <jas@extundo.com>
2828         From Samuel Tardieu <sam@inf.enst.fr>
2829
2830         * smime.el (smime-keys): Support additional certificates.
2831         (smime-make-certfiles): New function.
2832         (smime-sign-region): Use previous variables.
2833         (smime-get-certfiles): New function.
2834         (smime-sign-buffer): Use it.
2835         (smime-verify-region): Support both CAfile and CApath.
2836
2837 2001-06-23  Simon Josefsson  <jas@extundo.com>
2838
2839         * smime.el (smime-decrypt-region): Perhaps work.
2840
2841 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2842
2843         * gnus-msg.el (gnus-copy-article-buffer): Typo.
2844
2845 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
2846
2847         * mm-decode.el (mm-save-part): Rewrite file name.
2848         (mm-file-name-rewrite-functions): New variable.
2849         (mm-file-name-delete-whitespace): New function.
2850         (mm-file-name-trim-whitespace): New function.
2851         (mm-file-name-collapse-whitespace): New function.
2852         (mm-file-name-replace-whitespace): New variable and function.
2853
2854 2001-06-22  Simon Josefsson  <jas@extundo.com>
2855
2856         * message.el (message-make-date): Workaround locale for weekdays.
2857
2858 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2859
2860         * message.el (message-goto-body): Return nil if not found. (revert!)
2861
2862 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2863         From Fremlin <chief@bandits.org>
2864
2865         * message.el (message-goto-body): Some messages have no header.
2866
2867         * gnus-msg.el (gnus-copy-article-buffer): Use it.
2868
2869 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
2870
2871         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
2872
2873 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2874
2875         * message.el (message-make-date): Add week day.
2876         Suggested by Jason R. Mastaler <jason@mastaler.com>.
2877
2878 2001-06-19  Simon Josefsson  <jas@extundo.com>
2879
2880         * message.el (message-yank-prefix): Doc fix.
2881         (message-yank-cited-prefix): Ditto.
2882         (message-delete-not-region): Keep citation prefix on first line,
2883         if possible and appropriate.
2884
2885 2001-06-19  Simon Josefsson  <jas@extundo.com>
2886
2887         * imap.el (imap-process-connection-type): New variable.
2888         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
2889         recent `imtest's work completely (no line length issues), while
2890         making making old `imtest's unusable.  Thanks to NAGY Andras
2891         <nagya@inf.elte.hu> for his work.
2892
2893 2000-12-30  NAGY Andras <nagya@inf.elte.hu>
2894
2895         * imap.el (imap-ssl-program): Add -quiet to shut up
2896         OpenSSL/SSLeay's internal debug talk.
2897
2898 2001-06-19  Matt Armstrong <matt@lickey.com>
2899
2900         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
2901         server.
2902
2903 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2904
2905         * nnmail.el (nnmail-article-buffer): New variable.
2906         (nnmail-split-incoming): Use it.
2907
2908 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
2909
2910         * qp.el (quoted-printable-decode-region): If called interactively,
2911         use coding-system-for-read.
2912
2913 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2914
2915         * message.el (message-check-news-header-syntax): Check Reply-To.
2916
2917 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2918
2919         * mml.el (mml-parse-1): Use message options.
2920
2921         * message.el (message-do-fcc): Don't do anything if there is no
2922         FCC.
2923
2924 2001-06-16  Simon Josefsson  <jas@extundo.com>
2925
2926         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
2927         (nnimap-expunge-search-string): New variable.
2928         (nnimap-request-expire-articles): Use it.
2929
2930 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2931
2932         * message.el (message-send-mail-with-qmail): wrong exit status is
2933         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
2934
2935 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2936
2937         * gnus-art.el (article-strip-multiple-blank-lines): Use
2938         delete-region instead of replace-match.
2939
2940 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2941
2942         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
2943         (nnweb-google-wash-article): Ditto.
2944
2945 2001-06-14 Ferenc Wagner <wferi@bolyai1.elte.hu>
2946
2947         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
2948
2949 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2950
2951         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
2952         specs.
2953
2954 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2955
2956         * gnus.el (gnus-email-address): Move it here.
2957
2958         * gnus-art.el (article-de-quoted-unreadable): Read charset if
2959         requested.
2960         (article-de-base64-unreadable): Ditto.
2961         (article-wash-html): Ditto.
2962
2963 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2964
2965         * message.el (message-options-set-recipient): Don't add ", "
2966         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
2967
2968 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2969
2970         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
2971
2972 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2973
2974         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
2975         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
2976
2977         * nnrss.el (nnrss-node-text): Node might be nil.
2978
2979 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2980
2981         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
2982         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
2983
2984         * nnrss.el (nnrss-group-alist): More items.
2985
2986 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2987
2988         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
2989
2990 2001-06-03  Dale Hagglund  <rdh@best.com>
2991
2992         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
2993        restrict clauses.
2994
2995 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2996
2997         From Benjamin Rutt <brutt+news@bloomington.in.us>
2998
2999         * message.el (message-wide-reply-confirm-recipients): New variable.
3000
3001 2001-06-06  Mark Thomas  <mthomas@edrc.cmu.edu>
3002
3003         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
3004         fix so it works with XEmacs.
3005
3006 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3007
3008         * nnrss.el (nnrss-retrieve-headers): Support description as extra
3009         headers.
3010
3011 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3012
3013         * nnrss.el: Fix a few bugs.
3014
3015 2001-06-05  Simon Josefsson  <jas@extundo.com>
3016
3017         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
3018         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
3019
3020 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
3021
3022         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
3023         binary so that we don't transmit ISO 2022 garbage to the process.
3024         This is needed under XEmacs.
3025
3026 2001-06-03  Simon Josefsson  <simon@josefsson.org>
3027
3028         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
3029         autoloaded incorrectly below because ssl-program-* is bound.)
3030         Thanks to Amos Gouaux for report.
3031
3032 2001-06-02  Simon Josefsson  <simon@josefsson.org>
3033
3034         * imap.el (imap-kerberos4-open):
3035         (imap-gssapi-open):
3036         (imap-ssl-open):
3037         (imap-network-open):
3038         (imap-shell-open):
3039         (imap-starttls-open): Set buffer to workaround spurious
3040         `accept-process-output' buffer changes.  Thanks to Mats Lidell
3041         <Mats.Lidell@contactor.se> for report and partial patch and Jake
3042         Colman <colman@ppllc.com> for report.
3043
3044 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3045
3046         * gnus-sum.el (gnus-summary-catchup): New argument.
3047         (gnus-summary-catchup-from-here): New function.
3048
3049 2001-05-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3050
3051         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
3052         back, then insert glyph.  (Before, the glyph was inserted first,
3053         then the newline.)  This works around a behavior in XEmacs where
3054         it is not possible to insert a character after a glyph which is at
3055         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
3056
3057 2001-05-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3058
3059         From Jaap-Henk Hoepman (jhh@xs4all.nl).
3060
3061         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
3062         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
3063         mm-destroy-postponed-undisplay-list): New functions.
3064         (mm-display-external): Use them.
3065
3066 2001-05-27  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3067
3068         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
3069         `default-low' when evaluating `gnus-summary-highlight'.
3070         From Raja R Harinath <harinath@cs.umn.edu>.
3071
3072 2001-05-27  Simon Josefsson  <simon@josefsson.org>
3073
3074         * message.el (message-yank-cited-prefix): New variable.
3075         (message-indent-citation): Use it.
3076
3077         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
3078         as details.
3079         (mml2015-mailcrypt-clear-verify): Ditto.
3080
3081 2001-05-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3082         From Nevin Kapur <nevin@jhu.edu>.
3083
3084         * gnus-sum.el (gnus-summary-default-high-score,
3085         gnus-summary-default-low-score): New variables.
3086         (gnus-summary-highlight): Use them.
3087
3088 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
3089
3090         * message.el (message-mail): pass the 'send-actions argument to
3091         `message-setup'.
3092
3093 2001-05-16  Simon Josefsson  <simon@josefsson.org>
3094         From Raymond Scholz <ray-2001@zonix.de>
3095
3096         * gnus-art.el (gnus-mime-view-part-as-charset):
3097         (gnus-mime-internalize-part): Doc fixes.
3098
3099 2001-05-11  Simon Josefsson  <simon@josefsson.org>
3100
3101         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
3102         status lines without any text ("^215$").
3103
3104 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3105
3106         * nnrss.el (nnrss-check-group): Reverse.
3107
3108 2001-05-07  Simon Josefsson  <simon@josefsson.org>
3109
3110         * message.el (message-get-reply-headers):
3111         (message-followup): Fix typo, suggested by David Green
3112         <dgreen@uab.edu>
3113
3114 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3115
3116         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
3117
3118         * nnrss.el (nnrss-open-server): Read server data when it is called.
3119         (nnrss-request-expire-articles): Fix.
3120
3121 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3122
3123         * message.el (message-do-send-housekeeping): mail-abbrevs may
3124         rename buffer behind Gnus.
3125
3126 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3127
3128         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
3129         (nnrss-group-alist): Add more resources.
3130         (nnrss-check-group): Ignore errors.
3131
3132 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3133
3134         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
3135
3136         * nnslashdot.el (nnslashdot-request-list): Add time.
3137         (nnslashdot-request-expire-articles): New.
3138
3139         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
3140         secondary methods too.
3141
3142 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3143
3144         * message.el (message-use-followup-to): Set default value to t.
3145
3146 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
3147
3148         * message.el (message-dont-reply-to-names): Fix documentation.
3149         (message-get-reply-headers): Use Mail-Followup-To only for wide
3150         replies.
3151
3152 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3153
3154         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
3155         correctly.
3156         (nnrss-check-group): Use time.
3157
3158 2001-05-01 19:21:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3159
3160         * gnus.el: Oort Gnus v0.03 is released.
3161
3162 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3163
3164         * nnultimate.el (nnultimate-topic-article-to-article): Use the
3165         group.
3166
3167 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3168
3169         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
3170
3171 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3172
3173         * nnultimate.el (nnultimate-retrieve-headers): Return all
3174         available headers.
3175
3176         * gnus-sum.el (gnus-read-all-available-headers): New variable.
3177         (gnus-get-newsgroup-headers-xover): Use it.
3178
3179 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3180
3181         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
3182
3183 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3184
3185         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
3186
3187 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3188
3189         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
3190         disable it.
3191
3192         * gnus.el (gnus-info-nodes): Remove a few The's.
3193
3194 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3195
3196         * mail-source.el (mail-source-movemail): Call-process may return a
3197         signal description string.
3198
3199         * gnus-start.el (gnus-read-newsrc-el-file):
3200         gnus-newsrc-file-version may be nil.
3201
3202         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
3203         Suggested by Michael Sperber [Mr. Preprocessor]
3204         <sperber@informatik.uni-tuebingen.de>.
3205
3206 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
3207
3208         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
3209
3210 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
3211
3212         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
3213         fontify HANDLE.
3214
3215 2001-04-18  Simon Josefsson  <simon@josefsson.org>
3216
3217         * smime.el (smime-ask-passphrase): Rework to return value.
3218         (smime-sign-region): Rework to bind value and use it.
3219         (smime-decrypt-region): Ditto.
3220
3221 2001-04-18  Mathias Herberts <Mathias.Herberts@iroise.net>
3222         Committed by Simon Josefsson  <simon@josefsson.org>
3223
3224         * smime.el (smime-ask-passphrase): New function.
3225         (smime-sign-region): Use it.
3226         (smime-encrypt-cipher): New variable.
3227         (smime-decrypt-region): Ditto.
3228
3229 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
3230         Committed by Simon Josefsson  <simon@josefsson.org>
3231
3232         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
3233         the log.
3234
3235 2001-04-14 01:14:42 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3236
3237         *gnus.el: Oort Gnus v0.02 is released.
3238
3239 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
3240
3241         * gnus.el: Oort Gnus v0.01 is released.
3242
3243 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3244
3245         * gnus-sum.el (gnus-summary-highlight): Highlight read
3246         undownloaded articles as read articles.
3247
3248         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
3249         (gnus-agent-get-undownloaded-list): Mark all undownloaded
3250         articles, even read ones, as such.
3251
3252         * gnus-sum.el (gnus-summary-find-matching): Clean up.
3253         (gnus-find-matching-articles): New function.
3254         (gnus-summary-limit-include-matching-articles): New command.
3255         (gnus-summary-limit-include-thread): Include articles that have
3256         matching subjects.
3257         (gnus-offer-save-summaries): Clean up.
3258
3259 2001-04-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3260
3261         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
3262
3263 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3264         From Jason Merrill <jason_merrill@redhat.com>
3265
3266         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
3267
3268 2001-04-10 08:01:15  Katsumi Yamaoka <yamaoka@jpl.org>
3269         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
3270
3271         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
3272         newsgroup names when the original article is a news message.
3273
3274 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3275
3276         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
3277         supported. Suggest by Jim Meyering <jim@meyering.net>.
3278
3279 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
3280         Committed by Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
3281
3282         * nnmail.el (nnmail-split-it): Added check for .* at the end of
3283         regexp in nnmail-split-fancy.
3284
3285 2001-04-10  Simon Josefsson  <simon@josefsson.org>
3286
3287         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
3288
3289 2001-04-10  Colin Marquardt <colin.marquardt@usa.alcatel.com>
3290
3291         * message.el (message-send-mail): Improve the interaction with the
3292         user.
3293
3294 2001-04-10  Simon Josefsson  <simon@josefsson.org>
3295
3296         * imap.el (imap-message-copy): Work around buggy servers that
3297         doesn't send TRYCREATE tags.
3298
3299 2001-04-09 01:15:54  Katsumi Yamaoka <yamaoka@jpl.org>
3300
3301         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
3302
3303 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3304
3305         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
3306         date.
3307
3308 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3309
3310         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
3311         lives.
3312
3313 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3314
3315         * gnus-art.el (gnus-parse-news-url): New function.
3316         (gnus-button-handle-news): New function.
3317         (gnus-button-alist): Point to new functions.
3318
3319         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
3320
3321         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
3322         gnus-format-specs.
3323
3324         * message.el (message-check-news-header-syntax): Question even
3325         when Gnus doesn't know the group names.
3326         (message-send-news): Clean up.
3327
3328         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
3329         exited on purpose without saving.
3330
3331         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
3332
3333 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3334
3335         * gnus-score.el (gnus-score-orphans): Clean up.
3336
3337         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
3338
3339         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
3340         later.
3341
3342         * gnus-start.el (gnus-close-all-servers): Find the right items to
3343         close.
3344
3345         * qp.el (quoted-printable-decode-region): Just message
3346         malformation; don't quit.
3347
3348 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3349         From Gerd Moellmann <gerd@gnu.org>.
3350
3351         * gnus.el (gnus-interactive): A typo.
3352
3353 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
3354         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
3355
3356         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
3357         `assq-delete-all', if that function exists; otherwise use the old
3358         definition. Documentation changed to match the one in
3359         `assq-delete-all'.
3360
3361 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3362
3363         * gnus-start.el (gnus-close-all-servers): New function.
3364
3365         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
3366         (gnus-server-remove-denials): Clean up.
3367
3368         * gnus-sum.el (gnus-summary-sort-by-original): New command and
3369         keystroke.
3370
3371 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3372
3373         * message.el (message-send-news): Message where we are sending.
3374         (message-send-mail): Ditto.
3375
3376         * gnus.el (gnus-server-string): New function.
3377
3378         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
3379
3380         * mm-decode.el (mm-default-directory): Customized.
3381         (mm-tmp-directory): Ditto.
3382
3383         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
3384         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
3385         or Chars.
3386         (gnus-summary-line-format-alist): ?l is now a string.
3387         (gnus-summary-prepare-threads): Output ? for unknown lines.
3388         (gnus-summary-insert-line): Ditto.
3389         (gnus-summary-print-article): Unbalanced parentheses.
3390
3391         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
3392         out whether new stuff has arrived.
3393
3394 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
3395
3396         * gnus-sum.el: Let printing work on ttys on Emacs.
3397
3398 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3399
3400         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
3401         when forcing news.
3402
3403         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
3404         command.
3405
3406 2001-03-31 01:04:54  Francis Litterio  <franl-removethis@world.omitthis.std.com>
3407
3408         * message.el (message-set-auto-save-file-name): Don't use
3409         asterisks under nt.
3410
3411 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3412
3413         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
3414         lists of articles.
3415
3416         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
3417
3418         * gnus-msg.el (gnus-put-message): Clean up.
3419         (gnus-summary-reply): Mark all replied-to articles as replied to.
3420         (gnus-inews-add-send-actions): Also mark as forwarded.
3421         (gnus-summary-mail-forward): Mark as forwarded.
3422
3423         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
3424         of articles.
3425         (gnus-summary-mark-article-as-forwarded): Ditto.
3426
3427         * gnus-msg.el (gnus-summary-resend-message): Mark article as
3428         forwarded.
3429         (gnus-summary-mail-forward): Clean up.
3430
3431         * gnus.el (gnus-article-mark-lists): Added forward.
3432
3433         * gnus-sum.el (gnus-forwarded-mark): New variable.
3434         (gnus-summary-prepare-threads): Use it.
3435         (gnus-summary-update-secondary-mark): Ditto.
3436         (gnus-newsgroup-forwarded): New variable.
3437
3438 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3439
3440         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
3441         (gnus-summary-very-wide-reply): New command and keystroke.
3442         (gnus-summary-very-wide-reply-with-original): Ditto.
3443
3444         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
3445         (gnus-score-adaptive): Use it.
3446
3447         * gnus-start.el (gnus-get-unread-articles): Clean up.
3448
3449 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3450
3451         * nnultimate.el (nnultimate-retrieve-headers): Work for other
3452         boards.
3453
3454 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
3455
3456         * gnus-start.el:
3457         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
3458         * gnus-start.el (gnus-subscribe-newsgroup): use it.
3459
3460
3461 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3462
3463         * nnultimate.el (nnultimate-retrieve-headers): Understand
3464         long-form month names.
3465
3466 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3467
3468         * gnus-sum.el (gnus-summary-show-all-headers):
3469         gnus-article-show-all-headers is broken. Use
3470         gnus-summary-toggle-header instead.
3471
3472         * mml2015.el (mml2015-gpg-extract-from): No error.
3473
3474 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3475         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
3476
3477         * mml2015.el (mml2015-gpg-extract-from): New function.
3478         (mml2015-gpg-verify): Use it.
3479         (mml2015-gpg-clear-verify): Use it.
3480
3481 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3482
3483         * message.el (message-setup-fill-variables): Use
3484         fill-paragraph-function.
3485         (message-fill-paragraph): Take an argument.
3486         (message-newline-and-reformat): Take another argument.
3487
3488 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3489
3490         * message.el (rmail-output): It is in rmailout.el not rmail.el.
3491
3492 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3493
3494         * message.el (message-forward): local-variable-p takes an extra
3495         argument in XEmacs.
3496
3497 2001-03-16  Simon Josefsson  <simon@josefsson.org>
3498
3499         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
3500         `nnimap-use-nov-p' (it really tested the negative).
3501         (nnimap-retrieve-headers): Use it.
3502
3503 2001-03-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3504
3505         * message.el (message-generate-headers-first): Update doc.
3506
3507 2001-03-10  Matthias Wiehl <mwiehl@gmx.de>
3508
3509         * gnus.el (gnus-summary-line-format): Typo.
3510
3511 2001-03-11  Simon Josefsson  <simon@josefsson.org>
3512
3513         * mailcap.el (mailcap-mime-data): Add application/sieve.
3514         (mailcap-mime-extensions): Add .siv, .xls.
3515
3516 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3517         From Christoph Conrad <christoph.conrad@gmx.de>
3518
3519         * gnus-score.el (gnus-summary-lower-thread): Typo.
3520
3521 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3522
3523         * message.el (message-forward-decoded-p): New variable.
3524         (message-forward-subject-author-subject): Use it.
3525         (message-make-forward-subject): Use it.
3526         (message-forward): Use it.
3527
3528         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
3529
3530         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
3531         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
3532
3533 ;;Has been fixed -- zsh.
3534 ;;2001-03-05  Dave Love  <fx@gnu.org>
3535 ;;
3536 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
3537 ;;      Move it after definition of mm-coding-system-p.
3538 ;;
3539 2001-03-01  Dave Love  <fx@gnu.org>
3540
3541         * mm-util.el (mm-inhibit-file-name-handlers): Add
3542         image-file-handler.
3543
3544 2001-02-11  Dave Love  <fx@gnu.org>
3545
3546         * message.el (message-signature-file): Fix doc, :type.
3547
3548 2001-02-08  Dave Love  <fx@gnu.org>
3549
3550         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
3551         (message-posting-charset): Defvar when compiling again.
3552         (rfc2047-encodable-p): Require message.
3553
3554         * gnus-sum.el (gnus-alter-articles-to-read-function):
3555         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
3556
3557 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3558
3559         * nnrss.el: New file.
3560
3561 2001-03-08 02:41:36  Katsumi Yamaoka <yamaoka@jpl.org>
3562         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
3563
3564         * rfc2047.el (rfc2047-unfold-region): Fix arg of
3565         `skip-chars-forward'.
3566
3567 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3568
3569         * nndraft.el (nndraft-request-group): Restore auto save files if
3570         the original files do not exist.
3571
3572 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3573
3574         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
3575         SCORE paths.
3576
3577         * mm-decode.el (mm-dissect-buffer): Call
3578         mail-extract-address-components only if necessary.
3579
3580 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3581
3582         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
3583         directory part.
3584         (gnus-score-search-global-directories): Use file-directory-p.
3585
3586         * gnus-score.el (gnus-score-score-files-1): Use
3587         gnus-kill-files-directory.
3588         From Adrian Aichner <adrian@xemacs.org>.
3589
3590 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3591
3592         * gnus.el (charset): Move here from gnus-sum.el.
3593
3594 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3595
3596         * mml.el (mml-preview): Disable local map.
3597
3598         * gnus-sum.el (gnus-summary-make-menu-bar): Make
3599         gnus-article-post-menu here.
3600
3601         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
3602         if it has not been made.
3603
3604 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3605
3606         * gnus-art.el (gnus-article-describe-key): Map key to event.
3607         (gnus-article-describe-key-briefly): Ditto
3608
3609 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3610
3611         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
3612
3613 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3614         From Katsumi Yamaoka <yamaoka@jpl.org>.
3615
3616         * dgnushack.el (coerce, merge, subseq): defmacro.
3617
3618 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3619
3620         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
3621         A fake defalias in nndraft.el results a not-activated bug in
3622         uncompiled versions.
3623
3624 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
3625         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
3626
3627         * gnus-util.el (gnus-split-references): Handle malformed References:.
3628
3629 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3630
3631         * gnus-art.el (gnus-article-mime-part-status): 1 part.
3632
3633 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3634         From NAGY Andras <nagya@inf.elte.hu>.
3635
3636         * gnus.el (gnus-parameters): Typo.
3637
3638 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3639
3640         * gnus.el (gnus-read-method): Remove redundancy.
3641
3642 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3643
3644         * nnslashdot.el (nnslashdot-backslash-url): New.
3645         (nnslashdot-request-list): Use it.
3646
3647 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3648
3649         * nnml.el (nnml-generate-active-info): Fix the case when there is
3650         no file.
3651
3652         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
3653         (gnus-summary-create-article): New.
3654
3655         * gnus-group.el (gnus-group-mark-article-read): New.
3656
3657         * gnus-msg.el (gnus-inews-do-gcc): Use it.
3658
3659         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
3660
3661 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3662
3663         * gnus-art.el (gnus-article-edit-done): Don't use
3664         gnus-article-edit-exit.
3665         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
3666
3667         * gnus.el (gnus-parameters): New.
3668         Suggested by NAGY Andras <nagya@inf.elte.hu>.
3669         (gnus-parameters-get-parameter): New.
3670         (gnus-group-find-parameter): Use it.
3671
3672 2001-02-23  Simon Josefsson  <simon@josefsson.org>
3673
3674         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
3675         change of default value to `current'.
3676
3677 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3678
3679         * nneething.el (nneething-get-head): Insert unreadable file too.
3680
3681 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3682
3683         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
3684
3685         * webmail.el (webmail-type-definition): Deja is bought by google.
3686
3687 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3688
3689         * gnus-sum.el (gnus-fetch-headers): New.
3690         (gnus-select-newsgroup): Use it.
3691         (gnus-summary-insert-articles): New.
3692         (gnus-summary-insert-old-articles): New.
3693         (gnus-summary-insert-new-articles): New.
3694
3695         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
3696         (gnus-group-list-active): Ditto.
3697         * gnus-sum.el (gnus-set-mode-line): Ditto.
3698         (gnus-summary-read-group-1): Ditto.
3699
3700 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3701
3702         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
3703         current topic.
3704
3705 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3706
3707         * smiley.el (gnus-smiley-display): Don't do widening.
3708
3709         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
3710         within body.
3711
3712         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
3713
3714         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
3715         New.
3716         (gnus-mime-display-multipart-related-as-mixed): New.
3717         (gnus-mime-display-part): Use them.
3718
3719 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3720
3721         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
3722         something special.
3723
3724 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3725
3726         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
3727         (nnweb-request-article): Call reference if exists.
3728         (nnweb-type-definition): Dejanews is bought by google.com.
3729         Beta!
3730
3731 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3732
3733         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
3734
3735 2001-02-19  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3736
3737         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
3738         gnus-article-sort-functions.
3739         (gnus-article-sort-functions): Doc fix.  Refer to
3740         gnus-thread-sort-functions.
3741
3742 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3743         From Paul Jarc <prj@po.cwru.edu>.
3744
3745         * message.el (message-get-reply-headers): More fixes.
3746
3747 2001-02-17  Paul Jarc <prj@po.cwru.edu>
3748         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
3749
3750         * message.el (message-get-reply-headers): Fix bug with
3751         Mail-Followup-To/to-address interaction.
3752
3753 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3754
3755         * gnus-msg.el (gnus-configure-posting-styles): Match header in
3756         gnus-article-copy.
3757
3758 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3759
3760         * message.el (message-do-send-housekeeping): Rename to a better
3761         name.
3762
3763 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3764
3765         * message.el (message-cancel-news): Check article first, then ask
3766         yes or no.
3767
3768 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3769
3770         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
3771
3772 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3773
3774         * gnus-range.el (gnus-range-normalize): New function.
3775
3776 2001-02-15  NAGY Andras <nagya@inf.elte.hu>
3777
3778         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
3779
3780 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3781
3782         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
3783
3784         * nnagent.el (nnagent-request-regenerate): New.
3785
3786         * nnfolder.el (nnfolder-request-regenerate): Deffoo.
3787
3788         * nnml.el (nnml-generate-nov-databases): Accept argument
3789         server. Don't open server if it is opened.
3790         (nnml-request-regenerate): Use it. Change to deffoo.
3791
3792 2001-02-14  Katsumi Yamaoka <yamaoka@jpl.org>
3793         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
3794
3795         * gnus.el (gnus-define-group-parameter): Fix.
3796
3797 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3798
3799         * gnus.el (gnus-define-group-parameter): Improved.
3800
3801         * gnus-sum.el (charset): Define parameter.
3802         (ignored-charsets): Ditto.
3803         (gnus-summary-setup-default-charset): Use them.
3804
3805         * gnus-start.el (gnus-read-descriptions-file): Use them.
3806
3807         * gnus-cus.el (gnus-group-parameters): Remove them.
3808
3809 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3810
3811         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
3812
3813 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3814
3815         * gnus-sum.el (gnus-summary-read-group-1): Remove
3816         gnus-summary-set-local-parameters.
3817         (gnus-summary-setup-buffer): Put it here.
3818
3819 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3820
3821         * gnus.el (to-address): Define parameter.
3822         (to-list): Ditto.
3823         * gnus-art.el (article-hide-boring-headers): Use them.
3824         * gnus-msg.el (gnus-post-news): Ditto.
3825         * gnus-cus.el (gnus-group-parameters): Remove them.
3826
3827 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3828
3829         * gnus-draft.el (gnus-draft-reminder): New.
3830
3831         * gnus-art.el (gnus-sender-save-name): New.
3832
3833 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3834
3835         * mm-util.el (mm-mime-charset): Error message.
3836
3837 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3838
3839         * message.el (message-check-news-body-syntax): Don't check mml lines.
3840
3841 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3842
3843         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
3844         subscribe.
3845
3846         * gnus-start.el (gnus-call-subscribe-functions): New.
3847         (gnus-find-new-newsgroups): Use it.
3848         (gnus-ask-server-for-new-groups): Use it.
3849         (gnus-check-first-time-used): Use it.
3850         (gnus-subscribe-newsgroup-method): Grok a list of functions.
3851         (gnus-subscribe-options-newsgroup-method): Ditto.
3852         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
3853         return .
3854
3855 2001-02-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3856
3857         * gnus-cus.el (gnus-score-customize): Doc fix.
3858
3859 2001-02-11  Jesper Harder <harder@ifa.au.dk>
3860
3861         * dgnushack.el (my-getenv): Typo.
3862
3863 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3864
3865         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
3866
3867 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3868
3869         * gnus-group.el (gnus-group-suspend): Offer save summaries.
3870
3871         * gnus-art.el (gnus-treat-leading-whitespace): New.
3872         (gnus-treatment-function-alist): Use it.
3873         (article-remove-leading-whitespace): New.
3874         (gnus-article-make-menu-bar): Use it.
3875
3876         * gnus-sum.el (gnus-summary-wash-empty-map): Add
3877         remove-leading-whitespace.
3878         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
3879         because of conflict.
3880
3881 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3882
3883         * Makefile.in: Hack generating gnus-load.el.
3884         * dgnushack.el: Ditto.
3885         * gnus-load.el: Remove it.
3886
3887 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3888
3889         * dgnushack.el : Add URLDIR.
3890
3891         * Makefile.in (EMACS_COMP): Ditto.
3892
3893 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3894
3895         * gnus-cus.el (gnus-score-customize): Error on no score file.
3896
3897 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3898
3899         * mm-decode.el (mm-merge-handles): New function.
3900
3901         * mm-view.el (mm-inline-message): Use it.
3902         (mm-view-message): Ditto.
3903
3904         * mm-partial.el (mm-inline-partial): Ditto.
3905
3906         * mm-extern.el (mm-inline-external-body): Ditto.
3907
3908         * gnus-art.el (gnus-mime-view-part): Ditto.
3909         (gnus-mime-view-part-as-type): Ditto.
3910         (gnus-mime-save-part-and-strip): Prevent users to strip in some
3911         cases.
3912
3913 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3914
3915         * message.el (message-cancel-news): Allow to shoot foot.
3916         (message-supersede): Ditto.
3917
3918 2001-02-08  Tommi Vainikainen <thv@iki.fi>
3919
3920         * gnus-sum.el (gnus-simplify-subject-re): Use
3921         message-subject-re-regexp.
3922
3923 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3924
3925         * nnmail.el (nnmail-expiry-target-group): Bind
3926         nnmail-cache-accepted-message-ids to nil.
3927
3928         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
3929         coding system.
3930
3931 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3932
3933         * qp.el (quoted-printable-encode-region): Make sure characters are
3934         between 00 and FF.  Don't check charset.
3935
3936         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
3937         in Emacs 20.
3938         * rfc2047.el (rfc2047-q-encode-region): Ditto.
3939
3940 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3941
3942         * message.el (message-make-forward-subject): Argument decoded.
3943         (message-forward): Use it when digest.
3944
3945         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
3946         buffer.
3947
3948 2001-02-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3949
3950         * message.el (message-generate-headers-first): Doc fix.
3951
3952 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3953
3954         * gnus-art.el (article-make-date-line): Error proof.
3955
3956 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3957
3958         * gnus-group.el (gnus-group-listing-limit): New.
3959         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
3960
3961         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
3962
3963 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3964
3965         * message.el (message-newline-and-reformat): Special case for
3966         breaking at BOL.
3967
3968 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
3969
3970         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
3971         message/rfc822.
3972
3973 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3974
3975         * message.el (message-encode-message-body): Don't insert
3976         Content-Type if it is inside a mail.
3977
3978 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3979
3980         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
3981         gnus-article-commands-menu.
3982
3983         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
3984         in Emacs.
3985
3986         * gnus-start.el (gnus-read-descriptions-file): Use
3987         gnus-group-name-charset and gnus-group-charset-alist.
3988
3989 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3990
3991         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
3992         active region.
3993
3994         * gnus-start.el (gnus-group-change-level): Remove from both
3995         gnus-zombie-list and gnus-killed-list.
3996
3997 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3998
3999         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
4000         gnus-subscribe-topics.
4001
4002         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
4003
4004 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4005
4006         * gnus-art.el (gnus-article-make-menu-bar): Make
4007         gnus-article-post-menu.
4008
4009         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
4010
4011         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
4012
4013         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
4014
4015         * message.el (message-mode-menu): Ditto.
4016
4017         * gnus-art.el (defvar): eval-when-compile.
4018
4019 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4020
4021         * gnus-agent.el (gnus-agentize): Fix doc.
4022
4023 2001-02-02  Karl Kleinpaste <karl@charcoal.com>
4024
4025         * mml.el (mml-preview): Bind `q'.
4026
4027 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4028
4029         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
4030
4031 2001-01-31  Dave Love  <fx@gnu.org>
4032
4033         * mm-util.el (mm-mime-mule-charset-alist)
4034         (mm-find-mime-charset-region): Consider mule-utf-8.
4035
4036 2001-01-31  Dave Love  <fx@gnu.org>
4037
4038         * gnus-art.el (gnus-article-x-face-command)
4039         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
4040         :version.
4041
4042 2001-01-26  Dave Love  <fx@gnu.org>
4043
4044         * mm-util.el (mm-multibyte-string-p): New.
4045
4046 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
4047 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
4048 ;;      string-as-multibyte on class.  Clarify line-folding.
4049         (quoted-printable-encode-string): Make temp buffer inherit
4050         string's multibyteness.
4051
4052 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
4053
4054         * nnheader.el (toplevel): Don't require `gnus-util' at
4055         compile-time; this creates a circular dependency, and prevents
4056         a bootstrap.
4057
4058 2001-01-22  Andreas Schwab  <schwab@suse.de>
4059
4060         * nnheader.el (gnus-delete-line): Autoload it as a macro.
4061
4062 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4063
4064         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
4065
4066         * gnus-art.el (article-hide-list-identifiers): Ditto.
4067
4068         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
4069
4070 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4071
4072         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
4073
4074         * gnus-art.el (article-hide-list-identifiers): Similar.
4075
4076 2001-01-31  Karl Kleinpaste <karl@charcoal.com>
4077
4078         * nnmail.el (nnmail-remove-list-identifiers): Improved.
4079
4080 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4081
4082         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
4083
4084 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4085
4086         * gnus-util.el (gnus-string-equal): New function.
4087
4088         * gnus-art.el (article-hide-boring-headers): Use it.
4089
4090 2001-01-27  Karl Kleinpaste <karl@charcoal.com>
4091
4092         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
4093
4094 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4095
4096         * gnus-msg.el (gnus-msg-mail): Support switch-action.
4097
4098 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4099
4100         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
4101         command if there is not last-saver.
4102
4103 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4104
4105         * nntp.el (nntp-open-connection): 201 is possible.
4106
4107 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4108
4109         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
4110         (rfc2047-charset-encoding-alist): Add big5.
4111
4112 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4113
4114         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
4115         (gnus-agent-remove-server): Ditto.
4116         (autoload): gnus-server-update-server.
4117
4118         * gnus-srvr.el (gnus-server-line-format): Add %a.
4119         (gnus-server-line-format-alist): Add gnus-tmp-agent.
4120         (gnus-server-insert-server-line): Use it.
4121
4122 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4123
4124         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
4125         GB2312 and Big5.
4126
4127 2001-01-24  Simon Josefsson  <sj@extundo.com>
4128
4129         * mail-source.el (mail-sources): Add :program specifier to IMAP
4130         mail source.
4131         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
4132
4133 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4134
4135         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
4136
4137 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4138
4139         * nntp.el (nntp-wait-for): Return the success code.
4140         (nntp-open-connection): Use it.
4141
4142 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4143
4144         * gnus-int.el (gnus-check-server): Allow breaking the opening.
4145
4146 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4147
4148         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
4149
4150 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4151
4152         * gnus-sum.el (gnus-summary-print-article): Take one prefix
4153         argument. Allow to print several articles in one file.
4154
4155 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4156
4157         * webmail.el (webmail-type-definition): netaddress changes.
4158
4159 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4160
4161         * gnus.el: Fix copyright. Remove trailing spaces.
4162
4163         * message.el (message-forward): Use mule4.
4164
4165 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4166
4167         * mm-util.el (mm-string-as-unibyte): New.
4168
4169         * message.el (message-forward): Use it.
4170
4171 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4172
4173         * message.el (message-cite-original-without-signature): Don't peel
4174         off the blank line.
4175         (message-get-reply-headers): Add Cc if it is not in follow-to.
4176
4177 2001-01-20  Simon Josefsson  <sj@extundo.com>
4178
4179         * mm-decode.el (mm-handle-multipart-from): Add.
4180         (mm-dissect-buffer): Save From: header value.
4181         (mm-security-from): Remove.
4182         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
4183
4184         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
4185         instead of `mml-security-from'.  Protect null from value.
4186
4187 2001-01-20  Simon Josefsson  <sj@extundo.com>
4188
4189         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
4190         application/vnd.ms-excel attachments.
4191
4192 2001-01-19  Simon Josefsson  <sj@extundo.com>
4193
4194         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
4195
4196 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4197
4198         * message.el (message-ignored-mail-headers): Ditto.
4199
4200 2001-01-19  Simon Josefsson  <sj@extundo.com>
4201
4202         * message.el (message-ignored-news-headers): Only search beginning
4203         of line.
4204
4205 2001-01-19  Alberto Lusiani <a.lusiani@noemail.org>
4206
4207         * message.el (message-send-mail): Content-Type may not be there.
4208
4209 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4210
4211         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
4212         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
4213
4214         * gnus-art.el (article-display-x-face): Insert X-Face if there is
4215         not.
4216
4217 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4218
4219         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
4220         non-native groups.
4221
4222 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4223
4224         * message.el (message-yank-original): Understand
4225         universal-argument.
4226
4227 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4228
4229         * gnus-art.el (gnus-boring-article-headers): Add to-address.
4230         (article-hide-boring-headers): Ditto.
4231
4232         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
4233
4234 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4235
4236         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
4237         one.
4238
4239 2001-01-16  Simon Josefsson  <simon@josefsson.org>
4240
4241         * message.el (message-make-in-reply-to): Add comment to message-id
4242         (old syntax, see 2000-08-02 change).
4243
4244 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4245
4246         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
4247         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
4248         (gnus-button-reply): Ditto.
4249
4250 2001-01-16  Katsumi Yamaoka <yamaoka@jpl.org>
4251
4252         * gnus-art.el (article-display-x-face): Fix.
4253
4254 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4255
4256         * gnus-art.el (article-display-x-face): Use
4257         gnus-original-article-buffer.
4258
4259 2001-01-15  Jack Twilley <jmt@tbe.net>
4260
4261         * message.el (message-add-header): Move to point-max.
4262
4263 2001-01-15  Simon Josefsson  <simon@josefsson.org>
4264
4265         * smime.el (smime-CA-directory, smime-CA-file): Change default to
4266         nil, improve documentation.
4267         (smime-certificate-directory): Comment out false hints (until it
4268         is implemented).
4269
4270         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
4271         there aren't any keys.
4272         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
4273         verify certificate.  Default is changed to only check integrity.
4274         Improved security status texts.  If a certificate doesn't contain
4275         a email address, don't fail.
4276
4277         * smime.el (smime-noverify-region):
4278         (smime-noverify-buffer): New functions.  Verifies integrity only.
4279
4280 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4281
4282         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
4283
4284 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4285
4286         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
4287         (gnus-remove-some-windows): Ditto.
4288
4289 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4290
4291         * gnus-art.el (article-make-date-line): 11th.
4292
4293 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4294
4295         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
4296         (mml2015-gpg-sign): Ditto.
4297
4298 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4299
4300         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
4301         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
4302
4303 2001-01-08  Dave Love  <fx@gnu.org>
4304
4305         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
4306         single character.
4307
4308         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
4309
4310         * message.el: Doc and message fixes.
4311         (message-send-rename-function)
4312         (message-make-forward-subject-function)
4313         (message-send-mail-function, message-reply-to-function)
4314         (message-wide-reply-to-function, message-followup-to-function)
4315         (message-distribution-function, message-auto-save-directory): Fix
4316         :type.
4317
4318         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
4319         proceeding after warnings.  Amend multipart warning message.
4320
4321 2001-01-04  Dave Love  <fx@gnu.org>
4322
4323         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
4324         compiling.
4325         (gnus-make-directory): Require nnmail.
4326
4327         * mm-decode.el (mm-inline-media-tests): Add
4328         image/x-portable-bitmap.
4329         (mm-get-image): Grok pbm.
4330
4331 2001-01-10  Paul Stevenson <p.stevenson@surrey.ac.uk>
4332
4333         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
4334
4335 2001-01-09  Didier Verna  <didier@xemacs.org>
4336
4337         * dgnushack.el (dgnushack-compile): give a dummy value to
4338         `gnus-xmas-glyph-directory' for the time of compilation.
4339         * gnus-agent.el: moved some XEmacs specific hook add-ons from
4340         `gnus-xmas-[re]define' to avoid loosing user custom settings.
4341         * gnus-art.el: ditto.
4342         * gnus-group.el: ditto.
4343         * gnus-salt.el: ditto.
4344         * gnus-sum.el: ditto.
4345         * gnus-topic.el: ditto.
4346         * gnus-xmas.el (gnus-xmas-define): see above.
4347         * gnus-xmas.el (gnus-xmas-redefine): see above.
4348         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
4349         non-continuable error when the directory can't be found.
4350
4351 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4352
4353         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
4354         handle.
4355         * gnus-art.el (gnus-mime-view-part): Copy it.
4356         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
4357
4358 2001-01-09  Michael Downes <mjd@ams.org>
4359
4360         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
4361
4362 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4363
4364         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
4365         orig-file. Use ',source.
4366
4367 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4368
4369         * gnus-xmas.el (gnus-xmas-modeline-glyph):
4370         (gnus-xmas-group-startup-message):
4371         Detect gnus-xmas-glyph-directory when it is nil.
4372
4373 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4374
4375         * pop3.el (pop3-get-message-count): Andrew Innes
4376         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
4377
4378 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4379
4380         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
4381
4382         * time-date.el (time-to-number-of-days): New function.
4383
4384 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
4385
4386         * nnslashdot.el (nnslashdot-request-list): Always get the right
4387         sid.
4388
4389 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4390
4391         * message.el (message-minibuffer-local-map): New keymap.
4392         (message-read-from-minibuffer): Use it.
4393         * gnus-msg.el (gnus-summary-resend-message): Use it
4394
4395 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4396
4397         * gnus-start.el (gnus-display-time-event-handler): New function.
4398         (gnus-after-getting-new-news-hook): Use it.
4399
4400 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4401
4402         * message.el (message-ignored-mail-headers): Add draft header.
4403
4404 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4405
4406         * gnus-sum.el (gnus-summary-expire-articles): Don't save
4407         excursion.
4408
4409         * nnslashdot.el (nnslashdot-request-list): Get the right year.
4410
4411 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
4412
4413         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
4414
4415 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4416
4417         * qp.el (quoted-printable-decode-region): Don't backward-char.
4418
4419 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4420
4421         * gnus-draft.el: Mark articles as replied.
4422
4423         * gnus-sum.el (gnus-summary-add-mark): New function.
4424
4425         * gnus-group.el (gnus-add-mark): New function.
4426
4427         * gnus-sum.el (gnus-summary-buffer-name): New function.
4428         (gnus-summary-setup-buffer): Use it.
4429
4430         * gnus-draft.el: Set things up with the right post method and
4431         stuff.
4432
4433         * message.el (message-ignored-news-headers): Remove X-Draft-From.
4434
4435         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
4436
4437         * gnus.el (gnus-draft-meta-information-header): New variable.
4438
4439 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4440
4441         * gnus-art.el (gnus-treatment-function-alist): Move the date
4442         functions before the header sorting functions.
4443
4444         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
4445
4446         * dgnushack.el (dgnushack-compile): Message whether there is w3.
4447         Don't (push "/usr/share/emacs/site-lisp" load-path).
4448
4449         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
4450         to empty fill prefixes.
4451
4452 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4453
4454         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
4455         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
4456
4457 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4458
4459         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
4460
4461         * nnml.el (autoload): Move to nnheader.el.
4462
4463         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
4464         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
4465         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
4466         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
4467
4468 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4469
4470         * gnus-art.el (article-make-date-line): Get the hours right.
4471         (gnus-ignored-headers): More hiding.
4472
4473         * nnmail.el (nnmail-expiry-wait): Not an integer.
4474
4475         * message.el (message-goto-body): Only expand abbrev when called
4476         interactively.
4477         (message-make-lines): Use it.
4478
4479 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4480
4481         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
4482
4483 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4484
4485         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
4486         include the expunged articles.
4487
4488         * gnus-group.el (gnus-group-sort-by-server): New function.
4489
4490         * gnus.el (gnus-method-to-server-name): New function.
4491         (gnus-group-prefixed-name): Use it.
4492
4493         * gnus-group.el (gnus-group-sort-function): Doc fix.
4494         (gnus-group-sort-groups-by-server): New command.
4495
4496 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4497
4498         * gnus-art.el (gnus-treat-date-english): New variable.
4499         (article-date-english): New command.
4500         (gnus-english-month-names): New variable.
4501         (article-make-date-line): Do 'english.
4502
4503         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
4504         after the fill prefix.
4505
4506         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
4507         score...".
4508
4509         * gnus-art.el (gnus-ignored-headers): Hide more headers.
4510
4511         * message.el (message-mode-map): Bind comment-region.
4512
4513         * gnus-art.el (gnus-mime-display-part): Let w3 display
4514         multipart/related.
4515
4516         * mm-bodies.el (mm-long-lines-p): New function.
4517         (mm-body-encoding): Use it.
4518         (mm-body-encoding): Encode articles with lines longer than 1000
4519         characters.
4520
4521 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4522
4523         * mm-util.el (mm-enable-multibyte): Use
4524         default-enable-multibyte-characters.
4525         (mm-enable-multibyte-mule4): Ditto.
4526         (mm-disable-multibyte): Test XEmacs.
4527         (mm-disable-multibyte-mule4): Ditto.
4528         (mm-with-unibyte-current-buffer): Simplified.
4529         (mm-with-unibyte-current-buffer-mule4): Ditto.
4530
4531 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4532
4533         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
4534
4535         * nnheader.el (nnheader-string-as-multibyte): New alias.
4536
4537         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
4538
4539         * gnus-uu.el (gnus-message-process-mark): New function.
4540         (gnus-uu-mark-by-regexp): Use it.
4541         (gnus-new-processable): New function.
4542
4543 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
4544
4545         * gnus-sum.el (gnus-no-mark): New variable.
4546
4547 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4548
4549         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
4550         backslashes.
4551
4552 2000-12-26  Katsumi Yamaoka <yamaoka@jpl.org>
4553
4554         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
4555         definition.
4556
4557 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4558
4559         * dgnushack.el (dgnushack-compile): elc is in the current directory.
4560
4561         * qp.el (quoted-printable-encode-region): Don't check multibyte in
4562         XEmacs.
4563
4564 2000-12-25  Lloyd Zusman <ljz@asfast.com>
4565
4566         * mml.el (mml-read-tag): Save tag location.
4567
4568 2000-12-25  Simon Josefsson  <simon@josefsson.org>
4569
4570         * starttls.el: Sync with Emacs 21.
4571
4572 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4573
4574         * message.el (message-mail): Support yank-action.
4575
4576         * message.el (message-setup): Revoke the last change.
4577
4578 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4579
4580         * message.el (message-setup): Use cons. Suggested by Johan Vromans
4581         <jvromans@squirrel.nl>.
4582
4583 2000-12-24  Simon Josefsson  <sj@extundo.com>
4584
4585         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
4586         mailing list junk at end of part.
4587
4588 2000-12-23  Simon Josefsson  <sj@extundo.com>
4589
4590         * nnimap.el (nnimap-expiry-target): New function.
4591         (nnimap-request-expire-articles): Use it.
4592
4593 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4594
4595         * gnus.el (gnus-group-parameters-more): New variable.
4596         * gnus-cus.el (gnus-group-customize): Use it.
4597
4598         * gnus.el (gnus-define-group-parameter): New macro.
4599         (auto-expire): Use it
4600         (total-expire): Use it.
4601         * gnus-art.el (banner): Use it.
4602
4603         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
4604         <ljz@asfast.com>.
4605
4606 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4607
4608         * gnus-topic.el (gnus-topic-create-topic): Use list.
4609
4610         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
4611         before binding gnus-default-article-saver.
4612
4613         * gnus-sum.el (gnus-summary-save-article):
4614         (gnus-summary-pipe-output):
4615         (gnus-summary-save-article-mail):
4616         (gnus-summary-save-article-rmail):
4617         (gnus-summary-save-article-file):
4618         (gnus-summary-write-article-file):
4619         (gnus-summary-save-article-body-file): Ditto.
4620
4621         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
4622
4623 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4624
4625         * gnus-art.el (gnus-mime-security-button-map):
4626         (gnus-mime-button-map): Add parent.
4627
4628 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4629
4630         * messagexmas.el (message-xmas-redefine): New function.
4631
4632         * message.el: Use it.
4633
4634         * gnus-art.el (gnus-article-check-hidden-text): Return t.
4635
4636         * gnus-util.el (gnus-remove-text-properties-when): Return t.
4637
4638 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4639
4640         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
4641         malformatted messages.
4642
4643 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4644
4645         * mm-util.el (mm-image-load-path): New function.
4646
4647         * gnus-group.el (gnus-group-make-tool-bar): Use it.
4648
4649         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
4650
4651         * message.el (message-tool-bar-map): Use it.
4652
4653         * Makefile.in (install-el): New.
4654
4655 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4656
4657         * gnus-art.el (article-treat-dumbquotes): Quote \.
4658
4659 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4660
4661         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
4662         Emacs 20 runs on a terminal.
4663
4664 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4665
4666         * gnus-msg.el (gnus-bug): Revert to save-excursion.
4667
4668         * mml.el (gnus-add-minor-mode): Autoload.
4669
4670         * message.el (message-forward): Save-restriction.
4671
4672 2000-12-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4673
4674         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
4675         Paul Stevenson <p.stevenson@surrey.ac.uk>
4676
4677 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4678
4679         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
4680
4681         * mml.el (gnus-ems): Don't require.
4682
4683         * gnus.el (gnus-decode-rfc1522): Removed.
4684         (gnus-set-text-properties): Define.
4685
4686 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4687
4688         * gnus-art.el (gnus-mime-*): handle may be nil.
4689
4690         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
4691
4692         * gnus.el (gnus-group-remove-excess-properties): Not defined
4693         in gnus-xmas.
4694
4695 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4696
4697         * message.el (message-mail-user-agent): Add :version.
4698
4699 2000-12-21  Miles Bader  <miles@gnu.org>
4700
4701         * message.el (message-mode): Set `comment-start' to the  yank prefix.
4702
4703 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4704
4705         * message.el (message-mail-user-agent): New variable.
4706         (message-setup): Renamed to message-setup-1. Support
4707         mail-user-agent.
4708         (message-mail-user-agent): New function.
4709         (message-mail): Use it.
4710         (message-reply): Use it.
4711         (message-resend): Use it.
4712         (message-mail-other-window): Use it.
4713         (message-mail-other-frame): Use it.
4714
4715         * gnus-msg.el (gnus-bug): Support mail-user-agent.
4716
4717 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4718
4719         * message.el (message-tool-bar-map): Simplify.
4720         (message-narrow-to-head-1): New function.
4721         (message-narrow-to-head): Use it.
4722         (message-reply): Ditto.
4723         (message-cancel-news): Ditto.
4724         (message-supersede): Ditto.
4725         (message-make-forward-subject): Ditto.
4726         (message-bounce): Ditto.
4727
4728 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4729
4730         * uudecode.el (uudecode-decode-region-external): make-temp-file
4731         may not be defined.
4732
4733         * binhex.el (defalias): eval-and-compile.
4734
4735         * message.el (message-tool-bar-map): New function.
4736         (message-mode): Use it.
4737
4738 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4739
4740         * nntp.el (nntp-find-connection): Remove the entry.
4741         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
4742
4743 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4744
4745         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
4746
4747         * message.el (message-forward): Copy buffer in unibyte mode.
4748
4749 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4750
4751         * message.el (message-make-forward-subject): Don't widen. Decode.
4752         (message-forward): Don't decode subject.
4753
4754 2000-12-20  Christoph Conrad <C.Conrad@cli.de>
4755
4756         * qp.el (quoted-printable-encode-region): Upcase QP.
4757
4758 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4759
4760         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
4761         mail-extract-a-c instead. Don't depend on Gnus.
4762
4763         * mml.el (gnus-ems): Require it.
4764
4765         * gnus-msg.el (gnus-summary-mail-forward):
4766
4767         * message.el (message-forward):  Move mime-to-mml here.
4768
4769 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4770
4771         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
4772         * gnus-art.el (gnus-insert-mime-button): Simplify.
4773         (gnus-mime-display-alternative): Ditto.
4774         (gnus-insert-mime-security-button): Ditto.
4775
4776 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4777
4778         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
4779         text-property-not-all doesn't return nil when start=mark(end).
4780         (gnus-remove-text-properties-when): Ditto.
4781
4782 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4783
4784         * gnus-start.el (gnus-group-change-level): Remove group from
4785         gnus-active-hashtb if real killed.
4786
4787 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4788
4789         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
4790         (gnus-mime-display-alternative): Ditto.
4791         (gnus-insert-mime-security-button): Ditto.
4792
4793 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4794
4795         * gnus-start.el (gnus-group-change-level): Don't add it into
4796         killed-list if it was killed.
4797
4798 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4799
4800         * nnmbox.el (nnmbox-file-coding-system): Use binary.
4801         (nnmbox-active-file-coding-system): Ditto.
4802
4803         * gnus-cus.el (gnus-group-parameters): Add posting-style.
4804
4805 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4806
4807         * gnus.el (gnus-version):
4808         (gnus-version-number): Set to Oort Gnus 0.01.
4809
4810         * gnus-art.el (gnus-mime-security-button-map):
4811         (gnus-insert-mime-security-button): Fix for Emacs21.
4812
4813 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4814
4815         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
4816         easymenu, because XEmacs doesn't understand :help.
4817
4818         * mm-uu.el: Require binhex.
4819
4820 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4821
4822         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
4823
4824 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4825
4826         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
4827
4828 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
4829
4830         * *.xpm, *.pbm: Convert icons icons to size 24x24.
4831
4832 2000-12-18  Dave Love  <fx@gnu.org>
4833
4834         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
4835         (unused).
4836
4837 2000-12-13  Miles Bader  <miles@gnu.org>
4838
4839         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
4840         to t, so that we don't get stuck while trying to smilefy
4841         intangible text.
4842
4843 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
4844
4845         * smiley-ems.el (smiley-regexp-alist): Make regexps match
4846         at the end of the buffer.
4847         (smiley-region): In the loop, move to the end of the submatch
4848         matching the smiley instead of using the end of the match
4849         of the whole regexp.
4850
4851 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
4852
4853         * message.el (message-mode): Doc fix.
4854
4855 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
4856
4857         * smiley-ems.el (smiley-region): Doc fix.
4858
4859 2000-12-11  Miles Bader  <miles@gnu.org>
4860
4861         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
4862         bottom line visible, check to see if it's partially obscured, and
4863         if so, either scroll one more line to make it fully visible, or
4864         revert to showing the second line from the top.
4865
4866 2000-12-07  Dave Love  <fx@gnu.org>
4867
4868         * mailcap.el (mailcap-download-directory)
4869         * gnus-audio.el (gnus-audio-directory)
4870         * smiley-ems.el (smiley-data-directory): Fix :type.
4871
4872 2000-11-30  Dave Love  <fx@gnu.org>
4873
4874         * message.el (message-auto-save-directory): Use
4875         file-name-as-directory.
4876         (message-set-auto-save-file-name): Create
4877         message-auto-save-directory if necessary.
4878         (message-replace-chars-in-string): Removed -- unused.
4879         (message-mail-alias-type): Customize.
4880         (message-headers): Remove duplicate defgroup.
4881
4882 2000-11-29  Dave Love  <fx@gnu.org>
4883
4884         * qp.el (quoted-printable-decode-region): Use error, not message
4885         to report malformed text (like base64).  Amend message.
4886
4887 2000-11-29  Miles Bader  <miles@gnu.org>
4888
4889         * message.el (message-header-lines): Fontify tag.
4890
4891 2000-11-27  Dave Love  <fx@gnu.org>
4892
4893         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
4894         compiler warning.
4895
4896 ;2000-11-26  Dave Love  <fx@gnu.org>
4897 ;
4898 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
4899 ;
4900 2000-11-23  Dave Love  <fx@gnu.org>
4901
4902         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
4903
4904         * mm-uu.el (uudecode): Require.
4905         (uudecode-decode-region, uudecode-decode-region-external): Don't
4906         autoload.
4907         (mm-uu-copy-to-buffer): Doc fix.
4908         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
4909         type fix.
4910
4911         * mailcap.el: Doc fixes.
4912         (mailcap-mime-data): Various adjustments.
4913         (mailcap): New group.
4914         (mailcap-download-directory): Customize.
4915         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
4916         (mailcap-temporary-directory): Deleted (unused).
4917         (mailcap-unescape-mime-test): Simplify slightly.
4918         (mailcap-viewer-passes-test): Use functionp.
4919         (mailcap-command-p): Aliased to executable-find.
4920
4921         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
4922         default-enable-multibyte-characters is nil.
4923
4924 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
4925
4926         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
4927
4928 2000-11-21  Dave Love  <fx@gnu.org>
4929
4930         * gnus-art.el (gnus-mime-button-map): Don't inherit from
4931         gnus-article-mode-map.
4932 ;       (gnus-mime-button-menu): Use mouse-set-point.
4933         (gnus-insert-mime-button, gnus-mime-display-alternative)
4934         (gnus-mime-display-alternative): Don't use local-map property.
4935
4936 2000-11-17  Dave Love  <fx@gnu.org>
4937
4938         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
4939         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
4940         and make-temp-file.
4941         (uudecode-decode-region): Doc fix.
4942
4943 2000-11-14  Dave Love  <fx@gnu.org>
4944
4945         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
4946         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
4947         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
4948         New files, derived from the XPMs.
4949
4950 2000-11-10  Dave Love  <fx@gnu.org>
4951
4952         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
4953         (gnus-agent-lib-file, gnus-agent-load-alist)
4954         (gnus-agent-save-alist, gnus-agent-article-name): Use
4955         expand-file-name.
4956
4957         * gnus-group.el (gnus-group-name-charset-method-alist): Add
4958         :version.
4959         (nnkiboze-score-file): Defvar when compiling.
4960
4961         * gnus-start.el (gnus-read-newsrc-file): Add :version.
4962
4963         * gnus-art.el (gnus-article-banner-alist)
4964         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
4965         (gnus-article-date-lapsed-new-header)
4966         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
4967         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
4968         (gnus-treat-strip-headers-in-body)
4969         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
4970         (gnus-treat-translate): Add :version.
4971         (gnus-article-mime-part-function): Fix defcustom.
4972
4973         * nnmail.el (nnmail-expiry-target)
4974         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
4975         (nnmail-split-header-length-limit): Add :version.
4976
4977         * gnus-sum.el (gnus-auto-expirable-marks)
4978         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
4979         (gnus-extra-headers, gnus-ignored-from-addresses)
4980         (gnus-newsgroup-ignored-charsets)
4981         (gnus-group-highlight-words-alist)
4982         (gnus-summary-show-article-charset-alist): Add :version.
4983
4984         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
4985         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
4986         files, converted from the XPMs.
4987
4988         * gnus-cache.el (gnus-cache-active-file): Don't use
4989         file-name-as-directory on directory.
4990         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
4991         use file-name-as-directory on directory.
4992
4993         * time-date.el (timezone-make-date-arpa-standard): Autoload.
4994         (date-to-time): Use it.
4995
4996 ;       * message.el (message-mode) <adaptive-fill-regexp>:
4997 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
4998 ;       (message-newline-and-reformat): Likewise.
4999         (message-forward-as-mime, message-forward-ignored-headers)
5000         (message-buffer-naming-style, message-default-charset)
5001         (message-dont-reply-to-names, message-send-mail-partially-limit):
5002         Add :version.
5003
5004         * mm-util.el: Doc fixes.
5005         (mm-mime-charset): Don't use the raw result of
5006         mm-preferred-coding-system.
5007         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
5008         (mm-with-unibyte): Simplify.
5009
5010         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
5011         concat.
5012
5013         * pop3.el (pop3-version): Deleted.
5014         (pop3-make-date): New function, avoiding message-make-date.
5015         (pop3-munge-message-separator): Use it.
5016
5017 2000-11-09  Dave Love  <fx@gnu.org>
5018
5019         * gnus-group.el (gnus-group-make-directory-group)
5020         (gnus-group-fetch-faq): Use expand-file-name.
5021         (gnus-group-fetch-faq): Simplify completing-read form.
5022
5023         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
5024         test for Mule.
5025
5026         * message.el (tool-bar-map): Defvar when compiling.
5027
5028         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
5029         (gnus-tm-lisp-directory): Deleted.
5030         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
5031         (featurep 'xemacs).
5032         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
5033         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
5034         version numbers from file names.
5035
5036 2000-11-08  Dave Love  <fx@gnu.org>
5037
5038         * mm-view.el: Use featurep for XEmacs test.
5039         (mm-inline-message): Test for `remove-specifier'; don't use
5040         condition-case.
5041
5042         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
5043
5044         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
5045         (gnus-score-find-bnews): Don't concat "".
5046
5047         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
5048         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
5049         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
5050         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
5051
5052         * gnus-sum.el: Put some defvars in eval-when-compile.
5053         (gnus-summary-mode-hook): Add :options.
5054         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
5055         (gnus-summary-tool-bar-map): New variable.
5056         (gnus-summary-make-tool-bar): New function.
5057         (gnus-summary-mode): Put kill-all-local-variables first.
5058
5059         * gnus-group.el (gnus-group-toolbar-map): New variable.
5060         (gnus-group-make-tool-bar): Rewritten.
5061         (gnus-group-mode): Put kill-all-local-variables first.
5062
5063         * rfc2047.el: Require gnus-util.
5064
5065         * nnml.el (gnus-sorted-intersection): Autoload.
5066
5067         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
5068         Put some defvars in eval-when-compile.
5069         (gnus-intersection, gnus-sorted-complement):  Autoload.
5070
5071         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
5072
5073         * mm-encode.el (mm-body-7-or-8): Autoload.
5074
5075         * mm-decode.el (mm-insert-inline): Autoload.
5076
5077         * mml.el:
5078         * message.el: Put some defvars in eval-when-compile.
5079
5080         * gnus-msg.el: Put some defvars in eval-when-compile.
5081         (gnus-msg-mail): Move after gnus-setup-message.
5082
5083         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
5084
5085 2000-11-07  Dave Love  <fx@gnu.org>
5086
5087         * gnus-util.el (nnheader): Don't require message (recursive
5088         autoload).
5089
5090         * uudecode.el: Avoid compiler warnings.
5091
5092         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
5093         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
5094
5095 2000-11-06  Dave Love  <fx@gnu.org>
5096
5097         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
5098
5099         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
5100         (uudecode-char-int): New alias, replacing char-int.
5101         (uudecode-decode-region): Don't call buffer-disable-undo.
5102
5103 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
5104 ;       (mm-uu-configure-list): Doc fix.
5105 ;
5106 ;       * earcon.el (running-xemacs): Don't define.
5107 ;
5108 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
5109 ;
5110 ;       * message.el (message-font-lock-keywords): Match a final newline
5111 ;       to help font-lock's multiline support.
5112 ;
5113 2000-11-03  Dave Love  <fx@gnu.org>
5114
5115         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
5116
5117         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
5118         name.
5119
5120         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
5121         <banner>: Fix custom type, doc.
5122
5123         * mm-decode.el (mm-display-external): Space-prefix temp buffer
5124         name.  Don't disable undo explicitly.
5125
5126 ;2000-11-02  Dave Love  <fx@gnu.org>
5127 ;
5128 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
5129 ;       cite-prefix.
5130
5131 2000-11-01  Dave Love  <fx@gnu.org>
5132
5133         * rfc2047.el (base64): Require unconditionally.
5134         (message-posting-charset): Defvar when compiling.
5135         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
5136         message.
5137
5138         * gnus-sum.el (nnoo): Require.
5139         (mm-uu-dissect): Autoload.
5140
5141         * mml.el (mml-parse-1): Clarify message.
5142         (mml-minibuffer-read-type): Use mailcap-mime-types.
5143
5144 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
5145
5146         * mml.el: Fix a typo in the requiring of CL.
5147
5148 2000-11-01  Dave Love  <fx@gnu.org>
5149
5150         * utf7.el: Require cl when compiling.
5151
5152         * binhex.el: Use (featurep 'xemacs).
5153         (binhex-char-int): New alias, replacing char-int.  Change callers.
5154         (binhex-decode-region): Simplify work buffer code.
5155         (binhex-decode-region-external): Use expand-file-name, not concat.
5156
5157 2000-10-30  Dave Love  <fx@gnu.org>
5158
5159         * gnus-art.el: Fix 2000-10-27 change properly.
5160
5161 2000-10-28  Miles Bader  <miles@gnu.org>
5162
5163         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
5164
5165 2000-10-27  Dave Love  <fx@gnu.org>
5166
5167         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
5168         strings.
5169         (gnus-group-make-tool-bar): New function.
5170         (gnus-group-mode): Use it.
5171
5172         * message.el (message-mode-menu): Add some :help strings.
5173         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
5174         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
5175
5176         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
5177         * describe-group.xpm, get-news.xpm, kill-group.xpm:
5178         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
5179
5180         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
5181         display-graphic-p here.
5182
5183 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
5184
5185         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
5186         of the `gnus-xemacs' variable, as the latter has been removed.
5187         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
5188         * gnus-art.el (gnus-treat-display-xface)
5189         (gnus-treat-display-smileys, gnus-treat-display-picons)
5190         (gnus-article-read-summary-keys): Likewise.
5191
5192 2000-10-26  Dave Love  <fx@gnu.org>
5193
5194         (defvar): Use rmail-spool-directory unconditionally.
5195
5196 2000-10-18  Dave Love  <fx@gnu.org>
5197
5198         * mm-bodies.el (mm-uu-decode-function)
5199         (mm-uu-binhex-decode-function): Defvar when compiling.
5200
5201         * gnus-nocem.el (gnus-nocem-issuers): Update.
5202         (gnus-nocem-check-from): New option.
5203         (gnus-nocem-scan-groups): Use it.
5204         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
5205         (gnus-nocem-check-article-limit): Add :version.
5206
5207 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
5208
5209         * ietf-drums.el (mm-util): Require CL when compiling.
5210
5211 2000-10-15  Dave Love  <fx@gnu.org>
5212
5213         * qp.el: Require mm-util.
5214
5215 2000-10-13  Dave Love  <fx@gnu.org>
5216
5217         * qp.el (quoted-printable-decode-region): Avoid invalid
5218         coding-systems.
5219
5220 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
5221
5222         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
5223         to a recursive load.
5224
5225 2000-10-12  Dave Love  <fx@gnu.org>
5226
5227         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
5228
5229         * gnus.el (gnus-group-startup-message): Check for PBM image.
5230
5231 2000-10-09  Dave Love  <fx@gnu.org>
5232
5233         * mail-source.el (mail-source-fetch-imap): Bind
5234         default-enable-multibyte-characters rather than using
5235         mm-disable-multibyte.
5236
5237 2000-10-05  Dave Love  <fx@gnu.org>
5238
5239         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
5240         Autoload.
5241         (quoted-printable-decode-region):  Rename arg which confused
5242         charset with coding-system.  Don't use nonascii-insert-offset.
5243         Coding-system encode the region initially.  Don't recognize `=='
5244         as valid QP.  Coding-system decode the region finally.
5245         (quoted-printable-decode-string): Rename arg which confused
5246         charset with coding-system.
5247
5248         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
5249         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
5250         mm-encode-coding-region.
5251         (mm-decode-body, mm-decode-string): Rename variables which
5252         confused charset with coding-system.
5253         (binhex-decode-region): Don't autoload.
5254         (mm-body-encoding): Require message.
5255         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
5256         cond branches.
5257
5258         * gnus-art.el (article-de-quoted-unreadable)
5259         (article-de-base64-unreadable): Fold search case
5260         rather than downcasing string.  Apply mm-charset-to-coding-system
5261         to arg of quoted-printable-decode-region.
5262
5263 2000-10-04  Dave Love  <fx@gnu.org>
5264
5265         * gnus-ems.el: Don't turn off compiler warnings in local vars.
5266         Require ring when compiling.
5267         (gnus-article-compface-xbm): New variable.
5268
5269 2000-10-04  Dave Love  <fx@gnu.org>
5270
5271         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
5272         pbm images.
5273
5274         * frown.pbm, smile.pbm, wry.pbm: New files.
5275
5276         * frown.xbm, smile.xbm, wry.xbm: Deleted.
5277
5278 2000-10-03  Dave Love  <fx@gnu.org>
5279
5280         * mail-source.el (mail-sources): Revert to nil.
5281
5282         * nnmail (nnmail-spool-file): Revert to `((file))'.
5283
5284         * qp.el: Don't require mm-util.
5285         (quoted-printable-decode-region): Rewritten.
5286         (quoted-printable-decode-string, quoted-printable-encode-region):
5287         Doc fix.
5288         (quoted-printable-encode-region): Barf on multibyte characters.
5289         Maybe make the class multibyte.  Upcase chars, not formatted
5290         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
5291         (quoted-printable-encode-string): Don't use
5292         mm-with-unibyte-buffer.
5293
5294 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
5295
5296         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
5297
5298 2000-09-21  Dave Love  <fx@gnu.org>
5299
5300         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
5301         (for Emacs 20).  Tidy somewhat.
5302
5303 2000-09-21  Dave Love  <fx@gnu.org>
5304
5305         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
5306         image processing.  Rationalize logic somewhat.
5307
5308 2000-09-20  Dave Love  <fx@gnu.org>
5309
5310         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
5311         specifically.
5312
5313         * gnus.el (gnus-version-number): Avoid some redundant
5314         autoloads.
5315
5316 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
5317
5318         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
5319         to XBM; we always have PBM support.
5320
5321 2000-09-14  Dave Love  <fx@gnu.org>
5322
5323         * gnus.el (gnus-charset):
5324         * mm-decode.el (mime-display):
5325         * imap.el (imap) <defgroup>: Add :version.
5326
5327 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
5328
5329         * parse-time.el: Fix author's mail address.
5330
5331         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
5332         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
5333         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
5334         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
5335         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
5336         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
5337         * rfc2231.el, uudecode.el: Fix copyright notice.
5338
5339         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
5340         require `w3' at load-time only if not running in batch mode.
5341
5342 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5343
5344         * gnus.el: Before merge with Emacs21.
5345
5346 2000-12-19  Raymond Scholz <ray-2000@zonix.de>
5347
5348         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
5349
5350 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5351
5352         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
5353         to avoid conflict with the standard `back-to-indentation'
5354         binding.
5355
5356 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5357
5358         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
5359
5360         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
5361         (mm-disable-multibyte-mule4): Ditto.
5362         (mm-with-unibyte-current-buffer-mule4): Ditto.
5363
5364 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5365
5366         * pop3.el (pop3-movemail): Use binary.
5367         (pop3-movemail-file-coding-system): Removed.
5368
5369 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5370
5371         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
5372
5373 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5374
5375         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
5376         exists.
5377
5378 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5379
5380         * gnus-msg.el (gnus-post-method): Use backend name when the
5381         address is "".
5382
5383 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5384
5385         * gnus-art.el (article-verify-x-pgp-sig): Don't test
5386         mm-verify-option.
5387         (gnus-treat-x-pgp-sig): Default value.
5388         (gnus-ignored-headers): Redundant.
5389
5390 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5391
5392         * gnus-win.el (gnus-configure-frame): Save selected window.
5393
5394 2000-02-15  Andrew Innes  <andrewi@gnu.org>
5395
5396         * nnmbox.el: Require gnus-range.
5397         (nnmbox-group-building-active-articles): New variable.
5398         (nnmbox-group-active-articles): New variable; this is a cache of
5399         all active articles by group and number.
5400         (nnmbox-in-header-p): New function.
5401         (nnmbox-find-article): New function.
5402         (nnmbox-record-active-article): New function.
5403         (nnmbox-record-deleted-article): New function.
5404         (nnmbox-is-article-active-p): New function.
5405         (nnmbox-retrieve-headers): Use nnmbox-find-article.
5406         (nnmbox-request-article): Ditto.  Also supply extra arg to
5407         nnmbox-article-group-number.
5408         (nnmbox-request-expire-articles): Ditto.
5409         (nnmbox-request-move-article): Ditto.
5410         (nnmbox-request-replace-article): Ditto.
5411         (nnmbox-request-rename-group): Rename group entry in active
5412         article cache.
5413         (nnmbox-delete-mail): Update active article cache, unless article
5414         is being replaced.
5415         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
5416         than partially duplicating it.
5417         (nnmbox-article-group-number): Add extra `this-line' arg, to
5418         handle articles belonging to multiple groups.
5419         (nnmbox-save-mail): Update active article cache.
5420         (nnmbox-read-mbox): Build active article cache when loading mbox.
5421         Also do some repair work, if we find articles that are missing the
5422         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
5423         reconstruct these from Xref info.
5424
5425 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5426
5427         * mail-source.el (mail-source-report-new-mail): Use
5428         nnheader-run-at-time.
5429
5430 2000-02-15  Andrew Innes  <andrewi@gnu.org>
5431
5432         * mail-source.el (mail-source-fetch-pop): Clear pop password when
5433         an error is thrown, and then rethrow the error.
5434         (mail-source-check-pop): Ditto.
5435         (mail-source-start-idle-timer): Prevent multiple pop checks
5436         running if the check takes a long time.
5437
5438 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5439
5440         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
5441         succeed.
5442
5443 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5444
5445         * gnus-win.el (gnus-configure-windows): Make sure
5446         nntp-server-buffer is live.
5447         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
5448
5449 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
5450
5451         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
5452
5453 2000-12-04  Andreas Jaeger  <aj@suse.de>
5454
5455         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
5456
5457 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5458
5459         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
5460
5461 2000-12-01  Christopher Splinter <chris@splinter.inka.de>
5462
5463         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
5464
5465 2000-12-01  Simon Josefsson  <sj@extundo.com>
5466
5467         * mml-smime.el (mml-smime-verify): Fix address parsing.
5468
5469 2000-12-01  Simon Josefsson  <sj@extundo.com>
5470
5471         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
5472         more than one certificate inside PKCS#7 blob.  Better security
5473         information (clamed / actual sender, openssl output, certificates
5474         inside message).
5475
5476         * smime.el (smime-verify-region): Output to /dev/null.
5477         (smime-buffer-as-string-region): Don't parse empty lines.
5478
5479 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5480
5481         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
5482         ?d and ?D.
5483         (gnus-mime-security-show-details-inline): New variable.
5484         (gnus-mime-security-show-details): Use them.
5485         (gnus-insert-mime-security-button): Ditto.
5486
5487         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
5488         Suggest by Michael Duggan (md5i@cs.cmu.edu).
5489         (mml2015-gpg-clear-verify): Ditto.
5490         (mml2015-gpg-decrypt-1): Ditto.
5491         (mml2015-use): Prefer 'gpg.
5492
5493 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5494
5495         * gnus-util.el (gnus-add-text-properties-when): New function.
5496         (gnus-remove-text-properties-when): Ditto.
5497
5498         * gnus-cite.el (gnus-article-hide-citation): Use them.
5499         (gnus-article-toggle-cited-text): Use them.
5500
5501         * gnus-art.el (gnus-signature-toggle): Use them.
5502         (gnus-article-show-hidden-text): Ditto.
5503         (gnus-article-hide-text): Ditto.
5504
5505 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5506
5507         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
5508
5509 2000-11-30  Simon Josefsson  <sj@extundo.com>
5510
5511         * smime.el (smime-point-at-eol): New alias.
5512         (smime-buffer-as-string-region): Use it.
5513
5514 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5515
5516         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
5517
5518 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5519
5520         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
5521
5522         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
5523
5524         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
5525
5526 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5527
5528         * nnmh.el (nnmh-request-expire-articles): Implemented
5529         expiry-target for nnmh backend.
5530
5531 2000-11-30  Simon Josefsson  <sj@extundo.com>
5532
5533         * mm-decode.el (mm-security-from): New variable.
5534         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
5535
5536         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
5537         than `from'.
5538
5539 2000-11-30  Simon Josefsson  <sj@extundo.com>
5540
5541         * mml-smime.el (mml-smime-verify): Verify that certificate mail
5542         address match sender address.
5543
5544         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
5545
5546         * smime.el (smime-verify-region): Don't copy buffer.
5547         (smime-decrypt-buffer): Use expand-file-name on keyfile.
5548         (smime-pkcs7-region): New function.
5549         (smime-pkcs7-certificates-region): Ditto.
5550         (smime-pkcs7-email-region): Ditto.
5551         (smime-buffer-as-string-region): Ditto.
5552
5553         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
5554         buffer.
5555
5556 2000-11-23  Jens Krinke <j.krinke@gmx.de>
5557
5558         * smime.el (smime-decrypt-region): Fix keyfile argument.
5559
5560 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5561
5562         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
5563
5564 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5565
5566         * message.el (message-shoot-gnksa-feet): New variable.
5567         (message-gnksa-enable-p): New function.
5568         (message-send): Use it.
5569         (message-check-news-body-syntax): Ditto.
5570
5571 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5572
5573         * message.el (message-make-message-id): Remove the redundancy.
5574
5575 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5576
5577         * message.el (message-setup): Discourage using mc-install-*-mode.
5578
5579         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
5580
5581 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5582
5583         * gnus-cite.el (gnus-cite-parse): Guess citation length.
5584
5585 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5586
5587         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
5588
5589 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5590
5591         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
5592
5593 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5594
5595         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
5596         insert-buffer-substring.
5597
5598         * message.el (message-send-mail): Use buffer-substring-no-properties.
5599         (message-send-news): Ditto.
5600
5601 2000-11-22  David Edmondson <dme@dme.org>
5602
5603         * imap.el (imap-wait-for-tag): Message read info.
5604
5605 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5606
5607         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
5608         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
5609         (mml2015-gpg-encrypt): Ditto.
5610
5611 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5612
5613         * mm-decode.el (mm-verify-option): Default value.
5614
5615         * mml-sec.el (mml-secure-part): Error message.
5616
5617 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5618
5619         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
5620
5621 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5622
5623         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
5624
5625 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5626
5627         * gnus-art.el (gnus-article-describe-key): Use prompt.
5628         (gnus-article-describe-key-briefly): Ditto.
5629
5630 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5631
5632         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
5633
5634 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5635
5636         * gnus-art.el (gnus-article-describe-key): New function.
5637         (gnus-article-describe-key-briefly): New function.
5638
5639 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5640
5641         * mm-decode.el (mm-decrypt-option): Doc typo.
5642
5643         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
5644         return a number.
5645
5646 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5647
5648         * message.el (message-newline-and-reformat): Typo.
5649
5650 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5651
5652         * gnus-art.el (article-verify-x-pgp-sig): Check whether
5653         original-article-buffer exists.
5654
5655         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
5656         (rfc2047-header-encoding-alist): Addresses are different from text.
5657         (rfc2047-encode-message-header): Ditto.
5658         (rfc2047-dissect-region): Extra parameter.
5659         (rfc2047-encode-region): Ditto.
5660         (rfc2047-encode-string): Ditto.
5661
5662 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5663
5664         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
5665         (mm-uu-pgp-encrypted-extract): Use it.
5666         (mm-uu-pgp-signed-extract-1): New function.
5667         (mm-uu-pgp-signed-extract): Use it.
5668
5669         * gnus-art.el (gnus-mime-display-security): New function.
5670         (gnus-mime-display-part): Use it.
5671         (gnus-mime-security-verify-or-decrypt): New function.
5672         (gnus-mime-security-press-button): New function.
5673         (gnus-insert-mime-security-button): Use it.
5674
5675         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
5676         (mm-find-raw-part-by-type): Ditto.
5677         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
5678         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
5679         (mm-destroy-parts): Kill nested multibyte buffer.
5680
5681         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
5682         (mml2015-gpg-verify): Ditto.
5683
5684 2000-11-18  Simon Josefsson  <sj@extundo.com>
5685
5686         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
5687         (mml2015-function-alist): Use it.
5688
5689         * mml-sec.el (mml-sign-alist): Update names.
5690         (mml-encrypt-alist): Ditto.
5691         (mml-secure-part-smime-sign): Moved to mml-smime.el
5692         as `mml-smime-sign-query'.
5693         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
5694         `mml-smime-get-file-cert'.
5695         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
5696         `mml-smime-get-dns-cert'.
5697         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
5698         `mml-smime-encrypt-query'.
5699         (mml-smime-sign-buffer): Use mml-smime-sign.
5700         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
5701
5702         * mml-smime.el (mml-smime-sign): New function.
5703         (mml-smime-encrypt):
5704         (mml-smime-sign-query):
5705         (mml-smime-get-file-cert):
5706         (mml-smime-get-dns-cert):
5707         (mml-smime-encrypt-query): Moved from mml-sec.el.
5708
5709 2000-11-16  Simon Josefsson  <sj@extundo.com>
5710
5711         * mml2015.el (mml2015-gpg-clear-verify): New function.
5712         (mml2015-function-alist): Add it.
5713
5714 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5715
5716         * message.el (message-setup-fill-variables): Use
5717         message-cite-prefix-regexp.
5718         (message-newline-and-reformat): Check the end of citation, leading
5719         WSP, break in the cite prefix.
5720         (message-fill-paragraph): New function.
5721
5722 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
5723
5724         * lpath.el: Shut up.
5725
5726 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5727
5728         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
5729         raw 8-bit in headers in dk.* newsgroups.
5730
5731 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5732
5733         * message.el (message-newline-and-reformat): Match extra WSPs.
5734
5735 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5736
5737         * mml.el (mml-generate-mime-1): Ignore ascii.
5738
5739 2000-11-16 Justin Sheehy <justin@iago.org>
5740
5741         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
5742
5743 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5744
5745         * message.el (message-cite-prefix-regexp): Prefix should not end
5746         at space.
5747
5748 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5749
5750         * message.el (message-mode-syntax-table): Add - as a word
5751         constituent as in articles.
5752         (message-setup-fill-variables): Add -_. as supercite-style prefix.
5753         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
5754         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
5755
5756 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5757
5758         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
5759
5760 2000-11-12  David Edmondson  <dme@dme.org>
5761
5762         * message.el (message-font-lock-keywords): use
5763         message-cite-prefix-regexp.
5764
5765 2000-11-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5766
5767         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
5768         Stein Arild Str\e,Ax\e(Bmme.
5769         (gnus-group-jump-to-group): Use it.
5770         (gnus-group-jump-to-group-prompt): Customize.
5771
5772 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
5773
5774         * mailcap.el (mailcap-possible-viewers): Match the entire string.
5775
5776 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
5777
5778         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
5779         incompatible.
5780         (mml2015-mailcrypt-sign): Ditto.
5781
5782 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5783
5784         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
5785         group is open.
5786
5787 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
5788
5789         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
5790         nnvirtual articles.
5791         (gnus-backlog-request-article): Don't request nnvirtual articles.
5792
5793 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5794
5795         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
5796         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
5797
5798 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
5799
5800         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
5801         * mml.el (mml-generate-mime-1): Use charset attribute.
5802         * mm-bodies.el (mm-encode-body): Add parameter charset.
5803         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
5804
5805 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5806
5807         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
5808         (mml2015-mailcrypt-clear-decrypt): Ditto.
5809         (mml2015-mailcrypt-verify): Ditto.
5810         (mml2015-mailcrypt-clear-verify): Ditto.
5811         (mml2015-gpg-verify): Ditto.
5812
5813 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
5814
5815         * smime.el (smime-openssl-program): Test the existence of openssl.
5816         * mml-smime.el: Require mm-decode.
5817         (mml-smime-verify-test): New function.
5818         * mm-decode.el (mm-verify-function-alist): Use it.
5819
5820 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5821
5822         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
5823         anyway.
5824
5825 2000-11-13  Simon Josefsson  <sj@extundo.com>
5826
5827         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
5828         verification doesn't work.
5829
5830 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
5831
5832         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
5833         (gnus-inews-do-gcc): Use it.
5834
5835 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5836
5837         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
5838         leading space.
5839         * mm-extern.el (mm-inline-external-body): Report error when no
5840         access-type.
5841
5842 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5843
5844         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
5845
5846 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5847
5848         * gnus-art.el (gnus-mime-button-menu): Use select-window.
5849
5850 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
5851
5852         * gnus-art.el (gnus-mime-display-part): Display multipart/related
5853         as multipart/mixed.
5854
5855 2000-11-12  David Edmondson  <dme@dme.org>
5856
5857         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
5858         and replace `.' with `\w' to allow for different syntax tables
5859         (from Vladimir Volovich).
5860         * message.el (message-newline-and-reformat): use
5861         `message-cite-prefix-regexp'.
5862         * gnus-cite.el (gnus-supercite-regexp): use
5863         `message-cite-prefix-regexp'.
5864         * gnus-cite.el (gnus-cite-parse): use
5865         `message-cite-prefix-regexp'.
5866
5867 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
5868
5869         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
5870         PGP SIGNATURE.  Escape leading "-"'s.
5871         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
5872
5873 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
5874
5875         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
5876
5877 2000-11-11  Simon Josefsson  <sj@extundo.com>
5878
5879         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
5880
5881         * smime.el (smime-details-buffer): New variable.
5882         (smime-sign-region):
5883         (smime-encrypt-region):
5884         (smime-verify-region):
5885         (smime-decrypt-region): Copy OpenSSL output to the buffer.
5886
5887         * mml-smime.el (mml-smime-verify): Support security info.
5888
5889 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
5890
5891         * mm-decode.el (mm-verify-option): Set default to nil.
5892         (mm-decrypt-option): Ditto.
5893         * gnus-art.el (article-verify-x-pgp-sig): New function.
5894
5895 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
5896
5897         * gnus-art.el (gnus-mime-display-alternative): Show button if no
5898         preferred part.
5899
5900 2000-11-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5901
5902         * gnus-sum.el (gnus-move-split-methods): Say that
5903         `gnus-split-methods' uses file names, whereas this uses group
5904         names.  (Report from Nevin Kapur)
5905
5906 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5907
5908         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
5909
5910 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
5911
5912         * nnheader.el (nnheader-directory-files-is-safe): New variable.
5913         (nnheader-directory-articles): Use it.
5914         (nnheader-article-to-file-alist): Ditto.
5915
5916 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
5917
5918         * rfc2047.el (rfc2047-pad-base64): New function.
5919         (rfc2047-decode): Use it.
5920
5921 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5922
5923         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
5924         select method.
5925
5926 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
5927
5928         * mml2015.el (mml2015-gpg-decrypt-1):
5929         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
5930
5931 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5932
5933         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
5934
5935 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5936
5937         * pop3.el (pop3-munge-message-separator): A message may have an
5938         empty body.
5939
5940 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5941
5942         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
5943         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
5944         (mm-uu-pgp-signed-extract): Use coding-system.
5945
5946 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5947
5948         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
5949         (gnus-insert-mime-security-button): New function.
5950         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
5951         * mml2015.el:  Add security info when verify or decrypt.
5952         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
5953         (mm-uu-pgp-encrypted-extract): Ditto.
5954
5955 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
5956
5957         * mm-decode.el (mm-display-parts): New function.
5958         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
5959
5960 2000-02-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5961
5962         * gnus-mlspl.el: Documentation tweaks.
5963
5964 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
5965
5966         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
5967         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
5968         argument.
5969
5970 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5971
5972         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
5973
5974 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
5975
5976         * gnus-art.el (gnus-article-encrypt): New function.
5977         (gnus-article-encrypt-protocol-alist): New variable.
5978         (gnus-article-encrypt-protocol): New variable.
5979         * mml2015.el (mml2015-self-encrypt): New function.
5980         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
5981
5982 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
5983
5984         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
5985         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
5986         let mailcap do it.
5987         * mml2015.el: Remove snarf code.
5988         * mm-decode.el: Remove snarf code.
5989
5990 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5991
5992         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
5993         (mml-insert-mime): Understand gnus-decoded.
5994         (mime-to-mml): New parameter handles.
5995         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
5996         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
5997
5998 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
5999
6000         * mm-decode.el (mime-security): New group.
6001         (mm-verify-function-alist): Add test function.
6002         (mm-decrypt-function-alist): Ditto.
6003         (mm-snarf-option): Set default value as nil.
6004         (mm-find-part-by-type): Recursive parameter.
6005         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
6006         * mml2015.el: Support draft-ietf-openpgp-multsig.
6007
6008 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6009
6010         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
6011         (gnus-article-view-part-as-charset): New function.
6012
6013 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6014
6015         * mm-decode.el (mm-verify-option): Default value.
6016         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
6017
6018 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6019
6020         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
6021
6022 2000-11-05  Simon Josefsson  <sj@extundo.com>
6023
6024         * mml-smime.el (mml-smime-verify): Work in original multipart
6025         buffert.
6026
6027         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
6028         (mm-handle-multipart-ctl-parameter): Ditto.
6029         (mm-alist-to-plist): New function.
6030         (mm-dissect-buffer): Store CTL parameters and copy original buffer
6031         for multiparts.
6032         (mm-destroy-parts): Destroy multipart buffert.
6033         (mm-remove-part): Ditto.
6034
6035         * mml-smime.el (mml-smime-sign): Not used.
6036         (mml-smime-encrypt): Ditto.
6037
6038         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
6039
6040         Verify S/MIME signature support.
6041
6042         * mm-decode.el (mm-inline-media-tests): Add
6043         application/{x-,}pkcs7-signature.
6044         (mm-inlined-types): Ditto.
6045         (mm-automatic-display): Ditto.
6046         (mm-verify-function-alist): Ditto.  Add name of method.
6047         (mm-decrypt-function-alist): Add name of method.
6048         (mm-find-part-by-type): Add documentation.
6049         (mm-possibly-verify-or-decrypt): Use new format of
6050         mm-{verify,decrypt}-function-alist.  Use method names.
6051
6052         * mml-smime.el (mml-smime-verify): New function.
6053
6054 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
6055
6056         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
6057
6058 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6059
6060         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
6061         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
6062         * mm-decode.el (mm-snarf-option): New.
6063
6064 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6065
6066         * mm-util.el (mm-subst-char-in-string): New function.
6067         (mm-replace-chars-in-string): Use it.
6068         * message.el (message-replace-chars-in-string): Use it.
6069         * nnheader.el (nnheader-replace-chars-in-string): Use it.
6070         * gnus-mh.el (mh-lib-progs): Shut up.
6071
6072 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
6073
6074         * base64.el, md5.el: Moved to contrib directory.
6075
6076 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
6077
6078         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
6079         the last article when search.
6080
6081 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6082
6083         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
6084         * nnmail.el (nnmail-pathname-coding-system): Ditto.
6085
6086 2000-09-29  David Edmondson  <dme@thus.net>
6087
6088         * message.el (message-newline-and-reformat): Typo.
6089
6090 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6091
6092         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
6093
6094 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
6095
6096         * nntp.el (nntp-decode-text): Delete bogus status lines.
6097
6098 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
6099
6100         * message.el (message-font-lock-keywords): Match a final newline
6101         to help font-lock's multiline support.
6102
6103 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
6104
6105         * nnoo.el (nnoo-set): New function.
6106
6107 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
6108
6109         * gpg.el, gpg-ring.el: Moved to contrib directory.
6110
6111 2000-11-04  Simon Josefsson  <sj@extundo.com>
6112
6113         * nnimap.el (nnimap-split-inbox): Typo.
6114
6115 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
6116
6117         * gnus-msg.el (gnus-msg-mail): Move it backwards.
6118
6119 2000-11-03  Simon Josefsson  <sj@extundo.com>
6120
6121         * rfc2231.el (rfc2231-parse-qp-string): New function.
6122         (require): rfc2047.
6123
6124         * mail-parse.el (mail-header-parse-content-type):
6125         (mail-header-parse-content-disposition): Support invalid QP
6126         encoded strings, by using `rfc2231-parse-qp-string'.
6127
6128 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6129
6130         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
6131         (rfc2231-decode-encoded-string): Typo "> X 1".
6132         (rfc2231-encode-string): Insert the name of charset.
6133         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
6134
6135 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
6136
6137         * mm-decode.el (mm-save-part): Return the filename.
6138         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
6139         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
6140         (gnus-mime-action-alist): Use it.
6141         (gnus-mime-button-commands): USe it.
6142         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
6143         (mm-inline-external-body): unwind-protect.
6144
6145 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
6146
6147         * gnus-art.el (gnus-insert-mime-button): Show url.
6148
6149 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6150
6151         * mml.el (mml-generate-mime-1): Support external url.
6152         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
6153
6154 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
6155
6156         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
6157         * mm-decode.el (mm-display-external): Ditto.
6158         * mm-extern.el: New file.
6159         * mm-decode.el (mm-inline-media-tests): Hook it up.
6160         (mm-inlined-types): Inline message/external-body.
6161
6162 2000-11-02  Simon Josefsson  <sj@extundo.com>
6163
6164         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
6165
6166         * message.el (message-get-reply-headers): Better handling when
6167         Mail-Followup-To is very large.
6168
6169 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
6170
6171         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
6172         * gnus-art.el (gnus-article-edit-done):
6173         * gnus-sum.el (gnus-summary-edit-article-done): Move line
6174         counting code here.
6175         * gnus-msg.el (gnus-setup-message): Remove a hack.
6176
6177 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6178
6179         * gnus-sum.el (gnus-newsgroup-variables): New variable.
6180         (gnus-summary-mode): Make them local variables.
6181         (gnus-set-global-variables): Globalize them.
6182         (gnus-summary-exit): Kill them.
6183
6184 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
6185
6186         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
6187         word.
6188
6189 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
6190
6191         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
6192         gnus-article-wash-types.
6193         * gnus-art.el (gnus-article-wash-status): Use them.
6194
6195 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6196
6197         * mml.el (mml-read-tag): Remove spaces and LF.
6198
6199 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6200
6201         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
6202         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
6203
6204 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6205
6206         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
6207
6208 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
6209
6210         * gnus-sum.el (gnus-article-charset): New variable.
6211         (gnus-summary-display-article): Set it.
6212         * gnus-msg.el (gnus-copy-article-buffer): Use it.
6213         * gnus-art.el (gnus-article-mode): Make it local variable.
6214
6215 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6216
6217         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
6218
6219 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6220
6221         * nnwfm.el: New file.
6222
6223         * nnweb.el (nnweb-replace-in-string): New function.
6224
6225 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6226
6227         * mml2015.el: Wrap gpg.el.
6228         * gpg.el (gpg-verify): The last argument of apply is a list.
6229         (gpg-encrypt): Add passphrase as a parameter.
6230
6231 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
6232
6233         * gpg.el: New file.
6234         * gpg-ring.el: New file.
6235
6236 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6237
6238         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
6239
6240 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6241
6242         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
6243         double-quote charcters.
6244         (gnus-summary-prepare-threads): Ditto.
6245
6246 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6247
6248         * gnus-art.el (gnus-mime-display-single): Forward line -1.
6249         * mml.el (mml-read-tag): Don't skip the leading space.
6250         * lpath.el (font-lock-set-defaults): Shut up.
6251
6252 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
6253
6254         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
6255
6256 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6257
6258         * qp.el (quoted-printable-encode-region): Replace leading - when
6259         ultra safe.
6260         * mml.el (mml-generate-mime-postprocess-function): Removed.
6261         (mml-postprocess-alist): Removed.
6262         (mml-generate-mime-1): Use ultra-safe when sign.
6263         * mml2015.el (mml2015-fix-micalg): Uppercase.
6264         (mml2015-verify): Insert LF.
6265         (mml2015-mailcrypt-sign): Downcase; search backward.
6266
6267 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6268
6269         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
6270         restrictive.
6271         (nnultimate-table-regexp): New variable.
6272         (nnultimate-forum-table-p): Use it.
6273
6274 2000-10-30  Ed L Cashin <ecashin@coe.uga.edu>
6275
6276         * gnus-sum.el (gnus-summary-expire-articles): Save point.
6277
6278 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
6279
6280         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
6281         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
6282
6283 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6284
6285         * mml2015.el: Shut up.
6286
6287 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
6288
6289         * gnus.el (gnus-server-browse-hashtb): Removed.
6290         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
6291         (gnus-group-insert-group-line-info): Use simplified method.
6292         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
6293
6294 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
6295
6296         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
6297         moved here.
6298         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
6299         * gnus-group.el (gnus-group-prepare-flat): Use it.
6300         * gnus-topic.el (gnus-group-prepare-topics): Use it.
6301
6302 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
6303
6304         * mml.el (mml-mode): Show menu in XEmacs.
6305
6306 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
6307
6308         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
6309         (gnus-server-read-server-in-server-buffer): New function.
6310         (gnus-browse-foreign-server): Browse in group buffer.
6311         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
6312         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
6313         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
6314         * gnus.el (gnus-server-browse-hashtb): New variable.
6315
6316 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
6317
6318         * nnfolder.el (nnfolder-open-nov): Use group.
6319
6320 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6321
6322         * nnfolder.el: Add NOV. Set version to 2.0.
6323         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
6324
6325 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6326
6327         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
6328
6329 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6330
6331         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
6332         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
6333
6334 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
6335
6336         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
6337
6338 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6339
6340         * mm-decode.el (mm-verify-function-alist): New variable.
6341         (mm-verify-option): New variable.
6342         (mm-decrypt-function-alist): Ditto.
6343         (mm-decrypt-option): Ditto.
6344         (mm-find-raw-part-by-type): New function.
6345         (mm-possibly-verify-or-decrypt): New function.
6346         (mm-dissect-multipart): Use it.
6347         * mml2015.el (mml2015-fix-micalg): New function.
6348         (mml2015-decrypt): Use new interface.
6349         (mml2015-verify):  Use new interface.
6350         (mml2015-setup): Make it bogus.
6351
6352 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
6353
6354         * mml.el (mml-generate-mime-postprocess-function): Set to
6355         mml-postprocess.
6356         (autoload): Autoload mml2015 and mml-smime.
6357         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
6358         * mml2015.el (mml2015-encrypt): New function.
6359         (mml2015-sign): New function.
6360         (mml2015-encrypt-function): New variable.
6361         (mml2015-sign-function): New variable.
6362         (mml2015-mailcrypt-encrypt): Use message-recipients.
6363         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
6364         * mml-smime.el (mml-smime-setup): Ditto.
6365
6366 2000-10-28  Simon Josefsson  <sj@extundo.com>
6367
6368         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
6369         Communigate Pro 3.3.1 server.
6370
6371         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
6372         in buffers.
6373         (mml-secure-dns-server): Removed.
6374         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
6375         write certificates to files.
6376
6377         * smime.el (smime-dns-server): New variable.
6378         (smime-mail-to-domain):
6379         (smime-cert-by-dns): New functions.
6380
6381         * dig.el: New file.
6382
6383 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
6384
6385         * message.el (message-options): New variable.
6386         (message-options-set-recipient): New function.
6387         (message-send): Use them.
6388         * gnus-int.el (gnus-request-replace-article): Use them.
6389         (gnus-request-accept-article): Ditto.
6390         * mml.el (mml-preview): Use them.
6391         * gnus-sum.el (gnus-summary-edit-article): Use them.
6392
6393         * message.el (message-options-get): New function.
6394         (message-options-get): New function.
6395         * rfc2047.el (rfc2047-encode-message-header): Use them.
6396         * mm-bodies.el (mm-encode-body): Use them.
6397
6398 2000-10-28  Simon Josefsson  <sj@extundo.com>
6399
6400         * nnimap.el (nnimap-retrieve-which-headers):
6401         (nnimap-request-article-part): Quote message-id.
6402
6403         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
6404         (smime-CA-file): New variable.
6405         (smime-call-openssl-region): Don't error.
6406         (smime-sign-region): Return result value.
6407         (smime-encrypt-region): Ditto.
6408         (smime-verify-region): New function.
6409         (smime-decrypt-region): Ditto.
6410         (smime-verify-buffer): Ditto.
6411         (smime-decrypt-buffer): Ditto.
6412
6413         * mml.el: Require mml-sec.
6414         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
6415         (mml-mode-map): Add "sign" and "encrypt" maps.
6416         (mml-menu): Add security menu.
6417         (mml-preview): Use generate-new-buffer.
6418
6419         * mml-sec.el: New file.
6420
6421 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6422
6423         * mm-decode.el (mm-find-part-by-type): Move it here.
6424         * mml.el (mml-postprocess): Move it here.
6425         (mml-postprocess-alist): Move it here. Merge them.
6426
6427 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
6428
6429         * rfc2047.el (rfc2047-encode-message-header): Make sure no
6430         unencoded stuff in the header.
6431
6432 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
6433
6434         * gnus-group.el (gnus-group-listed-groups): New variable.
6435         (gnus-group-list-option): New variable.
6436         (gnus-group-list-limit-map): New keymap.
6437         (gnus-group-list-flush-map): New keymap.
6438         (gnus-group-list-plus-map): New keymap.
6439         (gnus-group-prepare-logic): New function.
6440         (gnus-group-prepare-flat): Merge with
6441         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
6442         (gnus-group-prepare-flat-list-dead): Ditto.
6443         (gnus-group-list-matching): Use gnus-group-prepare-function.
6444         (gnus-group-list-dormant): Ditto.
6445         (gnus-group-list-cached): Ditto.
6446         (gnus-group-listed-groups): New function.
6447         (gnus-group-list-limit): New function.
6448         (gnus-group-list-flush): New function.
6449         (gnus-group-list-plus): New function.
6450         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
6451         (gnus-topic-prepare-topic): Ditto.
6452
6453 2000-10-27  Paul Jarc <prj@po.cwru.edu>
6454
6455         * message.el (message-insert-to, message-get-reply-headers):
6456         (message-reply, message-followup): Mail-{Followup,Reply}-To.
6457
6458 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
6459
6460         * mml2015.el: New file.
6461         * smime.el: New file.
6462         * mml-smime.el: New file.
6463
6464 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6465
6466         * ChangeLog: Moved to ChangeLog.1.
6467
6468 ;; Local Variables:
6469 ;; coding: iso-2022-7bit
6470 ;; End: