Synch with Oort Gnus.
[elisp/gnus.git-] / lisp / ChangeLog
1 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * smime.el (smime-make-temp-file): Don't quote
4         `temporary-file-directory'.
5
6 2002-03-04  Simon Josefsson  <jas@extundo.com>
7
8         * smime.el (smime-sign-region): Rename argument keyfiles to
9         keyfile. You only sign something with one key.
10         (smime-sign-buffer): Better completing-read prompt.
11         (smime-decrypt-buffer): Ditto.
12
13         * smime.el (smime-make-temp-file): Make it work under XEmacs.
14
15         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
16         completing-read.
17         (mm-view-pkcs7-decrypt): CRLF->LF.
18
19 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
20
21         * message.el (message-hierarchical-addresses): New variable.
22         (message-get-reply-headers): Use it.
23         From Ted Zlatanov <teodor.zlatanov@divine.com>
24
25 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
26
27         * message.el (message-mode): If buffer-file-name, don't set auto
28         save file name.
29         From Geoff Greene <ggreene@wpi.edu>
30
31 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
32
33         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
34         takes one argument in read-char.
35
36         * message.el (message-fix-before-sending): Forward a char.
37         Check mmu-multibyte-p, add control-1.
38
39 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
40
41         * gnus-start.el (gnus-read-init-file): Ditto.
42
43         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
44
45         * dgnushack.el (dgnushack-make-load): Ditto.
46
47         * mail-source.el (mail-source-fetch): Extract the right error
48         code.
49
50         * message.el (message-fix-before-sending): Check illegible text.
51
52         * gnus-util.el (gnus-multiple-choice): New function.
53
54         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
55         also defined in gnus-score.el.
56
57 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
58
59         * message.el (message-get-reply-headers): downcase email addresses
60         for comaparisons for duplicate removal.
61
62 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
63
64         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
65         implementation of PKCS#7, which just allows users read the
66         message.
67         (mm-view-pkcs7): Use it.
68
69 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
70
71         * gnus.el (large-newsgroup-initial): New parameter.
72
73         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
74         (gnus-summary-insert-old-articles): Ditto.
75
76 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
77
78         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
79         used as the default answer of the question, "How many articles?".
80         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
81
82         * nnagent.el (nnagent-retrieve-headers): Remove articles with
83         small numbers.
84
85 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
86
87         * deuglify.el: Fix comments.
88
89 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
90
91         * html2text.el (html2text-clean-anchor): If there is no HREF,
92         insert nothing.
93
94         * mml.el (mml-generate-mime-1): Add cdr.
95         From: andre@slamdunknetworks.com
96
97         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
98         (mm-text-html-washer-alist): Ditto.
99
100         * mm-decode.el (mm-text-html-renderer): Add html2text.
101
102         * html2text.el: Face lift.
103
104         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
105
106 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
107
108         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
109
110         * deuglify.el: Change copy right. Add autoload. Add coding-system.
111
112         * deuglify.el: New file. The original file name is
113         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
114
115         * mm-decode.el (mm-display-external): Use
116         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
117
118 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
119
120         * nnmaildir.el (nnmaildir-request-list): Report the highest
121         article number, not the total number of articles.
122
123 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
124
125         * gnus-sum.el: Move uu key map here.
126         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
127
128 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
129
130         * nnmaildir.el (nnmaildir-request-expire-articles): Use
131         nnmail-expiry-wait* if expire-age parameter is not set.
132
133 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
134
135         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
136         function.
137         (gnus-group-sort-selected-groups-by-real-name): New function.
138         (gnus-group-make-menu-bar): Add sort by real name.
139
140         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
141         rebuild.
142         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
143         nil as dependencies as well.
144
145 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
146
147         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
148         for mime-parts.
149
150         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
151
152         * gnus-group.el (gnus-group-name-decode): Don't test
153         multibyte-string, because it breaks XEmacs.
154         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
155
156         * message.el (message-send-mail): Be talkative.
157
158         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
159         (mm-automatic-display): Ditto.
160
161         * mailcap.el (mailcap-mime-data): Ditto.
162         From: Reiner Steib <4uce.02.r.steib@gmx.net>
163
164 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
165
166         * many files: Remove trailing whitespaces, replace spc+tab with
167         tab, replace leading whitespaces with tabs.
168
169 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
170
171         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
172         articles with no body and no blank line after the header.
173
174 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
175
176         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
177         parts.
178
179         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
180         non-ascii chars.
181
182         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
183
184         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
185         w3-delay-image-loads.
186         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
187         (mm-w3-prepare-buffer): Ditto.
188
189         * mail-source.el (mail-source-fetch-directory): Run scripts.
190
191 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
192
193         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
194         for Majordomo confirmations.
195
196 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
197
198         * gnus-fun.el (gnus-respond-to-confirmation): New command.
199
200 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
201
202         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
203
204 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
205
206         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
207         References header field.  From Mark Thomas <mthomas@cmu.edu>.
208
209 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
210
211         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
212         (mm-inline-render-with-stdin): Ditto.
213         (mm-inline-render-with-function): Ditto.
214         (mm-inline-wash-with-file): Bind coding-system-for-write.
215         (mm-inline-wash-with-stdin): Ditto.
216
217 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
218
219         Suggested by Felix Natter <fnatter@gmx.net>
220
221         * gnus-art.el (gnus-mime-view-part-externally): Rename from
222         gnus-mime-externalize-view.
223         (gnus-mime-view-part-internally): Rename from
224         gnus-mime-internalize-view.
225         (gnus-article-view-part-externally): Rename from
226         gnus-article-externalize-part.
227         (gnus-mime-action-alist): Change correspondingly.
228         (gnus-mime-button-commands): Ditto.
229         (gnus-mime-action-alist): Remove duplication.
230
231         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
232
233 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
234
235         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
236
237         * gnus-art.el (gnus-display-mime): Use it.
238
239         * mm-partial.el (mm-partial-find-parts): Use it.
240
241         * gnus-sum.el (gnus-article-loose-mime): Rename from
242         gnus-article-no-strict-mime.
243         (gnus-summary-save-parts): Use it.
244
245 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
246
247         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
248         local variable.
249
250         * gnus-art.el (article-display-x-face): Don't sort multiple
251         X-Faces.
252
253 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
254
255         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
256         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
257
258         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
259
260 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
261
262         Some ideas is inspired by code from Hrvoje Niksic
263         <hniksic@arsdigita.com>
264
265         * gnus-art.el (gnus-article-wash-function): Set the default to
266         nil, so that we use mm-text-html-renderer instead.
267         (article-wash-html): Use mm-text-html-renderer.
268
269         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
270         (mm-text-html-renderer): New variable.
271         (mm-inline-text-html-renderer): Set the default to nil, so that we
272         use mm-text-html-renderer instead.
273
274         * mm-view.el (mm-inline-text-html): New function.
275         (mm-text-html-renderer-alist): New variable.
276         (mm-inline-text-vcard): New function.
277         (mm-inline-text): Split.
278         (mm-links-remove-leading-blank): New function.
279         (mm-inline-render-with-file): New function.
280         (mm-inline-render-with-stdin): New function.
281         (mm-inline-render-with-function): New function.
282         (mm-text-html-washer-alist): New variable.
283         (mm-inline-wash-with-file): New function.
284         (mm-inline-wash-with-stdin): New function.
285
286 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
287
288         * message-utils.el: Fix installation doc.
289         From: Reiner Steib <4uce.02.r.steib@gmx.net>
290
291 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
292
293         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
294         (gnus-post-method): Use it.
295         (gnus-summary-cancel-article): Find the correct post-method.
296
297         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
298         * message.el (message-send-news): Ditto.
299         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
300         <ipmonger@delamancha.org>
301
302         * gnus.el (gnus-select-method): Fix doc.
303         (gnus-server-string): Use 'using nntp'.
304
305         * gnus-agent.el (gnus-slave-unplugged): New command.
306         From: Felix Natter <fnatter@gmx.net>
307
308 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
309
310         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
311         Call edit-done-function first, then change the window
312         configuration.
313         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
314         (gnus-article-edit-mode): mml-mode.
315
316         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
317         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
318
319         * message-utils.el: Adopt the file.
320
321         * message-utils.el: New file.
322         From Holger Schauer <Holger.Schauer@gmx.de>
323
324 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
325
326         * gnus-sum.el (gnus-summary-move-article): Select-article only
327         when gnus-move-split-methods is non-nil. And we don't render or
328         mark the article.
329
330         * gnus-fun.el (gnus-shell-command-to-string): New function.
331         (gnus-shell-command-on-region): New function.
332         (gnus-random-x-face): Use them.
333         (gnus-x-face-from-file): Ditto.
334         (gnus-convert-image-to-gray-x-face): Ditto.
335         (gnus-convert-gray-x-face-to-xpm): Ditto.
336         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
337
338 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
339
340         * gnus-art.el (gnus-treat-display-xface): Don't use
341         `shell-command-to-string' when compiling.
342         (gnus-treat-display-grey-xface): Ditto.
343
344 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
345
346         * nnmaildir.el (nnmaildir--article-count): If the group is
347         completely empty, report minimum article number as 1 instead of 0.
348
349 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
350
351         * gnus-agent.el (gnus-get-predicate): Use nconc.
352
353         * gnus-sum.el (gnus-summary-display-make-predicate): Use
354         gnus-summary-display-cache as cache.
355
356         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
357         (nndoc-mail-in-mail-type-p): New function.
358         (nndoc-mail-in-mail-article-begin): New function.
359
360 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
361
362         * mailcap.el (mailcap-mime-data): Use enriched-decode.
363
364         * gnus-cite.el (gnus-article-fill-cited-article): Bind
365         use-hard-newlines to nil.
366
367         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
368         image is not available if window-system is not available.
369
370         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
371
372 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
373
374         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
375         bookmark, because update-mark doesn't handle it correctly.
376
377 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
378
379         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
380         directly instead of calling message-send-mail.
381
382         * gnus-start.el (gnus-read-descriptions-file): Use
383         gnus-default-charset.
384
385         * mm-util.el (mm-guess-mime-charset): New function.
386
387         * gnus.el (gnus-default-charset): Use it.
388         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
389         the default.
390
391 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
392
393         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
394         (article-display-x-face): Use it.  Disable grey xface, if
395         uncompface is not found.
396
397         * message.el (message-mode): Don't enable multibyte on an indirect
398         buffer.
399
400         * nnrss.el (nnrss-content-function): New variable.
401         (nnrss-request-article): Use it.
402
403 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
404
405         * gnus.el: Add article-unsplit-urls.
406         * gnus-sum.el: Ditto.
407         * gnus-art.el (gnus-treat-strip-cr): New variable.
408         (gnus-treatment-function-alist): Use it.
409         (article-unsplit-urls): New function.
410         (gnus-article-make-menu-bar): Use it.
411         From: Michael Cook <michael.cook@cisco.com>
412
413 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
414
415         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
416         copy.
417
418 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
419
420         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
421         with internal whitespace.
422         (gnus-parent-id): Ditto.
423
424 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
425
426         * gnus-art.el (gnus-article-treat-body-boundary): Add
427         gnus-decoration property.
428         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
429
430         * message.el (message-mode): Set local-abbrev-table.
431         From Matt Armstrong <matt@lickey.com>.
432
433         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
434         too many spaces.
435
436         * rfc2047.el (rfc2047-unfold-region): Ditto.
437         (rfc2047-decode-region): Don't unfold. Let
438         gnus-article-treat-unfold-headers do it.
439
440         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
441         From: Jesper Harder <harder@ifa.au.dk>
442
443 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
444
445         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
446         (gnus-configure-posting-styles): Use it.
447         (gnus-configure-posting-styles): Remove trailing newspaces.
448
449 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
450
451         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
452         is non-nil.
453
454         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
455
456         * gnus.el (gnus-server-to-method): Switch position with
457         gnus-server-get-method.
458         (gnus-agent): Add doc.
459
460         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
461         (gnus-summary-save-parts): Use it.
462
463         * gnus-art.el (gnus-display-mime): Use it.
464         * mm-partial.el (mm-partial-find-parts): Use it.
465
466         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
467
468         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
469         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
470
471         * nnagent.el (nnagent-request-expire-articles): Don't delete
472         files.
473
474 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
475
476         * message.el (message-gen-unsubscribed-mft): New function.
477         From Sriram Karra <karra@cs.utah.edu>.
478
479         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
480         open parenthesis.
481
482         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
483         (mm-inline-text-html-render-with-w3): Ditto.
484         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
485         Suggested by Dave Love  <d.love@dl.ac.uk>.
486
487         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
488
489         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
490         * nntp.el (nntp-send-command): Ditto.
491         * nntp.el (nntp-send-command-nodelete): Ditto.
492
493 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
494
495         * mm-url.el (mm-url-load-url): New function.
496         (mm-url-insert-file-contents): Use it.
497
498         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
499
500         * message.el (message-forward-make-body): Correctly copy
501         forward-buffer.
502
503         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
504
505 2002-02-04  Simon Josefsson  <jas@extundo.com>
506
507         * gnus-art.el (gnus-article-followup-with-original): Mark with
508         force, prevent errors when following up from article buffer.
509         (gnus-article-reply-with-original): Ditto.
510
511         * binhex.el (binhex-decoder-switches): Fix doc.  From
512         Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
513
514 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
515
516         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
517         highlight-citation after emphasize.
518
519 2002-02-04  Simon Josefsson  <jas@extundo.com>
520
521         * nnfolder.el (nnfolder-open-marks):
522
523         * nnml.el (nnml-open-marks): Message when done.  From David
524         Edmondson <dme@sun.com>.
525
526 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
527
528         * imap.el (imap-anonymous-auth): Fix typo.
529         From: Steinar Bang <sb@dod.no>
530
531         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
532         save-excursion.
533         (gnus-cache-braid-heads): Ditto.
534
535         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
536         line, because there are extra articles in the overview buffer.
537
538         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
539
540         * message.el (message-forward-rmail-make-body): Directly use
541         rmail-msg-restore-non-pruned-header to avoid calling
542         vertical-motion.
543
544 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
545
546         * gnus-cache.el (gnus-summary-insert-cached-articles):
547         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
548
549         * gnus-group.el (gnus-group-mark-article-read): Nreverse
550         gnus-newsgroups-unselected.
551
552         * gnus-agent.el (gnus-summary-set-agent-mark): Use
553         gnus-add-to-sorted-list.
554
555         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
556         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
557         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
558         (gnus-update-read-articles): UNREAD is sorted.
559         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
560         (gnus-newsgroup-marked, gnus-newsgroup-cached)
561         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
562         (gnus-newsgroup-dormant): Require sorted.
563
564         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
565         directories.
566         (gnus-dired-print): New function.
567
568         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
569         ps-despool.
570
571 2002-02-02  Simon Josefsson  <jas@extundo.com>
572
573         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
574
575 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
576
577         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
578         t. This makes gnus-agent customizable without putting
579         gnus-agentize into .gnus.
580
581         * gnus.el (gnus-agent): Make it customizable.
582
583         * gnus-dired.el: New file.
584         From Benjamin Rutt <brutt@bloomington.in.us>
585
586         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
587         if no article.
588         (gnus-cache-possibly-remove-article): Ditto.
589         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
590
591 2002-02-01  Simon Josefsson  <jas@extundo.com>
592
593         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
594
595 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
596
597         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
598         (mm-setup-w3m): Don't bind keys listed in the above.
599
600 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
601
602         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
603         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
604         is non-nil; bind `w3m-force-redisplay' with nil.
605
606         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
607
608         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
609
610 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
611
612         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
613         use mail-header-unfold-field.
614
615         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
616         gnus-summary-limit.
617
618         * gnus-range.el (gnus-add-to-sorted-list): New function.
619         * gnus-sum.el (gnus-mark-article-as-read): Use it.
620         (gnus-mark-article-as-unread): Ditto.
621         (gnus-summary-mark-article-as-unread): Ditto.
622         (gnus-build-get-header): Ditto.
623         (gnus-summary-prepare-threads): Ditto.
624         (gnus-summary-insert-pseudos): Ditto.
625         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
626         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
627         (gnus-summary-insert-old-articles): Ditto.
628
629         * gnus-msg.el (gnus-posting-styles): Add new format of header.
630         (gnus-configure-posting-styles): Support the new format.
631
632         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
633         edebug-form-spec to (sexp body).
634         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
635
636         * message.el (message-reply-headers): Add doc.
637
638 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
639
640         * gnus-group.el (gnus-group-delete-group): Nix the entry in
641         gnus-cache-active-hashtb.
642
643         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
644         (gnus-agent-summary-fetch-group): Use it.
645
646         * gnus-msg.el (gnus-debug-files): New variable.
647         (gnus-debug-exclude-variables): New variable.
648         (gnus-debug): Use them.
649
650         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
651
652 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
653
654         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
655         (message-mode-syntax-table): Move back the previous position.
656
657         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
658
659         * gnus-agent.el (gnus-agent-retrieve-headers): Use
660         gnus-sorted-difference.
661
662         * nnsoup.el (nnsoup-request-expire-articles): Use
663         gnus-sorted-difference.
664
665         * nnheader.el: Autoload gnus-sorted-difference.
666
667         * nnfolder.el (nnfolder-request-expire-articles): Use
668         gnus-sorted-difference.
669
670         * gnus-cache.el (gnus-cache-retrieve-headers): Use
671         gnus-sorted-difference.
672
673         * gnus-range.el: Autoload cookies.
674         (gnus-sorted-difference): New function.
675         (gnus-sorted-ndifference): New function.
676         (gnus-sorted-nintersection): Rename from
677         gnus-set-sorted-intersection.
678         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
679         (gnus-list-range-difference): Rename from
680         gnus-inverse-list-range-intersection.
681         (gnus-inverse-list-range-intersection): Use defalias.
682
683         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
684         gnus-sorted-ndifference, and gnus-sorted-nintersection.
685         (gnus-articles-to-read): Use gnus-sorted-difference.
686         (gnus-summary-limit-mark-excluded-as-read): Use
687         gnus-sorted-intersection and gnus-sorted-ndifference.
688         (gnus-list-of-read-articles): Use gnus-list-range-difference.
689         (gnus-summary-insert-articles): Use gnus-sorted-difference.
690
691         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
692
693 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
694
695         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
696         property to the buffer for using emacs-w3m command keys.
697
698         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
699         option.
700
701         * mm-view.el (mm-w3m-mode-map): New variable.
702         (mm-w3m-mode-command-alist): New variable.
703         (mm-w3m-minor-mode): Removed.
704         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
705         (mm-inline-text-html-render-with-w3m): Add keymap property to the
706         buffer for using emacs-w3m command keys.
707
708 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
709
710         * message.el (message-mode-syntax-table): Move forward.
711         (message-cite-prefix-regexp): Auto detect non word constituents.
712         (message-cite-prefix-regexp): Don't use with-syntax-table.
713
714         * gnus-sum.el (gnus-summary-update-info): Use
715         gnus-list-range-intersection.
716
717         * gnus-agent.el (gnus-agent-fetch-headers): Use
718         gnus-list-range-intersection.
719
720         * gnus-range.el (gnus-range-normalize): Use correct predicate.
721         (gnus-list-range-intersection): Use it.
722         (gnus-inverse-list-range-intersection): Ditto.
723         (gnus-sorted-intersection): Add doc.
724         (gnus-set-sorted-intersection): Add doc.
725         (gnus-sorted-union): New function.
726         (gnus-set-sorted-union): New function.
727
728         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
729         (gnus-inverse-list-range-intersection): Ditto.
730
731 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
732
733         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
734
735         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
736         and permit `:' and `\' in order to handle full Windows pathnames.
737         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
738         technically not correct per standard, but seems to have common use.
739
740 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
741
742         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
743         replacing numbers.
744
745 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
746
747         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
748
749         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
750         Don't split when the window is small, e.g. when a small *BBDB*
751         window is the lowest one.
752
753         * gnus-agent.el (gnus-agent-retrieve-headers): Use
754         nnheader-find-nov-line to speed up. Use nreverse, because it is
755         sorted. Use nnheader-insert-nov-file.
756
757 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
758
759         * mm-decode.el (mm-inline-text-html-with-images): New user option.
760
761         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
762         of `w3m-display-inline-images' with the value of
763         `mm-inline-text-html-with-images'.
764         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
765
766         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
767
768 2002-01-27  Richard M. Stallman  <rms@gnu.org>
769
770         * time-date.el: Add autoload cookies.  Many doc fixes.
771         (time-add): New function.
772         (time-subtract): Renamed from subtract-time.
773         (subtract-time): New alias for time-subtract.
774
775 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
776
777         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
778         emacs-w3m in doc-string.
779
780         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
781         `w3m-current-buffer'.
782
783 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
784
785         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
786
787         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
788         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
789         (mm-w3m-cid-retrieve): New function.
790         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
791
792 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
793
794         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
795
796 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
797
798         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
799
800 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
801
802         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
803         32K.
804
805         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
806
807         * nnmail.el (nnmail-article-group): Decode headers before running
808         split rules over them.
809         (nnmail-mail-splitting-charset): New variable.
810
811         * smiley.el: Replaced with smiley-ems.el.
812
813 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
814
815         * mm-url.el (mm-url-predefined-programs): Add w3m.
816         (mm-url-program): Ditto.
817
818 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
819
820         * nnml.el (nnml-use-compressed-files): New variable.
821         (nnml-filenames-are-evil): Removed.
822         (nnml-current-group-article-to-file-alist): Don't use.
823         (nnml-update-file-alist): Inhibit.
824         (nnml-article-to-file): Use new var.
825
826 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
827
828         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
829
830         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
831
832 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
833
834         * gnus-agent.el (gnus-agent-load-alist): Use new caching
835         function.
836
837         * gnus-util.el (gnus-cache-file-contents): New function.
838
839         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
840         (gnus-agent-load-alist): Use it.
841
842         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
843
844         * nnheader.el (nnheader-insert-nov-file): New function.
845
846         * gnus-util.el (gnus-parse-without-error): Correct the loop.
847
848         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
849         there are no references.
850         (gnus-extract-message-id-from-in-reply-to): New function.
851         (gnus-nov-parse-line): Use in-reply-to if there are no
852         references.
853
854 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
855
856         * nnagent.el (nnagent-retrieve-headers): Use new macro.
857
858         * gnus-util.el (gnus-parse-without-error): New macro.
859
860 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
861
862         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
863         (gnus-article-wash-function): use locate-library to decide which
864         to use.
865
866 2002-01-25  Simon Josefsson  <jas@extundo.com>
867
868         * pop3.el (pop3-munge-message-separator): Work if no date.  From
869         Marius Vollmer <mvo@zagadka.ping.de>.
870
871 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
872
873         * gnus-agent.el (gnus-agent-save-alist): Fix.
874
875         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
876         mistake.  Reinstated lost code.
877
878 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
879
880         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
881         one exists in the case of an encrypted message with an internal
882         signature.
883
884 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
885
886         * gnus-agent.el (gnus-agent-save-alist): Optimized.
887
888 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
889
890         * dgnushack.el: Commented out the experimental code.
891
892 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
893
894         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
895         error.
896
897         * gnus.el (gnus-server-to-method): Made into subst.
898         (gnus-server-method-cache): New variable.
899         (gnus-server-to-method): Use it.
900         (gnus-group-method-cache): New variable.
901         (gnus-find-method-for-group-1): Renamed.
902         (gnus-find-method-for-group): New function.
903         (gnus-group-method-cache): Removed.
904
905         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
906         function.
907
908         * gnus-range.el (gnus-members-of-range): New function.
909         (gnus-list-range-intersection): Renamed.
910         (gnus-inverse-list-range-intersection): New function.
911
912         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
913
914         * nnagent.el (nnagent-retrieve-headers): New implementation.
915
916         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
917         implementation.
918
919 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
920
921         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
922         `w3m-meta-content-type-charset-regexp'.
923
924         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
925         charset-encoded html contents.
926
927 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
928
929         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
930         an empty file.
931
932         * nnweb.el (url): Ignore errors when request url.
933
934         * nnrss.el: Clean up the comments.
935
936 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
937
938         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
939
940         * mm-decode.el (mm-inline-text-html-renderer): New user option.
941         (mm-inline-media-tests): Test whether the value of
942         `mm-inline-text-html-renderer' is a function for text/html.
943
944         * mm-view.el (mm-inline-text-html-render-with-w3): New function
945         separated from `mm-inline-text'.
946         (mm-w3m-minor-mode): New variable.
947         (mm-w3m-setup): New variable.
948         (mm-setup-w3m): New function.
949         (mm-inline-text-html-render-with-w3m): New function.
950         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
951         text/html.
952
953 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
954
955         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
956
957 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
958
959         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
960         and `gnus-xmas-completing-read'.
961
962 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
963
964         * nneething.el (nneething-message-id-number): Abolished.
965         (nneething-encode-file-name): Not encode numerical characters.
966         (nneething-make-head): `nneething-message-id-number' is not
967         used to generate message IDs.
968
969 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
970
971         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
972         characters.
973
974 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
975
976         * gnus-xmas.el (gnus-xmas-completing-read): New function.
977         (gnus-xmas-redefine): Redefine conditionally.
978
979 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
980
981         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
982         tag.
983
984 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
985
986         * message.el (message-font-lock-keywords): Added the secure tag.
987         * mml-sec.el: Added functions to generate/modify/remove the secure
988         tag while in message mode.
989         * mml-sec.el (mml-secure-message): New.
990         * mml-sec.el (mml-unsecure-message): New.
991         * mml-sec.el (mml-secure-message-sign-smime): New.
992         * mml-sec.el (mml-secure-message-sign-pgp): New.
993         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
994         * mml-sec.el (mml-secure-message-encrypt-smime): New.
995         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
996         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
997         * mml.el (mml-parse-1): Added code to recognise the secure tag and
998         convert it to either a part or multipart depending on if there are
999         other parts in the message.
1000         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
1001         to use the secure tag, rather than the part tag.
1002         * mml.el (mml-preview): Added a save-excursion to keep cursor
1003         position after doing an MML preview.
1004
1005 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1006
1007         * nnheader.el (nnheader-parse-overview-file): New function.
1008         (nnheader-write-overview-file): New function.
1009
1010 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1011
1012         * gnus.el (gnus-group-fast-parameter): Check better if expansion
1013         in wanted.
1014
1015         * nnweb.el (nnweb-type-definition): Clean up.
1016
1017 2002-01-21  Alastair Burt  <burt@dfki.de>
1018
1019         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
1020         buffer exists before jumping to it.
1021
1022 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1023
1024         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
1025         function.
1026         (article-wash-html): Use it.
1027         (gnus-article-wash-function): New variable.
1028         (gnus-article-wash-html-with-w3m): New function.
1029
1030 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1031
1032         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
1033         XEmacs.
1034
1035 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
1036
1037         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
1038         command line.
1039
1040 2002-01-21  Simon Josefsson  <jas@extundo.com>
1041
1042         * canlock.el (base64-encode-string): Autoload it from base64.
1043         (canlock-make-cancel-key): Base64 encode unibyte string.
1044
1045 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1046
1047         * nnfolder.el (nnfolder-request-accept-article): Unfold
1048         x-from-line.
1049         (nnfolder-request-replace-article): Ditto.
1050
1051 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
1052
1053         * gnus-group.el (gnus-group-best-unread-group): Use the right
1054         positioning function.
1055
1056 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1057
1058         * smiley-ems.el (smiley-region): Use new function.
1059         (smiley-update-cache): Use general image functions.
1060         (smiley-region): Use general functions.
1061
1062         * gnus-util.el (gnus-graphic-display-p): New function.
1063
1064         * nnmail.el (nnmail-article-group): Allow outputting traces of
1065         non-strings.
1066
1067         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
1068         (nndoc-exim-bounce-type-p): New function.
1069
1070         * message.el (message-dont-send): Doc fix.
1071
1072         * gnus-util.el (gnus-completing-read): Remove
1073         inherit-input-method.
1074
1075         * gnus-art.el (gnus-treat-smiley): Doc fix.
1076
1077         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
1078         articles.
1079
1080 2002-01-19  Simon Josefsson  <jas@extundo.com>
1081
1082         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
1083         (imap-kerberos4-open): Ditto.
1084         (imap-open): Set port correctly, don't set auth.
1085
1086 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1087
1088         * gnus.el (gnus-version-number): Bump version number.
1089
1090 2002-01-20 05:33:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1091
1092         * gnus.el: Oort Gnus v0.05 is released.
1093
1094 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1095
1096         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
1097         exists.
1098
1099         * gnus-spec.el (gnus-string-width-function): New function.
1100         (gnus-tilde-cut-form): Use it.
1101         (gnus-tilde-max-form): Ditto.
1102         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
1103         (gnus-substring-function): Use it.
1104         (gnus-tilde-cut-form): Ditto.
1105         (gnus-substring-function): New function.
1106
1107         * message.el (message-check-news-header-syntax): New message.
1108
1109         * gnus.el (gnus-slave-no-server): Doc fix.
1110
1111         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
1112
1113 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1114
1115         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
1116         `seen' if it looks like (seen NUM1 . NUM2).  It should be
1117         (seen (NUM1 . NUM2)).
1118
1119 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1120
1121         * gnus-topic.el (gnus-topic-catchup-articles): Update article
1122         number in closed topics.
1123
1124 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
1125
1126         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
1127         functions.
1128
1129 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1130
1131         * gnus.el (gnus-group-find-parameter): Clean up.
1132
1133         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
1134         articles.
1135
1136         * gnus-util.el (gnus-completing-read-with-default): Renamed.
1137
1138         * nnmail.el (nnmail-article-group): Clean up.
1139
1140 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
1141
1142         * gnus-agent.el (gnus-category-name): Intern the category name.
1143
1144 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1145
1146         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
1147
1148         * gnus-util.el (gnus-completing-read): New function.
1149
1150 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
1151
1152         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
1153
1154         * smiley-ems.el (smiley-region): Register smiley.
1155         (smiley-toggle-buffer): Rewrite the function.
1156         (smiley-active): Removed.
1157
1158 2002-01-19  Simon Josefsson  <jas@extundo.com>
1159
1160         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
1161         Jesper Harder <harder@ifa.au.dk>.
1162
1163 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1164
1165         * gnus-art.el (gnus-request-article-this-buffer): Call
1166         `nneething-get-file-name' to extract the file name from the
1167         message id.
1168
1169         * nneething.el (nneething-encode-file-name): New function.
1170         (nneething-decode-file-name): Ditto.
1171         (nneething-get-file-name): Ditto.
1172         (nneething-make-head): Encode the file name and encapsulate it
1173         into the field of the message id.
1174
1175 2002-01-18  Simon Josefsson  <jas@extundo.com>
1176
1177         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
1178         stored in .marks.
1179
1180         * nnfolder.el (nnfolder-request-update-info): Ditto.
1181
1182 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
1183
1184         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
1185
1186 2002-01-18  Simon Josefsson  <jas@extundo.com>
1187
1188         * imap.el (imap-starttls-p): Don't check for binary.
1189         (imap-gssapi-auth-p): Ditto.
1190         (imap-kerberos4-auth-p): Ditto.
1191         (imap-open): Change logic.  Iterate through all possible streams,
1192         instead of bailing out after first failure.  Move authenticator
1193         decision to `imap-authenticate'.
1194         (imap-authenticate): Change logic, now finds the authenticator to
1195         use, was previously in `imap-open'.
1196         (imap-open): Return nil on failure.
1197         (imap-open): Setup temp buffer correctly.
1198         (imap-open): Return buffer only on success.
1199         (imap-interactive-login, imap-interactive-login): Tell the user
1200         which stream/authenticator is used for the queried
1201         username/password.
1202         (imap-open, imap-authenticate): Set variables.
1203         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
1204         (imap-open): Don't assume how `with-temp-buffer' is implemented.
1205
1206 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1207
1208         * gnus-fun.el (gnus-grab-cam-x-face): New function.
1209
1210 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1211
1212         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
1213
1214 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1215
1216         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
1217         (gnus-agent-group-mode-map): Bind it to "Jo".
1218         (gnus-agent-group-make-menu-bar): Add it into menu bar.
1219
1220 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
1221
1222         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
1223         (gnus-summary-mail-toolbar): Add mail article deletion button.
1224
1225         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
1226         false positives for lines of "^^^^".
1227
1228         * gnus-picon.el (gnus-picon-find-face): faces database is all
1229         lowercase.
1230
1231 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1232
1233         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
1234         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
1235         duplications.
1236         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
1237
1238 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1239
1240         * gnus-sum.el (gnus-summary-initial-limit): Inline
1241         gnus-summary-limit-children.
1242         (gnus-summary-initial-limit): Don't limit if
1243         gnus-newsgroup-display is nil.
1244         (gnus-summary-initial-limit): No, don't.
1245
1246         * gnus-util.el
1247         (gnus-put-text-property-excluding-characters-with-faces): Inline
1248         gnus-put-text-property.
1249
1250         * gnus-spec.el (gnus-default-format-specs): New variable.
1251
1252         * gnus-start.el (gnus-read-newsrc-file): Don't clear
1253         gnus-format-specs.
1254         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
1255
1256         * gnus-spec.el (gnus-update-format-specifications): Really check
1257         the Gnus version of the .newsrc.eld file.
1258         (gnus-format-specs): Save the new default summary format.
1259
1260         * gnus-util.el (gnus-parent-id): Check whether references is empty
1261         before splitting.
1262
1263         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
1264         functions.
1265         (gnus-gather-threads-by-references): Inline
1266         `gnus-split-references'.
1267
1268         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
1269         default value of gnus-summary-line-format-spec.
1270
1271 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1272
1273         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
1274         message.
1275         (nnslashdot-request-list): Ditto.
1276         (nnslashdot-sid-strip): Removed.
1277
1278 2002-01-15  Simon Josefsson  <jas@extundo.com>
1279
1280         * nnimap.el (nnimap-close-asynchronous): Enable.
1281         (nnimap-close-group): Expunge.
1282
1283 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1284
1285         * gnus-util.el (gnus-user-date-format-alist): Typo.
1286         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
1287
1288 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1289
1290         * nneething.el (nneething-request-article): Set
1291         `nnmail-file-coding-system' to `binary' locally, in order to read
1292         files without any conversion.
1293
1294 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1295
1296         * gnus-agent.el (gnus-agent-retrieve-headers): Use
1297         nnheader-file-coding-system and nnmail-active-file-coding-system.
1298         (gnus-agent-regenerate-group): Ditto.
1299         (gnus-agent-regenerate): Ditto.
1300         (gnus-agent-write-active): Ditto.
1301         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
1302
1303 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1304
1305         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
1306         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
1307
1308 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1309
1310         * gnus.el: We don't need gnus-article-show-all-headers.
1311
1312         * gnus-art.el (article-show-all, gnus-article-show-all-header):
1313         Ditto.
1314
1315         * gnus-sum.el (gnus-summary-select-article): Don't call
1316         show-all-headers, because hidden headers are not hidden text any
1317         more.
1318
1319 2002-01-13  Simon Josefsson  <jas@extundo.com>
1320
1321         * message.el (message-newline-and-reformat): Use `newline' instead
1322         of inserting \n, so that the newline is marked as hard.
1323
1324         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
1325         From Jesper Harder <harder@ifa.au.dk>.
1326
1327 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
1328
1329         * imap.el (imap-close): Keep going if quit.
1330
1331         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
1332         nntp-server-buffer.
1333
1334 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1335
1336         * mm-view.el (mm-display-inline-fontify): Require font-lock to
1337         avoid unbinding shadowed variables.
1338
1339         * gnus-art.el (gnus-picon-databases): Moved here.
1340         (gnus-picons-installed-p): Moved here.
1341         (gnus-article-reply-with-original): Use `mark'.
1342
1343         * gnus.el (gnus-picon): Moved here and renamed.
1344
1345         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
1346         installed.
1347         (gnus-treat-mail-picon): Ditto.
1348         (gnus-treat-newsgroups-picon): Ditto.
1349
1350         * gnus-picon.el (gnus-picons-installed-p): New function.
1351
1352 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
1353
1354         * gnus-agent.el (gnus-agent-go-online): Fix doc.
1355
1356 2002-01-12  Simon Josefsson  <jas@extundo.com>
1357
1358         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
1359         (nnimap-before-find-minmax-bugworkaround): Use it.
1360         (nnimap-find-minmax-uid): Don't reselect current mailbox.
1361         (nnimap-dont-close): New variable.
1362         (nnimap-close-group): Use it.
1363
1364 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1365
1366         * gnus-art.el (gnus-article-reply-with-original): Use
1367         `mark-active'.
1368
1369         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
1370
1371         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
1372         (gnus-score-advanced): Clean up.
1373         (gnus-score-advanced): Accept a multiple of the score.
1374
1375 2002-01-12  Simon Josefsson  <jas@extundo.com>
1376
1377         * flow-fill.el (fill-flowed-display-column)
1378         (fill-flowed-encode-columnq): New variables.  Suggested by
1379         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann).
1380         (fill-flowed-encode, fill-flowed): Use them.
1381
1382         * message.el (message-send-news, message-send-mail): Use
1383         m-b-s-n-p-e-h-n.
1384
1385         * mml.el (autoload): Autoload fill-flowed-encode.
1386         (mml-buffer-substring-no-properties-except-hard-newlines): New
1387         function.
1388         (mml-read-part): Use it.
1389         (mml-generate-mime-1): Encode format=flowed if appropriate.
1390         (mml-insert-mime-headers): Insert format=flowed.
1391
1392         * flow-fill.el (fill-flowed-encode): New function.
1393         (fill-flowed): Bind fill-column to window width.
1394
1395 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1396
1397         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
1398         it exists.
1399         (gnus-summary-setup-buffer): Wake up dead summary buffers.
1400         (gnus-summary-buffer-name): Don't return the dead name after all.
1401         (gnus-summary-setup-buffer): Kill the dead buffer.
1402
1403         * gnus-art.el (gnus-article-followup-with-original): Store the
1404         value of the mark before deactivating it.
1405
1406 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1407
1408         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
1409         From: Karl Kleinpaste <karl@charcoal.com>
1410
1411         * gnus-art.el (article-display-x-face): Ditto.
1412         (gnus-article-reply-with-original): Use gnus-region-active-p.
1413         (gnus-article-followup-with-original): Ditto.
1414
1415         * gnus-sum.el (gnus-summary-read-group-1): Don't select
1416         downloadable article either.
1417
1418 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1419
1420         * gnus-art.el (article-display-x-face): Insert From:.
1421
1422         * gnus-sum.el (gnus-summary-move-article): Don't draw the
1423         article. Bind gnus-display-mime-function and
1424         gnus-article-prepare-hook.
1425
1426         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
1427         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
1428         gnus-agent-possibly-synchronize-flags to the last.
1429         (gnus-agent-go-online): New function. New variable.
1430
1431 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1432
1433         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
1434         (gnus-agent-regenerate): Ditto.
1435
1436 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1437
1438         * message.el (message-ignored-news-headers)
1439         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
1440         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
1441
1442         * gnus.el (gnus-gethash-safe): New macro.
1443
1444         * gnus-agent.el (gnus-agent-regenerate-history): New function.
1445         (gnus-agent-regenerate): Show messages.
1446
1447 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1448
1449         * gnus-agent.el (gnus-agent-regenerate-group): New function.
1450         (gnus-agent-regenerate): New function.
1451         (gnus-agent-save-alist): Sort.
1452         (gnus-agent-copy-nov-line): Test eobp.
1453         (gnus-agent-retrieve-headers): Erase buffer.
1454
1455 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
1456
1457         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
1458         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
1459
1460         * gnus.el (gnus-agent-covered-methods): Move here.
1461         (gnus-online): New function.
1462         (gnus-agent-method-p): Move here.
1463
1464         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
1465         nil. Remove articles-alist.
1466
1467         * gnus-start.el (gnus-get-unread-articles): Check online.
1468         (gnus-groups-to-gnus-format): Ditto.
1469         (gnus-active-to-gnus-format): Ditto.
1470
1471         * gnus-agent.el (gnus-agent-get-function): Use it.
1472         (gnus-agent-get-undownloaded-list): Ditto.
1473         (gnus-agent-fetch-session): Only fetch online methods.
1474
1475         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
1476         (gnus-server-mode-map): Ditto.
1477         (gnus-server-offline-face): New face.
1478         (gnus-server-offline-face): New variable.
1479         (gnus-server-font-lock-keywords): Add offline.
1480         (gnus-server-insert-server-line): Ditto.
1481         (gnus-server-offline-server): New function.
1482
1483         * gnus-int.el (gnus-open-server): Turn to offline.
1484         (gnus-server-unopen-status): New variable.
1485
1486 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
1487
1488         * nnkiboze.el (nnkiboze-request-article): Use
1489         gnus-agent-request-article.
1490
1491         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
1492         function. Insert undownloaded NOV.
1493
1494         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
1495         (gnus-agent-request-article): New function.
1496
1497         * gnus.el (gnus-agent-cache): New variable.
1498
1499         * gnus-int.el (gnus-retrieve-headers): Use
1500         gnus-agent-retrieve-headers.
1501         (gnus-request-head): Use gnus-agent-request-article.
1502         (gnus-request-body): Ditto.
1503
1504         * gnus-art.el (gnus-request-article-this-buffer): Use
1505         gnus-agent-request-article.
1506
1507         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
1508         article if it is undownloaded.
1509
1510 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1511
1512         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
1513
1514 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1515
1516         * canlock.el (canlock-string-as-unibyte): New macro.
1517         (canlock-sha1-with-openssl): Return a unibyte string.
1518         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
1519
1520 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
1521
1522         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
1523
1524 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1525
1526         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
1527         application/x-emacs-lisp.
1528
1529         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
1530
1531         * nntp.el (nntp-request-article): Add group parameter.
1532         (nntp-request-head): Ditto.
1533         (nntp-find-group-and-number): Add parameter group. Figure out
1534         number if the status line doesn't give (e.g. quimby.gnus.org).
1535
1536 2002-01-08  Simon Josefsson  <jas@extundo.com>
1537
1538         * mml.el (mml-generate-mime-1): Set recipient correctly.
1539
1540 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1541
1542         * message.el (message-read-from-minibuffer): Add parameter
1543         initial-contents.
1544         * gnus-msg.el (gnus-summary-resend-message): Use it.
1545
1546         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
1547         behavior of quit-config.
1548
1549         * message.el (message-make-from): Don't quote fullname.
1550         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
1551
1552         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
1553         From: <andre@slamdunknetworks.com>
1554
1555 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1556
1557         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
1558
1559         * gnus-art.el (gnus-header-button-alist): Handle mailto.
1560
1561         * mml.el (mml-preview): Bind gnus-original-article-buffer because
1562         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
1563         because bbdb may use it.
1564
1565 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1566
1567         * nneething.el (nneething-request-article): When a non-text file
1568         is converted to an article, its data is encoded in base64.  Call
1569         `nneething-make-head' with options to specify MIME types.
1570         (nneething-make-head): Add optional arguments to specify MIME
1571         types.
1572
1573 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1574
1575         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
1576         header if there is not.
1577
1578         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
1579
1580         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
1581         (gnus-inews-mark-gcc-as-read): Obsolete variable.
1582         (gnus-inews-do-gcc): Use them.
1583
1584         * gnus-group.el (gnus-group-mark-article-read): Put holes into
1585         gnus-newsgroup-unselected.
1586
1587 2002-01-06  Simon Josefsson  <jas@extundo.com>
1588
1589         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
1590         condition-case, not ignore-errors.
1591
1592 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1593
1594         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
1595         gnus-fetch-old-headers.
1596
1597         * gnus-art.el (article-display-x-face): Use the current buffer
1598         unless `W f'. Otherwise, X-Face may be shown in the header of a
1599         forwarded part.
1600         (gnus-treatment-function-alist): Treat xface before hiding
1601         headers.
1602
1603 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1604
1605         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
1606         parameters.
1607
1608 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1609
1610         * mm-util.el (mm-multibyte-p): Define conditionally when load.
1611         (mm-guess-charset): New function.
1612         (mm-charset-after): Use it.
1613         (mm-detect-coding-region): New function.
1614         (mm-detect-mime-charset-region): New function.
1615
1616         * gnus-sum.el (gnus-summary-show-article): Use
1617         mm-detect-coding-region.
1618
1619 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1620
1621         * message.el (message-make-fqdn): Be less violent.
1622
1623         * gnus.el (gnus-logo-color-style): Compute custom form
1624         automatically.
1625
1626         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
1627         score file of the parent to the document group.
1628
1629         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
1630         parameters parameter.
1631
1632         * gnus-score.el (gnus-score-load-file): Clean up.
1633
1634 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1635
1636         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
1637         From: Damien Wyart <damien.wyart@free.fr>
1638
1639         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
1640
1641 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
1642
1643         * gnus-sum.el (gnus-select-group-hook): Typo.
1644
1645         * rfc2047.el (rfc2047-decode-string): Return immediately if there
1646         is no quoted-printable-encoded STRING.
1647         From: Jesper Harder <harder@ifa.au.dk>
1648
1649         (rfc2047-decode-string): Decode it.
1650
1651 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1652
1653         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
1654
1655 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
1656
1657         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
1658         buffer to get rid of junk line.
1659
1660 2002-01-05  Simon Josefsson  <jas@extundo.com>
1661
1662         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
1663         C-o.
1664         (message-mode-map): Bind message-insert-or-toggle-importance to
1665         C-c C-u.
1666         (message-mode-map): Bind message-disposition-notification-to to
1667         C-c M-n.
1668         (message-mode-menu): Add m-d-n-t.
1669         (message-mode-field-menu): Add m-goto-from.
1670         (message-mode): Doc fix.
1671         (message-goto-from): New function.
1672         (message-insert-disposition-notification-to): New function.
1673         (message-tool-bar-map): Add receipt button.
1674
1675 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1676
1677         * gnus-sum.el (gnus-thread-latest-date): New function.
1678         (gnus-thread-sort-by-most-recent-number): Renamed.
1679         (gnus-thread-sort-functions): Doc fix.
1680         (gnus-select-group-hook): Don't use setq on a hook.
1681         (gnus-thread-latest-date): Use date, not number
1682
1683         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
1684         (gnus-agent-expire): Allow regexp of expire-days.
1685
1686         * gnus-art.el (gnus-article-reply-with-original): Deactivate
1687         region.
1688         (gnus-article-followup-with-original): Ditto.
1689
1690         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
1691
1692         * gnus-art.el (gnus-mime-display-alternative): Use
1693         gnus-local-map-property.
1694         (gnus-mime-display-alternative): Ditto.
1695         (gnus-insert-mime-security-button): Ditto.
1696         (gnus-insert-next-page-button): Ditto.
1697         (gnus-button-prev-page): Take optional args.
1698         (gnus-insert-prev-page-button): widget-convert.
1699
1700         * gnus-util.el (gnus-local-map-property): New function.
1701
1702         * gnus-art.el (gnus-prev-page-map): Use parent map.
1703         (gnus-next-page-map): Ditto.
1704
1705         * gnus-spec.el (gnus-parse-format): Clean up.
1706         (gnus-parse-format): Do complex formatting for %=.
1707
1708         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
1709         "X-Face: " to the data in the built-in scenario.
1710
1711         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
1712         (gnus-correct-pad-form): Renamed.
1713         (gnus-tilde-max-form): Clean up.
1714         (gnus-pad-form): Use gnus-use-correct-string-widths.
1715
1716         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
1717         support if that is available.
1718
1719         * gnus-sum.el (gnus-thread-highest-number): New function.
1720         (gnus-thread-sort-by-most-recent-thread): New function.
1721         (gnus-thread-sort-functions): Doc fix.
1722
1723 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
1724
1725         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
1726         all cases.
1727         (gnus-summary-mode): Enable it in all cases.
1728         (gnus-summary-display-article): Ditto.
1729         (gnus-summary-edit-article): Ditto.
1730
1731         * gnus-ems.el (gnus-put-image): Really return glyph.
1732
1733         * gnus-art.el (gnus-article-x-face-command): Fix :type.
1734         (gnus-treat-smiley): Don't take "P" in the interactive form.
1735
1736 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1737
1738         * compface.el (uncompface): XEmacs and Emacs have differing
1739         capabilities.
1740
1741         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
1742
1743         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
1744         (gnus-article-xface-ring-size): Removed.
1745         (gnus-article-display-xface): Removed.
1746         (gnus-remove-image): Cleaned up.
1747
1748         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
1749         (gnus-xmas-create-image): Take pbm files.
1750         (gnus-x-face): Removed.
1751         (gnus-xmas-article-display-xface): Removed.
1752
1753         * gnus-fun.el (gnus-display-x-face-in-from): Bind
1754         default-enable-multibyte-characters.
1755
1756         * compface.el (uncompface): Doc fix.
1757
1758         * gnus-art.el (gnus-article-x-face-command): Use
1759         gnus-display-x-face-in-from.
1760
1761         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
1762
1763         * gnus-ems.el (gnus-put-image): Return the image.
1764
1765         * gnus-fun.el (gnus-display-x-face-in-from): New function.
1766         (gnus-x-face): Moved here.
1767
1768 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
1769
1770         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
1771         invisible if string is nil.
1772         (gnus-xmas-article-display-xface): Use it.
1773
1774         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
1775         property when string is nil.
1776         (gnus-article-display-xface): Use it.
1777
1778 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1779
1780         * gnus-art.el (article-display-x-face): Check whether valid grey
1781         face was returned.
1782         (article-display-x-face): Place image in the right spot.
1783
1784         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
1785         stderr.
1786         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
1787
1788 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1789
1790         * gnus-xmas.el (gnus-xmas-create-image): Take optional
1791         parameters.
1792         (gnus-xmas-put-image): Allow non-strings to be passed.
1793
1794         * gnus-art.el (article-display-x-face): Use optional parameters.
1795
1796         * gnus-ems.el (gnus-create-image): Take optional parameters.
1797
1798         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
1799
1800         * compface.el (compface-xbm-p): Removed.
1801
1802         * gnus-ems.el (gnus-article-compface-xbm): Removed.
1803         (gnus-article-display-xface): Use compface.
1804
1805         * compface.el: New file.
1806
1807         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
1808         (gnus-convert-image-to-x-face-command): Ditto.
1809         (gnus-random-x-face): Quote argument.
1810         (gnus-x-face-from-file): Ditto.
1811
1812 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
1813
1814         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
1815         the expire-group parameter once per article rather than once
1816         per group; bind `nnmaildir-article-file-name' and `article'
1817         for convenience.  Leave article alone when expire-group
1818         specifies the current group.
1819         (nnmaildir--update-nov): be more concurrency-friendly with
1820         temp file names.
1821
1822 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1823
1824         * gnus-start.el (gnus-read-init-file): Cleaned up.
1825
1826 2002-01-03  Dave Love  <d.love@dl.ac.uk>
1827
1828         * gnus-start.el (gnus-startup-file-coding-system): Removed.
1829         (gnus-read-init-file): Don't use it.
1830
1831 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1832
1833         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
1834
1835 2002-01-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1836
1837         * gnus-start.el (gnus-read-init-file): Don't force coding system
1838         for ~/.gnus.  From Dave Love <fx@gnu.org>.
1839
1840 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
1841
1842         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
1843         * nnspool.el (nnspool-request-post): Ditto.
1844
1845         * mm-util.el (mm-use-find-coding-systems-region): New variable.
1846         (mm-find-mime-charset-region): Use it.
1847
1848 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
1849
1850         * gnus.el (gnus-summary-line-format): Added :link.
1851         * gnus-topic.el (gnus-topic-line-format): Ditto.
1852         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
1853         * gnus-srvr.el (gnus-server-line-format): Ditto.
1854         * gnus-group.el (gnus-group-line-format): Ditto.
1855
1856         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
1857         :keys, it works on both Emacsen.
1858
1859 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
1860
1861         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
1862
1863 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1864
1865         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
1866
1867 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
1868
1869         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
1870         very wide reply.
1871
1872 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1873
1874         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
1875         (gnus-picon-cache): New variable.
1876         (gnus-picon-transform-newsgroups): Cache stuff.
1877
1878         * gnus-art.el (gnus-article-reply-with-original): New command.
1879         (gnus-article-followup-with-original): New command.
1880
1881         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
1882         END parameters.
1883         (gnus-summary-followup): Take a list of list of articles.
1884         (gnus-inews-yank-articles): Allow lists of article/regions.
1885
1886         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
1887         longer the usual commands.
1888
1889         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
1890         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
1891         shell-command-on-region.
1892
1893 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
1894
1895         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
1896           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
1897
1898 2002-01-03  Steve Youngs  <youngs@xemacs.org>
1899
1900         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
1901         understand ':keys', wrap it in an featurep 'xemacs.
1902
1903 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
1904
1905         * gnus-ems.el (gnus-article-display-xface): Show xface in the
1906         order of headers (Actually, it is called in a reversed order). Add
1907         'gnus-image-text-deletable property.
1908         (gnus-remove-image): Remove text with such a property.
1909
1910         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
1911         gnus-put-image.
1912
1913         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
1914         with ", "
1915
1916 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1917
1918         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
1919
1920         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
1921         (article-display-x-face): Display grey X-Faces.
1922
1923         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
1924         (gnus-convert-gray-x-face-to-ppm): Ditto.
1925         (gnus-convert-image-to-gray-x-face): Ditto.
1926
1927         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
1928         gnus-summary-show-raw-article.
1929
1930 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
1931
1932         Display picons in XEmacs without showing text.
1933
1934         * gnus-xmas.el (gnus-xmas-create-image): Don't use
1935         mm-create-image-xemacs to create xbm glyph, because it deletes
1936         temporary files.
1937         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
1938         (gnus-xmas-remove-image): Make text visible, remove glyph.
1939
1940         * gnus-picon.el (gnus-picon-transform-newsgroups)
1941         (gnus-picon-transform-address): Insert spec backward, due to the
1942         incompatibility of gnus-xmas-put-image.
1943
1944 2002-01-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1945
1946         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
1947
1948 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1949
1950         * gnus.el: Doc fix.
1951
1952         * gnus-art.el: Doc fix.
1953
1954         * gnus-agent.el: Doc fix.
1955
1956 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1957
1958         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
1959
1960 2002-01-01  Paul Jarc <prj@po.cwru.edu>
1961
1962         * nnmaildir.el (nnmaildir--update-nov): automatically parse
1963         NOV data out of the message again if nnmail-extra-headers has
1964         changed.
1965
1966 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1967
1968         * gnus-fun.el: New file.
1969         (gnus-convert-image-to-x-face-command): New variable.
1970         (gnus-insert-x-face): New function.
1971         (gnus-random-x-face): Renamed.
1972         (gnus-x-face-from-file): Renamed.
1973
1974         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
1975         "_".
1976         (gnus-body-boundary-delimiter): Typo fix.
1977
1978 2002-01-02  Simon Josefsson  <jas@extundo.com>
1979
1980         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
1981         (gnus-body-boundary-delimiter): Fix type.
1982
1983 2002-01-01  Simon Josefsson  <jas@extundo.com>
1984
1985         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
1986         (gnus-treat-emphasize, gnus-treat-strip-cr)
1987         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
1988         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
1989         (gnus-treat-fill-article, gnus-treat-hide-citation)
1990         (gnus-treat-hide-citation-maybe)
1991         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
1992         (gnus-treat-strip-pem, gnus-treat-strip-banner)
1993         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
1994         (gnus-treat-date-ut, gnus-treat-date-local)
1995         (gnus-treat-date-english, gnus-treat-date-lapsed)
1996         (gnus-treat-date-original, gnus-treat-date-iso8601)
1997         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
1998         (gnus-treat-strip-trailing-blank-lines)
1999         (gnus-treat-strip-leading-blank-lines)
2000         (gnus-treat-strip-multiple-blank-lines)
2001         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
2002         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
2003         (gnus-treat-display-xface, gnus-treat-display-smileys)
2004         (gnus-treat-from-picon, gnus-treat-mail-picon)
2005         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
2006         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
2007         (gnus-treat-play-sounds, gnus-treat-translate)
2008         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
2009
2010         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
2011         (gnus-article-treat-body-boundary): Use it.
2012
2013         * message.el (message-mode): Fix doc.
2014         (message-mode-menu): Fix names.
2015
2016 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2017
2018         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
2019         articles.
2020
2021         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
2022         (gnus-picon-transform-address): Search for unknown faces as well.
2023         (gnus-picon-find-face): Don't search "news" for MISC.
2024         (gnus-picon-user-directories): Changed default back to exclude
2025         "unknown".
2026
2027         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
2028
2029         * gnus-picon.el (gnus-picon-find-face): Search through all
2030         databases.
2031         (gnus-picon-find-face): New implementation.
2032
2033         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
2034         keystroke.
2035         (gnus-topic-goto-next-topic): Ditto.
2036
2037         * gnus.el (gnus-summary-line-format): Changed default.
2038
2039         * nnmail.el (nnmail-extra-headers): Change default.
2040
2041         * gnus-sum.el (gnus-extra-headers): Change default.
2042
2043         * message.el (message-news-other-window): Changed "news" to
2044         "posting".
2045         (message-news-other-frame): Ditto.
2046         (message-do-send-housekeeping): Ditto.
2047
2048         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
2049         function.
2050         (gnus-article-unread-p): New function.
2051         (gnus-article-unseen-p): New function.
2052         (gnus-dead-summary-mode-map): Typo.
2053
2054         * gnus-util.el (gnus-make-predicate): New function.
2055         (gnus-make-predicate-1): New function.
2056
2057         * gnus-sum.el: New function.
2058         (gnus-map-articles): New function.
2059
2060         * gnus-art.el (gnus-treat-fold-headers): New variable.
2061         (gnus-article-treat-fold-headers): New command and keystroke.
2062
2063         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
2064         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
2065
2066 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2067
2068         * message.el (message-fcc-externalize-attachments): New variable.
2069         (message-do-fcc): Use it.
2070
2071         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
2072         (gnus-inews-do-gcc): Use it.
2073
2074         * mml.el (mml-tweak-sexp-alist): New variable.
2075         (mml-externalize-attachments): New variable.
2076         (mml-tweak-part): Use mml-tweak-sexp-alist.
2077         (mml-tweak-externalize-attachments): New function.
2078
2079 2002-01-01  Steve Youngs  <youngs@xemacs.org>
2080
2081         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
2082         'set-glyph-face' so x-face back/foreground can be set.
2083
2084 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
2085
2086         * message.el (message-fix-before-sending): Fix a typo.
2087
2088 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2089
2090         * gnus-art.el (gnus-treat-smiley): Renamed command.
2091         (gnus-article-remove-images): New command and keystroke.
2092
2093         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
2094
2095         * smiley-ems.el (gnus-smiley-display): Removed.
2096
2097         * gnus.el (gnus-version-number): Update version.
2098
2099         * message.el (message-text-with-property): Renamed and moved
2100         here.
2101         (message-fix-before-sending): Highlight invisible text and place
2102         point there.
2103
2104 2002-01-01 02:32:53 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2105
2106         * gnus.el: Oort Gnus v0.04 is released.
2107
2108 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2109
2110         * gnus-delay.el (gnus-delay-send-queue): Renamed.
2111
2112         * gnus-art.el (gnus-ignored-headers): More headers,
2113
2114         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
2115         of `scan-error', since XEmacs doesn't seem to support that.
2116
2117 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2118
2119         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
2120         arg.
2121         (gnus-summary-best-unread-subject): Ditto.
2122         (gnus-summary-best-unread-subject): No, don't.
2123         (gnus-summary-better-unread-subject): New command.
2124
2125         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
2126
2127         * lpath.el ((featurep 'xemacs)): fbind url function.
2128
2129         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
2130         buffer.
2131         (gnus-xmas-remove-image): Implementation that does something.
2132         (gnus-xmas-article-display-xface): Mark images properly.
2133
2134         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
2135
2136 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
2137
2138         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
2139
2140 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2141
2142         * gnus-group.el (gnus-group-line-format): Added %O to the default
2143         value.
2144
2145         * gnus-util.el (gnus-text-with-property): The smallest point is
2146         point-min.
2147
2148         * smiley-ems.el (smiley-region): Return images.
2149         (gnus-smiley-display): Allow toggling.
2150         (smiley-region): Use text properties, not overlays.
2151
2152         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
2153         implemented yet.
2154
2155         * smiley-ems.el (smiley-update-cache): Check for valid types.
2156
2157         * gnus-art.el (gnus-with-article-buffer): New macro.
2158
2159         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
2160         strings as well as the glyphs.
2161         (gnus-picon-transform-address): Ditto.
2162         (gnus-picon-insert-glyph): Ditto.
2163         (gnus-picon-transform-newsgroups): Toggle.
2164         (gnus-picon-transform-address): Toggle.
2165
2166         * gnus-ems.el (gnus-remove-image): New function.
2167         (gnus-put-image): Take an optional string.
2168
2169         * gnus-util.el (gnus-text-with-property): New function.
2170
2171         * gnus-art.el (gnus-delete-images): New function.
2172
2173         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
2174
2175         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
2176         (gnus-article-wash-status): Use it.
2177         (gnus-signature-toggle): Clean up.
2178         (gnus-add-wash-status): New function.
2179         (gnus-delete-wash-status): New function.
2180         (gnus-article-hide-text-type): Use them throughout.
2181         (gnus-add-image): New function.
2182
2183         * gnus-ems.el (gnus-article-display-xface): Use new interface.
2184
2185         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
2186         interface.
2187
2188         * gnus-art.el (article-display-x-face): Cleaned up.
2189
2190         * rfc2047.el (rfc2047-field-value): New function.
2191
2192         * mail-parse.el (mail-header-field-value): New alias.
2193
2194         * gnus-art.el (gnus-mime-print-part): Fix typos.
2195
2196         * smiley-ems.el (gnus-smiley-file-types): New variable.
2197         (smiley-update-cache): Use it.
2198         (smiley-regexp-alist): Suffix-less smiley names.
2199         (smiley-regexp-alist): Added more smileys.
2200
2201         * gnus-sum.el (gnus-print-buffer): Made into own function.
2202         (gnus-summary-print-article): Use it.
2203
2204         * mailcap.el (mailcap-mime-info): Actually return the bit that we
2205         looked for when REQUEST is a string.
2206
2207         * gnus-art.el (gnus-mime-button-commands): Add printing
2208         keystroke.
2209         (gnus-mime-copy-part): Doc fix.
2210         (gnus-mime-print-part): New command.
2211
2212 2001-12-31  Simon Josefsson  <jas@extundo.com>
2213
2214         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
2215         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
2216
2217 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
2218
2219         * gnus-picon.el (gnus-treat-from-picon): Autoload.
2220         (picon): Fix doc.
2221
2222         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
2223         longer exists. Remove those codes.
2224         * gnus.el (gnus-use-picons): Ditto.
2225
2226 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227
2228         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
2229         infloop.
2230
2231         * gnus-sum.el (t): New `W D' map.
2232
2233         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
2234         (gnus-article-treat-body-boundary): Clean up.
2235         (gnus-body-boundary-face): Removed.
2236         (gnus-article-goto-header): Moved here.
2237         (gnus-article-goto-header): Allow better regexps.
2238         (gnus-article-treat-fold-newsgroups): New command.
2239
2240         * gnus-sum.el (gnus-summary-move-article): We have to select an
2241         article to give `gnus-read-move-group-name' an opportunity to
2242         suggest an appropriate default.
2243
2244         * rfc2047.el (rfc2047-fold-line): New function.
2245         (rfc2047-unfold-line): Ditto.
2246         (rfc2047-fold-region): Don't fold just after the header name.
2247
2248         * mail-parse.el (mail-header-fold-line): New alias.
2249         (mail-header-unfold-line): Ditto.
2250
2251         * gnus-art.el (gnus-body-boundary-face): Renamed.
2252         (gnus-article-treat-body-boundary): Use it.
2253         (gnus-article-treat-body-boundary): Use an invisible header and a
2254         line of underline characters.
2255
2256 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
2257
2258         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
2259
2260         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
2261         (gnus-picon-split-address): New function.
2262         (gnus-picon-find-face): Use it.
2263         (gnus-picon-transform-address): Use it. Set first to t for each
2264         address.
2265
2266         * gnus-art.el (gnus-with-article-headers): Move to here. Define
2267         the macro then use it.
2268         (gnus-treatment-function-alist): Treat picons earlier.
2269
2270 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2271
2272         * gnus-art.el (gnus-body-separator-face): New variable.
2273         (gnus-article-treat-body-boundary): Use a blank, colored line.
2274
2275         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
2276         well.
2277
2278         * gnus-art.el (gnus-treat-body-boundary): New variable.
2279         (gnus-article-treat-unfold-headers): Use helper macro.
2280         (gnus-article-treat-body-boundary): New command.
2281
2282         * gnus.el (gnus-logo-color-style): Change the default color.
2283         (gnus-splash-face): Gray, gray.
2284
2285         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
2286         colors.
2287
2288         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
2289         (gnus-logo-color-style): Ditto.
2290         (gnus-logo-colors): Ditto.
2291
2292         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
2293
2294         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
2295
2296         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
2297         (gnus-picon-transform-newsgroups): New function.
2298
2299         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
2300         string.
2301
2302         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
2303
2304         * gnus-art.el (gnus-treat-cc-picon): New variable.
2305         (gnus-treat-mail-picon): Renamed.
2306
2307         * gnus-picon.el: New implementation.
2308         (gnus-picon-find-face): Renamed.
2309         (gnus-treat-from-picon): Use it.
2310         (gnus-picon-transform-address): Renamed.
2311         (gnus-treat-from-picon): Use it.
2312         (gnus-picon-create-glyph): Renamed.
2313         (gnus-picon-transform-address): Use it.
2314         (gnus-treat-cc-picon): New command.
2315
2316         * mm-decode.el (mm-create-image-xemacs): Separated out into
2317         function.
2318         (mm-get-image): Use it.
2319
2320         * gnus-art.el (gnus-treat-display-picons): Simplify.
2321         (gnus-treat-from-picon): Renamed.
2322
2323         * gnus-ems.el (gnus-create-image): New function.
2324         (gnus-put-image): New function.
2325
2326         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
2327         (gnus-with-article-headers): New macro.
2328         (gnus-article-goto-header): New function.
2329
2330         * gnus-xmas.el (gnus-image-type-available-p): New function.
2331
2332         * gnus-ems.el (gnus-image-type-available-p): New function.
2333
2334 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
2335
2336         * nnrss.el (nnrss-check-group): Find the correct tag, because
2337         xml.el is changed.
2338
2339 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2340
2341         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
2342         lines are shorter than the window width.
2343         (gnus-ignored-headers): More headers.
2344
2345 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2346
2347         * gnus-art.el (gnus-treat-unfold-lines): New variable.
2348         (gnus-treat-unfold-headers): Renamed.
2349         (gnus-article-treat-unfold-headers): New command and keystroke.
2350
2351         * rfc2047.el (rfc2047-encode-message-header): Clean up.
2352
2353         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
2354
2355 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
2356
2357         * sha1-el.el (sha1-use-external): New variable.
2358         (sha1-region): Use it.
2359         (sha1-string): Ditto.
2360
2361         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
2362         * gnus-picon.el: Less warnings when compile.
2363
2364 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2365
2366         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
2367         alias.
2368         (gnus-picons-database): Default to list.
2369         (gnus-picons-lookup-internal): Use it.
2370
2371         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
2372         to "bogus".
2373
2374         * gnus-win.el (gnus-configure-windows-hook): New hook.
2375
2376 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
2377
2378         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
2379
2380 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2381
2382         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
2383         lists.
2384         (gnus-select-newsgroup): Don't append; push.
2385         (gnus-adjust-marked-articles): Remove obsolete ranges from
2386         `seen'.
2387         (gnus-update-marks): Clean up.
2388         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
2389
2390 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
2391
2392         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
2393
2394 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2395
2396         * gnus-sum.el (gnus-auto-select-subject): New variable.
2397         (gnus-summary-best-unread-subject): New function.
2398         (gnus-summary-best-unread-article): Use it.
2399         (gnus-summary-first-unseen-subject): New function and command.
2400
2401         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
2402         other treatments.
2403
2404         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
2405         function.
2406
2407         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
2408         from the list of hidden types.
2409
2410         * mm-view.el (mm-inline-text): Ditto.
2411         (mm-inline-text): Ditto.
2412         (mm-w3-prepare-buffer): Ditto.
2413
2414         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
2415
2416 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2417
2418         * gnus-art.el (gnus-ignored-headers): Added more headers.
2419
2420 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
2421
2422         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
2423         once.
2424
2425 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2426
2427         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
2428
2429 2001-12-28  Simon Josefsson  <jas@extundo.com>
2430
2431         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
2432         Jesper Harder <harder@ifa.au.dk>.
2433
2434 2001-12-27  Simon Josefsson  <jas@extundo.com>
2435
2436         * gnus-sum.el (gnus-select-newsgroup): Make
2437         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
2438         contain all articles (instead of none) when no seen marks have
2439         been set for the group.
2440         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
2441         instead, it seems to result in shorter ranges.
2442
2443 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2444
2445         * mm-util.el (mm-iso-8859-x-to-15-region): Use
2446         insert-before-markers.
2447         From Jesper Harder <harder@ifa.au.dk>
2448
2449 2001-12-26  Paul Jarc <prj@po.cwru.edu>
2450
2451         * nnmaildir.el (nnmaildir-save-mail): create the destination
2452         groups if they do not exist.
2453
2454 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2455
2456         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
2457
2458 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2459
2460         * gnus-group.el (gnus-group-read-ephemeral-group): Call
2461         gnus-group-real-name.
2462
2463         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
2464         (gnus-newsgroup-variables): Ditto.
2465
2466         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
2467         return it.
2468
2469 2001-12-21  Paul Jarc <prj@po.cwru.edu>
2470
2471         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
2472         * nnmaildir.el (top-level): Add commentary.
2473         (nnmaildir-version): Indicate that nnmaildir is now a standard
2474         part of Gnus, not separately released.
2475
2476 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2477
2478         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
2479         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
2480         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
2481         From  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2482
2483 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2484
2485         * nnmaildir.el: Copyright changes. Require cl only at compile time.
2486
2487 2001-12-20  Simon Josefsson  <jas@extundo.com>
2488
2489         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
2490         ZHU <zsh@cs.rochester.edu>.
2491         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
2492         Brian P Templeton <bpt@tunes.org>.
2493
2494 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2495
2496         * nnmaildir.el: New file.
2497         From Paul Jarc <prj@po.cwru.edu>.
2498
2499 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2500
2501         * nndoc.el (nndoc-type-alist): Move forward to the end.
2502
2503 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2504
2505         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
2506         `dolist'.
2507
2508 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2509
2510         * gnus-win.el (gnus-frames-on-display-list): New function.
2511         (gnus-get-buffer-window): Use it.
2512
2513 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2514
2515         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
2516
2517 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2518
2519         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
2520
2521 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2522            From Harald Meland <Harald.Meland@usit.uio.no>
2523
2524         * gnus-win.el (gnus-get-buffer-window): New function.
2525         (gnus-all-windows-visible-p): Use it.
2526
2527         * gnus-util.el (gnus-horizontal-recenter)
2528         (gnus-horizontal-recenter, gnus-horizontal-recenter)
2529         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
2530
2531         * gnus-score.el (gnus-score-insert-help): Use it.
2532
2533         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
2534         (gnus-generate-tree, gnus-highlight-selected-tree)
2535         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
2536         it.
2537
2538         * gnus-art.el (gnus-article-set-window-start)
2539         (gnus-mm-display-part, gnus-request-article-this-buffer)
2540         (gnus-button-next-page, gnus-button-prev-page)
2541         (gnus-article-button-next-page, gnus-article-button-prev-page):
2542         Use it.
2543
2544 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
2545
2546         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
2547         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
2548         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
2549
2550 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2551
2552         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
2553         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
2554         * mml1991.el, nnultimate.el: Add `coding'.
2555
2556 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
2557
2558         * ChangeLog: changed coding to buffer-file-coding-system
2559         * ChangeLog.1: same
2560         * nnwfm.el: same
2561         * gnus-smiley.el: same
2562         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
2563         * gnus-delay.el: same
2564         * gnus-spec.el: same
2565         * message.el: same
2566         * mml1991.el: same
2567         * nnultimate.el: same
2568
2569 2001-12-16  Simon Josefsson  <jas@extundo.com>
2570         Inspired by code by Dirk Meyer <dischi@tzi.de>.
2571
2572         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
2573         (gnus-summary-save-map): Add muttprint.
2574         (gnus-summary-make-menu-bar): Ditto.
2575         (gnus-summary-muttprint): New function.
2576
2577         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
2578
2579 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2580
2581         * uudecode.el (uudecode-decode-region-internal): Speedup by using
2582         temporary list instead of buffer.
2583
2584         * mm-url.el (executable-find): autoload.
2585
2586 2001-12-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2587
2588         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
2589         to variable, follow doc-string conventions).
2590
2591 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
2592
2593         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
2594         subscribe-level
2595         * gnus-topic.el (gnus-subscribe-topics): use it.
2596
2597 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2598
2599         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
2600         messages. (A small patch with indentation)
2601         From Sean Neakums <sneakums@zork.net>.
2602
2603         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
2604         nil after shooting down the gnus-original-article-buffer.
2605
2606 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2607
2608         * uudecode.el (uudecode-use-external): New variable.
2609         (uudecode-decode-region): Automatically detect external program.
2610
2611         * binhex.el (binhex-use-external): New variable.
2612         (binhex-decode-region-internal): New function.
2613         (binhex-decode-region): Automatically detect external program.
2614
2615         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
2616         Use them.
2617
2618 2001-12-12  Simon Josefsson  <jas@extundo.com>
2619
2620         * nnvirtual.el (nnvirtual-always-rescan)
2621         (nnvirtual-component-regexp): Fix doc.
2622
2623         * nnoo.el (defvoo): Add doc to defvoo variables.
2624
2625         * nnml.el (nnml-directory, nnml-active-file)
2626         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
2627         (nnml-marks-is-evil, nnml-filenames-are-evil)
2628         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
2629
2630         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
2631         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
2632         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
2633         `error'.
2634
2635         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
2636         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
2637
2638         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
2639         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
2640         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
2641         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
2642
2643         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
2644         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
2645
2646         * imap.el, nnimap.el: Fix indentation.
2647
2648         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
2649
2650 2001-12-12  Didier Verna  <didier@xemacs.org>
2651
2652         * gnus-msg.el (gnus-group-news): New function.
2653         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
2654         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
2655         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
2656         for it.
2657         * gnus-msg.el (gnus-summary-news-other-window): New function.
2658         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
2659         bind it to `i'.
2660         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
2661         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
2662         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
2663         for it (called with a prefix).
2664         * gnus-msg.el (gnus-configure-posting-styles): add an optional
2665         group-name argument.
2666         * gnus-msg.el (gnus-setup-message): use it.
2667
2668 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2669
2670         * gnus-sum.el (gnus-summary-show-article): Fix doc.
2671
2672 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2673
2674         * mml.el (mime-to-mml): Remove Content-Disposition too.
2675
2676 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2677
2678         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
2679         * gnus-group.el (gnus-group-name-decode): Decode unibyte
2680         strings only.
2681         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2682
2683 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
2684
2685         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
2686         (nnmail-fancy-expiry-target): Use it.
2687         Suggestions from Simon Josefsson <jas@extundo.com>.
2688
2689 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2690
2691         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
2692
2693 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2694
2695         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
2696
2697         * gnus-util.el (gnus-url-unhex-string): Move here.
2698
2699 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2700
2701         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
2702         mm-url-decode-entities-nbsp.
2703
2704         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
2705         * webmail.el, nnwfm.el: Use mm-url.
2706
2707         * mm-url.el (mm-url-fetch-form): Move from nnweb.
2708         (mm-url-remove-markup): Move from nnweb.
2709         (mm-url-fetch-simple): Move from webmail.
2710
2711         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
2712
2713 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2714
2715         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
2716         (gnus-summary-print-article): Use it.
2717
2718         * gnus-util.el (gnus-replace-in-string): Typo.
2719
2720 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2721
2722         * nnweb.el (nnweb-replace-in-string): Removed.
2723
2724         * gnus-util.el (gnus-replace-in-string): New function.
2725         (gnus-mode-string-quote): Use it.
2726
2727         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
2728         * nnwfm.el (nnwfm-create-mapping): Ditto.
2729
2730 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2731
2732         * dgnushack.el (dgnushack-compile): nnrss.el and
2733         nnslashdot.el don't depend on nnweb, url, w3.
2734
2735         * nnrss.el: Use mm-url.
2736
2737 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2738
2739         * mm-url.el (mm-url-insert-file-contents): Support file:.
2740
2741 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2742
2743         * mm-view.el: Lower case for the description line. Sync from the
2744         Emacs CVS.
2745
2746 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2747
2748         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
2749         From:  Stefan Monnier  <monnier@cs.yale.edu>
2750
2751 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2752
2753         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
2754
2755 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2756
2757         * mm-url.el: Require executable.
2758         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
2759
2760 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2761
2762         * pop3.el (pop3-munge-message-separator): Only use valid date.
2763         From Michael Welsh Duggan <md5i@cs.cmu.edu>.
2764
2765         * Makefile.in: gnus-load.elc may not be generated.
2766
2767 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2768
2769         * mm-url.el: New file.
2770         * nnslashdot.el: Use it.
2771         * mm-extern.el (mm-extern-url): Use it.
2772
2773 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2774
2775         * gnus-sum.el (gnus-summary-save-article): Nix
2776         gnus-display-mime-function and gnus-article-prepare-hook.
2777
2778         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
2779         the beginning of lines.
2780         (gnus-complex-form-to-spec): Ditto.
2781
2782 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2783
2784         * message.el (message-make-mft): Fix the m-s-a-file regexp.
2785         From Paul Jarc <prj@po.cwru.edu>.
2786
2787 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2788
2789         * message.el: New variable message-subscribed-address-file;
2790         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
2791
2792 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2793
2794         * message.el (message-tab-body-function): Set to nil.
2795         (message-tab): Use text-mode-map or global-map.
2796         Suggested by Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2797
2798 2001-11-30  Simon Josefsson  <jas@extundo.com>
2799
2800         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
2801         instead of gnus-union, for speed.  Suggested by Christoph Conrad
2802         <christoph.conrad@gmx.de>.
2803         (gnus-agent-fetch-group-1): Add verbose message.
2804
2805 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2806
2807         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
2808         of integers.
2809
2810 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2811
2812         * message.el (message-newgroups-header-regexp)
2813         (message-completion-alist, message-tab-body-function): Use
2814         defcustom rather than defvar.
2815         (message-tab): Mention `message-tab-body-function' in doc.
2816         Suggested by Karl Eichwalder.
2817
2818 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2819
2820         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
2821
2822 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2823
2824         * nnheader.el (nnheader-find-nov-line): Don't use macro
2825         gnus-delete-line.
2826
2827         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
2828         (gnus-group-name-charset): Ditto.
2829
2830         * gnus-util.el (gnus-buffer-live-p): Ditto.
2831
2832 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2833
2834         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
2835         open parenthesis in doc.
2836         (sieve-manage-authenticator-alist): Typo in doc.
2837         * imap.el (imap-authenticator-alist): Typo in doc.
2838         (imap-stream-alist): Backslash.
2839
2840         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
2841           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
2842
2843 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2844
2845         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
2846
2847         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
2848
2849         * gnus-msg.el (gnus-configure-posting-styles): use
2850         make-local-hook. Add LOCAL for add-hook.
2851
2852 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
2853
2854         * message.el (message-mode): Use `make-local-hook' unless
2855         obsolete.
2856         Patch by Katsumi Yamaoka  <yamaoka@jpl.org>.
2857
2858 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2859
2860         * canlock.el: Remove sha1.el and base64.el stuff.
2861
2862 2001-11-26  Didier Verna  <didier@xemacs.org>
2863
2864         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
2865         if needed.
2866
2867 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2868
2869         * message.el (message-tamago-not-in-use-p): New function.
2870         (message-strip-forbidden-properties): Use it.
2871
2872 2001-11-26  Didier Verna  <didier@xemacs.org>
2873
2874         * gnus-start.el (gnus-check-first-time-used): only check for
2875         existence of .el[d] files.
2876
2877 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2878
2879         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
2880
2881         * message.el (message-setup-1): Clean up mc-*.
2882
2883 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2884
2885         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
2886         * gnus-score.el (gnus-score-find-bnews): Use it.
2887
2888         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
2889         (gnus-summary-limit-to-author): Ditto.
2890         (gnus-summary-limit-to-extra): Ditto.
2891         (gnus-summary-find-matching): Support not-matching argument.
2892
2893 2001-11-25  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2894
2895         * message.el (message-wash-subject): Use `insert' rather than
2896         `insert-string', which is deprecated.
2897
2898 2001-11-24  Simon Josefsson  <jas@extundo.com>
2899
2900         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
2901         message. (Gnus does not "default" to using 8bit for the message,
2902         it default to use 8bit encoding and the user-supplied CTE
2903         value. Calling this behaviour "treating it as 8bit" is perhaps
2904         better.)
2905
2906         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
2907         (compare mm-charset-to-coding-system).
2908
2909 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2910
2911         * canlock.el (canlock-sha1-with-openssl): Use unibyte
2912         buffer. Correctly decode hex.
2913
2914 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2915
2916         * gnus-agent.el (gnus-category-insert-line): Convert category
2917         names to strings.
2918
2919 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2920
2921         * message.el (sha1): eval-and-compile.
2922
2923 2001-11-20  Simon Josefsson  <jas@extundo.com>
2924
2925         * message.el (message-allow-no-recipients): New variable.
2926         (message-send): Use it, customize the prompting when posting to
2927         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
2928
2929 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2930
2931         * mm-util.el (mm-coding-system-priorities): New variable.
2932         (mm-sort-coding-systems-predicate): New function.
2933         (mm-find-mime-charset-region): Resort coding systems if needed.
2934         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
2935
2936 2001-11-20  Didier Verna  <didier@xemacs.org>
2937
2938         * gnus-group.el (gnus-group-make-help-group): new optional
2939         argument to control the error behavior.
2940         * gnus-start.el (gnus-check-first-time-used): use it to avoid
2941         erroring.
2942
2943 2001-11-19  Simon Josefsson  <jas@extundo.com>
2944
2945         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
2946         instead of C-c C-u.  Suggested by Per Abrahamsen
2947         <abraham@dina.kvl.dk>.
2948
2949 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2950
2951         * nnfolder.el (nnfolder-read-folder): Use group instead of
2952         nnfolder-current-group.
2953         Suggested by Lorentey Karoly <lorentey@elte.hu>.
2954
2955 2001-11-17  Simon Josefsson  <jas@extundo.com>
2956
2957         * message.el (message-send): Ask user if Fcc/Gcc should be
2958         performed when no other sender was specified.
2959         Suggested by prj@po.cwru.edu (Paul Jarc).
2960
2961 2001-11-17  Simon Josefsson  <jas@extundo.com>
2962
2963         * message.el (message-mode, message-mode-map): Use C-c C-u for
2964         Importance: instead of C-c C-p (used by SC).
2965
2966 2001-11-16  Simon Josefsson  <jas@extundo.com>
2967
2968         * message.el (message-insert-importance-high)
2969         (message-insert-importance-low): Save point.
2970
2971         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
2972         value.
2973
2974 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
2975
2976         * message.el (message-strip-special-text-properties): New option.
2977         (message-strip-forbidden-properties): Obey it.
2978
2979 2001-11-14  Sam Steingold  <sds@gnu.org>
2980
2981         * gnus-score.el: Fixed some doc strings to properly quote symbols.
2982
2983 2001-11-15  Simon Josefsson  <jas@extundo.com>
2984
2985         Support "Importance:" header in Message.
2986
2987         * message.el (message-mode-map): Bind C-c C-p to
2988         `message-insert-or-toggle-importance'
2989         (message-mode-menu): Add message-insert-importance-{high,low}.
2990         (message-insert-importance-high, message-insert-importance-low)
2991         (message-insert-or-toggle-importance): New functions.
2992         (message-tool-bar-map): Add {un,}important.
2993         (message-mode): Doc fix.
2994
2995 2001-11-15  Simon Josefsson  <jas@extundo.com>
2996
2997         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
2998
2999         * mml.el (mml-menu): Fix toolbar tooltip.
3000
3001 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3002
3003         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
3004         * nnml.el (nnml-save-marks): Ditto.
3005
3006         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
3007
3008 2001-11-15  Simon Josefsson  <jas@extundo.com>
3009
3010         * nnml.el (nnml-save-marks):
3011         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
3012         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
3013
3014 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
3015
3016         * gnus-art.el (gnus-article-wash-status-strings): Use
3017         `copy-sequence', not `copy-seq'.
3018
3019 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
3020
3021         * gnus-art.el (gnus-article-wash-status-strings): New constant.
3022         (gnus-gnus-article-wash-status-entry): New function.
3023         (gnus-article-wash-status): Use it.
3024
3025 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3026
3027         * mml1991.el: Add coding header.
3028
3029 2001-11-12  Simon Josefsson  <jas@extundo.com>
3030
3031         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
3032         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
3033         `mml1991-sign' and `mml1991-encrypt'.
3034         (mml1991-encrypt, mml1991-sign): New glue functions.
3035         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
3036
3037         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
3038         (mml-menu): Add PGP to menu.
3039
3040         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
3041         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
3042         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
3043         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
3044
3045         * mml2015.el: Mention RFC 3156.
3046
3047         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
3048
3049 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3050
3051         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
3052
3053         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
3054           From <Michael.Cook@cisco.com>
3055
3056 2001-11-11  Simon Josefsson  <jas@extundo.com>
3057
3058         * message.el (top-level): Autoload sha1.
3059         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
3060         canlock, no need to require two different hash algs).  Suggested
3061         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
3062
3063 2001-11-09  Simon Josefsson  <jas@extundo.com>
3064
3065         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Bm\e(Bk
3066         <Pavel@Janik.cz>.
3067
3068 2001-11-09  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3069
3070         * message.el (message-point-in-header-p): New function.
3071         (message-do-auto-fill): Use it.
3072         (message-beginning-of-line): New function.  Goes to beginning of
3073         header value (i.e., end of header name), or to beginning of line
3074         if already at beginning of value.  Behaves like
3075         `beginning-of-line' when in message body.
3076         (message-mode-map): Bind it.
3077
3078 2001-11-08  Simon Josefsson  <jas@extundo.com>
3079
3080         * gnus-msg.el (gnus-posting-styles): Add doc.
3081
3082 2001-11-07  Simon Josefsson  <jas@extundo.com>
3083
3084         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
3085
3086         * sieve-mode.el (sieve-control-commands-face)
3087         (sieve-control-commands-face, sieve-action-commands-face)
3088         (sieve-test-commands-face, sieve-tagged-arguments-face): New
3089         faces.
3090         (sieve-font-lock-keywords): Use them.
3091         (sieve-mode): Only set font-lock-defaults in emacs.
3092
3093         * gnus-art.el (gnus-default-article-saver): Add
3094         gnus-summary-save-body-in-file.
3095         (gnus-summary-write-to-file): Fix doc.
3096
3097 2001-11-07  Simon Josefsson  <jas@extundo.com>
3098
3099         * gnus-art.el (gnus-treat-highlight-signature): Add cross
3100         reference to the correct chapter in the manual.
3101
3102         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
3103         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
3104
3105 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3106
3107         * mml.el (mml-preview): Bind mail-header-separator.
3108
3109 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3110
3111         * message.el: Always require canlock.
3112         (message-ignored-supersedes-headers): Include Cancel-Lock and
3113         Cancel-Key.
3114         (message-insert-canlock): Don't require canlock.
3115         (message-cancel-news): Don't check whether canlock is available.
3116         (message-supersede): Support cancel-locks.
3117
3118         * gnus-art.el: Don't autoload canlock.
3119
3120 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3121
3122         * mail-source.el (mail-source-fetch-imap): ASYNC param.
3123         From: <andre@slamdunknetworks.com>
3124
3125 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3126
3127         * many files: Fix copyright lines.
3128
3129 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3130
3131         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
3132         Suggested by Dave Love  <fx@gnu.org>.
3133
3134 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3135
3136         * message.el (message-kill-buffer): Remove auto-save file after
3137         confirm.
3138
3139         * message.el (message-send-mail): Call message-generate-headers
3140         once.  Suggested by Matt Armstrong <matt@lickey.com>.
3141
3142         * gnus-topic.el (gnus-topic-rename): Initial-input.
3143         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
3144
3145 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
3146
3147         * message.el (message-forbidden-properties): New constant.
3148         (message-strip-forbidden-properties): New function.
3149         (message-mode): Activate it.
3150
3151 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3152
3153         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
3154         (mm-hack-charsets): Fix doc.
3155
3156 2001-11-02  Simon Josefsson  <jas@extundo.com>
3157
3158         * gnus-int.el (gnus-check-server): Message "...done" when done.
3159
3160         * imap.el (imap-close): Don't message (imap-send-command-wait
3161         returns if the connection is dropped).
3162         (imap-wait-for-tag): Nix out message only when necessary.
3163
3164         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
3165         for non-crossposting.
3166         (gnus-sieve-crosspost): Default to t to be consistent with other
3167         parts of Gnus.
3168
3169 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3170
3171         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
3172         (mm-iso-8859-x-to-15-table): Ditto.
3173         (mm-iso-8859-x-to-15-region): Ditto.
3174         (mm-find-mime-charset-region): Ditto.
3175
3176 2001-11-01  Simon Josefsson  <jas@extundo.com>
3177
3178         * nnimap.el (nnimap-close-asynchronous): New variable.
3179         (nnimap-close-group): Use it.
3180         (nnimap-expunge): Don't use it.
3181
3182         * imap.el (imap-callbacks): New variable.
3183         (imap-remassoc): Copied from `gnus-remassoc'.
3184         (imap-add-callback): New function.
3185         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
3186         behaviour.
3187         (imap-parse-response): Call the callback.
3188
3189         * message.el (message-insert-canlock): New variable.
3190         (message-canlock-generate, message-canlock-password)
3191         (message-insert-canlock): New functions.
3192         (message-send-news): Call `message-insert-canlock'.
3193         (top-level): Require canlock when compiling.
3194         (message-insert-canlock): Require canlock before we need it.
3195
3196 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3197
3198         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
3199
3200 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3201
3202         * dgnushack.el (dgnushack-make-load): A workaround for
3203         custom-add-loads bug in some versions of XEmacs.
3204
3205 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3206
3207         * mm-util.el (mm-charset-synonym-alist): Revert (some).
3208
3209 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3210
3211         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
3212         (mm-hack-charsets): New variable.
3213         (mm-iso-8859-15-compatible): New variable.
3214         (mm-iso-8859-x-to-15-table): New variable.
3215         (mm-find-mime-charset-region): Add parameter hack-charsets.
3216
3217         * mm-bodies.el (mm-encode-body): Use it.
3218         * mml.el (mml-parse-1): Ditto.
3219
3220 2001-11-01  Simon Josefsson  <jas@extundo.com>
3221
3222         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
3223
3224 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3225
3226         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
3227         is nil.
3228
3229 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3230
3231         * smiley-ems.el (smiley-update-cache): Auto detect file type.
3232
3233         * message.el (message-forward-rmail-make-body): Use
3234         save-window-excursion.
3235         (message-encode-message-body): Search with noerror.
3236         (message-setup-1): Convert compose-mail send-actions to
3237         message-send-actions.
3238
3239 2001-11-01  Simon Josefsson  <jas@extundo.com>
3240
3241         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
3242         <yamaoka@jpl.org>.
3243
3244 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3245
3246         * sieve-manage.el (sieve-string-bytes): No complain.
3247
3248 2001-11-01  Simon Josefsson  <jas@extundo.com>
3249
3250         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
3251         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
3252         has autoload cookies, so no `require' should be necessary.)
3253
3254         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
3255         files.
3256
3257 2001-10-31  Simon Josefsson  <jas@extundo.com>
3258
3259         * gnus-cus.el (gnus-group-parameters): Support integer `display'
3260         parameter.
3261
3262         * gnus-sum.el (gnus-select-newsgroup): If group parameter
3263         `display' is a number (and C-u wasn't used to enter group), only
3264         fetch that number of articles.
3265
3266 2001-10-31  Matt Armstrong  <matt@lickey.com>
3267
3268         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
3269         not-subscribed -> subscribed.
3270
3271 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3272         From: Josh Huber <huber@alum.wpi.edu>
3273
3274         * message.el (message-subscribed-address-functions): New variable.
3275         (message-subscribed-addresses): New variable.
3276         (message-subscribed-regexps): New variable.
3277         (message-goto-mail-followup-to): New function.
3278         (message-send-mail): Add Mail-Followup-To.
3279         (message-make-mft): New function.
3280
3281         * gnus.el (gnus-find-subscribed-addresses): New function.
3282
3283 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3284
3285         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
3286         (mail-source-fetch-pop): Ditto.
3287         (mail-source-check-pop): Ditto.
3288
3289         * gnus-start.el (gnus-read-init-file): Ditto.
3290         (gnus-activate-group): Ditto.
3291         (gnus-read-newsrc-el-file): Ditto.
3292
3293 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3294
3295         * message.el (message-get-reply-headers): Make sure there is ", ".
3296
3297         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
3298         mm-coding-system-p. Don't correct it only in XEmacs.
3299         (mm-charset-to-coding-system): Use mm-coding-system-p and
3300         mm-get-coding-system-list.
3301         (mm-emacs-mule, mm-mule4-p): New variables.
3302         (mm-enable-multibyte, mm-disable-multibyte,
3303         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
3304         mm-with-unibyte-current-buffer,
3305         mm-with-unibyte-current-buffer-mule4): Use them.
3306         (mm-find-mime-charset-region): Treat iso-2022-jp.
3307
3308         From  Dave Love  <fx@gnu.org>:
3309
3310         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
3311         construction.
3312         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
3313         entries conditional on not having a coding system defined for
3314         them.
3315         (mm-mule-charset-to-mime-charset): Use
3316         find-coding-systems-for-charsets if defined.
3317         (mm-charset-to-coding-system): Don't use
3318         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
3319         later.  Add last resort search of coding systems.
3320         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
3321         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
3322         Mule 4.
3323         (mm-find-mime-charset-region): Re-write.
3324         (mm-with-unibyte-current-buffer): Restore buffer as well as
3325         multibyteness.
3326
3327 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3328
3329         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
3330         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
3331         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
3332
3333 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3334
3335         * gnus-art.el (article-display-x-face): Nix buffer-read-only
3336         again.
3337
3338         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
3339
3340 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3341
3342         * gnus-spec.el (gnus-parse-simple-format): Use
3343           buffer-substring-no-properties.
3344
3345 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3346
3347         * gnus-art.el (article-verify-cancel-lock): New function.
3348
3349         * nnheader.el (nntp-process-response): New variable.
3350         (nnheader-init-server-buffer): Make `nntp-process-response'
3351         buffer-local in `nntp-server-buffer'.
3352
3353         * nntp.el (nntp-prepare-post-hook): New hook.
3354         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
3355         (nntp-async-trigger): Ditto.
3356         (nntp-request-post): Insert a server's ID if there's no Message-ID
3357         header; run `nntp-prepare-post-hook'.
3358
3359 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3360
3361         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
3362         instead.
3363
3364         * message.el (message-forward-subject-author-subject): Don't use
3365         message-news-p, which widens the buffer.
3366         (message-forward-make-body): New function.
3367         (message-forward): Use it.
3368         (message-insinuate-rmail): New function.
3369         (message-forward-rmail-make-body): New function.
3370
3371 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3372
3373         * mm-extern.el (mm-extern): Provide it.
3374
3375         * mm-partial.el (mm-partial): Provide it.
3376
3377 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3378
3379         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
3380
3381 2001-10-29  Simon Josefsson  <jas@extundo.com>
3382
3383         * mml.el (mml-preview): Bind message-this-is-news if it is
3384         news. From Jesper Harder <harder@myrealbox.com>.
3385
3386 2001-10-28  Simon Josefsson  <jas@extundo.com>
3387
3388         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
3389
3390 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
3391
3392         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
3393         ironic smilies.
3394
3395 2001-10-27  Simon Josefsson  <jas@extundo.com>
3396
3397         * message.el (message-indent-citation): Don't add trailing
3398         whitespace when citing text.
3399
3400         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
3401         <harder@ifa.au.dk>.
3402
3403 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3404
3405         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
3406         not available.
3407         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
3408         (nnweb-type-definition): Add google as alias of dejanews.
3409         (nnweb-google-parse-1): Forward 1 line.
3410
3411 2001-10-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3412
3413         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
3414         variable `message-forward-ignored-headers'.
3415
3416 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
3417
3418         * gnus.el (gnus-expand-group-parameter): New function.
3419         (gnus-expand-group-parameters): Call it.
3420         (gnus-group-fast-parameter): New function.
3421         (gnus-group-find-parameter): Call it.
3422
3423 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
3424
3425         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
3426         vector (it didn't before because of a bug).
3427         * gnus-msg.el (gnus-post-news): Use header vector directly, if
3428         available.  Before it converted it to an article number.
3429
3430         This makes followup to news articles with negative numbers in
3431         nnvirtual groups use news instead of mail.
3432
3433 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
3434
3435         * gnus.el (post-method): Use `native' instead of `nil'.
3436
3437         * gnus-msg.el (gnus-post-method): Ditto.
3438
3439 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
3440
3441         * gnus.el (gnus-define-group-parameter): Grammar fix.
3442
3443 2001-10-22  Simon Josefsson  <jas@extundo.com>
3444
3445         * gnus-msg.el (gnus-extended-version): Include
3446         system-configuration.
3447         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann).
3448
3449 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
3450
3451         * gnus.el (post-method): Customization fix: `native' is not a
3452         valid value.
3453         * gnus-msg.el (gnus-post-method): Doc and customization fix:
3454         `native' is not a valid value.
3455
3456 2001-10-21  Simon Josefsson  <jas@extundo.com>
3457
3458         * nnimap.el (nnimap): Defgroup
3459         (nnimap-strict-function, nnimap-strict-function-match): New
3460         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
3461         (nnimap-split-crosspost, nnimap-split-inbox)
3462         (nnimap-split-rule, nnimap-split-predicate)
3463         (nnimap-split-predicate): Defcustom.
3464         (nnimap-split-inbox, nnimap-expunge-search-string)
3465         (nnimap-importantize-dormant): Remove "*" from doc.
3466
3467 2001-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3468
3469         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
3470         not supplied via prefix arg.  From Lisp, make arg mandatory.
3471         Suggested by Frank Schmitt.
3472
3473 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
3474
3475         * message.el (message-do-auto-fill): Avoid calling
3476         'rfc822-goto-eoh'.
3477
3478 2001-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3479         From Paul Jarc <prj@po.cwru.edu>.
3480
3481         * message.el (message-get-reply-headers): Restructure the logic
3482         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
3483
3484 2001-10-20  Simon Josefsson  <jas@extundo.com>
3485
3486         * message.el (message-cancel-news): Support cancel-locks.
3487         Suggested by Per Abrahamsson.
3488
3489         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
3490         conses.  From David Z Maze <dmaze@MIT.EDU>.
3491
3492         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
3493
3494 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
3495
3496         * mm-decode.el (mm-default-directory): Fix customize type.
3497
3498         * message.el (message-setup-fill-variables): Kludge to use
3499         normal-auto-fill-function even if auto fill is already activated.
3500
3501 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
3502
3503         * message.el (message-do-auto-fill): New version that does not
3504         rely on text properties, by Simon Josefsson <jas@extundo.com>.
3505         (message-setup-1): Removed the `message-field' property.
3506
3507         * gnus-draft.el (gnus-draft-edit-message): Removed the
3508         `message-field' property.
3509
3510 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
3511
3512         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
3513         `message-field'.  The `field' property has a special significance in
3514         Emacs 21.
3515
3516         * message.el (message-send, message-setup-1): Ditto.
3517
3518 2001-10-18  Simon Josefsson  <jas@extundo.com>
3519
3520         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
3521         when undoing.
3522
3523 2001-10-18  Simon Josefsson  <jas@extundo.com>
3524         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
3525
3526         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
3527         (gnus-summary-make-menu-bar): Ditto.
3528
3529 2001-10-17  Simon Josefsson  <jas@extundo.com>
3530
3531         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
3532         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
3533
3534 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3535
3536         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
3537         * gnus-util.el (gnus-user-date): New function.
3538         From Frank Schmitt <usenet@Frank-Schmitt.net>.
3539
3540 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3541
3542         * message.el (message-check-news-header-syntax): Special case
3543         nnvirtual groups.
3544
3545         * gnus-sum.el (gnus-summary-respool-default-method): Changed
3546         customize type to `symbol'.
3547
3548 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3549
3550         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
3551         %&foo;.
3552         (gnus-parse-simple-format): Support user extended spec too.
3553         %u&foo; invokes gnus-user-format-function-foo.
3554
3555 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3556
3557         * nnml.el (nnml-request-expire-articles): Make sure it is back to
3558         the server.
3559         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
3560         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3561         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
3562         * nndiary.el (nndiary-request-expire-articles): Ditto.
3563         (nndiary-schedule): Defsubst it before use it.
3564         (nndiary-error): eval-and-compile.
3565
3566 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3567
3568         * gnus-msg.el (gnus-post-method): Changed two instances of
3569         `active' to `current' and one `null' to `not'.
3570
3571 2001-10-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3572         From Katsumi Yamaoka  <yamaoka@jpl.org>.
3573
3574         * message.el (message-setup-fill-variables): Use
3575         `normal-auto-fill-function' instead of `auto-fill-function'.
3576
3577 2001-10-16  Simon Josefsson  <jas@extundo.com>
3578
3579         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
3580         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
3581         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
3582
3583 2001-10-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3584         Patch by Oliver Scholz <oscholz@my.gnus.org>.
3585
3586         * gnus-draft.el (gnus-draft-edit-message): Add text property
3587         `field' with value `header' to message headers.
3588         * message.el (message-setup-1): Really add text property to all of
3589         the header, not just part of it.
3590
3591 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3592
3593         * gnus-group.el (gnus-group-sort-by-server): Use it.
3594
3595         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
3596
3597         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
3598         and keystroke.
3599
3600 2001-10-14  Simon Josefsson  <jas@extundo.com>
3601
3602         * dig.el: Doc fix.
3603
3604         * smime.el: Doc fix.
3605
3606         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
3607         charset magic from message.el.
3608
3609 2001-10-12  Simon Josefsson  <jas@extundo.com>
3610         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
3611
3612         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
3613         'cite from g-a-wash-types.
3614         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
3615         (gnus-article-hide-citation): Fix.
3616
3617         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
3618         character.
3619         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
3620
3621         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
3622         definition.
3623         (gnus-signature-toggle): Toggle `s' mode line character.
3624
3625         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
3626         doing stuff that clears it.
3627
3628 2001-10-12  Simon Josefsson  <jas@extundo.com>
3629
3630         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
3631         From Eric Marsden <emarsden@laas.fr>.
3632
3633 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3634
3635         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
3636         (autoload): Add some autoloads.
3637
3638 2001-10-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3639         Suggested by Oliver Scholz <epameinondas@gmx.de>.
3640
3641         * message.el (message-do-auto-fill): New function.  Like
3642         `do-auto-fill' but don't fill when in the message header.
3643         (message-setup-1): Put a text property on the message header.
3644         (message-setup-fill-variables): Use `message-do-auto-fill'.
3645
3646 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3647
3648         * message.el (message-send-mail-partially): Insert an empty line
3649         first, because of the change of message-make-lines.
3650
3651 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
3652
3653         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
3654         iso-8859-15, make it an alias for iso-8859-1.
3655
3656 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3657
3658         * message.el (message-send-news): Don't modify the value of
3659         `message-syntax-checks' if it is not a list (possibly it is
3660         `dont-check-for-anything-just-trust-me').
3661
3662 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3663
3664         * gnus-group.el (gnus-group-name-charset-group-alist): Use
3665         `find-coding-system' for XEmacs to check whether the coding-system
3666         `utf-8' is available.
3667
3668 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3669
3670         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
3671
3672 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
3673
3674         * message.el (message-send-news): Oops, missed case with no
3675         "Followup-To" header...
3676
3677 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
3678
3679         * message.el (message-send-news): Allow
3680         `gnus-group-name-charset-group-alist' to affect encoding of the
3681         "Newsgroups" and "Followup-To" headers.
3682
3683 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3684
3685         * Makefile.in (install-el): Depend on gnus-load.el.
3686
3687 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3688
3689         * Makefile.in (install-el): Use -f.
3690         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
3691
3692 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
3693
3694         * message.el (message-send-news): Don't encode Followups-To when
3695         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
3696
3697         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
3698         header.
3699
3700         * gnus-art.el (article-decode-group-name): Also decode
3701         "Followup-To".
3702
3703         * rfc2047.el (rfc2047-encode-message-header): Encode without
3704         asking for null methods.
3705
3706         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
3707         default charset for newsgroup names in accordance with USEFOR.
3708
3709         * gnus-group.el (gnus-group-name-charset-method-alist,
3710         gnus-group-name-charset-group-alist): Removed "*" from doc
3711         strings, "*" should not be used for complex variables.
3712
3713 2001-10-06  Simon Josefsson  <jas@extundo.com>
3714
3715         Support UTF-8 group names better.
3716
3717         * message.el (message-check-news-header-syntax): Encode group
3718         names before comparison.
3719
3720         * gnus-msg.el (gnus-copy-article-buffer): Run all
3721         `gnus-article-decode-hook's except `article-decode-charset'
3722         instead of hardcoding call to one of them.
3723
3724         * gnus-art.el (gnus-article-decode-hook): Add
3725         `article-decode-group-name'.
3726         (article-decode-group-name): New function, use `g-d-n'.
3727
3728         * gnus-group.el (gnus-group-insert-group-line): Decode
3729         gnus-tmp-group using `g-d-n'.
3730
3731         * gnus-util.el (gnus-decode-newsgroups): New function.
3732
3733 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
3734
3735         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
3736         `gnus-group-name-charset-group-alist'.
3737
3738 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3739
3740         * Makefile.in: Install el in install. Add uninstall.
3741
3742 2001-10-05  Simon Josefsson  <jas@extundo.com>
3743
3744         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
3745
3746         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
3747
3748         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
3749         empty folders.
3750
3751         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
3752         limiting if read-all (C-u RET) was used.
3753
3754 2001-10-04  Simon Josefsson  <jas@extundo.com>
3755
3756         * mail-source.el (mail-source-movemail-program): New variable.
3757         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
3758         <thutt@thutt.vmware.com>.
3759
3760 2001-10-03  Simon Josefsson  <jas@extundo.com>
3761
3762         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
3763         (gnus-summary-line-format-alist): Fix param.
3764
3765 2001-10-02  Simon Josefsson  <jas@extundo.com>
3766
3767         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
3768         don't go through `nnimap-request-expire-articles' to delete the
3769         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
3770
3771 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3772
3773         * gnus-agent.el (gnus-agent-write-active): The min in the
3774         agent/active may be larger than that in the server/active.
3775
3776 2001-10-01  Simon Josefsson  <jas@extundo.com>
3777
3778         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
3779         is IMAP4rev1.
3780
3781         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
3782
3783         * nnfolder.el: Ditto.
3784
3785 2001-09-30  Dan Christensen <jdc+news@uwo.ca>
3786
3787         * gnus-sum.el (gnus-summary-extract-address-component): New function.
3788         (gnus-summary-from-or-to-or-newsgroups): Optimize.
3789
3790 2001-09-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3791
3792         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
3793         (message-mode-menu): Menu item for same.
3794
3795         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
3796         delayed articles.
3797
3798         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
3799         nndraft:delayed does not exist.
3800         (gnus-delay-initialize): Don't set up keymap, that's done from
3801         message.el now.
3802         (gnus-delay, gnus-delay-group, gnus-delay-header)
3803         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
3804
3805 2001-09-29  Simon Josefsson  <jas@extundo.com>
3806
3807         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
3808         utf-8, not eight-bit-control.
3809
3810         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
3811         (imap-log, imap-debug): Custom.
3812         (imap-log-buffer, imap-debug-buffer): New constants.
3813         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
3814         (imap-network-open, imap-shell-open, imap-starttls-open)
3815         (imap-send-command-1, imap-send-command, imap-arrival-filter)
3816         (imap-debug): Use imap-*-buffer.
3817
3818         * nndoc.el (nndoc-article-type): Add mailman.
3819         (nndoc-type-alist): Ditto.
3820         (nndoc-mailman-type-p): New function.
3821
3822 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3823
3824         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
3825         gnus-art.el.
3826
3827 2001-09-27  Simon Josefsson  <jas@extundo.com>
3828
3829         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
3830         (gnus-topic-catchup-articles): New function. Suggested by Robin
3831         S. Socha <robin-dated-1001857693.185e29@socha.net>.
3832
3833 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3834         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
3835
3836         * gnus-ems.el (gnus-article-display-xface): Insert xface after
3837         previous ones.
3838
3839 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3840         From Daiki Ueno  <ueno@unixuser.org>
3841
3842         * gnus-sum.el (gnus-summary-show-article): The arglist of
3843         detect-coding-region is incompatible.
3844
3845 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3846         From Katsuhiro Hermit Endo <hermit@koka-in.org>
3847
3848         * gnus-group.el (gnus-group-delete-group): Typo.
3849
3850 2001-09-26  Simon Josefsson  <jas@extundo.com>
3851
3852         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
3853
3854         * nnimap.el (nnimap-expiry-target): Use temp buffer.
3855
3856 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3857
3858         * gnus-cus.el (gnus-group-parameters): Display as sexp.
3859
3860 2001-09-22  Simon Josefsson  <jas@extundo.com>
3861
3862         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
3863
3864         * nnfolder.el (nnfolder-open-marks): Ditto.
3865
3866         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
3867         (gnus-update-marks): Use it.
3868         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
3869         hardcoded list.
3870
3871         * gnus.el (gnus-article-special-mark-lists): Add killed.
3872         (gnus-article-unpropagated-mark-lists): New constant.
3873
3874 2001-09-22  Simon Josefsson  <jas@extundo.com>
3875
3876         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
3877         custom option.
3878
3879 2001-09-23  Simon Josefsson  <jas@extundo.com>
3880
3881         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
3882
3883 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3884
3885         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
3886
3887 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
3888
3889         * gnus-group.el (gnus-group-sort-function): Fix customize type to
3890         accept lists of functions.
3891
3892 2001-09-20  Simon Josefsson  <jas@extundo.com>
3893
3894         * gnus-group.el (gnus-group-catchup): Update expire marks in
3895         backend.  Also, if ALL also set expire marks on tick/dormant.
3896
3897 2001-09-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3898
3899         * message.el (message-tab-body-function): New variable.
3900         * message.el (message-tab): Use it.
3901
3902 2001-09-19  Sam Steingold  <sds@gnu.org>
3903
3904         * gnus-win.el (gnus-buffer-configuration): Respect
3905         `gnus-bug-create-help-buffer'.
3906
3907 2001-09-18  Simon Josefsson  <jas@extundo.com>
3908
3909         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
3910         (gnus-parse-simple-format): Re-revert.
3911
3912 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
3913
3914         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
3915         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
3916
3917 2001-09-18  Simon Josefsson  <jas@extundo.com>
3918
3919         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
3920         signed.
3921         (gnus-parse-simple-format): Don't use it.
3922
3923 2001-09-17  Miles Bader  <miles@gnu.org>
3924
3925         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
3926         error querying a backend abort the whole process.
3927
3928 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3929
3930         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
3931         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
3932
3933 2001-09-17  Didier Verna  <didier@xemacs.org>
3934
3935         * nndiary.el: version 0.2-b14.
3936         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
3937         compatibility problem with XEmacs 21.1.
3938
3939 2001-09-15  Simon Josefsson  <jas@extundo.com>
3940
3941         * gnus-group.el (gnus-group-line-format): Document %c.
3942
3943         * nnml.el (nnml-parse-head): Handle CRLF files.
3944         (nnml-generate-nov-file): Ditto.
3945         (nnml-retrieve-headers): Ditto.
3946
3947 2001-09-15  Michael Welsh Duggan <md5i@cs.cmu.edu>
3948
3949         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
3950
3951 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
3952
3953         * gnus-spec.el (gnus-correct-substring): Still stopped one
3954         character before we wanted (never included last character).
3955         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
3956         add missing "," (once per function)
3957
3958 2001-09-14  Simon Josefsson  <jas@extundo.com>
3959
3960         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
3961         (otherwise e.g. gnus-agentize in .gnus overrides the customized
3962         default before gnus-group is loaded and the variable set.)
3963
3964         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
3965         killed or unsent marks.
3966
3967         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
3968         isn't an article to set it on (e.g. when you `a' in a group).
3969
3970 2001-09-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3971
3972         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
3973         can read e-mails from Microsoft Outlook users not using ISO
3974         8859-2 character set.
3975
3976 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3977
3978         * gnus-diary.el: Minor modifications to avoid warnings.
3979         (gnus-summary-misc-menu): defvar.
3980         (gnus-diary-check-message): Use gnus-point-at-eol.
3981         (gnus-diary-kill-entire-line): eval-and-compile.
3982
3983 2001-09-12  Didier Verna  <didier@xemacs.org>
3984
3985         * nndiary.el: new version (0.2-b13).
3986         * nndiary.el (nndiary-mail-sources): doc update.
3987         * nndiary.el (nndiary-split-methods): ditto.
3988         * nndiary.el (nndiary-request-accept-article-hooks): New.
3989         * nndiary.el (nndiary-request-accept-article): use it, check
3990         message validity.
3991         * nndiary.el (nndiary-get-new-mail): changed default to nil.
3992         * nndiary.el (nndiary-schedule): fix bug (misplaced
3993         condition-case): it didn't return nil on error.
3994         * gnus-diary.el: new version.
3995         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
3996         * gnus-diary.el (gnus-diary-header-value-history): New.
3997         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
3998         * gnus-diary.el (gnus-diary-add-header): New.
3999         * gnus-diary.el (gnus-diary-check-message): New.
4000         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
4001         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
4002
4003 2001-09-10 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
4004
4005         * gnus-sum.el (gnus-select-newsgroup): Make
4006         `gnus-current-select-method' buffer-local.
4007
4008         * gnus-art.el (gnus-request-article-this-buffer): Refer
4009         `gnus-current-select-method' in the current summary buffer.
4010
4011 2001-09-10  Simon Josefsson  <jas@extundo.com>
4012         From Daniel Pittman <daniel@rimspace.net>
4013
4014         * gnus-spec.el (gnus-correct-pad-form): Fix.
4015
4016 2001-09-09  Simon Josefsson  <jas@extundo.com>
4017
4018         * mm-decode.el (mm-inline-media-tests): Add
4019         application/x-emacs-lisp.
4020         (mm-attachment-override-types): Add
4021         application/{x-,}pkcs7-signature.
4022
4023         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
4024         (gnus-server-line-format, gnus-server-mode-line-format)
4025         (gnus-server-browse-in-group-buffer): Customize.
4026
4027 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4028
4029         * nnml.el (nnml-marks-changed-p): Typo.
4030         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
4031         (nnml-marks-changed-p): Use gnus-gethash.
4032         (nnml-marks-modtime): Use gnus-make-hashtable.
4033
4034         * nnfolder.el (nnfolder-marks-changed-p): Typo.
4035         (nnfolder-request-expire-articles, nnfolder-save-marks)
4036         (nnfolder-open-marks): Typo.
4037         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
4038         (nnfolder-marks-changed-p): Use gnus-gethash.
4039         (nnfolder-marks-modtime): Use gnus-make-hashtable.
4040
4041 2001-09-08  Simon Josefsson  <jas@extundo.com>
4042
4043         * nnfolder.el (nnfolder-marks-modtime): New variable.
4044         (nnfolder-marks-changed-p): New function.
4045         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
4046         (nnfolder-request-update-info): Don't update if marks didn't change.
4047
4048         * nnml.el (nnml-marks-modtime): New variable.
4049         (nnml-marks-changed-p): New function.
4050         (nnml-save-marks, nnml-open-marks): Save modtime.
4051         (nnml-request-update-info): Don't update if marks didn't change.
4052
4053         * gnus-agent.el (gnus-agent-any-covered-gcc)
4054         (gnus-agent-add-server, gnus-agent-remove-server): Use
4055         gnus-agent-method-p.
4056
4057         * gnus-art.el (gnus-buttonized-mime-types): New variable.
4058         (gnus-unbuttonized-mime-type-p): Use it.
4059
4060         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
4061         fetch group.
4062
4063 2001-09-08  Simon Josefsson  <jas@extundo.com>
4064         From Daniel Pittman <daniel@rimspace.net>
4065
4066         * gnus-spec.el (gnus-correct-pad-form): New function.
4067         (gnus-parse-simple-format): Use it.
4068
4069 2001-09-07  Simon Josefsson  <jas@extundo.com>
4070
4071         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
4072         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
4073         Putnam <reader@newsguy.com>.
4074         (gnus-group-sort-selected-groups): Touch dribble file.
4075
4076 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
4077
4078         * nnml.el (nnml-filenames-are-evil): New variable.
4079         (nnml-article-to-file-alist): Rename to ...
4080         (nnml-current-group-article-to-file-alist): ... this.
4081         Respect `nnml-filenames-are-evil'.
4082         (nnml-active-number): Update.
4083         (nnml-update-file-alist): Update.
4084         (nnml-request-article): Use nnheader-article-to-file-alist.
4085         (nnml-request-rename-group): Likewise.
4086
4087 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4088
4089         * gnus-sum.el (gnus-summary-insert-line): Fix.
4090
4091 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4092
4093         * gnus-sum.el: Bind g-s-t-s to "W g".
4094         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
4095         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
4096         display of graphical smilies.
4097
4098 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4099
4100         * gnus-start.el (gnus-setup-news): A typo.
4101         From Bill White <billw@wolfram.com>.
4102
4103 2001-09-06  Simon Josefsson  <jas@extundo.com>
4104
4105         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
4106         and unseen marks.
4107
4108 2001-09-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4109
4110         * nnmail.el (nnmail-split-fancy): Document `junk'.
4111
4112 2001-09-04  Simon Josefsson  <jas@extundo.com>
4113
4114         * imap.el (imap-search): Don't error if server is broken.
4115
4116 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
4117
4118         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
4119         searching for an article that isn't in the mbox.
4120
4121 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4122
4123         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
4124         right, and get all the comments.
4125
4126 2001-09-02  Simon Josefsson  <jas@extundo.com>
4127         Suggested by Dan Christensen <jdc+news@uwo.ca>
4128
4129         * nnfolder.el (nnfolder-request-update-info): Fix message.
4130
4131         * nnml.el (nnml-request-update-info): Ditto.
4132
4133 2001-09-01  Simon Josefsson  <jas@extundo.com>
4134
4135         * nnml.el (nnml-request-expire-articles): Also bind
4136         `nnml-current-group' and `nnml-article-file-alist' when using
4137         expiry-target. (Otherwise nnml will be in a inconsistent internal
4138         state causing all kind of problems.)
4139         (nnml-request-expire-articles): If `nnml-article-to-file' or
4140         `file-attributes' failes, return article as un-expirable instead
4141         of treating it as expired.
4142
4143 2001-08-31  Sam Steingold  <sds@gnu.org>
4144
4145         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
4146         typo: `exmine' --> `examine'.
4147
4148 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4149
4150         * nndoc.el (nndoc-forward-type-p): It is not a digest.
4151
4152 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4153
4154         * nnml.el (nnml-check-directory-twice): Remove.
4155         (nnml-retrieve-headers): Ditto.
4156         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
4157
4158 2001-08-30  Andrew Innes  <andrewi@gnu.org>
4159
4160         * nnheader.el (nnheader-directory-files-is-safe): No need to read
4161         directory twice on Windows, or on GNU Emacs-21.
4162
4163 2001-08-30  Andrew Innes  <andrewi@gnu.org>
4164
4165         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
4166         (nnml-request-rename-group): Ditto.
4167         (nnml-active-number): Ditto.
4168         (nnml-request-create-group): Use nnml-directory-articles.
4169         (nnml-request-expire-articles): Use nnml-directory-articles, which
4170         gets list from nov database if available.
4171         (nnml-get-nov-buffer): New function.
4172         (nnml-open-nov): Use it.
4173         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
4174         gets alist from nov database if available.
4175         (nnml-directory-articles): New function.
4176         (nnml-article-to-file-alist): New function.
4177
4178 2001-08-30  Andrew Innes  <andrewi@gnu.org>
4179
4180         * mm-decode.el (mm-display-external): Use `name' as filename, if
4181         `filename' attribute is not present.
4182
4183 2001-08-30  Andrew Innes  <andrewi@gnu.org>
4184
4185         * mail-source.el (mail-source-flash): New defcustom.
4186         (mail-source-new-mail-p): Ring visible bell if appropriate.
4187         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
4188         timer is cleared even if mail check signals an error.
4189
4190 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4191
4192         * gnus-sum.el (gnus-summary-move-article): Only update marks of
4193         type 'list.
4194
4195 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4196
4197         * flow-fill.el (fill-flowed): eol might be point-max.
4198
4199 2001-08-27  Simon Josefsson  <jas@extundo.com>
4200
4201         * nnml.el (nnml-request-update-info): Fix message.
4202         (nnml-open-marks): Ditto.
4203
4204         * nnfolder.el (nnfolder-request-update-info):
4205         (nnfolder-open-marks): Fix message.
4206
4207 2001-08-25  Simon Josefsson  <jas@extundo.com>
4208
4209         * nnfolder.el (nnfolder-save-marks): Don't create directory named
4210         after group in ~/.
4211
4212 2001-08-25  Simon Josefsson  <jas@extundo.com>
4213         From Andreas Jaeger  <aj@suse.de>
4214
4215         * nnfolder.el (nnfolder-open-marks): Fix typo.
4216         * nnml.el (nnml-open-marks): Likewise.
4217
4218 2001-08-25  Simon Josefsson  <jas@extundo.com>
4219
4220         Make nnfolder groups self-contained as far as marks are concerned.
4221
4222         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4223         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
4224         (nnfolder-open-server): Make marks directory.
4225         (nnfolder-request-delete-group): Delete marks file.
4226         (nnfolder-request-delete-group): Check of nov/marks file exist
4227         before deleting.
4228         (nnfolder-request-rename-group): Rename marks file.
4229         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
4230         (nnfolder-request-set-mark, nnfolder-request-update-info)
4231         (nnfolder-group-marks-pathname, nnfolder-save-marks)
4232         (nnfolder-open-marks): New functions.
4233         (top-level): Require gnus.
4234
4235 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4236
4237         * nnweb.el (nnweb-type-definition): Use google raw file.
4238         (nnweb-google-parse-1): Ditto.
4239         (nnweb-google-identity): Ditto.
4240         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
4241         (nnweb-altavista-wash-article): Ditto.
4242         (nnweb-request-article): Remove nnweb-decode-entities.
4243
4244         * nnml.el: Require 'gnus.
4245
4246 2001-08-25  Simon Josefsson  <jas@extundo.com>
4247
4248         * nnml.el (nnml-marks-is-evil): Add doc.
4249
4250 2001-08-25  Simon Josefsson  <jas@extundo.com>
4251
4252         * nnml.el (nnml-save-marks): Wrap saving marks in a
4253         condition-case, to allow user to start Gnus if saving marks failed
4254         for some reason.
4255
4256 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4257
4258         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
4259
4260         * gnus-group.el (gnus-update-group-mark-positions): Bind
4261         gnus-group-update-hook to nil.
4262
4263 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4264
4265         * mml.el (mml-generate-mime-1): Force as multibyte string.
4266
4267 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4268
4269         * gnus-sum.el (gnus-summary-insert-line)
4270         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
4271         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
4272
4273         * gnus-spec.el (gnus-correct-substring): Take optional END.
4274
4275         * nnrss.el (nnrss-request-article): Remove \n.
4276         (nnrss-retrieve-headers): Lines number is -1.
4277
4278 2001-08-24  Simon Josefsson  <jas@extundo.com>
4279
4280         * gnus-group.el (gnus-info-clear-data): Call
4281         nnfoo-request-set-mark to propagate marks.  Fix bug:
4282         `gnus-group-update-line' doesn't update read range unless we call
4283         `gnus-get-unread-articles-in-group' first.
4284
4285         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
4286         to server.
4287
4288 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4289
4290         * gnus-util.el (gnus-create-info-command): Return an interactive
4291         function.
4292
4293 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4294         From Katsumi Yamaoka <yamaoka@jpl.org>
4295
4296         * gnus-spec.el (gnus-parse-complex-format): Use equal.
4297
4298 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4299
4300         * gnus-sum.el (gnus-select-newsgroup): Use it.
4301
4302         * gnus-util.el (gnus-not-ignore): New function.
4303
4304         * lpath.el (featurep): Don't fbind char-int.
4305
4306         * gnus-util.el (gnus-create-info-command): New function.
4307
4308         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
4309         right node.
4310
4311         * gnus-sum.el (gnus-select-newsgroup): Clean up.
4312         (gnus-summary-limit-children): Use 'identity instead of `all'.
4313         (gnus-summary-limit-to-display-predicate): New command and
4314         keystroke.
4315
4316 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4317
4318         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
4319
4320         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
4321
4322 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4323
4324         * gnus-spec.el: Add the Gnus version.
4325         (gnus-update-format-specifications): If the Gnus version changes,
4326         nix out the format spec cache.
4327
4328         * gnus.el (gnus-continuum-version): Made into a command and
4329         optionalize the VERSION.
4330
4331         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
4332         the start of the lines.
4333
4334 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4335
4336         * gnus.el (gnus-visual-p): Define function before use of
4337         function.
4338
4339 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4340
4341         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
4342         (gnus-article-mark-to-type): New function.
4343         (gnus-update-missing-marks): Only update marks of type 'list.
4344
4345         * gnus.el (gnus-article-special-mark-lists): New variable.
4346
4347 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4348
4349         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
4350         (gnus-select-newsgroup): Still use 'all.
4351         (gnus-summary-initial-limit): Comparing with 'all.
4352
4353 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4354
4355         * gnus-start.el (gnus-activate-group): If dont-check, don't update
4356         active.
4357
4358 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4359
4360         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
4361         nnslashdot-*-retrieve-headers.
4362         (nnslashdot-request-article): Fix for slashcode 2.2.
4363         (nnslashdot-make-tuple): New function.
4364         (nnslashdot-read-groups): Use it.
4365
4366 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4367
4368         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
4369         list.
4370
4371         * gnus-sum.el (gnus-summary-move-article): Don't select article.
4372
4373 2001-08-20  Simon Josefsson  <jas@extundo.com>
4374
4375         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
4376         opened, error instead of continuing (and exploding later).
4377
4378 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4379
4380         * gnus.el (gnus-expand-group-parameters): Return the parameter
4381         list.
4382
4383         * gnus-sum.el (gnus-summary-show-article): Doc fix.
4384         (gnus-summary-show-article): Guess at charset if required.
4385
4386         * gnus-spec.el (gnus-correct-substring): Stopped one character
4387         before we wanted.
4388
4389 2001-08-19  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4390
4391         * earcon.el (earcon-auto-play): Remove unused option.
4392
4393 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4394
4395         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
4396         message down in levels, since it happens very fast.
4397
4398         * smiley-ems.el (smiley-update-cache): Respect the symbol version
4399         of smiley-regexp-alist.
4400
4401         * mm-view.el (mm-inline-text): Ignore vcard errors.
4402
4403         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
4404
4405         * gnus-score.el (gnus-all-score-files): Use append instead of
4406         nconc.
4407
4408         * gnus.el (gnus-splash-face): Doc fix.
4409
4410         * mm-decode.el (mm-mailcap-command): Use
4411         mm-path-name-rewrite-functions.
4412         (mm-path-name-rewrite-functions): New variable.
4413
4414         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
4415         (gnus-complex-form-to-spec): Insert tab.
4416         (gnus-spec-tab): New function.
4417
4418         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
4419         entering the group.
4420
4421         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
4422         the positional spec.
4423         (gnus-parse-complex-format): React to %C.
4424
4425         * gnus-ems.el (gnus-char-width): Moved here.
4426
4427         * gnus-sum.el (gnus-select-newsgroup): Set
4428         gnus-newsgroup-articles.
4429         (gnus-unseen-mark): New variable.
4430         (gnus-newsgroup-unseen): Ditto.
4431         (gnus-newsgroup-seen): Ditto.
4432         (gnus-adjust-marked-articles): Use them.
4433         (gnus-update-marks): Use them.
4434         (gnus-summary-update-secondary-mark): Display.
4435         (gnus-summary-prepare-threads): Display.
4436
4437         * gnus-msg.el (gnus-inews-group-method): Use and return the
4438         method, not the server.
4439
4440 2001-08-19  Simon Josefsson  <jas@extundo.com>
4441
4442         * gnus-srvr.el (gnus-server-agent-face): New.
4443         (gnus-server-agent-face): New.
4444         (gnus-server-mode): Turn on font-lock-mode.
4445
4446         * gnus.el (gnus-server-visual): Add defgroup.
4447
4448 2001-08-19  Simon Josefsson  <jas@extundo.com>
4449         From Joe Casadonte <jcasadonte@northbound-train.com>
4450
4451         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
4452         gnus-server-denied-face): New.
4453         (gnus-server-opened-face, gnus-server-closed-face,
4454         gnus-server-denied-face): New.
4455         (gnus-server-font-lock-keywords): Add.
4456
4457 2001-08-19  Simon Josefsson  <jas@extundo.com>
4458
4459         * nnml.el (nnml-request-set-mark): Return nil.
4460         (nnml-save-marks): Use nnml-possibly-create-directory.
4461         (nnml-open-marks): Only work in temp buffer when inserting/reading
4462         .marks file.
4463
4464 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4465
4466         * gnus.el (gnus-expand-group-parameters): Fix.
4467
4468         * gnus-spec.el (gnus-char-width): New function.
4469         (gnus-correct-substring, gnus-correct-length): Use it.
4470
4471         * message.el (message-required-mail-headers): Fix doc.
4472
4473 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4474
4475         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
4476
4477         * mm-decode.el (mm-save-part-to-file): Insert the handle.
4478
4479 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4480
4481         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
4482         slashdot 2.2 (not fully fixed yet).
4483         (nnslashdot-request-article): Ditto.
4484
4485 2001-08-18  Simon Josefsson  <jas@extundo.com>
4486
4487         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
4488         nnimap.
4489
4490         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
4491         gnus-util.
4492         (nnimap-request-update-info-internal): Use new functions.
4493
4494         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
4495         new functions.
4496
4497 2001-08-18  Simon Josefsson  <jas@extundo.com>
4498
4499         Make nnml groups self-contained as far as marks are concerned.
4500
4501         * nnml.el (nnml-request-delete-group): Delete marks file.
4502         (nnml-request-rename-group): Move marks file.
4503         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
4504         variables.
4505         (nnml-request-set-mark, nnml-request-update-info): New server
4506         functions.
4507         (nnml-save-marks, nnml-open-marks): New functions.
4508
4509 2001-08-18  Simon Josefsson  <jas@extundo.com>
4510
4511         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
4512         `set' when setting marks.
4513
4514 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4515
4516         * gnus.el (gnus-info-find-node): Take an argument.
4517
4518         * gnus-art.el (gnus-button-handle-info): New function.
4519         (gnus-url-unhex-string): Replace "+" with " ".
4520
4521 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4522
4523         * message.el (message-check-news-header-syntax): Check bad From.
4524
4525 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4526
4527         * gnus-spec.el (gnus-correct-length): New function.
4528         (gnus-correct-substring): New function.
4529         (gnus-tilde-max-form): Use it.
4530
4531 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
4532
4533         * nnmh.el: Docstring changes as below.
4534
4535         * nnml.el: Docstring changes as below.
4536
4537         * nnbabyl.el: Docstring changes as below.
4538
4539         * nnmbox.el: Docstring changes as below.
4540
4541         * nnfolder.el: Added docstrings identifying each virtual server
4542         parameter.
4543
4544 2001-08-18  Simon Josefsson  <jas@extundo.com>
4545
4546         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
4547
4548 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
4549
4550         * message.el: rename "Abort Message" to "Postpone Message".
4551         Remove "Attach file as MIME" from Message menu, it's already in
4552         the MIME menu.
4553
4554 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4555
4556         * smime.el (smime-point-at-eol): eval-and-compile.
4557         (smime-make-temp-file): New function.
4558         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
4559         Use it.
4560
4561 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4562
4563         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
4564         (gnus-agent-summary-fetch-group): New command and keystroke.
4565
4566         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
4567         (gnus-mime-display-security): Make it respect
4568         gnus-unbuttonized-mime-type-p.
4569
4570         * gnus-sum.el (gnus-articles-to-read): Comments.
4571         (gnus-article-marked-p): New function.
4572         (gnus-summary-display-make-predicate): New function.
4573         (gnus-select-newsgroup): Use them.
4574
4575         * mm-decode.el (mm-save-part-to-file): Made it not error.
4576
4577 2001-08-17  Simon Josefsson  <jas@extundo.com>
4578
4579         * imap.el (imap-wait-for-tag): If process-status isn't open or
4580         run, return nil instead of sit-for looping.
4581
4582 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4583
4584         * lpath.el (featurep): fbind xml-parse-region.
4585
4586         * gnus.el (gnus-message-archive-method): Default to "archive".
4587         (gnus-message-archive-method): Doc fix.
4588         (gnus-parameters-get-parameter): Cleaned up.
4589         (gnus-expand-group-parameter): New function.
4590
4591         * gnus-start.el (gnus-setup-news): Push the archive server only
4592         the server list.
4593
4594         * mml.el (mml-menu): Changed name to "Attachments".
4595
4596         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
4597         when there is something to detroy.
4598
4599 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4600
4601         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
4602         nil.
4603
4604 2001-08-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4605
4606         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
4607         which specifies a time today or tomorrow.
4608
4609 2001-08-15  Simon Josefsson  <jas@extundo.com>
4610         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk)
4611
4612         * gnus-agent.el (gnus-agent-make-mode-line-string)
4613         (gnus-agent-toggle-plugged): Use new API.
4614
4615 2001-08-14  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4616
4617         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
4618         deadline has expired.
4619
4620 2001-08-12  Simon Josefsson  <jas@extundo.com>
4621         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
4622
4623         Support `recent' mark indicating newly arrived messages (to
4624         separate from old but unread messages).
4625
4626         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
4627         `nnmail-split-history' if recent is > 0.
4628         (nnimap-request-update-info-internal): Update `recent' marks.
4629         (nnimap-request-set-mark): Never set `recent' marks.
4630         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
4631         recent.
4632
4633         * gnus-sum.el (gnus-recent-mark): New mark.
4634         (gnus-newsgroup-recent): New variable.
4635         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
4636         (gnus-summary-prepare-threads): Mark recent articles.
4637         (gnus-summary-add-mark): Support recent.
4638         (gnus-summary-update-secondary-mark): Support recent.
4639
4640         * gnus.el (gnus-article-mark-lists): Add recent.
4641
4642 2001-08-12  Simon Josefsson  <jas@extundo.com>
4643
4644         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
4645         whether successful decoding took place.  Add doc.
4646
4647 2001-08-12  Simon Josefsson  <jas@extundo.com>
4648         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
4649
4650         * gnus.el (gnus-summary-line-format, gnus-parameters):
4651         * gnus-gl.el (gnus-summary-grouplens-line-format):
4652         * gnus-salt.el (gnus-summary-pick-line-format):
4653         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
4654
4655 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
4656         Committed by Kai Gro\e,A_\e(Bjohann.
4657
4658         * gnus-score.el (gnus-score-string): Fix `match' regexp
4659         for `extra' header case.
4660
4661 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4662
4663         * nnmbox.el (nnmbox-read-mbox): No warning.
4664
4665 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4666
4667         * nndoc.el (nndoc-article-type): Fix doc.
4668         (nndoc-generate-article-function): New variable.
4669         (nndoc-dissection-function): New variable.
4670         (nndoc-type-alist): Add oe-dbx.
4671         (nndoc-oe-dbx-type-p): New function.
4672         (nndoc-oe-dbx-dissection): New function.
4673         (nndoc-oe-dbx-generate-article): New function.
4674
4675 2001-08-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4676
4677         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
4678         whether deadline has been reached.  Patch from Dan Nicolaescu
4679         <dann@godzilla.ics.uci.edu>.
4680
4681 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4682
4683         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
4684         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
4685         <rintaman@cs.Helsinki.FI>.
4686
4687         * mail-source.el (mail-source-movemail): The error buffer is
4688         modified, but nothing in it.
4689
4690 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4691
4692         * message.el (message-bogus-system-names): New variable.
4693         (message-make-fqdn): Use it.
4694
4695 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4696
4697         * nndraft.el (nndraft-request-group): Use
4698         nndraft-auto-save-file-name.
4699
4700 2001-08-09  Simon Josefsson  <jas@extundo.com>
4701
4702         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
4703         Don't ask whether to decrypt.  Just leave result in buffer (don't
4704         call mm).
4705
4706         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
4707         parts as well.
4708         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
4709         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
4710
4711 2001-08-09  Simon Josefsson  <jas@extundo.com>
4712
4713         * mm-decode.el (mm-insert-part): Return decoding success status.
4714         (mm-save-part-to-file): Error if decoding failed.
4715
4716 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4717
4718         * message.el (message-tab): Use indent-relative.
4719         (message-mode): Don't bind indent-line-function to indent-relative.
4720
4721 2001-08-09  Simon Josefsson  <jas@extundo.com>
4722
4723         * message.el (message-get-reply-headers): Fix string. Suggested by
4724         Christoph Conrad <cc@cli.de>.
4725
4726 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4727
4728         * message.el (message-tab): Use the current value of
4729         indent-line-function.
4730         (message-mode): Bind indent-line-function to indent-relative.
4731
4732 2001-08-08  Simon Josefsson  <jas@extundo.com>
4733
4734         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
4735         whether `imtest' is installed.
4736
4737 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
4738         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
4739
4740         * gnus-sum.el (gnus-summary-show-article): Call
4741         gnus-summary-update-secondary-secondary-mark.
4742         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
4743         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
4744
4745 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4746
4747         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
4748
4749         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
4750
4751         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
4752         <gerd@gnu.org>.
4753
4754         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
4755
4756         * gnus-util.el (gnus-output-to-rmail): Ditto.
4757         (gnus-output-to-mail): Ditto.
4758
4759         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
4760
4761 2001-08-06  Florian Weimer   <fw@deneb.enyo.de>
4762
4763         * message.el (message-indent-citation): Use
4764         `message-yank-cited-prefix' for empty lines.
4765
4766 2001-08-05  Florian Weimer   <fw@deneb.enyo.de>
4767
4768         * message.el (message-indent-citation): Quote only lines starting
4769         with ">" using `message-yank-cited-prefix'.
4770
4771 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
4772
4773         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
4774         gnus-cache-fully-p.
4775
4776 2001-08-04  Simon Josefsson  <jas@extundo.com>
4777
4778         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
4779         file if it doesn't exist (by calling gnus-cache-read-active).
4780
4781 2001-08-04  Simon Josefsson  <jas@extundo.com>
4782
4783         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
4784         (gnus-cache-passively-or-fully-p): Removed.
4785         (gnus-cache-fully-p): Fix it.
4786
4787         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
4788
4789 2001-08-04  Simon Josefsson  <jas@extundo.com>
4790
4791         * gnus-cache.el (gnus-cache-fully-p)
4792         (gnus-cache-passively-or-fully-p): New functions.
4793         (gnus-cache-possibly-enter-article): Cosmetic change, use
4794         `g-c-p-o-f-p'.
4795         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
4796         was bogus (`g-c-p-a-a' does not change active info, just change
4797         the functions parameters).
4798         (gnus-cache-possibly-remove-articles-1): Make sure articles are
4799         not removed in groups that match `gnus-uncacheable-groups'.
4800
4801         Reported and modifications based on discussions with Nuutti
4802         Kotivuori <nuutti.kotivuori@smarttrust.com>.
4803
4804 2001-08-04  Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
4805         Committed by Simon Josefsson  <jas@extundo.com>
4806
4807         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
4808         calls `gnus-cache-update-active' if bounds has been extended.
4809
4810 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4811
4812         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
4813         before remove.
4814         (gnus-mime-security-show-details): Ditto.
4815
4816 2001-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4817
4818         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
4819         syntax.  Protect string-match against nil string and regexp.
4820
4821 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4822
4823         * mm-util.el (mm-find-charset-region): Remove control-1.
4824
4825 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4826
4827         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
4828
4829 2001-08-04  Simon Josefsson  <jas@extundo.com>
4830
4831         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
4832         buffer.  Delete MIME-Version header.
4833
4834 2001-08-03  Simon Josefsson  <jas@extundo.com>
4835
4836         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
4837         that is entered does not necessarily have the highest article
4838         number in the group, so use `gnus-cache-possibly-alter-active'
4839         instead of `gnus-cache-update-active'.
4840
4841 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4842
4843         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
4844
4845 2001-08-03  Simon Josefsson  <jas@extundo.com>
4846
4847         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
4848         menu.
4849
4850 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4851
4852         * gnus.el (post-method): New group parameter.  It also provides
4853         the user option `gnus-post-method-alist' and the internal function
4854         `gnus-parameter-post-method'.
4855
4856         * gnus-msg.el (gnus-post-method): Bind the value of
4857         `gnus-post-method' to the group parameter if it is defined.
4858
4859 2001-08-02  Simon Josefsson  <jas@extundo.com>
4860
4861         * smime.el (smime-extra-arguments): Removed.
4862         (smime-call-openssl-region): Don't use it.
4863
4864 2001-08-02  Simon Josefsson  <jas@extundo.com>
4865
4866         * smime.el (smime-sign-region): Handle stderr.
4867         (smime-encrypt-region): Ditto.
4868
4869         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
4870         match the ASN.1 length bytes.
4871         (mm-pkcs7-enveloped-magic): Ditto.
4872         (mm-view-pkcs7-get-type): Don't regexp quote.
4873
4874 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4875         From Andreas Fuchs <asf@void.at>
4876
4877         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
4878
4879 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4880
4881         * gnus-art.el (gnus-header-button-alist): References regexp.
4882
4883 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
4884
4885         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
4886         already fboundp.  Add INTERACTIVE arg to autoload form.
4887
4888 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4889
4890         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
4891
4892         * nnmail.el (nnmail-cache-open): Ditto.
4893
4894 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4895
4896         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
4897
4898 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4899
4900         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
4901
4902 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4903         Originally from Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4904
4905         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
4906         (gnus-agent-toggle-plugged): Use it.
4907
4908 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4909
4910         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
4911         (gnus-ding-file-coding-system): New variable.
4912         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
4913         (gnus-slave-save-newsrc): Use it.
4914
4915 2001-07-31  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4916
4917         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
4918         syntax.
4919
4920 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4921         Originally from Andreas Fuchs <asf@void.at>
4922
4923         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
4924         (mml2015-gpg-pretty-print-fpr): New function.
4925         (mml2015-gpg-extract-signature-details): More details, rename from
4926         `m-g-e-from'.
4927         (mml2015-gpg-verify): Use them.
4928         (mml2015-gpg-clear-verify): Use them.
4929
4930 2001-07-31  Simon Josefsson  <jas@extundo.com>
4931
4932         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
4933         buffer when done.
4934
4935 2001-07-30  Simon Josefsson  <jas@extundo.com>
4936
4937         * smime.el (smime-call-openssl-region): Revert previous change,
4938         just pass on buf to `call-process-region'.
4939         (smime-verify-region): Doc fix.  Don't message stuff.  Use
4940         `smime-new-details-buffer'.  Inserts error messages into buffer.
4941         (smime-noverify-region): Ditto.
4942         (smime-decrypt-region): Ditto.  Handles stderr separately.
4943         (smime-verify-buffer, smime-noverify-buffer)
4944         (smime-decrypt-buffer): Doc fix.
4945         (smime-new-details-buffer): New function.
4946         (smime-pkcs7-region, smime-pkcs7-certificates-region)
4947         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
4948         (smime-sign-region, smime-encrypt-region): Don't use
4949         `insert-buffer'.
4950
4951         * mml-smime.el (mml-smime-verify): Fix security button strings.
4952
4953 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4954
4955         * gnus-art.el (gnus-mime-save-part-and-strip): Save
4956         gnus-article-mime-handles.
4957
4958 2001-07-29  Simon Josefsson  <jas@extundo.com>
4959
4960         * mail-source.el (top-level): Require message for message-directory.
4961         (mail-source-directory): Change default to message-directory.
4962
4963         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
4964         (smime-certificate-directory, smime-openssl-program)
4965         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
4966         (smime-extra-arguments): New variable.
4967         (smime-dns-server): Fix customize group.
4968         (smime-call-openssl-region): Use `smime-extra-arguments'.
4969
4970 2001-07-29  Simon Josefsson  <jas@extundo.com>
4971         From Vladimir Volovich <vvv@vsu.ru>
4972
4973         * smime.el (smime-call-openssl-region): Ignore stderr.
4974
4975 2001-07-29  Simon Josefsson  <jas@extundo.com>
4976         From Christoph Conrad <christoph.conrad@gmx.de>
4977
4978         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
4979         file.
4980
4981 2001-07-29  Simon Josefsson  <jas@extundo.com>
4982
4983         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
4984
4985         Support S/MIME decryption.
4986
4987         * mm-decode.el (mm-inline-media-tests):
4988         (mm-inlined-types):
4989         (mm-automatic-display):
4990         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
4991
4992         * mm-view.el (mm-pkcs7-signed-magic):
4993         (mm-pkcs7-enveloped-magic): New variables.
4994         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
4995         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
4996         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
4997         PKCS#7 blobs.
4998
4999         * smime.el (smime-decrypt-region): Expand keyfile.
5000
5001 2001-07-29  Simon Josefsson  <jas@extundo.com>
5002
5003         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
5004         `ssl.el' variables.
5005
5006         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
5007         but line instead of narrowing to it, because `nnmail-parse-active'
5008         calls widen.  Thanks to Christoph Conrad
5009         <christoph.conrad@gmx.de>.
5010
5011 2001-07-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5012
5013         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
5014         for %B spec.
5015
5016         * gnus-sum.el (gnus-summary-prepare-threads): If
5017         gnus-sum-thread-tree-root is nil, use subject instead.
5018         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
5019         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
5020         (gnus-sum-thread-tree-leaf-with-other)
5021         (gnus-sum-thread-tree-single-leaf): Documentation.
5022         (gnus-sum-thread-tree-single-indent): Allow nil.
5023
5024 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5025
5026         * message.el (message-fill-paragraph): Do nothing if the user
5027         wants filladapt-mode.
5028
5029 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5030
5031         * mm-decode.el (mm-image-type-from-buffer): New function.
5032         (mm-get-image): Use it.
5033
5034 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5035
5036         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
5037
5038         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
5039         mm-display-parts too.
5040
5041 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5042
5043         * nnfolder.el (nnfolder-request-accept-article): Bind
5044         nntp-server-buffer.
5045
5046         * nnmail.el (nnmail-parse-active): Read from buffer instead of
5047         nntp-server-buffer.
5048
5049 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5050
5051         * message.el (message-check-news-header-syntax): Use
5052         message-post-method.
5053         (message-send-news): Bind message-post-method.
5054
5055 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5056
5057         * mml.el (mml-tweak-type-alist): New variable.
5058         (mml-tweak-function-alist): New variable.
5059         (mml-tweak-part): New function.
5060         (mml-generate-mime-1): Use it.
5061
5062 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5063
5064         * nnfolder.el (nnfolder-request-accept-article): Replace
5065         nnfolder-request-list.
5066
5067 2001-07-27  Simon Josefsson  <jas@extundo.com>
5068
5069         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
5070         nnoo-change-server failed to do it.
5071
5072 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5073
5074         * gnus.el (gnus-parameters): Make it customizable.
5075
5076 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5077
5078         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
5079
5080         * message.el (message-set-auto-save-file-name): More
5081         poor-system-types.
5082
5083         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
5084
5085         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
5086         supports +.
5087
5088 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5089
5090         * mm-decode.el (mm-readable-p): New function.
5091         (mm-inline-media-tests): Fix the default testers.
5092
5093 2001-07-26  Simon Josefsson  <jas@extundo.com>
5094
5095         * nnimap.el (nnimap-version): Bump version number.
5096
5097 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5098         From Steven E. Harris <seh@speakeasy.org>
5099
5100         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
5101         in M$Windows too.
5102
5103 2001-07-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5104
5105         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
5106
5107 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5108
5109         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
5110
5111         * mm-decode.el (mm-get-image): Guess then use the type.
5112
5113         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
5114
5115 2001-07-25 12:54:00  Danny Siu <dsiu@adobe.com>
5116
5117         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
5118         display (%B) for threads if threading is off.
5119
5120 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5121         From Henrik Enberg <henrik@enberg.org>
5122
5123         * gnus-msg.el: Customization patch.
5124
5125 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
5126
5127         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
5128         variable.
5129         (nnmail-split-fancy-with-parent): Ignore certain groups.
5130
5131 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5132
5133         * gnus-util.el (gnus-byte-compile): New function.
5134         (gnus-use-byte-compile): New variable.
5135         (gnus-make-sort-function): Use it.
5136
5137         * nnmail.el (nnmail-get-new-mail): Use it.
5138
5139         * gnus-agent.el (gnus-category-make-function): Simple function or
5140         compiled function.
5141         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
5142
5143         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
5144         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
5145         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
5146
5147         * message.el (message-check-news-header-syntax): Remove quote.
5148
5149 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5150
5151         * message.el (message-use-mail-followup-to): `t' is not a
5152         documented value.
5153
5154 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5155
5156         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
5157
5158 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5159
5160         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
5161         there are long lines.
5162
5163 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5164
5165         * dgnushack.el (copy-list): New compiler macro.
5166
5167 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5168
5169         * message.el (message-bounce): If no Return-Path, the whole
5170         content is considered as the original message.
5171
5172         * nnml.el (nnml-check-directory-twice): New variable.
5173         (nnml-article-to-file): Use it.
5174         (nnml-retrieve-headers): Hack it.
5175
5176 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5177
5178         * gnus-win.el (gnus-buffer-configuration): New configure.
5179
5180         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
5181         not alive.
5182
5183         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
5184         (mm-display-external): Use display-term configure.
5185
5186 2001-07-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5187
5188         * gnus-delay.el (gnus-delay-default-hour): New variable.
5189         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
5190
5191 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5192         From Karl Kleinpaste <karl@charcoal.com>
5193
5194         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
5195         (gnus-summary-prepare-threads): Ditto.
5196
5197         * gnus.el (gnus-summary-line-format): Add %B.
5198
5199 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5200
5201         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
5202
5203         * mm-util.el (mm-string-as-multibyte): New function.
5204
5205         * nnmh.el (nnmh-request-list-1): Encode, not decode!
5206
5207 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5208
5209         * mm-util.el (mm-universal-coding-system): New variable.
5210
5211         * gnus-start.el (gnus-startup-file-coding-system): Use it.
5212
5213         * score-mode.el (score-mode-coding-system): Use it.
5214
5215 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5216
5217         * gnus-start.el (gnus-setup-news): Call
5218         `gnus-check-bogus-newsgroups' just after the native server is
5219         opened.
5220
5221 2001-07-23  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5222
5223         * nnmail.el (nnmail-do-request-post): Util function to be used by
5224         `nnchoke-request-post' for all nnmail-derived backends.
5225
5226         * nnml.el (nnml-request-post): Use it.
5227
5228         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
5229         backend, for it groks nnml-request-post.
5230
5231         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
5232         Treat `mail-post' backends like `mail' backends, not like `news'
5233         backends.
5234
5235 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5236
5237         * gnus-msg.el (gnus-setup-message): make-local-hook.
5238
5239 2001-07-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5240
5241         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
5242         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
5243         <karl@charcoal.com>, slightly changed by Kai.
5244
5245         * message.el (message-check-news-header-syntax): When checking
5246         whether the groups exist, check the right server based on
5247         `gnus-post-method'.
5248
5249 2001-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5250
5251         * gnus-delay.el: New file.
5252
5253 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5254
5255         * mm-util.el (mm-read-coding-system): Take two arguments.
5256
5257         * gnus-sum.el (gnus-summary-show-article): Use
5258         mm-read-coding-system.
5259
5260         * gnus-art.el (article-de-quoted-unreadable):
5261         (article-de-base64-unreadable, article-wash-html):
5262         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
5263
5264 2001-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5265
5266         * nnml.el (nnml-request-post): New function.  Can be used for
5267         annotations in nnml groups.
5268
5269 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
5272         command.
5273
5274         * gnus-start.el (gnus-find-new-newsgroups): Use
5275         `message-make-date' instead of `current-time-string'.
5276         (gnus-ask-server-for-new-groups): Ditto.
5277         (gnus-check-first-time-used): Ditto.
5278
5279 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5280
5281         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
5282
5283 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
5284
5285         * message.el (message-shorten-references): Change `maxcount' and
5286         `cut' to obey USEFOR draft 5.
5287
5288 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
5289
5290         * gnus-sum.el (gnus-summary-display-arrow): New variable.
5291         (gnus-summary-set-article-display-arrow): New function.
5292         (gnus-summary-goto-subject): Use it.
5293
5294 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5295
5296         * gnus-sum.el (gnus-summary-import-article): Insert date if
5297         doesn't exist.
5298
5299 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5300
5301         * mml.el (mml-content-type-parameters): New variable.
5302         (mml-content-disposition-parameters): New variable.
5303         (mml-insert-mime-headers): Use them.
5304         (mml-parse-1): Accept charset.
5305
5306 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5307
5308         * gnus-group.el (gnus-group-select-group): Doc fix.
5309
5310         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
5311
5312 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5313
5314         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
5315         to handle `define-derived-mode'.
5316
5317 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5318         From:  Stefan Monnier  <monnier@cs.yale.edu>
5319
5320         * message.el (message-mode): Use define-derived-mode.
5321         (message-tab): message-completion-alist.
5322
5323         * imap.el (imap-interactive-login): Use make-local-variable.
5324         (imap-open): Ditto.
5325         (imap-authenticate): Ditto.
5326
5327         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
5328
5329         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
5330
5331 2001-07-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5332
5333         * message.el (message-citation-line-function): Refer to
5334         gnus-cite-attribution-suffix.
5335
5336 2001-07-15  Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5337
5338         * gnus-art.el,...: Error convention changes.
5339
5340 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5341
5342         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
5343
5344 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5345
5346         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
5347         (nnrss-read-server-data): Ditto.
5348
5349 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5350
5351         * gnus-setup.el (gnus-use-installed-gnus): Typo.
5352         * Cleanup files.
5353         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
5354
5355 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5356
5357         * gnus.el (gnus-summary-line-format): Add %o.
5358
5359         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
5360         unless shell outputs something.
5361
5362 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5363
5364         * gnus-art.el (gnus-boring-article-headers): Better doc.
5365         (article-hide-headers): Better regexp.
5366         Suggested by Matt Swift <swift@alum.mit.edu>.
5367
5368         * nnheader.el (nnheader-max-head-length): Better doc.
5369         (nnheader-header-value): Skip spaces.
5370         (nnheader-parse-head): Remove space.
5371         Suggested by Matt Swift <swift@alum.mit.edu>.
5372
5373         * gnus-sum.el (gnus-summary-show-raw-article): New function.
5374         (gnus-get-newsgroup-headers): Remove space.
5375
5376 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5377
5378         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
5379         (gnus-summary-reply): Use it.
5380         (gnus-summary-reply-broken-reply-to): New function.
5381         (gnus-msg-force-broken-reply-to): New function.
5382
5383         * mm-view.el (mm-inline-text): Showing as text/plain when error.
5384
5385 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5386
5387         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
5388
5389 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5390
5391         * mm-decode.el (mm-external-terminal-program): New variable.
5392         (mm-display-external): Use it. Use term to display when no
5393         window-system.
5394
5395 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
5396
5397         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
5398         Browse->Next entries to Browse->Prev
5399
5400 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5401
5402         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
5403
5404 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5405
5406         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
5407         for the default encoding.
5408
5409         * nnrss.el (nnrss-url-field): New field.
5410         (nnrss-request-article): Add newsgroups.
5411
5412         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
5413
5414 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5415
5416         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
5417
5418         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
5419         (gnus-draft-setup): Remove backlog.
5420
5421 2001-07-10  Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5422
5423         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
5424         Cleanup.
5425
5426 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5427
5428         * gnus-msg.el (gnus-bug): Erase buffer.
5429
5430         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
5431
5432 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5433
5434         * mm-decode.el (mm-attachment-override-p): Fix typo.
5435
5436 2001-03-19 05:28:00  Katsumi Yamaoka <yamaoka@jpl.org>
5437
5438         * gnus-kill.el (gnus-execute): Work with the extra headers.
5439         * gnus-sum.el (gnus-summary-execute-command): Ditto.
5440
5441 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5442
5443         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
5444         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
5445
5446         * message.el (message-send-mail-real-function): New variable.
5447         (message-send-mail-partially, message-send-mail):
5448
5449         * nngateway.el (nngateway-request-post): Use it.
5450
5451         * gnus-agent.el (gnus-agentize): Use it.
5452
5453         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
5454         (nnsoup-revert-variables): Use it.
5455
5456 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
5457
5458         * mm-decode.el (mm-inline-media-tests): Default to displaying as
5459         text/plain if the type doesn't match any other media types.
5460         (mm-inlined-types): Doc fix.
5461         (mm-display-inline): Revert previous change (now handled by a
5462         default type in `mm-inline-media-tests'.
5463         (mm-inlinable-p): Revive.
5464         (mm-display-part): Call `mm-inlinable-p'.
5465         (mm-attachment-override-p): Ditto.
5466         (mm-inlined-p): Doc fix.
5467
5468         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
5469         well as `mm-inlined-p'.
5470
5471 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5472
5473         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
5474         (nntp-send-command-and-decode): Use gnus-point-at-bol.
5475
5476 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5477         From  Paul Jarc <prj@po.cwru.edu>
5478
5479         * message.el (message-use-mail-followup-to): New variable.
5480         (message-get-reply-headers): Use it.
5481
5482 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
5483
5484         * nnheader.el (nnheader-init-server-buffer): Make sure the
5485         *nntpd* buffer is made multibyte instead of a random buffer.
5486
5487 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5488
5489         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
5490         when it returns headers.
5491
5492 2001-07-07  Simon Josefsson  <jas@extundo.com>
5493
5494         * rfc2047.el (rfc2047-encode-message-header): Skip header when
5495         trying to fold. Thanks to Colin Walters
5496         <walters@cis.ohio-state.edu>
5497
5498 2001-07-06  Simon Josefsson  <jas@extundo.com>
5499
5500         * imap.el (imap-parse-address-list, imap-parse-flag-list)
5501         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
5502         Add information in `assert's.
5503
5504         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
5505         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
5506         and `nnimap-group-overview-filename', should handle all
5507         change-of-uidvalidity related issues.  But there may be other
5508         problems.)
5509
5510 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
5511
5512         * rfc2047.el (rfc2047-encode-message-header): Don't include the
5513         header name when folding.
5514
5515 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
5516
5517         * mm-decode.el (mm-inlined-types): Document relationship with
5518         `mm-inline-media-tests'.
5519         (mm-display-inline): Default to displaying as plain text if no
5520         inlining handler is available.
5521         (mm-inlinable-p): Remove.
5522         (mm-inlined-p): Don't call `mm-inlinable-p'.
5523         (mm-automatic-display-p): Ditto.
5524         (mm-attachment-override-p): Ditto.
5525
5526 2001-07-04  Simon Josefsson  <jas@extundo.com>
5527
5528         * nnimap.el (nnimap-importantize-dormant): New variable.
5529         (nnimap-request-update-info-internal): Use it.
5530         (nnimap-request-set-mark): Ditto.
5531
5532 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
5533
5534         * nntp.el (nntp-send-command): don't pass a buffer argument to
5535         `point'. Only XEmacs accepts this.
5536         * nntp.el (nntp-send-command-nodelete): ditto.
5537         * nntp.el (nntp-send-command-and-decode): ditto.
5538
5539 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
5540
5541         * nntp.el (nntp-open-connection-function): doc update.
5542         * nntp.el (nntp-pre-command): New.
5543         * nntp.el (nntp-via-rlogin-command): New.
5544         * nntp.el (nntp-via-telnet-command): New.
5545         * nntp.el (nntp-via-telnet-switches): New.
5546         * nntp.el (nntp-via-user-name): New.
5547         * nntp.el (nntp-via-user-password): New.
5548         * nntp.el (nntp-via-address): New.
5549         * nntp.el (nntp-via-envuser): New.
5550         * nntp.el (nntp-via-shell-prompt): New.
5551         * nntp.el (nntp-open-telnet-stream): New.
5552         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
5553         * nntp.el (nntp-open-via-telnet-and-telnet): New.
5554         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
5555         * nntp.el (nntp-send-command): ditto.
5556         * nntp.el (nntp-send-command-nodelete): ditto.
5557         * nntp.el (nntp-send-command-and-decode): ditto.
5558
5559 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
5560
5561         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
5562         `when'.
5563
5564 2001-07-03  Simon Josefsson  <jas@extundo.com>
5565         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
5566
5567         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
5568
5569 2001-07-03  Simon Josefsson  <jas@extundo.com>
5570
5571         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
5572         remove it (workaround XEmacs `fill-region' bug).
5573
5574 2001-07-01  Simon Josefsson  <jas@extundo.com>
5575
5576         * nnimap.el (nnimap-date-days-ago): Defeat locale.
5577
5578 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5579
5580         * mml2015.el (mml2015-format-error): New function.
5581         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
5582         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
5583         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
5584
5585 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5586
5587         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
5588         Suggested by Christoph Conrad <C.Conrad@cli.de>.
5589
5590         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
5591         group variables.
5592
5593 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5594
5595         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
5596
5597         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
5598         (nnrss-save-group-data): Ditto.
5599
5600         * gnus-agent.el (gnus-agent-save-alist): Ditto.
5601
5602 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5603
5604         * message.el (message-do-send-housekeeping): Narrow to headers.
5605
5606 2001-06-24  Simon Josefsson  <jas@extundo.com>
5607
5608         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
5609         insertion when breaking lines looked for " \t" instead of "[ \t]".
5610         (rfc2047-encode-message-header): Fold lines even if
5611         no QP encoding is done.
5612
5613 2001-06-23  Simon Josefsson  <jas@extundo.com>
5614         From Samuel Tardieu <sam@inf.enst.fr>
5615
5616         * smime.el (smime-keys): Support additional certificates.
5617         (smime-make-certfiles): New function.
5618         (smime-sign-region): Use previous variables.
5619         (smime-get-certfiles): New function.
5620         (smime-sign-buffer): Use it.
5621         (smime-verify-region): Support both CAfile and CApath.
5622
5623 2001-06-23  Simon Josefsson  <jas@extundo.com>
5624
5625         * smime.el (smime-decrypt-region): Perhaps work.
5626
5627 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5628
5629         * gnus-msg.el (gnus-copy-article-buffer): Typo.
5630
5631 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
5632
5633         * mm-decode.el (mm-save-part): Rewrite file name.
5634         (mm-file-name-rewrite-functions): New variable.
5635         (mm-file-name-delete-whitespace): New function.
5636         (mm-file-name-trim-whitespace): New function.
5637         (mm-file-name-collapse-whitespace): New function.
5638         (mm-file-name-replace-whitespace): New variable and function.
5639
5640 2001-06-22  Simon Josefsson  <jas@extundo.com>
5641
5642         * message.el (message-make-date): Workaround locale for weekdays.
5643
5644 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5645
5646         * message.el (message-goto-body): Return nil if not found. (revert!)
5647
5648 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5649         From Fremlin <chief@bandits.org>
5650
5651         * message.el (message-goto-body): Some messages have no header.
5652
5653         * gnus-msg.el (gnus-copy-article-buffer): Use it.
5654
5655 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
5656
5657         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
5658
5659 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5660
5661         * message.el (message-make-date): Add week day.
5662         Suggested by Jason R. Mastaler <jason@mastaler.com>.
5663
5664 2001-06-19  Simon Josefsson  <jas@extundo.com>
5665
5666         * message.el (message-yank-prefix): Doc fix.
5667         (message-yank-cited-prefix): Ditto.
5668         (message-delete-not-region): Keep citation prefix on first line,
5669         if possible and appropriate.
5670
5671 2001-06-19  Simon Josefsson  <jas@extundo.com>
5672
5673         * imap.el (imap-process-connection-type): New variable.
5674         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
5675         recent `imtest's work completely (no line length issues), while
5676         making making old `imtest's unusable.  Thanks to NAGY Andras
5677         <nagya@inf.elte.hu> for his work.
5678
5679 2000-12-30  NAGY Andras <nagya@inf.elte.hu>
5680
5681         * imap.el (imap-ssl-program): Add -quiet to shut up
5682         OpenSSL/SSLeay's internal debug talk.
5683
5684 2001-06-19  Matt Armstrong <matt@lickey.com>
5685
5686         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
5687         server.
5688
5689 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5690
5691         * nnmail.el (nnmail-article-buffer): New variable.
5692         (nnmail-split-incoming): Use it.
5693
5694 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
5695
5696         * qp.el (quoted-printable-decode-region): If called interactively,
5697         use coding-system-for-read.
5698
5699 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5700
5701         * message.el (message-check-news-header-syntax): Check Reply-To.
5702
5703 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5704
5705         * mml.el (mml-parse-1): Use message options.
5706
5707         * message.el (message-do-fcc): Don't do anything if there is no
5708         FCC.
5709
5710 2001-06-16  Simon Josefsson  <jas@extundo.com>
5711
5712         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
5713         (nnimap-expunge-search-string): New variable.
5714         (nnimap-request-expire-articles): Use it.
5715
5716 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5717
5718         * message.el (message-send-mail-with-qmail): wrong exit status is
5719         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
5720
5721 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5722
5723         * gnus-art.el (article-strip-multiple-blank-lines): Use
5724         delete-region instead of replace-match.
5725
5726 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5727
5728         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
5729         (nnweb-google-wash-article): Ditto.
5730
5731 2001-06-14 Ferenc Wagner <wferi@bolyai1.elte.hu>
5732
5733         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
5734
5735 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5736
5737         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
5738         specs.
5739
5740 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5741
5742         * gnus.el (gnus-email-address): Move it here.
5743
5744         * gnus-art.el (article-de-quoted-unreadable): Read charset if
5745         requested.
5746         (article-de-base64-unreadable): Ditto.
5747         (article-wash-html): Ditto.
5748
5749 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5750
5751         * message.el (message-options-set-recipient): Don't add ", "
5752         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
5753
5754 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5755
5756         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
5757
5758 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5759
5760         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
5761         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
5762
5763         * nnrss.el (nnrss-node-text): Node might be nil.
5764
5765 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5766
5767         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
5768         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
5769
5770         * nnrss.el (nnrss-group-alist): More items.
5771
5772 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5773
5774         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
5775
5776 2001-06-03  Dale Hagglund  <rdh@best.com>
5777
5778         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
5779         restrict clauses.
5780
5781 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5782
5783         From Benjamin Rutt <brutt+news@bloomington.in.us>
5784
5785         * message.el (message-wide-reply-confirm-recipients): New variable.
5786
5787 2001-06-06  Mark Thomas  <mthomas@edrc.cmu.edu>
5788
5789         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
5790         fix so it works with XEmacs.
5791
5792 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5793
5794         * nnrss.el (nnrss-retrieve-headers): Support description as extra
5795         headers.
5796
5797 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5798
5799         * nnrss.el: Fix a few bugs.
5800
5801 2001-06-05  Simon Josefsson  <jas@extundo.com>
5802
5803         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
5804         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
5805
5806 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
5807
5808         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
5809         binary so that we don't transmit ISO 2022 garbage to the process.
5810         This is needed under XEmacs.
5811
5812 2001-06-03  Simon Josefsson  <simon@josefsson.org>
5813
5814         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
5815         autoloaded incorrectly below because ssl-program-* is bound.)
5816         Thanks to Amos Gouaux for report.
5817
5818 2001-06-02  Simon Josefsson  <simon@josefsson.org>
5819
5820         * imap.el (imap-kerberos4-open):
5821         (imap-gssapi-open):
5822         (imap-ssl-open):
5823         (imap-network-open):
5824         (imap-shell-open):
5825         (imap-starttls-open): Set buffer to workaround spurious
5826         `accept-process-output' buffer changes.  Thanks to Mats Lidell
5827         <Mats.Lidell@contactor.se> for report and partial patch and Jake
5828         Colman <colman@ppllc.com> for report.
5829
5830 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5831
5832         * gnus-sum.el (gnus-summary-catchup): New argument.
5833         (gnus-summary-catchup-from-here): New function.
5834
5835 2001-05-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5836
5837         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
5838         back, then insert glyph.  (Before, the glyph was inserted first,
5839         then the newline.)  This works around a behavior in XEmacs where
5840         it is not possible to insert a character after a glyph which is at
5841         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
5842
5843 2001-05-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5844
5845         From Jaap-Henk Hoepman (jhh@xs4all.nl).
5846
5847         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
5848         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
5849         mm-destroy-postponed-undisplay-list): New functions.
5850         (mm-display-external): Use them.
5851
5852 2001-05-27  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5853
5854         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
5855         `default-low' when evaluating `gnus-summary-highlight'.
5856         From Raja R Harinath <harinath@cs.umn.edu>.
5857
5858 2001-05-27  Simon Josefsson  <simon@josefsson.org>
5859
5860         * message.el (message-yank-cited-prefix): New variable.
5861         (message-indent-citation): Use it.
5862
5863         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
5864         as details.
5865         (mml2015-mailcrypt-clear-verify): Ditto.
5866
5867 2001-05-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5868         From Nevin Kapur <nevin@jhu.edu>.
5869
5870         * gnus-sum.el (gnus-summary-default-high-score,
5871         gnus-summary-default-low-score): New variables.
5872         (gnus-summary-highlight): Use them.
5873
5874 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
5875
5876         * message.el (message-mail): pass the 'send-actions argument to
5877         `message-setup'.
5878
5879 2001-05-16  Simon Josefsson  <simon@josefsson.org>
5880         From Raymond Scholz <ray-2001@zonix.de>
5881
5882         * gnus-art.el (gnus-mime-view-part-as-charset):
5883         (gnus-mime-internalize-part): Doc fixes.
5884
5885 2001-05-11  Simon Josefsson  <simon@josefsson.org>
5886
5887         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
5888         status lines without any text ("^215$").
5889
5890 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5891
5892         * nnrss.el (nnrss-check-group): Reverse.
5893
5894 2001-05-07  Simon Josefsson  <simon@josefsson.org>
5895
5896         * message.el (message-get-reply-headers):
5897         (message-followup): Fix typo, suggested by David Green
5898         <dgreen@uab.edu>
5899
5900 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5901
5902         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
5903
5904         * nnrss.el (nnrss-open-server): Read server data when it is called.
5905         (nnrss-request-expire-articles): Fix.
5906
5907 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5908
5909         * message.el (message-do-send-housekeeping): mail-abbrevs may
5910         rename buffer behind Gnus.
5911
5912 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5913
5914         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
5915         (nnrss-group-alist): Add more resources.
5916         (nnrss-check-group): Ignore errors.
5917
5918 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5919
5920         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
5921
5922         * nnslashdot.el (nnslashdot-request-list): Add time.
5923         (nnslashdot-request-expire-articles): New function.
5924
5925         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
5926         secondary methods too.
5927
5928 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5929
5930         * message.el (message-use-followup-to): Set default value to t.
5931
5932 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
5933
5934         * message.el (message-dont-reply-to-names): Fix documentation.
5935         (message-get-reply-headers): Use Mail-Followup-To only for wide
5936         replies.
5937
5938 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5939
5940         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
5941         correctly.
5942         (nnrss-check-group): Use time.
5943
5944 2001-05-01 19:21:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5945
5946         * gnus.el: Oort Gnus v0.03 is released.
5947
5948 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5949
5950         * nnultimate.el (nnultimate-topic-article-to-article): Use the
5951         group.
5952
5953 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5954
5955         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
5956
5957 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5958
5959         * nnultimate.el (nnultimate-retrieve-headers): Return all
5960         available headers.
5961
5962         * gnus-sum.el (gnus-read-all-available-headers): New variable.
5963         (gnus-get-newsgroup-headers-xover): Use it.
5964
5965 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5966
5967         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
5968
5969 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5970
5971         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
5972
5973 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5974
5975         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
5976         disable it.
5977
5978         * gnus.el (gnus-info-nodes): Remove a few The's.
5979
5980 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5981
5982         * mail-source.el (mail-source-movemail): Call-process may return a
5983         signal description string.
5984
5985         * gnus-start.el (gnus-read-newsrc-el-file):
5986         gnus-newsrc-file-version may be nil.
5987
5988         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
5989         Suggested by Michael Sperber [Mr. Preprocessor]
5990         <sperber@informatik.uni-tuebingen.de>.
5991
5992 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
5993
5994         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
5995
5996 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
5997
5998         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
5999         fontify HANDLE.
6000
6001 2001-04-18  Simon Josefsson  <simon@josefsson.org>
6002
6003         * smime.el (smime-ask-passphrase): Rework to return value.
6004         (smime-sign-region): Rework to bind value and use it.
6005         (smime-decrypt-region): Ditto.
6006
6007 2001-04-18  Mathias Herberts <Mathias.Herberts@iroise.net>
6008         Committed by Simon Josefsson  <simon@josefsson.org>
6009
6010         * smime.el (smime-ask-passphrase): New function.
6011         (smime-sign-region): Use it.
6012         (smime-encrypt-cipher): New variable.
6013         (smime-decrypt-region): Ditto.
6014
6015 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
6016         Committed by Simon Josefsson  <simon@josefsson.org>
6017
6018         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
6019         the log.
6020
6021 2001-04-14 01:14:42 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6022
6023         *gnus.el: Oort Gnus v0.02 is released.
6024
6025 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
6026
6027         * gnus.el: Oort Gnus v0.01 is released.
6028
6029 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6030
6031         * gnus-sum.el (gnus-summary-highlight): Highlight read
6032         undownloaded articles as read articles.
6033
6034         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
6035         (gnus-agent-get-undownloaded-list): Mark all undownloaded
6036         articles, even read ones, as such.
6037
6038         * gnus-sum.el (gnus-summary-find-matching): Clean up.
6039         (gnus-find-matching-articles): New function.
6040         (gnus-summary-limit-include-matching-articles): New command.
6041         (gnus-summary-limit-include-thread): Include articles that have
6042         matching subjects.
6043         (gnus-offer-save-summaries): Clean up.
6044
6045 2001-04-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6046
6047         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
6048
6049 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6050         From Jason Merrill <jason_merrill@redhat.com>
6051
6052         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
6053
6054 2001-04-10 08:01:15  Katsumi Yamaoka <yamaoka@jpl.org>
6055         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6056
6057         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
6058         newsgroup names when the original article is a news message.
6059
6060 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6061
6062         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
6063         supported. Suggest by Jim Meyering <jim@meyering.net>.
6064
6065 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
6066         Committed by Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6067
6068         * nnmail.el (nnmail-split-it): Added check for .* at the end of
6069         regexp in nnmail-split-fancy.
6070
6071 2001-04-10  Simon Josefsson  <simon@josefsson.org>
6072
6073         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
6074
6075 2001-04-10  Colin Marquardt <colin.marquardt@usa.alcatel.com>
6076
6077         * message.el (message-send-mail): Improve the interaction with the
6078         user.
6079
6080 2001-04-10  Simon Josefsson  <simon@josefsson.org>
6081
6082         * imap.el (imap-message-copy): Work around buggy servers that
6083         doesn't send TRYCREATE tags.
6084
6085 2001-04-09 01:15:54  Katsumi Yamaoka <yamaoka@jpl.org>
6086
6087         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
6088
6089 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6090
6091         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
6092         date.
6093
6094 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6095
6096         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
6097         lives.
6098
6099 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6100
6101         * gnus-art.el (gnus-parse-news-url): New function.
6102         (gnus-button-handle-news): New function.
6103         (gnus-button-alist): Point to new functions.
6104
6105         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
6106
6107         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
6108         gnus-format-specs.
6109
6110         * message.el (message-check-news-header-syntax): Question even
6111         when Gnus doesn't know the group names.
6112         (message-send-news): Clean up.
6113
6114         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
6115         exited on purpose without saving.
6116
6117         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
6118
6119 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6120
6121         * gnus-score.el (gnus-score-orphans): Clean up.
6122
6123         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
6124
6125         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
6126         later.
6127
6128         * gnus-start.el (gnus-close-all-servers): Find the right items to
6129         close.
6130
6131         * qp.el (quoted-printable-decode-region): Just message
6132         malformation; don't quit.
6133
6134 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6135         From Gerd Moellmann <gerd@gnu.org>.
6136
6137         * gnus.el (gnus-interactive): A typo.
6138
6139 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
6140         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6141
6142         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
6143         `assq-delete-all', if that function exists; otherwise use the old
6144         definition. Documentation changed to match the one in
6145         `assq-delete-all'.
6146
6147 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6148
6149         * gnus-start.el (gnus-close-all-servers): New function.
6150
6151         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
6152         (gnus-server-remove-denials): Clean up.
6153
6154         * gnus-sum.el (gnus-summary-sort-by-original): New command and
6155         keystroke.
6156
6157 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6158
6159         * message.el (message-send-news): Message where we are sending.
6160         (message-send-mail): Ditto.
6161
6162         * gnus.el (gnus-server-string): New function.
6163
6164         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
6165
6166         * mm-decode.el (mm-default-directory): Customized.
6167         (mm-tmp-directory): Ditto.
6168
6169         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
6170         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
6171         or Chars.
6172         (gnus-summary-line-format-alist): ?l is now a string.
6173         (gnus-summary-prepare-threads): Output ? for unknown lines.
6174         (gnus-summary-insert-line): Ditto.
6175         (gnus-summary-print-article): Unbalanced parentheses.
6176
6177         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
6178         out whether new stuff has arrived.
6179
6180 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
6181
6182         * gnus-sum.el: Let printing work on ttys on Emacs.
6183
6184 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6185
6186         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
6187         when forcing news.
6188
6189         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
6190         command.
6191
6192 2001-03-31 01:04:54  Francis Litterio  <franl-removethis@world.omitthis.std.com>
6193
6194         * message.el (message-set-auto-save-file-name): Don't use
6195         asterisks under nt.
6196
6197 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6198
6199         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
6200         lists of articles.
6201
6202         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
6203
6204         * gnus-msg.el (gnus-put-message): Clean up.
6205         (gnus-summary-reply): Mark all replied-to articles as replied to.
6206         (gnus-inews-add-send-actions): Also mark as forwarded.
6207         (gnus-summary-mail-forward): Mark as forwarded.
6208
6209         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
6210         of articles.
6211         (gnus-summary-mark-article-as-forwarded): Ditto.
6212
6213         * gnus-msg.el (gnus-summary-resend-message): Mark article as
6214         forwarded.
6215         (gnus-summary-mail-forward): Clean up.
6216
6217         * gnus.el (gnus-article-mark-lists): Added forward.
6218
6219         * gnus-sum.el (gnus-forwarded-mark): New variable.
6220         (gnus-summary-prepare-threads): Use it.
6221         (gnus-summary-update-secondary-mark): Ditto.
6222         (gnus-newsgroup-forwarded): New variable.
6223
6224 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6225
6226         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
6227         (gnus-summary-very-wide-reply): New command and keystroke.
6228         (gnus-summary-very-wide-reply-with-original): Ditto.
6229
6230         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
6231         (gnus-score-adaptive): Use it.
6232
6233         * gnus-start.el (gnus-get-unread-articles): Clean up.
6234
6235 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6236
6237         * nnultimate.el (nnultimate-retrieve-headers): Work for other
6238         boards.
6239
6240 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
6241
6242         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
6243         * gnus-start.el (gnus-subscribe-newsgroup): use it.
6244
6245 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6246
6247         * nnultimate.el (nnultimate-retrieve-headers): Understand
6248         long-form month names.
6249
6250 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6251
6252         * gnus-sum.el (gnus-summary-show-all-headers):
6253         gnus-article-show-all-headers is broken. Use
6254         gnus-summary-toggle-header instead.
6255
6256         * mml2015.el (mml2015-gpg-extract-from): No error.
6257
6258 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6259         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
6260
6261         * mml2015.el (mml2015-gpg-extract-from): New function.
6262         (mml2015-gpg-verify): Use it.
6263         (mml2015-gpg-clear-verify): Use it.
6264
6265 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6266
6267         * message.el (message-setup-fill-variables): Use
6268         fill-paragraph-function.
6269         (message-fill-paragraph): Take an argument.
6270         (message-newline-and-reformat): Take another argument.
6271
6272 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6273
6274         * message.el (rmail-output): It is in rmailout.el not rmail.el.
6275
6276 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6277
6278         * message.el (message-forward): local-variable-p takes an extra
6279         argument in XEmacs.
6280
6281 2001-03-16  Simon Josefsson  <simon@josefsson.org>
6282
6283         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
6284         `nnimap-use-nov-p' (it really tested the negative).
6285         (nnimap-retrieve-headers): Use it.
6286
6287 2001-03-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6288
6289         * message.el (message-generate-headers-first): Update doc.
6290
6291 2001-03-10  Matthias Wiehl <mwiehl@gmx.de>
6292
6293         * gnus.el (gnus-summary-line-format): Typo.
6294
6295 2001-03-11  Simon Josefsson  <simon@josefsson.org>
6296
6297         * mailcap.el (mailcap-mime-data): Add application/sieve.
6298         (mailcap-mime-extensions): Add .siv, .xls.
6299
6300 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6301         From Christoph Conrad <christoph.conrad@gmx.de>
6302
6303         * gnus-score.el (gnus-summary-lower-thread): Typo.
6304
6305 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6306
6307         * message.el (message-forward-decoded-p): New variable.
6308         (message-forward-subject-author-subject): Use it.
6309         (message-make-forward-subject): Use it.
6310         (message-forward): Use it.
6311
6312         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
6313
6314         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
6315         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
6316
6317 ;;Has been fixed -- zsh.
6318 ;;2001-03-05  Dave Love  <fx@gnu.org>
6319 ;;
6320 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
6321 ;;      Move it after definition of mm-coding-system-p.
6322 ;;
6323 2001-03-01  Dave Love  <fx@gnu.org>
6324
6325         * mm-util.el (mm-inhibit-file-name-handlers): Add
6326         image-file-handler.
6327
6328 2001-02-11  Dave Love  <fx@gnu.org>
6329
6330         * message.el (message-signature-file): Fix doc, :type.
6331
6332 2001-02-08  Dave Love  <fx@gnu.org>
6333
6334         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
6335         (message-posting-charset): Defvar when compiling again.
6336         (rfc2047-encodable-p): Require message.
6337
6338         * gnus-sum.el (gnus-alter-articles-to-read-function):
6339         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
6340
6341 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6342
6343         * nnrss.el: New file.
6344
6345 2001-03-08 02:41:36  Katsumi Yamaoka <yamaoka@jpl.org>
6346         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6347
6348         * rfc2047.el (rfc2047-unfold-region): Fix arg of
6349         `skip-chars-forward'.
6350
6351 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6352
6353         * nndraft.el (nndraft-request-group): Restore auto save files if
6354         the original files do not exist.
6355
6356 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6357
6358         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
6359         SCORE paths.
6360
6361         * mm-decode.el (mm-dissect-buffer): Call
6362         mail-extract-address-components only if necessary.
6363
6364 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6365
6366         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
6367         directory part.
6368         (gnus-score-search-global-directories): Use file-directory-p.
6369
6370         * gnus-score.el (gnus-score-score-files-1): Use
6371         gnus-kill-files-directory.
6372         From Adrian Aichner <adrian@xemacs.org>.
6373
6374 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6375
6376         * gnus.el (charset): Move here from gnus-sum.el.
6377
6378 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6379
6380         * mml.el (mml-preview): Disable local map.
6381
6382         * gnus-sum.el (gnus-summary-make-menu-bar): Make
6383         gnus-article-post-menu here.
6384
6385         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
6386         if it has not been made.
6387
6388 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6389
6390         * gnus-art.el (gnus-article-describe-key): Map key to event.
6391         (gnus-article-describe-key-briefly): Ditto
6392
6393 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6394
6395         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
6396
6397 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6398         From Katsumi Yamaoka <yamaoka@jpl.org>.
6399
6400         * dgnushack.el (coerce, merge, subseq): defmacro.
6401
6402 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6403
6404         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
6405         A fake defalias in nndraft.el results a not-activated bug in
6406         uncompiled versions.
6407
6408 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
6409         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6410
6411         * gnus-util.el (gnus-split-references): Handle malformed References:.
6412
6413 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6414
6415         * gnus-art.el (gnus-article-mime-part-status): 1 part.
6416
6417 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6418         From NAGY Andras <nagya@inf.elte.hu>.
6419
6420         * gnus.el (gnus-parameters): Typo.
6421
6422 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6423
6424         * gnus.el (gnus-read-method): Remove redundancy.
6425
6426 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6427
6428         * nnslashdot.el (nnslashdot-backslash-url): New variable.
6429         (nnslashdot-request-list): Use it.
6430
6431 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6432
6433         * nnml.el (nnml-generate-active-info): Fix the case when there is
6434         no file.
6435
6436         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
6437         (gnus-summary-create-article): New function.
6438
6439         * gnus-group.el (gnus-group-mark-article-read): New function.
6440
6441         * gnus-msg.el (gnus-inews-do-gcc): Use it.
6442
6443         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
6444
6445 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6446
6447         * gnus-art.el (gnus-article-edit-done): Don't use
6448         gnus-article-edit-exit.
6449         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
6450
6451         * gnus.el (gnus-parameters): New variable.
6452         Suggested by NAGY Andras <nagya@inf.elte.hu>.
6453         (gnus-parameters-get-parameter): New function.
6454         (gnus-group-find-parameter): Use it.
6455
6456 2001-02-23  Simon Josefsson  <simon@josefsson.org>
6457
6458         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
6459         change of default value to `current'.
6460
6461 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6462
6463         * nneething.el (nneething-get-head): Insert unreadable file too.
6464
6465 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6466
6467         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
6468
6469         * webmail.el (webmail-type-definition): Deja is bought by google.
6470
6471 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6472
6473         * gnus-sum.el (gnus-fetch-headers): New function.
6474         (gnus-select-newsgroup): Use it.
6475         (gnus-summary-insert-articles): New function.
6476         (gnus-summary-insert-old-articles): New function.
6477         (gnus-summary-insert-new-articles): New function.
6478
6479         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
6480         (gnus-group-list-active): Ditto.
6481         * gnus-sum.el (gnus-set-mode-line): Ditto.
6482         (gnus-summary-read-group-1): Ditto.
6483
6484 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6485
6486         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
6487         current topic.
6488
6489 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6490
6491         * smiley.el (gnus-smiley-display): Don't do widening.
6492
6493         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
6494         within body.
6495
6496         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
6497
6498         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
6499         New variable.
6500         (gnus-mime-display-multipart-related-as-mixed): New variable.
6501         (gnus-mime-display-part): Use them.
6502
6503 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6504
6505         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
6506         something special.
6507
6508 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6509
6510         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
6511         (nnweb-request-article): Call reference if exists.
6512         (nnweb-type-definition): Dejanews is bought by google.com.
6513         Beta!
6514
6515 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6516
6517         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
6518
6519 2001-02-19  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6520
6521         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
6522         gnus-article-sort-functions.
6523         (gnus-article-sort-functions): Doc fix.  Refer to
6524         gnus-thread-sort-functions.
6525
6526 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6527         From Paul Jarc <prj@po.cwru.edu>.
6528
6529         * message.el (message-get-reply-headers): More fixes.
6530
6531 2001-02-17  Paul Jarc <prj@po.cwru.edu>
6532         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6533
6534         * message.el (message-get-reply-headers): Fix bug with
6535         Mail-Followup-To/to-address interaction.
6536
6537 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6538
6539         * gnus-msg.el (gnus-configure-posting-styles): Match header in
6540         gnus-article-copy.
6541
6542 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6543
6544         * message.el (message-do-send-housekeeping): Rename to a better
6545         name.
6546
6547 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6548
6549         * message.el (message-cancel-news): Check article first, then ask
6550         yes or no.
6551
6552 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6553
6554         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
6555
6556 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6557
6558         * gnus-range.el (gnus-range-normalize): New function.
6559
6560 2001-02-15  NAGY Andras <nagya@inf.elte.hu>
6561
6562         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
6563
6564 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6565
6566         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
6567
6568         * nnagent.el (nnagent-request-regenerate): New function.
6569
6570         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
6571
6572         * nnml.el (nnml-generate-nov-databases): Accept argument
6573         server. Don't open server if it is opened.
6574         (nnml-request-regenerate): Use it. Change to deffoo.
6575
6576 2001-02-14  Katsumi Yamaoka <yamaoka@jpl.org>
6577         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6578
6579         * gnus.el (gnus-define-group-parameter): Fix.
6580
6581 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6582
6583         * gnus.el (gnus-define-group-parameter): Improved.
6584
6585         * gnus-sum.el (charset): Define parameter.
6586         (ignored-charsets): Ditto.
6587         (gnus-summary-setup-default-charset): Use them.
6588
6589         * gnus-start.el (gnus-read-descriptions-file): Use them.
6590
6591         * gnus-cus.el (gnus-group-parameters): Remove them.
6592
6593 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6594
6595         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
6596
6597 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6598
6599         * gnus-sum.el (gnus-summary-read-group-1): Remove
6600         gnus-summary-set-local-parameters.
6601         (gnus-summary-setup-buffer): Put it here.
6602
6603 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6604
6605         * gnus.el (to-address): Define parameter.
6606         (to-list): Ditto.
6607         * gnus-art.el (article-hide-boring-headers): Use them.
6608         * gnus-msg.el (gnus-post-news): Ditto.
6609         * gnus-cus.el (gnus-group-parameters): Remove them.
6610
6611 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6612
6613         * gnus-draft.el (gnus-draft-reminder): New function.
6614
6615         * gnus-art.el (gnus-sender-save-name): New function.
6616
6617 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6618
6619         * mm-util.el (mm-mime-charset): Error message.
6620
6621 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6622
6623         * message.el (message-check-news-body-syntax): Don't check mml lines.
6624
6625 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6626
6627         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
6628         subscribe.
6629
6630         * gnus-start.el (gnus-call-subscribe-functions): New function.
6631         (gnus-find-new-newsgroups): Use it.
6632         (gnus-ask-server-for-new-groups): Use it.
6633         (gnus-check-first-time-used): Use it.
6634         (gnus-subscribe-newsgroup-method): Grok a list of functions.
6635         (gnus-subscribe-options-newsgroup-method): Ditto.
6636         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
6637         return .
6638
6639 2001-02-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6640
6641         * gnus-cus.el (gnus-score-customize): Doc fix.
6642
6643 2001-02-11  Jesper Harder <harder@ifa.au.dk>
6644
6645         * dgnushack.el (my-getenv): Typo.
6646
6647 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6648
6649         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
6650
6651 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6652
6653         * gnus-group.el (gnus-group-suspend): Offer save summaries.
6654
6655         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
6656         (gnus-treatment-function-alist): Use it.
6657         (article-remove-leading-whitespace): New function.
6658         (gnus-article-make-menu-bar): Use it.
6659
6660         * gnus-sum.el (gnus-summary-wash-empty-map): Add
6661         remove-leading-whitespace.
6662         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
6663         because of conflict.
6664
6665 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6666
6667         * Makefile.in: Hack generating gnus-load.el.
6668         * dgnushack.el: Ditto.
6669         * gnus-load.el: Remove it.
6670
6671 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6672
6673         * dgnushack.el : Add URLDIR.
6674
6675         * Makefile.in (EMACS_COMP): Ditto.
6676
6677 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6678
6679         * gnus-cus.el (gnus-score-customize): Error on no score file.
6680
6681 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6682
6683         * mm-decode.el (mm-merge-handles): New function.
6684
6685         * mm-view.el (mm-inline-message): Use it.
6686         (mm-view-message): Ditto.
6687
6688         * mm-partial.el (mm-inline-partial): Ditto.
6689
6690         * mm-extern.el (mm-inline-external-body): Ditto.
6691
6692         * gnus-art.el (gnus-mime-view-part): Ditto.
6693         (gnus-mime-view-part-as-type): Ditto.
6694         (gnus-mime-save-part-and-strip): Prevent users to strip in some
6695         cases.
6696
6697 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6698
6699         * message.el (message-cancel-news): Allow to shoot foot.
6700         (message-supersede): Ditto.
6701
6702 2001-02-08  Tommi Vainikainen <thv@iki.fi>
6703
6704         * gnus-sum.el (gnus-simplify-subject-re): Use
6705         message-subject-re-regexp.
6706
6707 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6708
6709         * nnmail.el (nnmail-expiry-target-group): Bind
6710         nnmail-cache-accepted-message-ids to nil.
6711
6712         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
6713         coding system.
6714
6715 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6716
6717         * qp.el (quoted-printable-encode-region): Make sure characters are
6718         between 00 and FF.  Don't check charset.
6719
6720         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
6721         in Emacs 20.
6722         * rfc2047.el (rfc2047-q-encode-region): Ditto.
6723
6724 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6725
6726         * message.el (message-make-forward-subject): Argument decoded.
6727         (message-forward): Use it when digest.
6728
6729         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
6730         buffer.
6731
6732 2001-02-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6733
6734         * message.el (message-generate-headers-first): Doc fix.
6735
6736 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6737
6738         * gnus-art.el (article-make-date-line): Error proof.
6739
6740 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6741
6742         * gnus-group.el (gnus-group-listing-limit): New variable.
6743         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
6744
6745         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
6746
6747 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6748
6749         * message.el (message-newline-and-reformat): Special case for
6750         breaking at BOL.
6751
6752 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
6753
6754         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
6755         message/rfc822.
6756
6757 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6758
6759         * message.el (message-encode-message-body): Don't insert
6760         Content-Type if it is inside a mail.
6761
6762 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6763
6764         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
6765         gnus-article-commands-menu.
6766
6767         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
6768         in Emacs.
6769
6770         * gnus-start.el (gnus-read-descriptions-file): Use
6771         gnus-group-name-charset and gnus-group-charset-alist.
6772
6773 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6774
6775         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
6776         active region.
6777
6778         * gnus-start.el (gnus-group-change-level): Remove from both
6779         gnus-zombie-list and gnus-killed-list.
6780
6781 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6782
6783         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
6784         gnus-subscribe-topics.
6785
6786         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
6787
6788 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6789
6790         * gnus-art.el (gnus-article-make-menu-bar): Make
6791         gnus-article-post-menu.
6792
6793         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
6794
6795         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
6796
6797         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
6798
6799         * message.el (message-mode-menu): Ditto.
6800
6801         * gnus-art.el (defvar): eval-when-compile.
6802
6803 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6804
6805         * gnus-agent.el (gnus-agentize): Fix doc.
6806
6807 2001-02-02  Karl Kleinpaste <karl@charcoal.com>
6808
6809         * mml.el (mml-preview): Bind `q'.
6810
6811 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6812
6813         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
6814
6815 2001-01-31  Dave Love  <fx@gnu.org>
6816
6817         * mm-util.el (mm-mime-mule-charset-alist)
6818         (mm-find-mime-charset-region): Consider mule-utf-8.
6819
6820 2001-01-31  Dave Love  <fx@gnu.org>
6821
6822         * gnus-art.el (gnus-article-x-face-command)
6823         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
6824         :version.
6825
6826 2001-01-26  Dave Love  <fx@gnu.org>
6827
6828         * mm-util.el (mm-multibyte-string-p): New.
6829
6830 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
6831 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
6832 ;;      string-as-multibyte on class.  Clarify line-folding.
6833         (quoted-printable-encode-string): Make temp buffer inherit
6834         string's multibyteness.
6835
6836 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
6837
6838         * nnheader.el (toplevel): Don't require `gnus-util' at
6839         compile-time; this creates a circular dependency, and prevents
6840         a bootstrap.
6841
6842 2001-01-22  Andreas Schwab  <schwab@suse.de>
6843
6844         * nnheader.el (gnus-delete-line): Autoload it as a macro.
6845
6846 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6847
6848         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
6849
6850         * gnus-art.el (article-hide-list-identifiers): Ditto.
6851
6852         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
6853
6854 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6855
6856         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
6857
6858         * gnus-art.el (article-hide-list-identifiers): Similar.
6859
6860 2001-01-31  Karl Kleinpaste <karl@charcoal.com>
6861
6862         * nnmail.el (nnmail-remove-list-identifiers): Improved.
6863
6864 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6865
6866         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
6867
6868 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6869
6870         * gnus-util.el (gnus-string-equal): New function.
6871
6872         * gnus-art.el (article-hide-boring-headers): Use it.
6873
6874 2001-01-27  Karl Kleinpaste <karl@charcoal.com>
6875
6876         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
6877
6878 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6879
6880         * gnus-msg.el (gnus-msg-mail): Support switch-action.
6881
6882 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6883
6884         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
6885         command if there is not last-saver.
6886
6887 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6888
6889         * nntp.el (nntp-open-connection): 201 is possible.
6890
6891 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6892
6893         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
6894         (rfc2047-charset-encoding-alist): Add big5.
6895
6896 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6897
6898         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
6899         (gnus-agent-remove-server): Ditto.
6900         (autoload): gnus-server-update-server.
6901
6902         * gnus-srvr.el (gnus-server-line-format): Add %a.
6903         (gnus-server-line-format-alist): Add gnus-tmp-agent.
6904         (gnus-server-insert-server-line): Use it.
6905
6906 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6907
6908         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
6909         GB2312 and Big5.
6910
6911 2001-01-24  Simon Josefsson  <sj@extundo.com>
6912
6913         * mail-source.el (mail-sources): Add :program specifier to IMAP
6914         mail source.
6915         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
6916
6917 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6918
6919         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
6920
6921 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6922
6923         * nntp.el (nntp-wait-for): Return the success code.
6924         (nntp-open-connection): Use it.
6925
6926 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6927
6928         * gnus-int.el (gnus-check-server): Allow breaking the opening.
6929
6930 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6931
6932         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
6933
6934 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6935
6936         * gnus-sum.el (gnus-summary-print-article): Take one prefix
6937         argument. Allow to print several articles in one file.
6938
6939 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6940
6941         * webmail.el (webmail-type-definition): netaddress changes.
6942
6943 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6944
6945         * gnus.el: Fix copyright. Remove trailing spaces.
6946
6947         * message.el (message-forward): Use mule4.
6948
6949 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6950
6951         * mm-util.el (mm-string-as-unibyte): New function.
6952
6953         * message.el (message-forward): Use it.
6954
6955 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6956
6957         * message.el (message-cite-original-without-signature): Don't peel
6958         off the blank line.
6959         (message-get-reply-headers): Add Cc if it is not in follow-to.
6960
6961 2001-01-20  Simon Josefsson  <sj@extundo.com>
6962
6963         * mm-decode.el (mm-handle-multipart-from): Add.
6964         (mm-dissect-buffer): Save From: header value.
6965         (mm-security-from): Remove.
6966         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
6967
6968         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
6969         instead of `mml-security-from'.  Protect null from value.
6970
6971 2001-01-20  Simon Josefsson  <sj@extundo.com>
6972
6973         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
6974         application/vnd.ms-excel attachments.
6975
6976 2001-01-19  Simon Josefsson  <sj@extundo.com>
6977
6978         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
6979
6980 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6981
6982         * message.el (message-ignored-mail-headers): Ditto.
6983
6984 2001-01-19  Simon Josefsson  <sj@extundo.com>
6985
6986         * message.el (message-ignored-news-headers): Only search beginning
6987         of line.
6988
6989 2001-01-19  Alberto Lusiani <a.lusiani@noemail.org>
6990
6991         * message.el (message-send-mail): Content-Type may not be there.
6992
6993 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6994
6995         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
6996         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
6997
6998         * gnus-art.el (article-display-x-face): Insert X-Face if there is
6999         not.
7000
7001 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7002
7003         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
7004         non-native groups.
7005
7006 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7007
7008         * message.el (message-yank-original): Understand
7009         universal-argument.
7010
7011 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7012
7013         * gnus-art.el (gnus-boring-article-headers): Add to-address.
7014         (article-hide-boring-headers): Ditto.
7015
7016         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
7017
7018 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7019
7020         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
7021         one.
7022
7023 2001-01-16  Simon Josefsson  <simon@josefsson.org>
7024
7025         * message.el (message-make-in-reply-to): Add comment to message-id
7026         (old syntax, see 2000-08-02 change).
7027
7028 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7029
7030         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
7031         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
7032         (gnus-button-reply): Ditto.
7033
7034 2001-01-16  Katsumi Yamaoka <yamaoka@jpl.org>
7035
7036         * gnus-art.el (article-display-x-face): Fix.
7037
7038 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7039
7040         * gnus-art.el (article-display-x-face): Use
7041         gnus-original-article-buffer.
7042
7043 2001-01-15  Jack Twilley <jmt@tbe.net>
7044
7045         * message.el (message-add-header): Move to point-max.
7046
7047 2001-01-15  Simon Josefsson  <simon@josefsson.org>
7048
7049         * smime.el (smime-CA-directory, smime-CA-file): Change default to
7050         nil, improve documentation.
7051         (smime-certificate-directory): Comment out false hints (until it
7052         is implemented).
7053
7054         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
7055         there aren't any keys.
7056         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
7057         verify certificate.  Default is changed to only check integrity.
7058         Improved security status texts.  If a certificate doesn't contain
7059         a email address, don't fail.
7060
7061         * smime.el (smime-noverify-region):
7062         (smime-noverify-buffer): New functions.  Verifies integrity only.
7063
7064 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7065
7066         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
7067
7068 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7069
7070         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
7071         (gnus-remove-some-windows): Ditto.
7072
7073 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7074
7075         * gnus-art.el (article-make-date-line): 11th.
7076
7077 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7078
7079         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
7080         (mml2015-gpg-sign): Ditto.
7081
7082 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7083
7084         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
7085         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
7086
7087 2001-01-08  Dave Love  <fx@gnu.org>
7088
7089         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
7090         single character.
7091
7092         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
7093
7094         * message.el: Doc and message fixes.
7095         (message-send-rename-function)
7096         (message-make-forward-subject-function)
7097         (message-send-mail-function, message-reply-to-function)
7098         (message-wide-reply-to-function, message-followup-to-function)
7099         (message-distribution-function, message-auto-save-directory): Fix
7100         :type.
7101
7102         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
7103         proceeding after warnings.  Amend multipart warning message.
7104
7105 2001-01-04  Dave Love  <fx@gnu.org>
7106
7107         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
7108         compiling.
7109         (gnus-make-directory): Require nnmail.
7110
7111         * mm-decode.el (mm-inline-media-tests): Add
7112         image/x-portable-bitmap.
7113         (mm-get-image): Grok pbm.
7114
7115 2001-01-10  Paul Stevenson <p.stevenson@surrey.ac.uk>
7116
7117         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
7118
7119 2001-01-09  Didier Verna  <didier@xemacs.org>
7120
7121         * dgnushack.el (dgnushack-compile): give a dummy value to
7122         `gnus-xmas-glyph-directory' for the time of compilation.
7123         * gnus-agent.el: moved some XEmacs specific hook add-ons from
7124         `gnus-xmas-[re]define' to avoid loosing user custom settings.
7125         * gnus-art.el: ditto.
7126         * gnus-group.el: ditto.
7127         * gnus-salt.el: ditto.
7128         * gnus-sum.el: ditto.
7129         * gnus-topic.el: ditto.
7130         * gnus-xmas.el (gnus-xmas-define): see above.
7131         * gnus-xmas.el (gnus-xmas-redefine): see above.
7132         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
7133         non-continuable error when the directory can't be found.
7134
7135 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7136
7137         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
7138         handle.
7139         * gnus-art.el (gnus-mime-view-part): Copy it.
7140         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
7141
7142 2001-01-09  Michael Downes <mjd@ams.org>
7143
7144         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
7145
7146 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7147
7148         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
7149         orig-file. Use ',source.
7150
7151 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7152
7153         * gnus-xmas.el (gnus-xmas-modeline-glyph):
7154         (gnus-xmas-group-startup-message):
7155         Detect gnus-xmas-glyph-directory when it is nil.
7156
7157 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7158
7159         * pop3.el (pop3-get-message-count): Andrew Innes
7160         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
7161
7162 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7163
7164         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
7165
7166         * time-date.el (time-to-number-of-days): New function.
7167
7168 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
7169
7170         * nnslashdot.el (nnslashdot-request-list): Always get the right
7171         sid.
7172
7173 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7174
7175         * message.el (message-minibuffer-local-map): New keymap.
7176         (message-read-from-minibuffer): Use it.
7177         * gnus-msg.el (gnus-summary-resend-message): Use it
7178
7179 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7180
7181         * gnus-start.el (gnus-display-time-event-handler): New function.
7182         (gnus-after-getting-new-news-hook): Use it.
7183
7184 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7185
7186         * message.el (message-ignored-mail-headers): Add draft header.
7187
7188 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7189
7190         * gnus-sum.el (gnus-summary-expire-articles): Don't save
7191         excursion.
7192
7193         * nnslashdot.el (nnslashdot-request-list): Get the right year.
7194
7195 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
7196
7197         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
7198
7199 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7200
7201         * qp.el (quoted-printable-decode-region): Don't backward-char.
7202
7203 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7204
7205         * gnus-draft.el: Mark articles as replied.
7206
7207         * gnus-sum.el (gnus-summary-add-mark): New function.
7208
7209         * gnus-group.el (gnus-add-mark): New function.
7210
7211         * gnus-sum.el (gnus-summary-buffer-name): New function.
7212         (gnus-summary-setup-buffer): Use it.
7213
7214         * gnus-draft.el: Set things up with the right post method and
7215         stuff.
7216
7217         * message.el (message-ignored-news-headers): Remove X-Draft-From.
7218
7219         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
7220
7221         * gnus.el (gnus-draft-meta-information-header): New variable.
7222
7223 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7224
7225         * gnus-art.el (gnus-treatment-function-alist): Move the date
7226         functions before the header sorting functions.
7227
7228         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
7229
7230         * dgnushack.el (dgnushack-compile): Message whether there is w3.
7231         Don't (push "/usr/share/emacs/site-lisp" load-path).
7232
7233         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
7234         to empty fill prefixes.
7235
7236 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7237
7238         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
7239         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
7240
7241 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7242
7243         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
7244
7245         * nnml.el (autoload): Move to nnheader.el.
7246
7247         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
7248         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
7249         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
7250         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
7251
7252 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7253
7254         * gnus-art.el (article-make-date-line): Get the hours right.
7255         (gnus-ignored-headers): More hiding.
7256
7257         * nnmail.el (nnmail-expiry-wait): Not an integer.
7258
7259         * message.el (message-goto-body): Only expand abbrev when called
7260         interactively.
7261         (message-make-lines): Use it.
7262
7263 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7264
7265         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
7266
7267 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7268
7269         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
7270         include the expunged articles.
7271
7272         * gnus-group.el (gnus-group-sort-by-server): New function.
7273
7274         * gnus.el (gnus-method-to-server-name): New function.
7275         (gnus-group-prefixed-name): Use it.
7276
7277         * gnus-group.el (gnus-group-sort-function): Doc fix.
7278         (gnus-group-sort-groups-by-server): New command.
7279
7280 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7281
7282         * gnus-art.el (gnus-treat-date-english): New variable.
7283         (article-date-english): New command.
7284         (gnus-english-month-names): New variable.
7285         (article-make-date-line): Do 'english.
7286
7287         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
7288         after the fill prefix.
7289
7290         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
7291         score...".
7292
7293         * gnus-art.el (gnus-ignored-headers): Hide more headers.
7294
7295         * message.el (message-mode-map): Bind comment-region.
7296
7297         * gnus-art.el (gnus-mime-display-part): Let w3 display
7298         multipart/related.
7299
7300         * mm-bodies.el (mm-long-lines-p): New function.
7301         (mm-body-encoding): Use it.
7302         (mm-body-encoding): Encode articles with lines longer than 1000
7303         characters.
7304
7305 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7306
7307         * mm-util.el (mm-enable-multibyte): Use
7308         default-enable-multibyte-characters.
7309         (mm-enable-multibyte-mule4): Ditto.
7310         (mm-disable-multibyte): Test XEmacs.
7311         (mm-disable-multibyte-mule4): Ditto.
7312         (mm-with-unibyte-current-buffer): Simplified.
7313         (mm-with-unibyte-current-buffer-mule4): Ditto.
7314
7315 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7316
7317         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
7318
7319         * nnheader.el (nnheader-string-as-multibyte): New alias.
7320
7321         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
7322
7323         * gnus-uu.el (gnus-message-process-mark): New function.
7324         (gnus-uu-mark-by-regexp): Use it.
7325         (gnus-new-processable): New function.
7326
7327 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
7328
7329         * gnus-sum.el (gnus-no-mark): New variable.
7330
7331 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7332
7333         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
7334         backslashes.
7335
7336 2000-12-26  Katsumi Yamaoka <yamaoka@jpl.org>
7337
7338         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
7339         definition.
7340
7341 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7342
7343         * dgnushack.el (dgnushack-compile): elc is in the current directory.
7344
7345         * qp.el (quoted-printable-encode-region): Don't check multibyte in
7346         XEmacs.
7347
7348 2000-12-25  Lloyd Zusman <ljz@asfast.com>
7349
7350         * mml.el (mml-read-tag): Save tag location.
7351
7352 2000-12-25  Simon Josefsson  <simon@josefsson.org>
7353
7354         * starttls.el: Sync with Emacs 21.
7355
7356 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7357
7358         * message.el (message-mail): Support yank-action.
7359
7360         * message.el (message-setup): Revoke the last change.
7361
7362 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7363
7364         * message.el (message-setup): Use cons. Suggested by Johan Vromans
7365         <jvromans@squirrel.nl>.
7366
7367 2000-12-24  Simon Josefsson  <sj@extundo.com>
7368
7369         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
7370         mailing list junk at end of part.
7371
7372 2000-12-23  Simon Josefsson  <sj@extundo.com>
7373
7374         * nnimap.el (nnimap-expiry-target): New function.
7375         (nnimap-request-expire-articles): Use it.
7376
7377 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7378
7379         * gnus.el (gnus-group-parameters-more): New variable.
7380         * gnus-cus.el (gnus-group-customize): Use it.
7381
7382         * gnus.el (gnus-define-group-parameter): New macro.
7383         (auto-expire): Use it
7384         (total-expire): Use it.
7385         * gnus-art.el (banner): Use it.
7386
7387         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
7388         <ljz@asfast.com>.
7389
7390 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7391
7392         * gnus-topic.el (gnus-topic-create-topic): Use list.
7393
7394         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
7395         before binding gnus-default-article-saver.
7396
7397         * gnus-sum.el (gnus-summary-save-article):
7398         (gnus-summary-pipe-output):
7399         (gnus-summary-save-article-mail):
7400         (gnus-summary-save-article-rmail):
7401         (gnus-summary-save-article-file):
7402         (gnus-summary-write-article-file):
7403         (gnus-summary-save-article-body-file): Ditto.
7404
7405         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
7406
7407 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7408
7409         * gnus-art.el (gnus-mime-security-button-map):
7410         (gnus-mime-button-map): Add parent.
7411
7412 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7413
7414         * messagexmas.el (message-xmas-redefine): New function.
7415
7416         * message.el: Use it.
7417
7418         * gnus-art.el (gnus-article-check-hidden-text): Return t.
7419
7420         * gnus-util.el (gnus-remove-text-properties-when): Return t.
7421
7422 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7423
7424         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
7425         malformatted messages.
7426
7427 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7428
7429         * mm-util.el (mm-image-load-path): New function.
7430
7431         * gnus-group.el (gnus-group-make-tool-bar): Use it.
7432
7433         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
7434
7435         * message.el (message-tool-bar-map): Use it.
7436
7437         * Makefile.in (install-el): New rule.
7438
7439 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * gnus-art.el (article-treat-dumbquotes): Quote \.
7442
7443 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7444
7445         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
7446         Emacs 20 runs on a terminal.
7447
7448 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7449
7450         * gnus-msg.el (gnus-bug): Revert to save-excursion.
7451
7452         * mml.el (gnus-add-minor-mode): Autoload.
7453
7454         * message.el (message-forward): Save-restriction.
7455
7456 2000-12-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7457
7458         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
7459         Paul Stevenson <p.stevenson@surrey.ac.uk>
7460
7461 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7462
7463         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
7464
7465         * mml.el (gnus-ems): Don't require.
7466
7467         * gnus.el (gnus-decode-rfc1522): Removed.
7468         (gnus-set-text-properties): Define.
7469
7470 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7471
7472         * gnus-art.el (gnus-mime-*): handle may be nil.
7473
7474         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
7475
7476         * gnus.el (gnus-group-remove-excess-properties): Not defined
7477         in gnus-xmas.
7478
7479 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7480
7481         * message.el (message-mail-user-agent): Add :version.
7482
7483 2000-12-21  Miles Bader  <miles@gnu.org>
7484
7485         * message.el (message-mode): Set `comment-start' to the  yank prefix.
7486
7487 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7488
7489         * message.el (message-mail-user-agent): New variable.
7490         (message-setup): Renamed to message-setup-1. Support
7491         mail-user-agent.
7492         (message-mail-user-agent): New function.
7493         (message-mail): Use it.
7494         (message-reply): Use it.
7495         (message-resend): Use it.
7496         (message-mail-other-window): Use it.
7497         (message-mail-other-frame): Use it.
7498
7499         * gnus-msg.el (gnus-bug): Support mail-user-agent.
7500
7501 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7502
7503         * message.el (message-tool-bar-map): Simplify.
7504         (message-narrow-to-head-1): New function.
7505         (message-narrow-to-head): Use it.
7506         (message-reply): Ditto.
7507         (message-cancel-news): Ditto.
7508         (message-supersede): Ditto.
7509         (message-make-forward-subject): Ditto.
7510         (message-bounce): Ditto.
7511
7512 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7513
7514         * uudecode.el (uudecode-decode-region-external): make-temp-file
7515         may not be defined.
7516
7517         * binhex.el (defalias): eval-and-compile.
7518
7519         * message.el (message-tool-bar-map): New function.
7520         (message-mode): Use it.
7521
7522 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7523
7524         * nntp.el (nntp-find-connection): Remove the entry.
7525         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
7526
7527 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7528
7529         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
7530
7531         * message.el (message-forward): Copy buffer in unibyte mode.
7532
7533 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7534
7535         * message.el (message-make-forward-subject): Don't widen. Decode.
7536         (message-forward): Don't decode subject.
7537
7538 2000-12-20  Christoph Conrad <C.Conrad@cli.de>
7539
7540         * qp.el (quoted-printable-encode-region): Upcase QP.
7541
7542 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7543
7544         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
7545         mail-extract-a-c instead. Don't depend on Gnus.
7546
7547         * mml.el (gnus-ems): Require it.
7548
7549         * gnus-msg.el (gnus-summary-mail-forward):
7550
7551         * message.el (message-forward):  Move mime-to-mml here.
7552
7553 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7554
7555         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
7556         * gnus-art.el (gnus-insert-mime-button): Simplify.
7557         (gnus-mime-display-alternative): Ditto.
7558         (gnus-insert-mime-security-button): Ditto.
7559
7560 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7561
7562         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
7563         text-property-not-all doesn't return nil when start=mark(end).
7564         (gnus-remove-text-properties-when): Ditto.
7565
7566 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7567
7568         * gnus-start.el (gnus-group-change-level): Remove group from
7569         gnus-active-hashtb if real killed.
7570
7571 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7572
7573         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
7574         (gnus-mime-display-alternative): Ditto.
7575         (gnus-insert-mime-security-button): Ditto.
7576
7577 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7578
7579         * gnus-start.el (gnus-group-change-level): Don't add it into
7580         killed-list if it was killed.
7581
7582 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7583
7584         * nnmbox.el (nnmbox-file-coding-system): Use binary.
7585         (nnmbox-active-file-coding-system): Ditto.
7586
7587         * gnus-cus.el (gnus-group-parameters): Add posting-style.
7588
7589 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7590
7591         * gnus.el (gnus-version):
7592         (gnus-version-number): Set to Oort Gnus 0.01.
7593
7594         * gnus-art.el (gnus-mime-security-button-map):
7595         (gnus-insert-mime-security-button): Fix for Emacs21.
7596
7597 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7598
7599         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
7600         easymenu, because XEmacs doesn't understand :help.
7601
7602         * mm-uu.el: Require binhex.
7603
7604 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7605
7606         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
7607
7608 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7609
7610         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
7611
7612 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
7613
7614         * *.xpm, *.pbm: Convert icons icons to size 24x24.
7615
7616 2000-12-18  Dave Love  <fx@gnu.org>
7617
7618         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
7619         (unused).
7620
7621 2000-12-13  Miles Bader  <miles@gnu.org>
7622
7623         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
7624         to t, so that we don't get stuck while trying to smilefy
7625         intangible text.
7626
7627 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
7628
7629         * smiley-ems.el (smiley-regexp-alist): Make regexps match
7630         at the end of the buffer.
7631         (smiley-region): In the loop, move to the end of the submatch
7632         matching the smiley instead of using the end of the match
7633         of the whole regexp.
7634
7635 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
7636
7637         * message.el (message-mode): Doc fix.
7638
7639 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
7640
7641         * smiley-ems.el (smiley-region): Doc fix.
7642
7643 2000-12-11  Miles Bader  <miles@gnu.org>
7644
7645         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
7646         bottom line visible, check to see if it's partially obscured, and
7647         if so, either scroll one more line to make it fully visible, or
7648         revert to showing the second line from the top.
7649
7650 2000-12-07  Dave Love  <fx@gnu.org>
7651
7652         * mailcap.el (mailcap-download-directory)
7653         * gnus-audio.el (gnus-audio-directory)
7654         * smiley-ems.el (smiley-data-directory): Fix :type.
7655
7656 2000-11-30  Dave Love  <fx@gnu.org>
7657
7658         * message.el (message-auto-save-directory): Use
7659         file-name-as-directory.
7660         (message-set-auto-save-file-name): Create
7661         message-auto-save-directory if necessary.
7662         (message-replace-chars-in-string): Removed -- unused.
7663         (message-mail-alias-type): Customize.
7664         (message-headers): Remove duplicate defgroup.
7665
7666 2000-11-29  Dave Love  <fx@gnu.org>
7667
7668         * qp.el (quoted-printable-decode-region): Use error, not message
7669         to report malformed text (like base64).  Amend message.
7670
7671 2000-11-29  Miles Bader  <miles@gnu.org>
7672
7673         * message.el (message-header-lines): Fontify tag.
7674
7675 2000-11-27  Dave Love  <fx@gnu.org>
7676
7677         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
7678         compiler warning.
7679
7680 ;2000-11-26  Dave Love  <fx@gnu.org>
7681 ;
7682 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
7683 ;
7684 2000-11-23  Dave Love  <fx@gnu.org>
7685
7686         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
7687
7688         * mm-uu.el (uudecode): Require.
7689         (uudecode-decode-region, uudecode-decode-region-external): Don't
7690         autoload.
7691         (mm-uu-copy-to-buffer): Doc fix.
7692         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
7693         type fix.
7694
7695         * mailcap.el: Doc fixes.
7696         (mailcap-mime-data): Various adjustments.
7697         (mailcap): New group.
7698         (mailcap-download-directory): Customize.
7699         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
7700         (mailcap-temporary-directory): Deleted (unused).
7701         (mailcap-unescape-mime-test): Simplify slightly.
7702         (mailcap-viewer-passes-test): Use functionp.
7703         (mailcap-command-p): Aliased to executable-find.
7704
7705         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
7706         default-enable-multibyte-characters is nil.
7707
7708 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
7709
7710         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
7711
7712 2000-11-21  Dave Love  <fx@gnu.org>
7713
7714         * gnus-art.el (gnus-mime-button-map): Don't inherit from
7715         gnus-article-mode-map.
7716 ;       (gnus-mime-button-menu): Use mouse-set-point.
7717         (gnus-insert-mime-button, gnus-mime-display-alternative)
7718         (gnus-mime-display-alternative): Don't use local-map property.
7719
7720 2000-11-17  Dave Love  <fx@gnu.org>
7721
7722         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
7723         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
7724         and make-temp-file.
7725         (uudecode-decode-region): Doc fix.
7726
7727 2000-11-14  Dave Love  <fx@gnu.org>
7728
7729         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
7730         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
7731         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
7732         New files, derived from the XPMs.
7733
7734 2000-11-10  Dave Love  <fx@gnu.org>
7735
7736         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
7737         (gnus-agent-lib-file, gnus-agent-load-alist)
7738         (gnus-agent-save-alist, gnus-agent-article-name): Use
7739         expand-file-name.
7740
7741         * gnus-group.el (gnus-group-name-charset-method-alist): Add
7742         :version.
7743         (nnkiboze-score-file): Defvar when compiling.
7744
7745         * gnus-start.el (gnus-read-newsrc-file): Add :version.
7746
7747         * gnus-art.el (gnus-article-banner-alist)
7748         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
7749         (gnus-article-date-lapsed-new-header)
7750         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
7751         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
7752         (gnus-treat-strip-headers-in-body)
7753         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
7754         (gnus-treat-translate): Add :version.
7755         (gnus-article-mime-part-function): Fix defcustom.
7756
7757         * nnmail.el (nnmail-expiry-target)
7758         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
7759         (nnmail-split-header-length-limit): Add :version.
7760
7761         * gnus-sum.el (gnus-auto-expirable-marks)
7762         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
7763         (gnus-extra-headers, gnus-ignored-from-addresses)
7764         (gnus-newsgroup-ignored-charsets)
7765         (gnus-group-highlight-words-alist)
7766         (gnus-summary-show-article-charset-alist): Add :version.
7767
7768         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
7769         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
7770         files, converted from the XPMs.
7771
7772         * gnus-cache.el (gnus-cache-active-file): Don't use
7773         file-name-as-directory on directory.
7774         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
7775         use file-name-as-directory on directory.
7776
7777         * time-date.el (timezone-make-date-arpa-standard): Autoload.
7778         (date-to-time): Use it.
7779
7780 ;       * message.el (message-mode) <adaptive-fill-regexp>:
7781 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
7782 ;       (message-newline-and-reformat): Likewise.
7783         (message-forward-as-mime, message-forward-ignored-headers)
7784         (message-buffer-naming-style, message-default-charset)
7785         (message-dont-reply-to-names, message-send-mail-partially-limit):
7786         Add :version.
7787
7788         * mm-util.el: Doc fixes.
7789         (mm-mime-charset): Don't use the raw result of
7790         mm-preferred-coding-system.
7791         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
7792         (mm-with-unibyte): Simplify.
7793
7794         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
7795         concat.
7796
7797         * pop3.el (pop3-version): Deleted.
7798         (pop3-make-date): New function, avoiding message-make-date.
7799         (pop3-munge-message-separator): Use it.
7800
7801 2000-11-09  Dave Love  <fx@gnu.org>
7802
7803         * gnus-group.el (gnus-group-make-directory-group)
7804         (gnus-group-fetch-faq): Use expand-file-name.
7805         (gnus-group-fetch-faq): Simplify completing-read form.
7806
7807         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
7808         test for Mule.
7809
7810         * message.el (tool-bar-map): Defvar when compiling.
7811
7812         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
7813         (gnus-tm-lisp-directory): Deleted.
7814         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
7815         (featurep 'xemacs).
7816         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
7817         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
7818         version numbers from file names.
7819
7820 2000-11-08  Dave Love  <fx@gnu.org>
7821
7822         * mm-view.el: Use featurep for XEmacs test.
7823         (mm-inline-message): Test for `remove-specifier'; don't use
7824         condition-case.
7825
7826         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
7827
7828         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
7829         (gnus-score-find-bnews): Don't concat "".
7830
7831         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
7832         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
7833         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
7834         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
7835
7836         * gnus-sum.el: Put some defvars in eval-when-compile.
7837         (gnus-summary-mode-hook): Add :options.
7838         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
7839         (gnus-summary-tool-bar-map): New variable.
7840         (gnus-summary-make-tool-bar): New function.
7841         (gnus-summary-mode): Put kill-all-local-variables first.
7842
7843         * gnus-group.el (gnus-group-toolbar-map): New variable.
7844         (gnus-group-make-tool-bar): Rewritten.
7845         (gnus-group-mode): Put kill-all-local-variables first.
7846
7847         * rfc2047.el: Require gnus-util.
7848
7849         * nnml.el (gnus-sorted-intersection): Autoload.
7850
7851         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
7852         Put some defvars in eval-when-compile.
7853         (gnus-intersection, gnus-sorted-complement):  Autoload.
7854
7855         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
7856
7857         * mm-encode.el (mm-body-7-or-8): Autoload.
7858
7859         * mm-decode.el (mm-insert-inline): Autoload.
7860
7861         * mml.el:
7862         * message.el: Put some defvars in eval-when-compile.
7863
7864         * gnus-msg.el: Put some defvars in eval-when-compile.
7865         (gnus-msg-mail): Move after gnus-setup-message.
7866
7867         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
7868
7869 2000-11-07  Dave Love  <fx@gnu.org>
7870
7871         * gnus-util.el (nnheader): Don't require message (recursive
7872         autoload).
7873
7874         * uudecode.el: Avoid compiler warnings.
7875
7876         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
7877         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
7878
7879 2000-11-06  Dave Love  <fx@gnu.org>
7880
7881         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
7882
7883         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
7884         (uudecode-char-int): New alias, replacing char-int.
7885         (uudecode-decode-region): Don't call buffer-disable-undo.
7886
7887 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
7888 ;       (mm-uu-configure-list): Doc fix.
7889 ;
7890 ;       * earcon.el (running-xemacs): Don't define.
7891 ;
7892 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
7893 ;
7894 ;       * message.el (message-font-lock-keywords): Match a final newline
7895 ;       to help font-lock's multiline support.
7896 ;
7897 2000-11-03  Dave Love  <fx@gnu.org>
7898
7899         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
7900
7901         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
7902         name.
7903
7904         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
7905         <banner>: Fix custom type, doc.
7906
7907         * mm-decode.el (mm-display-external): Space-prefix temp buffer
7908         name.  Don't disable undo explicitly.
7909
7910 ;2000-11-02  Dave Love  <fx@gnu.org>
7911 ;
7912 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
7913 ;       cite-prefix.
7914
7915 2000-11-01  Dave Love  <fx@gnu.org>
7916
7917         * rfc2047.el (base64): Require unconditionally.
7918         (message-posting-charset): Defvar when compiling.
7919         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
7920         message.
7921
7922         * gnus-sum.el (nnoo): Require.
7923         (mm-uu-dissect): Autoload.
7924
7925         * mml.el (mml-parse-1): Clarify message.
7926         (mml-minibuffer-read-type): Use mailcap-mime-types.
7927
7928 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
7929
7930         * mml.el: Fix a typo in the requiring of CL.
7931
7932 2000-11-01  Dave Love  <fx@gnu.org>
7933
7934         * utf7.el: Require cl when compiling.
7935
7936         * binhex.el: Use (featurep 'xemacs).
7937         (binhex-char-int): New alias, replacing char-int.  Change callers.
7938         (binhex-decode-region): Simplify work buffer code.
7939         (binhex-decode-region-external): Use expand-file-name, not concat.
7940
7941 2000-10-30  Dave Love  <fx@gnu.org>
7942
7943         * gnus-art.el: Fix 2000-10-27 change properly.
7944
7945 2000-10-28  Miles Bader  <miles@gnu.org>
7946
7947         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
7948
7949 2000-10-27  Dave Love  <fx@gnu.org>
7950
7951         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
7952         strings.
7953         (gnus-group-make-tool-bar): New function.
7954         (gnus-group-mode): Use it.
7955
7956         * message.el (message-mode-menu): Add some :help strings.
7957         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
7958         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
7959
7960         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
7961         * describe-group.xpm, get-news.xpm, kill-group.xpm:
7962         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
7963
7964         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
7965         display-graphic-p here.
7966
7967 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
7968
7969         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
7970         of the `gnus-xemacs' variable, as the latter has been removed.
7971         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
7972         * gnus-art.el (gnus-treat-display-xface)
7973         (gnus-treat-display-smileys, gnus-treat-display-picons)
7974         (gnus-article-read-summary-keys): Likewise.
7975
7976 2000-10-26  Dave Love  <fx@gnu.org>
7977
7978         (defvar): Use rmail-spool-directory unconditionally.
7979
7980 2000-10-18  Dave Love  <fx@gnu.org>
7981
7982         * mm-bodies.el (mm-uu-decode-function)
7983         (mm-uu-binhex-decode-function): Defvar when compiling.
7984
7985         * gnus-nocem.el (gnus-nocem-issuers): Update.
7986         (gnus-nocem-check-from): New option.
7987         (gnus-nocem-scan-groups): Use it.
7988         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
7989         (gnus-nocem-check-article-limit): Add :version.
7990
7991 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
7992
7993         * ietf-drums.el (mm-util): Require CL when compiling.
7994
7995 2000-10-15  Dave Love  <fx@gnu.org>
7996
7997         * qp.el: Require mm-util.
7998
7999 2000-10-13  Dave Love  <fx@gnu.org>
8000
8001         * qp.el (quoted-printable-decode-region): Avoid invalid
8002         coding-systems.
8003
8004 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
8005
8006         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
8007         to a recursive load.
8008
8009 2000-10-12  Dave Love  <fx@gnu.org>
8010
8011         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
8012
8013         * gnus.el (gnus-group-startup-message): Check for PBM image.
8014
8015 2000-10-09  Dave Love  <fx@gnu.org>
8016
8017         * mail-source.el (mail-source-fetch-imap): Bind
8018         default-enable-multibyte-characters rather than using
8019         mm-disable-multibyte.
8020
8021 2000-10-05  Dave Love  <fx@gnu.org>
8022
8023         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
8024         Autoload.
8025         (quoted-printable-decode-region):  Rename arg which confused
8026         charset with coding-system.  Don't use nonascii-insert-offset.
8027         Coding-system encode the region initially.  Don't recognize `=='
8028         as valid QP.  Coding-system decode the region finally.
8029         (quoted-printable-decode-string): Rename arg which confused
8030         charset with coding-system.
8031
8032         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
8033         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
8034         mm-encode-coding-region.
8035         (mm-decode-body, mm-decode-string): Rename variables which
8036         confused charset with coding-system.
8037         (binhex-decode-region): Don't autoload.
8038         (mm-body-encoding): Require message.
8039         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
8040         cond branches.
8041
8042         * gnus-art.el (article-de-quoted-unreadable)
8043         (article-de-base64-unreadable): Fold search case
8044         rather than downcasing string.  Apply mm-charset-to-coding-system
8045         to arg of quoted-printable-decode-region.
8046
8047 2000-10-04  Dave Love  <fx@gnu.org>
8048
8049         * gnus-ems.el: Don't turn off compiler warnings in local vars.
8050         Require ring when compiling.
8051         (gnus-article-compface-xbm): New variable.
8052
8053 2000-10-04  Dave Love  <fx@gnu.org>
8054
8055         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
8056         pbm images.
8057
8058         * frown.pbm, smile.pbm, wry.pbm: New files.
8059
8060         * frown.xbm, smile.xbm, wry.xbm: Deleted.
8061
8062 2000-10-03  Dave Love  <fx@gnu.org>
8063
8064         * mail-source.el (mail-sources): Revert to nil.
8065
8066         * nnmail (nnmail-spool-file): Revert to `((file))'.
8067
8068         * qp.el: Don't require mm-util.
8069         (quoted-printable-decode-region): Rewritten.
8070         (quoted-printable-decode-string, quoted-printable-encode-region):
8071         Doc fix.
8072         (quoted-printable-encode-region): Barf on multibyte characters.
8073         Maybe make the class multibyte.  Upcase chars, not formatted
8074         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
8075         (quoted-printable-encode-string): Don't use
8076         mm-with-unibyte-buffer.
8077
8078 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
8079
8080         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
8081
8082 2000-09-21  Dave Love  <fx@gnu.org>
8083
8084         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
8085         (for Emacs 20).  Tidy somewhat.
8086
8087 2000-09-21  Dave Love  <fx@gnu.org>
8088
8089         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
8090         image processing.  Rationalize logic somewhat.
8091
8092 2000-09-20  Dave Love  <fx@gnu.org>
8093
8094         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
8095         specifically.
8096
8097         * gnus.el (gnus-version-number): Avoid some redundant
8098         autoloads.
8099
8100 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
8101
8102         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
8103         to XBM; we always have PBM support.
8104
8105 2000-09-14  Dave Love  <fx@gnu.org>
8106
8107         * gnus.el (gnus-charset):
8108         * mm-decode.el (mime-display):
8109         * imap.el (imap) <defgroup>: Add :version.
8110
8111 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
8112
8113         * parse-time.el: Fix author's mail address.
8114
8115         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
8116         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
8117         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
8118         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
8119         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
8120         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
8121         * rfc2231.el, uudecode.el: Fix copyright notice.
8122
8123         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
8124         require `w3' at load-time only if not running in batch mode.
8125
8126 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8127
8128         * gnus.el: Before merge with Emacs21.
8129
8130 2000-12-19  Raymond Scholz <ray-2000@zonix.de>
8131
8132         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
8133
8134 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8135
8136         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
8137         to avoid conflict with the standard `back-to-indentation'
8138         binding.
8139
8140 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8141
8142         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
8143
8144         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
8145         (mm-disable-multibyte-mule4): Ditto.
8146         (mm-with-unibyte-current-buffer-mule4): Ditto.
8147
8148 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8149
8150         * pop3.el (pop3-movemail): Use binary.
8151         (pop3-movemail-file-coding-system): Removed.
8152
8153 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8154
8155         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
8156
8157 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8158
8159         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
8160         exists.
8161
8162 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8163
8164         * gnus-msg.el (gnus-post-method): Use backend name when the
8165         address is "".
8166
8167 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8168
8169         * gnus-art.el (article-verify-x-pgp-sig): Don't test
8170         mm-verify-option.
8171         (gnus-treat-x-pgp-sig): Default value.
8172         (gnus-ignored-headers): Redundant.
8173
8174 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8175
8176         * gnus-win.el (gnus-configure-frame): Save selected window.
8177
8178 2000-02-15  Andrew Innes  <andrewi@gnu.org>
8179
8180         * nnmbox.el: Require gnus-range.
8181         (nnmbox-group-building-active-articles): New variable.
8182         (nnmbox-group-active-articles): New variable; this is a cache of
8183         all active articles by group and number.
8184         (nnmbox-in-header-p): New function.
8185         (nnmbox-find-article): New function.
8186         (nnmbox-record-active-article): New function.
8187         (nnmbox-record-deleted-article): New function.
8188         (nnmbox-is-article-active-p): New function.
8189         (nnmbox-retrieve-headers): Use nnmbox-find-article.
8190         (nnmbox-request-article): Ditto.  Also supply extra arg to
8191         nnmbox-article-group-number.
8192         (nnmbox-request-expire-articles): Ditto.
8193         (nnmbox-request-move-article): Ditto.
8194         (nnmbox-request-replace-article): Ditto.
8195         (nnmbox-request-rename-group): Rename group entry in active
8196         article cache.
8197         (nnmbox-delete-mail): Update active article cache, unless article
8198         is being replaced.
8199         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
8200         than partially duplicating it.
8201         (nnmbox-article-group-number): Add extra `this-line' arg, to
8202         handle articles belonging to multiple groups.
8203         (nnmbox-save-mail): Update active article cache.
8204         (nnmbox-read-mbox): Build active article cache when loading mbox.
8205         Also do some repair work, if we find articles that are missing the
8206         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
8207         reconstruct these from Xref info.
8208
8209 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8210
8211         * mail-source.el (mail-source-report-new-mail): Use
8212         nnheader-run-at-time.
8213
8214 2000-02-15  Andrew Innes  <andrewi@gnu.org>
8215
8216         * mail-source.el (mail-source-fetch-pop): Clear pop password when
8217         an error is thrown, and then rethrow the error.
8218         (mail-source-check-pop): Ditto.
8219         (mail-source-start-idle-timer): Prevent multiple pop checks
8220         running if the check takes a long time.
8221
8222 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8223
8224         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
8225         succeed.
8226
8227 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8228
8229         * gnus-win.el (gnus-configure-windows): Make sure
8230         nntp-server-buffer is live.
8231         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
8232
8233 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
8234
8235         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
8236
8237 2000-12-04  Andreas Jaeger  <aj@suse.de>
8238
8239         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
8240
8241 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8242
8243         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
8244
8245 2000-12-01  Christopher Splinter <chris@splinter.inka.de>
8246
8247         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
8248
8249 2000-12-01  Simon Josefsson  <sj@extundo.com>
8250
8251         * mml-smime.el (mml-smime-verify): Fix address parsing.
8252
8253 2000-12-01  Simon Josefsson  <sj@extundo.com>
8254
8255         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
8256         more than one certificate inside PKCS#7 blob.  Better security
8257         information (clamed / actual sender, openssl output, certificates
8258         inside message).
8259
8260         * smime.el (smime-verify-region): Output to /dev/null.
8261         (smime-buffer-as-string-region): Don't parse empty lines.
8262
8263 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8264
8265         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
8266         ?d and ?D.
8267         (gnus-mime-security-show-details-inline): New variable.
8268         (gnus-mime-security-show-details): Use them.
8269         (gnus-insert-mime-security-button): Ditto.
8270
8271         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
8272         Suggest by Michael Duggan (md5i@cs.cmu.edu).
8273         (mml2015-gpg-clear-verify): Ditto.
8274         (mml2015-gpg-decrypt-1): Ditto.
8275         (mml2015-use): Prefer 'gpg.
8276
8277 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8278
8279         * gnus-util.el (gnus-add-text-properties-when): New function.
8280         (gnus-remove-text-properties-when): Ditto.
8281
8282         * gnus-cite.el (gnus-article-hide-citation): Use them.
8283         (gnus-article-toggle-cited-text): Use them.
8284
8285         * gnus-art.el (gnus-signature-toggle): Use them.
8286         (gnus-article-show-hidden-text): Ditto.
8287         (gnus-article-hide-text): Ditto.
8288
8289 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8290
8291         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
8292
8293 2000-11-30  Simon Josefsson  <sj@extundo.com>
8294
8295         * smime.el (smime-point-at-eol): New alias.
8296         (smime-buffer-as-string-region): Use it.
8297
8298 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8299
8300         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
8301
8302 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8303
8304         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
8305
8306         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
8307
8308         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
8309
8310 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8311
8312         * nnmh.el (nnmh-request-expire-articles): Implemented
8313         expiry-target for nnmh backend.
8314
8315 2000-11-30  Simon Josefsson  <sj@extundo.com>
8316
8317         * mm-decode.el (mm-security-from): New variable.
8318         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
8319
8320         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
8321         than `from'.
8322
8323 2000-11-30  Simon Josefsson  <sj@extundo.com>
8324
8325         * mml-smime.el (mml-smime-verify): Verify that certificate mail
8326         address match sender address.
8327
8328         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
8329
8330         * smime.el (smime-verify-region): Don't copy buffer.
8331         (smime-decrypt-buffer): Use expand-file-name on keyfile.
8332         (smime-pkcs7-region): New function.
8333         (smime-pkcs7-certificates-region): Ditto.
8334         (smime-pkcs7-email-region): Ditto.
8335         (smime-buffer-as-string-region): Ditto.
8336
8337         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
8338         buffer.
8339
8340 2000-11-23  Jens Krinke <j.krinke@gmx.de>
8341
8342         * smime.el (smime-decrypt-region): Fix keyfile argument.
8343
8344 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8345
8346         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
8347
8348 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8349
8350         * message.el (message-shoot-gnksa-feet): New variable.
8351         (message-gnksa-enable-p): New function.
8352         (message-send): Use it.
8353         (message-check-news-body-syntax): Ditto.
8354
8355 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8356
8357         * message.el (message-make-message-id): Remove the redundancy.
8358
8359 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8360
8361         * message.el (message-setup): Discourage using mc-install-*-mode.
8362
8363         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
8364
8365 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8366
8367         * gnus-cite.el (gnus-cite-parse): Guess citation length.
8368
8369 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8370
8371         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
8372
8373 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8374
8375         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
8376
8377 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8378
8379         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
8380         insert-buffer-substring.
8381
8382         * message.el (message-send-mail): Use buffer-substring-no-properties.
8383         (message-send-news): Ditto.
8384
8385 2000-11-22  David Edmondson <dme@dme.org>
8386
8387         * imap.el (imap-wait-for-tag): Message read info.
8388
8389 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8390
8391         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
8392         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
8393         (mml2015-gpg-encrypt): Ditto.
8394
8395 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8396
8397         * mm-decode.el (mm-verify-option): Default value.
8398
8399         * mml-sec.el (mml-secure-part): Error message.
8400
8401 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8402
8403         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
8404
8405 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8406
8407         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
8408
8409 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8410
8411         * gnus-art.el (gnus-article-describe-key): Use prompt.
8412         (gnus-article-describe-key-briefly): Ditto.
8413
8414 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8415
8416         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
8417
8418 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8419
8420         * gnus-art.el (gnus-article-describe-key): New function.
8421         (gnus-article-describe-key-briefly): New function.
8422
8423 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8424
8425         * mm-decode.el (mm-decrypt-option): Doc typo.
8426
8427         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
8428         return a number.
8429
8430 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8431
8432         * message.el (message-newline-and-reformat): Typo.
8433
8434 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8435
8436         * gnus-art.el (article-verify-x-pgp-sig): Check whether
8437         original-article-buffer exists.
8438
8439         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
8440         (rfc2047-header-encoding-alist): Addresses are different from text.
8441         (rfc2047-encode-message-header): Ditto.
8442         (rfc2047-dissect-region): Extra parameter.
8443         (rfc2047-encode-region): Ditto.
8444         (rfc2047-encode-string): Ditto.
8445
8446 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8447
8448         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
8449         (mm-uu-pgp-encrypted-extract): Use it.
8450         (mm-uu-pgp-signed-extract-1): New function.
8451         (mm-uu-pgp-signed-extract): Use it.
8452
8453         * gnus-art.el (gnus-mime-display-security): New function.
8454         (gnus-mime-display-part): Use it.
8455         (gnus-mime-security-verify-or-decrypt): New function.
8456         (gnus-mime-security-press-button): New function.
8457         (gnus-insert-mime-security-button): Use it.
8458
8459         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
8460         (mm-find-raw-part-by-type): Ditto.
8461         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
8462         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
8463         (mm-destroy-parts): Kill nested multibyte buffer.
8464
8465         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
8466         (mml2015-gpg-verify): Ditto.
8467
8468 2000-11-18  Simon Josefsson  <sj@extundo.com>
8469
8470         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
8471         (mml2015-function-alist): Use it.
8472
8473         * mml-sec.el (mml-sign-alist): Update names.
8474         (mml-encrypt-alist): Ditto.
8475         (mml-secure-part-smime-sign): Moved to mml-smime.el
8476         as `mml-smime-sign-query'.
8477         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
8478         `mml-smime-get-file-cert'.
8479         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
8480         `mml-smime-get-dns-cert'.
8481         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
8482         `mml-smime-encrypt-query'.
8483         (mml-smime-sign-buffer): Use mml-smime-sign.
8484         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
8485
8486         * mml-smime.el (mml-smime-sign): New function.
8487         (mml-smime-encrypt):
8488         (mml-smime-sign-query):
8489         (mml-smime-get-file-cert):
8490         (mml-smime-get-dns-cert):
8491         (mml-smime-encrypt-query): Moved from mml-sec.el.
8492
8493 2000-11-16  Simon Josefsson  <sj@extundo.com>
8494
8495         * mml2015.el (mml2015-gpg-clear-verify): New function.
8496         (mml2015-function-alist): Add it.
8497
8498 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8499
8500         * message.el (message-setup-fill-variables): Use
8501         message-cite-prefix-regexp.
8502         (message-newline-and-reformat): Check the end of citation, leading
8503         WSP, break in the cite prefix.
8504         (message-fill-paragraph): New function.
8505
8506 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
8507
8508         * lpath.el: Shut up.
8509
8510 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8511
8512         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
8513         raw 8-bit in headers in dk.* newsgroups.
8514
8515 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8516
8517         * message.el (message-newline-and-reformat): Match extra WSPs.
8518
8519 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8520
8521         * mml.el (mml-generate-mime-1): Ignore ascii.
8522
8523 2000-11-16 Justin Sheehy <justin@iago.org>
8524
8525         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
8526
8527 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8528
8529         * message.el (message-cite-prefix-regexp): Prefix should not end
8530         at space.
8531
8532 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8533
8534         * message.el (message-mode-syntax-table): Add - as a word
8535         constituent as in articles.
8536         (message-setup-fill-variables): Add -_. as supercite-style prefix.
8537         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
8538         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
8539
8540 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8541
8542         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
8543
8544 2000-11-12  David Edmondson  <dme@dme.org>
8545
8546         * message.el (message-font-lock-keywords): use
8547         message-cite-prefix-regexp.
8548
8549 2000-11-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8550
8551         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
8552         Stein Arild Str\e,Ax\e(Bmme.
8553         (gnus-group-jump-to-group): Use it.
8554         (gnus-group-jump-to-group-prompt): Customize.
8555
8556 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
8557
8558         * mailcap.el (mailcap-possible-viewers): Match the entire string.
8559
8560 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
8561
8562         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
8563         incompatible.
8564         (mml2015-mailcrypt-sign): Ditto.
8565
8566 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8567
8568         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
8569         group is open.
8570
8571 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
8572
8573         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
8574         nnvirtual articles.
8575         (gnus-backlog-request-article): Don't request nnvirtual articles.
8576
8577 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8578
8579         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
8580         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
8581
8582 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
8583
8584         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
8585         * mml.el (mml-generate-mime-1): Use charset attribute.
8586         * mm-bodies.el (mm-encode-body): Add parameter charset.
8587         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
8588
8589 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8590
8591         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
8592         (mml2015-mailcrypt-clear-decrypt): Ditto.
8593         (mml2015-mailcrypt-verify): Ditto.
8594         (mml2015-mailcrypt-clear-verify): Ditto.
8595         (mml2015-gpg-verify): Ditto.
8596
8597 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
8598
8599         * smime.el (smime-openssl-program): Test the existence of openssl.
8600         * mml-smime.el: Require mm-decode.
8601         (mml-smime-verify-test): New function.
8602         * mm-decode.el (mm-verify-function-alist): Use it.
8603
8604 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8605
8606         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
8607         anyway.
8608
8609 2000-11-13  Simon Josefsson  <sj@extundo.com>
8610
8611         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
8612         verification doesn't work.
8613
8614 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
8615
8616         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
8617         (gnus-inews-do-gcc): Use it.
8618
8619 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8620
8621         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
8622         leading space.
8623         * mm-extern.el (mm-inline-external-body): Report error when no
8624         access-type.
8625
8626 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8627
8628         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
8629
8630 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8631
8632         * gnus-art.el (gnus-mime-button-menu): Use select-window.
8633
8634 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
8635
8636         * gnus-art.el (gnus-mime-display-part): Display multipart/related
8637         as multipart/mixed.
8638
8639 2000-11-12  David Edmondson  <dme@dme.org>
8640
8641         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
8642         and replace `.' with `\w' to allow for different syntax tables
8643         (from Vladimir Volovich).
8644         * message.el (message-newline-and-reformat): use
8645         `message-cite-prefix-regexp'.
8646         * gnus-cite.el (gnus-supercite-regexp): use
8647         `message-cite-prefix-regexp'.
8648         * gnus-cite.el (gnus-cite-parse): use
8649         `message-cite-prefix-regexp'.
8650
8651 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
8652
8653         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
8654         PGP SIGNATURE.  Escape leading "-"'s.
8655         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
8656
8657 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
8658
8659         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
8660
8661 2000-11-11  Simon Josefsson  <sj@extundo.com>
8662
8663         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
8664
8665         * smime.el (smime-details-buffer): New variable.
8666         (smime-sign-region):
8667         (smime-encrypt-region):
8668         (smime-verify-region):
8669         (smime-decrypt-region): Copy OpenSSL output to the buffer.
8670
8671         * mml-smime.el (mml-smime-verify): Support security info.
8672
8673 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
8674
8675         * mm-decode.el (mm-verify-option): Set default to nil.
8676         (mm-decrypt-option): Ditto.
8677         * gnus-art.el (article-verify-x-pgp-sig): New function.
8678
8679 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
8680
8681         * gnus-art.el (gnus-mime-display-alternative): Show button if no
8682         preferred part.
8683
8684 2000-11-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8685
8686         * gnus-sum.el (gnus-move-split-methods): Say that
8687         `gnus-split-methods' uses file names, whereas this uses group
8688         names.  (Report from Nevin Kapur)
8689
8690 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
8691
8692         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
8693
8694 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
8695
8696         * nnheader.el (nnheader-directory-files-is-safe): New variable.
8697         (nnheader-directory-articles): Use it.
8698         (nnheader-article-to-file-alist): Ditto.
8699
8700 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
8701
8702         * rfc2047.el (rfc2047-pad-base64): New function.
8703         (rfc2047-decode): Use it.
8704
8705 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8706
8707         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
8708         select method.
8709
8710 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
8711
8712         * mml2015.el (mml2015-gpg-decrypt-1):
8713         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
8714
8715 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8716
8717         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
8718
8719 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8720
8721         * pop3.el (pop3-munge-message-separator): A message may have an
8722         empty body.
8723
8724 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
8725
8726         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
8727         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
8728         (mm-uu-pgp-signed-extract): Use coding-system.
8729
8730 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8731
8732         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
8733         (gnus-insert-mime-security-button): New function.
8734         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
8735         * mml2015.el:  Add security info when verify or decrypt.
8736         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
8737         (mm-uu-pgp-encrypted-extract): Ditto.
8738
8739 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
8740
8741         * mm-decode.el (mm-display-parts): New function.
8742         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
8743
8744 2000-02-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8745
8746         * gnus-mlspl.el: Documentation tweaks.
8747
8748 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
8749
8750         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
8751         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
8752         argument.
8753
8754 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
8755
8756         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
8757
8758 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
8759
8760         * gnus-art.el (gnus-article-encrypt): New function.
8761         (gnus-article-encrypt-protocol-alist): New variable.
8762         (gnus-article-encrypt-protocol): New variable.
8763         * mml2015.el (mml2015-self-encrypt): New function.
8764         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
8765
8766 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
8767
8768         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
8769         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
8770         let mailcap do it.
8771         * mml2015.el: Remove snarf code.
8772         * mm-decode.el: Remove snarf code.
8773
8774 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8775
8776         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
8777         (mml-insert-mime): Understand gnus-decoded.
8778         (mime-to-mml): New parameter handles.
8779         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
8780         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
8781
8782 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
8783
8784         * mm-decode.el (mime-security): New group.
8785         (mm-verify-function-alist): Add test function.
8786         (mm-decrypt-function-alist): Ditto.
8787         (mm-snarf-option): Set default value as nil.
8788         (mm-find-part-by-type): Recursive parameter.
8789         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
8790         * mml2015.el: Support draft-ietf-openpgp-multsig.
8791
8792 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8793
8794         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
8795         (gnus-article-view-part-as-charset): New function.
8796
8797 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8798
8799         * mm-decode.el (mm-verify-option): Default value.
8800         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
8801
8802 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8803
8804         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
8805
8806 2000-11-05  Simon Josefsson  <sj@extundo.com>
8807
8808         * mml-smime.el (mml-smime-verify): Work in original multipart
8809         buffert.
8810
8811         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
8812         (mm-handle-multipart-ctl-parameter): Ditto.
8813         (mm-alist-to-plist): New function.
8814         (mm-dissect-buffer): Store CTL parameters and copy original buffer
8815         for multiparts.
8816         (mm-destroy-parts): Destroy multipart buffert.
8817         (mm-remove-part): Ditto.
8818
8819         * mml-smime.el (mml-smime-sign): Not used.
8820         (mml-smime-encrypt): Ditto.
8821
8822         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
8823
8824         Verify S/MIME signature support.
8825
8826         * mm-decode.el (mm-inline-media-tests): Add
8827         application/{x-,}pkcs7-signature.
8828         (mm-inlined-types): Ditto.
8829         (mm-automatic-display): Ditto.
8830         (mm-verify-function-alist): Ditto.  Add name of method.
8831         (mm-decrypt-function-alist): Add name of method.
8832         (mm-find-part-by-type): Add documentation.
8833         (mm-possibly-verify-or-decrypt): Use new format of
8834         mm-{verify,decrypt}-function-alist.  Use method names.
8835
8836         * mml-smime.el (mml-smime-verify): New function.
8837
8838 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
8839
8840         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
8841
8842 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8843
8844         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
8845         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
8846         * mm-decode.el (mm-snarf-option): New variable.
8847
8848 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8849
8850         * mm-util.el (mm-subst-char-in-string): New function.
8851         (mm-replace-chars-in-string): Use it.
8852         * message.el (message-replace-chars-in-string): Use it.
8853         * nnheader.el (nnheader-replace-chars-in-string): Use it.
8854         * gnus-mh.el (mh-lib-progs): Shut up.
8855
8856 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
8857
8858         * base64.el, md5.el: Moved to contrib directory.
8859
8860 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
8861
8862         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
8863         the last article when search.
8864
8865 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8866
8867         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
8868         * nnmail.el (nnmail-pathname-coding-system): Ditto.
8869
8870 2000-09-29  David Edmondson  <dme@thus.net>
8871
8872         * message.el (message-newline-and-reformat): Typo.
8873
8874 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8875
8876         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
8877
8878 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
8879
8880         * nntp.el (nntp-decode-text): Delete bogus status lines.
8881
8882 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
8883
8884         * message.el (message-font-lock-keywords): Match a final newline
8885         to help font-lock's multiline support.
8886
8887 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
8888
8889         * nnoo.el (nnoo-set): New function.
8890
8891 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
8892
8893         * gpg.el, gpg-ring.el: Moved to contrib directory.
8894
8895 2000-11-04  Simon Josefsson  <sj@extundo.com>
8896
8897         * nnimap.el (nnimap-split-inbox): Typo.
8898
8899 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
8900
8901         * gnus-msg.el (gnus-msg-mail): Move it backwards.
8902
8903 2000-11-03  Simon Josefsson  <sj@extundo.com>
8904
8905         * rfc2231.el (rfc2231-parse-qp-string): New function.
8906         (require): rfc2047.
8907
8908         * mail-parse.el (mail-header-parse-content-type):
8909         (mail-header-parse-content-disposition): Support invalid QP
8910         encoded strings, by using `rfc2231-parse-qp-string'.
8911
8912 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8913
8914         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
8915         (rfc2231-decode-encoded-string): Typo "> X 1".
8916         (rfc2231-encode-string): Insert the name of charset.
8917         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
8918
8919 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
8920
8921         * mm-decode.el (mm-save-part): Return the filename.
8922         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
8923         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
8924         (gnus-mime-action-alist): Use it.
8925         (gnus-mime-button-commands): Use it.
8926         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
8927         (mm-inline-external-body): unwind-protect.
8928
8929 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
8930
8931         * gnus-art.el (gnus-insert-mime-button): Show url.
8932
8933 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8934
8935         * mml.el (mml-generate-mime-1): Support external url.
8936         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
8937
8938 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
8939
8940         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
8941         * mm-decode.el (mm-display-external): Ditto.
8942         * mm-extern.el: New file.
8943         * mm-decode.el (mm-inline-media-tests): Hook it up.
8944         (mm-inlined-types): Inline message/external-body.
8945
8946 2000-11-02  Simon Josefsson  <sj@extundo.com>
8947
8948         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
8949
8950         * message.el (message-get-reply-headers): Better handling when
8951         Mail-Followup-To is very large.
8952
8953 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
8954
8955         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
8956         * gnus-art.el (gnus-article-edit-done):
8957         * gnus-sum.el (gnus-summary-edit-article-done): Move line
8958         counting code here.
8959         * gnus-msg.el (gnus-setup-message): Remove a hack.
8960
8961 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8962
8963         * gnus-sum.el (gnus-newsgroup-variables): New variable.
8964         (gnus-summary-mode): Make them local variables.
8965         (gnus-set-global-variables): Globalize them.
8966         (gnus-summary-exit): Kill them.
8967
8968 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
8969
8970         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
8971         word.
8972
8973 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
8974
8975         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
8976         gnus-article-wash-types.
8977         * gnus-art.el (gnus-article-wash-status): Use them.
8978
8979 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8980
8981         * mml.el (mml-read-tag): Remove spaces and LF.
8982
8983 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8984
8985         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
8986         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
8987
8988 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
8989
8990         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
8991
8992 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
8993
8994         * gnus-sum.el (gnus-article-charset): New variable.
8995         (gnus-summary-display-article): Set it.
8996         * gnus-msg.el (gnus-copy-article-buffer): Use it.
8997         * gnus-art.el (gnus-article-mode): Make it local variable.
8998
8999 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9000
9001         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
9002
9003 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9004
9005         * nnwfm.el: New file.
9006
9007         * nnweb.el (nnweb-replace-in-string): New function.
9008
9009 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9010
9011         * mml2015.el: Wrap gpg.el.
9012         * gpg.el (gpg-verify): The last argument of apply is a list.
9013         (gpg-encrypt): Add passphrase as a parameter.
9014
9015 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
9016
9017         * gpg.el: New file.
9018         * gpg-ring.el: New file.
9019
9020 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9021
9022         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
9023
9024 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9025
9026         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
9027         double-quote characters.
9028         (gnus-summary-prepare-threads): Ditto.
9029
9030 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9031
9032         * gnus-art.el (gnus-mime-display-single): Forward line -1.
9033         * mml.el (mml-read-tag): Don't skip the leading space.
9034         * lpath.el (font-lock-set-defaults): Shut up.
9035
9036 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
9037
9038         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
9039
9040 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
9041
9042         * qp.el (quoted-printable-encode-region): Replace leading - when
9043         ultra safe.
9044         * mml.el (mml-generate-mime-postprocess-function): Removed.
9045         (mml-postprocess-alist): Removed.
9046         (mml-generate-mime-1): Use ultra-safe when sign.
9047         * mml2015.el (mml2015-fix-micalg): Uppercase.
9048         (mml2015-verify): Insert LF.
9049         (mml2015-mailcrypt-sign): Downcase; search backward.
9050
9051 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9052
9053         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
9054         restrictive.
9055         (nnultimate-table-regexp): New variable.
9056         (nnultimate-forum-table-p): Use it.
9057
9058 2000-10-30  Ed L Cashin <ecashin@coe.uga.edu>
9059
9060         * gnus-sum.el (gnus-summary-expire-articles): Save point.
9061
9062 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
9063
9064         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
9065         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
9066
9067 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9068
9069         * mml2015.el: Shut up.
9070
9071 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
9072
9073         * gnus.el (gnus-server-browse-hashtb): Removed.
9074         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
9075         (gnus-group-insert-group-line-info): Use simplified method.
9076         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
9077
9078 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
9079
9080         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
9081         moved here.
9082         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
9083         * gnus-group.el (gnus-group-prepare-flat): Use it.
9084         * gnus-topic.el (gnus-group-prepare-topics): Use it.
9085
9086 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
9087
9088         * mml.el (mml-mode): Show menu in XEmacs.
9089
9090 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
9091
9092         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
9093         (gnus-server-read-server-in-server-buffer): New function.
9094         (gnus-browse-foreign-server): Browse in group buffer.
9095         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
9096         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
9097         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
9098         * gnus.el (gnus-server-browse-hashtb): New variable.
9099
9100 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
9101
9102         * nnfolder.el (nnfolder-open-nov): Use group.
9103
9104 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9105
9106         * nnfolder.el: Add NOV. Set version to 2.0.
9107         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
9108
9109 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9110
9111         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
9112
9113 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
9114
9115         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
9116         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
9117
9118 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
9119
9120         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
9121
9122 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9123
9124         * mm-decode.el (mm-verify-function-alist): New variable.
9125         (mm-verify-option): New variable.
9126         (mm-decrypt-function-alist): Ditto.
9127         (mm-decrypt-option): Ditto.
9128         (mm-find-raw-part-by-type): New function.
9129         (mm-possibly-verify-or-decrypt): New function.
9130         (mm-dissect-multipart): Use it.
9131         * mml2015.el (mml2015-fix-micalg): New function.
9132         (mml2015-decrypt): Use new interface.
9133         (mml2015-verify):  Use new interface.
9134         (mml2015-setup): Make it bogus.
9135
9136 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
9137
9138         * mml.el (mml-generate-mime-postprocess-function): Set to
9139         mml-postprocess.
9140         (autoload): Autoload mml2015 and mml-smime.
9141         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
9142         * mml2015.el (mml2015-encrypt): New function.
9143         (mml2015-sign): New function.
9144         (mml2015-encrypt-function): New variable.
9145         (mml2015-sign-function): New variable.
9146         (mml2015-mailcrypt-encrypt): Use message-recipients.
9147         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
9148         * mml-smime.el (mml-smime-setup): Ditto.
9149
9150 2000-10-28  Simon Josefsson  <sj@extundo.com>
9151
9152         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
9153         Communigate Pro 3.3.1 server.
9154
9155         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
9156         in buffers.
9157         (mml-secure-dns-server): Removed.
9158         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
9159         write certificates to files.
9160
9161         * smime.el (smime-dns-server): New variable.
9162         (smime-mail-to-domain):
9163         (smime-cert-by-dns): New functions.
9164
9165         * dig.el: New file.
9166
9167 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
9168
9169         * message.el (message-options): New variable.
9170         (message-options-set-recipient): New function.
9171         (message-send): Use them.
9172         * gnus-int.el (gnus-request-replace-article): Use them.
9173         (gnus-request-accept-article): Ditto.
9174         * mml.el (mml-preview): Use them.
9175         * gnus-sum.el (gnus-summary-edit-article): Use them.
9176
9177         * message.el (message-options-get): New function.
9178         (message-options-get): New function.
9179         * rfc2047.el (rfc2047-encode-message-header): Use them.
9180         * mm-bodies.el (mm-encode-body): Use them.
9181
9182 2000-10-28  Simon Josefsson  <sj@extundo.com>
9183
9184         * nnimap.el (nnimap-retrieve-which-headers):
9185         (nnimap-request-article-part): Quote message-id.
9186
9187         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
9188         (smime-CA-file): New variable.
9189         (smime-call-openssl-region): Don't error.
9190         (smime-sign-region): Return result value.
9191         (smime-encrypt-region): Ditto.
9192         (smime-verify-region): New function.
9193         (smime-decrypt-region): Ditto.
9194         (smime-verify-buffer): Ditto.
9195         (smime-decrypt-buffer): Ditto.
9196
9197         * mml.el: Require mml-sec.
9198         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
9199         (mml-mode-map): Add "sign" and "encrypt" maps.
9200         (mml-menu): Add security menu.
9201         (mml-preview): Use generate-new-buffer.
9202
9203         * mml-sec.el: New file.
9204
9205 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9206
9207         * mm-decode.el (mm-find-part-by-type): Move it here.
9208         * mml.el (mml-postprocess): Move it here.
9209         (mml-postprocess-alist): Move it here. Merge them.
9210
9211 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
9212
9213         * rfc2047.el (rfc2047-encode-message-header): Make sure no
9214         unencoded stuff in the header.
9215
9216 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
9217
9218         * gnus-group.el (gnus-group-listed-groups): New variable.
9219         (gnus-group-list-option): New variable.
9220         (gnus-group-list-limit-map): New keymap.
9221         (gnus-group-list-flush-map): New keymap.
9222         (gnus-group-list-plus-map): New keymap.
9223         (gnus-group-prepare-logic): New function.
9224         (gnus-group-prepare-flat): Merge with
9225         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
9226         (gnus-group-prepare-flat-list-dead): Ditto.
9227         (gnus-group-list-matching): Use gnus-group-prepare-function.
9228         (gnus-group-list-dormant): Ditto.
9229         (gnus-group-list-cached): Ditto.
9230         (gnus-group-listed-groups): New function.
9231         (gnus-group-list-limit): New function.
9232         (gnus-group-list-flush): New function.
9233         (gnus-group-list-plus): New function.
9234         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
9235         (gnus-topic-prepare-topic): Ditto.
9236
9237 2000-10-27  Paul Jarc <prj@po.cwru.edu>
9238
9239         * message.el (message-insert-to, message-get-reply-headers):
9240         (message-reply, message-followup): Mail-{Followup,Reply}-To.
9241
9242 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
9243
9244         * mml2015.el: New file.
9245         * smime.el: New file.
9246         * mml-smime.el: New file.
9247
9248 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9249
9250         * ChangeLog: Moved to ChangeLog.1.
9251
9252     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
9253   Copying and distribution of this file, with or without modification,
9254   are permitted provided the copyright notice and this notice are preserved.
9255
9256 ;; Local Variables:
9257 ;; coding: iso-2022-7bit
9258 ;; End: