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