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