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