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