Synch with Oort Gnus.
[elisp/gnus.git-] / lisp / ChangeLog
1 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
4
5 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6
7         * nnslashdot.el (nnslashdot-request-article): Remove javascript
8         too.
9
10 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11
12         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
13         duplication.
14         (gnus-summary-save-parts-type-history): Ditto.
15         (gnus-summary-save-parts-last-directory): Ditto.
16         From: andre@slamdunknetworks.com
17
18 2002-03-09  Paul Jarc  <prj@po.cwru.edu
19
20         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
21
22 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
23
24         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
25         -->" as the end of the first article.
26
27         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
28         From Matthieu Moy <Matthieu.Moy@imag.fr>
29
30         * message.el (message-add-action): Use add-to-list.
31         (message-delete-action): New function.
32
33         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
34         pieces.
35
36 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
37
38         * nnnil.el: New file.
39         * gnus.el (gnus-valid-select-methods): Include nnnil.
40
41 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
42
43         * message.el (message-syntax-checks): Because canlock is
44         supported, we disable sender syntax check.
45         (message-shoot-gnksa-feet): Add cancel-messages option doc.
46
47         * gnus-draft.el (gnus-draft-send): If interactive, use its default
48         value of message-syntax-checks.
49
50         * qp.el (quoted-printable-decode-region): Doc addition.
51         From: Eli Zaretskii <eliz@is.elta.co.il>
52
53         * mail-source.el (make-source-make-complex-temp-name): Use
54         make-temp-file.
55
56         * mm-util.el (mm-make-temp-file): New function.
57         * nneething.el (nneething-file-name): Use it.
58         * mml-smime.el (mml-smime-encrypt): Ditto.
59         * mm-view.el (mm-inline-wash-with-file): Ditto.
60         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
61         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
62         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
63         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
64         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
65         * gnus-art.el (gnus-mime-print-part): Ditto.
66
67 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
68
69         * message.el (nnmaildir-article-number-to-base-name): New
70         function.
71         (nnmaildir-base-name-to-article-number): New function.
72
73 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
74
75         * smime.el (smime-make-temp-file): Don't quote
76         `temporary-file-directory'.
77
78 2002-03-04  Simon Josefsson  <jas@extundo.com>
79
80         * smime.el (smime-sign-region): Rename argument keyfiles to
81         keyfile. You only sign something with one key.
82         (smime-sign-buffer): Better completing-read prompt.
83         (smime-decrypt-buffer): Ditto.
84
85         * smime.el (smime-make-temp-file): Make it work under XEmacs.
86
87         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
88         completing-read.
89         (mm-view-pkcs7-decrypt): CRLF->LF.
90
91 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
92
93         * message.el (message-hierarchical-addresses): New variable.
94         (message-get-reply-headers): Use it.
95         From Ted Zlatanov <teodor.zlatanov@divine.com>
96
97 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
98
99         * message.el (message-mode): If buffer-file-name, don't set auto
100         save file name.
101         From Geoff Greene <ggreene@wpi.edu>
102
103 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
104
105         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
106         takes one argument in read-char.
107
108         * message.el (message-fix-before-sending): Forward a char.
109         Check mmu-multibyte-p, add control-1.
110
111 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
112
113         * gnus-start.el (gnus-read-init-file): Ditto.
114
115         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
116
117         * dgnushack.el (dgnushack-make-load): Ditto.
118
119         * mail-source.el (mail-source-fetch): Extract the right error
120         code.
121
122         * message.el (message-fix-before-sending): Check illegible text.
123
124         * gnus-util.el (gnus-multiple-choice): New function.
125
126         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
127         also defined in gnus-score.el.
128
129 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
130
131         * message.el (message-get-reply-headers): downcase email addresses
132         for comaparisons for duplicate removal.
133
134 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
135
136         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
137         implementation of PKCS#7, which just allows users read the
138         message.
139         (mm-view-pkcs7): Use it.
140
141 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
142
143         * gnus.el (large-newsgroup-initial): New parameter.
144
145         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
146         (gnus-summary-insert-old-articles): Ditto.
147
148 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
149
150         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
151         used as the default answer of the question, "How many articles?".
152         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
153
154         * nnagent.el (nnagent-retrieve-headers): Remove articles with
155         small numbers.
156
157 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
158
159         * deuglify.el: Fix comments.
160
161 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
162
163         * html2text.el (html2text-clean-anchor): If there is no HREF,
164         insert nothing.
165
166         * mml.el (mml-generate-mime-1): Add cdr.
167         From: andre@slamdunknetworks.com
168
169         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
170         (mm-text-html-washer-alist): Ditto.
171
172         * mm-decode.el (mm-text-html-renderer): Add html2text.
173
174         * html2text.el: Face lift.
175
176         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
177
178 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
179
180         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
181
182         * deuglify.el: Change copy right. Add autoload. Add coding-system.
183
184         * deuglify.el: New file. The original file name is
185         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
186
187         * mm-decode.el (mm-display-external): Use
188         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
189
190 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
191
192         * nnmaildir.el (nnmaildir-request-list): Report the highest
193         article number, not the total number of articles.
194
195 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
196
197         * gnus-sum.el: Move uu key map here.
198         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
199
200 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
201
202         * nnmaildir.el (nnmaildir-request-expire-articles): Use
203         nnmail-expiry-wait* if expire-age parameter is not set.
204
205 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
206
207         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
208         function.
209         (gnus-group-sort-selected-groups-by-real-name): New function.
210         (gnus-group-make-menu-bar): Add sort by real name.
211
212         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
213         rebuild.
214         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
215         nil as dependencies as well.
216
217 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
218
219         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
220         for mime-parts.
221
222         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
223
224         * gnus-group.el (gnus-group-name-decode): Don't test
225         multibyte-string, because it breaks XEmacs.
226         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
227
228         * message.el (message-send-mail): Be talkative.
229
230         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
231         (mm-automatic-display): Ditto.
232
233         * mailcap.el (mailcap-mime-data): Ditto.
234         From: Reiner Steib <4uce.02.r.steib@gmx.net>
235
236 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
237
238         * many files: Remove trailing whitespaces, replace spc+tab with
239         tab, replace leading whitespaces with tabs.
240
241 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
242
243         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
244         articles with no body and no blank line after the header.
245
246 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
247
248         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
249         parts.
250
251         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
252         non-ascii chars.
253
254         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
255
256         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
257         w3-delay-image-loads.
258         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
259         (mm-w3-prepare-buffer): Ditto.
260
261         * mail-source.el (mail-source-fetch-directory): Run scripts.
262
263 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
264
265         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
266         for Majordomo confirmations.
267
268 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
269
270         * gnus-fun.el (gnus-respond-to-confirmation): New command.
271
272 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
273
274         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
275
276 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
277
278         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
279         References header field.  From Mark Thomas <mthomas@cmu.edu>.
280
281 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
282
283         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
284         (mm-inline-render-with-stdin): Ditto.
285         (mm-inline-render-with-function): Ditto.
286         (mm-inline-wash-with-file): Bind coding-system-for-write.
287         (mm-inline-wash-with-stdin): Ditto.
288
289 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
290
291         Suggested by Felix Natter <fnatter@gmx.net>
292
293         * gnus-art.el (gnus-mime-view-part-externally): Rename from
294         gnus-mime-externalize-view.
295         (gnus-mime-view-part-internally): Rename from
296         gnus-mime-internalize-view.
297         (gnus-article-view-part-externally): Rename from
298         gnus-article-externalize-part.
299         (gnus-mime-action-alist): Change correspondingly.
300         (gnus-mime-button-commands): Ditto.
301         (gnus-mime-action-alist): Remove duplication.
302
303         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
304
305 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
306
307         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
308
309         * gnus-art.el (gnus-display-mime): Use it.
310
311         * mm-partial.el (mm-partial-find-parts): Use it.
312
313         * gnus-sum.el (gnus-article-loose-mime): Rename from
314         gnus-article-no-strict-mime.
315         (gnus-summary-save-parts): Use it.
316
317 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
318
319         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
320         local variable.
321
322         * gnus-art.el (article-display-x-face): Don't sort multiple
323         X-Faces.
324
325 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
326
327         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
328         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
329
330         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
331
332 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
333
334         Some ideas is inspired by code from Hrvoje Niksic
335         <hniksic@arsdigita.com>
336
337         * gnus-art.el (gnus-article-wash-function): Set the default to
338         nil, so that we use mm-text-html-renderer instead.
339         (article-wash-html): Use mm-text-html-renderer.
340
341         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
342         (mm-text-html-renderer): New variable.
343         (mm-inline-text-html-renderer): Set the default to nil, so that we
344         use mm-text-html-renderer instead.
345
346         * mm-view.el (mm-inline-text-html): New function.
347         (mm-text-html-renderer-alist): New variable.
348         (mm-inline-text-vcard): New function.
349         (mm-inline-text): Split.
350         (mm-links-remove-leading-blank): New function.
351         (mm-inline-render-with-file): New function.
352         (mm-inline-render-with-stdin): New function.
353         (mm-inline-render-with-function): New function.
354         (mm-text-html-washer-alist): New variable.
355         (mm-inline-wash-with-file): New function.
356         (mm-inline-wash-with-stdin): New function.
357
358 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
359
360         * message-utils.el: Fix installation doc.
361         From: Reiner Steib <4uce.02.r.steib@gmx.net>
362
363 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
364
365         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
366         (gnus-post-method): Use it.
367         (gnus-summary-cancel-article): Find the correct post-method.
368
369         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
370         * message.el (message-send-news): Ditto.
371         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
372         <ipmonger@delamancha.org>
373
374         * gnus.el (gnus-select-method): Fix doc.
375         (gnus-server-string): Use 'using nntp'.
376
377         * gnus-agent.el (gnus-slave-unplugged): New command.
378         From: Felix Natter <fnatter@gmx.net>
379
380 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
381
382         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
383         Call edit-done-function first, then change the window
384         configuration.
385         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
386         (gnus-article-edit-mode): mml-mode.
387
388         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
389         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
390
391         * message-utils.el: Adopt the file.
392
393         * message-utils.el: New file.
394         From Holger Schauer <Holger.Schauer@gmx.de>
395
396 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
397
398         * gnus-sum.el (gnus-summary-move-article): Select-article only
399         when gnus-move-split-methods is non-nil. And we don't render or
400         mark the article.
401
402         * gnus-fun.el (gnus-shell-command-to-string): New function.
403         (gnus-shell-command-on-region): New function.
404         (gnus-random-x-face): Use them.
405         (gnus-x-face-from-file): Ditto.
406         (gnus-convert-image-to-gray-x-face): Ditto.
407         (gnus-convert-gray-x-face-to-xpm): Ditto.
408         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
409
410 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
411
412         * gnus-art.el (gnus-treat-display-xface): Don't use
413         `shell-command-to-string' when compiling.
414         (gnus-treat-display-grey-xface): Ditto.
415
416 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
417
418         * nnmaildir.el (nnmaildir--article-count): If the group is
419         completely empty, report minimum article number as 1 instead of 0.
420
421 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
422
423         * gnus-agent.el (gnus-get-predicate): Use nconc.
424
425         * gnus-sum.el (gnus-summary-display-make-predicate): Use
426         gnus-summary-display-cache as cache.
427
428         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
429         (nndoc-mail-in-mail-type-p): New function.
430         (nndoc-mail-in-mail-article-begin): New function.
431
432 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
433
434         * mailcap.el (mailcap-mime-data): Use enriched-decode.
435
436         * gnus-cite.el (gnus-article-fill-cited-article): Bind
437         use-hard-newlines to nil.
438
439         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
440         image is not available if window-system is not available.
441
442         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
443
444 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
445
446         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
447         bookmark, because update-mark doesn't handle it correctly.
448
449 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
450
451         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
452         directly instead of calling message-send-mail.
453
454         * gnus-start.el (gnus-read-descriptions-file): Use
455         gnus-default-charset.
456
457         * mm-util.el (mm-guess-mime-charset): New function.
458
459         * gnus.el (gnus-default-charset): Use it.
460         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
461         the default.
462
463 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
464
465         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
466         (article-display-x-face): Use it.  Disable grey xface, if
467         uncompface is not found.
468
469         * message.el (message-mode): Don't enable multibyte on an indirect
470         buffer.
471
472         * nnrss.el (nnrss-content-function): New variable.
473         (nnrss-request-article): Use it.
474
475 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
476
477         * gnus.el: Add article-unsplit-urls.
478         * gnus-sum.el: Ditto.
479         * gnus-art.el (gnus-treat-strip-cr): New variable.
480         (gnus-treatment-function-alist): Use it.
481         (article-unsplit-urls): New function.
482         (gnus-article-make-menu-bar): Use it.
483         From: Michael Cook <michael.cook@cisco.com>
484
485 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
486
487         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
488         copy.
489
490 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
491
492         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
493         with internal whitespace.
494         (gnus-parent-id): Ditto.
495
496 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
497
498         * gnus-art.el (gnus-article-treat-body-boundary): Add
499         gnus-decoration property.
500         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
501
502         * message.el (message-mode): Set local-abbrev-table.
503         From Matt Armstrong <matt@lickey.com>.
504
505         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
506         too many spaces.
507
508         * rfc2047.el (rfc2047-unfold-region): Ditto.
509         (rfc2047-decode-region): Don't unfold. Let
510         gnus-article-treat-unfold-headers do it.
511
512         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
513         From: Jesper Harder <harder@ifa.au.dk>
514
515 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
516
517         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
518         (gnus-configure-posting-styles): Use it.
519         (gnus-configure-posting-styles): Remove trailing newspaces.
520
521 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
522
523         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
524         is non-nil.
525
526         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
527
528         * gnus.el (gnus-server-to-method): Switch position with
529         gnus-server-get-method.
530         (gnus-agent): Add doc.
531
532         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
533         (gnus-summary-save-parts): Use it.
534
535         * gnus-art.el (gnus-display-mime): Use it.
536         * mm-partial.el (mm-partial-find-parts): Use it.
537
538         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
539
540         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
541         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
542
543         * nnagent.el (nnagent-request-expire-articles): Don't delete
544         files.
545
546 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
547
548         * message.el (message-gen-unsubscribed-mft): New function.
549         From Sriram Karra <karra@cs.utah.edu>.
550
551         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
552         open parenthesis.
553
554         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
555         (mm-inline-text-html-render-with-w3): Ditto.
556         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
557         Suggested by Dave Love  <d.love@dl.ac.uk>.
558
559         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
560
561         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
562         * nntp.el (nntp-send-command): Ditto.
563         * nntp.el (nntp-send-command-nodelete): Ditto.
564
565 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
566
567         * mm-url.el (mm-url-load-url): New function.
568         (mm-url-insert-file-contents): Use it.
569
570         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
571
572         * message.el (message-forward-make-body): Correctly copy
573         forward-buffer.
574
575         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
576
577 2002-02-04  Simon Josefsson  <jas@extundo.com>
578
579         * gnus-art.el (gnus-article-followup-with-original): Mark with
580         force, prevent errors when following up from article buffer.
581         (gnus-article-reply-with-original): Ditto.
582
583         * binhex.el (binhex-decoder-switches): Fix doc.  From
584         Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
585
586 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
587
588         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
589         highlight-citation after emphasize.
590
591 2002-02-04  Simon Josefsson  <jas@extundo.com>
592
593         * nnfolder.el (nnfolder-open-marks):
594
595         * nnml.el (nnml-open-marks): Message when done.  From David
596         Edmondson <dme@sun.com>.
597
598 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
599
600         * imap.el (imap-anonymous-auth): Fix typo.
601         From: Steinar Bang <sb@dod.no>
602
603         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
604         save-excursion.
605         (gnus-cache-braid-heads): Ditto.
606
607         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
608         line, because there are extra articles in the overview buffer.
609
610         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
611
612         * message.el (message-forward-rmail-make-body): Directly use
613         rmail-msg-restore-non-pruned-header to avoid calling
614         vertical-motion.
615
616 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
617
618         * gnus-cache.el (gnus-summary-insert-cached-articles):
619         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
620
621         * gnus-group.el (gnus-group-mark-article-read): Nreverse
622         gnus-newsgroups-unselected.
623
624         * gnus-agent.el (gnus-summary-set-agent-mark): Use
625         gnus-add-to-sorted-list.
626
627         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
628         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
629         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
630         (gnus-update-read-articles): UNREAD is sorted.
631         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
632         (gnus-newsgroup-marked, gnus-newsgroup-cached)
633         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
634         (gnus-newsgroup-dormant): Require sorted.
635
636         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
637         directories.
638         (gnus-dired-print): New function.
639
640         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
641         ps-despool.
642
643 2002-02-02  Simon Josefsson  <jas@extundo.com>
644
645         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
646
647 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
648
649         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
650         t. This makes gnus-agent customizable without putting
651         gnus-agentize into .gnus.
652
653         * gnus.el (gnus-agent): Make it customizable.
654
655         * gnus-dired.el: New file.
656         From Benjamin Rutt <brutt@bloomington.in.us>
657
658         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
659         if no article.
660         (gnus-cache-possibly-remove-article): Ditto.
661         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
662
663 2002-02-01  Simon Josefsson  <jas@extundo.com>
664
665         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
666
667 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
668
669         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
670         (mm-setup-w3m): Don't bind keys listed in the above.
671
672 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
673
674         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
675         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
676         is non-nil; bind `w3m-force-redisplay' with nil.
677
678         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
679
680         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
681
682 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
683
684         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
685         use mail-header-unfold-field.
686
687         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
688         gnus-summary-limit.
689
690         * gnus-range.el (gnus-add-to-sorted-list): New function.
691         * gnus-sum.el (gnus-mark-article-as-read): Use it.
692         (gnus-mark-article-as-unread): Ditto.
693         (gnus-summary-mark-article-as-unread): Ditto.
694         (gnus-build-get-header): Ditto.
695         (gnus-summary-prepare-threads): Ditto.
696         (gnus-summary-insert-pseudos): Ditto.
697         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
698         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
699         (gnus-summary-insert-old-articles): Ditto.
700
701         * gnus-msg.el (gnus-posting-styles): Add new format of header.
702         (gnus-configure-posting-styles): Support the new format.
703
704         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
705         edebug-form-spec to (sexp body).
706         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
707
708         * message.el (message-reply-headers): Add doc.
709
710 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
711
712         * gnus-group.el (gnus-group-delete-group): Nix the entry in
713         gnus-cache-active-hashtb.
714
715         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
716         (gnus-agent-summary-fetch-group): Use it.
717
718         * gnus-msg.el (gnus-debug-files): New variable.
719         (gnus-debug-exclude-variables): New variable.
720         (gnus-debug): Use them.
721
722         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
723
724 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
725
726         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
727         (message-mode-syntax-table): Move back the previous position.
728
729         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
730
731         * gnus-agent.el (gnus-agent-retrieve-headers): Use
732         gnus-sorted-difference.
733
734         * nnsoup.el (nnsoup-request-expire-articles): Use
735         gnus-sorted-difference.
736
737         * nnheader.el: Autoload gnus-sorted-difference.
738
739         * nnfolder.el (nnfolder-request-expire-articles): Use
740         gnus-sorted-difference.
741
742         * gnus-cache.el (gnus-cache-retrieve-headers): Use
743         gnus-sorted-difference.
744
745         * gnus-range.el: Autoload cookies.
746         (gnus-sorted-difference): New function.
747         (gnus-sorted-ndifference): New function.
748         (gnus-sorted-nintersection): Rename from
749         gnus-set-sorted-intersection.
750         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
751         (gnus-list-range-difference): Rename from
752         gnus-inverse-list-range-intersection.
753         (gnus-inverse-list-range-intersection): Use defalias.
754
755         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
756         gnus-sorted-ndifference, and gnus-sorted-nintersection.
757         (gnus-articles-to-read): Use gnus-sorted-difference.
758         (gnus-summary-limit-mark-excluded-as-read): Use
759         gnus-sorted-intersection and gnus-sorted-ndifference.
760         (gnus-list-of-read-articles): Use gnus-list-range-difference.
761         (gnus-summary-insert-articles): Use gnus-sorted-difference.
762
763         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
764
765 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
766
767         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
768         property to the buffer for using emacs-w3m command keys.
769
770         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
771         option.
772
773         * mm-view.el (mm-w3m-mode-map): New variable.
774         (mm-w3m-mode-command-alist): New variable.
775         (mm-w3m-minor-mode): Removed.
776         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
777         (mm-inline-text-html-render-with-w3m): Add keymap property to the
778         buffer for using emacs-w3m command keys.
779
780 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
781
782         * message.el (message-mode-syntax-table): Move forward.
783         (message-cite-prefix-regexp): Auto detect non word constituents.
784         (message-cite-prefix-regexp): Don't use with-syntax-table.
785
786         * gnus-sum.el (gnus-summary-update-info): Use
787         gnus-list-range-intersection.
788
789         * gnus-agent.el (gnus-agent-fetch-headers): Use
790         gnus-list-range-intersection.
791
792         * gnus-range.el (gnus-range-normalize): Use correct predicate.
793         (gnus-list-range-intersection): Use it.
794         (gnus-inverse-list-range-intersection): Ditto.
795         (gnus-sorted-intersection): Add doc.
796         (gnus-set-sorted-intersection): Add doc.
797         (gnus-sorted-union): New function.
798         (gnus-set-sorted-union): New function.
799
800         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
801         (gnus-inverse-list-range-intersection): Ditto.
802
803 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
804
805         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
806
807         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
808         and permit `:' and `\' in order to handle full Windows pathnames.
809         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
810         technically not correct per standard, but seems to have common use.
811
812 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
813
814         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
815         replacing numbers.
816
817 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
818
819         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
820
821         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
822         Don't split when the window is small, e.g. when a small *BBDB*
823         window is the lowest one.
824
825         * gnus-agent.el (gnus-agent-retrieve-headers): Use
826         nnheader-find-nov-line to speed up. Use nreverse, because it is
827         sorted. Use nnheader-insert-nov-file.
828
829 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
830
831         * mm-decode.el (mm-inline-text-html-with-images): New user option.
832
833         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
834         of `w3m-display-inline-images' with the value of
835         `mm-inline-text-html-with-images'.
836         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
837
838         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
839
840 2002-01-27  Richard M. Stallman  <rms@gnu.org>
841
842         * time-date.el: Add autoload cookies.  Many doc fixes.
843         (time-add): New function.
844         (time-subtract): Renamed from subtract-time.
845         (subtract-time): New alias for time-subtract.
846
847 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
848
849         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
850         emacs-w3m in doc-string.
851
852         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
853         `w3m-current-buffer'.
854
855 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
856
857         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
858
859         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
860         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
861         (mm-w3m-cid-retrieve): New function.
862         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
863
864 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
865
866         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
867
868 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
869
870         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
871
872 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
873
874         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
875         32K.
876
877         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
878
879         * nnmail.el (nnmail-article-group): Decode headers before running
880         split rules over them.
881         (nnmail-mail-splitting-charset): New variable.
882
883         * smiley.el: Replaced with smiley-ems.el.
884
885 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
886
887         * mm-url.el (mm-url-predefined-programs): Add w3m.
888         (mm-url-program): Ditto.
889
890 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
891
892         * nnml.el (nnml-use-compressed-files): New variable.
893         (nnml-filenames-are-evil): Removed.
894         (nnml-current-group-article-to-file-alist): Don't use.
895         (nnml-update-file-alist): Inhibit.
896         (nnml-article-to-file): Use new var.
897
898 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
899
900         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
901
902         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
903
904 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905
906         * gnus-agent.el (gnus-agent-load-alist): Use new caching
907         function.
908
909         * gnus-util.el (gnus-cache-file-contents): New function.
910
911         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
912         (gnus-agent-load-alist): Use it.
913
914         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
915
916         * nnheader.el (nnheader-insert-nov-file): New function.
917
918         * gnus-util.el (gnus-parse-without-error): Correct the loop.
919
920         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
921         there are no references.
922         (gnus-extract-message-id-from-in-reply-to): New function.
923         (gnus-nov-parse-line): Use in-reply-to if there are no
924         references.
925
926 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
927
928         * nnagent.el (nnagent-retrieve-headers): Use new macro.
929
930         * gnus-util.el (gnus-parse-without-error): New macro.
931
932 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
933
934         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
935         (gnus-article-wash-function): use locate-library to decide which
936         to use.
937
938 2002-01-25  Simon Josefsson  <jas@extundo.com>
939
940         * pop3.el (pop3-munge-message-separator): Work if no date.  From
941         Marius Vollmer <mvo@zagadka.ping.de>.
942
943 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
944
945         * gnus-agent.el (gnus-agent-save-alist): Fix.
946
947         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
948         mistake.  Reinstated lost code.
949
950 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
951
952         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
953         one exists in the case of an encrypted message with an internal
954         signature.
955
956 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
957
958         * gnus-agent.el (gnus-agent-save-alist): Optimized.
959
960 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
961
962         * dgnushack.el: Commented out the experimental code.
963
964 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
965
966         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
967         error.
968
969         * gnus.el (gnus-server-to-method): Made into subst.
970         (gnus-server-method-cache): New variable.
971         (gnus-server-to-method): Use it.
972         (gnus-group-method-cache): New variable.
973         (gnus-find-method-for-group-1): Renamed.
974         (gnus-find-method-for-group): New function.
975         (gnus-group-method-cache): Removed.
976
977         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
978         function.
979
980         * gnus-range.el (gnus-members-of-range): New function.
981         (gnus-list-range-intersection): Renamed.
982         (gnus-inverse-list-range-intersection): New function.
983
984         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
985
986         * nnagent.el (nnagent-retrieve-headers): New implementation.
987
988         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
989         implementation.
990
991 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
992
993         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
994         `w3m-meta-content-type-charset-regexp'.
995
996         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
997         charset-encoded html contents.
998
999 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
1000
1001         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
1002         an empty file.
1003
1004         * nnweb.el (url): Ignore errors when request url.
1005
1006         * nnrss.el: Clean up the comments.
1007
1008 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1009
1010         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
1011
1012         * mm-decode.el (mm-inline-text-html-renderer): New user option.
1013         (mm-inline-media-tests): Test whether the value of
1014         `mm-inline-text-html-renderer' is a function for text/html.
1015
1016         * mm-view.el (mm-inline-text-html-render-with-w3): New function
1017         separated from `mm-inline-text'.
1018         (mm-w3m-minor-mode): New variable.
1019         (mm-w3m-setup): New variable.
1020         (mm-setup-w3m): New function.
1021         (mm-inline-text-html-render-with-w3m): New function.
1022         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
1023         text/html.
1024
1025 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
1026
1027         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
1028
1029 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1030
1031         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
1032         and `gnus-xmas-completing-read'.
1033
1034 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1035
1036         * nneething.el (nneething-message-id-number): Abolished.
1037         (nneething-encode-file-name): Not encode numerical characters.
1038         (nneething-make-head): `nneething-message-id-number' is not
1039         used to generate message IDs.
1040
1041 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1042
1043         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
1044         characters.
1045
1046 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1047
1048         * gnus-xmas.el (gnus-xmas-completing-read): New function.
1049         (gnus-xmas-redefine): Redefine conditionally.
1050
1051 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
1052
1053         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
1054         tag.
1055
1056 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
1057
1058         * message.el (message-font-lock-keywords): Added the secure tag.
1059         * mml-sec.el: Added functions to generate/modify/remove the secure
1060         tag while in message mode.
1061         * mml-sec.el (mml-secure-message): New.
1062         * mml-sec.el (mml-unsecure-message): New.
1063         * mml-sec.el (mml-secure-message-sign-smime): New.
1064         * mml-sec.el (mml-secure-message-sign-pgp): New.
1065         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
1066         * mml-sec.el (mml-secure-message-encrypt-smime): New.
1067         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
1068         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
1069         * mml.el (mml-parse-1): Added code to recognise the secure tag and
1070         convert it to either a part or multipart depending on if there are
1071         other parts in the message.
1072         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
1073         to use the secure tag, rather than the part tag.
1074         * mml.el (mml-preview): Added a save-excursion to keep cursor
1075         position after doing an MML preview.
1076
1077 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1078
1079         * nnheader.el (nnheader-parse-overview-file): New function.
1080         (nnheader-write-overview-file): New function.
1081
1082 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1083
1084         * gnus.el (gnus-group-fast-parameter): Check better if expansion
1085         in wanted.
1086
1087         * nnweb.el (nnweb-type-definition): Clean up.
1088
1089 2002-01-21  Alastair Burt  <burt@dfki.de>
1090
1091         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
1092         buffer exists before jumping to it.
1093
1094 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1095
1096         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
1097         function.
1098         (article-wash-html): Use it.
1099         (gnus-article-wash-function): New variable.
1100         (gnus-article-wash-html-with-w3m): New function.
1101
1102 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1103
1104         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
1105         XEmacs.
1106
1107 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
1108
1109         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
1110         command line.
1111
1112 2002-01-21  Simon Josefsson  <jas@extundo.com>
1113
1114         * canlock.el (base64-encode-string): Autoload it from base64.
1115         (canlock-make-cancel-key): Base64 encode unibyte string.
1116
1117 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1118
1119         * nnfolder.el (nnfolder-request-accept-article): Unfold
1120         x-from-line.
1121         (nnfolder-request-replace-article): Ditto.
1122
1123 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
1124
1125         * gnus-group.el (gnus-group-best-unread-group): Use the right
1126         positioning function.
1127
1128 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1129
1130         * smiley-ems.el (smiley-region): Use new function.
1131         (smiley-update-cache): Use general image functions.
1132         (smiley-region): Use general functions.
1133
1134         * gnus-util.el (gnus-graphic-display-p): New function.
1135
1136         * nnmail.el (nnmail-article-group): Allow outputting traces of
1137         non-strings.
1138
1139         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
1140         (nndoc-exim-bounce-type-p): New function.
1141
1142         * message.el (message-dont-send): Doc fix.
1143
1144         * gnus-util.el (gnus-completing-read): Remove
1145         inherit-input-method.
1146
1147         * gnus-art.el (gnus-treat-smiley): Doc fix.
1148
1149         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
1150         articles.
1151
1152 2002-01-19  Simon Josefsson  <jas@extundo.com>
1153
1154         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
1155         (imap-kerberos4-open): Ditto.
1156         (imap-open): Set port correctly, don't set auth.
1157
1158 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1159
1160         * gnus.el (gnus-version-number): Bump version number.
1161
1162 2002-01-20 05:33:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1163
1164         * gnus.el: Oort Gnus v0.05 is released.
1165
1166 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1167
1168         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
1169         exists.
1170
1171         * gnus-spec.el (gnus-string-width-function): New function.
1172         (gnus-tilde-cut-form): Use it.
1173         (gnus-tilde-max-form): Ditto.
1174         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
1175         (gnus-substring-function): Use it.
1176         (gnus-tilde-cut-form): Ditto.
1177         (gnus-substring-function): New function.
1178
1179         * message.el (message-check-news-header-syntax): New message.
1180
1181         * gnus.el (gnus-slave-no-server): Doc fix.
1182
1183         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
1184
1185 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1186
1187         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
1188         `seen' if it looks like (seen NUM1 . NUM2).  It should be
1189         (seen (NUM1 . NUM2)).
1190
1191 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1192
1193         * gnus-topic.el (gnus-topic-catchup-articles): Update article
1194         number in closed topics.
1195
1196 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
1197
1198         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
1199         functions.
1200
1201 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1202
1203         * gnus.el (gnus-group-find-parameter): Clean up.
1204
1205         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
1206         articles.
1207
1208         * gnus-util.el (gnus-completing-read-with-default): Renamed.
1209
1210         * nnmail.el (nnmail-article-group): Clean up.
1211
1212 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
1213
1214         * gnus-agent.el (gnus-category-name): Intern the category name.
1215
1216 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1217
1218         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
1219
1220         * gnus-util.el (gnus-completing-read): New function.
1221
1222 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
1223
1224         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
1225
1226         * smiley-ems.el (smiley-region): Register smiley.
1227         (smiley-toggle-buffer): Rewrite the function.
1228         (smiley-active): Removed.
1229
1230 2002-01-19  Simon Josefsson  <jas@extundo.com>
1231
1232         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
1233         Jesper Harder <harder@ifa.au.dk>.
1234
1235 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1236
1237         * gnus-art.el (gnus-request-article-this-buffer): Call
1238         `nneething-get-file-name' to extract the file name from the
1239         message id.
1240
1241         * nneething.el (nneething-encode-file-name): New function.
1242         (nneething-decode-file-name): Ditto.
1243         (nneething-get-file-name): Ditto.
1244         (nneething-make-head): Encode the file name and encapsulate it
1245         into the field of the message id.
1246
1247 2002-01-18  Simon Josefsson  <jas@extundo.com>
1248
1249         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
1250         stored in .marks.
1251
1252         * nnfolder.el (nnfolder-request-update-info): Ditto.
1253
1254 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
1255
1256         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
1257
1258 2002-01-18  Simon Josefsson  <jas@extundo.com>
1259
1260         * imap.el (imap-starttls-p): Don't check for binary.
1261         (imap-gssapi-auth-p): Ditto.
1262         (imap-kerberos4-auth-p): Ditto.
1263         (imap-open): Change logic.  Iterate through all possible streams,
1264         instead of bailing out after first failure.  Move authenticator
1265         decision to `imap-authenticate'.
1266         (imap-authenticate): Change logic, now finds the authenticator to
1267         use, was previously in `imap-open'.
1268         (imap-open): Return nil on failure.
1269         (imap-open): Setup temp buffer correctly.
1270         (imap-open): Return buffer only on success.
1271         (imap-interactive-login, imap-interactive-login): Tell the user
1272         which stream/authenticator is used for the queried
1273         username/password.
1274         (imap-open, imap-authenticate): Set variables.
1275         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
1276         (imap-open): Don't assume how `with-temp-buffer' is implemented.
1277
1278 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1279
1280         * gnus-fun.el (gnus-grab-cam-x-face): New function.
1281
1282 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1283
1284         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
1285
1286 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1287
1288         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
1289         (gnus-agent-group-mode-map): Bind it to "Jo".
1290         (gnus-agent-group-make-menu-bar): Add it into menu bar.
1291
1292 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
1293
1294         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
1295         (gnus-summary-mail-toolbar): Add mail article deletion button.
1296
1297         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
1298         false positives for lines of "^^^^".
1299
1300         * gnus-picon.el (gnus-picon-find-face): faces database is all
1301         lowercase.
1302
1303 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1304
1305         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
1306         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
1307         duplications.
1308         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
1309
1310 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1311
1312         * gnus-sum.el (gnus-summary-initial-limit): Inline
1313         gnus-summary-limit-children.
1314         (gnus-summary-initial-limit): Don't limit if
1315         gnus-newsgroup-display is nil.
1316         (gnus-summary-initial-limit): No, don't.
1317
1318         * gnus-util.el
1319         (gnus-put-text-property-excluding-characters-with-faces): Inline
1320         gnus-put-text-property.
1321
1322         * gnus-spec.el (gnus-default-format-specs): New variable.
1323
1324         * gnus-start.el (gnus-read-newsrc-file): Don't clear
1325         gnus-format-specs.
1326         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
1327
1328         * gnus-spec.el (gnus-update-format-specifications): Really check
1329         the Gnus version of the .newsrc.eld file.
1330         (gnus-format-specs): Save the new default summary format.
1331
1332         * gnus-util.el (gnus-parent-id): Check whether references is empty
1333         before splitting.
1334
1335         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
1336         functions.
1337         (gnus-gather-threads-by-references): Inline
1338         `gnus-split-references'.
1339
1340         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
1341         default value of gnus-summary-line-format-spec.
1342
1343 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1344
1345         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
1346         message.
1347         (nnslashdot-request-list): Ditto.
1348         (nnslashdot-sid-strip): Removed.
1349
1350 2002-01-15  Simon Josefsson  <jas@extundo.com>
1351
1352         * nnimap.el (nnimap-close-asynchronous): Enable.
1353         (nnimap-close-group): Expunge.
1354
1355 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1356
1357         * gnus-util.el (gnus-user-date-format-alist): Typo.
1358         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
1359
1360 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1361
1362         * nneething.el (nneething-request-article): Set
1363         `nnmail-file-coding-system' to `binary' locally, in order to read
1364         files without any conversion.
1365
1366 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1367
1368         * gnus-agent.el (gnus-agent-retrieve-headers): Use
1369         nnheader-file-coding-system and nnmail-active-file-coding-system.
1370         (gnus-agent-regenerate-group): Ditto.
1371         (gnus-agent-regenerate): Ditto.
1372         (gnus-agent-write-active): Ditto.
1373         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
1374
1375 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1376
1377         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
1378         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
1379
1380 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1381
1382         * gnus.el: We don't need gnus-article-show-all-headers.
1383
1384         * gnus-art.el (article-show-all, gnus-article-show-all-header):
1385         Ditto.
1386
1387         * gnus-sum.el (gnus-summary-select-article): Don't call
1388         show-all-headers, because hidden headers are not hidden text any
1389         more.
1390
1391 2002-01-13  Simon Josefsson  <jas@extundo.com>
1392
1393         * message.el (message-newline-and-reformat): Use `newline' instead
1394         of inserting \n, so that the newline is marked as hard.
1395
1396         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
1397         From Jesper Harder <harder@ifa.au.dk>.
1398
1399 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
1400
1401         * imap.el (imap-close): Keep going if quit.
1402
1403         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
1404         nntp-server-buffer.
1405
1406 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1407
1408         * mm-view.el (mm-display-inline-fontify): Require font-lock to
1409         avoid unbinding shadowed variables.
1410
1411         * gnus-art.el (gnus-picon-databases): Moved here.
1412         (gnus-picons-installed-p): Moved here.
1413         (gnus-article-reply-with-original): Use `mark'.
1414
1415         * gnus.el (gnus-picon): Moved here and renamed.
1416
1417         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
1418         installed.
1419         (gnus-treat-mail-picon): Ditto.
1420         (gnus-treat-newsgroups-picon): Ditto.
1421
1422         * gnus-picon.el (gnus-picons-installed-p): New function.
1423
1424 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
1425
1426         * gnus-agent.el (gnus-agent-go-online): Fix doc.
1427
1428 2002-01-12  Simon Josefsson  <jas@extundo.com>
1429
1430         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
1431         (nnimap-before-find-minmax-bugworkaround): Use it.
1432         (nnimap-find-minmax-uid): Don't reselect current mailbox.
1433         (nnimap-dont-close): New variable.
1434         (nnimap-close-group): Use it.
1435
1436 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1437
1438         * gnus-art.el (gnus-article-reply-with-original): Use
1439         `mark-active'.
1440
1441         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
1442
1443         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
1444         (gnus-score-advanced): Clean up.
1445         (gnus-score-advanced): Accept a multiple of the score.
1446
1447 2002-01-12  Simon Josefsson  <jas@extundo.com>
1448
1449         * flow-fill.el (fill-flowed-display-column)
1450         (fill-flowed-encode-columnq): New variables.  Suggested by
1451         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann).
1452         (fill-flowed-encode, fill-flowed): Use them.
1453
1454         * message.el (message-send-news, message-send-mail): Use
1455         m-b-s-n-p-e-h-n.
1456
1457         * mml.el (autoload): Autoload fill-flowed-encode.
1458         (mml-buffer-substring-no-properties-except-hard-newlines): New
1459         function.
1460         (mml-read-part): Use it.
1461         (mml-generate-mime-1): Encode format=flowed if appropriate.
1462         (mml-insert-mime-headers): Insert format=flowed.
1463
1464         * flow-fill.el (fill-flowed-encode): New function.
1465         (fill-flowed): Bind fill-column to window width.
1466
1467 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1468
1469         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
1470         it exists.
1471         (gnus-summary-setup-buffer): Wake up dead summary buffers.
1472         (gnus-summary-buffer-name): Don't return the dead name after all.
1473         (gnus-summary-setup-buffer): Kill the dead buffer.
1474
1475         * gnus-art.el (gnus-article-followup-with-original): Store the
1476         value of the mark before deactivating it.
1477
1478 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1479
1480         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
1481         From: Karl Kleinpaste <karl@charcoal.com>
1482
1483         * gnus-art.el (article-display-x-face): Ditto.
1484         (gnus-article-reply-with-original): Use gnus-region-active-p.
1485         (gnus-article-followup-with-original): Ditto.
1486
1487         * gnus-sum.el (gnus-summary-read-group-1): Don't select
1488         downloadable article either.
1489
1490 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1491
1492         * gnus-art.el (article-display-x-face): Insert From:.
1493
1494         * gnus-sum.el (gnus-summary-move-article): Don't draw the
1495         article. Bind gnus-display-mime-function and
1496         gnus-article-prepare-hook.
1497
1498         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
1499         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
1500         gnus-agent-possibly-synchronize-flags to the last.
1501         (gnus-agent-go-online): New function. New variable.
1502
1503 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1504
1505         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
1506         (gnus-agent-regenerate): Ditto.
1507
1508 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1509
1510         * message.el (message-ignored-news-headers)
1511         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
1512         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
1513
1514         * gnus.el (gnus-gethash-safe): New macro.
1515
1516         * gnus-agent.el (gnus-agent-regenerate-history): New function.
1517         (gnus-agent-regenerate): Show messages.
1518
1519 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1520
1521         * gnus-agent.el (gnus-agent-regenerate-group): New function.
1522         (gnus-agent-regenerate): New function.
1523         (gnus-agent-save-alist): Sort.
1524         (gnus-agent-copy-nov-line): Test eobp.
1525         (gnus-agent-retrieve-headers): Erase buffer.
1526
1527 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
1528
1529         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
1530         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
1531
1532         * gnus.el (gnus-agent-covered-methods): Move here.
1533         (gnus-online): New function.
1534         (gnus-agent-method-p): Move here.
1535
1536         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
1537         nil. Remove articles-alist.
1538
1539         * gnus-start.el (gnus-get-unread-articles): Check online.
1540         (gnus-groups-to-gnus-format): Ditto.
1541         (gnus-active-to-gnus-format): Ditto.
1542
1543         * gnus-agent.el (gnus-agent-get-function): Use it.
1544         (gnus-agent-get-undownloaded-list): Ditto.
1545         (gnus-agent-fetch-session): Only fetch online methods.
1546
1547         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
1548         (gnus-server-mode-map): Ditto.
1549         (gnus-server-offline-face): New face.
1550         (gnus-server-offline-face): New variable.
1551         (gnus-server-font-lock-keywords): Add offline.
1552         (gnus-server-insert-server-line): Ditto.
1553         (gnus-server-offline-server): New function.
1554
1555         * gnus-int.el (gnus-open-server): Turn to offline.
1556         (gnus-server-unopen-status): New variable.
1557
1558 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
1559
1560         * nnkiboze.el (nnkiboze-request-article): Use
1561         gnus-agent-request-article.
1562
1563         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
1564         function. Insert undownloaded NOV.
1565
1566         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
1567         (gnus-agent-request-article): New function.
1568
1569         * gnus.el (gnus-agent-cache): New variable.
1570
1571         * gnus-int.el (gnus-retrieve-headers): Use
1572         gnus-agent-retrieve-headers.
1573         (gnus-request-head): Use gnus-agent-request-article.
1574         (gnus-request-body): Ditto.
1575
1576         * gnus-art.el (gnus-request-article-this-buffer): Use
1577         gnus-agent-request-article.
1578
1579         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
1580         article if it is undownloaded.
1581
1582 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1583
1584         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
1585
1586 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1587
1588         * canlock.el (canlock-string-as-unibyte): New macro.
1589         (canlock-sha1-with-openssl): Return a unibyte string.
1590         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
1591
1592 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
1593
1594         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
1595
1596 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1597
1598         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
1599         application/x-emacs-lisp.
1600
1601         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
1602
1603         * nntp.el (nntp-request-article): Add group parameter.
1604         (nntp-request-head): Ditto.
1605         (nntp-find-group-and-number): Add parameter group. Figure out
1606         number if the status line doesn't give (e.g. quimby.gnus.org).
1607
1608 2002-01-08  Simon Josefsson  <jas@extundo.com>
1609
1610         * mml.el (mml-generate-mime-1): Set recipient correctly.
1611
1612 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1613
1614         * message.el (message-read-from-minibuffer): Add parameter
1615         initial-contents.
1616         * gnus-msg.el (gnus-summary-resend-message): Use it.
1617
1618         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
1619         behavior of quit-config.
1620
1621         * message.el (message-make-from): Don't quote fullname.
1622         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
1623
1624         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
1625         From: <andre@slamdunknetworks.com>
1626
1627 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1628
1629         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
1630
1631         * gnus-art.el (gnus-header-button-alist): Handle mailto.
1632
1633         * mml.el (mml-preview): Bind gnus-original-article-buffer because
1634         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
1635         because bbdb may use it.
1636
1637 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1638
1639         * nneething.el (nneething-request-article): When a non-text file
1640         is converted to an article, its data is encoded in base64.  Call
1641         `nneething-make-head' with options to specify MIME types.
1642         (nneething-make-head): Add optional arguments to specify MIME
1643         types.
1644
1645 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1646
1647         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
1648         header if there is not.
1649
1650         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
1651
1652         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
1653         (gnus-inews-mark-gcc-as-read): Obsolete variable.
1654         (gnus-inews-do-gcc): Use them.
1655
1656         * gnus-group.el (gnus-group-mark-article-read): Put holes into
1657         gnus-newsgroup-unselected.
1658
1659 2002-01-06  Simon Josefsson  <jas@extundo.com>
1660
1661         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
1662         condition-case, not ignore-errors.
1663
1664 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1665
1666         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
1667         gnus-fetch-old-headers.
1668
1669         * gnus-art.el (article-display-x-face): Use the current buffer
1670         unless `W f'. Otherwise, X-Face may be shown in the header of a
1671         forwarded part.
1672         (gnus-treatment-function-alist): Treat xface before hiding
1673         headers.
1674
1675 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1676
1677         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
1678         parameters.
1679
1680 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1681
1682         * mm-util.el (mm-multibyte-p): Define conditionally when load.
1683         (mm-guess-charset): New function.
1684         (mm-charset-after): Use it.
1685         (mm-detect-coding-region): New function.
1686         (mm-detect-mime-charset-region): New function.
1687
1688         * gnus-sum.el (gnus-summary-show-article): Use
1689         mm-detect-coding-region.
1690
1691 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1692
1693         * message.el (message-make-fqdn): Be less violent.
1694
1695         * gnus.el (gnus-logo-color-style): Compute custom form
1696         automatically.
1697
1698         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
1699         score file of the parent to the document group.
1700
1701         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
1702         parameters parameter.
1703
1704         * gnus-score.el (gnus-score-load-file): Clean up.
1705
1706 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1707
1708         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
1709         From: Damien Wyart <damien.wyart@free.fr>
1710
1711         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
1712
1713 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
1714
1715         * gnus-sum.el (gnus-select-group-hook): Typo.
1716
1717         * rfc2047.el (rfc2047-decode-string): Return immediately if there
1718         is no quoted-printable-encoded STRING.
1719         From: Jesper Harder <harder@ifa.au.dk>
1720
1721         (rfc2047-decode-string): Decode it.
1722
1723 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1724
1725         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
1726
1727 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
1728
1729         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
1730         buffer to get rid of junk line.
1731
1732 2002-01-05  Simon Josefsson  <jas@extundo.com>
1733
1734         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
1735         C-o.
1736         (message-mode-map): Bind message-insert-or-toggle-importance to
1737         C-c C-u.
1738         (message-mode-map): Bind message-disposition-notification-to to
1739         C-c M-n.
1740         (message-mode-menu): Add m-d-n-t.
1741         (message-mode-field-menu): Add m-goto-from.
1742         (message-mode): Doc fix.
1743         (message-goto-from): New function.
1744         (message-insert-disposition-notification-to): New function.
1745         (message-tool-bar-map): Add receipt button.
1746
1747 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1748
1749         * gnus-sum.el (gnus-thread-latest-date): New function.
1750         (gnus-thread-sort-by-most-recent-number): Renamed.
1751         (gnus-thread-sort-functions): Doc fix.
1752         (gnus-select-group-hook): Don't use setq on a hook.
1753         (gnus-thread-latest-date): Use date, not number
1754
1755         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
1756         (gnus-agent-expire): Allow regexp of expire-days.
1757
1758         * gnus-art.el (gnus-article-reply-with-original): Deactivate
1759         region.
1760         (gnus-article-followup-with-original): Ditto.
1761
1762         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
1763
1764         * gnus-art.el (gnus-mime-display-alternative): Use
1765         gnus-local-map-property.
1766         (gnus-mime-display-alternative): Ditto.
1767         (gnus-insert-mime-security-button): Ditto.
1768         (gnus-insert-next-page-button): Ditto.
1769         (gnus-button-prev-page): Take optional args.
1770         (gnus-insert-prev-page-button): widget-convert.
1771
1772         * gnus-util.el (gnus-local-map-property): New function.
1773
1774         * gnus-art.el (gnus-prev-page-map): Use parent map.
1775         (gnus-next-page-map): Ditto.
1776
1777         * gnus-spec.el (gnus-parse-format): Clean up.
1778         (gnus-parse-format): Do complex formatting for %=.
1779
1780         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
1781         "X-Face: " to the data in the built-in scenario.
1782
1783         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
1784         (gnus-correct-pad-form): Renamed.
1785         (gnus-tilde-max-form): Clean up.
1786         (gnus-pad-form): Use gnus-use-correct-string-widths.
1787
1788         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
1789         support if that is available.
1790
1791         * gnus-sum.el (gnus-thread-highest-number): New function.
1792         (gnus-thread-sort-by-most-recent-thread): New function.
1793         (gnus-thread-sort-functions): Doc fix.
1794
1795 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
1796
1797         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
1798         all cases.
1799         (gnus-summary-mode): Enable it in all cases.
1800         (gnus-summary-display-article): Ditto.
1801         (gnus-summary-edit-article): Ditto.
1802
1803         * gnus-ems.el (gnus-put-image): Really return glyph.
1804
1805         * gnus-art.el (gnus-article-x-face-command): Fix :type.
1806         (gnus-treat-smiley): Don't take "P" in the interactive form.
1807
1808 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1809
1810         * compface.el (uncompface): XEmacs and Emacs have differing
1811         capabilities.
1812
1813         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
1814
1815         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
1816         (gnus-article-xface-ring-size): Removed.
1817         (gnus-article-display-xface): Removed.
1818         (gnus-remove-image): Cleaned up.
1819
1820         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
1821         (gnus-xmas-create-image): Take pbm files.
1822         (gnus-x-face): Removed.
1823         (gnus-xmas-article-display-xface): Removed.
1824
1825         * gnus-fun.el (gnus-display-x-face-in-from): Bind
1826         default-enable-multibyte-characters.
1827
1828         * compface.el (uncompface): Doc fix.
1829
1830         * gnus-art.el (gnus-article-x-face-command): Use
1831         gnus-display-x-face-in-from.
1832
1833         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
1834
1835         * gnus-ems.el (gnus-put-image): Return the image.
1836
1837         * gnus-fun.el (gnus-display-x-face-in-from): New function.
1838         (gnus-x-face): Moved here.
1839
1840 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
1841
1842         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
1843         invisible if string is nil.
1844         (gnus-xmas-article-display-xface): Use it.
1845
1846         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
1847         property when string is nil.
1848         (gnus-article-display-xface): Use it.
1849
1850 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1851
1852         * gnus-art.el (article-display-x-face): Check whether valid grey
1853         face was returned.
1854         (article-display-x-face): Place image in the right spot.
1855
1856         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
1857         stderr.
1858         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
1859
1860 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1861
1862         * gnus-xmas.el (gnus-xmas-create-image): Take optional
1863         parameters.
1864         (gnus-xmas-put-image): Allow non-strings to be passed.
1865
1866         * gnus-art.el (article-display-x-face): Use optional parameters.
1867
1868         * gnus-ems.el (gnus-create-image): Take optional parameters.
1869
1870         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
1871
1872         * compface.el (compface-xbm-p): Removed.
1873
1874         * gnus-ems.el (gnus-article-compface-xbm): Removed.
1875         (gnus-article-display-xface): Use compface.
1876
1877         * compface.el: New file.
1878
1879         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
1880         (gnus-convert-image-to-x-face-command): Ditto.
1881         (gnus-random-x-face): Quote argument.
1882         (gnus-x-face-from-file): Ditto.
1883
1884 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
1885
1886         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
1887         the expire-group parameter once per article rather than once
1888         per group; bind `nnmaildir-article-file-name' and `article'
1889         for convenience.  Leave article alone when expire-group
1890         specifies the current group.
1891         (nnmaildir--update-nov): be more concurrency-friendly with
1892         temp file names.
1893
1894 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1895
1896         * gnus-start.el (gnus-read-init-file): Cleaned up.
1897
1898 2002-01-03  Dave Love  <d.love@dl.ac.uk>
1899
1900         * gnus-start.el (gnus-startup-file-coding-system): Removed.
1901         (gnus-read-init-file): Don't use it.
1902
1903 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1904
1905         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
1906
1907 2002-01-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1908
1909         * gnus-start.el (gnus-read-init-file): Don't force coding system
1910         for ~/.gnus.  From Dave Love <fx@gnu.org>.
1911
1912 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
1913
1914         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
1915         * nnspool.el (nnspool-request-post): Ditto.
1916
1917         * mm-util.el (mm-use-find-coding-systems-region): New variable.
1918         (mm-find-mime-charset-region): Use it.
1919
1920 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
1921
1922         * gnus.el (gnus-summary-line-format): Added :link.
1923         * gnus-topic.el (gnus-topic-line-format): Ditto.
1924         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
1925         * gnus-srvr.el (gnus-server-line-format): Ditto.
1926         * gnus-group.el (gnus-group-line-format): Ditto.
1927
1928         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
1929         :keys, it works on both Emacsen.
1930
1931 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
1932
1933         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
1934
1935 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1936
1937         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
1938
1939 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
1940
1941         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
1942         very wide reply.
1943
1944 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1945
1946         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
1947         (gnus-picon-cache): New variable.
1948         (gnus-picon-transform-newsgroups): Cache stuff.
1949
1950         * gnus-art.el (gnus-article-reply-with-original): New command.
1951         (gnus-article-followup-with-original): New command.
1952
1953         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
1954         END parameters.
1955         (gnus-summary-followup): Take a list of list of articles.
1956         (gnus-inews-yank-articles): Allow lists of article/regions.
1957
1958         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
1959         longer the usual commands.
1960
1961         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
1962         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
1963         shell-command-on-region.
1964
1965 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
1966
1967         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
1968           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
1969
1970 2002-01-03  Steve Youngs  <youngs@xemacs.org>
1971
1972         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
1973         understand ':keys', wrap it in an featurep 'xemacs.
1974
1975 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
1976
1977         * gnus-ems.el (gnus-article-display-xface): Show xface in the
1978         order of headers (Actually, it is called in a reversed order). Add
1979         'gnus-image-text-deletable property.
1980         (gnus-remove-image): Remove text with such a property.
1981
1982         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
1983         gnus-put-image.
1984
1985         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
1986         with ", "
1987
1988 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1989
1990         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
1991
1992         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
1993         (article-display-x-face): Display grey X-Faces.
1994
1995         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
1996         (gnus-convert-gray-x-face-to-ppm): Ditto.
1997         (gnus-convert-image-to-gray-x-face): Ditto.
1998
1999         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
2000         gnus-summary-show-raw-article.
2001
2002 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2003
2004         Display picons in XEmacs without showing text.
2005
2006         * gnus-xmas.el (gnus-xmas-create-image): Don't use
2007         mm-create-image-xemacs to create xbm glyph, because it deletes
2008         temporary files.
2009         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
2010         (gnus-xmas-remove-image): Make text visible, remove glyph.
2011
2012         * gnus-picon.el (gnus-picon-transform-newsgroups)
2013         (gnus-picon-transform-address): Insert spec backward, due to the
2014         incompatibility of gnus-xmas-put-image.
2015
2016 2002-01-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2017
2018         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
2019
2020 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2021
2022         * gnus.el: Doc fix.
2023
2024         * gnus-art.el: Doc fix.
2025
2026         * gnus-agent.el: Doc fix.
2027
2028 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2029
2030         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
2031
2032 2002-01-01  Paul Jarc <prj@po.cwru.edu>
2033
2034         * nnmaildir.el (nnmaildir--update-nov): automatically parse
2035         NOV data out of the message again if nnmail-extra-headers has
2036         changed.
2037
2038 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2039
2040         * gnus-fun.el: New file.
2041         (gnus-convert-image-to-x-face-command): New variable.
2042         (gnus-insert-x-face): New function.
2043         (gnus-random-x-face): Renamed.
2044         (gnus-x-face-from-file): Renamed.
2045
2046         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
2047         "_".
2048         (gnus-body-boundary-delimiter): Typo fix.
2049
2050 2002-01-02  Simon Josefsson  <jas@extundo.com>
2051
2052         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
2053         (gnus-body-boundary-delimiter): Fix type.
2054
2055 2002-01-01  Simon Josefsson  <jas@extundo.com>
2056
2057         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
2058         (gnus-treat-emphasize, gnus-treat-strip-cr)
2059         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
2060         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
2061         (gnus-treat-fill-article, gnus-treat-hide-citation)
2062         (gnus-treat-hide-citation-maybe)
2063         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
2064         (gnus-treat-strip-pem, gnus-treat-strip-banner)
2065         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
2066         (gnus-treat-date-ut, gnus-treat-date-local)
2067         (gnus-treat-date-english, gnus-treat-date-lapsed)
2068         (gnus-treat-date-original, gnus-treat-date-iso8601)
2069         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
2070         (gnus-treat-strip-trailing-blank-lines)
2071         (gnus-treat-strip-leading-blank-lines)
2072         (gnus-treat-strip-multiple-blank-lines)
2073         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
2074         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
2075         (gnus-treat-display-xface, gnus-treat-display-smileys)
2076         (gnus-treat-from-picon, gnus-treat-mail-picon)
2077         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
2078         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
2079         (gnus-treat-play-sounds, gnus-treat-translate)
2080         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
2081
2082         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
2083         (gnus-article-treat-body-boundary): Use it.
2084
2085         * message.el (message-mode): Fix doc.
2086         (message-mode-menu): Fix names.
2087
2088 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2089
2090         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
2091         articles.
2092
2093         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
2094         (gnus-picon-transform-address): Search for unknown faces as well.
2095         (gnus-picon-find-face): Don't search "news" for MISC.
2096         (gnus-picon-user-directories): Changed default back to exclude
2097         "unknown".
2098
2099         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
2100
2101         * gnus-picon.el (gnus-picon-find-face): Search through all
2102         databases.
2103         (gnus-picon-find-face): New implementation.
2104
2105         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
2106         keystroke.
2107         (gnus-topic-goto-next-topic): Ditto.
2108
2109         * gnus.el (gnus-summary-line-format): Changed default.
2110
2111         * nnmail.el (nnmail-extra-headers): Change default.
2112
2113         * gnus-sum.el (gnus-extra-headers): Change default.
2114
2115         * message.el (message-news-other-window): Changed "news" to
2116         "posting".
2117         (message-news-other-frame): Ditto.
2118         (message-do-send-housekeeping): Ditto.
2119
2120         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
2121         function.
2122         (gnus-article-unread-p): New function.
2123         (gnus-article-unseen-p): New function.
2124         (gnus-dead-summary-mode-map): Typo.
2125
2126         * gnus-util.el (gnus-make-predicate): New function.
2127         (gnus-make-predicate-1): New function.
2128
2129         * gnus-sum.el: New function.
2130         (gnus-map-articles): New function.
2131
2132         * gnus-art.el (gnus-treat-fold-headers): New variable.
2133         (gnus-article-treat-fold-headers): New command and keystroke.
2134
2135         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
2136         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
2137
2138 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2139
2140         * message.el (message-fcc-externalize-attachments): New variable.
2141         (message-do-fcc): Use it.
2142
2143         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
2144         (gnus-inews-do-gcc): Use it.
2145
2146         * mml.el (mml-tweak-sexp-alist): New variable.
2147         (mml-externalize-attachments): New variable.
2148         (mml-tweak-part): Use mml-tweak-sexp-alist.
2149         (mml-tweak-externalize-attachments): New function.
2150
2151 2002-01-01  Steve Youngs  <youngs@xemacs.org>
2152
2153         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
2154         'set-glyph-face' so x-face back/foreground can be set.
2155
2156 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
2157
2158         * message.el (message-fix-before-sending): Fix a typo.
2159
2160 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2161
2162         * gnus-art.el (gnus-treat-smiley): Renamed command.
2163         (gnus-article-remove-images): New command and keystroke.
2164
2165         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
2166
2167         * smiley-ems.el (gnus-smiley-display): Removed.
2168
2169         * gnus.el (gnus-version-number): Update version.
2170
2171         * message.el (message-text-with-property): Renamed and moved
2172         here.
2173         (message-fix-before-sending): Highlight invisible text and place
2174         point there.
2175
2176 2002-01-01 02:32:53 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2177
2178         * gnus.el: Oort Gnus v0.04 is released.
2179
2180 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2181
2182         * gnus-delay.el (gnus-delay-send-queue): Renamed.
2183
2184         * gnus-art.el (gnus-ignored-headers): More headers,
2185
2186         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
2187         of `scan-error', since XEmacs doesn't seem to support that.
2188
2189 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2190
2191         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
2192         arg.
2193         (gnus-summary-best-unread-subject): Ditto.
2194         (gnus-summary-best-unread-subject): No, don't.
2195         (gnus-summary-better-unread-subject): New command.
2196
2197         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
2198
2199         * lpath.el ((featurep 'xemacs)): fbind url function.
2200
2201         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
2202         buffer.
2203         (gnus-xmas-remove-image): Implementation that does something.
2204         (gnus-xmas-article-display-xface): Mark images properly.
2205
2206         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
2207
2208 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
2209
2210         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
2211
2212 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2213
2214         * gnus-group.el (gnus-group-line-format): Added %O to the default
2215         value.
2216
2217         * gnus-util.el (gnus-text-with-property): The smallest point is
2218         point-min.
2219
2220         * smiley-ems.el (smiley-region): Return images.
2221         (gnus-smiley-display): Allow toggling.
2222         (smiley-region): Use text properties, not overlays.
2223
2224         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
2225         implemented yet.
2226
2227         * smiley-ems.el (smiley-update-cache): Check for valid types.
2228
2229         * gnus-art.el (gnus-with-article-buffer): New macro.
2230
2231         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
2232         strings as well as the glyphs.
2233         (gnus-picon-transform-address): Ditto.
2234         (gnus-picon-insert-glyph): Ditto.
2235         (gnus-picon-transform-newsgroups): Toggle.
2236         (gnus-picon-transform-address): Toggle.
2237
2238         * gnus-ems.el (gnus-remove-image): New function.
2239         (gnus-put-image): Take an optional string.
2240
2241         * gnus-util.el (gnus-text-with-property): New function.
2242
2243         * gnus-art.el (gnus-delete-images): New function.
2244
2245         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
2246
2247         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
2248         (gnus-article-wash-status): Use it.
2249         (gnus-signature-toggle): Clean up.
2250         (gnus-add-wash-status): New function.
2251         (gnus-delete-wash-status): New function.
2252         (gnus-article-hide-text-type): Use them throughout.
2253         (gnus-add-image): New function.
2254
2255         * gnus-ems.el (gnus-article-display-xface): Use new interface.
2256
2257         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
2258         interface.
2259
2260         * gnus-art.el (article-display-x-face): Cleaned up.
2261
2262         * rfc2047.el (rfc2047-field-value): New function.
2263
2264         * mail-parse.el (mail-header-field-value): New alias.
2265
2266         * gnus-art.el (gnus-mime-print-part): Fix typos.
2267
2268         * smiley-ems.el (gnus-smiley-file-types): New variable.
2269         (smiley-update-cache): Use it.
2270         (smiley-regexp-alist): Suffix-less smiley names.
2271         (smiley-regexp-alist): Added more smileys.
2272
2273         * gnus-sum.el (gnus-print-buffer): Made into own function.
2274         (gnus-summary-print-article): Use it.
2275
2276         * mailcap.el (mailcap-mime-info): Actually return the bit that we
2277         looked for when REQUEST is a string.
2278
2279         * gnus-art.el (gnus-mime-button-commands): Add printing
2280         keystroke.
2281         (gnus-mime-copy-part): Doc fix.
2282         (gnus-mime-print-part): New command.
2283
2284 2001-12-31  Simon Josefsson  <jas@extundo.com>
2285
2286         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
2287         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
2288
2289 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
2290
2291         * gnus-picon.el (gnus-treat-from-picon): Autoload.
2292         (picon): Fix doc.
2293
2294         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
2295         longer exists. Remove those codes.
2296         * gnus.el (gnus-use-picons): Ditto.
2297
2298 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2299
2300         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
2301         infloop.
2302
2303         * gnus-sum.el (t): New `W D' map.
2304
2305         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
2306         (gnus-article-treat-body-boundary): Clean up.
2307         (gnus-body-boundary-face): Removed.
2308         (gnus-article-goto-header): Moved here.
2309         (gnus-article-goto-header): Allow better regexps.
2310         (gnus-article-treat-fold-newsgroups): New command.
2311
2312         * gnus-sum.el (gnus-summary-move-article): We have to select an
2313         article to give `gnus-read-move-group-name' an opportunity to
2314         suggest an appropriate default.
2315
2316         * rfc2047.el (rfc2047-fold-line): New function.
2317         (rfc2047-unfold-line): Ditto.
2318         (rfc2047-fold-region): Don't fold just after the header name.
2319
2320         * mail-parse.el (mail-header-fold-line): New alias.
2321         (mail-header-unfold-line): Ditto.
2322
2323         * gnus-art.el (gnus-body-boundary-face): Renamed.
2324         (gnus-article-treat-body-boundary): Use it.
2325         (gnus-article-treat-body-boundary): Use an invisible header and a
2326         line of underline characters.
2327
2328 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
2329
2330         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
2331
2332         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
2333         (gnus-picon-split-address): New function.
2334         (gnus-picon-find-face): Use it.
2335         (gnus-picon-transform-address): Use it. Set first to t for each
2336         address.
2337
2338         * gnus-art.el (gnus-with-article-headers): Move to here. Define
2339         the macro then use it.
2340         (gnus-treatment-function-alist): Treat picons earlier.
2341
2342 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2343
2344         * gnus-art.el (gnus-body-separator-face): New variable.
2345         (gnus-article-treat-body-boundary): Use a blank, colored line.
2346
2347         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
2348         well.
2349
2350         * gnus-art.el (gnus-treat-body-boundary): New variable.
2351         (gnus-article-treat-unfold-headers): Use helper macro.
2352         (gnus-article-treat-body-boundary): New command.
2353
2354         * gnus.el (gnus-logo-color-style): Change the default color.
2355         (gnus-splash-face): Gray, gray.
2356
2357         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
2358         colors.
2359
2360         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
2361         (gnus-logo-color-style): Ditto.
2362         (gnus-logo-colors): Ditto.
2363
2364         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
2365
2366         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
2367
2368         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
2369         (gnus-picon-transform-newsgroups): New function.
2370
2371         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
2372         string.
2373
2374         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
2375
2376         * gnus-art.el (gnus-treat-cc-picon): New variable.
2377         (gnus-treat-mail-picon): Renamed.
2378
2379         * gnus-picon.el: New implementation.
2380         (gnus-picon-find-face): Renamed.
2381         (gnus-treat-from-picon): Use it.
2382         (gnus-picon-transform-address): Renamed.
2383         (gnus-treat-from-picon): Use it.
2384         (gnus-picon-create-glyph): Renamed.
2385         (gnus-picon-transform-address): Use it.
2386         (gnus-treat-cc-picon): New command.
2387
2388         * mm-decode.el (mm-create-image-xemacs): Separated out into
2389         function.
2390         (mm-get-image): Use it.
2391
2392         * gnus-art.el (gnus-treat-display-picons): Simplify.
2393         (gnus-treat-from-picon): Renamed.
2394
2395         * gnus-ems.el (gnus-create-image): New function.
2396         (gnus-put-image): New function.
2397
2398         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
2399         (gnus-with-article-headers): New macro.
2400         (gnus-article-goto-header): New function.
2401
2402         * gnus-xmas.el (gnus-image-type-available-p): New function.
2403
2404         * gnus-ems.el (gnus-image-type-available-p): New function.
2405
2406 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
2407
2408         * nnrss.el (nnrss-check-group): Find the correct tag, because
2409         xml.el is changed.
2410
2411 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2412
2413         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
2414         lines are shorter than the window width.
2415         (gnus-ignored-headers): More headers.
2416
2417 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2418
2419         * gnus-art.el (gnus-treat-unfold-lines): New variable.
2420         (gnus-treat-unfold-headers): Renamed.
2421         (gnus-article-treat-unfold-headers): New command and keystroke.
2422
2423         * rfc2047.el (rfc2047-encode-message-header): Clean up.
2424
2425         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
2426
2427 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
2428
2429         * sha1-el.el (sha1-use-external): New variable.
2430         (sha1-region): Use it.
2431         (sha1-string): Ditto.
2432
2433         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
2434         * gnus-picon.el: Less warnings when compile.
2435
2436 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2437
2438         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
2439         alias.
2440         (gnus-picons-database): Default to list.
2441         (gnus-picons-lookup-internal): Use it.
2442
2443         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
2444         to "bogus".
2445
2446         * gnus-win.el (gnus-configure-windows-hook): New hook.
2447
2448 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
2449
2450         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
2451
2452 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2453
2454         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
2455         lists.
2456         (gnus-select-newsgroup): Don't append; push.
2457         (gnus-adjust-marked-articles): Remove obsolete ranges from
2458         `seen'.
2459         (gnus-update-marks): Clean up.
2460         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
2461
2462 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
2463
2464         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
2465
2466 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2467
2468         * gnus-sum.el (gnus-auto-select-subject): New variable.
2469         (gnus-summary-best-unread-subject): New function.
2470         (gnus-summary-best-unread-article): Use it.
2471         (gnus-summary-first-unseen-subject): New function and command.
2472
2473         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
2474         other treatments.
2475
2476         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
2477         function.
2478
2479         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
2480         from the list of hidden types.
2481
2482         * mm-view.el (mm-inline-text): Ditto.
2483         (mm-inline-text): Ditto.
2484         (mm-w3-prepare-buffer): Ditto.
2485
2486         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
2487
2488 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2489
2490         * gnus-art.el (gnus-ignored-headers): Added more headers.
2491
2492 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
2493
2494         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
2495         once.
2496
2497 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2498
2499         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
2500
2501 2001-12-28  Simon Josefsson  <jas@extundo.com>
2502
2503         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
2504         Jesper Harder <harder@ifa.au.dk>.
2505
2506 2001-12-27  Simon Josefsson  <jas@extundo.com>
2507
2508         * gnus-sum.el (gnus-select-newsgroup): Make
2509         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
2510         contain all articles (instead of none) when no seen marks have
2511         been set for the group.
2512         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
2513         instead, it seems to result in shorter ranges.
2514
2515 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2516
2517         * mm-util.el (mm-iso-8859-x-to-15-region): Use
2518         insert-before-markers.
2519         From Jesper Harder <harder@ifa.au.dk>
2520
2521 2001-12-26  Paul Jarc <prj@po.cwru.edu>
2522
2523         * nnmaildir.el (nnmaildir-save-mail): create the destination
2524         groups if they do not exist.
2525
2526 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2527
2528         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
2529
2530 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2531
2532         * gnus-group.el (gnus-group-read-ephemeral-group): Call
2533         gnus-group-real-name.
2534
2535         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
2536         (gnus-newsgroup-variables): Ditto.
2537
2538         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
2539         return it.
2540
2541 2001-12-21  Paul Jarc <prj@po.cwru.edu>
2542
2543         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
2544         * nnmaildir.el (top-level): Add commentary.
2545         (nnmaildir-version): Indicate that nnmaildir is now a standard
2546         part of Gnus, not separately released.
2547
2548 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2549
2550         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
2551         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
2552         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
2553         From  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2554
2555 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2556
2557         * nnmaildir.el: Copyright changes. Require cl only at compile time.
2558
2559 2001-12-20  Simon Josefsson  <jas@extundo.com>
2560
2561         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
2562         ZHU <zsh@cs.rochester.edu>.
2563         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
2564         Brian P Templeton <bpt@tunes.org>.
2565
2566 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2567
2568         * nnmaildir.el: New file.
2569         From Paul Jarc <prj@po.cwru.edu>.
2570
2571 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2572
2573         * nndoc.el (nndoc-type-alist): Move forward to the end.
2574
2575 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2576
2577         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
2578         `dolist'.
2579
2580 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2581
2582         * gnus-win.el (gnus-frames-on-display-list): New function.
2583         (gnus-get-buffer-window): Use it.
2584
2585 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2586
2587         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
2588
2589 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2590
2591         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
2592
2593 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2594            From Harald Meland <Harald.Meland@usit.uio.no>
2595
2596         * gnus-win.el (gnus-get-buffer-window): New function.
2597         (gnus-all-windows-visible-p): Use it.
2598
2599         * gnus-util.el (gnus-horizontal-recenter)
2600         (gnus-horizontal-recenter, gnus-horizontal-recenter)
2601         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
2602
2603         * gnus-score.el (gnus-score-insert-help): Use it.
2604
2605         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
2606         (gnus-generate-tree, gnus-highlight-selected-tree)
2607         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
2608         it.
2609
2610         * gnus-art.el (gnus-article-set-window-start)
2611         (gnus-mm-display-part, gnus-request-article-this-buffer)
2612         (gnus-button-next-page, gnus-button-prev-page)
2613         (gnus-article-button-next-page, gnus-article-button-prev-page):
2614         Use it.
2615
2616 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
2617
2618         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
2619         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
2620         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
2621
2622 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2623
2624         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
2625         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
2626         * mml1991.el, nnultimate.el: Add `coding'.
2627
2628 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
2629
2630         * ChangeLog: changed coding to buffer-file-coding-system
2631         * ChangeLog.1: same
2632         * nnwfm.el: same
2633         * gnus-smiley.el: same
2634         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
2635         * gnus-delay.el: same
2636         * gnus-spec.el: same
2637         * message.el: same
2638         * mml1991.el: same
2639         * nnultimate.el: same
2640
2641 2001-12-16  Simon Josefsson  <jas@extundo.com>
2642         Inspired by code by Dirk Meyer <dischi@tzi.de>.
2643
2644         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
2645         (gnus-summary-save-map): Add muttprint.
2646         (gnus-summary-make-menu-bar): Ditto.
2647         (gnus-summary-muttprint): New function.
2648
2649         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
2650
2651 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2652
2653         * uudecode.el (uudecode-decode-region-internal): Speedup by using
2654         temporary list instead of buffer.
2655
2656         * mm-url.el (executable-find): autoload.
2657
2658 2001-12-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2659
2660         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
2661         to variable, follow doc-string conventions).
2662
2663 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
2664
2665         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
2666         subscribe-level
2667         * gnus-topic.el (gnus-subscribe-topics): use it.
2668
2669 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2670
2671         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
2672         messages. (A small patch with indentation)
2673         From Sean Neakums <sneakums@zork.net>.
2674
2675         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
2676         nil after shooting down the gnus-original-article-buffer.
2677
2678 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2679
2680         * uudecode.el (uudecode-use-external): New variable.
2681         (uudecode-decode-region): Automatically detect external program.
2682
2683         * binhex.el (binhex-use-external): New variable.
2684         (binhex-decode-region-internal): New function.
2685         (binhex-decode-region): Automatically detect external program.
2686
2687         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
2688         Use them.
2689
2690 2001-12-12  Simon Josefsson  <jas@extundo.com>
2691
2692         * nnvirtual.el (nnvirtual-always-rescan)
2693         (nnvirtual-component-regexp): Fix doc.
2694
2695         * nnoo.el (defvoo): Add doc to defvoo variables.
2696
2697         * nnml.el (nnml-directory, nnml-active-file)
2698         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
2699         (nnml-marks-is-evil, nnml-filenames-are-evil)
2700         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
2701
2702         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
2703         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
2704         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
2705         `error'.
2706
2707         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
2708         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
2709
2710         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
2711         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
2712         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
2713         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
2714
2715         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
2716         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
2717
2718         * imap.el, nnimap.el: Fix indentation.
2719
2720         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
2721
2722 2001-12-12  Didier Verna  <didier@xemacs.org>
2723
2724         * gnus-msg.el (gnus-group-news): New function.
2725         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
2726         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
2727         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
2728         for it.
2729         * gnus-msg.el (gnus-summary-news-other-window): New function.
2730         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
2731         bind it to `i'.
2732         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
2733         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
2734         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
2735         for it (called with a prefix).
2736         * gnus-msg.el (gnus-configure-posting-styles): add an optional
2737         group-name argument.
2738         * gnus-msg.el (gnus-setup-message): use it.
2739
2740 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2741
2742         * gnus-sum.el (gnus-summary-show-article): Fix doc.
2743
2744 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2745
2746         * mml.el (mime-to-mml): Remove Content-Disposition too.
2747
2748 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2749
2750         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
2751         * gnus-group.el (gnus-group-name-decode): Decode unibyte
2752         strings only.
2753         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2754
2755 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
2756
2757         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
2758         (nnmail-fancy-expiry-target): Use it.
2759         Suggestions from Simon Josefsson <jas@extundo.com>.
2760
2761 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2762
2763         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
2764
2765 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2766
2767         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
2768
2769         * gnus-util.el (gnus-url-unhex-string): Move here.
2770
2771 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2772
2773         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
2774         mm-url-decode-entities-nbsp.
2775
2776         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
2777         * webmail.el, nnwfm.el: Use mm-url.
2778
2779         * mm-url.el (mm-url-fetch-form): Move from nnweb.
2780         (mm-url-remove-markup): Move from nnweb.
2781         (mm-url-fetch-simple): Move from webmail.
2782
2783         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
2784
2785 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2786
2787         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
2788         (gnus-summary-print-article): Use it.
2789
2790         * gnus-util.el (gnus-replace-in-string): Typo.
2791
2792 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2793
2794         * nnweb.el (nnweb-replace-in-string): Removed.
2795
2796         * gnus-util.el (gnus-replace-in-string): New function.
2797         (gnus-mode-string-quote): Use it.
2798
2799         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
2800         * nnwfm.el (nnwfm-create-mapping): Ditto.
2801
2802 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2803
2804         * dgnushack.el (dgnushack-compile): nnrss.el and
2805         nnslashdot.el don't depend on nnweb, url, w3.
2806
2807         * nnrss.el: Use mm-url.
2808
2809 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2810
2811         * mm-url.el (mm-url-insert-file-contents): Support file:.
2812
2813 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2814
2815         * mm-view.el: Lower case for the description line. Sync from the
2816         Emacs CVS.
2817
2818 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2819
2820         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
2821         From:  Stefan Monnier  <monnier@cs.yale.edu>
2822
2823 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2824
2825         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
2826
2827 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2828
2829         * mm-url.el: Require executable.
2830         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
2831
2832 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2833
2834         * pop3.el (pop3-munge-message-separator): Only use valid date.
2835         From Michael Welsh Duggan <md5i@cs.cmu.edu>.
2836
2837         * Makefile.in: gnus-load.elc may not be generated.
2838
2839 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2840
2841         * mm-url.el: New file.
2842         * nnslashdot.el: Use it.
2843         * mm-extern.el (mm-extern-url): Use it.
2844
2845 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2846
2847         * gnus-sum.el (gnus-summary-save-article): Nix
2848         gnus-display-mime-function and gnus-article-prepare-hook.
2849
2850         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
2851         the beginning of lines.
2852         (gnus-complex-form-to-spec): Ditto.
2853
2854 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2855
2856         * message.el (message-make-mft): Fix the m-s-a-file regexp.
2857         From Paul Jarc <prj@po.cwru.edu>.
2858
2859 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2860
2861         * message.el: New variable message-subscribed-address-file;
2862         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
2863
2864 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2865
2866         * message.el (message-tab-body-function): Set to nil.
2867         (message-tab): Use text-mode-map or global-map.
2868         Suggested by Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2869
2870 2001-11-30  Simon Josefsson  <jas@extundo.com>
2871
2872         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
2873         instead of gnus-union, for speed.  Suggested by Christoph Conrad
2874         <christoph.conrad@gmx.de>.
2875         (gnus-agent-fetch-group-1): Add verbose message.
2876
2877 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2878
2879         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
2880         of integers.
2881
2882 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2883
2884         * message.el (message-newgroups-header-regexp)
2885         (message-completion-alist, message-tab-body-function): Use
2886         defcustom rather than defvar.
2887         (message-tab): Mention `message-tab-body-function' in doc.
2888         Suggested by Karl Eichwalder.
2889
2890 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2891
2892         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
2893
2894 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2895
2896         * nnheader.el (nnheader-find-nov-line): Don't use macro
2897         gnus-delete-line.
2898
2899         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
2900         (gnus-group-name-charset): Ditto.
2901
2902         * gnus-util.el (gnus-buffer-live-p): Ditto.
2903
2904 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2905
2906         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
2907         open parenthesis in doc.
2908         (sieve-manage-authenticator-alist): Typo in doc.
2909         * imap.el (imap-authenticator-alist): Typo in doc.
2910         (imap-stream-alist): Backslash.
2911
2912         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
2913           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
2914
2915 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2916
2917         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
2918
2919         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
2920
2921         * gnus-msg.el (gnus-configure-posting-styles): use
2922         make-local-hook. Add LOCAL for add-hook.
2923
2924 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
2925
2926         * message.el (message-mode): Use `make-local-hook' unless
2927         obsolete.
2928         Patch by Katsumi Yamaoka  <yamaoka@jpl.org>.
2929
2930 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2931
2932         * canlock.el: Remove sha1.el and base64.el stuff.
2933
2934 2001-11-26  Didier Verna  <didier@xemacs.org>
2935
2936         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
2937         if needed.
2938
2939 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2940
2941         * message.el (message-tamago-not-in-use-p): New function.
2942         (message-strip-forbidden-properties): Use it.
2943
2944 2001-11-26  Didier Verna  <didier@xemacs.org>
2945
2946         * gnus-start.el (gnus-check-first-time-used): only check for
2947         existence of .el[d] files.
2948
2949 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2950
2951         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
2952
2953         * message.el (message-setup-1): Clean up mc-*.
2954
2955 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2956
2957         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
2958         * gnus-score.el (gnus-score-find-bnews): Use it.
2959
2960         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
2961         (gnus-summary-limit-to-author): Ditto.
2962         (gnus-summary-limit-to-extra): Ditto.
2963         (gnus-summary-find-matching): Support not-matching argument.
2964
2965 2001-11-25  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2966
2967         * message.el (message-wash-subject): Use `insert' rather than
2968         `insert-string', which is deprecated.
2969
2970 2001-11-24  Simon Josefsson  <jas@extundo.com>
2971
2972         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
2973         message. (Gnus does not "default" to using 8bit for the message,
2974         it default to use 8bit encoding and the user-supplied CTE
2975         value. Calling this behaviour "treating it as 8bit" is perhaps
2976         better.)
2977
2978         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
2979         (compare mm-charset-to-coding-system).
2980
2981 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2982
2983         * canlock.el (canlock-sha1-with-openssl): Use unibyte
2984         buffer. Correctly decode hex.
2985
2986 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2987
2988         * gnus-agent.el (gnus-category-insert-line): Convert category
2989         names to strings.
2990
2991 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2992
2993         * message.el (sha1): eval-and-compile.
2994
2995 2001-11-20  Simon Josefsson  <jas@extundo.com>
2996
2997         * message.el (message-allow-no-recipients): New variable.
2998         (message-send): Use it, customize the prompting when posting to
2999         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
3000
3001 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3002
3003         * mm-util.el (mm-coding-system-priorities): New variable.
3004         (mm-sort-coding-systems-predicate): New function.
3005         (mm-find-mime-charset-region): Resort coding systems if needed.
3006         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
3007
3008 2001-11-20  Didier Verna  <didier@xemacs.org>
3009
3010         * gnus-group.el (gnus-group-make-help-group): new optional
3011         argument to control the error behavior.
3012         * gnus-start.el (gnus-check-first-time-used): use it to avoid
3013         erroring.
3014
3015 2001-11-19  Simon Josefsson  <jas@extundo.com>
3016
3017         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
3018         instead of C-c C-u.  Suggested by Per Abrahamsen
3019         <abraham@dina.kvl.dk>.
3020
3021 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3022
3023         * nnfolder.el (nnfolder-read-folder): Use group instead of
3024         nnfolder-current-group.
3025         Suggested by Lorentey Karoly <lorentey@elte.hu>.
3026
3027 2001-11-17  Simon Josefsson  <jas@extundo.com>
3028
3029         * message.el (message-send): Ask user if Fcc/Gcc should be
3030         performed when no other sender was specified.
3031         Suggested by prj@po.cwru.edu (Paul Jarc).
3032
3033 2001-11-17  Simon Josefsson  <jas@extundo.com>
3034
3035         * message.el (message-mode, message-mode-map): Use C-c C-u for
3036         Importance: instead of C-c C-p (used by SC).
3037
3038 2001-11-16  Simon Josefsson  <jas@extundo.com>
3039
3040         * message.el (message-insert-importance-high)
3041         (message-insert-importance-low): Save point.
3042
3043         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
3044         value.
3045
3046 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
3047
3048         * message.el (message-strip-special-text-properties): New option.
3049         (message-strip-forbidden-properties): Obey it.
3050
3051 2001-11-14  Sam Steingold  <sds@gnu.org>
3052
3053         * gnus-score.el: Fixed some doc strings to properly quote symbols.
3054
3055 2001-11-15  Simon Josefsson  <jas@extundo.com>
3056
3057         Support "Importance:" header in Message.
3058
3059         * message.el (message-mode-map): Bind C-c C-p to
3060         `message-insert-or-toggle-importance'
3061         (message-mode-menu): Add message-insert-importance-{high,low}.
3062         (message-insert-importance-high, message-insert-importance-low)
3063         (message-insert-or-toggle-importance): New functions.
3064         (message-tool-bar-map): Add {un,}important.
3065         (message-mode): Doc fix.
3066
3067 2001-11-15  Simon Josefsson  <jas@extundo.com>
3068
3069         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
3070
3071         * mml.el (mml-menu): Fix toolbar tooltip.
3072
3073 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3074
3075         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
3076         * nnml.el (nnml-save-marks): Ditto.
3077
3078         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
3079
3080 2001-11-15  Simon Josefsson  <jas@extundo.com>
3081
3082         * nnml.el (nnml-save-marks):
3083         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
3084         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
3085
3086 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
3087
3088         * gnus-art.el (gnus-article-wash-status-strings): Use
3089         `copy-sequence', not `copy-seq'.
3090
3091 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
3092
3093         * gnus-art.el (gnus-article-wash-status-strings): New constant.
3094         (gnus-gnus-article-wash-status-entry): New function.
3095         (gnus-article-wash-status): Use it.
3096
3097 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3098
3099         * mml1991.el: Add coding header.
3100
3101 2001-11-12  Simon Josefsson  <jas@extundo.com>
3102
3103         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
3104         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
3105         `mml1991-sign' and `mml1991-encrypt'.
3106         (mml1991-encrypt, mml1991-sign): New glue functions.
3107         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
3108
3109         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
3110         (mml-menu): Add PGP to menu.
3111
3112         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
3113         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
3114         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
3115         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
3116
3117         * mml2015.el: Mention RFC 3156.
3118
3119         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
3120
3121 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3122
3123         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
3124
3125         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
3126           From <Michael.Cook@cisco.com>
3127
3128 2001-11-11  Simon Josefsson  <jas@extundo.com>
3129
3130         * message.el (top-level): Autoload sha1.
3131         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
3132         canlock, no need to require two different hash algs).  Suggested
3133         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
3134
3135 2001-11-09  Simon Josefsson  <jas@extundo.com>
3136
3137         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Bm\e(Bk
3138         <Pavel@Janik.cz>.
3139
3140 2001-11-09  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3141
3142         * message.el (message-point-in-header-p): New function.
3143         (message-do-auto-fill): Use it.
3144         (message-beginning-of-line): New function.  Goes to beginning of
3145         header value (i.e., end of header name), or to beginning of line
3146         if already at beginning of value.  Behaves like
3147         `beginning-of-line' when in message body.
3148         (message-mode-map): Bind it.
3149
3150 2001-11-08  Simon Josefsson  <jas@extundo.com>
3151
3152         * gnus-msg.el (gnus-posting-styles): Add doc.
3153
3154 2001-11-07  Simon Josefsson  <jas@extundo.com>
3155
3156         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
3157
3158         * sieve-mode.el (sieve-control-commands-face)
3159         (sieve-control-commands-face, sieve-action-commands-face)
3160         (sieve-test-commands-face, sieve-tagged-arguments-face): New
3161         faces.
3162         (sieve-font-lock-keywords): Use them.
3163         (sieve-mode): Only set font-lock-defaults in emacs.
3164
3165         * gnus-art.el (gnus-default-article-saver): Add
3166         gnus-summary-save-body-in-file.
3167         (gnus-summary-write-to-file): Fix doc.
3168
3169 2001-11-07  Simon Josefsson  <jas@extundo.com>
3170
3171         * gnus-art.el (gnus-treat-highlight-signature): Add cross
3172         reference to the correct chapter in the manual.
3173
3174         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
3175         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
3176
3177 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3178
3179         * mml.el (mml-preview): Bind mail-header-separator.
3180
3181 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3182
3183         * message.el: Always require canlock.
3184         (message-ignored-supersedes-headers): Include Cancel-Lock and
3185         Cancel-Key.
3186         (message-insert-canlock): Don't require canlock.
3187         (message-cancel-news): Don't check whether canlock is available.
3188         (message-supersede): Support cancel-locks.
3189
3190         * gnus-art.el: Don't autoload canlock.
3191
3192 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3193
3194         * mail-source.el (mail-source-fetch-imap): ASYNC param.
3195         From: <andre@slamdunknetworks.com>
3196
3197 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3198
3199         * many files: Fix copyright lines.
3200
3201 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3202
3203         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
3204         Suggested by Dave Love  <fx@gnu.org>.
3205
3206 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3207
3208         * message.el (message-kill-buffer): Remove auto-save file after
3209         confirm.
3210
3211         * message.el (message-send-mail): Call message-generate-headers
3212         once.  Suggested by Matt Armstrong <matt@lickey.com>.
3213
3214         * gnus-topic.el (gnus-topic-rename): Initial-input.
3215         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
3216
3217 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
3218
3219         * message.el (message-forbidden-properties): New constant.
3220         (message-strip-forbidden-properties): New function.
3221         (message-mode): Activate it.
3222
3223 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3224
3225         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
3226         (mm-hack-charsets): Fix doc.
3227
3228 2001-11-02  Simon Josefsson  <jas@extundo.com>
3229
3230         * gnus-int.el (gnus-check-server): Message "...done" when done.
3231
3232         * imap.el (imap-close): Don't message (imap-send-command-wait
3233         returns if the connection is dropped).
3234         (imap-wait-for-tag): Nix out message only when necessary.
3235
3236         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
3237         for non-crossposting.
3238         (gnus-sieve-crosspost): Default to t to be consistent with other
3239         parts of Gnus.
3240
3241 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3242
3243         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
3244         (mm-iso-8859-x-to-15-table): Ditto.
3245         (mm-iso-8859-x-to-15-region): Ditto.
3246         (mm-find-mime-charset-region): Ditto.
3247
3248 2001-11-01  Simon Josefsson  <jas@extundo.com>
3249
3250         * nnimap.el (nnimap-close-asynchronous): New variable.
3251         (nnimap-close-group): Use it.
3252         (nnimap-expunge): Don't use it.
3253
3254         * imap.el (imap-callbacks): New variable.
3255         (imap-remassoc): Copied from `gnus-remassoc'.
3256         (imap-add-callback): New function.
3257         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
3258         behaviour.
3259         (imap-parse-response): Call the callback.
3260
3261         * message.el (message-insert-canlock): New variable.
3262         (message-canlock-generate, message-canlock-password)
3263         (message-insert-canlock): New functions.
3264         (message-send-news): Call `message-insert-canlock'.
3265         (top-level): Require canlock when compiling.
3266         (message-insert-canlock): Require canlock before we need it.
3267
3268 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3269
3270         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
3271
3272 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3273
3274         * dgnushack.el (dgnushack-make-load): A workaround for
3275         custom-add-loads bug in some versions of XEmacs.
3276
3277 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3278
3279         * mm-util.el (mm-charset-synonym-alist): Revert (some).
3280
3281 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3282
3283         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
3284         (mm-hack-charsets): New variable.
3285         (mm-iso-8859-15-compatible): New variable.
3286         (mm-iso-8859-x-to-15-table): New variable.
3287         (mm-find-mime-charset-region): Add parameter hack-charsets.
3288
3289         * mm-bodies.el (mm-encode-body): Use it.
3290         * mml.el (mml-parse-1): Ditto.
3291
3292 2001-11-01  Simon Josefsson  <jas@extundo.com>
3293
3294         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
3295
3296 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3297
3298         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
3299         is nil.
3300
3301 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3302
3303         * smiley-ems.el (smiley-update-cache): Auto detect file type.
3304
3305         * message.el (message-forward-rmail-make-body): Use
3306         save-window-excursion.
3307         (message-encode-message-body): Search with noerror.
3308         (message-setup-1): Convert compose-mail send-actions to
3309         message-send-actions.
3310
3311 2001-11-01  Simon Josefsson  <jas@extundo.com>
3312
3313         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
3314         <yamaoka@jpl.org>.
3315
3316 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3317
3318         * sieve-manage.el (sieve-string-bytes): No complain.
3319
3320 2001-11-01  Simon Josefsson  <jas@extundo.com>
3321
3322         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
3323         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
3324         has autoload cookies, so no `require' should be necessary.)
3325
3326         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
3327         files.
3328
3329 2001-10-31  Simon Josefsson  <jas@extundo.com>
3330
3331         * gnus-cus.el (gnus-group-parameters): Support integer `display'
3332         parameter.
3333
3334         * gnus-sum.el (gnus-select-newsgroup): If group parameter
3335         `display' is a number (and C-u wasn't used to enter group), only
3336         fetch that number of articles.
3337
3338 2001-10-31  Matt Armstrong  <matt@lickey.com>
3339
3340         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
3341         not-subscribed -> subscribed.
3342
3343 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3344         From: Josh Huber <huber@alum.wpi.edu>
3345
3346         * message.el (message-subscribed-address-functions): New variable.
3347         (message-subscribed-addresses): New variable.
3348         (message-subscribed-regexps): New variable.
3349         (message-goto-mail-followup-to): New function.
3350         (message-send-mail): Add Mail-Followup-To.
3351         (message-make-mft): New function.
3352
3353         * gnus.el (gnus-find-subscribed-addresses): New function.
3354
3355 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3356
3357         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
3358         (mail-source-fetch-pop): Ditto.
3359         (mail-source-check-pop): Ditto.
3360
3361         * gnus-start.el (gnus-read-init-file): Ditto.
3362         (gnus-activate-group): Ditto.
3363         (gnus-read-newsrc-el-file): Ditto.
3364
3365 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3366
3367         * message.el (message-get-reply-headers): Make sure there is ", ".
3368
3369         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
3370         mm-coding-system-p. Don't correct it only in XEmacs.
3371         (mm-charset-to-coding-system): Use mm-coding-system-p and
3372         mm-get-coding-system-list.
3373         (mm-emacs-mule, mm-mule4-p): New variables.
3374         (mm-enable-multibyte, mm-disable-multibyte,
3375         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
3376         mm-with-unibyte-current-buffer,
3377         mm-with-unibyte-current-buffer-mule4): Use them.
3378         (mm-find-mime-charset-region): Treat iso-2022-jp.
3379
3380         From  Dave Love  <fx@gnu.org>:
3381
3382         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
3383         construction.
3384         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
3385         entries conditional on not having a coding system defined for
3386         them.
3387         (mm-mule-charset-to-mime-charset): Use
3388         find-coding-systems-for-charsets if defined.
3389         (mm-charset-to-coding-system): Don't use
3390         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
3391         later.  Add last resort search of coding systems.
3392         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
3393         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
3394         Mule 4.
3395         (mm-find-mime-charset-region): Re-write.
3396         (mm-with-unibyte-current-buffer): Restore buffer as well as
3397         multibyteness.
3398
3399 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3400
3401         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
3402         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
3403         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
3404
3405 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3406
3407         * gnus-art.el (article-display-x-face): Nix buffer-read-only
3408         again.
3409
3410         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
3411
3412 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3413
3414         * gnus-spec.el (gnus-parse-simple-format): Use
3415           buffer-substring-no-properties.
3416
3417 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3418
3419         * gnus-art.el (article-verify-cancel-lock): New function.
3420
3421         * nnheader.el (nntp-process-response): New variable.
3422         (nnheader-init-server-buffer): Make `nntp-process-response'
3423         buffer-local in `nntp-server-buffer'.
3424
3425         * nntp.el (nntp-prepare-post-hook): New hook.
3426         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
3427         (nntp-async-trigger): Ditto.
3428         (nntp-request-post): Insert a server's ID if there's no Message-ID
3429         header; run `nntp-prepare-post-hook'.
3430
3431 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3432
3433         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
3434         instead.
3435
3436         * message.el (message-forward-subject-author-subject): Don't use
3437         message-news-p, which widens the buffer.
3438         (message-forward-make-body): New function.
3439         (message-forward): Use it.
3440         (message-insinuate-rmail): New function.
3441         (message-forward-rmail-make-body): New function.
3442
3443 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3444
3445         * mm-extern.el (mm-extern): Provide it.
3446
3447         * mm-partial.el (mm-partial): Provide it.
3448
3449 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3450
3451         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
3452
3453 2001-10-29  Simon Josefsson  <jas@extundo.com>
3454
3455         * mml.el (mml-preview): Bind message-this-is-news if it is
3456         news. From Jesper Harder <harder@myrealbox.com>.
3457
3458 2001-10-28  Simon Josefsson  <jas@extundo.com>
3459
3460         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
3461
3462 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
3463
3464         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
3465         ironic smilies.
3466
3467 2001-10-27  Simon Josefsson  <jas@extundo.com>
3468
3469         * message.el (message-indent-citation): Don't add trailing
3470         whitespace when citing text.
3471
3472         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
3473         <harder@ifa.au.dk>.
3474
3475 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3476
3477         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
3478         not available.
3479         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
3480         (nnweb-type-definition): Add google as alias of dejanews.
3481         (nnweb-google-parse-1): Forward 1 line.
3482
3483 2001-10-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3484
3485         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
3486         variable `message-forward-ignored-headers'.
3487
3488 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
3489
3490         * gnus.el (gnus-expand-group-parameter): New function.
3491         (gnus-expand-group-parameters): Call it.
3492         (gnus-group-fast-parameter): New function.
3493         (gnus-group-find-parameter): Call it.
3494
3495 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
3496
3497         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
3498         vector (it didn't before because of a bug).
3499         * gnus-msg.el (gnus-post-news): Use header vector directly, if
3500         available.  Before it converted it to an article number.
3501
3502         This makes followup to news articles with negative numbers in
3503         nnvirtual groups use news instead of mail.
3504
3505 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
3506
3507         * gnus.el (post-method): Use `native' instead of `nil'.
3508
3509         * gnus-msg.el (gnus-post-method): Ditto.
3510
3511 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
3512
3513         * gnus.el (gnus-define-group-parameter): Grammar fix.
3514
3515 2001-10-22  Simon Josefsson  <jas@extundo.com>
3516
3517         * gnus-msg.el (gnus-extended-version): Include
3518         system-configuration.
3519         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann).
3520
3521 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
3522
3523         * gnus.el (post-method): Customization fix: `native' is not a
3524         valid value.
3525         * gnus-msg.el (gnus-post-method): Doc and customization fix:
3526         `native' is not a valid value.
3527
3528 2001-10-21  Simon Josefsson  <jas@extundo.com>
3529
3530         * nnimap.el (nnimap): Defgroup
3531         (nnimap-strict-function, nnimap-strict-function-match): New
3532         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
3533         (nnimap-split-crosspost, nnimap-split-inbox)
3534         (nnimap-split-rule, nnimap-split-predicate)
3535         (nnimap-split-predicate): Defcustom.
3536         (nnimap-split-inbox, nnimap-expunge-search-string)
3537         (nnimap-importantize-dormant): Remove "*" from doc.
3538
3539 2001-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3540
3541         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
3542         not supplied via prefix arg.  From Lisp, make arg mandatory.
3543         Suggested by Frank Schmitt.
3544
3545 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
3546
3547         * message.el (message-do-auto-fill): Avoid calling
3548         'rfc822-goto-eoh'.
3549
3550 2001-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3551         From Paul Jarc <prj@po.cwru.edu>.
3552
3553         * message.el (message-get-reply-headers): Restructure the logic
3554         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
3555
3556 2001-10-20  Simon Josefsson  <jas@extundo.com>
3557
3558         * message.el (message-cancel-news): Support cancel-locks.
3559         Suggested by Per Abrahamsson.
3560
3561         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
3562         conses.  From David Z Maze <dmaze@MIT.EDU>.
3563
3564         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
3565
3566 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
3567
3568         * mm-decode.el (mm-default-directory): Fix customize type.
3569
3570         * message.el (message-setup-fill-variables): Kludge to use
3571         normal-auto-fill-function even if auto fill is already activated.
3572
3573 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
3574
3575         * message.el (message-do-auto-fill): New version that does not
3576         rely on text properties, by Simon Josefsson <jas@extundo.com>.
3577         (message-setup-1): Removed the `message-field' property.
3578
3579         * gnus-draft.el (gnus-draft-edit-message): Removed the
3580         `message-field' property.
3581
3582 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
3583
3584         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
3585         `message-field'.  The `field' property has a special significance in
3586         Emacs 21.
3587
3588         * message.el (message-send, message-setup-1): Ditto.
3589
3590 2001-10-18  Simon Josefsson  <jas@extundo.com>
3591
3592         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
3593         when undoing.
3594
3595 2001-10-18  Simon Josefsson  <jas@extundo.com>
3596         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
3597
3598         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
3599         (gnus-summary-make-menu-bar): Ditto.
3600
3601 2001-10-17  Simon Josefsson  <jas@extundo.com>
3602
3603         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
3604         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
3605
3606 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3607
3608         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
3609         * gnus-util.el (gnus-user-date): New function.
3610         From Frank Schmitt <usenet@Frank-Schmitt.net>.
3611
3612 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3613
3614         * message.el (message-check-news-header-syntax): Special case
3615         nnvirtual groups.
3616
3617         * gnus-sum.el (gnus-summary-respool-default-method): Changed
3618         customize type to `symbol'.
3619
3620 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3621
3622         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
3623         %&foo;.
3624         (gnus-parse-simple-format): Support user extended spec too.
3625         %u&foo; invokes gnus-user-format-function-foo.
3626
3627 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3628
3629         * nnml.el (nnml-request-expire-articles): Make sure it is back to
3630         the server.
3631         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
3632         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3633         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
3634         * nndiary.el (nndiary-request-expire-articles): Ditto.
3635         (nndiary-schedule): Defsubst it before use it.
3636         (nndiary-error): eval-and-compile.
3637
3638 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3639
3640         * gnus-msg.el (gnus-post-method): Changed two instances of
3641         `active' to `current' and one `null' to `not'.
3642
3643 2001-10-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3644         From Katsumi Yamaoka  <yamaoka@jpl.org>.
3645
3646         * message.el (message-setup-fill-variables): Use
3647         `normal-auto-fill-function' instead of `auto-fill-function'.
3648
3649 2001-10-16  Simon Josefsson  <jas@extundo.com>
3650
3651         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
3652         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
3653         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
3654
3655 2001-10-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3656         Patch by Oliver Scholz <oscholz@my.gnus.org>.
3657
3658         * gnus-draft.el (gnus-draft-edit-message): Add text property
3659         `field' with value `header' to message headers.
3660         * message.el (message-setup-1): Really add text property to all of
3661         the header, not just part of it.
3662
3663 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3664
3665         * gnus-group.el (gnus-group-sort-by-server): Use it.
3666
3667         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
3668
3669         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
3670         and keystroke.
3671
3672 2001-10-14  Simon Josefsson  <jas@extundo.com>
3673
3674         * dig.el: Doc fix.
3675
3676         * smime.el: Doc fix.
3677
3678         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
3679         charset magic from message.el.
3680
3681 2001-10-12  Simon Josefsson  <jas@extundo.com>
3682         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
3683
3684         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
3685         'cite from g-a-wash-types.
3686         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
3687         (gnus-article-hide-citation): Fix.
3688
3689         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
3690         character.
3691         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
3692
3693         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
3694         definition.
3695         (gnus-signature-toggle): Toggle `s' mode line character.
3696
3697         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
3698         doing stuff that clears it.
3699
3700 2001-10-12  Simon Josefsson  <jas@extundo.com>
3701
3702         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
3703         From Eric Marsden <emarsden@laas.fr>.
3704
3705 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3706
3707         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
3708         (autoload): Add some autoloads.
3709
3710 2001-10-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3711         Suggested by Oliver Scholz <epameinondas@gmx.de>.
3712
3713         * message.el (message-do-auto-fill): New function.  Like
3714         `do-auto-fill' but don't fill when in the message header.
3715         (message-setup-1): Put a text property on the message header.
3716         (message-setup-fill-variables): Use `message-do-auto-fill'.
3717
3718 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3719
3720         * message.el (message-send-mail-partially): Insert an empty line
3721         first, because of the change of message-make-lines.
3722
3723 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
3724
3725         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
3726         iso-8859-15, make it an alias for iso-8859-1.
3727
3728 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3729
3730         * message.el (message-send-news): Don't modify the value of
3731         `message-syntax-checks' if it is not a list (possibly it is
3732         `dont-check-for-anything-just-trust-me').
3733
3734 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3735
3736         * gnus-group.el (gnus-group-name-charset-group-alist): Use
3737         `find-coding-system' for XEmacs to check whether the coding-system
3738         `utf-8' is available.
3739
3740 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3741
3742         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
3743
3744 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
3745
3746         * message.el (message-send-news): Oops, missed case with no
3747         "Followup-To" header...
3748
3749 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
3750
3751         * message.el (message-send-news): Allow
3752         `gnus-group-name-charset-group-alist' to affect encoding of the
3753         "Newsgroups" and "Followup-To" headers.
3754
3755 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3756
3757         * Makefile.in (install-el): Depend on gnus-load.el.
3758
3759 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3760
3761         * Makefile.in (install-el): Use -f.
3762         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
3763
3764 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
3765
3766         * message.el (message-send-news): Don't encode Followups-To when
3767         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
3768
3769         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
3770         header.
3771
3772         * gnus-art.el (article-decode-group-name): Also decode
3773         "Followup-To".
3774
3775         * rfc2047.el (rfc2047-encode-message-header): Encode without
3776         asking for null methods.
3777
3778         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
3779         default charset for newsgroup names in accordance with USEFOR.
3780
3781         * gnus-group.el (gnus-group-name-charset-method-alist,
3782         gnus-group-name-charset-group-alist): Removed "*" from doc
3783         strings, "*" should not be used for complex variables.
3784
3785 2001-10-06  Simon Josefsson  <jas@extundo.com>
3786
3787         Support UTF-8 group names better.
3788
3789         * message.el (message-check-news-header-syntax): Encode group
3790         names before comparison.
3791
3792         * gnus-msg.el (gnus-copy-article-buffer): Run all
3793         `gnus-article-decode-hook's except `article-decode-charset'
3794         instead of hardcoding call to one of them.
3795
3796         * gnus-art.el (gnus-article-decode-hook): Add
3797         `article-decode-group-name'.
3798         (article-decode-group-name): New function, use `g-d-n'.
3799
3800         * gnus-group.el (gnus-group-insert-group-line): Decode
3801         gnus-tmp-group using `g-d-n'.
3802
3803         * gnus-util.el (gnus-decode-newsgroups): New function.
3804
3805 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
3806
3807         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
3808         `gnus-group-name-charset-group-alist'.
3809
3810 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3811
3812         * Makefile.in: Install el in install. Add uninstall.
3813
3814 2001-10-05  Simon Josefsson  <jas@extundo.com>
3815
3816         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
3817
3818         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
3819
3820         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
3821         empty folders.
3822
3823         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
3824         limiting if read-all (C-u RET) was used.
3825
3826 2001-10-04  Simon Josefsson  <jas@extundo.com>
3827
3828         * mail-source.el (mail-source-movemail-program): New variable.
3829         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
3830         <thutt@thutt.vmware.com>.
3831
3832 2001-10-03  Simon Josefsson  <jas@extundo.com>
3833
3834         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
3835         (gnus-summary-line-format-alist): Fix param.
3836
3837 2001-10-02  Simon Josefsson  <jas@extundo.com>
3838
3839         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
3840         don't go through `nnimap-request-expire-articles' to delete the
3841         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
3842
3843 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3844
3845         * gnus-agent.el (gnus-agent-write-active): The min in the
3846         agent/active may be larger than that in the server/active.
3847
3848 2001-10-01  Simon Josefsson  <jas@extundo.com>
3849
3850         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
3851         is IMAP4rev1.
3852
3853         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
3854
3855         * nnfolder.el: Ditto.
3856
3857 2001-09-30  Dan Christensen <jdc+news@uwo.ca>
3858
3859         * gnus-sum.el (gnus-summary-extract-address-component): New function.
3860         (gnus-summary-from-or-to-or-newsgroups): Optimize.
3861
3862 2001-09-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3863
3864         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
3865         (message-mode-menu): Menu item for same.
3866
3867         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
3868         delayed articles.
3869
3870         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
3871         nndraft:delayed does not exist.
3872         (gnus-delay-initialize): Don't set up keymap, that's done from
3873         message.el now.
3874         (gnus-delay, gnus-delay-group, gnus-delay-header)
3875         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
3876
3877 2001-09-29  Simon Josefsson  <jas@extundo.com>
3878
3879         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
3880         utf-8, not eight-bit-control.
3881
3882         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
3883         (imap-log, imap-debug): Custom.
3884         (imap-log-buffer, imap-debug-buffer): New constants.
3885         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
3886         (imap-network-open, imap-shell-open, imap-starttls-open)
3887         (imap-send-command-1, imap-send-command, imap-arrival-filter)
3888         (imap-debug): Use imap-*-buffer.
3889
3890         * nndoc.el (nndoc-article-type): Add mailman.
3891         (nndoc-type-alist): Ditto.
3892         (nndoc-mailman-type-p): New function.
3893
3894 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3895
3896         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
3897         gnus-art.el.
3898
3899 2001-09-27  Simon Josefsson  <jas@extundo.com>
3900
3901         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
3902         (gnus-topic-catchup-articles): New function. Suggested by Robin
3903         S. Socha <robin-dated-1001857693.185e29@socha.net>.
3904
3905 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3906         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
3907
3908         * gnus-ems.el (gnus-article-display-xface): Insert xface after
3909         previous ones.
3910
3911 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3912         From Daiki Ueno  <ueno@unixuser.org>
3913
3914         * gnus-sum.el (gnus-summary-show-article): The arglist of
3915         detect-coding-region is incompatible.
3916
3917 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3918         From Katsuhiro Hermit Endo <hermit@koka-in.org>
3919
3920         * gnus-group.el (gnus-group-delete-group): Typo.
3921
3922 2001-09-26  Simon Josefsson  <jas@extundo.com>
3923
3924         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
3925
3926         * nnimap.el (nnimap-expiry-target): Use temp buffer.
3927
3928 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3929
3930         * gnus-cus.el (gnus-group-parameters): Display as sexp.
3931
3932 2001-09-22  Simon Josefsson  <jas@extundo.com>
3933
3934         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
3935
3936         * nnfolder.el (nnfolder-open-marks): Ditto.
3937
3938         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
3939         (gnus-update-marks): Use it.
3940         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
3941         hardcoded list.
3942
3943         * gnus.el (gnus-article-special-mark-lists): Add killed.
3944         (gnus-article-unpropagated-mark-lists): New constant.
3945
3946 2001-09-22  Simon Josefsson  <jas@extundo.com>
3947
3948         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
3949         custom option.
3950
3951 2001-09-23  Simon Josefsson  <jas@extundo.com>
3952
3953         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
3954
3955 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3956
3957         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
3958
3959 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
3960
3961         * gnus-group.el (gnus-group-sort-function): Fix customize type to
3962         accept lists of functions.
3963
3964 2001-09-20  Simon Josefsson  <jas@extundo.com>
3965
3966         * gnus-group.el (gnus-group-catchup): Update expire marks in
3967         backend.  Also, if ALL also set expire marks on tick/dormant.
3968
3969 2001-09-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3970
3971         * message.el (message-tab-body-function): New variable.
3972         * message.el (message-tab): Use it.
3973
3974 2001-09-19  Sam Steingold  <sds@gnu.org>
3975
3976         * gnus-win.el (gnus-buffer-configuration): Respect
3977         `gnus-bug-create-help-buffer'.
3978
3979 2001-09-18  Simon Josefsson  <jas@extundo.com>
3980
3981         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
3982         (gnus-parse-simple-format): Re-revert.
3983
3984 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
3985
3986         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
3987         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
3988
3989 2001-09-18  Simon Josefsson  <jas@extundo.com>
3990
3991         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
3992         signed.
3993         (gnus-parse-simple-format): Don't use it.
3994
3995 2001-09-17  Miles Bader  <miles@gnu.org>
3996
3997         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
3998         error querying a backend abort the whole process.
3999
4000 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4001
4002         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
4003         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
4004
4005 2001-09-17  Didier Verna  <didier@xemacs.org>
4006
4007         * nndiary.el: version 0.2-b14.
4008         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
4009         compatibility problem with XEmacs 21.1.
4010
4011 2001-09-15  Simon Josefsson  <jas@extundo.com>
4012
4013         * gnus-group.el (gnus-group-line-format): Document %c.
4014
4015         * nnml.el (nnml-parse-head): Handle CRLF files.
4016         (nnml-generate-nov-file): Ditto.
4017         (nnml-retrieve-headers): Ditto.
4018
4019 2001-09-15  Michael Welsh Duggan <md5i@cs.cmu.edu>
4020
4021         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
4022
4023 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
4024
4025         * gnus-spec.el (gnus-correct-substring): Still stopped one
4026         character before we wanted (never included last character).
4027         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
4028         add missing "," (once per function)
4029
4030 2001-09-14  Simon Josefsson  <jas@extundo.com>
4031
4032         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
4033         (otherwise e.g. gnus-agentize in .gnus overrides the customized
4034         default before gnus-group is loaded and the variable set.)
4035
4036         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
4037         killed or unsent marks.
4038
4039         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
4040         isn't an article to set it on (e.g. when you `a' in a group).
4041
4042 2001-09-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4043
4044         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
4045         can read e-mails from Microsoft Outlook users not using ISO
4046         8859-2 character set.
4047
4048 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4049
4050         * gnus-diary.el: Minor modifications to avoid warnings.
4051         (gnus-summary-misc-menu): defvar.
4052         (gnus-diary-check-message): Use gnus-point-at-eol.
4053         (gnus-diary-kill-entire-line): eval-and-compile.
4054
4055 2001-09-12  Didier Verna  <didier@xemacs.org>
4056
4057         * nndiary.el: new version (0.2-b13).
4058         * nndiary.el (nndiary-mail-sources): doc update.
4059         * nndiary.el (nndiary-split-methods): ditto.
4060         * nndiary.el (nndiary-request-accept-article-hooks): New.
4061         * nndiary.el (nndiary-request-accept-article): use it, check
4062         message validity.
4063         * nndiary.el (nndiary-get-new-mail): changed default to nil.
4064         * nndiary.el (nndiary-schedule): fix bug (misplaced
4065         condition-case): it didn't return nil on error.
4066         * gnus-diary.el: new version.
4067         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
4068         * gnus-diary.el (gnus-diary-header-value-history): New.
4069         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
4070         * gnus-diary.el (gnus-diary-add-header): New.
4071         * gnus-diary.el (gnus-diary-check-message): New.
4072         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
4073         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
4074
4075 2001-09-10 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
4076
4077         * gnus-sum.el (gnus-select-newsgroup): Make
4078         `gnus-current-select-method' buffer-local.
4079
4080         * gnus-art.el (gnus-request-article-this-buffer): Refer
4081         `gnus-current-select-method' in the current summary buffer.
4082
4083 2001-09-10  Simon Josefsson  <jas@extundo.com>
4084         From Daniel Pittman <daniel@rimspace.net>
4085
4086         * gnus-spec.el (gnus-correct-pad-form): Fix.
4087
4088 2001-09-09  Simon Josefsson  <jas@extundo.com>
4089
4090         * mm-decode.el (mm-inline-media-tests): Add
4091         application/x-emacs-lisp.
4092         (mm-attachment-override-types): Add
4093         application/{x-,}pkcs7-signature.
4094
4095         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
4096         (gnus-server-line-format, gnus-server-mode-line-format)
4097         (gnus-server-browse-in-group-buffer): Customize.
4098
4099 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4100
4101         * nnml.el (nnml-marks-changed-p): Typo.
4102         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
4103         (nnml-marks-changed-p): Use gnus-gethash.
4104         (nnml-marks-modtime): Use gnus-make-hashtable.
4105
4106         * nnfolder.el (nnfolder-marks-changed-p): Typo.
4107         (nnfolder-request-expire-articles, nnfolder-save-marks)
4108         (nnfolder-open-marks): Typo.
4109         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
4110         (nnfolder-marks-changed-p): Use gnus-gethash.
4111         (nnfolder-marks-modtime): Use gnus-make-hashtable.
4112
4113 2001-09-08  Simon Josefsson  <jas@extundo.com>
4114
4115         * nnfolder.el (nnfolder-marks-modtime): New variable.
4116         (nnfolder-marks-changed-p): New function.
4117         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
4118         (nnfolder-request-update-info): Don't update if marks didn't change.
4119
4120         * nnml.el (nnml-marks-modtime): New variable.
4121         (nnml-marks-changed-p): New function.
4122         (nnml-save-marks, nnml-open-marks): Save modtime.
4123         (nnml-request-update-info): Don't update if marks didn't change.
4124
4125         * gnus-agent.el (gnus-agent-any-covered-gcc)
4126         (gnus-agent-add-server, gnus-agent-remove-server): Use
4127         gnus-agent-method-p.
4128
4129         * gnus-art.el (gnus-buttonized-mime-types): New variable.
4130         (gnus-unbuttonized-mime-type-p): Use it.
4131
4132         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
4133         fetch group.
4134
4135 2001-09-08  Simon Josefsson  <jas@extundo.com>
4136         From Daniel Pittman <daniel@rimspace.net>
4137
4138         * gnus-spec.el (gnus-correct-pad-form): New function.
4139         (gnus-parse-simple-format): Use it.
4140
4141 2001-09-07  Simon Josefsson  <jas@extundo.com>
4142
4143         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
4144         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
4145         Putnam <reader@newsguy.com>.
4146         (gnus-group-sort-selected-groups): Touch dribble file.
4147
4148 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
4149
4150         * nnml.el (nnml-filenames-are-evil): New variable.
4151         (nnml-article-to-file-alist): Rename to ...
4152         (nnml-current-group-article-to-file-alist): ... this.
4153         Respect `nnml-filenames-are-evil'.
4154         (nnml-active-number): Update.
4155         (nnml-update-file-alist): Update.
4156         (nnml-request-article): Use nnheader-article-to-file-alist.
4157         (nnml-request-rename-group): Likewise.
4158
4159 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4160
4161         * gnus-sum.el (gnus-summary-insert-line): Fix.
4162
4163 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4164
4165         * gnus-sum.el: Bind g-s-t-s to "W g".
4166         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
4167         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
4168         display of graphical smilies.
4169
4170 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4171
4172         * gnus-start.el (gnus-setup-news): A typo.
4173         From Bill White <billw@wolfram.com>.
4174
4175 2001-09-06  Simon Josefsson  <jas@extundo.com>
4176
4177         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
4178         and unseen marks.
4179
4180 2001-09-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4181
4182         * nnmail.el (nnmail-split-fancy): Document `junk'.
4183
4184 2001-09-04  Simon Josefsson  <jas@extundo.com>
4185
4186         * imap.el (imap-search): Don't error if server is broken.
4187
4188 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
4189
4190         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
4191         searching for an article that isn't in the mbox.
4192
4193 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4194
4195         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
4196         right, and get all the comments.
4197
4198 2001-09-02  Simon Josefsson  <jas@extundo.com>
4199         Suggested by Dan Christensen <jdc+news@uwo.ca>
4200
4201         * nnfolder.el (nnfolder-request-update-info): Fix message.
4202
4203         * nnml.el (nnml-request-update-info): Ditto.
4204
4205 2001-09-01  Simon Josefsson  <jas@extundo.com>
4206
4207         * nnml.el (nnml-request-expire-articles): Also bind
4208         `nnml-current-group' and `nnml-article-file-alist' when using
4209         expiry-target. (Otherwise nnml will be in a inconsistent internal
4210         state causing all kind of problems.)
4211         (nnml-request-expire-articles): If `nnml-article-to-file' or
4212         `file-attributes' failes, return article as un-expirable instead
4213         of treating it as expired.
4214
4215 2001-08-31  Sam Steingold  <sds@gnu.org>
4216
4217         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
4218         typo: `exmine' --> `examine'.
4219
4220 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4221
4222         * nndoc.el (nndoc-forward-type-p): It is not a digest.
4223
4224 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4225
4226         * nnml.el (nnml-check-directory-twice): Remove.
4227         (nnml-retrieve-headers): Ditto.
4228         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
4229
4230 2001-08-30  Andrew Innes  <andrewi@gnu.org>
4231
4232         * nnheader.el (nnheader-directory-files-is-safe): No need to read
4233         directory twice on Windows, or on GNU Emacs-21.
4234
4235 2001-08-30  Andrew Innes  <andrewi@gnu.org>
4236
4237         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
4238         (nnml-request-rename-group): Ditto.
4239         (nnml-active-number): Ditto.
4240         (nnml-request-create-group): Use nnml-directory-articles.
4241         (nnml-request-expire-articles): Use nnml-directory-articles, which
4242         gets list from nov database if available.
4243         (nnml-get-nov-buffer): New function.
4244         (nnml-open-nov): Use it.
4245         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
4246         gets alist from nov database if available.
4247         (nnml-directory-articles): New function.
4248         (nnml-article-to-file-alist): New function.
4249
4250 2001-08-30  Andrew Innes  <andrewi@gnu.org>
4251
4252         * mm-decode.el (mm-display-external): Use `name' as filename, if
4253         `filename' attribute is not present.
4254
4255 2001-08-30  Andrew Innes  <andrewi@gnu.org>
4256
4257         * mail-source.el (mail-source-flash): New defcustom.
4258         (mail-source-new-mail-p): Ring visible bell if appropriate.
4259         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
4260         timer is cleared even if mail check signals an error.
4261
4262 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4263
4264         * gnus-sum.el (gnus-summary-move-article): Only update marks of
4265         type 'list.
4266
4267 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4268
4269         * flow-fill.el (fill-flowed): eol might be point-max.
4270
4271 2001-08-27  Simon Josefsson  <jas@extundo.com>
4272
4273         * nnml.el (nnml-request-update-info): Fix message.
4274         (nnml-open-marks): Ditto.
4275
4276         * nnfolder.el (nnfolder-request-update-info):
4277         (nnfolder-open-marks): Fix message.
4278
4279 2001-08-25  Simon Josefsson  <jas@extundo.com>
4280
4281         * nnfolder.el (nnfolder-save-marks): Don't create directory named
4282         after group in ~/.
4283
4284 2001-08-25  Simon Josefsson  <jas@extundo.com>
4285         From Andreas Jaeger  <aj@suse.de>
4286
4287         * nnfolder.el (nnfolder-open-marks): Fix typo.
4288         * nnml.el (nnml-open-marks): Likewise.
4289
4290 2001-08-25  Simon Josefsson  <jas@extundo.com>
4291
4292         Make nnfolder groups self-contained as far as marks are concerned.
4293
4294         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4295         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
4296         (nnfolder-open-server): Make marks directory.
4297         (nnfolder-request-delete-group): Delete marks file.
4298         (nnfolder-request-delete-group): Check of nov/marks file exist
4299         before deleting.
4300         (nnfolder-request-rename-group): Rename marks file.
4301         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
4302         (nnfolder-request-set-mark, nnfolder-request-update-info)
4303         (nnfolder-group-marks-pathname, nnfolder-save-marks)
4304         (nnfolder-open-marks): New functions.
4305         (top-level): Require gnus.
4306
4307 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4308
4309         * nnweb.el (nnweb-type-definition): Use google raw file.
4310         (nnweb-google-parse-1): Ditto.
4311         (nnweb-google-identity): Ditto.
4312         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
4313         (nnweb-altavista-wash-article): Ditto.
4314         (nnweb-request-article): Remove nnweb-decode-entities.
4315
4316         * nnml.el: Require 'gnus.
4317
4318 2001-08-25  Simon Josefsson  <jas@extundo.com>
4319
4320         * nnml.el (nnml-marks-is-evil): Add doc.
4321
4322 2001-08-25  Simon Josefsson  <jas@extundo.com>
4323
4324         * nnml.el (nnml-save-marks): Wrap saving marks in a
4325         condition-case, to allow user to start Gnus if saving marks failed
4326         for some reason.
4327
4328 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4329
4330         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
4331
4332         * gnus-group.el (gnus-update-group-mark-positions): Bind
4333         gnus-group-update-hook to nil.
4334
4335 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4336
4337         * mml.el (mml-generate-mime-1): Force as multibyte string.
4338
4339 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4340
4341         * gnus-sum.el (gnus-summary-insert-line)
4342         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
4343         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
4344
4345         * gnus-spec.el (gnus-correct-substring): Take optional END.
4346
4347         * nnrss.el (nnrss-request-article): Remove \n.
4348         (nnrss-retrieve-headers): Lines number is -1.
4349
4350 2001-08-24  Simon Josefsson  <jas@extundo.com>
4351
4352         * gnus-group.el (gnus-info-clear-data): Call
4353         nnfoo-request-set-mark to propagate marks.  Fix bug:
4354         `gnus-group-update-line' doesn't update read range unless we call
4355         `gnus-get-unread-articles-in-group' first.
4356
4357         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
4358         to server.
4359
4360 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4361
4362         * gnus-util.el (gnus-create-info-command): Return an interactive
4363         function.
4364
4365 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4366         From Katsumi Yamaoka <yamaoka@jpl.org>
4367
4368         * gnus-spec.el (gnus-parse-complex-format): Use equal.
4369
4370 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4371
4372         * gnus-sum.el (gnus-select-newsgroup): Use it.
4373
4374         * gnus-util.el (gnus-not-ignore): New function.
4375
4376         * lpath.el (featurep): Don't fbind char-int.
4377
4378         * gnus-util.el (gnus-create-info-command): New function.
4379
4380         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
4381         right node.
4382
4383         * gnus-sum.el (gnus-select-newsgroup): Clean up.
4384         (gnus-summary-limit-children): Use 'identity instead of `all'.
4385         (gnus-summary-limit-to-display-predicate): New command and
4386         keystroke.
4387
4388 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4389
4390         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
4391
4392         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
4393
4394 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4395
4396         * gnus-spec.el: Add the Gnus version.
4397         (gnus-update-format-specifications): If the Gnus version changes,
4398         nix out the format spec cache.
4399
4400         * gnus.el (gnus-continuum-version): Made into a command and
4401         optionalize the VERSION.
4402
4403         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
4404         the start of the lines.
4405
4406 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4407
4408         * gnus.el (gnus-visual-p): Define function before use of
4409         function.
4410
4411 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4412
4413         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
4414         (gnus-article-mark-to-type): New function.
4415         (gnus-update-missing-marks): Only update marks of type 'list.
4416
4417         * gnus.el (gnus-article-special-mark-lists): New variable.
4418
4419 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4420
4421         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
4422         (gnus-select-newsgroup): Still use 'all.
4423         (gnus-summary-initial-limit): Comparing with 'all.
4424
4425 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4426
4427         * gnus-start.el (gnus-activate-group): If dont-check, don't update
4428         active.
4429
4430 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4431
4432         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
4433         nnslashdot-*-retrieve-headers.
4434         (nnslashdot-request-article): Fix for slashcode 2.2.
4435         (nnslashdot-make-tuple): New function.
4436         (nnslashdot-read-groups): Use it.
4437
4438 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4439
4440         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
4441         list.
4442
4443         * gnus-sum.el (gnus-summary-move-article): Don't select article.
4444
4445 2001-08-20  Simon Josefsson  <jas@extundo.com>
4446
4447         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
4448         opened, error instead of continuing (and exploding later).
4449
4450 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4451
4452         * gnus.el (gnus-expand-group-parameters): Return the parameter
4453         list.
4454
4455         * gnus-sum.el (gnus-summary-show-article): Doc fix.
4456         (gnus-summary-show-article): Guess at charset if required.
4457
4458         * gnus-spec.el (gnus-correct-substring): Stopped one character
4459         before we wanted.
4460
4461 2001-08-19  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4462
4463         * earcon.el (earcon-auto-play): Remove unused option.
4464
4465 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4466
4467         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
4468         message down in levels, since it happens very fast.
4469
4470         * smiley-ems.el (smiley-update-cache): Respect the symbol version
4471         of smiley-regexp-alist.
4472
4473         * mm-view.el (mm-inline-text): Ignore vcard errors.
4474
4475         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
4476
4477         * gnus-score.el (gnus-all-score-files): Use append instead of
4478         nconc.
4479
4480         * gnus.el (gnus-splash-face): Doc fix.
4481
4482         * mm-decode.el (mm-mailcap-command): Use
4483         mm-path-name-rewrite-functions.
4484         (mm-path-name-rewrite-functions): New variable.
4485
4486         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
4487         (gnus-complex-form-to-spec): Insert tab.
4488         (gnus-spec-tab): New function.
4489
4490         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
4491         entering the group.
4492
4493         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
4494         the positional spec.
4495         (gnus-parse-complex-format): React to %C.
4496
4497         * gnus-ems.el (gnus-char-width): Moved here.
4498
4499         * gnus-sum.el (gnus-select-newsgroup): Set
4500         gnus-newsgroup-articles.
4501         (gnus-unseen-mark): New variable.
4502         (gnus-newsgroup-unseen): Ditto.
4503         (gnus-newsgroup-seen): Ditto.
4504         (gnus-adjust-marked-articles): Use them.
4505         (gnus-update-marks): Use them.
4506         (gnus-summary-update-secondary-mark): Display.
4507         (gnus-summary-prepare-threads): Display.
4508
4509         * gnus-msg.el (gnus-inews-group-method): Use and return the
4510         method, not the server.
4511
4512 2001-08-19  Simon Josefsson  <jas@extundo.com>
4513
4514         * gnus-srvr.el (gnus-server-agent-face): New.
4515         (gnus-server-agent-face): New.
4516         (gnus-server-mode): Turn on font-lock-mode.
4517
4518         * gnus.el (gnus-server-visual): Add defgroup.
4519
4520 2001-08-19  Simon Josefsson  <jas@extundo.com>
4521         From Joe Casadonte <jcasadonte@northbound-train.com>
4522
4523         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
4524         gnus-server-denied-face): New.
4525         (gnus-server-opened-face, gnus-server-closed-face,
4526         gnus-server-denied-face): New.
4527         (gnus-server-font-lock-keywords): Add.
4528
4529 2001-08-19  Simon Josefsson  <jas@extundo.com>
4530
4531         * nnml.el (nnml-request-set-mark): Return nil.
4532         (nnml-save-marks): Use nnml-possibly-create-directory.
4533         (nnml-open-marks): Only work in temp buffer when inserting/reading
4534         .marks file.
4535
4536 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4537
4538         * gnus.el (gnus-expand-group-parameters): Fix.
4539
4540         * gnus-spec.el (gnus-char-width): New function.
4541         (gnus-correct-substring, gnus-correct-length): Use it.
4542
4543         * message.el (message-required-mail-headers): Fix doc.
4544
4545 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4546
4547         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
4548
4549         * mm-decode.el (mm-save-part-to-file): Insert the handle.
4550
4551 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4552
4553         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
4554         slashdot 2.2 (not fully fixed yet).
4555         (nnslashdot-request-article): Ditto.
4556
4557 2001-08-18  Simon Josefsson  <jas@extundo.com>
4558
4559         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
4560         nnimap.
4561
4562         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
4563         gnus-util.
4564         (nnimap-request-update-info-internal): Use new functions.
4565
4566         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
4567         new functions.
4568
4569 2001-08-18  Simon Josefsson  <jas@extundo.com>
4570
4571         Make nnml groups self-contained as far as marks are concerned.
4572
4573         * nnml.el (nnml-request-delete-group): Delete marks file.
4574         (nnml-request-rename-group): Move marks file.
4575         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
4576         variables.
4577         (nnml-request-set-mark, nnml-request-update-info): New server
4578         functions.
4579         (nnml-save-marks, nnml-open-marks): New functions.
4580
4581 2001-08-18  Simon Josefsson  <jas@extundo.com>
4582
4583         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
4584         `set' when setting marks.
4585
4586 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4587
4588         * gnus.el (gnus-info-find-node): Take an argument.
4589
4590         * gnus-art.el (gnus-button-handle-info): New function.
4591         (gnus-url-unhex-string): Replace "+" with " ".
4592
4593 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4594
4595         * message.el (message-check-news-header-syntax): Check bad From.
4596
4597 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4598
4599         * gnus-spec.el (gnus-correct-length): New function.
4600         (gnus-correct-substring): New function.
4601         (gnus-tilde-max-form): Use it.
4602
4603 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
4604
4605         * nnmh.el: Docstring changes as below.
4606
4607         * nnml.el: Docstring changes as below.
4608
4609         * nnbabyl.el: Docstring changes as below.
4610
4611         * nnmbox.el: Docstring changes as below.
4612
4613         * nnfolder.el: Added docstrings identifying each virtual server
4614         parameter.
4615
4616 2001-08-18  Simon Josefsson  <jas@extundo.com>
4617
4618         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
4619
4620 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
4621
4622         * message.el: rename "Abort Message" to "Postpone Message".
4623         Remove "Attach file as MIME" from Message menu, it's already in
4624         the MIME menu.
4625
4626 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4627
4628         * smime.el (smime-point-at-eol): eval-and-compile.
4629         (smime-make-temp-file): New function.
4630         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
4631         Use it.
4632
4633 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4634
4635         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
4636         (gnus-agent-summary-fetch-group): New command and keystroke.
4637
4638         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
4639         (gnus-mime-display-security): Make it respect
4640         gnus-unbuttonized-mime-type-p.
4641
4642         * gnus-sum.el (gnus-articles-to-read): Comments.
4643         (gnus-article-marked-p): New function.
4644         (gnus-summary-display-make-predicate): New function.
4645         (gnus-select-newsgroup): Use them.
4646
4647         * mm-decode.el (mm-save-part-to-file): Made it not error.
4648
4649 2001-08-17  Simon Josefsson  <jas@extundo.com>
4650
4651         * imap.el (imap-wait-for-tag): If process-status isn't open or
4652         run, return nil instead of sit-for looping.
4653
4654 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4655
4656         * lpath.el (featurep): fbind xml-parse-region.
4657
4658         * gnus.el (gnus-message-archive-method): Default to "archive".
4659         (gnus-message-archive-method): Doc fix.
4660         (gnus-parameters-get-parameter): Cleaned up.
4661         (gnus-expand-group-parameter): New function.
4662
4663         * gnus-start.el (gnus-setup-news): Push the archive server only
4664         the server list.
4665
4666         * mml.el (mml-menu): Changed name to "Attachments".
4667
4668         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
4669         when there is something to detroy.
4670
4671 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4672
4673         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
4674         nil.
4675
4676 2001-08-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4677
4678         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
4679         which specifies a time today or tomorrow.
4680
4681 2001-08-15  Simon Josefsson  <jas@extundo.com>
4682         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk)
4683
4684         * gnus-agent.el (gnus-agent-make-mode-line-string)
4685         (gnus-agent-toggle-plugged): Use new API.
4686
4687 2001-08-14  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4688
4689         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
4690         deadline has expired.
4691
4692 2001-08-12  Simon Josefsson  <jas@extundo.com>
4693         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
4694
4695         Support `recent' mark indicating newly arrived messages (to
4696         separate from old but unread messages).
4697
4698         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
4699         `nnmail-split-history' if recent is > 0.
4700         (nnimap-request-update-info-internal): Update `recent' marks.
4701         (nnimap-request-set-mark): Never set `recent' marks.
4702         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
4703         recent.
4704
4705         * gnus-sum.el (gnus-recent-mark): New mark.
4706         (gnus-newsgroup-recent): New variable.
4707         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
4708         (gnus-summary-prepare-threads): Mark recent articles.
4709         (gnus-summary-add-mark): Support recent.
4710         (gnus-summary-update-secondary-mark): Support recent.
4711
4712         * gnus.el (gnus-article-mark-lists): Add recent.
4713
4714 2001-08-12  Simon Josefsson  <jas@extundo.com>
4715
4716         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
4717         whether successful decoding took place.  Add doc.
4718
4719 2001-08-12  Simon Josefsson  <jas@extundo.com>
4720         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
4721
4722         * gnus.el (gnus-summary-line-format, gnus-parameters):
4723         * gnus-gl.el (gnus-summary-grouplens-line-format):
4724         * gnus-salt.el (gnus-summary-pick-line-format):
4725         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
4726
4727 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
4728         Committed by Kai Gro\e,A_\e(Bjohann.
4729
4730         * gnus-score.el (gnus-score-string): Fix `match' regexp
4731         for `extra' header case.
4732
4733 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4734
4735         * nnmbox.el (nnmbox-read-mbox): No warning.
4736
4737 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4738
4739         * nndoc.el (nndoc-article-type): Fix doc.
4740         (nndoc-generate-article-function): New variable.
4741         (nndoc-dissection-function): New variable.
4742         (nndoc-type-alist): Add oe-dbx.
4743         (nndoc-oe-dbx-type-p): New function.
4744         (nndoc-oe-dbx-dissection): New function.
4745         (nndoc-oe-dbx-generate-article): New function.
4746
4747 2001-08-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4748
4749         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
4750         whether deadline has been reached.  Patch from Dan Nicolaescu
4751         <dann@godzilla.ics.uci.edu>.
4752
4753 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4754
4755         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
4756         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
4757         <rintaman@cs.Helsinki.FI>.
4758
4759         * mail-source.el (mail-source-movemail): The error buffer is
4760         modified, but nothing in it.
4761
4762 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4763
4764         * message.el (message-bogus-system-names): New variable.
4765         (message-make-fqdn): Use it.
4766
4767 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4768
4769         * nndraft.el (nndraft-request-group): Use
4770         nndraft-auto-save-file-name.
4771
4772 2001-08-09  Simon Josefsson  <jas@extundo.com>
4773
4774         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
4775         Don't ask whether to decrypt.  Just leave result in buffer (don't
4776         call mm).
4777
4778         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
4779         parts as well.
4780         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
4781         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
4782
4783 2001-08-09  Simon Josefsson  <jas@extundo.com>
4784
4785         * mm-decode.el (mm-insert-part): Return decoding success status.
4786         (mm-save-part-to-file): Error if decoding failed.
4787
4788 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4789
4790         * message.el (message-tab): Use indent-relative.
4791         (message-mode): Don't bind indent-line-function to indent-relative.
4792
4793 2001-08-09  Simon Josefsson  <jas@extundo.com>
4794
4795         * message.el (message-get-reply-headers): Fix string. Suggested by
4796         Christoph Conrad <cc@cli.de>.
4797
4798 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4799
4800         * message.el (message-tab): Use the current value of
4801         indent-line-function.
4802         (message-mode): Bind indent-line-function to indent-relative.
4803
4804 2001-08-08  Simon Josefsson  <jas@extundo.com>
4805
4806         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
4807         whether `imtest' is installed.
4808
4809 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
4810         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
4811
4812         * gnus-sum.el (gnus-summary-show-article): Call
4813         gnus-summary-update-secondary-secondary-mark.
4814         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
4815         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
4816
4817 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4818
4819         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
4820
4821         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
4822
4823         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
4824         <gerd@gnu.org>.
4825
4826         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
4827
4828         * gnus-util.el (gnus-output-to-rmail): Ditto.
4829         (gnus-output-to-mail): Ditto.
4830
4831         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
4832
4833 2001-08-06  Florian Weimer   <fw@deneb.enyo.de>
4834
4835         * message.el (message-indent-citation): Use
4836         `message-yank-cited-prefix' for empty lines.
4837
4838 2001-08-05  Florian Weimer   <fw@deneb.enyo.de>
4839
4840         * message.el (message-indent-citation): Quote only lines starting
4841         with ">" using `message-yank-cited-prefix'.
4842
4843 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
4844
4845         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
4846         gnus-cache-fully-p.
4847
4848 2001-08-04  Simon Josefsson  <jas@extundo.com>
4849
4850         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
4851         file if it doesn't exist (by calling gnus-cache-read-active).
4852
4853 2001-08-04  Simon Josefsson  <jas@extundo.com>
4854
4855         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
4856         (gnus-cache-passively-or-fully-p): Removed.
4857         (gnus-cache-fully-p): Fix it.
4858
4859         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
4860
4861 2001-08-04  Simon Josefsson  <jas@extundo.com>
4862
4863         * gnus-cache.el (gnus-cache-fully-p)
4864         (gnus-cache-passively-or-fully-p): New functions.
4865         (gnus-cache-possibly-enter-article): Cosmetic change, use
4866         `g-c-p-o-f-p'.
4867         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
4868         was bogus (`g-c-p-a-a' does not change active info, just change
4869         the functions parameters).
4870         (gnus-cache-possibly-remove-articles-1): Make sure articles are
4871         not removed in groups that match `gnus-uncacheable-groups'.
4872
4873         Reported and modifications based on discussions with Nuutti
4874         Kotivuori <nuutti.kotivuori@smarttrust.com>.
4875
4876 2001-08-04  Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
4877         Committed by Simon Josefsson  <jas@extundo.com>
4878
4879         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
4880         calls `gnus-cache-update-active' if bounds has been extended.
4881
4882 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4883
4884         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
4885         before remove.
4886         (gnus-mime-security-show-details): Ditto.
4887
4888 2001-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4889
4890         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
4891         syntax.  Protect string-match against nil string and regexp.
4892
4893 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4894
4895         * mm-util.el (mm-find-charset-region): Remove control-1.
4896
4897 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4898
4899         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
4900
4901 2001-08-04  Simon Josefsson  <jas@extundo.com>
4902
4903         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
4904         buffer.  Delete MIME-Version header.
4905
4906 2001-08-03  Simon Josefsson  <jas@extundo.com>
4907
4908         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
4909         that is entered does not necessarily have the highest article
4910         number in the group, so use `gnus-cache-possibly-alter-active'
4911         instead of `gnus-cache-update-active'.
4912
4913 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4914
4915         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
4916
4917 2001-08-03  Simon Josefsson  <jas@extundo.com>
4918
4919         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
4920         menu.
4921
4922 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4923
4924         * gnus.el (post-method): New group parameter.  It also provides
4925         the user option `gnus-post-method-alist' and the internal function
4926         `gnus-parameter-post-method'.
4927
4928         * gnus-msg.el (gnus-post-method): Bind the value of
4929         `gnus-post-method' to the group parameter if it is defined.
4930
4931 2001-08-02  Simon Josefsson  <jas@extundo.com>
4932
4933         * smime.el (smime-extra-arguments): Removed.
4934         (smime-call-openssl-region): Don't use it.
4935
4936 2001-08-02  Simon Josefsson  <jas@extundo.com>
4937
4938         * smime.el (smime-sign-region): Handle stderr.
4939         (smime-encrypt-region): Ditto.
4940
4941         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
4942         match the ASN.1 length bytes.
4943         (mm-pkcs7-enveloped-magic): Ditto.
4944         (mm-view-pkcs7-get-type): Don't regexp quote.
4945
4946 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4947         From Andreas Fuchs <asf@void.at>
4948
4949         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
4950
4951 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4952
4953         * gnus-art.el (gnus-header-button-alist): References regexp.
4954
4955 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
4956
4957         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
4958         already fboundp.  Add INTERACTIVE arg to autoload form.
4959
4960 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4961
4962         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
4963
4964         * nnmail.el (nnmail-cache-open): Ditto.
4965
4966 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4967
4968         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
4969
4970 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4971
4972         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
4973
4974 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4975         Originally from Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4976
4977         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
4978         (gnus-agent-toggle-plugged): Use it.
4979
4980 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4981
4982         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
4983         (gnus-ding-file-coding-system): New variable.
4984         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
4985         (gnus-slave-save-newsrc): Use it.
4986
4987 2001-07-31  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4988
4989         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
4990         syntax.
4991
4992 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4993         Originally from Andreas Fuchs <asf@void.at>
4994
4995         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
4996         (mml2015-gpg-pretty-print-fpr): New function.
4997         (mml2015-gpg-extract-signature-details): More details, rename from
4998         `m-g-e-from'.
4999         (mml2015-gpg-verify): Use them.
5000         (mml2015-gpg-clear-verify): Use them.
5001
5002 2001-07-31  Simon Josefsson  <jas@extundo.com>
5003
5004         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
5005         buffer when done.
5006
5007 2001-07-30  Simon Josefsson  <jas@extundo.com>
5008
5009         * smime.el (smime-call-openssl-region): Revert previous change,
5010         just pass on buf to `call-process-region'.
5011         (smime-verify-region): Doc fix.  Don't message stuff.  Use
5012         `smime-new-details-buffer'.  Inserts error messages into buffer.
5013         (smime-noverify-region): Ditto.
5014         (smime-decrypt-region): Ditto.  Handles stderr separately.
5015         (smime-verify-buffer, smime-noverify-buffer)
5016         (smime-decrypt-buffer): Doc fix.
5017         (smime-new-details-buffer): New function.
5018         (smime-pkcs7-region, smime-pkcs7-certificates-region)
5019         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
5020         (smime-sign-region, smime-encrypt-region): Don't use
5021         `insert-buffer'.
5022
5023         * mml-smime.el (mml-smime-verify): Fix security button strings.
5024
5025 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5026
5027         * gnus-art.el (gnus-mime-save-part-and-strip): Save
5028         gnus-article-mime-handles.
5029
5030 2001-07-29  Simon Josefsson  <jas@extundo.com>
5031
5032         * mail-source.el (top-level): Require message for message-directory.
5033         (mail-source-directory): Change default to message-directory.
5034
5035         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
5036         (smime-certificate-directory, smime-openssl-program)
5037         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
5038         (smime-extra-arguments): New variable.
5039         (smime-dns-server): Fix customize group.
5040         (smime-call-openssl-region): Use `smime-extra-arguments'.
5041
5042 2001-07-29  Simon Josefsson  <jas@extundo.com>
5043         From Vladimir Volovich <vvv@vsu.ru>
5044
5045         * smime.el (smime-call-openssl-region): Ignore stderr.
5046
5047 2001-07-29  Simon Josefsson  <jas@extundo.com>
5048         From Christoph Conrad <christoph.conrad@gmx.de>
5049
5050         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
5051         file.
5052
5053 2001-07-29  Simon Josefsson  <jas@extundo.com>
5054
5055         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
5056
5057         Support S/MIME decryption.
5058
5059         * mm-decode.el (mm-inline-media-tests):
5060         (mm-inlined-types):
5061         (mm-automatic-display):
5062         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
5063
5064         * mm-view.el (mm-pkcs7-signed-magic):
5065         (mm-pkcs7-enveloped-magic): New variables.
5066         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
5067         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
5068         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
5069         PKCS#7 blobs.
5070
5071         * smime.el (smime-decrypt-region): Expand keyfile.
5072
5073 2001-07-29  Simon Josefsson  <jas@extundo.com>
5074
5075         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
5076         `ssl.el' variables.
5077
5078         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
5079         but line instead of narrowing to it, because `nnmail-parse-active'
5080         calls widen.  Thanks to Christoph Conrad
5081         <christoph.conrad@gmx.de>.
5082
5083 2001-07-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5084
5085         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
5086         for %B spec.
5087
5088         * gnus-sum.el (gnus-summary-prepare-threads): If
5089         gnus-sum-thread-tree-root is nil, use subject instead.
5090         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
5091         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
5092         (gnus-sum-thread-tree-leaf-with-other)
5093         (gnus-sum-thread-tree-single-leaf): Documentation.
5094         (gnus-sum-thread-tree-single-indent): Allow nil.
5095
5096 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5097
5098         * message.el (message-fill-paragraph): Do nothing if the user
5099         wants filladapt-mode.
5100
5101 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5102
5103         * mm-decode.el (mm-image-type-from-buffer): New function.
5104         (mm-get-image): Use it.
5105
5106 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5107
5108         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
5109
5110         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
5111         mm-display-parts too.
5112
5113 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5114
5115         * nnfolder.el (nnfolder-request-accept-article): Bind
5116         nntp-server-buffer.
5117
5118         * nnmail.el (nnmail-parse-active): Read from buffer instead of
5119         nntp-server-buffer.
5120
5121 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5122
5123         * message.el (message-check-news-header-syntax): Use
5124         message-post-method.
5125         (message-send-news): Bind message-post-method.
5126
5127 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5128
5129         * mml.el (mml-tweak-type-alist): New variable.
5130         (mml-tweak-function-alist): New variable.
5131         (mml-tweak-part): New function.
5132         (mml-generate-mime-1): Use it.
5133
5134 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5135
5136         * nnfolder.el (nnfolder-request-accept-article): Replace
5137         nnfolder-request-list.
5138
5139 2001-07-27  Simon Josefsson  <jas@extundo.com>
5140
5141         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
5142         nnoo-change-server failed to do it.
5143
5144 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5145
5146         * gnus.el (gnus-parameters): Make it customizable.
5147
5148 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5149
5150         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
5151
5152         * message.el (message-set-auto-save-file-name): More
5153         poor-system-types.
5154
5155         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
5156
5157         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
5158         supports +.
5159
5160 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5161
5162         * mm-decode.el (mm-readable-p): New function.
5163         (mm-inline-media-tests): Fix the default testers.
5164
5165 2001-07-26  Simon Josefsson  <jas@extundo.com>
5166
5167         * nnimap.el (nnimap-version): Bump version number.
5168
5169 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5170         From Steven E. Harris <seh@speakeasy.org>
5171
5172         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
5173         in M$Windows too.
5174
5175 2001-07-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5176
5177         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
5178
5179 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5180
5181         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
5182
5183         * mm-decode.el (mm-get-image): Guess then use the type.
5184
5185         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
5186
5187 2001-07-25 12:54:00  Danny Siu <dsiu@adobe.com>
5188
5189         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
5190         display (%B) for threads if threading is off.
5191
5192 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5193         From Henrik Enberg <henrik@enberg.org>
5194
5195         * gnus-msg.el: Customization patch.
5196
5197 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
5198
5199         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
5200         variable.
5201         (nnmail-split-fancy-with-parent): Ignore certain groups.
5202
5203 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5204
5205         * gnus-util.el (gnus-byte-compile): New function.
5206         (gnus-use-byte-compile): New variable.
5207         (gnus-make-sort-function): Use it.
5208
5209         * nnmail.el (nnmail-get-new-mail): Use it.
5210
5211         * gnus-agent.el (gnus-category-make-function): Simple function or
5212         compiled function.
5213         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
5214
5215         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
5216         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
5217         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
5218
5219         * message.el (message-check-news-header-syntax): Remove quote.
5220
5221 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5222
5223         * message.el (message-use-mail-followup-to): `t' is not a
5224         documented value.
5225
5226 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5227
5228         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
5229
5230 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5231
5232         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
5233         there are long lines.
5234
5235 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5236
5237         * dgnushack.el (copy-list): New compiler macro.
5238
5239 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5240
5241         * message.el (message-bounce): If no Return-Path, the whole
5242         content is considered as the original message.
5243
5244         * nnml.el (nnml-check-directory-twice): New variable.
5245         (nnml-article-to-file): Use it.
5246         (nnml-retrieve-headers): Hack it.
5247
5248 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5249
5250         * gnus-win.el (gnus-buffer-configuration): New configure.
5251
5252         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
5253         not alive.
5254
5255         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
5256         (mm-display-external): Use display-term configure.
5257
5258 2001-07-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5259
5260         * gnus-delay.el (gnus-delay-default-hour): New variable.
5261         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
5262
5263 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5264         From Karl Kleinpaste <karl@charcoal.com>
5265
5266         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
5267         (gnus-summary-prepare-threads): Ditto.
5268
5269         * gnus.el (gnus-summary-line-format): Add %B.
5270
5271 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5272
5273         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
5274
5275         * mm-util.el (mm-string-as-multibyte): New function.
5276
5277         * nnmh.el (nnmh-request-list-1): Encode, not decode!
5278
5279 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5280
5281         * mm-util.el (mm-universal-coding-system): New variable.
5282
5283         * gnus-start.el (gnus-startup-file-coding-system): Use it.
5284
5285         * score-mode.el (score-mode-coding-system): Use it.
5286
5287 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * gnus-start.el (gnus-setup-news): Call
5290         `gnus-check-bogus-newsgroups' just after the native server is
5291         opened.
5292
5293 2001-07-23  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5294
5295         * nnmail.el (nnmail-do-request-post): Util function to be used by
5296         `nnchoke-request-post' for all nnmail-derived backends.
5297
5298         * nnml.el (nnml-request-post): Use it.
5299
5300         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
5301         backend, for it groks nnml-request-post.
5302
5303         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
5304         Treat `mail-post' backends like `mail' backends, not like `news'
5305         backends.
5306
5307 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5308
5309         * gnus-msg.el (gnus-setup-message): make-local-hook.
5310
5311 2001-07-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5312
5313         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
5314         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
5315         <karl@charcoal.com>, slightly changed by Kai.
5316
5317         * message.el (message-check-news-header-syntax): When checking
5318         whether the groups exist, check the right server based on
5319         `gnus-post-method'.
5320
5321 2001-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5322
5323         * gnus-delay.el: New file.
5324
5325 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5326
5327         * mm-util.el (mm-read-coding-system): Take two arguments.
5328
5329         * gnus-sum.el (gnus-summary-show-article): Use
5330         mm-read-coding-system.
5331
5332         * gnus-art.el (article-de-quoted-unreadable):
5333         (article-de-base64-unreadable, article-wash-html):
5334         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
5335
5336 2001-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5337
5338         * nnml.el (nnml-request-post): New function.  Can be used for
5339         annotations in nnml groups.
5340
5341 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5342
5343         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
5344         command.
5345
5346         * gnus-start.el (gnus-find-new-newsgroups): Use
5347         `message-make-date' instead of `current-time-string'.
5348         (gnus-ask-server-for-new-groups): Ditto.
5349         (gnus-check-first-time-used): Ditto.
5350
5351 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5352
5353         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
5354
5355 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
5356
5357         * message.el (message-shorten-references): Change `maxcount' and
5358         `cut' to obey USEFOR draft 5.
5359
5360 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
5361
5362         * gnus-sum.el (gnus-summary-display-arrow): New variable.
5363         (gnus-summary-set-article-display-arrow): New function.
5364         (gnus-summary-goto-subject): Use it.
5365
5366 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5367
5368         * gnus-sum.el (gnus-summary-import-article): Insert date if
5369         doesn't exist.
5370
5371 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5372
5373         * mml.el (mml-content-type-parameters): New variable.
5374         (mml-content-disposition-parameters): New variable.
5375         (mml-insert-mime-headers): Use them.
5376         (mml-parse-1): Accept charset.
5377
5378 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5379
5380         * gnus-group.el (gnus-group-select-group): Doc fix.
5381
5382         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
5383
5384 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5385
5386         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
5387         to handle `define-derived-mode'.
5388
5389 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5390         From:  Stefan Monnier  <monnier@cs.yale.edu>
5391
5392         * message.el (message-mode): Use define-derived-mode.
5393         (message-tab): message-completion-alist.
5394
5395         * imap.el (imap-interactive-login): Use make-local-variable.
5396         (imap-open): Ditto.
5397         (imap-authenticate): Ditto.
5398
5399         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
5400
5401         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
5402
5403 2001-07-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5404
5405         * message.el (message-citation-line-function): Refer to
5406         gnus-cite-attribution-suffix.
5407
5408 2001-07-15  Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5409
5410         * gnus-art.el,...: Error convention changes.
5411
5412 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5413
5414         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
5415
5416 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5417
5418         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
5419         (nnrss-read-server-data): Ditto.
5420
5421 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5422
5423         * gnus-setup.el (gnus-use-installed-gnus): Typo.
5424         * Cleanup files.
5425         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
5426
5427 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5428
5429         * gnus.el (gnus-summary-line-format): Add %o.
5430
5431         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
5432         unless shell outputs something.
5433
5434 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5435
5436         * gnus-art.el (gnus-boring-article-headers): Better doc.
5437         (article-hide-headers): Better regexp.
5438         Suggested by Matt Swift <swift@alum.mit.edu>.
5439
5440         * nnheader.el (nnheader-max-head-length): Better doc.
5441         (nnheader-header-value): Skip spaces.
5442         (nnheader-parse-head): Remove space.
5443         Suggested by Matt Swift <swift@alum.mit.edu>.
5444
5445         * gnus-sum.el (gnus-summary-show-raw-article): New function.
5446         (gnus-get-newsgroup-headers): Remove space.
5447
5448 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5449
5450         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
5451         (gnus-summary-reply): Use it.
5452         (gnus-summary-reply-broken-reply-to): New function.
5453         (gnus-msg-force-broken-reply-to): New function.
5454
5455         * mm-view.el (mm-inline-text): Showing as text/plain when error.
5456
5457 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5458
5459         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
5460
5461 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5462
5463         * mm-decode.el (mm-external-terminal-program): New variable.
5464         (mm-display-external): Use it. Use term to display when no
5465         window-system.
5466
5467 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
5468
5469         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
5470         Browse->Next entries to Browse->Prev
5471
5472 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5473
5474         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
5475
5476 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5477
5478         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
5479         for the default encoding.
5480
5481         * nnrss.el (nnrss-url-field): New field.
5482         (nnrss-request-article): Add newsgroups.
5483
5484         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
5485
5486 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5487
5488         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
5489
5490         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
5491         (gnus-draft-setup): Remove backlog.
5492
5493 2001-07-10  Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5494
5495         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
5496         Cleanup.
5497
5498 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5499
5500         * gnus-msg.el (gnus-bug): Erase buffer.
5501
5502         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
5503
5504 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5505
5506         * mm-decode.el (mm-attachment-override-p): Fix typo.
5507
5508 2001-03-19 05:28:00  Katsumi Yamaoka <yamaoka@jpl.org>
5509
5510         * gnus-kill.el (gnus-execute): Work with the extra headers.
5511         * gnus-sum.el (gnus-summary-execute-command): Ditto.
5512
5513 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5514
5515         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
5516         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
5517
5518         * message.el (message-send-mail-real-function): New variable.
5519         (message-send-mail-partially, message-send-mail):
5520
5521         * nngateway.el (nngateway-request-post): Use it.
5522
5523         * gnus-agent.el (gnus-agentize): Use it.
5524
5525         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
5526         (nnsoup-revert-variables): Use it.
5527
5528 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
5529
5530         * mm-decode.el (mm-inline-media-tests): Default to displaying as
5531         text/plain if the type doesn't match any other media types.
5532         (mm-inlined-types): Doc fix.
5533         (mm-display-inline): Revert previous change (now handled by a
5534         default type in `mm-inline-media-tests'.
5535         (mm-inlinable-p): Revive.
5536         (mm-display-part): Call `mm-inlinable-p'.
5537         (mm-attachment-override-p): Ditto.
5538         (mm-inlined-p): Doc fix.
5539
5540         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
5541         well as `mm-inlined-p'.
5542
5543 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5544
5545         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
5546         (nntp-send-command-and-decode): Use gnus-point-at-bol.
5547
5548 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5549         From  Paul Jarc <prj@po.cwru.edu>
5550
5551         * message.el (message-use-mail-followup-to): New variable.
5552         (message-get-reply-headers): Use it.
5553
5554 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
5555
5556         * nnheader.el (nnheader-init-server-buffer): Make sure the
5557         *nntpd* buffer is made multibyte instead of a random buffer.
5558
5559 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5560
5561         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
5562         when it returns headers.
5563
5564 2001-07-07  Simon Josefsson  <jas@extundo.com>
5565
5566         * rfc2047.el (rfc2047-encode-message-header): Skip header when
5567         trying to fold. Thanks to Colin Walters
5568         <walters@cis.ohio-state.edu>
5569
5570 2001-07-06  Simon Josefsson  <jas@extundo.com>
5571
5572         * imap.el (imap-parse-address-list, imap-parse-flag-list)
5573         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
5574         Add information in `assert's.
5575
5576         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
5577         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
5578         and `nnimap-group-overview-filename', should handle all
5579         change-of-uidvalidity related issues.  But there may be other
5580         problems.)
5581
5582 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
5583
5584         * rfc2047.el (rfc2047-encode-message-header): Don't include the
5585         header name when folding.
5586
5587 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
5588
5589         * mm-decode.el (mm-inlined-types): Document relationship with
5590         `mm-inline-media-tests'.
5591         (mm-display-inline): Default to displaying as plain text if no
5592         inlining handler is available.
5593         (mm-inlinable-p): Remove.
5594         (mm-inlined-p): Don't call `mm-inlinable-p'.
5595         (mm-automatic-display-p): Ditto.
5596         (mm-attachment-override-p): Ditto.
5597
5598 2001-07-04  Simon Josefsson  <jas@extundo.com>
5599
5600         * nnimap.el (nnimap-importantize-dormant): New variable.
5601         (nnimap-request-update-info-internal): Use it.
5602         (nnimap-request-set-mark): Ditto.
5603
5604 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
5605
5606         * nntp.el (nntp-send-command): don't pass a buffer argument to
5607         `point'. Only XEmacs accepts this.
5608         * nntp.el (nntp-send-command-nodelete): ditto.
5609         * nntp.el (nntp-send-command-and-decode): ditto.
5610
5611 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
5612
5613         * nntp.el (nntp-open-connection-function): doc update.
5614         * nntp.el (nntp-pre-command): New.
5615         * nntp.el (nntp-via-rlogin-command): New.
5616         * nntp.el (nntp-via-telnet-command): New.
5617         * nntp.el (nntp-via-telnet-switches): New.
5618         * nntp.el (nntp-via-user-name): New.
5619         * nntp.el (nntp-via-user-password): New.
5620         * nntp.el (nntp-via-address): New.
5621         * nntp.el (nntp-via-envuser): New.
5622         * nntp.el (nntp-via-shell-prompt): New.
5623         * nntp.el (nntp-open-telnet-stream): New.
5624         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
5625         * nntp.el (nntp-open-via-telnet-and-telnet): New.
5626         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
5627         * nntp.el (nntp-send-command): ditto.
5628         * nntp.el (nntp-send-command-nodelete): ditto.
5629         * nntp.el (nntp-send-command-and-decode): ditto.
5630
5631 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
5632
5633         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
5634         `when'.
5635
5636 2001-07-03  Simon Josefsson  <jas@extundo.com>
5637         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
5638
5639         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
5640
5641 2001-07-03  Simon Josefsson  <jas@extundo.com>
5642
5643         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
5644         remove it (workaround XEmacs `fill-region' bug).
5645
5646 2001-07-01  Simon Josefsson  <jas@extundo.com>
5647
5648         * nnimap.el (nnimap-date-days-ago): Defeat locale.
5649
5650 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5651
5652         * mml2015.el (mml2015-format-error): New function.
5653         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
5654         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
5655         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
5656
5657 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5658
5659         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
5660         Suggested by Christoph Conrad <C.Conrad@cli.de>.
5661
5662         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
5663         group variables.
5664
5665 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5666
5667         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
5668
5669         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
5670         (nnrss-save-group-data): Ditto.
5671
5672         * gnus-agent.el (gnus-agent-save-alist): Ditto.
5673
5674 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5675
5676         * message.el (message-do-send-housekeeping): Narrow to headers.
5677
5678 2001-06-24  Simon Josefsson  <jas@extundo.com>
5679
5680         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
5681         insertion when breaking lines looked for " \t" instead of "[ \t]".
5682         (rfc2047-encode-message-header): Fold lines even if
5683         no QP encoding is done.
5684
5685 2001-06-23  Simon Josefsson  <jas@extundo.com>
5686         From Samuel Tardieu <sam@inf.enst.fr>
5687
5688         * smime.el (smime-keys): Support additional certificates.
5689         (smime-make-certfiles): New function.
5690         (smime-sign-region): Use previous variables.
5691         (smime-get-certfiles): New function.
5692         (smime-sign-buffer): Use it.
5693         (smime-verify-region): Support both CAfile and CApath.
5694
5695 2001-06-23  Simon Josefsson  <jas@extundo.com>
5696
5697         * smime.el (smime-decrypt-region): Perhaps work.
5698
5699 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5700
5701         * gnus-msg.el (gnus-copy-article-buffer): Typo.
5702
5703 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
5704
5705         * mm-decode.el (mm-save-part): Rewrite file name.
5706         (mm-file-name-rewrite-functions): New variable.
5707         (mm-file-name-delete-whitespace): New function.
5708         (mm-file-name-trim-whitespace): New function.
5709         (mm-file-name-collapse-whitespace): New function.
5710         (mm-file-name-replace-whitespace): New variable and function.
5711
5712 2001-06-22  Simon Josefsson  <jas@extundo.com>
5713
5714         * message.el (message-make-date): Workaround locale for weekdays.
5715
5716 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5717
5718         * message.el (message-goto-body): Return nil if not found. (revert!)
5719
5720 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5721         From Fremlin <chief@bandits.org>
5722
5723         * message.el (message-goto-body): Some messages have no header.
5724
5725         * gnus-msg.el (gnus-copy-article-buffer): Use it.
5726
5727 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
5728
5729         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
5730
5731 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5732
5733         * message.el (message-make-date): Add week day.
5734         Suggested by Jason R. Mastaler <jason@mastaler.com>.
5735
5736 2001-06-19  Simon Josefsson  <jas@extundo.com>
5737
5738         * message.el (message-yank-prefix): Doc fix.
5739         (message-yank-cited-prefix): Ditto.
5740         (message-delete-not-region): Keep citation prefix on first line,
5741         if possible and appropriate.
5742
5743 2001-06-19  Simon Josefsson  <jas@extundo.com>
5744
5745         * imap.el (imap-process-connection-type): New variable.
5746         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
5747         recent `imtest's work completely (no line length issues), while
5748         making making old `imtest's unusable.  Thanks to NAGY Andras
5749         <nagya@inf.elte.hu> for his work.
5750
5751 2000-12-30  NAGY Andras <nagya@inf.elte.hu>
5752
5753         * imap.el (imap-ssl-program): Add -quiet to shut up
5754         OpenSSL/SSLeay's internal debug talk.
5755
5756 2001-06-19  Matt Armstrong <matt@lickey.com>
5757
5758         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
5759         server.
5760
5761 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5762
5763         * nnmail.el (nnmail-article-buffer): New variable.
5764         (nnmail-split-incoming): Use it.
5765
5766 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
5767
5768         * qp.el (quoted-printable-decode-region): If called interactively,
5769         use coding-system-for-read.
5770
5771 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5772
5773         * message.el (message-check-news-header-syntax): Check Reply-To.
5774
5775 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5776
5777         * mml.el (mml-parse-1): Use message options.
5778
5779         * message.el (message-do-fcc): Don't do anything if there is no
5780         FCC.
5781
5782 2001-06-16  Simon Josefsson  <jas@extundo.com>
5783
5784         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
5785         (nnimap-expunge-search-string): New variable.
5786         (nnimap-request-expire-articles): Use it.
5787
5788 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5789
5790         * message.el (message-send-mail-with-qmail): wrong exit status is
5791         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
5792
5793 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5794
5795         * gnus-art.el (article-strip-multiple-blank-lines): Use
5796         delete-region instead of replace-match.
5797
5798 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5799
5800         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
5801         (nnweb-google-wash-article): Ditto.
5802
5803 2001-06-14 Ferenc Wagner <wferi@bolyai1.elte.hu>
5804
5805         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
5806
5807 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5808
5809         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
5810         specs.
5811
5812 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5813
5814         * gnus.el (gnus-email-address): Move it here.
5815
5816         * gnus-art.el (article-de-quoted-unreadable): Read charset if
5817         requested.
5818         (article-de-base64-unreadable): Ditto.
5819         (article-wash-html): Ditto.
5820
5821 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5822
5823         * message.el (message-options-set-recipient): Don't add ", "
5824         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
5825
5826 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5827
5828         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
5829
5830 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5831
5832         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
5833         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
5834
5835         * nnrss.el (nnrss-node-text): Node might be nil.
5836
5837 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5838
5839         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
5840         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
5841
5842         * nnrss.el (nnrss-group-alist): More items.
5843
5844 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5845
5846         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
5847
5848 2001-06-03  Dale Hagglund  <rdh@best.com>
5849
5850         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
5851         restrict clauses.
5852
5853 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5854
5855         From Benjamin Rutt <brutt+news@bloomington.in.us>
5856
5857         * message.el (message-wide-reply-confirm-recipients): New variable.
5858
5859 2001-06-06  Mark Thomas  <mthomas@edrc.cmu.edu>
5860
5861         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
5862         fix so it works with XEmacs.
5863
5864 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5865
5866         * nnrss.el (nnrss-retrieve-headers): Support description as extra
5867         headers.
5868
5869 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5870
5871         * nnrss.el: Fix a few bugs.
5872
5873 2001-06-05  Simon Josefsson  <jas@extundo.com>
5874
5875         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
5876         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
5877
5878 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
5879
5880         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
5881         binary so that we don't transmit ISO 2022 garbage to the process.
5882         This is needed under XEmacs.
5883
5884 2001-06-03  Simon Josefsson  <simon@josefsson.org>
5885
5886         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
5887         autoloaded incorrectly below because ssl-program-* is bound.)
5888         Thanks to Amos Gouaux for report.
5889
5890 2001-06-02  Simon Josefsson  <simon@josefsson.org>
5891
5892         * imap.el (imap-kerberos4-open):
5893         (imap-gssapi-open):
5894         (imap-ssl-open):
5895         (imap-network-open):
5896         (imap-shell-open):
5897         (imap-starttls-open): Set buffer to workaround spurious
5898         `accept-process-output' buffer changes.  Thanks to Mats Lidell
5899         <Mats.Lidell@contactor.se> for report and partial patch and Jake
5900         Colman <colman@ppllc.com> for report.
5901
5902 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5903
5904         * gnus-sum.el (gnus-summary-catchup): New argument.
5905         (gnus-summary-catchup-from-here): New function.
5906
5907 2001-05-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5908
5909         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
5910         back, then insert glyph.  (Before, the glyph was inserted first,
5911         then the newline.)  This works around a behavior in XEmacs where
5912         it is not possible to insert a character after a glyph which is at
5913         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
5914
5915 2001-05-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5916
5917         From Jaap-Henk Hoepman (jhh@xs4all.nl).
5918
5919         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
5920         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
5921         mm-destroy-postponed-undisplay-list): New functions.
5922         (mm-display-external): Use them.
5923
5924 2001-05-27  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5925
5926         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
5927         `default-low' when evaluating `gnus-summary-highlight'.
5928         From Raja R Harinath <harinath@cs.umn.edu>.
5929
5930 2001-05-27  Simon Josefsson  <simon@josefsson.org>
5931
5932         * message.el (message-yank-cited-prefix): New variable.
5933         (message-indent-citation): Use it.
5934
5935         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
5936         as details.
5937         (mml2015-mailcrypt-clear-verify): Ditto.
5938
5939 2001-05-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5940         From Nevin Kapur <nevin@jhu.edu>.
5941
5942         * gnus-sum.el (gnus-summary-default-high-score,
5943         gnus-summary-default-low-score): New variables.
5944         (gnus-summary-highlight): Use them.
5945
5946 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
5947
5948         * message.el (message-mail): pass the 'send-actions argument to
5949         `message-setup'.
5950
5951 2001-05-16  Simon Josefsson  <simon@josefsson.org>
5952         From Raymond Scholz <ray-2001@zonix.de>
5953
5954         * gnus-art.el (gnus-mime-view-part-as-charset):
5955         (gnus-mime-internalize-part): Doc fixes.
5956
5957 2001-05-11  Simon Josefsson  <simon@josefsson.org>
5958
5959         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
5960         status lines without any text ("^215$").
5961
5962 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5963
5964         * nnrss.el (nnrss-check-group): Reverse.
5965
5966 2001-05-07  Simon Josefsson  <simon@josefsson.org>
5967
5968         * message.el (message-get-reply-headers):
5969         (message-followup): Fix typo, suggested by David Green
5970         <dgreen@uab.edu>
5971
5972 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5973
5974         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
5975
5976         * nnrss.el (nnrss-open-server): Read server data when it is called.
5977         (nnrss-request-expire-articles): Fix.
5978
5979 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5980
5981         * message.el (message-do-send-housekeeping): mail-abbrevs may
5982         rename buffer behind Gnus.
5983
5984 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5985
5986         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
5987         (nnrss-group-alist): Add more resources.
5988         (nnrss-check-group): Ignore errors.
5989
5990 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5991
5992         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
5993
5994         * nnslashdot.el (nnslashdot-request-list): Add time.
5995         (nnslashdot-request-expire-articles): New function.
5996
5997         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
5998         secondary methods too.
5999
6000 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6001
6002         * message.el (message-use-followup-to): Set default value to t.
6003
6004 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
6005
6006         * message.el (message-dont-reply-to-names): Fix documentation.
6007         (message-get-reply-headers): Use Mail-Followup-To only for wide
6008         replies.
6009
6010 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6011
6012         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
6013         correctly.
6014         (nnrss-check-group): Use time.
6015
6016 2001-05-01 19:21:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6017
6018         * gnus.el: Oort Gnus v0.03 is released.
6019
6020 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6021
6022         * nnultimate.el (nnultimate-topic-article-to-article): Use the
6023         group.
6024
6025 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6026
6027         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
6028
6029 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6030
6031         * nnultimate.el (nnultimate-retrieve-headers): Return all
6032         available headers.
6033
6034         * gnus-sum.el (gnus-read-all-available-headers): New variable.
6035         (gnus-get-newsgroup-headers-xover): Use it.
6036
6037 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6038
6039         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
6040
6041 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6042
6043         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
6044
6045 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6046
6047         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
6048         disable it.
6049
6050         * gnus.el (gnus-info-nodes): Remove a few The's.
6051
6052 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6053
6054         * mail-source.el (mail-source-movemail): Call-process may return a
6055         signal description string.
6056
6057         * gnus-start.el (gnus-read-newsrc-el-file):
6058         gnus-newsrc-file-version may be nil.
6059
6060         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
6061         Suggested by Michael Sperber [Mr. Preprocessor]
6062         <sperber@informatik.uni-tuebingen.de>.
6063
6064 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
6065
6066         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
6067
6068 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
6069
6070         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
6071         fontify HANDLE.
6072
6073 2001-04-18  Simon Josefsson  <simon@josefsson.org>
6074
6075         * smime.el (smime-ask-passphrase): Rework to return value.
6076         (smime-sign-region): Rework to bind value and use it.
6077         (smime-decrypt-region): Ditto.
6078
6079 2001-04-18  Mathias Herberts <Mathias.Herberts@iroise.net>
6080         Committed by Simon Josefsson  <simon@josefsson.org>
6081
6082         * smime.el (smime-ask-passphrase): New function.
6083         (smime-sign-region): Use it.
6084         (smime-encrypt-cipher): New variable.
6085         (smime-decrypt-region): Ditto.
6086
6087 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
6088         Committed by Simon Josefsson  <simon@josefsson.org>
6089
6090         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
6091         the log.
6092
6093 2001-04-14 01:14:42 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6094
6095         *gnus.el: Oort Gnus v0.02 is released.
6096
6097 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
6098
6099         * gnus.el: Oort Gnus v0.01 is released.
6100
6101 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6102
6103         * gnus-sum.el (gnus-summary-highlight): Highlight read
6104         undownloaded articles as read articles.
6105
6106         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
6107         (gnus-agent-get-undownloaded-list): Mark all undownloaded
6108         articles, even read ones, as such.
6109
6110         * gnus-sum.el (gnus-summary-find-matching): Clean up.
6111         (gnus-find-matching-articles): New function.
6112         (gnus-summary-limit-include-matching-articles): New command.
6113         (gnus-summary-limit-include-thread): Include articles that have
6114         matching subjects.
6115         (gnus-offer-save-summaries): Clean up.
6116
6117 2001-04-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6118
6119         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
6120
6121 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6122         From Jason Merrill <jason_merrill@redhat.com>
6123
6124         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
6125
6126 2001-04-10 08:01:15  Katsumi Yamaoka <yamaoka@jpl.org>
6127         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6128
6129         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
6130         newsgroup names when the original article is a news message.
6131
6132 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6133
6134         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
6135         supported. Suggest by Jim Meyering <jim@meyering.net>.
6136
6137 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
6138         Committed by Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6139
6140         * nnmail.el (nnmail-split-it): Added check for .* at the end of
6141         regexp in nnmail-split-fancy.
6142
6143 2001-04-10  Simon Josefsson  <simon@josefsson.org>
6144
6145         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
6146
6147 2001-04-10  Colin Marquardt <colin.marquardt@usa.alcatel.com>
6148
6149         * message.el (message-send-mail): Improve the interaction with the
6150         user.
6151
6152 2001-04-10  Simon Josefsson  <simon@josefsson.org>
6153
6154         * imap.el (imap-message-copy): Work around buggy servers that
6155         doesn't send TRYCREATE tags.
6156
6157 2001-04-09 01:15:54  Katsumi Yamaoka <yamaoka@jpl.org>
6158
6159         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
6160
6161 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6162
6163         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
6164         date.
6165
6166 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6167
6168         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
6169         lives.
6170
6171 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6172
6173         * gnus-art.el (gnus-parse-news-url): New function.
6174         (gnus-button-handle-news): New function.
6175         (gnus-button-alist): Point to new functions.
6176
6177         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
6178
6179         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
6180         gnus-format-specs.
6181
6182         * message.el (message-check-news-header-syntax): Question even
6183         when Gnus doesn't know the group names.
6184         (message-send-news): Clean up.
6185
6186         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
6187         exited on purpose without saving.
6188
6189         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
6190
6191 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6192
6193         * gnus-score.el (gnus-score-orphans): Clean up.
6194
6195         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
6196
6197         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
6198         later.
6199
6200         * gnus-start.el (gnus-close-all-servers): Find the right items to
6201         close.
6202
6203         * qp.el (quoted-printable-decode-region): Just message
6204         malformation; don't quit.
6205
6206 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6207         From Gerd Moellmann <gerd@gnu.org>.
6208
6209         * gnus.el (gnus-interactive): A typo.
6210
6211 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
6212         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6213
6214         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
6215         `assq-delete-all', if that function exists; otherwise use the old
6216         definition. Documentation changed to match the one in
6217         `assq-delete-all'.
6218
6219 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6220
6221         * gnus-start.el (gnus-close-all-servers): New function.
6222
6223         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
6224         (gnus-server-remove-denials): Clean up.
6225
6226         * gnus-sum.el (gnus-summary-sort-by-original): New command and
6227         keystroke.
6228
6229 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6230
6231         * message.el (message-send-news): Message where we are sending.
6232         (message-send-mail): Ditto.
6233
6234         * gnus.el (gnus-server-string): New function.
6235
6236         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
6237
6238         * mm-decode.el (mm-default-directory): Customized.
6239         (mm-tmp-directory): Ditto.
6240
6241         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
6242         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
6243         or Chars.
6244         (gnus-summary-line-format-alist): ?l is now a string.
6245         (gnus-summary-prepare-threads): Output ? for unknown lines.
6246         (gnus-summary-insert-line): Ditto.
6247         (gnus-summary-print-article): Unbalanced parentheses.
6248
6249         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
6250         out whether new stuff has arrived.
6251
6252 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
6253
6254         * gnus-sum.el: Let printing work on ttys on Emacs.
6255
6256 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6257
6258         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
6259         when forcing news.
6260
6261         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
6262         command.
6263
6264 2001-03-31 01:04:54  Francis Litterio  <franl-removethis@world.omitthis.std.com>
6265
6266         * message.el (message-set-auto-save-file-name): Don't use
6267         asterisks under nt.
6268
6269 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6270
6271         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
6272         lists of articles.
6273
6274         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
6275
6276         * gnus-msg.el (gnus-put-message): Clean up.
6277         (gnus-summary-reply): Mark all replied-to articles as replied to.
6278         (gnus-inews-add-send-actions): Also mark as forwarded.
6279         (gnus-summary-mail-forward): Mark as forwarded.
6280
6281         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
6282         of articles.
6283         (gnus-summary-mark-article-as-forwarded): Ditto.
6284
6285         * gnus-msg.el (gnus-summary-resend-message): Mark article as
6286         forwarded.
6287         (gnus-summary-mail-forward): Clean up.
6288
6289         * gnus.el (gnus-article-mark-lists): Added forward.
6290
6291         * gnus-sum.el (gnus-forwarded-mark): New variable.
6292         (gnus-summary-prepare-threads): Use it.
6293         (gnus-summary-update-secondary-mark): Ditto.
6294         (gnus-newsgroup-forwarded): New variable.
6295
6296 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6297
6298         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
6299         (gnus-summary-very-wide-reply): New command and keystroke.
6300         (gnus-summary-very-wide-reply-with-original): Ditto.
6301
6302         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
6303         (gnus-score-adaptive): Use it.
6304
6305         * gnus-start.el (gnus-get-unread-articles): Clean up.
6306
6307 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6308
6309         * nnultimate.el (nnultimate-retrieve-headers): Work for other
6310         boards.
6311
6312 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
6313
6314         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
6315         * gnus-start.el (gnus-subscribe-newsgroup): use it.
6316
6317 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6318
6319         * nnultimate.el (nnultimate-retrieve-headers): Understand
6320         long-form month names.
6321
6322 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6323
6324         * gnus-sum.el (gnus-summary-show-all-headers):
6325         gnus-article-show-all-headers is broken. Use
6326         gnus-summary-toggle-header instead.
6327
6328         * mml2015.el (mml2015-gpg-extract-from): No error.
6329
6330 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6331         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
6332
6333         * mml2015.el (mml2015-gpg-extract-from): New function.
6334         (mml2015-gpg-verify): Use it.
6335         (mml2015-gpg-clear-verify): Use it.
6336
6337 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6338
6339         * message.el (message-setup-fill-variables): Use
6340         fill-paragraph-function.
6341         (message-fill-paragraph): Take an argument.
6342         (message-newline-and-reformat): Take another argument.
6343
6344 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6345
6346         * message.el (rmail-output): It is in rmailout.el not rmail.el.
6347
6348 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6349
6350         * message.el (message-forward): local-variable-p takes an extra
6351         argument in XEmacs.
6352
6353 2001-03-16  Simon Josefsson  <simon@josefsson.org>
6354
6355         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
6356         `nnimap-use-nov-p' (it really tested the negative).
6357         (nnimap-retrieve-headers): Use it.
6358
6359 2001-03-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6360
6361         * message.el (message-generate-headers-first): Update doc.
6362
6363 2001-03-10  Matthias Wiehl <mwiehl@gmx.de>
6364
6365         * gnus.el (gnus-summary-line-format): Typo.
6366
6367 2001-03-11  Simon Josefsson  <simon@josefsson.org>
6368
6369         * mailcap.el (mailcap-mime-data): Add application/sieve.
6370         (mailcap-mime-extensions): Add .siv, .xls.
6371
6372 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6373         From Christoph Conrad <christoph.conrad@gmx.de>
6374
6375         * gnus-score.el (gnus-summary-lower-thread): Typo.
6376
6377 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6378
6379         * message.el (message-forward-decoded-p): New variable.
6380         (message-forward-subject-author-subject): Use it.
6381         (message-make-forward-subject): Use it.
6382         (message-forward): Use it.
6383
6384         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
6385
6386         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
6387         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
6388
6389 ;;Has been fixed -- zsh.
6390 ;;2001-03-05  Dave Love  <fx@gnu.org>
6391 ;;
6392 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
6393 ;;      Move it after definition of mm-coding-system-p.
6394 ;;
6395 2001-03-01  Dave Love  <fx@gnu.org>
6396
6397         * mm-util.el (mm-inhibit-file-name-handlers): Add
6398         image-file-handler.
6399
6400 2001-02-11  Dave Love  <fx@gnu.org>
6401
6402         * message.el (message-signature-file): Fix doc, :type.
6403
6404 2001-02-08  Dave Love  <fx@gnu.org>
6405
6406         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
6407         (message-posting-charset): Defvar when compiling again.
6408         (rfc2047-encodable-p): Require message.
6409
6410         * gnus-sum.el (gnus-alter-articles-to-read-function):
6411         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
6412
6413 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6414
6415         * nnrss.el: New file.
6416
6417 2001-03-08 02:41:36  Katsumi Yamaoka <yamaoka@jpl.org>
6418         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6419
6420         * rfc2047.el (rfc2047-unfold-region): Fix arg of
6421         `skip-chars-forward'.
6422
6423 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6424
6425         * nndraft.el (nndraft-request-group): Restore auto save files if
6426         the original files do not exist.
6427
6428 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6429
6430         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
6431         SCORE paths.
6432
6433         * mm-decode.el (mm-dissect-buffer): Call
6434         mail-extract-address-components only if necessary.
6435
6436 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6437
6438         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
6439         directory part.
6440         (gnus-score-search-global-directories): Use file-directory-p.
6441
6442         * gnus-score.el (gnus-score-score-files-1): Use
6443         gnus-kill-files-directory.
6444         From Adrian Aichner <adrian@xemacs.org>.
6445
6446 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6447
6448         * gnus.el (charset): Move here from gnus-sum.el.
6449
6450 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6451
6452         * mml.el (mml-preview): Disable local map.
6453
6454         * gnus-sum.el (gnus-summary-make-menu-bar): Make
6455         gnus-article-post-menu here.
6456
6457         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
6458         if it has not been made.
6459
6460 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6461
6462         * gnus-art.el (gnus-article-describe-key): Map key to event.
6463         (gnus-article-describe-key-briefly): Ditto
6464
6465 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6466
6467         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
6468
6469 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6470         From Katsumi Yamaoka <yamaoka@jpl.org>.
6471
6472         * dgnushack.el (coerce, merge, subseq): defmacro.
6473
6474 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6475
6476         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
6477         A fake defalias in nndraft.el results a not-activated bug in
6478         uncompiled versions.
6479
6480 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
6481         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6482
6483         * gnus-util.el (gnus-split-references): Handle malformed References:.
6484
6485 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6486
6487         * gnus-art.el (gnus-article-mime-part-status): 1 part.
6488
6489 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6490         From NAGY Andras <nagya@inf.elte.hu>.
6491
6492         * gnus.el (gnus-parameters): Typo.
6493
6494 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6495
6496         * gnus.el (gnus-read-method): Remove redundancy.
6497
6498 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6499
6500         * nnslashdot.el (nnslashdot-backslash-url): New variable.
6501         (nnslashdot-request-list): Use it.
6502
6503 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6504
6505         * nnml.el (nnml-generate-active-info): Fix the case when there is
6506         no file.
6507
6508         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
6509         (gnus-summary-create-article): New function.
6510
6511         * gnus-group.el (gnus-group-mark-article-read): New function.
6512
6513         * gnus-msg.el (gnus-inews-do-gcc): Use it.
6514
6515         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
6516
6517 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6518
6519         * gnus-art.el (gnus-article-edit-done): Don't use
6520         gnus-article-edit-exit.
6521         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
6522
6523         * gnus.el (gnus-parameters): New variable.
6524         Suggested by NAGY Andras <nagya@inf.elte.hu>.
6525         (gnus-parameters-get-parameter): New function.
6526         (gnus-group-find-parameter): Use it.
6527
6528 2001-02-23  Simon Josefsson  <simon@josefsson.org>
6529
6530         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
6531         change of default value to `current'.
6532
6533 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6534
6535         * nneething.el (nneething-get-head): Insert unreadable file too.
6536
6537 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6538
6539         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
6540
6541         * webmail.el (webmail-type-definition): Deja is bought by google.
6542
6543 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6544
6545         * gnus-sum.el (gnus-fetch-headers): New function.
6546         (gnus-select-newsgroup): Use it.
6547         (gnus-summary-insert-articles): New function.
6548         (gnus-summary-insert-old-articles): New function.
6549         (gnus-summary-insert-new-articles): New function.
6550
6551         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
6552         (gnus-group-list-active): Ditto.
6553         * gnus-sum.el (gnus-set-mode-line): Ditto.
6554         (gnus-summary-read-group-1): Ditto.
6555
6556 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6557
6558         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
6559         current topic.
6560
6561 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6562
6563         * smiley.el (gnus-smiley-display): Don't do widening.
6564
6565         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
6566         within body.
6567
6568         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
6569
6570         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
6571         New variable.
6572         (gnus-mime-display-multipart-related-as-mixed): New variable.
6573         (gnus-mime-display-part): Use them.
6574
6575 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6576
6577         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
6578         something special.
6579
6580 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6581
6582         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
6583         (nnweb-request-article): Call reference if exists.
6584         (nnweb-type-definition): Dejanews is bought by google.com.
6585         Beta!
6586
6587 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6588
6589         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
6590
6591 2001-02-19  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6592
6593         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
6594         gnus-article-sort-functions.
6595         (gnus-article-sort-functions): Doc fix.  Refer to
6596         gnus-thread-sort-functions.
6597
6598 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6599         From Paul Jarc <prj@po.cwru.edu>.
6600
6601         * message.el (message-get-reply-headers): More fixes.
6602
6603 2001-02-17  Paul Jarc <prj@po.cwru.edu>
6604         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6605
6606         * message.el (message-get-reply-headers): Fix bug with
6607         Mail-Followup-To/to-address interaction.
6608
6609 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6610
6611         * gnus-msg.el (gnus-configure-posting-styles): Match header in
6612         gnus-article-copy.
6613
6614 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6615
6616         * message.el (message-do-send-housekeeping): Rename to a better
6617         name.
6618
6619 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6620
6621         * message.el (message-cancel-news): Check article first, then ask
6622         yes or no.
6623
6624 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6625
6626         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
6627
6628 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6629
6630         * gnus-range.el (gnus-range-normalize): New function.
6631
6632 2001-02-15  NAGY Andras <nagya@inf.elte.hu>
6633
6634         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
6635
6636 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6637
6638         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
6639
6640         * nnagent.el (nnagent-request-regenerate): New function.
6641
6642         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
6643
6644         * nnml.el (nnml-generate-nov-databases): Accept argument
6645         server. Don't open server if it is opened.
6646         (nnml-request-regenerate): Use it. Change to deffoo.
6647
6648 2001-02-14  Katsumi Yamaoka <yamaoka@jpl.org>
6649         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6650
6651         * gnus.el (gnus-define-group-parameter): Fix.
6652
6653 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6654
6655         * gnus.el (gnus-define-group-parameter): Improved.
6656
6657         * gnus-sum.el (charset): Define parameter.
6658         (ignored-charsets): Ditto.
6659         (gnus-summary-setup-default-charset): Use them.
6660
6661         * gnus-start.el (gnus-read-descriptions-file): Use them.
6662
6663         * gnus-cus.el (gnus-group-parameters): Remove them.
6664
6665 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6666
6667         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
6668
6669 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6670
6671         * gnus-sum.el (gnus-summary-read-group-1): Remove
6672         gnus-summary-set-local-parameters.
6673         (gnus-summary-setup-buffer): Put it here.
6674
6675 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6676
6677         * gnus.el (to-address): Define parameter.
6678         (to-list): Ditto.
6679         * gnus-art.el (article-hide-boring-headers): Use them.
6680         * gnus-msg.el (gnus-post-news): Ditto.
6681         * gnus-cus.el (gnus-group-parameters): Remove them.
6682
6683 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6684
6685         * gnus-draft.el (gnus-draft-reminder): New function.
6686
6687         * gnus-art.el (gnus-sender-save-name): New function.
6688
6689 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6690
6691         * mm-util.el (mm-mime-charset): Error message.
6692
6693 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6694
6695         * message.el (message-check-news-body-syntax): Don't check mml lines.
6696
6697 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6698
6699         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
6700         subscribe.
6701
6702         * gnus-start.el (gnus-call-subscribe-functions): New function.
6703         (gnus-find-new-newsgroups): Use it.
6704         (gnus-ask-server-for-new-groups): Use it.
6705         (gnus-check-first-time-used): Use it.
6706         (gnus-subscribe-newsgroup-method): Grok a list of functions.
6707         (gnus-subscribe-options-newsgroup-method): Ditto.
6708         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
6709         return .
6710
6711 2001-02-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6712
6713         * gnus-cus.el (gnus-score-customize): Doc fix.
6714
6715 2001-02-11  Jesper Harder <harder@ifa.au.dk>
6716
6717         * dgnushack.el (my-getenv): Typo.
6718
6719 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6720
6721         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
6722
6723 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6724
6725         * gnus-group.el (gnus-group-suspend): Offer save summaries.
6726
6727         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
6728         (gnus-treatment-function-alist): Use it.
6729         (article-remove-leading-whitespace): New function.
6730         (gnus-article-make-menu-bar): Use it.
6731
6732         * gnus-sum.el (gnus-summary-wash-empty-map): Add
6733         remove-leading-whitespace.
6734         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
6735         because of conflict.
6736
6737 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6738
6739         * Makefile.in: Hack generating gnus-load.el.
6740         * dgnushack.el: Ditto.
6741         * gnus-load.el: Remove it.
6742
6743 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6744
6745         * dgnushack.el : Add URLDIR.
6746
6747         * Makefile.in (EMACS_COMP): Ditto.
6748
6749 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6750
6751         * gnus-cus.el (gnus-score-customize): Error on no score file.
6752
6753 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6754
6755         * mm-decode.el (mm-merge-handles): New function.
6756
6757         * mm-view.el (mm-inline-message): Use it.
6758         (mm-view-message): Ditto.
6759
6760         * mm-partial.el (mm-inline-partial): Ditto.
6761
6762         * mm-extern.el (mm-inline-external-body): Ditto.
6763
6764         * gnus-art.el (gnus-mime-view-part): Ditto.
6765         (gnus-mime-view-part-as-type): Ditto.
6766         (gnus-mime-save-part-and-strip): Prevent users to strip in some
6767         cases.
6768
6769 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6770
6771         * message.el (message-cancel-news): Allow to shoot foot.
6772         (message-supersede): Ditto.
6773
6774 2001-02-08  Tommi Vainikainen <thv@iki.fi>
6775
6776         * gnus-sum.el (gnus-simplify-subject-re): Use
6777         message-subject-re-regexp.
6778
6779 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6780
6781         * nnmail.el (nnmail-expiry-target-group): Bind
6782         nnmail-cache-accepted-message-ids to nil.
6783
6784         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
6785         coding system.
6786
6787 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6788
6789         * qp.el (quoted-printable-encode-region): Make sure characters are
6790         between 00 and FF.  Don't check charset.
6791
6792         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
6793         in Emacs 20.
6794         * rfc2047.el (rfc2047-q-encode-region): Ditto.
6795
6796 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6797
6798         * message.el (message-make-forward-subject): Argument decoded.
6799         (message-forward): Use it when digest.
6800
6801         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
6802         buffer.
6803
6804 2001-02-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6805
6806         * message.el (message-generate-headers-first): Doc fix.
6807
6808 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6809
6810         * gnus-art.el (article-make-date-line): Error proof.
6811
6812 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6813
6814         * gnus-group.el (gnus-group-listing-limit): New variable.
6815         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
6816
6817         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
6818
6819 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6820
6821         * message.el (message-newline-and-reformat): Special case for
6822         breaking at BOL.
6823
6824 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
6825
6826         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
6827         message/rfc822.
6828
6829 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6830
6831         * message.el (message-encode-message-body): Don't insert
6832         Content-Type if it is inside a mail.
6833
6834 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6835
6836         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
6837         gnus-article-commands-menu.
6838
6839         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
6840         in Emacs.
6841
6842         * gnus-start.el (gnus-read-descriptions-file): Use
6843         gnus-group-name-charset and gnus-group-charset-alist.
6844
6845 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6846
6847         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
6848         active region.
6849
6850         * gnus-start.el (gnus-group-change-level): Remove from both
6851         gnus-zombie-list and gnus-killed-list.
6852
6853 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6854
6855         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
6856         gnus-subscribe-topics.
6857
6858         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
6859
6860 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6861
6862         * gnus-art.el (gnus-article-make-menu-bar): Make
6863         gnus-article-post-menu.
6864
6865         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
6866
6867         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
6868
6869         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
6870
6871         * message.el (message-mode-menu): Ditto.
6872
6873         * gnus-art.el (defvar): eval-when-compile.
6874
6875 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6876
6877         * gnus-agent.el (gnus-agentize): Fix doc.
6878
6879 2001-02-02  Karl Kleinpaste <karl@charcoal.com>
6880
6881         * mml.el (mml-preview): Bind `q'.
6882
6883 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6884
6885         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
6886
6887 2001-01-31  Dave Love  <fx@gnu.org>
6888
6889         * mm-util.el (mm-mime-mule-charset-alist)
6890         (mm-find-mime-charset-region): Consider mule-utf-8.
6891
6892 2001-01-31  Dave Love  <fx@gnu.org>
6893
6894         * gnus-art.el (gnus-article-x-face-command)
6895         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
6896         :version.
6897
6898 2001-01-26  Dave Love  <fx@gnu.org>
6899
6900         * mm-util.el (mm-multibyte-string-p): New.
6901
6902 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
6903 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
6904 ;;      string-as-multibyte on class.  Clarify line-folding.
6905         (quoted-printable-encode-string): Make temp buffer inherit
6906         string's multibyteness.
6907
6908 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
6909
6910         * nnheader.el (toplevel): Don't require `gnus-util' at
6911         compile-time; this creates a circular dependency, and prevents
6912         a bootstrap.
6913
6914 2001-01-22  Andreas Schwab  <schwab@suse.de>
6915
6916         * nnheader.el (gnus-delete-line): Autoload it as a macro.
6917
6918 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6919
6920         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
6921
6922         * gnus-art.el (article-hide-list-identifiers): Ditto.
6923
6924         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
6925
6926 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6927
6928         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
6929
6930         * gnus-art.el (article-hide-list-identifiers): Similar.
6931
6932 2001-01-31  Karl Kleinpaste <karl@charcoal.com>
6933
6934         * nnmail.el (nnmail-remove-list-identifiers): Improved.
6935
6936 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6937
6938         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
6939
6940 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6941
6942         * gnus-util.el (gnus-string-equal): New function.
6943
6944         * gnus-art.el (article-hide-boring-headers): Use it.
6945
6946 2001-01-27  Karl Kleinpaste <karl@charcoal.com>
6947
6948         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
6949
6950 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6951
6952         * gnus-msg.el (gnus-msg-mail): Support switch-action.
6953
6954 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6955
6956         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
6957         command if there is not last-saver.
6958
6959 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6960
6961         * nntp.el (nntp-open-connection): 201 is possible.
6962
6963 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6964
6965         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
6966         (rfc2047-charset-encoding-alist): Add big5.
6967
6968 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6969
6970         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
6971         (gnus-agent-remove-server): Ditto.
6972         (autoload): gnus-server-update-server.
6973
6974         * gnus-srvr.el (gnus-server-line-format): Add %a.
6975         (gnus-server-line-format-alist): Add gnus-tmp-agent.
6976         (gnus-server-insert-server-line): Use it.
6977
6978 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6979
6980         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
6981         GB2312 and Big5.
6982
6983 2001-01-24  Simon Josefsson  <sj@extundo.com>
6984
6985         * mail-source.el (mail-sources): Add :program specifier to IMAP
6986         mail source.
6987         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
6988
6989 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6990
6991         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
6992
6993 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6994
6995         * nntp.el (nntp-wait-for): Return the success code.
6996         (nntp-open-connection): Use it.
6997
6998 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6999
7000         * gnus-int.el (gnus-check-server): Allow breaking the opening.
7001
7002 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7003
7004         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
7005
7006 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7007
7008         * gnus-sum.el (gnus-summary-print-article): Take one prefix
7009         argument. Allow to print several articles in one file.
7010
7011 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7012
7013         * webmail.el (webmail-type-definition): netaddress changes.
7014
7015 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7016
7017         * gnus.el: Fix copyright. Remove trailing spaces.
7018
7019         * message.el (message-forward): Use mule4.
7020
7021 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7022
7023         * mm-util.el (mm-string-as-unibyte): New function.
7024
7025         * message.el (message-forward): Use it.
7026
7027 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7028
7029         * message.el (message-cite-original-without-signature): Don't peel
7030         off the blank line.
7031         (message-get-reply-headers): Add Cc if it is not in follow-to.
7032
7033 2001-01-20  Simon Josefsson  <sj@extundo.com>
7034
7035         * mm-decode.el (mm-handle-multipart-from): Add.
7036         (mm-dissect-buffer): Save From: header value.
7037         (mm-security-from): Remove.
7038         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
7039
7040         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
7041         instead of `mml-security-from'.  Protect null from value.
7042
7043 2001-01-20  Simon Josefsson  <sj@extundo.com>
7044
7045         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
7046         application/vnd.ms-excel attachments.
7047
7048 2001-01-19  Simon Josefsson  <sj@extundo.com>
7049
7050         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
7051
7052 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7053
7054         * message.el (message-ignored-mail-headers): Ditto.
7055
7056 2001-01-19  Simon Josefsson  <sj@extundo.com>
7057
7058         * message.el (message-ignored-news-headers): Only search beginning
7059         of line.
7060
7061 2001-01-19  Alberto Lusiani <a.lusiani@noemail.org>
7062
7063         * message.el (message-send-mail): Content-Type may not be there.
7064
7065 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7066
7067         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
7068         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
7069
7070         * gnus-art.el (article-display-x-face): Insert X-Face if there is
7071         not.
7072
7073 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7074
7075         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
7076         non-native groups.
7077
7078 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7079
7080         * message.el (message-yank-original): Understand
7081         universal-argument.
7082
7083 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7084
7085         * gnus-art.el (gnus-boring-article-headers): Add to-address.
7086         (article-hide-boring-headers): Ditto.
7087
7088         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
7089
7090 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7091
7092         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
7093         one.
7094
7095 2001-01-16  Simon Josefsson  <simon@josefsson.org>
7096
7097         * message.el (message-make-in-reply-to): Add comment to message-id
7098         (old syntax, see 2000-08-02 change).
7099
7100 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7101
7102         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
7103         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
7104         (gnus-button-reply): Ditto.
7105
7106 2001-01-16  Katsumi Yamaoka <yamaoka@jpl.org>
7107
7108         * gnus-art.el (article-display-x-face): Fix.
7109
7110 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7111
7112         * gnus-art.el (article-display-x-face): Use
7113         gnus-original-article-buffer.
7114
7115 2001-01-15  Jack Twilley <jmt@tbe.net>
7116
7117         * message.el (message-add-header): Move to point-max.
7118
7119 2001-01-15  Simon Josefsson  <simon@josefsson.org>
7120
7121         * smime.el (smime-CA-directory, smime-CA-file): Change default to
7122         nil, improve documentation.
7123         (smime-certificate-directory): Comment out false hints (until it
7124         is implemented).
7125
7126         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
7127         there aren't any keys.
7128         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
7129         verify certificate.  Default is changed to only check integrity.
7130         Improved security status texts.  If a certificate doesn't contain
7131         a email address, don't fail.
7132
7133         * smime.el (smime-noverify-region):
7134         (smime-noverify-buffer): New functions.  Verifies integrity only.
7135
7136 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7137
7138         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
7139
7140 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7141
7142         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
7143         (gnus-remove-some-windows): Ditto.
7144
7145 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7146
7147         * gnus-art.el (article-make-date-line): 11th.
7148
7149 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7150
7151         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
7152         (mml2015-gpg-sign): Ditto.
7153
7154 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7155
7156         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
7157         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
7158
7159 2001-01-08  Dave Love  <fx@gnu.org>
7160
7161         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
7162         single character.
7163
7164         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
7165
7166         * message.el: Doc and message fixes.
7167         (message-send-rename-function)
7168         (message-make-forward-subject-function)
7169         (message-send-mail-function, message-reply-to-function)
7170         (message-wide-reply-to-function, message-followup-to-function)
7171         (message-distribution-function, message-auto-save-directory): Fix
7172         :type.
7173
7174         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
7175         proceeding after warnings.  Amend multipart warning message.
7176
7177 2001-01-04  Dave Love  <fx@gnu.org>
7178
7179         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
7180         compiling.
7181         (gnus-make-directory): Require nnmail.
7182
7183         * mm-decode.el (mm-inline-media-tests): Add
7184         image/x-portable-bitmap.
7185         (mm-get-image): Grok pbm.
7186
7187 2001-01-10  Paul Stevenson <p.stevenson@surrey.ac.uk>
7188
7189         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
7190
7191 2001-01-09  Didier Verna  <didier@xemacs.org>
7192
7193         * dgnushack.el (dgnushack-compile): give a dummy value to
7194         `gnus-xmas-glyph-directory' for the time of compilation.
7195         * gnus-agent.el: moved some XEmacs specific hook add-ons from
7196         `gnus-xmas-[re]define' to avoid loosing user custom settings.
7197         * gnus-art.el: ditto.
7198         * gnus-group.el: ditto.
7199         * gnus-salt.el: ditto.
7200         * gnus-sum.el: ditto.
7201         * gnus-topic.el: ditto.
7202         * gnus-xmas.el (gnus-xmas-define): see above.
7203         * gnus-xmas.el (gnus-xmas-redefine): see above.
7204         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
7205         non-continuable error when the directory can't be found.
7206
7207 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7208
7209         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
7210         handle.
7211         * gnus-art.el (gnus-mime-view-part): Copy it.
7212         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
7213
7214 2001-01-09  Michael Downes <mjd@ams.org>
7215
7216         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
7217
7218 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7219
7220         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
7221         orig-file. Use ',source.
7222
7223 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7224
7225         * gnus-xmas.el (gnus-xmas-modeline-glyph):
7226         (gnus-xmas-group-startup-message):
7227         Detect gnus-xmas-glyph-directory when it is nil.
7228
7229 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7230
7231         * pop3.el (pop3-get-message-count): Andrew Innes
7232         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
7233
7234 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7235
7236         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
7237
7238         * time-date.el (time-to-number-of-days): New function.
7239
7240 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
7241
7242         * nnslashdot.el (nnslashdot-request-list): Always get the right
7243         sid.
7244
7245 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7246
7247         * message.el (message-minibuffer-local-map): New keymap.
7248         (message-read-from-minibuffer): Use it.
7249         * gnus-msg.el (gnus-summary-resend-message): Use it
7250
7251 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7252
7253         * gnus-start.el (gnus-display-time-event-handler): New function.
7254         (gnus-after-getting-new-news-hook): Use it.
7255
7256 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7257
7258         * message.el (message-ignored-mail-headers): Add draft header.
7259
7260 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7261
7262         * gnus-sum.el (gnus-summary-expire-articles): Don't save
7263         excursion.
7264
7265         * nnslashdot.el (nnslashdot-request-list): Get the right year.
7266
7267 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
7268
7269         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
7270
7271 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7272
7273         * qp.el (quoted-printable-decode-region): Don't backward-char.
7274
7275 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7276
7277         * gnus-draft.el: Mark articles as replied.
7278
7279         * gnus-sum.el (gnus-summary-add-mark): New function.
7280
7281         * gnus-group.el (gnus-add-mark): New function.
7282
7283         * gnus-sum.el (gnus-summary-buffer-name): New function.
7284         (gnus-summary-setup-buffer): Use it.
7285
7286         * gnus-draft.el: Set things up with the right post method and
7287         stuff.
7288
7289         * message.el (message-ignored-news-headers): Remove X-Draft-From.
7290
7291         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
7292
7293         * gnus.el (gnus-draft-meta-information-header): New variable.
7294
7295 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7296
7297         * gnus-art.el (gnus-treatment-function-alist): Move the date
7298         functions before the header sorting functions.
7299
7300         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
7301
7302         * dgnushack.el (dgnushack-compile): Message whether there is w3.
7303         Don't (push "/usr/share/emacs/site-lisp" load-path).
7304
7305         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
7306         to empty fill prefixes.
7307
7308 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7309
7310         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
7311         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
7312
7313 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7314
7315         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
7316
7317         * nnml.el (autoload): Move to nnheader.el.
7318
7319         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
7320         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
7321         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
7322         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
7323
7324 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7325
7326         * gnus-art.el (article-make-date-line): Get the hours right.
7327         (gnus-ignored-headers): More hiding.
7328
7329         * nnmail.el (nnmail-expiry-wait): Not an integer.
7330
7331         * message.el (message-goto-body): Only expand abbrev when called
7332         interactively.
7333         (message-make-lines): Use it.
7334
7335 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7336
7337         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
7338
7339 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7340
7341         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
7342         include the expunged articles.
7343
7344         * gnus-group.el (gnus-group-sort-by-server): New function.
7345
7346         * gnus.el (gnus-method-to-server-name): New function.
7347         (gnus-group-prefixed-name): Use it.
7348
7349         * gnus-group.el (gnus-group-sort-function): Doc fix.
7350         (gnus-group-sort-groups-by-server): New command.
7351
7352 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7353
7354         * gnus-art.el (gnus-treat-date-english): New variable.
7355         (article-date-english): New command.
7356         (gnus-english-month-names): New variable.
7357         (article-make-date-line): Do 'english.
7358
7359         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
7360         after the fill prefix.
7361
7362         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
7363         score...".
7364
7365         * gnus-art.el (gnus-ignored-headers): Hide more headers.
7366
7367         * message.el (message-mode-map): Bind comment-region.
7368
7369         * gnus-art.el (gnus-mime-display-part): Let w3 display
7370         multipart/related.
7371
7372         * mm-bodies.el (mm-long-lines-p): New function.
7373         (mm-body-encoding): Use it.
7374         (mm-body-encoding): Encode articles with lines longer than 1000
7375         characters.
7376
7377 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7378
7379         * mm-util.el (mm-enable-multibyte): Use
7380         default-enable-multibyte-characters.
7381         (mm-enable-multibyte-mule4): Ditto.
7382         (mm-disable-multibyte): Test XEmacs.
7383         (mm-disable-multibyte-mule4): Ditto.
7384         (mm-with-unibyte-current-buffer): Simplified.
7385         (mm-with-unibyte-current-buffer-mule4): Ditto.
7386
7387 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7388
7389         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
7390
7391         * nnheader.el (nnheader-string-as-multibyte): New alias.
7392
7393         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
7394
7395         * gnus-uu.el (gnus-message-process-mark): New function.
7396         (gnus-uu-mark-by-regexp): Use it.
7397         (gnus-new-processable): New function.
7398
7399 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
7400
7401         * gnus-sum.el (gnus-no-mark): New variable.
7402
7403 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7404
7405         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
7406         backslashes.
7407
7408 2000-12-26  Katsumi Yamaoka <yamaoka@jpl.org>
7409
7410         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
7411         definition.
7412
7413 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7414
7415         * dgnushack.el (dgnushack-compile): elc is in the current directory.
7416
7417         * qp.el (quoted-printable-encode-region): Don't check multibyte in
7418         XEmacs.
7419
7420 2000-12-25  Lloyd Zusman <ljz@asfast.com>
7421
7422         * mml.el (mml-read-tag): Save tag location.
7423
7424 2000-12-25  Simon Josefsson  <simon@josefsson.org>
7425
7426         * starttls.el: Sync with Emacs 21.
7427
7428 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7429
7430         * message.el (message-mail): Support yank-action.
7431
7432         * message.el (message-setup): Revoke the last change.
7433
7434 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7435
7436         * message.el (message-setup): Use cons. Suggested by Johan Vromans
7437         <jvromans@squirrel.nl>.
7438
7439 2000-12-24  Simon Josefsson  <sj@extundo.com>
7440
7441         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
7442         mailing list junk at end of part.
7443
7444 2000-12-23  Simon Josefsson  <sj@extundo.com>
7445
7446         * nnimap.el (nnimap-expiry-target): New function.
7447         (nnimap-request-expire-articles): Use it.
7448
7449 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7450
7451         * gnus.el (gnus-group-parameters-more): New variable.
7452         * gnus-cus.el (gnus-group-customize): Use it.
7453
7454         * gnus.el (gnus-define-group-parameter): New macro.
7455         (auto-expire): Use it
7456         (total-expire): Use it.
7457         * gnus-art.el (banner): Use it.
7458
7459         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
7460         <ljz@asfast.com>.
7461
7462 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7463
7464         * gnus-topic.el (gnus-topic-create-topic): Use list.
7465
7466         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
7467         before binding gnus-default-article-saver.
7468
7469         * gnus-sum.el (gnus-summary-save-article):
7470         (gnus-summary-pipe-output):
7471         (gnus-summary-save-article-mail):
7472         (gnus-summary-save-article-rmail):
7473         (gnus-summary-save-article-file):
7474         (gnus-summary-write-article-file):
7475         (gnus-summary-save-article-body-file): Ditto.
7476
7477         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
7478
7479 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7480
7481         * gnus-art.el (gnus-mime-security-button-map):
7482         (gnus-mime-button-map): Add parent.
7483
7484 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7485
7486         * messagexmas.el (message-xmas-redefine): New function.
7487
7488         * message.el: Use it.
7489
7490         * gnus-art.el (gnus-article-check-hidden-text): Return t.
7491
7492         * gnus-util.el (gnus-remove-text-properties-when): Return t.
7493
7494 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7495
7496         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
7497         malformatted messages.
7498
7499 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7500
7501         * mm-util.el (mm-image-load-path): New function.
7502
7503         * gnus-group.el (gnus-group-make-tool-bar): Use it.
7504
7505         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
7506
7507         * message.el (message-tool-bar-map): Use it.
7508
7509         * Makefile.in (install-el): New rule.
7510
7511 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7512
7513         * gnus-art.el (article-treat-dumbquotes): Quote \.
7514
7515 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7516
7517         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
7518         Emacs 20 runs on a terminal.
7519
7520 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7521
7522         * gnus-msg.el (gnus-bug): Revert to save-excursion.
7523
7524         * mml.el (gnus-add-minor-mode): Autoload.
7525
7526         * message.el (message-forward): Save-restriction.
7527
7528 2000-12-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7529
7530         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
7531         Paul Stevenson <p.stevenson@surrey.ac.uk>
7532
7533 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7534
7535         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
7536
7537         * mml.el (gnus-ems): Don't require.
7538
7539         * gnus.el (gnus-decode-rfc1522): Removed.
7540         (gnus-set-text-properties): Define.
7541
7542 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7543
7544         * gnus-art.el (gnus-mime-*): handle may be nil.
7545
7546         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
7547
7548         * gnus.el (gnus-group-remove-excess-properties): Not defined
7549         in gnus-xmas.
7550
7551 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7552
7553         * message.el (message-mail-user-agent): Add :version.
7554
7555 2000-12-21  Miles Bader  <miles@gnu.org>
7556
7557         * message.el (message-mode): Set `comment-start' to the  yank prefix.
7558
7559 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7560
7561         * message.el (message-mail-user-agent): New variable.
7562         (message-setup): Renamed to message-setup-1. Support
7563         mail-user-agent.
7564         (message-mail-user-agent): New function.
7565         (message-mail): Use it.
7566         (message-reply): Use it.
7567         (message-resend): Use it.
7568         (message-mail-other-window): Use it.
7569         (message-mail-other-frame): Use it.
7570
7571         * gnus-msg.el (gnus-bug): Support mail-user-agent.
7572
7573 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7574
7575         * message.el (message-tool-bar-map): Simplify.
7576         (message-narrow-to-head-1): New function.
7577         (message-narrow-to-head): Use it.
7578         (message-reply): Ditto.
7579         (message-cancel-news): Ditto.
7580         (message-supersede): Ditto.
7581         (message-make-forward-subject): Ditto.
7582         (message-bounce): Ditto.
7583
7584 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7585
7586         * uudecode.el (uudecode-decode-region-external): make-temp-file
7587         may not be defined.
7588
7589         * binhex.el (defalias): eval-and-compile.
7590
7591         * message.el (message-tool-bar-map): New function.
7592         (message-mode): Use it.
7593
7594 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7595
7596         * nntp.el (nntp-find-connection): Remove the entry.
7597         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
7598
7599 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7600
7601         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
7602
7603         * message.el (message-forward): Copy buffer in unibyte mode.
7604
7605 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7606
7607         * message.el (message-make-forward-subject): Don't widen. Decode.
7608         (message-forward): Don't decode subject.
7609
7610 2000-12-20  Christoph Conrad <C.Conrad@cli.de>
7611
7612         * qp.el (quoted-printable-encode-region): Upcase QP.
7613
7614 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7615
7616         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
7617         mail-extract-a-c instead. Don't depend on Gnus.
7618
7619         * mml.el (gnus-ems): Require it.
7620
7621         * gnus-msg.el (gnus-summary-mail-forward):
7622
7623         * message.el (message-forward):  Move mime-to-mml here.
7624
7625 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7626
7627         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
7628         * gnus-art.el (gnus-insert-mime-button): Simplify.
7629         (gnus-mime-display-alternative): Ditto.
7630         (gnus-insert-mime-security-button): Ditto.
7631
7632 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7633
7634         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
7635         text-property-not-all doesn't return nil when start=mark(end).
7636         (gnus-remove-text-properties-when): Ditto.
7637
7638 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7639
7640         * gnus-start.el (gnus-group-change-level): Remove group from
7641         gnus-active-hashtb if real killed.
7642
7643 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7644
7645         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
7646         (gnus-mime-display-alternative): Ditto.
7647         (gnus-insert-mime-security-button): Ditto.
7648
7649 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7650
7651         * gnus-start.el (gnus-group-change-level): Don't add it into
7652         killed-list if it was killed.
7653
7654 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7655
7656         * nnmbox.el (nnmbox-file-coding-system): Use binary.
7657         (nnmbox-active-file-coding-system): Ditto.
7658
7659         * gnus-cus.el (gnus-group-parameters): Add posting-style.
7660
7661 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7662
7663         * gnus.el (gnus-version):
7664         (gnus-version-number): Set to Oort Gnus 0.01.
7665
7666         * gnus-art.el (gnus-mime-security-button-map):
7667         (gnus-insert-mime-security-button): Fix for Emacs21.
7668
7669 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7670
7671         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
7672         easymenu, because XEmacs doesn't understand :help.
7673
7674         * mm-uu.el: Require binhex.
7675
7676 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7677
7678         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
7679
7680 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7681
7682         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
7683
7684 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
7685
7686         * *.xpm, *.pbm: Convert icons icons to size 24x24.
7687
7688 2000-12-18  Dave Love  <fx@gnu.org>
7689
7690         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
7691         (unused).
7692
7693 2000-12-13  Miles Bader  <miles@gnu.org>
7694
7695         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
7696         to t, so that we don't get stuck while trying to smilefy
7697         intangible text.
7698
7699 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
7700
7701         * smiley-ems.el (smiley-regexp-alist): Make regexps match
7702         at the end of the buffer.
7703         (smiley-region): In the loop, move to the end of the submatch
7704         matching the smiley instead of using the end of the match
7705         of the whole regexp.
7706
7707 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
7708
7709         * message.el (message-mode): Doc fix.
7710
7711 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
7712
7713         * smiley-ems.el (smiley-region): Doc fix.
7714
7715 2000-12-11  Miles Bader  <miles@gnu.org>
7716
7717         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
7718         bottom line visible, check to see if it's partially obscured, and
7719         if so, either scroll one more line to make it fully visible, or
7720         revert to showing the second line from the top.
7721
7722 2000-12-07  Dave Love  <fx@gnu.org>
7723
7724         * mailcap.el (mailcap-download-directory)
7725         * gnus-audio.el (gnus-audio-directory)
7726         * smiley-ems.el (smiley-data-directory): Fix :type.
7727
7728 2000-11-30  Dave Love  <fx@gnu.org>
7729
7730         * message.el (message-auto-save-directory): Use
7731         file-name-as-directory.
7732         (message-set-auto-save-file-name): Create
7733         message-auto-save-directory if necessary.
7734         (message-replace-chars-in-string): Removed -- unused.
7735         (message-mail-alias-type): Customize.
7736         (message-headers): Remove duplicate defgroup.
7737
7738 2000-11-29  Dave Love  <fx@gnu.org>
7739
7740         * qp.el (quoted-printable-decode-region): Use error, not message
7741         to report malformed text (like base64).  Amend message.
7742
7743 2000-11-29  Miles Bader  <miles@gnu.org>
7744
7745         * message.el (message-header-lines): Fontify tag.
7746
7747 2000-11-27  Dave Love  <fx@gnu.org>
7748
7749         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
7750         compiler warning.
7751
7752 ;2000-11-26  Dave Love  <fx@gnu.org>
7753 ;
7754 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
7755 ;
7756 2000-11-23  Dave Love  <fx@gnu.org>
7757
7758         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
7759
7760         * mm-uu.el (uudecode): Require.
7761         (uudecode-decode-region, uudecode-decode-region-external): Don't
7762         autoload.
7763         (mm-uu-copy-to-buffer): Doc fix.
7764         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
7765         type fix.
7766
7767         * mailcap.el: Doc fixes.
7768         (mailcap-mime-data): Various adjustments.
7769         (mailcap): New group.
7770         (mailcap-download-directory): Customize.
7771         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
7772         (mailcap-temporary-directory): Deleted (unused).
7773         (mailcap-unescape-mime-test): Simplify slightly.
7774         (mailcap-viewer-passes-test): Use functionp.
7775         (mailcap-command-p): Aliased to executable-find.
7776
7777         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
7778         default-enable-multibyte-characters is nil.
7779
7780 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
7781
7782         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
7783
7784 2000-11-21  Dave Love  <fx@gnu.org>
7785
7786         * gnus-art.el (gnus-mime-button-map): Don't inherit from
7787         gnus-article-mode-map.
7788 ;       (gnus-mime-button-menu): Use mouse-set-point.
7789         (gnus-insert-mime-button, gnus-mime-display-alternative)
7790         (gnus-mime-display-alternative): Don't use local-map property.
7791
7792 2000-11-17  Dave Love  <fx@gnu.org>
7793
7794         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
7795         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
7796         and make-temp-file.
7797         (uudecode-decode-region): Doc fix.
7798
7799 2000-11-14  Dave Love  <fx@gnu.org>
7800
7801         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
7802         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
7803         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
7804         New files, derived from the XPMs.
7805
7806 2000-11-10  Dave Love  <fx@gnu.org>
7807
7808         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
7809         (gnus-agent-lib-file, gnus-agent-load-alist)
7810         (gnus-agent-save-alist, gnus-agent-article-name): Use
7811         expand-file-name.
7812
7813         * gnus-group.el (gnus-group-name-charset-method-alist): Add
7814         :version.
7815         (nnkiboze-score-file): Defvar when compiling.
7816
7817         * gnus-start.el (gnus-read-newsrc-file): Add :version.
7818
7819         * gnus-art.el (gnus-article-banner-alist)
7820         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
7821         (gnus-article-date-lapsed-new-header)
7822         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
7823         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
7824         (gnus-treat-strip-headers-in-body)
7825         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
7826         (gnus-treat-translate): Add :version.
7827         (gnus-article-mime-part-function): Fix defcustom.
7828
7829         * nnmail.el (nnmail-expiry-target)
7830         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
7831         (nnmail-split-header-length-limit): Add :version.
7832
7833         * gnus-sum.el (gnus-auto-expirable-marks)
7834         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
7835         (gnus-extra-headers, gnus-ignored-from-addresses)
7836         (gnus-newsgroup-ignored-charsets)
7837         (gnus-group-highlight-words-alist)
7838         (gnus-summary-show-article-charset-alist): Add :version.
7839
7840         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
7841         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
7842         files, converted from the XPMs.
7843
7844         * gnus-cache.el (gnus-cache-active-file): Don't use
7845         file-name-as-directory on directory.
7846         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
7847         use file-name-as-directory on directory.
7848
7849         * time-date.el (timezone-make-date-arpa-standard): Autoload.
7850         (date-to-time): Use it.
7851
7852 ;       * message.el (message-mode) <adaptive-fill-regexp>:
7853 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
7854 ;       (message-newline-and-reformat): Likewise.
7855         (message-forward-as-mime, message-forward-ignored-headers)
7856         (message-buffer-naming-style, message-default-charset)
7857         (message-dont-reply-to-names, message-send-mail-partially-limit):
7858         Add :version.
7859
7860         * mm-util.el: Doc fixes.
7861         (mm-mime-charset): Don't use the raw result of
7862         mm-preferred-coding-system.
7863         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
7864         (mm-with-unibyte): Simplify.
7865
7866         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
7867         concat.
7868
7869         * pop3.el (pop3-version): Deleted.
7870         (pop3-make-date): New function, avoiding message-make-date.
7871         (pop3-munge-message-separator): Use it.
7872
7873 2000-11-09  Dave Love  <fx@gnu.org>
7874
7875         * gnus-group.el (gnus-group-make-directory-group)
7876         (gnus-group-fetch-faq): Use expand-file-name.
7877         (gnus-group-fetch-faq): Simplify completing-read form.
7878
7879         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
7880         test for Mule.
7881
7882         * message.el (tool-bar-map): Defvar when compiling.
7883
7884         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
7885         (gnus-tm-lisp-directory): Deleted.
7886         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
7887         (featurep 'xemacs).
7888         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
7889         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
7890         version numbers from file names.
7891
7892 2000-11-08  Dave Love  <fx@gnu.org>
7893
7894         * mm-view.el: Use featurep for XEmacs test.
7895         (mm-inline-message): Test for `remove-specifier'; don't use
7896         condition-case.
7897
7898         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
7899
7900         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
7901         (gnus-score-find-bnews): Don't concat "".
7902
7903         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
7904         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
7905         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
7906         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
7907
7908         * gnus-sum.el: Put some defvars in eval-when-compile.
7909         (gnus-summary-mode-hook): Add :options.
7910         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
7911         (gnus-summary-tool-bar-map): New variable.
7912         (gnus-summary-make-tool-bar): New function.
7913         (gnus-summary-mode): Put kill-all-local-variables first.
7914
7915         * gnus-group.el (gnus-group-toolbar-map): New variable.
7916         (gnus-group-make-tool-bar): Rewritten.
7917         (gnus-group-mode): Put kill-all-local-variables first.
7918
7919         * rfc2047.el: Require gnus-util.
7920
7921         * nnml.el (gnus-sorted-intersection): Autoload.
7922
7923         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
7924         Put some defvars in eval-when-compile.
7925         (gnus-intersection, gnus-sorted-complement):  Autoload.
7926
7927         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
7928
7929         * mm-encode.el (mm-body-7-or-8): Autoload.
7930
7931         * mm-decode.el (mm-insert-inline): Autoload.
7932
7933         * mml.el:
7934         * message.el: Put some defvars in eval-when-compile.
7935
7936         * gnus-msg.el: Put some defvars in eval-when-compile.
7937         (gnus-msg-mail): Move after gnus-setup-message.
7938
7939         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
7940
7941 2000-11-07  Dave Love  <fx@gnu.org>
7942
7943         * gnus-util.el (nnheader): Don't require message (recursive
7944         autoload).
7945
7946         * uudecode.el: Avoid compiler warnings.
7947
7948         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
7949         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
7950
7951 2000-11-06  Dave Love  <fx@gnu.org>
7952
7953         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
7954
7955         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
7956         (uudecode-char-int): New alias, replacing char-int.
7957         (uudecode-decode-region): Don't call buffer-disable-undo.
7958
7959 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
7960 ;       (mm-uu-configure-list): Doc fix.
7961 ;
7962 ;       * earcon.el (running-xemacs): Don't define.
7963 ;
7964 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
7965 ;
7966 ;       * message.el (message-font-lock-keywords): Match a final newline
7967 ;       to help font-lock's multiline support.
7968 ;
7969 2000-11-03  Dave Love  <fx@gnu.org>
7970
7971         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
7972
7973         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
7974         name.
7975
7976         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
7977         <banner>: Fix custom type, doc.
7978
7979         * mm-decode.el (mm-display-external): Space-prefix temp buffer
7980         name.  Don't disable undo explicitly.
7981
7982 ;2000-11-02  Dave Love  <fx@gnu.org>
7983 ;
7984 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
7985 ;       cite-prefix.
7986
7987 2000-11-01  Dave Love  <fx@gnu.org>
7988
7989         * rfc2047.el (base64): Require unconditionally.
7990         (message-posting-charset): Defvar when compiling.
7991         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
7992         message.
7993
7994         * gnus-sum.el (nnoo): Require.
7995         (mm-uu-dissect): Autoload.
7996
7997         * mml.el (mml-parse-1): Clarify message.
7998         (mml-minibuffer-read-type): Use mailcap-mime-types.
7999
8000 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
8001
8002         * mml.el: Fix a typo in the requiring of CL.
8003
8004 2000-11-01  Dave Love  <fx@gnu.org>
8005
8006         * utf7.el: Require cl when compiling.
8007
8008         * binhex.el: Use (featurep 'xemacs).
8009         (binhex-char-int): New alias, replacing char-int.  Change callers.
8010         (binhex-decode-region): Simplify work buffer code.
8011         (binhex-decode-region-external): Use expand-file-name, not concat.
8012
8013 2000-10-30  Dave Love  <fx@gnu.org>
8014
8015         * gnus-art.el: Fix 2000-10-27 change properly.
8016
8017 2000-10-28  Miles Bader  <miles@gnu.org>
8018
8019         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
8020
8021 2000-10-27  Dave Love  <fx@gnu.org>
8022
8023         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
8024         strings.
8025         (gnus-group-make-tool-bar): New function.
8026         (gnus-group-mode): Use it.
8027
8028         * message.el (message-mode-menu): Add some :help strings.
8029         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
8030         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
8031
8032         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
8033         * describe-group.xpm, get-news.xpm, kill-group.xpm:
8034         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
8035
8036         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
8037         display-graphic-p here.
8038
8039 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
8040
8041         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
8042         of the `gnus-xemacs' variable, as the latter has been removed.
8043         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
8044         * gnus-art.el (gnus-treat-display-xface)
8045         (gnus-treat-display-smileys, gnus-treat-display-picons)
8046         (gnus-article-read-summary-keys): Likewise.
8047
8048 2000-10-26  Dave Love  <fx@gnu.org>
8049
8050         (defvar): Use rmail-spool-directory unconditionally.
8051
8052 2000-10-18  Dave Love  <fx@gnu.org>
8053
8054         * mm-bodies.el (mm-uu-decode-function)
8055         (mm-uu-binhex-decode-function): Defvar when compiling.
8056
8057         * gnus-nocem.el (gnus-nocem-issuers): Update.
8058         (gnus-nocem-check-from): New option.
8059         (gnus-nocem-scan-groups): Use it.
8060         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
8061         (gnus-nocem-check-article-limit): Add :version.
8062
8063 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
8064
8065         * ietf-drums.el (mm-util): Require CL when compiling.
8066
8067 2000-10-15  Dave Love  <fx@gnu.org>
8068
8069         * qp.el: Require mm-util.
8070
8071 2000-10-13  Dave Love  <fx@gnu.org>
8072
8073         * qp.el (quoted-printable-decode-region): Avoid invalid
8074         coding-systems.
8075
8076 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
8077
8078         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
8079         to a recursive load.
8080
8081 2000-10-12  Dave Love  <fx@gnu.org>
8082
8083         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
8084
8085         * gnus.el (gnus-group-startup-message): Check for PBM image.
8086
8087 2000-10-09  Dave Love  <fx@gnu.org>
8088
8089         * mail-source.el (mail-source-fetch-imap): Bind
8090         default-enable-multibyte-characters rather than using
8091         mm-disable-multibyte.
8092
8093 2000-10-05  Dave Love  <fx@gnu.org>
8094
8095         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
8096         Autoload.
8097         (quoted-printable-decode-region):  Rename arg which confused
8098         charset with coding-system.  Don't use nonascii-insert-offset.
8099         Coding-system encode the region initially.  Don't recognize `=='
8100         as valid QP.  Coding-system decode the region finally.
8101         (quoted-printable-decode-string): Rename arg which confused
8102         charset with coding-system.
8103
8104         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
8105         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
8106         mm-encode-coding-region.
8107         (mm-decode-body, mm-decode-string): Rename variables which
8108         confused charset with coding-system.
8109         (binhex-decode-region): Don't autoload.
8110         (mm-body-encoding): Require message.
8111         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
8112         cond branches.
8113
8114         * gnus-art.el (article-de-quoted-unreadable)
8115         (article-de-base64-unreadable): Fold search case
8116         rather than downcasing string.  Apply mm-charset-to-coding-system
8117         to arg of quoted-printable-decode-region.
8118
8119 2000-10-04  Dave Love  <fx@gnu.org>
8120
8121         * gnus-ems.el: Don't turn off compiler warnings in local vars.
8122         Require ring when compiling.
8123         (gnus-article-compface-xbm): New variable.
8124
8125 2000-10-04  Dave Love  <fx@gnu.org>
8126
8127         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
8128         pbm images.
8129
8130         * frown.pbm, smile.pbm, wry.pbm: New files.
8131
8132         * frown.xbm, smile.xbm, wry.xbm: Deleted.
8133
8134 2000-10-03  Dave Love  <fx@gnu.org>
8135
8136         * mail-source.el (mail-sources): Revert to nil.
8137
8138         * nnmail (nnmail-spool-file): Revert to `((file))'.
8139
8140         * qp.el: Don't require mm-util.
8141         (quoted-printable-decode-region): Rewritten.
8142         (quoted-printable-decode-string, quoted-printable-encode-region):
8143         Doc fix.
8144         (quoted-printable-encode-region): Barf on multibyte characters.
8145         Maybe make the class multibyte.  Upcase chars, not formatted
8146         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
8147         (quoted-printable-encode-string): Don't use
8148         mm-with-unibyte-buffer.
8149
8150 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
8151
8152         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
8153
8154 2000-09-21  Dave Love  <fx@gnu.org>
8155
8156         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
8157         (for Emacs 20).  Tidy somewhat.
8158
8159 2000-09-21  Dave Love  <fx@gnu.org>
8160
8161         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
8162         image processing.  Rationalize logic somewhat.
8163
8164 2000-09-20  Dave Love  <fx@gnu.org>
8165
8166         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
8167         specifically.
8168
8169         * gnus.el (gnus-version-number): Avoid some redundant
8170         autoloads.
8171
8172 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
8173
8174         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
8175         to XBM; we always have PBM support.
8176
8177 2000-09-14  Dave Love  <fx@gnu.org>
8178
8179         * gnus.el (gnus-charset):
8180         * mm-decode.el (mime-display):
8181         * imap.el (imap) <defgroup>: Add :version.
8182
8183 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
8184
8185         * parse-time.el: Fix author's mail address.
8186
8187         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
8188         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
8189         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
8190         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
8191         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
8192         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
8193         * rfc2231.el, uudecode.el: Fix copyright notice.
8194
8195         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
8196         require `w3' at load-time only if not running in batch mode.
8197
8198 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8199
8200         * gnus.el: Before merge with Emacs21.
8201
8202 2000-12-19  Raymond Scholz <ray-2000@zonix.de>
8203
8204         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
8205
8206 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8207
8208         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
8209         to avoid conflict with the standard `back-to-indentation'
8210         binding.
8211
8212 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8213
8214         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
8215
8216         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
8217         (mm-disable-multibyte-mule4): Ditto.
8218         (mm-with-unibyte-current-buffer-mule4): Ditto.
8219
8220 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8221
8222         * pop3.el (pop3-movemail): Use binary.
8223         (pop3-movemail-file-coding-system): Removed.
8224
8225 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8226
8227         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
8228
8229 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8230
8231         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
8232         exists.
8233
8234 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8235
8236         * gnus-msg.el (gnus-post-method): Use backend name when the
8237         address is "".
8238
8239 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8240
8241         * gnus-art.el (article-verify-x-pgp-sig): Don't test
8242         mm-verify-option.
8243         (gnus-treat-x-pgp-sig): Default value.
8244         (gnus-ignored-headers): Redundant.
8245
8246 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8247
8248         * gnus-win.el (gnus-configure-frame): Save selected window.
8249
8250 2000-02-15  Andrew Innes  <andrewi@gnu.org>
8251
8252         * nnmbox.el: Require gnus-range.
8253         (nnmbox-group-building-active-articles): New variable.
8254         (nnmbox-group-active-articles): New variable; this is a cache of
8255         all active articles by group and number.
8256         (nnmbox-in-header-p): New function.
8257         (nnmbox-find-article): New function.
8258         (nnmbox-record-active-article): New function.
8259         (nnmbox-record-deleted-article): New function.
8260         (nnmbox-is-article-active-p): New function.
8261         (nnmbox-retrieve-headers): Use nnmbox-find-article.
8262         (nnmbox-request-article): Ditto.  Also supply extra arg to
8263         nnmbox-article-group-number.
8264         (nnmbox-request-expire-articles): Ditto.
8265         (nnmbox-request-move-article): Ditto.
8266         (nnmbox-request-replace-article): Ditto.
8267         (nnmbox-request-rename-group): Rename group entry in active
8268         article cache.
8269         (nnmbox-delete-mail): Update active article cache, unless article
8270         is being replaced.
8271         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
8272         than partially duplicating it.
8273         (nnmbox-article-group-number): Add extra `this-line' arg, to
8274         handle articles belonging to multiple groups.
8275         (nnmbox-save-mail): Update active article cache.
8276         (nnmbox-read-mbox): Build active article cache when loading mbox.
8277         Also do some repair work, if we find articles that are missing the
8278         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
8279         reconstruct these from Xref info.
8280
8281 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8282
8283         * mail-source.el (mail-source-report-new-mail): Use
8284         nnheader-run-at-time.
8285
8286 2000-02-15  Andrew Innes  <andrewi@gnu.org>
8287
8288         * mail-source.el (mail-source-fetch-pop): Clear pop password when
8289         an error is thrown, and then rethrow the error.
8290         (mail-source-check-pop): Ditto.
8291         (mail-source-start-idle-timer): Prevent multiple pop checks
8292         running if the check takes a long time.
8293
8294 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8295
8296         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
8297         succeed.
8298
8299 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8300
8301         * gnus-win.el (gnus-configure-windows): Make sure
8302         nntp-server-buffer is live.
8303         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
8304
8305 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
8306
8307         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
8308
8309 2000-12-04  Andreas Jaeger  <aj@suse.de>
8310
8311         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
8312
8313 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8314
8315         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
8316
8317 2000-12-01  Christopher Splinter <chris@splinter.inka.de>
8318
8319         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
8320
8321 2000-12-01  Simon Josefsson  <sj@extundo.com>
8322
8323         * mml-smime.el (mml-smime-verify): Fix address parsing.
8324
8325 2000-12-01  Simon Josefsson  <sj@extundo.com>
8326
8327         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
8328         more than one certificate inside PKCS#7 blob.  Better security
8329         information (clamed / actual sender, openssl output, certificates
8330         inside message).
8331
8332         * smime.el (smime-verify-region): Output to /dev/null.
8333         (smime-buffer-as-string-region): Don't parse empty lines.
8334
8335 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8336
8337         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
8338         ?d and ?D.
8339         (gnus-mime-security-show-details-inline): New variable.
8340         (gnus-mime-security-show-details): Use them.
8341         (gnus-insert-mime-security-button): Ditto.
8342
8343         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
8344         Suggest by Michael Duggan (md5i@cs.cmu.edu).
8345         (mml2015-gpg-clear-verify): Ditto.
8346         (mml2015-gpg-decrypt-1): Ditto.
8347         (mml2015-use): Prefer 'gpg.
8348
8349 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8350
8351         * gnus-util.el (gnus-add-text-properties-when): New function.
8352         (gnus-remove-text-properties-when): Ditto.
8353
8354         * gnus-cite.el (gnus-article-hide-citation): Use them.
8355         (gnus-article-toggle-cited-text): Use them.
8356
8357         * gnus-art.el (gnus-signature-toggle): Use them.
8358         (gnus-article-show-hidden-text): Ditto.
8359         (gnus-article-hide-text): Ditto.
8360
8361 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8362
8363         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
8364
8365 2000-11-30  Simon Josefsson  <sj@extundo.com>
8366
8367         * smime.el (smime-point-at-eol): New alias.
8368         (smime-buffer-as-string-region): Use it.
8369
8370 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8371
8372         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
8373
8374 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8375
8376         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
8377
8378         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
8379
8380         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
8381
8382 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8383
8384         * nnmh.el (nnmh-request-expire-articles): Implemented
8385         expiry-target for nnmh backend.
8386
8387 2000-11-30  Simon Josefsson  <sj@extundo.com>
8388
8389         * mm-decode.el (mm-security-from): New variable.
8390         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
8391
8392         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
8393         than `from'.
8394
8395 2000-11-30  Simon Josefsson  <sj@extundo.com>
8396
8397         * mml-smime.el (mml-smime-verify): Verify that certificate mail
8398         address match sender address.
8399
8400         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
8401
8402         * smime.el (smime-verify-region): Don't copy buffer.
8403         (smime-decrypt-buffer): Use expand-file-name on keyfile.
8404         (smime-pkcs7-region): New function.
8405         (smime-pkcs7-certificates-region): Ditto.
8406         (smime-pkcs7-email-region): Ditto.
8407         (smime-buffer-as-string-region): Ditto.
8408
8409         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
8410         buffer.
8411
8412 2000-11-23  Jens Krinke <j.krinke@gmx.de>
8413
8414         * smime.el (smime-decrypt-region): Fix keyfile argument.
8415
8416 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8417
8418         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
8419
8420 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8421
8422         * message.el (message-shoot-gnksa-feet): New variable.
8423         (message-gnksa-enable-p): New function.
8424         (message-send): Use it.
8425         (message-check-news-body-syntax): Ditto.
8426
8427 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8428
8429         * message.el (message-make-message-id): Remove the redundancy.
8430
8431 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8432
8433         * message.el (message-setup): Discourage using mc-install-*-mode.
8434
8435         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
8436
8437 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8438
8439         * gnus-cite.el (gnus-cite-parse): Guess citation length.
8440
8441 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8442
8443         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
8444
8445 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8446
8447         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
8448
8449 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8450
8451         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
8452         insert-buffer-substring.
8453
8454         * message.el (message-send-mail): Use buffer-substring-no-properties.
8455         (message-send-news): Ditto.
8456
8457 2000-11-22  David Edmondson <dme@dme.org>
8458
8459         * imap.el (imap-wait-for-tag): Message read info.
8460
8461 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8462
8463         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
8464         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
8465         (mml2015-gpg-encrypt): Ditto.
8466
8467 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8468
8469         * mm-decode.el (mm-verify-option): Default value.
8470
8471         * mml-sec.el (mml-secure-part): Error message.
8472
8473 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8474
8475         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
8476
8477 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8478
8479         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
8480
8481 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8482
8483         * gnus-art.el (gnus-article-describe-key): Use prompt.
8484         (gnus-article-describe-key-briefly): Ditto.
8485
8486 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8487
8488         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
8489
8490 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8491
8492         * gnus-art.el (gnus-article-describe-key): New function.
8493         (gnus-article-describe-key-briefly): New function.
8494
8495 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8496
8497         * mm-decode.el (mm-decrypt-option): Doc typo.
8498
8499         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
8500         return a number.
8501
8502 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8503
8504         * message.el (message-newline-and-reformat): Typo.
8505
8506 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8507
8508         * gnus-art.el (article-verify-x-pgp-sig): Check whether
8509         original-article-buffer exists.
8510
8511         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
8512         (rfc2047-header-encoding-alist): Addresses are different from text.
8513         (rfc2047-encode-message-header): Ditto.
8514         (rfc2047-dissect-region): Extra parameter.
8515         (rfc2047-encode-region): Ditto.
8516         (rfc2047-encode-string): Ditto.
8517
8518 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8519
8520         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
8521         (mm-uu-pgp-encrypted-extract): Use it.
8522         (mm-uu-pgp-signed-extract-1): New function.
8523         (mm-uu-pgp-signed-extract): Use it.
8524
8525         * gnus-art.el (gnus-mime-display-security): New function.
8526         (gnus-mime-display-part): Use it.
8527         (gnus-mime-security-verify-or-decrypt): New function.
8528         (gnus-mime-security-press-button): New function.
8529         (gnus-insert-mime-security-button): Use it.
8530
8531         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
8532         (mm-find-raw-part-by-type): Ditto.
8533         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
8534         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
8535         (mm-destroy-parts): Kill nested multibyte buffer.
8536
8537         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
8538         (mml2015-gpg-verify): Ditto.
8539
8540 2000-11-18  Simon Josefsson  <sj@extundo.com>
8541
8542         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
8543         (mml2015-function-alist): Use it.
8544
8545         * mml-sec.el (mml-sign-alist): Update names.
8546         (mml-encrypt-alist): Ditto.
8547         (mml-secure-part-smime-sign): Moved to mml-smime.el
8548         as `mml-smime-sign-query'.
8549         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
8550         `mml-smime-get-file-cert'.
8551         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
8552         `mml-smime-get-dns-cert'.
8553         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
8554         `mml-smime-encrypt-query'.
8555         (mml-smime-sign-buffer): Use mml-smime-sign.
8556         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
8557
8558         * mml-smime.el (mml-smime-sign): New function.
8559         (mml-smime-encrypt):
8560         (mml-smime-sign-query):
8561         (mml-smime-get-file-cert):
8562         (mml-smime-get-dns-cert):
8563         (mml-smime-encrypt-query): Moved from mml-sec.el.
8564
8565 2000-11-16  Simon Josefsson  <sj@extundo.com>
8566
8567         * mml2015.el (mml2015-gpg-clear-verify): New function.
8568         (mml2015-function-alist): Add it.
8569
8570 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8571
8572         * message.el (message-setup-fill-variables): Use
8573         message-cite-prefix-regexp.
8574         (message-newline-and-reformat): Check the end of citation, leading
8575         WSP, break in the cite prefix.
8576         (message-fill-paragraph): New function.
8577
8578 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
8579
8580         * lpath.el: Shut up.
8581
8582 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8583
8584         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
8585         raw 8-bit in headers in dk.* newsgroups.
8586
8587 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8588
8589         * message.el (message-newline-and-reformat): Match extra WSPs.
8590
8591 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8592
8593         * mml.el (mml-generate-mime-1): Ignore ascii.
8594
8595 2000-11-16 Justin Sheehy <justin@iago.org>
8596
8597         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
8598
8599 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8600
8601         * message.el (message-cite-prefix-regexp): Prefix should not end
8602         at space.
8603
8604 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8605
8606         * message.el (message-mode-syntax-table): Add - as a word
8607         constituent as in articles.
8608         (message-setup-fill-variables): Add -_. as supercite-style prefix.
8609         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
8610         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
8611
8612 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8613
8614         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
8615
8616 2000-11-12  David Edmondson  <dme@dme.org>
8617
8618         * message.el (message-font-lock-keywords): use
8619         message-cite-prefix-regexp.
8620
8621 2000-11-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8622
8623         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
8624         Stein Arild Str\e,Ax\e(Bmme.
8625         (gnus-group-jump-to-group): Use it.
8626         (gnus-group-jump-to-group-prompt): Customize.
8627
8628 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
8629
8630         * mailcap.el (mailcap-possible-viewers): Match the entire string.
8631
8632 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
8633
8634         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
8635         incompatible.
8636         (mml2015-mailcrypt-sign): Ditto.
8637
8638 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8639
8640         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
8641         group is open.
8642
8643 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
8644
8645         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
8646         nnvirtual articles.
8647         (gnus-backlog-request-article): Don't request nnvirtual articles.
8648
8649 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8650
8651         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
8652         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
8653
8654 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
8655
8656         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
8657         * mml.el (mml-generate-mime-1): Use charset attribute.
8658         * mm-bodies.el (mm-encode-body): Add parameter charset.
8659         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
8660
8661 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8662
8663         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
8664         (mml2015-mailcrypt-clear-decrypt): Ditto.
8665         (mml2015-mailcrypt-verify): Ditto.
8666         (mml2015-mailcrypt-clear-verify): Ditto.
8667         (mml2015-gpg-verify): Ditto.
8668
8669 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
8670
8671         * smime.el (smime-openssl-program): Test the existence of openssl.
8672         * mml-smime.el: Require mm-decode.
8673         (mml-smime-verify-test): New function.
8674         * mm-decode.el (mm-verify-function-alist): Use it.
8675
8676 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8677
8678         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
8679         anyway.
8680
8681 2000-11-13  Simon Josefsson  <sj@extundo.com>
8682
8683         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
8684         verification doesn't work.
8685
8686 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
8687
8688         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
8689         (gnus-inews-do-gcc): Use it.
8690
8691 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8692
8693         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
8694         leading space.
8695         * mm-extern.el (mm-inline-external-body): Report error when no
8696         access-type.
8697
8698 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8699
8700         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
8701
8702 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8703
8704         * gnus-art.el (gnus-mime-button-menu): Use select-window.
8705
8706 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
8707
8708         * gnus-art.el (gnus-mime-display-part): Display multipart/related
8709         as multipart/mixed.
8710
8711 2000-11-12  David Edmondson  <dme@dme.org>
8712
8713         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
8714         and replace `.' with `\w' to allow for different syntax tables
8715         (from Vladimir Volovich).
8716         * message.el (message-newline-and-reformat): use
8717         `message-cite-prefix-regexp'.
8718         * gnus-cite.el (gnus-supercite-regexp): use
8719         `message-cite-prefix-regexp'.
8720         * gnus-cite.el (gnus-cite-parse): use
8721         `message-cite-prefix-regexp'.
8722
8723 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
8724
8725         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
8726         PGP SIGNATURE.  Escape leading "-"'s.
8727         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
8728
8729 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
8730
8731         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
8732
8733 2000-11-11  Simon Josefsson  <sj@extundo.com>
8734
8735         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
8736
8737         * smime.el (smime-details-buffer): New variable.
8738         (smime-sign-region):
8739         (smime-encrypt-region):
8740         (smime-verify-region):
8741         (smime-decrypt-region): Copy OpenSSL output to the buffer.
8742
8743         * mml-smime.el (mml-smime-verify): Support security info.
8744
8745 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
8746
8747         * mm-decode.el (mm-verify-option): Set default to nil.
8748         (mm-decrypt-option): Ditto.
8749         * gnus-art.el (article-verify-x-pgp-sig): New function.
8750
8751 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
8752
8753         * gnus-art.el (gnus-mime-display-alternative): Show button if no
8754         preferred part.
8755
8756 2000-11-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8757
8758         * gnus-sum.el (gnus-move-split-methods): Say that
8759         `gnus-split-methods' uses file names, whereas this uses group
8760         names.  (Report from Nevin Kapur)
8761
8762 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
8763
8764         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
8765
8766 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
8767
8768         * nnheader.el (nnheader-directory-files-is-safe): New variable.
8769         (nnheader-directory-articles): Use it.
8770         (nnheader-article-to-file-alist): Ditto.
8771
8772 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
8773
8774         * rfc2047.el (rfc2047-pad-base64): New function.
8775         (rfc2047-decode): Use it.
8776
8777 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8778
8779         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
8780         select method.
8781
8782 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
8783
8784         * mml2015.el (mml2015-gpg-decrypt-1):
8785         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
8786
8787 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8788
8789         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
8790
8791 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8792
8793         * pop3.el (pop3-munge-message-separator): A message may have an
8794         empty body.
8795
8796 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
8797
8798         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
8799         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
8800         (mm-uu-pgp-signed-extract): Use coding-system.
8801
8802 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8803
8804         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
8805         (gnus-insert-mime-security-button): New function.
8806         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
8807         * mml2015.el:  Add security info when verify or decrypt.
8808         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
8809         (mm-uu-pgp-encrypted-extract): Ditto.
8810
8811 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
8812
8813         * mm-decode.el (mm-display-parts): New function.
8814         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
8815
8816 2000-02-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8817
8818         * gnus-mlspl.el: Documentation tweaks.
8819
8820 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
8821
8822         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
8823         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
8824         argument.
8825
8826 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
8827
8828         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
8829
8830 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
8831
8832         * gnus-art.el (gnus-article-encrypt): New function.
8833         (gnus-article-encrypt-protocol-alist): New variable.
8834         (gnus-article-encrypt-protocol): New variable.
8835         * mml2015.el (mml2015-self-encrypt): New function.
8836         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
8837
8838 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
8839
8840         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
8841         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
8842         let mailcap do it.
8843         * mml2015.el: Remove snarf code.
8844         * mm-decode.el: Remove snarf code.
8845
8846 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8847
8848         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
8849         (mml-insert-mime): Understand gnus-decoded.
8850         (mime-to-mml): New parameter handles.
8851         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
8852         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
8853
8854 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
8855
8856         * mm-decode.el (mime-security): New group.
8857         (mm-verify-function-alist): Add test function.
8858         (mm-decrypt-function-alist): Ditto.
8859         (mm-snarf-option): Set default value as nil.
8860         (mm-find-part-by-type): Recursive parameter.
8861         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
8862         * mml2015.el: Support draft-ietf-openpgp-multsig.
8863
8864 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8865
8866         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
8867         (gnus-article-view-part-as-charset): New function.
8868
8869 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8870
8871         * mm-decode.el (mm-verify-option): Default value.
8872         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
8873
8874 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8875
8876         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
8877
8878 2000-11-05  Simon Josefsson  <sj@extundo.com>
8879
8880         * mml-smime.el (mml-smime-verify): Work in original multipart
8881         buffert.
8882
8883         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
8884         (mm-handle-multipart-ctl-parameter): Ditto.
8885         (mm-alist-to-plist): New function.
8886         (mm-dissect-buffer): Store CTL parameters and copy original buffer
8887         for multiparts.
8888         (mm-destroy-parts): Destroy multipart buffert.
8889         (mm-remove-part): Ditto.
8890
8891         * mml-smime.el (mml-smime-sign): Not used.
8892         (mml-smime-encrypt): Ditto.
8893
8894         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
8895
8896         Verify S/MIME signature support.
8897
8898         * mm-decode.el (mm-inline-media-tests): Add
8899         application/{x-,}pkcs7-signature.
8900         (mm-inlined-types): Ditto.
8901         (mm-automatic-display): Ditto.
8902         (mm-verify-function-alist): Ditto.  Add name of method.
8903         (mm-decrypt-function-alist): Add name of method.
8904         (mm-find-part-by-type): Add documentation.
8905         (mm-possibly-verify-or-decrypt): Use new format of
8906         mm-{verify,decrypt}-function-alist.  Use method names.
8907
8908         * mml-smime.el (mml-smime-verify): New function.
8909
8910 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
8911
8912         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
8913
8914 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8915
8916         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
8917         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
8918         * mm-decode.el (mm-snarf-option): New variable.
8919
8920 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8921
8922         * mm-util.el (mm-subst-char-in-string): New function.
8923         (mm-replace-chars-in-string): Use it.
8924         * message.el (message-replace-chars-in-string): Use it.
8925         * nnheader.el (nnheader-replace-chars-in-string): Use it.
8926         * gnus-mh.el (mh-lib-progs): Shut up.
8927
8928 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
8929
8930         * base64.el, md5.el: Moved to contrib directory.
8931
8932 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
8933
8934         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
8935         the last article when search.
8936
8937 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8938
8939         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
8940         * nnmail.el (nnmail-pathname-coding-system): Ditto.
8941
8942 2000-09-29  David Edmondson  <dme@thus.net>
8943
8944         * message.el (message-newline-and-reformat): Typo.
8945
8946 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8947
8948         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
8949
8950 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
8951
8952         * nntp.el (nntp-decode-text): Delete bogus status lines.
8953
8954 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
8955
8956         * message.el (message-font-lock-keywords): Match a final newline
8957         to help font-lock's multiline support.
8958
8959 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
8960
8961         * nnoo.el (nnoo-set): New function.
8962
8963 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
8964
8965         * gpg.el, gpg-ring.el: Moved to contrib directory.
8966
8967 2000-11-04  Simon Josefsson  <sj@extundo.com>
8968
8969         * nnimap.el (nnimap-split-inbox): Typo.
8970
8971 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
8972
8973         * gnus-msg.el (gnus-msg-mail): Move it backwards.
8974
8975 2000-11-03  Simon Josefsson  <sj@extundo.com>
8976
8977         * rfc2231.el (rfc2231-parse-qp-string): New function.
8978         (require): rfc2047.
8979
8980         * mail-parse.el (mail-header-parse-content-type):
8981         (mail-header-parse-content-disposition): Support invalid QP
8982         encoded strings, by using `rfc2231-parse-qp-string'.
8983
8984 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8985
8986         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
8987         (rfc2231-decode-encoded-string): Typo "> X 1".
8988         (rfc2231-encode-string): Insert the name of charset.
8989         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
8990
8991 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
8992
8993         * mm-decode.el (mm-save-part): Return the filename.
8994         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
8995         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
8996         (gnus-mime-action-alist): Use it.
8997         (gnus-mime-button-commands): Use it.
8998         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
8999         (mm-inline-external-body): unwind-protect.
9000
9001 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
9002
9003         * gnus-art.el (gnus-insert-mime-button): Show url.
9004
9005 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9006
9007         * mml.el (mml-generate-mime-1): Support external url.
9008         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
9009
9010 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
9011
9012         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
9013         * mm-decode.el (mm-display-external): Ditto.
9014         * mm-extern.el: New file.
9015         * mm-decode.el (mm-inline-media-tests): Hook it up.
9016         (mm-inlined-types): Inline message/external-body.
9017
9018 2000-11-02  Simon Josefsson  <sj@extundo.com>
9019
9020         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
9021
9022         * message.el (message-get-reply-headers): Better handling when
9023         Mail-Followup-To is very large.
9024
9025 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
9026
9027         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
9028         * gnus-art.el (gnus-article-edit-done):
9029         * gnus-sum.el (gnus-summary-edit-article-done): Move line
9030         counting code here.
9031         * gnus-msg.el (gnus-setup-message): Remove a hack.
9032
9033 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9034
9035         * gnus-sum.el (gnus-newsgroup-variables): New variable.
9036         (gnus-summary-mode): Make them local variables.
9037         (gnus-set-global-variables): Globalize them.
9038         (gnus-summary-exit): Kill them.
9039
9040 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
9041
9042         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
9043         word.
9044
9045 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
9046
9047         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
9048         gnus-article-wash-types.
9049         * gnus-art.el (gnus-article-wash-status): Use them.
9050
9051 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9052
9053         * mml.el (mml-read-tag): Remove spaces and LF.
9054
9055 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9056
9057         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
9058         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
9059
9060 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
9061
9062         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
9063
9064 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
9065
9066         * gnus-sum.el (gnus-article-charset): New variable.
9067         (gnus-summary-display-article): Set it.
9068         * gnus-msg.el (gnus-copy-article-buffer): Use it.
9069         * gnus-art.el (gnus-article-mode): Make it local variable.
9070
9071 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9072
9073         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
9074
9075 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9076
9077         * nnwfm.el: New file.
9078
9079         * nnweb.el (nnweb-replace-in-string): New function.
9080
9081 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9082
9083         * mml2015.el: Wrap gpg.el.
9084         * gpg.el (gpg-verify): The last argument of apply is a list.
9085         (gpg-encrypt): Add passphrase as a parameter.
9086
9087 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
9088
9089         * gpg.el: New file.
9090         * gpg-ring.el: New file.
9091
9092 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9093
9094         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
9095
9096 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9097
9098         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
9099         double-quote characters.
9100         (gnus-summary-prepare-threads): Ditto.
9101
9102 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9103
9104         * gnus-art.el (gnus-mime-display-single): Forward line -1.
9105         * mml.el (mml-read-tag): Don't skip the leading space.
9106         * lpath.el (font-lock-set-defaults): Shut up.
9107
9108 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
9109
9110         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
9111
9112 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
9113
9114         * qp.el (quoted-printable-encode-region): Replace leading - when
9115         ultra safe.
9116         * mml.el (mml-generate-mime-postprocess-function): Removed.
9117         (mml-postprocess-alist): Removed.
9118         (mml-generate-mime-1): Use ultra-safe when sign.
9119         * mml2015.el (mml2015-fix-micalg): Uppercase.
9120         (mml2015-verify): Insert LF.
9121         (mml2015-mailcrypt-sign): Downcase; search backward.
9122
9123 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9124
9125         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
9126         restrictive.
9127         (nnultimate-table-regexp): New variable.
9128         (nnultimate-forum-table-p): Use it.
9129
9130 2000-10-30  Ed L Cashin <ecashin@coe.uga.edu>
9131
9132         * gnus-sum.el (gnus-summary-expire-articles): Save point.
9133
9134 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
9135
9136         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
9137         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
9138
9139 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9140
9141         * mml2015.el: Shut up.
9142
9143 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
9144
9145         * gnus.el (gnus-server-browse-hashtb): Removed.
9146         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
9147         (gnus-group-insert-group-line-info): Use simplified method.
9148         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
9149
9150 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
9151
9152         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
9153         moved here.
9154         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
9155         * gnus-group.el (gnus-group-prepare-flat): Use it.
9156         * gnus-topic.el (gnus-group-prepare-topics): Use it.
9157
9158 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
9159
9160         * mml.el (mml-mode): Show menu in XEmacs.
9161
9162 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
9163
9164         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
9165         (gnus-server-read-server-in-server-buffer): New function.
9166         (gnus-browse-foreign-server): Browse in group buffer.
9167         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
9168         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
9169         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
9170         * gnus.el (gnus-server-browse-hashtb): New variable.
9171
9172 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
9173
9174         * nnfolder.el (nnfolder-open-nov): Use group.
9175
9176 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9177
9178         * nnfolder.el: Add NOV. Set version to 2.0.
9179         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
9180
9181 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9182
9183         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
9184
9185 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
9186
9187         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
9188         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
9189
9190 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
9191
9192         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
9193
9194 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9195
9196         * mm-decode.el (mm-verify-function-alist): New variable.
9197         (mm-verify-option): New variable.
9198         (mm-decrypt-function-alist): Ditto.
9199         (mm-decrypt-option): Ditto.
9200         (mm-find-raw-part-by-type): New function.
9201         (mm-possibly-verify-or-decrypt): New function.
9202         (mm-dissect-multipart): Use it.
9203         * mml2015.el (mml2015-fix-micalg): New function.
9204         (mml2015-decrypt): Use new interface.
9205         (mml2015-verify):  Use new interface.
9206         (mml2015-setup): Make it bogus.
9207
9208 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
9209
9210         * mml.el (mml-generate-mime-postprocess-function): Set to
9211         mml-postprocess.
9212         (autoload): Autoload mml2015 and mml-smime.
9213         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
9214         * mml2015.el (mml2015-encrypt): New function.
9215         (mml2015-sign): New function.
9216         (mml2015-encrypt-function): New variable.
9217         (mml2015-sign-function): New variable.
9218         (mml2015-mailcrypt-encrypt): Use message-recipients.
9219         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
9220         * mml-smime.el (mml-smime-setup): Ditto.
9221
9222 2000-10-28  Simon Josefsson  <sj@extundo.com>
9223
9224         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
9225         Communigate Pro 3.3.1 server.
9226
9227         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
9228         in buffers.
9229         (mml-secure-dns-server): Removed.
9230         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
9231         write certificates to files.
9232
9233         * smime.el (smime-dns-server): New variable.
9234         (smime-mail-to-domain):
9235         (smime-cert-by-dns): New functions.
9236
9237         * dig.el: New file.
9238
9239 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
9240
9241         * message.el (message-options): New variable.
9242         (message-options-set-recipient): New function.
9243         (message-send): Use them.
9244         * gnus-int.el (gnus-request-replace-article): Use them.
9245         (gnus-request-accept-article): Ditto.
9246         * mml.el (mml-preview): Use them.
9247         * gnus-sum.el (gnus-summary-edit-article): Use them.
9248
9249         * message.el (message-options-get): New function.
9250         (message-options-get): New function.
9251         * rfc2047.el (rfc2047-encode-message-header): Use them.
9252         * mm-bodies.el (mm-encode-body): Use them.
9253
9254 2000-10-28  Simon Josefsson  <sj@extundo.com>
9255
9256         * nnimap.el (nnimap-retrieve-which-headers):
9257         (nnimap-request-article-part): Quote message-id.
9258
9259         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
9260         (smime-CA-file): New variable.
9261         (smime-call-openssl-region): Don't error.
9262         (smime-sign-region): Return result value.
9263         (smime-encrypt-region): Ditto.
9264         (smime-verify-region): New function.
9265         (smime-decrypt-region): Ditto.
9266         (smime-verify-buffer): Ditto.
9267         (smime-decrypt-buffer): Ditto.
9268
9269         * mml.el: Require mml-sec.
9270         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
9271         (mml-mode-map): Add "sign" and "encrypt" maps.
9272         (mml-menu): Add security menu.
9273         (mml-preview): Use generate-new-buffer.
9274
9275         * mml-sec.el: New file.
9276
9277 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9278
9279         * mm-decode.el (mm-find-part-by-type): Move it here.
9280         * mml.el (mml-postprocess): Move it here.
9281         (mml-postprocess-alist): Move it here. Merge them.
9282
9283 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
9284
9285         * rfc2047.el (rfc2047-encode-message-header): Make sure no
9286         unencoded stuff in the header.
9287
9288 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
9289
9290         * gnus-group.el (gnus-group-listed-groups): New variable.
9291         (gnus-group-list-option): New variable.
9292         (gnus-group-list-limit-map): New keymap.
9293         (gnus-group-list-flush-map): New keymap.
9294         (gnus-group-list-plus-map): New keymap.
9295         (gnus-group-prepare-logic): New function.
9296         (gnus-group-prepare-flat): Merge with
9297         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
9298         (gnus-group-prepare-flat-list-dead): Ditto.
9299         (gnus-group-list-matching): Use gnus-group-prepare-function.
9300         (gnus-group-list-dormant): Ditto.
9301         (gnus-group-list-cached): Ditto.
9302         (gnus-group-listed-groups): New function.
9303         (gnus-group-list-limit): New function.
9304         (gnus-group-list-flush): New function.
9305         (gnus-group-list-plus): New function.
9306         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
9307         (gnus-topic-prepare-topic): Ditto.
9308
9309 2000-10-27  Paul Jarc <prj@po.cwru.edu>
9310
9311         * message.el (message-insert-to, message-get-reply-headers):
9312         (message-reply, message-followup): Mail-{Followup,Reply}-To.
9313
9314 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
9315
9316         * mml2015.el: New file.
9317         * smime.el: New file.
9318         * mml-smime.el: New file.
9319
9320 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9321
9322         * ChangeLog: Moved to ChangeLog.1.
9323
9324     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
9325   Copying and distribution of this file, with or without modification,
9326   are permitted provided the copyright notice and this notice are preserved.
9327
9328 ;; Local Variables:
9329 ;; coding: iso-2022-7bit
9330 ;; End: