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