* message.el (message-hierarchical-addresses): New variable.
[gnus] / lisp / ChangeLog
1 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2
3         * message.el (message-hierarchical-addresses): New variable.
4         (message-get-reply-headers): Use it.
5         From Ted Zlatanov <teodor.zlatanov@divine.com>
6
7 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8
9         * message.el (message-mode): If buffer-file-name, don't set auto
10         save file name.
11         From Geoff Greene <ggreene@wpi.edu>
12
13 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14
15         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
16         takes one argument in read-char.
17
18         * message.el (message-fix-before-sending): Forward a char.
19         Check mmu-multibyte-p, add control-1.
20
21 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
22
23         * gnus-start.el (gnus-read-init-file): Ditto.
24
25         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
26
27         * dgnushack.el (dgnushack-make-load): Ditto.
28
29         * mail-source.el (mail-source-fetch): Extract the right error
30         code.
31
32         * message.el (message-fix-before-sending): Check illegible text.
33
34         * gnus-util.el (gnus-multiple-choice): New function.
35
36         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
37         also defined in gnus-score.el.
38
39 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
40
41         * message.el (message-get-reply-headers): downcase email addresses
42         for comaparisons for duplicate removal.
43
44 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
45
46         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
47         implementation of PKCS#7, which just allows users read the
48         message.
49         (mm-view-pkcs7): Use it.
50
51 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
52
53         * gnus.el (large-newsgroup-initial): New parameter.
54
55         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
56         (gnus-summary-insert-old-articles): Ditto.
57
58 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
59
60         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
61         used as the default answer of the question, "How many articles?".
62         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
63
64         * nnagent.el (nnagent-retrieve-headers): Remove articles with
65         small numbers.
66
67 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
68
69         * deuglify.el: Fix comments.
70
71 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
72
73         * html2text.el (html2text-clean-anchor): If there is no HREF,
74         insert nothing.
75
76         * mml.el (mml-generate-mime-1): Add cdr.
77         From: andre@slamdunknetworks.com
78
79         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
80         (mm-text-html-washer-alist): Ditto.
81
82         * mm-decode.el (mm-text-html-renderer): Add html2text.
83
84         * html2text.el: Face lift.
85
86         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
87
88 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
89
90         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
91
92         * deuglify.el: Change copy right. Add autoload. Add coding-system.
93
94         * deuglify.el: New file. The original file name is
95         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
96
97         * mm-decode.el (mm-display-external): Use
98         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
99
100 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
101
102         * nnmaildir.el (nnmaildir-request-list): Report the highest
103         article number, not the total number of articles.
104
105 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
106
107         * gnus-sum.el: Move uu key map here.
108         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
109
110 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
111
112         * nnmaildir.el (nnmaildir-request-expire-articles): Use
113         nnmail-expiry-wait* if expire-age parameter is not set.
114
115 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
116
117         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
118         function.
119         (gnus-group-sort-selected-groups-by-real-name): New function.
120         (gnus-group-make-menu-bar): Add sort by real name.
121
122         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
123         rebuild.
124         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
125         nil as dependencies as well.
126
127 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
128
129         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
130         for mime-parts.
131
132         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
133
134         * gnus-group.el (gnus-group-name-decode): Don't test
135         multibyte-string, because it breaks XEmacs.
136         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
137
138         * message.el (message-send-mail): Be talkative.
139
140         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
141         (mm-automatic-display): Ditto.
142
143         * mailcap.el (mailcap-mime-data): Ditto.
144         From: Reiner Steib <4uce.02.r.steib@gmx.net>
145
146 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
147
148         * many files: Remove trailing whitespaces, replace spc+tab with
149         tab, replace leading whitespaces with tabs.
150
151 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
152
153         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
154         articles with no body and no blank line after the header.
155
156 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
157
158         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
159         parts.
160
161         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
162         non-ascii chars.
163
164         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
165
166         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
167         w3-delay-image-loads.
168         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
169         (mm-w3-prepare-buffer): Ditto.
170
171         * mail-source.el (mail-source-fetch-directory): Run scripts.
172
173 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
174
175         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
176         for Majordomo confirmations.
177
178 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
179
180         * gnus-fun.el (gnus-respond-to-confirmation): New command.
181
182 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
183
184         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
185
186 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
187
188         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
189         References header field.  From Mark Thomas <mthomas@cmu.edu>.
190
191 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
192
193         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
194         (mm-inline-render-with-stdin): Ditto.
195         (mm-inline-render-with-function): Ditto.
196         (mm-inline-wash-with-file): Bind coding-system-for-write.
197         (mm-inline-wash-with-stdin): Ditto.
198
199 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
200
201         Suggested by Felix Natter <fnatter@gmx.net>
202
203         * gnus-art.el (gnus-mime-view-part-externally): Rename from
204         gnus-mime-externalize-view.
205         (gnus-mime-view-part-internally): Rename from
206         gnus-mime-internalize-view.
207         (gnus-article-view-part-externally): Rename from
208         gnus-article-externalize-part.
209         (gnus-mime-action-alist): Change correspondingly.
210         (gnus-mime-button-commands): Ditto.
211         (gnus-mime-action-alist): Remove duplication.
212
213         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
214
215 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
216
217         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
218
219         * gnus-art.el (gnus-display-mime): Use it.
220
221         * mm-partial.el (mm-partial-find-parts): Use it.
222
223         * gnus-sum.el (gnus-article-loose-mime): Rename from
224         gnus-article-no-strict-mime.
225         (gnus-summary-save-parts): Use it.
226
227 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
228
229         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
230         local variable.
231
232         * gnus-art.el (article-display-x-face): Don't sort multiple
233         X-Faces.
234
235 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
236
237         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
238         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
239
240         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
241
242 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
243
244         Some ideas is inspired by code from Hrvoje Niksic
245         <hniksic@arsdigita.com>
246
247         * gnus-art.el (gnus-article-wash-function): Set the default to
248         nil, so that we use mm-text-html-renderer instead.
249         (article-wash-html): Use mm-text-html-renderer.
250
251         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
252         (mm-text-html-renderer): New variable.
253         (mm-inline-text-html-renderer): Set the default to nil, so that we
254         use mm-text-html-renderer instead.
255
256         * mm-view.el (mm-inline-text-html): New function.
257         (mm-text-html-renderer-alist): New variable.
258         (mm-inline-text-vcard): New function.
259         (mm-inline-text): Split.
260         (mm-links-remove-leading-blank): New function.
261         (mm-inline-render-with-file): New function.
262         (mm-inline-render-with-stdin): New function.
263         (mm-inline-render-with-function): New function.
264         (mm-text-html-washer-alist): New variable.
265         (mm-inline-wash-with-file): New function.
266         (mm-inline-wash-with-stdin): New function.
267
268 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
269
270         * message-utils.el: Fix installation doc.
271         From: Reiner Steib <4uce.02.r.steib@gmx.net>
272
273 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
274
275         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
276         (gnus-post-method): Use it.
277         (gnus-summary-cancel-article): Find the correct post-method.
278
279         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
280         * message.el (message-send-news): Ditto.
281         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
282         <ipmonger@delamancha.org>
283
284         * gnus.el (gnus-select-method): Fix doc.
285         (gnus-server-string): Use 'using nntp'.
286
287         * gnus-agent.el (gnus-slave-unplugged): New command.
288         From: Felix Natter <fnatter@gmx.net>
289
290 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
291
292         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
293         Call edit-done-function first, then change the window
294         configuration.
295         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
296         (gnus-article-edit-mode): mml-mode.
297
298         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
299         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
300
301         * message-utils.el: Adopt the file.
302
303         * message-utils.el: New file.
304         From Holger Schauer <Holger.Schauer@gmx.de>
305
306 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
307
308         * gnus-sum.el (gnus-summary-move-article): Select-article only
309         when gnus-move-split-methods is non-nil. And we don't render or
310         mark the article.
311
312         * gnus-fun.el (gnus-shell-command-to-string): New function.
313         (gnus-shell-command-on-region): New function.
314         (gnus-random-x-face): Use them.
315         (gnus-x-face-from-file): Ditto.
316         (gnus-convert-image-to-gray-x-face): Ditto.
317         (gnus-convert-gray-x-face-to-xpm): Ditto.
318         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
319
320 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
321
322         * gnus-art.el (gnus-treat-display-xface): Don't use
323         `shell-command-to-string' when compiling.
324         (gnus-treat-display-grey-xface): Ditto.
325
326 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
327
328         * nnmaildir.el (nnmaildir--article-count): If the group is
329         completely empty, report minimum article number as 1 instead of 0.
330
331 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
332
333         * gnus-agent.el (gnus-get-predicate): Use nconc.
334
335         * gnus-sum.el (gnus-summary-display-make-predicate): Use
336         gnus-summary-display-cache as cache.
337
338         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
339         (nndoc-mail-in-mail-type-p): New function.
340         (nndoc-mail-in-mail-article-begin): New function.
341
342 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
343
344         * mailcap.el (mailcap-mime-data): Use enriched-decode.
345
346         * gnus-cite.el (gnus-article-fill-cited-article): Bind
347         use-hard-newlines to nil.
348
349         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
350         image is not available if window-system is not available.
351
352         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
353
354 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
355
356         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
357         bookmark, because update-mark doesn't handle it correctly.
358
359 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
360
361         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
362         directly instead of calling message-send-mail.
363
364         * gnus-start.el (gnus-read-descriptions-file): Use
365         gnus-default-charset.
366
367         * mm-util.el (mm-guess-mime-charset): New function.
368
369         * gnus.el (gnus-default-charset): Use it.
370         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
371         the default.
372
373 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
374
375         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
376         (article-display-x-face): Use it.  Disable grey xface, if
377         uncompface is not found.
378
379         * message.el (message-mode): Don't enable multibyte on an indirect
380         buffer.
381
382         * nnrss.el (nnrss-content-function): New variable.
383         (nnrss-request-article): Use it.
384
385 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
386
387         * gnus.el: Add article-unsplit-urls.
388         * gnus-sum.el: Ditto.
389         * gnus-art.el (gnus-treat-strip-cr): New variable.
390         (gnus-treatment-function-alist): Use it.
391         (article-unsplit-urls): New function.
392         (gnus-article-make-menu-bar): Use it.
393         From: Michael Cook <michael.cook@cisco.com>
394
395 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
396
397         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
398         copy.
399
400 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
401
402         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
403         with internal whitespace.
404         (gnus-parent-id): Ditto.
405
406 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
407
408         * gnus-art.el (gnus-article-treat-body-boundary): Add
409         gnus-decoration property.
410         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
411
412         * message.el (message-mode): Set local-abbrev-table.
413         From Matt Armstrong <matt@lickey.com>.
414
415         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
416         too many spaces.
417
418         * rfc2047.el (rfc2047-unfold-region): Ditto.
419         (rfc2047-decode-region): Don't unfold. Let
420         gnus-article-treat-unfold-headers do it.
421
422         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
423         From: Jesper Harder <harder@ifa.au.dk>
424
425 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
426
427         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
428         (gnus-configure-posting-styles): Use it.
429         (gnus-configure-posting-styles): Remove trailing newspaces.
430
431 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
432
433         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
434         is non-nil.
435
436         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
437
438         * gnus.el (gnus-server-to-method): Switch position with
439         gnus-server-get-method.
440         (gnus-agent): Add doc.
441
442         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
443         (gnus-summary-save-parts): Use it.
444
445         * gnus-art.el (gnus-display-mime): Use it.
446         * mm-partial.el (mm-partial-find-parts): Use it.
447
448         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
449
450         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
451         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
452
453         * nnagent.el (nnagent-request-expire-articles): Don't delete
454         files.
455
456 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
457
458         * message.el (message-gen-unsubscribed-mft): New function.
459         From Sriram Karra <karra@cs.utah.edu>.
460
461         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
462         open parenthesis.
463
464         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
465         (mm-inline-text-html-render-with-w3): Ditto.
466         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
467         Suggested by Dave Love  <d.love@dl.ac.uk>.
468
469         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
470
471         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
472         * nntp.el (nntp-send-command): Ditto.
473         * nntp.el (nntp-send-command-nodelete): Ditto.
474
475 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
476
477         * mm-url.el (mm-url-load-url): New function.
478         (mm-url-insert-file-contents): Use it.
479
480         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
481
482         * message.el (message-forward-make-body): Correctly copy
483         forward-buffer.
484
485         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
486
487 2002-02-04  Simon Josefsson  <jas@extundo.com>
488
489         * gnus-art.el (gnus-article-followup-with-original): Mark with
490         force, prevent errors when following up from article buffer.
491         (gnus-article-reply-with-original): Ditto.
492
493         * binhex.el (binhex-decoder-switches): Fix doc.  From
494         Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
495
496 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
497
498         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
499         highlight-citation after emphasize.
500
501 2002-02-04  Simon Josefsson  <jas@extundo.com>
502
503         * nnfolder.el (nnfolder-open-marks):
504
505         * nnml.el (nnml-open-marks): Message when done.  From David
506         Edmondson <dme@sun.com>.
507
508 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
509
510         * imap.el (imap-anonymous-auth): Fix typo.
511         From: Steinar Bang <sb@dod.no>
512
513         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
514         save-excursion.
515         (gnus-cache-braid-heads): Ditto.
516
517         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
518         line, because there are extra articles in the overview buffer.
519
520         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
521
522         * message.el (message-forward-rmail-make-body): Directly use
523         rmail-msg-restore-non-pruned-header to avoid calling
524         vertical-motion.
525
526 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
527
528         * gnus-cache.el (gnus-summary-insert-cached-articles):
529         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
530
531         * gnus-group.el (gnus-group-mark-article-read): Nreverse
532         gnus-newsgroups-unselected.
533
534         * gnus-agent.el (gnus-summary-set-agent-mark): Use
535         gnus-add-to-sorted-list.
536
537         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
538         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
539         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
540         (gnus-update-read-articles): UNREAD is sorted.
541         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
542         (gnus-newsgroup-marked, gnus-newsgroup-cached)
543         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
544         (gnus-newsgroup-dormant): Require sorted.
545
546         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
547         directories.
548         (gnus-dired-print): New function.
549
550         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
551         ps-despool.
552
553 2002-02-02  Simon Josefsson  <jas@extundo.com>
554
555         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
556
557 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
558
559         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
560         t. This makes gnus-agent customizable without putting
561         gnus-agentize into .gnus.
562
563         * gnus.el (gnus-agent): Make it customizable.
564
565         * gnus-dired.el: New file.
566         From Benjamin Rutt <brutt@bloomington.in.us>
567
568         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
569         if no article.
570         (gnus-cache-possibly-remove-article): Ditto.
571         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
572
573 2002-02-01  Simon Josefsson  <jas@extundo.com>
574
575         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
576
577 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
578
579         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
580         (mm-setup-w3m): Don't bind keys listed in the above.
581
582 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
583
584         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
585         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
586         is non-nil; bind `w3m-force-redisplay' with nil.
587
588         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
589
590         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
591
592 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
593
594         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
595         use mail-header-unfold-field.
596
597         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
598         gnus-summary-limit.
599
600         * gnus-range.el (gnus-add-to-sorted-list): New function.
601         * gnus-sum.el (gnus-mark-article-as-read): Use it.
602         (gnus-mark-article-as-unread): Ditto.
603         (gnus-summary-mark-article-as-unread): Ditto.
604         (gnus-build-get-header): Ditto.
605         (gnus-summary-prepare-threads): Ditto.
606         (gnus-summary-insert-pseudos): Ditto.
607         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
608         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
609         (gnus-summary-insert-old-articles): Ditto.
610
611         * gnus-msg.el (gnus-posting-styles): Add new format of header.
612         (gnus-configure-posting-styles): Support the new format.
613
614         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
615         edebug-form-spec to (sexp body).
616         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
617
618         * message.el (message-reply-headers): Add doc.
619
620 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
621
622         * gnus-group.el (gnus-group-delete-group): Nix the entry in
623         gnus-cache-active-hashtb.
624
625         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
626         (gnus-agent-summary-fetch-group): Use it.
627
628         * gnus-msg.el (gnus-debug-files): New variable.
629         (gnus-debug-exclude-variables): New variable.
630         (gnus-debug): Use them.
631
632         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
633
634 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
635
636         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
637         (message-mode-syntax-table): Move back the previous position.
638
639         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
640
641         * gnus-agent.el (gnus-agent-retrieve-headers): Use
642         gnus-sorted-difference.
643
644         * nnsoup.el (nnsoup-request-expire-articles): Use
645         gnus-sorted-difference.
646
647         * nnheader.el: Autoload gnus-sorted-difference.
648
649         * nnfolder.el (nnfolder-request-expire-articles): Use
650         gnus-sorted-difference.
651
652         * gnus-cache.el (gnus-cache-retrieve-headers): Use
653         gnus-sorted-difference.
654
655         * gnus-range.el: Autoload cookies.
656         (gnus-sorted-difference): New function.
657         (gnus-sorted-ndifference): New function.
658         (gnus-sorted-nintersection): Rename from
659         gnus-set-sorted-intersection.
660         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
661         (gnus-list-range-difference): Rename from
662         gnus-inverse-list-range-intersection.
663         (gnus-inverse-list-range-intersection): Use defalias.
664
665         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
666         gnus-sorted-ndifference, and gnus-sorted-nintersection.
667         (gnus-articles-to-read): Use gnus-sorted-difference.
668         (gnus-summary-limit-mark-excluded-as-read): Use
669         gnus-sorted-intersection and gnus-sorted-ndifference.
670         (gnus-list-of-read-articles): Use gnus-list-range-difference.
671         (gnus-summary-insert-articles): Use gnus-sorted-difference.
672
673         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
674
675 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
676
677         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
678         property to the buffer for using emacs-w3m command keys.
679
680         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
681         option.
682
683         * mm-view.el (mm-w3m-mode-map): New variable.
684         (mm-w3m-mode-command-alist): New variable.
685         (mm-w3m-minor-mode): Removed.
686         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
687         (mm-inline-text-html-render-with-w3m): Add keymap property to the
688         buffer for using emacs-w3m command keys.
689
690 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
691
692         * message.el (message-mode-syntax-table): Move forward.
693         (message-cite-prefix-regexp): Auto detect non word constituents.
694         (message-cite-prefix-regexp): Don't use with-syntax-table.
695
696         * gnus-sum.el (gnus-summary-update-info): Use
697         gnus-list-range-intersection.
698
699         * gnus-agent.el (gnus-agent-fetch-headers): Use
700         gnus-list-range-intersection.
701
702         * gnus-range.el (gnus-range-normalize): Use correct predicate.
703         (gnus-list-range-intersection): Use it.
704         (gnus-inverse-list-range-intersection): Ditto.
705         (gnus-sorted-intersection): Add doc.
706         (gnus-set-sorted-intersection): Add doc.
707         (gnus-sorted-union): New function.
708         (gnus-set-sorted-union): New function.
709
710         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
711         (gnus-inverse-list-range-intersection): Ditto.
712
713 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
714
715         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
716
717         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
718         and permit `:' and `\' in order to handle full Windows pathnames.
719         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
720         technically not correct per standard, but seems to have common use.
721
722 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
723
724         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
725         replacing numbers.
726
727 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
728
729         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
730
731         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
732         Don't split when the window is small, e.g. when a small *BBDB*
733         window is the lowest one.
734
735         * gnus-agent.el (gnus-agent-retrieve-headers): Use
736         nnheader-find-nov-line to speed up. Use nreverse, because it is
737         sorted. Use nnheader-insert-nov-file.
738
739 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
740
741         * mm-decode.el (mm-inline-text-html-with-images): New user option.
742
743         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
744         of `w3m-display-inline-images' with the value of
745         `mm-inline-text-html-with-images'.
746         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
747
748         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
749
750 2002-01-27  Richard M. Stallman  <rms@gnu.org>
751
752         * time-date.el: Add autoload cookies.  Many doc fixes.
753         (time-add): New function.
754         (time-subtract): Renamed from subtract-time.
755         (subtract-time): New alias for time-subtract.
756
757 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
758
759         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
760         emacs-w3m in doc-string.
761
762         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
763         `w3m-current-buffer'.
764
765 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
766
767         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
768
769         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
770         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
771         (mm-w3m-cid-retrieve): New function.
772         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
773
774 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
775
776         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
777
778 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
779
780         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
781
782 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
783
784         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
785         32K.
786
787         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
788
789         * nnmail.el (nnmail-article-group): Decode headers before running
790         split rules over them.
791         (nnmail-mail-splitting-charset): New variable.
792
793         * smiley.el: Replaced with smiley-ems.el.
794
795 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
796
797         * mm-url.el (mm-url-predefined-programs): Add w3m.
798         (mm-url-program): Ditto.
799
800 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
801
802         * nnml.el (nnml-use-compressed-files): New variable.
803         (nnml-filenames-are-evil): Removed.
804         (nnml-current-group-article-to-file-alist): Don't use.
805         (nnml-update-file-alist): Inhibit.
806         (nnml-article-to-file): Use new var.
807
808 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
809
810         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
811
812         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
813
814 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
815
816         * gnus-agent.el (gnus-agent-load-alist): Use new caching
817         function.
818
819         * gnus-util.el (gnus-cache-file-contents): New function.
820
821         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
822         (gnus-agent-load-alist): Use it.
823
824         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
825
826         * nnheader.el (nnheader-insert-nov-file): New function.
827
828         * gnus-util.el (gnus-parse-without-error): Correct the loop.
829
830         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
831         there are no references.
832         (gnus-extract-message-id-from-in-reply-to): New function.
833         (gnus-nov-parse-line): Use in-reply-to if there are no
834         references.
835
836 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
837
838         * nnagent.el (nnagent-retrieve-headers): Use new macro.
839
840         * gnus-util.el (gnus-parse-without-error): New macro.
841
842 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
843
844         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
845         (gnus-article-wash-function): use locate-library to decide which
846         to use.
847
848 2002-01-25  Simon Josefsson  <jas@extundo.com>
849
850         * pop3.el (pop3-munge-message-separator): Work if no date.  From
851         Marius Vollmer <mvo@zagadka.ping.de>.
852
853 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
854
855         * gnus-agent.el (gnus-agent-save-alist): Fix.
856
857         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
858         mistake.  Reinstated lost code.
859
860 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
861
862         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
863         one exists in the case of an encrypted message with an internal
864         signature.
865
866 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
867
868         * gnus-agent.el (gnus-agent-save-alist): Optimized.
869
870 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
871
872         * dgnushack.el: Commented out the experimental code.
873
874 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
875
876         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
877         error.
878
879         * gnus.el (gnus-server-to-method): Made into subst.
880         (gnus-server-method-cache): New variable.
881         (gnus-server-to-method): Use it.
882         (gnus-group-method-cache): New variable.
883         (gnus-find-method-for-group-1): Renamed.
884         (gnus-find-method-for-group): New function.
885         (gnus-group-method-cache): Removed.
886
887         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
888         function.
889
890         * gnus-range.el (gnus-members-of-range): New function.
891         (gnus-list-range-intersection): Renamed.
892         (gnus-inverse-list-range-intersection): New function.
893
894         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
895
896         * nnagent.el (nnagent-retrieve-headers): New implementation.
897
898         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
899         implementation.
900
901 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
902
903         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
904         `w3m-meta-content-type-charset-regexp'.
905
906         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
907         charset-encoded html contents.
908
909 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
910
911         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
912         an empty file.
913
914         * nnweb.el (url): Ignore errors when request url.
915
916         * nnrss.el: Clean up the comments.
917
918 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
919
920         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
921
922         * mm-decode.el (mm-inline-text-html-renderer): New user option.
923         (mm-inline-media-tests): Test whether the value of
924         `mm-inline-text-html-renderer' is a function for text/html.
925
926         * mm-view.el (mm-inline-text-html-render-with-w3): New function
927         separated from `mm-inline-text'.
928         (mm-w3m-minor-mode): New variable.
929         (mm-w3m-setup): New variable.
930         (mm-setup-w3m): New function.
931         (mm-inline-text-html-render-with-w3m): New function.
932         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
933         text/html.
934
935 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
936
937         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
938
939 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
940
941         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
942         and `gnus-xmas-completing-read'.
943
944 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
945
946         * nneething.el (nneething-message-id-number): Abolished.
947         (nneething-encode-file-name): Not encode numerical characters.
948         (nneething-make-head): `nneething-message-id-number' is not
949         used to generate message IDs.
950
951 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
952
953         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
954         characters.
955
956 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
957
958         * gnus-xmas.el (gnus-xmas-completing-read): New function.
959         (gnus-xmas-redefine): Redefine conditionally.
960
961 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
962
963         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
964         tag.
965
966 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
967
968         * message.el (message-font-lock-keywords): Added the secure tag.
969         * mml-sec.el: Added functions to generate/modify/remove the secure
970         tag while in message mode.
971         * mml-sec.el (mml-secure-message): New.
972         * mml-sec.el (mml-unsecure-message): New.
973         * mml-sec.el (mml-secure-message-sign-smime): New.
974         * mml-sec.el (mml-secure-message-sign-pgp): New.
975         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
976         * mml-sec.el (mml-secure-message-encrypt-smime): New.
977         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
978         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
979         * mml.el (mml-parse-1): Added code to recognise the secure tag and
980         convert it to either a part or multipart depending on if there are
981         other parts in the message.
982         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
983         to use the secure tag, rather than the part tag.
984         * mml.el (mml-preview): Added a save-excursion to keep cursor
985         position after doing an MML preview.
986
987 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
988
989         * nnheader.el (nnheader-parse-overview-file): New function.
990         (nnheader-write-overview-file): New function.
991
992 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
993
994         * gnus.el (gnus-group-fast-parameter): Check better if expansion
995         in wanted.
996
997         * nnweb.el (nnweb-type-definition): Clean up.
998
999 2002-01-21  Alastair Burt  <burt@dfki.de>
1000
1001         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
1002         buffer exists before jumping to it.
1003
1004 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1005
1006         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
1007         function.
1008         (article-wash-html): Use it.
1009         (gnus-article-wash-function): New variable.
1010         (gnus-article-wash-html-with-w3m): New function.
1011
1012 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1013
1014         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
1015         XEmacs.
1016
1017 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
1018
1019         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
1020         command line.
1021
1022 2002-01-21  Simon Josefsson  <jas@extundo.com>
1023
1024         * canlock.el (base64-encode-string): Autoload it from base64.
1025         (canlock-make-cancel-key): Base64 encode unibyte string.
1026
1027 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1028
1029         * nnfolder.el (nnfolder-request-accept-article): Unfold
1030         x-from-line.
1031         (nnfolder-request-replace-article): Ditto.
1032
1033 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
1034
1035         * gnus-group.el (gnus-group-best-unread-group): Use the right
1036         positioning function.
1037
1038 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1039
1040         * smiley-ems.el (smiley-region): Use new function.
1041         (smiley-update-cache): Use general image functions.
1042         (smiley-region): Use general functions.
1043
1044         * gnus-util.el (gnus-graphic-display-p): New function.
1045
1046         * nnmail.el (nnmail-article-group): Allow outputting traces of
1047         non-strings.
1048
1049         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
1050         (nndoc-exim-bounce-type-p): New function.
1051
1052         * message.el (message-dont-send): Doc fix.
1053
1054         * gnus-util.el (gnus-completing-read): Remove
1055         inherit-input-method.
1056
1057         * gnus-art.el (gnus-treat-smiley): Doc fix.
1058
1059         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
1060         articles.
1061
1062 2002-01-19  Simon Josefsson  <jas@extundo.com>
1063
1064         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
1065         (imap-kerberos4-open): Ditto.
1066         (imap-open): Set port correctly, don't set auth.
1067
1068 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1069
1070         * gnus.el (gnus-version-number): Bump version number.
1071
1072 2002-01-20 05:33:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1073
1074         * gnus.el: Oort Gnus v0.05 is released.
1075
1076 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1077
1078         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
1079         exists.
1080
1081         * gnus-spec.el (gnus-string-width-function): New function.
1082         (gnus-tilde-cut-form): Use it.
1083         (gnus-tilde-max-form): Ditto.
1084         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
1085         (gnus-substring-function): Use it.
1086         (gnus-tilde-cut-form): Ditto.
1087         (gnus-substring-function): New function.
1088
1089         * message.el (message-check-news-header-syntax): New message.
1090
1091         * gnus.el (gnus-slave-no-server): Doc fix.
1092
1093         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
1094
1095 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1096
1097         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
1098         `seen' if it looks like (seen NUM1 . NUM2).  It should be
1099         (seen (NUM1 . NUM2)).
1100
1101 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1102
1103         * gnus-topic.el (gnus-topic-catchup-articles): Update article
1104         number in closed topics.
1105
1106 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
1107
1108         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
1109         functions.
1110
1111 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1112
1113         * gnus.el (gnus-group-find-parameter): Clean up.
1114
1115         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
1116         articles.
1117
1118         * gnus-util.el (gnus-completing-read-with-default): Renamed.
1119
1120         * nnmail.el (nnmail-article-group): Clean up.
1121
1122 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
1123
1124         * gnus-agent.el (gnus-category-name): Intern the category name.
1125
1126 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1127
1128         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
1129
1130         * gnus-util.el (gnus-completing-read): New function.
1131
1132 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
1133
1134         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
1135
1136         * smiley-ems.el (smiley-region): Register smiley.
1137         (smiley-toggle-buffer): Rewrite the function.
1138         (smiley-active): Removed.
1139
1140 2002-01-19  Simon Josefsson  <jas@extundo.com>
1141
1142         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
1143         Jesper Harder <harder@ifa.au.dk>.
1144
1145 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1146
1147         * gnus-art.el (gnus-request-article-this-buffer): Call
1148         `nneething-get-file-name' to extract the file name from the
1149         message id.
1150
1151         * nneething.el (nneething-encode-file-name): New function.
1152         (nneething-decode-file-name): Ditto.
1153         (nneething-get-file-name): Ditto.
1154         (nneething-make-head): Encode the file name and encapsulate it
1155         into the field of the message id.
1156
1157 2002-01-18  Simon Josefsson  <jas@extundo.com>
1158
1159         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
1160         stored in .marks.
1161
1162         * nnfolder.el (nnfolder-request-update-info): Ditto.
1163
1164 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
1165
1166         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
1167
1168 2002-01-18  Simon Josefsson  <jas@extundo.com>
1169
1170         * imap.el (imap-starttls-p): Don't check for binary.
1171         (imap-gssapi-auth-p): Ditto.
1172         (imap-kerberos4-auth-p): Ditto.
1173         (imap-open): Change logic.  Iterate through all possible streams,
1174         instead of bailing out after first failure.  Move authenticator
1175         decision to `imap-authenticate'.
1176         (imap-authenticate): Change logic, now finds the authenticator to
1177         use, was previously in `imap-open'.
1178         (imap-open): Return nil on failure.
1179         (imap-open): Setup temp buffer correctly.
1180         (imap-open): Return buffer only on success.
1181         (imap-interactive-login, imap-interactive-login): Tell the user
1182         which stream/authenticator is used for the queried
1183         username/password.
1184         (imap-open, imap-authenticate): Set variables.
1185         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
1186         (imap-open): Don't assume how `with-temp-buffer' is implemented.
1187
1188 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1189
1190         * gnus-fun.el (gnus-grab-cam-x-face): New function.
1191
1192 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1193
1194         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
1195
1196 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1197
1198         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
1199         (gnus-agent-group-mode-map): Bind it to "Jo".
1200         (gnus-agent-group-make-menu-bar): Add it into menu bar.
1201
1202 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
1203
1204         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
1205         (gnus-summary-mail-toolbar): Add mail article deletion button.
1206
1207         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
1208         false positives for lines of "^^^^".
1209
1210         * gnus-picon.el (gnus-picon-find-face): faces database is all
1211         lowercase.
1212
1213 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1214
1215         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
1216         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
1217         duplications.
1218         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
1219
1220 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1221
1222         * gnus-sum.el (gnus-summary-initial-limit): Inline
1223         gnus-summary-limit-children.
1224         (gnus-summary-initial-limit): Don't limit if
1225         gnus-newsgroup-display is nil.
1226         (gnus-summary-initial-limit): No, don't.
1227
1228         * gnus-util.el
1229         (gnus-put-text-property-excluding-characters-with-faces): Inline
1230         gnus-put-text-property.
1231
1232         * gnus-spec.el (gnus-default-format-specs): New variable.
1233
1234         * gnus-start.el (gnus-read-newsrc-file): Don't clear
1235         gnus-format-specs.
1236         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
1237
1238         * gnus-spec.el (gnus-update-format-specifications): Really check
1239         the Gnus version of the .newsrc.eld file.
1240         (gnus-format-specs): Save the new default summary format.
1241
1242         * gnus-util.el (gnus-parent-id): Check whether references is empty
1243         before splitting.
1244
1245         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
1246         functions.
1247         (gnus-gather-threads-by-references): Inline
1248         `gnus-split-references'.
1249
1250         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
1251         default value of gnus-summary-line-format-spec.
1252
1253 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1254
1255         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
1256         message.
1257         (nnslashdot-request-list): Ditto.
1258         (nnslashdot-sid-strip): Removed.
1259
1260 2002-01-15  Simon Josefsson  <jas@extundo.com>
1261
1262         * nnimap.el (nnimap-close-asynchronous): Enable.
1263         (nnimap-close-group): Expunge.
1264
1265 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1266
1267         * gnus-util.el (gnus-user-date-format-alist): Typo.
1268         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
1269
1270 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1271
1272         * nneething.el (nneething-request-article): Set
1273         `nnmail-file-coding-system' to `binary' locally, in order to read
1274         files without any conversion.
1275
1276 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1277
1278         * gnus-agent.el (gnus-agent-retrieve-headers): Use
1279         nnheader-file-coding-system and nnmail-active-file-coding-system.
1280         (gnus-agent-regenerate-group): Ditto.
1281         (gnus-agent-regenerate): Ditto.
1282         (gnus-agent-write-active): Ditto.
1283         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
1284
1285 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1286
1287         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
1288         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
1289
1290 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1291
1292         * gnus.el: We don't need gnus-article-show-all-headers.
1293
1294         * gnus-art.el (article-show-all, gnus-article-show-all-header):
1295         Ditto.
1296
1297         * gnus-sum.el (gnus-summary-select-article): Don't call
1298         show-all-headers, because hidden headers are not hidden text any
1299         more.
1300
1301 2002-01-13  Simon Josefsson  <jas@extundo.com>
1302
1303         * message.el (message-newline-and-reformat): Use `newline' instead
1304         of inserting \n, so that the newline is marked as hard.
1305
1306         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
1307         From Jesper Harder <harder@ifa.au.dk>.
1308
1309 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
1310
1311         * imap.el (imap-close): Keep going if quit.
1312
1313         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
1314         nntp-server-buffer.
1315
1316 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1317
1318         * mm-view.el (mm-display-inline-fontify): Require font-lock to
1319         avoid unbinding shadowed variables.
1320
1321         * gnus-art.el (gnus-picon-databases): Moved here.
1322         (gnus-picons-installed-p): Moved here.
1323         (gnus-article-reply-with-original): Use `mark'.
1324
1325         * gnus.el (gnus-picon): Moved here and renamed.
1326
1327         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
1328         installed.
1329         (gnus-treat-mail-picon): Ditto.
1330         (gnus-treat-newsgroups-picon): Ditto.
1331
1332         * gnus-picon.el (gnus-picons-installed-p): New function.
1333
1334 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
1335
1336         * gnus-agent.el (gnus-agent-go-online): Fix doc.
1337
1338 2002-01-12  Simon Josefsson  <jas@extundo.com>
1339
1340         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
1341         (nnimap-before-find-minmax-bugworkaround): Use it.
1342         (nnimap-find-minmax-uid): Don't reselect current mailbox.
1343         (nnimap-dont-close): New variable.
1344         (nnimap-close-group): Use it.
1345
1346 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1347
1348         * gnus-art.el (gnus-article-reply-with-original): Use
1349         `mark-active'.
1350
1351         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
1352
1353         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
1354         (gnus-score-advanced): Clean up.
1355         (gnus-score-advanced): Accept a multiple of the score.
1356
1357 2002-01-12  Simon Josefsson  <jas@extundo.com>
1358
1359         * flow-fill.el (fill-flowed-display-column)
1360         (fill-flowed-encode-columnq): New variables.  Suggested by
1361         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann).
1362         (fill-flowed-encode, fill-flowed): Use them.
1363
1364         * message.el (message-send-news, message-send-mail): Use
1365         m-b-s-n-p-e-h-n.
1366
1367         * mml.el (autoload): Autoload fill-flowed-encode.
1368         (mml-buffer-substring-no-properties-except-hard-newlines): New
1369         function.
1370         (mml-read-part): Use it.
1371         (mml-generate-mime-1): Encode format=flowed if appropriate.
1372         (mml-insert-mime-headers): Insert format=flowed.
1373
1374         * flow-fill.el (fill-flowed-encode): New function.
1375         (fill-flowed): Bind fill-column to window width.
1376
1377 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1378
1379         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
1380         it exists.
1381         (gnus-summary-setup-buffer): Wake up dead summary buffers.
1382         (gnus-summary-buffer-name): Don't return the dead name after all.
1383         (gnus-summary-setup-buffer): Kill the dead buffer.
1384
1385         * gnus-art.el (gnus-article-followup-with-original): Store the
1386         value of the mark before deactivating it.
1387
1388 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1389
1390         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
1391         From: Karl Kleinpaste <karl@charcoal.com>
1392
1393         * gnus-art.el (article-display-x-face): Ditto.
1394         (gnus-article-reply-with-original): Use gnus-region-active-p.
1395         (gnus-article-followup-with-original): Ditto.
1396
1397         * gnus-sum.el (gnus-summary-read-group-1): Don't select
1398         downloadable article either.
1399
1400 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1401
1402         * gnus-art.el (article-display-x-face): Insert From:.
1403
1404         * gnus-sum.el (gnus-summary-move-article): Don't draw the
1405         article. Bind gnus-display-mime-function and
1406         gnus-article-prepare-hook.
1407
1408         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
1409         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
1410         gnus-agent-possibly-synchronize-flags to the last.
1411         (gnus-agent-go-online): New function. New variable.
1412
1413 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1414
1415         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
1416         (gnus-agent-regenerate): Ditto.
1417
1418 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1419
1420         * message.el (message-ignored-news-headers)
1421         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
1422         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
1423
1424         * gnus.el (gnus-gethash-safe): New macro.
1425
1426         * gnus-agent.el (gnus-agent-regenerate-history): New function.
1427         (gnus-agent-regenerate): Show messages.
1428
1429 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1430
1431         * gnus-agent.el (gnus-agent-regenerate-group): New function.
1432         (gnus-agent-regenerate): New function.
1433         (gnus-agent-save-alist): Sort.
1434         (gnus-agent-copy-nov-line): Test eobp.
1435         (gnus-agent-retrieve-headers): Erase buffer.
1436
1437 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
1438
1439         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
1440         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
1441
1442         * gnus.el (gnus-agent-covered-methods): Move here.
1443         (gnus-online): New function.
1444         (gnus-agent-method-p): Move here.
1445
1446         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
1447         nil. Remove articles-alist.
1448
1449         * gnus-start.el (gnus-get-unread-articles): Check online.
1450         (gnus-groups-to-gnus-format): Ditto.
1451         (gnus-active-to-gnus-format): Ditto.
1452
1453         * gnus-agent.el (gnus-agent-get-function): Use it.
1454         (gnus-agent-get-undownloaded-list): Ditto.
1455         (gnus-agent-fetch-session): Only fetch online methods.
1456
1457         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
1458         (gnus-server-mode-map): Ditto.
1459         (gnus-server-offline-face): New face.
1460         (gnus-server-offline-face): New variable.
1461         (gnus-server-font-lock-keywords): Add offline.
1462         (gnus-server-insert-server-line): Ditto.
1463         (gnus-server-offline-server): New function.
1464
1465         * gnus-int.el (gnus-open-server): Turn to offline.
1466         (gnus-server-unopen-status): New variable.
1467
1468 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
1469
1470         * nnkiboze.el (nnkiboze-request-article): Use
1471         gnus-agent-request-article.
1472
1473         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
1474         function. Insert undownloaded NOV.
1475
1476         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
1477         (gnus-agent-request-article): New function.
1478
1479         * gnus.el (gnus-agent-cache): New variable.
1480
1481         * gnus-int.el (gnus-retrieve-headers): Use
1482         gnus-agent-retrieve-headers.
1483         (gnus-request-head): Use gnus-agent-request-article.
1484         (gnus-request-body): Ditto.
1485
1486         * gnus-art.el (gnus-request-article-this-buffer): Use
1487         gnus-agent-request-article.
1488
1489         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
1490         article if it is undownloaded.
1491
1492 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1493
1494         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
1495
1496 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1497
1498         * canlock.el (canlock-string-as-unibyte): New macro.
1499         (canlock-sha1-with-openssl): Return a unibyte string.
1500         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
1501
1502 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
1503
1504         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
1505
1506 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1507
1508         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
1509         application/x-emacs-lisp.
1510
1511         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
1512
1513         * nntp.el (nntp-request-article): Add group parameter.
1514         (nntp-request-head): Ditto.
1515         (nntp-find-group-and-number): Add parameter group. Figure out
1516         number if the status line doesn't give (e.g. quimby.gnus.org).
1517
1518 2002-01-08  Simon Josefsson  <jas@extundo.com>
1519
1520         * mml.el (mml-generate-mime-1): Set recipient correctly.
1521
1522 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1523
1524         * message.el (message-read-from-minibuffer): Add parameter
1525         initial-contents.
1526         * gnus-msg.el (gnus-summary-resend-message): Use it.
1527
1528         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
1529         behavior of quit-config.
1530
1531         * message.el (message-make-from): Don't quote fullname.
1532         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
1533
1534         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
1535         From: <andre@slamdunknetworks.com>
1536
1537 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1538
1539         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
1540
1541         * gnus-art.el (gnus-header-button-alist): Handle mailto.
1542
1543         * mml.el (mml-preview): Bind gnus-original-article-buffer because
1544         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
1545         because bbdb may use it.
1546
1547 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1548
1549         * nneething.el (nneething-request-article): When a non-text file
1550         is converted to an article, its data is encoded in base64.  Call
1551         `nneething-make-head' with options to specify MIME types.
1552         (nneething-make-head): Add optional arguments to specify MIME
1553         types.
1554
1555 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1556
1557         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
1558         header if there is not.
1559
1560         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
1561
1562         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
1563         (gnus-inews-mark-gcc-as-read): Obsolete variable.
1564         (gnus-inews-do-gcc): Use them.
1565
1566         * gnus-group.el (gnus-group-mark-article-read): Put holes into
1567         gnus-newsgroup-unselected.
1568
1569 2002-01-06  Simon Josefsson  <jas@extundo.com>
1570
1571         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
1572         condition-case, not ignore-errors.
1573
1574 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1575
1576         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
1577         gnus-fetch-old-headers.
1578
1579         * gnus-art.el (article-display-x-face): Use the current buffer
1580         unless `W f'. Otherwise, X-Face may be shown in the header of a
1581         forwarded part.
1582         (gnus-treatment-function-alist): Treat xface before hiding
1583         headers.
1584
1585 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1586
1587         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
1588         parameters.
1589
1590 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1591
1592         * mm-util.el (mm-multibyte-p): Define conditionally when load.
1593         (mm-guess-charset): New function.
1594         (mm-charset-after): Use it.
1595         (mm-detect-coding-region): New function.
1596         (mm-detect-mime-charset-region): New function.
1597
1598         * gnus-sum.el (gnus-summary-show-article): Use
1599         mm-detect-coding-region.
1600
1601 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1602
1603         * message.el (message-make-fqdn): Be less violent.
1604
1605         * gnus.el (gnus-logo-color-style): Compute custom form
1606         automatically.
1607
1608         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
1609         score file of the parent to the document group.
1610
1611         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
1612         parameters parameter.
1613
1614         * gnus-score.el (gnus-score-load-file): Clean up.
1615
1616 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1617
1618         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
1619         From: Damien Wyart <damien.wyart@free.fr>
1620
1621         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
1622
1623 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
1624
1625         * gnus-sum.el (gnus-select-group-hook): Typo.
1626
1627         * rfc2047.el (rfc2047-decode-string): Return immediately if there
1628         is no quoted-printable-encoded STRING.
1629         From: Jesper Harder <harder@ifa.au.dk>
1630
1631         (rfc2047-decode-string): Decode it.
1632
1633 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1634
1635         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
1636
1637 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
1638
1639         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
1640         buffer to get rid of junk line.
1641
1642 2002-01-05  Simon Josefsson  <jas@extundo.com>
1643
1644         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
1645         C-o.
1646         (message-mode-map): Bind message-insert-or-toggle-importance to
1647         C-c C-u.
1648         (message-mode-map): Bind message-disposition-notification-to to
1649         C-c M-n.
1650         (message-mode-menu): Add m-d-n-t.
1651         (message-mode-field-menu): Add m-goto-from.
1652         (message-mode): Doc fix.
1653         (message-goto-from): New function.
1654         (message-insert-disposition-notification-to): New function.
1655         (message-tool-bar-map): Add receipt button.
1656
1657 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1658
1659         * gnus-sum.el (gnus-thread-latest-date): New function.
1660         (gnus-thread-sort-by-most-recent-number): Renamed.
1661         (gnus-thread-sort-functions): Doc fix.
1662         (gnus-select-group-hook): Don't use setq on a hook.
1663         (gnus-thread-latest-date): Use date, not number
1664
1665         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
1666         (gnus-agent-expire): Allow regexp of expire-days.
1667
1668         * gnus-art.el (gnus-article-reply-with-original): Deactivate
1669         region.
1670         (gnus-article-followup-with-original): Ditto.
1671
1672         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
1673
1674         * gnus-art.el (gnus-mime-display-alternative): Use
1675         gnus-local-map-property.
1676         (gnus-mime-display-alternative): Ditto.
1677         (gnus-insert-mime-security-button): Ditto.
1678         (gnus-insert-next-page-button): Ditto.
1679         (gnus-button-prev-page): Take optional args.
1680         (gnus-insert-prev-page-button): widget-convert.
1681
1682         * gnus-util.el (gnus-local-map-property): New function.
1683
1684         * gnus-art.el (gnus-prev-page-map): Use parent map.
1685         (gnus-next-page-map): Ditto.
1686
1687         * gnus-spec.el (gnus-parse-format): Clean up.
1688         (gnus-parse-format): Do complex formatting for %=.
1689
1690         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
1691         "X-Face: " to the data in the built-in scenario.
1692
1693         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
1694         (gnus-correct-pad-form): Renamed.
1695         (gnus-tilde-max-form): Clean up.
1696         (gnus-pad-form): Use gnus-use-correct-string-widths.
1697
1698         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
1699         support if that is available.
1700
1701         * gnus-sum.el (gnus-thread-highest-number): New function.
1702         (gnus-thread-sort-by-most-recent-thread): New function.
1703         (gnus-thread-sort-functions): Doc fix.
1704
1705 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
1706
1707         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
1708         all cases.
1709         (gnus-summary-mode): Enable it in all cases.
1710         (gnus-summary-display-article): Ditto.
1711         (gnus-summary-edit-article): Ditto.
1712
1713         * gnus-ems.el (gnus-put-image): Really return glyph.
1714
1715         * gnus-art.el (gnus-article-x-face-command): Fix :type.
1716         (gnus-treat-smiley): Don't take "P" in the interactive form.
1717
1718 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1719
1720         * compface.el (uncompface): XEmacs and Emacs have differing
1721         capabilities.
1722
1723         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
1724
1725         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
1726         (gnus-article-xface-ring-size): Removed.
1727         (gnus-article-display-xface): Removed.
1728         (gnus-remove-image): Cleaned up.
1729
1730         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
1731         (gnus-xmas-create-image): Take pbm files.
1732         (gnus-x-face): Removed.
1733         (gnus-xmas-article-display-xface): Removed.
1734
1735         * gnus-fun.el (gnus-display-x-face-in-from): Bind
1736         default-enable-multibyte-characters.
1737
1738         * compface.el (uncompface): Doc fix.
1739
1740         * gnus-art.el (gnus-article-x-face-command): Use
1741         gnus-display-x-face-in-from.
1742
1743         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
1744
1745         * gnus-ems.el (gnus-put-image): Return the image.
1746
1747         * gnus-fun.el (gnus-display-x-face-in-from): New function.
1748         (gnus-x-face): Moved here.
1749
1750 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
1751
1752         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
1753         invisible if string is nil.
1754         (gnus-xmas-article-display-xface): Use it.
1755
1756         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
1757         property when string is nil.
1758         (gnus-article-display-xface): Use it.
1759
1760 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1761
1762         * gnus-art.el (article-display-x-face): Check whether valid grey
1763         face was returned.
1764         (article-display-x-face): Place image in the right spot.
1765
1766         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
1767         stderr.
1768         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
1769
1770 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1771
1772         * gnus-xmas.el (gnus-xmas-create-image): Take optional
1773         parameters.
1774         (gnus-xmas-put-image): Allow non-strings to be passed.
1775
1776         * gnus-art.el (article-display-x-face): Use optional parameters.
1777
1778         * gnus-ems.el (gnus-create-image): Take optional parameters.
1779
1780         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
1781
1782         * compface.el (compface-xbm-p): Removed.
1783
1784         * gnus-ems.el (gnus-article-compface-xbm): Removed.
1785         (gnus-article-display-xface): Use compface.
1786
1787         * compface.el: New file.
1788
1789         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
1790         (gnus-convert-image-to-x-face-command): Ditto.
1791         (gnus-random-x-face): Quote argument.
1792         (gnus-x-face-from-file): Ditto.
1793
1794 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
1795
1796         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
1797         the expire-group parameter once per article rather than once
1798         per group; bind `nnmaildir-article-file-name' and `article'
1799         for convenience.  Leave article alone when expire-group
1800         specifies the current group.
1801         (nnmaildir--update-nov): be more concurrency-friendly with
1802         temp file names.
1803
1804 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1805
1806         * gnus-start.el (gnus-read-init-file): Cleaned up.
1807
1808 2002-01-03  Dave Love  <d.love@dl.ac.uk>
1809
1810         * gnus-start.el (gnus-startup-file-coding-system): Removed.
1811         (gnus-read-init-file): Don't use it.
1812
1813 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1814
1815         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
1816
1817 2002-01-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1818
1819         * gnus-start.el (gnus-read-init-file): Don't force coding system
1820         for ~/.gnus.  From Dave Love <fx@gnu.org>.
1821
1822 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
1823
1824         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
1825         * nnspool.el (nnspool-request-post): Ditto.
1826
1827         * mm-util.el (mm-use-find-coding-systems-region): New variable.
1828         (mm-find-mime-charset-region): Use it.
1829
1830 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
1831
1832         * gnus.el (gnus-summary-line-format): Added :link.
1833         * gnus-topic.el (gnus-topic-line-format): Ditto.
1834         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
1835         * gnus-srvr.el (gnus-server-line-format): Ditto.
1836         * gnus-group.el (gnus-group-line-format): Ditto.
1837
1838         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
1839         :keys, it works on both Emacsen.
1840
1841 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
1842
1843         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
1844
1845 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1846
1847         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
1848
1849 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
1850
1851         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
1852         very wide reply.
1853
1854 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1855
1856         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
1857         (gnus-picon-cache): New variable.
1858         (gnus-picon-transform-newsgroups): Cache stuff.
1859
1860         * gnus-art.el (gnus-article-reply-with-original): New command.
1861         (gnus-article-followup-with-original): New command.
1862
1863         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
1864         END parameters.
1865         (gnus-summary-followup): Take a list of list of articles.
1866         (gnus-inews-yank-articles): Allow lists of article/regions.
1867
1868         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
1869         longer the usual commands.
1870
1871         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
1872         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
1873         shell-command-on-region.
1874
1875 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
1876
1877         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
1878           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
1879
1880 2002-01-03  Steve Youngs  <youngs@xemacs.org>
1881
1882         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
1883         understand ':keys', wrap it in an featurep 'xemacs.
1884
1885 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
1886
1887         * gnus-ems.el (gnus-article-display-xface): Show xface in the
1888         order of headers (Actually, it is called in a reversed order). Add
1889         'gnus-image-text-deletable property.
1890         (gnus-remove-image): Remove text with such a property.
1891
1892         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
1893         gnus-put-image.
1894
1895         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
1896         with ", "
1897
1898 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1899
1900         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
1901
1902         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
1903         (article-display-x-face): Display grey X-Faces.
1904
1905         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
1906         (gnus-convert-gray-x-face-to-ppm): Ditto.
1907         (gnus-convert-image-to-gray-x-face): Ditto.
1908
1909         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
1910         gnus-summary-show-raw-article.
1911
1912 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
1913
1914         Display picons in XEmacs without showing text.
1915
1916         * gnus-xmas.el (gnus-xmas-create-image): Don't use
1917         mm-create-image-xemacs to create xbm glyph, because it deletes
1918         temporary files.
1919         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
1920         (gnus-xmas-remove-image): Make text visible, remove glyph.
1921
1922         * gnus-picon.el (gnus-picon-transform-newsgroups)
1923         (gnus-picon-transform-address): Insert spec backward, due to the
1924         incompatibility of gnus-xmas-put-image.
1925
1926 2002-01-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1927
1928         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
1929
1930 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1931
1932         * gnus.el: Doc fix.
1933
1934         * gnus-art.el: Doc fix.
1935
1936         * gnus-agent.el: Doc fix.
1937
1938 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1939
1940         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
1941
1942 2002-01-01  Paul Jarc <prj@po.cwru.edu>
1943
1944         * nnmaildir.el (nnmaildir--update-nov): automatically parse
1945         NOV data out of the message again if nnmail-extra-headers has
1946         changed.
1947
1948 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1949
1950         * gnus-fun.el: New file.
1951         (gnus-convert-image-to-x-face-command): New variable.
1952         (gnus-insert-x-face): New function.
1953         (gnus-random-x-face): Renamed.
1954         (gnus-x-face-from-file): Renamed.
1955
1956         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
1957         "_".
1958         (gnus-body-boundary-delimiter): Typo fix.
1959
1960 2002-01-02  Simon Josefsson  <jas@extundo.com>
1961
1962         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
1963         (gnus-body-boundary-delimiter): Fix type.
1964
1965 2002-01-01  Simon Josefsson  <jas@extundo.com>
1966
1967         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
1968         (gnus-treat-emphasize, gnus-treat-strip-cr)
1969         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
1970         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
1971         (gnus-treat-fill-article, gnus-treat-hide-citation)
1972         (gnus-treat-hide-citation-maybe)
1973         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
1974         (gnus-treat-strip-pem, gnus-treat-strip-banner)
1975         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
1976         (gnus-treat-date-ut, gnus-treat-date-local)
1977         (gnus-treat-date-english, gnus-treat-date-lapsed)
1978         (gnus-treat-date-original, gnus-treat-date-iso8601)
1979         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
1980         (gnus-treat-strip-trailing-blank-lines)
1981         (gnus-treat-strip-leading-blank-lines)
1982         (gnus-treat-strip-multiple-blank-lines)
1983         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
1984         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
1985         (gnus-treat-display-xface, gnus-treat-display-smileys)
1986         (gnus-treat-from-picon, gnus-treat-mail-picon)
1987         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
1988         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
1989         (gnus-treat-play-sounds, gnus-treat-translate)
1990         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
1991
1992         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
1993         (gnus-article-treat-body-boundary): Use it.
1994
1995         * message.el (message-mode): Fix doc.
1996         (message-mode-menu): Fix names.
1997
1998 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1999
2000         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
2001         articles.
2002
2003         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
2004         (gnus-picon-transform-address): Search for unknown faces as well.
2005         (gnus-picon-find-face): Don't search "news" for MISC.
2006         (gnus-picon-user-directories): Changed default back to exclude
2007         "unknown".
2008
2009         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
2010
2011         * gnus-picon.el (gnus-picon-find-face): Search through all
2012         databases.
2013         (gnus-picon-find-face): New implementation.
2014
2015         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
2016         keystroke.
2017         (gnus-topic-goto-next-topic): Ditto.
2018
2019         * gnus.el (gnus-summary-line-format): Changed default.
2020
2021         * nnmail.el (nnmail-extra-headers): Change default.
2022
2023         * gnus-sum.el (gnus-extra-headers): Change default.
2024
2025         * message.el (message-news-other-window): Changed "news" to
2026         "posting".
2027         (message-news-other-frame): Ditto.
2028         (message-do-send-housekeeping): Ditto.
2029
2030         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
2031         function.
2032         (gnus-article-unread-p): New function.
2033         (gnus-article-unseen-p): New function.
2034         (gnus-dead-summary-mode-map): Typo.
2035
2036         * gnus-util.el (gnus-make-predicate): New function.
2037         (gnus-make-predicate-1): New function.
2038
2039         * gnus-sum.el: New function.
2040         (gnus-map-articles): New function.
2041
2042         * gnus-art.el (gnus-treat-fold-headers): New variable.
2043         (gnus-article-treat-fold-headers): New command and keystroke.
2044
2045         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
2046         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
2047
2048 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2049
2050         * message.el (message-fcc-externalize-attachments): New variable.
2051         (message-do-fcc): Use it.
2052
2053         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
2054         (gnus-inews-do-gcc): Use it.
2055
2056         * mml.el (mml-tweak-sexp-alist): New variable.
2057         (mml-externalize-attachments): New variable.
2058         (mml-tweak-part): Use mml-tweak-sexp-alist.
2059         (mml-tweak-externalize-attachments): New function.
2060
2061 2002-01-01  Steve Youngs  <youngs@xemacs.org>
2062
2063         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
2064         'set-glyph-face' so x-face back/foreground can be set.
2065
2066 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
2067
2068         * message.el (message-fix-before-sending): Fix a typo.
2069
2070 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2071
2072         * gnus-art.el (gnus-treat-smiley): Renamed command.
2073         (gnus-article-remove-images): New command and keystroke.
2074
2075         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
2076
2077         * smiley-ems.el (gnus-smiley-display): Removed.
2078
2079         * gnus.el (gnus-version-number): Update version.
2080
2081         * message.el (message-text-with-property): Renamed and moved
2082         here.
2083         (message-fix-before-sending): Highlight invisible text and place
2084         point there.
2085
2086 2002-01-01 02:32:53 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2087
2088         * gnus.el: Oort Gnus v0.04 is released.
2089
2090 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2091
2092         * gnus-delay.el (gnus-delay-send-queue): Renamed.
2093
2094         * gnus-art.el (gnus-ignored-headers): More headers,
2095
2096         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
2097         of `scan-error', since XEmacs doesn't seem to support that.
2098
2099 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2100
2101         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
2102         arg.
2103         (gnus-summary-best-unread-subject): Ditto.
2104         (gnus-summary-best-unread-subject): No, don't.
2105         (gnus-summary-better-unread-subject): New command.
2106
2107         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
2108
2109         * lpath.el ((featurep 'xemacs)): fbind url function.
2110
2111         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
2112         buffer.
2113         (gnus-xmas-remove-image): Implementation that does something.
2114         (gnus-xmas-article-display-xface): Mark images properly.
2115
2116         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
2117
2118 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
2119
2120         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
2121
2122 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2123
2124         * gnus-group.el (gnus-group-line-format): Added %O to the default
2125         value.
2126
2127         * gnus-util.el (gnus-text-with-property): The smallest point is
2128         point-min.
2129
2130         * smiley-ems.el (smiley-region): Return images.
2131         (gnus-smiley-display): Allow toggling.
2132         (smiley-region): Use text properties, not overlays.
2133
2134         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
2135         implemented yet.
2136
2137         * smiley-ems.el (smiley-update-cache): Check for valid types.
2138
2139         * gnus-art.el (gnus-with-article-buffer): New macro.
2140
2141         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
2142         strings as well as the glyphs.
2143         (gnus-picon-transform-address): Ditto.
2144         (gnus-picon-insert-glyph): Ditto.
2145         (gnus-picon-transform-newsgroups): Toggle.
2146         (gnus-picon-transform-address): Toggle.
2147
2148         * gnus-ems.el (gnus-remove-image): New function.
2149         (gnus-put-image): Take an optional string.
2150
2151         * gnus-util.el (gnus-text-with-property): New function.
2152
2153         * gnus-art.el (gnus-delete-images): New function.
2154
2155         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
2156
2157         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
2158         (gnus-article-wash-status): Use it.
2159         (gnus-signature-toggle): Clean up.
2160         (gnus-add-wash-status): New function.
2161         (gnus-delete-wash-status): New function.
2162         (gnus-article-hide-text-type): Use them throughout.
2163         (gnus-add-image): New function.
2164
2165         * gnus-ems.el (gnus-article-display-xface): Use new interface.
2166
2167         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
2168         interface.
2169
2170         * gnus-art.el (article-display-x-face): Cleaned up.
2171
2172         * rfc2047.el (rfc2047-field-value): New function.
2173
2174         * mail-parse.el (mail-header-field-value): New alias.
2175
2176         * gnus-art.el (gnus-mime-print-part): Fix typos.
2177
2178         * smiley-ems.el (gnus-smiley-file-types): New variable.
2179         (smiley-update-cache): Use it.
2180         (smiley-regexp-alist): Suffix-less smiley names.
2181         (smiley-regexp-alist): Added more smileys.
2182
2183         * gnus-sum.el (gnus-print-buffer): Made into own function.
2184         (gnus-summary-print-article): Use it.
2185
2186         * mailcap.el (mailcap-mime-info): Actually return the bit that we
2187         looked for when REQUEST is a string.
2188
2189         * gnus-art.el (gnus-mime-button-commands): Add printing
2190         keystroke.
2191         (gnus-mime-copy-part): Doc fix.
2192         (gnus-mime-print-part): New command.
2193
2194 2001-12-31  Simon Josefsson  <jas@extundo.com>
2195
2196         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
2197         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
2198
2199 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
2200
2201         * gnus-picon.el (gnus-treat-from-picon): Autoload.
2202         (picon): Fix doc.
2203
2204         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
2205         longer exists. Remove those codes.
2206         * gnus.el (gnus-use-picons): Ditto.
2207
2208 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2209
2210         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
2211         infloop.
2212
2213         * gnus-sum.el (t): New `W D' map.
2214
2215         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
2216         (gnus-article-treat-body-boundary): Clean up.
2217         (gnus-body-boundary-face): Removed.
2218         (gnus-article-goto-header): Moved here.
2219         (gnus-article-goto-header): Allow better regexps.
2220         (gnus-article-treat-fold-newsgroups): New command.
2221
2222         * gnus-sum.el (gnus-summary-move-article): We have to select an
2223         article to give `gnus-read-move-group-name' an opportunity to
2224         suggest an appropriate default.
2225
2226         * rfc2047.el (rfc2047-fold-line): New function.
2227         (rfc2047-unfold-line): Ditto.
2228         (rfc2047-fold-region): Don't fold just after the header name.
2229
2230         * mail-parse.el (mail-header-fold-line): New alias.
2231         (mail-header-unfold-line): Ditto.
2232
2233         * gnus-art.el (gnus-body-boundary-face): Renamed.
2234         (gnus-article-treat-body-boundary): Use it.
2235         (gnus-article-treat-body-boundary): Use an invisible header and a
2236         line of underline characters.
2237
2238 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
2239
2240         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
2241
2242         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
2243         (gnus-picon-split-address): New function.
2244         (gnus-picon-find-face): Use it.
2245         (gnus-picon-transform-address): Use it. Set first to t for each
2246         address.
2247
2248         * gnus-art.el (gnus-with-article-headers): Move to here. Define
2249         the macro then use it.
2250         (gnus-treatment-function-alist): Treat picons earlier.
2251
2252 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2253
2254         * gnus-art.el (gnus-body-separator-face): New variable.
2255         (gnus-article-treat-body-boundary): Use a blank, colored line.
2256
2257         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
2258         well.
2259
2260         * gnus-art.el (gnus-treat-body-boundary): New variable.
2261         (gnus-article-treat-unfold-headers): Use helper macro.
2262         (gnus-article-treat-body-boundary): New command.
2263
2264         * gnus.el (gnus-logo-color-style): Change the default color.
2265         (gnus-splash-face): Gray, gray.
2266
2267         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
2268         colors.
2269
2270         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
2271         (gnus-logo-color-style): Ditto.
2272         (gnus-logo-colors): Ditto.
2273
2274         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
2275
2276         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
2277
2278         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
2279         (gnus-picon-transform-newsgroups): New function.
2280
2281         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
2282         string.
2283
2284         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
2285
2286         * gnus-art.el (gnus-treat-cc-picon): New variable.
2287         (gnus-treat-mail-picon): Renamed.
2288
2289         * gnus-picon.el: New implementation.
2290         (gnus-picon-find-face): Renamed.
2291         (gnus-treat-from-picon): Use it.
2292         (gnus-picon-transform-address): Renamed.
2293         (gnus-treat-from-picon): Use it.
2294         (gnus-picon-create-glyph): Renamed.
2295         (gnus-picon-transform-address): Use it.
2296         (gnus-treat-cc-picon): New command.
2297
2298         * mm-decode.el (mm-create-image-xemacs): Separated out into
2299         function.
2300         (mm-get-image): Use it.
2301
2302         * gnus-art.el (gnus-treat-display-picons): Simplify.
2303         (gnus-treat-from-picon): Renamed.
2304
2305         * gnus-ems.el (gnus-create-image): New function.
2306         (gnus-put-image): New function.
2307
2308         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
2309         (gnus-with-article-headers): New macro.
2310         (gnus-article-goto-header): New function.
2311
2312         * gnus-xmas.el (gnus-image-type-available-p): New function.
2313
2314         * gnus-ems.el (gnus-image-type-available-p): New function.
2315
2316 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
2317
2318         * nnrss.el (nnrss-check-group): Find the correct tag, because
2319         xml.el is changed.
2320
2321 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2322
2323         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
2324         lines are shorter than the window width.
2325         (gnus-ignored-headers): More headers.
2326
2327 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2328
2329         * gnus-art.el (gnus-treat-unfold-lines): New variable.
2330         (gnus-treat-unfold-headers): Renamed.
2331         (gnus-article-treat-unfold-headers): New command and keystroke.
2332
2333         * rfc2047.el (rfc2047-encode-message-header): Clean up.
2334
2335         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
2336
2337 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
2338
2339         * sha1-el.el (sha1-use-external): New variable.
2340         (sha1-region): Use it.
2341         (sha1-string): Ditto.
2342
2343         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
2344         * gnus-picon.el: Less warnings when compile.
2345
2346 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2347
2348         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
2349         alias.
2350         (gnus-picons-database): Default to list.
2351         (gnus-picons-lookup-internal): Use it.
2352
2353         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
2354         to "bogus".
2355
2356         * gnus-win.el (gnus-configure-windows-hook): New hook.
2357
2358 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
2359
2360         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
2361
2362 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2363
2364         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
2365         lists.
2366         (gnus-select-newsgroup): Don't append; push.
2367         (gnus-adjust-marked-articles): Remove obsolete ranges from
2368         `seen'.
2369         (gnus-update-marks): Clean up.
2370         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
2371
2372 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
2373
2374         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
2375
2376 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2377
2378         * gnus-sum.el (gnus-auto-select-subject): New variable.
2379         (gnus-summary-best-unread-subject): New function.
2380         (gnus-summary-best-unread-article): Use it.
2381         (gnus-summary-first-unseen-subject): New function and command.
2382
2383         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
2384         other treatments.
2385
2386         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
2387         function.
2388
2389         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
2390         from the list of hidden types.
2391
2392         * mm-view.el (mm-inline-text): Ditto.
2393         (mm-inline-text): Ditto.
2394         (mm-w3-prepare-buffer): Ditto.
2395
2396         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
2397
2398 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2399
2400         * gnus-art.el (gnus-ignored-headers): Added more headers.
2401
2402 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
2403
2404         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
2405         once.
2406
2407 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2408
2409         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
2410
2411 2001-12-28  Simon Josefsson  <jas@extundo.com>
2412
2413         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
2414         Jesper Harder <harder@ifa.au.dk>.
2415
2416 2001-12-27  Simon Josefsson  <jas@extundo.com>
2417
2418         * gnus-sum.el (gnus-select-newsgroup): Make
2419         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
2420         contain all articles (instead of none) when no seen marks have
2421         been set for the group.
2422         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
2423         instead, it seems to result in shorter ranges.
2424
2425 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2426
2427         * mm-util.el (mm-iso-8859-x-to-15-region): Use
2428         insert-before-markers.
2429         From Jesper Harder <harder@ifa.au.dk>
2430
2431 2001-12-26  Paul Jarc <prj@po.cwru.edu>
2432
2433         * nnmaildir.el (nnmaildir-save-mail): create the destination
2434         groups if they do not exist.
2435
2436 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2437
2438         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
2439
2440 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2441
2442         * gnus-group.el (gnus-group-read-ephemeral-group): Call
2443         gnus-group-real-name.
2444
2445         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
2446         (gnus-newsgroup-variables): Ditto.
2447
2448         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
2449         return it.
2450
2451 2001-12-21  Paul Jarc <prj@po.cwru.edu>
2452
2453         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
2454         * nnmaildir.el (top-level): Add commentary.
2455         (nnmaildir-version): Indicate that nnmaildir is now a standard
2456         part of Gnus, not separately released.
2457
2458 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2459
2460         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
2461         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
2462         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
2463         From  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2464
2465 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2466
2467         * nnmaildir.el: Copyright changes. Require cl only at compile time.
2468
2469 2001-12-20  Simon Josefsson  <jas@extundo.com>
2470
2471         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
2472         ZHU <zsh@cs.rochester.edu>.
2473         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
2474         Brian P Templeton <bpt@tunes.org>.
2475
2476 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2477
2478         * nnmaildir.el: New file.
2479         From Paul Jarc <prj@po.cwru.edu>.
2480
2481 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2482
2483         * nndoc.el (nndoc-type-alist): Move forward to the end.
2484
2485 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2486
2487         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
2488         `dolist'.
2489
2490 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2491
2492         * gnus-win.el (gnus-frames-on-display-list): New function.
2493         (gnus-get-buffer-window): Use it.
2494
2495 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2496
2497         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
2498
2499 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2500
2501         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
2502
2503 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2504            From Harald Meland <Harald.Meland@usit.uio.no>
2505
2506         * gnus-win.el (gnus-get-buffer-window): New function.
2507         (gnus-all-windows-visible-p): Use it.
2508
2509         * gnus-util.el (gnus-horizontal-recenter)
2510         (gnus-horizontal-recenter, gnus-horizontal-recenter)
2511         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
2512
2513         * gnus-score.el (gnus-score-insert-help): Use it.
2514
2515         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
2516         (gnus-generate-tree, gnus-highlight-selected-tree)
2517         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
2518         it.
2519
2520         * gnus-art.el (gnus-article-set-window-start)
2521         (gnus-mm-display-part, gnus-request-article-this-buffer)
2522         (gnus-button-next-page, gnus-button-prev-page)
2523         (gnus-article-button-next-page, gnus-article-button-prev-page):
2524         Use it.
2525
2526 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
2527
2528         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
2529         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
2530         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
2531
2532 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2533
2534         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
2535         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
2536         * mml1991.el, nnultimate.el: Add `coding'.
2537
2538 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
2539
2540         * ChangeLog: changed coding to buffer-file-coding-system
2541         * ChangeLog.1: same
2542         * nnwfm.el: same
2543         * gnus-smiley.el: same
2544         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
2545         * gnus-delay.el: same
2546         * gnus-spec.el: same
2547         * message.el: same
2548         * mml1991.el: same
2549         * nnultimate.el: same
2550
2551 2001-12-16  Simon Josefsson  <jas@extundo.com>
2552         Inspired by code by Dirk Meyer <dischi@tzi.de>.
2553
2554         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
2555         (gnus-summary-save-map): Add muttprint.
2556         (gnus-summary-make-menu-bar): Ditto.
2557         (gnus-summary-muttprint): New function.
2558
2559         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
2560
2561 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2562
2563         * uudecode.el (uudecode-decode-region-internal): Speedup by using
2564         temporary list instead of buffer.
2565
2566         * mm-url.el (executable-find): autoload.
2567
2568 2001-12-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2569
2570         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
2571         to variable, follow doc-string conventions).
2572
2573 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
2574
2575         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
2576         subscribe-level
2577         * gnus-topic.el (gnus-subscribe-topics): use it.
2578
2579 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2580
2581         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
2582         messages. (A small patch with indentation)
2583         From Sean Neakums <sneakums@zork.net>.
2584
2585         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
2586         nil after shooting down the gnus-original-article-buffer.
2587
2588 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2589
2590         * uudecode.el (uudecode-use-external): New variable.
2591         (uudecode-decode-region): Automatically detect external program.
2592
2593         * binhex.el (binhex-use-external): New variable.
2594         (binhex-decode-region-internal): New function.
2595         (binhex-decode-region): Automatically detect external program.
2596
2597         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
2598         Use them.
2599
2600 2001-12-12  Simon Josefsson  <jas@extundo.com>
2601
2602         * nnvirtual.el (nnvirtual-always-rescan)
2603         (nnvirtual-component-regexp): Fix doc.
2604
2605         * nnoo.el (defvoo): Add doc to defvoo variables.
2606
2607         * nnml.el (nnml-directory, nnml-active-file)
2608         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
2609         (nnml-marks-is-evil, nnml-filenames-are-evil)
2610         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
2611
2612         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
2613         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
2614         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
2615         `error'.
2616
2617         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
2618         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
2619
2620         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
2621         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
2622         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
2623         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
2624
2625         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
2626         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
2627
2628         * imap.el, nnimap.el: Fix indentation.
2629
2630         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
2631
2632 2001-12-12  Didier Verna  <didier@xemacs.org>
2633
2634         * gnus-msg.el (gnus-group-news): New function.
2635         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
2636         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
2637         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
2638         for it.
2639         * gnus-msg.el (gnus-summary-news-other-window): New function.
2640         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
2641         bind it to `i'.
2642         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
2643         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
2644         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
2645         for it (called with a prefix).
2646         * gnus-msg.el (gnus-configure-posting-styles): add an optional
2647         group-name argument.
2648         * gnus-msg.el (gnus-setup-message): use it.
2649
2650 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2651
2652         * gnus-sum.el (gnus-summary-show-article): Fix doc.
2653
2654 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2655
2656         * mml.el (mime-to-mml): Remove Content-Disposition too.
2657
2658 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2659
2660         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
2661         * gnus-group.el (gnus-group-name-decode): Decode unibyte
2662         strings only.
2663         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2664
2665 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
2666
2667         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
2668         (nnmail-fancy-expiry-target): Use it.
2669         Suggestions from Simon Josefsson <jas@extundo.com>.
2670
2671 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2672
2673         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
2674
2675 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2676
2677         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
2678
2679         * gnus-util.el (gnus-url-unhex-string): Move here.
2680
2681 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2682
2683         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
2684         mm-url-decode-entities-nbsp.
2685
2686         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
2687         * webmail.el, nnwfm.el: Use mm-url.
2688
2689         * mm-url.el (mm-url-fetch-form): Move from nnweb.
2690         (mm-url-remove-markup): Move from nnweb.
2691         (mm-url-fetch-simple): Move from webmail.
2692
2693         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
2694
2695 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2696
2697         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
2698         (gnus-summary-print-article): Use it.
2699
2700         * gnus-util.el (gnus-replace-in-string): Typo.
2701
2702 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2703
2704         * nnweb.el (nnweb-replace-in-string): Removed.
2705
2706         * gnus-util.el (gnus-replace-in-string): New function.
2707         (gnus-mode-string-quote): Use it.
2708
2709         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
2710         * nnwfm.el (nnwfm-create-mapping): Ditto.
2711
2712 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2713
2714         * dgnushack.el (dgnushack-compile): nnrss.el and
2715         nnslashdot.el don't depend on nnweb, url, w3.
2716
2717         * nnrss.el: Use mm-url.
2718
2719 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2720
2721         * mm-url.el (mm-url-insert-file-contents): Support file:.
2722
2723 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2724
2725         * mm-view.el: Lower case for the description line. Sync from the
2726         Emacs CVS.
2727
2728 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2729
2730         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
2731         From:  Stefan Monnier  <monnier@cs.yale.edu>
2732
2733 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2734
2735         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
2736
2737 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2738
2739         * mm-url.el: Require executable.
2740         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
2741
2742 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2743
2744         * pop3.el (pop3-munge-message-separator): Only use valid date.
2745         From Michael Welsh Duggan <md5i@cs.cmu.edu>.
2746
2747         * Makefile.in: gnus-load.elc may not be generated.
2748
2749 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2750
2751         * mm-url.el: New file.
2752         * nnslashdot.el: Use it.
2753         * mm-extern.el (mm-extern-url): Use it.
2754
2755 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2756
2757         * gnus-sum.el (gnus-summary-save-article): Nix
2758         gnus-display-mime-function and gnus-article-prepare-hook.
2759
2760         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
2761         the beginning of lines.
2762         (gnus-complex-form-to-spec): Ditto.
2763
2764 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2765
2766         * message.el (message-make-mft): Fix the m-s-a-file regexp.
2767         From Paul Jarc <prj@po.cwru.edu>.
2768
2769 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2770
2771         * message.el: New variable message-subscribed-address-file;
2772         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
2773
2774 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2775
2776         * message.el (message-tab-body-function): Set to nil.
2777         (message-tab): Use text-mode-map or global-map.
2778         Suggested by Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2779
2780 2001-11-30  Simon Josefsson  <jas@extundo.com>
2781
2782         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
2783         instead of gnus-union, for speed.  Suggested by Christoph Conrad
2784         <christoph.conrad@gmx.de>.
2785         (gnus-agent-fetch-group-1): Add verbose message.
2786
2787 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2788
2789         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
2790         of integers.
2791
2792 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2793
2794         * message.el (message-newgroups-header-regexp)
2795         (message-completion-alist, message-tab-body-function): Use
2796         defcustom rather than defvar.
2797         (message-tab): Mention `message-tab-body-function' in doc.
2798         Suggested by Karl Eichwalder.
2799
2800 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2801
2802         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
2803
2804 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2805
2806         * nnheader.el (nnheader-find-nov-line): Don't use macro
2807         gnus-delete-line.
2808
2809         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
2810         (gnus-group-name-charset): Ditto.
2811
2812         * gnus-util.el (gnus-buffer-live-p): Ditto.
2813
2814 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2815
2816         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
2817         open parenthesis in doc.
2818         (sieve-manage-authenticator-alist): Typo in doc.
2819         * imap.el (imap-authenticator-alist): Typo in doc.
2820         (imap-stream-alist): Backslash.
2821
2822         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
2823           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
2824
2825 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2826
2827         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
2828
2829         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
2830
2831         * gnus-msg.el (gnus-configure-posting-styles): use
2832         make-local-hook. Add LOCAL for add-hook.
2833
2834 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
2835
2836         * message.el (message-mode): Use `make-local-hook' unless
2837         obsolete.
2838         Patch by Katsumi Yamaoka  <yamaoka@jpl.org>.
2839
2840 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2841
2842         * canlock.el: Remove sha1.el and base64.el stuff.
2843
2844 2001-11-26  Didier Verna  <didier@xemacs.org>
2845
2846         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
2847         if needed.
2848
2849 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2850
2851         * message.el (message-tamago-not-in-use-p): New function.
2852         (message-strip-forbidden-properties): Use it.
2853
2854 2001-11-26  Didier Verna  <didier@xemacs.org>
2855
2856         * gnus-start.el (gnus-check-first-time-used): only check for
2857         existence of .el[d] files.
2858
2859 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2860
2861         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
2862
2863         * message.el (message-setup-1): Clean up mc-*.
2864
2865 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2866
2867         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
2868         * gnus-score.el (gnus-score-find-bnews): Use it.
2869
2870         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
2871         (gnus-summary-limit-to-author): Ditto.
2872         (gnus-summary-limit-to-extra): Ditto.
2873         (gnus-summary-find-matching): Support not-matching argument.
2874
2875 2001-11-25  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2876
2877         * message.el (message-wash-subject): Use `insert' rather than
2878         `insert-string', which is deprecated.
2879
2880 2001-11-24  Simon Josefsson  <jas@extundo.com>
2881
2882         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
2883         message. (Gnus does not "default" to using 8bit for the message,
2884         it default to use 8bit encoding and the user-supplied CTE
2885         value. Calling this behaviour "treating it as 8bit" is perhaps
2886         better.)
2887
2888         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
2889         (compare mm-charset-to-coding-system).
2890
2891 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2892
2893         * canlock.el (canlock-sha1-with-openssl): Use unibyte
2894         buffer. Correctly decode hex.
2895
2896 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2897
2898         * gnus-agent.el (gnus-category-insert-line): Convert category
2899         names to strings.
2900
2901 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2902
2903         * message.el (sha1): eval-and-compile.
2904
2905 2001-11-20  Simon Josefsson  <jas@extundo.com>
2906
2907         * message.el (message-allow-no-recipients): New variable.
2908         (message-send): Use it, customize the prompting when posting to
2909         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
2910
2911 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2912
2913         * mm-util.el (mm-coding-system-priorities): New variable.
2914         (mm-sort-coding-systems-predicate): New function.
2915         (mm-find-mime-charset-region): Resort coding systems if needed.
2916         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
2917
2918 2001-11-20  Didier Verna  <didier@xemacs.org>
2919
2920         * gnus-group.el (gnus-group-make-help-group): new optional
2921         argument to control the error behavior.
2922         * gnus-start.el (gnus-check-first-time-used): use it to avoid
2923         erroring.
2924
2925 2001-11-19  Simon Josefsson  <jas@extundo.com>
2926
2927         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
2928         instead of C-c C-u.  Suggested by Per Abrahamsen
2929         <abraham@dina.kvl.dk>.
2930
2931 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2932
2933         * nnfolder.el (nnfolder-read-folder): Use group instead of
2934         nnfolder-current-group.
2935         Suggested by Lorentey Karoly <lorentey@elte.hu>.
2936
2937 2001-11-17  Simon Josefsson  <jas@extundo.com>
2938
2939         * message.el (message-send): Ask user if Fcc/Gcc should be
2940         performed when no other sender was specified.
2941         Suggested by prj@po.cwru.edu (Paul Jarc).
2942
2943 2001-11-17  Simon Josefsson  <jas@extundo.com>
2944
2945         * message.el (message-mode, message-mode-map): Use C-c C-u for
2946         Importance: instead of C-c C-p (used by SC).
2947
2948 2001-11-16  Simon Josefsson  <jas@extundo.com>
2949
2950         * message.el (message-insert-importance-high)
2951         (message-insert-importance-low): Save point.
2952
2953         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
2954         value.
2955
2956 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
2957
2958         * message.el (message-strip-special-text-properties): New option.
2959         (message-strip-forbidden-properties): Obey it.
2960
2961 2001-11-14  Sam Steingold  <sds@gnu.org>
2962
2963         * gnus-score.el: Fixed some doc strings to properly quote symbols.
2964
2965 2001-11-15  Simon Josefsson  <jas@extundo.com>
2966
2967         Support "Importance:" header in Message.
2968
2969         * message.el (message-mode-map): Bind C-c C-p to
2970         `message-insert-or-toggle-importance'
2971         (message-mode-menu): Add message-insert-importance-{high,low}.
2972         (message-insert-importance-high, message-insert-importance-low)
2973         (message-insert-or-toggle-importance): New functions.
2974         (message-tool-bar-map): Add {un,}important.
2975         (message-mode): Doc fix.
2976
2977 2001-11-15  Simon Josefsson  <jas@extundo.com>
2978
2979         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
2980
2981         * mml.el (mml-menu): Fix toolbar tooltip.
2982
2983 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2984
2985         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
2986         * nnml.el (nnml-save-marks): Ditto.
2987
2988         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
2989
2990 2001-11-15  Simon Josefsson  <jas@extundo.com>
2991
2992         * nnml.el (nnml-save-marks):
2993         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
2994         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
2995
2996 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
2997
2998         * gnus-art.el (gnus-article-wash-status-strings): Use
2999         `copy-sequence', not `copy-seq'.
3000
3001 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
3002
3003         * gnus-art.el (gnus-article-wash-status-strings): New constant.
3004         (gnus-gnus-article-wash-status-entry): New function.
3005         (gnus-article-wash-status): Use it.
3006
3007 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3008
3009         * mml1991.el: Add coding header.
3010
3011 2001-11-12  Simon Josefsson  <jas@extundo.com>
3012
3013         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
3014         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
3015         `mml1991-sign' and `mml1991-encrypt'.
3016         (mml1991-encrypt, mml1991-sign): New glue functions.
3017         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
3018
3019         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
3020         (mml-menu): Add PGP to menu.
3021
3022         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
3023         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
3024         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
3025         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
3026
3027         * mml2015.el: Mention RFC 3156.
3028
3029         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
3030
3031 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3032
3033         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
3034
3035         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
3036           From <Michael.Cook@cisco.com>
3037
3038 2001-11-11  Simon Josefsson  <jas@extundo.com>
3039
3040         * message.el (top-level): Autoload sha1.
3041         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
3042         canlock, no need to require two different hash algs).  Suggested
3043         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
3044
3045 2001-11-09  Simon Josefsson  <jas@extundo.com>
3046
3047         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Bm\e(Bk
3048         <Pavel@Janik.cz>.
3049
3050 2001-11-09  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3051
3052         * message.el (message-point-in-header-p): New function.
3053         (message-do-auto-fill): Use it.
3054         (message-beginning-of-line): New function.  Goes to beginning of
3055         header value (i.e., end of header name), or to beginning of line
3056         if already at beginning of value.  Behaves like
3057         `beginning-of-line' when in message body.
3058         (message-mode-map): Bind it.
3059
3060 2001-11-08  Simon Josefsson  <jas@extundo.com>
3061
3062         * gnus-msg.el (gnus-posting-styles): Add doc.
3063
3064 2001-11-07  Simon Josefsson  <jas@extundo.com>
3065
3066         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
3067
3068         * sieve-mode.el (sieve-control-commands-face)
3069         (sieve-control-commands-face, sieve-action-commands-face)
3070         (sieve-test-commands-face, sieve-tagged-arguments-face): New
3071         faces.
3072         (sieve-font-lock-keywords): Use them.
3073         (sieve-mode): Only set font-lock-defaults in emacs.
3074
3075         * gnus-art.el (gnus-default-article-saver): Add
3076         gnus-summary-save-body-in-file.
3077         (gnus-summary-write-to-file): Fix doc.
3078
3079 2001-11-07  Simon Josefsson  <jas@extundo.com>
3080
3081         * gnus-art.el (gnus-treat-highlight-signature): Add cross
3082         reference to the correct chapter in the manual.
3083
3084         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
3085         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
3086
3087 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3088
3089         * mml.el (mml-preview): Bind mail-header-separator.
3090
3091 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3092
3093         * message.el: Always require canlock.
3094         (message-ignored-supersedes-headers): Include Cancel-Lock and
3095         Cancel-Key.
3096         (message-insert-canlock): Don't require canlock.
3097         (message-cancel-news): Don't check whether canlock is available.
3098         (message-supersede): Support cancel-locks.
3099
3100         * gnus-art.el: Don't autoload canlock.
3101
3102 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3103
3104         * mail-source.el (mail-source-fetch-imap): ASYNC param.
3105         From: <andre@slamdunknetworks.com>
3106
3107 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3108
3109         * many files: Fix copyright lines.
3110
3111 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3112
3113         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
3114         Suggested by Dave Love  <fx@gnu.org>.
3115
3116 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3117
3118         * message.el (message-kill-buffer): Remove auto-save file after
3119         confirm.
3120
3121         * message.el (message-send-mail): Call message-generate-headers
3122         once.  Suggested by Matt Armstrong <matt@lickey.com>.
3123
3124         * gnus-topic.el (gnus-topic-rename): Initial-input.
3125         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
3126
3127 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
3128
3129         * message.el (message-forbidden-properties): New constant.
3130         (message-strip-forbidden-properties): New function.
3131         (message-mode): Activate it.
3132
3133 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3134
3135         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
3136         (mm-hack-charsets): Fix doc.
3137
3138 2001-11-02  Simon Josefsson  <jas@extundo.com>
3139
3140         * gnus-int.el (gnus-check-server): Message "...done" when done.
3141
3142         * imap.el (imap-close): Don't message (imap-send-command-wait
3143         returns if the connection is dropped).
3144         (imap-wait-for-tag): Nix out message only when necessary.
3145
3146         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
3147         for non-crossposting.
3148         (gnus-sieve-crosspost): Default to t to be consistent with other
3149         parts of Gnus.
3150
3151 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3152
3153         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
3154         (mm-iso-8859-x-to-15-table): Ditto.
3155         (mm-iso-8859-x-to-15-region): Ditto.
3156         (mm-find-mime-charset-region): Ditto.
3157
3158 2001-11-01  Simon Josefsson  <jas@extundo.com>
3159
3160         * nnimap.el (nnimap-close-asynchronous): New variable.
3161         (nnimap-close-group): Use it.
3162         (nnimap-expunge): Don't use it.
3163
3164         * imap.el (imap-callbacks): New variable.
3165         (imap-remassoc): Copied from `gnus-remassoc'.
3166         (imap-add-callback): New function.
3167         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
3168         behaviour.
3169         (imap-parse-response): Call the callback.
3170
3171         * message.el (message-insert-canlock): New variable.
3172         (message-canlock-generate, message-canlock-password)
3173         (message-insert-canlock): New functions.
3174         (message-send-news): Call `message-insert-canlock'.
3175         (top-level): Require canlock when compiling.
3176         (message-insert-canlock): Require canlock before we need it.
3177
3178 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3179
3180         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
3181
3182 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3183
3184         * dgnushack.el (dgnushack-make-load): A workaround for
3185         custom-add-loads bug in some versions of XEmacs.
3186
3187 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3188
3189         * mm-util.el (mm-charset-synonym-alist): Revert (some).
3190
3191 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3192
3193         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
3194         (mm-hack-charsets): New variable.
3195         (mm-iso-8859-15-compatible): New variable.
3196         (mm-iso-8859-x-to-15-table): New variable.
3197         (mm-find-mime-charset-region): Add parameter hack-charsets.
3198
3199         * mm-bodies.el (mm-encode-body): Use it.
3200         * mml.el (mml-parse-1): Ditto.
3201
3202 2001-11-01  Simon Josefsson  <jas@extundo.com>
3203
3204         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
3205
3206 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3207
3208         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
3209         is nil.
3210
3211 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3212
3213         * smiley-ems.el (smiley-update-cache): Auto detect file type.
3214
3215         * message.el (message-forward-rmail-make-body): Use
3216         save-window-excursion.
3217         (message-encode-message-body): Search with noerror.
3218         (message-setup-1): Convert compose-mail send-actions to
3219         message-send-actions.
3220
3221 2001-11-01  Simon Josefsson  <jas@extundo.com>
3222
3223         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
3224         <yamaoka@jpl.org>.
3225
3226 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3227
3228         * sieve-manage.el (sieve-string-bytes): No complain.
3229
3230 2001-11-01  Simon Josefsson  <jas@extundo.com>
3231
3232         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
3233         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
3234         has autoload cookies, so no `require' should be necessary.)
3235
3236         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
3237         files.
3238
3239 2001-10-31  Simon Josefsson  <jas@extundo.com>
3240
3241         * gnus-cus.el (gnus-group-parameters): Support integer `display'
3242         parameter.
3243
3244         * gnus-sum.el (gnus-select-newsgroup): If group parameter
3245         `display' is a number (and C-u wasn't used to enter group), only
3246         fetch that number of articles.
3247
3248 2001-10-31  Matt Armstrong  <matt@lickey.com>
3249
3250         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
3251         not-subscribed -> subscribed.
3252
3253 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3254         From: Josh Huber <huber@alum.wpi.edu>
3255
3256         * message.el (message-subscribed-address-functions): New variable.
3257         (message-subscribed-addresses): New variable.
3258         (message-subscribed-regexps): New variable.
3259         (message-goto-mail-followup-to): New function.
3260         (message-send-mail): Add Mail-Followup-To.
3261         (message-make-mft): New function.
3262
3263         * gnus.el (gnus-find-subscribed-addresses): New function.
3264
3265 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3266
3267         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
3268         (mail-source-fetch-pop): Ditto.
3269         (mail-source-check-pop): Ditto.
3270
3271         * gnus-start.el (gnus-read-init-file): Ditto.
3272         (gnus-activate-group): Ditto.
3273         (gnus-read-newsrc-el-file): Ditto.
3274
3275 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3276
3277         * message.el (message-get-reply-headers): Make sure there is ", ".
3278
3279         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
3280         mm-coding-system-p. Don't correct it only in XEmacs.
3281         (mm-charset-to-coding-system): Use mm-coding-system-p and
3282         mm-get-coding-system-list.
3283         (mm-emacs-mule, mm-mule4-p): New variables.
3284         (mm-enable-multibyte, mm-disable-multibyte,
3285         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
3286         mm-with-unibyte-current-buffer,
3287         mm-with-unibyte-current-buffer-mule4): Use them.
3288         (mm-find-mime-charset-region): Treat iso-2022-jp.
3289
3290         From  Dave Love  <fx@gnu.org>:
3291
3292         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
3293         construction.
3294         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
3295         entries conditional on not having a coding system defined for
3296         them.
3297         (mm-mule-charset-to-mime-charset): Use
3298         find-coding-systems-for-charsets if defined.
3299         (mm-charset-to-coding-system): Don't use
3300         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
3301         later.  Add last resort search of coding systems.
3302         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
3303         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
3304         Mule 4.
3305         (mm-find-mime-charset-region): Re-write.
3306         (mm-with-unibyte-current-buffer): Restore buffer as well as
3307         multibyteness.
3308
3309 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3310
3311         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
3312         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
3313         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
3314
3315 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3316
3317         * gnus-art.el (article-display-x-face): Nix buffer-read-only
3318         again.
3319
3320         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
3321
3322 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3323
3324         * gnus-spec.el (gnus-parse-simple-format): Use
3325           buffer-substring-no-properties.
3326
3327 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3328
3329         * gnus-art.el (article-verify-cancel-lock): New function.
3330
3331         * nnheader.el (nntp-process-response): New variable.
3332         (nnheader-init-server-buffer): Make `nntp-process-response'
3333         buffer-local in `nntp-server-buffer'.
3334
3335         * nntp.el (nntp-prepare-post-hook): New hook.
3336         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
3337         (nntp-async-trigger): Ditto.
3338         (nntp-request-post): Insert a server's ID if there's no Message-ID
3339         header; run `nntp-prepare-post-hook'.
3340
3341 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3342
3343         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
3344         instead.
3345
3346         * message.el (message-forward-subject-author-subject): Don't use
3347         message-news-p, which widens the buffer.
3348         (message-forward-make-body): New function.
3349         (message-forward): Use it.
3350         (message-insinuate-rmail): New function.
3351         (message-forward-rmail-make-body): New function.
3352
3353 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3354
3355         * mm-extern.el (mm-extern): Provide it.
3356
3357         * mm-partial.el (mm-partial): Provide it.
3358
3359 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3360
3361         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
3362
3363 2001-10-29  Simon Josefsson  <jas@extundo.com>
3364
3365         * mml.el (mml-preview): Bind message-this-is-news if it is
3366         news. From Jesper Harder <harder@myrealbox.com>.
3367
3368 2001-10-28  Simon Josefsson  <jas@extundo.com>
3369
3370         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
3371
3372 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
3373
3374         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
3375         ironic smilies.
3376
3377 2001-10-27  Simon Josefsson  <jas@extundo.com>
3378
3379         * message.el (message-indent-citation): Don't add trailing
3380         whitespace when citing text.
3381
3382         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
3383         <harder@ifa.au.dk>.
3384
3385 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3386
3387         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
3388         not available.
3389         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
3390         (nnweb-type-definition): Add google as alias of dejanews.
3391         (nnweb-google-parse-1): Forward 1 line.
3392
3393 2001-10-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3394
3395         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
3396         variable `message-forward-ignored-headers'.
3397
3398 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
3399
3400         * gnus.el (gnus-expand-group-parameter): New function.
3401         (gnus-expand-group-parameters): Call it.
3402         (gnus-group-fast-parameter): New function.
3403         (gnus-group-find-parameter): Call it.
3404
3405 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
3406
3407         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
3408         vector (it didn't before because of a bug).
3409         * gnus-msg.el (gnus-post-news): Use header vector directly, if
3410         available.  Before it converted it to an article number.
3411
3412         This makes followup to news articles with negative numbers in
3413         nnvirtual groups use news instead of mail.
3414
3415 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
3416
3417         * gnus.el (post-method): Use `native' instead of `nil'.
3418
3419         * gnus-msg.el (gnus-post-method): Ditto.
3420
3421 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
3422
3423         * gnus.el (gnus-define-group-parameter): Grammar fix.
3424
3425 2001-10-22  Simon Josefsson  <jas@extundo.com>
3426
3427         * gnus-msg.el (gnus-extended-version): Include
3428         system-configuration.
3429         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann).
3430
3431 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
3432
3433         * gnus.el (post-method): Customization fix: `native' is not a
3434         valid value.
3435         * gnus-msg.el (gnus-post-method): Doc and customization fix:
3436         `native' is not a valid value.
3437
3438 2001-10-21  Simon Josefsson  <jas@extundo.com>
3439
3440         * nnimap.el (nnimap): Defgroup
3441         (nnimap-strict-function, nnimap-strict-function-match): New
3442         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
3443         (nnimap-split-crosspost, nnimap-split-inbox)
3444         (nnimap-split-rule, nnimap-split-predicate)
3445         (nnimap-split-predicate): Defcustom.
3446         (nnimap-split-inbox, nnimap-expunge-search-string)
3447         (nnimap-importantize-dormant): Remove "*" from doc.
3448
3449 2001-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3450
3451         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
3452         not supplied via prefix arg.  From Lisp, make arg mandatory.
3453         Suggested by Frank Schmitt.
3454
3455 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
3456
3457         * message.el (message-do-auto-fill): Avoid calling
3458         'rfc822-goto-eoh'.
3459
3460 2001-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3461         From Paul Jarc <prj@po.cwru.edu>.
3462
3463         * message.el (message-get-reply-headers): Restructure the logic
3464         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
3465
3466 2001-10-20  Simon Josefsson  <jas@extundo.com>
3467
3468         * message.el (message-cancel-news): Support cancel-locks.
3469         Suggested by Per Abrahamsson.
3470
3471         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
3472         conses.  From David Z Maze <dmaze@MIT.EDU>.
3473
3474         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
3475
3476 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
3477
3478         * mm-decode.el (mm-default-directory): Fix customize type.
3479
3480         * message.el (message-setup-fill-variables): Kludge to use
3481         normal-auto-fill-function even if auto fill is already activated.
3482
3483 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
3484
3485         * message.el (message-do-auto-fill): New version that does not
3486         rely on text properties, by Simon Josefsson <jas@extundo.com>.
3487         (message-setup-1): Removed the `message-field' property.
3488
3489         * gnus-draft.el (gnus-draft-edit-message): Removed the
3490         `message-field' property.
3491
3492 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
3493
3494         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
3495         `message-field'.  The `field' property has a special significance in
3496         Emacs 21.
3497
3498         * message.el (message-send, message-setup-1): Ditto.
3499
3500 2001-10-18  Simon Josefsson  <jas@extundo.com>
3501
3502         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
3503         when undoing.
3504
3505 2001-10-18  Simon Josefsson  <jas@extundo.com>
3506         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
3507
3508         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
3509         (gnus-summary-make-menu-bar): Ditto.
3510
3511 2001-10-17  Simon Josefsson  <jas@extundo.com>
3512
3513         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
3514         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
3515
3516 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3517
3518         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
3519         * gnus-util.el (gnus-user-date): New function.
3520         From Frank Schmitt <usenet@Frank-Schmitt.net>.
3521
3522 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3523
3524         * message.el (message-check-news-header-syntax): Special case
3525         nnvirtual groups.
3526
3527         * gnus-sum.el (gnus-summary-respool-default-method): Changed
3528         customize type to `symbol'.
3529
3530 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3531
3532         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
3533         %&foo;.
3534         (gnus-parse-simple-format): Support user extended spec too.
3535         %u&foo; invokes gnus-user-format-function-foo.
3536
3537 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3538
3539         * nnml.el (nnml-request-expire-articles): Make sure it is back to
3540         the server.
3541         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
3542         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3543         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
3544         * nndiary.el (nndiary-request-expire-articles): Ditto.
3545         (nndiary-schedule): Defsubst it before use it.
3546         (nndiary-error): eval-and-compile.
3547
3548 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
3549
3550         * gnus-msg.el (gnus-post-method): Changed two instances of
3551         `active' to `current' and one `null' to `not'.
3552
3553 2001-10-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3554         From Katsumi Yamaoka  <yamaoka@jpl.org>.
3555
3556         * message.el (message-setup-fill-variables): Use
3557         `normal-auto-fill-function' instead of `auto-fill-function'.
3558
3559 2001-10-16  Simon Josefsson  <jas@extundo.com>
3560
3561         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
3562         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
3563         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
3564
3565 2001-10-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3566         Patch by Oliver Scholz <oscholz@my.gnus.org>.
3567
3568         * gnus-draft.el (gnus-draft-edit-message): Add text property
3569         `field' with value `header' to message headers.
3570         * message.el (message-setup-1): Really add text property to all of
3571         the header, not just part of it.
3572
3573 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3574
3575         * gnus-group.el (gnus-group-sort-by-server): Use it.
3576
3577         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
3578
3579         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
3580         and keystroke.
3581
3582 2001-10-14  Simon Josefsson  <jas@extundo.com>
3583
3584         * dig.el: Doc fix.
3585
3586         * smime.el: Doc fix.
3587
3588         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
3589         charset magic from message.el.
3590
3591 2001-10-12  Simon Josefsson  <jas@extundo.com>
3592         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
3593
3594         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
3595         'cite from g-a-wash-types.
3596         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
3597         (gnus-article-hide-citation): Fix.
3598
3599         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
3600         character.
3601         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
3602
3603         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
3604         definition.
3605         (gnus-signature-toggle): Toggle `s' mode line character.
3606
3607         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
3608         doing stuff that clears it.
3609
3610 2001-10-12  Simon Josefsson  <jas@extundo.com>
3611
3612         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
3613         From Eric Marsden <emarsden@laas.fr>.
3614
3615 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3616
3617         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
3618         (autoload): Add some autoloads.
3619
3620 2001-10-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3621         Suggested by Oliver Scholz <epameinondas@gmx.de>.
3622
3623         * message.el (message-do-auto-fill): New function.  Like
3624         `do-auto-fill' but don't fill when in the message header.
3625         (message-setup-1): Put a text property on the message header.
3626         (message-setup-fill-variables): Use `message-do-auto-fill'.
3627
3628 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3629
3630         * message.el (message-send-mail-partially): Insert an empty line
3631         first, because of the change of message-make-lines.
3632
3633 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
3634
3635         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
3636         iso-8859-15, make it an alias for iso-8859-1.
3637
3638 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3639
3640         * message.el (message-send-news): Don't modify the value of
3641         `message-syntax-checks' if it is not a list (possibly it is
3642         `dont-check-for-anything-just-trust-me').
3643
3644 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3645
3646         * gnus-group.el (gnus-group-name-charset-group-alist): Use
3647         `find-coding-system' for XEmacs to check whether the coding-system
3648         `utf-8' is available.
3649
3650 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3651
3652         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
3653
3654 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
3655
3656         * message.el (message-send-news): Oops, missed case with no
3657         "Followup-To" header...
3658
3659 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
3660
3661         * message.el (message-send-news): Allow
3662         `gnus-group-name-charset-group-alist' to affect encoding of the
3663         "Newsgroups" and "Followup-To" headers.
3664
3665 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3666
3667         * Makefile.in (install-el): Depend on gnus-load.el.
3668
3669 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3670
3671         * Makefile.in (install-el): Use -f.
3672         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
3673
3674 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
3675
3676         * message.el (message-send-news): Don't encode Followups-To when
3677         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
3678
3679         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
3680         header.
3681
3682         * gnus-art.el (article-decode-group-name): Also decode
3683         "Followup-To".
3684
3685         * rfc2047.el (rfc2047-encode-message-header): Encode without
3686         asking for null methods.
3687
3688         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
3689         default charset for newsgroup names in accordance with USEFOR.
3690
3691         * gnus-group.el (gnus-group-name-charset-method-alist,
3692         gnus-group-name-charset-group-alist): Removed "*" from doc
3693         strings, "*" should not be used for complex variables.
3694
3695 2001-10-06  Simon Josefsson  <jas@extundo.com>
3696
3697         Support UTF-8 group names better.
3698
3699         * message.el (message-check-news-header-syntax): Encode group
3700         names before comparison.
3701
3702         * gnus-msg.el (gnus-copy-article-buffer): Run all
3703         `gnus-article-decode-hook's except `article-decode-charset'
3704         instead of hardcoding call to one of them.
3705
3706         * gnus-art.el (gnus-article-decode-hook): Add
3707         `article-decode-group-name'.
3708         (article-decode-group-name): New function, use `g-d-n'.
3709
3710         * gnus-group.el (gnus-group-insert-group-line): Decode
3711         gnus-tmp-group using `g-d-n'.
3712
3713         * gnus-util.el (gnus-decode-newsgroups): New function.
3714
3715 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
3716
3717         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
3718         `gnus-group-name-charset-group-alist'.
3719
3720 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3721
3722         * Makefile.in: Install el in install. Add uninstall.
3723
3724 2001-10-05  Simon Josefsson  <jas@extundo.com>
3725
3726         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
3727
3728         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
3729
3730         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
3731         empty folders.
3732
3733         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
3734         limiting if read-all (C-u RET) was used.
3735
3736 2001-10-04  Simon Josefsson  <jas@extundo.com>
3737
3738         * mail-source.el (mail-source-movemail-program): New variable.
3739         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
3740         <thutt@thutt.vmware.com>.
3741
3742 2001-10-03  Simon Josefsson  <jas@extundo.com>
3743
3744         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
3745         (gnus-summary-line-format-alist): Fix param.
3746
3747 2001-10-02  Simon Josefsson  <jas@extundo.com>
3748
3749         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
3750         don't go through `nnimap-request-expire-articles' to delete the
3751         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
3752
3753 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3754
3755         * gnus-agent.el (gnus-agent-write-active): The min in the
3756         agent/active may be larger than that in the server/active.
3757
3758 2001-10-01  Simon Josefsson  <jas@extundo.com>
3759
3760         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
3761         is IMAP4rev1.
3762
3763         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
3764
3765         * nnfolder.el: Ditto.
3766
3767 2001-09-30  Dan Christensen <jdc+news@uwo.ca>
3768
3769         * gnus-sum.el (gnus-summary-extract-address-component): New function.
3770         (gnus-summary-from-or-to-or-newsgroups): Optimize.
3771
3772 2001-09-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3773
3774         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
3775         (message-mode-menu): Menu item for same.
3776
3777         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
3778         delayed articles.
3779
3780         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
3781         nndraft:delayed does not exist.
3782         (gnus-delay-initialize): Don't set up keymap, that's done from
3783         message.el now.
3784         (gnus-delay, gnus-delay-group, gnus-delay-header)
3785         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
3786
3787 2001-09-29  Simon Josefsson  <jas@extundo.com>
3788
3789         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
3790         utf-8, not eight-bit-control.
3791
3792         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
3793         (imap-log, imap-debug): Custom.
3794         (imap-log-buffer, imap-debug-buffer): New constants.
3795         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
3796         (imap-network-open, imap-shell-open, imap-starttls-open)
3797         (imap-send-command-1, imap-send-command, imap-arrival-filter)
3798         (imap-debug): Use imap-*-buffer.
3799
3800         * nndoc.el (nndoc-article-type): Add mailman.
3801         (nndoc-type-alist): Ditto.
3802         (nndoc-mailman-type-p): New function.
3803
3804 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3805
3806         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
3807         gnus-art.el.
3808
3809 2001-09-27  Simon Josefsson  <jas@extundo.com>
3810
3811         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
3812         (gnus-topic-catchup-articles): New function. Suggested by Robin
3813         S. Socha <robin-dated-1001857693.185e29@socha.net>.
3814
3815 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3816         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
3817
3818         * gnus-ems.el (gnus-article-display-xface): Insert xface after
3819         previous ones.
3820
3821 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3822         From Daiki Ueno  <ueno@unixuser.org>
3823
3824         * gnus-sum.el (gnus-summary-show-article): The arglist of
3825         detect-coding-region is incompatible.
3826
3827 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3828         From Katsuhiro Hermit Endo <hermit@koka-in.org>
3829
3830         * gnus-group.el (gnus-group-delete-group): Typo.
3831
3832 2001-09-26  Simon Josefsson  <jas@extundo.com>
3833
3834         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
3835
3836         * nnimap.el (nnimap-expiry-target): Use temp buffer.
3837
3838 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3839
3840         * gnus-cus.el (gnus-group-parameters): Display as sexp.
3841
3842 2001-09-22  Simon Josefsson  <jas@extundo.com>
3843
3844         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
3845
3846         * nnfolder.el (nnfolder-open-marks): Ditto.
3847
3848         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
3849         (gnus-update-marks): Use it.
3850         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
3851         hardcoded list.
3852
3853         * gnus.el (gnus-article-special-mark-lists): Add killed.
3854         (gnus-article-unpropagated-mark-lists): New constant.
3855
3856 2001-09-22  Simon Josefsson  <jas@extundo.com>
3857
3858         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
3859         custom option.
3860
3861 2001-09-23  Simon Josefsson  <jas@extundo.com>
3862
3863         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
3864
3865 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3866
3867         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
3868
3869 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
3870
3871         * gnus-group.el (gnus-group-sort-function): Fix customize type to
3872         accept lists of functions.
3873
3874 2001-09-20  Simon Josefsson  <jas@extundo.com>
3875
3876         * gnus-group.el (gnus-group-catchup): Update expire marks in
3877         backend.  Also, if ALL also set expire marks on tick/dormant.
3878
3879 2001-09-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3880
3881         * message.el (message-tab-body-function): New variable.
3882         * message.el (message-tab): Use it.
3883
3884 2001-09-19  Sam Steingold  <sds@gnu.org>
3885
3886         * gnus-win.el (gnus-buffer-configuration): Respect
3887         `gnus-bug-create-help-buffer'.
3888
3889 2001-09-18  Simon Josefsson  <jas@extundo.com>
3890
3891         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
3892         (gnus-parse-simple-format): Re-revert.
3893
3894 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
3895
3896         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
3897         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
3898
3899 2001-09-18  Simon Josefsson  <jas@extundo.com>
3900
3901         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
3902         signed.
3903         (gnus-parse-simple-format): Don't use it.
3904
3905 2001-09-17  Miles Bader  <miles@gnu.org>
3906
3907         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
3908         error querying a backend abort the whole process.
3909
3910 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3911
3912         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
3913         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
3914
3915 2001-09-17  Didier Verna  <didier@xemacs.org>
3916
3917         * nndiary.el: version 0.2-b14.
3918         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
3919         compatibility problem with XEmacs 21.1.
3920
3921 2001-09-15  Simon Josefsson  <jas@extundo.com>
3922
3923         * gnus-group.el (gnus-group-line-format): Document %c.
3924
3925         * nnml.el (nnml-parse-head): Handle CRLF files.
3926         (nnml-generate-nov-file): Ditto.
3927         (nnml-retrieve-headers): Ditto.
3928
3929 2001-09-15  Michael Welsh Duggan <md5i@cs.cmu.edu>
3930
3931         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
3932
3933 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
3934
3935         * gnus-spec.el (gnus-correct-substring): Still stopped one
3936         character before we wanted (never included last character).
3937         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
3938         add missing "," (once per function)
3939
3940 2001-09-14  Simon Josefsson  <jas@extundo.com>
3941
3942         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
3943         (otherwise e.g. gnus-agentize in .gnus overrides the customized
3944         default before gnus-group is loaded and the variable set.)
3945
3946         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
3947         killed or unsent marks.
3948
3949         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
3950         isn't an article to set it on (e.g. when you `a' in a group).
3951
3952 2001-09-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3953
3954         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
3955         can read e-mails from Microsoft Outlook users not using ISO
3956         8859-2 character set.
3957
3958 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3959
3960         * gnus-diary.el: Minor modifications to avoid warnings.
3961         (gnus-summary-misc-menu): defvar.
3962         (gnus-diary-check-message): Use gnus-point-at-eol.
3963         (gnus-diary-kill-entire-line): eval-and-compile.
3964
3965 2001-09-12  Didier Verna  <didier@xemacs.org>
3966
3967         * nndiary.el: new version (0.2-b13).
3968         * nndiary.el (nndiary-mail-sources): doc update.
3969         * nndiary.el (nndiary-split-methods): ditto.
3970         * nndiary.el (nndiary-request-accept-article-hooks): New.
3971         * nndiary.el (nndiary-request-accept-article): use it, check
3972         message validity.
3973         * nndiary.el (nndiary-get-new-mail): changed default to nil.
3974         * nndiary.el (nndiary-schedule): fix bug (misplaced
3975         condition-case): it didn't return nil on error.
3976         * gnus-diary.el: new version.
3977         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
3978         * gnus-diary.el (gnus-diary-header-value-history): New.
3979         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
3980         * gnus-diary.el (gnus-diary-add-header): New.
3981         * gnus-diary.el (gnus-diary-check-message): New.
3982         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
3983         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
3984
3985 2001-09-10 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3986
3987         * gnus-sum.el (gnus-select-newsgroup): Make
3988         `gnus-current-select-method' buffer-local.
3989
3990         * gnus-art.el (gnus-request-article-this-buffer): Refer
3991         `gnus-current-select-method' in the current summary buffer.
3992
3993 2001-09-10  Simon Josefsson  <jas@extundo.com>
3994         From Daniel Pittman <daniel@rimspace.net>
3995
3996         * gnus-spec.el (gnus-correct-pad-form): Fix.
3997
3998 2001-09-09  Simon Josefsson  <jas@extundo.com>
3999
4000         * mm-decode.el (mm-inline-media-tests): Add
4001         application/x-emacs-lisp.
4002         (mm-attachment-override-types): Add
4003         application/{x-,}pkcs7-signature.
4004
4005         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
4006         (gnus-server-line-format, gnus-server-mode-line-format)
4007         (gnus-server-browse-in-group-buffer): Customize.
4008
4009 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4010
4011         * nnml.el (nnml-marks-changed-p): Typo.
4012         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
4013         (nnml-marks-changed-p): Use gnus-gethash.
4014         (nnml-marks-modtime): Use gnus-make-hashtable.
4015
4016         * nnfolder.el (nnfolder-marks-changed-p): Typo.
4017         (nnfolder-request-expire-articles, nnfolder-save-marks)
4018         (nnfolder-open-marks): Typo.
4019         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
4020         (nnfolder-marks-changed-p): Use gnus-gethash.
4021         (nnfolder-marks-modtime): Use gnus-make-hashtable.
4022
4023 2001-09-08  Simon Josefsson  <jas@extundo.com>
4024
4025         * nnfolder.el (nnfolder-marks-modtime): New variable.
4026         (nnfolder-marks-changed-p): New function.
4027         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
4028         (nnfolder-request-update-info): Don't update if marks didn't change.
4029
4030         * nnml.el (nnml-marks-modtime): New variable.
4031         (nnml-marks-changed-p): New function.
4032         (nnml-save-marks, nnml-open-marks): Save modtime.
4033         (nnml-request-update-info): Don't update if marks didn't change.
4034
4035         * gnus-agent.el (gnus-agent-any-covered-gcc)
4036         (gnus-agent-add-server, gnus-agent-remove-server): Use
4037         gnus-agent-method-p.
4038
4039         * gnus-art.el (gnus-buttonized-mime-types): New variable.
4040         (gnus-unbuttonized-mime-type-p): Use it.
4041
4042         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
4043         fetch group.
4044
4045 2001-09-08  Simon Josefsson  <jas@extundo.com>
4046         From Daniel Pittman <daniel@rimspace.net>
4047
4048         * gnus-spec.el (gnus-correct-pad-form): New function.
4049         (gnus-parse-simple-format): Use it.
4050
4051 2001-09-07  Simon Josefsson  <jas@extundo.com>
4052
4053         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
4054         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
4055         Putnam <reader@newsguy.com>.
4056         (gnus-group-sort-selected-groups): Touch dribble file.
4057
4058 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
4059
4060         * nnml.el (nnml-filenames-are-evil): New variable.
4061         (nnml-article-to-file-alist): Rename to ...
4062         (nnml-current-group-article-to-file-alist): ... this.
4063         Respect `nnml-filenames-are-evil'.
4064         (nnml-active-number): Update.
4065         (nnml-update-file-alist): Update.
4066         (nnml-request-article): Use nnheader-article-to-file-alist.
4067         (nnml-request-rename-group): Likewise.
4068
4069 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4070
4071         * gnus-sum.el (gnus-summary-insert-line): Fix.
4072
4073 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4074
4075         * gnus-sum.el: Bind g-s-t-s to "W g".
4076         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
4077         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
4078         display of graphical smilies.
4079
4080 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4081
4082         * gnus-start.el (gnus-setup-news): A typo.
4083         From Bill White <billw@wolfram.com>.
4084
4085 2001-09-06  Simon Josefsson  <jas@extundo.com>
4086
4087         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
4088         and unseen marks.
4089
4090 2001-09-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4091
4092         * nnmail.el (nnmail-split-fancy): Document `junk'.
4093
4094 2001-09-04  Simon Josefsson  <jas@extundo.com>
4095
4096         * imap.el (imap-search): Don't error if server is broken.
4097
4098 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
4099
4100         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
4101         searching for an article that isn't in the mbox.
4102
4103 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4104
4105         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
4106         right, and get all the comments.
4107
4108 2001-09-02  Simon Josefsson  <jas@extundo.com>
4109         Suggested by Dan Christensen <jdc+news@uwo.ca>
4110
4111         * nnfolder.el (nnfolder-request-update-info): Fix message.
4112
4113         * nnml.el (nnml-request-update-info): Ditto.
4114
4115 2001-09-01  Simon Josefsson  <jas@extundo.com>
4116
4117         * nnml.el (nnml-request-expire-articles): Also bind
4118         `nnml-current-group' and `nnml-article-file-alist' when using
4119         expiry-target. (Otherwise nnml will be in a inconsistent internal
4120         state causing all kind of problems.)
4121         (nnml-request-expire-articles): If `nnml-article-to-file' or
4122         `file-attributes' failes, return article as un-expirable instead
4123         of treating it as expired.
4124
4125 2001-08-31  Sam Steingold  <sds@gnu.org>
4126
4127         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
4128         typo: `exmine' --> `examine'.
4129
4130 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4131
4132         * nndoc.el (nndoc-forward-type-p): It is not a digest.
4133
4134 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4135
4136         * nnml.el (nnml-check-directory-twice): Remove.
4137         (nnml-retrieve-headers): Ditto.
4138         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
4139
4140 2001-08-30  Andrew Innes  <andrewi@gnu.org>
4141
4142         * nnheader.el (nnheader-directory-files-is-safe): No need to read
4143         directory twice on Windows, or on GNU Emacs-21.
4144
4145 2001-08-30  Andrew Innes  <andrewi@gnu.org>
4146
4147         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
4148         (nnml-request-rename-group): Ditto.
4149         (nnml-active-number): Ditto.
4150         (nnml-request-create-group): Use nnml-directory-articles.
4151         (nnml-request-expire-articles): Use nnml-directory-articles, which
4152         gets list from nov database if available.
4153         (nnml-get-nov-buffer): New function.
4154         (nnml-open-nov): Use it.
4155         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
4156         gets alist from nov database if available.
4157         (nnml-directory-articles): New function.
4158         (nnml-article-to-file-alist): New function.
4159
4160 2001-08-30  Andrew Innes  <andrewi@gnu.org>
4161
4162         * mm-decode.el (mm-display-external): Use `name' as filename, if
4163         `filename' attribute is not present.
4164
4165 2001-08-30  Andrew Innes  <andrewi@gnu.org>
4166
4167         * mail-source.el (mail-source-flash): New defcustom.
4168         (mail-source-new-mail-p): Ring visible bell if appropriate.
4169         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
4170         timer is cleared even if mail check signals an error.
4171
4172 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4173
4174         * gnus-sum.el (gnus-summary-move-article): Only update marks of
4175         type 'list.
4176
4177 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4178
4179         * flow-fill.el (fill-flowed): eol might be point-max.
4180
4181 2001-08-27  Simon Josefsson  <jas@extundo.com>
4182
4183         * nnml.el (nnml-request-update-info): Fix message.
4184         (nnml-open-marks): Ditto.
4185
4186         * nnfolder.el (nnfolder-request-update-info):
4187         (nnfolder-open-marks): Fix message.
4188
4189 2001-08-25  Simon Josefsson  <jas@extundo.com>
4190
4191         * nnfolder.el (nnfolder-save-marks): Don't create directory named
4192         after group in ~/.
4193
4194 2001-08-25  Simon Josefsson  <jas@extundo.com>
4195         From Andreas Jaeger  <aj@suse.de>
4196
4197         * nnfolder.el (nnfolder-open-marks): Fix typo.
4198         * nnml.el (nnml-open-marks): Likewise.
4199
4200 2001-08-25  Simon Josefsson  <jas@extundo.com>
4201
4202         Make nnfolder groups self-contained as far as marks are concerned.
4203
4204         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4205         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
4206         (nnfolder-open-server): Make marks directory.
4207         (nnfolder-request-delete-group): Delete marks file.
4208         (nnfolder-request-delete-group): Check of nov/marks file exist
4209         before deleting.
4210         (nnfolder-request-rename-group): Rename marks file.
4211         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
4212         (nnfolder-request-set-mark, nnfolder-request-update-info)
4213         (nnfolder-group-marks-pathname, nnfolder-save-marks)
4214         (nnfolder-open-marks): New functions.
4215         (top-level): Require gnus.
4216
4217 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4218
4219         * nnweb.el (nnweb-type-definition): Use google raw file.
4220         (nnweb-google-parse-1): Ditto.
4221         (nnweb-google-identity): Ditto.
4222         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
4223         (nnweb-altavista-wash-article): Ditto.
4224         (nnweb-request-article): Remove nnweb-decode-entities.
4225
4226         * nnml.el: Require 'gnus.
4227
4228 2001-08-25  Simon Josefsson  <jas@extundo.com>
4229
4230         * nnml.el (nnml-marks-is-evil): Add doc.
4231
4232 2001-08-25  Simon Josefsson  <jas@extundo.com>
4233
4234         * nnml.el (nnml-save-marks): Wrap saving marks in a
4235         condition-case, to allow user to start Gnus if saving marks failed
4236         for some reason.
4237
4238 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4239
4240         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
4241
4242         * gnus-group.el (gnus-update-group-mark-positions): Bind
4243         gnus-group-update-hook to nil.
4244
4245 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4246
4247         * mml.el (mml-generate-mime-1): Force as multibyte string.
4248
4249 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4250
4251         * gnus-sum.el (gnus-summary-insert-line)
4252         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
4253         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
4254
4255         * gnus-spec.el (gnus-correct-substring): Take optional END.
4256
4257         * nnrss.el (nnrss-request-article): Remove \n.
4258         (nnrss-retrieve-headers): Lines number is -1.
4259
4260 2001-08-24  Simon Josefsson  <jas@extundo.com>
4261
4262         * gnus-group.el (gnus-info-clear-data): Call
4263         nnfoo-request-set-mark to propagate marks.  Fix bug:
4264         `gnus-group-update-line' doesn't update read range unless we call
4265         `gnus-get-unread-articles-in-group' first.
4266
4267         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
4268         to server.
4269
4270 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4271
4272         * gnus-util.el (gnus-create-info-command): Return an interactive
4273         function.
4274
4275 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4276         From Katsumi Yamaoka <yamaoka@jpl.org>
4277
4278         * gnus-spec.el (gnus-parse-complex-format): Use equal.
4279
4280 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4281
4282         * gnus-sum.el (gnus-select-newsgroup): Use it.
4283
4284         * gnus-util.el (gnus-not-ignore): New function.
4285
4286         * lpath.el (featurep): Don't fbind char-int.
4287
4288         * gnus-util.el (gnus-create-info-command): New function.
4289
4290         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
4291         right node.
4292
4293         * gnus-sum.el (gnus-select-newsgroup): Clean up.
4294         (gnus-summary-limit-children): Use 'identity instead of `all'.
4295         (gnus-summary-limit-to-display-predicate): New command and
4296         keystroke.
4297
4298 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4299
4300         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
4301
4302         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
4303
4304 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4305
4306         * gnus-spec.el: Add the Gnus version.
4307         (gnus-update-format-specifications): If the Gnus version changes,
4308         nix out the format spec cache.
4309
4310         * gnus.el (gnus-continuum-version): Made into a command and
4311         optionalize the VERSION.
4312
4313         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
4314         the start of the lines.
4315
4316 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4317
4318         * gnus.el (gnus-visual-p): Define function before use of
4319         function.
4320
4321 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4322
4323         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
4324         (gnus-article-mark-to-type): New function.
4325         (gnus-update-missing-marks): Only update marks of type 'list.
4326
4327         * gnus.el (gnus-article-special-mark-lists): New variable.
4328
4329 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4330
4331         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
4332         (gnus-select-newsgroup): Still use 'all.
4333         (gnus-summary-initial-limit): Comparing with 'all.
4334
4335 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4336
4337         * gnus-start.el (gnus-activate-group): If dont-check, don't update
4338         active.
4339
4340 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4341
4342         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
4343         nnslashdot-*-retrieve-headers.
4344         (nnslashdot-request-article): Fix for slashcode 2.2.
4345         (nnslashdot-make-tuple): New function.
4346         (nnslashdot-read-groups): Use it.
4347
4348 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4349
4350         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
4351         list.
4352
4353         * gnus-sum.el (gnus-summary-move-article): Don't select article.
4354
4355 2001-08-20  Simon Josefsson  <jas@extundo.com>
4356
4357         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
4358         opened, error instead of continuing (and exploding later).
4359
4360 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4361
4362         * gnus.el (gnus-expand-group-parameters): Return the parameter
4363         list.
4364
4365         * gnus-sum.el (gnus-summary-show-article): Doc fix.
4366         (gnus-summary-show-article): Guess at charset if required.
4367
4368         * gnus-spec.el (gnus-correct-substring): Stopped one character
4369         before we wanted.
4370
4371 2001-08-19  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4372
4373         * earcon.el (earcon-auto-play): Remove unused option.
4374
4375 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4376
4377         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
4378         message down in levels, since it happens very fast.
4379
4380         * smiley-ems.el (smiley-update-cache): Respect the symbol version
4381         of smiley-regexp-alist.
4382
4383         * mm-view.el (mm-inline-text): Ignore vcard errors.
4384
4385         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
4386
4387         * gnus-score.el (gnus-all-score-files): Use append instead of
4388         nconc.
4389
4390         * gnus.el (gnus-splash-face): Doc fix.
4391
4392         * mm-decode.el (mm-mailcap-command): Use
4393         mm-path-name-rewrite-functions.
4394         (mm-path-name-rewrite-functions): New variable.
4395
4396         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
4397         (gnus-complex-form-to-spec): Insert tab.
4398         (gnus-spec-tab): New function.
4399
4400         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
4401         entering the group.
4402
4403         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
4404         the positional spec.
4405         (gnus-parse-complex-format): React to %C.
4406
4407         * gnus-ems.el (gnus-char-width): Moved here.
4408
4409         * gnus-sum.el (gnus-select-newsgroup): Set
4410         gnus-newsgroup-articles.
4411         (gnus-unseen-mark): New variable.
4412         (gnus-newsgroup-unseen): Ditto.
4413         (gnus-newsgroup-seen): Ditto.
4414         (gnus-adjust-marked-articles): Use them.
4415         (gnus-update-marks): Use them.
4416         (gnus-summary-update-secondary-mark): Display.
4417         (gnus-summary-prepare-threads): Display.
4418
4419         * gnus-msg.el (gnus-inews-group-method): Use and return the
4420         method, not the server.
4421
4422 2001-08-19  Simon Josefsson  <jas@extundo.com>
4423
4424         * gnus-srvr.el (gnus-server-agent-face): New.
4425         (gnus-server-agent-face): New.
4426         (gnus-server-mode): Turn on font-lock-mode.
4427
4428         * gnus.el (gnus-server-visual): Add defgroup.
4429
4430 2001-08-19  Simon Josefsson  <jas@extundo.com>
4431         From Joe Casadonte <jcasadonte@northbound-train.com>
4432
4433         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
4434         gnus-server-denied-face): New.
4435         (gnus-server-opened-face, gnus-server-closed-face,
4436         gnus-server-denied-face): New.
4437         (gnus-server-font-lock-keywords): Add.
4438
4439 2001-08-19  Simon Josefsson  <jas@extundo.com>
4440
4441         * nnml.el (nnml-request-set-mark): Return nil.
4442         (nnml-save-marks): Use nnml-possibly-create-directory.
4443         (nnml-open-marks): Only work in temp buffer when inserting/reading
4444         .marks file.
4445
4446 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4447
4448         * gnus.el (gnus-expand-group-parameters): Fix.
4449
4450         * gnus-spec.el (gnus-char-width): New function.
4451         (gnus-correct-substring, gnus-correct-length): Use it.
4452
4453         * message.el (message-required-mail-headers): Fix doc.
4454
4455 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4456
4457         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
4458
4459         * mm-decode.el (mm-save-part-to-file): Insert the handle.
4460
4461 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4462
4463         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
4464         slashdot 2.2 (not fully fixed yet).
4465         (nnslashdot-request-article): Ditto.
4466
4467 2001-08-18  Simon Josefsson  <jas@extundo.com>
4468
4469         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
4470         nnimap.
4471
4472         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
4473         gnus-util.
4474         (nnimap-request-update-info-internal): Use new functions.
4475
4476         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
4477         new functions.
4478
4479 2001-08-18  Simon Josefsson  <jas@extundo.com>
4480
4481         Make nnml groups self-contained as far as marks are concerned.
4482
4483         * nnml.el (nnml-request-delete-group): Delete marks file.
4484         (nnml-request-rename-group): Move marks file.
4485         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
4486         variables.
4487         (nnml-request-set-mark, nnml-request-update-info): New server
4488         functions.
4489         (nnml-save-marks, nnml-open-marks): New functions.
4490
4491 2001-08-18  Simon Josefsson  <jas@extundo.com>
4492
4493         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
4494         `set' when setting marks.
4495
4496 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4497
4498         * gnus.el (gnus-info-find-node): Take an argument.
4499
4500         * gnus-art.el (gnus-button-handle-info): New function.
4501         (gnus-url-unhex-string): Replace "+" with " ".
4502
4503 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4504
4505         * message.el (message-check-news-header-syntax): Check bad From.
4506
4507 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4508
4509         * gnus-spec.el (gnus-correct-length): New function.
4510         (gnus-correct-substring): New function.
4511         (gnus-tilde-max-form): Use it.
4512
4513 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
4514
4515         * nnmh.el: Docstring changes as below.
4516
4517         * nnml.el: Docstring changes as below.
4518
4519         * nnbabyl.el: Docstring changes as below.
4520
4521         * nnmbox.el: Docstring changes as below.
4522
4523         * nnfolder.el: Added docstrings identifying each virtual server
4524         parameter.
4525
4526 2001-08-18  Simon Josefsson  <jas@extundo.com>
4527
4528         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
4529
4530 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
4531
4532         * message.el: rename "Abort Message" to "Postpone Message".
4533         Remove "Attach file as MIME" from Message menu, it's already in
4534         the MIME menu.
4535
4536 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4537
4538         * smime.el (smime-point-at-eol): eval-and-compile.
4539         (smime-make-temp-file): New function.
4540         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
4541         Use it.
4542
4543 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4544
4545         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
4546         (gnus-agent-summary-fetch-group): New command and keystroke.
4547
4548         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
4549         (gnus-mime-display-security): Make it respect
4550         gnus-unbuttonized-mime-type-p.
4551
4552         * gnus-sum.el (gnus-articles-to-read): Comments.
4553         (gnus-article-marked-p): New function.
4554         (gnus-summary-display-make-predicate): New function.
4555         (gnus-select-newsgroup): Use them.
4556
4557         * mm-decode.el (mm-save-part-to-file): Made it not error.
4558
4559 2001-08-17  Simon Josefsson  <jas@extundo.com>
4560
4561         * imap.el (imap-wait-for-tag): If process-status isn't open or
4562         run, return nil instead of sit-for looping.
4563
4564 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4565
4566         * lpath.el (featurep): fbind xml-parse-region.
4567
4568         * gnus.el (gnus-message-archive-method): Default to "archive".
4569         (gnus-message-archive-method): Doc fix.
4570         (gnus-parameters-get-parameter): Cleaned up.
4571         (gnus-expand-group-parameter): New function.
4572
4573         * gnus-start.el (gnus-setup-news): Push the archive server only
4574         the server list.
4575
4576         * mml.el (mml-menu): Changed name to "Attachments".
4577
4578         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
4579         when there is something to detroy.
4580
4581 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4582
4583         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
4584         nil.
4585
4586 2001-08-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4587
4588         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
4589         which specifies a time today or tomorrow.
4590
4591 2001-08-15  Simon Josefsson  <jas@extundo.com>
4592         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk)
4593
4594         * gnus-agent.el (gnus-agent-make-mode-line-string)
4595         (gnus-agent-toggle-plugged): Use new API.
4596
4597 2001-08-14  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4598
4599         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
4600         deadline has expired.
4601
4602 2001-08-12  Simon Josefsson  <jas@extundo.com>
4603         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
4604
4605         Support `recent' mark indicating newly arrived messages (to
4606         separate from old but unread messages).
4607
4608         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
4609         `nnmail-split-history' if recent is > 0.
4610         (nnimap-request-update-info-internal): Update `recent' marks.
4611         (nnimap-request-set-mark): Never set `recent' marks.
4612         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
4613         recent.
4614
4615         * gnus-sum.el (gnus-recent-mark): New mark.
4616         (gnus-newsgroup-recent): New variable.
4617         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
4618         (gnus-summary-prepare-threads): Mark recent articles.
4619         (gnus-summary-add-mark): Support recent.
4620         (gnus-summary-update-secondary-mark): Support recent.
4621
4622         * gnus.el (gnus-article-mark-lists): Add recent.
4623
4624 2001-08-12  Simon Josefsson  <jas@extundo.com>
4625
4626         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
4627         whether successful decoding took place.  Add doc.
4628
4629 2001-08-12  Simon Josefsson  <jas@extundo.com>
4630         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
4631
4632         * gnus.el (gnus-summary-line-format, gnus-parameters):
4633         * gnus-gl.el (gnus-summary-grouplens-line-format):
4634         * gnus-salt.el (gnus-summary-pick-line-format):
4635         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
4636
4637 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
4638         Committed by Kai Gro\e,A_\e(Bjohann.
4639
4640         * gnus-score.el (gnus-score-string): Fix `match' regexp
4641         for `extra' header case.
4642
4643 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4644
4645         * nnmbox.el (nnmbox-read-mbox): No warning.
4646
4647 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4648
4649         * nndoc.el (nndoc-article-type): Fix doc.
4650         (nndoc-generate-article-function): New variable.
4651         (nndoc-dissection-function): New variable.
4652         (nndoc-type-alist): Add oe-dbx.
4653         (nndoc-oe-dbx-type-p): New function.
4654         (nndoc-oe-dbx-dissection): New function.
4655         (nndoc-oe-dbx-generate-article): New function.
4656
4657 2001-08-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4658
4659         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
4660         whether deadline has been reached.  Patch from Dan Nicolaescu
4661         <dann@godzilla.ics.uci.edu>.
4662
4663 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4664
4665         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
4666         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
4667         <rintaman@cs.Helsinki.FI>.
4668
4669         * mail-source.el (mail-source-movemail): The error buffer is
4670         modified, but nothing in it.
4671
4672 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4673
4674         * message.el (message-bogus-system-names): New variable.
4675         (message-make-fqdn): Use it.
4676
4677 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4678
4679         * nndraft.el (nndraft-request-group): Use
4680         nndraft-auto-save-file-name.
4681
4682 2001-08-09  Simon Josefsson  <jas@extundo.com>
4683
4684         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
4685         Don't ask whether to decrypt.  Just leave result in buffer (don't
4686         call mm).
4687
4688         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
4689         parts as well.
4690         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
4691         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
4692
4693 2001-08-09  Simon Josefsson  <jas@extundo.com>
4694
4695         * mm-decode.el (mm-insert-part): Return decoding success status.
4696         (mm-save-part-to-file): Error if decoding failed.
4697
4698 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4699
4700         * message.el (message-tab): Use indent-relative.
4701         (message-mode): Don't bind indent-line-function to indent-relative.
4702
4703 2001-08-09  Simon Josefsson  <jas@extundo.com>
4704
4705         * message.el (message-get-reply-headers): Fix string. Suggested by
4706         Christoph Conrad <cc@cli.de>.
4707
4708 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4709
4710         * message.el (message-tab): Use the current value of
4711         indent-line-function.
4712         (message-mode): Bind indent-line-function to indent-relative.
4713
4714 2001-08-08  Simon Josefsson  <jas@extundo.com>
4715
4716         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
4717         whether `imtest' is installed.
4718
4719 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
4720         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
4721
4722         * gnus-sum.el (gnus-summary-show-article): Call
4723         gnus-summary-update-secondary-secondary-mark.
4724         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
4725         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
4726
4727 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4728
4729         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
4730
4731         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
4732
4733         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
4734         <gerd@gnu.org>.
4735
4736         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
4737
4738         * gnus-util.el (gnus-output-to-rmail): Ditto.
4739         (gnus-output-to-mail): Ditto.
4740
4741         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
4742
4743 2001-08-06  Florian Weimer   <fw@deneb.enyo.de>
4744
4745         * message.el (message-indent-citation): Use
4746         `message-yank-cited-prefix' for empty lines.
4747
4748 2001-08-05  Florian Weimer   <fw@deneb.enyo.de>
4749
4750         * message.el (message-indent-citation): Quote only lines starting
4751         with ">" using `message-yank-cited-prefix'.
4752
4753 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
4754
4755         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
4756         gnus-cache-fully-p.
4757
4758 2001-08-04  Simon Josefsson  <jas@extundo.com>
4759
4760         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
4761         file if it doesn't exist (by calling gnus-cache-read-active).
4762
4763 2001-08-04  Simon Josefsson  <jas@extundo.com>
4764
4765         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
4766         (gnus-cache-passively-or-fully-p): Removed.
4767         (gnus-cache-fully-p): Fix it.
4768
4769         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
4770
4771 2001-08-04  Simon Josefsson  <jas@extundo.com>
4772
4773         * gnus-cache.el (gnus-cache-fully-p)
4774         (gnus-cache-passively-or-fully-p): New functions.
4775         (gnus-cache-possibly-enter-article): Cosmetic change, use
4776         `g-c-p-o-f-p'.
4777         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
4778         was bogus (`g-c-p-a-a' does not change active info, just change
4779         the functions parameters).
4780         (gnus-cache-possibly-remove-articles-1): Make sure articles are
4781         not removed in groups that match `gnus-uncacheable-groups'.
4782
4783         Reported and modifications based on discussions with Nuutti
4784         Kotivuori <nuutti.kotivuori@smarttrust.com>.
4785
4786 2001-08-04  Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
4787         Committed by Simon Josefsson  <jas@extundo.com>
4788
4789         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
4790         calls `gnus-cache-update-active' if bounds has been extended.
4791
4792 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4793
4794         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
4795         before remove.
4796         (gnus-mime-security-show-details): Ditto.
4797
4798 2001-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4799
4800         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
4801         syntax.  Protect string-match against nil string and regexp.
4802
4803 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4804
4805         * mm-util.el (mm-find-charset-region): Remove control-1.
4806
4807 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4808
4809         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
4810
4811 2001-08-04  Simon Josefsson  <jas@extundo.com>
4812
4813         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
4814         buffer.  Delete MIME-Version header.
4815
4816 2001-08-03  Simon Josefsson  <jas@extundo.com>
4817
4818         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
4819         that is entered does not necessarily have the highest article
4820         number in the group, so use `gnus-cache-possibly-alter-active'
4821         instead of `gnus-cache-update-active'.
4822
4823 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4824
4825         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
4826
4827 2001-08-03  Simon Josefsson  <jas@extundo.com>
4828
4829         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
4830         menu.
4831
4832 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4833
4834         * gnus.el (post-method): New group parameter.  It also provides
4835         the user option `gnus-post-method-alist' and the internal function
4836         `gnus-parameter-post-method'.
4837
4838         * gnus-msg.el (gnus-post-method): Bind the value of
4839         `gnus-post-method' to the group parameter if it is defined.
4840
4841 2001-08-02  Simon Josefsson  <jas@extundo.com>
4842
4843         * smime.el (smime-extra-arguments): Removed.
4844         (smime-call-openssl-region): Don't use it.
4845
4846 2001-08-02  Simon Josefsson  <jas@extundo.com>
4847
4848         * smime.el (smime-sign-region): Handle stderr.
4849         (smime-encrypt-region): Ditto.
4850
4851         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
4852         match the ASN.1 length bytes.
4853         (mm-pkcs7-enveloped-magic): Ditto.
4854         (mm-view-pkcs7-get-type): Don't regexp quote.
4855
4856 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4857         From Andreas Fuchs <asf@void.at>
4858
4859         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
4860
4861 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4862
4863         * gnus-art.el (gnus-header-button-alist): References regexp.
4864
4865 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
4866
4867         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
4868         already fboundp.  Add INTERACTIVE arg to autoload form.
4869
4870 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4871
4872         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
4873
4874         * nnmail.el (nnmail-cache-open): Ditto.
4875
4876 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4877
4878         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
4879
4880 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4881
4882         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
4883
4884 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4885         Originally from Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4886
4887         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
4888         (gnus-agent-toggle-plugged): Use it.
4889
4890 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4891
4892         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
4893         (gnus-ding-file-coding-system): New variable.
4894         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
4895         (gnus-slave-save-newsrc): Use it.
4896
4897 2001-07-31  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4898
4899         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
4900         syntax.
4901
4902 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4903         Originally from Andreas Fuchs <asf@void.at>
4904
4905         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
4906         (mml2015-gpg-pretty-print-fpr): New function.
4907         (mml2015-gpg-extract-signature-details): More details, rename from
4908         `m-g-e-from'.
4909         (mml2015-gpg-verify): Use them.
4910         (mml2015-gpg-clear-verify): Use them.
4911
4912 2001-07-31  Simon Josefsson  <jas@extundo.com>
4913
4914         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
4915         buffer when done.
4916
4917 2001-07-30  Simon Josefsson  <jas@extundo.com>
4918
4919         * smime.el (smime-call-openssl-region): Revert previous change,
4920         just pass on buf to `call-process-region'.
4921         (smime-verify-region): Doc fix.  Don't message stuff.  Use
4922         `smime-new-details-buffer'.  Inserts error messages into buffer.
4923         (smime-noverify-region): Ditto.
4924         (smime-decrypt-region): Ditto.  Handles stderr separately.
4925         (smime-verify-buffer, smime-noverify-buffer)
4926         (smime-decrypt-buffer): Doc fix.
4927         (smime-new-details-buffer): New function.
4928         (smime-pkcs7-region, smime-pkcs7-certificates-region)
4929         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
4930         (smime-sign-region, smime-encrypt-region): Don't use
4931         `insert-buffer'.
4932
4933         * mml-smime.el (mml-smime-verify): Fix security button strings.
4934
4935 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4936
4937         * gnus-art.el (gnus-mime-save-part-and-strip): Save
4938         gnus-article-mime-handles.
4939
4940 2001-07-29  Simon Josefsson  <jas@extundo.com>
4941
4942         * mail-source.el (top-level): Require message for message-directory.
4943         (mail-source-directory): Change default to message-directory.
4944
4945         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
4946         (smime-certificate-directory, smime-openssl-program)
4947         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
4948         (smime-extra-arguments): New variable.
4949         (smime-dns-server): Fix customize group.
4950         (smime-call-openssl-region): Use `smime-extra-arguments'.
4951
4952 2001-07-29  Simon Josefsson  <jas@extundo.com>
4953         From Vladimir Volovich <vvv@vsu.ru>
4954
4955         * smime.el (smime-call-openssl-region): Ignore stderr.
4956
4957 2001-07-29  Simon Josefsson  <jas@extundo.com>
4958         From Christoph Conrad <christoph.conrad@gmx.de>
4959
4960         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
4961         file.
4962
4963 2001-07-29  Simon Josefsson  <jas@extundo.com>
4964
4965         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
4966
4967         Support S/MIME decryption.
4968
4969         * mm-decode.el (mm-inline-media-tests):
4970         (mm-inlined-types):
4971         (mm-automatic-display):
4972         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
4973
4974         * mm-view.el (mm-pkcs7-signed-magic):
4975         (mm-pkcs7-enveloped-magic): New variables.
4976         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
4977         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
4978         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
4979         PKCS#7 blobs.
4980
4981         * smime.el (smime-decrypt-region): Expand keyfile.
4982
4983 2001-07-29  Simon Josefsson  <jas@extundo.com>
4984
4985         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
4986         `ssl.el' variables.
4987
4988         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
4989         but line instead of narrowing to it, because `nnmail-parse-active'
4990         calls widen.  Thanks to Christoph Conrad
4991         <christoph.conrad@gmx.de>.
4992
4993 2001-07-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4994
4995         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
4996         for %B spec.
4997
4998         * gnus-sum.el (gnus-summary-prepare-threads): If
4999         gnus-sum-thread-tree-root is nil, use subject instead.
5000         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
5001         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
5002         (gnus-sum-thread-tree-leaf-with-other)
5003         (gnus-sum-thread-tree-single-leaf): Documentation.
5004         (gnus-sum-thread-tree-single-indent): Allow nil.
5005
5006 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5007
5008         * message.el (message-fill-paragraph): Do nothing if the user
5009         wants filladapt-mode.
5010
5011 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5012
5013         * mm-decode.el (mm-image-type-from-buffer): New function.
5014         (mm-get-image): Use it.
5015
5016 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5017
5018         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
5019
5020         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
5021         mm-display-parts too.
5022
5023 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5024
5025         * nnfolder.el (nnfolder-request-accept-article): Bind
5026         nntp-server-buffer.
5027
5028         * nnmail.el (nnmail-parse-active): Read from buffer instead of
5029         nntp-server-buffer.
5030
5031 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5032
5033         * message.el (message-check-news-header-syntax): Use
5034         message-post-method.
5035         (message-send-news): Bind message-post-method.
5036
5037 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5038
5039         * mml.el (mml-tweak-type-alist): New variable.
5040         (mml-tweak-function-alist): New variable.
5041         (mml-tweak-part): New function.
5042         (mml-generate-mime-1): Use it.
5043
5044 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5045
5046         * nnfolder.el (nnfolder-request-accept-article): Replace
5047         nnfolder-request-list.
5048
5049 2001-07-27  Simon Josefsson  <jas@extundo.com>
5050
5051         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
5052         nnoo-change-server failed to do it.
5053
5054 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5055
5056         * gnus.el (gnus-parameters): Make it customizable.
5057
5058 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5059
5060         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
5061
5062         * message.el (message-set-auto-save-file-name): More
5063         poor-system-types.
5064
5065         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
5066
5067         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
5068         supports +.
5069
5070 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5071
5072         * mm-decode.el (mm-readable-p): New function.
5073         (mm-inline-media-tests): Fix the default testers.
5074
5075 2001-07-26  Simon Josefsson  <jas@extundo.com>
5076
5077         * nnimap.el (nnimap-version): Bump version number.
5078
5079 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5080         From Steven E. Harris <seh@speakeasy.org>
5081
5082         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
5083         in M$Windows too.
5084
5085 2001-07-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5086
5087         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
5088
5089 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5090
5091         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
5092
5093         * mm-decode.el (mm-get-image): Guess then use the type.
5094
5095         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
5096
5097 2001-07-25 12:54:00  Danny Siu <dsiu@adobe.com>
5098
5099         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
5100         display (%B) for threads if threading is off.
5101
5102 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5103         From Henrik Enberg <henrik@enberg.org>
5104
5105         * gnus-msg.el: Customization patch.
5106
5107 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
5108
5109         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
5110         variable.
5111         (nnmail-split-fancy-with-parent): Ignore certain groups.
5112
5113 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5114
5115         * gnus-util.el (gnus-byte-compile): New function.
5116         (gnus-use-byte-compile): New variable.
5117         (gnus-make-sort-function): Use it.
5118
5119         * nnmail.el (nnmail-get-new-mail): Use it.
5120
5121         * gnus-agent.el (gnus-category-make-function): Simple function or
5122         compiled function.
5123         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
5124
5125         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
5126         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
5127         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
5128
5129         * message.el (message-check-news-header-syntax): Remove quote.
5130
5131 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5132
5133         * message.el (message-use-mail-followup-to): `t' is not a
5134         documented value.
5135
5136 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5137
5138         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
5139
5140 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5141
5142         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
5143         there are long lines.
5144
5145 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5146
5147         * dgnushack.el (copy-list): New compiler macro.
5148
5149 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5150
5151         * message.el (message-bounce): If no Return-Path, the whole
5152         content is considered as the original message.
5153
5154         * nnml.el (nnml-check-directory-twice): New variable.
5155         (nnml-article-to-file): Use it.
5156         (nnml-retrieve-headers): Hack it.
5157
5158 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5159
5160         * gnus-win.el (gnus-buffer-configuration): New configure.
5161
5162         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
5163         not alive.
5164
5165         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
5166         (mm-display-external): Use display-term configure.
5167
5168 2001-07-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5169
5170         * gnus-delay.el (gnus-delay-default-hour): New variable.
5171         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
5172
5173 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5174         From Karl Kleinpaste <karl@charcoal.com>
5175
5176         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
5177         (gnus-summary-prepare-threads): Ditto.
5178
5179         * gnus.el (gnus-summary-line-format): Add %B.
5180
5181 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5182
5183         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
5184
5185         * mm-util.el (mm-string-as-multibyte): New function.
5186
5187         * nnmh.el (nnmh-request-list-1): Encode, not decode!
5188
5189 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5190
5191         * mm-util.el (mm-universal-coding-system): New variable.
5192
5193         * gnus-start.el (gnus-startup-file-coding-system): Use it.
5194
5195         * score-mode.el (score-mode-coding-system): Use it.
5196
5197 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5198
5199         * gnus-start.el (gnus-setup-news): Call
5200         `gnus-check-bogus-newsgroups' just after the native server is
5201         opened.
5202
5203 2001-07-23  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5204
5205         * nnmail.el (nnmail-do-request-post): Util function to be used by
5206         `nnchoke-request-post' for all nnmail-derived backends.
5207
5208         * nnml.el (nnml-request-post): Use it.
5209
5210         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
5211         backend, for it groks nnml-request-post.
5212
5213         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
5214         Treat `mail-post' backends like `mail' backends, not like `news'
5215         backends.
5216
5217 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5218
5219         * gnus-msg.el (gnus-setup-message): make-local-hook.
5220
5221 2001-07-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5222
5223         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
5224         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
5225         <karl@charcoal.com>, slightly changed by Kai.
5226
5227         * message.el (message-check-news-header-syntax): When checking
5228         whether the groups exist, check the right server based on
5229         `gnus-post-method'.
5230
5231 2001-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5232
5233         * gnus-delay.el: New file.
5234
5235 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5236
5237         * mm-util.el (mm-read-coding-system): Take two arguments.
5238
5239         * gnus-sum.el (gnus-summary-show-article): Use
5240         mm-read-coding-system.
5241
5242         * gnus-art.el (article-de-quoted-unreadable):
5243         (article-de-base64-unreadable, article-wash-html):
5244         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
5245
5246 2001-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5247
5248         * nnml.el (nnml-request-post): New function.  Can be used for
5249         annotations in nnml groups.
5250
5251 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5252
5253         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
5254         command.
5255
5256         * gnus-start.el (gnus-find-new-newsgroups): Use
5257         `message-make-date' instead of `current-time-string'.
5258         (gnus-ask-server-for-new-groups): Ditto.
5259         (gnus-check-first-time-used): Ditto.
5260
5261 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5262
5263         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
5264
5265 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
5266
5267         * message.el (message-shorten-references): Change `maxcount' and
5268         `cut' to obey USEFOR draft 5.
5269
5270 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
5271
5272         * gnus-sum.el (gnus-summary-display-arrow): New variable.
5273         (gnus-summary-set-article-display-arrow): New function.
5274         (gnus-summary-goto-subject): Use it.
5275
5276 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5277
5278         * gnus-sum.el (gnus-summary-import-article): Insert date if
5279         doesn't exist.
5280
5281 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5282
5283         * mml.el (mml-content-type-parameters): New variable.
5284         (mml-content-disposition-parameters): New variable.
5285         (mml-insert-mime-headers): Use them.
5286         (mml-parse-1): Accept charset.
5287
5288 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5289
5290         * gnus-group.el (gnus-group-select-group): Doc fix.
5291
5292         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
5293
5294 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5295
5296         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
5297         to handle `define-derived-mode'.
5298
5299 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5300         From:  Stefan Monnier  <monnier@cs.yale.edu>
5301
5302         * message.el (message-mode): Use define-derived-mode.
5303         (message-tab): message-completion-alist.
5304
5305         * imap.el (imap-interactive-login): Use make-local-variable.
5306         (imap-open): Ditto.
5307         (imap-authenticate): Ditto.
5308
5309         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
5310
5311         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
5312
5313 2001-07-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5314
5315         * message.el (message-citation-line-function): Refer to
5316         gnus-cite-attribution-suffix.
5317
5318 2001-07-15  Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5319
5320         * gnus-art.el,...: Error convention changes.
5321
5322 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5323
5324         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
5325
5326 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5327
5328         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
5329         (nnrss-read-server-data): Ditto.
5330
5331 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5332
5333         * gnus-setup.el (gnus-use-installed-gnus): Typo.
5334         * Cleanup files.
5335         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
5336
5337 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5338
5339         * gnus.el (gnus-summary-line-format): Add %o.
5340
5341         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
5342         unless shell outputs something.
5343
5344 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5345
5346         * gnus-art.el (gnus-boring-article-headers): Better doc.
5347         (article-hide-headers): Better regexp.
5348         Suggested by Matt Swift <swift@alum.mit.edu>.
5349
5350         * nnheader.el (nnheader-max-head-length): Better doc.
5351         (nnheader-header-value): Skip spaces.
5352         (nnheader-parse-head): Remove space.
5353         Suggested by Matt Swift <swift@alum.mit.edu>.
5354
5355         * gnus-sum.el (gnus-summary-show-raw-article): New function.
5356         (gnus-get-newsgroup-headers): Remove space.
5357
5358 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5359
5360         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
5361         (gnus-summary-reply): Use it.
5362         (gnus-summary-reply-broken-reply-to): New function.
5363         (gnus-msg-force-broken-reply-to): New function.
5364
5365         * mm-view.el (mm-inline-text): Showing as text/plain when error.
5366
5367 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5368
5369         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
5370
5371 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5372
5373         * mm-decode.el (mm-external-terminal-program): New variable.
5374         (mm-display-external): Use it. Use term to display when no
5375         window-system.
5376
5377 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
5378
5379         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
5380         Browse->Next entries to Browse->Prev
5381
5382 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5383
5384         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
5385
5386 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5387
5388         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
5389         for the default encoding.
5390
5391         * nnrss.el (nnrss-url-field): New field.
5392         (nnrss-request-article): Add newsgroups.
5393
5394         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
5395
5396 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5397
5398         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
5399
5400         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
5401         (gnus-draft-setup): Remove backlog.
5402
5403 2001-07-10  Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5404
5405         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
5406         Cleanup.
5407
5408 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5409
5410         * gnus-msg.el (gnus-bug): Erase buffer.
5411
5412         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
5413
5414 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5415
5416         * mm-decode.el (mm-attachment-override-p): Fix typo.
5417
5418 2001-03-19 05:28:00  Katsumi Yamaoka <yamaoka@jpl.org>
5419
5420         * gnus-kill.el (gnus-execute): Work with the extra headers.
5421         * gnus-sum.el (gnus-summary-execute-command): Ditto.
5422
5423 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5424
5425         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
5426         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
5427
5428         * message.el (message-send-mail-real-function): New variable.
5429         (message-send-mail-partially, message-send-mail):
5430
5431         * nngateway.el (nngateway-request-post): Use it.
5432
5433         * gnus-agent.el (gnus-agentize): Use it.
5434
5435         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
5436         (nnsoup-revert-variables): Use it.
5437
5438 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
5439
5440         * mm-decode.el (mm-inline-media-tests): Default to displaying as
5441         text/plain if the type doesn't match any other media types.
5442         (mm-inlined-types): Doc fix.
5443         (mm-display-inline): Revert previous change (now handled by a
5444         default type in `mm-inline-media-tests'.
5445         (mm-inlinable-p): Revive.
5446         (mm-display-part): Call `mm-inlinable-p'.
5447         (mm-attachment-override-p): Ditto.
5448         (mm-inlined-p): Doc fix.
5449
5450         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
5451         well as `mm-inlined-p'.
5452
5453 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5454
5455         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
5456         (nntp-send-command-and-decode): Use gnus-point-at-bol.
5457
5458 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5459         From  Paul Jarc <prj@po.cwru.edu>
5460
5461         * message.el (message-use-mail-followup-to): New variable.
5462         (message-get-reply-headers): Use it.
5463
5464 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
5465
5466         * nnheader.el (nnheader-init-server-buffer): Make sure the
5467         *nntpd* buffer is made multibyte instead of a random buffer.
5468
5469 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5470
5471         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
5472         when it returns headers.
5473
5474 2001-07-07  Simon Josefsson  <jas@extundo.com>
5475
5476         * rfc2047.el (rfc2047-encode-message-header): Skip header when
5477         trying to fold. Thanks to Colin Walters
5478         <walters@cis.ohio-state.edu>
5479
5480 2001-07-06  Simon Josefsson  <jas@extundo.com>
5481
5482         * imap.el (imap-parse-address-list, imap-parse-flag-list)
5483         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
5484         Add information in `assert's.
5485
5486         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
5487         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
5488         and `nnimap-group-overview-filename', should handle all
5489         change-of-uidvalidity related issues.  But there may be other
5490         problems.)
5491
5492 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
5493
5494         * rfc2047.el (rfc2047-encode-message-header): Don't include the
5495         header name when folding.
5496
5497 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
5498
5499         * mm-decode.el (mm-inlined-types): Document relationship with
5500         `mm-inline-media-tests'.
5501         (mm-display-inline): Default to displaying as plain text if no
5502         inlining handler is available.
5503         (mm-inlinable-p): Remove.
5504         (mm-inlined-p): Don't call `mm-inlinable-p'.
5505         (mm-automatic-display-p): Ditto.
5506         (mm-attachment-override-p): Ditto.
5507
5508 2001-07-04  Simon Josefsson  <jas@extundo.com>
5509
5510         * nnimap.el (nnimap-importantize-dormant): New variable.
5511         (nnimap-request-update-info-internal): Use it.
5512         (nnimap-request-set-mark): Ditto.
5513
5514 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
5515
5516         * nntp.el (nntp-send-command): don't pass a buffer argument to
5517         `point'. Only XEmacs accepts this.
5518         * nntp.el (nntp-send-command-nodelete): ditto.
5519         * nntp.el (nntp-send-command-and-decode): ditto.
5520
5521 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
5522
5523         * nntp.el (nntp-open-connection-function): doc update.
5524         * nntp.el (nntp-pre-command): New.
5525         * nntp.el (nntp-via-rlogin-command): New.
5526         * nntp.el (nntp-via-telnet-command): New.
5527         * nntp.el (nntp-via-telnet-switches): New.
5528         * nntp.el (nntp-via-user-name): New.
5529         * nntp.el (nntp-via-user-password): New.
5530         * nntp.el (nntp-via-address): New.
5531         * nntp.el (nntp-via-envuser): New.
5532         * nntp.el (nntp-via-shell-prompt): New.
5533         * nntp.el (nntp-open-telnet-stream): New.
5534         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
5535         * nntp.el (nntp-open-via-telnet-and-telnet): New.
5536         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
5537         * nntp.el (nntp-send-command): ditto.
5538         * nntp.el (nntp-send-command-nodelete): ditto.
5539         * nntp.el (nntp-send-command-and-decode): ditto.
5540
5541 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
5542
5543         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
5544         `when'.
5545
5546 2001-07-03  Simon Josefsson  <jas@extundo.com>
5547         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
5548
5549         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
5550
5551 2001-07-03  Simon Josefsson  <jas@extundo.com>
5552
5553         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
5554         remove it (workaround XEmacs `fill-region' bug).
5555
5556 2001-07-01  Simon Josefsson  <jas@extundo.com>
5557
5558         * nnimap.el (nnimap-date-days-ago): Defeat locale.
5559
5560 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5561
5562         * mml2015.el (mml2015-format-error): New function.
5563         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
5564         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
5565         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
5566
5567 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5568
5569         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
5570         Suggested by Christoph Conrad <C.Conrad@cli.de>.
5571
5572         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
5573         group variables.
5574
5575 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5576
5577         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
5578
5579         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
5580         (nnrss-save-group-data): Ditto.
5581
5582         * gnus-agent.el (gnus-agent-save-alist): Ditto.
5583
5584 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5585
5586         * message.el (message-do-send-housekeeping): Narrow to headers.
5587
5588 2001-06-24  Simon Josefsson  <jas@extundo.com>
5589
5590         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
5591         insertion when breaking lines looked for " \t" instead of "[ \t]".
5592         (rfc2047-encode-message-header): Fold lines even if
5593         no QP encoding is done.
5594
5595 2001-06-23  Simon Josefsson  <jas@extundo.com>
5596         From Samuel Tardieu <sam@inf.enst.fr>
5597
5598         * smime.el (smime-keys): Support additional certificates.
5599         (smime-make-certfiles): New function.
5600         (smime-sign-region): Use previous variables.
5601         (smime-get-certfiles): New function.
5602         (smime-sign-buffer): Use it.
5603         (smime-verify-region): Support both CAfile and CApath.
5604
5605 2001-06-23  Simon Josefsson  <jas@extundo.com>
5606
5607         * smime.el (smime-decrypt-region): Perhaps work.
5608
5609 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5610
5611         * gnus-msg.el (gnus-copy-article-buffer): Typo.
5612
5613 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
5614
5615         * mm-decode.el (mm-save-part): Rewrite file name.
5616         (mm-file-name-rewrite-functions): New variable.
5617         (mm-file-name-delete-whitespace): New function.
5618         (mm-file-name-trim-whitespace): New function.
5619         (mm-file-name-collapse-whitespace): New function.
5620         (mm-file-name-replace-whitespace): New variable and function.
5621
5622 2001-06-22  Simon Josefsson  <jas@extundo.com>
5623
5624         * message.el (message-make-date): Workaround locale for weekdays.
5625
5626 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5627
5628         * message.el (message-goto-body): Return nil if not found. (revert!)
5629
5630 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5631         From Fremlin <chief@bandits.org>
5632
5633         * message.el (message-goto-body): Some messages have no header.
5634
5635         * gnus-msg.el (gnus-copy-article-buffer): Use it.
5636
5637 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
5638
5639         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
5640
5641 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5642
5643         * message.el (message-make-date): Add week day.
5644         Suggested by Jason R. Mastaler <jason@mastaler.com>.
5645
5646 2001-06-19  Simon Josefsson  <jas@extundo.com>
5647
5648         * message.el (message-yank-prefix): Doc fix.
5649         (message-yank-cited-prefix): Ditto.
5650         (message-delete-not-region): Keep citation prefix on first line,
5651         if possible and appropriate.
5652
5653 2001-06-19  Simon Josefsson  <jas@extundo.com>
5654
5655         * imap.el (imap-process-connection-type): New variable.
5656         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
5657         recent `imtest's work completely (no line length issues), while
5658         making making old `imtest's unusable.  Thanks to NAGY Andras
5659         <nagya@inf.elte.hu> for his work.
5660
5661 2000-12-30  NAGY Andras <nagya@inf.elte.hu>
5662
5663         * imap.el (imap-ssl-program): Add -quiet to shut up
5664         OpenSSL/SSLeay's internal debug talk.
5665
5666 2001-06-19  Matt Armstrong <matt@lickey.com>
5667
5668         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
5669         server.
5670
5671 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5672
5673         * nnmail.el (nnmail-article-buffer): New variable.
5674         (nnmail-split-incoming): Use it.
5675
5676 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
5677
5678         * qp.el (quoted-printable-decode-region): If called interactively,
5679         use coding-system-for-read.
5680
5681 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5682
5683         * message.el (message-check-news-header-syntax): Check Reply-To.
5684
5685 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5686
5687         * mml.el (mml-parse-1): Use message options.
5688
5689         * message.el (message-do-fcc): Don't do anything if there is no
5690         FCC.
5691
5692 2001-06-16  Simon Josefsson  <jas@extundo.com>
5693
5694         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
5695         (nnimap-expunge-search-string): New variable.
5696         (nnimap-request-expire-articles): Use it.
5697
5698 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5699
5700         * message.el (message-send-mail-with-qmail): wrong exit status is
5701         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
5702
5703 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5704
5705         * gnus-art.el (article-strip-multiple-blank-lines): Use
5706         delete-region instead of replace-match.
5707
5708 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5709
5710         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
5711         (nnweb-google-wash-article): Ditto.
5712
5713 2001-06-14 Ferenc Wagner <wferi@bolyai1.elte.hu>
5714
5715         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
5716
5717 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5718
5719         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
5720         specs.
5721
5722 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5723
5724         * gnus.el (gnus-email-address): Move it here.
5725
5726         * gnus-art.el (article-de-quoted-unreadable): Read charset if
5727         requested.
5728         (article-de-base64-unreadable): Ditto.
5729         (article-wash-html): Ditto.
5730
5731 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5732
5733         * message.el (message-options-set-recipient): Don't add ", "
5734         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
5735
5736 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5737
5738         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
5739
5740 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5741
5742         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
5743         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
5744
5745         * nnrss.el (nnrss-node-text): Node might be nil.
5746
5747 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5748
5749         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
5750         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
5751
5752         * nnrss.el (nnrss-group-alist): More items.
5753
5754 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5755
5756         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
5757
5758 2001-06-03  Dale Hagglund  <rdh@best.com>
5759
5760         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
5761         restrict clauses.
5762
5763 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5764
5765         From Benjamin Rutt <brutt+news@bloomington.in.us>
5766
5767         * message.el (message-wide-reply-confirm-recipients): New variable.
5768
5769 2001-06-06  Mark Thomas  <mthomas@edrc.cmu.edu>
5770
5771         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
5772         fix so it works with XEmacs.
5773
5774 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5775
5776         * nnrss.el (nnrss-retrieve-headers): Support description as extra
5777         headers.
5778
5779 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5780
5781         * nnrss.el: Fix a few bugs.
5782
5783 2001-06-05  Simon Josefsson  <jas@extundo.com>
5784
5785         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
5786         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
5787
5788 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
5789
5790         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
5791         binary so that we don't transmit ISO 2022 garbage to the process.
5792         This is needed under XEmacs.
5793
5794 2001-06-03  Simon Josefsson  <simon@josefsson.org>
5795
5796         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
5797         autoloaded incorrectly below because ssl-program-* is bound.)
5798         Thanks to Amos Gouaux for report.
5799
5800 2001-06-02  Simon Josefsson  <simon@josefsson.org>
5801
5802         * imap.el (imap-kerberos4-open):
5803         (imap-gssapi-open):
5804         (imap-ssl-open):
5805         (imap-network-open):
5806         (imap-shell-open):
5807         (imap-starttls-open): Set buffer to workaround spurious
5808         `accept-process-output' buffer changes.  Thanks to Mats Lidell
5809         <Mats.Lidell@contactor.se> for report and partial patch and Jake
5810         Colman <colman@ppllc.com> for report.
5811
5812 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5813
5814         * gnus-sum.el (gnus-summary-catchup): New argument.
5815         (gnus-summary-catchup-from-here): New function.
5816
5817 2001-05-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5818
5819         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
5820         back, then insert glyph.  (Before, the glyph was inserted first,
5821         then the newline.)  This works around a behavior in XEmacs where
5822         it is not possible to insert a character after a glyph which is at
5823         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
5824
5825 2001-05-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5826
5827         From Jaap-Henk Hoepman (jhh@xs4all.nl).
5828
5829         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
5830         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
5831         mm-destroy-postponed-undisplay-list): New functions.
5832         (mm-display-external): Use them.
5833
5834 2001-05-27  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5835
5836         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
5837         `default-low' when evaluating `gnus-summary-highlight'.
5838         From Raja R Harinath <harinath@cs.umn.edu>.
5839
5840 2001-05-27  Simon Josefsson  <simon@josefsson.org>
5841
5842         * message.el (message-yank-cited-prefix): New variable.
5843         (message-indent-citation): Use it.
5844
5845         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
5846         as details.
5847         (mml2015-mailcrypt-clear-verify): Ditto.
5848
5849 2001-05-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5850         From Nevin Kapur <nevin@jhu.edu>.
5851
5852         * gnus-sum.el (gnus-summary-default-high-score,
5853         gnus-summary-default-low-score): New variables.
5854         (gnus-summary-highlight): Use them.
5855
5856 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
5857
5858         * message.el (message-mail): pass the 'send-actions argument to
5859         `message-setup'.
5860
5861 2001-05-16  Simon Josefsson  <simon@josefsson.org>
5862         From Raymond Scholz <ray-2001@zonix.de>
5863
5864         * gnus-art.el (gnus-mime-view-part-as-charset):
5865         (gnus-mime-internalize-part): Doc fixes.
5866
5867 2001-05-11  Simon Josefsson  <simon@josefsson.org>
5868
5869         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
5870         status lines without any text ("^215$").
5871
5872 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5873
5874         * nnrss.el (nnrss-check-group): Reverse.
5875
5876 2001-05-07  Simon Josefsson  <simon@josefsson.org>
5877
5878         * message.el (message-get-reply-headers):
5879         (message-followup): Fix typo, suggested by David Green
5880         <dgreen@uab.edu>
5881
5882 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5883
5884         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
5885
5886         * nnrss.el (nnrss-open-server): Read server data when it is called.
5887         (nnrss-request-expire-articles): Fix.
5888
5889 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5890
5891         * message.el (message-do-send-housekeeping): mail-abbrevs may
5892         rename buffer behind Gnus.
5893
5894 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5895
5896         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
5897         (nnrss-group-alist): Add more resources.
5898         (nnrss-check-group): Ignore errors.
5899
5900 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5901
5902         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
5903
5904         * nnslashdot.el (nnslashdot-request-list): Add time.
5905         (nnslashdot-request-expire-articles): New function.
5906
5907         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
5908         secondary methods too.
5909
5910 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5911
5912         * message.el (message-use-followup-to): Set default value to t.
5913
5914 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
5915
5916         * message.el (message-dont-reply-to-names): Fix documentation.
5917         (message-get-reply-headers): Use Mail-Followup-To only for wide
5918         replies.
5919
5920 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5921
5922         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
5923         correctly.
5924         (nnrss-check-group): Use time.
5925
5926 2001-05-01 19:21:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5927
5928         * gnus.el: Oort Gnus v0.03 is released.
5929
5930 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5931
5932         * nnultimate.el (nnultimate-topic-article-to-article): Use the
5933         group.
5934
5935 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5936
5937         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
5938
5939 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5940
5941         * nnultimate.el (nnultimate-retrieve-headers): Return all
5942         available headers.
5943
5944         * gnus-sum.el (gnus-read-all-available-headers): New variable.
5945         (gnus-get-newsgroup-headers-xover): Use it.
5946
5947 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5948
5949         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
5950
5951 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5952
5953         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
5954
5955 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5956
5957         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
5958         disable it.
5959
5960         * gnus.el (gnus-info-nodes): Remove a few The's.
5961
5962 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5963
5964         * mail-source.el (mail-source-movemail): Call-process may return a
5965         signal description string.
5966
5967         * gnus-start.el (gnus-read-newsrc-el-file):
5968         gnus-newsrc-file-version may be nil.
5969
5970         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
5971         Suggested by Michael Sperber [Mr. Preprocessor]
5972         <sperber@informatik.uni-tuebingen.de>.
5973
5974 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
5975
5976         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
5977
5978 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
5979
5980         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
5981         fontify HANDLE.
5982
5983 2001-04-18  Simon Josefsson  <simon@josefsson.org>
5984
5985         * smime.el (smime-ask-passphrase): Rework to return value.
5986         (smime-sign-region): Rework to bind value and use it.
5987         (smime-decrypt-region): Ditto.
5988
5989 2001-04-18  Mathias Herberts <Mathias.Herberts@iroise.net>
5990         Committed by Simon Josefsson  <simon@josefsson.org>
5991
5992         * smime.el (smime-ask-passphrase): New function.
5993         (smime-sign-region): Use it.
5994         (smime-encrypt-cipher): New variable.
5995         (smime-decrypt-region): Ditto.
5996
5997 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
5998         Committed by Simon Josefsson  <simon@josefsson.org>
5999
6000         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
6001         the log.
6002
6003 2001-04-14 01:14:42 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6004
6005         *gnus.el: Oort Gnus v0.02 is released.
6006
6007 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
6008
6009         * gnus.el: Oort Gnus v0.01 is released.
6010
6011 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6012
6013         * gnus-sum.el (gnus-summary-highlight): Highlight read
6014         undownloaded articles as read articles.
6015
6016         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
6017         (gnus-agent-get-undownloaded-list): Mark all undownloaded
6018         articles, even read ones, as such.
6019
6020         * gnus-sum.el (gnus-summary-find-matching): Clean up.
6021         (gnus-find-matching-articles): New function.
6022         (gnus-summary-limit-include-matching-articles): New command.
6023         (gnus-summary-limit-include-thread): Include articles that have
6024         matching subjects.
6025         (gnus-offer-save-summaries): Clean up.
6026
6027 2001-04-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6028
6029         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
6030
6031 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6032         From Jason Merrill <jason_merrill@redhat.com>
6033
6034         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
6035
6036 2001-04-10 08:01:15  Katsumi Yamaoka <yamaoka@jpl.org>
6037         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6038
6039         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
6040         newsgroup names when the original article is a news message.
6041
6042 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6043
6044         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
6045         supported. Suggest by Jim Meyering <jim@meyering.net>.
6046
6047 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
6048         Committed by Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6049
6050         * nnmail.el (nnmail-split-it): Added check for .* at the end of
6051         regexp in nnmail-split-fancy.
6052
6053 2001-04-10  Simon Josefsson  <simon@josefsson.org>
6054
6055         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
6056
6057 2001-04-10  Colin Marquardt <colin.marquardt@usa.alcatel.com>
6058
6059         * message.el (message-send-mail): Improve the interaction with the
6060         user.
6061
6062 2001-04-10  Simon Josefsson  <simon@josefsson.org>
6063
6064         * imap.el (imap-message-copy): Work around buggy servers that
6065         doesn't send TRYCREATE tags.
6066
6067 2001-04-09 01:15:54  Katsumi Yamaoka <yamaoka@jpl.org>
6068
6069         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
6070
6071 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6072
6073         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
6074         date.
6075
6076 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6077
6078         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
6079         lives.
6080
6081 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6082
6083         * gnus-art.el (gnus-parse-news-url): New function.
6084         (gnus-button-handle-news): New function.
6085         (gnus-button-alist): Point to new functions.
6086
6087         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
6088
6089         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
6090         gnus-format-specs.
6091
6092         * message.el (message-check-news-header-syntax): Question even
6093         when Gnus doesn't know the group names.
6094         (message-send-news): Clean up.
6095
6096         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
6097         exited on purpose without saving.
6098
6099         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
6100
6101 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6102
6103         * gnus-score.el (gnus-score-orphans): Clean up.
6104
6105         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
6106
6107         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
6108         later.
6109
6110         * gnus-start.el (gnus-close-all-servers): Find the right items to
6111         close.
6112
6113         * qp.el (quoted-printable-decode-region): Just message
6114         malformation; don't quit.
6115
6116 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6117         From Gerd Moellmann <gerd@gnu.org>.
6118
6119         * gnus.el (gnus-interactive): A typo.
6120
6121 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
6122         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6123
6124         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
6125         `assq-delete-all', if that function exists; otherwise use the old
6126         definition. Documentation changed to match the one in
6127         `assq-delete-all'.
6128
6129 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6130
6131         * gnus-start.el (gnus-close-all-servers): New function.
6132
6133         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
6134         (gnus-server-remove-denials): Clean up.
6135
6136         * gnus-sum.el (gnus-summary-sort-by-original): New command and
6137         keystroke.
6138
6139 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6140
6141         * message.el (message-send-news): Message where we are sending.
6142         (message-send-mail): Ditto.
6143
6144         * gnus.el (gnus-server-string): New function.
6145
6146         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
6147
6148         * mm-decode.el (mm-default-directory): Customized.
6149         (mm-tmp-directory): Ditto.
6150
6151         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
6152         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
6153         or Chars.
6154         (gnus-summary-line-format-alist): ?l is now a string.
6155         (gnus-summary-prepare-threads): Output ? for unknown lines.
6156         (gnus-summary-insert-line): Ditto.
6157         (gnus-summary-print-article): Unbalanced parentheses.
6158
6159         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
6160         out whether new stuff has arrived.
6161
6162 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
6163
6164         * gnus-sum.el: Let printing work on ttys on Emacs.
6165
6166 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6167
6168         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
6169         when forcing news.
6170
6171         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
6172         command.
6173
6174 2001-03-31 01:04:54  Francis Litterio  <franl-removethis@world.omitthis.std.com>
6175
6176         * message.el (message-set-auto-save-file-name): Don't use
6177         asterisks under nt.
6178
6179 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6180
6181         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
6182         lists of articles.
6183
6184         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
6185
6186         * gnus-msg.el (gnus-put-message): Clean up.
6187         (gnus-summary-reply): Mark all replied-to articles as replied to.
6188         (gnus-inews-add-send-actions): Also mark as forwarded.
6189         (gnus-summary-mail-forward): Mark as forwarded.
6190
6191         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
6192         of articles.
6193         (gnus-summary-mark-article-as-forwarded): Ditto.
6194
6195         * gnus-msg.el (gnus-summary-resend-message): Mark article as
6196         forwarded.
6197         (gnus-summary-mail-forward): Clean up.
6198
6199         * gnus.el (gnus-article-mark-lists): Added forward.
6200
6201         * gnus-sum.el (gnus-forwarded-mark): New variable.
6202         (gnus-summary-prepare-threads): Use it.
6203         (gnus-summary-update-secondary-mark): Ditto.
6204         (gnus-newsgroup-forwarded): New variable.
6205
6206 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6207
6208         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
6209         (gnus-summary-very-wide-reply): New command and keystroke.
6210         (gnus-summary-very-wide-reply-with-original): Ditto.
6211
6212         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
6213         (gnus-score-adaptive): Use it.
6214
6215         * gnus-start.el (gnus-get-unread-articles): Clean up.
6216
6217 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6218
6219         * nnultimate.el (nnultimate-retrieve-headers): Work for other
6220         boards.
6221
6222 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
6223
6224         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
6225         * gnus-start.el (gnus-subscribe-newsgroup): use it.
6226
6227 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6228
6229         * nnultimate.el (nnultimate-retrieve-headers): Understand
6230         long-form month names.
6231
6232 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6233
6234         * gnus-sum.el (gnus-summary-show-all-headers):
6235         gnus-article-show-all-headers is broken. Use
6236         gnus-summary-toggle-header instead.
6237
6238         * mml2015.el (mml2015-gpg-extract-from): No error.
6239
6240 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6241         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
6242
6243         * mml2015.el (mml2015-gpg-extract-from): New function.
6244         (mml2015-gpg-verify): Use it.
6245         (mml2015-gpg-clear-verify): Use it.
6246
6247 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6248
6249         * message.el (message-setup-fill-variables): Use
6250         fill-paragraph-function.
6251         (message-fill-paragraph): Take an argument.
6252         (message-newline-and-reformat): Take another argument.
6253
6254 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6255
6256         * message.el (rmail-output): It is in rmailout.el not rmail.el.
6257
6258 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6259
6260         * message.el (message-forward): local-variable-p takes an extra
6261         argument in XEmacs.
6262
6263 2001-03-16  Simon Josefsson  <simon@josefsson.org>
6264
6265         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
6266         `nnimap-use-nov-p' (it really tested the negative).
6267         (nnimap-retrieve-headers): Use it.
6268
6269 2001-03-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6270
6271         * message.el (message-generate-headers-first): Update doc.
6272
6273 2001-03-10  Matthias Wiehl <mwiehl@gmx.de>
6274
6275         * gnus.el (gnus-summary-line-format): Typo.
6276
6277 2001-03-11  Simon Josefsson  <simon@josefsson.org>
6278
6279         * mailcap.el (mailcap-mime-data): Add application/sieve.
6280         (mailcap-mime-extensions): Add .siv, .xls.
6281
6282 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6283         From Christoph Conrad <christoph.conrad@gmx.de>
6284
6285         * gnus-score.el (gnus-summary-lower-thread): Typo.
6286
6287 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6288
6289         * message.el (message-forward-decoded-p): New variable.
6290         (message-forward-subject-author-subject): Use it.
6291         (message-make-forward-subject): Use it.
6292         (message-forward): Use it.
6293
6294         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
6295
6296         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
6297         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
6298
6299 ;;Has been fixed -- zsh.
6300 ;;2001-03-05  Dave Love  <fx@gnu.org>
6301 ;;
6302 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
6303 ;;      Move it after definition of mm-coding-system-p.
6304 ;;
6305 2001-03-01  Dave Love  <fx@gnu.org>
6306
6307         * mm-util.el (mm-inhibit-file-name-handlers): Add
6308         image-file-handler.
6309
6310 2001-02-11  Dave Love  <fx@gnu.org>
6311
6312         * message.el (message-signature-file): Fix doc, :type.
6313
6314 2001-02-08  Dave Love  <fx@gnu.org>
6315
6316         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
6317         (message-posting-charset): Defvar when compiling again.
6318         (rfc2047-encodable-p): Require message.
6319
6320         * gnus-sum.el (gnus-alter-articles-to-read-function):
6321         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
6322
6323 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6324
6325         * nnrss.el: New file.
6326
6327 2001-03-08 02:41:36  Katsumi Yamaoka <yamaoka@jpl.org>
6328         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6329
6330         * rfc2047.el (rfc2047-unfold-region): Fix arg of
6331         `skip-chars-forward'.
6332
6333 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6334
6335         * nndraft.el (nndraft-request-group): Restore auto save files if
6336         the original files do not exist.
6337
6338 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6339
6340         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
6341         SCORE paths.
6342
6343         * mm-decode.el (mm-dissect-buffer): Call
6344         mail-extract-address-components only if necessary.
6345
6346 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6347
6348         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
6349         directory part.
6350         (gnus-score-search-global-directories): Use file-directory-p.
6351
6352         * gnus-score.el (gnus-score-score-files-1): Use
6353         gnus-kill-files-directory.
6354         From Adrian Aichner <adrian@xemacs.org>.
6355
6356 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6357
6358         * gnus.el (charset): Move here from gnus-sum.el.
6359
6360 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6361
6362         * mml.el (mml-preview): Disable local map.
6363
6364         * gnus-sum.el (gnus-summary-make-menu-bar): Make
6365         gnus-article-post-menu here.
6366
6367         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
6368         if it has not been made.
6369
6370 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6371
6372         * gnus-art.el (gnus-article-describe-key): Map key to event.
6373         (gnus-article-describe-key-briefly): Ditto
6374
6375 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6376
6377         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
6378
6379 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6380         From Katsumi Yamaoka <yamaoka@jpl.org>.
6381
6382         * dgnushack.el (coerce, merge, subseq): defmacro.
6383
6384 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6385
6386         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
6387         A fake defalias in nndraft.el results a not-activated bug in
6388         uncompiled versions.
6389
6390 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
6391         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6392
6393         * gnus-util.el (gnus-split-references): Handle malformed References:.
6394
6395 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6396
6397         * gnus-art.el (gnus-article-mime-part-status): 1 part.
6398
6399 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6400         From NAGY Andras <nagya@inf.elte.hu>.
6401
6402         * gnus.el (gnus-parameters): Typo.
6403
6404 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6405
6406         * gnus.el (gnus-read-method): Remove redundancy.
6407
6408 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6409
6410         * nnslashdot.el (nnslashdot-backslash-url): New variable.
6411         (nnslashdot-request-list): Use it.
6412
6413 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6414
6415         * nnml.el (nnml-generate-active-info): Fix the case when there is
6416         no file.
6417
6418         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
6419         (gnus-summary-create-article): New function.
6420
6421         * gnus-group.el (gnus-group-mark-article-read): New function.
6422
6423         * gnus-msg.el (gnus-inews-do-gcc): Use it.
6424
6425         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
6426
6427 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6428
6429         * gnus-art.el (gnus-article-edit-done): Don't use
6430         gnus-article-edit-exit.
6431         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
6432
6433         * gnus.el (gnus-parameters): New variable.
6434         Suggested by NAGY Andras <nagya@inf.elte.hu>.
6435         (gnus-parameters-get-parameter): New function.
6436         (gnus-group-find-parameter): Use it.
6437
6438 2001-02-23  Simon Josefsson  <simon@josefsson.org>
6439
6440         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
6441         change of default value to `current'.
6442
6443 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6444
6445         * nneething.el (nneething-get-head): Insert unreadable file too.
6446
6447 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6448
6449         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
6450
6451         * webmail.el (webmail-type-definition): Deja is bought by google.
6452
6453 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6454
6455         * gnus-sum.el (gnus-fetch-headers): New function.
6456         (gnus-select-newsgroup): Use it.
6457         (gnus-summary-insert-articles): New function.
6458         (gnus-summary-insert-old-articles): New function.
6459         (gnus-summary-insert-new-articles): New function.
6460
6461         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
6462         (gnus-group-list-active): Ditto.
6463         * gnus-sum.el (gnus-set-mode-line): Ditto.
6464         (gnus-summary-read-group-1): Ditto.
6465
6466 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6467
6468         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
6469         current topic.
6470
6471 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6472
6473         * smiley.el (gnus-smiley-display): Don't do widening.
6474
6475         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
6476         within body.
6477
6478         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
6479
6480         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
6481         New variable.
6482         (gnus-mime-display-multipart-related-as-mixed): New variable.
6483         (gnus-mime-display-part): Use them.
6484
6485 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6486
6487         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
6488         something special.
6489
6490 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6491
6492         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
6493         (nnweb-request-article): Call reference if exists.
6494         (nnweb-type-definition): Dejanews is bought by google.com.
6495         Beta!
6496
6497 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6498
6499         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
6500
6501 2001-02-19  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6502
6503         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
6504         gnus-article-sort-functions.
6505         (gnus-article-sort-functions): Doc fix.  Refer to
6506         gnus-thread-sort-functions.
6507
6508 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6509         From Paul Jarc <prj@po.cwru.edu>.
6510
6511         * message.el (message-get-reply-headers): More fixes.
6512
6513 2001-02-17  Paul Jarc <prj@po.cwru.edu>
6514         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6515
6516         * message.el (message-get-reply-headers): Fix bug with
6517         Mail-Followup-To/to-address interaction.
6518
6519 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6520
6521         * gnus-msg.el (gnus-configure-posting-styles): Match header in
6522         gnus-article-copy.
6523
6524 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6525
6526         * message.el (message-do-send-housekeeping): Rename to a better
6527         name.
6528
6529 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6530
6531         * message.el (message-cancel-news): Check article first, then ask
6532         yes or no.
6533
6534 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6535
6536         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
6537
6538 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6539
6540         * gnus-range.el (gnus-range-normalize): New function.
6541
6542 2001-02-15  NAGY Andras <nagya@inf.elte.hu>
6543
6544         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
6545
6546 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6547
6548         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
6549
6550         * nnagent.el (nnagent-request-regenerate): New function.
6551
6552         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
6553
6554         * nnml.el (nnml-generate-nov-databases): Accept argument
6555         server. Don't open server if it is opened.
6556         (nnml-request-regenerate): Use it. Change to deffoo.
6557
6558 2001-02-14  Katsumi Yamaoka <yamaoka@jpl.org>
6559         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6560
6561         * gnus.el (gnus-define-group-parameter): Fix.
6562
6563 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6564
6565         * gnus.el (gnus-define-group-parameter): Improved.
6566
6567         * gnus-sum.el (charset): Define parameter.
6568         (ignored-charsets): Ditto.
6569         (gnus-summary-setup-default-charset): Use them.
6570
6571         * gnus-start.el (gnus-read-descriptions-file): Use them.
6572
6573         * gnus-cus.el (gnus-group-parameters): Remove them.
6574
6575 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6576
6577         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
6578
6579 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6580
6581         * gnus-sum.el (gnus-summary-read-group-1): Remove
6582         gnus-summary-set-local-parameters.
6583         (gnus-summary-setup-buffer): Put it here.
6584
6585 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6586
6587         * gnus.el (to-address): Define parameter.
6588         (to-list): Ditto.
6589         * gnus-art.el (article-hide-boring-headers): Use them.
6590         * gnus-msg.el (gnus-post-news): Ditto.
6591         * gnus-cus.el (gnus-group-parameters): Remove them.
6592
6593 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6594
6595         * gnus-draft.el (gnus-draft-reminder): New function.
6596
6597         * gnus-art.el (gnus-sender-save-name): New function.
6598
6599 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6600
6601         * mm-util.el (mm-mime-charset): Error message.
6602
6603 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6604
6605         * message.el (message-check-news-body-syntax): Don't check mml lines.
6606
6607 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6608
6609         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
6610         subscribe.
6611
6612         * gnus-start.el (gnus-call-subscribe-functions): New function.
6613         (gnus-find-new-newsgroups): Use it.
6614         (gnus-ask-server-for-new-groups): Use it.
6615         (gnus-check-first-time-used): Use it.
6616         (gnus-subscribe-newsgroup-method): Grok a list of functions.
6617         (gnus-subscribe-options-newsgroup-method): Ditto.
6618         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
6619         return .
6620
6621 2001-02-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6622
6623         * gnus-cus.el (gnus-score-customize): Doc fix.
6624
6625 2001-02-11  Jesper Harder <harder@ifa.au.dk>
6626
6627         * dgnushack.el (my-getenv): Typo.
6628
6629 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6630
6631         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
6632
6633 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6634
6635         * gnus-group.el (gnus-group-suspend): Offer save summaries.
6636
6637         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
6638         (gnus-treatment-function-alist): Use it.
6639         (article-remove-leading-whitespace): New function.
6640         (gnus-article-make-menu-bar): Use it.
6641
6642         * gnus-sum.el (gnus-summary-wash-empty-map): Add
6643         remove-leading-whitespace.
6644         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
6645         because of conflict.
6646
6647 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6648
6649         * Makefile.in: Hack generating gnus-load.el.
6650         * dgnushack.el: Ditto.
6651         * gnus-load.el: Remove it.
6652
6653 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6654
6655         * dgnushack.el : Add URLDIR.
6656
6657         * Makefile.in (EMACS_COMP): Ditto.
6658
6659 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6660
6661         * gnus-cus.el (gnus-score-customize): Error on no score file.
6662
6663 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6664
6665         * mm-decode.el (mm-merge-handles): New function.
6666
6667         * mm-view.el (mm-inline-message): Use it.
6668         (mm-view-message): Ditto.
6669
6670         * mm-partial.el (mm-inline-partial): Ditto.
6671
6672         * mm-extern.el (mm-inline-external-body): Ditto.
6673
6674         * gnus-art.el (gnus-mime-view-part): Ditto.
6675         (gnus-mime-view-part-as-type): Ditto.
6676         (gnus-mime-save-part-and-strip): Prevent users to strip in some
6677         cases.
6678
6679 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6680
6681         * message.el (message-cancel-news): Allow to shoot foot.
6682         (message-supersede): Ditto.
6683
6684 2001-02-08  Tommi Vainikainen <thv@iki.fi>
6685
6686         * gnus-sum.el (gnus-simplify-subject-re): Use
6687         message-subject-re-regexp.
6688
6689 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6690
6691         * nnmail.el (nnmail-expiry-target-group): Bind
6692         nnmail-cache-accepted-message-ids to nil.
6693
6694         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
6695         coding system.
6696
6697 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6698
6699         * qp.el (quoted-printable-encode-region): Make sure characters are
6700         between 00 and FF.  Don't check charset.
6701
6702         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
6703         in Emacs 20.
6704         * rfc2047.el (rfc2047-q-encode-region): Ditto.
6705
6706 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6707
6708         * message.el (message-make-forward-subject): Argument decoded.
6709         (message-forward): Use it when digest.
6710
6711         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
6712         buffer.
6713
6714 2001-02-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6715
6716         * message.el (message-generate-headers-first): Doc fix.
6717
6718 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6719
6720         * gnus-art.el (article-make-date-line): Error proof.
6721
6722 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6723
6724         * gnus-group.el (gnus-group-listing-limit): New variable.
6725         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
6726
6727         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
6728
6729 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6730
6731         * message.el (message-newline-and-reformat): Special case for
6732         breaking at BOL.
6733
6734 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
6735
6736         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
6737         message/rfc822.
6738
6739 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6740
6741         * message.el (message-encode-message-body): Don't insert
6742         Content-Type if it is inside a mail.
6743
6744 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6745
6746         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
6747         gnus-article-commands-menu.
6748
6749         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
6750         in Emacs.
6751
6752         * gnus-start.el (gnus-read-descriptions-file): Use
6753         gnus-group-name-charset and gnus-group-charset-alist.
6754
6755 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6756
6757         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
6758         active region.
6759
6760         * gnus-start.el (gnus-group-change-level): Remove from both
6761         gnus-zombie-list and gnus-killed-list.
6762
6763 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6764
6765         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
6766         gnus-subscribe-topics.
6767
6768         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
6769
6770 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6771
6772         * gnus-art.el (gnus-article-make-menu-bar): Make
6773         gnus-article-post-menu.
6774
6775         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
6776
6777         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
6778
6779         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
6780
6781         * message.el (message-mode-menu): Ditto.
6782
6783         * gnus-art.el (defvar): eval-when-compile.
6784
6785 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6786
6787         * gnus-agent.el (gnus-agentize): Fix doc.
6788
6789 2001-02-02  Karl Kleinpaste <karl@charcoal.com>
6790
6791         * mml.el (mml-preview): Bind `q'.
6792
6793 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6794
6795         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
6796
6797 2001-01-31  Dave Love  <fx@gnu.org>
6798
6799         * mm-util.el (mm-mime-mule-charset-alist)
6800         (mm-find-mime-charset-region): Consider mule-utf-8.
6801
6802 2001-01-31  Dave Love  <fx@gnu.org>
6803
6804         * gnus-art.el (gnus-article-x-face-command)
6805         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
6806         :version.
6807
6808 2001-01-26  Dave Love  <fx@gnu.org>
6809
6810         * mm-util.el (mm-multibyte-string-p): New.
6811
6812 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
6813 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
6814 ;;      string-as-multibyte on class.  Clarify line-folding.
6815         (quoted-printable-encode-string): Make temp buffer inherit
6816         string's multibyteness.
6817
6818 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
6819
6820         * nnheader.el (toplevel): Don't require `gnus-util' at
6821         compile-time; this creates a circular dependency, and prevents
6822         a bootstrap.
6823
6824 2001-01-22  Andreas Schwab  <schwab@suse.de>
6825
6826         * nnheader.el (gnus-delete-line): Autoload it as a macro.
6827
6828 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6829
6830         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
6831
6832         * gnus-art.el (article-hide-list-identifiers): Ditto.
6833
6834         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
6835
6836 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6837
6838         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
6839
6840         * gnus-art.el (article-hide-list-identifiers): Similar.
6841
6842 2001-01-31  Karl Kleinpaste <karl@charcoal.com>
6843
6844         * nnmail.el (nnmail-remove-list-identifiers): Improved.
6845
6846 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6847
6848         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
6849
6850 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6851
6852         * gnus-util.el (gnus-string-equal): New function.
6853
6854         * gnus-art.el (article-hide-boring-headers): Use it.
6855
6856 2001-01-27  Karl Kleinpaste <karl@charcoal.com>
6857
6858         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
6859
6860 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6861
6862         * gnus-msg.el (gnus-msg-mail): Support switch-action.
6863
6864 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6865
6866         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
6867         command if there is not last-saver.
6868
6869 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6870
6871         * nntp.el (nntp-open-connection): 201 is possible.
6872
6873 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6874
6875         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
6876         (rfc2047-charset-encoding-alist): Add big5.
6877
6878 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6879
6880         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
6881         (gnus-agent-remove-server): Ditto.
6882         (autoload): gnus-server-update-server.
6883
6884         * gnus-srvr.el (gnus-server-line-format): Add %a.
6885         (gnus-server-line-format-alist): Add gnus-tmp-agent.
6886         (gnus-server-insert-server-line): Use it.
6887
6888 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6889
6890         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
6891         GB2312 and Big5.
6892
6893 2001-01-24  Simon Josefsson  <sj@extundo.com>
6894
6895         * mail-source.el (mail-sources): Add :program specifier to IMAP
6896         mail source.
6897         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
6898
6899 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6900
6901         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
6902
6903 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6904
6905         * nntp.el (nntp-wait-for): Return the success code.
6906         (nntp-open-connection): Use it.
6907
6908 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6909
6910         * gnus-int.el (gnus-check-server): Allow breaking the opening.
6911
6912 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6913
6914         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
6915
6916 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6917
6918         * gnus-sum.el (gnus-summary-print-article): Take one prefix
6919         argument. Allow to print several articles in one file.
6920
6921 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6922
6923         * webmail.el (webmail-type-definition): netaddress changes.
6924
6925 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6926
6927         * gnus.el: Fix copyright. Remove trailing spaces.
6928
6929         * message.el (message-forward): Use mule4.
6930
6931 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6932
6933         * mm-util.el (mm-string-as-unibyte): New function.
6934
6935         * message.el (message-forward): Use it.
6936
6937 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6938
6939         * message.el (message-cite-original-without-signature): Don't peel
6940         off the blank line.
6941         (message-get-reply-headers): Add Cc if it is not in follow-to.
6942
6943 2001-01-20  Simon Josefsson  <sj@extundo.com>
6944
6945         * mm-decode.el (mm-handle-multipart-from): Add.
6946         (mm-dissect-buffer): Save From: header value.
6947         (mm-security-from): Remove.
6948         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
6949
6950         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
6951         instead of `mml-security-from'.  Protect null from value.
6952
6953 2001-01-20  Simon Josefsson  <sj@extundo.com>
6954
6955         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
6956         application/vnd.ms-excel attachments.
6957
6958 2001-01-19  Simon Josefsson  <sj@extundo.com>
6959
6960         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
6961
6962 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6963
6964         * message.el (message-ignored-mail-headers): Ditto.
6965
6966 2001-01-19  Simon Josefsson  <sj@extundo.com>
6967
6968         * message.el (message-ignored-news-headers): Only search beginning
6969         of line.
6970
6971 2001-01-19  Alberto Lusiani <a.lusiani@noemail.org>
6972
6973         * message.el (message-send-mail): Content-Type may not be there.
6974
6975 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6976
6977         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
6978         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
6979
6980         * gnus-art.el (article-display-x-face): Insert X-Face if there is
6981         not.
6982
6983 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6984
6985         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
6986         non-native groups.
6987
6988 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6989
6990         * message.el (message-yank-original): Understand
6991         universal-argument.
6992
6993 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6994
6995         * gnus-art.el (gnus-boring-article-headers): Add to-address.
6996         (article-hide-boring-headers): Ditto.
6997
6998         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
6999
7000 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7001
7002         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
7003         one.
7004
7005 2001-01-16  Simon Josefsson  <simon@josefsson.org>
7006
7007         * message.el (message-make-in-reply-to): Add comment to message-id
7008         (old syntax, see 2000-08-02 change).
7009
7010 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7011
7012         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
7013         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
7014         (gnus-button-reply): Ditto.
7015
7016 2001-01-16  Katsumi Yamaoka <yamaoka@jpl.org>
7017
7018         * gnus-art.el (article-display-x-face): Fix.
7019
7020 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7021
7022         * gnus-art.el (article-display-x-face): Use
7023         gnus-original-article-buffer.
7024
7025 2001-01-15  Jack Twilley <jmt@tbe.net>
7026
7027         * message.el (message-add-header): Move to point-max.
7028
7029 2001-01-15  Simon Josefsson  <simon@josefsson.org>
7030
7031         * smime.el (smime-CA-directory, smime-CA-file): Change default to
7032         nil, improve documentation.
7033         (smime-certificate-directory): Comment out false hints (until it
7034         is implemented).
7035
7036         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
7037         there aren't any keys.
7038         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
7039         verify certificate.  Default is changed to only check integrity.
7040         Improved security status texts.  If a certificate doesn't contain
7041         a email address, don't fail.
7042
7043         * smime.el (smime-noverify-region):
7044         (smime-noverify-buffer): New functions.  Verifies integrity only.
7045
7046 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7047
7048         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
7049
7050 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7051
7052         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
7053         (gnus-remove-some-windows): Ditto.
7054
7055 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7056
7057         * gnus-art.el (article-make-date-line): 11th.
7058
7059 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7060
7061         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
7062         (mml2015-gpg-sign): Ditto.
7063
7064 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7065
7066         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
7067         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
7068
7069 2001-01-08  Dave Love  <fx@gnu.org>
7070
7071         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
7072         single character.
7073
7074         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
7075
7076         * message.el: Doc and message fixes.
7077         (message-send-rename-function)
7078         (message-make-forward-subject-function)
7079         (message-send-mail-function, message-reply-to-function)
7080         (message-wide-reply-to-function, message-followup-to-function)
7081         (message-distribution-function, message-auto-save-directory): Fix
7082         :type.
7083
7084         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
7085         proceeding after warnings.  Amend multipart warning message.
7086
7087 2001-01-04  Dave Love  <fx@gnu.org>
7088
7089         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
7090         compiling.
7091         (gnus-make-directory): Require nnmail.
7092
7093         * mm-decode.el (mm-inline-media-tests): Add
7094         image/x-portable-bitmap.
7095         (mm-get-image): Grok pbm.
7096
7097 2001-01-10  Paul Stevenson <p.stevenson@surrey.ac.uk>
7098
7099         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
7100
7101 2001-01-09  Didier Verna  <didier@xemacs.org>
7102
7103         * dgnushack.el (dgnushack-compile): give a dummy value to
7104         `gnus-xmas-glyph-directory' for the time of compilation.
7105         * gnus-agent.el: moved some XEmacs specific hook add-ons from
7106         `gnus-xmas-[re]define' to avoid loosing user custom settings.
7107         * gnus-art.el: ditto.
7108         * gnus-group.el: ditto.
7109         * gnus-salt.el: ditto.
7110         * gnus-sum.el: ditto.
7111         * gnus-topic.el: ditto.
7112         * gnus-xmas.el (gnus-xmas-define): see above.
7113         * gnus-xmas.el (gnus-xmas-redefine): see above.
7114         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
7115         non-continuable error when the directory can't be found.
7116
7117 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7118
7119         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
7120         handle.
7121         * gnus-art.el (gnus-mime-view-part): Copy it.
7122         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
7123
7124 2001-01-09  Michael Downes <mjd@ams.org>
7125
7126         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
7127
7128 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7129
7130         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
7131         orig-file. Use ',source.
7132
7133 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7134
7135         * gnus-xmas.el (gnus-xmas-modeline-glyph):
7136         (gnus-xmas-group-startup-message):
7137         Detect gnus-xmas-glyph-directory when it is nil.
7138
7139 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7140
7141         * pop3.el (pop3-get-message-count): Andrew Innes
7142         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
7143
7144 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7145
7146         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
7147
7148         * time-date.el (time-to-number-of-days): New function.
7149
7150 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
7151
7152         * nnslashdot.el (nnslashdot-request-list): Always get the right
7153         sid.
7154
7155 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7156
7157         * message.el (message-minibuffer-local-map): New keymap.
7158         (message-read-from-minibuffer): Use it.
7159         * gnus-msg.el (gnus-summary-resend-message): Use it
7160
7161 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7162
7163         * gnus-start.el (gnus-display-time-event-handler): New function.
7164         (gnus-after-getting-new-news-hook): Use it.
7165
7166 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7167
7168         * message.el (message-ignored-mail-headers): Add draft header.
7169
7170 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7171
7172         * gnus-sum.el (gnus-summary-expire-articles): Don't save
7173         excursion.
7174
7175         * nnslashdot.el (nnslashdot-request-list): Get the right year.
7176
7177 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
7178
7179         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
7180
7181 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7182
7183         * qp.el (quoted-printable-decode-region): Don't backward-char.
7184
7185 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7186
7187         * gnus-draft.el: Mark articles as replied.
7188
7189         * gnus-sum.el (gnus-summary-add-mark): New function.
7190
7191         * gnus-group.el (gnus-add-mark): New function.
7192
7193         * gnus-sum.el (gnus-summary-buffer-name): New function.
7194         (gnus-summary-setup-buffer): Use it.
7195
7196         * gnus-draft.el: Set things up with the right post method and
7197         stuff.
7198
7199         * message.el (message-ignored-news-headers): Remove X-Draft-From.
7200
7201         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
7202
7203         * gnus.el (gnus-draft-meta-information-header): New variable.
7204
7205 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7206
7207         * gnus-art.el (gnus-treatment-function-alist): Move the date
7208         functions before the header sorting functions.
7209
7210         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
7211
7212         * dgnushack.el (dgnushack-compile): Message whether there is w3.
7213         Don't (push "/usr/share/emacs/site-lisp" load-path).
7214
7215         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
7216         to empty fill prefixes.
7217
7218 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7219
7220         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
7221         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
7222
7223 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7224
7225         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
7226
7227         * nnml.el (autoload): Move to nnheader.el.
7228
7229         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
7230         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
7231         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
7232         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
7233
7234 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7235
7236         * gnus-art.el (article-make-date-line): Get the hours right.
7237         (gnus-ignored-headers): More hiding.
7238
7239         * nnmail.el (nnmail-expiry-wait): Not an integer.
7240
7241         * message.el (message-goto-body): Only expand abbrev when called
7242         interactively.
7243         (message-make-lines): Use it.
7244
7245 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7246
7247         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
7248
7249 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7250
7251         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
7252         include the expunged articles.
7253
7254         * gnus-group.el (gnus-group-sort-by-server): New function.
7255
7256         * gnus.el (gnus-method-to-server-name): New function.
7257         (gnus-group-prefixed-name): Use it.
7258
7259         * gnus-group.el (gnus-group-sort-function): Doc fix.
7260         (gnus-group-sort-groups-by-server): New command.
7261
7262 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7263
7264         * gnus-art.el (gnus-treat-date-english): New variable.
7265         (article-date-english): New command.
7266         (gnus-english-month-names): New variable.
7267         (article-make-date-line): Do 'english.
7268
7269         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
7270         after the fill prefix.
7271
7272         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
7273         score...".
7274
7275         * gnus-art.el (gnus-ignored-headers): Hide more headers.
7276
7277         * message.el (message-mode-map): Bind comment-region.
7278
7279         * gnus-art.el (gnus-mime-display-part): Let w3 display
7280         multipart/related.
7281
7282         * mm-bodies.el (mm-long-lines-p): New function.
7283         (mm-body-encoding): Use it.
7284         (mm-body-encoding): Encode articles with lines longer than 1000
7285         characters.
7286
7287 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7288
7289         * mm-util.el (mm-enable-multibyte): Use
7290         default-enable-multibyte-characters.
7291         (mm-enable-multibyte-mule4): Ditto.
7292         (mm-disable-multibyte): Test XEmacs.
7293         (mm-disable-multibyte-mule4): Ditto.
7294         (mm-with-unibyte-current-buffer): Simplified.
7295         (mm-with-unibyte-current-buffer-mule4): Ditto.
7296
7297 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7298
7299         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
7300
7301         * nnheader.el (nnheader-string-as-multibyte): New alias.
7302
7303         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
7304
7305         * gnus-uu.el (gnus-message-process-mark): New function.
7306         (gnus-uu-mark-by-regexp): Use it.
7307         (gnus-new-processable): New function.
7308
7309 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
7310
7311         * gnus-sum.el (gnus-no-mark): New variable.
7312
7313 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7314
7315         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
7316         backslashes.
7317
7318 2000-12-26  Katsumi Yamaoka <yamaoka@jpl.org>
7319
7320         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
7321         definition.
7322
7323 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7324
7325         * dgnushack.el (dgnushack-compile): elc is in the current directory.
7326
7327         * qp.el (quoted-printable-encode-region): Don't check multibyte in
7328         XEmacs.
7329
7330 2000-12-25  Lloyd Zusman <ljz@asfast.com>
7331
7332         * mml.el (mml-read-tag): Save tag location.
7333
7334 2000-12-25  Simon Josefsson  <simon@josefsson.org>
7335
7336         * starttls.el: Sync with Emacs 21.
7337
7338 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7339
7340         * message.el (message-mail): Support yank-action.
7341
7342         * message.el (message-setup): Revoke the last change.
7343
7344 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7345
7346         * message.el (message-setup): Use cons. Suggested by Johan Vromans
7347         <jvromans@squirrel.nl>.
7348
7349 2000-12-24  Simon Josefsson  <sj@extundo.com>
7350
7351         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
7352         mailing list junk at end of part.
7353
7354 2000-12-23  Simon Josefsson  <sj@extundo.com>
7355
7356         * nnimap.el (nnimap-expiry-target): New function.
7357         (nnimap-request-expire-articles): Use it.
7358
7359 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7360
7361         * gnus.el (gnus-group-parameters-more): New variable.
7362         * gnus-cus.el (gnus-group-customize): Use it.
7363
7364         * gnus.el (gnus-define-group-parameter): New macro.
7365         (auto-expire): Use it
7366         (total-expire): Use it.
7367         * gnus-art.el (banner): Use it.
7368
7369         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
7370         <ljz@asfast.com>.
7371
7372 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7373
7374         * gnus-topic.el (gnus-topic-create-topic): Use list.
7375
7376         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
7377         before binding gnus-default-article-saver.
7378
7379         * gnus-sum.el (gnus-summary-save-article):
7380         (gnus-summary-pipe-output):
7381         (gnus-summary-save-article-mail):
7382         (gnus-summary-save-article-rmail):
7383         (gnus-summary-save-article-file):
7384         (gnus-summary-write-article-file):
7385         (gnus-summary-save-article-body-file): Ditto.
7386
7387         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
7388
7389 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7390
7391         * gnus-art.el (gnus-mime-security-button-map):
7392         (gnus-mime-button-map): Add parent.
7393
7394 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7395
7396         * messagexmas.el (message-xmas-redefine): New function.
7397
7398         * message.el: Use it.
7399
7400         * gnus-art.el (gnus-article-check-hidden-text): Return t.
7401
7402         * gnus-util.el (gnus-remove-text-properties-when): Return t.
7403
7404 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7405
7406         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
7407         malformatted messages.
7408
7409 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7410
7411         * mm-util.el (mm-image-load-path): New function.
7412
7413         * gnus-group.el (gnus-group-make-tool-bar): Use it.
7414
7415         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
7416
7417         * message.el (message-tool-bar-map): Use it.
7418
7419         * Makefile.in (install-el): New rule.
7420
7421 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7422
7423         * gnus-art.el (article-treat-dumbquotes): Quote \.
7424
7425 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7426
7427         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
7428         Emacs 20 runs on a terminal.
7429
7430 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7431
7432         * gnus-msg.el (gnus-bug): Revert to save-excursion.
7433
7434         * mml.el (gnus-add-minor-mode): Autoload.
7435
7436         * message.el (message-forward): Save-restriction.
7437
7438 2000-12-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7439
7440         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
7441         Paul Stevenson <p.stevenson@surrey.ac.uk>
7442
7443 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7444
7445         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
7446
7447         * mml.el (gnus-ems): Don't require.
7448
7449         * gnus.el (gnus-decode-rfc1522): Removed.
7450         (gnus-set-text-properties): Define.
7451
7452 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7453
7454         * gnus-art.el (gnus-mime-*): handle may be nil.
7455
7456         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
7457
7458         * gnus.el (gnus-group-remove-excess-properties): Not defined
7459         in gnus-xmas.
7460
7461 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7462
7463         * message.el (message-mail-user-agent): Add :version.
7464
7465 2000-12-21  Miles Bader  <miles@gnu.org>
7466
7467         * message.el (message-mode): Set `comment-start' to the  yank prefix.
7468
7469 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7470
7471         * message.el (message-mail-user-agent): New variable.
7472         (message-setup): Renamed to message-setup-1. Support
7473         mail-user-agent.
7474         (message-mail-user-agent): New function.
7475         (message-mail): Use it.
7476         (message-reply): Use it.
7477         (message-resend): Use it.
7478         (message-mail-other-window): Use it.
7479         (message-mail-other-frame): Use it.
7480
7481         * gnus-msg.el (gnus-bug): Support mail-user-agent.
7482
7483 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7484
7485         * message.el (message-tool-bar-map): Simplify.
7486         (message-narrow-to-head-1): New function.
7487         (message-narrow-to-head): Use it.
7488         (message-reply): Ditto.
7489         (message-cancel-news): Ditto.
7490         (message-supersede): Ditto.
7491         (message-make-forward-subject): Ditto.
7492         (message-bounce): Ditto.
7493
7494 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7495
7496         * uudecode.el (uudecode-decode-region-external): make-temp-file
7497         may not be defined.
7498
7499         * binhex.el (defalias): eval-and-compile.
7500
7501         * message.el (message-tool-bar-map): New function.
7502         (message-mode): Use it.
7503
7504 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7505
7506         * nntp.el (nntp-find-connection): Remove the entry.
7507         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
7508
7509 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7510
7511         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
7512
7513         * message.el (message-forward): Copy buffer in unibyte mode.
7514
7515 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7516
7517         * message.el (message-make-forward-subject): Don't widen. Decode.
7518         (message-forward): Don't decode subject.
7519
7520 2000-12-20  Christoph Conrad <C.Conrad@cli.de>
7521
7522         * qp.el (quoted-printable-encode-region): Upcase QP.
7523
7524 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7525
7526         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
7527         mail-extract-a-c instead. Don't depend on Gnus.
7528
7529         * mml.el (gnus-ems): Require it.
7530
7531         * gnus-msg.el (gnus-summary-mail-forward):
7532
7533         * message.el (message-forward):  Move mime-to-mml here.
7534
7535 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7536
7537         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
7538         * gnus-art.el (gnus-insert-mime-button): Simplify.
7539         (gnus-mime-display-alternative): Ditto.
7540         (gnus-insert-mime-security-button): Ditto.
7541
7542 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7543
7544         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
7545         text-property-not-all doesn't return nil when start=mark(end).
7546         (gnus-remove-text-properties-when): Ditto.
7547
7548 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7549
7550         * gnus-start.el (gnus-group-change-level): Remove group from
7551         gnus-active-hashtb if real killed.
7552
7553 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7554
7555         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
7556         (gnus-mime-display-alternative): Ditto.
7557         (gnus-insert-mime-security-button): Ditto.
7558
7559 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7560
7561         * gnus-start.el (gnus-group-change-level): Don't add it into
7562         killed-list if it was killed.
7563
7564 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7565
7566         * nnmbox.el (nnmbox-file-coding-system): Use binary.
7567         (nnmbox-active-file-coding-system): Ditto.
7568
7569         * gnus-cus.el (gnus-group-parameters): Add posting-style.
7570
7571 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7572
7573         * gnus.el (gnus-version):
7574         (gnus-version-number): Set to Oort Gnus 0.01.
7575
7576         * gnus-art.el (gnus-mime-security-button-map):
7577         (gnus-insert-mime-security-button): Fix for Emacs21.
7578
7579 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7580
7581         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
7582         easymenu, because XEmacs doesn't understand :help.
7583
7584         * mm-uu.el: Require binhex.
7585
7586 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7587
7588         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
7589
7590 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7591
7592         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
7593
7594 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
7595
7596         * *.xpm, *.pbm: Convert icons icons to size 24x24.
7597
7598 2000-12-18  Dave Love  <fx@gnu.org>
7599
7600         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
7601         (unused).
7602
7603 2000-12-13  Miles Bader  <miles@gnu.org>
7604
7605         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
7606         to t, so that we don't get stuck while trying to smilefy
7607         intangible text.
7608
7609 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
7610
7611         * smiley-ems.el (smiley-regexp-alist): Make regexps match
7612         at the end of the buffer.
7613         (smiley-region): In the loop, move to the end of the submatch
7614         matching the smiley instead of using the end of the match
7615         of the whole regexp.
7616
7617 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
7618
7619         * message.el (message-mode): Doc fix.
7620
7621 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
7622
7623         * smiley-ems.el (smiley-region): Doc fix.
7624
7625 2000-12-11  Miles Bader  <miles@gnu.org>
7626
7627         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
7628         bottom line visible, check to see if it's partially obscured, and
7629         if so, either scroll one more line to make it fully visible, or
7630         revert to showing the second line from the top.
7631
7632 2000-12-07  Dave Love  <fx@gnu.org>
7633
7634         * mailcap.el (mailcap-download-directory)
7635         * gnus-audio.el (gnus-audio-directory)
7636         * smiley-ems.el (smiley-data-directory): Fix :type.
7637
7638 2000-11-30  Dave Love  <fx@gnu.org>
7639
7640         * message.el (message-auto-save-directory): Use
7641         file-name-as-directory.
7642         (message-set-auto-save-file-name): Create
7643         message-auto-save-directory if necessary.
7644         (message-replace-chars-in-string): Removed -- unused.
7645         (message-mail-alias-type): Customize.
7646         (message-headers): Remove duplicate defgroup.
7647
7648 2000-11-29  Dave Love  <fx@gnu.org>
7649
7650         * qp.el (quoted-printable-decode-region): Use error, not message
7651         to report malformed text (like base64).  Amend message.
7652
7653 2000-11-29  Miles Bader  <miles@gnu.org>
7654
7655         * message.el (message-header-lines): Fontify tag.
7656
7657 2000-11-27  Dave Love  <fx@gnu.org>
7658
7659         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
7660         compiler warning.
7661
7662 ;2000-11-26  Dave Love  <fx@gnu.org>
7663 ;
7664 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
7665 ;
7666 2000-11-23  Dave Love  <fx@gnu.org>
7667
7668         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
7669
7670         * mm-uu.el (uudecode): Require.
7671         (uudecode-decode-region, uudecode-decode-region-external): Don't
7672         autoload.
7673         (mm-uu-copy-to-buffer): Doc fix.
7674         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
7675         type fix.
7676
7677         * mailcap.el: Doc fixes.
7678         (mailcap-mime-data): Various adjustments.
7679         (mailcap): New group.
7680         (mailcap-download-directory): Customize.
7681         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
7682         (mailcap-temporary-directory): Deleted (unused).
7683         (mailcap-unescape-mime-test): Simplify slightly.
7684         (mailcap-viewer-passes-test): Use functionp.
7685         (mailcap-command-p): Aliased to executable-find.
7686
7687         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
7688         default-enable-multibyte-characters is nil.
7689
7690 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
7691
7692         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
7693
7694 2000-11-21  Dave Love  <fx@gnu.org>
7695
7696         * gnus-art.el (gnus-mime-button-map): Don't inherit from
7697         gnus-article-mode-map.
7698 ;       (gnus-mime-button-menu): Use mouse-set-point.
7699         (gnus-insert-mime-button, gnus-mime-display-alternative)
7700         (gnus-mime-display-alternative): Don't use local-map property.
7701
7702 2000-11-17  Dave Love  <fx@gnu.org>
7703
7704         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
7705         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
7706         and make-temp-file.
7707         (uudecode-decode-region): Doc fix.
7708
7709 2000-11-14  Dave Love  <fx@gnu.org>
7710
7711         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
7712         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
7713         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
7714         New files, derived from the XPMs.
7715
7716 2000-11-10  Dave Love  <fx@gnu.org>
7717
7718         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
7719         (gnus-agent-lib-file, gnus-agent-load-alist)
7720         (gnus-agent-save-alist, gnus-agent-article-name): Use
7721         expand-file-name.
7722
7723         * gnus-group.el (gnus-group-name-charset-method-alist): Add
7724         :version.
7725         (nnkiboze-score-file): Defvar when compiling.
7726
7727         * gnus-start.el (gnus-read-newsrc-file): Add :version.
7728
7729         * gnus-art.el (gnus-article-banner-alist)
7730         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
7731         (gnus-article-date-lapsed-new-header)
7732         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
7733         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
7734         (gnus-treat-strip-headers-in-body)
7735         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
7736         (gnus-treat-translate): Add :version.
7737         (gnus-article-mime-part-function): Fix defcustom.
7738
7739         * nnmail.el (nnmail-expiry-target)
7740         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
7741         (nnmail-split-header-length-limit): Add :version.
7742
7743         * gnus-sum.el (gnus-auto-expirable-marks)
7744         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
7745         (gnus-extra-headers, gnus-ignored-from-addresses)
7746         (gnus-newsgroup-ignored-charsets)
7747         (gnus-group-highlight-words-alist)
7748         (gnus-summary-show-article-charset-alist): Add :version.
7749
7750         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
7751         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
7752         files, converted from the XPMs.
7753
7754         * gnus-cache.el (gnus-cache-active-file): Don't use
7755         file-name-as-directory on directory.
7756         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
7757         use file-name-as-directory on directory.
7758
7759         * time-date.el (timezone-make-date-arpa-standard): Autoload.
7760         (date-to-time): Use it.
7761
7762 ;       * message.el (message-mode) <adaptive-fill-regexp>:
7763 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
7764 ;       (message-newline-and-reformat): Likewise.
7765         (message-forward-as-mime, message-forward-ignored-headers)
7766         (message-buffer-naming-style, message-default-charset)
7767         (message-dont-reply-to-names, message-send-mail-partially-limit):
7768         Add :version.
7769
7770         * mm-util.el: Doc fixes.
7771         (mm-mime-charset): Don't use the raw result of
7772         mm-preferred-coding-system.
7773         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
7774         (mm-with-unibyte): Simplify.
7775
7776         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
7777         concat.
7778
7779         * pop3.el (pop3-version): Deleted.
7780         (pop3-make-date): New function, avoiding message-make-date.
7781         (pop3-munge-message-separator): Use it.
7782
7783 2000-11-09  Dave Love  <fx@gnu.org>
7784
7785         * gnus-group.el (gnus-group-make-directory-group)
7786         (gnus-group-fetch-faq): Use expand-file-name.
7787         (gnus-group-fetch-faq): Simplify completing-read form.
7788
7789         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
7790         test for Mule.
7791
7792         * message.el (tool-bar-map): Defvar when compiling.
7793
7794         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
7795         (gnus-tm-lisp-directory): Deleted.
7796         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
7797         (featurep 'xemacs).
7798         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
7799         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
7800         version numbers from file names.
7801
7802 2000-11-08  Dave Love  <fx@gnu.org>
7803
7804         * mm-view.el: Use featurep for XEmacs test.
7805         (mm-inline-message): Test for `remove-specifier'; don't use
7806         condition-case.
7807
7808         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
7809
7810         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
7811         (gnus-score-find-bnews): Don't concat "".
7812
7813         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
7814         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
7815         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
7816         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
7817
7818         * gnus-sum.el: Put some defvars in eval-when-compile.
7819         (gnus-summary-mode-hook): Add :options.
7820         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
7821         (gnus-summary-tool-bar-map): New variable.
7822         (gnus-summary-make-tool-bar): New function.
7823         (gnus-summary-mode): Put kill-all-local-variables first.
7824
7825         * gnus-group.el (gnus-group-toolbar-map): New variable.
7826         (gnus-group-make-tool-bar): Rewritten.
7827         (gnus-group-mode): Put kill-all-local-variables first.
7828
7829         * rfc2047.el: Require gnus-util.
7830
7831         * nnml.el (gnus-sorted-intersection): Autoload.
7832
7833         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
7834         Put some defvars in eval-when-compile.
7835         (gnus-intersection, gnus-sorted-complement):  Autoload.
7836
7837         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
7838
7839         * mm-encode.el (mm-body-7-or-8): Autoload.
7840
7841         * mm-decode.el (mm-insert-inline): Autoload.
7842
7843         * mml.el:
7844         * message.el: Put some defvars in eval-when-compile.
7845
7846         * gnus-msg.el: Put some defvars in eval-when-compile.
7847         (gnus-msg-mail): Move after gnus-setup-message.
7848
7849         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
7850
7851 2000-11-07  Dave Love  <fx@gnu.org>
7852
7853         * gnus-util.el (nnheader): Don't require message (recursive
7854         autoload).
7855
7856         * uudecode.el: Avoid compiler warnings.
7857
7858         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
7859         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
7860
7861 2000-11-06  Dave Love  <fx@gnu.org>
7862
7863         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
7864
7865         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
7866         (uudecode-char-int): New alias, replacing char-int.
7867         (uudecode-decode-region): Don't call buffer-disable-undo.
7868
7869 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
7870 ;       (mm-uu-configure-list): Doc fix.
7871 ;
7872 ;       * earcon.el (running-xemacs): Don't define.
7873 ;
7874 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
7875 ;
7876 ;       * message.el (message-font-lock-keywords): Match a final newline
7877 ;       to help font-lock's multiline support.
7878 ;
7879 2000-11-03  Dave Love  <fx@gnu.org>
7880
7881         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
7882
7883         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
7884         name.
7885
7886         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
7887         <banner>: Fix custom type, doc.
7888
7889         * mm-decode.el (mm-display-external): Space-prefix temp buffer
7890         name.  Don't disable undo explicitly.
7891
7892 ;2000-11-02  Dave Love  <fx@gnu.org>
7893 ;
7894 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
7895 ;       cite-prefix.
7896
7897 2000-11-01  Dave Love  <fx@gnu.org>
7898
7899         * rfc2047.el (base64): Require unconditionally.
7900         (message-posting-charset): Defvar when compiling.
7901         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
7902         message.
7903
7904         * gnus-sum.el (nnoo): Require.
7905         (mm-uu-dissect): Autoload.
7906
7907         * mml.el (mml-parse-1): Clarify message.
7908         (mml-minibuffer-read-type): Use mailcap-mime-types.
7909
7910 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
7911
7912         * mml.el: Fix a typo in the requiring of CL.
7913
7914 2000-11-01  Dave Love  <fx@gnu.org>
7915
7916         * utf7.el: Require cl when compiling.
7917
7918         * binhex.el: Use (featurep 'xemacs).
7919         (binhex-char-int): New alias, replacing char-int.  Change callers.
7920         (binhex-decode-region): Simplify work buffer code.
7921         (binhex-decode-region-external): Use expand-file-name, not concat.
7922
7923 2000-10-30  Dave Love  <fx@gnu.org>
7924
7925         * gnus-art.el: Fix 2000-10-27 change properly.
7926
7927 2000-10-28  Miles Bader  <miles@gnu.org>
7928
7929         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
7930
7931 2000-10-27  Dave Love  <fx@gnu.org>
7932
7933         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
7934         strings.
7935         (gnus-group-make-tool-bar): New function.
7936         (gnus-group-mode): Use it.
7937
7938         * message.el (message-mode-menu): Add some :help strings.
7939         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
7940         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
7941
7942         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
7943         * describe-group.xpm, get-news.xpm, kill-group.xpm:
7944         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
7945
7946         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
7947         display-graphic-p here.
7948
7949 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
7950
7951         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
7952         of the `gnus-xemacs' variable, as the latter has been removed.
7953         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
7954         * gnus-art.el (gnus-treat-display-xface)
7955         (gnus-treat-display-smileys, gnus-treat-display-picons)
7956         (gnus-article-read-summary-keys): Likewise.
7957
7958 2000-10-26  Dave Love  <fx@gnu.org>
7959
7960         (defvar): Use rmail-spool-directory unconditionally.
7961
7962 2000-10-18  Dave Love  <fx@gnu.org>
7963
7964         * mm-bodies.el (mm-uu-decode-function)
7965         (mm-uu-binhex-decode-function): Defvar when compiling.
7966
7967         * gnus-nocem.el (gnus-nocem-issuers): Update.
7968         (gnus-nocem-check-from): New option.
7969         (gnus-nocem-scan-groups): Use it.
7970         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
7971         (gnus-nocem-check-article-limit): Add :version.
7972
7973 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
7974
7975         * ietf-drums.el (mm-util): Require CL when compiling.
7976
7977 2000-10-15  Dave Love  <fx@gnu.org>
7978
7979         * qp.el: Require mm-util.
7980
7981 2000-10-13  Dave Love  <fx@gnu.org>
7982
7983         * qp.el (quoted-printable-decode-region): Avoid invalid
7984         coding-systems.
7985
7986 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
7987
7988         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
7989         to a recursive load.
7990
7991 2000-10-12  Dave Love  <fx@gnu.org>
7992
7993         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
7994
7995         * gnus.el (gnus-group-startup-message): Check for PBM image.
7996
7997 2000-10-09  Dave Love  <fx@gnu.org>
7998
7999         * mail-source.el (mail-source-fetch-imap): Bind
8000         default-enable-multibyte-characters rather than using
8001         mm-disable-multibyte.
8002
8003 2000-10-05  Dave Love  <fx@gnu.org>
8004
8005         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
8006         Autoload.
8007         (quoted-printable-decode-region):  Rename arg which confused
8008         charset with coding-system.  Don't use nonascii-insert-offset.
8009         Coding-system encode the region initially.  Don't recognize `=='
8010         as valid QP.  Coding-system decode the region finally.
8011         (quoted-printable-decode-string): Rename arg which confused
8012         charset with coding-system.
8013
8014         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
8015         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
8016         mm-encode-coding-region.
8017         (mm-decode-body, mm-decode-string): Rename variables which
8018         confused charset with coding-system.
8019         (binhex-decode-region): Don't autoload.
8020         (mm-body-encoding): Require message.
8021         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
8022         cond branches.
8023
8024         * gnus-art.el (article-de-quoted-unreadable)
8025         (article-de-base64-unreadable): Fold search case
8026         rather than downcasing string.  Apply mm-charset-to-coding-system
8027         to arg of quoted-printable-decode-region.
8028
8029 2000-10-04  Dave Love  <fx@gnu.org>
8030
8031         * gnus-ems.el: Don't turn off compiler warnings in local vars.
8032         Require ring when compiling.
8033         (gnus-article-compface-xbm): New variable.
8034
8035 2000-10-04  Dave Love  <fx@gnu.org>
8036
8037         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
8038         pbm images.
8039
8040         * frown.pbm, smile.pbm, wry.pbm: New files.
8041
8042         * frown.xbm, smile.xbm, wry.xbm: Deleted.
8043
8044 2000-10-03  Dave Love  <fx@gnu.org>
8045
8046         * mail-source.el (mail-sources): Revert to nil.
8047
8048         * nnmail (nnmail-spool-file): Revert to `((file))'.
8049
8050         * qp.el: Don't require mm-util.
8051         (quoted-printable-decode-region): Rewritten.
8052         (quoted-printable-decode-string, quoted-printable-encode-region):
8053         Doc fix.
8054         (quoted-printable-encode-region): Barf on multibyte characters.
8055         Maybe make the class multibyte.  Upcase chars, not formatted
8056         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
8057         (quoted-printable-encode-string): Don't use
8058         mm-with-unibyte-buffer.
8059
8060 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
8061
8062         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
8063
8064 2000-09-21  Dave Love  <fx@gnu.org>
8065
8066         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
8067         (for Emacs 20).  Tidy somewhat.
8068
8069 2000-09-21  Dave Love  <fx@gnu.org>
8070
8071         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
8072         image processing.  Rationalize logic somewhat.
8073
8074 2000-09-20  Dave Love  <fx@gnu.org>
8075
8076         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
8077         specifically.
8078
8079         * gnus.el (gnus-version-number): Avoid some redundant
8080         autoloads.
8081
8082 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
8083
8084         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
8085         to XBM; we always have PBM support.
8086
8087 2000-09-14  Dave Love  <fx@gnu.org>
8088
8089         * gnus.el (gnus-charset):
8090         * mm-decode.el (mime-display):
8091         * imap.el (imap) <defgroup>: Add :version.
8092
8093 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
8094
8095         * parse-time.el: Fix author's mail address.
8096
8097         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
8098         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
8099         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
8100         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
8101         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
8102         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
8103         * rfc2231.el, uudecode.el: Fix copyright notice.
8104
8105         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
8106         require `w3' at load-time only if not running in batch mode.
8107
8108 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8109
8110         * gnus.el: Before merge with Emacs21.
8111
8112 2000-12-19  Raymond Scholz <ray-2000@zonix.de>
8113
8114         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
8115
8116 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8117
8118         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
8119         to avoid conflict with the standard `back-to-indentation'
8120         binding.
8121
8122 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8123
8124         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
8125
8126         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
8127         (mm-disable-multibyte-mule4): Ditto.
8128         (mm-with-unibyte-current-buffer-mule4): Ditto.
8129
8130 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8131
8132         * pop3.el (pop3-movemail): Use binary.
8133         (pop3-movemail-file-coding-system): Removed.
8134
8135 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8136
8137         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
8138
8139 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8140
8141         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
8142         exists.
8143
8144 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8145
8146         * gnus-msg.el (gnus-post-method): Use backend name when the
8147         address is "".
8148
8149 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8150
8151         * gnus-art.el (article-verify-x-pgp-sig): Don't test
8152         mm-verify-option.
8153         (gnus-treat-x-pgp-sig): Default value.
8154         (gnus-ignored-headers): Redundant.
8155
8156 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8157
8158         * gnus-win.el (gnus-configure-frame): Save selected window.
8159
8160 2000-02-15  Andrew Innes  <andrewi@gnu.org>
8161
8162         * nnmbox.el: Require gnus-range.
8163         (nnmbox-group-building-active-articles): New variable.
8164         (nnmbox-group-active-articles): New variable; this is a cache of
8165         all active articles by group and number.
8166         (nnmbox-in-header-p): New function.
8167         (nnmbox-find-article): New function.
8168         (nnmbox-record-active-article): New function.
8169         (nnmbox-record-deleted-article): New function.
8170         (nnmbox-is-article-active-p): New function.
8171         (nnmbox-retrieve-headers): Use nnmbox-find-article.
8172         (nnmbox-request-article): Ditto.  Also supply extra arg to
8173         nnmbox-article-group-number.
8174         (nnmbox-request-expire-articles): Ditto.
8175         (nnmbox-request-move-article): Ditto.
8176         (nnmbox-request-replace-article): Ditto.
8177         (nnmbox-request-rename-group): Rename group entry in active
8178         article cache.
8179         (nnmbox-delete-mail): Update active article cache, unless article
8180         is being replaced.
8181         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
8182         than partially duplicating it.
8183         (nnmbox-article-group-number): Add extra `this-line' arg, to
8184         handle articles belonging to multiple groups.
8185         (nnmbox-save-mail): Update active article cache.
8186         (nnmbox-read-mbox): Build active article cache when loading mbox.
8187         Also do some repair work, if we find articles that are missing the
8188         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
8189         reconstruct these from Xref info.
8190
8191 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8192
8193         * mail-source.el (mail-source-report-new-mail): Use
8194         nnheader-run-at-time.
8195
8196 2000-02-15  Andrew Innes  <andrewi@gnu.org>
8197
8198         * mail-source.el (mail-source-fetch-pop): Clear pop password when
8199         an error is thrown, and then rethrow the error.
8200         (mail-source-check-pop): Ditto.
8201         (mail-source-start-idle-timer): Prevent multiple pop checks
8202         running if the check takes a long time.
8203
8204 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8205
8206         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
8207         succeed.
8208
8209 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8210
8211         * gnus-win.el (gnus-configure-windows): Make sure
8212         nntp-server-buffer is live.
8213         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
8214
8215 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
8216
8217         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
8218
8219 2000-12-04  Andreas Jaeger  <aj@suse.de>
8220
8221         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
8222
8223 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8224
8225         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
8226
8227 2000-12-01  Christopher Splinter <chris@splinter.inka.de>
8228
8229         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
8230
8231 2000-12-01  Simon Josefsson  <sj@extundo.com>
8232
8233         * mml-smime.el (mml-smime-verify): Fix address parsing.
8234
8235 2000-12-01  Simon Josefsson  <sj@extundo.com>
8236
8237         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
8238         more than one certificate inside PKCS#7 blob.  Better security
8239         information (clamed / actual sender, openssl output, certificates
8240         inside message).
8241
8242         * smime.el (smime-verify-region): Output to /dev/null.
8243         (smime-buffer-as-string-region): Don't parse empty lines.
8244
8245 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8246
8247         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
8248         ?d and ?D.
8249         (gnus-mime-security-show-details-inline): New variable.
8250         (gnus-mime-security-show-details): Use them.
8251         (gnus-insert-mime-security-button): Ditto.
8252
8253         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
8254         Suggest by Michael Duggan (md5i@cs.cmu.edu).
8255         (mml2015-gpg-clear-verify): Ditto.
8256         (mml2015-gpg-decrypt-1): Ditto.
8257         (mml2015-use): Prefer 'gpg.
8258
8259 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8260
8261         * gnus-util.el (gnus-add-text-properties-when): New function.
8262         (gnus-remove-text-properties-when): Ditto.
8263
8264         * gnus-cite.el (gnus-article-hide-citation): Use them.
8265         (gnus-article-toggle-cited-text): Use them.
8266
8267         * gnus-art.el (gnus-signature-toggle): Use them.
8268         (gnus-article-show-hidden-text): Ditto.
8269         (gnus-article-hide-text): Ditto.
8270
8271 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8272
8273         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
8274
8275 2000-11-30  Simon Josefsson  <sj@extundo.com>
8276
8277         * smime.el (smime-point-at-eol): New alias.
8278         (smime-buffer-as-string-region): Use it.
8279
8280 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8281
8282         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
8283
8284 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8285
8286         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
8287
8288         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
8289
8290         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
8291
8292 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8293
8294         * nnmh.el (nnmh-request-expire-articles): Implemented
8295         expiry-target for nnmh backend.
8296
8297 2000-11-30  Simon Josefsson  <sj@extundo.com>
8298
8299         * mm-decode.el (mm-security-from): New variable.
8300         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
8301
8302         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
8303         than `from'.
8304
8305 2000-11-30  Simon Josefsson  <sj@extundo.com>
8306
8307         * mml-smime.el (mml-smime-verify): Verify that certificate mail
8308         address match sender address.
8309
8310         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
8311
8312         * smime.el (smime-verify-region): Don't copy buffer.
8313         (smime-decrypt-buffer): Use expand-file-name on keyfile.
8314         (smime-pkcs7-region): New function.
8315         (smime-pkcs7-certificates-region): Ditto.
8316         (smime-pkcs7-email-region): Ditto.
8317         (smime-buffer-as-string-region): Ditto.
8318
8319         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
8320         buffer.
8321
8322 2000-11-23  Jens Krinke <j.krinke@gmx.de>
8323
8324         * smime.el (smime-decrypt-region): Fix keyfile argument.
8325
8326 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8327
8328         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
8329
8330 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8331
8332         * message.el (message-shoot-gnksa-feet): New variable.
8333         (message-gnksa-enable-p): New function.
8334         (message-send): Use it.
8335         (message-check-news-body-syntax): Ditto.
8336
8337 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8338
8339         * message.el (message-make-message-id): Remove the redundancy.
8340
8341 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8342
8343         * message.el (message-setup): Discourage using mc-install-*-mode.
8344
8345         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
8346
8347 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8348
8349         * gnus-cite.el (gnus-cite-parse): Guess citation length.
8350
8351 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8352
8353         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
8354
8355 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8356
8357         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
8358
8359 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8360
8361         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
8362         insert-buffer-substring.
8363
8364         * message.el (message-send-mail): Use buffer-substring-no-properties.
8365         (message-send-news): Ditto.
8366
8367 2000-11-22  David Edmondson <dme@dme.org>
8368
8369         * imap.el (imap-wait-for-tag): Message read info.
8370
8371 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8372
8373         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
8374         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
8375         (mml2015-gpg-encrypt): Ditto.
8376
8377 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8378
8379         * mm-decode.el (mm-verify-option): Default value.
8380
8381         * mml-sec.el (mml-secure-part): Error message.
8382
8383 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8384
8385         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
8386
8387 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8388
8389         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
8390
8391 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8392
8393         * gnus-art.el (gnus-article-describe-key): Use prompt.
8394         (gnus-article-describe-key-briefly): Ditto.
8395
8396 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8397
8398         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
8399
8400 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8401
8402         * gnus-art.el (gnus-article-describe-key): New function.
8403         (gnus-article-describe-key-briefly): New function.
8404
8405 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8406
8407         * mm-decode.el (mm-decrypt-option): Doc typo.
8408
8409         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
8410         return a number.
8411
8412 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8413
8414         * message.el (message-newline-and-reformat): Typo.
8415
8416 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8417
8418         * gnus-art.el (article-verify-x-pgp-sig): Check whether
8419         original-article-buffer exists.
8420
8421         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
8422         (rfc2047-header-encoding-alist): Addresses are different from text.
8423         (rfc2047-encode-message-header): Ditto.
8424         (rfc2047-dissect-region): Extra parameter.
8425         (rfc2047-encode-region): Ditto.
8426         (rfc2047-encode-string): Ditto.
8427
8428 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8429
8430         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
8431         (mm-uu-pgp-encrypted-extract): Use it.
8432         (mm-uu-pgp-signed-extract-1): New function.
8433         (mm-uu-pgp-signed-extract): Use it.
8434
8435         * gnus-art.el (gnus-mime-display-security): New function.
8436         (gnus-mime-display-part): Use it.
8437         (gnus-mime-security-verify-or-decrypt): New function.
8438         (gnus-mime-security-press-button): New function.
8439         (gnus-insert-mime-security-button): Use it.
8440
8441         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
8442         (mm-find-raw-part-by-type): Ditto.
8443         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
8444         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
8445         (mm-destroy-parts): Kill nested multibyte buffer.
8446
8447         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
8448         (mml2015-gpg-verify): Ditto.
8449
8450 2000-11-18  Simon Josefsson  <sj@extundo.com>
8451
8452         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
8453         (mml2015-function-alist): Use it.
8454
8455         * mml-sec.el (mml-sign-alist): Update names.
8456         (mml-encrypt-alist): Ditto.
8457         (mml-secure-part-smime-sign): Moved to mml-smime.el
8458         as `mml-smime-sign-query'.
8459         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
8460         `mml-smime-get-file-cert'.
8461         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
8462         `mml-smime-get-dns-cert'.
8463         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
8464         `mml-smime-encrypt-query'.
8465         (mml-smime-sign-buffer): Use mml-smime-sign.
8466         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
8467
8468         * mml-smime.el (mml-smime-sign): New function.
8469         (mml-smime-encrypt):
8470         (mml-smime-sign-query):
8471         (mml-smime-get-file-cert):
8472         (mml-smime-get-dns-cert):
8473         (mml-smime-encrypt-query): Moved from mml-sec.el.
8474
8475 2000-11-16  Simon Josefsson  <sj@extundo.com>
8476
8477         * mml2015.el (mml2015-gpg-clear-verify): New function.
8478         (mml2015-function-alist): Add it.
8479
8480 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8481
8482         * message.el (message-setup-fill-variables): Use
8483         message-cite-prefix-regexp.
8484         (message-newline-and-reformat): Check the end of citation, leading
8485         WSP, break in the cite prefix.
8486         (message-fill-paragraph): New function.
8487
8488 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
8489
8490         * lpath.el: Shut up.
8491
8492 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8493
8494         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
8495         raw 8-bit in headers in dk.* newsgroups.
8496
8497 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8498
8499         * message.el (message-newline-and-reformat): Match extra WSPs.
8500
8501 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8502
8503         * mml.el (mml-generate-mime-1): Ignore ascii.
8504
8505 2000-11-16 Justin Sheehy <justin@iago.org>
8506
8507         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
8508
8509 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8510
8511         * message.el (message-cite-prefix-regexp): Prefix should not end
8512         at space.
8513
8514 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8515
8516         * message.el (message-mode-syntax-table): Add - as a word
8517         constituent as in articles.
8518         (message-setup-fill-variables): Add -_. as supercite-style prefix.
8519         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
8520         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
8521
8522 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8523
8524         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
8525
8526 2000-11-12  David Edmondson  <dme@dme.org>
8527
8528         * message.el (message-font-lock-keywords): use
8529         message-cite-prefix-regexp.
8530
8531 2000-11-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8532
8533         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
8534         Stein Arild Str\e,Ax\e(Bmme.
8535         (gnus-group-jump-to-group): Use it.
8536         (gnus-group-jump-to-group-prompt): Customize.
8537
8538 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
8539
8540         * mailcap.el (mailcap-possible-viewers): Match the entire string.
8541
8542 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
8543
8544         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
8545         incompatible.
8546         (mml2015-mailcrypt-sign): Ditto.
8547
8548 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8549
8550         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
8551         group is open.
8552
8553 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
8554
8555         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
8556         nnvirtual articles.
8557         (gnus-backlog-request-article): Don't request nnvirtual articles.
8558
8559 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8560
8561         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
8562         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
8563
8564 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
8565
8566         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
8567         * mml.el (mml-generate-mime-1): Use charset attribute.
8568         * mm-bodies.el (mm-encode-body): Add parameter charset.
8569         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
8570
8571 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8572
8573         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
8574         (mml2015-mailcrypt-clear-decrypt): Ditto.
8575         (mml2015-mailcrypt-verify): Ditto.
8576         (mml2015-mailcrypt-clear-verify): Ditto.
8577         (mml2015-gpg-verify): Ditto.
8578
8579 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
8580
8581         * smime.el (smime-openssl-program): Test the existence of openssl.
8582         * mml-smime.el: Require mm-decode.
8583         (mml-smime-verify-test): New function.
8584         * mm-decode.el (mm-verify-function-alist): Use it.
8585
8586 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8587
8588         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
8589         anyway.
8590
8591 2000-11-13  Simon Josefsson  <sj@extundo.com>
8592
8593         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
8594         verification doesn't work.
8595
8596 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
8597
8598         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
8599         (gnus-inews-do-gcc): Use it.
8600
8601 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8602
8603         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
8604         leading space.
8605         * mm-extern.el (mm-inline-external-body): Report error when no
8606         access-type.
8607
8608 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8609
8610         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
8611
8612 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8613
8614         * gnus-art.el (gnus-mime-button-menu): Use select-window.
8615
8616 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
8617
8618         * gnus-art.el (gnus-mime-display-part): Display multipart/related
8619         as multipart/mixed.
8620
8621 2000-11-12  David Edmondson  <dme@dme.org>
8622
8623         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
8624         and replace `.' with `\w' to allow for different syntax tables
8625         (from Vladimir Volovich).
8626         * message.el (message-newline-and-reformat): use
8627         `message-cite-prefix-regexp'.
8628         * gnus-cite.el (gnus-supercite-regexp): use
8629         `message-cite-prefix-regexp'.
8630         * gnus-cite.el (gnus-cite-parse): use
8631         `message-cite-prefix-regexp'.
8632
8633 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
8634
8635         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
8636         PGP SIGNATURE.  Escape leading "-"'s.
8637         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
8638
8639 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
8640
8641         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
8642
8643 2000-11-11  Simon Josefsson  <sj@extundo.com>
8644
8645         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
8646
8647         * smime.el (smime-details-buffer): New variable.
8648         (smime-sign-region):
8649         (smime-encrypt-region):
8650         (smime-verify-region):
8651         (smime-decrypt-region): Copy OpenSSL output to the buffer.
8652
8653         * mml-smime.el (mml-smime-verify): Support security info.
8654
8655 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
8656
8657         * mm-decode.el (mm-verify-option): Set default to nil.
8658         (mm-decrypt-option): Ditto.
8659         * gnus-art.el (article-verify-x-pgp-sig): New function.
8660
8661 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
8662
8663         * gnus-art.el (gnus-mime-display-alternative): Show button if no
8664         preferred part.
8665
8666 2000-11-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8667
8668         * gnus-sum.el (gnus-move-split-methods): Say that
8669         `gnus-split-methods' uses file names, whereas this uses group
8670         names.  (Report from Nevin Kapur)
8671
8672 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
8673
8674         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
8675
8676 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
8677
8678         * nnheader.el (nnheader-directory-files-is-safe): New variable.
8679         (nnheader-directory-articles): Use it.
8680         (nnheader-article-to-file-alist): Ditto.
8681
8682 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
8683
8684         * rfc2047.el (rfc2047-pad-base64): New function.
8685         (rfc2047-decode): Use it.
8686
8687 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8688
8689         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
8690         select method.
8691
8692 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
8693
8694         * mml2015.el (mml2015-gpg-decrypt-1):
8695         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
8696
8697 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8698
8699         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
8700
8701 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8702
8703         * pop3.el (pop3-munge-message-separator): A message may have an
8704         empty body.
8705
8706 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
8707
8708         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
8709         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
8710         (mm-uu-pgp-signed-extract): Use coding-system.
8711
8712 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8713
8714         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
8715         (gnus-insert-mime-security-button): New function.
8716         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
8717         * mml2015.el:  Add security info when verify or decrypt.
8718         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
8719         (mm-uu-pgp-encrypted-extract): Ditto.
8720
8721 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
8722
8723         * mm-decode.el (mm-display-parts): New function.
8724         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
8725
8726 2000-02-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8727
8728         * gnus-mlspl.el: Documentation tweaks.
8729
8730 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
8731
8732         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
8733         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
8734         argument.
8735
8736 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
8737
8738         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
8739
8740 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
8741
8742         * gnus-art.el (gnus-article-encrypt): New function.
8743         (gnus-article-encrypt-protocol-alist): New variable.
8744         (gnus-article-encrypt-protocol): New variable.
8745         * mml2015.el (mml2015-self-encrypt): New function.
8746         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
8747
8748 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
8749
8750         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
8751         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
8752         let mailcap do it.
8753         * mml2015.el: Remove snarf code.
8754         * mm-decode.el: Remove snarf code.
8755
8756 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8757
8758         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
8759         (mml-insert-mime): Understand gnus-decoded.
8760         (mime-to-mml): New parameter handles.
8761         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
8762         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
8763
8764 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
8765
8766         * mm-decode.el (mime-security): New group.
8767         (mm-verify-function-alist): Add test function.
8768         (mm-decrypt-function-alist): Ditto.
8769         (mm-snarf-option): Set default value as nil.
8770         (mm-find-part-by-type): Recursive parameter.
8771         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
8772         * mml2015.el: Support draft-ietf-openpgp-multsig.
8773
8774 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8775
8776         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
8777         (gnus-article-view-part-as-charset): New function.
8778
8779 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8780
8781         * mm-decode.el (mm-verify-option): Default value.
8782         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
8783
8784 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8785
8786         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
8787
8788 2000-11-05  Simon Josefsson  <sj@extundo.com>
8789
8790         * mml-smime.el (mml-smime-verify): Work in original multipart
8791         buffert.
8792
8793         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
8794         (mm-handle-multipart-ctl-parameter): Ditto.
8795         (mm-alist-to-plist): New function.
8796         (mm-dissect-buffer): Store CTL parameters and copy original buffer
8797         for multiparts.
8798         (mm-destroy-parts): Destroy multipart buffert.
8799         (mm-remove-part): Ditto.
8800
8801         * mml-smime.el (mml-smime-sign): Not used.
8802         (mml-smime-encrypt): Ditto.
8803
8804         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
8805
8806         Verify S/MIME signature support.
8807
8808         * mm-decode.el (mm-inline-media-tests): Add
8809         application/{x-,}pkcs7-signature.
8810         (mm-inlined-types): Ditto.
8811         (mm-automatic-display): Ditto.
8812         (mm-verify-function-alist): Ditto.  Add name of method.
8813         (mm-decrypt-function-alist): Add name of method.
8814         (mm-find-part-by-type): Add documentation.
8815         (mm-possibly-verify-or-decrypt): Use new format of
8816         mm-{verify,decrypt}-function-alist.  Use method names.
8817
8818         * mml-smime.el (mml-smime-verify): New function.
8819
8820 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
8821
8822         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
8823
8824 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8825
8826         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
8827         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
8828         * mm-decode.el (mm-snarf-option): New variable.
8829
8830 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8831
8832         * mm-util.el (mm-subst-char-in-string): New function.
8833         (mm-replace-chars-in-string): Use it.
8834         * message.el (message-replace-chars-in-string): Use it.
8835         * nnheader.el (nnheader-replace-chars-in-string): Use it.
8836         * gnus-mh.el (mh-lib-progs): Shut up.
8837
8838 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
8839
8840         * base64.el, md5.el: Moved to contrib directory.
8841
8842 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
8843
8844         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
8845         the last article when search.
8846
8847 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8848
8849         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
8850         * nnmail.el (nnmail-pathname-coding-system): Ditto.
8851
8852 2000-09-29  David Edmondson  <dme@thus.net>
8853
8854         * message.el (message-newline-and-reformat): Typo.
8855
8856 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8857
8858         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
8859
8860 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
8861
8862         * nntp.el (nntp-decode-text): Delete bogus status lines.
8863
8864 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
8865
8866         * message.el (message-font-lock-keywords): Match a final newline
8867         to help font-lock's multiline support.
8868
8869 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
8870
8871         * nnoo.el (nnoo-set): New function.
8872
8873 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
8874
8875         * gpg.el, gpg-ring.el: Moved to contrib directory.
8876
8877 2000-11-04  Simon Josefsson  <sj@extundo.com>
8878
8879         * nnimap.el (nnimap-split-inbox): Typo.
8880
8881 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
8882
8883         * gnus-msg.el (gnus-msg-mail): Move it backwards.
8884
8885 2000-11-03  Simon Josefsson  <sj@extundo.com>
8886
8887         * rfc2231.el (rfc2231-parse-qp-string): New function.
8888         (require): rfc2047.
8889
8890         * mail-parse.el (mail-header-parse-content-type):
8891         (mail-header-parse-content-disposition): Support invalid QP
8892         encoded strings, by using `rfc2231-parse-qp-string'.
8893
8894 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8895
8896         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
8897         (rfc2231-decode-encoded-string): Typo "> X 1".
8898         (rfc2231-encode-string): Insert the name of charset.
8899         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
8900
8901 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
8902
8903         * mm-decode.el (mm-save-part): Return the filename.
8904         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
8905         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
8906         (gnus-mime-action-alist): Use it.
8907         (gnus-mime-button-commands): Use it.
8908         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
8909         (mm-inline-external-body): unwind-protect.
8910
8911 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
8912
8913         * gnus-art.el (gnus-insert-mime-button): Show url.
8914
8915 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8916
8917         * mml.el (mml-generate-mime-1): Support external url.
8918         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
8919
8920 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
8921
8922         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
8923         * mm-decode.el (mm-display-external): Ditto.
8924         * mm-extern.el: New file.
8925         * mm-decode.el (mm-inline-media-tests): Hook it up.
8926         (mm-inlined-types): Inline message/external-body.
8927
8928 2000-11-02  Simon Josefsson  <sj@extundo.com>
8929
8930         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
8931
8932         * message.el (message-get-reply-headers): Better handling when
8933         Mail-Followup-To is very large.
8934
8935 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
8936
8937         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
8938         * gnus-art.el (gnus-article-edit-done):
8939         * gnus-sum.el (gnus-summary-edit-article-done): Move line
8940         counting code here.
8941         * gnus-msg.el (gnus-setup-message): Remove a hack.
8942
8943 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8944
8945         * gnus-sum.el (gnus-newsgroup-variables): New variable.
8946         (gnus-summary-mode): Make them local variables.
8947         (gnus-set-global-variables): Globalize them.
8948         (gnus-summary-exit): Kill them.
8949
8950 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
8951
8952         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
8953         word.
8954
8955 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
8956
8957         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
8958         gnus-article-wash-types.
8959         * gnus-art.el (gnus-article-wash-status): Use them.
8960
8961 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8962
8963         * mml.el (mml-read-tag): Remove spaces and LF.
8964
8965 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8966
8967         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
8968         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
8969
8970 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
8971
8972         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
8973
8974 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
8975
8976         * gnus-sum.el (gnus-article-charset): New variable.
8977         (gnus-summary-display-article): Set it.
8978         * gnus-msg.el (gnus-copy-article-buffer): Use it.
8979         * gnus-art.el (gnus-article-mode): Make it local variable.
8980
8981 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8982
8983         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
8984
8985 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8986
8987         * nnwfm.el: New file.
8988
8989         * nnweb.el (nnweb-replace-in-string): New function.
8990
8991 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8992
8993         * mml2015.el: Wrap gpg.el.
8994         * gpg.el (gpg-verify): The last argument of apply is a list.
8995         (gpg-encrypt): Add passphrase as a parameter.
8996
8997 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
8998
8999         * gpg.el: New file.
9000         * gpg-ring.el: New file.
9001
9002 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9003
9004         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
9005
9006 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9007
9008         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
9009         double-quote characters.
9010         (gnus-summary-prepare-threads): Ditto.
9011
9012 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9013
9014         * gnus-art.el (gnus-mime-display-single): Forward line -1.
9015         * mml.el (mml-read-tag): Don't skip the leading space.
9016         * lpath.el (font-lock-set-defaults): Shut up.
9017
9018 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
9019
9020         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
9021
9022 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
9023
9024         * qp.el (quoted-printable-encode-region): Replace leading - when
9025         ultra safe.
9026         * mml.el (mml-generate-mime-postprocess-function): Removed.
9027         (mml-postprocess-alist): Removed.
9028         (mml-generate-mime-1): Use ultra-safe when sign.
9029         * mml2015.el (mml2015-fix-micalg): Uppercase.
9030         (mml2015-verify): Insert LF.
9031         (mml2015-mailcrypt-sign): Downcase; search backward.
9032
9033 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9034
9035         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
9036         restrictive.
9037         (nnultimate-table-regexp): New variable.
9038         (nnultimate-forum-table-p): Use it.
9039
9040 2000-10-30  Ed L Cashin <ecashin@coe.uga.edu>
9041
9042         * gnus-sum.el (gnus-summary-expire-articles): Save point.
9043
9044 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
9045
9046         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
9047         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
9048
9049 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9050
9051         * mml2015.el: Shut up.
9052
9053 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
9054
9055         * gnus.el (gnus-server-browse-hashtb): Removed.
9056         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
9057         (gnus-group-insert-group-line-info): Use simplified method.
9058         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
9059
9060 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
9061
9062         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
9063         moved here.
9064         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
9065         * gnus-group.el (gnus-group-prepare-flat): Use it.
9066         * gnus-topic.el (gnus-group-prepare-topics): Use it.
9067
9068 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
9069
9070         * mml.el (mml-mode): Show menu in XEmacs.
9071
9072 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
9073
9074         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
9075         (gnus-server-read-server-in-server-buffer): New function.
9076         (gnus-browse-foreign-server): Browse in group buffer.
9077         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
9078         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
9079         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
9080         * gnus.el (gnus-server-browse-hashtb): New variable.
9081
9082 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
9083
9084         * nnfolder.el (nnfolder-open-nov): Use group.
9085
9086 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9087
9088         * nnfolder.el: Add NOV. Set version to 2.0.
9089         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
9090
9091 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9092
9093         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
9094
9095 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
9096
9097         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
9098         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
9099
9100 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
9101
9102         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
9103
9104 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9105
9106         * mm-decode.el (mm-verify-function-alist): New variable.
9107         (mm-verify-option): New variable.
9108         (mm-decrypt-function-alist): Ditto.
9109         (mm-decrypt-option): Ditto.
9110         (mm-find-raw-part-by-type): New function.
9111         (mm-possibly-verify-or-decrypt): New function.
9112         (mm-dissect-multipart): Use it.
9113         * mml2015.el (mml2015-fix-micalg): New function.
9114         (mml2015-decrypt): Use new interface.
9115         (mml2015-verify):  Use new interface.
9116         (mml2015-setup): Make it bogus.
9117
9118 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
9119
9120         * mml.el (mml-generate-mime-postprocess-function): Set to
9121         mml-postprocess.
9122         (autoload): Autoload mml2015 and mml-smime.
9123         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
9124         * mml2015.el (mml2015-encrypt): New function.
9125         (mml2015-sign): New function.
9126         (mml2015-encrypt-function): New variable.
9127         (mml2015-sign-function): New variable.
9128         (mml2015-mailcrypt-encrypt): Use message-recipients.
9129         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
9130         * mml-smime.el (mml-smime-setup): Ditto.
9131
9132 2000-10-28  Simon Josefsson  <sj@extundo.com>
9133
9134         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
9135         Communigate Pro 3.3.1 server.
9136
9137         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
9138         in buffers.
9139         (mml-secure-dns-server): Removed.
9140         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
9141         write certificates to files.
9142
9143         * smime.el (smime-dns-server): New variable.
9144         (smime-mail-to-domain):
9145         (smime-cert-by-dns): New functions.
9146
9147         * dig.el: New file.
9148
9149 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
9150
9151         * message.el (message-options): New variable.
9152         (message-options-set-recipient): New function.
9153         (message-send): Use them.
9154         * gnus-int.el (gnus-request-replace-article): Use them.
9155         (gnus-request-accept-article): Ditto.
9156         * mml.el (mml-preview): Use them.
9157         * gnus-sum.el (gnus-summary-edit-article): Use them.
9158
9159         * message.el (message-options-get): New function.
9160         (message-options-get): New function.
9161         * rfc2047.el (rfc2047-encode-message-header): Use them.
9162         * mm-bodies.el (mm-encode-body): Use them.
9163
9164 2000-10-28  Simon Josefsson  <sj@extundo.com>
9165
9166         * nnimap.el (nnimap-retrieve-which-headers):
9167         (nnimap-request-article-part): Quote message-id.
9168
9169         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
9170         (smime-CA-file): New variable.
9171         (smime-call-openssl-region): Don't error.
9172         (smime-sign-region): Return result value.
9173         (smime-encrypt-region): Ditto.
9174         (smime-verify-region): New function.
9175         (smime-decrypt-region): Ditto.
9176         (smime-verify-buffer): Ditto.
9177         (smime-decrypt-buffer): Ditto.
9178
9179         * mml.el: Require mml-sec.
9180         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
9181         (mml-mode-map): Add "sign" and "encrypt" maps.
9182         (mml-menu): Add security menu.
9183         (mml-preview): Use generate-new-buffer.
9184
9185         * mml-sec.el: New file.
9186
9187 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9188
9189         * mm-decode.el (mm-find-part-by-type): Move it here.
9190         * mml.el (mml-postprocess): Move it here.
9191         (mml-postprocess-alist): Move it here. Merge them.
9192
9193 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
9194
9195         * rfc2047.el (rfc2047-encode-message-header): Make sure no
9196         unencoded stuff in the header.
9197
9198 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
9199
9200         * gnus-group.el (gnus-group-listed-groups): New variable.
9201         (gnus-group-list-option): New variable.
9202         (gnus-group-list-limit-map): New keymap.
9203         (gnus-group-list-flush-map): New keymap.
9204         (gnus-group-list-plus-map): New keymap.
9205         (gnus-group-prepare-logic): New function.
9206         (gnus-group-prepare-flat): Merge with
9207         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
9208         (gnus-group-prepare-flat-list-dead): Ditto.
9209         (gnus-group-list-matching): Use gnus-group-prepare-function.
9210         (gnus-group-list-dormant): Ditto.
9211         (gnus-group-list-cached): Ditto.
9212         (gnus-group-listed-groups): New function.
9213         (gnus-group-list-limit): New function.
9214         (gnus-group-list-flush): New function.
9215         (gnus-group-list-plus): New function.
9216         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
9217         (gnus-topic-prepare-topic): Ditto.
9218
9219 2000-10-27  Paul Jarc <prj@po.cwru.edu>
9220
9221         * message.el (message-insert-to, message-get-reply-headers):
9222         (message-reply, message-followup): Mail-{Followup,Reply}-To.
9223
9224 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
9225
9226         * mml2015.el: New file.
9227         * smime.el: New file.
9228         * mml-smime.el: New file.
9229
9230 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9231
9232         * ChangeLog: Moved to ChangeLog.1.
9233
9234     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
9235   Copying and distribution of this file, with or without modification,
9236   are permitted provided the copyright notice and this notice are preserved.
9237
9238 ;; Local Variables:
9239 ;; coding: iso-2022-7bit
9240 ;; End: