* nnslashdot.el (nnslashdot-request-article): Remove javascript
[gnus] / lisp / ChangeLog
1 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2
3         * nnslashdot.el (nnslashdot-request-article): Remove javascript
4         too.
5
6 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
7
8         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
9         duplication.
10         (gnus-summary-save-parts-type-history): Ditto.
11         (gnus-summary-save-parts-last-directory): Ditto.
12         From: andre@slamdunknetworks.com
13
14 2002-03-09  Paul Jarc  <prj@po.cwru.edu
15
16         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
17
18 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
19
20         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
21         -->" as the end of the first article.
22
23         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
24         From Matthieu Moy <Matthieu.Moy@imag.fr>
25
26         * message.el (message-add-action): Use add-to-list.
27         (message-delete-action): New function.
28
29         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
30         pieces.
31
32 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
33
34         * nnnil.el: New file.
35         * gnus.el (gnus-valid-select-methods): Include nnnil.
36
37 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
38
39         * message.el (message-syntax-checks): Because canlock is
40         supported, we disable sender syntax check.
41         (message-shoot-gnksa-feet): Add cancel-messages option doc.
42
43         * gnus-draft.el (gnus-draft-send): If interactive, use its default
44         value of message-syntax-checks.
45
46         * qp.el (quoted-printable-decode-region): Doc addition.
47         From: Eli Zaretskii <eliz@is.elta.co.il>
48
49         * mail-source.el (make-source-make-complex-temp-name): Use
50         make-temp-file.
51
52         * mm-util.el (mm-make-temp-file): New function.
53         * nneething.el (nneething-file-name): Use it.
54         * mml-smime.el (mml-smime-encrypt): Ditto.
55         * mm-view.el (mm-inline-wash-with-file): Ditto.
56         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
57         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
58         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
59         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
60         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
61         * gnus-art.el (gnus-mime-print-part): Ditto.
62
63 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
64
65         * message.el (nnmaildir-article-number-to-base-name): New
66         function.
67         (nnmaildir-base-name-to-article-number): New function.
68
69 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
70
71         * smime.el (smime-make-temp-file): Don't quote
72         `temporary-file-directory'.
73
74 2002-03-04  Simon Josefsson  <jas@extundo.com>
75
76         * smime.el (smime-sign-region): Rename argument keyfiles to
77         keyfile. You only sign something with one key.
78         (smime-sign-buffer): Better completing-read prompt.
79         (smime-decrypt-buffer): Ditto.
80
81         * smime.el (smime-make-temp-file): Make it work under XEmacs.
82
83         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
84         completing-read.
85         (mm-view-pkcs7-decrypt): CRLF->LF.
86
87 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
88
89         * message.el (message-hierarchical-addresses): New variable.
90         (message-get-reply-headers): Use it.
91         From Ted Zlatanov <teodor.zlatanov@divine.com>
92
93 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
94
95         * message.el (message-mode): If buffer-file-name, don't set auto
96         save file name.
97         From Geoff Greene <ggreene@wpi.edu>
98
99 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
100
101         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
102         takes one argument in read-char.
103
104         * message.el (message-fix-before-sending): Forward a char.
105         Check mmu-multibyte-p, add control-1.
106
107 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
108
109         * gnus-start.el (gnus-read-init-file): Ditto.
110
111         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
112
113         * dgnushack.el (dgnushack-make-load): Ditto.
114
115         * mail-source.el (mail-source-fetch): Extract the right error
116         code.
117
118         * message.el (message-fix-before-sending): Check illegible text.
119
120         * gnus-util.el (gnus-multiple-choice): New function.
121
122         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
123         also defined in gnus-score.el.
124
125 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
126
127         * message.el (message-get-reply-headers): downcase email addresses
128         for comaparisons for duplicate removal.
129
130 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
131
132         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
133         implementation of PKCS#7, which just allows users read the
134         message.
135         (mm-view-pkcs7): Use it.
136
137 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
138
139         * gnus.el (large-newsgroup-initial): New parameter.
140
141         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
142         (gnus-summary-insert-old-articles): Ditto.
143
144 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
145
146         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
147         used as the default answer of the question, "How many articles?".
148         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
149
150         * nnagent.el (nnagent-retrieve-headers): Remove articles with
151         small numbers.
152
153 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
154
155         * deuglify.el: Fix comments.
156
157 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
158
159         * html2text.el (html2text-clean-anchor): If there is no HREF,
160         insert nothing.
161
162         * mml.el (mml-generate-mime-1): Add cdr.
163         From: andre@slamdunknetworks.com
164
165         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
166         (mm-text-html-washer-alist): Ditto.
167
168         * mm-decode.el (mm-text-html-renderer): Add html2text.
169
170         * html2text.el: Face lift.
171
172         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
173
174 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
175
176         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
177
178         * deuglify.el: Change copy right. Add autoload. Add coding-system.
179
180         * deuglify.el: New file. The original file name is
181         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
182
183         * mm-decode.el (mm-display-external): Use
184         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
185
186 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
187
188         * nnmaildir.el (nnmaildir-request-list): Report the highest
189         article number, not the total number of articles.
190
191 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
192
193         * gnus-sum.el: Move uu key map here.
194         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
195
196 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
197
198         * nnmaildir.el (nnmaildir-request-expire-articles): Use
199         nnmail-expiry-wait* if expire-age parameter is not set.
200
201 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
202
203         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
204         function.
205         (gnus-group-sort-selected-groups-by-real-name): New function.
206         (gnus-group-make-menu-bar): Add sort by real name.
207
208         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
209         rebuild.
210         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
211         nil as dependencies as well.
212
213 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
214
215         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
216         for mime-parts.
217
218         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
219
220         * gnus-group.el (gnus-group-name-decode): Don't test
221         multibyte-string, because it breaks XEmacs.
222         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
223
224         * message.el (message-send-mail): Be talkative.
225
226         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
227         (mm-automatic-display): Ditto.
228
229         * mailcap.el (mailcap-mime-data): Ditto.
230         From: Reiner Steib <4uce.02.r.steib@gmx.net>
231
232 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
233
234         * many files: Remove trailing whitespaces, replace spc+tab with
235         tab, replace leading whitespaces with tabs.
236
237 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
238
239         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
240         articles with no body and no blank line after the header.
241
242 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
243
244         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
245         parts.
246
247         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
248         non-ascii chars.
249
250         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
251
252         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
253         w3-delay-image-loads.
254         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
255         (mm-w3-prepare-buffer): Ditto.
256
257         * mail-source.el (mail-source-fetch-directory): Run scripts.
258
259 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
260
261         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
262         for Majordomo confirmations.
263
264 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
265
266         * gnus-fun.el (gnus-respond-to-confirmation): New command.
267
268 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
269
270         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
271
272 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
273
274         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
275         References header field.  From Mark Thomas <mthomas@cmu.edu>.
276
277 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
278
279         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
280         (mm-inline-render-with-stdin): Ditto.
281         (mm-inline-render-with-function): Ditto.
282         (mm-inline-wash-with-file): Bind coding-system-for-write.
283         (mm-inline-wash-with-stdin): Ditto.
284
285 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
286
287         Suggested by Felix Natter <fnatter@gmx.net>
288
289         * gnus-art.el (gnus-mime-view-part-externally): Rename from
290         gnus-mime-externalize-view.
291         (gnus-mime-view-part-internally): Rename from
292         gnus-mime-internalize-view.
293         (gnus-article-view-part-externally): Rename from
294         gnus-article-externalize-part.
295         (gnus-mime-action-alist): Change correspondingly.
296         (gnus-mime-button-commands): Ditto.
297         (gnus-mime-action-alist): Remove duplication.
298
299         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
300
301 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
302
303         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
304
305         * gnus-art.el (gnus-display-mime): Use it.
306
307         * mm-partial.el (mm-partial-find-parts): Use it.
308
309         * gnus-sum.el (gnus-article-loose-mime): Rename from
310         gnus-article-no-strict-mime.
311         (gnus-summary-save-parts): Use it.
312
313 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
314
315         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
316         local variable.
317
318         * gnus-art.el (article-display-x-face): Don't sort multiple
319         X-Faces.
320
321 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
322
323         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
324         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
325
326         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
327
328 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
329
330         Some ideas is inspired by code from Hrvoje Niksic
331         <hniksic@arsdigita.com>
332
333         * gnus-art.el (gnus-article-wash-function): Set the default to
334         nil, so that we use mm-text-html-renderer instead.
335         (article-wash-html): Use mm-text-html-renderer.
336
337         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
338         (mm-text-html-renderer): New variable.
339         (mm-inline-text-html-renderer): Set the default to nil, so that we
340         use mm-text-html-renderer instead.
341
342         * mm-view.el (mm-inline-text-html): New function.
343         (mm-text-html-renderer-alist): New variable.
344         (mm-inline-text-vcard): New function.
345         (mm-inline-text): Split.
346         (mm-links-remove-leading-blank): New function.
347         (mm-inline-render-with-file): New function.
348         (mm-inline-render-with-stdin): New function.
349         (mm-inline-render-with-function): New function.
350         (mm-text-html-washer-alist): New variable.
351         (mm-inline-wash-with-file): New function.
352         (mm-inline-wash-with-stdin): New function.
353
354 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
355
356         * message-utils.el: Fix installation doc.
357         From: Reiner Steib <4uce.02.r.steib@gmx.net>
358
359 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
360
361         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
362         (gnus-post-method): Use it.
363         (gnus-summary-cancel-article): Find the correct post-method.
364
365         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
366         * message.el (message-send-news): Ditto.
367         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
368         <ipmonger@delamancha.org>
369
370         * gnus.el (gnus-select-method): Fix doc.
371         (gnus-server-string): Use 'using nntp'.
372
373         * gnus-agent.el (gnus-slave-unplugged): New command.
374         From: Felix Natter <fnatter@gmx.net>
375
376 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
377
378         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
379         Call edit-done-function first, then change the window
380         configuration.
381         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
382         (gnus-article-edit-mode): mml-mode.
383
384         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
385         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
386
387         * message-utils.el: Adopt the file.
388
389         * message-utils.el: New file.
390         From Holger Schauer <Holger.Schauer@gmx.de>
391
392 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
393
394         * gnus-sum.el (gnus-summary-move-article): Select-article only
395         when gnus-move-split-methods is non-nil. And we don't render or
396         mark the article.
397
398         * gnus-fun.el (gnus-shell-command-to-string): New function.
399         (gnus-shell-command-on-region): New function.
400         (gnus-random-x-face): Use them.
401         (gnus-x-face-from-file): Ditto.
402         (gnus-convert-image-to-gray-x-face): Ditto.
403         (gnus-convert-gray-x-face-to-xpm): Ditto.
404         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
405
406 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
407
408         * gnus-art.el (gnus-treat-display-xface): Don't use
409         `shell-command-to-string' when compiling.
410         (gnus-treat-display-grey-xface): Ditto.
411
412 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
413
414         * nnmaildir.el (nnmaildir--article-count): If the group is
415         completely empty, report minimum article number as 1 instead of 0.
416
417 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
418
419         * gnus-agent.el (gnus-get-predicate): Use nconc.
420
421         * gnus-sum.el (gnus-summary-display-make-predicate): Use
422         gnus-summary-display-cache as cache.
423
424         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
425         (nndoc-mail-in-mail-type-p): New function.
426         (nndoc-mail-in-mail-article-begin): New function.
427
428 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
429
430         * mailcap.el (mailcap-mime-data): Use enriched-decode.
431
432         * gnus-cite.el (gnus-article-fill-cited-article): Bind
433         use-hard-newlines to nil.
434
435         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
436         image is not available if window-system is not available.
437
438         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
439
440 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
441
442         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
443         bookmark, because update-mark doesn't handle it correctly.
444
445 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
446
447         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
448         directly instead of calling message-send-mail.
449
450         * gnus-start.el (gnus-read-descriptions-file): Use
451         gnus-default-charset.
452
453         * mm-util.el (mm-guess-mime-charset): New function.
454
455         * gnus.el (gnus-default-charset): Use it.
456         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
457         the default.
458
459 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
460
461         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
462         (article-display-x-face): Use it.  Disable grey xface, if
463         uncompface is not found.
464
465         * message.el (message-mode): Don't enable multibyte on an indirect
466         buffer.
467
468         * nnrss.el (nnrss-content-function): New variable.
469         (nnrss-request-article): Use it.
470
471 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
472
473         * gnus.el: Add article-unsplit-urls.
474         * gnus-sum.el: Ditto.
475         * gnus-art.el (gnus-treat-strip-cr): New variable.
476         (gnus-treatment-function-alist): Use it.
477         (article-unsplit-urls): New function.
478         (gnus-article-make-menu-bar): Use it.
479         From: Michael Cook <michael.cook@cisco.com>
480
481 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
482
483         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
484         copy.
485
486 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
487
488         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
489         with internal whitespace.
490         (gnus-parent-id): Ditto.
491
492 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
493
494         * gnus-art.el (gnus-article-treat-body-boundary): Add
495         gnus-decoration property.
496         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
497
498         * message.el (message-mode): Set local-abbrev-table.
499         From Matt Armstrong <matt@lickey.com>.
500
501         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
502         too many spaces.
503
504         * rfc2047.el (rfc2047-unfold-region): Ditto.
505         (rfc2047-decode-region): Don't unfold. Let
506         gnus-article-treat-unfold-headers do it.
507
508         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
509         From: Jesper Harder <harder@ifa.au.dk>
510
511 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
512
513         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
514         (gnus-configure-posting-styles): Use it.
515         (gnus-configure-posting-styles): Remove trailing newspaces.
516
517 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
518
519         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
520         is non-nil.
521
522         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
523
524         * gnus.el (gnus-server-to-method): Switch position with
525         gnus-server-get-method.
526         (gnus-agent): Add doc.
527
528         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
529         (gnus-summary-save-parts): Use it.
530
531         * gnus-art.el (gnus-display-mime): Use it.
532         * mm-partial.el (mm-partial-find-parts): Use it.
533
534         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
535
536         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
537         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
538
539         * nnagent.el (nnagent-request-expire-articles): Don't delete
540         files.
541
542 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
543
544         * message.el (message-gen-unsubscribed-mft): New function.
545         From Sriram Karra <karra@cs.utah.edu>.
546
547         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
548         open parenthesis.
549
550         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
551         (mm-inline-text-html-render-with-w3): Ditto.
552         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
553         Suggested by Dave Love  <d.love@dl.ac.uk>.
554
555         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
556
557         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
558         * nntp.el (nntp-send-command): Ditto.
559         * nntp.el (nntp-send-command-nodelete): Ditto.
560
561 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
562
563         * mm-url.el (mm-url-load-url): New function.
564         (mm-url-insert-file-contents): Use it.
565
566         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
567
568         * message.el (message-forward-make-body): Correctly copy
569         forward-buffer.
570
571         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
572
573 2002-02-04  Simon Josefsson  <jas@extundo.com>
574
575         * gnus-art.el (gnus-article-followup-with-original): Mark with
576         force, prevent errors when following up from article buffer.
577         (gnus-article-reply-with-original): Ditto.
578
579         * binhex.el (binhex-decoder-switches): Fix doc.  From
580         Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
581
582 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
583
584         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
585         highlight-citation after emphasize.
586
587 2002-02-04  Simon Josefsson  <jas@extundo.com>
588
589         * nnfolder.el (nnfolder-open-marks):
590
591         * nnml.el (nnml-open-marks): Message when done.  From David
592         Edmondson <dme@sun.com>.
593
594 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
595
596         * imap.el (imap-anonymous-auth): Fix typo.
597         From: Steinar Bang <sb@dod.no>
598
599         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
600         save-excursion.
601         (gnus-cache-braid-heads): Ditto.
602
603         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
604         line, because there are extra articles in the overview buffer.
605
606         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
607
608         * message.el (message-forward-rmail-make-body): Directly use
609         rmail-msg-restore-non-pruned-header to avoid calling
610         vertical-motion.
611
612 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
613
614         * gnus-cache.el (gnus-summary-insert-cached-articles):
615         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
616
617         * gnus-group.el (gnus-group-mark-article-read): Nreverse
618         gnus-newsgroups-unselected.
619
620         * gnus-agent.el (gnus-summary-set-agent-mark): Use
621         gnus-add-to-sorted-list.
622
623         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
624         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
625         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
626         (gnus-update-read-articles): UNREAD is sorted.
627         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
628         (gnus-newsgroup-marked, gnus-newsgroup-cached)
629         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
630         (gnus-newsgroup-dormant): Require sorted.
631
632         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
633         directories.
634         (gnus-dired-print): New function.
635
636         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
637         ps-despool.
638
639 2002-02-02  Simon Josefsson  <jas@extundo.com>
640
641         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
642
643 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
644
645         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
646         t. This makes gnus-agent customizable without putting
647         gnus-agentize into .gnus.
648
649         * gnus.el (gnus-agent): Make it customizable.
650
651         * gnus-dired.el: New file.
652         From Benjamin Rutt <brutt@bloomington.in.us>
653
654         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
655         if no article.
656         (gnus-cache-possibly-remove-article): Ditto.
657         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
658
659 2002-02-01  Simon Josefsson  <jas@extundo.com>
660
661         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
662
663 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
664
665         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
666         (mm-setup-w3m): Don't bind keys listed in the above.
667
668 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
669
670         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
671         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
672         is non-nil; bind `w3m-force-redisplay' with nil.
673
674         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
675
676         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
677
678 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
679
680         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
681         use mail-header-unfold-field.
682
683         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
684         gnus-summary-limit.
685
686         * gnus-range.el (gnus-add-to-sorted-list): New function.
687         * gnus-sum.el (gnus-mark-article-as-read): Use it.
688         (gnus-mark-article-as-unread): Ditto.
689         (gnus-summary-mark-article-as-unread): Ditto.
690         (gnus-build-get-header): Ditto.
691         (gnus-summary-prepare-threads): Ditto.
692         (gnus-summary-insert-pseudos): Ditto.
693         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
694         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
695         (gnus-summary-insert-old-articles): Ditto.
696
697         * gnus-msg.el (gnus-posting-styles): Add new format of header.
698         (gnus-configure-posting-styles): Support the new format.
699
700         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
701         edebug-form-spec to (sexp body).
702         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
703
704         * message.el (message-reply-headers): Add doc.
705
706 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
707
708         * gnus-group.el (gnus-group-delete-group): Nix the entry in
709         gnus-cache-active-hashtb.
710
711         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
712         (gnus-agent-summary-fetch-group): Use it.
713
714         * gnus-msg.el (gnus-debug-files): New variable.
715         (gnus-debug-exclude-variables): New variable.
716         (gnus-debug): Use them.
717
718         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
719
720 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
721
722         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
723         (message-mode-syntax-table): Move back the previous position.
724
725         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
726
727         * gnus-agent.el (gnus-agent-retrieve-headers): Use
728         gnus-sorted-difference.
729
730         * nnsoup.el (nnsoup-request-expire-articles): Use
731         gnus-sorted-difference.
732
733         * nnheader.el: Autoload gnus-sorted-difference.
734
735         * nnfolder.el (nnfolder-request-expire-articles): Use
736         gnus-sorted-difference.
737
738         * gnus-cache.el (gnus-cache-retrieve-headers): Use
739         gnus-sorted-difference.
740
741         * gnus-range.el: Autoload cookies.
742         (gnus-sorted-difference): New function.
743         (gnus-sorted-ndifference): New function.
744         (gnus-sorted-nintersection): Rename from
745         gnus-set-sorted-intersection.
746         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
747         (gnus-list-range-difference): Rename from
748         gnus-inverse-list-range-intersection.
749         (gnus-inverse-list-range-intersection): Use defalias.
750
751         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
752         gnus-sorted-ndifference, and gnus-sorted-nintersection.
753         (gnus-articles-to-read): Use gnus-sorted-difference.
754         (gnus-summary-limit-mark-excluded-as-read): Use
755         gnus-sorted-intersection and gnus-sorted-ndifference.
756         (gnus-list-of-read-articles): Use gnus-list-range-difference.
757         (gnus-summary-insert-articles): Use gnus-sorted-difference.
758
759         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
760
761 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
762
763         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
764         property to the buffer for using emacs-w3m command keys.
765
766         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
767         option.
768
769         * mm-view.el (mm-w3m-mode-map): New variable.
770         (mm-w3m-mode-command-alist): New variable.
771         (mm-w3m-minor-mode): Removed.
772         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
773         (mm-inline-text-html-render-with-w3m): Add keymap property to the
774         buffer for using emacs-w3m command keys.
775
776 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
777
778         * message.el (message-mode-syntax-table): Move forward.
779         (message-cite-prefix-regexp): Auto detect non word constituents.
780         (message-cite-prefix-regexp): Don't use with-syntax-table.
781
782         * gnus-sum.el (gnus-summary-update-info): Use
783         gnus-list-range-intersection.
784
785         * gnus-agent.el (gnus-agent-fetch-headers): Use
786         gnus-list-range-intersection.
787
788         * gnus-range.el (gnus-range-normalize): Use correct predicate.
789         (gnus-list-range-intersection): Use it.
790         (gnus-inverse-list-range-intersection): Ditto.
791         (gnus-sorted-intersection): Add doc.
792         (gnus-set-sorted-intersection): Add doc.
793         (gnus-sorted-union): New function.
794         (gnus-set-sorted-union): New function.
795
796         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
797         (gnus-inverse-list-range-intersection): Ditto.
798
799 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
800
801         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
802
803         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
804         and permit `:' and `\' in order to handle full Windows pathnames.
805         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
806         technically not correct per standard, but seems to have common use.
807
808 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
809
810         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
811         replacing numbers.
812
813 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
814
815         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
816
817         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
818         Don't split when the window is small, e.g. when a small *BBDB*
819         window is the lowest one.
820
821         * gnus-agent.el (gnus-agent-retrieve-headers): Use
822         nnheader-find-nov-line to speed up. Use nreverse, because it is
823         sorted. Use nnheader-insert-nov-file.
824
825 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
826
827         * mm-decode.el (mm-inline-text-html-with-images): New user option.
828
829         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
830         of `w3m-display-inline-images' with the value of
831         `mm-inline-text-html-with-images'.
832         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
833
834         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
835
836 2002-01-27  Richard M. Stallman  <rms@gnu.org>
837
838         * time-date.el: Add autoload cookies.  Many doc fixes.
839         (time-add): New function.
840         (time-subtract): Renamed from subtract-time.
841         (subtract-time): New alias for time-subtract.
842
843 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
844
845         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
846         emacs-w3m in doc-string.
847
848         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
849         `w3m-current-buffer'.
850
851 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
852
853         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
854
855         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
856         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
857         (mm-w3m-cid-retrieve): New function.
858         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
859
860 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
861
862         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
863
864 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
865
866         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
867
868 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
869
870         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
871         32K.
872
873         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
874
875         * nnmail.el (nnmail-article-group): Decode headers before running
876         split rules over them.
877         (nnmail-mail-splitting-charset): New variable.
878
879         * smiley.el: Replaced with smiley-ems.el.
880
881 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
882
883         * mm-url.el (mm-url-predefined-programs): Add w3m.
884         (mm-url-program): Ditto.
885
886 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
887
888         * nnml.el (nnml-use-compressed-files): New variable.
889         (nnml-filenames-are-evil): Removed.
890         (nnml-current-group-article-to-file-alist): Don't use.
891         (nnml-update-file-alist): Inhibit.
892         (nnml-article-to-file): Use new var.
893
894 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
895
896         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
897
898         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
899
900 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
901
902         * gnus-agent.el (gnus-agent-load-alist): Use new caching
903         function.
904
905         * gnus-util.el (gnus-cache-file-contents): New function.
906
907         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
908         (gnus-agent-load-alist): Use it.
909
910         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
911
912         * nnheader.el (nnheader-insert-nov-file): New function.
913
914         * gnus-util.el (gnus-parse-without-error): Correct the loop.
915
916         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
917         there are no references.
918         (gnus-extract-message-id-from-in-reply-to): New function.
919         (gnus-nov-parse-line): Use in-reply-to if there are no
920         references.
921
922 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
923
924         * nnagent.el (nnagent-retrieve-headers): Use new macro.
925
926         * gnus-util.el (gnus-parse-without-error): New macro.
927
928 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
929
930         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
931         (gnus-article-wash-function): use locate-library to decide which
932         to use.
933
934 2002-01-25  Simon Josefsson  <jas@extundo.com>
935
936         * pop3.el (pop3-munge-message-separator): Work if no date.  From
937         Marius Vollmer <mvo@zagadka.ping.de>.
938
939 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
940
941         * gnus-agent.el (gnus-agent-save-alist): Fix.
942
943         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
944         mistake.  Reinstated lost code.
945
946 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
947
948         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
949         one exists in the case of an encrypted message with an internal
950         signature.
951
952 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
953
954         * gnus-agent.el (gnus-agent-save-alist): Optimized.
955
956 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
957
958         * dgnushack.el: Commented out the experimental code.
959
960 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
961
962         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
963         error.
964
965         * gnus.el (gnus-server-to-method): Made into subst.
966         (gnus-server-method-cache): New variable.
967         (gnus-server-to-method): Use it.
968         (gnus-group-method-cache): New variable.
969         (gnus-find-method-for-group-1): Renamed.
970         (gnus-find-method-for-group): New function.
971         (gnus-group-method-cache): Removed.
972
973         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
974         function.
975
976         * gnus-range.el (gnus-members-of-range): New function.
977         (gnus-list-range-intersection): Renamed.
978         (gnus-inverse-list-range-intersection): New function.
979
980         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
981
982         * nnagent.el (nnagent-retrieve-headers): New implementation.
983
984         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
985         implementation.
986
987 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
988
989         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
990         `w3m-meta-content-type-charset-regexp'.
991
992         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
993         charset-encoded html contents.
994
995 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
996
997         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
998         an empty file.
999
1000         * nnweb.el (url): Ignore errors when request url.
1001
1002         * nnrss.el: Clean up the comments.
1003
1004 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1005
1006         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
1007
1008         * mm-decode.el (mm-inline-text-html-renderer): New user option.
1009         (mm-inline-media-tests): Test whether the value of
1010         `mm-inline-text-html-renderer' is a function for text/html.
1011
1012         * mm-view.el (mm-inline-text-html-render-with-w3): New function
1013         separated from `mm-inline-text'.
1014         (mm-w3m-minor-mode): New variable.
1015         (mm-w3m-setup): New variable.
1016         (mm-setup-w3m): New function.
1017         (mm-inline-text-html-render-with-w3m): New function.
1018         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
1019         text/html.
1020
1021 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
1022
1023         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
1024
1025 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1026
1027         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
1028         and `gnus-xmas-completing-read'.
1029
1030 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1031
1032         * nneething.el (nneething-message-id-number): Abolished.
1033         (nneething-encode-file-name): Not encode numerical characters.
1034         (nneething-make-head): `nneething-message-id-number' is not
1035         used to generate message IDs.
1036
1037 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1038
1039         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
1040         characters.
1041
1042 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1043
1044         * gnus-xmas.el (gnus-xmas-completing-read): New function.
1045         (gnus-xmas-redefine): Redefine conditionally.
1046
1047 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
1048
1049         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
1050         tag.
1051
1052 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
1053
1054         * message.el (message-font-lock-keywords): Added the secure tag.
1055         * mml-sec.el: Added functions to generate/modify/remove the secure
1056         tag while in message mode.
1057         * mml-sec.el (mml-secure-message): New.
1058         * mml-sec.el (mml-unsecure-message): New.
1059         * mml-sec.el (mml-secure-message-sign-smime): New.
1060         * mml-sec.el (mml-secure-message-sign-pgp): New.
1061         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
1062         * mml-sec.el (mml-secure-message-encrypt-smime): New.
1063         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
1064         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
1065         * mml.el (mml-parse-1): Added code to recognise the secure tag and
1066         convert it to either a part or multipart depending on if there are
1067         other parts in the message.
1068         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
1069         to use the secure tag, rather than the part tag.
1070         * mml.el (mml-preview): Added a save-excursion to keep cursor
1071         position after doing an MML preview.
1072
1073 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074
1075         * nnheader.el (nnheader-parse-overview-file): New function.
1076         (nnheader-write-overview-file): New function.
1077
1078 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1079
1080         * gnus.el (gnus-group-fast-parameter): Check better if expansion
1081         in wanted.
1082
1083         * nnweb.el (nnweb-type-definition): Clean up.
1084
1085 2002-01-21  Alastair Burt  <burt@dfki.de>
1086
1087         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
1088         buffer exists before jumping to it.
1089
1090 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1091
1092         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
1093         function.
1094         (article-wash-html): Use it.
1095         (gnus-article-wash-function): New variable.
1096         (gnus-article-wash-html-with-w3m): New function.
1097
1098 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1099
1100         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
1101         XEmacs.
1102
1103 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
1104
1105         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
1106         command line.
1107
1108 2002-01-21  Simon Josefsson  <jas@extundo.com>
1109
1110         * canlock.el (base64-encode-string): Autoload it from base64.
1111         (canlock-make-cancel-key): Base64 encode unibyte string.
1112
1113 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1114
1115         * nnfolder.el (nnfolder-request-accept-article): Unfold
1116         x-from-line.
1117         (nnfolder-request-replace-article): Ditto.
1118
1119 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
1120
1121         * gnus-group.el (gnus-group-best-unread-group): Use the right
1122         positioning function.
1123
1124 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1125
1126         * smiley-ems.el (smiley-region): Use new function.
1127         (smiley-update-cache): Use general image functions.
1128         (smiley-region): Use general functions.
1129
1130         * gnus-util.el (gnus-graphic-display-p): New function.
1131
1132         * nnmail.el (nnmail-article-group): Allow outputting traces of
1133         non-strings.
1134
1135         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
1136         (nndoc-exim-bounce-type-p): New function.
1137
1138         * message.el (message-dont-send): Doc fix.
1139
1140         * gnus-util.el (gnus-completing-read): Remove
1141         inherit-input-method.
1142
1143         * gnus-art.el (gnus-treat-smiley): Doc fix.
1144
1145         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
1146         articles.
1147
1148 2002-01-19  Simon Josefsson  <jas@extundo.com>
1149
1150         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
1151         (imap-kerberos4-open): Ditto.
1152         (imap-open): Set port correctly, don't set auth.
1153
1154 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1155
1156         * gnus.el (gnus-version-number): Bump version number.
1157
1158 2002-01-20 05:33:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1159
1160         * gnus.el: Oort Gnus v0.05 is released.
1161
1162 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1163
1164         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
1165         exists.
1166
1167         * gnus-spec.el (gnus-string-width-function): New function.
1168         (gnus-tilde-cut-form): Use it.
1169         (gnus-tilde-max-form): Ditto.
1170         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
1171         (gnus-substring-function): Use it.
1172         (gnus-tilde-cut-form): Ditto.
1173         (gnus-substring-function): New function.
1174
1175         * message.el (message-check-news-header-syntax): New message.
1176
1177         * gnus.el (gnus-slave-no-server): Doc fix.
1178
1179         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
1180
1181 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1182
1183         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
1184         `seen' if it looks like (seen NUM1 . NUM2).  It should be
1185         (seen (NUM1 . NUM2)).
1186
1187 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1188
1189         * gnus-topic.el (gnus-topic-catchup-articles): Update article
1190         number in closed topics.
1191
1192 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
1193
1194         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
1195         functions.
1196
1197 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1198
1199         * gnus.el (gnus-group-find-parameter): Clean up.
1200
1201         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
1202         articles.
1203
1204         * gnus-util.el (gnus-completing-read-with-default): Renamed.
1205
1206         * nnmail.el (nnmail-article-group): Clean up.
1207
1208 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
1209
1210         * gnus-agent.el (gnus-category-name): Intern the category name.
1211
1212 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1213
1214         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
1215
1216         * gnus-util.el (gnus-completing-read): New function.
1217
1218 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
1219
1220         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
1221
1222         * smiley-ems.el (smiley-region): Register smiley.
1223         (smiley-toggle-buffer): Rewrite the function.
1224         (smiley-active): Removed.
1225
1226 2002-01-19  Simon Josefsson  <jas@extundo.com>
1227
1228         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
1229         Jesper Harder <harder@ifa.au.dk>.
1230
1231 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1232
1233         * gnus-art.el (gnus-request-article-this-buffer): Call
1234         `nneething-get-file-name' to extract the file name from the
1235         message id.
1236
1237         * nneething.el (nneething-encode-file-name): New function.
1238         (nneething-decode-file-name): Ditto.
1239         (nneething-get-file-name): Ditto.
1240         (nneething-make-head): Encode the file name and encapsulate it
1241         into the field of the message id.
1242
1243 2002-01-18  Simon Josefsson  <jas@extundo.com>
1244
1245         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
1246         stored in .marks.
1247
1248         * nnfolder.el (nnfolder-request-update-info): Ditto.
1249
1250 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
1251
1252         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
1253
1254 2002-01-18  Simon Josefsson  <jas@extundo.com>
1255
1256         * imap.el (imap-starttls-p): Don't check for binary.
1257         (imap-gssapi-auth-p): Ditto.
1258         (imap-kerberos4-auth-p): Ditto.
1259         (imap-open): Change logic.  Iterate through all possible streams,
1260         instead of bailing out after first failure.  Move authenticator
1261         decision to `imap-authenticate'.
1262         (imap-authenticate): Change logic, now finds the authenticator to
1263         use, was previously in `imap-open'.
1264         (imap-open): Return nil on failure.
1265         (imap-open): Setup temp buffer correctly.
1266         (imap-open): Return buffer only on success.
1267         (imap-interactive-login, imap-interactive-login): Tell the user
1268         which stream/authenticator is used for the queried
1269         username/password.
1270         (imap-open, imap-authenticate): Set variables.
1271         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
1272         (imap-open): Don't assume how `with-temp-buffer' is implemented.
1273
1274 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1275
1276         * gnus-fun.el (gnus-grab-cam-x-face): New function.
1277
1278 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1279
1280         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
1281
1282 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1283
1284         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
1285         (gnus-agent-group-mode-map): Bind it to "Jo".
1286         (gnus-agent-group-make-menu-bar): Add it into menu bar.
1287
1288 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
1289
1290         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
1291         (gnus-summary-mail-toolbar): Add mail article deletion button.
1292
1293         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
1294         false positives for lines of "^^^^".
1295
1296         * gnus-picon.el (gnus-picon-find-face): faces database is all
1297         lowercase.
1298
1299 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1300
1301         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
1302         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
1303         duplications.
1304         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
1305
1306 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1307
1308         * gnus-sum.el (gnus-summary-initial-limit): Inline
1309         gnus-summary-limit-children.
1310         (gnus-summary-initial-limit): Don't limit if
1311         gnus-newsgroup-display is nil.
1312         (gnus-summary-initial-limit): No, don't.
1313
1314         * gnus-util.el
1315         (gnus-put-text-property-excluding-characters-with-faces): Inline
1316         gnus-put-text-property.
1317
1318         * gnus-spec.el (gnus-default-format-specs): New variable.
1319
1320         * gnus-start.el (gnus-read-newsrc-file): Don't clear
1321         gnus-format-specs.
1322         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
1323
1324         * gnus-spec.el (gnus-update-format-specifications): Really check
1325         the Gnus version of the .newsrc.eld file.
1326         (gnus-format-specs): Save the new default summary format.
1327
1328         * gnus-util.el (gnus-parent-id): Check whether references is empty
1329         before splitting.
1330
1331         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
1332         functions.
1333         (gnus-gather-threads-by-references): Inline
1334         `gnus-split-references'.
1335
1336         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
1337         default value of gnus-summary-line-format-spec.
1338
1339 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1340
1341         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
1342         message.
1343         (nnslashdot-request-list): Ditto.
1344         (nnslashdot-sid-strip): Removed.
1345
1346 2002-01-15  Simon Josefsson  <jas@extundo.com>
1347
1348         * nnimap.el (nnimap-close-asynchronous): Enable.
1349         (nnimap-close-group): Expunge.
1350
1351 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1352
1353         * gnus-util.el (gnus-user-date-format-alist): Typo.
1354         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
1355
1356 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1357
1358         * nneething.el (nneething-request-article): Set
1359         `nnmail-file-coding-system' to `binary' locally, in order to read
1360         files without any conversion.
1361
1362 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1363
1364         * gnus-agent.el (gnus-agent-retrieve-headers): Use
1365         nnheader-file-coding-system and nnmail-active-file-coding-system.
1366         (gnus-agent-regenerate-group): Ditto.
1367         (gnus-agent-regenerate): Ditto.
1368         (gnus-agent-write-active): Ditto.
1369         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
1370
1371 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1372
1373         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
1374         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
1375
1376 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1377
1378         * gnus.el: We don't need gnus-article-show-all-headers.
1379
1380         * gnus-art.el (article-show-all, gnus-article-show-all-header):
1381         Ditto.
1382
1383         * gnus-sum.el (gnus-summary-select-article): Don't call
1384         show-all-headers, because hidden headers are not hidden text any
1385         more.
1386
1387 2002-01-13  Simon Josefsson  <jas@extundo.com>
1388
1389         * message.el (message-newline-and-reformat): Use `newline' instead
1390         of inserting \n, so that the newline is marked as hard.
1391
1392         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
1393         From Jesper Harder <harder@ifa.au.dk>.
1394
1395 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
1396
1397         * imap.el (imap-close): Keep going if quit.
1398
1399         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
1400         nntp-server-buffer.
1401
1402 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1403
1404         * mm-view.el (mm-display-inline-fontify): Require font-lock to
1405         avoid unbinding shadowed variables.
1406
1407         * gnus-art.el (gnus-picon-databases): Moved here.
1408         (gnus-picons-installed-p): Moved here.
1409         (gnus-article-reply-with-original): Use `mark'.
1410
1411         * gnus.el (gnus-picon): Moved here and renamed.
1412
1413         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
1414         installed.
1415         (gnus-treat-mail-picon): Ditto.
1416         (gnus-treat-newsgroups-picon): Ditto.
1417
1418         * gnus-picon.el (gnus-picons-installed-p): New function.
1419
1420 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
1421
1422         * gnus-agent.el (gnus-agent-go-online): Fix doc.
1423
1424 2002-01-12  Simon Josefsson  <jas@extundo.com>
1425
1426         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
1427         (nnimap-before-find-minmax-bugworkaround): Use it.
1428         (nnimap-find-minmax-uid): Don't reselect current mailbox.
1429         (nnimap-dont-close): New variable.
1430         (nnimap-close-group): Use it.
1431
1432 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1433
1434         * gnus-art.el (gnus-article-reply-with-original): Use
1435         `mark-active'.
1436
1437         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
1438
1439         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
1440         (gnus-score-advanced): Clean up.
1441         (gnus-score-advanced): Accept a multiple of the score.
1442
1443 2002-01-12  Simon Josefsson  <jas@extundo.com>
1444
1445         * flow-fill.el (fill-flowed-display-column)
1446         (fill-flowed-encode-columnq): New variables.  Suggested by
1447         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann).
1448         (fill-flowed-encode, fill-flowed): Use them.
1449
1450         * message.el (message-send-news, message-send-mail): Use
1451         m-b-s-n-p-e-h-n.
1452
1453         * mml.el (autoload): Autoload fill-flowed-encode.
1454         (mml-buffer-substring-no-properties-except-hard-newlines): New
1455         function.
1456         (mml-read-part): Use it.
1457         (mml-generate-mime-1): Encode format=flowed if appropriate.
1458         (mml-insert-mime-headers): Insert format=flowed.
1459
1460         * flow-fill.el (fill-flowed-encode): New function.
1461         (fill-flowed): Bind fill-column to window width.
1462
1463 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1464
1465         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
1466         it exists.
1467         (gnus-summary-setup-buffer): Wake up dead summary buffers.
1468         (gnus-summary-buffer-name): Don't return the dead name after all.
1469         (gnus-summary-setup-buffer): Kill the dead buffer.
1470
1471         * gnus-art.el (gnus-article-followup-with-original): Store the
1472         value of the mark before deactivating it.
1473
1474 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1475
1476         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
1477         From: Karl Kleinpaste <karl@charcoal.com>
1478
1479         * gnus-art.el (article-display-x-face): Ditto.
1480         (gnus-article-reply-with-original): Use gnus-region-active-p.
1481         (gnus-article-followup-with-original): Ditto.
1482
1483         * gnus-sum.el (gnus-summary-read-group-1): Don't select
1484         downloadable article either.
1485
1486 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1487
1488         * gnus-art.el (article-display-x-face): Insert From:.
1489
1490         * gnus-sum.el (gnus-summary-move-article): Don't draw the
1491         article. Bind gnus-display-mime-function and
1492         gnus-article-prepare-hook.
1493
1494         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
1495         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
1496         gnus-agent-possibly-synchronize-flags to the last.
1497         (gnus-agent-go-online): New function. New variable.
1498
1499 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1500
1501         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
1502         (gnus-agent-regenerate): Ditto.
1503
1504 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1505
1506         * message.el (message-ignored-news-headers)
1507         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
1508         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
1509
1510         * gnus.el (gnus-gethash-safe): New macro.
1511
1512         * gnus-agent.el (gnus-agent-regenerate-history): New function.
1513         (gnus-agent-regenerate): Show messages.
1514
1515 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1516
1517         * gnus-agent.el (gnus-agent-regenerate-group): New function.
1518         (gnus-agent-regenerate): New function.
1519         (gnus-agent-save-alist): Sort.
1520         (gnus-agent-copy-nov-line): Test eobp.
1521         (gnus-agent-retrieve-headers): Erase buffer.
1522
1523 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
1524
1525         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
1526         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
1527
1528         * gnus.el (gnus-agent-covered-methods): Move here.
1529         (gnus-online): New function.
1530         (gnus-agent-method-p): Move here.
1531
1532         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
1533         nil. Remove articles-alist.
1534
1535         * gnus-start.el (gnus-get-unread-articles): Check online.
1536         (gnus-groups-to-gnus-format): Ditto.
1537         (gnus-active-to-gnus-format): Ditto.
1538
1539         * gnus-agent.el (gnus-agent-get-function): Use it.
1540         (gnus-agent-get-undownloaded-list): Ditto.
1541         (gnus-agent-fetch-session): Only fetch online methods.
1542
1543         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
1544         (gnus-server-mode-map): Ditto.
1545         (gnus-server-offline-face): New face.
1546         (gnus-server-offline-face): New variable.
1547         (gnus-server-font-lock-keywords): Add offline.
1548         (gnus-server-insert-server-line): Ditto.
1549         (gnus-server-offline-server): New function.
1550
1551         * gnus-int.el (gnus-open-server): Turn to offline.
1552         (gnus-server-unopen-status): New variable.
1553
1554 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
1555
1556         * nnkiboze.el (nnkiboze-request-article): Use
1557         gnus-agent-request-article.
1558
1559         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
1560         function. Insert undownloaded NOV.
1561
1562         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
1563         (gnus-agent-request-article): New function.
1564
1565         * gnus.el (gnus-agent-cache): New variable.
1566
1567         * gnus-int.el (gnus-retrieve-headers): Use
1568         gnus-agent-retrieve-headers.
1569         (gnus-request-head): Use gnus-agent-request-article.
1570         (gnus-request-body): Ditto.
1571
1572         * gnus-art.el (gnus-request-article-this-buffer): Use
1573         gnus-agent-request-article.
1574
1575         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
1576         article if it is undownloaded.
1577
1578 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1579
1580         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
1581
1582 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1583
1584         * canlock.el (canlock-string-as-unibyte): New macro.
1585         (canlock-sha1-with-openssl): Return a unibyte string.
1586         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
1587
1588 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
1589
1590         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
1591
1592 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1593
1594         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
1595         application/x-emacs-lisp.
1596
1597         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
1598
1599         * nntp.el (nntp-request-article): Add group parameter.
1600         (nntp-request-head): Ditto.
1601         (nntp-find-group-and-number): Add parameter group. Figure out
1602         number if the status line doesn't give (e.g. quimby.gnus.org).
1603
1604 2002-01-08  Simon Josefsson  <jas@extundo.com>
1605
1606         * mml.el (mml-generate-mime-1): Set recipient correctly.
1607
1608 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1609
1610         * message.el (message-read-from-minibuffer): Add parameter
1611         initial-contents.
1612         * gnus-msg.el (gnus-summary-resend-message): Use it.
1613
1614         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
1615         behavior of quit-config.
1616
1617         * message.el (message-make-from): Don't quote fullname.
1618         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
1619
1620         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
1621         From: <andre@slamdunknetworks.com>
1622
1623 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1624
1625         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
1626
1627         * gnus-art.el (gnus-header-button-alist): Handle mailto.
1628
1629         * mml.el (mml-preview): Bind gnus-original-article-buffer because
1630         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
1631         because bbdb may use it.
1632
1633 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1634
1635         * nneething.el (nneething-request-article): When a non-text file
1636         is converted to an article, its data is encoded in base64.  Call
1637         `nneething-make-head' with options to specify MIME types.
1638         (nneething-make-head): Add optional arguments to specify MIME
1639         types.
1640
1641 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1642
1643         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
1644         header if there is not.
1645
1646         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
1647
1648         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
1649         (gnus-inews-mark-gcc-as-read): Obsolete variable.
1650         (gnus-inews-do-gcc): Use them.
1651
1652         * gnus-group.el (gnus-group-mark-article-read): Put holes into
1653         gnus-newsgroup-unselected.
1654
1655 2002-01-06  Simon Josefsson  <jas@extundo.com>
1656
1657         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
1658         condition-case, not ignore-errors.
1659
1660 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1661
1662         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
1663         gnus-fetch-old-headers.
1664
1665         * gnus-art.el (article-display-x-face): Use the current buffer
1666         unless `W f'. Otherwise, X-Face may be shown in the header of a
1667         forwarded part.
1668         (gnus-treatment-function-alist): Treat xface before hiding
1669         headers.
1670
1671 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1672
1673         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
1674         parameters.
1675
1676 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1677
1678         * mm-util.el (mm-multibyte-p): Define conditionally when load.
1679         (mm-guess-charset): New function.
1680         (mm-charset-after): Use it.
1681         (mm-detect-coding-region): New function.
1682         (mm-detect-mime-charset-region): New function.
1683
1684         * gnus-sum.el (gnus-summary-show-article): Use
1685         mm-detect-coding-region.
1686
1687 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1688
1689         * message.el (message-make-fqdn): Be less violent.
1690
1691         * gnus.el (gnus-logo-color-style): Compute custom form
1692         automatically.
1693
1694         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
1695         score file of the parent to the document group.
1696
1697         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
1698         parameters parameter.
1699
1700         * gnus-score.el (gnus-score-load-file): Clean up.
1701
1702 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1703
1704         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
1705         From: Damien Wyart <damien.wyart@free.fr>
1706
1707         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
1708
1709 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
1710
1711         * gnus-sum.el (gnus-select-group-hook): Typo.
1712
1713         * rfc2047.el (rfc2047-decode-string): Return immediately if there
1714         is no quoted-printable-encoded STRING.
1715         From: Jesper Harder <harder@ifa.au.dk>
1716
1717         (rfc2047-decode-string): Decode it.
1718
1719 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1720
1721         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
1722
1723 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
1724
1725         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
1726         buffer to get rid of junk line.
1727
1728 2002-01-05  Simon Josefsson  <jas@extundo.com>
1729
1730         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
1731         C-o.
1732         (message-mode-map): Bind message-insert-or-toggle-importance to
1733         C-c C-u.
1734         (message-mode-map): Bind message-disposition-notification-to to
1735         C-c M-n.
1736         (message-mode-menu): Add m-d-n-t.
1737         (message-mode-field-menu): Add m-goto-from.
1738         (message-mode): Doc fix.
1739         (message-goto-from): New function.
1740         (message-insert-disposition-notification-to): New function.
1741         (message-tool-bar-map): Add receipt button.
1742
1743 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1744
1745         * gnus-sum.el (gnus-thread-latest-date): New function.
1746         (gnus-thread-sort-by-most-recent-number): Renamed.
1747         (gnus-thread-sort-functions): Doc fix.
1748         (gnus-select-group-hook): Don't use setq on a hook.
1749         (gnus-thread-latest-date): Use date, not number
1750
1751         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
1752         (gnus-agent-expire): Allow regexp of expire-days.
1753
1754         * gnus-art.el (gnus-article-reply-with-original): Deactivate
1755         region.
1756         (gnus-article-followup-with-original): Ditto.
1757
1758         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
1759
1760         * gnus-art.el (gnus-mime-display-alternative): Use
1761         gnus-local-map-property.
1762         (gnus-mime-display-alternative): Ditto.
1763         (gnus-insert-mime-security-button): Ditto.
1764         (gnus-insert-next-page-button): Ditto.
1765         (gnus-button-prev-page): Take optional args.
1766         (gnus-insert-prev-page-button): widget-convert.
1767
1768         * gnus-util.el (gnus-local-map-property): New function.
1769
1770         * gnus-art.el (gnus-prev-page-map): Use parent map.
1771         (gnus-next-page-map): Ditto.
1772
1773         * gnus-spec.el (gnus-parse-format): Clean up.
1774         (gnus-parse-format): Do complex formatting for %=.
1775
1776         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
1777         "X-Face: " to the data in the built-in scenario.
1778
1779         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
1780         (gnus-correct-pad-form): Renamed.
1781         (gnus-tilde-max-form): Clean up.
1782         (gnus-pad-form): Use gnus-use-correct-string-widths.
1783
1784         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
1785         support if that is available.
1786
1787         * gnus-sum.el (gnus-thread-highest-number): New function.
1788         (gnus-thread-sort-by-most-recent-thread): New function.
1789         (gnus-thread-sort-functions): Doc fix.
1790
1791 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
1792
1793         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
1794         all cases.
1795         (gnus-summary-mode): Enable it in all cases.
1796         (gnus-summary-display-article): Ditto.
1797         (gnus-summary-edit-article): Ditto.
1798
1799         * gnus-ems.el (gnus-put-image): Really return glyph.
1800
1801         * gnus-art.el (gnus-article-x-face-command): Fix :type.
1802         (gnus-treat-smiley): Don't take "P" in the interactive form.
1803
1804 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1805
1806         * compface.el (uncompface): XEmacs and Emacs have differing
1807         capabilities.
1808
1809         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
1810
1811         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
1812         (gnus-article-xface-ring-size): Removed.
1813         (gnus-article-display-xface): Removed.
1814         (gnus-remove-image): Cleaned up.
1815
1816         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
1817         (gnus-xmas-create-image): Take pbm files.
1818         (gnus-x-face): Removed.
1819         (gnus-xmas-article-display-xface): Removed.
1820
1821         * gnus-fun.el (gnus-display-x-face-in-from): Bind
1822         default-enable-multibyte-characters.
1823
1824         * compface.el (uncompface): Doc fix.
1825
1826         * gnus-art.el (gnus-article-x-face-command): Use
1827         gnus-display-x-face-in-from.
1828
1829         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
1830
1831         * gnus-ems.el (gnus-put-image): Return the image.
1832
1833         * gnus-fun.el (gnus-display-x-face-in-from): New function.
1834         (gnus-x-face): Moved here.
1835
1836 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
1837
1838         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
1839         invisible if string is nil.
1840         (gnus-xmas-article-display-xface): Use it.
1841
1842         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
1843         property when string is nil.
1844         (gnus-article-display-xface): Use it.
1845
1846 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1847
1848         * gnus-art.el (article-display-x-face): Check whether valid grey
1849         face was returned.
1850         (article-display-x-face): Place image in the right spot.
1851
1852         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
1853         stderr.
1854         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
1855
1856 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1857
1858         * gnus-xmas.el (gnus-xmas-create-image): Take optional
1859         parameters.
1860         (gnus-xmas-put-image): Allow non-strings to be passed.
1861
1862         * gnus-art.el (article-display-x-face): Use optional parameters.
1863
1864         * gnus-ems.el (gnus-create-image): Take optional parameters.
1865
1866         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
1867
1868         * compface.el (compface-xbm-p): Removed.
1869
1870         * gnus-ems.el (gnus-article-compface-xbm): Removed.
1871         (gnus-article-display-xface): Use compface.
1872
1873         * compface.el: New file.
1874
1875         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
1876         (gnus-convert-image-to-x-face-command): Ditto.
1877         (gnus-random-x-face): Quote argument.
1878         (gnus-x-face-from-file): Ditto.
1879
1880 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
1881
1882         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
1883         the expire-group parameter once per article rather than once
1884         per group; bind `nnmaildir-article-file-name' and `article'
1885         for convenience.  Leave article alone when expire-group
1886         specifies the current group.
1887         (nnmaildir--update-nov): be more concurrency-friendly with
1888         temp file names.
1889
1890 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1891
1892         * gnus-start.el (gnus-read-init-file): Cleaned up.
1893
1894 2002-01-03  Dave Love  <d.love@dl.ac.uk>
1895
1896         * gnus-start.el (gnus-startup-file-coding-system): Removed.
1897         (gnus-read-init-file): Don't use it.
1898
1899 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1900
1901         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
1902
1903 2002-01-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1904
1905         * gnus-start.el (gnus-read-init-file): Don't force coding system
1906         for ~/.gnus.  From Dave Love <fx@gnu.org>.
1907
1908 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
1909
1910         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
1911         * nnspool.el (nnspool-request-post): Ditto.
1912
1913         * mm-util.el (mm-use-find-coding-systems-region): New variable.
1914         (mm-find-mime-charset-region): Use it.
1915
1916 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
1917
1918         * gnus.el (gnus-summary-line-format): Added :link.
1919         * gnus-topic.el (gnus-topic-line-format): Ditto.
1920         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
1921         * gnus-srvr.el (gnus-server-line-format): Ditto.
1922         * gnus-group.el (gnus-group-line-format): Ditto.
1923
1924         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
1925         :keys, it works on both Emacsen.
1926
1927 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
1928
1929         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
1930
1931 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1932
1933         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
1934
1935 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
1936
1937         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
1938         very wide reply.
1939
1940 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1941
1942         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
1943         (gnus-picon-cache): New variable.
1944         (gnus-picon-transform-newsgroups): Cache stuff.
1945
1946         * gnus-art.el (gnus-article-reply-with-original): New command.
1947         (gnus-article-followup-with-original): New command.
1948
1949         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
1950         END parameters.
1951         (gnus-summary-followup): Take a list of list of articles.
1952         (gnus-inews-yank-articles): Allow lists of article/regions.
1953
1954         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
1955         longer the usual commands.
1956
1957         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
1958         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
1959         shell-command-on-region.
1960
1961 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
1962
1963         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
1964           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
1965
1966 2002-01-03  Steve Youngs  <youngs@xemacs.org>
1967
1968         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
1969         understand ':keys', wrap it in an featurep 'xemacs.
1970
1971 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
1972
1973         * gnus-ems.el (gnus-article-display-xface): Show xface in the
1974         order of headers (Actually, it is called in a reversed order). Add
1975         'gnus-image-text-deletable property.
1976         (gnus-remove-image): Remove text with such a property.
1977
1978         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
1979         gnus-put-image.
1980
1981         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
1982         with ", "
1983
1984 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1985
1986         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
1987
1988         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
1989         (article-display-x-face): Display grey X-Faces.
1990
1991         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
1992         (gnus-convert-gray-x-face-to-ppm): Ditto.
1993         (gnus-convert-image-to-gray-x-face): Ditto.
1994
1995         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
1996         gnus-summary-show-raw-article.
1997
1998 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
1999
2000         Display picons in XEmacs without showing text.
2001
2002         * gnus-xmas.el (gnus-xmas-create-image): Don't use
2003         mm-create-image-xemacs to create xbm glyph, because it deletes
2004         temporary files.
2005         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
2006         (gnus-xmas-remove-image): Make text visible, remove glyph.
2007
2008         * gnus-picon.el (gnus-picon-transform-newsgroups)
2009         (gnus-picon-transform-address): Insert spec backward, due to the
2010         incompatibility of gnus-xmas-put-image.
2011
2012 2002-01-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2013
2014         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
2015
2016 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2017
2018         * gnus.el: Doc fix.
2019
2020         * gnus-art.el: Doc fix.
2021
2022         * gnus-agent.el: Doc fix.
2023
2024 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2025
2026         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
2027
2028 2002-01-01  Paul Jarc <prj@po.cwru.edu>
2029
2030         * nnmaildir.el (nnmaildir--update-nov): automatically parse
2031         NOV data out of the message again if nnmail-extra-headers has
2032         changed.
2033
2034 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2035
2036         * gnus-fun.el: New file.
2037         (gnus-convert-image-to-x-face-command): New variable.
2038         (gnus-insert-x-face): New function.
2039         (gnus-random-x-face): Renamed.
2040         (gnus-x-face-from-file): Renamed.
2041
2042         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
2043         "_".
2044         (gnus-body-boundary-delimiter): Typo fix.
2045
2046 2002-01-02  Simon Josefsson  <jas@extundo.com>
2047
2048         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
2049         (gnus-body-boundary-delimiter): Fix type.
2050
2051 2002-01-01  Simon Josefsson  <jas@extundo.com>
2052
2053         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
2054         (gnus-treat-emphasize, gnus-treat-strip-cr)
2055         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
2056         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
2057         (gnus-treat-fill-article, gnus-treat-hide-citation)
2058         (gnus-treat-hide-citation-maybe)
2059         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
2060         (gnus-treat-strip-pem, gnus-treat-strip-banner)
2061         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
2062         (gnus-treat-date-ut, gnus-treat-date-local)
2063         (gnus-treat-date-english, gnus-treat-date-lapsed)
2064         (gnus-treat-date-original, gnus-treat-date-iso8601)
2065         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
2066         (gnus-treat-strip-trailing-blank-lines)
2067         (gnus-treat-strip-leading-blank-lines)
2068         (gnus-treat-strip-multiple-blank-lines)
2069         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
2070         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
2071         (gnus-treat-display-xface, gnus-treat-display-smileys)
2072         (gnus-treat-from-picon, gnus-treat-mail-picon)
2073         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
2074         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
2075         (gnus-treat-play-sounds, gnus-treat-translate)
2076         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
2077
2078         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
2079         (gnus-article-treat-body-boundary): Use it.
2080
2081         * message.el (message-mode): Fix doc.
2082         (message-mode-menu): Fix names.
2083
2084 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2085
2086         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
2087         articles.
2088
2089         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
2090         (gnus-picon-transform-address): Search for unknown faces as well.
2091         (gnus-picon-find-face): Don't search "news" for MISC.
2092         (gnus-picon-user-directories): Changed default back to exclude
2093         "unknown".
2094
2095         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
2096
2097         * gnus-picon.el (gnus-picon-find-face): Search through all
2098         databases.
2099         (gnus-picon-find-face): New implementation.
2100
2101         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
2102         keystroke.
2103         (gnus-topic-goto-next-topic): Ditto.
2104
2105         * gnus.el (gnus-summary-line-format): Changed default.
2106
2107         * nnmail.el (nnmail-extra-headers): Change default.
2108
2109         * gnus-sum.el (gnus-extra-headers): Change default.
2110
2111         * message.el (message-news-other-window): Changed "news" to
2112         "posting".
2113         (message-news-other-frame): Ditto.
2114         (message-do-send-housekeeping): Ditto.
2115
2116         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
2117         function.
2118         (gnus-article-unread-p): New function.
2119         (gnus-article-unseen-p): New function.
2120         (gnus-dead-summary-mode-map): Typo.
2121
2122         * gnus-util.el (gnus-make-predicate): New function.
2123         (gnus-make-predicate-1): New function.
2124
2125         * gnus-sum.el: New function.
2126         (gnus-map-articles): New function.
2127
2128         * gnus-art.el (gnus-treat-fold-headers): New variable.
2129         (gnus-article-treat-fold-headers): New command and keystroke.
2130
2131         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
2132         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
2133
2134 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2135
2136         * message.el (message-fcc-externalize-attachments): New variable.
2137         (message-do-fcc): Use it.
2138
2139         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
2140         (gnus-inews-do-gcc): Use it.
2141
2142         * mml.el (mml-tweak-sexp-alist): New variable.
2143         (mml-externalize-attachments): New variable.
2144         (mml-tweak-part): Use mml-tweak-sexp-alist.
2145         (mml-tweak-externalize-attachments): New function.
2146
2147 2002-01-01  Steve Youngs  <youngs@xemacs.org>
2148
2149         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
2150         'set-glyph-face' so x-face back/foreground can be set.
2151
2152 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
2153
2154         * message.el (message-fix-before-sending): Fix a typo.
2155
2156 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2157
2158         * gnus-art.el (gnus-treat-smiley): Renamed command.
2159         (gnus-article-remove-images): New command and keystroke.
2160
2161         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
2162
2163         * smiley-ems.el (gnus-smiley-display): Removed.
2164
2165         * gnus.el (gnus-version-number): Update version.
2166
2167         * message.el (message-text-with-property): Renamed and moved
2168         here.
2169         (message-fix-before-sending): Highlight invisible text and place
2170         point there.
2171
2172 2002-01-01 02:32:53 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2173
2174         * gnus.el: Oort Gnus v0.04 is released.
2175
2176 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2177
2178         * gnus-delay.el (gnus-delay-send-queue): Renamed.
2179
2180         * gnus-art.el (gnus-ignored-headers): More headers,
2181
2182         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
2183         of `scan-error', since XEmacs doesn't seem to support that.
2184
2185 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2186
2187         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
2188         arg.
2189         (gnus-summary-best-unread-subject): Ditto.
2190         (gnus-summary-best-unread-subject): No, don't.
2191         (gnus-summary-better-unread-subject): New command.
2192
2193         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
2194
2195         * lpath.el ((featurep 'xemacs)): fbind url function.
2196
2197         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
2198         buffer.
2199         (gnus-xmas-remove-image): Implementation that does something.
2200         (gnus-xmas-article-display-xface): Mark images properly.
2201
2202         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
2203
2204 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
2205
2206         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
2207
2208 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2209
2210         * gnus-group.el (gnus-group-line-format): Added %O to the default
2211         value.
2212
2213         * gnus-util.el (gnus-text-with-property): The smallest point is
2214         point-min.
2215
2216         * smiley-ems.el (smiley-region): Return images.
2217         (gnus-smiley-display): Allow toggling.
2218         (smiley-region): Use text properties, not overlays.
2219
2220         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
2221         implemented yet.
2222
2223         * smiley-ems.el (smiley-update-cache): Check for valid types.
2224
2225         * gnus-art.el (gnus-with-article-buffer): New macro.
2226
2227         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
2228         strings as well as the glyphs.
2229         (gnus-picon-transform-address): Ditto.
2230         (gnus-picon-insert-glyph): Ditto.
2231         (gnus-picon-transform-newsgroups): Toggle.
2232         (gnus-picon-transform-address): Toggle.
2233
2234         * gnus-ems.el (gnus-remove-image): New function.
2235         (gnus-put-image): Take an optional string.
2236
2237         * gnus-util.el (gnus-text-with-property): New function.
2238
2239         * gnus-art.el (gnus-delete-images): New function.
2240
2241         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
2242
2243         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
2244         (gnus-article-wash-status): Use it.
2245         (gnus-signature-toggle): Clean up.
2246         (gnus-add-wash-status): New function.
2247         (gnus-delete-wash-status): New function.
2248         (gnus-article-hide-text-type): Use them throughout.
2249         (gnus-add-image): New function.
2250
2251         * gnus-ems.el (gnus-article-display-xface): Use new interface.
2252
2253         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
2254         interface.
2255
2256         * gnus-art.el (article-display-x-face): Cleaned up.
2257
2258         * rfc2047.el (rfc2047-field-value): New function.
2259
2260         * mail-parse.el (mail-header-field-value): New alias.
2261
2262         * gnus-art.el (gnus-mime-print-part): Fix typos.
2263
2264         * smiley-ems.el (gnus-smiley-file-types): New variable.
2265         (smiley-update-cache): Use it.
2266         (smiley-regexp-alist): Suffix-less smiley names.
2267         (smiley-regexp-alist): Added more smileys.
2268
2269         * gnus-sum.el (gnus-print-buffer): Made into own function.
2270         (gnus-summary-print-article): Use it.
2271
2272         * mailcap.el (mailcap-mime-info): Actually return the bit that we
2273         looked for when REQUEST is a string.
2274
2275         * gnus-art.el (gnus-mime-button-commands): Add printing
2276         keystroke.
2277         (gnus-mime-copy-part): Doc fix.
2278         (gnus-mime-print-part): New command.
2279
2280 2001-12-31  Simon Josefsson  <jas@extundo.com>
2281
2282         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
2283         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
2284
2285 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
2286
2287         * gnus-picon.el (gnus-treat-from-picon): Autoload.
2288         (picon): Fix doc.
2289
2290         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
2291         longer exists. Remove those codes.
2292         * gnus.el (gnus-use-picons): Ditto.
2293
2294 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2295
2296         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
2297         infloop.
2298
2299         * gnus-sum.el (t): New `W D' map.
2300
2301         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
2302         (gnus-article-treat-body-boundary): Clean up.
2303         (gnus-body-boundary-face): Removed.
2304         (gnus-article-goto-header): Moved here.
2305         (gnus-article-goto-header): Allow better regexps.
2306         (gnus-article-treat-fold-newsgroups): New command.
2307
2308         * gnus-sum.el (gnus-summary-move-article): We have to select an
2309         article to give `gnus-read-move-group-name' an opportunity to
2310         suggest an appropriate default.
2311
2312         * rfc2047.el (rfc2047-fold-line): New function.
2313         (rfc2047-unfold-line): Ditto.
2314         (rfc2047-fold-region): Don't fold just after the header name.
2315
2316         * mail-parse.el (mail-header-fold-line): New alias.
2317         (mail-header-unfold-line): Ditto.
2318
2319         * gnus-art.el (gnus-body-boundary-face): Renamed.
2320         (gnus-article-treat-body-boundary): Use it.
2321         (gnus-article-treat-body-boundary): Use an invisible header and a
2322         line of underline characters.
2323
2324 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
2325
2326         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
2327
2328         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
2329         (gnus-picon-split-address): New function.
2330         (gnus-picon-find-face): Use it.
2331         (gnus-picon-transform-address): Use it. Set first to t for each
2332         address.
2333
2334         * gnus-art.el (gnus-with-article-headers): Move to here. Define
2335         the macro then use it.
2336         (gnus-treatment-function-alist): Treat picons earlier.
2337
2338 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2339
2340         * gnus-art.el (gnus-body-separator-face): New variable.
2341         (gnus-article-treat-body-boundary): Use a blank, colored line.
2342
2343         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
2344         well.
2345
2346         * gnus-art.el (gnus-treat-body-boundary): New variable.
2347         (gnus-article-treat-unfold-headers): Use helper macro.
2348         (gnus-article-treat-body-boundary): New command.
2349
2350         * gnus.el (gnus-logo-color-style): Change the default color.
2351         (gnus-splash-face): Gray, gray.
2352
2353         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
2354         colors.
2355
2356         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
2357         (gnus-logo-color-style): Ditto.
2358         (gnus-logo-colors): Ditto.
2359
2360         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
2361
2362         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
2363
2364         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
2365         (gnus-picon-transform-newsgroups): New function.
2366
2367         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
2368         string.
2369
2370         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
2371
2372         * gnus-art.el (gnus-treat-cc-picon): New variable.
2373         (gnus-treat-mail-picon): Renamed.
2374
2375         * gnus-picon.el: New implementation.
2376         (gnus-picon-find-face): Renamed.
2377         (gnus-treat-from-picon): Use it.
2378         (gnus-picon-transform-address): Renamed.
2379         (gnus-treat-from-picon): Use it.
2380         (gnus-picon-create-glyph): Renamed.
2381         (gnus-picon-transform-address): Use it.
2382         (gnus-treat-cc-picon): New command.
2383
2384         * mm-decode.el (mm-create-image-xemacs): Separated out into
2385         function.
2386         (mm-get-image): Use it.
2387
2388         * gnus-art.el (gnus-treat-display-picons): Simplify.
2389         (gnus-treat-from-picon): Renamed.
2390
2391         * gnus-ems.el (gnus-create-image): New function.
2392         (gnus-put-image): New function.
2393
2394         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
2395         (gnus-with-article-headers): New macro.
2396         (gnus-article-goto-header): New function.
2397
2398         * gnus-xmas.el (gnus-image-type-available-p): New function.
2399
2400         * gnus-ems.el (gnus-image-type-available-p): New function.
2401
2402 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
2403
2404         * nnrss.el (nnrss-check-group): Find the correct tag, because
2405         xml.el is changed.
2406
2407 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2408
2409         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
2410         lines are shorter than the window width.
2411         (gnus-ignored-headers): More headers.
2412
2413 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2414
2415         * gnus-art.el (gnus-treat-unfold-lines): New variable.
2416         (gnus-treat-unfold-headers): Renamed.
2417         (gnus-article-treat-unfold-headers): New command and keystroke.
2418
2419         * rfc2047.el (rfc2047-encode-message-header): Clean up.
2420
2421         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
2422
2423 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
2424
2425         * sha1-el.el (sha1-use-external): New variable.
2426         (sha1-region): Use it.
2427         (sha1-string): Ditto.
2428
2429         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
2430         * gnus-picon.el: Less warnings when compile.
2431
2432 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2433
2434         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
2435         alias.
2436         (gnus-picons-database): Default to list.
2437         (gnus-picons-lookup-internal): Use it.
2438
2439         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
2440         to "bogus".
2441
2442         * gnus-win.el (gnus-configure-windows-hook): New hook.
2443
2444 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
2445
2446         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
2447
2448 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2449
2450         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
2451         lists.
2452         (gnus-select-newsgroup): Don't append; push.
2453         (gnus-adjust-marked-articles): Remove obsolete ranges from
2454         `seen'.
2455         (gnus-update-marks): Clean up.
2456         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
2457
2458 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
2459
2460         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
2461
2462 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2463
2464         * gnus-sum.el (gnus-auto-select-subject): New variable.
2465         (gnus-summary-best-unread-subject): New function.
2466         (gnus-summary-best-unread-article): Use it.
2467         (gnus-summary-first-unseen-subject): New function and command.
2468
2469         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
2470         other treatments.
2471
2472         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
2473         function.
2474
2475         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
2476         from the list of hidden types.
2477
2478         * mm-view.el (mm-inline-text): Ditto.
2479         (mm-inline-text): Ditto.
2480         (mm-w3-prepare-buffer): Ditto.
2481
2482         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
2483
2484 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2485
2486         * gnus-art.el (gnus-ignored-headers): Added more headers.
2487
2488 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
2489
2490         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
2491         once.
2492
2493 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2494
2495         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
2496
2497 2001-12-28  Simon Josefsson  <jas@extundo.com>
2498
2499         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
2500         Jesper Harder <harder@ifa.au.dk>.
2501
2502 2001-12-27  Simon Josefsson  <jas@extundo.com>
2503
2504         * gnus-sum.el (gnus-select-newsgroup): Make
2505         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
2506         contain all articles (instead of none) when no seen marks have
2507         been set for the group.
2508         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
2509         instead, it seems to result in shorter ranges.
2510
2511 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2512
2513         * mm-util.el (mm-iso-8859-x-to-15-region): Use
2514         insert-before-markers.
2515         From Jesper Harder <harder@ifa.au.dk>
2516
2517 2001-12-26  Paul Jarc <prj@po.cwru.edu>
2518
2519         * nnmaildir.el (nnmaildir-save-mail): create the destination
2520         groups if they do not exist.
2521
2522 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2523
2524         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
2525
2526 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2527
2528         * gnus-group.el (gnus-group-read-ephemeral-group): Call
2529         gnus-group-real-name.
2530
2531         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
2532         (gnus-newsgroup-variables): Ditto.
2533
2534         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
2535         return it.
2536
2537 2001-12-21  Paul Jarc <prj@po.cwru.edu>
2538
2539         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
2540         * nnmaildir.el (top-level): Add commentary.
2541         (nnmaildir-version): Indicate that nnmaildir is now a standard
2542         part of Gnus, not separately released.
2543
2544 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2545
2546         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
2547         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
2548         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
2549         From  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2550
2551 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2552
2553         * nnmaildir.el: Copyright changes. Require cl only at compile time.
2554
2555 2001-12-20  Simon Josefsson  <jas@extundo.com>
2556
2557         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
2558         ZHU <zsh@cs.rochester.edu>.
2559         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
2560         Brian P Templeton <bpt@tunes.org>.
2561
2562 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2563
2564         * nnmaildir.el: New file.
2565         From Paul Jarc <prj@po.cwru.edu>.
2566
2567 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2568
2569         * nndoc.el (nndoc-type-alist): Move forward to the end.
2570
2571 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2572
2573         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
2574         `dolist'.
2575
2576 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2577
2578         * gnus-win.el (gnus-frames-on-display-list): New function.
2579         (gnus-get-buffer-window): Use it.
2580
2581 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2582
2583         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
2584
2585 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2586
2587         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
2588
2589 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2590            From Harald Meland <Harald.Meland@usit.uio.no>
2591
2592         * gnus-win.el (gnus-get-buffer-window): New function.
2593         (gnus-all-windows-visible-p): Use it.
2594
2595         * gnus-util.el (gnus-horizontal-recenter)
2596         (gnus-horizontal-recenter, gnus-horizontal-recenter)
2597         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
2598
2599         * gnus-score.el (gnus-score-insert-help): Use it.
2600
2601         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
2602         (gnus-generate-tree, gnus-highlight-selected-tree)
2603         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
2604         it.
2605
2606         * gnus-art.el (gnus-article-set-window-start)
2607         (gnus-mm-display-part, gnus-request-article-this-buffer)
2608         (gnus-button-next-page, gnus-button-prev-page)
2609         (gnus-article-button-next-page, gnus-article-button-prev-page):
2610         Use it.
2611
2612 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
2613
2614         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
2615         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
2616         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
2617
2618 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2619
2620         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
2621         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
2622         * mml1991.el, nnultimate.el: Add `coding'.
2623
2624 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
2625
2626         * ChangeLog: changed coding to buffer-file-coding-system
2627         * ChangeLog.1: same
2628         * nnwfm.el: same
2629         * gnus-smiley.el: same
2630         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
2631         * gnus-delay.el: same
2632         * gnus-spec.el: same
2633         * message.el: same
2634         * mml1991.el: same
2635         * nnultimate.el: same
2636
2637 2001-12-16  Simon Josefsson  <jas@extundo.com>
2638         Inspired by code by Dirk Meyer <dischi@tzi.de>.
2639
2640         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
2641         (gnus-summary-save-map): Add muttprint.
2642         (gnus-summary-make-menu-bar): Ditto.
2643         (gnus-summary-muttprint): New function.
2644
2645         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
2646
2647 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2648
2649         * uudecode.el (uudecode-decode-region-internal): Speedup by using
2650         temporary list instead of buffer.
2651
2652         * mm-url.el (executable-find): autoload.
2653
2654 2001-12-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2655
2656         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
2657         to variable, follow doc-string conventions).
2658
2659 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
2660
2661         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
2662         subscribe-level
2663         * gnus-topic.el (gnus-subscribe-topics): use it.
2664
2665 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2666
2667         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
2668         messages. (A small patch with indentation)
2669         From Sean Neakums <sneakums@zork.net>.
2670
2671         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
2672         nil after shooting down the gnus-original-article-buffer.
2673
2674 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2675
2676         * uudecode.el (uudecode-use-external): New variable.
2677         (uudecode-decode-region): Automatically detect external program.
2678
2679         * binhex.el (binhex-use-external): New variable.
2680         (binhex-decode-region-internal): New function.
2681         (binhex-decode-region): Automatically detect external program.
2682
2683         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
2684         Use them.
2685
2686 2001-12-12  Simon Josefsson  <jas@extundo.com>
2687
2688         * nnvirtual.el (nnvirtual-always-rescan)
2689         (nnvirtual-component-regexp): Fix doc.
2690
2691         * nnoo.el (defvoo): Add doc to defvoo variables.
2692
2693         * nnml.el (nnml-directory, nnml-active-file)
2694         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
2695         (nnml-marks-is-evil, nnml-filenames-are-evil)
2696         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
2697
2698         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
2699         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
2700         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
2701         `error'.
2702
2703         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
2704         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
2705
2706         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
2707         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
2708         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
2709         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
2710
2711         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
2712         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
2713
2714         * imap.el, nnimap.el: Fix indentation.
2715
2716         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
2717
2718 2001-12-12  Didier Verna  <didier@xemacs.org>
2719
2720         * gnus-msg.el (gnus-group-news): New function.
2721         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
2722         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
2723         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
2724         for it.
2725         * gnus-msg.el (gnus-summary-news-other-window): New function.
2726         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
2727         bind it to `i'.
2728         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
2729         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
2730         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
2731         for it (called with a prefix).
2732         * gnus-msg.el (gnus-configure-posting-styles): add an optional
2733         group-name argument.
2734         * gnus-msg.el (gnus-setup-message): use it.
2735
2736 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2737
2738         * gnus-sum.el (gnus-summary-show-article): Fix doc.
2739
2740 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2741
2742         * mml.el (mime-to-mml): Remove Content-Disposition too.
2743
2744 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2745
2746         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
2747         * gnus-group.el (gnus-group-name-decode): Decode unibyte
2748         strings only.
2749         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2750
2751 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
2752
2753         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
2754         (nnmail-fancy-expiry-target): Use it.
2755         Suggestions from Simon Josefsson <jas@extundo.com>.
2756
2757 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2758
2759         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
2760
2761 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2762
2763         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
2764
2765         * gnus-util.el (gnus-url-unhex-string): Move here.
2766
2767 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2768
2769         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
2770         mm-url-decode-entities-nbsp.
2771
2772         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
2773         * webmail.el, nnwfm.el: Use mm-url.
2774
2775         * mm-url.el (mm-url-fetch-form): Move from nnweb.
2776         (mm-url-remove-markup): Move from nnweb.
2777         (mm-url-fetch-simple): Move from webmail.
2778
2779         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
2780
2781 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2782
2783         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
2784         (gnus-summary-print-article): Use it.
2785
2786         * gnus-util.el (gnus-replace-in-string): Typo.
2787
2788 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2789
2790         * nnweb.el (nnweb-replace-in-string): Removed.
2791
2792         * gnus-util.el (gnus-replace-in-string): New function.
2793         (gnus-mode-string-quote): Use it.
2794
2795         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
2796         * nnwfm.el (nnwfm-create-mapping): Ditto.
2797
2798 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2799
2800         * dgnushack.el (dgnushack-compile): nnrss.el and
2801         nnslashdot.el don't depend on nnweb, url, w3.
2802
2803         * nnrss.el: Use mm-url.
2804
2805 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2806
2807         * mm-url.el (mm-url-insert-file-contents): Support file:.
2808
2809 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2810
2811         * mm-view.el: Lower case for the description line. Sync from the
2812         Emacs CVS.
2813
2814 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2815
2816         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
2817         From:  Stefan Monnier  <monnier@cs.yale.edu>
2818
2819 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2820
2821         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
2822
2823 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2824
2825         * mm-url.el: Require executable.
2826         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
2827
2828 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2829
2830         * pop3.el (pop3-munge-message-separator): Only use valid date.
2831         From Michael Welsh Duggan <md5i@cs.cmu.edu>.
2832
2833         * Makefile.in: gnus-load.elc may not be generated.
2834
2835 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2836
2837         * mm-url.el: New file.
2838         * nnslashdot.el: Use it.
2839         * mm-extern.el (mm-extern-url): Use it.
2840
2841 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2842
2843         * gnus-sum.el (gnus-summary-save-article): Nix
2844         gnus-display-mime-function and gnus-article-prepare-hook.
2845
2846         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
2847         the beginning of lines.
2848         (gnus-complex-form-to-spec): Ditto.
2849
2850 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2851
2852         * message.el (message-make-mft): Fix the m-s-a-file regexp.
2853         From Paul Jarc <prj@po.cwru.edu>.
2854
2855 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2856
2857         * message.el: New variable message-subscribed-address-file;
2858         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
2859
2860 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2861
2862         * message.el (message-tab-body-function): Set to nil.
2863         (message-tab): Use text-mode-map or global-map.
2864         Suggested by Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2865
2866 2001-11-30  Simon Josefsson  <jas@extundo.com>
2867
2868         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
2869         instead of gnus-union, for speed.  Suggested by Christoph Conrad
2870         <christoph.conrad@gmx.de>.
2871         (gnus-agent-fetch-group-1): Add verbose message.
2872
2873 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2874
2875         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
2876         of integers.
2877
2878 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2879
2880         * message.el (message-newgroups-header-regexp)
2881         (message-completion-alist, message-tab-body-function): Use
2882         defcustom rather than defvar.
2883         (message-tab): Mention `message-tab-body-function' in doc.
2884         Suggested by Karl Eichwalder.
2885
2886 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2887
2888         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
2889
2890 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2891
2892         * nnheader.el (nnheader-find-nov-line): Don't use macro
2893         gnus-delete-line.
2894
2895         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
2896         (gnus-group-name-charset): Ditto.
2897
2898         * gnus-util.el (gnus-buffer-live-p): Ditto.
2899
2900 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2901
2902         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
2903         open parenthesis in doc.
2904         (sieve-manage-authenticator-alist): Typo in doc.
2905         * imap.el (imap-authenticator-alist): Typo in doc.
2906         (imap-stream-alist): Backslash.
2907
2908         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
2909           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
2910
2911 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2912
2913         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
2914
2915         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
2916
2917         * gnus-msg.el (gnus-configure-posting-styles): use
2918         make-local-hook. Add LOCAL for add-hook.
2919
2920 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
2921
2922         * message.el (message-mode): Use `make-local-hook' unless
2923         obsolete.
2924         Patch by Katsumi Yamaoka  <yamaoka@jpl.org>.
2925
2926 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2927
2928         * canlock.el: Remove sha1.el and base64.el stuff.
2929
2930 2001-11-26  Didier Verna  <didier@xemacs.org>
2931
2932         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
2933         if needed.
2934
2935 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2936
2937         * message.el (message-tamago-not-in-use-p): New function.
2938         (message-strip-forbidden-properties): Use it.
2939
2940 2001-11-26  Didier Verna  <didier@xemacs.org>
2941
2942         * gnus-start.el (gnus-check-first-time-used): only check for
2943         existence of .el[d] files.
2944
2945 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2946
2947         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
2948
2949         * message.el (message-setup-1): Clean up mc-*.
2950
2951 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2952
2953         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
2954         * gnus-score.el (gnus-score-find-bnews): Use it.
2955
2956         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
2957         (gnus-summary-limit-to-author): Ditto.
2958         (gnus-summary-limit-to-extra): Ditto.
2959         (gnus-summary-find-matching): Support not-matching argument.
2960
2961 2001-11-25  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2962
2963         * message.el (message-wash-subject): Use `insert' rather than
2964         `insert-string', which is deprecated.
2965
2966 2001-11-24  Simon Josefsson  <jas@extundo.com>
2967
2968         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
2969         message. (Gnus does not "default" to using 8bit for the message,
2970         it default to use 8bit encoding and the user-supplied CTE
2971         value. Calling this behaviour "treating it as 8bit" is perhaps
2972         better.)
2973
2974         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
2975         (compare mm-charset-to-coding-system).
2976
2977 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2978
2979         * canlock.el (canlock-sha1-with-openssl): Use unibyte
2980         buffer. Correctly decode hex.
2981
2982 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2983
2984         * gnus-agent.el (gnus-category-insert-line): Convert category
2985         names to strings.
2986
2987 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2988
2989         * message.el (sha1): eval-and-compile.
2990
2991 2001-11-20  Simon Josefsson  <jas@extundo.com>
2992
2993         * message.el (message-allow-no-recipients): New variable.
2994         (message-send): Use it, customize the prompting when posting to
2995         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
2996
2997 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2998
2999         * mm-util.el (mm-coding-system-priorities): New variable.
3000         (mm-sort-coding-systems-predicate): New function.
3001         (mm-find-mime-charset-region): Resort coding systems if needed.
3002         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
3003
3004 2001-11-20  Didier Verna  <didier@xemacs.org>
3005
3006         * gnus-group.el (gnus-group-make-help-group): new optional
3007         argument to control the error behavior.
3008         * gnus-start.el (gnus-check-first-time-used): use it to avoid
3009         erroring.
3010
3011 2001-11-19  Simon Josefsson  <jas@extundo.com>
3012
3013         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
3014         instead of C-c C-u.  Suggested by Per Abrahamsen
3015         <abraham@dina.kvl.dk>.
3016
3017 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3018
3019         * nnfolder.el (nnfolder-read-folder): Use group instead of
3020         nnfolder-current-group.
3021         Suggested by Lorentey Karoly <lorentey@elte.hu>.
3022
3023 2001-11-17  Simon Josefsson  <jas@extundo.com>
3024
3025         * message.el (message-send): Ask user if Fcc/Gcc should be
3026         performed when no other sender was specified.
3027         Suggested by prj@po.cwru.edu (Paul Jarc).
3028
3029 2001-11-17  Simon Josefsson  <jas@extundo.com>
3030
3031         * message.el (message-mode, message-mode-map): Use C-c C-u for
3032         Importance: instead of C-c C-p (used by SC).
3033
3034 2001-11-16  Simon Josefsson  <jas@extundo.com>
3035
3036         * message.el (message-insert-importance-high)
3037         (message-insert-importance-low): Save point.
3038
3039         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
3040         value.
3041
3042 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
3043
3044         * message.el (message-strip-special-text-properties): New option.
3045         (message-strip-forbidden-properties): Obey it.
3046
3047 2001-11-14  Sam Steingold  <sds@gnu.org>
3048
3049         * gnus-score.el: Fixed some doc strings to properly quote symbols.
3050
3051 2001-11-15  Simon Josefsson  <jas@extundo.com>
3052
3053         Support "Importance:" header in Message.
3054
3055         * message.el (message-mode-map): Bind C-c C-p to
3056         `message-insert-or-toggle-importance'
3057         (message-mode-menu): Add message-insert-importance-{high,low}.
3058         (message-insert-importance-high, message-insert-importance-low)
3059         (message-insert-or-toggle-importance): New functions.
3060         (message-tool-bar-map): Add {un,}important.
3061         (message-mode): Doc fix.
3062
3063 2001-11-15  Simon Josefsson  <jas@extundo.com>
3064
3065         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
3066
3067         * mml.el (mml-menu): Fix toolbar tooltip.
3068
3069 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3070
3071         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
3072         * nnml.el (nnml-save-marks): Ditto.
3073
3074         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
3075
3076 2001-11-15  Simon Josefsson  <jas@extundo.com>
3077
3078         * nnml.el (nnml-save-marks):
3079         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
3080         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
3081
3082 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
3083
3084         * gnus-art.el (gnus-article-wash-status-strings): Use
3085         `copy-sequence', not `copy-seq'.
3086
3087 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
3088
3089         * gnus-art.el (gnus-article-wash-status-strings): New constant.
3090         (gnus-gnus-article-wash-status-entry): New function.
3091         (gnus-article-wash-status): Use it.
3092
3093 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3094
3095         * mml1991.el: Add coding header.
3096
3097 2001-11-12  Simon Josefsson  <jas@extundo.com>
3098
3099         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
3100         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
3101         `mml1991-sign' and `mml1991-encrypt'.
3102         (mml1991-encrypt, mml1991-sign): New glue functions.
3103         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
3104
3105         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
3106         (mml-menu): Add PGP to menu.
3107
3108         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
3109         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
3110         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
3111         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
3112
3113         * mml2015.el: Mention RFC 3156.
3114
3115         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
3116
3117 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3118
3119         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
3120
3121         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
3122           From <Michael.Cook@cisco.com>
3123
3124 2001-11-11  Simon Josefsson  <jas@extundo.com>
3125
3126         * message.el (top-level): Autoload sha1.
3127         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
3128         canlock, no need to require two different hash algs).  Suggested
3129         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
3130
3131 2001-11-09  Simon Josefsson  <jas@extundo.com>
3132
3133         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Bm\e(Bk
3134         <Pavel@Janik.cz>.
3135
3136 2001-11-09  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3137
3138         * message.el (message-point-in-header-p): New function.
3139         (message-do-auto-fill): Use it.
3140         (message-beginning-of-line): New function.  Goes to beginning of
3141         header value (i.e., end of header name), or to beginning of line
3142         if already at beginning of value.  Behaves like
3143         `beginning-of-line' when in message body.
3144         (message-mode-map): Bind it.
3145
3146 2001-11-08  Simon Josefsson  <jas@extundo.com>
3147
3148         * gnus-msg.el (gnus-posting-styles): Add doc.
3149
3150 2001-11-07  Simon Josefsson  <jas@extundo.com>
3151
3152         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
3153
3154         * sieve-mode.el (sieve-control-commands-face)
3155         (sieve-control-commands-face, sieve-action-commands-face)
3156         (sieve-test-commands-face, sieve-tagged-arguments-face): New
3157         faces.
3158         (sieve-font-lock-keywords): Use them.
3159         (sieve-mode): Only set font-lock-defaults in emacs.
3160
3161         * gnus-art.el (gnus-default-article-saver): Add
3162         gnus-summary-save-body-in-file.
3163         (gnus-summary-write-to-file): Fix doc.
3164
3165 2001-11-07  Simon Josefsson  <jas@extundo.com>
3166
3167         * gnus-art.el (gnus-treat-highlight-signature): Add cross
3168         reference to the correct chapter in the manual.
3169
3170         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
3171         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
3172
3173 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3174
3175         * mml.el (mml-preview): Bind mail-header-separator.
3176
3177 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3178
3179         * message.el: Always require canlock.
3180         (message-ignored-supersedes-headers): Include Cancel-Lock and
3181         Cancel-Key.
3182         (message-insert-canlock): Don't require canlock.
3183         (message-cancel-news): Don't check whether canlock is available.
3184         (message-supersede): Support cancel-locks.
3185
3186         * gnus-art.el: Don't autoload canlock.
3187
3188 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3189
3190         * mail-source.el (mail-source-fetch-imap): ASYNC param.
3191         From: <andre@slamdunknetworks.com>
3192
3193 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3194
3195         * many files: Fix copyright lines.
3196
3197 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3198
3199         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
3200         Suggested by Dave Love  <fx@gnu.org>.
3201
3202 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3203
3204         * message.el (message-kill-buffer): Remove auto-save file after
3205         confirm.
3206
3207         * message.el (message-send-mail): Call message-generate-headers
3208         once.  Suggested by Matt Armstrong <matt@lickey.com>.
3209
3210         * gnus-topic.el (gnus-topic-rename): Initial-input.
3211         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
3212
3213 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
3214
3215         * message.el (message-forbidden-properties): New constant.
3216         (message-strip-forbidden-properties): New function.
3217         (message-mode): Activate it.
3218
3219 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3220
3221         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
3222         (mm-hack-charsets): Fix doc.
3223
3224 2001-11-02  Simon Josefsson  <jas@extundo.com>
3225
3226         * gnus-int.el (gnus-check-server): Message "...done" when done.
3227
3228         * imap.el (imap-close): Don't message (imap-send-command-wait
3229         returns if the connection is dropped).
3230         (imap-wait-for-tag): Nix out message only when necessary.
3231
3232         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
3233         for non-crossposting.
3234         (gnus-sieve-crosspost): Default to t to be consistent with other
3235         parts of Gnus.
3236
3237 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3238
3239         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
3240         (mm-iso-8859-x-to-15-table): Ditto.
3241         (mm-iso-8859-x-to-15-region): Ditto.
3242         (mm-find-mime-charset-region): Ditto.
3243
3244 2001-11-01  Simon Josefsson  <jas@extundo.com>
3245
3246         * nnimap.el (nnimap-close-asynchronous): New variable.
3247         (nnimap-close-group): Use it.
3248         (nnimap-expunge): Don't use it.
3249
3250         * imap.el (imap-callbacks): New variable.
3251         (imap-remassoc): Copied from `gnus-remassoc'.
3252         (imap-add-callback): New function.
3253         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
3254         behaviour.
3255         (imap-parse-response): Call the callback.
3256
3257         * message.el (message-insert-canlock): New variable.
3258         (message-canlock-generate, message-canlock-password)
3259         (message-insert-canlock): New functions.
3260         (message-send-news): Call `message-insert-canlock'.
3261         (top-level): Require canlock when compiling.
3262         (message-insert-canlock): Require canlock before we need it.
3263
3264 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3265
3266         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
3267
3268 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3269
3270         * dgnushack.el (dgnushack-make-load): A workaround for
3271         custom-add-loads bug in some versions of XEmacs.
3272
3273 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3274
3275         * mm-util.el (mm-charset-synonym-alist): Revert (some).
3276
3277 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3278
3279         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
3280         (mm-hack-charsets): New variable.
3281         (mm-iso-8859-15-compatible): New variable.
3282         (mm-iso-8859-x-to-15-table): New variable.
3283         (mm-find-mime-charset-region): Add parameter hack-charsets.
3284
3285         * mm-bodies.el (mm-encode-body): Use it.
3286         * mml.el (mml-parse-1): Ditto.
3287
3288 2001-11-01  Simon Josefsson  <jas@extundo.com>
3289
3290         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
3291
3292 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3293
3294         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
3295         is nil.
3296
3297 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3298
3299         * smiley-ems.el (smiley-update-cache): Auto detect file type.
3300
3301         * message.el (message-forward-rmail-make-body): Use
3302         save-window-excursion.
3303         (message-encode-message-body): Search with noerror.
3304         (message-setup-1): Convert compose-mail send-actions to
3305         message-send-actions.
3306
3307 2001-11-01  Simon Josefsson  <jas@extundo.com>
3308
3309         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
3310         <yamaoka@jpl.org>.
3311
3312 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3313
3314         * sieve-manage.el (sieve-string-bytes): No complain.
3315
3316 2001-11-01  Simon Josefsson  <jas@extundo.com>
3317
3318         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
3319         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
3320         has autoload cookies, so no `require' should be necessary.)
3321
3322         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
3323         files.
3324
3325 2001-10-31  Simon Josefsson  <jas@extundo.com>
3326
3327         * gnus-cus.el (gnus-group-parameters): Support integer `display'
3328         parameter.
3329
3330         * gnus-sum.el (gnus-select-newsgroup): If group parameter
3331         `display' is a number (and C-u wasn't used to enter group), only
3332         fetch that number of articles.
3333
3334 2001-10-31  Matt Armstrong  <matt@lickey.com>
3335
3336         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
3337         not-subscribed -> subscribed.
3338
3339 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3340         From: Josh Huber <huber@alum.wpi.edu>
3341
3342         * message.el (message-subscribed-address-functions): New variable.
3343         (message-subscribed-addresses): New variable.
3344         (message-subscribed-regexps): New variable.
3345         (message-goto-mail-followup-to): New function.
3346         (message-send-mail): Add Mail-Followup-To.
3347         (message-make-mft): New function.
3348
3349         * gnus.el (gnus-find-subscribed-addresses): New function.
3350
3351 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3352
3353         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
3354         (mail-source-fetch-pop): Ditto.
3355         (mail-source-check-pop): Ditto.
3356
3357         * gnus-start.el (gnus-read-init-file): Ditto.
3358         (gnus-activate-group): Ditto.
3359         (gnus-read-newsrc-el-file): Ditto.
3360
3361 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3362
3363         * message.el (message-get-reply-headers): Make sure there is ", ".
3364
3365         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
3366         mm-coding-system-p. Don't correct it only in XEmacs.
3367         (mm-charset-to-coding-system): Use mm-coding-system-p and
3368         mm-get-coding-system-list.
3369         (mm-emacs-mule, mm-mule4-p): New variables.
3370         (mm-enable-multibyte, mm-disable-multibyte,
3371         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
3372         mm-with-unibyte-current-buffer,
3373         mm-with-unibyte-current-buffer-mule4): Use them.
3374         (mm-find-mime-charset-region): Treat iso-2022-jp.
3375
3376         From  Dave Love  <fx@gnu.org>:
3377
3378         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
3379         construction.
3380         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
3381         entries conditional on not having a coding system defined for
3382         them.
3383         (mm-mule-charset-to-mime-charset): Use
3384         find-coding-systems-for-charsets if defined.
3385         (mm-charset-to-coding-system): Don't use
3386         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
3387         later.  Add last resort search of coding systems.
3388         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
3389         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
3390         Mule 4.
3391         (mm-find-mime-charset-region): Re-write.
3392         (mm-with-unibyte-current-buffer): Restore buffer as well as
3393         multibyteness.
3394
3395 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3396
3397         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
3398         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
3399         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
3400
3401 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3402
3403         * gnus-art.el (article-display-x-face): Nix buffer-read-only
3404         again.
3405
3406         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
3407
3408 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3409
3410         * gnus-spec.el (gnus-parse-simple-format): Use
3411           buffer-substring-no-properties.
3412
3413 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3414
3415         * gnus-art.el (article-verify-cancel-lock): New function.
3416
3417         * nnheader.el (nntp-process-response): New variable.
3418         (nnheader-init-server-buffer): Make `nntp-process-response'
3419         buffer-local in `nntp-server-buffer'.
3420
3421         * nntp.el (nntp-prepare-post-hook): New hook.
3422         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
3423         (nntp-async-trigger): Ditto.
3424         (nntp-request-post): Insert a server's ID if there's no Message-ID
3425         header; run `nntp-prepare-post-hook'.
3426
3427 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3428
3429         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
3430         instead.
3431
3432         * message.el (message-forward-subject-author-subject): Don't use
3433         message-news-p, which widens the buffer.
3434         (message-forward-make-body): New function.
3435         (message-forward): Use it.
3436         (message-insinuate-rmail): New function.
3437         (message-forward-rmail-make-body): New function.
3438
3439 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3440
3441         * mm-extern.el (mm-extern): Provide it.
3442
3443         * mm-partial.el (mm-partial): Provide it.
3444
3445 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3446
3447         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
3448
3449 2001-10-29  Simon Josefsson  <jas@extundo.com>
3450
3451         * mml.el (mml-preview): Bind message-this-is-news if it is
3452         news. From Jesper Harder <harder@myrealbox.com>.
3453
3454 2001-10-28  Simon Josefsson  <jas@extundo.com>
3455
3456         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
3457
3458 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
3459
3460         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
3461         ironic smilies.
3462
3463 2001-10-27  Simon Josefsson  <jas@extundo.com>
3464
3465         * message.el (message-indent-citation): Don't add trailing
3466         whitespace when citing text.
3467
3468         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
3469         <harder@ifa.au.dk>.
3470
3471 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3472
3473         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
3474         not available.
3475         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
3476         (nnweb-type-definition): Add google as alias of dejanews.
3477         (nnweb-google-parse-1): Forward 1 line.
3478
3479 2001-10-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3480
3481         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
3482         variable `message-forward-ignored-headers'.
3483
3484 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
3485
3486         * gnus.el (gnus-expand-group-parameter): New function.
3487         (gnus-expand-group-parameters): Call it.
3488         (gnus-group-fast-parameter): New function.
3489         (gnus-group-find-parameter): Call it.
3490
3491 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
3492
3493         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
3494         vector (it didn't before because of a bug).
3495         * gnus-msg.el (gnus-post-news): Use header vector directly, if
3496         available.  Before it converted it to an article number.
3497
3498         This makes followup to news articles with negative numbers in
3499         nnvirtual groups use news instead of mail.
3500
3501 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
3502
3503         * gnus.el (post-method): Use `native' instead of `nil'.
3504
3505         * gnus-msg.el (gnus-post-method): Ditto.
3506
3507 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
3508
3509         * gnus.el (gnus-define-group-parameter): Grammar fix.
3510
3511 2001-10-22  Simon Josefsson  <jas@extundo.com>
3512
3513         * gnus-msg.el (gnus-extended-version): Include
3514         system-configuration.
3515         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann).
3516
3517 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
3518
3519         * gnus.el (post-method): Customization fix: `native' is not a
3520         valid value.
3521         * gnus-msg.el (gnus-post-method): Doc and customization fix:
3522         `native' is not a valid value.
3523
3524 2001-10-21  Simon Josefsson  <jas@extundo.com>
3525
3526         * nnimap.el (nnimap): Defgroup
3527         (nnimap-strict-function, nnimap-strict-function-match): New
3528         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
3529         (nnimap-split-crosspost, nnimap-split-inbox)
3530         (nnimap-split-rule, nnimap-split-predicate)
3531         (nnimap-split-predicate): Defcustom.
3532         (nnimap-split-inbox, nnimap-expunge-search-string)
3533         (nnimap-importantize-dormant): Remove "*" from doc.
3534
3535 2001-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3536
3537         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
3538         not supplied via prefix arg.  From Lisp, make arg mandatory.
3539         Suggested by Frank Schmitt.
3540
3541 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
3542
3543         * message.el (message-do-auto-fill): Avoid calling
3544         'rfc822-goto-eoh'.
3545
3546 2001-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3547         From Paul Jarc <prj@po.cwru.edu>.
3548
3549         * message.el (message-get-reply-headers): Restructure the logic
3550         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
3551
3552 2001-10-20  Simon Josefsson  <jas@extundo.com>
3553
3554         * message.el (message-cancel-news): Support cancel-locks.
3555         Suggested by Per Abrahamsson.
3556
3557         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
3558         conses.  From David Z Maze <dmaze@MIT.EDU>.
3559
3560         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
3561
3562 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
3563
3564         * mm-decode.el (mm-default-directory): Fix customize type.
3565
3566         * message.el (message-setup-fill-variables): Kludge to use
3567         normal-auto-fill-function even if auto fill is already activated.
3568
3569 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
3570
3571         * message.el (message-do-auto-fill): New version that does not
3572         rely on text properties, by Simon Josefsson <jas@extundo.com>.
3573         (message-setup-1): Removed the `message-field' property.
3574
3575         * gnus-draft.el (gnus-draft-edit-message): Removed the
3576         `message-field' property.
3577
3578 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
3579
3580         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
3581         `message-field'.  The `field' property has a special significance in
3582         Emacs 21.
3583
3584         * message.el (message-send, message-setup-1): Ditto.
3585
3586 2001-10-18  Simon Josefsson  <jas@extundo.com>
3587
3588         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
3589         when undoing.
3590
3591 2001-10-18  Simon Josefsson  <jas@extundo.com>
3592         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
3593
3594         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
3595         (gnus-summary-make-menu-bar): Ditto.
3596
3597 2001-10-17  Simon Josefsson  <jas@extundo.com>
3598
3599         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
3600         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
3601
3602 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3603
3604         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
3605         * gnus-util.el (gnus-user-date): New function.
3606         From Frank Schmitt <usenet@Frank-Schmitt.net>.
3607
3608 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3609
3610         * message.el (message-check-news-header-syntax): Special case
3611         nnvirtual groups.
3612
3613         * gnus-sum.el (gnus-summary-respool-default-method): Changed
3614         customize type to `symbol'.
3615
3616 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3617
3618         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
3619         %&foo;.
3620         (gnus-parse-simple-format): Support user extended spec too.
3621         %u&foo; invokes gnus-user-format-function-foo.
3622
3623 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3624
3625         * nnml.el (nnml-request-expire-articles): Make sure it is back to
3626         the server.
3627         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
3628         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3629         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
3630         * nndiary.el (nndiary-request-expire-articles): Ditto.
3631         (nndiary-schedule): Defsubst it before use it.
3632         (nndiary-error): eval-and-compile.
3633
3634 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3635
3636         * gnus-msg.el (gnus-post-method): Changed two instances of
3637         `active' to `current' and one `null' to `not'.
3638
3639 2001-10-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3640         From Katsumi Yamaoka  <yamaoka@jpl.org>.
3641
3642         * message.el (message-setup-fill-variables): Use
3643         `normal-auto-fill-function' instead of `auto-fill-function'.
3644
3645 2001-10-16  Simon Josefsson  <jas@extundo.com>
3646
3647         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
3648         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
3649         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
3650
3651 2001-10-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3652         Patch by Oliver Scholz <oscholz@my.gnus.org>.
3653
3654         * gnus-draft.el (gnus-draft-edit-message): Add text property
3655         `field' with value `header' to message headers.
3656         * message.el (message-setup-1): Really add text property to all of
3657         the header, not just part of it.
3658
3659 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3660
3661         * gnus-group.el (gnus-group-sort-by-server): Use it.
3662
3663         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
3664
3665         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
3666         and keystroke.
3667
3668 2001-10-14  Simon Josefsson  <jas@extundo.com>
3669
3670         * dig.el: Doc fix.
3671
3672         * smime.el: Doc fix.
3673
3674         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
3675         charset magic from message.el.
3676
3677 2001-10-12  Simon Josefsson  <jas@extundo.com>
3678         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
3679
3680         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
3681         'cite from g-a-wash-types.
3682         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
3683         (gnus-article-hide-citation): Fix.
3684
3685         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
3686         character.
3687         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
3688
3689         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
3690         definition.
3691         (gnus-signature-toggle): Toggle `s' mode line character.
3692
3693         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
3694         doing stuff that clears it.
3695
3696 2001-10-12  Simon Josefsson  <jas@extundo.com>
3697
3698         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
3699         From Eric Marsden <emarsden@laas.fr>.
3700
3701 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3702
3703         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
3704         (autoload): Add some autoloads.
3705
3706 2001-10-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3707         Suggested by Oliver Scholz <epameinondas@gmx.de>.
3708
3709         * message.el (message-do-auto-fill): New function.  Like
3710         `do-auto-fill' but don't fill when in the message header.
3711         (message-setup-1): Put a text property on the message header.
3712         (message-setup-fill-variables): Use `message-do-auto-fill'.
3713
3714 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3715
3716         * message.el (message-send-mail-partially): Insert an empty line
3717         first, because of the change of message-make-lines.
3718
3719 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
3720
3721         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
3722         iso-8859-15, make it an alias for iso-8859-1.
3723
3724 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3725
3726         * message.el (message-send-news): Don't modify the value of
3727         `message-syntax-checks' if it is not a list (possibly it is
3728         `dont-check-for-anything-just-trust-me').
3729
3730 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3731
3732         * gnus-group.el (gnus-group-name-charset-group-alist): Use
3733         `find-coding-system' for XEmacs to check whether the coding-system
3734         `utf-8' is available.
3735
3736 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3737
3738         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
3739
3740 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
3741
3742         * message.el (message-send-news): Oops, missed case with no
3743         "Followup-To" header...
3744
3745 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
3746
3747         * message.el (message-send-news): Allow
3748         `gnus-group-name-charset-group-alist' to affect encoding of the
3749         "Newsgroups" and "Followup-To" headers.
3750
3751 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3752
3753         * Makefile.in (install-el): Depend on gnus-load.el.
3754
3755 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3756
3757         * Makefile.in (install-el): Use -f.
3758         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
3759
3760 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
3761
3762         * message.el (message-send-news): Don't encode Followups-To when
3763         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
3764
3765         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
3766         header.
3767
3768         * gnus-art.el (article-decode-group-name): Also decode
3769         "Followup-To".
3770
3771         * rfc2047.el (rfc2047-encode-message-header): Encode without
3772         asking for null methods.
3773
3774         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
3775         default charset for newsgroup names in accordance with USEFOR.
3776
3777         * gnus-group.el (gnus-group-name-charset-method-alist,
3778         gnus-group-name-charset-group-alist): Removed "*" from doc
3779         strings, "*" should not be used for complex variables.
3780
3781 2001-10-06  Simon Josefsson  <jas@extundo.com>
3782
3783         Support UTF-8 group names better.
3784
3785         * message.el (message-check-news-header-syntax): Encode group
3786         names before comparison.
3787
3788         * gnus-msg.el (gnus-copy-article-buffer): Run all
3789         `gnus-article-decode-hook's except `article-decode-charset'
3790         instead of hardcoding call to one of them.
3791
3792         * gnus-art.el (gnus-article-decode-hook): Add
3793         `article-decode-group-name'.
3794         (article-decode-group-name): New function, use `g-d-n'.
3795
3796         * gnus-group.el (gnus-group-insert-group-line): Decode
3797         gnus-tmp-group using `g-d-n'.
3798
3799         * gnus-util.el (gnus-decode-newsgroups): New function.
3800
3801 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
3802
3803         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
3804         `gnus-group-name-charset-group-alist'.
3805
3806 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3807
3808         * Makefile.in: Install el in install. Add uninstall.
3809
3810 2001-10-05  Simon Josefsson  <jas@extundo.com>
3811
3812         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
3813
3814         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
3815
3816         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
3817         empty folders.
3818
3819         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
3820         limiting if read-all (C-u RET) was used.
3821
3822 2001-10-04  Simon Josefsson  <jas@extundo.com>
3823
3824         * mail-source.el (mail-source-movemail-program): New variable.
3825         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
3826         <thutt@thutt.vmware.com>.
3827
3828 2001-10-03  Simon Josefsson  <jas@extundo.com>
3829
3830         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
3831         (gnus-summary-line-format-alist): Fix param.
3832
3833 2001-10-02  Simon Josefsson  <jas@extundo.com>
3834
3835         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
3836         don't go through `nnimap-request-expire-articles' to delete the
3837         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
3838
3839 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3840
3841         * gnus-agent.el (gnus-agent-write-active): The min in the
3842         agent/active may be larger than that in the server/active.
3843
3844 2001-10-01  Simon Josefsson  <jas@extundo.com>
3845
3846         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
3847         is IMAP4rev1.
3848
3849         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
3850
3851         * nnfolder.el: Ditto.
3852
3853 2001-09-30  Dan Christensen <jdc+news@uwo.ca>
3854
3855         * gnus-sum.el (gnus-summary-extract-address-component): New function.
3856         (gnus-summary-from-or-to-or-newsgroups): Optimize.
3857
3858 2001-09-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3859
3860         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
3861         (message-mode-menu): Menu item for same.
3862
3863         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
3864         delayed articles.
3865
3866         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
3867         nndraft:delayed does not exist.
3868         (gnus-delay-initialize): Don't set up keymap, that's done from
3869         message.el now.
3870         (gnus-delay, gnus-delay-group, gnus-delay-header)
3871         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
3872
3873 2001-09-29  Simon Josefsson  <jas@extundo.com>
3874
3875         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
3876         utf-8, not eight-bit-control.
3877
3878         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
3879         (imap-log, imap-debug): Custom.
3880         (imap-log-buffer, imap-debug-buffer): New constants.
3881         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
3882         (imap-network-open, imap-shell-open, imap-starttls-open)
3883         (imap-send-command-1, imap-send-command, imap-arrival-filter)
3884         (imap-debug): Use imap-*-buffer.
3885
3886         * nndoc.el (nndoc-article-type): Add mailman.
3887         (nndoc-type-alist): Ditto.
3888         (nndoc-mailman-type-p): New function.
3889
3890 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3891
3892         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
3893         gnus-art.el.
3894
3895 2001-09-27  Simon Josefsson  <jas@extundo.com>
3896
3897         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
3898         (gnus-topic-catchup-articles): New function. Suggested by Robin
3899         S. Socha <robin-dated-1001857693.185e29@socha.net>.
3900
3901 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3902         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
3903
3904         * gnus-ems.el (gnus-article-display-xface): Insert xface after
3905         previous ones.
3906
3907 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3908         From Daiki Ueno  <ueno@unixuser.org>
3909
3910         * gnus-sum.el (gnus-summary-show-article): The arglist of
3911         detect-coding-region is incompatible.
3912
3913 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3914         From Katsuhiro Hermit Endo <hermit@koka-in.org>
3915
3916         * gnus-group.el (gnus-group-delete-group): Typo.
3917
3918 2001-09-26  Simon Josefsson  <jas@extundo.com>
3919
3920         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
3921
3922         * nnimap.el (nnimap-expiry-target): Use temp buffer.
3923
3924 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3925
3926         * gnus-cus.el (gnus-group-parameters): Display as sexp.
3927
3928 2001-09-22  Simon Josefsson  <jas@extundo.com>
3929
3930         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
3931
3932         * nnfolder.el (nnfolder-open-marks): Ditto.
3933
3934         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
3935         (gnus-update-marks): Use it.
3936         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
3937         hardcoded list.
3938
3939         * gnus.el (gnus-article-special-mark-lists): Add killed.
3940         (gnus-article-unpropagated-mark-lists): New constant.
3941
3942 2001-09-22  Simon Josefsson  <jas@extundo.com>
3943
3944         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
3945         custom option.
3946
3947 2001-09-23  Simon Josefsson  <jas@extundo.com>
3948
3949         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
3950
3951 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3952
3953         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
3954
3955 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
3956
3957         * gnus-group.el (gnus-group-sort-function): Fix customize type to
3958         accept lists of functions.
3959
3960 2001-09-20  Simon Josefsson  <jas@extundo.com>
3961
3962         * gnus-group.el (gnus-group-catchup): Update expire marks in
3963         backend.  Also, if ALL also set expire marks on tick/dormant.
3964
3965 2001-09-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3966
3967         * message.el (message-tab-body-function): New variable.
3968         * message.el (message-tab): Use it.
3969
3970 2001-09-19  Sam Steingold  <sds@gnu.org>
3971
3972         * gnus-win.el (gnus-buffer-configuration): Respect
3973         `gnus-bug-create-help-buffer'.
3974
3975 2001-09-18  Simon Josefsson  <jas@extundo.com>
3976
3977         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
3978         (gnus-parse-simple-format): Re-revert.
3979
3980 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
3981
3982         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
3983         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
3984
3985 2001-09-18  Simon Josefsson  <jas@extundo.com>
3986
3987         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
3988         signed.
3989         (gnus-parse-simple-format): Don't use it.
3990
3991 2001-09-17  Miles Bader  <miles@gnu.org>
3992
3993         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
3994         error querying a backend abort the whole process.
3995
3996 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3997
3998         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
3999         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
4000
4001 2001-09-17  Didier Verna  <didier@xemacs.org>
4002
4003         * nndiary.el: version 0.2-b14.
4004         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
4005         compatibility problem with XEmacs 21.1.
4006
4007 2001-09-15  Simon Josefsson  <jas@extundo.com>
4008
4009         * gnus-group.el (gnus-group-line-format): Document %c.
4010
4011         * nnml.el (nnml-parse-head): Handle CRLF files.
4012         (nnml-generate-nov-file): Ditto.
4013         (nnml-retrieve-headers): Ditto.
4014
4015 2001-09-15  Michael Welsh Duggan <md5i@cs.cmu.edu>
4016
4017         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
4018
4019 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
4020
4021         * gnus-spec.el (gnus-correct-substring): Still stopped one
4022         character before we wanted (never included last character).
4023         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
4024         add missing "," (once per function)
4025
4026 2001-09-14  Simon Josefsson  <jas@extundo.com>
4027
4028         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
4029         (otherwise e.g. gnus-agentize in .gnus overrides the customized
4030         default before gnus-group is loaded and the variable set.)
4031
4032         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
4033         killed or unsent marks.
4034
4035         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
4036         isn't an article to set it on (e.g. when you `a' in a group).
4037
4038 2001-09-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4039
4040         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
4041         can read e-mails from Microsoft Outlook users not using ISO
4042         8859-2 character set.
4043
4044 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4045
4046         * gnus-diary.el: Minor modifications to avoid warnings.
4047         (gnus-summary-misc-menu): defvar.
4048         (gnus-diary-check-message): Use gnus-point-at-eol.
4049         (gnus-diary-kill-entire-line): eval-and-compile.
4050
4051 2001-09-12  Didier Verna  <didier@xemacs.org>
4052
4053         * nndiary.el: new version (0.2-b13).
4054         * nndiary.el (nndiary-mail-sources): doc update.
4055         * nndiary.el (nndiary-split-methods): ditto.
4056         * nndiary.el (nndiary-request-accept-article-hooks): New.
4057         * nndiary.el (nndiary-request-accept-article): use it, check
4058         message validity.
4059         * nndiary.el (nndiary-get-new-mail): changed default to nil.
4060         * nndiary.el (nndiary-schedule): fix bug (misplaced
4061         condition-case): it didn't return nil on error.
4062         * gnus-diary.el: new version.
4063         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
4064         * gnus-diary.el (gnus-diary-header-value-history): New.
4065         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
4066         * gnus-diary.el (gnus-diary-add-header): New.
4067         * gnus-diary.el (gnus-diary-check-message): New.
4068         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
4069         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
4070
4071 2001-09-10 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
4072
4073         * gnus-sum.el (gnus-select-newsgroup): Make
4074         `gnus-current-select-method' buffer-local.
4075
4076         * gnus-art.el (gnus-request-article-this-buffer): Refer
4077         `gnus-current-select-method' in the current summary buffer.
4078
4079 2001-09-10  Simon Josefsson  <jas@extundo.com>
4080         From Daniel Pittman <daniel@rimspace.net>
4081
4082         * gnus-spec.el (gnus-correct-pad-form): Fix.
4083
4084 2001-09-09  Simon Josefsson  <jas@extundo.com>
4085
4086         * mm-decode.el (mm-inline-media-tests): Add
4087         application/x-emacs-lisp.
4088         (mm-attachment-override-types): Add
4089         application/{x-,}pkcs7-signature.
4090
4091         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
4092         (gnus-server-line-format, gnus-server-mode-line-format)
4093         (gnus-server-browse-in-group-buffer): Customize.
4094
4095 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4096
4097         * nnml.el (nnml-marks-changed-p): Typo.
4098         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
4099         (nnml-marks-changed-p): Use gnus-gethash.
4100         (nnml-marks-modtime): Use gnus-make-hashtable.
4101
4102         * nnfolder.el (nnfolder-marks-changed-p): Typo.
4103         (nnfolder-request-expire-articles, nnfolder-save-marks)
4104         (nnfolder-open-marks): Typo.
4105         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
4106         (nnfolder-marks-changed-p): Use gnus-gethash.
4107         (nnfolder-marks-modtime): Use gnus-make-hashtable.
4108
4109 2001-09-08  Simon Josefsson  <jas@extundo.com>
4110
4111         * nnfolder.el (nnfolder-marks-modtime): New variable.
4112         (nnfolder-marks-changed-p): New function.
4113         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
4114         (nnfolder-request-update-info): Don't update if marks didn't change.
4115
4116         * nnml.el (nnml-marks-modtime): New variable.
4117         (nnml-marks-changed-p): New function.
4118         (nnml-save-marks, nnml-open-marks): Save modtime.
4119         (nnml-request-update-info): Don't update if marks didn't change.
4120
4121         * gnus-agent.el (gnus-agent-any-covered-gcc)
4122         (gnus-agent-add-server, gnus-agent-remove-server): Use
4123         gnus-agent-method-p.
4124
4125         * gnus-art.el (gnus-buttonized-mime-types): New variable.
4126         (gnus-unbuttonized-mime-type-p): Use it.
4127
4128         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
4129         fetch group.
4130
4131 2001-09-08  Simon Josefsson  <jas@extundo.com>
4132         From Daniel Pittman <daniel@rimspace.net>
4133
4134         * gnus-spec.el (gnus-correct-pad-form): New function.
4135         (gnus-parse-simple-format): Use it.
4136
4137 2001-09-07  Simon Josefsson  <jas@extundo.com>
4138
4139         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
4140         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
4141         Putnam <reader@newsguy.com>.
4142         (gnus-group-sort-selected-groups): Touch dribble file.
4143
4144 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
4145
4146         * nnml.el (nnml-filenames-are-evil): New variable.
4147         (nnml-article-to-file-alist): Rename to ...
4148         (nnml-current-group-article-to-file-alist): ... this.
4149         Respect `nnml-filenames-are-evil'.
4150         (nnml-active-number): Update.
4151         (nnml-update-file-alist): Update.
4152         (nnml-request-article): Use nnheader-article-to-file-alist.
4153         (nnml-request-rename-group): Likewise.
4154
4155 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4156
4157         * gnus-sum.el (gnus-summary-insert-line): Fix.
4158
4159 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4160
4161         * gnus-sum.el: Bind g-s-t-s to "W g".
4162         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
4163         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
4164         display of graphical smilies.
4165
4166 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4167
4168         * gnus-start.el (gnus-setup-news): A typo.
4169         From Bill White <billw@wolfram.com>.
4170
4171 2001-09-06  Simon Josefsson  <jas@extundo.com>
4172
4173         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
4174         and unseen marks.
4175
4176 2001-09-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4177
4178         * nnmail.el (nnmail-split-fancy): Document `junk'.
4179
4180 2001-09-04  Simon Josefsson  <jas@extundo.com>
4181
4182         * imap.el (imap-search): Don't error if server is broken.
4183
4184 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
4185
4186         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
4187         searching for an article that isn't in the mbox.
4188
4189 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4190
4191         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
4192         right, and get all the comments.
4193
4194 2001-09-02  Simon Josefsson  <jas@extundo.com>
4195         Suggested by Dan Christensen <jdc+news@uwo.ca>
4196
4197         * nnfolder.el (nnfolder-request-update-info): Fix message.
4198
4199         * nnml.el (nnml-request-update-info): Ditto.
4200
4201 2001-09-01  Simon Josefsson  <jas@extundo.com>
4202
4203         * nnml.el (nnml-request-expire-articles): Also bind
4204         `nnml-current-group' and `nnml-article-file-alist' when using
4205         expiry-target. (Otherwise nnml will be in a inconsistent internal
4206         state causing all kind of problems.)
4207         (nnml-request-expire-articles): If `nnml-article-to-file' or
4208         `file-attributes' failes, return article as un-expirable instead
4209         of treating it as expired.
4210
4211 2001-08-31  Sam Steingold  <sds@gnu.org>
4212
4213         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
4214         typo: `exmine' --> `examine'.
4215
4216 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4217
4218         * nndoc.el (nndoc-forward-type-p): It is not a digest.
4219
4220 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4221
4222         * nnml.el (nnml-check-directory-twice): Remove.
4223         (nnml-retrieve-headers): Ditto.
4224         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
4225
4226 2001-08-30  Andrew Innes  <andrewi@gnu.org>
4227
4228         * nnheader.el (nnheader-directory-files-is-safe): No need to read
4229         directory twice on Windows, or on GNU Emacs-21.
4230
4231 2001-08-30  Andrew Innes  <andrewi@gnu.org>
4232
4233         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
4234         (nnml-request-rename-group): Ditto.
4235         (nnml-active-number): Ditto.
4236         (nnml-request-create-group): Use nnml-directory-articles.
4237         (nnml-request-expire-articles): Use nnml-directory-articles, which
4238         gets list from nov database if available.
4239         (nnml-get-nov-buffer): New function.
4240         (nnml-open-nov): Use it.
4241         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
4242         gets alist from nov database if available.
4243         (nnml-directory-articles): New function.
4244         (nnml-article-to-file-alist): New function.
4245
4246 2001-08-30  Andrew Innes  <andrewi@gnu.org>
4247
4248         * mm-decode.el (mm-display-external): Use `name' as filename, if
4249         `filename' attribute is not present.
4250
4251 2001-08-30  Andrew Innes  <andrewi@gnu.org>
4252
4253         * mail-source.el (mail-source-flash): New defcustom.
4254         (mail-source-new-mail-p): Ring visible bell if appropriate.
4255         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
4256         timer is cleared even if mail check signals an error.
4257
4258 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4259
4260         * gnus-sum.el (gnus-summary-move-article): Only update marks of
4261         type 'list.
4262
4263 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4264
4265         * flow-fill.el (fill-flowed): eol might be point-max.
4266
4267 2001-08-27  Simon Josefsson  <jas@extundo.com>
4268
4269         * nnml.el (nnml-request-update-info): Fix message.
4270         (nnml-open-marks): Ditto.
4271
4272         * nnfolder.el (nnfolder-request-update-info):
4273         (nnfolder-open-marks): Fix message.
4274
4275 2001-08-25  Simon Josefsson  <jas@extundo.com>
4276
4277         * nnfolder.el (nnfolder-save-marks): Don't create directory named
4278         after group in ~/.
4279
4280 2001-08-25  Simon Josefsson  <jas@extundo.com>
4281         From Andreas Jaeger  <aj@suse.de>
4282
4283         * nnfolder.el (nnfolder-open-marks): Fix typo.
4284         * nnml.el (nnml-open-marks): Likewise.
4285
4286 2001-08-25  Simon Josefsson  <jas@extundo.com>
4287
4288         Make nnfolder groups self-contained as far as marks are concerned.
4289
4290         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4291         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
4292         (nnfolder-open-server): Make marks directory.
4293         (nnfolder-request-delete-group): Delete marks file.
4294         (nnfolder-request-delete-group): Check of nov/marks file exist
4295         before deleting.
4296         (nnfolder-request-rename-group): Rename marks file.
4297         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
4298         (nnfolder-request-set-mark, nnfolder-request-update-info)
4299         (nnfolder-group-marks-pathname, nnfolder-save-marks)
4300         (nnfolder-open-marks): New functions.
4301         (top-level): Require gnus.
4302
4303 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4304
4305         * nnweb.el (nnweb-type-definition): Use google raw file.
4306         (nnweb-google-parse-1): Ditto.
4307         (nnweb-google-identity): Ditto.
4308         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
4309         (nnweb-altavista-wash-article): Ditto.
4310         (nnweb-request-article): Remove nnweb-decode-entities.
4311
4312         * nnml.el: Require 'gnus.
4313
4314 2001-08-25  Simon Josefsson  <jas@extundo.com>
4315
4316         * nnml.el (nnml-marks-is-evil): Add doc.
4317
4318 2001-08-25  Simon Josefsson  <jas@extundo.com>
4319
4320         * nnml.el (nnml-save-marks): Wrap saving marks in a
4321         condition-case, to allow user to start Gnus if saving marks failed
4322         for some reason.
4323
4324 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4325
4326         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
4327
4328         * gnus-group.el (gnus-update-group-mark-positions): Bind
4329         gnus-group-update-hook to nil.
4330
4331 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4332
4333         * mml.el (mml-generate-mime-1): Force as multibyte string.
4334
4335 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4336
4337         * gnus-sum.el (gnus-summary-insert-line)
4338         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
4339         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
4340
4341         * gnus-spec.el (gnus-correct-substring): Take optional END.
4342
4343         * nnrss.el (nnrss-request-article): Remove \n.
4344         (nnrss-retrieve-headers): Lines number is -1.
4345
4346 2001-08-24  Simon Josefsson  <jas@extundo.com>
4347
4348         * gnus-group.el (gnus-info-clear-data): Call
4349         nnfoo-request-set-mark to propagate marks.  Fix bug:
4350         `gnus-group-update-line' doesn't update read range unless we call
4351         `gnus-get-unread-articles-in-group' first.
4352
4353         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
4354         to server.
4355
4356 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4357
4358         * gnus-util.el (gnus-create-info-command): Return an interactive
4359         function.
4360
4361 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4362         From Katsumi Yamaoka <yamaoka@jpl.org>
4363
4364         * gnus-spec.el (gnus-parse-complex-format): Use equal.
4365
4366 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4367
4368         * gnus-sum.el (gnus-select-newsgroup): Use it.
4369
4370         * gnus-util.el (gnus-not-ignore): New function.
4371
4372         * lpath.el (featurep): Don't fbind char-int.
4373
4374         * gnus-util.el (gnus-create-info-command): New function.
4375
4376         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
4377         right node.
4378
4379         * gnus-sum.el (gnus-select-newsgroup): Clean up.
4380         (gnus-summary-limit-children): Use 'identity instead of `all'.
4381         (gnus-summary-limit-to-display-predicate): New command and
4382         keystroke.
4383
4384 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4385
4386         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
4387
4388         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
4389
4390 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4391
4392         * gnus-spec.el: Add the Gnus version.
4393         (gnus-update-format-specifications): If the Gnus version changes,
4394         nix out the format spec cache.
4395
4396         * gnus.el (gnus-continuum-version): Made into a command and
4397         optionalize the VERSION.
4398
4399         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
4400         the start of the lines.
4401
4402 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4403
4404         * gnus.el (gnus-visual-p): Define function before use of
4405         function.
4406
4407 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4408
4409         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
4410         (gnus-article-mark-to-type): New function.
4411         (gnus-update-missing-marks): Only update marks of type 'list.
4412
4413         * gnus.el (gnus-article-special-mark-lists): New variable.
4414
4415 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4416
4417         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
4418         (gnus-select-newsgroup): Still use 'all.
4419         (gnus-summary-initial-limit): Comparing with 'all.
4420
4421 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4422
4423         * gnus-start.el (gnus-activate-group): If dont-check, don't update
4424         active.
4425
4426 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4427
4428         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
4429         nnslashdot-*-retrieve-headers.
4430         (nnslashdot-request-article): Fix for slashcode 2.2.
4431         (nnslashdot-make-tuple): New function.
4432         (nnslashdot-read-groups): Use it.
4433
4434 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4435
4436         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
4437         list.
4438
4439         * gnus-sum.el (gnus-summary-move-article): Don't select article.
4440
4441 2001-08-20  Simon Josefsson  <jas@extundo.com>
4442
4443         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
4444         opened, error instead of continuing (and exploding later).
4445
4446 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4447
4448         * gnus.el (gnus-expand-group-parameters): Return the parameter
4449         list.
4450
4451         * gnus-sum.el (gnus-summary-show-article): Doc fix.
4452         (gnus-summary-show-article): Guess at charset if required.
4453
4454         * gnus-spec.el (gnus-correct-substring): Stopped one character
4455         before we wanted.
4456
4457 2001-08-19  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4458
4459         * earcon.el (earcon-auto-play): Remove unused option.
4460
4461 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4462
4463         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
4464         message down in levels, since it happens very fast.
4465
4466         * smiley-ems.el (smiley-update-cache): Respect the symbol version
4467         of smiley-regexp-alist.
4468
4469         * mm-view.el (mm-inline-text): Ignore vcard errors.
4470
4471         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
4472
4473         * gnus-score.el (gnus-all-score-files): Use append instead of
4474         nconc.
4475
4476         * gnus.el (gnus-splash-face): Doc fix.
4477
4478         * mm-decode.el (mm-mailcap-command): Use
4479         mm-path-name-rewrite-functions.
4480         (mm-path-name-rewrite-functions): New variable.
4481
4482         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
4483         (gnus-complex-form-to-spec): Insert tab.
4484         (gnus-spec-tab): New function.
4485
4486         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
4487         entering the group.
4488
4489         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
4490         the positional spec.
4491         (gnus-parse-complex-format): React to %C.
4492
4493         * gnus-ems.el (gnus-char-width): Moved here.
4494
4495         * gnus-sum.el (gnus-select-newsgroup): Set
4496         gnus-newsgroup-articles.
4497         (gnus-unseen-mark): New variable.
4498         (gnus-newsgroup-unseen): Ditto.
4499         (gnus-newsgroup-seen): Ditto.
4500         (gnus-adjust-marked-articles): Use them.
4501         (gnus-update-marks): Use them.
4502         (gnus-summary-update-secondary-mark): Display.
4503         (gnus-summary-prepare-threads): Display.
4504
4505         * gnus-msg.el (gnus-inews-group-method): Use and return the
4506         method, not the server.
4507
4508 2001-08-19  Simon Josefsson  <jas@extundo.com>
4509
4510         * gnus-srvr.el (gnus-server-agent-face): New.
4511         (gnus-server-agent-face): New.
4512         (gnus-server-mode): Turn on font-lock-mode.
4513
4514         * gnus.el (gnus-server-visual): Add defgroup.
4515
4516 2001-08-19  Simon Josefsson  <jas@extundo.com>
4517         From Joe Casadonte <jcasadonte@northbound-train.com>
4518
4519         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
4520         gnus-server-denied-face): New.
4521         (gnus-server-opened-face, gnus-server-closed-face,
4522         gnus-server-denied-face): New.
4523         (gnus-server-font-lock-keywords): Add.
4524
4525 2001-08-19  Simon Josefsson  <jas@extundo.com>
4526
4527         * nnml.el (nnml-request-set-mark): Return nil.
4528         (nnml-save-marks): Use nnml-possibly-create-directory.
4529         (nnml-open-marks): Only work in temp buffer when inserting/reading
4530         .marks file.
4531
4532 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4533
4534         * gnus.el (gnus-expand-group-parameters): Fix.
4535
4536         * gnus-spec.el (gnus-char-width): New function.
4537         (gnus-correct-substring, gnus-correct-length): Use it.
4538
4539         * message.el (message-required-mail-headers): Fix doc.
4540
4541 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4542
4543         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
4544
4545         * mm-decode.el (mm-save-part-to-file): Insert the handle.
4546
4547 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4548
4549         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
4550         slashdot 2.2 (not fully fixed yet).
4551         (nnslashdot-request-article): Ditto.
4552
4553 2001-08-18  Simon Josefsson  <jas@extundo.com>
4554
4555         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
4556         nnimap.
4557
4558         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
4559         gnus-util.
4560         (nnimap-request-update-info-internal): Use new functions.
4561
4562         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
4563         new functions.
4564
4565 2001-08-18  Simon Josefsson  <jas@extundo.com>
4566
4567         Make nnml groups self-contained as far as marks are concerned.
4568
4569         * nnml.el (nnml-request-delete-group): Delete marks file.
4570         (nnml-request-rename-group): Move marks file.
4571         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
4572         variables.
4573         (nnml-request-set-mark, nnml-request-update-info): New server
4574         functions.
4575         (nnml-save-marks, nnml-open-marks): New functions.
4576
4577 2001-08-18  Simon Josefsson  <jas@extundo.com>
4578
4579         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
4580         `set' when setting marks.
4581
4582 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4583
4584         * gnus.el (gnus-info-find-node): Take an argument.
4585
4586         * gnus-art.el (gnus-button-handle-info): New function.
4587         (gnus-url-unhex-string): Replace "+" with " ".
4588
4589 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4590
4591         * message.el (message-check-news-header-syntax): Check bad From.
4592
4593 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4594
4595         * gnus-spec.el (gnus-correct-length): New function.
4596         (gnus-correct-substring): New function.
4597         (gnus-tilde-max-form): Use it.
4598
4599 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
4600
4601         * nnmh.el: Docstring changes as below.
4602
4603         * nnml.el: Docstring changes as below.
4604
4605         * nnbabyl.el: Docstring changes as below.
4606
4607         * nnmbox.el: Docstring changes as below.
4608
4609         * nnfolder.el: Added docstrings identifying each virtual server
4610         parameter.
4611
4612 2001-08-18  Simon Josefsson  <jas@extundo.com>
4613
4614         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
4615
4616 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
4617
4618         * message.el: rename "Abort Message" to "Postpone Message".
4619         Remove "Attach file as MIME" from Message menu, it's already in
4620         the MIME menu.
4621
4622 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4623
4624         * smime.el (smime-point-at-eol): eval-and-compile.
4625         (smime-make-temp-file): New function.
4626         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
4627         Use it.
4628
4629 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4630
4631         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
4632         (gnus-agent-summary-fetch-group): New command and keystroke.
4633
4634         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
4635         (gnus-mime-display-security): Make it respect
4636         gnus-unbuttonized-mime-type-p.
4637
4638         * gnus-sum.el (gnus-articles-to-read): Comments.
4639         (gnus-article-marked-p): New function.
4640         (gnus-summary-display-make-predicate): New function.
4641         (gnus-select-newsgroup): Use them.
4642
4643         * mm-decode.el (mm-save-part-to-file): Made it not error.
4644
4645 2001-08-17  Simon Josefsson  <jas@extundo.com>
4646
4647         * imap.el (imap-wait-for-tag): If process-status isn't open or
4648         run, return nil instead of sit-for looping.
4649
4650 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4651
4652         * lpath.el (featurep): fbind xml-parse-region.
4653
4654         * gnus.el (gnus-message-archive-method): Default to "archive".
4655         (gnus-message-archive-method): Doc fix.
4656         (gnus-parameters-get-parameter): Cleaned up.
4657         (gnus-expand-group-parameter): New function.
4658
4659         * gnus-start.el (gnus-setup-news): Push the archive server only
4660         the server list.
4661
4662         * mml.el (mml-menu): Changed name to "Attachments".
4663
4664         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
4665         when there is something to detroy.
4666
4667 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4668
4669         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
4670         nil.
4671
4672 2001-08-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4673
4674         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
4675         which specifies a time today or tomorrow.
4676
4677 2001-08-15  Simon Josefsson  <jas@extundo.com>
4678         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk)
4679
4680         * gnus-agent.el (gnus-agent-make-mode-line-string)
4681         (gnus-agent-toggle-plugged): Use new API.
4682
4683 2001-08-14  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4684
4685         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
4686         deadline has expired.
4687
4688 2001-08-12  Simon Josefsson  <jas@extundo.com>
4689         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
4690
4691         Support `recent' mark indicating newly arrived messages (to
4692         separate from old but unread messages).
4693
4694         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
4695         `nnmail-split-history' if recent is > 0.
4696         (nnimap-request-update-info-internal): Update `recent' marks.
4697         (nnimap-request-set-mark): Never set `recent' marks.
4698         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
4699         recent.
4700
4701         * gnus-sum.el (gnus-recent-mark): New mark.
4702         (gnus-newsgroup-recent): New variable.
4703         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
4704         (gnus-summary-prepare-threads): Mark recent articles.
4705         (gnus-summary-add-mark): Support recent.
4706         (gnus-summary-update-secondary-mark): Support recent.
4707
4708         * gnus.el (gnus-article-mark-lists): Add recent.
4709
4710 2001-08-12  Simon Josefsson  <jas@extundo.com>
4711
4712         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
4713         whether successful decoding took place.  Add doc.
4714
4715 2001-08-12  Simon Josefsson  <jas@extundo.com>
4716         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
4717
4718         * gnus.el (gnus-summary-line-format, gnus-parameters):
4719         * gnus-gl.el (gnus-summary-grouplens-line-format):
4720         * gnus-salt.el (gnus-summary-pick-line-format):
4721         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
4722
4723 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
4724         Committed by Kai Gro\e,A_\e(Bjohann.
4725
4726         * gnus-score.el (gnus-score-string): Fix `match' regexp
4727         for `extra' header case.
4728
4729 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4730
4731         * nnmbox.el (nnmbox-read-mbox): No warning.
4732
4733 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4734
4735         * nndoc.el (nndoc-article-type): Fix doc.
4736         (nndoc-generate-article-function): New variable.
4737         (nndoc-dissection-function): New variable.
4738         (nndoc-type-alist): Add oe-dbx.
4739         (nndoc-oe-dbx-type-p): New function.
4740         (nndoc-oe-dbx-dissection): New function.
4741         (nndoc-oe-dbx-generate-article): New function.
4742
4743 2001-08-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4744
4745         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
4746         whether deadline has been reached.  Patch from Dan Nicolaescu
4747         <dann@godzilla.ics.uci.edu>.
4748
4749 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4750
4751         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
4752         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
4753         <rintaman@cs.Helsinki.FI>.
4754
4755         * mail-source.el (mail-source-movemail): The error buffer is
4756         modified, but nothing in it.
4757
4758 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4759
4760         * message.el (message-bogus-system-names): New variable.
4761         (message-make-fqdn): Use it.
4762
4763 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4764
4765         * nndraft.el (nndraft-request-group): Use
4766         nndraft-auto-save-file-name.
4767
4768 2001-08-09  Simon Josefsson  <jas@extundo.com>
4769
4770         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
4771         Don't ask whether to decrypt.  Just leave result in buffer (don't
4772         call mm).
4773
4774         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
4775         parts as well.
4776         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
4777         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
4778
4779 2001-08-09  Simon Josefsson  <jas@extundo.com>
4780
4781         * mm-decode.el (mm-insert-part): Return decoding success status.
4782         (mm-save-part-to-file): Error if decoding failed.
4783
4784 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4785
4786         * message.el (message-tab): Use indent-relative.
4787         (message-mode): Don't bind indent-line-function to indent-relative.
4788
4789 2001-08-09  Simon Josefsson  <jas@extundo.com>
4790
4791         * message.el (message-get-reply-headers): Fix string. Suggested by
4792         Christoph Conrad <cc@cli.de>.
4793
4794 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4795
4796         * message.el (message-tab): Use the current value of
4797         indent-line-function.
4798         (message-mode): Bind indent-line-function to indent-relative.
4799
4800 2001-08-08  Simon Josefsson  <jas@extundo.com>
4801
4802         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
4803         whether `imtest' is installed.
4804
4805 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
4806         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
4807
4808         * gnus-sum.el (gnus-summary-show-article): Call
4809         gnus-summary-update-secondary-secondary-mark.
4810         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
4811         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
4812
4813 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4814
4815         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
4816
4817         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
4818
4819         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
4820         <gerd@gnu.org>.
4821
4822         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
4823
4824         * gnus-util.el (gnus-output-to-rmail): Ditto.
4825         (gnus-output-to-mail): Ditto.
4826
4827         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
4828
4829 2001-08-06  Florian Weimer   <fw@deneb.enyo.de>
4830
4831         * message.el (message-indent-citation): Use
4832         `message-yank-cited-prefix' for empty lines.
4833
4834 2001-08-05  Florian Weimer   <fw@deneb.enyo.de>
4835
4836         * message.el (message-indent-citation): Quote only lines starting
4837         with ">" using `message-yank-cited-prefix'.
4838
4839 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
4840
4841         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
4842         gnus-cache-fully-p.
4843
4844 2001-08-04  Simon Josefsson  <jas@extundo.com>
4845
4846         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
4847         file if it doesn't exist (by calling gnus-cache-read-active).
4848
4849 2001-08-04  Simon Josefsson  <jas@extundo.com>
4850
4851         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
4852         (gnus-cache-passively-or-fully-p): Removed.
4853         (gnus-cache-fully-p): Fix it.
4854
4855         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
4856
4857 2001-08-04  Simon Josefsson  <jas@extundo.com>
4858
4859         * gnus-cache.el (gnus-cache-fully-p)
4860         (gnus-cache-passively-or-fully-p): New functions.
4861         (gnus-cache-possibly-enter-article): Cosmetic change, use
4862         `g-c-p-o-f-p'.
4863         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
4864         was bogus (`g-c-p-a-a' does not change active info, just change
4865         the functions parameters).
4866         (gnus-cache-possibly-remove-articles-1): Make sure articles are
4867         not removed in groups that match `gnus-uncacheable-groups'.
4868
4869         Reported and modifications based on discussions with Nuutti
4870         Kotivuori <nuutti.kotivuori@smarttrust.com>.
4871
4872 2001-08-04  Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
4873         Committed by Simon Josefsson  <jas@extundo.com>
4874
4875         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
4876         calls `gnus-cache-update-active' if bounds has been extended.
4877
4878 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4879
4880         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
4881         before remove.
4882         (gnus-mime-security-show-details): Ditto.
4883
4884 2001-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4885
4886         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
4887         syntax.  Protect string-match against nil string and regexp.
4888
4889 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4890
4891         * mm-util.el (mm-find-charset-region): Remove control-1.
4892
4893 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4894
4895         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
4896
4897 2001-08-04  Simon Josefsson  <jas@extundo.com>
4898
4899         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
4900         buffer.  Delete MIME-Version header.
4901
4902 2001-08-03  Simon Josefsson  <jas@extundo.com>
4903
4904         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
4905         that is entered does not necessarily have the highest article
4906         number in the group, so use `gnus-cache-possibly-alter-active'
4907         instead of `gnus-cache-update-active'.
4908
4909 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4910
4911         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
4912
4913 2001-08-03  Simon Josefsson  <jas@extundo.com>
4914
4915         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
4916         menu.
4917
4918 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4919
4920         * gnus.el (post-method): New group parameter.  It also provides
4921         the user option `gnus-post-method-alist' and the internal function
4922         `gnus-parameter-post-method'.
4923
4924         * gnus-msg.el (gnus-post-method): Bind the value of
4925         `gnus-post-method' to the group parameter if it is defined.
4926
4927 2001-08-02  Simon Josefsson  <jas@extundo.com>
4928
4929         * smime.el (smime-extra-arguments): Removed.
4930         (smime-call-openssl-region): Don't use it.
4931
4932 2001-08-02  Simon Josefsson  <jas@extundo.com>
4933
4934         * smime.el (smime-sign-region): Handle stderr.
4935         (smime-encrypt-region): Ditto.
4936
4937         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
4938         match the ASN.1 length bytes.
4939         (mm-pkcs7-enveloped-magic): Ditto.
4940         (mm-view-pkcs7-get-type): Don't regexp quote.
4941
4942 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4943         From Andreas Fuchs <asf@void.at>
4944
4945         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
4946
4947 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4948
4949         * gnus-art.el (gnus-header-button-alist): References regexp.
4950
4951 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
4952
4953         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
4954         already fboundp.  Add INTERACTIVE arg to autoload form.
4955
4956 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4957
4958         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
4959
4960         * nnmail.el (nnmail-cache-open): Ditto.
4961
4962 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4963
4964         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
4965
4966 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4967
4968         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
4969
4970 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4971         Originally from Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4972
4973         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
4974         (gnus-agent-toggle-plugged): Use it.
4975
4976 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4977
4978         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
4979         (gnus-ding-file-coding-system): New variable.
4980         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
4981         (gnus-slave-save-newsrc): Use it.
4982
4983 2001-07-31  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4984
4985         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
4986         syntax.
4987
4988 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4989         Originally from Andreas Fuchs <asf@void.at>
4990
4991         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
4992         (mml2015-gpg-pretty-print-fpr): New function.
4993         (mml2015-gpg-extract-signature-details): More details, rename from
4994         `m-g-e-from'.
4995         (mml2015-gpg-verify): Use them.
4996         (mml2015-gpg-clear-verify): Use them.
4997
4998 2001-07-31  Simon Josefsson  <jas@extundo.com>
4999
5000         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
5001         buffer when done.
5002
5003 2001-07-30  Simon Josefsson  <jas@extundo.com>
5004
5005         * smime.el (smime-call-openssl-region): Revert previous change,
5006         just pass on buf to `call-process-region'.
5007         (smime-verify-region): Doc fix.  Don't message stuff.  Use
5008         `smime-new-details-buffer'.  Inserts error messages into buffer.
5009         (smime-noverify-region): Ditto.
5010         (smime-decrypt-region): Ditto.  Handles stderr separately.
5011         (smime-verify-buffer, smime-noverify-buffer)
5012         (smime-decrypt-buffer): Doc fix.
5013         (smime-new-details-buffer): New function.
5014         (smime-pkcs7-region, smime-pkcs7-certificates-region)
5015         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
5016         (smime-sign-region, smime-encrypt-region): Don't use
5017         `insert-buffer'.
5018
5019         * mml-smime.el (mml-smime-verify): Fix security button strings.
5020
5021 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5022
5023         * gnus-art.el (gnus-mime-save-part-and-strip): Save
5024         gnus-article-mime-handles.
5025
5026 2001-07-29  Simon Josefsson  <jas@extundo.com>
5027
5028         * mail-source.el (top-level): Require message for message-directory.
5029         (mail-source-directory): Change default to message-directory.
5030
5031         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
5032         (smime-certificate-directory, smime-openssl-program)
5033         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
5034         (smime-extra-arguments): New variable.
5035         (smime-dns-server): Fix customize group.
5036         (smime-call-openssl-region): Use `smime-extra-arguments'.
5037
5038 2001-07-29  Simon Josefsson  <jas@extundo.com>
5039         From Vladimir Volovich <vvv@vsu.ru>
5040
5041         * smime.el (smime-call-openssl-region): Ignore stderr.
5042
5043 2001-07-29  Simon Josefsson  <jas@extundo.com>
5044         From Christoph Conrad <christoph.conrad@gmx.de>
5045
5046         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
5047         file.
5048
5049 2001-07-29  Simon Josefsson  <jas@extundo.com>
5050
5051         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
5052
5053         Support S/MIME decryption.
5054
5055         * mm-decode.el (mm-inline-media-tests):
5056         (mm-inlined-types):
5057         (mm-automatic-display):
5058         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
5059
5060         * mm-view.el (mm-pkcs7-signed-magic):
5061         (mm-pkcs7-enveloped-magic): New variables.
5062         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
5063         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
5064         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
5065         PKCS#7 blobs.
5066
5067         * smime.el (smime-decrypt-region): Expand keyfile.
5068
5069 2001-07-29  Simon Josefsson  <jas@extundo.com>
5070
5071         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
5072         `ssl.el' variables.
5073
5074         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
5075         but line instead of narrowing to it, because `nnmail-parse-active'
5076         calls widen.  Thanks to Christoph Conrad
5077         <christoph.conrad@gmx.de>.
5078
5079 2001-07-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5080
5081         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
5082         for %B spec.
5083
5084         * gnus-sum.el (gnus-summary-prepare-threads): If
5085         gnus-sum-thread-tree-root is nil, use subject instead.
5086         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
5087         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
5088         (gnus-sum-thread-tree-leaf-with-other)
5089         (gnus-sum-thread-tree-single-leaf): Documentation.
5090         (gnus-sum-thread-tree-single-indent): Allow nil.
5091
5092 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5093
5094         * message.el (message-fill-paragraph): Do nothing if the user
5095         wants filladapt-mode.
5096
5097 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5098
5099         * mm-decode.el (mm-image-type-from-buffer): New function.
5100         (mm-get-image): Use it.
5101
5102 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5103
5104         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
5105
5106         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
5107         mm-display-parts too.
5108
5109 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5110
5111         * nnfolder.el (nnfolder-request-accept-article): Bind
5112         nntp-server-buffer.
5113
5114         * nnmail.el (nnmail-parse-active): Read from buffer instead of
5115         nntp-server-buffer.
5116
5117 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5118
5119         * message.el (message-check-news-header-syntax): Use
5120         message-post-method.
5121         (message-send-news): Bind message-post-method.
5122
5123 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5124
5125         * mml.el (mml-tweak-type-alist): New variable.
5126         (mml-tweak-function-alist): New variable.
5127         (mml-tweak-part): New function.
5128         (mml-generate-mime-1): Use it.
5129
5130 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5131
5132         * nnfolder.el (nnfolder-request-accept-article): Replace
5133         nnfolder-request-list.
5134
5135 2001-07-27  Simon Josefsson  <jas@extundo.com>
5136
5137         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
5138         nnoo-change-server failed to do it.
5139
5140 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5141
5142         * gnus.el (gnus-parameters): Make it customizable.
5143
5144 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5145
5146         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
5147
5148         * message.el (message-set-auto-save-file-name): More
5149         poor-system-types.
5150
5151         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
5152
5153         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
5154         supports +.
5155
5156 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5157
5158         * mm-decode.el (mm-readable-p): New function.
5159         (mm-inline-media-tests): Fix the default testers.
5160
5161 2001-07-26  Simon Josefsson  <jas@extundo.com>
5162
5163         * nnimap.el (nnimap-version): Bump version number.
5164
5165 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5166         From Steven E. Harris <seh@speakeasy.org>
5167
5168         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
5169         in M$Windows too.
5170
5171 2001-07-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5172
5173         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
5174
5175 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5176
5177         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
5178
5179         * mm-decode.el (mm-get-image): Guess then use the type.
5180
5181         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
5182
5183 2001-07-25 12:54:00  Danny Siu <dsiu@adobe.com>
5184
5185         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
5186         display (%B) for threads if threading is off.
5187
5188 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5189         From Henrik Enberg <henrik@enberg.org>
5190
5191         * gnus-msg.el: Customization patch.
5192
5193 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
5194
5195         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
5196         variable.
5197         (nnmail-split-fancy-with-parent): Ignore certain groups.
5198
5199 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5200
5201         * gnus-util.el (gnus-byte-compile): New function.
5202         (gnus-use-byte-compile): New variable.
5203         (gnus-make-sort-function): Use it.
5204
5205         * nnmail.el (nnmail-get-new-mail): Use it.
5206
5207         * gnus-agent.el (gnus-category-make-function): Simple function or
5208         compiled function.
5209         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
5210
5211         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
5212         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
5213         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
5214
5215         * message.el (message-check-news-header-syntax): Remove quote.
5216
5217 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5218
5219         * message.el (message-use-mail-followup-to): `t' is not a
5220         documented value.
5221
5222 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5223
5224         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
5225
5226 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5227
5228         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
5229         there are long lines.
5230
5231 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5232
5233         * dgnushack.el (copy-list): New compiler macro.
5234
5235 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5236
5237         * message.el (message-bounce): If no Return-Path, the whole
5238         content is considered as the original message.
5239
5240         * nnml.el (nnml-check-directory-twice): New variable.
5241         (nnml-article-to-file): Use it.
5242         (nnml-retrieve-headers): Hack it.
5243
5244 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5245
5246         * gnus-win.el (gnus-buffer-configuration): New configure.
5247
5248         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
5249         not alive.
5250
5251         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
5252         (mm-display-external): Use display-term configure.
5253
5254 2001-07-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5255
5256         * gnus-delay.el (gnus-delay-default-hour): New variable.
5257         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
5258
5259 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5260         From Karl Kleinpaste <karl@charcoal.com>
5261
5262         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
5263         (gnus-summary-prepare-threads): Ditto.
5264
5265         * gnus.el (gnus-summary-line-format): Add %B.
5266
5267 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5268
5269         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
5270
5271         * mm-util.el (mm-string-as-multibyte): New function.
5272
5273         * nnmh.el (nnmh-request-list-1): Encode, not decode!
5274
5275 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5276
5277         * mm-util.el (mm-universal-coding-system): New variable.
5278
5279         * gnus-start.el (gnus-startup-file-coding-system): Use it.
5280
5281         * score-mode.el (score-mode-coding-system): Use it.
5282
5283 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5284
5285         * gnus-start.el (gnus-setup-news): Call
5286         `gnus-check-bogus-newsgroups' just after the native server is
5287         opened.
5288
5289 2001-07-23  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5290
5291         * nnmail.el (nnmail-do-request-post): Util function to be used by
5292         `nnchoke-request-post' for all nnmail-derived backends.
5293
5294         * nnml.el (nnml-request-post): Use it.
5295
5296         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
5297         backend, for it groks nnml-request-post.
5298
5299         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
5300         Treat `mail-post' backends like `mail' backends, not like `news'
5301         backends.
5302
5303 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5304
5305         * gnus-msg.el (gnus-setup-message): make-local-hook.
5306
5307 2001-07-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5308
5309         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
5310         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
5311         <karl@charcoal.com>, slightly changed by Kai.
5312
5313         * message.el (message-check-news-header-syntax): When checking
5314         whether the groups exist, check the right server based on
5315         `gnus-post-method'.
5316
5317 2001-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5318
5319         * gnus-delay.el: New file.
5320
5321 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5322
5323         * mm-util.el (mm-read-coding-system): Take two arguments.
5324
5325         * gnus-sum.el (gnus-summary-show-article): Use
5326         mm-read-coding-system.
5327
5328         * gnus-art.el (article-de-quoted-unreadable):
5329         (article-de-base64-unreadable, article-wash-html):
5330         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
5331
5332 2001-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5333
5334         * nnml.el (nnml-request-post): New function.  Can be used for
5335         annotations in nnml groups.
5336
5337 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5338
5339         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
5340         command.
5341
5342         * gnus-start.el (gnus-find-new-newsgroups): Use
5343         `message-make-date' instead of `current-time-string'.
5344         (gnus-ask-server-for-new-groups): Ditto.
5345         (gnus-check-first-time-used): Ditto.
5346
5347 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5348
5349         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
5350
5351 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
5352
5353         * message.el (message-shorten-references): Change `maxcount' and
5354         `cut' to obey USEFOR draft 5.
5355
5356 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
5357
5358         * gnus-sum.el (gnus-summary-display-arrow): New variable.
5359         (gnus-summary-set-article-display-arrow): New function.
5360         (gnus-summary-goto-subject): Use it.
5361
5362 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5363
5364         * gnus-sum.el (gnus-summary-import-article): Insert date if
5365         doesn't exist.
5366
5367 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5368
5369         * mml.el (mml-content-type-parameters): New variable.
5370         (mml-content-disposition-parameters): New variable.
5371         (mml-insert-mime-headers): Use them.
5372         (mml-parse-1): Accept charset.
5373
5374 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5375
5376         * gnus-group.el (gnus-group-select-group): Doc fix.
5377
5378         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
5379
5380 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5381
5382         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
5383         to handle `define-derived-mode'.
5384
5385 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5386         From:  Stefan Monnier  <monnier@cs.yale.edu>
5387
5388         * message.el (message-mode): Use define-derived-mode.
5389         (message-tab): message-completion-alist.
5390
5391         * imap.el (imap-interactive-login): Use make-local-variable.
5392         (imap-open): Ditto.
5393         (imap-authenticate): Ditto.
5394
5395         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
5396
5397         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
5398
5399 2001-07-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5400
5401         * message.el (message-citation-line-function): Refer to
5402         gnus-cite-attribution-suffix.
5403
5404 2001-07-15  Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5405
5406         * gnus-art.el,...: Error convention changes.
5407
5408 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5409
5410         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
5411
5412 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5413
5414         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
5415         (nnrss-read-server-data): Ditto.
5416
5417 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5418
5419         * gnus-setup.el (gnus-use-installed-gnus): Typo.
5420         * Cleanup files.
5421         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
5422
5423 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5424
5425         * gnus.el (gnus-summary-line-format): Add %o.
5426
5427         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
5428         unless shell outputs something.
5429
5430 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5431
5432         * gnus-art.el (gnus-boring-article-headers): Better doc.
5433         (article-hide-headers): Better regexp.
5434         Suggested by Matt Swift <swift@alum.mit.edu>.
5435
5436         * nnheader.el (nnheader-max-head-length): Better doc.
5437         (nnheader-header-value): Skip spaces.
5438         (nnheader-parse-head): Remove space.
5439         Suggested by Matt Swift <swift@alum.mit.edu>.
5440
5441         * gnus-sum.el (gnus-summary-show-raw-article): New function.
5442         (gnus-get-newsgroup-headers): Remove space.
5443
5444 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5445
5446         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
5447         (gnus-summary-reply): Use it.
5448         (gnus-summary-reply-broken-reply-to): New function.
5449         (gnus-msg-force-broken-reply-to): New function.
5450
5451         * mm-view.el (mm-inline-text): Showing as text/plain when error.
5452
5453 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5454
5455         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
5456
5457 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5458
5459         * mm-decode.el (mm-external-terminal-program): New variable.
5460         (mm-display-external): Use it. Use term to display when no
5461         window-system.
5462
5463 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
5464
5465         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
5466         Browse->Next entries to Browse->Prev
5467
5468 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5469
5470         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
5471
5472 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5473
5474         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
5475         for the default encoding.
5476
5477         * nnrss.el (nnrss-url-field): New field.
5478         (nnrss-request-article): Add newsgroups.
5479
5480         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
5481
5482 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5483
5484         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
5485
5486         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
5487         (gnus-draft-setup): Remove backlog.
5488
5489 2001-07-10  Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5490
5491         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
5492         Cleanup.
5493
5494 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5495
5496         * gnus-msg.el (gnus-bug): Erase buffer.
5497
5498         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
5499
5500 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5501
5502         * mm-decode.el (mm-attachment-override-p): Fix typo.
5503
5504 2001-03-19 05:28:00  Katsumi Yamaoka <yamaoka@jpl.org>
5505
5506         * gnus-kill.el (gnus-execute): Work with the extra headers.
5507         * gnus-sum.el (gnus-summary-execute-command): Ditto.
5508
5509 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5510
5511         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
5512         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
5513
5514         * message.el (message-send-mail-real-function): New variable.
5515         (message-send-mail-partially, message-send-mail):
5516
5517         * nngateway.el (nngateway-request-post): Use it.
5518
5519         * gnus-agent.el (gnus-agentize): Use it.
5520
5521         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
5522         (nnsoup-revert-variables): Use it.
5523
5524 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
5525
5526         * mm-decode.el (mm-inline-media-tests): Default to displaying as
5527         text/plain if the type doesn't match any other media types.
5528         (mm-inlined-types): Doc fix.
5529         (mm-display-inline): Revert previous change (now handled by a
5530         default type in `mm-inline-media-tests'.
5531         (mm-inlinable-p): Revive.
5532         (mm-display-part): Call `mm-inlinable-p'.
5533         (mm-attachment-override-p): Ditto.
5534         (mm-inlined-p): Doc fix.
5535
5536         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
5537         well as `mm-inlined-p'.
5538
5539 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5540
5541         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
5542         (nntp-send-command-and-decode): Use gnus-point-at-bol.
5543
5544 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5545         From  Paul Jarc <prj@po.cwru.edu>
5546
5547         * message.el (message-use-mail-followup-to): New variable.
5548         (message-get-reply-headers): Use it.
5549
5550 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
5551
5552         * nnheader.el (nnheader-init-server-buffer): Make sure the
5553         *nntpd* buffer is made multibyte instead of a random buffer.
5554
5555 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5556
5557         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
5558         when it returns headers.
5559
5560 2001-07-07  Simon Josefsson  <jas@extundo.com>
5561
5562         * rfc2047.el (rfc2047-encode-message-header): Skip header when
5563         trying to fold. Thanks to Colin Walters
5564         <walters@cis.ohio-state.edu>
5565
5566 2001-07-06  Simon Josefsson  <jas@extundo.com>
5567
5568         * imap.el (imap-parse-address-list, imap-parse-flag-list)
5569         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
5570         Add information in `assert's.
5571
5572         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
5573         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
5574         and `nnimap-group-overview-filename', should handle all
5575         change-of-uidvalidity related issues.  But there may be other
5576         problems.)
5577
5578 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
5579
5580         * rfc2047.el (rfc2047-encode-message-header): Don't include the
5581         header name when folding.
5582
5583 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
5584
5585         * mm-decode.el (mm-inlined-types): Document relationship with
5586         `mm-inline-media-tests'.
5587         (mm-display-inline): Default to displaying as plain text if no
5588         inlining handler is available.
5589         (mm-inlinable-p): Remove.
5590         (mm-inlined-p): Don't call `mm-inlinable-p'.
5591         (mm-automatic-display-p): Ditto.
5592         (mm-attachment-override-p): Ditto.
5593
5594 2001-07-04  Simon Josefsson  <jas@extundo.com>
5595
5596         * nnimap.el (nnimap-importantize-dormant): New variable.
5597         (nnimap-request-update-info-internal): Use it.
5598         (nnimap-request-set-mark): Ditto.
5599
5600 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
5601
5602         * nntp.el (nntp-send-command): don't pass a buffer argument to
5603         `point'. Only XEmacs accepts this.
5604         * nntp.el (nntp-send-command-nodelete): ditto.
5605         * nntp.el (nntp-send-command-and-decode): ditto.
5606
5607 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
5608
5609         * nntp.el (nntp-open-connection-function): doc update.
5610         * nntp.el (nntp-pre-command): New.
5611         * nntp.el (nntp-via-rlogin-command): New.
5612         * nntp.el (nntp-via-telnet-command): New.
5613         * nntp.el (nntp-via-telnet-switches): New.
5614         * nntp.el (nntp-via-user-name): New.
5615         * nntp.el (nntp-via-user-password): New.
5616         * nntp.el (nntp-via-address): New.
5617         * nntp.el (nntp-via-envuser): New.
5618         * nntp.el (nntp-via-shell-prompt): New.
5619         * nntp.el (nntp-open-telnet-stream): New.
5620         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
5621         * nntp.el (nntp-open-via-telnet-and-telnet): New.
5622         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
5623         * nntp.el (nntp-send-command): ditto.
5624         * nntp.el (nntp-send-command-nodelete): ditto.
5625         * nntp.el (nntp-send-command-and-decode): ditto.
5626
5627 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
5628
5629         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
5630         `when'.
5631
5632 2001-07-03  Simon Josefsson  <jas@extundo.com>
5633         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
5634
5635         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
5636
5637 2001-07-03  Simon Josefsson  <jas@extundo.com>
5638
5639         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
5640         remove it (workaround XEmacs `fill-region' bug).
5641
5642 2001-07-01  Simon Josefsson  <jas@extundo.com>
5643
5644         * nnimap.el (nnimap-date-days-ago): Defeat locale.
5645
5646 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5647
5648         * mml2015.el (mml2015-format-error): New function.
5649         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
5650         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
5651         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
5652
5653 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5654
5655         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
5656         Suggested by Christoph Conrad <C.Conrad@cli.de>.
5657
5658         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
5659         group variables.
5660
5661 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5662
5663         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
5664
5665         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
5666         (nnrss-save-group-data): Ditto.
5667
5668         * gnus-agent.el (gnus-agent-save-alist): Ditto.
5669
5670 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5671
5672         * message.el (message-do-send-housekeeping): Narrow to headers.
5673
5674 2001-06-24  Simon Josefsson  <jas@extundo.com>
5675
5676         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
5677         insertion when breaking lines looked for " \t" instead of "[ \t]".
5678         (rfc2047-encode-message-header): Fold lines even if
5679         no QP encoding is done.
5680
5681 2001-06-23  Simon Josefsson  <jas@extundo.com>
5682         From Samuel Tardieu <sam@inf.enst.fr>
5683
5684         * smime.el (smime-keys): Support additional certificates.
5685         (smime-make-certfiles): New function.
5686         (smime-sign-region): Use previous variables.
5687         (smime-get-certfiles): New function.
5688         (smime-sign-buffer): Use it.
5689         (smime-verify-region): Support both CAfile and CApath.
5690
5691 2001-06-23  Simon Josefsson  <jas@extundo.com>
5692
5693         * smime.el (smime-decrypt-region): Perhaps work.
5694
5695 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5696
5697         * gnus-msg.el (gnus-copy-article-buffer): Typo.
5698
5699 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
5700
5701         * mm-decode.el (mm-save-part): Rewrite file name.
5702         (mm-file-name-rewrite-functions): New variable.
5703         (mm-file-name-delete-whitespace): New function.
5704         (mm-file-name-trim-whitespace): New function.
5705         (mm-file-name-collapse-whitespace): New function.
5706         (mm-file-name-replace-whitespace): New variable and function.
5707
5708 2001-06-22  Simon Josefsson  <jas@extundo.com>
5709
5710         * message.el (message-make-date): Workaround locale for weekdays.
5711
5712 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5713
5714         * message.el (message-goto-body): Return nil if not found. (revert!)
5715
5716 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5717         From Fremlin <chief@bandits.org>
5718
5719         * message.el (message-goto-body): Some messages have no header.
5720
5721         * gnus-msg.el (gnus-copy-article-buffer): Use it.
5722
5723 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
5724
5725         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
5726
5727 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5728
5729         * message.el (message-make-date): Add week day.
5730         Suggested by Jason R. Mastaler <jason@mastaler.com>.
5731
5732 2001-06-19  Simon Josefsson  <jas@extundo.com>
5733
5734         * message.el (message-yank-prefix): Doc fix.
5735         (message-yank-cited-prefix): Ditto.
5736         (message-delete-not-region): Keep citation prefix on first line,
5737         if possible and appropriate.
5738
5739 2001-06-19  Simon Josefsson  <jas@extundo.com>
5740
5741         * imap.el (imap-process-connection-type): New variable.
5742         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
5743         recent `imtest's work completely (no line length issues), while
5744         making making old `imtest's unusable.  Thanks to NAGY Andras
5745         <nagya@inf.elte.hu> for his work.
5746
5747 2000-12-30  NAGY Andras <nagya@inf.elte.hu>
5748
5749         * imap.el (imap-ssl-program): Add -quiet to shut up
5750         OpenSSL/SSLeay's internal debug talk.
5751
5752 2001-06-19  Matt Armstrong <matt@lickey.com>
5753
5754         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
5755         server.
5756
5757 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5758
5759         * nnmail.el (nnmail-article-buffer): New variable.
5760         (nnmail-split-incoming): Use it.
5761
5762 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
5763
5764         * qp.el (quoted-printable-decode-region): If called interactively,
5765         use coding-system-for-read.
5766
5767 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5768
5769         * message.el (message-check-news-header-syntax): Check Reply-To.
5770
5771 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5772
5773         * mml.el (mml-parse-1): Use message options.
5774
5775         * message.el (message-do-fcc): Don't do anything if there is no
5776         FCC.
5777
5778 2001-06-16  Simon Josefsson  <jas@extundo.com>
5779
5780         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
5781         (nnimap-expunge-search-string): New variable.
5782         (nnimap-request-expire-articles): Use it.
5783
5784 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5785
5786         * message.el (message-send-mail-with-qmail): wrong exit status is
5787         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
5788
5789 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5790
5791         * gnus-art.el (article-strip-multiple-blank-lines): Use
5792         delete-region instead of replace-match.
5793
5794 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5795
5796         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
5797         (nnweb-google-wash-article): Ditto.
5798
5799 2001-06-14 Ferenc Wagner <wferi@bolyai1.elte.hu>
5800
5801         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
5802
5803 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5804
5805         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
5806         specs.
5807
5808 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5809
5810         * gnus.el (gnus-email-address): Move it here.
5811
5812         * gnus-art.el (article-de-quoted-unreadable): Read charset if
5813         requested.
5814         (article-de-base64-unreadable): Ditto.
5815         (article-wash-html): Ditto.
5816
5817 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5818
5819         * message.el (message-options-set-recipient): Don't add ", "
5820         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
5821
5822 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5823
5824         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
5825
5826 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5827
5828         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
5829         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
5830
5831         * nnrss.el (nnrss-node-text): Node might be nil.
5832
5833 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5834
5835         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
5836         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
5837
5838         * nnrss.el (nnrss-group-alist): More items.
5839
5840 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5841
5842         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
5843
5844 2001-06-03  Dale Hagglund  <rdh@best.com>
5845
5846         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
5847         restrict clauses.
5848
5849 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5850
5851         From Benjamin Rutt <brutt+news@bloomington.in.us>
5852
5853         * message.el (message-wide-reply-confirm-recipients): New variable.
5854
5855 2001-06-06  Mark Thomas  <mthomas@edrc.cmu.edu>
5856
5857         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
5858         fix so it works with XEmacs.
5859
5860 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5861
5862         * nnrss.el (nnrss-retrieve-headers): Support description as extra
5863         headers.
5864
5865 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5866
5867         * nnrss.el: Fix a few bugs.
5868
5869 2001-06-05  Simon Josefsson  <jas@extundo.com>
5870
5871         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
5872         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
5873
5874 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
5875
5876         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
5877         binary so that we don't transmit ISO 2022 garbage to the process.
5878         This is needed under XEmacs.
5879
5880 2001-06-03  Simon Josefsson  <simon@josefsson.org>
5881
5882         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
5883         autoloaded incorrectly below because ssl-program-* is bound.)
5884         Thanks to Amos Gouaux for report.
5885
5886 2001-06-02  Simon Josefsson  <simon@josefsson.org>
5887
5888         * imap.el (imap-kerberos4-open):
5889         (imap-gssapi-open):
5890         (imap-ssl-open):
5891         (imap-network-open):
5892         (imap-shell-open):
5893         (imap-starttls-open): Set buffer to workaround spurious
5894         `accept-process-output' buffer changes.  Thanks to Mats Lidell
5895         <Mats.Lidell@contactor.se> for report and partial patch and Jake
5896         Colman <colman@ppllc.com> for report.
5897
5898 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5899
5900         * gnus-sum.el (gnus-summary-catchup): New argument.
5901         (gnus-summary-catchup-from-here): New function.
5902
5903 2001-05-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5904
5905         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
5906         back, then insert glyph.  (Before, the glyph was inserted first,
5907         then the newline.)  This works around a behavior in XEmacs where
5908         it is not possible to insert a character after a glyph which is at
5909         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
5910
5911 2001-05-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5912
5913         From Jaap-Henk Hoepman (jhh@xs4all.nl).
5914
5915         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
5916         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
5917         mm-destroy-postponed-undisplay-list): New functions.
5918         (mm-display-external): Use them.
5919
5920 2001-05-27  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5921
5922         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
5923         `default-low' when evaluating `gnus-summary-highlight'.
5924         From Raja R Harinath <harinath@cs.umn.edu>.
5925
5926 2001-05-27  Simon Josefsson  <simon@josefsson.org>
5927
5928         * message.el (message-yank-cited-prefix): New variable.
5929         (message-indent-citation): Use it.
5930
5931         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
5932         as details.
5933         (mml2015-mailcrypt-clear-verify): Ditto.
5934
5935 2001-05-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5936         From Nevin Kapur <nevin@jhu.edu>.
5937
5938         * gnus-sum.el (gnus-summary-default-high-score,
5939         gnus-summary-default-low-score): New variables.
5940         (gnus-summary-highlight): Use them.
5941
5942 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
5943
5944         * message.el (message-mail): pass the 'send-actions argument to
5945         `message-setup'.
5946
5947 2001-05-16  Simon Josefsson  <simon@josefsson.org>
5948         From Raymond Scholz <ray-2001@zonix.de>
5949
5950         * gnus-art.el (gnus-mime-view-part-as-charset):
5951         (gnus-mime-internalize-part): Doc fixes.
5952
5953 2001-05-11  Simon Josefsson  <simon@josefsson.org>
5954
5955         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
5956         status lines without any text ("^215$").
5957
5958 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5959
5960         * nnrss.el (nnrss-check-group): Reverse.
5961
5962 2001-05-07  Simon Josefsson  <simon@josefsson.org>
5963
5964         * message.el (message-get-reply-headers):
5965         (message-followup): Fix typo, suggested by David Green
5966         <dgreen@uab.edu>
5967
5968 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5969
5970         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
5971
5972         * nnrss.el (nnrss-open-server): Read server data when it is called.
5973         (nnrss-request-expire-articles): Fix.
5974
5975 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5976
5977         * message.el (message-do-send-housekeeping): mail-abbrevs may
5978         rename buffer behind Gnus.
5979
5980 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5981
5982         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
5983         (nnrss-group-alist): Add more resources.
5984         (nnrss-check-group): Ignore errors.
5985
5986 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5987
5988         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
5989
5990         * nnslashdot.el (nnslashdot-request-list): Add time.
5991         (nnslashdot-request-expire-articles): New function.
5992
5993         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
5994         secondary methods too.
5995
5996 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5997
5998         * message.el (message-use-followup-to): Set default value to t.
5999
6000 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
6001
6002         * message.el (message-dont-reply-to-names): Fix documentation.
6003         (message-get-reply-headers): Use Mail-Followup-To only for wide
6004         replies.
6005
6006 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6007
6008         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
6009         correctly.
6010         (nnrss-check-group): Use time.
6011
6012 2001-05-01 19:21:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6013
6014         * gnus.el: Oort Gnus v0.03 is released.
6015
6016 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6017
6018         * nnultimate.el (nnultimate-topic-article-to-article): Use the
6019         group.
6020
6021 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6022
6023         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
6024
6025 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6026
6027         * nnultimate.el (nnultimate-retrieve-headers): Return all
6028         available headers.
6029
6030         * gnus-sum.el (gnus-read-all-available-headers): New variable.
6031         (gnus-get-newsgroup-headers-xover): Use it.
6032
6033 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6034
6035         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
6036
6037 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6038
6039         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
6040
6041 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6042
6043         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
6044         disable it.
6045
6046         * gnus.el (gnus-info-nodes): Remove a few The's.
6047
6048 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6049
6050         * mail-source.el (mail-source-movemail): Call-process may return a
6051         signal description string.
6052
6053         * gnus-start.el (gnus-read-newsrc-el-file):
6054         gnus-newsrc-file-version may be nil.
6055
6056         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
6057         Suggested by Michael Sperber [Mr. Preprocessor]
6058         <sperber@informatik.uni-tuebingen.de>.
6059
6060 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
6061
6062         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
6063
6064 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
6065
6066         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
6067         fontify HANDLE.
6068
6069 2001-04-18  Simon Josefsson  <simon@josefsson.org>
6070
6071         * smime.el (smime-ask-passphrase): Rework to return value.
6072         (smime-sign-region): Rework to bind value and use it.
6073         (smime-decrypt-region): Ditto.
6074
6075 2001-04-18  Mathias Herberts <Mathias.Herberts@iroise.net>
6076         Committed by Simon Josefsson  <simon@josefsson.org>
6077
6078         * smime.el (smime-ask-passphrase): New function.
6079         (smime-sign-region): Use it.
6080         (smime-encrypt-cipher): New variable.
6081         (smime-decrypt-region): Ditto.
6082
6083 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
6084         Committed by Simon Josefsson  <simon@josefsson.org>
6085
6086         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
6087         the log.
6088
6089 2001-04-14 01:14:42 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6090
6091         *gnus.el: Oort Gnus v0.02 is released.
6092
6093 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
6094
6095         * gnus.el: Oort Gnus v0.01 is released.
6096
6097 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6098
6099         * gnus-sum.el (gnus-summary-highlight): Highlight read
6100         undownloaded articles as read articles.
6101
6102         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
6103         (gnus-agent-get-undownloaded-list): Mark all undownloaded
6104         articles, even read ones, as such.
6105
6106         * gnus-sum.el (gnus-summary-find-matching): Clean up.
6107         (gnus-find-matching-articles): New function.
6108         (gnus-summary-limit-include-matching-articles): New command.
6109         (gnus-summary-limit-include-thread): Include articles that have
6110         matching subjects.
6111         (gnus-offer-save-summaries): Clean up.
6112
6113 2001-04-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6114
6115         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
6116
6117 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6118         From Jason Merrill <jason_merrill@redhat.com>
6119
6120         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
6121
6122 2001-04-10 08:01:15  Katsumi Yamaoka <yamaoka@jpl.org>
6123         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6124
6125         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
6126         newsgroup names when the original article is a news message.
6127
6128 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6129
6130         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
6131         supported. Suggest by Jim Meyering <jim@meyering.net>.
6132
6133 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
6134         Committed by Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6135
6136         * nnmail.el (nnmail-split-it): Added check for .* at the end of
6137         regexp in nnmail-split-fancy.
6138
6139 2001-04-10  Simon Josefsson  <simon@josefsson.org>
6140
6141         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
6142
6143 2001-04-10  Colin Marquardt <colin.marquardt@usa.alcatel.com>
6144
6145         * message.el (message-send-mail): Improve the interaction with the
6146         user.
6147
6148 2001-04-10  Simon Josefsson  <simon@josefsson.org>
6149
6150         * imap.el (imap-message-copy): Work around buggy servers that
6151         doesn't send TRYCREATE tags.
6152
6153 2001-04-09 01:15:54  Katsumi Yamaoka <yamaoka@jpl.org>
6154
6155         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
6156
6157 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6158
6159         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
6160         date.
6161
6162 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6163
6164         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
6165         lives.
6166
6167 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6168
6169         * gnus-art.el (gnus-parse-news-url): New function.
6170         (gnus-button-handle-news): New function.
6171         (gnus-button-alist): Point to new functions.
6172
6173         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
6174
6175         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
6176         gnus-format-specs.
6177
6178         * message.el (message-check-news-header-syntax): Question even
6179         when Gnus doesn't know the group names.
6180         (message-send-news): Clean up.
6181
6182         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
6183         exited on purpose without saving.
6184
6185         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
6186
6187 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6188
6189         * gnus-score.el (gnus-score-orphans): Clean up.
6190
6191         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
6192
6193         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
6194         later.
6195
6196         * gnus-start.el (gnus-close-all-servers): Find the right items to
6197         close.
6198
6199         * qp.el (quoted-printable-decode-region): Just message
6200         malformation; don't quit.
6201
6202 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6203         From Gerd Moellmann <gerd@gnu.org>.
6204
6205         * gnus.el (gnus-interactive): A typo.
6206
6207 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
6208         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6209
6210         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
6211         `assq-delete-all', if that function exists; otherwise use the old
6212         definition. Documentation changed to match the one in
6213         `assq-delete-all'.
6214
6215 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6216
6217         * gnus-start.el (gnus-close-all-servers): New function.
6218
6219         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
6220         (gnus-server-remove-denials): Clean up.
6221
6222         * gnus-sum.el (gnus-summary-sort-by-original): New command and
6223         keystroke.
6224
6225 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6226
6227         * message.el (message-send-news): Message where we are sending.
6228         (message-send-mail): Ditto.
6229
6230         * gnus.el (gnus-server-string): New function.
6231
6232         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
6233
6234         * mm-decode.el (mm-default-directory): Customized.
6235         (mm-tmp-directory): Ditto.
6236
6237         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
6238         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
6239         or Chars.
6240         (gnus-summary-line-format-alist): ?l is now a string.
6241         (gnus-summary-prepare-threads): Output ? for unknown lines.
6242         (gnus-summary-insert-line): Ditto.
6243         (gnus-summary-print-article): Unbalanced parentheses.
6244
6245         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
6246         out whether new stuff has arrived.
6247
6248 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
6249
6250         * gnus-sum.el: Let printing work on ttys on Emacs.
6251
6252 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6253
6254         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
6255         when forcing news.
6256
6257         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
6258         command.
6259
6260 2001-03-31 01:04:54  Francis Litterio  <franl-removethis@world.omitthis.std.com>
6261
6262         * message.el (message-set-auto-save-file-name): Don't use
6263         asterisks under nt.
6264
6265 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6266
6267         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
6268         lists of articles.
6269
6270         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
6271
6272         * gnus-msg.el (gnus-put-message): Clean up.
6273         (gnus-summary-reply): Mark all replied-to articles as replied to.
6274         (gnus-inews-add-send-actions): Also mark as forwarded.
6275         (gnus-summary-mail-forward): Mark as forwarded.
6276
6277         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
6278         of articles.
6279         (gnus-summary-mark-article-as-forwarded): Ditto.
6280
6281         * gnus-msg.el (gnus-summary-resend-message): Mark article as
6282         forwarded.
6283         (gnus-summary-mail-forward): Clean up.
6284
6285         * gnus.el (gnus-article-mark-lists): Added forward.
6286
6287         * gnus-sum.el (gnus-forwarded-mark): New variable.
6288         (gnus-summary-prepare-threads): Use it.
6289         (gnus-summary-update-secondary-mark): Ditto.
6290         (gnus-newsgroup-forwarded): New variable.
6291
6292 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6293
6294         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
6295         (gnus-summary-very-wide-reply): New command and keystroke.
6296         (gnus-summary-very-wide-reply-with-original): Ditto.
6297
6298         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
6299         (gnus-score-adaptive): Use it.
6300
6301         * gnus-start.el (gnus-get-unread-articles): Clean up.
6302
6303 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6304
6305         * nnultimate.el (nnultimate-retrieve-headers): Work for other
6306         boards.
6307
6308 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
6309
6310         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
6311         * gnus-start.el (gnus-subscribe-newsgroup): use it.
6312
6313 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6314
6315         * nnultimate.el (nnultimate-retrieve-headers): Understand
6316         long-form month names.
6317
6318 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6319
6320         * gnus-sum.el (gnus-summary-show-all-headers):
6321         gnus-article-show-all-headers is broken. Use
6322         gnus-summary-toggle-header instead.
6323
6324         * mml2015.el (mml2015-gpg-extract-from): No error.
6325
6326 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6327         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
6328
6329         * mml2015.el (mml2015-gpg-extract-from): New function.
6330         (mml2015-gpg-verify): Use it.
6331         (mml2015-gpg-clear-verify): Use it.
6332
6333 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6334
6335         * message.el (message-setup-fill-variables): Use
6336         fill-paragraph-function.
6337         (message-fill-paragraph): Take an argument.
6338         (message-newline-and-reformat): Take another argument.
6339
6340 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6341
6342         * message.el (rmail-output): It is in rmailout.el not rmail.el.
6343
6344 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6345
6346         * message.el (message-forward): local-variable-p takes an extra
6347         argument in XEmacs.
6348
6349 2001-03-16  Simon Josefsson  <simon@josefsson.org>
6350
6351         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
6352         `nnimap-use-nov-p' (it really tested the negative).
6353         (nnimap-retrieve-headers): Use it.
6354
6355 2001-03-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6356
6357         * message.el (message-generate-headers-first): Update doc.
6358
6359 2001-03-10  Matthias Wiehl <mwiehl@gmx.de>
6360
6361         * gnus.el (gnus-summary-line-format): Typo.
6362
6363 2001-03-11  Simon Josefsson  <simon@josefsson.org>
6364
6365         * mailcap.el (mailcap-mime-data): Add application/sieve.
6366         (mailcap-mime-extensions): Add .siv, .xls.
6367
6368 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6369         From Christoph Conrad <christoph.conrad@gmx.de>
6370
6371         * gnus-score.el (gnus-summary-lower-thread): Typo.
6372
6373 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6374
6375         * message.el (message-forward-decoded-p): New variable.
6376         (message-forward-subject-author-subject): Use it.
6377         (message-make-forward-subject): Use it.
6378         (message-forward): Use it.
6379
6380         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
6381
6382         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
6383         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
6384
6385 ;;Has been fixed -- zsh.
6386 ;;2001-03-05  Dave Love  <fx@gnu.org>
6387 ;;
6388 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
6389 ;;      Move it after definition of mm-coding-system-p.
6390 ;;
6391 2001-03-01  Dave Love  <fx@gnu.org>
6392
6393         * mm-util.el (mm-inhibit-file-name-handlers): Add
6394         image-file-handler.
6395
6396 2001-02-11  Dave Love  <fx@gnu.org>
6397
6398         * message.el (message-signature-file): Fix doc, :type.
6399
6400 2001-02-08  Dave Love  <fx@gnu.org>
6401
6402         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
6403         (message-posting-charset): Defvar when compiling again.
6404         (rfc2047-encodable-p): Require message.
6405
6406         * gnus-sum.el (gnus-alter-articles-to-read-function):
6407         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
6408
6409 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6410
6411         * nnrss.el: New file.
6412
6413 2001-03-08 02:41:36  Katsumi Yamaoka <yamaoka@jpl.org>
6414         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6415
6416         * rfc2047.el (rfc2047-unfold-region): Fix arg of
6417         `skip-chars-forward'.
6418
6419 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6420
6421         * nndraft.el (nndraft-request-group): Restore auto save files if
6422         the original files do not exist.
6423
6424 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6425
6426         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
6427         SCORE paths.
6428
6429         * mm-decode.el (mm-dissect-buffer): Call
6430         mail-extract-address-components only if necessary.
6431
6432 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6433
6434         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
6435         directory part.
6436         (gnus-score-search-global-directories): Use file-directory-p.
6437
6438         * gnus-score.el (gnus-score-score-files-1): Use
6439         gnus-kill-files-directory.
6440         From Adrian Aichner <adrian@xemacs.org>.
6441
6442 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6443
6444         * gnus.el (charset): Move here from gnus-sum.el.
6445
6446 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6447
6448         * mml.el (mml-preview): Disable local map.
6449
6450         * gnus-sum.el (gnus-summary-make-menu-bar): Make
6451         gnus-article-post-menu here.
6452
6453         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
6454         if it has not been made.
6455
6456 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6457
6458         * gnus-art.el (gnus-article-describe-key): Map key to event.
6459         (gnus-article-describe-key-briefly): Ditto
6460
6461 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6462
6463         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
6464
6465 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6466         From Katsumi Yamaoka <yamaoka@jpl.org>.
6467
6468         * dgnushack.el (coerce, merge, subseq): defmacro.
6469
6470 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6471
6472         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
6473         A fake defalias in nndraft.el results a not-activated bug in
6474         uncompiled versions.
6475
6476 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
6477         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6478
6479         * gnus-util.el (gnus-split-references): Handle malformed References:.
6480
6481 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6482
6483         * gnus-art.el (gnus-article-mime-part-status): 1 part.
6484
6485 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6486         From NAGY Andras <nagya@inf.elte.hu>.
6487
6488         * gnus.el (gnus-parameters): Typo.
6489
6490 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6491
6492         * gnus.el (gnus-read-method): Remove redundancy.
6493
6494 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6495
6496         * nnslashdot.el (nnslashdot-backslash-url): New variable.
6497         (nnslashdot-request-list): Use it.
6498
6499 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6500
6501         * nnml.el (nnml-generate-active-info): Fix the case when there is
6502         no file.
6503
6504         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
6505         (gnus-summary-create-article): New function.
6506
6507         * gnus-group.el (gnus-group-mark-article-read): New function.
6508
6509         * gnus-msg.el (gnus-inews-do-gcc): Use it.
6510
6511         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
6512
6513 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6514
6515         * gnus-art.el (gnus-article-edit-done): Don't use
6516         gnus-article-edit-exit.
6517         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
6518
6519         * gnus.el (gnus-parameters): New variable.
6520         Suggested by NAGY Andras <nagya@inf.elte.hu>.
6521         (gnus-parameters-get-parameter): New function.
6522         (gnus-group-find-parameter): Use it.
6523
6524 2001-02-23  Simon Josefsson  <simon@josefsson.org>
6525
6526         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
6527         change of default value to `current'.
6528
6529 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6530
6531         * nneething.el (nneething-get-head): Insert unreadable file too.
6532
6533 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6534
6535         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
6536
6537         * webmail.el (webmail-type-definition): Deja is bought by google.
6538
6539 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6540
6541         * gnus-sum.el (gnus-fetch-headers): New function.
6542         (gnus-select-newsgroup): Use it.
6543         (gnus-summary-insert-articles): New function.
6544         (gnus-summary-insert-old-articles): New function.
6545         (gnus-summary-insert-new-articles): New function.
6546
6547         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
6548         (gnus-group-list-active): Ditto.
6549         * gnus-sum.el (gnus-set-mode-line): Ditto.
6550         (gnus-summary-read-group-1): Ditto.
6551
6552 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6553
6554         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
6555         current topic.
6556
6557 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6558
6559         * smiley.el (gnus-smiley-display): Don't do widening.
6560
6561         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
6562         within body.
6563
6564         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
6565
6566         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
6567         New variable.
6568         (gnus-mime-display-multipart-related-as-mixed): New variable.
6569         (gnus-mime-display-part): Use them.
6570
6571 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6572
6573         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
6574         something special.
6575
6576 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6577
6578         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
6579         (nnweb-request-article): Call reference if exists.
6580         (nnweb-type-definition): Dejanews is bought by google.com.
6581         Beta!
6582
6583 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6584
6585         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
6586
6587 2001-02-19  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6588
6589         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
6590         gnus-article-sort-functions.
6591         (gnus-article-sort-functions): Doc fix.  Refer to
6592         gnus-thread-sort-functions.
6593
6594 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6595         From Paul Jarc <prj@po.cwru.edu>.
6596
6597         * message.el (message-get-reply-headers): More fixes.
6598
6599 2001-02-17  Paul Jarc <prj@po.cwru.edu>
6600         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6601
6602         * message.el (message-get-reply-headers): Fix bug with
6603         Mail-Followup-To/to-address interaction.
6604
6605 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6606
6607         * gnus-msg.el (gnus-configure-posting-styles): Match header in
6608         gnus-article-copy.
6609
6610 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6611
6612         * message.el (message-do-send-housekeeping): Rename to a better
6613         name.
6614
6615 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6616
6617         * message.el (message-cancel-news): Check article first, then ask
6618         yes or no.
6619
6620 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6621
6622         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
6623
6624 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6625
6626         * gnus-range.el (gnus-range-normalize): New function.
6627
6628 2001-02-15  NAGY Andras <nagya@inf.elte.hu>
6629
6630         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
6631
6632 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6633
6634         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
6635
6636         * nnagent.el (nnagent-request-regenerate): New function.
6637
6638         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
6639
6640         * nnml.el (nnml-generate-nov-databases): Accept argument
6641         server. Don't open server if it is opened.
6642         (nnml-request-regenerate): Use it. Change to deffoo.
6643
6644 2001-02-14  Katsumi Yamaoka <yamaoka@jpl.org>
6645         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6646
6647         * gnus.el (gnus-define-group-parameter): Fix.
6648
6649 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6650
6651         * gnus.el (gnus-define-group-parameter): Improved.
6652
6653         * gnus-sum.el (charset): Define parameter.
6654         (ignored-charsets): Ditto.
6655         (gnus-summary-setup-default-charset): Use them.
6656
6657         * gnus-start.el (gnus-read-descriptions-file): Use them.
6658
6659         * gnus-cus.el (gnus-group-parameters): Remove them.
6660
6661 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6662
6663         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
6664
6665 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6666
6667         * gnus-sum.el (gnus-summary-read-group-1): Remove
6668         gnus-summary-set-local-parameters.
6669         (gnus-summary-setup-buffer): Put it here.
6670
6671 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6672
6673         * gnus.el (to-address): Define parameter.
6674         (to-list): Ditto.
6675         * gnus-art.el (article-hide-boring-headers): Use them.
6676         * gnus-msg.el (gnus-post-news): Ditto.
6677         * gnus-cus.el (gnus-group-parameters): Remove them.
6678
6679 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6680
6681         * gnus-draft.el (gnus-draft-reminder): New function.
6682
6683         * gnus-art.el (gnus-sender-save-name): New function.
6684
6685 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6686
6687         * mm-util.el (mm-mime-charset): Error message.
6688
6689 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6690
6691         * message.el (message-check-news-body-syntax): Don't check mml lines.
6692
6693 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6694
6695         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
6696         subscribe.
6697
6698         * gnus-start.el (gnus-call-subscribe-functions): New function.
6699         (gnus-find-new-newsgroups): Use it.
6700         (gnus-ask-server-for-new-groups): Use it.
6701         (gnus-check-first-time-used): Use it.
6702         (gnus-subscribe-newsgroup-method): Grok a list of functions.
6703         (gnus-subscribe-options-newsgroup-method): Ditto.
6704         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
6705         return .
6706
6707 2001-02-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6708
6709         * gnus-cus.el (gnus-score-customize): Doc fix.
6710
6711 2001-02-11  Jesper Harder <harder@ifa.au.dk>
6712
6713         * dgnushack.el (my-getenv): Typo.
6714
6715 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6716
6717         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
6718
6719 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6720
6721         * gnus-group.el (gnus-group-suspend): Offer save summaries.
6722
6723         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
6724         (gnus-treatment-function-alist): Use it.
6725         (article-remove-leading-whitespace): New function.
6726         (gnus-article-make-menu-bar): Use it.
6727
6728         * gnus-sum.el (gnus-summary-wash-empty-map): Add
6729         remove-leading-whitespace.
6730         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
6731         because of conflict.
6732
6733 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6734
6735         * Makefile.in: Hack generating gnus-load.el.
6736         * dgnushack.el: Ditto.
6737         * gnus-load.el: Remove it.
6738
6739 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6740
6741         * dgnushack.el : Add URLDIR.
6742
6743         * Makefile.in (EMACS_COMP): Ditto.
6744
6745 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6746
6747         * gnus-cus.el (gnus-score-customize): Error on no score file.
6748
6749 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6750
6751         * mm-decode.el (mm-merge-handles): New function.
6752
6753         * mm-view.el (mm-inline-message): Use it.
6754         (mm-view-message): Ditto.
6755
6756         * mm-partial.el (mm-inline-partial): Ditto.
6757
6758         * mm-extern.el (mm-inline-external-body): Ditto.
6759
6760         * gnus-art.el (gnus-mime-view-part): Ditto.
6761         (gnus-mime-view-part-as-type): Ditto.
6762         (gnus-mime-save-part-and-strip): Prevent users to strip in some
6763         cases.
6764
6765 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6766
6767         * message.el (message-cancel-news): Allow to shoot foot.
6768         (message-supersede): Ditto.
6769
6770 2001-02-08  Tommi Vainikainen <thv@iki.fi>
6771
6772         * gnus-sum.el (gnus-simplify-subject-re): Use
6773         message-subject-re-regexp.
6774
6775 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6776
6777         * nnmail.el (nnmail-expiry-target-group): Bind
6778         nnmail-cache-accepted-message-ids to nil.
6779
6780         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
6781         coding system.
6782
6783 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6784
6785         * qp.el (quoted-printable-encode-region): Make sure characters are
6786         between 00 and FF.  Don't check charset.
6787
6788         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
6789         in Emacs 20.
6790         * rfc2047.el (rfc2047-q-encode-region): Ditto.
6791
6792 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6793
6794         * message.el (message-make-forward-subject): Argument decoded.
6795         (message-forward): Use it when digest.
6796
6797         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
6798         buffer.
6799
6800 2001-02-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6801
6802         * message.el (message-generate-headers-first): Doc fix.
6803
6804 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6805
6806         * gnus-art.el (article-make-date-line): Error proof.
6807
6808 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6809
6810         * gnus-group.el (gnus-group-listing-limit): New variable.
6811         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
6812
6813         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
6814
6815 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6816
6817         * message.el (message-newline-and-reformat): Special case for
6818         breaking at BOL.
6819
6820 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
6821
6822         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
6823         message/rfc822.
6824
6825 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6826
6827         * message.el (message-encode-message-body): Don't insert
6828         Content-Type if it is inside a mail.
6829
6830 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6831
6832         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
6833         gnus-article-commands-menu.
6834
6835         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
6836         in Emacs.
6837
6838         * gnus-start.el (gnus-read-descriptions-file): Use
6839         gnus-group-name-charset and gnus-group-charset-alist.
6840
6841 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6842
6843         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
6844         active region.
6845
6846         * gnus-start.el (gnus-group-change-level): Remove from both
6847         gnus-zombie-list and gnus-killed-list.
6848
6849 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6850
6851         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
6852         gnus-subscribe-topics.
6853
6854         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
6855
6856 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6857
6858         * gnus-art.el (gnus-article-make-menu-bar): Make
6859         gnus-article-post-menu.
6860
6861         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
6862
6863         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
6864
6865         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
6866
6867         * message.el (message-mode-menu): Ditto.
6868
6869         * gnus-art.el (defvar): eval-when-compile.
6870
6871 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6872
6873         * gnus-agent.el (gnus-agentize): Fix doc.
6874
6875 2001-02-02  Karl Kleinpaste <karl@charcoal.com>
6876
6877         * mml.el (mml-preview): Bind `q'.
6878
6879 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6880
6881         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
6882
6883 2001-01-31  Dave Love  <fx@gnu.org>
6884
6885         * mm-util.el (mm-mime-mule-charset-alist)
6886         (mm-find-mime-charset-region): Consider mule-utf-8.
6887
6888 2001-01-31  Dave Love  <fx@gnu.org>
6889
6890         * gnus-art.el (gnus-article-x-face-command)
6891         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
6892         :version.
6893
6894 2001-01-26  Dave Love  <fx@gnu.org>
6895
6896         * mm-util.el (mm-multibyte-string-p): New.
6897
6898 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
6899 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
6900 ;;      string-as-multibyte on class.  Clarify line-folding.
6901         (quoted-printable-encode-string): Make temp buffer inherit
6902         string's multibyteness.
6903
6904 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
6905
6906         * nnheader.el (toplevel): Don't require `gnus-util' at
6907         compile-time; this creates a circular dependency, and prevents
6908         a bootstrap.
6909
6910 2001-01-22  Andreas Schwab  <schwab@suse.de>
6911
6912         * nnheader.el (gnus-delete-line): Autoload it as a macro.
6913
6914 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6915
6916         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
6917
6918         * gnus-art.el (article-hide-list-identifiers): Ditto.
6919
6920         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
6921
6922 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6923
6924         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
6925
6926         * gnus-art.el (article-hide-list-identifiers): Similar.
6927
6928 2001-01-31  Karl Kleinpaste <karl@charcoal.com>
6929
6930         * nnmail.el (nnmail-remove-list-identifiers): Improved.
6931
6932 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6933
6934         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
6935
6936 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6937
6938         * gnus-util.el (gnus-string-equal): New function.
6939
6940         * gnus-art.el (article-hide-boring-headers): Use it.
6941
6942 2001-01-27  Karl Kleinpaste <karl@charcoal.com>
6943
6944         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
6945
6946 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6947
6948         * gnus-msg.el (gnus-msg-mail): Support switch-action.
6949
6950 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6951
6952         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
6953         command if there is not last-saver.
6954
6955 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6956
6957         * nntp.el (nntp-open-connection): 201 is possible.
6958
6959 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6960
6961         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
6962         (rfc2047-charset-encoding-alist): Add big5.
6963
6964 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6965
6966         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
6967         (gnus-agent-remove-server): Ditto.
6968         (autoload): gnus-server-update-server.
6969
6970         * gnus-srvr.el (gnus-server-line-format): Add %a.
6971         (gnus-server-line-format-alist): Add gnus-tmp-agent.
6972         (gnus-server-insert-server-line): Use it.
6973
6974 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6975
6976         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
6977         GB2312 and Big5.
6978
6979 2001-01-24  Simon Josefsson  <sj@extundo.com>
6980
6981         * mail-source.el (mail-sources): Add :program specifier to IMAP
6982         mail source.
6983         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
6984
6985 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6986
6987         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
6988
6989 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6990
6991         * nntp.el (nntp-wait-for): Return the success code.
6992         (nntp-open-connection): Use it.
6993
6994 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6995
6996         * gnus-int.el (gnus-check-server): Allow breaking the opening.
6997
6998 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6999
7000         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
7001
7002 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7003
7004         * gnus-sum.el (gnus-summary-print-article): Take one prefix
7005         argument. Allow to print several articles in one file.
7006
7007 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7008
7009         * webmail.el (webmail-type-definition): netaddress changes.
7010
7011 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7012
7013         * gnus.el: Fix copyright. Remove trailing spaces.
7014
7015         * message.el (message-forward): Use mule4.
7016
7017 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7018
7019         * mm-util.el (mm-string-as-unibyte): New function.
7020
7021         * message.el (message-forward): Use it.
7022
7023 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7024
7025         * message.el (message-cite-original-without-signature): Don't peel
7026         off the blank line.
7027         (message-get-reply-headers): Add Cc if it is not in follow-to.
7028
7029 2001-01-20  Simon Josefsson  <sj@extundo.com>
7030
7031         * mm-decode.el (mm-handle-multipart-from): Add.
7032         (mm-dissect-buffer): Save From: header value.
7033         (mm-security-from): Remove.
7034         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
7035
7036         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
7037         instead of `mml-security-from'.  Protect null from value.
7038
7039 2001-01-20  Simon Josefsson  <sj@extundo.com>
7040
7041         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
7042         application/vnd.ms-excel attachments.
7043
7044 2001-01-19  Simon Josefsson  <sj@extundo.com>
7045
7046         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
7047
7048 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7049
7050         * message.el (message-ignored-mail-headers): Ditto.
7051
7052 2001-01-19  Simon Josefsson  <sj@extundo.com>
7053
7054         * message.el (message-ignored-news-headers): Only search beginning
7055         of line.
7056
7057 2001-01-19  Alberto Lusiani <a.lusiani@noemail.org>
7058
7059         * message.el (message-send-mail): Content-Type may not be there.
7060
7061 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7062
7063         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
7064         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
7065
7066         * gnus-art.el (article-display-x-face): Insert X-Face if there is
7067         not.
7068
7069 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7070
7071         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
7072         non-native groups.
7073
7074 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7075
7076         * message.el (message-yank-original): Understand
7077         universal-argument.
7078
7079 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7080
7081         * gnus-art.el (gnus-boring-article-headers): Add to-address.
7082         (article-hide-boring-headers): Ditto.
7083
7084         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
7085
7086 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7087
7088         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
7089         one.
7090
7091 2001-01-16  Simon Josefsson  <simon@josefsson.org>
7092
7093         * message.el (message-make-in-reply-to): Add comment to message-id
7094         (old syntax, see 2000-08-02 change).
7095
7096 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7097
7098         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
7099         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
7100         (gnus-button-reply): Ditto.
7101
7102 2001-01-16  Katsumi Yamaoka <yamaoka@jpl.org>
7103
7104         * gnus-art.el (article-display-x-face): Fix.
7105
7106 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7107
7108         * gnus-art.el (article-display-x-face): Use
7109         gnus-original-article-buffer.
7110
7111 2001-01-15  Jack Twilley <jmt@tbe.net>
7112
7113         * message.el (message-add-header): Move to point-max.
7114
7115 2001-01-15  Simon Josefsson  <simon@josefsson.org>
7116
7117         * smime.el (smime-CA-directory, smime-CA-file): Change default to
7118         nil, improve documentation.
7119         (smime-certificate-directory): Comment out false hints (until it
7120         is implemented).
7121
7122         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
7123         there aren't any keys.
7124         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
7125         verify certificate.  Default is changed to only check integrity.
7126         Improved security status texts.  If a certificate doesn't contain
7127         a email address, don't fail.
7128
7129         * smime.el (smime-noverify-region):
7130         (smime-noverify-buffer): New functions.  Verifies integrity only.
7131
7132 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7133
7134         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
7135
7136 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7137
7138         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
7139         (gnus-remove-some-windows): Ditto.
7140
7141 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7142
7143         * gnus-art.el (article-make-date-line): 11th.
7144
7145 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7146
7147         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
7148         (mml2015-gpg-sign): Ditto.
7149
7150 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7151
7152         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
7153         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
7154
7155 2001-01-08  Dave Love  <fx@gnu.org>
7156
7157         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
7158         single character.
7159
7160         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
7161
7162         * message.el: Doc and message fixes.
7163         (message-send-rename-function)
7164         (message-make-forward-subject-function)
7165         (message-send-mail-function, message-reply-to-function)
7166         (message-wide-reply-to-function, message-followup-to-function)
7167         (message-distribution-function, message-auto-save-directory): Fix
7168         :type.
7169
7170         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
7171         proceeding after warnings.  Amend multipart warning message.
7172
7173 2001-01-04  Dave Love  <fx@gnu.org>
7174
7175         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
7176         compiling.
7177         (gnus-make-directory): Require nnmail.
7178
7179         * mm-decode.el (mm-inline-media-tests): Add
7180         image/x-portable-bitmap.
7181         (mm-get-image): Grok pbm.
7182
7183 2001-01-10  Paul Stevenson <p.stevenson@surrey.ac.uk>
7184
7185         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
7186
7187 2001-01-09  Didier Verna  <didier@xemacs.org>
7188
7189         * dgnushack.el (dgnushack-compile): give a dummy value to
7190         `gnus-xmas-glyph-directory' for the time of compilation.
7191         * gnus-agent.el: moved some XEmacs specific hook add-ons from
7192         `gnus-xmas-[re]define' to avoid loosing user custom settings.
7193         * gnus-art.el: ditto.
7194         * gnus-group.el: ditto.
7195         * gnus-salt.el: ditto.
7196         * gnus-sum.el: ditto.
7197         * gnus-topic.el: ditto.
7198         * gnus-xmas.el (gnus-xmas-define): see above.
7199         * gnus-xmas.el (gnus-xmas-redefine): see above.
7200         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
7201         non-continuable error when the directory can't be found.
7202
7203 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7204
7205         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
7206         handle.
7207         * gnus-art.el (gnus-mime-view-part): Copy it.
7208         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
7209
7210 2001-01-09  Michael Downes <mjd@ams.org>
7211
7212         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
7213
7214 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7215
7216         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
7217         orig-file. Use ',source.
7218
7219 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7220
7221         * gnus-xmas.el (gnus-xmas-modeline-glyph):
7222         (gnus-xmas-group-startup-message):
7223         Detect gnus-xmas-glyph-directory when it is nil.
7224
7225 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7226
7227         * pop3.el (pop3-get-message-count): Andrew Innes
7228         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
7229
7230 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7231
7232         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
7233
7234         * time-date.el (time-to-number-of-days): New function.
7235
7236 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
7237
7238         * nnslashdot.el (nnslashdot-request-list): Always get the right
7239         sid.
7240
7241 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7242
7243         * message.el (message-minibuffer-local-map): New keymap.
7244         (message-read-from-minibuffer): Use it.
7245         * gnus-msg.el (gnus-summary-resend-message): Use it
7246
7247 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7248
7249         * gnus-start.el (gnus-display-time-event-handler): New function.
7250         (gnus-after-getting-new-news-hook): Use it.
7251
7252 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7253
7254         * message.el (message-ignored-mail-headers): Add draft header.
7255
7256 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7257
7258         * gnus-sum.el (gnus-summary-expire-articles): Don't save
7259         excursion.
7260
7261         * nnslashdot.el (nnslashdot-request-list): Get the right year.
7262
7263 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
7264
7265         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
7266
7267 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7268
7269         * qp.el (quoted-printable-decode-region): Don't backward-char.
7270
7271 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7272
7273         * gnus-draft.el: Mark articles as replied.
7274
7275         * gnus-sum.el (gnus-summary-add-mark): New function.
7276
7277         * gnus-group.el (gnus-add-mark): New function.
7278
7279         * gnus-sum.el (gnus-summary-buffer-name): New function.
7280         (gnus-summary-setup-buffer): Use it.
7281
7282         * gnus-draft.el: Set things up with the right post method and
7283         stuff.
7284
7285         * message.el (message-ignored-news-headers): Remove X-Draft-From.
7286
7287         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
7288
7289         * gnus.el (gnus-draft-meta-information-header): New variable.
7290
7291 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7292
7293         * gnus-art.el (gnus-treatment-function-alist): Move the date
7294         functions before the header sorting functions.
7295
7296         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
7297
7298         * dgnushack.el (dgnushack-compile): Message whether there is w3.
7299         Don't (push "/usr/share/emacs/site-lisp" load-path).
7300
7301         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
7302         to empty fill prefixes.
7303
7304 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7305
7306         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
7307         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
7308
7309 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7310
7311         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
7312
7313         * nnml.el (autoload): Move to nnheader.el.
7314
7315         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
7316         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
7317         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
7318         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
7319
7320 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7321
7322         * gnus-art.el (article-make-date-line): Get the hours right.
7323         (gnus-ignored-headers): More hiding.
7324
7325         * nnmail.el (nnmail-expiry-wait): Not an integer.
7326
7327         * message.el (message-goto-body): Only expand abbrev when called
7328         interactively.
7329         (message-make-lines): Use it.
7330
7331 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7332
7333         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
7334
7335 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7336
7337         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
7338         include the expunged articles.
7339
7340         * gnus-group.el (gnus-group-sort-by-server): New function.
7341
7342         * gnus.el (gnus-method-to-server-name): New function.
7343         (gnus-group-prefixed-name): Use it.
7344
7345         * gnus-group.el (gnus-group-sort-function): Doc fix.
7346         (gnus-group-sort-groups-by-server): New command.
7347
7348 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7349
7350         * gnus-art.el (gnus-treat-date-english): New variable.
7351         (article-date-english): New command.
7352         (gnus-english-month-names): New variable.
7353         (article-make-date-line): Do 'english.
7354
7355         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
7356         after the fill prefix.
7357
7358         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
7359         score...".
7360
7361         * gnus-art.el (gnus-ignored-headers): Hide more headers.
7362
7363         * message.el (message-mode-map): Bind comment-region.
7364
7365         * gnus-art.el (gnus-mime-display-part): Let w3 display
7366         multipart/related.
7367
7368         * mm-bodies.el (mm-long-lines-p): New function.
7369         (mm-body-encoding): Use it.
7370         (mm-body-encoding): Encode articles with lines longer than 1000
7371         characters.
7372
7373 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7374
7375         * mm-util.el (mm-enable-multibyte): Use
7376         default-enable-multibyte-characters.
7377         (mm-enable-multibyte-mule4): Ditto.
7378         (mm-disable-multibyte): Test XEmacs.
7379         (mm-disable-multibyte-mule4): Ditto.
7380         (mm-with-unibyte-current-buffer): Simplified.
7381         (mm-with-unibyte-current-buffer-mule4): Ditto.
7382
7383 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7384
7385         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
7386
7387         * nnheader.el (nnheader-string-as-multibyte): New alias.
7388
7389         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
7390
7391         * gnus-uu.el (gnus-message-process-mark): New function.
7392         (gnus-uu-mark-by-regexp): Use it.
7393         (gnus-new-processable): New function.
7394
7395 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
7396
7397         * gnus-sum.el (gnus-no-mark): New variable.
7398
7399 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7400
7401         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
7402         backslashes.
7403
7404 2000-12-26  Katsumi Yamaoka <yamaoka@jpl.org>
7405
7406         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
7407         definition.
7408
7409 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7410
7411         * dgnushack.el (dgnushack-compile): elc is in the current directory.
7412
7413         * qp.el (quoted-printable-encode-region): Don't check multibyte in
7414         XEmacs.
7415
7416 2000-12-25  Lloyd Zusman <ljz@asfast.com>
7417
7418         * mml.el (mml-read-tag): Save tag location.
7419
7420 2000-12-25  Simon Josefsson  <simon@josefsson.org>
7421
7422         * starttls.el: Sync with Emacs 21.
7423
7424 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7425
7426         * message.el (message-mail): Support yank-action.
7427
7428         * message.el (message-setup): Revoke the last change.
7429
7430 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7431
7432         * message.el (message-setup): Use cons. Suggested by Johan Vromans
7433         <jvromans@squirrel.nl>.
7434
7435 2000-12-24  Simon Josefsson  <sj@extundo.com>
7436
7437         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
7438         mailing list junk at end of part.
7439
7440 2000-12-23  Simon Josefsson  <sj@extundo.com>
7441
7442         * nnimap.el (nnimap-expiry-target): New function.
7443         (nnimap-request-expire-articles): Use it.
7444
7445 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7446
7447         * gnus.el (gnus-group-parameters-more): New variable.
7448         * gnus-cus.el (gnus-group-customize): Use it.
7449
7450         * gnus.el (gnus-define-group-parameter): New macro.
7451         (auto-expire): Use it
7452         (total-expire): Use it.
7453         * gnus-art.el (banner): Use it.
7454
7455         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
7456         <ljz@asfast.com>.
7457
7458 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7459
7460         * gnus-topic.el (gnus-topic-create-topic): Use list.
7461
7462         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
7463         before binding gnus-default-article-saver.
7464
7465         * gnus-sum.el (gnus-summary-save-article):
7466         (gnus-summary-pipe-output):
7467         (gnus-summary-save-article-mail):
7468         (gnus-summary-save-article-rmail):
7469         (gnus-summary-save-article-file):
7470         (gnus-summary-write-article-file):
7471         (gnus-summary-save-article-body-file): Ditto.
7472
7473         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
7474
7475 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7476
7477         * gnus-art.el (gnus-mime-security-button-map):
7478         (gnus-mime-button-map): Add parent.
7479
7480 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7481
7482         * messagexmas.el (message-xmas-redefine): New function.
7483
7484         * message.el: Use it.
7485
7486         * gnus-art.el (gnus-article-check-hidden-text): Return t.
7487
7488         * gnus-util.el (gnus-remove-text-properties-when): Return t.
7489
7490 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7491
7492         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
7493         malformatted messages.
7494
7495 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7496
7497         * mm-util.el (mm-image-load-path): New function.
7498
7499         * gnus-group.el (gnus-group-make-tool-bar): Use it.
7500
7501         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
7502
7503         * message.el (message-tool-bar-map): Use it.
7504
7505         * Makefile.in (install-el): New rule.
7506
7507 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7508
7509         * gnus-art.el (article-treat-dumbquotes): Quote \.
7510
7511 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7512
7513         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
7514         Emacs 20 runs on a terminal.
7515
7516 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7517
7518         * gnus-msg.el (gnus-bug): Revert to save-excursion.
7519
7520         * mml.el (gnus-add-minor-mode): Autoload.
7521
7522         * message.el (message-forward): Save-restriction.
7523
7524 2000-12-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7525
7526         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
7527         Paul Stevenson <p.stevenson@surrey.ac.uk>
7528
7529 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7530
7531         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
7532
7533         * mml.el (gnus-ems): Don't require.
7534
7535         * gnus.el (gnus-decode-rfc1522): Removed.
7536         (gnus-set-text-properties): Define.
7537
7538 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7539
7540         * gnus-art.el (gnus-mime-*): handle may be nil.
7541
7542         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
7543
7544         * gnus.el (gnus-group-remove-excess-properties): Not defined
7545         in gnus-xmas.
7546
7547 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7548
7549         * message.el (message-mail-user-agent): Add :version.
7550
7551 2000-12-21  Miles Bader  <miles@gnu.org>
7552
7553         * message.el (message-mode): Set `comment-start' to the  yank prefix.
7554
7555 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7556
7557         * message.el (message-mail-user-agent): New variable.
7558         (message-setup): Renamed to message-setup-1. Support
7559         mail-user-agent.
7560         (message-mail-user-agent): New function.
7561         (message-mail): Use it.
7562         (message-reply): Use it.
7563         (message-resend): Use it.
7564         (message-mail-other-window): Use it.
7565         (message-mail-other-frame): Use it.
7566
7567         * gnus-msg.el (gnus-bug): Support mail-user-agent.
7568
7569 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7570
7571         * message.el (message-tool-bar-map): Simplify.
7572         (message-narrow-to-head-1): New function.
7573         (message-narrow-to-head): Use it.
7574         (message-reply): Ditto.
7575         (message-cancel-news): Ditto.
7576         (message-supersede): Ditto.
7577         (message-make-forward-subject): Ditto.
7578         (message-bounce): Ditto.
7579
7580 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7581
7582         * uudecode.el (uudecode-decode-region-external): make-temp-file
7583         may not be defined.
7584
7585         * binhex.el (defalias): eval-and-compile.
7586
7587         * message.el (message-tool-bar-map): New function.
7588         (message-mode): Use it.
7589
7590 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7591
7592         * nntp.el (nntp-find-connection): Remove the entry.
7593         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
7594
7595 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7596
7597         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
7598
7599         * message.el (message-forward): Copy buffer in unibyte mode.
7600
7601 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7602
7603         * message.el (message-make-forward-subject): Don't widen. Decode.
7604         (message-forward): Don't decode subject.
7605
7606 2000-12-20  Christoph Conrad <C.Conrad@cli.de>
7607
7608         * qp.el (quoted-printable-encode-region): Upcase QP.
7609
7610 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7611
7612         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
7613         mail-extract-a-c instead. Don't depend on Gnus.
7614
7615         * mml.el (gnus-ems): Require it.
7616
7617         * gnus-msg.el (gnus-summary-mail-forward):
7618
7619         * message.el (message-forward):  Move mime-to-mml here.
7620
7621 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7622
7623         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
7624         * gnus-art.el (gnus-insert-mime-button): Simplify.
7625         (gnus-mime-display-alternative): Ditto.
7626         (gnus-insert-mime-security-button): Ditto.
7627
7628 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7629
7630         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
7631         text-property-not-all doesn't return nil when start=mark(end).
7632         (gnus-remove-text-properties-when): Ditto.
7633
7634 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7635
7636         * gnus-start.el (gnus-group-change-level): Remove group from
7637         gnus-active-hashtb if real killed.
7638
7639 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7640
7641         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
7642         (gnus-mime-display-alternative): Ditto.
7643         (gnus-insert-mime-security-button): Ditto.
7644
7645 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7646
7647         * gnus-start.el (gnus-group-change-level): Don't add it into
7648         killed-list if it was killed.
7649
7650 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7651
7652         * nnmbox.el (nnmbox-file-coding-system): Use binary.
7653         (nnmbox-active-file-coding-system): Ditto.
7654
7655         * gnus-cus.el (gnus-group-parameters): Add posting-style.
7656
7657 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7658
7659         * gnus.el (gnus-version):
7660         (gnus-version-number): Set to Oort Gnus 0.01.
7661
7662         * gnus-art.el (gnus-mime-security-button-map):
7663         (gnus-insert-mime-security-button): Fix for Emacs21.
7664
7665 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7666
7667         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
7668         easymenu, because XEmacs doesn't understand :help.
7669
7670         * mm-uu.el: Require binhex.
7671
7672 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7673
7674         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
7675
7676 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7677
7678         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
7679
7680 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
7681
7682         * *.xpm, *.pbm: Convert icons icons to size 24x24.
7683
7684 2000-12-18  Dave Love  <fx@gnu.org>
7685
7686         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
7687         (unused).
7688
7689 2000-12-13  Miles Bader  <miles@gnu.org>
7690
7691         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
7692         to t, so that we don't get stuck while trying to smilefy
7693         intangible text.
7694
7695 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
7696
7697         * smiley-ems.el (smiley-regexp-alist): Make regexps match
7698         at the end of the buffer.
7699         (smiley-region): In the loop, move to the end of the submatch
7700         matching the smiley instead of using the end of the match
7701         of the whole regexp.
7702
7703 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
7704
7705         * message.el (message-mode): Doc fix.
7706
7707 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
7708
7709         * smiley-ems.el (smiley-region): Doc fix.
7710
7711 2000-12-11  Miles Bader  <miles@gnu.org>
7712
7713         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
7714         bottom line visible, check to see if it's partially obscured, and
7715         if so, either scroll one more line to make it fully visible, or
7716         revert to showing the second line from the top.
7717
7718 2000-12-07  Dave Love  <fx@gnu.org>
7719
7720         * mailcap.el (mailcap-download-directory)
7721         * gnus-audio.el (gnus-audio-directory)
7722         * smiley-ems.el (smiley-data-directory): Fix :type.
7723
7724 2000-11-30  Dave Love  <fx@gnu.org>
7725
7726         * message.el (message-auto-save-directory): Use
7727         file-name-as-directory.
7728         (message-set-auto-save-file-name): Create
7729         message-auto-save-directory if necessary.
7730         (message-replace-chars-in-string): Removed -- unused.
7731         (message-mail-alias-type): Customize.
7732         (message-headers): Remove duplicate defgroup.
7733
7734 2000-11-29  Dave Love  <fx@gnu.org>
7735
7736         * qp.el (quoted-printable-decode-region): Use error, not message
7737         to report malformed text (like base64).  Amend message.
7738
7739 2000-11-29  Miles Bader  <miles@gnu.org>
7740
7741         * message.el (message-header-lines): Fontify tag.
7742
7743 2000-11-27  Dave Love  <fx@gnu.org>
7744
7745         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
7746         compiler warning.
7747
7748 ;2000-11-26  Dave Love  <fx@gnu.org>
7749 ;
7750 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
7751 ;
7752 2000-11-23  Dave Love  <fx@gnu.org>
7753
7754         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
7755
7756         * mm-uu.el (uudecode): Require.
7757         (uudecode-decode-region, uudecode-decode-region-external): Don't
7758         autoload.
7759         (mm-uu-copy-to-buffer): Doc fix.
7760         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
7761         type fix.
7762
7763         * mailcap.el: Doc fixes.
7764         (mailcap-mime-data): Various adjustments.
7765         (mailcap): New group.
7766         (mailcap-download-directory): Customize.
7767         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
7768         (mailcap-temporary-directory): Deleted (unused).
7769         (mailcap-unescape-mime-test): Simplify slightly.
7770         (mailcap-viewer-passes-test): Use functionp.
7771         (mailcap-command-p): Aliased to executable-find.
7772
7773         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
7774         default-enable-multibyte-characters is nil.
7775
7776 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
7777
7778         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
7779
7780 2000-11-21  Dave Love  <fx@gnu.org>
7781
7782         * gnus-art.el (gnus-mime-button-map): Don't inherit from
7783         gnus-article-mode-map.
7784 ;       (gnus-mime-button-menu): Use mouse-set-point.
7785         (gnus-insert-mime-button, gnus-mime-display-alternative)
7786         (gnus-mime-display-alternative): Don't use local-map property.
7787
7788 2000-11-17  Dave Love  <fx@gnu.org>
7789
7790         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
7791         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
7792         and make-temp-file.
7793         (uudecode-decode-region): Doc fix.
7794
7795 2000-11-14  Dave Love  <fx@gnu.org>
7796
7797         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
7798         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
7799         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
7800         New files, derived from the XPMs.
7801
7802 2000-11-10  Dave Love  <fx@gnu.org>
7803
7804         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
7805         (gnus-agent-lib-file, gnus-agent-load-alist)
7806         (gnus-agent-save-alist, gnus-agent-article-name): Use
7807         expand-file-name.
7808
7809         * gnus-group.el (gnus-group-name-charset-method-alist): Add
7810         :version.
7811         (nnkiboze-score-file): Defvar when compiling.
7812
7813         * gnus-start.el (gnus-read-newsrc-file): Add :version.
7814
7815         * gnus-art.el (gnus-article-banner-alist)
7816         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
7817         (gnus-article-date-lapsed-new-header)
7818         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
7819         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
7820         (gnus-treat-strip-headers-in-body)
7821         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
7822         (gnus-treat-translate): Add :version.
7823         (gnus-article-mime-part-function): Fix defcustom.
7824
7825         * nnmail.el (nnmail-expiry-target)
7826         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
7827         (nnmail-split-header-length-limit): Add :version.
7828
7829         * gnus-sum.el (gnus-auto-expirable-marks)
7830         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
7831         (gnus-extra-headers, gnus-ignored-from-addresses)
7832         (gnus-newsgroup-ignored-charsets)
7833         (gnus-group-highlight-words-alist)
7834         (gnus-summary-show-article-charset-alist): Add :version.
7835
7836         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
7837         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
7838         files, converted from the XPMs.
7839
7840         * gnus-cache.el (gnus-cache-active-file): Don't use
7841         file-name-as-directory on directory.
7842         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
7843         use file-name-as-directory on directory.
7844
7845         * time-date.el (timezone-make-date-arpa-standard): Autoload.
7846         (date-to-time): Use it.
7847
7848 ;       * message.el (message-mode) <adaptive-fill-regexp>:
7849 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
7850 ;       (message-newline-and-reformat): Likewise.
7851         (message-forward-as-mime, message-forward-ignored-headers)
7852         (message-buffer-naming-style, message-default-charset)
7853         (message-dont-reply-to-names, message-send-mail-partially-limit):
7854         Add :version.
7855
7856         * mm-util.el: Doc fixes.
7857         (mm-mime-charset): Don't use the raw result of
7858         mm-preferred-coding-system.
7859         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
7860         (mm-with-unibyte): Simplify.
7861
7862         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
7863         concat.
7864
7865         * pop3.el (pop3-version): Deleted.
7866         (pop3-make-date): New function, avoiding message-make-date.
7867         (pop3-munge-message-separator): Use it.
7868
7869 2000-11-09  Dave Love  <fx@gnu.org>
7870
7871         * gnus-group.el (gnus-group-make-directory-group)
7872         (gnus-group-fetch-faq): Use expand-file-name.
7873         (gnus-group-fetch-faq): Simplify completing-read form.
7874
7875         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
7876         test for Mule.
7877
7878         * message.el (tool-bar-map): Defvar when compiling.
7879
7880         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
7881         (gnus-tm-lisp-directory): Deleted.
7882         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
7883         (featurep 'xemacs).
7884         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
7885         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
7886         version numbers from file names.
7887
7888 2000-11-08  Dave Love  <fx@gnu.org>
7889
7890         * mm-view.el: Use featurep for XEmacs test.
7891         (mm-inline-message): Test for `remove-specifier'; don't use
7892         condition-case.
7893
7894         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
7895
7896         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
7897         (gnus-score-find-bnews): Don't concat "".
7898
7899         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
7900         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
7901         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
7902         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
7903
7904         * gnus-sum.el: Put some defvars in eval-when-compile.
7905         (gnus-summary-mode-hook): Add :options.
7906         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
7907         (gnus-summary-tool-bar-map): New variable.
7908         (gnus-summary-make-tool-bar): New function.
7909         (gnus-summary-mode): Put kill-all-local-variables first.
7910
7911         * gnus-group.el (gnus-group-toolbar-map): New variable.
7912         (gnus-group-make-tool-bar): Rewritten.
7913         (gnus-group-mode): Put kill-all-local-variables first.
7914
7915         * rfc2047.el: Require gnus-util.
7916
7917         * nnml.el (gnus-sorted-intersection): Autoload.
7918
7919         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
7920         Put some defvars in eval-when-compile.
7921         (gnus-intersection, gnus-sorted-complement):  Autoload.
7922
7923         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
7924
7925         * mm-encode.el (mm-body-7-or-8): Autoload.
7926
7927         * mm-decode.el (mm-insert-inline): Autoload.
7928
7929         * mml.el:
7930         * message.el: Put some defvars in eval-when-compile.
7931
7932         * gnus-msg.el: Put some defvars in eval-when-compile.
7933         (gnus-msg-mail): Move after gnus-setup-message.
7934
7935         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
7936
7937 2000-11-07  Dave Love  <fx@gnu.org>
7938
7939         * gnus-util.el (nnheader): Don't require message (recursive
7940         autoload).
7941
7942         * uudecode.el: Avoid compiler warnings.
7943
7944         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
7945         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
7946
7947 2000-11-06  Dave Love  <fx@gnu.org>
7948
7949         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
7950
7951         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
7952         (uudecode-char-int): New alias, replacing char-int.
7953         (uudecode-decode-region): Don't call buffer-disable-undo.
7954
7955 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
7956 ;       (mm-uu-configure-list): Doc fix.
7957 ;
7958 ;       * earcon.el (running-xemacs): Don't define.
7959 ;
7960 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
7961 ;
7962 ;       * message.el (message-font-lock-keywords): Match a final newline
7963 ;       to help font-lock's multiline support.
7964 ;
7965 2000-11-03  Dave Love  <fx@gnu.org>
7966
7967         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
7968
7969         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
7970         name.
7971
7972         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
7973         <banner>: Fix custom type, doc.
7974
7975         * mm-decode.el (mm-display-external): Space-prefix temp buffer
7976         name.  Don't disable undo explicitly.
7977
7978 ;2000-11-02  Dave Love  <fx@gnu.org>
7979 ;
7980 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
7981 ;       cite-prefix.
7982
7983 2000-11-01  Dave Love  <fx@gnu.org>
7984
7985         * rfc2047.el (base64): Require unconditionally.
7986         (message-posting-charset): Defvar when compiling.
7987         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
7988         message.
7989
7990         * gnus-sum.el (nnoo): Require.
7991         (mm-uu-dissect): Autoload.
7992
7993         * mml.el (mml-parse-1): Clarify message.
7994         (mml-minibuffer-read-type): Use mailcap-mime-types.
7995
7996 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
7997
7998         * mml.el: Fix a typo in the requiring of CL.
7999
8000 2000-11-01  Dave Love  <fx@gnu.org>
8001
8002         * utf7.el: Require cl when compiling.
8003
8004         * binhex.el: Use (featurep 'xemacs).
8005         (binhex-char-int): New alias, replacing char-int.  Change callers.
8006         (binhex-decode-region): Simplify work buffer code.
8007         (binhex-decode-region-external): Use expand-file-name, not concat.
8008
8009 2000-10-30  Dave Love  <fx@gnu.org>
8010
8011         * gnus-art.el: Fix 2000-10-27 change properly.
8012
8013 2000-10-28  Miles Bader  <miles@gnu.org>
8014
8015         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
8016
8017 2000-10-27  Dave Love  <fx@gnu.org>
8018
8019         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
8020         strings.
8021         (gnus-group-make-tool-bar): New function.
8022         (gnus-group-mode): Use it.
8023
8024         * message.el (message-mode-menu): Add some :help strings.
8025         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
8026         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
8027
8028         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
8029         * describe-group.xpm, get-news.xpm, kill-group.xpm:
8030         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
8031
8032         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
8033         display-graphic-p here.
8034
8035 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
8036
8037         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
8038         of the `gnus-xemacs' variable, as the latter has been removed.
8039         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
8040         * gnus-art.el (gnus-treat-display-xface)
8041         (gnus-treat-display-smileys, gnus-treat-display-picons)
8042         (gnus-article-read-summary-keys): Likewise.
8043
8044 2000-10-26  Dave Love  <fx@gnu.org>
8045
8046         (defvar): Use rmail-spool-directory unconditionally.
8047
8048 2000-10-18  Dave Love  <fx@gnu.org>
8049
8050         * mm-bodies.el (mm-uu-decode-function)
8051         (mm-uu-binhex-decode-function): Defvar when compiling.
8052
8053         * gnus-nocem.el (gnus-nocem-issuers): Update.
8054         (gnus-nocem-check-from): New option.
8055         (gnus-nocem-scan-groups): Use it.
8056         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
8057         (gnus-nocem-check-article-limit): Add :version.
8058
8059 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
8060
8061         * ietf-drums.el (mm-util): Require CL when compiling.
8062
8063 2000-10-15  Dave Love  <fx@gnu.org>
8064
8065         * qp.el: Require mm-util.
8066
8067 2000-10-13  Dave Love  <fx@gnu.org>
8068
8069         * qp.el (quoted-printable-decode-region): Avoid invalid
8070         coding-systems.
8071
8072 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
8073
8074         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
8075         to a recursive load.
8076
8077 2000-10-12  Dave Love  <fx@gnu.org>
8078
8079         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
8080
8081         * gnus.el (gnus-group-startup-message): Check for PBM image.
8082
8083 2000-10-09  Dave Love  <fx@gnu.org>
8084
8085         * mail-source.el (mail-source-fetch-imap): Bind
8086         default-enable-multibyte-characters rather than using
8087         mm-disable-multibyte.
8088
8089 2000-10-05  Dave Love  <fx@gnu.org>
8090
8091         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
8092         Autoload.
8093         (quoted-printable-decode-region):  Rename arg which confused
8094         charset with coding-system.  Don't use nonascii-insert-offset.
8095         Coding-system encode the region initially.  Don't recognize `=='
8096         as valid QP.  Coding-system decode the region finally.
8097         (quoted-printable-decode-string): Rename arg which confused
8098         charset with coding-system.
8099
8100         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
8101         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
8102         mm-encode-coding-region.
8103         (mm-decode-body, mm-decode-string): Rename variables which
8104         confused charset with coding-system.
8105         (binhex-decode-region): Don't autoload.
8106         (mm-body-encoding): Require message.
8107         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
8108         cond branches.
8109
8110         * gnus-art.el (article-de-quoted-unreadable)
8111         (article-de-base64-unreadable): Fold search case
8112         rather than downcasing string.  Apply mm-charset-to-coding-system
8113         to arg of quoted-printable-decode-region.
8114
8115 2000-10-04  Dave Love  <fx@gnu.org>
8116
8117         * gnus-ems.el: Don't turn off compiler warnings in local vars.
8118         Require ring when compiling.
8119         (gnus-article-compface-xbm): New variable.
8120
8121 2000-10-04  Dave Love  <fx@gnu.org>
8122
8123         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
8124         pbm images.
8125
8126         * frown.pbm, smile.pbm, wry.pbm: New files.
8127
8128         * frown.xbm, smile.xbm, wry.xbm: Deleted.
8129
8130 2000-10-03  Dave Love  <fx@gnu.org>
8131
8132         * mail-source.el (mail-sources): Revert to nil.
8133
8134         * nnmail (nnmail-spool-file): Revert to `((file))'.
8135
8136         * qp.el: Don't require mm-util.
8137         (quoted-printable-decode-region): Rewritten.
8138         (quoted-printable-decode-string, quoted-printable-encode-region):
8139         Doc fix.
8140         (quoted-printable-encode-region): Barf on multibyte characters.
8141         Maybe make the class multibyte.  Upcase chars, not formatted
8142         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
8143         (quoted-printable-encode-string): Don't use
8144         mm-with-unibyte-buffer.
8145
8146 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
8147
8148         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
8149
8150 2000-09-21  Dave Love  <fx@gnu.org>
8151
8152         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
8153         (for Emacs 20).  Tidy somewhat.
8154
8155 2000-09-21  Dave Love  <fx@gnu.org>
8156
8157         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
8158         image processing.  Rationalize logic somewhat.
8159
8160 2000-09-20  Dave Love  <fx@gnu.org>
8161
8162         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
8163         specifically.
8164
8165         * gnus.el (gnus-version-number): Avoid some redundant
8166         autoloads.
8167
8168 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
8169
8170         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
8171         to XBM; we always have PBM support.
8172
8173 2000-09-14  Dave Love  <fx@gnu.org>
8174
8175         * gnus.el (gnus-charset):
8176         * mm-decode.el (mime-display):
8177         * imap.el (imap) <defgroup>: Add :version.
8178
8179 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
8180
8181         * parse-time.el: Fix author's mail address.
8182
8183         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
8184         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
8185         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
8186         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
8187         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
8188         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
8189         * rfc2231.el, uudecode.el: Fix copyright notice.
8190
8191         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
8192         require `w3' at load-time only if not running in batch mode.
8193
8194 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8195
8196         * gnus.el: Before merge with Emacs21.
8197
8198 2000-12-19  Raymond Scholz <ray-2000@zonix.de>
8199
8200         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
8201
8202 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8203
8204         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
8205         to avoid conflict with the standard `back-to-indentation'
8206         binding.
8207
8208 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8209
8210         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
8211
8212         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
8213         (mm-disable-multibyte-mule4): Ditto.
8214         (mm-with-unibyte-current-buffer-mule4): Ditto.
8215
8216 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8217
8218         * pop3.el (pop3-movemail): Use binary.
8219         (pop3-movemail-file-coding-system): Removed.
8220
8221 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8222
8223         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
8224
8225 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8226
8227         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
8228         exists.
8229
8230 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8231
8232         * gnus-msg.el (gnus-post-method): Use backend name when the
8233         address is "".
8234
8235 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8236
8237         * gnus-art.el (article-verify-x-pgp-sig): Don't test
8238         mm-verify-option.
8239         (gnus-treat-x-pgp-sig): Default value.
8240         (gnus-ignored-headers): Redundant.
8241
8242 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8243
8244         * gnus-win.el (gnus-configure-frame): Save selected window.
8245
8246 2000-02-15  Andrew Innes  <andrewi@gnu.org>
8247
8248         * nnmbox.el: Require gnus-range.
8249         (nnmbox-group-building-active-articles): New variable.
8250         (nnmbox-group-active-articles): New variable; this is a cache of
8251         all active articles by group and number.
8252         (nnmbox-in-header-p): New function.
8253         (nnmbox-find-article): New function.
8254         (nnmbox-record-active-article): New function.
8255         (nnmbox-record-deleted-article): New function.
8256         (nnmbox-is-article-active-p): New function.
8257         (nnmbox-retrieve-headers): Use nnmbox-find-article.
8258         (nnmbox-request-article): Ditto.  Also supply extra arg to
8259         nnmbox-article-group-number.
8260         (nnmbox-request-expire-articles): Ditto.
8261         (nnmbox-request-move-article): Ditto.
8262         (nnmbox-request-replace-article): Ditto.
8263         (nnmbox-request-rename-group): Rename group entry in active
8264         article cache.
8265         (nnmbox-delete-mail): Update active article cache, unless article
8266         is being replaced.
8267         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
8268         than partially duplicating it.
8269         (nnmbox-article-group-number): Add extra `this-line' arg, to
8270         handle articles belonging to multiple groups.
8271         (nnmbox-save-mail): Update active article cache.
8272         (nnmbox-read-mbox): Build active article cache when loading mbox.
8273         Also do some repair work, if we find articles that are missing the
8274         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
8275         reconstruct these from Xref info.
8276
8277 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8278
8279         * mail-source.el (mail-source-report-new-mail): Use
8280         nnheader-run-at-time.
8281
8282 2000-02-15  Andrew Innes  <andrewi@gnu.org>
8283
8284         * mail-source.el (mail-source-fetch-pop): Clear pop password when
8285         an error is thrown, and then rethrow the error.
8286         (mail-source-check-pop): Ditto.
8287         (mail-source-start-idle-timer): Prevent multiple pop checks
8288         running if the check takes a long time.
8289
8290 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8291
8292         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
8293         succeed.
8294
8295 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8296
8297         * gnus-win.el (gnus-configure-windows): Make sure
8298         nntp-server-buffer is live.
8299         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
8300
8301 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
8302
8303         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
8304
8305 2000-12-04  Andreas Jaeger  <aj@suse.de>
8306
8307         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
8308
8309 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8310
8311         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
8312
8313 2000-12-01  Christopher Splinter <chris@splinter.inka.de>
8314
8315         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
8316
8317 2000-12-01  Simon Josefsson  <sj@extundo.com>
8318
8319         * mml-smime.el (mml-smime-verify): Fix address parsing.
8320
8321 2000-12-01  Simon Josefsson  <sj@extundo.com>
8322
8323         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
8324         more than one certificate inside PKCS#7 blob.  Better security
8325         information (clamed / actual sender, openssl output, certificates
8326         inside message).
8327
8328         * smime.el (smime-verify-region): Output to /dev/null.
8329         (smime-buffer-as-string-region): Don't parse empty lines.
8330
8331 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8332
8333         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
8334         ?d and ?D.
8335         (gnus-mime-security-show-details-inline): New variable.
8336         (gnus-mime-security-show-details): Use them.
8337         (gnus-insert-mime-security-button): Ditto.
8338
8339         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
8340         Suggest by Michael Duggan (md5i@cs.cmu.edu).
8341         (mml2015-gpg-clear-verify): Ditto.
8342         (mml2015-gpg-decrypt-1): Ditto.
8343         (mml2015-use): Prefer 'gpg.
8344
8345 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8346
8347         * gnus-util.el (gnus-add-text-properties-when): New function.
8348         (gnus-remove-text-properties-when): Ditto.
8349
8350         * gnus-cite.el (gnus-article-hide-citation): Use them.
8351         (gnus-article-toggle-cited-text): Use them.
8352
8353         * gnus-art.el (gnus-signature-toggle): Use them.
8354         (gnus-article-show-hidden-text): Ditto.
8355         (gnus-article-hide-text): Ditto.
8356
8357 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8358
8359         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
8360
8361 2000-11-30  Simon Josefsson  <sj@extundo.com>
8362
8363         * smime.el (smime-point-at-eol): New alias.
8364         (smime-buffer-as-string-region): Use it.
8365
8366 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8367
8368         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
8369
8370 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8371
8372         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
8373
8374         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
8375
8376         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
8377
8378 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8379
8380         * nnmh.el (nnmh-request-expire-articles): Implemented
8381         expiry-target for nnmh backend.
8382
8383 2000-11-30  Simon Josefsson  <sj@extundo.com>
8384
8385         * mm-decode.el (mm-security-from): New variable.
8386         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
8387
8388         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
8389         than `from'.
8390
8391 2000-11-30  Simon Josefsson  <sj@extundo.com>
8392
8393         * mml-smime.el (mml-smime-verify): Verify that certificate mail
8394         address match sender address.
8395
8396         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
8397
8398         * smime.el (smime-verify-region): Don't copy buffer.
8399         (smime-decrypt-buffer): Use expand-file-name on keyfile.
8400         (smime-pkcs7-region): New function.
8401         (smime-pkcs7-certificates-region): Ditto.
8402         (smime-pkcs7-email-region): Ditto.
8403         (smime-buffer-as-string-region): Ditto.
8404
8405         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
8406         buffer.
8407
8408 2000-11-23  Jens Krinke <j.krinke@gmx.de>
8409
8410         * smime.el (smime-decrypt-region): Fix keyfile argument.
8411
8412 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8413
8414         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
8415
8416 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8417
8418         * message.el (message-shoot-gnksa-feet): New variable.
8419         (message-gnksa-enable-p): New function.
8420         (message-send): Use it.
8421         (message-check-news-body-syntax): Ditto.
8422
8423 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8424
8425         * message.el (message-make-message-id): Remove the redundancy.
8426
8427 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8428
8429         * message.el (message-setup): Discourage using mc-install-*-mode.
8430
8431         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
8432
8433 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8434
8435         * gnus-cite.el (gnus-cite-parse): Guess citation length.
8436
8437 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8438
8439         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
8440
8441 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8442
8443         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
8444
8445 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8446
8447         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
8448         insert-buffer-substring.
8449
8450         * message.el (message-send-mail): Use buffer-substring-no-properties.
8451         (message-send-news): Ditto.
8452
8453 2000-11-22  David Edmondson <dme@dme.org>
8454
8455         * imap.el (imap-wait-for-tag): Message read info.
8456
8457 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8458
8459         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
8460         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
8461         (mml2015-gpg-encrypt): Ditto.
8462
8463 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8464
8465         * mm-decode.el (mm-verify-option): Default value.
8466
8467         * mml-sec.el (mml-secure-part): Error message.
8468
8469 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8470
8471         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
8472
8473 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8474
8475         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
8476
8477 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8478
8479         * gnus-art.el (gnus-article-describe-key): Use prompt.
8480         (gnus-article-describe-key-briefly): Ditto.
8481
8482 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8483
8484         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
8485
8486 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8487
8488         * gnus-art.el (gnus-article-describe-key): New function.
8489         (gnus-article-describe-key-briefly): New function.
8490
8491 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8492
8493         * mm-decode.el (mm-decrypt-option): Doc typo.
8494
8495         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
8496         return a number.
8497
8498 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8499
8500         * message.el (message-newline-and-reformat): Typo.
8501
8502 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8503
8504         * gnus-art.el (article-verify-x-pgp-sig): Check whether
8505         original-article-buffer exists.
8506
8507         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
8508         (rfc2047-header-encoding-alist): Addresses are different from text.
8509         (rfc2047-encode-message-header): Ditto.
8510         (rfc2047-dissect-region): Extra parameter.
8511         (rfc2047-encode-region): Ditto.
8512         (rfc2047-encode-string): Ditto.
8513
8514 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8515
8516         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
8517         (mm-uu-pgp-encrypted-extract): Use it.
8518         (mm-uu-pgp-signed-extract-1): New function.
8519         (mm-uu-pgp-signed-extract): Use it.
8520
8521         * gnus-art.el (gnus-mime-display-security): New function.
8522         (gnus-mime-display-part): Use it.
8523         (gnus-mime-security-verify-or-decrypt): New function.
8524         (gnus-mime-security-press-button): New function.
8525         (gnus-insert-mime-security-button): Use it.
8526
8527         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
8528         (mm-find-raw-part-by-type): Ditto.
8529         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
8530         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
8531         (mm-destroy-parts): Kill nested multibyte buffer.
8532
8533         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
8534         (mml2015-gpg-verify): Ditto.
8535
8536 2000-11-18  Simon Josefsson  <sj@extundo.com>
8537
8538         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
8539         (mml2015-function-alist): Use it.
8540
8541         * mml-sec.el (mml-sign-alist): Update names.
8542         (mml-encrypt-alist): Ditto.
8543         (mml-secure-part-smime-sign): Moved to mml-smime.el
8544         as `mml-smime-sign-query'.
8545         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
8546         `mml-smime-get-file-cert'.
8547         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
8548         `mml-smime-get-dns-cert'.
8549         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
8550         `mml-smime-encrypt-query'.
8551         (mml-smime-sign-buffer): Use mml-smime-sign.
8552         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
8553
8554         * mml-smime.el (mml-smime-sign): New function.
8555         (mml-smime-encrypt):
8556         (mml-smime-sign-query):
8557         (mml-smime-get-file-cert):
8558         (mml-smime-get-dns-cert):
8559         (mml-smime-encrypt-query): Moved from mml-sec.el.
8560
8561 2000-11-16  Simon Josefsson  <sj@extundo.com>
8562
8563         * mml2015.el (mml2015-gpg-clear-verify): New function.
8564         (mml2015-function-alist): Add it.
8565
8566 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8567
8568         * message.el (message-setup-fill-variables): Use
8569         message-cite-prefix-regexp.
8570         (message-newline-and-reformat): Check the end of citation, leading
8571         WSP, break in the cite prefix.
8572         (message-fill-paragraph): New function.
8573
8574 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
8575
8576         * lpath.el: Shut up.
8577
8578 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8579
8580         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
8581         raw 8-bit in headers in dk.* newsgroups.
8582
8583 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8584
8585         * message.el (message-newline-and-reformat): Match extra WSPs.
8586
8587 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8588
8589         * mml.el (mml-generate-mime-1): Ignore ascii.
8590
8591 2000-11-16 Justin Sheehy <justin@iago.org>
8592
8593         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
8594
8595 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8596
8597         * message.el (message-cite-prefix-regexp): Prefix should not end
8598         at space.
8599
8600 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8601
8602         * message.el (message-mode-syntax-table): Add - as a word
8603         constituent as in articles.
8604         (message-setup-fill-variables): Add -_. as supercite-style prefix.
8605         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
8606         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
8607
8608 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8609
8610         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
8611
8612 2000-11-12  David Edmondson  <dme@dme.org>
8613
8614         * message.el (message-font-lock-keywords): use
8615         message-cite-prefix-regexp.
8616
8617 2000-11-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8618
8619         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
8620         Stein Arild Str\e,Ax\e(Bmme.
8621         (gnus-group-jump-to-group): Use it.
8622         (gnus-group-jump-to-group-prompt): Customize.
8623
8624 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
8625
8626         * mailcap.el (mailcap-possible-viewers): Match the entire string.
8627
8628 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
8629
8630         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
8631         incompatible.
8632         (mml2015-mailcrypt-sign): Ditto.
8633
8634 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8635
8636         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
8637         group is open.
8638
8639 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
8640
8641         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
8642         nnvirtual articles.
8643         (gnus-backlog-request-article): Don't request nnvirtual articles.
8644
8645 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8646
8647         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
8648         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
8649
8650 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
8651
8652         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
8653         * mml.el (mml-generate-mime-1): Use charset attribute.
8654         * mm-bodies.el (mm-encode-body): Add parameter charset.
8655         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
8656
8657 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8658
8659         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
8660         (mml2015-mailcrypt-clear-decrypt): Ditto.
8661         (mml2015-mailcrypt-verify): Ditto.
8662         (mml2015-mailcrypt-clear-verify): Ditto.
8663         (mml2015-gpg-verify): Ditto.
8664
8665 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
8666
8667         * smime.el (smime-openssl-program): Test the existence of openssl.
8668         * mml-smime.el: Require mm-decode.
8669         (mml-smime-verify-test): New function.
8670         * mm-decode.el (mm-verify-function-alist): Use it.
8671
8672 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8673
8674         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
8675         anyway.
8676
8677 2000-11-13  Simon Josefsson  <sj@extundo.com>
8678
8679         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
8680         verification doesn't work.
8681
8682 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
8683
8684         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
8685         (gnus-inews-do-gcc): Use it.
8686
8687 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8688
8689         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
8690         leading space.
8691         * mm-extern.el (mm-inline-external-body): Report error when no
8692         access-type.
8693
8694 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8695
8696         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
8697
8698 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8699
8700         * gnus-art.el (gnus-mime-button-menu): Use select-window.
8701
8702 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
8703
8704         * gnus-art.el (gnus-mime-display-part): Display multipart/related
8705         as multipart/mixed.
8706
8707 2000-11-12  David Edmondson  <dme@dme.org>
8708
8709         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
8710         and replace `.' with `\w' to allow for different syntax tables
8711         (from Vladimir Volovich).
8712         * message.el (message-newline-and-reformat): use
8713         `message-cite-prefix-regexp'.
8714         * gnus-cite.el (gnus-supercite-regexp): use
8715         `message-cite-prefix-regexp'.
8716         * gnus-cite.el (gnus-cite-parse): use
8717         `message-cite-prefix-regexp'.
8718
8719 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
8720
8721         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
8722         PGP SIGNATURE.  Escape leading "-"'s.
8723         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
8724
8725 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
8726
8727         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
8728
8729 2000-11-11  Simon Josefsson  <sj@extundo.com>
8730
8731         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
8732
8733         * smime.el (smime-details-buffer): New variable.
8734         (smime-sign-region):
8735         (smime-encrypt-region):
8736         (smime-verify-region):
8737         (smime-decrypt-region): Copy OpenSSL output to the buffer.
8738
8739         * mml-smime.el (mml-smime-verify): Support security info.
8740
8741 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
8742
8743         * mm-decode.el (mm-verify-option): Set default to nil.
8744         (mm-decrypt-option): Ditto.
8745         * gnus-art.el (article-verify-x-pgp-sig): New function.
8746
8747 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
8748
8749         * gnus-art.el (gnus-mime-display-alternative): Show button if no
8750         preferred part.
8751
8752 2000-11-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8753
8754         * gnus-sum.el (gnus-move-split-methods): Say that
8755         `gnus-split-methods' uses file names, whereas this uses group
8756         names.  (Report from Nevin Kapur)
8757
8758 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
8759
8760         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
8761
8762 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
8763
8764         * nnheader.el (nnheader-directory-files-is-safe): New variable.
8765         (nnheader-directory-articles): Use it.
8766         (nnheader-article-to-file-alist): Ditto.
8767
8768 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
8769
8770         * rfc2047.el (rfc2047-pad-base64): New function.
8771         (rfc2047-decode): Use it.
8772
8773 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8774
8775         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
8776         select method.
8777
8778 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
8779
8780         * mml2015.el (mml2015-gpg-decrypt-1):
8781         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
8782
8783 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8784
8785         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
8786
8787 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8788
8789         * pop3.el (pop3-munge-message-separator): A message may have an
8790         empty body.
8791
8792 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
8793
8794         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
8795         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
8796         (mm-uu-pgp-signed-extract): Use coding-system.
8797
8798 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8799
8800         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
8801         (gnus-insert-mime-security-button): New function.
8802         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
8803         * mml2015.el:  Add security info when verify or decrypt.
8804         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
8805         (mm-uu-pgp-encrypted-extract): Ditto.
8806
8807 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
8808
8809         * mm-decode.el (mm-display-parts): New function.
8810         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
8811
8812 2000-02-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8813
8814         * gnus-mlspl.el: Documentation tweaks.
8815
8816 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
8817
8818         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
8819         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
8820         argument.
8821
8822 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
8823
8824         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
8825
8826 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
8827
8828         * gnus-art.el (gnus-article-encrypt): New function.
8829         (gnus-article-encrypt-protocol-alist): New variable.
8830         (gnus-article-encrypt-protocol): New variable.
8831         * mml2015.el (mml2015-self-encrypt): New function.
8832         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
8833
8834 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
8835
8836         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
8837         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
8838         let mailcap do it.
8839         * mml2015.el: Remove snarf code.
8840         * mm-decode.el: Remove snarf code.
8841
8842 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8843
8844         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
8845         (mml-insert-mime): Understand gnus-decoded.
8846         (mime-to-mml): New parameter handles.
8847         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
8848         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
8849
8850 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
8851
8852         * mm-decode.el (mime-security): New group.
8853         (mm-verify-function-alist): Add test function.
8854         (mm-decrypt-function-alist): Ditto.
8855         (mm-snarf-option): Set default value as nil.
8856         (mm-find-part-by-type): Recursive parameter.
8857         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
8858         * mml2015.el: Support draft-ietf-openpgp-multsig.
8859
8860 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8861
8862         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
8863         (gnus-article-view-part-as-charset): New function.
8864
8865 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8866
8867         * mm-decode.el (mm-verify-option): Default value.
8868         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
8869
8870 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8871
8872         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
8873
8874 2000-11-05  Simon Josefsson  <sj@extundo.com>
8875
8876         * mml-smime.el (mml-smime-verify): Work in original multipart
8877         buffert.
8878
8879         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
8880         (mm-handle-multipart-ctl-parameter): Ditto.
8881         (mm-alist-to-plist): New function.
8882         (mm-dissect-buffer): Store CTL parameters and copy original buffer
8883         for multiparts.
8884         (mm-destroy-parts): Destroy multipart buffert.
8885         (mm-remove-part): Ditto.
8886
8887         * mml-smime.el (mml-smime-sign): Not used.
8888         (mml-smime-encrypt): Ditto.
8889
8890         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
8891
8892         Verify S/MIME signature support.
8893
8894         * mm-decode.el (mm-inline-media-tests): Add
8895         application/{x-,}pkcs7-signature.
8896         (mm-inlined-types): Ditto.
8897         (mm-automatic-display): Ditto.
8898         (mm-verify-function-alist): Ditto.  Add name of method.
8899         (mm-decrypt-function-alist): Add name of method.
8900         (mm-find-part-by-type): Add documentation.
8901         (mm-possibly-verify-or-decrypt): Use new format of
8902         mm-{verify,decrypt}-function-alist.  Use method names.
8903
8904         * mml-smime.el (mml-smime-verify): New function.
8905
8906 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
8907
8908         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
8909
8910 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8911
8912         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
8913         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
8914         * mm-decode.el (mm-snarf-option): New variable.
8915
8916 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8917
8918         * mm-util.el (mm-subst-char-in-string): New function.
8919         (mm-replace-chars-in-string): Use it.
8920         * message.el (message-replace-chars-in-string): Use it.
8921         * nnheader.el (nnheader-replace-chars-in-string): Use it.
8922         * gnus-mh.el (mh-lib-progs): Shut up.
8923
8924 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
8925
8926         * base64.el, md5.el: Moved to contrib directory.
8927
8928 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
8929
8930         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
8931         the last article when search.
8932
8933 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8934
8935         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
8936         * nnmail.el (nnmail-pathname-coding-system): Ditto.
8937
8938 2000-09-29  David Edmondson  <dme@thus.net>
8939
8940         * message.el (message-newline-and-reformat): Typo.
8941
8942 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8943
8944         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
8945
8946 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
8947
8948         * nntp.el (nntp-decode-text): Delete bogus status lines.
8949
8950 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
8951
8952         * message.el (message-font-lock-keywords): Match a final newline
8953         to help font-lock's multiline support.
8954
8955 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
8956
8957         * nnoo.el (nnoo-set): New function.
8958
8959 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
8960
8961         * gpg.el, gpg-ring.el: Moved to contrib directory.
8962
8963 2000-11-04  Simon Josefsson  <sj@extundo.com>
8964
8965         * nnimap.el (nnimap-split-inbox): Typo.
8966
8967 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
8968
8969         * gnus-msg.el (gnus-msg-mail): Move it backwards.
8970
8971 2000-11-03  Simon Josefsson  <sj@extundo.com>
8972
8973         * rfc2231.el (rfc2231-parse-qp-string): New function.
8974         (require): rfc2047.
8975
8976         * mail-parse.el (mail-header-parse-content-type):
8977         (mail-header-parse-content-disposition): Support invalid QP
8978         encoded strings, by using `rfc2231-parse-qp-string'.
8979
8980 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8981
8982         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
8983         (rfc2231-decode-encoded-string): Typo "> X 1".
8984         (rfc2231-encode-string): Insert the name of charset.
8985         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
8986
8987 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
8988
8989         * mm-decode.el (mm-save-part): Return the filename.
8990         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
8991         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
8992         (gnus-mime-action-alist): Use it.
8993         (gnus-mime-button-commands): Use it.
8994         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
8995         (mm-inline-external-body): unwind-protect.
8996
8997 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
8998
8999         * gnus-art.el (gnus-insert-mime-button): Show url.
9000
9001 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9002
9003         * mml.el (mml-generate-mime-1): Support external url.
9004         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
9005
9006 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
9007
9008         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
9009         * mm-decode.el (mm-display-external): Ditto.
9010         * mm-extern.el: New file.
9011         * mm-decode.el (mm-inline-media-tests): Hook it up.
9012         (mm-inlined-types): Inline message/external-body.
9013
9014 2000-11-02  Simon Josefsson  <sj@extundo.com>
9015
9016         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
9017
9018         * message.el (message-get-reply-headers): Better handling when
9019         Mail-Followup-To is very large.
9020
9021 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
9022
9023         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
9024         * gnus-art.el (gnus-article-edit-done):
9025         * gnus-sum.el (gnus-summary-edit-article-done): Move line
9026         counting code here.
9027         * gnus-msg.el (gnus-setup-message): Remove a hack.
9028
9029 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9030
9031         * gnus-sum.el (gnus-newsgroup-variables): New variable.
9032         (gnus-summary-mode): Make them local variables.
9033         (gnus-set-global-variables): Globalize them.
9034         (gnus-summary-exit): Kill them.
9035
9036 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
9037
9038         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
9039         word.
9040
9041 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
9042
9043         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
9044         gnus-article-wash-types.
9045         * gnus-art.el (gnus-article-wash-status): Use them.
9046
9047 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9048
9049         * mml.el (mml-read-tag): Remove spaces and LF.
9050
9051 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9052
9053         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
9054         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
9055
9056 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
9057
9058         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
9059
9060 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
9061
9062         * gnus-sum.el (gnus-article-charset): New variable.
9063         (gnus-summary-display-article): Set it.
9064         * gnus-msg.el (gnus-copy-article-buffer): Use it.
9065         * gnus-art.el (gnus-article-mode): Make it local variable.
9066
9067 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9068
9069         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
9070
9071 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9072
9073         * nnwfm.el: New file.
9074
9075         * nnweb.el (nnweb-replace-in-string): New function.
9076
9077 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9078
9079         * mml2015.el: Wrap gpg.el.
9080         * gpg.el (gpg-verify): The last argument of apply is a list.
9081         (gpg-encrypt): Add passphrase as a parameter.
9082
9083 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
9084
9085         * gpg.el: New file.
9086         * gpg-ring.el: New file.
9087
9088 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9089
9090         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
9091
9092 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9093
9094         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
9095         double-quote characters.
9096         (gnus-summary-prepare-threads): Ditto.
9097
9098 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9099
9100         * gnus-art.el (gnus-mime-display-single): Forward line -1.
9101         * mml.el (mml-read-tag): Don't skip the leading space.
9102         * lpath.el (font-lock-set-defaults): Shut up.
9103
9104 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
9105
9106         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
9107
9108 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
9109
9110         * qp.el (quoted-printable-encode-region): Replace leading - when
9111         ultra safe.
9112         * mml.el (mml-generate-mime-postprocess-function): Removed.
9113         (mml-postprocess-alist): Removed.
9114         (mml-generate-mime-1): Use ultra-safe when sign.
9115         * mml2015.el (mml2015-fix-micalg): Uppercase.
9116         (mml2015-verify): Insert LF.
9117         (mml2015-mailcrypt-sign): Downcase; search backward.
9118
9119 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9120
9121         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
9122         restrictive.
9123         (nnultimate-table-regexp): New variable.
9124         (nnultimate-forum-table-p): Use it.
9125
9126 2000-10-30  Ed L Cashin <ecashin@coe.uga.edu>
9127
9128         * gnus-sum.el (gnus-summary-expire-articles): Save point.
9129
9130 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
9131
9132         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
9133         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
9134
9135 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9136
9137         * mml2015.el: Shut up.
9138
9139 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
9140
9141         * gnus.el (gnus-server-browse-hashtb): Removed.
9142         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
9143         (gnus-group-insert-group-line-info): Use simplified method.
9144         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
9145
9146 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
9147
9148         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
9149         moved here.
9150         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
9151         * gnus-group.el (gnus-group-prepare-flat): Use it.
9152         * gnus-topic.el (gnus-group-prepare-topics): Use it.
9153
9154 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
9155
9156         * mml.el (mml-mode): Show menu in XEmacs.
9157
9158 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
9159
9160         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
9161         (gnus-server-read-server-in-server-buffer): New function.
9162         (gnus-browse-foreign-server): Browse in group buffer.
9163         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
9164         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
9165         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
9166         * gnus.el (gnus-server-browse-hashtb): New variable.
9167
9168 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
9169
9170         * nnfolder.el (nnfolder-open-nov): Use group.
9171
9172 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9173
9174         * nnfolder.el: Add NOV. Set version to 2.0.
9175         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
9176
9177 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9178
9179         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
9180
9181 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
9182
9183         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
9184         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
9185
9186 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
9187
9188         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
9189
9190 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9191
9192         * mm-decode.el (mm-verify-function-alist): New variable.
9193         (mm-verify-option): New variable.
9194         (mm-decrypt-function-alist): Ditto.
9195         (mm-decrypt-option): Ditto.
9196         (mm-find-raw-part-by-type): New function.
9197         (mm-possibly-verify-or-decrypt): New function.
9198         (mm-dissect-multipart): Use it.
9199         * mml2015.el (mml2015-fix-micalg): New function.
9200         (mml2015-decrypt): Use new interface.
9201         (mml2015-verify):  Use new interface.
9202         (mml2015-setup): Make it bogus.
9203
9204 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
9205
9206         * mml.el (mml-generate-mime-postprocess-function): Set to
9207         mml-postprocess.
9208         (autoload): Autoload mml2015 and mml-smime.
9209         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
9210         * mml2015.el (mml2015-encrypt): New function.
9211         (mml2015-sign): New function.
9212         (mml2015-encrypt-function): New variable.
9213         (mml2015-sign-function): New variable.
9214         (mml2015-mailcrypt-encrypt): Use message-recipients.
9215         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
9216         * mml-smime.el (mml-smime-setup): Ditto.
9217
9218 2000-10-28  Simon Josefsson  <sj@extundo.com>
9219
9220         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
9221         Communigate Pro 3.3.1 server.
9222
9223         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
9224         in buffers.
9225         (mml-secure-dns-server): Removed.
9226         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
9227         write certificates to files.
9228
9229         * smime.el (smime-dns-server): New variable.
9230         (smime-mail-to-domain):
9231         (smime-cert-by-dns): New functions.
9232
9233         * dig.el: New file.
9234
9235 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
9236
9237         * message.el (message-options): New variable.
9238         (message-options-set-recipient): New function.
9239         (message-send): Use them.
9240         * gnus-int.el (gnus-request-replace-article): Use them.
9241         (gnus-request-accept-article): Ditto.
9242         * mml.el (mml-preview): Use them.
9243         * gnus-sum.el (gnus-summary-edit-article): Use them.
9244
9245         * message.el (message-options-get): New function.
9246         (message-options-get): New function.
9247         * rfc2047.el (rfc2047-encode-message-header): Use them.
9248         * mm-bodies.el (mm-encode-body): Use them.
9249
9250 2000-10-28  Simon Josefsson  <sj@extundo.com>
9251
9252         * nnimap.el (nnimap-retrieve-which-headers):
9253         (nnimap-request-article-part): Quote message-id.
9254
9255         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
9256         (smime-CA-file): New variable.
9257         (smime-call-openssl-region): Don't error.
9258         (smime-sign-region): Return result value.
9259         (smime-encrypt-region): Ditto.
9260         (smime-verify-region): New function.
9261         (smime-decrypt-region): Ditto.
9262         (smime-verify-buffer): Ditto.
9263         (smime-decrypt-buffer): Ditto.
9264
9265         * mml.el: Require mml-sec.
9266         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
9267         (mml-mode-map): Add "sign" and "encrypt" maps.
9268         (mml-menu): Add security menu.
9269         (mml-preview): Use generate-new-buffer.
9270
9271         * mml-sec.el: New file.
9272
9273 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9274
9275         * mm-decode.el (mm-find-part-by-type): Move it here.
9276         * mml.el (mml-postprocess): Move it here.
9277         (mml-postprocess-alist): Move it here. Merge them.
9278
9279 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
9280
9281         * rfc2047.el (rfc2047-encode-message-header): Make sure no
9282         unencoded stuff in the header.
9283
9284 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
9285
9286         * gnus-group.el (gnus-group-listed-groups): New variable.
9287         (gnus-group-list-option): New variable.
9288         (gnus-group-list-limit-map): New keymap.
9289         (gnus-group-list-flush-map): New keymap.
9290         (gnus-group-list-plus-map): New keymap.
9291         (gnus-group-prepare-logic): New function.
9292         (gnus-group-prepare-flat): Merge with
9293         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
9294         (gnus-group-prepare-flat-list-dead): Ditto.
9295         (gnus-group-list-matching): Use gnus-group-prepare-function.
9296         (gnus-group-list-dormant): Ditto.
9297         (gnus-group-list-cached): Ditto.
9298         (gnus-group-listed-groups): New function.
9299         (gnus-group-list-limit): New function.
9300         (gnus-group-list-flush): New function.
9301         (gnus-group-list-plus): New function.
9302         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
9303         (gnus-topic-prepare-topic): Ditto.
9304
9305 2000-10-27  Paul Jarc <prj@po.cwru.edu>
9306
9307         * message.el (message-insert-to, message-get-reply-headers):
9308         (message-reply, message-followup): Mail-{Followup,Reply}-To.
9309
9310 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
9311
9312         * mml2015.el: New file.
9313         * smime.el: New file.
9314         * mml-smime.el: New file.
9315
9316 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9317
9318         * ChangeLog: Moved to ChangeLog.1.
9319
9320     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
9321   Copying and distribution of this file, with or without modification,
9322   are permitted provided the copyright notice and this notice are preserved.
9323
9324 ;; Local Variables:
9325 ;; coding: iso-2022-7bit
9326 ;; End: