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