Synch with Oort Gnus.
[elisp/gnus.git-] / lisp / ChangeLog
1 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2
3         * message.el (nnmaildir-article-number-to-base-name): New
4         function.
5         (nnmaildir-base-name-to-article-number): New function.
6
7 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8
9         * smime.el (smime-make-temp-file): Don't quote
10         `temporary-file-directory'.
11
12 2002-03-04  Simon Josefsson  <jas@extundo.com>
13
14         * smime.el (smime-sign-region): Rename argument keyfiles to
15         keyfile. You only sign something with one key.
16         (smime-sign-buffer): Better completing-read prompt.
17         (smime-decrypt-buffer): Ditto.
18
19         * smime.el (smime-make-temp-file): Make it work under XEmacs.
20
21         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
22         completing-read.
23         (mm-view-pkcs7-decrypt): CRLF->LF.
24
25 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
26
27         * message.el (message-hierarchical-addresses): New variable.
28         (message-get-reply-headers): Use it.
29         From Ted Zlatanov <teodor.zlatanov@divine.com>
30
31 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
32
33         * message.el (message-mode): If buffer-file-name, don't set auto
34         save file name.
35         From Geoff Greene <ggreene@wpi.edu>
36
37 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
38
39         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
40         takes one argument in read-char.
41
42         * message.el (message-fix-before-sending): Forward a char.
43         Check mmu-multibyte-p, add control-1.
44
45 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
46
47         * gnus-start.el (gnus-read-init-file): Ditto.
48
49         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
50
51         * dgnushack.el (dgnushack-make-load): Ditto.
52
53         * mail-source.el (mail-source-fetch): Extract the right error
54         code.
55
56         * message.el (message-fix-before-sending): Check illegible text.
57
58         * gnus-util.el (gnus-multiple-choice): New function.
59
60         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
61         also defined in gnus-score.el.
62
63 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
64
65         * message.el (message-get-reply-headers): downcase email addresses
66         for comaparisons for duplicate removal.
67
68 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
69
70         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
71         implementation of PKCS#7, which just allows users read the
72         message.
73         (mm-view-pkcs7): Use it.
74
75 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
76
77         * gnus.el (large-newsgroup-initial): New parameter.
78
79         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
80         (gnus-summary-insert-old-articles): Ditto.
81
82 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
83
84         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
85         used as the default answer of the question, "How many articles?".
86         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
87
88         * nnagent.el (nnagent-retrieve-headers): Remove articles with
89         small numbers.
90
91 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
92
93         * deuglify.el: Fix comments.
94
95 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
96
97         * html2text.el (html2text-clean-anchor): If there is no HREF,
98         insert nothing.
99
100         * mml.el (mml-generate-mime-1): Add cdr.
101         From: andre@slamdunknetworks.com
102
103         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
104         (mm-text-html-washer-alist): Ditto.
105
106         * mm-decode.el (mm-text-html-renderer): Add html2text.
107
108         * html2text.el: Face lift.
109
110         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
111
112 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
113
114         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
115
116         * deuglify.el: Change copy right. Add autoload. Add coding-system.
117
118         * deuglify.el: New file. The original file name is
119         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
120
121         * mm-decode.el (mm-display-external): Use
122         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
123
124 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
125
126         * nnmaildir.el (nnmaildir-request-list): Report the highest
127         article number, not the total number of articles.
128
129 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
130
131         * gnus-sum.el: Move uu key map here.
132         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
133
134 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
135
136         * nnmaildir.el (nnmaildir-request-expire-articles): Use
137         nnmail-expiry-wait* if expire-age parameter is not set.
138
139 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
140
141         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
142         function.
143         (gnus-group-sort-selected-groups-by-real-name): New function.
144         (gnus-group-make-menu-bar): Add sort by real name.
145
146         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
147         rebuild.
148         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
149         nil as dependencies as well.
150
151 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
152
153         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
154         for mime-parts.
155
156         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
157
158         * gnus-group.el (gnus-group-name-decode): Don't test
159         multibyte-string, because it breaks XEmacs.
160         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
161
162         * message.el (message-send-mail): Be talkative.
163
164         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
165         (mm-automatic-display): Ditto.
166
167         * mailcap.el (mailcap-mime-data): Ditto.
168         From: Reiner Steib <4uce.02.r.steib@gmx.net>
169
170 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
171
172         * many files: Remove trailing whitespaces, replace spc+tab with
173         tab, replace leading whitespaces with tabs.
174
175 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
176
177         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
178         articles with no body and no blank line after the header.
179
180 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
181
182         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
183         parts.
184
185         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
186         non-ascii chars.
187
188         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
189
190         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
191         w3-delay-image-loads.
192         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
193         (mm-w3-prepare-buffer): Ditto.
194
195         * mail-source.el (mail-source-fetch-directory): Run scripts.
196
197 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
198
199         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
200         for Majordomo confirmations.
201
202 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
203
204         * gnus-fun.el (gnus-respond-to-confirmation): New command.
205
206 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
207
208         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
209
210 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
211
212         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
213         References header field.  From Mark Thomas <mthomas@cmu.edu>.
214
215 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
216
217         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
218         (mm-inline-render-with-stdin): Ditto.
219         (mm-inline-render-with-function): Ditto.
220         (mm-inline-wash-with-file): Bind coding-system-for-write.
221         (mm-inline-wash-with-stdin): Ditto.
222
223 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
224
225         Suggested by Felix Natter <fnatter@gmx.net>
226
227         * gnus-art.el (gnus-mime-view-part-externally): Rename from
228         gnus-mime-externalize-view.
229         (gnus-mime-view-part-internally): Rename from
230         gnus-mime-internalize-view.
231         (gnus-article-view-part-externally): Rename from
232         gnus-article-externalize-part.
233         (gnus-mime-action-alist): Change correspondingly.
234         (gnus-mime-button-commands): Ditto.
235         (gnus-mime-action-alist): Remove duplication.
236
237         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
238
239 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
240
241         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
242
243         * gnus-art.el (gnus-display-mime): Use it.
244
245         * mm-partial.el (mm-partial-find-parts): Use it.
246
247         * gnus-sum.el (gnus-article-loose-mime): Rename from
248         gnus-article-no-strict-mime.
249         (gnus-summary-save-parts): Use it.
250
251 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
252
253         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
254         local variable.
255
256         * gnus-art.el (article-display-x-face): Don't sort multiple
257         X-Faces.
258
259 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
260
261         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
262         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
263
264         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
265
266 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
267
268         Some ideas is inspired by code from Hrvoje Niksic
269         <hniksic@arsdigita.com>
270
271         * gnus-art.el (gnus-article-wash-function): Set the default to
272         nil, so that we use mm-text-html-renderer instead.
273         (article-wash-html): Use mm-text-html-renderer.
274
275         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
276         (mm-text-html-renderer): New variable.
277         (mm-inline-text-html-renderer): Set the default to nil, so that we
278         use mm-text-html-renderer instead.
279
280         * mm-view.el (mm-inline-text-html): New function.
281         (mm-text-html-renderer-alist): New variable.
282         (mm-inline-text-vcard): New function.
283         (mm-inline-text): Split.
284         (mm-links-remove-leading-blank): New function.
285         (mm-inline-render-with-file): New function.
286         (mm-inline-render-with-stdin): New function.
287         (mm-inline-render-with-function): New function.
288         (mm-text-html-washer-alist): New variable.
289         (mm-inline-wash-with-file): New function.
290         (mm-inline-wash-with-stdin): New function.
291
292 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
293
294         * message-utils.el: Fix installation doc.
295         From: Reiner Steib <4uce.02.r.steib@gmx.net>
296
297 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
298
299         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
300         (gnus-post-method): Use it.
301         (gnus-summary-cancel-article): Find the correct post-method.
302
303         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
304         * message.el (message-send-news): Ditto.
305         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
306         <ipmonger@delamancha.org>
307
308         * gnus.el (gnus-select-method): Fix doc.
309         (gnus-server-string): Use 'using nntp'.
310
311         * gnus-agent.el (gnus-slave-unplugged): New command.
312         From: Felix Natter <fnatter@gmx.net>
313
314 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
315
316         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
317         Call edit-done-function first, then change the window
318         configuration.
319         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
320         (gnus-article-edit-mode): mml-mode.
321
322         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
323         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
324
325         * message-utils.el: Adopt the file.
326
327         * message-utils.el: New file.
328         From Holger Schauer <Holger.Schauer@gmx.de>
329
330 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
331
332         * gnus-sum.el (gnus-summary-move-article): Select-article only
333         when gnus-move-split-methods is non-nil. And we don't render or
334         mark the article.
335
336         * gnus-fun.el (gnus-shell-command-to-string): New function.
337         (gnus-shell-command-on-region): New function.
338         (gnus-random-x-face): Use them.
339         (gnus-x-face-from-file): Ditto.
340         (gnus-convert-image-to-gray-x-face): Ditto.
341         (gnus-convert-gray-x-face-to-xpm): Ditto.
342         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
343
344 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
345
346         * gnus-art.el (gnus-treat-display-xface): Don't use
347         `shell-command-to-string' when compiling.
348         (gnus-treat-display-grey-xface): Ditto.
349
350 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
351
352         * nnmaildir.el (nnmaildir--article-count): If the group is
353         completely empty, report minimum article number as 1 instead of 0.
354
355 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
356
357         * gnus-agent.el (gnus-get-predicate): Use nconc.
358
359         * gnus-sum.el (gnus-summary-display-make-predicate): Use
360         gnus-summary-display-cache as cache.
361
362         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
363         (nndoc-mail-in-mail-type-p): New function.
364         (nndoc-mail-in-mail-article-begin): New function.
365
366 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
367
368         * mailcap.el (mailcap-mime-data): Use enriched-decode.
369
370         * gnus-cite.el (gnus-article-fill-cited-article): Bind
371         use-hard-newlines to nil.
372
373         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
374         image is not available if window-system is not available.
375
376         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
377
378 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
379
380         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
381         bookmark, because update-mark doesn't handle it correctly.
382
383 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
384
385         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
386         directly instead of calling message-send-mail.
387
388         * gnus-start.el (gnus-read-descriptions-file): Use
389         gnus-default-charset.
390
391         * mm-util.el (mm-guess-mime-charset): New function.
392
393         * gnus.el (gnus-default-charset): Use it.
394         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
395         the default.
396
397 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
398
399         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
400         (article-display-x-face): Use it.  Disable grey xface, if
401         uncompface is not found.
402
403         * message.el (message-mode): Don't enable multibyte on an indirect
404         buffer.
405
406         * nnrss.el (nnrss-content-function): New variable.
407         (nnrss-request-article): Use it.
408
409 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
410
411         * gnus.el: Add article-unsplit-urls.
412         * gnus-sum.el: Ditto.
413         * gnus-art.el (gnus-treat-strip-cr): New variable.
414         (gnus-treatment-function-alist): Use it.
415         (article-unsplit-urls): New function.
416         (gnus-article-make-menu-bar): Use it.
417         From: Michael Cook <michael.cook@cisco.com>
418
419 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
420
421         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
422         copy.
423
424 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
425
426         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
427         with internal whitespace.
428         (gnus-parent-id): Ditto.
429
430 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
431
432         * gnus-art.el (gnus-article-treat-body-boundary): Add
433         gnus-decoration property.
434         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
435
436         * message.el (message-mode): Set local-abbrev-table.
437         From Matt Armstrong <matt@lickey.com>.
438
439         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
440         too many spaces.
441
442         * rfc2047.el (rfc2047-unfold-region): Ditto.
443         (rfc2047-decode-region): Don't unfold. Let
444         gnus-article-treat-unfold-headers do it.
445
446         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
447         From: Jesper Harder <harder@ifa.au.dk>
448
449 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
450
451         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
452         (gnus-configure-posting-styles): Use it.
453         (gnus-configure-posting-styles): Remove trailing newspaces.
454
455 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
456
457         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
458         is non-nil.
459
460         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
461
462         * gnus.el (gnus-server-to-method): Switch position with
463         gnus-server-get-method.
464         (gnus-agent): Add doc.
465
466         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
467         (gnus-summary-save-parts): Use it.
468
469         * gnus-art.el (gnus-display-mime): Use it.
470         * mm-partial.el (mm-partial-find-parts): Use it.
471
472         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
473
474         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
475         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
476
477         * nnagent.el (nnagent-request-expire-articles): Don't delete
478         files.
479
480 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
481
482         * message.el (message-gen-unsubscribed-mft): New function.
483         From Sriram Karra <karra@cs.utah.edu>.
484
485         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
486         open parenthesis.
487
488         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
489         (mm-inline-text-html-render-with-w3): Ditto.
490         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
491         Suggested by Dave Love  <d.love@dl.ac.uk>.
492
493         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
494
495         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
496         * nntp.el (nntp-send-command): Ditto.
497         * nntp.el (nntp-send-command-nodelete): Ditto.
498
499 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
500
501         * mm-url.el (mm-url-load-url): New function.
502         (mm-url-insert-file-contents): Use it.
503
504         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
505
506         * message.el (message-forward-make-body): Correctly copy
507         forward-buffer.
508
509         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
510
511 2002-02-04  Simon Josefsson  <jas@extundo.com>
512
513         * gnus-art.el (gnus-article-followup-with-original): Mark with
514         force, prevent errors when following up from article buffer.
515         (gnus-article-reply-with-original): Ditto.
516
517         * binhex.el (binhex-decoder-switches): Fix doc.  From
518         Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
519
520 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
521
522         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
523         highlight-citation after emphasize.
524
525 2002-02-04  Simon Josefsson  <jas@extundo.com>
526
527         * nnfolder.el (nnfolder-open-marks):
528
529         * nnml.el (nnml-open-marks): Message when done.  From David
530         Edmondson <dme@sun.com>.
531
532 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
533
534         * imap.el (imap-anonymous-auth): Fix typo.
535         From: Steinar Bang <sb@dod.no>
536
537         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
538         save-excursion.
539         (gnus-cache-braid-heads): Ditto.
540
541         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
542         line, because there are extra articles in the overview buffer.
543
544         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
545
546         * message.el (message-forward-rmail-make-body): Directly use
547         rmail-msg-restore-non-pruned-header to avoid calling
548         vertical-motion.
549
550 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
551
552         * gnus-cache.el (gnus-summary-insert-cached-articles):
553         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
554
555         * gnus-group.el (gnus-group-mark-article-read): Nreverse
556         gnus-newsgroups-unselected.
557
558         * gnus-agent.el (gnus-summary-set-agent-mark): Use
559         gnus-add-to-sorted-list.
560
561         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
562         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
563         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
564         (gnus-update-read-articles): UNREAD is sorted.
565         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
566         (gnus-newsgroup-marked, gnus-newsgroup-cached)
567         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
568         (gnus-newsgroup-dormant): Require sorted.
569
570         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
571         directories.
572         (gnus-dired-print): New function.
573
574         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
575         ps-despool.
576
577 2002-02-02  Simon Josefsson  <jas@extundo.com>
578
579         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
580
581 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
582
583         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
584         t. This makes gnus-agent customizable without putting
585         gnus-agentize into .gnus.
586
587         * gnus.el (gnus-agent): Make it customizable.
588
589         * gnus-dired.el: New file.
590         From Benjamin Rutt <brutt@bloomington.in.us>
591
592         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
593         if no article.
594         (gnus-cache-possibly-remove-article): Ditto.
595         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
596
597 2002-02-01  Simon Josefsson  <jas@extundo.com>
598
599         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
600
601 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
602
603         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
604         (mm-setup-w3m): Don't bind keys listed in the above.
605
606 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
607
608         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
609         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
610         is non-nil; bind `w3m-force-redisplay' with nil.
611
612         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
613
614         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
615
616 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
617
618         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
619         use mail-header-unfold-field.
620
621         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
622         gnus-summary-limit.
623
624         * gnus-range.el (gnus-add-to-sorted-list): New function.
625         * gnus-sum.el (gnus-mark-article-as-read): Use it.
626         (gnus-mark-article-as-unread): Ditto.
627         (gnus-summary-mark-article-as-unread): Ditto.
628         (gnus-build-get-header): Ditto.
629         (gnus-summary-prepare-threads): Ditto.
630         (gnus-summary-insert-pseudos): Ditto.
631         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
632         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
633         (gnus-summary-insert-old-articles): Ditto.
634
635         * gnus-msg.el (gnus-posting-styles): Add new format of header.
636         (gnus-configure-posting-styles): Support the new format.
637
638         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
639         edebug-form-spec to (sexp body).
640         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
641
642         * message.el (message-reply-headers): Add doc.
643
644 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
645
646         * gnus-group.el (gnus-group-delete-group): Nix the entry in
647         gnus-cache-active-hashtb.
648
649         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
650         (gnus-agent-summary-fetch-group): Use it.
651
652         * gnus-msg.el (gnus-debug-files): New variable.
653         (gnus-debug-exclude-variables): New variable.
654         (gnus-debug): Use them.
655
656         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
657
658 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
659
660         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
661         (message-mode-syntax-table): Move back the previous position.
662
663         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
664
665         * gnus-agent.el (gnus-agent-retrieve-headers): Use
666         gnus-sorted-difference.
667
668         * nnsoup.el (nnsoup-request-expire-articles): Use
669         gnus-sorted-difference.
670
671         * nnheader.el: Autoload gnus-sorted-difference.
672
673         * nnfolder.el (nnfolder-request-expire-articles): Use
674         gnus-sorted-difference.
675
676         * gnus-cache.el (gnus-cache-retrieve-headers): Use
677         gnus-sorted-difference.
678
679         * gnus-range.el: Autoload cookies.
680         (gnus-sorted-difference): New function.
681         (gnus-sorted-ndifference): New function.
682         (gnus-sorted-nintersection): Rename from
683         gnus-set-sorted-intersection.
684         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
685         (gnus-list-range-difference): Rename from
686         gnus-inverse-list-range-intersection.
687         (gnus-inverse-list-range-intersection): Use defalias.
688
689         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
690         gnus-sorted-ndifference, and gnus-sorted-nintersection.
691         (gnus-articles-to-read): Use gnus-sorted-difference.
692         (gnus-summary-limit-mark-excluded-as-read): Use
693         gnus-sorted-intersection and gnus-sorted-ndifference.
694         (gnus-list-of-read-articles): Use gnus-list-range-difference.
695         (gnus-summary-insert-articles): Use gnus-sorted-difference.
696
697         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
698
699 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
700
701         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
702         property to the buffer for using emacs-w3m command keys.
703
704         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
705         option.
706
707         * mm-view.el (mm-w3m-mode-map): New variable.
708         (mm-w3m-mode-command-alist): New variable.
709         (mm-w3m-minor-mode): Removed.
710         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
711         (mm-inline-text-html-render-with-w3m): Add keymap property to the
712         buffer for using emacs-w3m command keys.
713
714 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
715
716         * message.el (message-mode-syntax-table): Move forward.
717         (message-cite-prefix-regexp): Auto detect non word constituents.
718         (message-cite-prefix-regexp): Don't use with-syntax-table.
719
720         * gnus-sum.el (gnus-summary-update-info): Use
721         gnus-list-range-intersection.
722
723         * gnus-agent.el (gnus-agent-fetch-headers): Use
724         gnus-list-range-intersection.
725
726         * gnus-range.el (gnus-range-normalize): Use correct predicate.
727         (gnus-list-range-intersection): Use it.
728         (gnus-inverse-list-range-intersection): Ditto.
729         (gnus-sorted-intersection): Add doc.
730         (gnus-set-sorted-intersection): Add doc.
731         (gnus-sorted-union): New function.
732         (gnus-set-sorted-union): New function.
733
734         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
735         (gnus-inverse-list-range-intersection): Ditto.
736
737 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
738
739         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
740
741         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
742         and permit `:' and `\' in order to handle full Windows pathnames.
743         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
744         technically not correct per standard, but seems to have common use.
745
746 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
747
748         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
749         replacing numbers.
750
751 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
752
753         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
754
755         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
756         Don't split when the window is small, e.g. when a small *BBDB*
757         window is the lowest one.
758
759         * gnus-agent.el (gnus-agent-retrieve-headers): Use
760         nnheader-find-nov-line to speed up. Use nreverse, because it is
761         sorted. Use nnheader-insert-nov-file.
762
763 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
764
765         * mm-decode.el (mm-inline-text-html-with-images): New user option.
766
767         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
768         of `w3m-display-inline-images' with the value of
769         `mm-inline-text-html-with-images'.
770         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
771
772         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
773
774 2002-01-27  Richard M. Stallman  <rms@gnu.org>
775
776         * time-date.el: Add autoload cookies.  Many doc fixes.
777         (time-add): New function.
778         (time-subtract): Renamed from subtract-time.
779         (subtract-time): New alias for time-subtract.
780
781 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
782
783         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
784         emacs-w3m in doc-string.
785
786         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
787         `w3m-current-buffer'.
788
789 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
790
791         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
792
793         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
794         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
795         (mm-w3m-cid-retrieve): New function.
796         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
797
798 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
799
800         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
801
802 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
803
804         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
805
806 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
807
808         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
809         32K.
810
811         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
812
813         * nnmail.el (nnmail-article-group): Decode headers before running
814         split rules over them.
815         (nnmail-mail-splitting-charset): New variable.
816
817         * smiley.el: Replaced with smiley-ems.el.
818
819 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
820
821         * mm-url.el (mm-url-predefined-programs): Add w3m.
822         (mm-url-program): Ditto.
823
824 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
825
826         * nnml.el (nnml-use-compressed-files): New variable.
827         (nnml-filenames-are-evil): Removed.
828         (nnml-current-group-article-to-file-alist): Don't use.
829         (nnml-update-file-alist): Inhibit.
830         (nnml-article-to-file): Use new var.
831
832 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
833
834         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
835
836         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
837
838 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
839
840         * gnus-agent.el (gnus-agent-load-alist): Use new caching
841         function.
842
843         * gnus-util.el (gnus-cache-file-contents): New function.
844
845         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
846         (gnus-agent-load-alist): Use it.
847
848         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
849
850         * nnheader.el (nnheader-insert-nov-file): New function.
851
852         * gnus-util.el (gnus-parse-without-error): Correct the loop.
853
854         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
855         there are no references.
856         (gnus-extract-message-id-from-in-reply-to): New function.
857         (gnus-nov-parse-line): Use in-reply-to if there are no
858         references.
859
860 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
861
862         * nnagent.el (nnagent-retrieve-headers): Use new macro.
863
864         * gnus-util.el (gnus-parse-without-error): New macro.
865
866 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
867
868         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
869         (gnus-article-wash-function): use locate-library to decide which
870         to use.
871
872 2002-01-25  Simon Josefsson  <jas@extundo.com>
873
874         * pop3.el (pop3-munge-message-separator): Work if no date.  From
875         Marius Vollmer <mvo@zagadka.ping.de>.
876
877 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
878
879         * gnus-agent.el (gnus-agent-save-alist): Fix.
880
881         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
882         mistake.  Reinstated lost code.
883
884 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
885
886         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
887         one exists in the case of an encrypted message with an internal
888         signature.
889
890 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
891
892         * gnus-agent.el (gnus-agent-save-alist): Optimized.
893
894 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
895
896         * dgnushack.el: Commented out the experimental code.
897
898 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
899
900         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
901         error.
902
903         * gnus.el (gnus-server-to-method): Made into subst.
904         (gnus-server-method-cache): New variable.
905         (gnus-server-to-method): Use it.
906         (gnus-group-method-cache): New variable.
907         (gnus-find-method-for-group-1): Renamed.
908         (gnus-find-method-for-group): New function.
909         (gnus-group-method-cache): Removed.
910
911         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
912         function.
913
914         * gnus-range.el (gnus-members-of-range): New function.
915         (gnus-list-range-intersection): Renamed.
916         (gnus-inverse-list-range-intersection): New function.
917
918         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
919
920         * nnagent.el (nnagent-retrieve-headers): New implementation.
921
922         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
923         implementation.
924
925 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
926
927         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
928         `w3m-meta-content-type-charset-regexp'.
929
930         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
931         charset-encoded html contents.
932
933 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
934
935         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
936         an empty file.
937
938         * nnweb.el (url): Ignore errors when request url.
939
940         * nnrss.el: Clean up the comments.
941
942 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
943
944         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
945
946         * mm-decode.el (mm-inline-text-html-renderer): New user option.
947         (mm-inline-media-tests): Test whether the value of
948         `mm-inline-text-html-renderer' is a function for text/html.
949
950         * mm-view.el (mm-inline-text-html-render-with-w3): New function
951         separated from `mm-inline-text'.
952         (mm-w3m-minor-mode): New variable.
953         (mm-w3m-setup): New variable.
954         (mm-setup-w3m): New function.
955         (mm-inline-text-html-render-with-w3m): New function.
956         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
957         text/html.
958
959 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
960
961         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
962
963 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
964
965         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
966         and `gnus-xmas-completing-read'.
967
968 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
969
970         * nneething.el (nneething-message-id-number): Abolished.
971         (nneething-encode-file-name): Not encode numerical characters.
972         (nneething-make-head): `nneething-message-id-number' is not
973         used to generate message IDs.
974
975 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
976
977         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
978         characters.
979
980 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
981
982         * gnus-xmas.el (gnus-xmas-completing-read): New function.
983         (gnus-xmas-redefine): Redefine conditionally.
984
985 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
986
987         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
988         tag.
989
990 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
991
992         * message.el (message-font-lock-keywords): Added the secure tag.
993         * mml-sec.el: Added functions to generate/modify/remove the secure
994         tag while in message mode.
995         * mml-sec.el (mml-secure-message): New.
996         * mml-sec.el (mml-unsecure-message): New.
997         * mml-sec.el (mml-secure-message-sign-smime): New.
998         * mml-sec.el (mml-secure-message-sign-pgp): New.
999         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
1000         * mml-sec.el (mml-secure-message-encrypt-smime): New.
1001         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
1002         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
1003         * mml.el (mml-parse-1): Added code to recognise the secure tag and
1004         convert it to either a part or multipart depending on if there are
1005         other parts in the message.
1006         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
1007         to use the secure tag, rather than the part tag.
1008         * mml.el (mml-preview): Added a save-excursion to keep cursor
1009         position after doing an MML preview.
1010
1011 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1012
1013         * nnheader.el (nnheader-parse-overview-file): New function.
1014         (nnheader-write-overview-file): New function.
1015
1016 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1017
1018         * gnus.el (gnus-group-fast-parameter): Check better if expansion
1019         in wanted.
1020
1021         * nnweb.el (nnweb-type-definition): Clean up.
1022
1023 2002-01-21  Alastair Burt  <burt@dfki.de>
1024
1025         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
1026         buffer exists before jumping to it.
1027
1028 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1029
1030         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
1031         function.
1032         (article-wash-html): Use it.
1033         (gnus-article-wash-function): New variable.
1034         (gnus-article-wash-html-with-w3m): New function.
1035
1036 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1037
1038         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
1039         XEmacs.
1040
1041 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
1042
1043         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
1044         command line.
1045
1046 2002-01-21  Simon Josefsson  <jas@extundo.com>
1047
1048         * canlock.el (base64-encode-string): Autoload it from base64.
1049         (canlock-make-cancel-key): Base64 encode unibyte string.
1050
1051 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1052
1053         * nnfolder.el (nnfolder-request-accept-article): Unfold
1054         x-from-line.
1055         (nnfolder-request-replace-article): Ditto.
1056
1057 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
1058
1059         * gnus-group.el (gnus-group-best-unread-group): Use the right
1060         positioning function.
1061
1062 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1063
1064         * smiley-ems.el (smiley-region): Use new function.
1065         (smiley-update-cache): Use general image functions.
1066         (smiley-region): Use general functions.
1067
1068         * gnus-util.el (gnus-graphic-display-p): New function.
1069
1070         * nnmail.el (nnmail-article-group): Allow outputting traces of
1071         non-strings.
1072
1073         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
1074         (nndoc-exim-bounce-type-p): New function.
1075
1076         * message.el (message-dont-send): Doc fix.
1077
1078         * gnus-util.el (gnus-completing-read): Remove
1079         inherit-input-method.
1080
1081         * gnus-art.el (gnus-treat-smiley): Doc fix.
1082
1083         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
1084         articles.
1085
1086 2002-01-19  Simon Josefsson  <jas@extundo.com>
1087
1088         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
1089         (imap-kerberos4-open): Ditto.
1090         (imap-open): Set port correctly, don't set auth.
1091
1092 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1093
1094         * gnus.el (gnus-version-number): Bump version number.
1095
1096 2002-01-20 05:33:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1097
1098         * gnus.el: Oort Gnus v0.05 is released.
1099
1100 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1101
1102         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
1103         exists.
1104
1105         * gnus-spec.el (gnus-string-width-function): New function.
1106         (gnus-tilde-cut-form): Use it.
1107         (gnus-tilde-max-form): Ditto.
1108         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
1109         (gnus-substring-function): Use it.
1110         (gnus-tilde-cut-form): Ditto.
1111         (gnus-substring-function): New function.
1112
1113         * message.el (message-check-news-header-syntax): New message.
1114
1115         * gnus.el (gnus-slave-no-server): Doc fix.
1116
1117         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
1118
1119 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1120
1121         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
1122         `seen' if it looks like (seen NUM1 . NUM2).  It should be
1123         (seen (NUM1 . NUM2)).
1124
1125 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1126
1127         * gnus-topic.el (gnus-topic-catchup-articles): Update article
1128         number in closed topics.
1129
1130 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
1131
1132         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
1133         functions.
1134
1135 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1136
1137         * gnus.el (gnus-group-find-parameter): Clean up.
1138
1139         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
1140         articles.
1141
1142         * gnus-util.el (gnus-completing-read-with-default): Renamed.
1143
1144         * nnmail.el (nnmail-article-group): Clean up.
1145
1146 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
1147
1148         * gnus-agent.el (gnus-category-name): Intern the category name.
1149
1150 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1151
1152         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
1153
1154         * gnus-util.el (gnus-completing-read): New function.
1155
1156 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
1157
1158         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
1159
1160         * smiley-ems.el (smiley-region): Register smiley.
1161         (smiley-toggle-buffer): Rewrite the function.
1162         (smiley-active): Removed.
1163
1164 2002-01-19  Simon Josefsson  <jas@extundo.com>
1165
1166         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
1167         Jesper Harder <harder@ifa.au.dk>.
1168
1169 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1170
1171         * gnus-art.el (gnus-request-article-this-buffer): Call
1172         `nneething-get-file-name' to extract the file name from the
1173         message id.
1174
1175         * nneething.el (nneething-encode-file-name): New function.
1176         (nneething-decode-file-name): Ditto.
1177         (nneething-get-file-name): Ditto.
1178         (nneething-make-head): Encode the file name and encapsulate it
1179         into the field of the message id.
1180
1181 2002-01-18  Simon Josefsson  <jas@extundo.com>
1182
1183         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
1184         stored in .marks.
1185
1186         * nnfolder.el (nnfolder-request-update-info): Ditto.
1187
1188 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
1189
1190         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
1191
1192 2002-01-18  Simon Josefsson  <jas@extundo.com>
1193
1194         * imap.el (imap-starttls-p): Don't check for binary.
1195         (imap-gssapi-auth-p): Ditto.
1196         (imap-kerberos4-auth-p): Ditto.
1197         (imap-open): Change logic.  Iterate through all possible streams,
1198         instead of bailing out after first failure.  Move authenticator
1199         decision to `imap-authenticate'.
1200         (imap-authenticate): Change logic, now finds the authenticator to
1201         use, was previously in `imap-open'.
1202         (imap-open): Return nil on failure.
1203         (imap-open): Setup temp buffer correctly.
1204         (imap-open): Return buffer only on success.
1205         (imap-interactive-login, imap-interactive-login): Tell the user
1206         which stream/authenticator is used for the queried
1207         username/password.
1208         (imap-open, imap-authenticate): Set variables.
1209         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
1210         (imap-open): Don't assume how `with-temp-buffer' is implemented.
1211
1212 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1213
1214         * gnus-fun.el (gnus-grab-cam-x-face): New function.
1215
1216 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1217
1218         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
1219
1220 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1221
1222         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
1223         (gnus-agent-group-mode-map): Bind it to "Jo".
1224         (gnus-agent-group-make-menu-bar): Add it into menu bar.
1225
1226 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
1227
1228         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
1229         (gnus-summary-mail-toolbar): Add mail article deletion button.
1230
1231         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
1232         false positives for lines of "^^^^".
1233
1234         * gnus-picon.el (gnus-picon-find-face): faces database is all
1235         lowercase.
1236
1237 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1238
1239         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
1240         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
1241         duplications.
1242         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
1243
1244 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1245
1246         * gnus-sum.el (gnus-summary-initial-limit): Inline
1247         gnus-summary-limit-children.
1248         (gnus-summary-initial-limit): Don't limit if
1249         gnus-newsgroup-display is nil.
1250         (gnus-summary-initial-limit): No, don't.
1251
1252         * gnus-util.el
1253         (gnus-put-text-property-excluding-characters-with-faces): Inline
1254         gnus-put-text-property.
1255
1256         * gnus-spec.el (gnus-default-format-specs): New variable.
1257
1258         * gnus-start.el (gnus-read-newsrc-file): Don't clear
1259         gnus-format-specs.
1260         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
1261
1262         * gnus-spec.el (gnus-update-format-specifications): Really check
1263         the Gnus version of the .newsrc.eld file.
1264         (gnus-format-specs): Save the new default summary format.
1265
1266         * gnus-util.el (gnus-parent-id): Check whether references is empty
1267         before splitting.
1268
1269         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
1270         functions.
1271         (gnus-gather-threads-by-references): Inline
1272         `gnus-split-references'.
1273
1274         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
1275         default value of gnus-summary-line-format-spec.
1276
1277 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1278
1279         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
1280         message.
1281         (nnslashdot-request-list): Ditto.
1282         (nnslashdot-sid-strip): Removed.
1283
1284 2002-01-15  Simon Josefsson  <jas@extundo.com>
1285
1286         * nnimap.el (nnimap-close-asynchronous): Enable.
1287         (nnimap-close-group): Expunge.
1288
1289 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1290
1291         * gnus-util.el (gnus-user-date-format-alist): Typo.
1292         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
1293
1294 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1295
1296         * nneething.el (nneething-request-article): Set
1297         `nnmail-file-coding-system' to `binary' locally, in order to read
1298         files without any conversion.
1299
1300 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1301
1302         * gnus-agent.el (gnus-agent-retrieve-headers): Use
1303         nnheader-file-coding-system and nnmail-active-file-coding-system.
1304         (gnus-agent-regenerate-group): Ditto.
1305         (gnus-agent-regenerate): Ditto.
1306         (gnus-agent-write-active): Ditto.
1307         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
1308
1309 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1310
1311         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
1312         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
1313
1314 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1315
1316         * gnus.el: We don't need gnus-article-show-all-headers.
1317
1318         * gnus-art.el (article-show-all, gnus-article-show-all-header):
1319         Ditto.
1320
1321         * gnus-sum.el (gnus-summary-select-article): Don't call
1322         show-all-headers, because hidden headers are not hidden text any
1323         more.
1324
1325 2002-01-13  Simon Josefsson  <jas@extundo.com>
1326
1327         * message.el (message-newline-and-reformat): Use `newline' instead
1328         of inserting \n, so that the newline is marked as hard.
1329
1330         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
1331         From Jesper Harder <harder@ifa.au.dk>.
1332
1333 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
1334
1335         * imap.el (imap-close): Keep going if quit.
1336
1337         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
1338         nntp-server-buffer.
1339
1340 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1341
1342         * mm-view.el (mm-display-inline-fontify): Require font-lock to
1343         avoid unbinding shadowed variables.
1344
1345         * gnus-art.el (gnus-picon-databases): Moved here.
1346         (gnus-picons-installed-p): Moved here.
1347         (gnus-article-reply-with-original): Use `mark'.
1348
1349         * gnus.el (gnus-picon): Moved here and renamed.
1350
1351         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
1352         installed.
1353         (gnus-treat-mail-picon): Ditto.
1354         (gnus-treat-newsgroups-picon): Ditto.
1355
1356         * gnus-picon.el (gnus-picons-installed-p): New function.
1357
1358 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
1359
1360         * gnus-agent.el (gnus-agent-go-online): Fix doc.
1361
1362 2002-01-12  Simon Josefsson  <jas@extundo.com>
1363
1364         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
1365         (nnimap-before-find-minmax-bugworkaround): Use it.
1366         (nnimap-find-minmax-uid): Don't reselect current mailbox.
1367         (nnimap-dont-close): New variable.
1368         (nnimap-close-group): Use it.
1369
1370 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1371
1372         * gnus-art.el (gnus-article-reply-with-original): Use
1373         `mark-active'.
1374
1375         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
1376
1377         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
1378         (gnus-score-advanced): Clean up.
1379         (gnus-score-advanced): Accept a multiple of the score.
1380
1381 2002-01-12  Simon Josefsson  <jas@extundo.com>
1382
1383         * flow-fill.el (fill-flowed-display-column)
1384         (fill-flowed-encode-columnq): New variables.  Suggested by
1385         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann).
1386         (fill-flowed-encode, fill-flowed): Use them.
1387
1388         * message.el (message-send-news, message-send-mail): Use
1389         m-b-s-n-p-e-h-n.
1390
1391         * mml.el (autoload): Autoload fill-flowed-encode.
1392         (mml-buffer-substring-no-properties-except-hard-newlines): New
1393         function.
1394         (mml-read-part): Use it.
1395         (mml-generate-mime-1): Encode format=flowed if appropriate.
1396         (mml-insert-mime-headers): Insert format=flowed.
1397
1398         * flow-fill.el (fill-flowed-encode): New function.
1399         (fill-flowed): Bind fill-column to window width.
1400
1401 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1402
1403         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
1404         it exists.
1405         (gnus-summary-setup-buffer): Wake up dead summary buffers.
1406         (gnus-summary-buffer-name): Don't return the dead name after all.
1407         (gnus-summary-setup-buffer): Kill the dead buffer.
1408
1409         * gnus-art.el (gnus-article-followup-with-original): Store the
1410         value of the mark before deactivating it.
1411
1412 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1413
1414         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
1415         From: Karl Kleinpaste <karl@charcoal.com>
1416
1417         * gnus-art.el (article-display-x-face): Ditto.
1418         (gnus-article-reply-with-original): Use gnus-region-active-p.
1419         (gnus-article-followup-with-original): Ditto.
1420
1421         * gnus-sum.el (gnus-summary-read-group-1): Don't select
1422         downloadable article either.
1423
1424 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1425
1426         * gnus-art.el (article-display-x-face): Insert From:.
1427
1428         * gnus-sum.el (gnus-summary-move-article): Don't draw the
1429         article. Bind gnus-display-mime-function and
1430         gnus-article-prepare-hook.
1431
1432         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
1433         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
1434         gnus-agent-possibly-synchronize-flags to the last.
1435         (gnus-agent-go-online): New function. New variable.
1436
1437 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1438
1439         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
1440         (gnus-agent-regenerate): Ditto.
1441
1442 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1443
1444         * message.el (message-ignored-news-headers)
1445         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
1446         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
1447
1448         * gnus.el (gnus-gethash-safe): New macro.
1449
1450         * gnus-agent.el (gnus-agent-regenerate-history): New function.
1451         (gnus-agent-regenerate): Show messages.
1452
1453 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1454
1455         * gnus-agent.el (gnus-agent-regenerate-group): New function.
1456         (gnus-agent-regenerate): New function.
1457         (gnus-agent-save-alist): Sort.
1458         (gnus-agent-copy-nov-line): Test eobp.
1459         (gnus-agent-retrieve-headers): Erase buffer.
1460
1461 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
1462
1463         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
1464         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
1465
1466         * gnus.el (gnus-agent-covered-methods): Move here.
1467         (gnus-online): New function.
1468         (gnus-agent-method-p): Move here.
1469
1470         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
1471         nil. Remove articles-alist.
1472
1473         * gnus-start.el (gnus-get-unread-articles): Check online.
1474         (gnus-groups-to-gnus-format): Ditto.
1475         (gnus-active-to-gnus-format): Ditto.
1476
1477         * gnus-agent.el (gnus-agent-get-function): Use it.
1478         (gnus-agent-get-undownloaded-list): Ditto.
1479         (gnus-agent-fetch-session): Only fetch online methods.
1480
1481         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
1482         (gnus-server-mode-map): Ditto.
1483         (gnus-server-offline-face): New face.
1484         (gnus-server-offline-face): New variable.
1485         (gnus-server-font-lock-keywords): Add offline.
1486         (gnus-server-insert-server-line): Ditto.
1487         (gnus-server-offline-server): New function.
1488
1489         * gnus-int.el (gnus-open-server): Turn to offline.
1490         (gnus-server-unopen-status): New variable.
1491
1492 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
1493
1494         * nnkiboze.el (nnkiboze-request-article): Use
1495         gnus-agent-request-article.
1496
1497         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
1498         function. Insert undownloaded NOV.
1499
1500         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
1501         (gnus-agent-request-article): New function.
1502
1503         * gnus.el (gnus-agent-cache): New variable.
1504
1505         * gnus-int.el (gnus-retrieve-headers): Use
1506         gnus-agent-retrieve-headers.
1507         (gnus-request-head): Use gnus-agent-request-article.
1508         (gnus-request-body): Ditto.
1509
1510         * gnus-art.el (gnus-request-article-this-buffer): Use
1511         gnus-agent-request-article.
1512
1513         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
1514         article if it is undownloaded.
1515
1516 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1517
1518         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
1519
1520 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1521
1522         * canlock.el (canlock-string-as-unibyte): New macro.
1523         (canlock-sha1-with-openssl): Return a unibyte string.
1524         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
1525
1526 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
1527
1528         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
1529
1530 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1531
1532         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
1533         application/x-emacs-lisp.
1534
1535         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
1536
1537         * nntp.el (nntp-request-article): Add group parameter.
1538         (nntp-request-head): Ditto.
1539         (nntp-find-group-and-number): Add parameter group. Figure out
1540         number if the status line doesn't give (e.g. quimby.gnus.org).
1541
1542 2002-01-08  Simon Josefsson  <jas@extundo.com>
1543
1544         * mml.el (mml-generate-mime-1): Set recipient correctly.
1545
1546 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1547
1548         * message.el (message-read-from-minibuffer): Add parameter
1549         initial-contents.
1550         * gnus-msg.el (gnus-summary-resend-message): Use it.
1551
1552         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
1553         behavior of quit-config.
1554
1555         * message.el (message-make-from): Don't quote fullname.
1556         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
1557
1558         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
1559         From: <andre@slamdunknetworks.com>
1560
1561 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1562
1563         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
1564
1565         * gnus-art.el (gnus-header-button-alist): Handle mailto.
1566
1567         * mml.el (mml-preview): Bind gnus-original-article-buffer because
1568         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
1569         because bbdb may use it.
1570
1571 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1572
1573         * nneething.el (nneething-request-article): When a non-text file
1574         is converted to an article, its data is encoded in base64.  Call
1575         `nneething-make-head' with options to specify MIME types.
1576         (nneething-make-head): Add optional arguments to specify MIME
1577         types.
1578
1579 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1580
1581         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
1582         header if there is not.
1583
1584         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
1585
1586         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
1587         (gnus-inews-mark-gcc-as-read): Obsolete variable.
1588         (gnus-inews-do-gcc): Use them.
1589
1590         * gnus-group.el (gnus-group-mark-article-read): Put holes into
1591         gnus-newsgroup-unselected.
1592
1593 2002-01-06  Simon Josefsson  <jas@extundo.com>
1594
1595         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
1596         condition-case, not ignore-errors.
1597
1598 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1599
1600         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
1601         gnus-fetch-old-headers.
1602
1603         * gnus-art.el (article-display-x-face): Use the current buffer
1604         unless `W f'. Otherwise, X-Face may be shown in the header of a
1605         forwarded part.
1606         (gnus-treatment-function-alist): Treat xface before hiding
1607         headers.
1608
1609 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1610
1611         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
1612         parameters.
1613
1614 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1615
1616         * mm-util.el (mm-multibyte-p): Define conditionally when load.
1617         (mm-guess-charset): New function.
1618         (mm-charset-after): Use it.
1619         (mm-detect-coding-region): New function.
1620         (mm-detect-mime-charset-region): New function.
1621
1622         * gnus-sum.el (gnus-summary-show-article): Use
1623         mm-detect-coding-region.
1624
1625 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1626
1627         * message.el (message-make-fqdn): Be less violent.
1628
1629         * gnus.el (gnus-logo-color-style): Compute custom form
1630         automatically.
1631
1632         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
1633         score file of the parent to the document group.
1634
1635         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
1636         parameters parameter.
1637
1638         * gnus-score.el (gnus-score-load-file): Clean up.
1639
1640 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1641
1642         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
1643         From: Damien Wyart <damien.wyart@free.fr>
1644
1645         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
1646
1647 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
1648
1649         * gnus-sum.el (gnus-select-group-hook): Typo.
1650
1651         * rfc2047.el (rfc2047-decode-string): Return immediately if there
1652         is no quoted-printable-encoded STRING.
1653         From: Jesper Harder <harder@ifa.au.dk>
1654
1655         (rfc2047-decode-string): Decode it.
1656
1657 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1658
1659         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
1660
1661 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
1662
1663         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
1664         buffer to get rid of junk line.
1665
1666 2002-01-05  Simon Josefsson  <jas@extundo.com>
1667
1668         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
1669         C-o.
1670         (message-mode-map): Bind message-insert-or-toggle-importance to
1671         C-c C-u.
1672         (message-mode-map): Bind message-disposition-notification-to to
1673         C-c M-n.
1674         (message-mode-menu): Add m-d-n-t.
1675         (message-mode-field-menu): Add m-goto-from.
1676         (message-mode): Doc fix.
1677         (message-goto-from): New function.
1678         (message-insert-disposition-notification-to): New function.
1679         (message-tool-bar-map): Add receipt button.
1680
1681 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1682
1683         * gnus-sum.el (gnus-thread-latest-date): New function.
1684         (gnus-thread-sort-by-most-recent-number): Renamed.
1685         (gnus-thread-sort-functions): Doc fix.
1686         (gnus-select-group-hook): Don't use setq on a hook.
1687         (gnus-thread-latest-date): Use date, not number
1688
1689         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
1690         (gnus-agent-expire): Allow regexp of expire-days.
1691
1692         * gnus-art.el (gnus-article-reply-with-original): Deactivate
1693         region.
1694         (gnus-article-followup-with-original): Ditto.
1695
1696         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
1697
1698         * gnus-art.el (gnus-mime-display-alternative): Use
1699         gnus-local-map-property.
1700         (gnus-mime-display-alternative): Ditto.
1701         (gnus-insert-mime-security-button): Ditto.
1702         (gnus-insert-next-page-button): Ditto.
1703         (gnus-button-prev-page): Take optional args.
1704         (gnus-insert-prev-page-button): widget-convert.
1705
1706         * gnus-util.el (gnus-local-map-property): New function.
1707
1708         * gnus-art.el (gnus-prev-page-map): Use parent map.
1709         (gnus-next-page-map): Ditto.
1710
1711         * gnus-spec.el (gnus-parse-format): Clean up.
1712         (gnus-parse-format): Do complex formatting for %=.
1713
1714         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
1715         "X-Face: " to the data in the built-in scenario.
1716
1717         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
1718         (gnus-correct-pad-form): Renamed.
1719         (gnus-tilde-max-form): Clean up.
1720         (gnus-pad-form): Use gnus-use-correct-string-widths.
1721
1722         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
1723         support if that is available.
1724
1725         * gnus-sum.el (gnus-thread-highest-number): New function.
1726         (gnus-thread-sort-by-most-recent-thread): New function.
1727         (gnus-thread-sort-functions): Doc fix.
1728
1729 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
1730
1731         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
1732         all cases.
1733         (gnus-summary-mode): Enable it in all cases.
1734         (gnus-summary-display-article): Ditto.
1735         (gnus-summary-edit-article): Ditto.
1736
1737         * gnus-ems.el (gnus-put-image): Really return glyph.
1738
1739         * gnus-art.el (gnus-article-x-face-command): Fix :type.
1740         (gnus-treat-smiley): Don't take "P" in the interactive form.
1741
1742 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1743
1744         * compface.el (uncompface): XEmacs and Emacs have differing
1745         capabilities.
1746
1747         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
1748
1749         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
1750         (gnus-article-xface-ring-size): Removed.
1751         (gnus-article-display-xface): Removed.
1752         (gnus-remove-image): Cleaned up.
1753
1754         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
1755         (gnus-xmas-create-image): Take pbm files.
1756         (gnus-x-face): Removed.
1757         (gnus-xmas-article-display-xface): Removed.
1758
1759         * gnus-fun.el (gnus-display-x-face-in-from): Bind
1760         default-enable-multibyte-characters.
1761
1762         * compface.el (uncompface): Doc fix.
1763
1764         * gnus-art.el (gnus-article-x-face-command): Use
1765         gnus-display-x-face-in-from.
1766
1767         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
1768
1769         * gnus-ems.el (gnus-put-image): Return the image.
1770
1771         * gnus-fun.el (gnus-display-x-face-in-from): New function.
1772         (gnus-x-face): Moved here.
1773
1774 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
1775
1776         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
1777         invisible if string is nil.
1778         (gnus-xmas-article-display-xface): Use it.
1779
1780         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
1781         property when string is nil.
1782         (gnus-article-display-xface): Use it.
1783
1784 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1785
1786         * gnus-art.el (article-display-x-face): Check whether valid grey
1787         face was returned.
1788         (article-display-x-face): Place image in the right spot.
1789
1790         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
1791         stderr.
1792         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
1793
1794 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1795
1796         * gnus-xmas.el (gnus-xmas-create-image): Take optional
1797         parameters.
1798         (gnus-xmas-put-image): Allow non-strings to be passed.
1799
1800         * gnus-art.el (article-display-x-face): Use optional parameters.
1801
1802         * gnus-ems.el (gnus-create-image): Take optional parameters.
1803
1804         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
1805
1806         * compface.el (compface-xbm-p): Removed.
1807
1808         * gnus-ems.el (gnus-article-compface-xbm): Removed.
1809         (gnus-article-display-xface): Use compface.
1810
1811         * compface.el: New file.
1812
1813         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
1814         (gnus-convert-image-to-x-face-command): Ditto.
1815         (gnus-random-x-face): Quote argument.
1816         (gnus-x-face-from-file): Ditto.
1817
1818 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
1819
1820         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
1821         the expire-group parameter once per article rather than once
1822         per group; bind `nnmaildir-article-file-name' and `article'
1823         for convenience.  Leave article alone when expire-group
1824         specifies the current group.
1825         (nnmaildir--update-nov): be more concurrency-friendly with
1826         temp file names.
1827
1828 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1829
1830         * gnus-start.el (gnus-read-init-file): Cleaned up.
1831
1832 2002-01-03  Dave Love  <d.love@dl.ac.uk>
1833
1834         * gnus-start.el (gnus-startup-file-coding-system): Removed.
1835         (gnus-read-init-file): Don't use it.
1836
1837 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1838
1839         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
1840
1841 2002-01-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1842
1843         * gnus-start.el (gnus-read-init-file): Don't force coding system
1844         for ~/.gnus.  From Dave Love <fx@gnu.org>.
1845
1846 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
1847
1848         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
1849         * nnspool.el (nnspool-request-post): Ditto.
1850
1851         * mm-util.el (mm-use-find-coding-systems-region): New variable.
1852         (mm-find-mime-charset-region): Use it.
1853
1854 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
1855
1856         * gnus.el (gnus-summary-line-format): Added :link.
1857         * gnus-topic.el (gnus-topic-line-format): Ditto.
1858         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
1859         * gnus-srvr.el (gnus-server-line-format): Ditto.
1860         * gnus-group.el (gnus-group-line-format): Ditto.
1861
1862         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
1863         :keys, it works on both Emacsen.
1864
1865 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
1866
1867         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
1868
1869 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1870
1871         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
1872
1873 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
1874
1875         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
1876         very wide reply.
1877
1878 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1879
1880         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
1881         (gnus-picon-cache): New variable.
1882         (gnus-picon-transform-newsgroups): Cache stuff.
1883
1884         * gnus-art.el (gnus-article-reply-with-original): New command.
1885         (gnus-article-followup-with-original): New command.
1886
1887         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
1888         END parameters.
1889         (gnus-summary-followup): Take a list of list of articles.
1890         (gnus-inews-yank-articles): Allow lists of article/regions.
1891
1892         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
1893         longer the usual commands.
1894
1895         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
1896         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
1897         shell-command-on-region.
1898
1899 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
1900
1901         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
1902           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
1903
1904 2002-01-03  Steve Youngs  <youngs@xemacs.org>
1905
1906         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
1907         understand ':keys', wrap it in an featurep 'xemacs.
1908
1909 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
1910
1911         * gnus-ems.el (gnus-article-display-xface): Show xface in the
1912         order of headers (Actually, it is called in a reversed order). Add
1913         'gnus-image-text-deletable property.
1914         (gnus-remove-image): Remove text with such a property.
1915
1916         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
1917         gnus-put-image.
1918
1919         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
1920         with ", "
1921
1922 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1923
1924         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
1925
1926         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
1927         (article-display-x-face): Display grey X-Faces.
1928
1929         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
1930         (gnus-convert-gray-x-face-to-ppm): Ditto.
1931         (gnus-convert-image-to-gray-x-face): Ditto.
1932
1933         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
1934         gnus-summary-show-raw-article.
1935
1936 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
1937
1938         Display picons in XEmacs without showing text.
1939
1940         * gnus-xmas.el (gnus-xmas-create-image): Don't use
1941         mm-create-image-xemacs to create xbm glyph, because it deletes
1942         temporary files.
1943         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
1944         (gnus-xmas-remove-image): Make text visible, remove glyph.
1945
1946         * gnus-picon.el (gnus-picon-transform-newsgroups)
1947         (gnus-picon-transform-address): Insert spec backward, due to the
1948         incompatibility of gnus-xmas-put-image.
1949
1950 2002-01-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1951
1952         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
1953
1954 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1955
1956         * gnus.el: Doc fix.
1957
1958         * gnus-art.el: Doc fix.
1959
1960         * gnus-agent.el: Doc fix.
1961
1962 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1963
1964         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
1965
1966 2002-01-01  Paul Jarc <prj@po.cwru.edu>
1967
1968         * nnmaildir.el (nnmaildir--update-nov): automatically parse
1969         NOV data out of the message again if nnmail-extra-headers has
1970         changed.
1971
1972 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1973
1974         * gnus-fun.el: New file.
1975         (gnus-convert-image-to-x-face-command): New variable.
1976         (gnus-insert-x-face): New function.
1977         (gnus-random-x-face): Renamed.
1978         (gnus-x-face-from-file): Renamed.
1979
1980         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
1981         "_".
1982         (gnus-body-boundary-delimiter): Typo fix.
1983
1984 2002-01-02  Simon Josefsson  <jas@extundo.com>
1985
1986         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
1987         (gnus-body-boundary-delimiter): Fix type.
1988
1989 2002-01-01  Simon Josefsson  <jas@extundo.com>
1990
1991         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
1992         (gnus-treat-emphasize, gnus-treat-strip-cr)
1993         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
1994         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
1995         (gnus-treat-fill-article, gnus-treat-hide-citation)
1996         (gnus-treat-hide-citation-maybe)
1997         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
1998         (gnus-treat-strip-pem, gnus-treat-strip-banner)
1999         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
2000         (gnus-treat-date-ut, gnus-treat-date-local)
2001         (gnus-treat-date-english, gnus-treat-date-lapsed)
2002         (gnus-treat-date-original, gnus-treat-date-iso8601)
2003         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
2004         (gnus-treat-strip-trailing-blank-lines)
2005         (gnus-treat-strip-leading-blank-lines)
2006         (gnus-treat-strip-multiple-blank-lines)
2007         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
2008         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
2009         (gnus-treat-display-xface, gnus-treat-display-smileys)
2010         (gnus-treat-from-picon, gnus-treat-mail-picon)
2011         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
2012         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
2013         (gnus-treat-play-sounds, gnus-treat-translate)
2014         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
2015
2016         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
2017         (gnus-article-treat-body-boundary): Use it.
2018
2019         * message.el (message-mode): Fix doc.
2020         (message-mode-menu): Fix names.
2021
2022 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2023
2024         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
2025         articles.
2026
2027         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
2028         (gnus-picon-transform-address): Search for unknown faces as well.
2029         (gnus-picon-find-face): Don't search "news" for MISC.
2030         (gnus-picon-user-directories): Changed default back to exclude
2031         "unknown".
2032
2033         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
2034
2035         * gnus-picon.el (gnus-picon-find-face): Search through all
2036         databases.
2037         (gnus-picon-find-face): New implementation.
2038
2039         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
2040         keystroke.
2041         (gnus-topic-goto-next-topic): Ditto.
2042
2043         * gnus.el (gnus-summary-line-format): Changed default.
2044
2045         * nnmail.el (nnmail-extra-headers): Change default.
2046
2047         * gnus-sum.el (gnus-extra-headers): Change default.
2048
2049         * message.el (message-news-other-window): Changed "news" to
2050         "posting".
2051         (message-news-other-frame): Ditto.
2052         (message-do-send-housekeeping): Ditto.
2053
2054         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
2055         function.
2056         (gnus-article-unread-p): New function.
2057         (gnus-article-unseen-p): New function.
2058         (gnus-dead-summary-mode-map): Typo.
2059
2060         * gnus-util.el (gnus-make-predicate): New function.
2061         (gnus-make-predicate-1): New function.
2062
2063         * gnus-sum.el: New function.
2064         (gnus-map-articles): New function.
2065
2066         * gnus-art.el (gnus-treat-fold-headers): New variable.
2067         (gnus-article-treat-fold-headers): New command and keystroke.
2068
2069         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
2070         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
2071
2072 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2073
2074         * message.el (message-fcc-externalize-attachments): New variable.
2075         (message-do-fcc): Use it.
2076
2077         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
2078         (gnus-inews-do-gcc): Use it.
2079
2080         * mml.el (mml-tweak-sexp-alist): New variable.
2081         (mml-externalize-attachments): New variable.
2082         (mml-tweak-part): Use mml-tweak-sexp-alist.
2083         (mml-tweak-externalize-attachments): New function.
2084
2085 2002-01-01  Steve Youngs  <youngs@xemacs.org>
2086
2087         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
2088         'set-glyph-face' so x-face back/foreground can be set.
2089
2090 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
2091
2092         * message.el (message-fix-before-sending): Fix a typo.
2093
2094 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2095
2096         * gnus-art.el (gnus-treat-smiley): Renamed command.
2097         (gnus-article-remove-images): New command and keystroke.
2098
2099         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
2100
2101         * smiley-ems.el (gnus-smiley-display): Removed.
2102
2103         * gnus.el (gnus-version-number): Update version.
2104
2105         * message.el (message-text-with-property): Renamed and moved
2106         here.
2107         (message-fix-before-sending): Highlight invisible text and place
2108         point there.
2109
2110 2002-01-01 02:32:53 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2111
2112         * gnus.el: Oort Gnus v0.04 is released.
2113
2114 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2115
2116         * gnus-delay.el (gnus-delay-send-queue): Renamed.
2117
2118         * gnus-art.el (gnus-ignored-headers): More headers,
2119
2120         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
2121         of `scan-error', since XEmacs doesn't seem to support that.
2122
2123 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2124
2125         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
2126         arg.
2127         (gnus-summary-best-unread-subject): Ditto.
2128         (gnus-summary-best-unread-subject): No, don't.
2129         (gnus-summary-better-unread-subject): New command.
2130
2131         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
2132
2133         * lpath.el ((featurep 'xemacs)): fbind url function.
2134
2135         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
2136         buffer.
2137         (gnus-xmas-remove-image): Implementation that does something.
2138         (gnus-xmas-article-display-xface): Mark images properly.
2139
2140         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
2141
2142 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
2143
2144         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
2145
2146 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2147
2148         * gnus-group.el (gnus-group-line-format): Added %O to the default
2149         value.
2150
2151         * gnus-util.el (gnus-text-with-property): The smallest point is
2152         point-min.
2153
2154         * smiley-ems.el (smiley-region): Return images.
2155         (gnus-smiley-display): Allow toggling.
2156         (smiley-region): Use text properties, not overlays.
2157
2158         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
2159         implemented yet.
2160
2161         * smiley-ems.el (smiley-update-cache): Check for valid types.
2162
2163         * gnus-art.el (gnus-with-article-buffer): New macro.
2164
2165         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
2166         strings as well as the glyphs.
2167         (gnus-picon-transform-address): Ditto.
2168         (gnus-picon-insert-glyph): Ditto.
2169         (gnus-picon-transform-newsgroups): Toggle.
2170         (gnus-picon-transform-address): Toggle.
2171
2172         * gnus-ems.el (gnus-remove-image): New function.
2173         (gnus-put-image): Take an optional string.
2174
2175         * gnus-util.el (gnus-text-with-property): New function.
2176
2177         * gnus-art.el (gnus-delete-images): New function.
2178
2179         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
2180
2181         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
2182         (gnus-article-wash-status): Use it.
2183         (gnus-signature-toggle): Clean up.
2184         (gnus-add-wash-status): New function.
2185         (gnus-delete-wash-status): New function.
2186         (gnus-article-hide-text-type): Use them throughout.
2187         (gnus-add-image): New function.
2188
2189         * gnus-ems.el (gnus-article-display-xface): Use new interface.
2190
2191         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
2192         interface.
2193
2194         * gnus-art.el (article-display-x-face): Cleaned up.
2195
2196         * rfc2047.el (rfc2047-field-value): New function.
2197
2198         * mail-parse.el (mail-header-field-value): New alias.
2199
2200         * gnus-art.el (gnus-mime-print-part): Fix typos.
2201
2202         * smiley-ems.el (gnus-smiley-file-types): New variable.
2203         (smiley-update-cache): Use it.
2204         (smiley-regexp-alist): Suffix-less smiley names.
2205         (smiley-regexp-alist): Added more smileys.
2206
2207         * gnus-sum.el (gnus-print-buffer): Made into own function.
2208         (gnus-summary-print-article): Use it.
2209
2210         * mailcap.el (mailcap-mime-info): Actually return the bit that we
2211         looked for when REQUEST is a string.
2212
2213         * gnus-art.el (gnus-mime-button-commands): Add printing
2214         keystroke.
2215         (gnus-mime-copy-part): Doc fix.
2216         (gnus-mime-print-part): New command.
2217
2218 2001-12-31  Simon Josefsson  <jas@extundo.com>
2219
2220         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
2221         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
2222
2223 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
2224
2225         * gnus-picon.el (gnus-treat-from-picon): Autoload.
2226         (picon): Fix doc.
2227
2228         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
2229         longer exists. Remove those codes.
2230         * gnus.el (gnus-use-picons): Ditto.
2231
2232 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2233
2234         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
2235         infloop.
2236
2237         * gnus-sum.el (t): New `W D' map.
2238
2239         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
2240         (gnus-article-treat-body-boundary): Clean up.
2241         (gnus-body-boundary-face): Removed.
2242         (gnus-article-goto-header): Moved here.
2243         (gnus-article-goto-header): Allow better regexps.
2244         (gnus-article-treat-fold-newsgroups): New command.
2245
2246         * gnus-sum.el (gnus-summary-move-article): We have to select an
2247         article to give `gnus-read-move-group-name' an opportunity to
2248         suggest an appropriate default.
2249
2250         * rfc2047.el (rfc2047-fold-line): New function.
2251         (rfc2047-unfold-line): Ditto.
2252         (rfc2047-fold-region): Don't fold just after the header name.
2253
2254         * mail-parse.el (mail-header-fold-line): New alias.
2255         (mail-header-unfold-line): Ditto.
2256
2257         * gnus-art.el (gnus-body-boundary-face): Renamed.
2258         (gnus-article-treat-body-boundary): Use it.
2259         (gnus-article-treat-body-boundary): Use an invisible header and a
2260         line of underline characters.
2261
2262 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
2263
2264         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
2265
2266         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
2267         (gnus-picon-split-address): New function.
2268         (gnus-picon-find-face): Use it.
2269         (gnus-picon-transform-address): Use it. Set first to t for each
2270         address.
2271
2272         * gnus-art.el (gnus-with-article-headers): Move to here. Define
2273         the macro then use it.
2274         (gnus-treatment-function-alist): Treat picons earlier.
2275
2276 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2277
2278         * gnus-art.el (gnus-body-separator-face): New variable.
2279         (gnus-article-treat-body-boundary): Use a blank, colored line.
2280
2281         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
2282         well.
2283
2284         * gnus-art.el (gnus-treat-body-boundary): New variable.
2285         (gnus-article-treat-unfold-headers): Use helper macro.
2286         (gnus-article-treat-body-boundary): New command.
2287
2288         * gnus.el (gnus-logo-color-style): Change the default color.
2289         (gnus-splash-face): Gray, gray.
2290
2291         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
2292         colors.
2293
2294         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
2295         (gnus-logo-color-style): Ditto.
2296         (gnus-logo-colors): Ditto.
2297
2298         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
2299
2300         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
2301
2302         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
2303         (gnus-picon-transform-newsgroups): New function.
2304
2305         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
2306         string.
2307
2308         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
2309
2310         * gnus-art.el (gnus-treat-cc-picon): New variable.
2311         (gnus-treat-mail-picon): Renamed.
2312
2313         * gnus-picon.el: New implementation.
2314         (gnus-picon-find-face): Renamed.
2315         (gnus-treat-from-picon): Use it.
2316         (gnus-picon-transform-address): Renamed.
2317         (gnus-treat-from-picon): Use it.
2318         (gnus-picon-create-glyph): Renamed.
2319         (gnus-picon-transform-address): Use it.
2320         (gnus-treat-cc-picon): New command.
2321
2322         * mm-decode.el (mm-create-image-xemacs): Separated out into
2323         function.
2324         (mm-get-image): Use it.
2325
2326         * gnus-art.el (gnus-treat-display-picons): Simplify.
2327         (gnus-treat-from-picon): Renamed.
2328
2329         * gnus-ems.el (gnus-create-image): New function.
2330         (gnus-put-image): New function.
2331
2332         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
2333         (gnus-with-article-headers): New macro.
2334         (gnus-article-goto-header): New function.
2335
2336         * gnus-xmas.el (gnus-image-type-available-p): New function.
2337
2338         * gnus-ems.el (gnus-image-type-available-p): New function.
2339
2340 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
2341
2342         * nnrss.el (nnrss-check-group): Find the correct tag, because
2343         xml.el is changed.
2344
2345 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2346
2347         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
2348         lines are shorter than the window width.
2349         (gnus-ignored-headers): More headers.
2350
2351 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2352
2353         * gnus-art.el (gnus-treat-unfold-lines): New variable.
2354         (gnus-treat-unfold-headers): Renamed.
2355         (gnus-article-treat-unfold-headers): New command and keystroke.
2356
2357         * rfc2047.el (rfc2047-encode-message-header): Clean up.
2358
2359         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
2360
2361 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
2362
2363         * sha1-el.el (sha1-use-external): New variable.
2364         (sha1-region): Use it.
2365         (sha1-string): Ditto.
2366
2367         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
2368         * gnus-picon.el: Less warnings when compile.
2369
2370 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2371
2372         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
2373         alias.
2374         (gnus-picons-database): Default to list.
2375         (gnus-picons-lookup-internal): Use it.
2376
2377         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
2378         to "bogus".
2379
2380         * gnus-win.el (gnus-configure-windows-hook): New hook.
2381
2382 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
2383
2384         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
2385
2386 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2387
2388         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
2389         lists.
2390         (gnus-select-newsgroup): Don't append; push.
2391         (gnus-adjust-marked-articles): Remove obsolete ranges from
2392         `seen'.
2393         (gnus-update-marks): Clean up.
2394         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
2395
2396 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
2397
2398         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
2399
2400 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2401
2402         * gnus-sum.el (gnus-auto-select-subject): New variable.
2403         (gnus-summary-best-unread-subject): New function.
2404         (gnus-summary-best-unread-article): Use it.
2405         (gnus-summary-first-unseen-subject): New function and command.
2406
2407         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
2408         other treatments.
2409
2410         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
2411         function.
2412
2413         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
2414         from the list of hidden types.
2415
2416         * mm-view.el (mm-inline-text): Ditto.
2417         (mm-inline-text): Ditto.
2418         (mm-w3-prepare-buffer): Ditto.
2419
2420         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
2421
2422 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2423
2424         * gnus-art.el (gnus-ignored-headers): Added more headers.
2425
2426 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
2427
2428         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
2429         once.
2430
2431 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2432
2433         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
2434
2435 2001-12-28  Simon Josefsson  <jas@extundo.com>
2436
2437         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
2438         Jesper Harder <harder@ifa.au.dk>.
2439
2440 2001-12-27  Simon Josefsson  <jas@extundo.com>
2441
2442         * gnus-sum.el (gnus-select-newsgroup): Make
2443         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
2444         contain all articles (instead of none) when no seen marks have
2445         been set for the group.
2446         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
2447         instead, it seems to result in shorter ranges.
2448
2449 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2450
2451         * mm-util.el (mm-iso-8859-x-to-15-region): Use
2452         insert-before-markers.
2453         From Jesper Harder <harder@ifa.au.dk>
2454
2455 2001-12-26  Paul Jarc <prj@po.cwru.edu>
2456
2457         * nnmaildir.el (nnmaildir-save-mail): create the destination
2458         groups if they do not exist.
2459
2460 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2461
2462         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
2463
2464 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2465
2466         * gnus-group.el (gnus-group-read-ephemeral-group): Call
2467         gnus-group-real-name.
2468
2469         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
2470         (gnus-newsgroup-variables): Ditto.
2471
2472         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
2473         return it.
2474
2475 2001-12-21  Paul Jarc <prj@po.cwru.edu>
2476
2477         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
2478         * nnmaildir.el (top-level): Add commentary.
2479         (nnmaildir-version): Indicate that nnmaildir is now a standard
2480         part of Gnus, not separately released.
2481
2482 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2483
2484         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
2485         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
2486         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
2487         From  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2488
2489 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2490
2491         * nnmaildir.el: Copyright changes. Require cl only at compile time.
2492
2493 2001-12-20  Simon Josefsson  <jas@extundo.com>
2494
2495         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
2496         ZHU <zsh@cs.rochester.edu>.
2497         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
2498         Brian P Templeton <bpt@tunes.org>.
2499
2500 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2501
2502         * nnmaildir.el: New file.
2503         From Paul Jarc <prj@po.cwru.edu>.
2504
2505 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2506
2507         * nndoc.el (nndoc-type-alist): Move forward to the end.
2508
2509 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2510
2511         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
2512         `dolist'.
2513
2514 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2515
2516         * gnus-win.el (gnus-frames-on-display-list): New function.
2517         (gnus-get-buffer-window): Use it.
2518
2519 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2520
2521         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
2522
2523 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2524
2525         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
2526
2527 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2528            From Harald Meland <Harald.Meland@usit.uio.no>
2529
2530         * gnus-win.el (gnus-get-buffer-window): New function.
2531         (gnus-all-windows-visible-p): Use it.
2532
2533         * gnus-util.el (gnus-horizontal-recenter)
2534         (gnus-horizontal-recenter, gnus-horizontal-recenter)
2535         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
2536
2537         * gnus-score.el (gnus-score-insert-help): Use it.
2538
2539         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
2540         (gnus-generate-tree, gnus-highlight-selected-tree)
2541         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
2542         it.
2543
2544         * gnus-art.el (gnus-article-set-window-start)
2545         (gnus-mm-display-part, gnus-request-article-this-buffer)
2546         (gnus-button-next-page, gnus-button-prev-page)
2547         (gnus-article-button-next-page, gnus-article-button-prev-page):
2548         Use it.
2549
2550 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
2551
2552         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
2553         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
2554         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
2555
2556 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2557
2558         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
2559         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
2560         * mml1991.el, nnultimate.el: Add `coding'.
2561
2562 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
2563
2564         * ChangeLog: changed coding to buffer-file-coding-system
2565         * ChangeLog.1: same
2566         * nnwfm.el: same
2567         * gnus-smiley.el: same
2568         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
2569         * gnus-delay.el: same
2570         * gnus-spec.el: same
2571         * message.el: same
2572         * mml1991.el: same
2573         * nnultimate.el: same
2574
2575 2001-12-16  Simon Josefsson  <jas@extundo.com>
2576         Inspired by code by Dirk Meyer <dischi@tzi.de>.
2577
2578         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
2579         (gnus-summary-save-map): Add muttprint.
2580         (gnus-summary-make-menu-bar): Ditto.
2581         (gnus-summary-muttprint): New function.
2582
2583         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
2584
2585 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2586
2587         * uudecode.el (uudecode-decode-region-internal): Speedup by using
2588         temporary list instead of buffer.
2589
2590         * mm-url.el (executable-find): autoload.
2591
2592 2001-12-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2593
2594         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
2595         to variable, follow doc-string conventions).
2596
2597 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
2598
2599         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
2600         subscribe-level
2601         * gnus-topic.el (gnus-subscribe-topics): use it.
2602
2603 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2604
2605         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
2606         messages. (A small patch with indentation)
2607         From Sean Neakums <sneakums@zork.net>.
2608
2609         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
2610         nil after shooting down the gnus-original-article-buffer.
2611
2612 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2613
2614         * uudecode.el (uudecode-use-external): New variable.
2615         (uudecode-decode-region): Automatically detect external program.
2616
2617         * binhex.el (binhex-use-external): New variable.
2618         (binhex-decode-region-internal): New function.
2619         (binhex-decode-region): Automatically detect external program.
2620
2621         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
2622         Use them.
2623
2624 2001-12-12  Simon Josefsson  <jas@extundo.com>
2625
2626         * nnvirtual.el (nnvirtual-always-rescan)
2627         (nnvirtual-component-regexp): Fix doc.
2628
2629         * nnoo.el (defvoo): Add doc to defvoo variables.
2630
2631         * nnml.el (nnml-directory, nnml-active-file)
2632         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
2633         (nnml-marks-is-evil, nnml-filenames-are-evil)
2634         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
2635
2636         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
2637         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
2638         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
2639         `error'.
2640
2641         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
2642         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
2643
2644         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
2645         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
2646         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
2647         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
2648
2649         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
2650         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
2651
2652         * imap.el, nnimap.el: Fix indentation.
2653
2654         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
2655
2656 2001-12-12  Didier Verna  <didier@xemacs.org>
2657
2658         * gnus-msg.el (gnus-group-news): New function.
2659         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
2660         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
2661         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
2662         for it.
2663         * gnus-msg.el (gnus-summary-news-other-window): New function.
2664         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
2665         bind it to `i'.
2666         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
2667         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
2668         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
2669         for it (called with a prefix).
2670         * gnus-msg.el (gnus-configure-posting-styles): add an optional
2671         group-name argument.
2672         * gnus-msg.el (gnus-setup-message): use it.
2673
2674 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2675
2676         * gnus-sum.el (gnus-summary-show-article): Fix doc.
2677
2678 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2679
2680         * mml.el (mime-to-mml): Remove Content-Disposition too.
2681
2682 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2683
2684         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
2685         * gnus-group.el (gnus-group-name-decode): Decode unibyte
2686         strings only.
2687         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2688
2689 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
2690
2691         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
2692         (nnmail-fancy-expiry-target): Use it.
2693         Suggestions from Simon Josefsson <jas@extundo.com>.
2694
2695 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2696
2697         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
2698
2699 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2700
2701         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
2702
2703         * gnus-util.el (gnus-url-unhex-string): Move here.
2704
2705 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2706
2707         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
2708         mm-url-decode-entities-nbsp.
2709
2710         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
2711         * webmail.el, nnwfm.el: Use mm-url.
2712
2713         * mm-url.el (mm-url-fetch-form): Move from nnweb.
2714         (mm-url-remove-markup): Move from nnweb.
2715         (mm-url-fetch-simple): Move from webmail.
2716
2717         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
2718
2719 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2720
2721         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
2722         (gnus-summary-print-article): Use it.
2723
2724         * gnus-util.el (gnus-replace-in-string): Typo.
2725
2726 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2727
2728         * nnweb.el (nnweb-replace-in-string): Removed.
2729
2730         * gnus-util.el (gnus-replace-in-string): New function.
2731         (gnus-mode-string-quote): Use it.
2732
2733         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
2734         * nnwfm.el (nnwfm-create-mapping): Ditto.
2735
2736 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2737
2738         * dgnushack.el (dgnushack-compile): nnrss.el and
2739         nnslashdot.el don't depend on nnweb, url, w3.
2740
2741         * nnrss.el: Use mm-url.
2742
2743 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2744
2745         * mm-url.el (mm-url-insert-file-contents): Support file:.
2746
2747 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2748
2749         * mm-view.el: Lower case for the description line. Sync from the
2750         Emacs CVS.
2751
2752 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2753
2754         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
2755         From:  Stefan Monnier  <monnier@cs.yale.edu>
2756
2757 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2758
2759         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
2760
2761 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2762
2763         * mm-url.el: Require executable.
2764         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
2765
2766 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2767
2768         * pop3.el (pop3-munge-message-separator): Only use valid date.
2769         From Michael Welsh Duggan <md5i@cs.cmu.edu>.
2770
2771         * Makefile.in: gnus-load.elc may not be generated.
2772
2773 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2774
2775         * mm-url.el: New file.
2776         * nnslashdot.el: Use it.
2777         * mm-extern.el (mm-extern-url): Use it.
2778
2779 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2780
2781         * gnus-sum.el (gnus-summary-save-article): Nix
2782         gnus-display-mime-function and gnus-article-prepare-hook.
2783
2784         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
2785         the beginning of lines.
2786         (gnus-complex-form-to-spec): Ditto.
2787
2788 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2789
2790         * message.el (message-make-mft): Fix the m-s-a-file regexp.
2791         From Paul Jarc <prj@po.cwru.edu>.
2792
2793 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2794
2795         * message.el: New variable message-subscribed-address-file;
2796         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
2797
2798 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2799
2800         * message.el (message-tab-body-function): Set to nil.
2801         (message-tab): Use text-mode-map or global-map.
2802         Suggested by Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2803
2804 2001-11-30  Simon Josefsson  <jas@extundo.com>
2805
2806         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
2807         instead of gnus-union, for speed.  Suggested by Christoph Conrad
2808         <christoph.conrad@gmx.de>.
2809         (gnus-agent-fetch-group-1): Add verbose message.
2810
2811 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2812
2813         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
2814         of integers.
2815
2816 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2817
2818         * message.el (message-newgroups-header-regexp)
2819         (message-completion-alist, message-tab-body-function): Use
2820         defcustom rather than defvar.
2821         (message-tab): Mention `message-tab-body-function' in doc.
2822         Suggested by Karl Eichwalder.
2823
2824 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2825
2826         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
2827
2828 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2829
2830         * nnheader.el (nnheader-find-nov-line): Don't use macro
2831         gnus-delete-line.
2832
2833         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
2834         (gnus-group-name-charset): Ditto.
2835
2836         * gnus-util.el (gnus-buffer-live-p): Ditto.
2837
2838 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2839
2840         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
2841         open parenthesis in doc.
2842         (sieve-manage-authenticator-alist): Typo in doc.
2843         * imap.el (imap-authenticator-alist): Typo in doc.
2844         (imap-stream-alist): Backslash.
2845
2846         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
2847           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
2848
2849 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2850
2851         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
2852
2853         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
2854
2855         * gnus-msg.el (gnus-configure-posting-styles): use
2856         make-local-hook. Add LOCAL for add-hook.
2857
2858 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
2859
2860         * message.el (message-mode): Use `make-local-hook' unless
2861         obsolete.
2862         Patch by Katsumi Yamaoka  <yamaoka@jpl.org>.
2863
2864 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2865
2866         * canlock.el: Remove sha1.el and base64.el stuff.
2867
2868 2001-11-26  Didier Verna  <didier@xemacs.org>
2869
2870         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
2871         if needed.
2872
2873 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2874
2875         * message.el (message-tamago-not-in-use-p): New function.
2876         (message-strip-forbidden-properties): Use it.
2877
2878 2001-11-26  Didier Verna  <didier@xemacs.org>
2879
2880         * gnus-start.el (gnus-check-first-time-used): only check for
2881         existence of .el[d] files.
2882
2883 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2884
2885         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
2886
2887         * message.el (message-setup-1): Clean up mc-*.
2888
2889 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2890
2891         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
2892         * gnus-score.el (gnus-score-find-bnews): Use it.
2893
2894         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
2895         (gnus-summary-limit-to-author): Ditto.
2896         (gnus-summary-limit-to-extra): Ditto.
2897         (gnus-summary-find-matching): Support not-matching argument.
2898
2899 2001-11-25  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2900
2901         * message.el (message-wash-subject): Use `insert' rather than
2902         `insert-string', which is deprecated.
2903
2904 2001-11-24  Simon Josefsson  <jas@extundo.com>
2905
2906         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
2907         message. (Gnus does not "default" to using 8bit for the message,
2908         it default to use 8bit encoding and the user-supplied CTE
2909         value. Calling this behaviour "treating it as 8bit" is perhaps
2910         better.)
2911
2912         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
2913         (compare mm-charset-to-coding-system).
2914
2915 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2916
2917         * canlock.el (canlock-sha1-with-openssl): Use unibyte
2918         buffer. Correctly decode hex.
2919
2920 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2921
2922         * gnus-agent.el (gnus-category-insert-line): Convert category
2923         names to strings.
2924
2925 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2926
2927         * message.el (sha1): eval-and-compile.
2928
2929 2001-11-20  Simon Josefsson  <jas@extundo.com>
2930
2931         * message.el (message-allow-no-recipients): New variable.
2932         (message-send): Use it, customize the prompting when posting to
2933         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
2934
2935 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2936
2937         * mm-util.el (mm-coding-system-priorities): New variable.
2938         (mm-sort-coding-systems-predicate): New function.
2939         (mm-find-mime-charset-region): Resort coding systems if needed.
2940         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
2941
2942 2001-11-20  Didier Verna  <didier@xemacs.org>
2943
2944         * gnus-group.el (gnus-group-make-help-group): new optional
2945         argument to control the error behavior.
2946         * gnus-start.el (gnus-check-first-time-used): use it to avoid
2947         erroring.
2948
2949 2001-11-19  Simon Josefsson  <jas@extundo.com>
2950
2951         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
2952         instead of C-c C-u.  Suggested by Per Abrahamsen
2953         <abraham@dina.kvl.dk>.
2954
2955 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2956
2957         * nnfolder.el (nnfolder-read-folder): Use group instead of
2958         nnfolder-current-group.
2959         Suggested by Lorentey Karoly <lorentey@elte.hu>.
2960
2961 2001-11-17  Simon Josefsson  <jas@extundo.com>
2962
2963         * message.el (message-send): Ask user if Fcc/Gcc should be
2964         performed when no other sender was specified.
2965         Suggested by prj@po.cwru.edu (Paul Jarc).
2966
2967 2001-11-17  Simon Josefsson  <jas@extundo.com>
2968
2969         * message.el (message-mode, message-mode-map): Use C-c C-u for
2970         Importance: instead of C-c C-p (used by SC).
2971
2972 2001-11-16  Simon Josefsson  <jas@extundo.com>
2973
2974         * message.el (message-insert-importance-high)
2975         (message-insert-importance-low): Save point.
2976
2977         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
2978         value.
2979
2980 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
2981
2982         * message.el (message-strip-special-text-properties): New option.
2983         (message-strip-forbidden-properties): Obey it.
2984
2985 2001-11-14  Sam Steingold  <sds@gnu.org>
2986
2987         * gnus-score.el: Fixed some doc strings to properly quote symbols.
2988
2989 2001-11-15  Simon Josefsson  <jas@extundo.com>
2990
2991         Support "Importance:" header in Message.
2992
2993         * message.el (message-mode-map): Bind C-c C-p to
2994         `message-insert-or-toggle-importance'
2995         (message-mode-menu): Add message-insert-importance-{high,low}.
2996         (message-insert-importance-high, message-insert-importance-low)
2997         (message-insert-or-toggle-importance): New functions.
2998         (message-tool-bar-map): Add {un,}important.
2999         (message-mode): Doc fix.
3000
3001 2001-11-15  Simon Josefsson  <jas@extundo.com>
3002
3003         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
3004
3005         * mml.el (mml-menu): Fix toolbar tooltip.
3006
3007 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3008
3009         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
3010         * nnml.el (nnml-save-marks): Ditto.
3011
3012         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
3013
3014 2001-11-15  Simon Josefsson  <jas@extundo.com>
3015
3016         * nnml.el (nnml-save-marks):
3017         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
3018         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
3019
3020 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
3021
3022         * gnus-art.el (gnus-article-wash-status-strings): Use
3023         `copy-sequence', not `copy-seq'.
3024
3025 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
3026
3027         * gnus-art.el (gnus-article-wash-status-strings): New constant.
3028         (gnus-gnus-article-wash-status-entry): New function.
3029         (gnus-article-wash-status): Use it.
3030
3031 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3032
3033         * mml1991.el: Add coding header.
3034
3035 2001-11-12  Simon Josefsson  <jas@extundo.com>
3036
3037         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
3038         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
3039         `mml1991-sign' and `mml1991-encrypt'.
3040         (mml1991-encrypt, mml1991-sign): New glue functions.
3041         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
3042
3043         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
3044         (mml-menu): Add PGP to menu.
3045
3046         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
3047         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
3048         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
3049         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
3050
3051         * mml2015.el: Mention RFC 3156.
3052
3053         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
3054
3055 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3056
3057         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
3058
3059         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
3060           From <Michael.Cook@cisco.com>
3061
3062 2001-11-11  Simon Josefsson  <jas@extundo.com>
3063
3064         * message.el (top-level): Autoload sha1.
3065         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
3066         canlock, no need to require two different hash algs).  Suggested
3067         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
3068
3069 2001-11-09  Simon Josefsson  <jas@extundo.com>
3070
3071         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Bm\e(Bk
3072         <Pavel@Janik.cz>.
3073
3074 2001-11-09  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3075
3076         * message.el (message-point-in-header-p): New function.
3077         (message-do-auto-fill): Use it.
3078         (message-beginning-of-line): New function.  Goes to beginning of
3079         header value (i.e., end of header name), or to beginning of line
3080         if already at beginning of value.  Behaves like
3081         `beginning-of-line' when in message body.
3082         (message-mode-map): Bind it.
3083
3084 2001-11-08  Simon Josefsson  <jas@extundo.com>
3085
3086         * gnus-msg.el (gnus-posting-styles): Add doc.
3087
3088 2001-11-07  Simon Josefsson  <jas@extundo.com>
3089
3090         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
3091
3092         * sieve-mode.el (sieve-control-commands-face)
3093         (sieve-control-commands-face, sieve-action-commands-face)
3094         (sieve-test-commands-face, sieve-tagged-arguments-face): New
3095         faces.
3096         (sieve-font-lock-keywords): Use them.
3097         (sieve-mode): Only set font-lock-defaults in emacs.
3098
3099         * gnus-art.el (gnus-default-article-saver): Add
3100         gnus-summary-save-body-in-file.
3101         (gnus-summary-write-to-file): Fix doc.
3102
3103 2001-11-07  Simon Josefsson  <jas@extundo.com>
3104
3105         * gnus-art.el (gnus-treat-highlight-signature): Add cross
3106         reference to the correct chapter in the manual.
3107
3108         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
3109         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
3110
3111 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3112
3113         * mml.el (mml-preview): Bind mail-header-separator.
3114
3115 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3116
3117         * message.el: Always require canlock.
3118         (message-ignored-supersedes-headers): Include Cancel-Lock and
3119         Cancel-Key.
3120         (message-insert-canlock): Don't require canlock.
3121         (message-cancel-news): Don't check whether canlock is available.
3122         (message-supersede): Support cancel-locks.
3123
3124         * gnus-art.el: Don't autoload canlock.
3125
3126 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3127
3128         * mail-source.el (mail-source-fetch-imap): ASYNC param.
3129         From: <andre@slamdunknetworks.com>
3130
3131 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3132
3133         * many files: Fix copyright lines.
3134
3135 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3136
3137         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
3138         Suggested by Dave Love  <fx@gnu.org>.
3139
3140 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3141
3142         * message.el (message-kill-buffer): Remove auto-save file after
3143         confirm.
3144
3145         * message.el (message-send-mail): Call message-generate-headers
3146         once.  Suggested by Matt Armstrong <matt@lickey.com>.
3147
3148         * gnus-topic.el (gnus-topic-rename): Initial-input.
3149         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
3150
3151 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
3152
3153         * message.el (message-forbidden-properties): New constant.
3154         (message-strip-forbidden-properties): New function.
3155         (message-mode): Activate it.
3156
3157 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3158
3159         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
3160         (mm-hack-charsets): Fix doc.
3161
3162 2001-11-02  Simon Josefsson  <jas@extundo.com>
3163
3164         * gnus-int.el (gnus-check-server): Message "...done" when done.
3165
3166         * imap.el (imap-close): Don't message (imap-send-command-wait
3167         returns if the connection is dropped).
3168         (imap-wait-for-tag): Nix out message only when necessary.
3169
3170         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
3171         for non-crossposting.
3172         (gnus-sieve-crosspost): Default to t to be consistent with other
3173         parts of Gnus.
3174
3175 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3176
3177         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
3178         (mm-iso-8859-x-to-15-table): Ditto.
3179         (mm-iso-8859-x-to-15-region): Ditto.
3180         (mm-find-mime-charset-region): Ditto.
3181
3182 2001-11-01  Simon Josefsson  <jas@extundo.com>
3183
3184         * nnimap.el (nnimap-close-asynchronous): New variable.
3185         (nnimap-close-group): Use it.
3186         (nnimap-expunge): Don't use it.
3187
3188         * imap.el (imap-callbacks): New variable.
3189         (imap-remassoc): Copied from `gnus-remassoc'.
3190         (imap-add-callback): New function.
3191         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
3192         behaviour.
3193         (imap-parse-response): Call the callback.
3194
3195         * message.el (message-insert-canlock): New variable.
3196         (message-canlock-generate, message-canlock-password)
3197         (message-insert-canlock): New functions.
3198         (message-send-news): Call `message-insert-canlock'.
3199         (top-level): Require canlock when compiling.
3200         (message-insert-canlock): Require canlock before we need it.
3201
3202 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3203
3204         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
3205
3206 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3207
3208         * dgnushack.el (dgnushack-make-load): A workaround for
3209         custom-add-loads bug in some versions of XEmacs.
3210
3211 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3212
3213         * mm-util.el (mm-charset-synonym-alist): Revert (some).
3214
3215 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3216
3217         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
3218         (mm-hack-charsets): New variable.
3219         (mm-iso-8859-15-compatible): New variable.
3220         (mm-iso-8859-x-to-15-table): New variable.
3221         (mm-find-mime-charset-region): Add parameter hack-charsets.
3222
3223         * mm-bodies.el (mm-encode-body): Use it.
3224         * mml.el (mml-parse-1): Ditto.
3225
3226 2001-11-01  Simon Josefsson  <jas@extundo.com>
3227
3228         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
3229
3230 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3231
3232         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
3233         is nil.
3234
3235 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3236
3237         * smiley-ems.el (smiley-update-cache): Auto detect file type.
3238
3239         * message.el (message-forward-rmail-make-body): Use
3240         save-window-excursion.
3241         (message-encode-message-body): Search with noerror.
3242         (message-setup-1): Convert compose-mail send-actions to
3243         message-send-actions.
3244
3245 2001-11-01  Simon Josefsson  <jas@extundo.com>
3246
3247         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
3248         <yamaoka@jpl.org>.
3249
3250 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3251
3252         * sieve-manage.el (sieve-string-bytes): No complain.
3253
3254 2001-11-01  Simon Josefsson  <jas@extundo.com>
3255
3256         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
3257         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
3258         has autoload cookies, so no `require' should be necessary.)
3259
3260         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
3261         files.
3262
3263 2001-10-31  Simon Josefsson  <jas@extundo.com>
3264
3265         * gnus-cus.el (gnus-group-parameters): Support integer `display'
3266         parameter.
3267
3268         * gnus-sum.el (gnus-select-newsgroup): If group parameter
3269         `display' is a number (and C-u wasn't used to enter group), only
3270         fetch that number of articles.
3271
3272 2001-10-31  Matt Armstrong  <matt@lickey.com>
3273
3274         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
3275         not-subscribed -> subscribed.
3276
3277 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3278         From: Josh Huber <huber@alum.wpi.edu>
3279
3280         * message.el (message-subscribed-address-functions): New variable.
3281         (message-subscribed-addresses): New variable.
3282         (message-subscribed-regexps): New variable.
3283         (message-goto-mail-followup-to): New function.
3284         (message-send-mail): Add Mail-Followup-To.
3285         (message-make-mft): New function.
3286
3287         * gnus.el (gnus-find-subscribed-addresses): New function.
3288
3289 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3290
3291         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
3292         (mail-source-fetch-pop): Ditto.
3293         (mail-source-check-pop): Ditto.
3294
3295         * gnus-start.el (gnus-read-init-file): Ditto.
3296         (gnus-activate-group): Ditto.
3297         (gnus-read-newsrc-el-file): Ditto.
3298
3299 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3300
3301         * message.el (message-get-reply-headers): Make sure there is ", ".
3302
3303         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
3304         mm-coding-system-p. Don't correct it only in XEmacs.
3305         (mm-charset-to-coding-system): Use mm-coding-system-p and
3306         mm-get-coding-system-list.
3307         (mm-emacs-mule, mm-mule4-p): New variables.
3308         (mm-enable-multibyte, mm-disable-multibyte,
3309         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
3310         mm-with-unibyte-current-buffer,
3311         mm-with-unibyte-current-buffer-mule4): Use them.
3312         (mm-find-mime-charset-region): Treat iso-2022-jp.
3313
3314         From  Dave Love  <fx@gnu.org>:
3315
3316         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
3317         construction.
3318         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
3319         entries conditional on not having a coding system defined for
3320         them.
3321         (mm-mule-charset-to-mime-charset): Use
3322         find-coding-systems-for-charsets if defined.
3323         (mm-charset-to-coding-system): Don't use
3324         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
3325         later.  Add last resort search of coding systems.
3326         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
3327         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
3328         Mule 4.
3329         (mm-find-mime-charset-region): Re-write.
3330         (mm-with-unibyte-current-buffer): Restore buffer as well as
3331         multibyteness.
3332
3333 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3334
3335         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
3336         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
3337         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
3338
3339 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3340
3341         * gnus-art.el (article-display-x-face): Nix buffer-read-only
3342         again.
3343
3344         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
3345
3346 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3347
3348         * gnus-spec.el (gnus-parse-simple-format): Use
3349           buffer-substring-no-properties.
3350
3351 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * gnus-art.el (article-verify-cancel-lock): New function.
3354
3355         * nnheader.el (nntp-process-response): New variable.
3356         (nnheader-init-server-buffer): Make `nntp-process-response'
3357         buffer-local in `nntp-server-buffer'.
3358
3359         * nntp.el (nntp-prepare-post-hook): New hook.
3360         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
3361         (nntp-async-trigger): Ditto.
3362         (nntp-request-post): Insert a server's ID if there's no Message-ID
3363         header; run `nntp-prepare-post-hook'.
3364
3365 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3366
3367         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
3368         instead.
3369
3370         * message.el (message-forward-subject-author-subject): Don't use
3371         message-news-p, which widens the buffer.
3372         (message-forward-make-body): New function.
3373         (message-forward): Use it.
3374         (message-insinuate-rmail): New function.
3375         (message-forward-rmail-make-body): New function.
3376
3377 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3378
3379         * mm-extern.el (mm-extern): Provide it.
3380
3381         * mm-partial.el (mm-partial): Provide it.
3382
3383 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3384
3385         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
3386
3387 2001-10-29  Simon Josefsson  <jas@extundo.com>
3388
3389         * mml.el (mml-preview): Bind message-this-is-news if it is
3390         news. From Jesper Harder <harder@myrealbox.com>.
3391
3392 2001-10-28  Simon Josefsson  <jas@extundo.com>
3393
3394         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
3395
3396 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
3397
3398         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
3399         ironic smilies.
3400
3401 2001-10-27  Simon Josefsson  <jas@extundo.com>
3402
3403         * message.el (message-indent-citation): Don't add trailing
3404         whitespace when citing text.
3405
3406         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
3407         <harder@ifa.au.dk>.
3408
3409 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3410
3411         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
3412         not available.
3413         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
3414         (nnweb-type-definition): Add google as alias of dejanews.
3415         (nnweb-google-parse-1): Forward 1 line.
3416
3417 2001-10-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3418
3419         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
3420         variable `message-forward-ignored-headers'.
3421
3422 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
3423
3424         * gnus.el (gnus-expand-group-parameter): New function.
3425         (gnus-expand-group-parameters): Call it.
3426         (gnus-group-fast-parameter): New function.
3427         (gnus-group-find-parameter): Call it.
3428
3429 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
3430
3431         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
3432         vector (it didn't before because of a bug).
3433         * gnus-msg.el (gnus-post-news): Use header vector directly, if
3434         available.  Before it converted it to an article number.
3435
3436         This makes followup to news articles with negative numbers in
3437         nnvirtual groups use news instead of mail.
3438
3439 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
3440
3441         * gnus.el (post-method): Use `native' instead of `nil'.
3442
3443         * gnus-msg.el (gnus-post-method): Ditto.
3444
3445 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
3446
3447         * gnus.el (gnus-define-group-parameter): Grammar fix.
3448
3449 2001-10-22  Simon Josefsson  <jas@extundo.com>
3450
3451         * gnus-msg.el (gnus-extended-version): Include
3452         system-configuration.
3453         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann).
3454
3455 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
3456
3457         * gnus.el (post-method): Customization fix: `native' is not a
3458         valid value.
3459         * gnus-msg.el (gnus-post-method): Doc and customization fix:
3460         `native' is not a valid value.
3461
3462 2001-10-21  Simon Josefsson  <jas@extundo.com>
3463
3464         * nnimap.el (nnimap): Defgroup
3465         (nnimap-strict-function, nnimap-strict-function-match): New
3466         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
3467         (nnimap-split-crosspost, nnimap-split-inbox)
3468         (nnimap-split-rule, nnimap-split-predicate)
3469         (nnimap-split-predicate): Defcustom.
3470         (nnimap-split-inbox, nnimap-expunge-search-string)
3471         (nnimap-importantize-dormant): Remove "*" from doc.
3472
3473 2001-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3474
3475         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
3476         not supplied via prefix arg.  From Lisp, make arg mandatory.
3477         Suggested by Frank Schmitt.
3478
3479 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
3480
3481         * message.el (message-do-auto-fill): Avoid calling
3482         'rfc822-goto-eoh'.
3483
3484 2001-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3485         From Paul Jarc <prj@po.cwru.edu>.
3486
3487         * message.el (message-get-reply-headers): Restructure the logic
3488         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
3489
3490 2001-10-20  Simon Josefsson  <jas@extundo.com>
3491
3492         * message.el (message-cancel-news): Support cancel-locks.
3493         Suggested by Per Abrahamsson.
3494
3495         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
3496         conses.  From David Z Maze <dmaze@MIT.EDU>.
3497
3498         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
3499
3500 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
3501
3502         * mm-decode.el (mm-default-directory): Fix customize type.
3503
3504         * message.el (message-setup-fill-variables): Kludge to use
3505         normal-auto-fill-function even if auto fill is already activated.
3506
3507 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
3508
3509         * message.el (message-do-auto-fill): New version that does not
3510         rely on text properties, by Simon Josefsson <jas@extundo.com>.
3511         (message-setup-1): Removed the `message-field' property.
3512
3513         * gnus-draft.el (gnus-draft-edit-message): Removed the
3514         `message-field' property.
3515
3516 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
3517
3518         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
3519         `message-field'.  The `field' property has a special significance in
3520         Emacs 21.
3521
3522         * message.el (message-send, message-setup-1): Ditto.
3523
3524 2001-10-18  Simon Josefsson  <jas@extundo.com>
3525
3526         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
3527         when undoing.
3528
3529 2001-10-18  Simon Josefsson  <jas@extundo.com>
3530         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
3531
3532         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
3533         (gnus-summary-make-menu-bar): Ditto.
3534
3535 2001-10-17  Simon Josefsson  <jas@extundo.com>
3536
3537         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
3538         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
3539
3540 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3541
3542         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
3543         * gnus-util.el (gnus-user-date): New function.
3544         From Frank Schmitt <usenet@Frank-Schmitt.net>.
3545
3546 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3547
3548         * message.el (message-check-news-header-syntax): Special case
3549         nnvirtual groups.
3550
3551         * gnus-sum.el (gnus-summary-respool-default-method): Changed
3552         customize type to `symbol'.
3553
3554 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3555
3556         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
3557         %&foo;.
3558         (gnus-parse-simple-format): Support user extended spec too.
3559         %u&foo; invokes gnus-user-format-function-foo.
3560
3561 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3562
3563         * nnml.el (nnml-request-expire-articles): Make sure it is back to
3564         the server.
3565         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
3566         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3567         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
3568         * nndiary.el (nndiary-request-expire-articles): Ditto.
3569         (nndiary-schedule): Defsubst it before use it.
3570         (nndiary-error): eval-and-compile.
3571
3572 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3573
3574         * gnus-msg.el (gnus-post-method): Changed two instances of
3575         `active' to `current' and one `null' to `not'.
3576
3577 2001-10-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3578         From Katsumi Yamaoka  <yamaoka@jpl.org>.
3579
3580         * message.el (message-setup-fill-variables): Use
3581         `normal-auto-fill-function' instead of `auto-fill-function'.
3582
3583 2001-10-16  Simon Josefsson  <jas@extundo.com>
3584
3585         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
3586         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
3587         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
3588
3589 2001-10-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3590         Patch by Oliver Scholz <oscholz@my.gnus.org>.
3591
3592         * gnus-draft.el (gnus-draft-edit-message): Add text property
3593         `field' with value `header' to message headers.
3594         * message.el (message-setup-1): Really add text property to all of
3595         the header, not just part of it.
3596
3597 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3598
3599         * gnus-group.el (gnus-group-sort-by-server): Use it.
3600
3601         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
3602
3603         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
3604         and keystroke.
3605
3606 2001-10-14  Simon Josefsson  <jas@extundo.com>
3607
3608         * dig.el: Doc fix.
3609
3610         * smime.el: Doc fix.
3611
3612         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
3613         charset magic from message.el.
3614
3615 2001-10-12  Simon Josefsson  <jas@extundo.com>
3616         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
3617
3618         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
3619         'cite from g-a-wash-types.
3620         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
3621         (gnus-article-hide-citation): Fix.
3622
3623         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
3624         character.
3625         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
3626
3627         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
3628         definition.
3629         (gnus-signature-toggle): Toggle `s' mode line character.
3630
3631         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
3632         doing stuff that clears it.
3633
3634 2001-10-12  Simon Josefsson  <jas@extundo.com>
3635
3636         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
3637         From Eric Marsden <emarsden@laas.fr>.
3638
3639 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3640
3641         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
3642         (autoload): Add some autoloads.
3643
3644 2001-10-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3645         Suggested by Oliver Scholz <epameinondas@gmx.de>.
3646
3647         * message.el (message-do-auto-fill): New function.  Like
3648         `do-auto-fill' but don't fill when in the message header.
3649         (message-setup-1): Put a text property on the message header.
3650         (message-setup-fill-variables): Use `message-do-auto-fill'.
3651
3652 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3653
3654         * message.el (message-send-mail-partially): Insert an empty line
3655         first, because of the change of message-make-lines.
3656
3657 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
3658
3659         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
3660         iso-8859-15, make it an alias for iso-8859-1.
3661
3662 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3663
3664         * message.el (message-send-news): Don't modify the value of
3665         `message-syntax-checks' if it is not a list (possibly it is
3666         `dont-check-for-anything-just-trust-me').
3667
3668 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3669
3670         * gnus-group.el (gnus-group-name-charset-group-alist): Use
3671         `find-coding-system' for XEmacs to check whether the coding-system
3672         `utf-8' is available.
3673
3674 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3675
3676         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
3677
3678 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
3679
3680         * message.el (message-send-news): Oops, missed case with no
3681         "Followup-To" header...
3682
3683 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
3684
3685         * message.el (message-send-news): Allow
3686         `gnus-group-name-charset-group-alist' to affect encoding of the
3687         "Newsgroups" and "Followup-To" headers.
3688
3689 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3690
3691         * Makefile.in (install-el): Depend on gnus-load.el.
3692
3693 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3694
3695         * Makefile.in (install-el): Use -f.
3696         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
3697
3698 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
3699
3700         * message.el (message-send-news): Don't encode Followups-To when
3701         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
3702
3703         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
3704         header.
3705
3706         * gnus-art.el (article-decode-group-name): Also decode
3707         "Followup-To".
3708
3709         * rfc2047.el (rfc2047-encode-message-header): Encode without
3710         asking for null methods.
3711
3712         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
3713         default charset for newsgroup names in accordance with USEFOR.
3714
3715         * gnus-group.el (gnus-group-name-charset-method-alist,
3716         gnus-group-name-charset-group-alist): Removed "*" from doc
3717         strings, "*" should not be used for complex variables.
3718
3719 2001-10-06  Simon Josefsson  <jas@extundo.com>
3720
3721         Support UTF-8 group names better.
3722
3723         * message.el (message-check-news-header-syntax): Encode group
3724         names before comparison.
3725
3726         * gnus-msg.el (gnus-copy-article-buffer): Run all
3727         `gnus-article-decode-hook's except `article-decode-charset'
3728         instead of hardcoding call to one of them.
3729
3730         * gnus-art.el (gnus-article-decode-hook): Add
3731         `article-decode-group-name'.
3732         (article-decode-group-name): New function, use `g-d-n'.
3733
3734         * gnus-group.el (gnus-group-insert-group-line): Decode
3735         gnus-tmp-group using `g-d-n'.
3736
3737         * gnus-util.el (gnus-decode-newsgroups): New function.
3738
3739 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
3740
3741         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
3742         `gnus-group-name-charset-group-alist'.
3743
3744 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3745
3746         * Makefile.in: Install el in install. Add uninstall.
3747
3748 2001-10-05  Simon Josefsson  <jas@extundo.com>
3749
3750         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
3751
3752         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
3753
3754         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
3755         empty folders.
3756
3757         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
3758         limiting if read-all (C-u RET) was used.
3759
3760 2001-10-04  Simon Josefsson  <jas@extundo.com>
3761
3762         * mail-source.el (mail-source-movemail-program): New variable.
3763         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
3764         <thutt@thutt.vmware.com>.
3765
3766 2001-10-03  Simon Josefsson  <jas@extundo.com>
3767
3768         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
3769         (gnus-summary-line-format-alist): Fix param.
3770
3771 2001-10-02  Simon Josefsson  <jas@extundo.com>
3772
3773         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
3774         don't go through `nnimap-request-expire-articles' to delete the
3775         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
3776
3777 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3778
3779         * gnus-agent.el (gnus-agent-write-active): The min in the
3780         agent/active may be larger than that in the server/active.
3781
3782 2001-10-01  Simon Josefsson  <jas@extundo.com>
3783
3784         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
3785         is IMAP4rev1.
3786
3787         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
3788
3789         * nnfolder.el: Ditto.
3790
3791 2001-09-30  Dan Christensen <jdc+news@uwo.ca>
3792
3793         * gnus-sum.el (gnus-summary-extract-address-component): New function.
3794         (gnus-summary-from-or-to-or-newsgroups): Optimize.
3795
3796 2001-09-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3797
3798         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
3799         (message-mode-menu): Menu item for same.
3800
3801         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
3802         delayed articles.
3803
3804         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
3805         nndraft:delayed does not exist.
3806         (gnus-delay-initialize): Don't set up keymap, that's done from
3807         message.el now.
3808         (gnus-delay, gnus-delay-group, gnus-delay-header)
3809         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
3810
3811 2001-09-29  Simon Josefsson  <jas@extundo.com>
3812
3813         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
3814         utf-8, not eight-bit-control.
3815
3816         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
3817         (imap-log, imap-debug): Custom.
3818         (imap-log-buffer, imap-debug-buffer): New constants.
3819         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
3820         (imap-network-open, imap-shell-open, imap-starttls-open)
3821         (imap-send-command-1, imap-send-command, imap-arrival-filter)
3822         (imap-debug): Use imap-*-buffer.
3823
3824         * nndoc.el (nndoc-article-type): Add mailman.
3825         (nndoc-type-alist): Ditto.
3826         (nndoc-mailman-type-p): New function.
3827
3828 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3829
3830         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
3831         gnus-art.el.
3832
3833 2001-09-27  Simon Josefsson  <jas@extundo.com>
3834
3835         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
3836         (gnus-topic-catchup-articles): New function. Suggested by Robin
3837         S. Socha <robin-dated-1001857693.185e29@socha.net>.
3838
3839 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3840         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
3841
3842         * gnus-ems.el (gnus-article-display-xface): Insert xface after
3843         previous ones.
3844
3845 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3846         From Daiki Ueno  <ueno@unixuser.org>
3847
3848         * gnus-sum.el (gnus-summary-show-article): The arglist of
3849         detect-coding-region is incompatible.
3850
3851 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3852         From Katsuhiro Hermit Endo <hermit@koka-in.org>
3853
3854         * gnus-group.el (gnus-group-delete-group): Typo.
3855
3856 2001-09-26  Simon Josefsson  <jas@extundo.com>
3857
3858         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
3859
3860         * nnimap.el (nnimap-expiry-target): Use temp buffer.
3861
3862 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3863
3864         * gnus-cus.el (gnus-group-parameters): Display as sexp.
3865
3866 2001-09-22  Simon Josefsson  <jas@extundo.com>
3867
3868         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
3869
3870         * nnfolder.el (nnfolder-open-marks): Ditto.
3871
3872         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
3873         (gnus-update-marks): Use it.
3874         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
3875         hardcoded list.
3876
3877         * gnus.el (gnus-article-special-mark-lists): Add killed.
3878         (gnus-article-unpropagated-mark-lists): New constant.
3879
3880 2001-09-22  Simon Josefsson  <jas@extundo.com>
3881
3882         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
3883         custom option.
3884
3885 2001-09-23  Simon Josefsson  <jas@extundo.com>
3886
3887         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
3888
3889 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3890
3891         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
3892
3893 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
3894
3895         * gnus-group.el (gnus-group-sort-function): Fix customize type to
3896         accept lists of functions.
3897
3898 2001-09-20  Simon Josefsson  <jas@extundo.com>
3899
3900         * gnus-group.el (gnus-group-catchup): Update expire marks in
3901         backend.  Also, if ALL also set expire marks on tick/dormant.
3902
3903 2001-09-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3904
3905         * message.el (message-tab-body-function): New variable.
3906         * message.el (message-tab): Use it.
3907
3908 2001-09-19  Sam Steingold  <sds@gnu.org>
3909
3910         * gnus-win.el (gnus-buffer-configuration): Respect
3911         `gnus-bug-create-help-buffer'.
3912
3913 2001-09-18  Simon Josefsson  <jas@extundo.com>
3914
3915         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
3916         (gnus-parse-simple-format): Re-revert.
3917
3918 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
3919
3920         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
3921         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
3922
3923 2001-09-18  Simon Josefsson  <jas@extundo.com>
3924
3925         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
3926         signed.
3927         (gnus-parse-simple-format): Don't use it.
3928
3929 2001-09-17  Miles Bader  <miles@gnu.org>
3930
3931         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
3932         error querying a backend abort the whole process.
3933
3934 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3935
3936         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
3937         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
3938
3939 2001-09-17  Didier Verna  <didier@xemacs.org>
3940
3941         * nndiary.el: version 0.2-b14.
3942         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
3943         compatibility problem with XEmacs 21.1.
3944
3945 2001-09-15  Simon Josefsson  <jas@extundo.com>
3946
3947         * gnus-group.el (gnus-group-line-format): Document %c.
3948
3949         * nnml.el (nnml-parse-head): Handle CRLF files.
3950         (nnml-generate-nov-file): Ditto.
3951         (nnml-retrieve-headers): Ditto.
3952
3953 2001-09-15  Michael Welsh Duggan <md5i@cs.cmu.edu>
3954
3955         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
3956
3957 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
3958
3959         * gnus-spec.el (gnus-correct-substring): Still stopped one
3960         character before we wanted (never included last character).
3961         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
3962         add missing "," (once per function)
3963
3964 2001-09-14  Simon Josefsson  <jas@extundo.com>
3965
3966         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
3967         (otherwise e.g. gnus-agentize in .gnus overrides the customized
3968         default before gnus-group is loaded and the variable set.)
3969
3970         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
3971         killed or unsent marks.
3972
3973         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
3974         isn't an article to set it on (e.g. when you `a' in a group).
3975
3976 2001-09-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3977
3978         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
3979         can read e-mails from Microsoft Outlook users not using ISO
3980         8859-2 character set.
3981
3982 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3983
3984         * gnus-diary.el: Minor modifications to avoid warnings.
3985         (gnus-summary-misc-menu): defvar.
3986         (gnus-diary-check-message): Use gnus-point-at-eol.
3987         (gnus-diary-kill-entire-line): eval-and-compile.
3988
3989 2001-09-12  Didier Verna  <didier@xemacs.org>
3990
3991         * nndiary.el: new version (0.2-b13).
3992         * nndiary.el (nndiary-mail-sources): doc update.
3993         * nndiary.el (nndiary-split-methods): ditto.
3994         * nndiary.el (nndiary-request-accept-article-hooks): New.
3995         * nndiary.el (nndiary-request-accept-article): use it, check
3996         message validity.
3997         * nndiary.el (nndiary-get-new-mail): changed default to nil.
3998         * nndiary.el (nndiary-schedule): fix bug (misplaced
3999         condition-case): it didn't return nil on error.
4000         * gnus-diary.el: new version.
4001         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
4002         * gnus-diary.el (gnus-diary-header-value-history): New.
4003         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
4004         * gnus-diary.el (gnus-diary-add-header): New.
4005         * gnus-diary.el (gnus-diary-check-message): New.
4006         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
4007         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
4008
4009 2001-09-10 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
4010
4011         * gnus-sum.el (gnus-select-newsgroup): Make
4012         `gnus-current-select-method' buffer-local.
4013
4014         * gnus-art.el (gnus-request-article-this-buffer): Refer
4015         `gnus-current-select-method' in the current summary buffer.
4016
4017 2001-09-10  Simon Josefsson  <jas@extundo.com>
4018         From Daniel Pittman <daniel@rimspace.net>
4019
4020         * gnus-spec.el (gnus-correct-pad-form): Fix.
4021
4022 2001-09-09  Simon Josefsson  <jas@extundo.com>
4023
4024         * mm-decode.el (mm-inline-media-tests): Add
4025         application/x-emacs-lisp.
4026         (mm-attachment-override-types): Add
4027         application/{x-,}pkcs7-signature.
4028
4029         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
4030         (gnus-server-line-format, gnus-server-mode-line-format)
4031         (gnus-server-browse-in-group-buffer): Customize.
4032
4033 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4034
4035         * nnml.el (nnml-marks-changed-p): Typo.
4036         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
4037         (nnml-marks-changed-p): Use gnus-gethash.
4038         (nnml-marks-modtime): Use gnus-make-hashtable.
4039
4040         * nnfolder.el (nnfolder-marks-changed-p): Typo.
4041         (nnfolder-request-expire-articles, nnfolder-save-marks)
4042         (nnfolder-open-marks): Typo.
4043         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
4044         (nnfolder-marks-changed-p): Use gnus-gethash.
4045         (nnfolder-marks-modtime): Use gnus-make-hashtable.
4046
4047 2001-09-08  Simon Josefsson  <jas@extundo.com>
4048
4049         * nnfolder.el (nnfolder-marks-modtime): New variable.
4050         (nnfolder-marks-changed-p): New function.
4051         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
4052         (nnfolder-request-update-info): Don't update if marks didn't change.
4053
4054         * nnml.el (nnml-marks-modtime): New variable.
4055         (nnml-marks-changed-p): New function.
4056         (nnml-save-marks, nnml-open-marks): Save modtime.
4057         (nnml-request-update-info): Don't update if marks didn't change.
4058
4059         * gnus-agent.el (gnus-agent-any-covered-gcc)
4060         (gnus-agent-add-server, gnus-agent-remove-server): Use
4061         gnus-agent-method-p.
4062
4063         * gnus-art.el (gnus-buttonized-mime-types): New variable.
4064         (gnus-unbuttonized-mime-type-p): Use it.
4065
4066         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
4067         fetch group.
4068
4069 2001-09-08  Simon Josefsson  <jas@extundo.com>
4070         From Daniel Pittman <daniel@rimspace.net>
4071
4072         * gnus-spec.el (gnus-correct-pad-form): New function.
4073         (gnus-parse-simple-format): Use it.
4074
4075 2001-09-07  Simon Josefsson  <jas@extundo.com>
4076
4077         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
4078         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
4079         Putnam <reader@newsguy.com>.
4080         (gnus-group-sort-selected-groups): Touch dribble file.
4081
4082 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
4083
4084         * nnml.el (nnml-filenames-are-evil): New variable.
4085         (nnml-article-to-file-alist): Rename to ...
4086         (nnml-current-group-article-to-file-alist): ... this.
4087         Respect `nnml-filenames-are-evil'.
4088         (nnml-active-number): Update.
4089         (nnml-update-file-alist): Update.
4090         (nnml-request-article): Use nnheader-article-to-file-alist.
4091         (nnml-request-rename-group): Likewise.
4092
4093 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4094
4095         * gnus-sum.el (gnus-summary-insert-line): Fix.
4096
4097 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4098
4099         * gnus-sum.el: Bind g-s-t-s to "W g".
4100         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
4101         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
4102         display of graphical smilies.
4103
4104 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4105
4106         * gnus-start.el (gnus-setup-news): A typo.
4107         From Bill White <billw@wolfram.com>.
4108
4109 2001-09-06  Simon Josefsson  <jas@extundo.com>
4110
4111         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
4112         and unseen marks.
4113
4114 2001-09-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4115
4116         * nnmail.el (nnmail-split-fancy): Document `junk'.
4117
4118 2001-09-04  Simon Josefsson  <jas@extundo.com>
4119
4120         * imap.el (imap-search): Don't error if server is broken.
4121
4122 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
4123
4124         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
4125         searching for an article that isn't in the mbox.
4126
4127 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4128
4129         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
4130         right, and get all the comments.
4131
4132 2001-09-02  Simon Josefsson  <jas@extundo.com>
4133         Suggested by Dan Christensen <jdc+news@uwo.ca>
4134
4135         * nnfolder.el (nnfolder-request-update-info): Fix message.
4136
4137         * nnml.el (nnml-request-update-info): Ditto.
4138
4139 2001-09-01  Simon Josefsson  <jas@extundo.com>
4140
4141         * nnml.el (nnml-request-expire-articles): Also bind
4142         `nnml-current-group' and `nnml-article-file-alist' when using
4143         expiry-target. (Otherwise nnml will be in a inconsistent internal
4144         state causing all kind of problems.)
4145         (nnml-request-expire-articles): If `nnml-article-to-file' or
4146         `file-attributes' failes, return article as un-expirable instead
4147         of treating it as expired.
4148
4149 2001-08-31  Sam Steingold  <sds@gnu.org>
4150
4151         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
4152         typo: `exmine' --> `examine'.
4153
4154 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4155
4156         * nndoc.el (nndoc-forward-type-p): It is not a digest.
4157
4158 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4159
4160         * nnml.el (nnml-check-directory-twice): Remove.
4161         (nnml-retrieve-headers): Ditto.
4162         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
4163
4164 2001-08-30  Andrew Innes  <andrewi@gnu.org>
4165
4166         * nnheader.el (nnheader-directory-files-is-safe): No need to read
4167         directory twice on Windows, or on GNU Emacs-21.
4168
4169 2001-08-30  Andrew Innes  <andrewi@gnu.org>
4170
4171         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
4172         (nnml-request-rename-group): Ditto.
4173         (nnml-active-number): Ditto.
4174         (nnml-request-create-group): Use nnml-directory-articles.
4175         (nnml-request-expire-articles): Use nnml-directory-articles, which
4176         gets list from nov database if available.
4177         (nnml-get-nov-buffer): New function.
4178         (nnml-open-nov): Use it.
4179         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
4180         gets alist from nov database if available.
4181         (nnml-directory-articles): New function.
4182         (nnml-article-to-file-alist): New function.
4183
4184 2001-08-30  Andrew Innes  <andrewi@gnu.org>
4185
4186         * mm-decode.el (mm-display-external): Use `name' as filename, if
4187         `filename' attribute is not present.
4188
4189 2001-08-30  Andrew Innes  <andrewi@gnu.org>
4190
4191         * mail-source.el (mail-source-flash): New defcustom.
4192         (mail-source-new-mail-p): Ring visible bell if appropriate.
4193         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
4194         timer is cleared even if mail check signals an error.
4195
4196 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4197
4198         * gnus-sum.el (gnus-summary-move-article): Only update marks of
4199         type 'list.
4200
4201 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4202
4203         * flow-fill.el (fill-flowed): eol might be point-max.
4204
4205 2001-08-27  Simon Josefsson  <jas@extundo.com>
4206
4207         * nnml.el (nnml-request-update-info): Fix message.
4208         (nnml-open-marks): Ditto.
4209
4210         * nnfolder.el (nnfolder-request-update-info):
4211         (nnfolder-open-marks): Fix message.
4212
4213 2001-08-25  Simon Josefsson  <jas@extundo.com>
4214
4215         * nnfolder.el (nnfolder-save-marks): Don't create directory named
4216         after group in ~/.
4217
4218 2001-08-25  Simon Josefsson  <jas@extundo.com>
4219         From Andreas Jaeger  <aj@suse.de>
4220
4221         * nnfolder.el (nnfolder-open-marks): Fix typo.
4222         * nnml.el (nnml-open-marks): Likewise.
4223
4224 2001-08-25  Simon Josefsson  <jas@extundo.com>
4225
4226         Make nnfolder groups self-contained as far as marks are concerned.
4227
4228         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4229         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
4230         (nnfolder-open-server): Make marks directory.
4231         (nnfolder-request-delete-group): Delete marks file.
4232         (nnfolder-request-delete-group): Check of nov/marks file exist
4233         before deleting.
4234         (nnfolder-request-rename-group): Rename marks file.
4235         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
4236         (nnfolder-request-set-mark, nnfolder-request-update-info)
4237         (nnfolder-group-marks-pathname, nnfolder-save-marks)
4238         (nnfolder-open-marks): New functions.
4239         (top-level): Require gnus.
4240
4241 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4242
4243         * nnweb.el (nnweb-type-definition): Use google raw file.
4244         (nnweb-google-parse-1): Ditto.
4245         (nnweb-google-identity): Ditto.
4246         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
4247         (nnweb-altavista-wash-article): Ditto.
4248         (nnweb-request-article): Remove nnweb-decode-entities.
4249
4250         * nnml.el: Require 'gnus.
4251
4252 2001-08-25  Simon Josefsson  <jas@extundo.com>
4253
4254         * nnml.el (nnml-marks-is-evil): Add doc.
4255
4256 2001-08-25  Simon Josefsson  <jas@extundo.com>
4257
4258         * nnml.el (nnml-save-marks): Wrap saving marks in a
4259         condition-case, to allow user to start Gnus if saving marks failed
4260         for some reason.
4261
4262 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4263
4264         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
4265
4266         * gnus-group.el (gnus-update-group-mark-positions): Bind
4267         gnus-group-update-hook to nil.
4268
4269 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4270
4271         * mml.el (mml-generate-mime-1): Force as multibyte string.
4272
4273 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4274
4275         * gnus-sum.el (gnus-summary-insert-line)
4276         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
4277         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
4278
4279         * gnus-spec.el (gnus-correct-substring): Take optional END.
4280
4281         * nnrss.el (nnrss-request-article): Remove \n.
4282         (nnrss-retrieve-headers): Lines number is -1.
4283
4284 2001-08-24  Simon Josefsson  <jas@extundo.com>
4285
4286         * gnus-group.el (gnus-info-clear-data): Call
4287         nnfoo-request-set-mark to propagate marks.  Fix bug:
4288         `gnus-group-update-line' doesn't update read range unless we call
4289         `gnus-get-unread-articles-in-group' first.
4290
4291         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
4292         to server.
4293
4294 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4295
4296         * gnus-util.el (gnus-create-info-command): Return an interactive
4297         function.
4298
4299 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4300         From Katsumi Yamaoka <yamaoka@jpl.org>
4301
4302         * gnus-spec.el (gnus-parse-complex-format): Use equal.
4303
4304 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4305
4306         * gnus-sum.el (gnus-select-newsgroup): Use it.
4307
4308         * gnus-util.el (gnus-not-ignore): New function.
4309
4310         * lpath.el (featurep): Don't fbind char-int.
4311
4312         * gnus-util.el (gnus-create-info-command): New function.
4313
4314         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
4315         right node.
4316
4317         * gnus-sum.el (gnus-select-newsgroup): Clean up.
4318         (gnus-summary-limit-children): Use 'identity instead of `all'.
4319         (gnus-summary-limit-to-display-predicate): New command and
4320         keystroke.
4321
4322 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4323
4324         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
4325
4326         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
4327
4328 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4329
4330         * gnus-spec.el: Add the Gnus version.
4331         (gnus-update-format-specifications): If the Gnus version changes,
4332         nix out the format spec cache.
4333
4334         * gnus.el (gnus-continuum-version): Made into a command and
4335         optionalize the VERSION.
4336
4337         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
4338         the start of the lines.
4339
4340 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4341
4342         * gnus.el (gnus-visual-p): Define function before use of
4343         function.
4344
4345 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4346
4347         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
4348         (gnus-article-mark-to-type): New function.
4349         (gnus-update-missing-marks): Only update marks of type 'list.
4350
4351         * gnus.el (gnus-article-special-mark-lists): New variable.
4352
4353 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4354
4355         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
4356         (gnus-select-newsgroup): Still use 'all.
4357         (gnus-summary-initial-limit): Comparing with 'all.
4358
4359 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4360
4361         * gnus-start.el (gnus-activate-group): If dont-check, don't update
4362         active.
4363
4364 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4365
4366         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
4367         nnslashdot-*-retrieve-headers.
4368         (nnslashdot-request-article): Fix for slashcode 2.2.
4369         (nnslashdot-make-tuple): New function.
4370         (nnslashdot-read-groups): Use it.
4371
4372 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4373
4374         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
4375         list.
4376
4377         * gnus-sum.el (gnus-summary-move-article): Don't select article.
4378
4379 2001-08-20  Simon Josefsson  <jas@extundo.com>
4380
4381         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
4382         opened, error instead of continuing (and exploding later).
4383
4384 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4385
4386         * gnus.el (gnus-expand-group-parameters): Return the parameter
4387         list.
4388
4389         * gnus-sum.el (gnus-summary-show-article): Doc fix.
4390         (gnus-summary-show-article): Guess at charset if required.
4391
4392         * gnus-spec.el (gnus-correct-substring): Stopped one character
4393         before we wanted.
4394
4395 2001-08-19  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4396
4397         * earcon.el (earcon-auto-play): Remove unused option.
4398
4399 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4400
4401         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
4402         message down in levels, since it happens very fast.
4403
4404         * smiley-ems.el (smiley-update-cache): Respect the symbol version
4405         of smiley-regexp-alist.
4406
4407         * mm-view.el (mm-inline-text): Ignore vcard errors.
4408
4409         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
4410
4411         * gnus-score.el (gnus-all-score-files): Use append instead of
4412         nconc.
4413
4414         * gnus.el (gnus-splash-face): Doc fix.
4415
4416         * mm-decode.el (mm-mailcap-command): Use
4417         mm-path-name-rewrite-functions.
4418         (mm-path-name-rewrite-functions): New variable.
4419
4420         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
4421         (gnus-complex-form-to-spec): Insert tab.
4422         (gnus-spec-tab): New function.
4423
4424         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
4425         entering the group.
4426
4427         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
4428         the positional spec.
4429         (gnus-parse-complex-format): React to %C.
4430
4431         * gnus-ems.el (gnus-char-width): Moved here.
4432
4433         * gnus-sum.el (gnus-select-newsgroup): Set
4434         gnus-newsgroup-articles.
4435         (gnus-unseen-mark): New variable.
4436         (gnus-newsgroup-unseen): Ditto.
4437         (gnus-newsgroup-seen): Ditto.
4438         (gnus-adjust-marked-articles): Use them.
4439         (gnus-update-marks): Use them.
4440         (gnus-summary-update-secondary-mark): Display.
4441         (gnus-summary-prepare-threads): Display.
4442
4443         * gnus-msg.el (gnus-inews-group-method): Use and return the
4444         method, not the server.
4445
4446 2001-08-19  Simon Josefsson  <jas@extundo.com>
4447
4448         * gnus-srvr.el (gnus-server-agent-face): New.
4449         (gnus-server-agent-face): New.
4450         (gnus-server-mode): Turn on font-lock-mode.
4451
4452         * gnus.el (gnus-server-visual): Add defgroup.
4453
4454 2001-08-19  Simon Josefsson  <jas@extundo.com>
4455         From Joe Casadonte <jcasadonte@northbound-train.com>
4456
4457         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
4458         gnus-server-denied-face): New.
4459         (gnus-server-opened-face, gnus-server-closed-face,
4460         gnus-server-denied-face): New.
4461         (gnus-server-font-lock-keywords): Add.
4462
4463 2001-08-19  Simon Josefsson  <jas@extundo.com>
4464
4465         * nnml.el (nnml-request-set-mark): Return nil.
4466         (nnml-save-marks): Use nnml-possibly-create-directory.
4467         (nnml-open-marks): Only work in temp buffer when inserting/reading
4468         .marks file.
4469
4470 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4471
4472         * gnus.el (gnus-expand-group-parameters): Fix.
4473
4474         * gnus-spec.el (gnus-char-width): New function.
4475         (gnus-correct-substring, gnus-correct-length): Use it.
4476
4477         * message.el (message-required-mail-headers): Fix doc.
4478
4479 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4480
4481         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
4482
4483         * mm-decode.el (mm-save-part-to-file): Insert the handle.
4484
4485 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4486
4487         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
4488         slashdot 2.2 (not fully fixed yet).
4489         (nnslashdot-request-article): Ditto.
4490
4491 2001-08-18  Simon Josefsson  <jas@extundo.com>
4492
4493         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
4494         nnimap.
4495
4496         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
4497         gnus-util.
4498         (nnimap-request-update-info-internal): Use new functions.
4499
4500         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
4501         new functions.
4502
4503 2001-08-18  Simon Josefsson  <jas@extundo.com>
4504
4505         Make nnml groups self-contained as far as marks are concerned.
4506
4507         * nnml.el (nnml-request-delete-group): Delete marks file.
4508         (nnml-request-rename-group): Move marks file.
4509         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
4510         variables.
4511         (nnml-request-set-mark, nnml-request-update-info): New server
4512         functions.
4513         (nnml-save-marks, nnml-open-marks): New functions.
4514
4515 2001-08-18  Simon Josefsson  <jas@extundo.com>
4516
4517         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
4518         `set' when setting marks.
4519
4520 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4521
4522         * gnus.el (gnus-info-find-node): Take an argument.
4523
4524         * gnus-art.el (gnus-button-handle-info): New function.
4525         (gnus-url-unhex-string): Replace "+" with " ".
4526
4527 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4528
4529         * message.el (message-check-news-header-syntax): Check bad From.
4530
4531 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4532
4533         * gnus-spec.el (gnus-correct-length): New function.
4534         (gnus-correct-substring): New function.
4535         (gnus-tilde-max-form): Use it.
4536
4537 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
4538
4539         * nnmh.el: Docstring changes as below.
4540
4541         * nnml.el: Docstring changes as below.
4542
4543         * nnbabyl.el: Docstring changes as below.
4544
4545         * nnmbox.el: Docstring changes as below.
4546
4547         * nnfolder.el: Added docstrings identifying each virtual server
4548         parameter.
4549
4550 2001-08-18  Simon Josefsson  <jas@extundo.com>
4551
4552         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
4553
4554 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
4555
4556         * message.el: rename "Abort Message" to "Postpone Message".
4557         Remove "Attach file as MIME" from Message menu, it's already in
4558         the MIME menu.
4559
4560 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4561
4562         * smime.el (smime-point-at-eol): eval-and-compile.
4563         (smime-make-temp-file): New function.
4564         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
4565         Use it.
4566
4567 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4568
4569         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
4570         (gnus-agent-summary-fetch-group): New command and keystroke.
4571
4572         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
4573         (gnus-mime-display-security): Make it respect
4574         gnus-unbuttonized-mime-type-p.
4575
4576         * gnus-sum.el (gnus-articles-to-read): Comments.
4577         (gnus-article-marked-p): New function.
4578         (gnus-summary-display-make-predicate): New function.
4579         (gnus-select-newsgroup): Use them.
4580
4581         * mm-decode.el (mm-save-part-to-file): Made it not error.
4582
4583 2001-08-17  Simon Josefsson  <jas@extundo.com>
4584
4585         * imap.el (imap-wait-for-tag): If process-status isn't open or
4586         run, return nil instead of sit-for looping.
4587
4588 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4589
4590         * lpath.el (featurep): fbind xml-parse-region.
4591
4592         * gnus.el (gnus-message-archive-method): Default to "archive".
4593         (gnus-message-archive-method): Doc fix.
4594         (gnus-parameters-get-parameter): Cleaned up.
4595         (gnus-expand-group-parameter): New function.
4596
4597         * gnus-start.el (gnus-setup-news): Push the archive server only
4598         the server list.
4599
4600         * mml.el (mml-menu): Changed name to "Attachments".
4601
4602         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
4603         when there is something to detroy.
4604
4605 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4606
4607         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
4608         nil.
4609
4610 2001-08-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4611
4612         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
4613         which specifies a time today or tomorrow.
4614
4615 2001-08-15  Simon Josefsson  <jas@extundo.com>
4616         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk)
4617
4618         * gnus-agent.el (gnus-agent-make-mode-line-string)
4619         (gnus-agent-toggle-plugged): Use new API.
4620
4621 2001-08-14  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4622
4623         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
4624         deadline has expired.
4625
4626 2001-08-12  Simon Josefsson  <jas@extundo.com>
4627         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
4628
4629         Support `recent' mark indicating newly arrived messages (to
4630         separate from old but unread messages).
4631
4632         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
4633         `nnmail-split-history' if recent is > 0.
4634         (nnimap-request-update-info-internal): Update `recent' marks.
4635         (nnimap-request-set-mark): Never set `recent' marks.
4636         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
4637         recent.
4638
4639         * gnus-sum.el (gnus-recent-mark): New mark.
4640         (gnus-newsgroup-recent): New variable.
4641         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
4642         (gnus-summary-prepare-threads): Mark recent articles.
4643         (gnus-summary-add-mark): Support recent.
4644         (gnus-summary-update-secondary-mark): Support recent.
4645
4646         * gnus.el (gnus-article-mark-lists): Add recent.
4647
4648 2001-08-12  Simon Josefsson  <jas@extundo.com>
4649
4650         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
4651         whether successful decoding took place.  Add doc.
4652
4653 2001-08-12  Simon Josefsson  <jas@extundo.com>
4654         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
4655
4656         * gnus.el (gnus-summary-line-format, gnus-parameters):
4657         * gnus-gl.el (gnus-summary-grouplens-line-format):
4658         * gnus-salt.el (gnus-summary-pick-line-format):
4659         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
4660
4661 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
4662         Committed by Kai Gro\e,A_\e(Bjohann.
4663
4664         * gnus-score.el (gnus-score-string): Fix `match' regexp
4665         for `extra' header case.
4666
4667 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4668
4669         * nnmbox.el (nnmbox-read-mbox): No warning.
4670
4671 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4672
4673         * nndoc.el (nndoc-article-type): Fix doc.
4674         (nndoc-generate-article-function): New variable.
4675         (nndoc-dissection-function): New variable.
4676         (nndoc-type-alist): Add oe-dbx.
4677         (nndoc-oe-dbx-type-p): New function.
4678         (nndoc-oe-dbx-dissection): New function.
4679         (nndoc-oe-dbx-generate-article): New function.
4680
4681 2001-08-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4682
4683         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
4684         whether deadline has been reached.  Patch from Dan Nicolaescu
4685         <dann@godzilla.ics.uci.edu>.
4686
4687 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4688
4689         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
4690         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
4691         <rintaman@cs.Helsinki.FI>.
4692
4693         * mail-source.el (mail-source-movemail): The error buffer is
4694         modified, but nothing in it.
4695
4696 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4697
4698         * message.el (message-bogus-system-names): New variable.
4699         (message-make-fqdn): Use it.
4700
4701 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4702
4703         * nndraft.el (nndraft-request-group): Use
4704         nndraft-auto-save-file-name.
4705
4706 2001-08-09  Simon Josefsson  <jas@extundo.com>
4707
4708         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
4709         Don't ask whether to decrypt.  Just leave result in buffer (don't
4710         call mm).
4711
4712         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
4713         parts as well.
4714         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
4715         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
4716
4717 2001-08-09  Simon Josefsson  <jas@extundo.com>
4718
4719         * mm-decode.el (mm-insert-part): Return decoding success status.
4720         (mm-save-part-to-file): Error if decoding failed.
4721
4722 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4723
4724         * message.el (message-tab): Use indent-relative.
4725         (message-mode): Don't bind indent-line-function to indent-relative.
4726
4727 2001-08-09  Simon Josefsson  <jas@extundo.com>
4728
4729         * message.el (message-get-reply-headers): Fix string. Suggested by
4730         Christoph Conrad <cc@cli.de>.
4731
4732 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4733
4734         * message.el (message-tab): Use the current value of
4735         indent-line-function.
4736         (message-mode): Bind indent-line-function to indent-relative.
4737
4738 2001-08-08  Simon Josefsson  <jas@extundo.com>
4739
4740         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
4741         whether `imtest' is installed.
4742
4743 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
4744         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
4745
4746         * gnus-sum.el (gnus-summary-show-article): Call
4747         gnus-summary-update-secondary-secondary-mark.
4748         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
4749         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
4750
4751 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4752
4753         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
4754
4755         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
4756
4757         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
4758         <gerd@gnu.org>.
4759
4760         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
4761
4762         * gnus-util.el (gnus-output-to-rmail): Ditto.
4763         (gnus-output-to-mail): Ditto.
4764
4765         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
4766
4767 2001-08-06  Florian Weimer   <fw@deneb.enyo.de>
4768
4769         * message.el (message-indent-citation): Use
4770         `message-yank-cited-prefix' for empty lines.
4771
4772 2001-08-05  Florian Weimer   <fw@deneb.enyo.de>
4773
4774         * message.el (message-indent-citation): Quote only lines starting
4775         with ">" using `message-yank-cited-prefix'.
4776
4777 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
4778
4779         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
4780         gnus-cache-fully-p.
4781
4782 2001-08-04  Simon Josefsson  <jas@extundo.com>
4783
4784         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
4785         file if it doesn't exist (by calling gnus-cache-read-active).
4786
4787 2001-08-04  Simon Josefsson  <jas@extundo.com>
4788
4789         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
4790         (gnus-cache-passively-or-fully-p): Removed.
4791         (gnus-cache-fully-p): Fix it.
4792
4793         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
4794
4795 2001-08-04  Simon Josefsson  <jas@extundo.com>
4796
4797         * gnus-cache.el (gnus-cache-fully-p)
4798         (gnus-cache-passively-or-fully-p): New functions.
4799         (gnus-cache-possibly-enter-article): Cosmetic change, use
4800         `g-c-p-o-f-p'.
4801         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
4802         was bogus (`g-c-p-a-a' does not change active info, just change
4803         the functions parameters).
4804         (gnus-cache-possibly-remove-articles-1): Make sure articles are
4805         not removed in groups that match `gnus-uncacheable-groups'.
4806
4807         Reported and modifications based on discussions with Nuutti
4808         Kotivuori <nuutti.kotivuori@smarttrust.com>.
4809
4810 2001-08-04  Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
4811         Committed by Simon Josefsson  <jas@extundo.com>
4812
4813         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
4814         calls `gnus-cache-update-active' if bounds has been extended.
4815
4816 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4817
4818         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
4819         before remove.
4820         (gnus-mime-security-show-details): Ditto.
4821
4822 2001-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4823
4824         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
4825         syntax.  Protect string-match against nil string and regexp.
4826
4827 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4828
4829         * mm-util.el (mm-find-charset-region): Remove control-1.
4830
4831 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4832
4833         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
4834
4835 2001-08-04  Simon Josefsson  <jas@extundo.com>
4836
4837         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
4838         buffer.  Delete MIME-Version header.
4839
4840 2001-08-03  Simon Josefsson  <jas@extundo.com>
4841
4842         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
4843         that is entered does not necessarily have the highest article
4844         number in the group, so use `gnus-cache-possibly-alter-active'
4845         instead of `gnus-cache-update-active'.
4846
4847 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4848
4849         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
4850
4851 2001-08-03  Simon Josefsson  <jas@extundo.com>
4852
4853         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
4854         menu.
4855
4856 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4857
4858         * gnus.el (post-method): New group parameter.  It also provides
4859         the user option `gnus-post-method-alist' and the internal function
4860         `gnus-parameter-post-method'.
4861
4862         * gnus-msg.el (gnus-post-method): Bind the value of
4863         `gnus-post-method' to the group parameter if it is defined.
4864
4865 2001-08-02  Simon Josefsson  <jas@extundo.com>
4866
4867         * smime.el (smime-extra-arguments): Removed.
4868         (smime-call-openssl-region): Don't use it.
4869
4870 2001-08-02  Simon Josefsson  <jas@extundo.com>
4871
4872         * smime.el (smime-sign-region): Handle stderr.
4873         (smime-encrypt-region): Ditto.
4874
4875         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
4876         match the ASN.1 length bytes.
4877         (mm-pkcs7-enveloped-magic): Ditto.
4878         (mm-view-pkcs7-get-type): Don't regexp quote.
4879
4880 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4881         From Andreas Fuchs <asf@void.at>
4882
4883         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
4884
4885 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4886
4887         * gnus-art.el (gnus-header-button-alist): References regexp.
4888
4889 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
4890
4891         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
4892         already fboundp.  Add INTERACTIVE arg to autoload form.
4893
4894 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4895
4896         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
4897
4898         * nnmail.el (nnmail-cache-open): Ditto.
4899
4900 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4901
4902         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
4903
4904 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4905
4906         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
4907
4908 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4909         Originally from Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4910
4911         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
4912         (gnus-agent-toggle-plugged): Use it.
4913
4914 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4915
4916         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
4917         (gnus-ding-file-coding-system): New variable.
4918         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
4919         (gnus-slave-save-newsrc): Use it.
4920
4921 2001-07-31  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4922
4923         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
4924         syntax.
4925
4926 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4927         Originally from Andreas Fuchs <asf@void.at>
4928
4929         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
4930         (mml2015-gpg-pretty-print-fpr): New function.
4931         (mml2015-gpg-extract-signature-details): More details, rename from
4932         `m-g-e-from'.
4933         (mml2015-gpg-verify): Use them.
4934         (mml2015-gpg-clear-verify): Use them.
4935
4936 2001-07-31  Simon Josefsson  <jas@extundo.com>
4937
4938         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
4939         buffer when done.
4940
4941 2001-07-30  Simon Josefsson  <jas@extundo.com>
4942
4943         * smime.el (smime-call-openssl-region): Revert previous change,
4944         just pass on buf to `call-process-region'.
4945         (smime-verify-region): Doc fix.  Don't message stuff.  Use
4946         `smime-new-details-buffer'.  Inserts error messages into buffer.
4947         (smime-noverify-region): Ditto.
4948         (smime-decrypt-region): Ditto.  Handles stderr separately.
4949         (smime-verify-buffer, smime-noverify-buffer)
4950         (smime-decrypt-buffer): Doc fix.
4951         (smime-new-details-buffer): New function.
4952         (smime-pkcs7-region, smime-pkcs7-certificates-region)
4953         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
4954         (smime-sign-region, smime-encrypt-region): Don't use
4955         `insert-buffer'.
4956
4957         * mml-smime.el (mml-smime-verify): Fix security button strings.
4958
4959 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4960
4961         * gnus-art.el (gnus-mime-save-part-and-strip): Save
4962         gnus-article-mime-handles.
4963
4964 2001-07-29  Simon Josefsson  <jas@extundo.com>
4965
4966         * mail-source.el (top-level): Require message for message-directory.
4967         (mail-source-directory): Change default to message-directory.
4968
4969         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
4970         (smime-certificate-directory, smime-openssl-program)
4971         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
4972         (smime-extra-arguments): New variable.
4973         (smime-dns-server): Fix customize group.
4974         (smime-call-openssl-region): Use `smime-extra-arguments'.
4975
4976 2001-07-29  Simon Josefsson  <jas@extundo.com>
4977         From Vladimir Volovich <vvv@vsu.ru>
4978
4979         * smime.el (smime-call-openssl-region): Ignore stderr.
4980
4981 2001-07-29  Simon Josefsson  <jas@extundo.com>
4982         From Christoph Conrad <christoph.conrad@gmx.de>
4983
4984         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
4985         file.
4986
4987 2001-07-29  Simon Josefsson  <jas@extundo.com>
4988
4989         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
4990
4991         Support S/MIME decryption.
4992
4993         * mm-decode.el (mm-inline-media-tests):
4994         (mm-inlined-types):
4995         (mm-automatic-display):
4996         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
4997
4998         * mm-view.el (mm-pkcs7-signed-magic):
4999         (mm-pkcs7-enveloped-magic): New variables.
5000         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
5001         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
5002         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
5003         PKCS#7 blobs.
5004
5005         * smime.el (smime-decrypt-region): Expand keyfile.
5006
5007 2001-07-29  Simon Josefsson  <jas@extundo.com>
5008
5009         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
5010         `ssl.el' variables.
5011
5012         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
5013         but line instead of narrowing to it, because `nnmail-parse-active'
5014         calls widen.  Thanks to Christoph Conrad
5015         <christoph.conrad@gmx.de>.
5016
5017 2001-07-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5018
5019         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
5020         for %B spec.
5021
5022         * gnus-sum.el (gnus-summary-prepare-threads): If
5023         gnus-sum-thread-tree-root is nil, use subject instead.
5024         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
5025         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
5026         (gnus-sum-thread-tree-leaf-with-other)
5027         (gnus-sum-thread-tree-single-leaf): Documentation.
5028         (gnus-sum-thread-tree-single-indent): Allow nil.
5029
5030 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5031
5032         * message.el (message-fill-paragraph): Do nothing if the user
5033         wants filladapt-mode.
5034
5035 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5036
5037         * mm-decode.el (mm-image-type-from-buffer): New function.
5038         (mm-get-image): Use it.
5039
5040 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5041
5042         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
5043
5044         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
5045         mm-display-parts too.
5046
5047 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5048
5049         * nnfolder.el (nnfolder-request-accept-article): Bind
5050         nntp-server-buffer.
5051
5052         * nnmail.el (nnmail-parse-active): Read from buffer instead of
5053         nntp-server-buffer.
5054
5055 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5056
5057         * message.el (message-check-news-header-syntax): Use
5058         message-post-method.
5059         (message-send-news): Bind message-post-method.
5060
5061 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5062
5063         * mml.el (mml-tweak-type-alist): New variable.
5064         (mml-tweak-function-alist): New variable.
5065         (mml-tweak-part): New function.
5066         (mml-generate-mime-1): Use it.
5067
5068 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5069
5070         * nnfolder.el (nnfolder-request-accept-article): Replace
5071         nnfolder-request-list.
5072
5073 2001-07-27  Simon Josefsson  <jas@extundo.com>
5074
5075         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
5076         nnoo-change-server failed to do it.
5077
5078 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5079
5080         * gnus.el (gnus-parameters): Make it customizable.
5081
5082 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5083
5084         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
5085
5086         * message.el (message-set-auto-save-file-name): More
5087         poor-system-types.
5088
5089         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
5090
5091         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
5092         supports +.
5093
5094 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5095
5096         * mm-decode.el (mm-readable-p): New function.
5097         (mm-inline-media-tests): Fix the default testers.
5098
5099 2001-07-26  Simon Josefsson  <jas@extundo.com>
5100
5101         * nnimap.el (nnimap-version): Bump version number.
5102
5103 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5104         From Steven E. Harris <seh@speakeasy.org>
5105
5106         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
5107         in M$Windows too.
5108
5109 2001-07-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5110
5111         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
5112
5113 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5114
5115         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
5116
5117         * mm-decode.el (mm-get-image): Guess then use the type.
5118
5119         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
5120
5121 2001-07-25 12:54:00  Danny Siu <dsiu@adobe.com>
5122
5123         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
5124         display (%B) for threads if threading is off.
5125
5126 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5127         From Henrik Enberg <henrik@enberg.org>
5128
5129         * gnus-msg.el: Customization patch.
5130
5131 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
5132
5133         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
5134         variable.
5135         (nnmail-split-fancy-with-parent): Ignore certain groups.
5136
5137 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5138
5139         * gnus-util.el (gnus-byte-compile): New function.
5140         (gnus-use-byte-compile): New variable.
5141         (gnus-make-sort-function): Use it.
5142
5143         * nnmail.el (nnmail-get-new-mail): Use it.
5144
5145         * gnus-agent.el (gnus-category-make-function): Simple function or
5146         compiled function.
5147         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
5148
5149         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
5150         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
5151         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
5152
5153         * message.el (message-check-news-header-syntax): Remove quote.
5154
5155 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5156
5157         * message.el (message-use-mail-followup-to): `t' is not a
5158         documented value.
5159
5160 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5161
5162         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
5163
5164 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5165
5166         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
5167         there are long lines.
5168
5169 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5170
5171         * dgnushack.el (copy-list): New compiler macro.
5172
5173 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5174
5175         * message.el (message-bounce): If no Return-Path, the whole
5176         content is considered as the original message.
5177
5178         * nnml.el (nnml-check-directory-twice): New variable.
5179         (nnml-article-to-file): Use it.
5180         (nnml-retrieve-headers): Hack it.
5181
5182 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5183
5184         * gnus-win.el (gnus-buffer-configuration): New configure.
5185
5186         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
5187         not alive.
5188
5189         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
5190         (mm-display-external): Use display-term configure.
5191
5192 2001-07-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5193
5194         * gnus-delay.el (gnus-delay-default-hour): New variable.
5195         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
5196
5197 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5198         From Karl Kleinpaste <karl@charcoal.com>
5199
5200         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
5201         (gnus-summary-prepare-threads): Ditto.
5202
5203         * gnus.el (gnus-summary-line-format): Add %B.
5204
5205 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5206
5207         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
5208
5209         * mm-util.el (mm-string-as-multibyte): New function.
5210
5211         * nnmh.el (nnmh-request-list-1): Encode, not decode!
5212
5213 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5214
5215         * mm-util.el (mm-universal-coding-system): New variable.
5216
5217         * gnus-start.el (gnus-startup-file-coding-system): Use it.
5218
5219         * score-mode.el (score-mode-coding-system): Use it.
5220
5221 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5222
5223         * gnus-start.el (gnus-setup-news): Call
5224         `gnus-check-bogus-newsgroups' just after the native server is
5225         opened.
5226
5227 2001-07-23  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5228
5229         * nnmail.el (nnmail-do-request-post): Util function to be used by
5230         `nnchoke-request-post' for all nnmail-derived backends.
5231
5232         * nnml.el (nnml-request-post): Use it.
5233
5234         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
5235         backend, for it groks nnml-request-post.
5236
5237         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
5238         Treat `mail-post' backends like `mail' backends, not like `news'
5239         backends.
5240
5241 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5242
5243         * gnus-msg.el (gnus-setup-message): make-local-hook.
5244
5245 2001-07-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5246
5247         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
5248         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
5249         <karl@charcoal.com>, slightly changed by Kai.
5250
5251         * message.el (message-check-news-header-syntax): When checking
5252         whether the groups exist, check the right server based on
5253         `gnus-post-method'.
5254
5255 2001-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5256
5257         * gnus-delay.el: New file.
5258
5259 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5260
5261         * mm-util.el (mm-read-coding-system): Take two arguments.
5262
5263         * gnus-sum.el (gnus-summary-show-article): Use
5264         mm-read-coding-system.
5265
5266         * gnus-art.el (article-de-quoted-unreadable):
5267         (article-de-base64-unreadable, article-wash-html):
5268         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
5269
5270 2001-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5271
5272         * nnml.el (nnml-request-post): New function.  Can be used for
5273         annotations in nnml groups.
5274
5275 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5276
5277         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
5278         command.
5279
5280         * gnus-start.el (gnus-find-new-newsgroups): Use
5281         `message-make-date' instead of `current-time-string'.
5282         (gnus-ask-server-for-new-groups): Ditto.
5283         (gnus-check-first-time-used): Ditto.
5284
5285 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5286
5287         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
5288
5289 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
5290
5291         * message.el (message-shorten-references): Change `maxcount' and
5292         `cut' to obey USEFOR draft 5.
5293
5294 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
5295
5296         * gnus-sum.el (gnus-summary-display-arrow): New variable.
5297         (gnus-summary-set-article-display-arrow): New function.
5298         (gnus-summary-goto-subject): Use it.
5299
5300 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5301
5302         * gnus-sum.el (gnus-summary-import-article): Insert date if
5303         doesn't exist.
5304
5305 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5306
5307         * mml.el (mml-content-type-parameters): New variable.
5308         (mml-content-disposition-parameters): New variable.
5309         (mml-insert-mime-headers): Use them.
5310         (mml-parse-1): Accept charset.
5311
5312 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5313
5314         * gnus-group.el (gnus-group-select-group): Doc fix.
5315
5316         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
5317
5318 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5319
5320         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
5321         to handle `define-derived-mode'.
5322
5323 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5324         From:  Stefan Monnier  <monnier@cs.yale.edu>
5325
5326         * message.el (message-mode): Use define-derived-mode.
5327         (message-tab): message-completion-alist.
5328
5329         * imap.el (imap-interactive-login): Use make-local-variable.
5330         (imap-open): Ditto.
5331         (imap-authenticate): Ditto.
5332
5333         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
5334
5335         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
5336
5337 2001-07-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5338
5339         * message.el (message-citation-line-function): Refer to
5340         gnus-cite-attribution-suffix.
5341
5342 2001-07-15  Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5343
5344         * gnus-art.el,...: Error convention changes.
5345
5346 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5347
5348         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
5349
5350 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5351
5352         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
5353         (nnrss-read-server-data): Ditto.
5354
5355 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5356
5357         * gnus-setup.el (gnus-use-installed-gnus): Typo.
5358         * Cleanup files.
5359         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
5360
5361 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5362
5363         * gnus.el (gnus-summary-line-format): Add %o.
5364
5365         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
5366         unless shell outputs something.
5367
5368 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5369
5370         * gnus-art.el (gnus-boring-article-headers): Better doc.
5371         (article-hide-headers): Better regexp.
5372         Suggested by Matt Swift <swift@alum.mit.edu>.
5373
5374         * nnheader.el (nnheader-max-head-length): Better doc.
5375         (nnheader-header-value): Skip spaces.
5376         (nnheader-parse-head): Remove space.
5377         Suggested by Matt Swift <swift@alum.mit.edu>.
5378
5379         * gnus-sum.el (gnus-summary-show-raw-article): New function.
5380         (gnus-get-newsgroup-headers): Remove space.
5381
5382 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5383
5384         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
5385         (gnus-summary-reply): Use it.
5386         (gnus-summary-reply-broken-reply-to): New function.
5387         (gnus-msg-force-broken-reply-to): New function.
5388
5389         * mm-view.el (mm-inline-text): Showing as text/plain when error.
5390
5391 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5392
5393         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
5394
5395 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5396
5397         * mm-decode.el (mm-external-terminal-program): New variable.
5398         (mm-display-external): Use it. Use term to display when no
5399         window-system.
5400
5401 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
5402
5403         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
5404         Browse->Next entries to Browse->Prev
5405
5406 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5407
5408         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
5409
5410 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5411
5412         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
5413         for the default encoding.
5414
5415         * nnrss.el (nnrss-url-field): New field.
5416         (nnrss-request-article): Add newsgroups.
5417
5418         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
5419
5420 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5421
5422         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
5423
5424         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
5425         (gnus-draft-setup): Remove backlog.
5426
5427 2001-07-10  Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5428
5429         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
5430         Cleanup.
5431
5432 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5433
5434         * gnus-msg.el (gnus-bug): Erase buffer.
5435
5436         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
5437
5438 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5439
5440         * mm-decode.el (mm-attachment-override-p): Fix typo.
5441
5442 2001-03-19 05:28:00  Katsumi Yamaoka <yamaoka@jpl.org>
5443
5444         * gnus-kill.el (gnus-execute): Work with the extra headers.
5445         * gnus-sum.el (gnus-summary-execute-command): Ditto.
5446
5447 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5448
5449         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
5450         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
5451
5452         * message.el (message-send-mail-real-function): New variable.
5453         (message-send-mail-partially, message-send-mail):
5454
5455         * nngateway.el (nngateway-request-post): Use it.
5456
5457         * gnus-agent.el (gnus-agentize): Use it.
5458
5459         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
5460         (nnsoup-revert-variables): Use it.
5461
5462 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
5463
5464         * mm-decode.el (mm-inline-media-tests): Default to displaying as
5465         text/plain if the type doesn't match any other media types.
5466         (mm-inlined-types): Doc fix.
5467         (mm-display-inline): Revert previous change (now handled by a
5468         default type in `mm-inline-media-tests'.
5469         (mm-inlinable-p): Revive.
5470         (mm-display-part): Call `mm-inlinable-p'.
5471         (mm-attachment-override-p): Ditto.
5472         (mm-inlined-p): Doc fix.
5473
5474         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
5475         well as `mm-inlined-p'.
5476
5477 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5478
5479         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
5480         (nntp-send-command-and-decode): Use gnus-point-at-bol.
5481
5482 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5483         From  Paul Jarc <prj@po.cwru.edu>
5484
5485         * message.el (message-use-mail-followup-to): New variable.
5486         (message-get-reply-headers): Use it.
5487
5488 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
5489
5490         * nnheader.el (nnheader-init-server-buffer): Make sure the
5491         *nntpd* buffer is made multibyte instead of a random buffer.
5492
5493 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5494
5495         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
5496         when it returns headers.
5497
5498 2001-07-07  Simon Josefsson  <jas@extundo.com>
5499
5500         * rfc2047.el (rfc2047-encode-message-header): Skip header when
5501         trying to fold. Thanks to Colin Walters
5502         <walters@cis.ohio-state.edu>
5503
5504 2001-07-06  Simon Josefsson  <jas@extundo.com>
5505
5506         * imap.el (imap-parse-address-list, imap-parse-flag-list)
5507         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
5508         Add information in `assert's.
5509
5510         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
5511         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
5512         and `nnimap-group-overview-filename', should handle all
5513         change-of-uidvalidity related issues.  But there may be other
5514         problems.)
5515
5516 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
5517
5518         * rfc2047.el (rfc2047-encode-message-header): Don't include the
5519         header name when folding.
5520
5521 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
5522
5523         * mm-decode.el (mm-inlined-types): Document relationship with
5524         `mm-inline-media-tests'.
5525         (mm-display-inline): Default to displaying as plain text if no
5526         inlining handler is available.
5527         (mm-inlinable-p): Remove.
5528         (mm-inlined-p): Don't call `mm-inlinable-p'.
5529         (mm-automatic-display-p): Ditto.
5530         (mm-attachment-override-p): Ditto.
5531
5532 2001-07-04  Simon Josefsson  <jas@extundo.com>
5533
5534         * nnimap.el (nnimap-importantize-dormant): New variable.
5535         (nnimap-request-update-info-internal): Use it.
5536         (nnimap-request-set-mark): Ditto.
5537
5538 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
5539
5540         * nntp.el (nntp-send-command): don't pass a buffer argument to
5541         `point'. Only XEmacs accepts this.
5542         * nntp.el (nntp-send-command-nodelete): ditto.
5543         * nntp.el (nntp-send-command-and-decode): ditto.
5544
5545 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
5546
5547         * nntp.el (nntp-open-connection-function): doc update.
5548         * nntp.el (nntp-pre-command): New.
5549         * nntp.el (nntp-via-rlogin-command): New.
5550         * nntp.el (nntp-via-telnet-command): New.
5551         * nntp.el (nntp-via-telnet-switches): New.
5552         * nntp.el (nntp-via-user-name): New.
5553         * nntp.el (nntp-via-user-password): New.
5554         * nntp.el (nntp-via-address): New.
5555         * nntp.el (nntp-via-envuser): New.
5556         * nntp.el (nntp-via-shell-prompt): New.
5557         * nntp.el (nntp-open-telnet-stream): New.
5558         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
5559         * nntp.el (nntp-open-via-telnet-and-telnet): New.
5560         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
5561         * nntp.el (nntp-send-command): ditto.
5562         * nntp.el (nntp-send-command-nodelete): ditto.
5563         * nntp.el (nntp-send-command-and-decode): ditto.
5564
5565 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
5566
5567         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
5568         `when'.
5569
5570 2001-07-03  Simon Josefsson  <jas@extundo.com>
5571         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
5572
5573         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
5574
5575 2001-07-03  Simon Josefsson  <jas@extundo.com>
5576
5577         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
5578         remove it (workaround XEmacs `fill-region' bug).
5579
5580 2001-07-01  Simon Josefsson  <jas@extundo.com>
5581
5582         * nnimap.el (nnimap-date-days-ago): Defeat locale.
5583
5584 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5585
5586         * mml2015.el (mml2015-format-error): New function.
5587         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
5588         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
5589         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
5590
5591 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5592
5593         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
5594         Suggested by Christoph Conrad <C.Conrad@cli.de>.
5595
5596         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
5597         group variables.
5598
5599 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5600
5601         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
5602
5603         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
5604         (nnrss-save-group-data): Ditto.
5605
5606         * gnus-agent.el (gnus-agent-save-alist): Ditto.
5607
5608 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * message.el (message-do-send-housekeeping): Narrow to headers.
5611
5612 2001-06-24  Simon Josefsson  <jas@extundo.com>
5613
5614         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
5615         insertion when breaking lines looked for " \t" instead of "[ \t]".
5616         (rfc2047-encode-message-header): Fold lines even if
5617         no QP encoding is done.
5618
5619 2001-06-23  Simon Josefsson  <jas@extundo.com>
5620         From Samuel Tardieu <sam@inf.enst.fr>
5621
5622         * smime.el (smime-keys): Support additional certificates.
5623         (smime-make-certfiles): New function.
5624         (smime-sign-region): Use previous variables.
5625         (smime-get-certfiles): New function.
5626         (smime-sign-buffer): Use it.
5627         (smime-verify-region): Support both CAfile and CApath.
5628
5629 2001-06-23  Simon Josefsson  <jas@extundo.com>
5630
5631         * smime.el (smime-decrypt-region): Perhaps work.
5632
5633 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5634
5635         * gnus-msg.el (gnus-copy-article-buffer): Typo.
5636
5637 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
5638
5639         * mm-decode.el (mm-save-part): Rewrite file name.
5640         (mm-file-name-rewrite-functions): New variable.
5641         (mm-file-name-delete-whitespace): New function.
5642         (mm-file-name-trim-whitespace): New function.
5643         (mm-file-name-collapse-whitespace): New function.
5644         (mm-file-name-replace-whitespace): New variable and function.
5645
5646 2001-06-22  Simon Josefsson  <jas@extundo.com>
5647
5648         * message.el (message-make-date): Workaround locale for weekdays.
5649
5650 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5651
5652         * message.el (message-goto-body): Return nil if not found. (revert!)
5653
5654 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5655         From Fremlin <chief@bandits.org>
5656
5657         * message.el (message-goto-body): Some messages have no header.
5658
5659         * gnus-msg.el (gnus-copy-article-buffer): Use it.
5660
5661 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
5662
5663         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
5664
5665 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5666
5667         * message.el (message-make-date): Add week day.
5668         Suggested by Jason R. Mastaler <jason@mastaler.com>.
5669
5670 2001-06-19  Simon Josefsson  <jas@extundo.com>
5671
5672         * message.el (message-yank-prefix): Doc fix.
5673         (message-yank-cited-prefix): Ditto.
5674         (message-delete-not-region): Keep citation prefix on first line,
5675         if possible and appropriate.
5676
5677 2001-06-19  Simon Josefsson  <jas@extundo.com>
5678
5679         * imap.el (imap-process-connection-type): New variable.
5680         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
5681         recent `imtest's work completely (no line length issues), while
5682         making making old `imtest's unusable.  Thanks to NAGY Andras
5683         <nagya@inf.elte.hu> for his work.
5684
5685 2000-12-30  NAGY Andras <nagya@inf.elte.hu>
5686
5687         * imap.el (imap-ssl-program): Add -quiet to shut up
5688         OpenSSL/SSLeay's internal debug talk.
5689
5690 2001-06-19  Matt Armstrong <matt@lickey.com>
5691
5692         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
5693         server.
5694
5695 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5696
5697         * nnmail.el (nnmail-article-buffer): New variable.
5698         (nnmail-split-incoming): Use it.
5699
5700 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
5701
5702         * qp.el (quoted-printable-decode-region): If called interactively,
5703         use coding-system-for-read.
5704
5705 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5706
5707         * message.el (message-check-news-header-syntax): Check Reply-To.
5708
5709 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5710
5711         * mml.el (mml-parse-1): Use message options.
5712
5713         * message.el (message-do-fcc): Don't do anything if there is no
5714         FCC.
5715
5716 2001-06-16  Simon Josefsson  <jas@extundo.com>
5717
5718         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
5719         (nnimap-expunge-search-string): New variable.
5720         (nnimap-request-expire-articles): Use it.
5721
5722 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5723
5724         * message.el (message-send-mail-with-qmail): wrong exit status is
5725         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
5726
5727 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5728
5729         * gnus-art.el (article-strip-multiple-blank-lines): Use
5730         delete-region instead of replace-match.
5731
5732 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5733
5734         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
5735         (nnweb-google-wash-article): Ditto.
5736
5737 2001-06-14 Ferenc Wagner <wferi@bolyai1.elte.hu>
5738
5739         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
5740
5741 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
5744         specs.
5745
5746 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5747
5748         * gnus.el (gnus-email-address): Move it here.
5749
5750         * gnus-art.el (article-de-quoted-unreadable): Read charset if
5751         requested.
5752         (article-de-base64-unreadable): Ditto.
5753         (article-wash-html): Ditto.
5754
5755 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5756
5757         * message.el (message-options-set-recipient): Don't add ", "
5758         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
5759
5760 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5761
5762         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
5763
5764 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5765
5766         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
5767         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
5768
5769         * nnrss.el (nnrss-node-text): Node might be nil.
5770
5771 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5772
5773         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
5774         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
5775
5776         * nnrss.el (nnrss-group-alist): More items.
5777
5778 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5779
5780         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
5781
5782 2001-06-03  Dale Hagglund  <rdh@best.com>
5783
5784         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
5785         restrict clauses.
5786
5787 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5788
5789         From Benjamin Rutt <brutt+news@bloomington.in.us>
5790
5791         * message.el (message-wide-reply-confirm-recipients): New variable.
5792
5793 2001-06-06  Mark Thomas  <mthomas@edrc.cmu.edu>
5794
5795         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
5796         fix so it works with XEmacs.
5797
5798 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5799
5800         * nnrss.el (nnrss-retrieve-headers): Support description as extra
5801         headers.
5802
5803 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5804
5805         * nnrss.el: Fix a few bugs.
5806
5807 2001-06-05  Simon Josefsson  <jas@extundo.com>
5808
5809         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
5810         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
5811
5812 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
5813
5814         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
5815         binary so that we don't transmit ISO 2022 garbage to the process.
5816         This is needed under XEmacs.
5817
5818 2001-06-03  Simon Josefsson  <simon@josefsson.org>
5819
5820         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
5821         autoloaded incorrectly below because ssl-program-* is bound.)
5822         Thanks to Amos Gouaux for report.
5823
5824 2001-06-02  Simon Josefsson  <simon@josefsson.org>
5825
5826         * imap.el (imap-kerberos4-open):
5827         (imap-gssapi-open):
5828         (imap-ssl-open):
5829         (imap-network-open):
5830         (imap-shell-open):
5831         (imap-starttls-open): Set buffer to workaround spurious
5832         `accept-process-output' buffer changes.  Thanks to Mats Lidell
5833         <Mats.Lidell@contactor.se> for report and partial patch and Jake
5834         Colman <colman@ppllc.com> for report.
5835
5836 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5837
5838         * gnus-sum.el (gnus-summary-catchup): New argument.
5839         (gnus-summary-catchup-from-here): New function.
5840
5841 2001-05-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5842
5843         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
5844         back, then insert glyph.  (Before, the glyph was inserted first,
5845         then the newline.)  This works around a behavior in XEmacs where
5846         it is not possible to insert a character after a glyph which is at
5847         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
5848
5849 2001-05-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5850
5851         From Jaap-Henk Hoepman (jhh@xs4all.nl).
5852
5853         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
5854         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
5855         mm-destroy-postponed-undisplay-list): New functions.
5856         (mm-display-external): Use them.
5857
5858 2001-05-27  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5859
5860         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
5861         `default-low' when evaluating `gnus-summary-highlight'.
5862         From Raja R Harinath <harinath@cs.umn.edu>.
5863
5864 2001-05-27  Simon Josefsson  <simon@josefsson.org>
5865
5866         * message.el (message-yank-cited-prefix): New variable.
5867         (message-indent-citation): Use it.
5868
5869         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
5870         as details.
5871         (mml2015-mailcrypt-clear-verify): Ditto.
5872
5873 2001-05-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5874         From Nevin Kapur <nevin@jhu.edu>.
5875
5876         * gnus-sum.el (gnus-summary-default-high-score,
5877         gnus-summary-default-low-score): New variables.
5878         (gnus-summary-highlight): Use them.
5879
5880 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
5881
5882         * message.el (message-mail): pass the 'send-actions argument to
5883         `message-setup'.
5884
5885 2001-05-16  Simon Josefsson  <simon@josefsson.org>
5886         From Raymond Scholz <ray-2001@zonix.de>
5887
5888         * gnus-art.el (gnus-mime-view-part-as-charset):
5889         (gnus-mime-internalize-part): Doc fixes.
5890
5891 2001-05-11  Simon Josefsson  <simon@josefsson.org>
5892
5893         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
5894         status lines without any text ("^215$").
5895
5896 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5897
5898         * nnrss.el (nnrss-check-group): Reverse.
5899
5900 2001-05-07  Simon Josefsson  <simon@josefsson.org>
5901
5902         * message.el (message-get-reply-headers):
5903         (message-followup): Fix typo, suggested by David Green
5904         <dgreen@uab.edu>
5905
5906 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5907
5908         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
5909
5910         * nnrss.el (nnrss-open-server): Read server data when it is called.
5911         (nnrss-request-expire-articles): Fix.
5912
5913 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5914
5915         * message.el (message-do-send-housekeeping): mail-abbrevs may
5916         rename buffer behind Gnus.
5917
5918 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5919
5920         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
5921         (nnrss-group-alist): Add more resources.
5922         (nnrss-check-group): Ignore errors.
5923
5924 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5925
5926         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
5927
5928         * nnslashdot.el (nnslashdot-request-list): Add time.
5929         (nnslashdot-request-expire-articles): New function.
5930
5931         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
5932         secondary methods too.
5933
5934 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5935
5936         * message.el (message-use-followup-to): Set default value to t.
5937
5938 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
5939
5940         * message.el (message-dont-reply-to-names): Fix documentation.
5941         (message-get-reply-headers): Use Mail-Followup-To only for wide
5942         replies.
5943
5944 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5945
5946         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
5947         correctly.
5948         (nnrss-check-group): Use time.
5949
5950 2001-05-01 19:21:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5951
5952         * gnus.el: Oort Gnus v0.03 is released.
5953
5954 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5955
5956         * nnultimate.el (nnultimate-topic-article-to-article): Use the
5957         group.
5958
5959 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5960
5961         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
5962
5963 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5964
5965         * nnultimate.el (nnultimate-retrieve-headers): Return all
5966         available headers.
5967
5968         * gnus-sum.el (gnus-read-all-available-headers): New variable.
5969         (gnus-get-newsgroup-headers-xover): Use it.
5970
5971 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5972
5973         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
5974
5975 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5976
5977         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
5978
5979 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5980
5981         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
5982         disable it.
5983
5984         * gnus.el (gnus-info-nodes): Remove a few The's.
5985
5986 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5987
5988         * mail-source.el (mail-source-movemail): Call-process may return a
5989         signal description string.
5990
5991         * gnus-start.el (gnus-read-newsrc-el-file):
5992         gnus-newsrc-file-version may be nil.
5993
5994         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
5995         Suggested by Michael Sperber [Mr. Preprocessor]
5996         <sperber@informatik.uni-tuebingen.de>.
5997
5998 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
5999
6000         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
6001
6002 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
6003
6004         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
6005         fontify HANDLE.
6006
6007 2001-04-18  Simon Josefsson  <simon@josefsson.org>
6008
6009         * smime.el (smime-ask-passphrase): Rework to return value.
6010         (smime-sign-region): Rework to bind value and use it.
6011         (smime-decrypt-region): Ditto.
6012
6013 2001-04-18  Mathias Herberts <Mathias.Herberts@iroise.net>
6014         Committed by Simon Josefsson  <simon@josefsson.org>
6015
6016         * smime.el (smime-ask-passphrase): New function.
6017         (smime-sign-region): Use it.
6018         (smime-encrypt-cipher): New variable.
6019         (smime-decrypt-region): Ditto.
6020
6021 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
6022         Committed by Simon Josefsson  <simon@josefsson.org>
6023
6024         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
6025         the log.
6026
6027 2001-04-14 01:14:42 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6028
6029         *gnus.el: Oort Gnus v0.02 is released.
6030
6031 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
6032
6033         * gnus.el: Oort Gnus v0.01 is released.
6034
6035 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6036
6037         * gnus-sum.el (gnus-summary-highlight): Highlight read
6038         undownloaded articles as read articles.
6039
6040         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
6041         (gnus-agent-get-undownloaded-list): Mark all undownloaded
6042         articles, even read ones, as such.
6043
6044         * gnus-sum.el (gnus-summary-find-matching): Clean up.
6045         (gnus-find-matching-articles): New function.
6046         (gnus-summary-limit-include-matching-articles): New command.
6047         (gnus-summary-limit-include-thread): Include articles that have
6048         matching subjects.
6049         (gnus-offer-save-summaries): Clean up.
6050
6051 2001-04-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6052
6053         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
6054
6055 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6056         From Jason Merrill <jason_merrill@redhat.com>
6057
6058         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
6059
6060 2001-04-10 08:01:15  Katsumi Yamaoka <yamaoka@jpl.org>
6061         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6062
6063         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
6064         newsgroup names when the original article is a news message.
6065
6066 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6067
6068         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
6069         supported. Suggest by Jim Meyering <jim@meyering.net>.
6070
6071 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
6072         Committed by Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6073
6074         * nnmail.el (nnmail-split-it): Added check for .* at the end of
6075         regexp in nnmail-split-fancy.
6076
6077 2001-04-10  Simon Josefsson  <simon@josefsson.org>
6078
6079         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
6080
6081 2001-04-10  Colin Marquardt <colin.marquardt@usa.alcatel.com>
6082
6083         * message.el (message-send-mail): Improve the interaction with the
6084         user.
6085
6086 2001-04-10  Simon Josefsson  <simon@josefsson.org>
6087
6088         * imap.el (imap-message-copy): Work around buggy servers that
6089         doesn't send TRYCREATE tags.
6090
6091 2001-04-09 01:15:54  Katsumi Yamaoka <yamaoka@jpl.org>
6092
6093         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
6094
6095 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6096
6097         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
6098         date.
6099
6100 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6101
6102         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
6103         lives.
6104
6105 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6106
6107         * gnus-art.el (gnus-parse-news-url): New function.
6108         (gnus-button-handle-news): New function.
6109         (gnus-button-alist): Point to new functions.
6110
6111         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
6112
6113         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
6114         gnus-format-specs.
6115
6116         * message.el (message-check-news-header-syntax): Question even
6117         when Gnus doesn't know the group names.
6118         (message-send-news): Clean up.
6119
6120         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
6121         exited on purpose without saving.
6122
6123         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
6124
6125 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6126
6127         * gnus-score.el (gnus-score-orphans): Clean up.
6128
6129         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
6130
6131         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
6132         later.
6133
6134         * gnus-start.el (gnus-close-all-servers): Find the right items to
6135         close.
6136
6137         * qp.el (quoted-printable-decode-region): Just message
6138         malformation; don't quit.
6139
6140 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6141         From Gerd Moellmann <gerd@gnu.org>.
6142
6143         * gnus.el (gnus-interactive): A typo.
6144
6145 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
6146         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6147
6148         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
6149         `assq-delete-all', if that function exists; otherwise use the old
6150         definition. Documentation changed to match the one in
6151         `assq-delete-all'.
6152
6153 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6154
6155         * gnus-start.el (gnus-close-all-servers): New function.
6156
6157         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
6158         (gnus-server-remove-denials): Clean up.
6159
6160         * gnus-sum.el (gnus-summary-sort-by-original): New command and
6161         keystroke.
6162
6163 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6164
6165         * message.el (message-send-news): Message where we are sending.
6166         (message-send-mail): Ditto.
6167
6168         * gnus.el (gnus-server-string): New function.
6169
6170         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
6171
6172         * mm-decode.el (mm-default-directory): Customized.
6173         (mm-tmp-directory): Ditto.
6174
6175         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
6176         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
6177         or Chars.
6178         (gnus-summary-line-format-alist): ?l is now a string.
6179         (gnus-summary-prepare-threads): Output ? for unknown lines.
6180         (gnus-summary-insert-line): Ditto.
6181         (gnus-summary-print-article): Unbalanced parentheses.
6182
6183         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
6184         out whether new stuff has arrived.
6185
6186 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
6187
6188         * gnus-sum.el: Let printing work on ttys on Emacs.
6189
6190 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6191
6192         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
6193         when forcing news.
6194
6195         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
6196         command.
6197
6198 2001-03-31 01:04:54  Francis Litterio  <franl-removethis@world.omitthis.std.com>
6199
6200         * message.el (message-set-auto-save-file-name): Don't use
6201         asterisks under nt.
6202
6203 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6204
6205         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
6206         lists of articles.
6207
6208         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
6209
6210         * gnus-msg.el (gnus-put-message): Clean up.
6211         (gnus-summary-reply): Mark all replied-to articles as replied to.
6212         (gnus-inews-add-send-actions): Also mark as forwarded.
6213         (gnus-summary-mail-forward): Mark as forwarded.
6214
6215         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
6216         of articles.
6217         (gnus-summary-mark-article-as-forwarded): Ditto.
6218
6219         * gnus-msg.el (gnus-summary-resend-message): Mark article as
6220         forwarded.
6221         (gnus-summary-mail-forward): Clean up.
6222
6223         * gnus.el (gnus-article-mark-lists): Added forward.
6224
6225         * gnus-sum.el (gnus-forwarded-mark): New variable.
6226         (gnus-summary-prepare-threads): Use it.
6227         (gnus-summary-update-secondary-mark): Ditto.
6228         (gnus-newsgroup-forwarded): New variable.
6229
6230 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6231
6232         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
6233         (gnus-summary-very-wide-reply): New command and keystroke.
6234         (gnus-summary-very-wide-reply-with-original): Ditto.
6235
6236         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
6237         (gnus-score-adaptive): Use it.
6238
6239         * gnus-start.el (gnus-get-unread-articles): Clean up.
6240
6241 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6242
6243         * nnultimate.el (nnultimate-retrieve-headers): Work for other
6244         boards.
6245
6246 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
6247
6248         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
6249         * gnus-start.el (gnus-subscribe-newsgroup): use it.
6250
6251 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6252
6253         * nnultimate.el (nnultimate-retrieve-headers): Understand
6254         long-form month names.
6255
6256 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6257
6258         * gnus-sum.el (gnus-summary-show-all-headers):
6259         gnus-article-show-all-headers is broken. Use
6260         gnus-summary-toggle-header instead.
6261
6262         * mml2015.el (mml2015-gpg-extract-from): No error.
6263
6264 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6265         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
6266
6267         * mml2015.el (mml2015-gpg-extract-from): New function.
6268         (mml2015-gpg-verify): Use it.
6269         (mml2015-gpg-clear-verify): Use it.
6270
6271 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6272
6273         * message.el (message-setup-fill-variables): Use
6274         fill-paragraph-function.
6275         (message-fill-paragraph): Take an argument.
6276         (message-newline-and-reformat): Take another argument.
6277
6278 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6279
6280         * message.el (rmail-output): It is in rmailout.el not rmail.el.
6281
6282 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6283
6284         * message.el (message-forward): local-variable-p takes an extra
6285         argument in XEmacs.
6286
6287 2001-03-16  Simon Josefsson  <simon@josefsson.org>
6288
6289         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
6290         `nnimap-use-nov-p' (it really tested the negative).
6291         (nnimap-retrieve-headers): Use it.
6292
6293 2001-03-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6294
6295         * message.el (message-generate-headers-first): Update doc.
6296
6297 2001-03-10  Matthias Wiehl <mwiehl@gmx.de>
6298
6299         * gnus.el (gnus-summary-line-format): Typo.
6300
6301 2001-03-11  Simon Josefsson  <simon@josefsson.org>
6302
6303         * mailcap.el (mailcap-mime-data): Add application/sieve.
6304         (mailcap-mime-extensions): Add .siv, .xls.
6305
6306 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6307         From Christoph Conrad <christoph.conrad@gmx.de>
6308
6309         * gnus-score.el (gnus-summary-lower-thread): Typo.
6310
6311 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6312
6313         * message.el (message-forward-decoded-p): New variable.
6314         (message-forward-subject-author-subject): Use it.
6315         (message-make-forward-subject): Use it.
6316         (message-forward): Use it.
6317
6318         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
6319
6320         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
6321         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
6322
6323 ;;Has been fixed -- zsh.
6324 ;;2001-03-05  Dave Love  <fx@gnu.org>
6325 ;;
6326 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
6327 ;;      Move it after definition of mm-coding-system-p.
6328 ;;
6329 2001-03-01  Dave Love  <fx@gnu.org>
6330
6331         * mm-util.el (mm-inhibit-file-name-handlers): Add
6332         image-file-handler.
6333
6334 2001-02-11  Dave Love  <fx@gnu.org>
6335
6336         * message.el (message-signature-file): Fix doc, :type.
6337
6338 2001-02-08  Dave Love  <fx@gnu.org>
6339
6340         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
6341         (message-posting-charset): Defvar when compiling again.
6342         (rfc2047-encodable-p): Require message.
6343
6344         * gnus-sum.el (gnus-alter-articles-to-read-function):
6345         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
6346
6347 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6348
6349         * nnrss.el: New file.
6350
6351 2001-03-08 02:41:36  Katsumi Yamaoka <yamaoka@jpl.org>
6352         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6353
6354         * rfc2047.el (rfc2047-unfold-region): Fix arg of
6355         `skip-chars-forward'.
6356
6357 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6358
6359         * nndraft.el (nndraft-request-group): Restore auto save files if
6360         the original files do not exist.
6361
6362 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6363
6364         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
6365         SCORE paths.
6366
6367         * mm-decode.el (mm-dissect-buffer): Call
6368         mail-extract-address-components only if necessary.
6369
6370 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6371
6372         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
6373         directory part.
6374         (gnus-score-search-global-directories): Use file-directory-p.
6375
6376         * gnus-score.el (gnus-score-score-files-1): Use
6377         gnus-kill-files-directory.
6378         From Adrian Aichner <adrian@xemacs.org>.
6379
6380 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6381
6382         * gnus.el (charset): Move here from gnus-sum.el.
6383
6384 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6385
6386         * mml.el (mml-preview): Disable local map.
6387
6388         * gnus-sum.el (gnus-summary-make-menu-bar): Make
6389         gnus-article-post-menu here.
6390
6391         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
6392         if it has not been made.
6393
6394 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6395
6396         * gnus-art.el (gnus-article-describe-key): Map key to event.
6397         (gnus-article-describe-key-briefly): Ditto
6398
6399 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6400
6401         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
6402
6403 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6404         From Katsumi Yamaoka <yamaoka@jpl.org>.
6405
6406         * dgnushack.el (coerce, merge, subseq): defmacro.
6407
6408 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6409
6410         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
6411         A fake defalias in nndraft.el results a not-activated bug in
6412         uncompiled versions.
6413
6414 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
6415         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6416
6417         * gnus-util.el (gnus-split-references): Handle malformed References:.
6418
6419 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6420
6421         * gnus-art.el (gnus-article-mime-part-status): 1 part.
6422
6423 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6424         From NAGY Andras <nagya@inf.elte.hu>.
6425
6426         * gnus.el (gnus-parameters): Typo.
6427
6428 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6429
6430         * gnus.el (gnus-read-method): Remove redundancy.
6431
6432 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6433
6434         * nnslashdot.el (nnslashdot-backslash-url): New variable.
6435         (nnslashdot-request-list): Use it.
6436
6437 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6438
6439         * nnml.el (nnml-generate-active-info): Fix the case when there is
6440         no file.
6441
6442         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
6443         (gnus-summary-create-article): New function.
6444
6445         * gnus-group.el (gnus-group-mark-article-read): New function.
6446
6447         * gnus-msg.el (gnus-inews-do-gcc): Use it.
6448
6449         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
6450
6451 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6452
6453         * gnus-art.el (gnus-article-edit-done): Don't use
6454         gnus-article-edit-exit.
6455         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
6456
6457         * gnus.el (gnus-parameters): New variable.
6458         Suggested by NAGY Andras <nagya@inf.elte.hu>.
6459         (gnus-parameters-get-parameter): New function.
6460         (gnus-group-find-parameter): Use it.
6461
6462 2001-02-23  Simon Josefsson  <simon@josefsson.org>
6463
6464         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
6465         change of default value to `current'.
6466
6467 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6468
6469         * nneething.el (nneething-get-head): Insert unreadable file too.
6470
6471 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6472
6473         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
6474
6475         * webmail.el (webmail-type-definition): Deja is bought by google.
6476
6477 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6478
6479         * gnus-sum.el (gnus-fetch-headers): New function.
6480         (gnus-select-newsgroup): Use it.
6481         (gnus-summary-insert-articles): New function.
6482         (gnus-summary-insert-old-articles): New function.
6483         (gnus-summary-insert-new-articles): New function.
6484
6485         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
6486         (gnus-group-list-active): Ditto.
6487         * gnus-sum.el (gnus-set-mode-line): Ditto.
6488         (gnus-summary-read-group-1): Ditto.
6489
6490 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6491
6492         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
6493         current topic.
6494
6495 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6496
6497         * smiley.el (gnus-smiley-display): Don't do widening.
6498
6499         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
6500         within body.
6501
6502         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
6503
6504         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
6505         New variable.
6506         (gnus-mime-display-multipart-related-as-mixed): New variable.
6507         (gnus-mime-display-part): Use them.
6508
6509 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6510
6511         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
6512         something special.
6513
6514 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6515
6516         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
6517         (nnweb-request-article): Call reference if exists.
6518         (nnweb-type-definition): Dejanews is bought by google.com.
6519         Beta!
6520
6521 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6522
6523         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
6524
6525 2001-02-19  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6526
6527         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
6528         gnus-article-sort-functions.
6529         (gnus-article-sort-functions): Doc fix.  Refer to
6530         gnus-thread-sort-functions.
6531
6532 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6533         From Paul Jarc <prj@po.cwru.edu>.
6534
6535         * message.el (message-get-reply-headers): More fixes.
6536
6537 2001-02-17  Paul Jarc <prj@po.cwru.edu>
6538         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6539
6540         * message.el (message-get-reply-headers): Fix bug with
6541         Mail-Followup-To/to-address interaction.
6542
6543 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6544
6545         * gnus-msg.el (gnus-configure-posting-styles): Match header in
6546         gnus-article-copy.
6547
6548 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6549
6550         * message.el (message-do-send-housekeeping): Rename to a better
6551         name.
6552
6553 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6554
6555         * message.el (message-cancel-news): Check article first, then ask
6556         yes or no.
6557
6558 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6559
6560         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
6561
6562 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6563
6564         * gnus-range.el (gnus-range-normalize): New function.
6565
6566 2001-02-15  NAGY Andras <nagya@inf.elte.hu>
6567
6568         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
6569
6570 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6571
6572         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
6573
6574         * nnagent.el (nnagent-request-regenerate): New function.
6575
6576         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
6577
6578         * nnml.el (nnml-generate-nov-databases): Accept argument
6579         server. Don't open server if it is opened.
6580         (nnml-request-regenerate): Use it. Change to deffoo.
6581
6582 2001-02-14  Katsumi Yamaoka <yamaoka@jpl.org>
6583         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6584
6585         * gnus.el (gnus-define-group-parameter): Fix.
6586
6587 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6588
6589         * gnus.el (gnus-define-group-parameter): Improved.
6590
6591         * gnus-sum.el (charset): Define parameter.
6592         (ignored-charsets): Ditto.
6593         (gnus-summary-setup-default-charset): Use them.
6594
6595         * gnus-start.el (gnus-read-descriptions-file): Use them.
6596
6597         * gnus-cus.el (gnus-group-parameters): Remove them.
6598
6599 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6600
6601         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
6602
6603 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6604
6605         * gnus-sum.el (gnus-summary-read-group-1): Remove
6606         gnus-summary-set-local-parameters.
6607         (gnus-summary-setup-buffer): Put it here.
6608
6609 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6610
6611         * gnus.el (to-address): Define parameter.
6612         (to-list): Ditto.
6613         * gnus-art.el (article-hide-boring-headers): Use them.
6614         * gnus-msg.el (gnus-post-news): Ditto.
6615         * gnus-cus.el (gnus-group-parameters): Remove them.
6616
6617 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6618
6619         * gnus-draft.el (gnus-draft-reminder): New function.
6620
6621         * gnus-art.el (gnus-sender-save-name): New function.
6622
6623 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6624
6625         * mm-util.el (mm-mime-charset): Error message.
6626
6627 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6628
6629         * message.el (message-check-news-body-syntax): Don't check mml lines.
6630
6631 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6632
6633         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
6634         subscribe.
6635
6636         * gnus-start.el (gnus-call-subscribe-functions): New function.
6637         (gnus-find-new-newsgroups): Use it.
6638         (gnus-ask-server-for-new-groups): Use it.
6639         (gnus-check-first-time-used): Use it.
6640         (gnus-subscribe-newsgroup-method): Grok a list of functions.
6641         (gnus-subscribe-options-newsgroup-method): Ditto.
6642         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
6643         return .
6644
6645 2001-02-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6646
6647         * gnus-cus.el (gnus-score-customize): Doc fix.
6648
6649 2001-02-11  Jesper Harder <harder@ifa.au.dk>
6650
6651         * dgnushack.el (my-getenv): Typo.
6652
6653 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6654
6655         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
6656
6657 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6658
6659         * gnus-group.el (gnus-group-suspend): Offer save summaries.
6660
6661         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
6662         (gnus-treatment-function-alist): Use it.
6663         (article-remove-leading-whitespace): New function.
6664         (gnus-article-make-menu-bar): Use it.
6665
6666         * gnus-sum.el (gnus-summary-wash-empty-map): Add
6667         remove-leading-whitespace.
6668         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
6669         because of conflict.
6670
6671 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6672
6673         * Makefile.in: Hack generating gnus-load.el.
6674         * dgnushack.el: Ditto.
6675         * gnus-load.el: Remove it.
6676
6677 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6678
6679         * dgnushack.el : Add URLDIR.
6680
6681         * Makefile.in (EMACS_COMP): Ditto.
6682
6683 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6684
6685         * gnus-cus.el (gnus-score-customize): Error on no score file.
6686
6687 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6688
6689         * mm-decode.el (mm-merge-handles): New function.
6690
6691         * mm-view.el (mm-inline-message): Use it.
6692         (mm-view-message): Ditto.
6693
6694         * mm-partial.el (mm-inline-partial): Ditto.
6695
6696         * mm-extern.el (mm-inline-external-body): Ditto.
6697
6698         * gnus-art.el (gnus-mime-view-part): Ditto.
6699         (gnus-mime-view-part-as-type): Ditto.
6700         (gnus-mime-save-part-and-strip): Prevent users to strip in some
6701         cases.
6702
6703 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6704
6705         * message.el (message-cancel-news): Allow to shoot foot.
6706         (message-supersede): Ditto.
6707
6708 2001-02-08  Tommi Vainikainen <thv@iki.fi>
6709
6710         * gnus-sum.el (gnus-simplify-subject-re): Use
6711         message-subject-re-regexp.
6712
6713 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6714
6715         * nnmail.el (nnmail-expiry-target-group): Bind
6716         nnmail-cache-accepted-message-ids to nil.
6717
6718         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
6719         coding system.
6720
6721 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6722
6723         * qp.el (quoted-printable-encode-region): Make sure characters are
6724         between 00 and FF.  Don't check charset.
6725
6726         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
6727         in Emacs 20.
6728         * rfc2047.el (rfc2047-q-encode-region): Ditto.
6729
6730 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6731
6732         * message.el (message-make-forward-subject): Argument decoded.
6733         (message-forward): Use it when digest.
6734
6735         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
6736         buffer.
6737
6738 2001-02-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6739
6740         * message.el (message-generate-headers-first): Doc fix.
6741
6742 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6743
6744         * gnus-art.el (article-make-date-line): Error proof.
6745
6746 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6747
6748         * gnus-group.el (gnus-group-listing-limit): New variable.
6749         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
6750
6751         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
6752
6753 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6754
6755         * message.el (message-newline-and-reformat): Special case for
6756         breaking at BOL.
6757
6758 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
6759
6760         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
6761         message/rfc822.
6762
6763 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6764
6765         * message.el (message-encode-message-body): Don't insert
6766         Content-Type if it is inside a mail.
6767
6768 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6769
6770         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
6771         gnus-article-commands-menu.
6772
6773         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
6774         in Emacs.
6775
6776         * gnus-start.el (gnus-read-descriptions-file): Use
6777         gnus-group-name-charset and gnus-group-charset-alist.
6778
6779 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6780
6781         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
6782         active region.
6783
6784         * gnus-start.el (gnus-group-change-level): Remove from both
6785         gnus-zombie-list and gnus-killed-list.
6786
6787 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6788
6789         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
6790         gnus-subscribe-topics.
6791
6792         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
6793
6794 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6795
6796         * gnus-art.el (gnus-article-make-menu-bar): Make
6797         gnus-article-post-menu.
6798
6799         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
6800
6801         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
6802
6803         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
6804
6805         * message.el (message-mode-menu): Ditto.
6806
6807         * gnus-art.el (defvar): eval-when-compile.
6808
6809 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6810
6811         * gnus-agent.el (gnus-agentize): Fix doc.
6812
6813 2001-02-02  Karl Kleinpaste <karl@charcoal.com>
6814
6815         * mml.el (mml-preview): Bind `q'.
6816
6817 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6818
6819         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
6820
6821 2001-01-31  Dave Love  <fx@gnu.org>
6822
6823         * mm-util.el (mm-mime-mule-charset-alist)
6824         (mm-find-mime-charset-region): Consider mule-utf-8.
6825
6826 2001-01-31  Dave Love  <fx@gnu.org>
6827
6828         * gnus-art.el (gnus-article-x-face-command)
6829         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
6830         :version.
6831
6832 2001-01-26  Dave Love  <fx@gnu.org>
6833
6834         * mm-util.el (mm-multibyte-string-p): New.
6835
6836 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
6837 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
6838 ;;      string-as-multibyte on class.  Clarify line-folding.
6839         (quoted-printable-encode-string): Make temp buffer inherit
6840         string's multibyteness.
6841
6842 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
6843
6844         * nnheader.el (toplevel): Don't require `gnus-util' at
6845         compile-time; this creates a circular dependency, and prevents
6846         a bootstrap.
6847
6848 2001-01-22  Andreas Schwab  <schwab@suse.de>
6849
6850         * nnheader.el (gnus-delete-line): Autoload it as a macro.
6851
6852 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6853
6854         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
6855
6856         * gnus-art.el (article-hide-list-identifiers): Ditto.
6857
6858         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
6859
6860 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6861
6862         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
6863
6864         * gnus-art.el (article-hide-list-identifiers): Similar.
6865
6866 2001-01-31  Karl Kleinpaste <karl@charcoal.com>
6867
6868         * nnmail.el (nnmail-remove-list-identifiers): Improved.
6869
6870 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6871
6872         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
6873
6874 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6875
6876         * gnus-util.el (gnus-string-equal): New function.
6877
6878         * gnus-art.el (article-hide-boring-headers): Use it.
6879
6880 2001-01-27  Karl Kleinpaste <karl@charcoal.com>
6881
6882         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
6883
6884 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6885
6886         * gnus-msg.el (gnus-msg-mail): Support switch-action.
6887
6888 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6889
6890         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
6891         command if there is not last-saver.
6892
6893 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6894
6895         * nntp.el (nntp-open-connection): 201 is possible.
6896
6897 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6898
6899         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
6900         (rfc2047-charset-encoding-alist): Add big5.
6901
6902 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6903
6904         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
6905         (gnus-agent-remove-server): Ditto.
6906         (autoload): gnus-server-update-server.
6907
6908         * gnus-srvr.el (gnus-server-line-format): Add %a.
6909         (gnus-server-line-format-alist): Add gnus-tmp-agent.
6910         (gnus-server-insert-server-line): Use it.
6911
6912 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6913
6914         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
6915         GB2312 and Big5.
6916
6917 2001-01-24  Simon Josefsson  <sj@extundo.com>
6918
6919         * mail-source.el (mail-sources): Add :program specifier to IMAP
6920         mail source.
6921         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
6922
6923 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6924
6925         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
6926
6927 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6928
6929         * nntp.el (nntp-wait-for): Return the success code.
6930         (nntp-open-connection): Use it.
6931
6932 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6933
6934         * gnus-int.el (gnus-check-server): Allow breaking the opening.
6935
6936 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6937
6938         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
6939
6940 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6941
6942         * gnus-sum.el (gnus-summary-print-article): Take one prefix
6943         argument. Allow to print several articles in one file.
6944
6945 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6946
6947         * webmail.el (webmail-type-definition): netaddress changes.
6948
6949 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6950
6951         * gnus.el: Fix copyright. Remove trailing spaces.
6952
6953         * message.el (message-forward): Use mule4.
6954
6955 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6956
6957         * mm-util.el (mm-string-as-unibyte): New function.
6958
6959         * message.el (message-forward): Use it.
6960
6961 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6962
6963         * message.el (message-cite-original-without-signature): Don't peel
6964         off the blank line.
6965         (message-get-reply-headers): Add Cc if it is not in follow-to.
6966
6967 2001-01-20  Simon Josefsson  <sj@extundo.com>
6968
6969         * mm-decode.el (mm-handle-multipart-from): Add.
6970         (mm-dissect-buffer): Save From: header value.
6971         (mm-security-from): Remove.
6972         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
6973
6974         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
6975         instead of `mml-security-from'.  Protect null from value.
6976
6977 2001-01-20  Simon Josefsson  <sj@extundo.com>
6978
6979         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
6980         application/vnd.ms-excel attachments.
6981
6982 2001-01-19  Simon Josefsson  <sj@extundo.com>
6983
6984         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
6985
6986 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6987
6988         * message.el (message-ignored-mail-headers): Ditto.
6989
6990 2001-01-19  Simon Josefsson  <sj@extundo.com>
6991
6992         * message.el (message-ignored-news-headers): Only search beginning
6993         of line.
6994
6995 2001-01-19  Alberto Lusiani <a.lusiani@noemail.org>
6996
6997         * message.el (message-send-mail): Content-Type may not be there.
6998
6999 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7000
7001         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
7002         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
7003
7004         * gnus-art.el (article-display-x-face): Insert X-Face if there is
7005         not.
7006
7007 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7008
7009         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
7010         non-native groups.
7011
7012 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7013
7014         * message.el (message-yank-original): Understand
7015         universal-argument.
7016
7017 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7018
7019         * gnus-art.el (gnus-boring-article-headers): Add to-address.
7020         (article-hide-boring-headers): Ditto.
7021
7022         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
7023
7024 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7025
7026         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
7027         one.
7028
7029 2001-01-16  Simon Josefsson  <simon@josefsson.org>
7030
7031         * message.el (message-make-in-reply-to): Add comment to message-id
7032         (old syntax, see 2000-08-02 change).
7033
7034 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7035
7036         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
7037         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
7038         (gnus-button-reply): Ditto.
7039
7040 2001-01-16  Katsumi Yamaoka <yamaoka@jpl.org>
7041
7042         * gnus-art.el (article-display-x-face): Fix.
7043
7044 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7045
7046         * gnus-art.el (article-display-x-face): Use
7047         gnus-original-article-buffer.
7048
7049 2001-01-15  Jack Twilley <jmt@tbe.net>
7050
7051         * message.el (message-add-header): Move to point-max.
7052
7053 2001-01-15  Simon Josefsson  <simon@josefsson.org>
7054
7055         * smime.el (smime-CA-directory, smime-CA-file): Change default to
7056         nil, improve documentation.
7057         (smime-certificate-directory): Comment out false hints (until it
7058         is implemented).
7059
7060         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
7061         there aren't any keys.
7062         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
7063         verify certificate.  Default is changed to only check integrity.
7064         Improved security status texts.  If a certificate doesn't contain
7065         a email address, don't fail.
7066
7067         * smime.el (smime-noverify-region):
7068         (smime-noverify-buffer): New functions.  Verifies integrity only.
7069
7070 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7071
7072         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
7073
7074 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7075
7076         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
7077         (gnus-remove-some-windows): Ditto.
7078
7079 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7080
7081         * gnus-art.el (article-make-date-line): 11th.
7082
7083 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7084
7085         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
7086         (mml2015-gpg-sign): Ditto.
7087
7088 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7089
7090         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
7091         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
7092
7093 2001-01-08  Dave Love  <fx@gnu.org>
7094
7095         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
7096         single character.
7097
7098         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
7099
7100         * message.el: Doc and message fixes.
7101         (message-send-rename-function)
7102         (message-make-forward-subject-function)
7103         (message-send-mail-function, message-reply-to-function)
7104         (message-wide-reply-to-function, message-followup-to-function)
7105         (message-distribution-function, message-auto-save-directory): Fix
7106         :type.
7107
7108         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
7109         proceeding after warnings.  Amend multipart warning message.
7110
7111 2001-01-04  Dave Love  <fx@gnu.org>
7112
7113         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
7114         compiling.
7115         (gnus-make-directory): Require nnmail.
7116
7117         * mm-decode.el (mm-inline-media-tests): Add
7118         image/x-portable-bitmap.
7119         (mm-get-image): Grok pbm.
7120
7121 2001-01-10  Paul Stevenson <p.stevenson@surrey.ac.uk>
7122
7123         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
7124
7125 2001-01-09  Didier Verna  <didier@xemacs.org>
7126
7127         * dgnushack.el (dgnushack-compile): give a dummy value to
7128         `gnus-xmas-glyph-directory' for the time of compilation.
7129         * gnus-agent.el: moved some XEmacs specific hook add-ons from
7130         `gnus-xmas-[re]define' to avoid loosing user custom settings.
7131         * gnus-art.el: ditto.
7132         * gnus-group.el: ditto.
7133         * gnus-salt.el: ditto.
7134         * gnus-sum.el: ditto.
7135         * gnus-topic.el: ditto.
7136         * gnus-xmas.el (gnus-xmas-define): see above.
7137         * gnus-xmas.el (gnus-xmas-redefine): see above.
7138         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
7139         non-continuable error when the directory can't be found.
7140
7141 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7142
7143         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
7144         handle.
7145         * gnus-art.el (gnus-mime-view-part): Copy it.
7146         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
7147
7148 2001-01-09  Michael Downes <mjd@ams.org>
7149
7150         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
7151
7152 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7153
7154         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
7155         orig-file. Use ',source.
7156
7157 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7158
7159         * gnus-xmas.el (gnus-xmas-modeline-glyph):
7160         (gnus-xmas-group-startup-message):
7161         Detect gnus-xmas-glyph-directory when it is nil.
7162
7163 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7164
7165         * pop3.el (pop3-get-message-count): Andrew Innes
7166         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
7167
7168 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7169
7170         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
7171
7172         * time-date.el (time-to-number-of-days): New function.
7173
7174 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
7175
7176         * nnslashdot.el (nnslashdot-request-list): Always get the right
7177         sid.
7178
7179 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7180
7181         * message.el (message-minibuffer-local-map): New keymap.
7182         (message-read-from-minibuffer): Use it.
7183         * gnus-msg.el (gnus-summary-resend-message): Use it
7184
7185 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7186
7187         * gnus-start.el (gnus-display-time-event-handler): New function.
7188         (gnus-after-getting-new-news-hook): Use it.
7189
7190 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7191
7192         * message.el (message-ignored-mail-headers): Add draft header.
7193
7194 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7195
7196         * gnus-sum.el (gnus-summary-expire-articles): Don't save
7197         excursion.
7198
7199         * nnslashdot.el (nnslashdot-request-list): Get the right year.
7200
7201 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
7202
7203         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
7204
7205 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7206
7207         * qp.el (quoted-printable-decode-region): Don't backward-char.
7208
7209 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7210
7211         * gnus-draft.el: Mark articles as replied.
7212
7213         * gnus-sum.el (gnus-summary-add-mark): New function.
7214
7215         * gnus-group.el (gnus-add-mark): New function.
7216
7217         * gnus-sum.el (gnus-summary-buffer-name): New function.
7218         (gnus-summary-setup-buffer): Use it.
7219
7220         * gnus-draft.el: Set things up with the right post method and
7221         stuff.
7222
7223         * message.el (message-ignored-news-headers): Remove X-Draft-From.
7224
7225         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
7226
7227         * gnus.el (gnus-draft-meta-information-header): New variable.
7228
7229 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7230
7231         * gnus-art.el (gnus-treatment-function-alist): Move the date
7232         functions before the header sorting functions.
7233
7234         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
7235
7236         * dgnushack.el (dgnushack-compile): Message whether there is w3.
7237         Don't (push "/usr/share/emacs/site-lisp" load-path).
7238
7239         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
7240         to empty fill prefixes.
7241
7242 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7243
7244         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
7245         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
7246
7247 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7248
7249         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
7250
7251         * nnml.el (autoload): Move to nnheader.el.
7252
7253         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
7254         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
7255         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
7256         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
7257
7258 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7259
7260         * gnus-art.el (article-make-date-line): Get the hours right.
7261         (gnus-ignored-headers): More hiding.
7262
7263         * nnmail.el (nnmail-expiry-wait): Not an integer.
7264
7265         * message.el (message-goto-body): Only expand abbrev when called
7266         interactively.
7267         (message-make-lines): Use it.
7268
7269 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7270
7271         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
7272
7273 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7274
7275         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
7276         include the expunged articles.
7277
7278         * gnus-group.el (gnus-group-sort-by-server): New function.
7279
7280         * gnus.el (gnus-method-to-server-name): New function.
7281         (gnus-group-prefixed-name): Use it.
7282
7283         * gnus-group.el (gnus-group-sort-function): Doc fix.
7284         (gnus-group-sort-groups-by-server): New command.
7285
7286 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7287
7288         * gnus-art.el (gnus-treat-date-english): New variable.
7289         (article-date-english): New command.
7290         (gnus-english-month-names): New variable.
7291         (article-make-date-line): Do 'english.
7292
7293         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
7294         after the fill prefix.
7295
7296         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
7297         score...".
7298
7299         * gnus-art.el (gnus-ignored-headers): Hide more headers.
7300
7301         * message.el (message-mode-map): Bind comment-region.
7302
7303         * gnus-art.el (gnus-mime-display-part): Let w3 display
7304         multipart/related.
7305
7306         * mm-bodies.el (mm-long-lines-p): New function.
7307         (mm-body-encoding): Use it.
7308         (mm-body-encoding): Encode articles with lines longer than 1000
7309         characters.
7310
7311 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7312
7313         * mm-util.el (mm-enable-multibyte): Use
7314         default-enable-multibyte-characters.
7315         (mm-enable-multibyte-mule4): Ditto.
7316         (mm-disable-multibyte): Test XEmacs.
7317         (mm-disable-multibyte-mule4): Ditto.
7318         (mm-with-unibyte-current-buffer): Simplified.
7319         (mm-with-unibyte-current-buffer-mule4): Ditto.
7320
7321 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7322
7323         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
7324
7325         * nnheader.el (nnheader-string-as-multibyte): New alias.
7326
7327         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
7328
7329         * gnus-uu.el (gnus-message-process-mark): New function.
7330         (gnus-uu-mark-by-regexp): Use it.
7331         (gnus-new-processable): New function.
7332
7333 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
7334
7335         * gnus-sum.el (gnus-no-mark): New variable.
7336
7337 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7338
7339         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
7340         backslashes.
7341
7342 2000-12-26  Katsumi Yamaoka <yamaoka@jpl.org>
7343
7344         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
7345         definition.
7346
7347 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7348
7349         * dgnushack.el (dgnushack-compile): elc is in the current directory.
7350
7351         * qp.el (quoted-printable-encode-region): Don't check multibyte in
7352         XEmacs.
7353
7354 2000-12-25  Lloyd Zusman <ljz@asfast.com>
7355
7356         * mml.el (mml-read-tag): Save tag location.
7357
7358 2000-12-25  Simon Josefsson  <simon@josefsson.org>
7359
7360         * starttls.el: Sync with Emacs 21.
7361
7362 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7363
7364         * message.el (message-mail): Support yank-action.
7365
7366         * message.el (message-setup): Revoke the last change.
7367
7368 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7369
7370         * message.el (message-setup): Use cons. Suggested by Johan Vromans
7371         <jvromans@squirrel.nl>.
7372
7373 2000-12-24  Simon Josefsson  <sj@extundo.com>
7374
7375         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
7376         mailing list junk at end of part.
7377
7378 2000-12-23  Simon Josefsson  <sj@extundo.com>
7379
7380         * nnimap.el (nnimap-expiry-target): New function.
7381         (nnimap-request-expire-articles): Use it.
7382
7383 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7384
7385         * gnus.el (gnus-group-parameters-more): New variable.
7386         * gnus-cus.el (gnus-group-customize): Use it.
7387
7388         * gnus.el (gnus-define-group-parameter): New macro.
7389         (auto-expire): Use it
7390         (total-expire): Use it.
7391         * gnus-art.el (banner): Use it.
7392
7393         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
7394         <ljz@asfast.com>.
7395
7396 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7397
7398         * gnus-topic.el (gnus-topic-create-topic): Use list.
7399
7400         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
7401         before binding gnus-default-article-saver.
7402
7403         * gnus-sum.el (gnus-summary-save-article):
7404         (gnus-summary-pipe-output):
7405         (gnus-summary-save-article-mail):
7406         (gnus-summary-save-article-rmail):
7407         (gnus-summary-save-article-file):
7408         (gnus-summary-write-article-file):
7409         (gnus-summary-save-article-body-file): Ditto.
7410
7411         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
7412
7413 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7414
7415         * gnus-art.el (gnus-mime-security-button-map):
7416         (gnus-mime-button-map): Add parent.
7417
7418 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7419
7420         * messagexmas.el (message-xmas-redefine): New function.
7421
7422         * message.el: Use it.
7423
7424         * gnus-art.el (gnus-article-check-hidden-text): Return t.
7425
7426         * gnus-util.el (gnus-remove-text-properties-when): Return t.
7427
7428 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7429
7430         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
7431         malformatted messages.
7432
7433 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7434
7435         * mm-util.el (mm-image-load-path): New function.
7436
7437         * gnus-group.el (gnus-group-make-tool-bar): Use it.
7438
7439         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
7440
7441         * message.el (message-tool-bar-map): Use it.
7442
7443         * Makefile.in (install-el): New rule.
7444
7445 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7446
7447         * gnus-art.el (article-treat-dumbquotes): Quote \.
7448
7449 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7450
7451         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
7452         Emacs 20 runs on a terminal.
7453
7454 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7455
7456         * gnus-msg.el (gnus-bug): Revert to save-excursion.
7457
7458         * mml.el (gnus-add-minor-mode): Autoload.
7459
7460         * message.el (message-forward): Save-restriction.
7461
7462 2000-12-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7463
7464         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
7465         Paul Stevenson <p.stevenson@surrey.ac.uk>
7466
7467 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7468
7469         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
7470
7471         * mml.el (gnus-ems): Don't require.
7472
7473         * gnus.el (gnus-decode-rfc1522): Removed.
7474         (gnus-set-text-properties): Define.
7475
7476 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7477
7478         * gnus-art.el (gnus-mime-*): handle may be nil.
7479
7480         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
7481
7482         * gnus.el (gnus-group-remove-excess-properties): Not defined
7483         in gnus-xmas.
7484
7485 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7486
7487         * message.el (message-mail-user-agent): Add :version.
7488
7489 2000-12-21  Miles Bader  <miles@gnu.org>
7490
7491         * message.el (message-mode): Set `comment-start' to the  yank prefix.
7492
7493 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7494
7495         * message.el (message-mail-user-agent): New variable.
7496         (message-setup): Renamed to message-setup-1. Support
7497         mail-user-agent.
7498         (message-mail-user-agent): New function.
7499         (message-mail): Use it.
7500         (message-reply): Use it.
7501         (message-resend): Use it.
7502         (message-mail-other-window): Use it.
7503         (message-mail-other-frame): Use it.
7504
7505         * gnus-msg.el (gnus-bug): Support mail-user-agent.
7506
7507 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7508
7509         * message.el (message-tool-bar-map): Simplify.
7510         (message-narrow-to-head-1): New function.
7511         (message-narrow-to-head): Use it.
7512         (message-reply): Ditto.
7513         (message-cancel-news): Ditto.
7514         (message-supersede): Ditto.
7515         (message-make-forward-subject): Ditto.
7516         (message-bounce): Ditto.
7517
7518 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7519
7520         * uudecode.el (uudecode-decode-region-external): make-temp-file
7521         may not be defined.
7522
7523         * binhex.el (defalias): eval-and-compile.
7524
7525         * message.el (message-tool-bar-map): New function.
7526         (message-mode): Use it.
7527
7528 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7529
7530         * nntp.el (nntp-find-connection): Remove the entry.
7531         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
7532
7533 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7534
7535         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
7536
7537         * message.el (message-forward): Copy buffer in unibyte mode.
7538
7539 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7540
7541         * message.el (message-make-forward-subject): Don't widen. Decode.
7542         (message-forward): Don't decode subject.
7543
7544 2000-12-20  Christoph Conrad <C.Conrad@cli.de>
7545
7546         * qp.el (quoted-printable-encode-region): Upcase QP.
7547
7548 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7549
7550         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
7551         mail-extract-a-c instead. Don't depend on Gnus.
7552
7553         * mml.el (gnus-ems): Require it.
7554
7555         * gnus-msg.el (gnus-summary-mail-forward):
7556
7557         * message.el (message-forward):  Move mime-to-mml here.
7558
7559 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7560
7561         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
7562         * gnus-art.el (gnus-insert-mime-button): Simplify.
7563         (gnus-mime-display-alternative): Ditto.
7564         (gnus-insert-mime-security-button): Ditto.
7565
7566 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7567
7568         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
7569         text-property-not-all doesn't return nil when start=mark(end).
7570         (gnus-remove-text-properties-when): Ditto.
7571
7572 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7573
7574         * gnus-start.el (gnus-group-change-level): Remove group from
7575         gnus-active-hashtb if real killed.
7576
7577 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7578
7579         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
7580         (gnus-mime-display-alternative): Ditto.
7581         (gnus-insert-mime-security-button): Ditto.
7582
7583 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7584
7585         * gnus-start.el (gnus-group-change-level): Don't add it into
7586         killed-list if it was killed.
7587
7588 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7589
7590         * nnmbox.el (nnmbox-file-coding-system): Use binary.
7591         (nnmbox-active-file-coding-system): Ditto.
7592
7593         * gnus-cus.el (gnus-group-parameters): Add posting-style.
7594
7595 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7596
7597         * gnus.el (gnus-version):
7598         (gnus-version-number): Set to Oort Gnus 0.01.
7599
7600         * gnus-art.el (gnus-mime-security-button-map):
7601         (gnus-insert-mime-security-button): Fix for Emacs21.
7602
7603 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7604
7605         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
7606         easymenu, because XEmacs doesn't understand :help.
7607
7608         * mm-uu.el: Require binhex.
7609
7610 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7611
7612         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
7613
7614 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7615
7616         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
7617
7618 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
7619
7620         * *.xpm, *.pbm: Convert icons icons to size 24x24.
7621
7622 2000-12-18  Dave Love  <fx@gnu.org>
7623
7624         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
7625         (unused).
7626
7627 2000-12-13  Miles Bader  <miles@gnu.org>
7628
7629         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
7630         to t, so that we don't get stuck while trying to smilefy
7631         intangible text.
7632
7633 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
7634
7635         * smiley-ems.el (smiley-regexp-alist): Make regexps match
7636         at the end of the buffer.
7637         (smiley-region): In the loop, move to the end of the submatch
7638         matching the smiley instead of using the end of the match
7639         of the whole regexp.
7640
7641 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
7642
7643         * message.el (message-mode): Doc fix.
7644
7645 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
7646
7647         * smiley-ems.el (smiley-region): Doc fix.
7648
7649 2000-12-11  Miles Bader  <miles@gnu.org>
7650
7651         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
7652         bottom line visible, check to see if it's partially obscured, and
7653         if so, either scroll one more line to make it fully visible, or
7654         revert to showing the second line from the top.
7655
7656 2000-12-07  Dave Love  <fx@gnu.org>
7657
7658         * mailcap.el (mailcap-download-directory)
7659         * gnus-audio.el (gnus-audio-directory)
7660         * smiley-ems.el (smiley-data-directory): Fix :type.
7661
7662 2000-11-30  Dave Love  <fx@gnu.org>
7663
7664         * message.el (message-auto-save-directory): Use
7665         file-name-as-directory.
7666         (message-set-auto-save-file-name): Create
7667         message-auto-save-directory if necessary.
7668         (message-replace-chars-in-string): Removed -- unused.
7669         (message-mail-alias-type): Customize.
7670         (message-headers): Remove duplicate defgroup.
7671
7672 2000-11-29  Dave Love  <fx@gnu.org>
7673
7674         * qp.el (quoted-printable-decode-region): Use error, not message
7675         to report malformed text (like base64).  Amend message.
7676
7677 2000-11-29  Miles Bader  <miles@gnu.org>
7678
7679         * message.el (message-header-lines): Fontify tag.
7680
7681 2000-11-27  Dave Love  <fx@gnu.org>
7682
7683         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
7684         compiler warning.
7685
7686 ;2000-11-26  Dave Love  <fx@gnu.org>
7687 ;
7688 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
7689 ;
7690 2000-11-23  Dave Love  <fx@gnu.org>
7691
7692         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
7693
7694         * mm-uu.el (uudecode): Require.
7695         (uudecode-decode-region, uudecode-decode-region-external): Don't
7696         autoload.
7697         (mm-uu-copy-to-buffer): Doc fix.
7698         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
7699         type fix.
7700
7701         * mailcap.el: Doc fixes.
7702         (mailcap-mime-data): Various adjustments.
7703         (mailcap): New group.
7704         (mailcap-download-directory): Customize.
7705         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
7706         (mailcap-temporary-directory): Deleted (unused).
7707         (mailcap-unescape-mime-test): Simplify slightly.
7708         (mailcap-viewer-passes-test): Use functionp.
7709         (mailcap-command-p): Aliased to executable-find.
7710
7711         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
7712         default-enable-multibyte-characters is nil.
7713
7714 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
7715
7716         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
7717
7718 2000-11-21  Dave Love  <fx@gnu.org>
7719
7720         * gnus-art.el (gnus-mime-button-map): Don't inherit from
7721         gnus-article-mode-map.
7722 ;       (gnus-mime-button-menu): Use mouse-set-point.
7723         (gnus-insert-mime-button, gnus-mime-display-alternative)
7724         (gnus-mime-display-alternative): Don't use local-map property.
7725
7726 2000-11-17  Dave Love  <fx@gnu.org>
7727
7728         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
7729         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
7730         and make-temp-file.
7731         (uudecode-decode-region): Doc fix.
7732
7733 2000-11-14  Dave Love  <fx@gnu.org>
7734
7735         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
7736         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
7737         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
7738         New files, derived from the XPMs.
7739
7740 2000-11-10  Dave Love  <fx@gnu.org>
7741
7742         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
7743         (gnus-agent-lib-file, gnus-agent-load-alist)
7744         (gnus-agent-save-alist, gnus-agent-article-name): Use
7745         expand-file-name.
7746
7747         * gnus-group.el (gnus-group-name-charset-method-alist): Add
7748         :version.
7749         (nnkiboze-score-file): Defvar when compiling.
7750
7751         * gnus-start.el (gnus-read-newsrc-file): Add :version.
7752
7753         * gnus-art.el (gnus-article-banner-alist)
7754         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
7755         (gnus-article-date-lapsed-new-header)
7756         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
7757         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
7758         (gnus-treat-strip-headers-in-body)
7759         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
7760         (gnus-treat-translate): Add :version.
7761         (gnus-article-mime-part-function): Fix defcustom.
7762
7763         * nnmail.el (nnmail-expiry-target)
7764         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
7765         (nnmail-split-header-length-limit): Add :version.
7766
7767         * gnus-sum.el (gnus-auto-expirable-marks)
7768         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
7769         (gnus-extra-headers, gnus-ignored-from-addresses)
7770         (gnus-newsgroup-ignored-charsets)
7771         (gnus-group-highlight-words-alist)
7772         (gnus-summary-show-article-charset-alist): Add :version.
7773
7774         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
7775         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
7776         files, converted from the XPMs.
7777
7778         * gnus-cache.el (gnus-cache-active-file): Don't use
7779         file-name-as-directory on directory.
7780         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
7781         use file-name-as-directory on directory.
7782
7783         * time-date.el (timezone-make-date-arpa-standard): Autoload.
7784         (date-to-time): Use it.
7785
7786 ;       * message.el (message-mode) <adaptive-fill-regexp>:
7787 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
7788 ;       (message-newline-and-reformat): Likewise.
7789         (message-forward-as-mime, message-forward-ignored-headers)
7790         (message-buffer-naming-style, message-default-charset)
7791         (message-dont-reply-to-names, message-send-mail-partially-limit):
7792         Add :version.
7793
7794         * mm-util.el: Doc fixes.
7795         (mm-mime-charset): Don't use the raw result of
7796         mm-preferred-coding-system.
7797         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
7798         (mm-with-unibyte): Simplify.
7799
7800         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
7801         concat.
7802
7803         * pop3.el (pop3-version): Deleted.
7804         (pop3-make-date): New function, avoiding message-make-date.
7805         (pop3-munge-message-separator): Use it.
7806
7807 2000-11-09  Dave Love  <fx@gnu.org>
7808
7809         * gnus-group.el (gnus-group-make-directory-group)
7810         (gnus-group-fetch-faq): Use expand-file-name.
7811         (gnus-group-fetch-faq): Simplify completing-read form.
7812
7813         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
7814         test for Mule.
7815
7816         * message.el (tool-bar-map): Defvar when compiling.
7817
7818         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
7819         (gnus-tm-lisp-directory): Deleted.
7820         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
7821         (featurep 'xemacs).
7822         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
7823         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
7824         version numbers from file names.
7825
7826 2000-11-08  Dave Love  <fx@gnu.org>
7827
7828         * mm-view.el: Use featurep for XEmacs test.
7829         (mm-inline-message): Test for `remove-specifier'; don't use
7830         condition-case.
7831
7832         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
7833
7834         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
7835         (gnus-score-find-bnews): Don't concat "".
7836
7837         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
7838         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
7839         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
7840         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
7841
7842         * gnus-sum.el: Put some defvars in eval-when-compile.
7843         (gnus-summary-mode-hook): Add :options.
7844         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
7845         (gnus-summary-tool-bar-map): New variable.
7846         (gnus-summary-make-tool-bar): New function.
7847         (gnus-summary-mode): Put kill-all-local-variables first.
7848
7849         * gnus-group.el (gnus-group-toolbar-map): New variable.
7850         (gnus-group-make-tool-bar): Rewritten.
7851         (gnus-group-mode): Put kill-all-local-variables first.
7852
7853         * rfc2047.el: Require gnus-util.
7854
7855         * nnml.el (gnus-sorted-intersection): Autoload.
7856
7857         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
7858         Put some defvars in eval-when-compile.
7859         (gnus-intersection, gnus-sorted-complement):  Autoload.
7860
7861         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
7862
7863         * mm-encode.el (mm-body-7-or-8): Autoload.
7864
7865         * mm-decode.el (mm-insert-inline): Autoload.
7866
7867         * mml.el:
7868         * message.el: Put some defvars in eval-when-compile.
7869
7870         * gnus-msg.el: Put some defvars in eval-when-compile.
7871         (gnus-msg-mail): Move after gnus-setup-message.
7872
7873         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
7874
7875 2000-11-07  Dave Love  <fx@gnu.org>
7876
7877         * gnus-util.el (nnheader): Don't require message (recursive
7878         autoload).
7879
7880         * uudecode.el: Avoid compiler warnings.
7881
7882         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
7883         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
7884
7885 2000-11-06  Dave Love  <fx@gnu.org>
7886
7887         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
7888
7889         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
7890         (uudecode-char-int): New alias, replacing char-int.
7891         (uudecode-decode-region): Don't call buffer-disable-undo.
7892
7893 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
7894 ;       (mm-uu-configure-list): Doc fix.
7895 ;
7896 ;       * earcon.el (running-xemacs): Don't define.
7897 ;
7898 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
7899 ;
7900 ;       * message.el (message-font-lock-keywords): Match a final newline
7901 ;       to help font-lock's multiline support.
7902 ;
7903 2000-11-03  Dave Love  <fx@gnu.org>
7904
7905         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
7906
7907         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
7908         name.
7909
7910         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
7911         <banner>: Fix custom type, doc.
7912
7913         * mm-decode.el (mm-display-external): Space-prefix temp buffer
7914         name.  Don't disable undo explicitly.
7915
7916 ;2000-11-02  Dave Love  <fx@gnu.org>
7917 ;
7918 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
7919 ;       cite-prefix.
7920
7921 2000-11-01  Dave Love  <fx@gnu.org>
7922
7923         * rfc2047.el (base64): Require unconditionally.
7924         (message-posting-charset): Defvar when compiling.
7925         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
7926         message.
7927
7928         * gnus-sum.el (nnoo): Require.
7929         (mm-uu-dissect): Autoload.
7930
7931         * mml.el (mml-parse-1): Clarify message.
7932         (mml-minibuffer-read-type): Use mailcap-mime-types.
7933
7934 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
7935
7936         * mml.el: Fix a typo in the requiring of CL.
7937
7938 2000-11-01  Dave Love  <fx@gnu.org>
7939
7940         * utf7.el: Require cl when compiling.
7941
7942         * binhex.el: Use (featurep 'xemacs).
7943         (binhex-char-int): New alias, replacing char-int.  Change callers.
7944         (binhex-decode-region): Simplify work buffer code.
7945         (binhex-decode-region-external): Use expand-file-name, not concat.
7946
7947 2000-10-30  Dave Love  <fx@gnu.org>
7948
7949         * gnus-art.el: Fix 2000-10-27 change properly.
7950
7951 2000-10-28  Miles Bader  <miles@gnu.org>
7952
7953         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
7954
7955 2000-10-27  Dave Love  <fx@gnu.org>
7956
7957         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
7958         strings.
7959         (gnus-group-make-tool-bar): New function.
7960         (gnus-group-mode): Use it.
7961
7962         * message.el (message-mode-menu): Add some :help strings.
7963         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
7964         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
7965
7966         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
7967         * describe-group.xpm, get-news.xpm, kill-group.xpm:
7968         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
7969
7970         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
7971         display-graphic-p here.
7972
7973 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
7974
7975         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
7976         of the `gnus-xemacs' variable, as the latter has been removed.
7977         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
7978         * gnus-art.el (gnus-treat-display-xface)
7979         (gnus-treat-display-smileys, gnus-treat-display-picons)
7980         (gnus-article-read-summary-keys): Likewise.
7981
7982 2000-10-26  Dave Love  <fx@gnu.org>
7983
7984         (defvar): Use rmail-spool-directory unconditionally.
7985
7986 2000-10-18  Dave Love  <fx@gnu.org>
7987
7988         * mm-bodies.el (mm-uu-decode-function)
7989         (mm-uu-binhex-decode-function): Defvar when compiling.
7990
7991         * gnus-nocem.el (gnus-nocem-issuers): Update.
7992         (gnus-nocem-check-from): New option.
7993         (gnus-nocem-scan-groups): Use it.
7994         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
7995         (gnus-nocem-check-article-limit): Add :version.
7996
7997 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
7998
7999         * ietf-drums.el (mm-util): Require CL when compiling.
8000
8001 2000-10-15  Dave Love  <fx@gnu.org>
8002
8003         * qp.el: Require mm-util.
8004
8005 2000-10-13  Dave Love  <fx@gnu.org>
8006
8007         * qp.el (quoted-printable-decode-region): Avoid invalid
8008         coding-systems.
8009
8010 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
8011
8012         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
8013         to a recursive load.
8014
8015 2000-10-12  Dave Love  <fx@gnu.org>
8016
8017         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
8018
8019         * gnus.el (gnus-group-startup-message): Check for PBM image.
8020
8021 2000-10-09  Dave Love  <fx@gnu.org>
8022
8023         * mail-source.el (mail-source-fetch-imap): Bind
8024         default-enable-multibyte-characters rather than using
8025         mm-disable-multibyte.
8026
8027 2000-10-05  Dave Love  <fx@gnu.org>
8028
8029         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
8030         Autoload.
8031         (quoted-printable-decode-region):  Rename arg which confused
8032         charset with coding-system.  Don't use nonascii-insert-offset.
8033         Coding-system encode the region initially.  Don't recognize `=='
8034         as valid QP.  Coding-system decode the region finally.
8035         (quoted-printable-decode-string): Rename arg which confused
8036         charset with coding-system.
8037
8038         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
8039         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
8040         mm-encode-coding-region.
8041         (mm-decode-body, mm-decode-string): Rename variables which
8042         confused charset with coding-system.
8043         (binhex-decode-region): Don't autoload.
8044         (mm-body-encoding): Require message.
8045         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
8046         cond branches.
8047
8048         * gnus-art.el (article-de-quoted-unreadable)
8049         (article-de-base64-unreadable): Fold search case
8050         rather than downcasing string.  Apply mm-charset-to-coding-system
8051         to arg of quoted-printable-decode-region.
8052
8053 2000-10-04  Dave Love  <fx@gnu.org>
8054
8055         * gnus-ems.el: Don't turn off compiler warnings in local vars.
8056         Require ring when compiling.
8057         (gnus-article-compface-xbm): New variable.
8058
8059 2000-10-04  Dave Love  <fx@gnu.org>
8060
8061         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
8062         pbm images.
8063
8064         * frown.pbm, smile.pbm, wry.pbm: New files.
8065
8066         * frown.xbm, smile.xbm, wry.xbm: Deleted.
8067
8068 2000-10-03  Dave Love  <fx@gnu.org>
8069
8070         * mail-source.el (mail-sources): Revert to nil.
8071
8072         * nnmail (nnmail-spool-file): Revert to `((file))'.
8073
8074         * qp.el: Don't require mm-util.
8075         (quoted-printable-decode-region): Rewritten.
8076         (quoted-printable-decode-string, quoted-printable-encode-region):
8077         Doc fix.
8078         (quoted-printable-encode-region): Barf on multibyte characters.
8079         Maybe make the class multibyte.  Upcase chars, not formatted
8080         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
8081         (quoted-printable-encode-string): Don't use
8082         mm-with-unibyte-buffer.
8083
8084 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
8085
8086         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
8087
8088 2000-09-21  Dave Love  <fx@gnu.org>
8089
8090         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
8091         (for Emacs 20).  Tidy somewhat.
8092
8093 2000-09-21  Dave Love  <fx@gnu.org>
8094
8095         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
8096         image processing.  Rationalize logic somewhat.
8097
8098 2000-09-20  Dave Love  <fx@gnu.org>
8099
8100         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
8101         specifically.
8102
8103         * gnus.el (gnus-version-number): Avoid some redundant
8104         autoloads.
8105
8106 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
8107
8108         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
8109         to XBM; we always have PBM support.
8110
8111 2000-09-14  Dave Love  <fx@gnu.org>
8112
8113         * gnus.el (gnus-charset):
8114         * mm-decode.el (mime-display):
8115         * imap.el (imap) <defgroup>: Add :version.
8116
8117 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
8118
8119         * parse-time.el: Fix author's mail address.
8120
8121         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
8122         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
8123         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
8124         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
8125         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
8126         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
8127         * rfc2231.el, uudecode.el: Fix copyright notice.
8128
8129         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
8130         require `w3' at load-time only if not running in batch mode.
8131
8132 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8133
8134         * gnus.el: Before merge with Emacs21.
8135
8136 2000-12-19  Raymond Scholz <ray-2000@zonix.de>
8137
8138         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
8139
8140 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8141
8142         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
8143         to avoid conflict with the standard `back-to-indentation'
8144         binding.
8145
8146 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8147
8148         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
8149
8150         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
8151         (mm-disable-multibyte-mule4): Ditto.
8152         (mm-with-unibyte-current-buffer-mule4): Ditto.
8153
8154 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8155
8156         * pop3.el (pop3-movemail): Use binary.
8157         (pop3-movemail-file-coding-system): Removed.
8158
8159 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8160
8161         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
8162
8163 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8164
8165         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
8166         exists.
8167
8168 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8169
8170         * gnus-msg.el (gnus-post-method): Use backend name when the
8171         address is "".
8172
8173 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8174
8175         * gnus-art.el (article-verify-x-pgp-sig): Don't test
8176         mm-verify-option.
8177         (gnus-treat-x-pgp-sig): Default value.
8178         (gnus-ignored-headers): Redundant.
8179
8180 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8181
8182         * gnus-win.el (gnus-configure-frame): Save selected window.
8183
8184 2000-02-15  Andrew Innes  <andrewi@gnu.org>
8185
8186         * nnmbox.el: Require gnus-range.
8187         (nnmbox-group-building-active-articles): New variable.
8188         (nnmbox-group-active-articles): New variable; this is a cache of
8189         all active articles by group and number.
8190         (nnmbox-in-header-p): New function.
8191         (nnmbox-find-article): New function.
8192         (nnmbox-record-active-article): New function.
8193         (nnmbox-record-deleted-article): New function.
8194         (nnmbox-is-article-active-p): New function.
8195         (nnmbox-retrieve-headers): Use nnmbox-find-article.
8196         (nnmbox-request-article): Ditto.  Also supply extra arg to
8197         nnmbox-article-group-number.
8198         (nnmbox-request-expire-articles): Ditto.
8199         (nnmbox-request-move-article): Ditto.
8200         (nnmbox-request-replace-article): Ditto.
8201         (nnmbox-request-rename-group): Rename group entry in active
8202         article cache.
8203         (nnmbox-delete-mail): Update active article cache, unless article
8204         is being replaced.
8205         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
8206         than partially duplicating it.
8207         (nnmbox-article-group-number): Add extra `this-line' arg, to
8208         handle articles belonging to multiple groups.
8209         (nnmbox-save-mail): Update active article cache.
8210         (nnmbox-read-mbox): Build active article cache when loading mbox.
8211         Also do some repair work, if we find articles that are missing the
8212         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
8213         reconstruct these from Xref info.
8214
8215 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8216
8217         * mail-source.el (mail-source-report-new-mail): Use
8218         nnheader-run-at-time.
8219
8220 2000-02-15  Andrew Innes  <andrewi@gnu.org>
8221
8222         * mail-source.el (mail-source-fetch-pop): Clear pop password when
8223         an error is thrown, and then rethrow the error.
8224         (mail-source-check-pop): Ditto.
8225         (mail-source-start-idle-timer): Prevent multiple pop checks
8226         running if the check takes a long time.
8227
8228 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8229
8230         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
8231         succeed.
8232
8233 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8234
8235         * gnus-win.el (gnus-configure-windows): Make sure
8236         nntp-server-buffer is live.
8237         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
8238
8239 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
8240
8241         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
8242
8243 2000-12-04  Andreas Jaeger  <aj@suse.de>
8244
8245         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
8246
8247 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8248
8249         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
8250
8251 2000-12-01  Christopher Splinter <chris@splinter.inka.de>
8252
8253         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
8254
8255 2000-12-01  Simon Josefsson  <sj@extundo.com>
8256
8257         * mml-smime.el (mml-smime-verify): Fix address parsing.
8258
8259 2000-12-01  Simon Josefsson  <sj@extundo.com>
8260
8261         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
8262         more than one certificate inside PKCS#7 blob.  Better security
8263         information (clamed / actual sender, openssl output, certificates
8264         inside message).
8265
8266         * smime.el (smime-verify-region): Output to /dev/null.
8267         (smime-buffer-as-string-region): Don't parse empty lines.
8268
8269 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8270
8271         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
8272         ?d and ?D.
8273         (gnus-mime-security-show-details-inline): New variable.
8274         (gnus-mime-security-show-details): Use them.
8275         (gnus-insert-mime-security-button): Ditto.
8276
8277         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
8278         Suggest by Michael Duggan (md5i@cs.cmu.edu).
8279         (mml2015-gpg-clear-verify): Ditto.
8280         (mml2015-gpg-decrypt-1): Ditto.
8281         (mml2015-use): Prefer 'gpg.
8282
8283 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8284
8285         * gnus-util.el (gnus-add-text-properties-when): New function.
8286         (gnus-remove-text-properties-when): Ditto.
8287
8288         * gnus-cite.el (gnus-article-hide-citation): Use them.
8289         (gnus-article-toggle-cited-text): Use them.
8290
8291         * gnus-art.el (gnus-signature-toggle): Use them.
8292         (gnus-article-show-hidden-text): Ditto.
8293         (gnus-article-hide-text): Ditto.
8294
8295 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8296
8297         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
8298
8299 2000-11-30  Simon Josefsson  <sj@extundo.com>
8300
8301         * smime.el (smime-point-at-eol): New alias.
8302         (smime-buffer-as-string-region): Use it.
8303
8304 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8305
8306         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
8307
8308 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8309
8310         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
8311
8312         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
8313
8314         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
8315
8316 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8317
8318         * nnmh.el (nnmh-request-expire-articles): Implemented
8319         expiry-target for nnmh backend.
8320
8321 2000-11-30  Simon Josefsson  <sj@extundo.com>
8322
8323         * mm-decode.el (mm-security-from): New variable.
8324         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
8325
8326         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
8327         than `from'.
8328
8329 2000-11-30  Simon Josefsson  <sj@extundo.com>
8330
8331         * mml-smime.el (mml-smime-verify): Verify that certificate mail
8332         address match sender address.
8333
8334         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
8335
8336         * smime.el (smime-verify-region): Don't copy buffer.
8337         (smime-decrypt-buffer): Use expand-file-name on keyfile.
8338         (smime-pkcs7-region): New function.
8339         (smime-pkcs7-certificates-region): Ditto.
8340         (smime-pkcs7-email-region): Ditto.
8341         (smime-buffer-as-string-region): Ditto.
8342
8343         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
8344         buffer.
8345
8346 2000-11-23  Jens Krinke <j.krinke@gmx.de>
8347
8348         * smime.el (smime-decrypt-region): Fix keyfile argument.
8349
8350 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8351
8352         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
8353
8354 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8355
8356         * message.el (message-shoot-gnksa-feet): New variable.
8357         (message-gnksa-enable-p): New function.
8358         (message-send): Use it.
8359         (message-check-news-body-syntax): Ditto.
8360
8361 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8362
8363         * message.el (message-make-message-id): Remove the redundancy.
8364
8365 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8366
8367         * message.el (message-setup): Discourage using mc-install-*-mode.
8368
8369         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
8370
8371 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8372
8373         * gnus-cite.el (gnus-cite-parse): Guess citation length.
8374
8375 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8376
8377         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
8378
8379 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8380
8381         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
8382
8383 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8384
8385         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
8386         insert-buffer-substring.
8387
8388         * message.el (message-send-mail): Use buffer-substring-no-properties.
8389         (message-send-news): Ditto.
8390
8391 2000-11-22  David Edmondson <dme@dme.org>
8392
8393         * imap.el (imap-wait-for-tag): Message read info.
8394
8395 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8396
8397         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
8398         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
8399         (mml2015-gpg-encrypt): Ditto.
8400
8401 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8402
8403         * mm-decode.el (mm-verify-option): Default value.
8404
8405         * mml-sec.el (mml-secure-part): Error message.
8406
8407 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8408
8409         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
8410
8411 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8412
8413         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
8414
8415 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8416
8417         * gnus-art.el (gnus-article-describe-key): Use prompt.
8418         (gnus-article-describe-key-briefly): Ditto.
8419
8420 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8421
8422         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
8423
8424 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8425
8426         * gnus-art.el (gnus-article-describe-key): New function.
8427         (gnus-article-describe-key-briefly): New function.
8428
8429 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8430
8431         * mm-decode.el (mm-decrypt-option): Doc typo.
8432
8433         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
8434         return a number.
8435
8436 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8437
8438         * message.el (message-newline-and-reformat): Typo.
8439
8440 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8441
8442         * gnus-art.el (article-verify-x-pgp-sig): Check whether
8443         original-article-buffer exists.
8444
8445         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
8446         (rfc2047-header-encoding-alist): Addresses are different from text.
8447         (rfc2047-encode-message-header): Ditto.
8448         (rfc2047-dissect-region): Extra parameter.
8449         (rfc2047-encode-region): Ditto.
8450         (rfc2047-encode-string): Ditto.
8451
8452 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8453
8454         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
8455         (mm-uu-pgp-encrypted-extract): Use it.
8456         (mm-uu-pgp-signed-extract-1): New function.
8457         (mm-uu-pgp-signed-extract): Use it.
8458
8459         * gnus-art.el (gnus-mime-display-security): New function.
8460         (gnus-mime-display-part): Use it.
8461         (gnus-mime-security-verify-or-decrypt): New function.
8462         (gnus-mime-security-press-button): New function.
8463         (gnus-insert-mime-security-button): Use it.
8464
8465         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
8466         (mm-find-raw-part-by-type): Ditto.
8467         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
8468         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
8469         (mm-destroy-parts): Kill nested multibyte buffer.
8470
8471         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
8472         (mml2015-gpg-verify): Ditto.
8473
8474 2000-11-18  Simon Josefsson  <sj@extundo.com>
8475
8476         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
8477         (mml2015-function-alist): Use it.
8478
8479         * mml-sec.el (mml-sign-alist): Update names.
8480         (mml-encrypt-alist): Ditto.
8481         (mml-secure-part-smime-sign): Moved to mml-smime.el
8482         as `mml-smime-sign-query'.
8483         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
8484         `mml-smime-get-file-cert'.
8485         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
8486         `mml-smime-get-dns-cert'.
8487         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
8488         `mml-smime-encrypt-query'.
8489         (mml-smime-sign-buffer): Use mml-smime-sign.
8490         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
8491
8492         * mml-smime.el (mml-smime-sign): New function.
8493         (mml-smime-encrypt):
8494         (mml-smime-sign-query):
8495         (mml-smime-get-file-cert):
8496         (mml-smime-get-dns-cert):
8497         (mml-smime-encrypt-query): Moved from mml-sec.el.
8498
8499 2000-11-16  Simon Josefsson  <sj@extundo.com>
8500
8501         * mml2015.el (mml2015-gpg-clear-verify): New function.
8502         (mml2015-function-alist): Add it.
8503
8504 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8505
8506         * message.el (message-setup-fill-variables): Use
8507         message-cite-prefix-regexp.
8508         (message-newline-and-reformat): Check the end of citation, leading
8509         WSP, break in the cite prefix.
8510         (message-fill-paragraph): New function.
8511
8512 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
8513
8514         * lpath.el: Shut up.
8515
8516 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8517
8518         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
8519         raw 8-bit in headers in dk.* newsgroups.
8520
8521 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8522
8523         * message.el (message-newline-and-reformat): Match extra WSPs.
8524
8525 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8526
8527         * mml.el (mml-generate-mime-1): Ignore ascii.
8528
8529 2000-11-16 Justin Sheehy <justin@iago.org>
8530
8531         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
8532
8533 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8534
8535         * message.el (message-cite-prefix-regexp): Prefix should not end
8536         at space.
8537
8538 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8539
8540         * message.el (message-mode-syntax-table): Add - as a word
8541         constituent as in articles.
8542         (message-setup-fill-variables): Add -_. as supercite-style prefix.
8543         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
8544         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
8545
8546 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8547
8548         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
8549
8550 2000-11-12  David Edmondson  <dme@dme.org>
8551
8552         * message.el (message-font-lock-keywords): use
8553         message-cite-prefix-regexp.
8554
8555 2000-11-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8556
8557         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
8558         Stein Arild Str\e,Ax\e(Bmme.
8559         (gnus-group-jump-to-group): Use it.
8560         (gnus-group-jump-to-group-prompt): Customize.
8561
8562 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
8563
8564         * mailcap.el (mailcap-possible-viewers): Match the entire string.
8565
8566 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
8567
8568         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
8569         incompatible.
8570         (mml2015-mailcrypt-sign): Ditto.
8571
8572 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8573
8574         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
8575         group is open.
8576
8577 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
8578
8579         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
8580         nnvirtual articles.
8581         (gnus-backlog-request-article): Don't request nnvirtual articles.
8582
8583 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8584
8585         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
8586         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
8587
8588 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
8589
8590         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
8591         * mml.el (mml-generate-mime-1): Use charset attribute.
8592         * mm-bodies.el (mm-encode-body): Add parameter charset.
8593         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
8594
8595 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8596
8597         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
8598         (mml2015-mailcrypt-clear-decrypt): Ditto.
8599         (mml2015-mailcrypt-verify): Ditto.
8600         (mml2015-mailcrypt-clear-verify): Ditto.
8601         (mml2015-gpg-verify): Ditto.
8602
8603 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
8604
8605         * smime.el (smime-openssl-program): Test the existence of openssl.
8606         * mml-smime.el: Require mm-decode.
8607         (mml-smime-verify-test): New function.
8608         * mm-decode.el (mm-verify-function-alist): Use it.
8609
8610 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8611
8612         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
8613         anyway.
8614
8615 2000-11-13  Simon Josefsson  <sj@extundo.com>
8616
8617         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
8618         verification doesn't work.
8619
8620 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
8621
8622         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
8623         (gnus-inews-do-gcc): Use it.
8624
8625 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8626
8627         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
8628         leading space.
8629         * mm-extern.el (mm-inline-external-body): Report error when no
8630         access-type.
8631
8632 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8633
8634         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
8635
8636 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8637
8638         * gnus-art.el (gnus-mime-button-menu): Use select-window.
8639
8640 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
8641
8642         * gnus-art.el (gnus-mime-display-part): Display multipart/related
8643         as multipart/mixed.
8644
8645 2000-11-12  David Edmondson  <dme@dme.org>
8646
8647         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
8648         and replace `.' with `\w' to allow for different syntax tables
8649         (from Vladimir Volovich).
8650         * message.el (message-newline-and-reformat): use
8651         `message-cite-prefix-regexp'.
8652         * gnus-cite.el (gnus-supercite-regexp): use
8653         `message-cite-prefix-regexp'.
8654         * gnus-cite.el (gnus-cite-parse): use
8655         `message-cite-prefix-regexp'.
8656
8657 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
8658
8659         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
8660         PGP SIGNATURE.  Escape leading "-"'s.
8661         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
8662
8663 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
8664
8665         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
8666
8667 2000-11-11  Simon Josefsson  <sj@extundo.com>
8668
8669         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
8670
8671         * smime.el (smime-details-buffer): New variable.
8672         (smime-sign-region):
8673         (smime-encrypt-region):
8674         (smime-verify-region):
8675         (smime-decrypt-region): Copy OpenSSL output to the buffer.
8676
8677         * mml-smime.el (mml-smime-verify): Support security info.
8678
8679 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
8680
8681         * mm-decode.el (mm-verify-option): Set default to nil.
8682         (mm-decrypt-option): Ditto.
8683         * gnus-art.el (article-verify-x-pgp-sig): New function.
8684
8685 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
8686
8687         * gnus-art.el (gnus-mime-display-alternative): Show button if no
8688         preferred part.
8689
8690 2000-11-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8691
8692         * gnus-sum.el (gnus-move-split-methods): Say that
8693         `gnus-split-methods' uses file names, whereas this uses group
8694         names.  (Report from Nevin Kapur)
8695
8696 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
8697
8698         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
8699
8700 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
8701
8702         * nnheader.el (nnheader-directory-files-is-safe): New variable.
8703         (nnheader-directory-articles): Use it.
8704         (nnheader-article-to-file-alist): Ditto.
8705
8706 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
8707
8708         * rfc2047.el (rfc2047-pad-base64): New function.
8709         (rfc2047-decode): Use it.
8710
8711 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8712
8713         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
8714         select method.
8715
8716 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
8717
8718         * mml2015.el (mml2015-gpg-decrypt-1):
8719         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
8720
8721 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8722
8723         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
8724
8725 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8726
8727         * pop3.el (pop3-munge-message-separator): A message may have an
8728         empty body.
8729
8730 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
8731
8732         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
8733         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
8734         (mm-uu-pgp-signed-extract): Use coding-system.
8735
8736 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8737
8738         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
8739         (gnus-insert-mime-security-button): New function.
8740         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
8741         * mml2015.el:  Add security info when verify or decrypt.
8742         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
8743         (mm-uu-pgp-encrypted-extract): Ditto.
8744
8745 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
8746
8747         * mm-decode.el (mm-display-parts): New function.
8748         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
8749
8750 2000-02-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8751
8752         * gnus-mlspl.el: Documentation tweaks.
8753
8754 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
8755
8756         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
8757         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
8758         argument.
8759
8760 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
8761
8762         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
8763
8764 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
8765
8766         * gnus-art.el (gnus-article-encrypt): New function.
8767         (gnus-article-encrypt-protocol-alist): New variable.
8768         (gnus-article-encrypt-protocol): New variable.
8769         * mml2015.el (mml2015-self-encrypt): New function.
8770         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
8771
8772 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
8773
8774         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
8775         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
8776         let mailcap do it.
8777         * mml2015.el: Remove snarf code.
8778         * mm-decode.el: Remove snarf code.
8779
8780 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8781
8782         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
8783         (mml-insert-mime): Understand gnus-decoded.
8784         (mime-to-mml): New parameter handles.
8785         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
8786         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
8787
8788 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
8789
8790         * mm-decode.el (mime-security): New group.
8791         (mm-verify-function-alist): Add test function.
8792         (mm-decrypt-function-alist): Ditto.
8793         (mm-snarf-option): Set default value as nil.
8794         (mm-find-part-by-type): Recursive parameter.
8795         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
8796         * mml2015.el: Support draft-ietf-openpgp-multsig.
8797
8798 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8799
8800         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
8801         (gnus-article-view-part-as-charset): New function.
8802
8803 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8804
8805         * mm-decode.el (mm-verify-option): Default value.
8806         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
8807
8808 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8809
8810         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
8811
8812 2000-11-05  Simon Josefsson  <sj@extundo.com>
8813
8814         * mml-smime.el (mml-smime-verify): Work in original multipart
8815         buffert.
8816
8817         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
8818         (mm-handle-multipart-ctl-parameter): Ditto.
8819         (mm-alist-to-plist): New function.
8820         (mm-dissect-buffer): Store CTL parameters and copy original buffer
8821         for multiparts.
8822         (mm-destroy-parts): Destroy multipart buffert.
8823         (mm-remove-part): Ditto.
8824
8825         * mml-smime.el (mml-smime-sign): Not used.
8826         (mml-smime-encrypt): Ditto.
8827
8828         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
8829
8830         Verify S/MIME signature support.
8831
8832         * mm-decode.el (mm-inline-media-tests): Add
8833         application/{x-,}pkcs7-signature.
8834         (mm-inlined-types): Ditto.
8835         (mm-automatic-display): Ditto.
8836         (mm-verify-function-alist): Ditto.  Add name of method.
8837         (mm-decrypt-function-alist): Add name of method.
8838         (mm-find-part-by-type): Add documentation.
8839         (mm-possibly-verify-or-decrypt): Use new format of
8840         mm-{verify,decrypt}-function-alist.  Use method names.
8841
8842         * mml-smime.el (mml-smime-verify): New function.
8843
8844 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
8845
8846         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
8847
8848 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8849
8850         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
8851         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
8852         * mm-decode.el (mm-snarf-option): New variable.
8853
8854 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8855
8856         * mm-util.el (mm-subst-char-in-string): New function.
8857         (mm-replace-chars-in-string): Use it.
8858         * message.el (message-replace-chars-in-string): Use it.
8859         * nnheader.el (nnheader-replace-chars-in-string): Use it.
8860         * gnus-mh.el (mh-lib-progs): Shut up.
8861
8862 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
8863
8864         * base64.el, md5.el: Moved to contrib directory.
8865
8866 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
8867
8868         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
8869         the last article when search.
8870
8871 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8872
8873         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
8874         * nnmail.el (nnmail-pathname-coding-system): Ditto.
8875
8876 2000-09-29  David Edmondson  <dme@thus.net>
8877
8878         * message.el (message-newline-and-reformat): Typo.
8879
8880 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8881
8882         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
8883
8884 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
8885
8886         * nntp.el (nntp-decode-text): Delete bogus status lines.
8887
8888 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
8889
8890         * message.el (message-font-lock-keywords): Match a final newline
8891         to help font-lock's multiline support.
8892
8893 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
8894
8895         * nnoo.el (nnoo-set): New function.
8896
8897 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
8898
8899         * gpg.el, gpg-ring.el: Moved to contrib directory.
8900
8901 2000-11-04  Simon Josefsson  <sj@extundo.com>
8902
8903         * nnimap.el (nnimap-split-inbox): Typo.
8904
8905 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
8906
8907         * gnus-msg.el (gnus-msg-mail): Move it backwards.
8908
8909 2000-11-03  Simon Josefsson  <sj@extundo.com>
8910
8911         * rfc2231.el (rfc2231-parse-qp-string): New function.
8912         (require): rfc2047.
8913
8914         * mail-parse.el (mail-header-parse-content-type):
8915         (mail-header-parse-content-disposition): Support invalid QP
8916         encoded strings, by using `rfc2231-parse-qp-string'.
8917
8918 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8919
8920         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
8921         (rfc2231-decode-encoded-string): Typo "> X 1".
8922         (rfc2231-encode-string): Insert the name of charset.
8923         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
8924
8925 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
8926
8927         * mm-decode.el (mm-save-part): Return the filename.
8928         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
8929         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
8930         (gnus-mime-action-alist): Use it.
8931         (gnus-mime-button-commands): Use it.
8932         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
8933         (mm-inline-external-body): unwind-protect.
8934
8935 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
8936
8937         * gnus-art.el (gnus-insert-mime-button): Show url.
8938
8939 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8940
8941         * mml.el (mml-generate-mime-1): Support external url.
8942         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
8943
8944 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
8945
8946         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
8947         * mm-decode.el (mm-display-external): Ditto.
8948         * mm-extern.el: New file.
8949         * mm-decode.el (mm-inline-media-tests): Hook it up.
8950         (mm-inlined-types): Inline message/external-body.
8951
8952 2000-11-02  Simon Josefsson  <sj@extundo.com>
8953
8954         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
8955
8956         * message.el (message-get-reply-headers): Better handling when
8957         Mail-Followup-To is very large.
8958
8959 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
8960
8961         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
8962         * gnus-art.el (gnus-article-edit-done):
8963         * gnus-sum.el (gnus-summary-edit-article-done): Move line
8964         counting code here.
8965         * gnus-msg.el (gnus-setup-message): Remove a hack.
8966
8967 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8968
8969         * gnus-sum.el (gnus-newsgroup-variables): New variable.
8970         (gnus-summary-mode): Make them local variables.
8971         (gnus-set-global-variables): Globalize them.
8972         (gnus-summary-exit): Kill them.
8973
8974 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
8975
8976         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
8977         word.
8978
8979 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
8980
8981         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
8982         gnus-article-wash-types.
8983         * gnus-art.el (gnus-article-wash-status): Use them.
8984
8985 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8986
8987         * mml.el (mml-read-tag): Remove spaces and LF.
8988
8989 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8990
8991         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
8992         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
8993
8994 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
8995
8996         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
8997
8998 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
8999
9000         * gnus-sum.el (gnus-article-charset): New variable.
9001         (gnus-summary-display-article): Set it.
9002         * gnus-msg.el (gnus-copy-article-buffer): Use it.
9003         * gnus-art.el (gnus-article-mode): Make it local variable.
9004
9005 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9006
9007         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
9008
9009 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9010
9011         * nnwfm.el: New file.
9012
9013         * nnweb.el (nnweb-replace-in-string): New function.
9014
9015 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9016
9017         * mml2015.el: Wrap gpg.el.
9018         * gpg.el (gpg-verify): The last argument of apply is a list.
9019         (gpg-encrypt): Add passphrase as a parameter.
9020
9021 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
9022
9023         * gpg.el: New file.
9024         * gpg-ring.el: New file.
9025
9026 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9027
9028         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
9029
9030 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9031
9032         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
9033         double-quote characters.
9034         (gnus-summary-prepare-threads): Ditto.
9035
9036 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9037
9038         * gnus-art.el (gnus-mime-display-single): Forward line -1.
9039         * mml.el (mml-read-tag): Don't skip the leading space.
9040         * lpath.el (font-lock-set-defaults): Shut up.
9041
9042 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
9043
9044         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
9045
9046 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
9047
9048         * qp.el (quoted-printable-encode-region): Replace leading - when
9049         ultra safe.
9050         * mml.el (mml-generate-mime-postprocess-function): Removed.
9051         (mml-postprocess-alist): Removed.
9052         (mml-generate-mime-1): Use ultra-safe when sign.
9053         * mml2015.el (mml2015-fix-micalg): Uppercase.
9054         (mml2015-verify): Insert LF.
9055         (mml2015-mailcrypt-sign): Downcase; search backward.
9056
9057 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9058
9059         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
9060         restrictive.
9061         (nnultimate-table-regexp): New variable.
9062         (nnultimate-forum-table-p): Use it.
9063
9064 2000-10-30  Ed L Cashin <ecashin@coe.uga.edu>
9065
9066         * gnus-sum.el (gnus-summary-expire-articles): Save point.
9067
9068 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
9069
9070         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
9071         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
9072
9073 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9074
9075         * mml2015.el: Shut up.
9076
9077 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
9078
9079         * gnus.el (gnus-server-browse-hashtb): Removed.
9080         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
9081         (gnus-group-insert-group-line-info): Use simplified method.
9082         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
9083
9084 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
9085
9086         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
9087         moved here.
9088         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
9089         * gnus-group.el (gnus-group-prepare-flat): Use it.
9090         * gnus-topic.el (gnus-group-prepare-topics): Use it.
9091
9092 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
9093
9094         * mml.el (mml-mode): Show menu in XEmacs.
9095
9096 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
9097
9098         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
9099         (gnus-server-read-server-in-server-buffer): New function.
9100         (gnus-browse-foreign-server): Browse in group buffer.
9101         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
9102         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
9103         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
9104         * gnus.el (gnus-server-browse-hashtb): New variable.
9105
9106 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
9107
9108         * nnfolder.el (nnfolder-open-nov): Use group.
9109
9110 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9111
9112         * nnfolder.el: Add NOV. Set version to 2.0.
9113         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
9114
9115 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9116
9117         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
9118
9119 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
9120
9121         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
9122         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
9123
9124 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
9125
9126         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
9127
9128 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9129
9130         * mm-decode.el (mm-verify-function-alist): New variable.
9131         (mm-verify-option): New variable.
9132         (mm-decrypt-function-alist): Ditto.
9133         (mm-decrypt-option): Ditto.
9134         (mm-find-raw-part-by-type): New function.
9135         (mm-possibly-verify-or-decrypt): New function.
9136         (mm-dissect-multipart): Use it.
9137         * mml2015.el (mml2015-fix-micalg): New function.
9138         (mml2015-decrypt): Use new interface.
9139         (mml2015-verify):  Use new interface.
9140         (mml2015-setup): Make it bogus.
9141
9142 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
9143
9144         * mml.el (mml-generate-mime-postprocess-function): Set to
9145         mml-postprocess.
9146         (autoload): Autoload mml2015 and mml-smime.
9147         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
9148         * mml2015.el (mml2015-encrypt): New function.
9149         (mml2015-sign): New function.
9150         (mml2015-encrypt-function): New variable.
9151         (mml2015-sign-function): New variable.
9152         (mml2015-mailcrypt-encrypt): Use message-recipients.
9153         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
9154         * mml-smime.el (mml-smime-setup): Ditto.
9155
9156 2000-10-28  Simon Josefsson  <sj@extundo.com>
9157
9158         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
9159         Communigate Pro 3.3.1 server.
9160
9161         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
9162         in buffers.
9163         (mml-secure-dns-server): Removed.
9164         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
9165         write certificates to files.
9166
9167         * smime.el (smime-dns-server): New variable.
9168         (smime-mail-to-domain):
9169         (smime-cert-by-dns): New functions.
9170
9171         * dig.el: New file.
9172
9173 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
9174
9175         * message.el (message-options): New variable.
9176         (message-options-set-recipient): New function.
9177         (message-send): Use them.
9178         * gnus-int.el (gnus-request-replace-article): Use them.
9179         (gnus-request-accept-article): Ditto.
9180         * mml.el (mml-preview): Use them.
9181         * gnus-sum.el (gnus-summary-edit-article): Use them.
9182
9183         * message.el (message-options-get): New function.
9184         (message-options-get): New function.
9185         * rfc2047.el (rfc2047-encode-message-header): Use them.
9186         * mm-bodies.el (mm-encode-body): Use them.
9187
9188 2000-10-28  Simon Josefsson  <sj@extundo.com>
9189
9190         * nnimap.el (nnimap-retrieve-which-headers):
9191         (nnimap-request-article-part): Quote message-id.
9192
9193         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
9194         (smime-CA-file): New variable.
9195         (smime-call-openssl-region): Don't error.
9196         (smime-sign-region): Return result value.
9197         (smime-encrypt-region): Ditto.
9198         (smime-verify-region): New function.
9199         (smime-decrypt-region): Ditto.
9200         (smime-verify-buffer): Ditto.
9201         (smime-decrypt-buffer): Ditto.
9202
9203         * mml.el: Require mml-sec.
9204         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
9205         (mml-mode-map): Add "sign" and "encrypt" maps.
9206         (mml-menu): Add security menu.
9207         (mml-preview): Use generate-new-buffer.
9208
9209         * mml-sec.el: New file.
9210
9211 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9212
9213         * mm-decode.el (mm-find-part-by-type): Move it here.
9214         * mml.el (mml-postprocess): Move it here.
9215         (mml-postprocess-alist): Move it here. Merge them.
9216
9217 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
9218
9219         * rfc2047.el (rfc2047-encode-message-header): Make sure no
9220         unencoded stuff in the header.
9221
9222 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
9223
9224         * gnus-group.el (gnus-group-listed-groups): New variable.
9225         (gnus-group-list-option): New variable.
9226         (gnus-group-list-limit-map): New keymap.
9227         (gnus-group-list-flush-map): New keymap.
9228         (gnus-group-list-plus-map): New keymap.
9229         (gnus-group-prepare-logic): New function.
9230         (gnus-group-prepare-flat): Merge with
9231         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
9232         (gnus-group-prepare-flat-list-dead): Ditto.
9233         (gnus-group-list-matching): Use gnus-group-prepare-function.
9234         (gnus-group-list-dormant): Ditto.
9235         (gnus-group-list-cached): Ditto.
9236         (gnus-group-listed-groups): New function.
9237         (gnus-group-list-limit): New function.
9238         (gnus-group-list-flush): New function.
9239         (gnus-group-list-plus): New function.
9240         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
9241         (gnus-topic-prepare-topic): Ditto.
9242
9243 2000-10-27  Paul Jarc <prj@po.cwru.edu>
9244
9245         * message.el (message-insert-to, message-get-reply-headers):
9246         (message-reply, message-followup): Mail-{Followup,Reply}-To.
9247
9248 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
9249
9250         * mml2015.el: New file.
9251         * smime.el: New file.
9252         * mml-smime.el: New file.
9253
9254 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9255
9256         * ChangeLog: Moved to ChangeLog.1.
9257
9258     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
9259   Copying and distribution of this file, with or without modification,
9260   are permitted provided the copyright notice and this notice are preserved.
9261
9262 ;; Local Variables:
9263 ;; coding: iso-2022-7bit
9264 ;; End: