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