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