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