(pop3-read-response): Use
[gnus] / lisp / ChangeLog
1 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * pop3.el (pop3-read-response): Use
4         nnheader-accept-process-output.
5         (pop3-retr): Ditto.
6
7         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx. 
8         (mm-text-html-washer-alist): Ditto.
9
10 2003-03-31  Simon Josefsson  <jas@extundo.com>
11
12         * imap.el (imap-gssapi-program): Also try GNU SASL.
13         (imap-gssapi-open): Accept GNU SASL greeting.
14
15 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16
17         * nntp.el (nntp-accept-process-output): Use new function.
18
19         * nnheader.el (nnheader-read-timeout): New variable.
20         (nnheader-accept-process-output): New function.
21
22         * nntp.el (nntp-read-timeout): Removed.
23
24         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
25
26 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
27
28         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
29
30 2003-03-30  Simon Josefsson  <jas@extundo.com>
31
32         * message.el (message-idna-inside-rhs-p): Narrow to header before
33         searching.
34
35         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
36
37 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
38
39         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
40
41 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
42
43         * message.el (message-make-in-reply-to): Use
44         mail-extract-address-components to dentermine sender's
45         name/address.
46
47 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
48
49         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead. 
50
51         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
52         valid lambda.
53         (gnus-registry-translate-from-alist): Ditto.
54
55         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
56         print-length to nil.
57
58         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
59
60         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
61         (gnus-grab-cam-face): Use it.
62
63 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
64
65         * nnmaildir.el (nnmaildir-request-set-mark,
66         nnmaildir-close-group): Allow each mark directory in a group to
67         have its own inode for mark files, to accommodate AFS.
68
69 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
70
71         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by gnus-read-newsrc-el-file
72         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
73
74         * gnus-registry.el (gnus-registry-translate-to-alist)
75         (gnus-registry-translate-from-alist, alist-to-hashtable)
76         (hashtable-to-alist): new functions
77         (gnus-register-spool-action): add a spool item to the registry
78
79         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
80         list of saved variables
81         (gnus-registry-alist): new variable
82
83 2003-03-27  Simon Josefsson  <jas@extundo.com>
84
85         * gnus-art.el (article-decode-group-name): Be correct instead of
86         smart.
87
88 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
89
90         * lpath.el: Bind url-current-object for FSF Emacs; bind
91         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
92         for both Emacsen.
93
94 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
95
96         * gnus-sum.el (gnus-article-loose-mime)
97         (gnus-article-emulate-mime): Move to gnus-article-mime customize
98         group.
99
100         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
101         doc string.
102
103 2003-03-26  Kevin Ryde <user42@zip.com.au>
104
105         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
106         gnus-summary-find-uncancelled, skip temporary articles inserted by
107         "refer" functions.
108
109 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
110
111         * smiley.el (smiley-buffer): New function.
112
113 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
114
115         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
116         gnus-summary-update-line (which updated the article's face) with
117         gnus-summary-update-download-mark (which updates the article's
118         face by calling gnus-summary-update-line AND updates the download
119         mark to show that the article was fetched).
120
121 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
122
123         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
124         option of deleting agent directories for groups/servers that are
125         not currently agentized.
126         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
127
128         * gnus-int.el (gnus-open-server): Report backend errors in
129         condition handler.
130
131 2003-03-23  Simon Josefsson  <jas@extundo.com>
132
133         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
134         header.
135
136         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
137         same as Newsgroups.
138
139         * nntp.el (nntp-open-connection-function): Mention
140         nntp-open-tls-stream.
141         (nntp-open-tls-stream): New function.
142
143         * tls.el: New file.
144
145         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
146         instead of SSL.
147         (nnimap-stream): Add other streams, link to imap variables.
148         (nnimap-authenticator): Add other authenticator, link to imap
149         variables.
150
151         * imap.el: Autoload open-tls-stream.
152         (imap-streams): Add tls in front of ssl.
153         (imap-stream-alist): Add tls.
154         (imap-default-tls-port): New variable.
155         (imap-tls-p, imap-tls-open): New functions.
156
157 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
158
159         * mm-url.el (mm-url-insert-file-contents): parse url only if
160         results is a list.
161
162 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
163
164         * mail-source.el (mail-source-fetch-imap): Revert.
165
166 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
167
168         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
169         less strict regexp.
170
171 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
172
173         * mail-source.el (mail-source-fetch-imap): Use buffer name for
174         more imap function.
175
176 2003-03-21  Simon Josefsson  <jas@extundo.com>
177
178         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
179         Followup-To data inline.
180
181 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
182
183         * gnus-art.el (gnus-treat-display-xface): Don't enable if
184         icontopbm isn't available.
185
186 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
187
188         * gnus-int.el (gnus-open-server): Catch errors in backend's
189         open-server method.  Returns nil rather than crashing startup.
190
191         * gnus-sum.el (eval-when-compile): Modified to resolve
192         compile-time warnings.
193
194         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
195         Reports length of series so that the user can compare N with a
196         subject that should, if the entire series is present, contain
197         '(.../N)'.
198         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
199         of temp file (Win-XP may leave the temp file locked when the
200         uudecode process fails).
201
202 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
203
204         * message.el (message-split-line): Ignore error.
205
206         * lpath.el (split-line): Avoid split-line warning message.
207
208 2003-03-20  Kim F. Storm  <storm@cua.dk>
209
210         * message.el (message-split-line): New function.
211         (message-mode-map): Remap split-line to message-split-line.
212
213 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
214
215         * message.el (message-make-overlay): Defalias it to make-overlay.
216         (message-delete-overlay): Defalias it to delete-overlay.
217         (message-overlay-put): Defalias it to overlay-put.
218         (message-idna-to-ascii-rhs-1): Use them.
219
220         * messagexmas.el (message-xmas-redefine): Defalias some overlay
221         functions to extent functions.
222
223 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
224
225         * message.el (message-check-news-header-syntax): Fixed regexp.
226
227 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
228
229         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
230
231         * mm-url.el (mm-url-insert): Move url-current-object stuff into
232         mm-url-insert-file-contents.
233
234         * nnrss.el (nnrss-fetch): Fetch the local stuff.
235         (nnrss-check-group): Use it.
236
237 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
238
239         * nnrss.el: Primitive XML Name-space support.  This means that RSS
240         feeds like Kevin Burton's[1] can now be read in Gnus.
241
242         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
243         means that if you want to read the RSS feed for example.com, all
244         you have to do is hit "G R http://www.example.com/ RET" and
245         nnrss.el will find and the feed listed on the site or (if you have
246         loaded xml-rpc.el) look it up on syndic8.com.
247
248         Marked the message as HTML (by adding a Content-Type header) so
249         that Gnus will render it as html if the user wants that.
250
251         Implemented the ability to save nnrss-group-alist so that any new
252         feeds the you subscribe to will be found the next time you start
253         up.
254
255         Implemented support for RSS 2.0 elements (author, pubDate).
256
257         Prefer for <content:encoded> over <description> where both
258         elements exist.
259
260         * mm-url.el (mm-url-insert): Set url-current-object.
261
262         * gnus-group.el (gnus-group-make-rss-group): New function.
263
264 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
265
266         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
267         for highlight overlays.
268
269 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
270
271         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
272         a NOV.
273
274 2003-03-20  Simon Josefsson  <jas@extundo.com>
275
276         * message.el (message-use-idna): Disable if UTF-8 unavailable.
277         (message-idna-to-ascii-rhs): Use it.
278
279         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
280
281 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
282
283         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
284         (spam-group-ham-marks, spam-group-spam-marks): new functions
285         (spam-spam-marks, spam-ham-marks): removed in favor of the
286         spam-marks and ham-marks parameters
287         (spam-generic-register-routine, spam-ham-move-routine): use the
288         new spam-group-{spam,ham}-mark-p functions
289
290         * gnus.el (spam-marks, ham-marks): new group parameters with
291         default values same as the old spam-spam-marks and spam-ham-marks
292
293 2003-03-19  Simon Josefsson  <jas@extundo.com>
294
295         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
296         (gnus-use-idna): New variable.
297         (article-decode-idna-rhs): New function.
298
299         * message.el (message-use-idna): New variable.
300         (message-mode-field-menu): Add entry for IDNA.
301         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
302         (message-idna-to-ascii-rhs): New function.
303         (message-generate-headers): Invoke IDNA code.
304
305 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
306
307         * nnmaildir.el (nnmaildir--system-name): New function.
308         (nnmaildir-request-accept-article): Use it.
309
310 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
311
312         * gnus-util.el (gnus-byte-compile): Make it work silently as the
313         gnus-compile function does.
314
315         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
316         bogus change.
317
318 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
319
320         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
321         sort-coding-systems is defined.
322
323 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
324
325         * nnmaildir.el (nnmaildir-open-server,
326         nnmaildir-request-scan,
327         nnmaildir-request-create-group,
328         nnmaildir-request-delete-group): Replace create-directory with
329         target-prefix.
330
331 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
332
333         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
334         find-charset-region which is slooow in XEmacs.
335
336 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
337
338         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
339         compiler under XEmacs.
340
341 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
342
343         * gnus-art.el (gnus-treat-highlight-signature): Make the default
344         work for multipart/signed where the message text isn't `last'.
345
346 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
347
348         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
349         the value of mm-inline-text-html-with-images.
350         (mm-inline-text-html-render-with-w3m): Don't bind
351         w3m-display-inline-images.
352
353         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
354         w3m-display-inline-images.
355
356         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
357         regardless of an Emacs flavor.
358
359 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
360
361         * gnus.el (gnus-version-number): Bump.
362
363 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
364
365         * gnus.el: Oort Gnus v0.16 is released.
366
367 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
368
369         * lpath.el (featurep): Bind mm-w3m-mode-map.
370
371 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
372
373         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
374         'respool-able backends define a global nnchoke-get-new-mail
375         variable.
376
377 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
378
379         * gnus-art.el (gnus-mime-delete-part): New function.
380         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
381
382 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
383
384         * message.el (message-check-news-header-syntax): Don't push
385         groups twice onto list of unknown groups.
386
387         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
388         back.
389
390         * nnheader.el (nnheader-find-etc-directory): Doc fix.
391
392         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
393         config unless the summary buffer exists.
394
395         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
396         that target group is computed correctly when articles are marked
397         as read by Xref handling.
398
399         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
400         imap-open.
401
402         * message.el (message-send-mail): Add courtesy string to Bcc's,
403         too.
404
405         * gnus-cite.el (gnus-cited-line-p): New function.
406
407 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
408
409         * mm-bodies.el (mm-decode-body): Add new optional parameter,
410         force, to use the supplied charset unconditionally.
411
412         * gnus-art.el (article-decode-charset): Use it.
413
414 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
415
416         * mm-bodies.el (mm-decode-coding-region-safely): New function.
417         (mm-decode-body): Use it.
418
419         * rfc2047.el (rfc2047-decode-region): do.
420         (rfc2047-decode-string): Guess coding system if the default is
421         invalid.
422
423 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
424
425         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
426         articles are marked 'read, so we get correct article counts.
427
428 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
429
430         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
431         the button.
432         (gnus-insert-prev-page-button): Ditto.
433         (gnus-insert-next-page-button): Ditto.
434         (gnus-insert-mime-security-button): Ditto.
435
436         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
437         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
438         (mm-inline-image-xemacs): Ditto.
439
440 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
441
442         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
443         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
444         the recent filename uniqueness discussion.
445
446 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
447
448         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
449         newline next time.
450         (mm-inline-image-xemacs): Ditto.
451
452 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
453
454         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
455         kill-line.
456
457 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
458
459         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
460         kill-line.
461
462 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
463
464         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
465         fixing the code to match the documentation.
466         (gnus-agent-fetch-selected-article): Replaced
467         gnus-summary-update-article-line with gnus-summary-update-line as
468         the former did not correctly recalculate the thread indentation.
469         (gnus-agent-find-parameter): The agent-predicate, if not found
470         anywhere else, defaults to the value of gnus-agent-predicate.
471         (gnus-agent-fetch-session): Fixed typo; now executes
472         gnus-agent-fetched-hook rather than the undocumented
473         gnus-agent-fetch-hook.
474         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
475         default agent predicate is now provided by
476         gnus-agent-find-parameter.
477         (gnus-agent-message): New macro.  This macro avoids potentially
478         costly parameter evaluation when the message's level is too high
479         to display.
480         (gnus-agent-expire-group-1): Disabled undo tracking in temp
481         overview buffer. Uses new gnus-agent-message macro to reduce
482         overhead of optional messages. Reversed message levels to
483         emphasize percent completion messages.  Detailed messages of
484         little use except when debugging code.
485
486 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
487
488         * spam.el (spam-ham-move-routine): use
489         spam-mark-ham-unread-before-move-from-spam-group
490         (spam-mark-ham-unread-before-move-from-spam-group): new variable
491
492 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
493
494         * spam.el: load nnimap.el when compiling
495         (spam-setup-widening): use
496         nnimap-split-download-body-default instead of
497         nnimap-split-download-body which is a user-customizable variable
498
499 2003-03-07  Simon Josefsson  <jas@extundo.com>
500
501         * nnimap.el (nnimap-split-download-body-default): New, holds
502         default for n-s-d-b.
503         (nnimap-split-download-body): Add new setting (symbol default),
504         which uses contents of n-s-d-b-d, and made it the default.
505
506 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
507
508         * spam.el (spam-use-hashcash): new variable
509         (spam-list-of-checks): added spam-use-hashcash with associated
510         spam-check-hashcash
511         (spam-check-hashcash): new function, installed iff hashcash.el is
512         loaded
513         (spam-setup-widening): don't use (return)
514
515 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
516
517         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
518         predicate of `false' to avoid an error when a group defines no
519         predicate. Fixed typo that disabled agent scoring (i.e. the
520         low/high predicates should now work).
521
522 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
523
524         * spam.el: add spam-maybe-spam-stat-load to
525         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
526         (spam-bogofilter-register-with-bogofilter): use
527         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
528         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
529         custom variables to replace "-s" and "-n"
530
531         * gnus-group.el (gnus-group-get-new-news): call the new
532         gnus-get-top-new-news-hook hook
533
534         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
535         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
536
537 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
538
539         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
540
541 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
542
543         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
544         a cl run-time function.
545
546 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
547
548         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
549         on gnus-agent-short-article.
550         (gnus-category-read): Replaced CL function mapcar* with new macro:
551         gnus-mapcar.
552         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
553         support functions that accept multiple parameters.  A separate
554         sequence must be provided for each parameter in the function.
555         Iteration stops when the end of the shortest list is reached.
556
557 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
558
559         * nnimap.el (nnimap-request-accept-article): Use delete-region.
560
561         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
562         (html2text-delete-single-tag, html2text-clean-anchor)
563         (html2text-remove-tags): Use delete-region.
564         (html2text-fix-paragraphs): Simplify.
565
566         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
567         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
568         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
569         kill-region.
570
571 2003-03-04  John Paul Wallington  <jpw@gnu.org>
572
573         * gnus-agent.el (gnus-agent-enable-expiration)
574         (gnus-agent-article-alist, gnus-agent-article-alist)
575         (gnus-agent-cat-defaccessor): Doc fixes.
576
577 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
578
579         * gnus-agent.el (gnus-function-implies-unread-1): Grok
580         byte-compiled functions.
581
582 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
583
584         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
585         customization between new maneuvering (which permits selecting
586         undownloaded articles) and old maneuvering (which skipped over
587         undownloaded articles) behaviors.
588         (gnus-summary-find-next): Pass through the unread and subject
589         parameters when calling gnus-summary-find-prev.
590         (gnus-summary-find-next,gnus-summary-find-prev): Apply
591         gnus-auto-goto-ignores to filter out unacceptable articles.
592
593 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
594
595         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
596         exists in all supported Emacs versions, so we don't need this
597         compatibility function.
598         (mail-source-fetch-pop, mail-source-check-pop)
599         (mail-source-fetch-webmail): Use read-passwd.
600
601         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
602         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
603         read-passwd.
604
605         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
606
607         * imap.el (imap-read-passwd): Remove.
608         (imap-interactive-login): Use read-passwd.
609
610         * canlock.el (canlock-read-passwd): Remove.
611         (canlock-insert-header, canlock-verify): Use read-passwd.
612
613         * sieve-manage.el (sieve-manage-read-passwd): Remove.
614         (sieve-manage-interactive-login): Use read-passwd.
615
616         * pop3.el (pop3-read-passwd): Remove.
617         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
618         read-passwd.
619
620         * pgg.el (pgg-read-passphrase): Simplify.
621
622 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
623
624         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
625         'plugged' when actually 'unplugged' bug.
626         (gnus-category-read): Ignore nil values when converting an
627         old-format category so that the new-format category will default
628         those attributes to the global variables.
629
630 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
631
632         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
633         doc-string.
634
635 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
636
637         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
638         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
639         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
640         * mm-url.el (mm-url-decode-entities-string): do.
641         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
642         * mm-decode.el (mm-find-raw-part-by-type): do.
643         * message.el (message-send-mail-partially)
644         (message-send-mail-with-sendmail): do.
645         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
646         * gnus-kill.el (gnus-pp-gnus-kill): do.
647         * gnus-art.el (gnus-article-treat-unfold-headers)
648         (gnus-article-encrypt-body): do.
649
650 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
651
652         * mail-source.el (mail-source-delete-incoming): Allow integer value.
653         (mail-source-delete-old-incoming-confirm): New variable.
654         (mail-source-delete-old-incoming): Use it.  New function.
655         (mail-source-callback): Call `mail-source-delete-old-incoming' if
656         `mail-source-delete-incoming' is a nonnegative integer.
657
658 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
659
660         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
661         (gnus-user-agent): Fixed typo.
662
663 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
664
665         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
666         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
667
668 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
669
670         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
671         (gnus-agent-fetch-session): Allow debugging to take place.
672
673 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
674
675         * gnus-sum.el (gnus-highlight-selected-summary)
676         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
677         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
678         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
679         and makes it clear that we don't need the side effect.
680         * gnus-util.el (gnus-delete-line): do.
681         * gnus-xmas.el (gnus-group-add-icon): do.
682         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
683         * nntp.el (nntp-send-authinfo-from-file): do.
684         * nnml.el (nnml-header-value): do.
685         * nnheader.el (nnheader-insert-references): do.
686         * gnus-cite.el (gnus-article-highlight-citation)
687         (gnus-cite-parse): do.
688         * gnus-score.el (gnus-score-followup): do.
689         * gnus-draft.el (gnus-draft-send): do.
690         * gnus-group.el (gnus-group-highlight-line): do.
691         * gnus-cache.el (gnus-cache-braid-nov): do.
692         * nnfolder.el (nnfolder-retrieve-headers)
693         (nnfolder-request-article): do.
694         * gnus-art.el (article-hide-boring-headers)
695         (gnus-article-hide-header): do.
696
697         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
698         * nnml.el (nnml-request-replace-article): do.
699         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
700         * nnfolder.el (nnfolder-request-move-article): do.
701         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
702         * gnus-art.el (gnus-mm-display-part): do.
703
704         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
705
706 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
707
708         * nntp.el (nntp-possibly-change-group): Avoid calling
709         process-buffer on nil (Which happened when you lost your
710         connection while fetching); instead signal a "Server Closed
711         Connection" error.
712
713 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
714
715         * gnus-agent.el (gnus-agent-enable-expiration): New
716         variable. Either ENABLE or DISABLE.  Sets default behavior for
717         selecting which groups are expired.
718         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
719         gnus-agent-set-cat-groups): Provides abstract interface for
720         accessing agent category.  Category now implemented by an alist.
721         (gnus-agent-add-group, gnus-agent-remove-group,
722         gnus-category-insert-line, gnus-category-edit-predicate,
723         gnus-category-edit-score, gnus-category-edit-groups,
724         gnus-category-copy, gnus-category-add, gnus-group-category): Use
725         new agent category abstraction.
726         (gnus-agent-find-parameter): New function. Search for agent
727         configuration parameter first in the group's parameters, then its
728         topics (if any), and then the group's category.  If not found
729         anywhere, use the original defined constants.
730         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
731         gnus-agent-find-parameter.
732         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
733         gnus-agent-cache now blocks retrieving headers and articles from
734         the local cache.  Fetched content is still added to the cache
735         before being returned.
736         (gnus-agent-fetch-session): Use error-message-string to generate
737         displayed error message.
738         (gnus-agent-customize-category): New Command. 'e' in category
739         buffer opens category customization buffer.
740         (gnus-category-read): Reads either positional or alist format;
741         returns alist format.
742         (gnus-category-write): Writes category file compatible with
743         current, and previous, versions of gnus-agent.
744         (gnus-category-make-function, gnus-category-make-function-1):
745         Corrected documentation; parameter is predicate NOT category.
746         (gnus-predicate-implies-unread): Now works in more cases per the
747         todo comment.
748         (gnus-function-implies-unread-1): New function. Supports
749         gnus-predicate-implies-unread.
750         (gnus-agent-expire-group): Command now provides default of group
751         under point.
752         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
753         agent-days-until-old parameters. No longer supports
754         gnus-agent-expire-days being set to an alist.
755         (gnus-agent-request-article): Now performs its own checks of
756         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
757         assuming that the caller will do them correctly.
758         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
759         gnus-agent-expire-days is set to an alist.  Converts said alist
760         into group parameter so that gnus-agent-expire-days will not be
761         needed.
762         * gnus-art.el (gnus-request-article-this-buffer): Conditional
763         checks surrounding gnus-agent-request-article removed; now
764         performed by gnus-agent-request-article.
765         * gnus-cus.el (gnus-agent-parameters): New variable. List of
766         customizable group/topic parameters that regulate the agent.
767         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
768         kill-buffer with gnus-kill-buffer to remove the killed buffer from
769         the list of gnus buffers.
770         (gnus-trim-whitespace): Removes leading and trailing whitespace
771         from multiline strings.
772         (gnus-agent-cat-prepare-category-field,
773         gnus-agent-customize-category): Constructs a category
774         customization buffer.
775         * gnus-int.el (gnus-retrieve-headers,
776         gnus-request-expire-articles): No longer checks gnus-agent-cache
777         as it is handled internally by the agent.
778         (gnus-request-head, gnus-request-body): Conditional checks
779         surrounding gnus-agent-request-article removed; now performed by
780         gnus-agent-request-article.
781
782         * gnus-start.el (): Added defvar statements to resolve compilation
783         warnings.
784         (gnus-long-file-names): New function. Isolates platform dependent
785         msdos-long-file-names.
786         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
787         option of writing directly to file.  Avoids memory exhausted
788         errors when .newsrc.eld is huge.
789         (gnus-save-newsrc-file): Uses new
790         gnus-save-startup-file-via-temp-buffer.
791         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
792         standard-output.
793         (gnus-display-time-event-handler): Changed to alias from a defun
794         to avoid a compile-time warning when display-time-event-handler is
795         not defined.
796         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
797         standard-output such that prin1 and princ will write directly to a
798         file.
799
800         * gnus.el (gnus-agent-cache): Expanded documentation.
801         (gnus-summary-high-undownloaded-face): Removed second bold keyword
802         so that this face is actually bold.
803
804         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
805         gnus-use-cache has been set.
806
807 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
808
809         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
810
811 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
812
813         * gnus-art.el (gnus-article-refer-article): Be more permissive.
814
815 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
816
817         * spam.el: Fix typo.
818
819 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
820         (Trivial patch.)
821
822         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
823         errors-buffer. This produces a nicer error message in case of
824         problems.
825
826 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
827
828         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
829         load stats iff spam-use-stat is on
830
831         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
832         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
833         instead of spam-stat-load and spam-stat-save in the
834         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
835
836 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
837
838         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
839
840 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
841
842         * message.el (message-make-fqdn): Protect against nil user-mail.
843
844 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
845
846         * gnus-art.el (gnus-boring-article-headers): New values:
847         'to-list and 'cc-list.
848
849 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
850
851         * spam.el (spam-setup-widening): new function to set
852         nnimap-split-download-body, we add it to gnus-get-new-news-hook
853         (spam-list-of-statistical-checks): list of statistical splitter
854         checks
855         (spam-split): added a widen call when a statistical check is
856         enabled
857
858 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
859
860         * gnus-msg.el (gnus-user-agent): Changed default to
861         'emacs-gnus-type, renamed 'full.
862
863 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
864
865         * nnfolder.el (nnfolder-request-accept-article): Don't use
866         mail-header-unfold-field.
867
868 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
869
870         * imap.el (imap-ssl-open): Don't depend on ssl.el.
871         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
872
873 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
874
875         * spam.el: add spam-stat-load to gnus-get-new-news-hook
876         (spam-split): remove spam-stat-load call
877
878 2003-02-26  Simon Josefsson  <jas@extundo.com>
879
880         * gnus-sum.el (gnus-summary-toggle-header): Run
881         gnus-article-decode-hook instead of calling a-decode-encoded-words
882         directly (the latter is run as part of the former).
883
884 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
885
886         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
887
888 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
889
890         * message.el (message-sendmail-envelope-from): New option.
891         (message-sendmail-envelope-from): New function.
892         (message-send-mail-with-sendmail): Use it.
893
894 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
895
896         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
897         compensation for TDMA addresses.
898
899 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
900
901         * gnus-msg.el (gnus-user-agent): New variable.
902         (gnus-version-expose-system): Removed.  Obsoleted by
903         `gnus-user-agent'.
904         (gnus-extended-version): Use `gnus-user-agent'.
905
906 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
907
908         * spam.el (spam-stat-register-spam-routine,
909         spam-stat-register-ham-routine): remove spam-stat-save
910         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
911
912 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
913
914         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
915         reference.
916
917 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
918
919         * nnheader.el (nnheader-find-nov-line): Changed midpoint
920         calculation to avoid integer overflow.
921
922 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
923
924         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
925
926 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
927         * spam.el: disabled spam-get-article-as-filename
928
929         From Michael Shields  <shields@msrl.com>
930
931         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
932         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
933         * gnus-sum.el (gnus-summary-expire-articles): Use it.
934         * spam.el (spam-summary-prepare-exit): Use it.
935         * gnus.el (gnus-install-group-spam-parameters): New.
936         * spam.el (spam-group-ham-processor-copy-p): New.
937         * spam.el (spam-summary-prepare-exit): Support for ham copying.
938         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
939         that would cause the current message to be moved if the group had
940         no spam.
941         * spam.el (spam-ham-move-routine): New `copy' argument.
942
943 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
944         From Martin Thornquist <martint@ifi.uio.no>
945
946         * gnus-topic.el (gnus-topic-select-group): Select last group if
947         after last group.
948         * gnus-group.el (gnus-group-select-group): Ditto.
949
950 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
951
952         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
953         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
954         point-at-(b|e)ol which aren't available in Emacs 20.
955
956         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
957
958 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
959
960         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
961         clause of the condition-case statement.  Errors connecting to a
962         server no longer terminate gnus.
963
964         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
965         make its use obvious.  Added no-nothing case to avoid
966         opening(closing) servers when already open(closed).
967         (gnus-agent-while-plugged): Added macro to facilitate internal use
968         of gnus-agent-toggle-plugged.
969         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
970         temporarily open servers.
971         (gnus-agent-get-undownloaded-list): Sort list of article numbers
972         as sorting gnus-newsgroup-headers is wrong.
973         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
974         to temporarily open servers. Corrected logic to handle setting
975         gnus-agent-mark-unread-after-downloaded.
976         (gnus-agent-fetch-articles): Now handles headers with missing
977         article sizes and/or missing article lengths.  Now clears the
978         message buffer when finished.
979         (gnus-agent-fetch-group-1): Position point before calling
980         gnus-summary-set-agent-mark.
981         (gnus-get-predicate): Corrected description, parameter is
982         predicate not category.
983         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
984         provide a separate single group expiration function.
985         (gnus-agent-regenerate-group): Now clears the message buffer when
986         finished.
987
988 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
989
990         * gnus.el (gnus-agent-target-move-group-header): New variable.
991         * gnus-draft.el (gnus-draft-send): If special header
992         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
993         that group, instead of performing the regular sending functions.
994
995 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
996
997         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
998
999 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
1000
1001         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
1002         variables.
1003         (message-make-fqdn): Use it.  Improved validity check.
1004
1005 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1006
1007         * message.el (message-user-mail-address): Check whether
1008         user-mail-address looks valid.
1009
1010         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
1011
1012         * gnus-util.el (gnus-fetch-original-field): New function.
1013
1014 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1015
1016         * message.el (message-mode): \\(...\\) around additional
1017         paragraph-separate alternative.
1018
1019 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
1020
1021         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
1022         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
1023         display key bindings.
1024         (gnus-mime-button-menu): Rewrite.
1025
1026 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1027
1028         * gnus-art.el (gnus-button-url-regexp): Removed `.
1029
1030 2003-02-23  Max Froumentin  <mf@w3.org>
1031
1032         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
1033
1034 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1035
1036         * gnus-art.el (gnus-mime-action-on-part): Require a match
1037         interactively.
1038
1039         * gnus-start.el (gnus-save-newsrc-file): Use
1040         gnus-backup-startup-file.
1041         (gnus-backup-startup-file): New variable.
1042
1043 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1044
1045         * gnus.el (gnus-summary-buffer-name): Moved function here.
1046
1047         * gnus-draft.el (defun): Remove debug.
1048
1049 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
1050
1051         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
1052         can't open server.
1053
1054 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1055
1056         * gnus-draft.el (defun): Configure posting styles.
1057
1058         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
1059         the entry for the group exists before we alter it.
1060
1061 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1062
1063         * message.el (message-mode): MML tags separate paragraphs.  Small
1064         change from David S Goldberg <david.goldberg6@verizon.net>.
1065
1066         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
1067         `gnus-newsgroup-headers'.
1068
1069         * gnus-art.el (gnus-article-refer-article): Grok more message id
1070         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
1071
1072 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
1073
1074         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
1075         use "path name".
1076
1077 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
1078
1079         * gnus-sum.el (gnus-summary-move-article)
1080         (gnus-summary-expire-articles): send data header for article, not
1081         just article ID
1082
1083         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
1084         (gnus-register-spool-action): added hashtable of message ID keys
1085         with message motion data
1086
1087 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
1088         From Reiner Steib  <Reiner.Steib@gmx.de>.
1089
1090         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
1091         variable, used in `gnus-button-mid-or-mail-heuristic'.
1092         (gnus-button-mid-or-mail-heuristic): New function derived from
1093         Florian Weimer's Perl script.
1094         (gnus-button-handle-mid-or-mail): Allow a function instead of
1095         'guess.
1096         (gnus-button-guessed-mid-regexp): Removed.
1097
1098 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1099
1100         * message.el (message-resend): Bind message-setup-hook to nil;
1101         remove X-Draft-From header.
1102
1103 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
1104
1105         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
1106         (gnus-newsgroup-undownloaded)
1107         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
1108         Doc fixes.
1109
1110 2003-02-17  John Paul Wallington  <jpw@gnu.org>
1111
1112         * gnus.el (gnus-shell-command-separator, gnus-email-address)
1113         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
1114
1115 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
1116
1117         * gnus-spec.el (gnus-xmas-format): Use insert instead of
1118         insert-string which is obsolete in Emacs 21.4.
1119
1120         * message.el (message-cross-post-followup-to-header): do.
1121
1122         * spam.el (spam-ifile-register-with-ifile)
1123         (spam-stat-register-spam-routine)
1124         (spam-stat-register-ham-routine)
1125         (spam-bogofilter-register-with-bogofilter): do.
1126
1127         * mailcap.el (mailcap-mime-data): Fix typo.
1128
1129         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
1130
1131 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
1132
1133         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
1134         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
1135         `gnus-cite-unsightly-citation-regexp'.
1136
1137 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1138
1139         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
1140         even if there's just a header.
1141
1142 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
1143
1144         * message.el (message-fix-before-sending): Fix highlighting of
1145         illegible and invisible text.
1146
1147         * gnus-util.el (gnus-multiple-choice): Separate choices with
1148         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
1149
1150 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
1151
1152         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
1153
1154 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
1155
1156         * spam.el (spam-ham-move-routine)
1157         (spam-mark-spam-as-expired-and-move-routine): use
1158         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
1159         around process-mark manipulation on the group
1160
1161 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1162
1163         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
1164         submenu.
1165
1166 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1167
1168         * mail-source.el (mail-source-fetch): Reverse the return value of
1169         the continuation question.
1170
1171 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1172
1173         * nndraft.el (nndraft-request-move-article): Bind
1174         nnmh-allow-delete-final to t.
1175
1176 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1177
1178         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
1179
1180 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
1181
1182         * nntp.el (nntp-accept-process-output): Don't use point-max to get
1183         the buffer's size.
1184
1185 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
1186
1187         * nnheader.el: Added cygwin to system-type comparisons.
1188
1189 2003-01-27  Juanma Barranquero  <lektu@terra.es>
1190
1191         * imap.el (imap-mailbox-status): Fix typo.
1192
1193 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1194
1195         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
1196         online.
1197
1198 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1199
1200         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
1201         commands.
1202         * gnus-sum.el: Small change from Frank Weinberg
1203         <frank@usenet-rundfahrt.de>:
1204         (gnus-auto-center-group): New variable.
1205         (gnus-summary-read-group-1): Use it.
1206         (gnus-summary-next-group): Fix docstring.
1207
1208 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1209
1210         * gnus-util.el (gnus-faces-at): Simplify.
1211
1212 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1213
1214         * spam.el (spam-ham-move-routine)
1215         (spam-mark-spam-as-expired-and-move-routine): made the article
1216         move conditional, so it's not called even if there's nothing to move
1217
1218 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1219
1220         * message.el (message-unix-mail-delimiter): Accept any whitespace
1221         after the email address and before the date; do not require the
1222         space character.  From Kurt B. Kaiser <kbk@shore.net>.
1223
1224 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1225
1226         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
1227         gnus-article-boring-faces variable is bound; use gnus-faces-at.
1228
1229         * gnus-util.el (gnus-faces-at): New macro.
1230
1231 2003-02-13  Michael Shields  <shields@msrl.com>
1232
1233         * gnus-cite.el
1234         (gnus-cite-attribution-suffix, gnus-cite-parse):
1235         Better handling for Microsoft citation styles.
1236         (gnus-unsightly-citation-regexp): New.
1237
1238 2003-02-12  Michael Shields  <shields@msrl.com>
1239
1240         * gnus-art.el (article-strip-banner): Strip both per-group and
1241         per-user-address banners.
1242         (article-really-strip-banner): New.
1243
1244 2003-02-12  Michael Shields  <shields@msrl.com>
1245
1246         * gnus-sum.el (gnus-article-goto-next-page,
1247         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
1248         relying on the summary bindings of `n' and `p'.
1249
1250 2003-02-12  Michael Shields  <shields@msrl.com>
1251
1252         * gnus-art.el (gnus-article-only-boring-p): New.
1253         (gnus-article-skip-boring): New.
1254         * gnus-cite.el (gnus-article-boring-faces): New.
1255         * gnus-sum.el (gnus-summary-next-page): Use
1256         gnus-article-only-boring-p.
1257
1258 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
1259
1260         * spam.el (spam-mark-spam-as-expired-and-move-routine)
1261         (spam-ham-move-routine): unmark all articles before marking those
1262         of interest and calling gnus-summary-move-article
1263
1264 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
1265
1266         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
1267         logically the complement of gnus-get-buffer-create and
1268         gnus-add-buffer.
1269
1270         * gnus-util.el (gnus-kill-buffer): do.
1271
1272         * nnmail.el: Autoload gnus-kill-buffer.
1273
1274 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1275
1276         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
1277         gnus-summary-goto-subject as gnus-summary-update-mark operates on
1278         the current LINE.
1279         (gnus-agent-summary-fetch-group): Minimized the number of times
1280         that the article is updated in the buffer.
1281
1282 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
1283
1284         * spam.el (spam-ham-move-routine): use the process-mark instead of
1285         gnus-current-article when moving articles
1286         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
1287
1288 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1289
1290         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
1291         (gnus-topic-catchup-articles): Ditto.
1292         (gnus-topic-mark-topic): Reverse recursive logic.
1293
1294 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
1295
1296         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
1297         gnus-refer-thread-limit is t.
1298
1299 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
1300
1301         * mm-util.el (mm-mule-charset-to-mime-charset): Use
1302         sort-coding-systems to prefer utf-8 over utf-16.
1303
1304 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1305
1306         * gnus-agent.el (gnus-agent-expire-days):
1307         gnus-request-move-article depends on gnus-agent-expire to clean up
1308         the cache after moving the article.  Therefore, g-a-e-d can NOT
1309         default to nil or can gnus-agent-expire be disabled by doing so.
1310         If you don't want to run gnus-agent-expire, don't call it.
1311         (gnus-agent-expire): The broken test to disable gnus-agent-expire
1312         when g-a-e-d was NOT nil was removed.
1313         (gnus-agent-article-name): Removed unnecessary input test as
1314         article IDs are always strings.
1315         (gnus-agent-regenerate-group): Added check to protect against
1316         servers that generate absurdly long article IDs.  Valid IDs are
1317         less than 10 digits to avoid overflow errors.  Fixed logic error
1318         when ensuring that the final article ID is present in the new
1319         alist.
1320
1321 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1322
1323         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
1324         next line after finding the parent.
1325
1326 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1327
1328         * gnus.el (gnus-version-number): Bumped.
1329
1330 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1331
1332         * gnus.el: Oort Gnus v0.15 is released.
1333
1334 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
1335
1336         * nnmail.el (nnmail-split-it): If a message ends up matching the
1337           same mailbox more than once, it will cause duplicates to appear
1338           in the mailbox.
1339
1340 2003-02-08  Simon Josefsson  <jas@extundo.com>
1341
1342         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
1343         code that only worked under Emacs.
1344
1345         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
1346         Das <satyaki@chicory.stanford.edu>.
1347
1348 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
1349
1350         * gnus-art.el (gnus-article-refer-article): Use
1351         gnus-replace-in-string.
1352
1353         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
1354         (gnus-remove-duplicates): do.
1355
1356 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1357
1358         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
1359         (gnus-request-scan): set
1360         gnus-internal-registry-spool-current-method to gnus-command-method
1361         before a request-scan operation
1362
1363         * gnus-registry.el (regtest-nnmail): use
1364         gnus-internal-registry-spool-current-method
1365
1366 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1367
1368         * mail-source.el (mail-source-fetch): Typo fix.
1369
1370 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1371
1372         * nnmail.el (nnmail-spool-hook): new hook
1373         (nnmail-cache-insert): call nnmail-spool-hook
1374
1375         * gnus-registry.el: new file with examples of using the hooks
1376
1377         * gnus.el (gnus-registry): added registry customization group
1378         (gnus-group-prefixed-name): improve function to return full group
1379         name optionally
1380         (gnus-group-guess-prefixed-name): shortcut to
1381         gnus-group-prefixed-name, using just the group name
1382         (gnus-group-full-name): always get a group's full name
1383         (gnus-group-guess-full-name): shortcut, using just the group name
1384
1385         * gnus-sum.el (gnus-summary-article-move-hook)
1386         (gnus-summary-article-delete-hook)
1387         (gnus-summary-article-expire-hook): new hooks
1388         (gnus-summary-move-article, gnus-summary-expire-articles)
1389         (gnus-summary-delete-article): invoke the new hooks
1390
1391 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
1392
1393         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
1394         from message-ID
1395
1396 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
1397
1398         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
1399
1400 2003-02-07  John Paul Wallington  <jpw@gnu.org>
1401
1402         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
1403         (mm-write-region, mm-detect-coding-region): Doc fixes.
1404
1405 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1406
1407         * mail-source.el (mail-source-fetch): Ignore errors.
1408         (mail-source-ignore-errors): New variable.
1409
1410         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
1411         articles.
1412
1413         * gnus-msg.el (gnus-version-expose-system): Change default.
1414
1415 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
1416
1417         * gnus-msg.el (gnus-version-expose-system): New variable.
1418
1419 2003-02-07  Simon Josefsson  <jas@extundo.com>
1420
1421         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
1422         patch from deskpot@myrealbox.com (Vasily Korytov).
1423
1424 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1425
1426         * gnus-art.el (article-display-face): Get the Face header from
1427         the current buffer.
1428
1429 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1430
1431         * gnus-art.el (gnus-mime-view-part-internally): Bind
1432         buffer-read-only to nil.
1433
1434 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1435
1436         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
1437         from g-a-e-1 to g-a-e-2.
1438
1439 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
1440
1441         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
1442         of bbdb-search-simple, use spam-use-BBDB-exclusive
1443         (spam-check-whitelist): use spam-use-whitelist-exclusive
1444         (spam-use-whitelist-exclusive): new variable affecting
1445         spam-use-whitelist
1446         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
1447
1448 2003-02-05  Simon Josefsson  <jas@extundo.com>
1449
1450         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
1451         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
1452         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
1453         (gnus-agent-expire-1): New.
1454         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
1455         (gnus-agent-expire-2): New.
1456
1457 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
1458
1459         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
1460         "delete-if" is misleading because it isn't actually destructive.
1461
1462         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
1463
1464         * nnmail.el (nnmail-purge-split-history): do.
1465
1466         * gnus-win.el (gnus-get-buffer-window): do.
1467
1468         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
1469         let-binding.
1470         (gnus-simplify-all-whitespace): do.
1471
1472 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1473
1474         * gnus-delay.el (gnus-delay-article): Fix binding of the
1475         nndraft:delayed group.
1476
1477 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1478
1479         * gnus.el (spam group parameters): change 'other to 'const in
1480         the group parameter definitions to soothe XEmacs
1481
1482 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1483
1484         * gnus-delay.el (gnus-delay-article): Really create
1485         nndraft:delayed group if it doesn't exist.
1486
1487 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
1488
1489         * gnus-sum.el (gnus-summary-search-article): Speed up by
1490         disabling various visual features while searching.
1491         (gnus-summary-recenter): Test gnus-auto-center-summary first.
1492
1493 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
1494
1495         * spam.el (spam-list-of-checks): Don't quote nil and t in
1496         docstrings.  From the elisp manual:
1497
1498            When a documentation string refers to a Lisp symbol, write
1499            it [..] with single-quotes around it.  [..] There are two
1500            exceptions: write t and nil without single-quotes.
1501
1502         * messcompat.el (message-from-style): do.
1503
1504         * message.el (message-send-mail): do.
1505
1506         * gnus-util.el (gnus-use-byte-compile): do.
1507
1508         * gnus-score.el (gnus-score-lower-thread): do.
1509
1510         * gnus-int.el (gnus-server-unopen-status): do.
1511
1512         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
1513         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
1514
1515         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
1516         (gnus-group-parameters): do.
1517
1518         * gnus-art.el (gnus-article-mime-match-handle-function): do.
1519
1520         * mm-decode.el (mm-text-html-renderer): do.
1521
1522 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1523
1524         * nnheader.el (nnheader-directory-separator-character): Change the
1525         way to compute the dafault value.
1526
1527 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
1528
1529         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
1530         (gnus-button-alist): Fix regexp for describe-key.
1531         (gnus-button-handle-describe-function)
1532         (gnus-button-handle-describe-variable)
1533         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
1534         (gnus-button-handle-apropos-variable)
1535         (gnus-button-handle-apropos-documentation): Docstring fix.
1536
1537         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
1538
1539 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1540
1541         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
1542         to nil.
1543
1544         * nnmail.el: Removed gnus-util autoload.
1545
1546         * gnus.el: Use gnus-prin1-to-string throughout.
1547
1548         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
1549         print-level.
1550
1551         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
1552         (gnus-treat-display-grey-xface): Removed.
1553
1554         * gnus-fun.el (gnus-grab-cam-face): New.
1555         (gnus-convert-image-to-gray-x-face): Removed.
1556         (gnus-convert-gray-x-face-to-xpm): removed.
1557         (gnus-convert-gray-x-face-region): Removed.
1558         (gnus-grab-gray-x-face): Removed.
1559
1560         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
1561
1562 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
1563
1564         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
1565         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
1566         bound.
1567
1568         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
1569
1570 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
1571
1572         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
1573         Remove -- these are bogus options which are never used.
1574
1575 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
1576
1577         * gnus-art.el (gnus-article-mode): Use summary tool bar.
1578
1579 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
1580
1581         * spam.el (spam-check-blackholes)
1582         (spam-blackhole-good-server-regex): new variable to skip some IPs
1583         when checking blackholes; use it
1584         (spam-check-bogofilter-headers)
1585         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
1586         case more X-Bogosity is used than just "Yes/No"
1587         (spam-ham-move-routine): semi-fixed, only first article is
1588         properly moved now
1589
1590 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
1591
1592         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
1593         as well.
1594
1595         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
1596
1597         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
1598
1599         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
1600
1601         * gnus-bcklg.el (gnus-backlog-shutdown): do.
1602
1603         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
1604
1605 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1606
1607         * gnus-fun.el (gnus-face-encode): New function.
1608         (gnus-convert-png-to-face): Use it.
1609
1610         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
1611
1612 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
1613
1614         * mm-decode.el (mm-dissection-list): Remove.
1615         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
1616         only used in mm-remove-all-parts.
1617         (mm-remove-all-parts): Remove it, it's never called.
1618
1619 2003-01-25  Simon Josefsson  <jas@extundo.com>
1620
1621         * gnus-group.el (gnus-group-make-group): Report errors.
1622
1623         * nnimap.el (nnimap-request-create-group): Ditto.
1624
1625         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
1626
1627         * sieve.el (sieve-upload): Fix error printing.
1628
1629         * mm-encode.el (mm-qp-or-base64): Always QP iff
1630         mm-use-ultra-safe-encoding and cleartext PGP.
1631
1632         * gnus-sum.el (gnus-summary-select-article): Inhibit
1633         redisplay (mainly for secured messages).
1634
1635         * nnmail.el (nnmail-article-group): Copy body too (but don't
1636         process it).
1637
1638 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
1639
1640         * gnus-art.el (gnus-article-setup-buffer): Reset
1641         gnus-button-marker-list.
1642
1643 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1644
1645         * nntp.el (nntp-read-timeout): Default to using a second delay
1646         under Microsoft Windows.
1647
1648 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1649
1650         * nnheader.el (nnheader-directory-separator-character): New
1651         variable.
1652
1653 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1654
1655         * gnus-agent.el (gnus-agent-max-fetch-size)
1656         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
1657         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
1658         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
1659         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
1660         (gnus-agent-braid-nov, gnus-agent-load-alist)
1661         (gnus-agent-article-alist-save-format)
1662         (gnus-agent-read-agentview, gnus-agent-save-alist)
1663         (gnus-agent-fetch-group-1, gnus-agent-expire)
1664         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
1665         (gnus-agent-regenerate-group): Reformat to keep under eighty
1666         columns.  Reword docstrings so that first line is under eighty
1667         chars and a complete sentence.  Still need to work on the rear
1668         end of the file, in particular gnus-agent-expire.
1669
1670 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1671
1672         * gnus-agent.el (gnus-agentize): Indent.
1673
1674         * gnus.el (gnus-version-number): Bumped.
1675
1676 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1677
1678         * gnus.el: Oort Gnus v0.14 is released.
1679
1680 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1681
1682         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
1683         before beginning.  Tiny patch from Mark Thomas
1684         <swoon@bellatlantic.net>.
1685
1686 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1687
1688         * spam.el (spam-check-blackholes, spam-split)
1689         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
1690         gnus-message calls to show to users what spam.el is doing
1691
1692 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
1693
1694         * gnus-msg.el (gnus-message-replysign)
1695         (gnus-message-replyencrypt): Fix typo.
1696
1697 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1698
1699         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
1700         details.
1701
1702 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1703
1704         * gnus-art.el (gnus-article-press-button): let* -> let.
1705         (gnus-mime-security-show-details): Cleaned up.
1706         (gnus-mime-security-press-button): Save excursion.
1707         (gnus-insert-mime-security-button): Clean up.
1708
1709         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
1710
1711         * gnus-async.el (gnus-async-wait-for-article): Don't use a
1712         timeout.
1713
1714         * nntp.el (nntp-accept-process-output): Removed timeout.
1715         (nntp-read-timeout): New variable.
1716         (nntp-accept-process-output): Use it.
1717
1718         * gnus-sum.el (gnus-data-find-list): Remove *.
1719
1720 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1721
1722         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
1723         introduced on 2002-01-22.
1724         (gnus-summary-first-unseen-or-unread-subject): Ditto.
1725
1726 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
1727
1728         * spam.el (spam-check-regex-headers, spam-list-of-checks)
1729         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
1730         checks of incoming mail based on simple header regexp matching
1731
1732 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
1733
1734         * gnus-sum.el (gnus-spam-mark): set to `$'
1735
1736 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1737
1738         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
1739         gnus-newsgroup-unfetched, the list of articles whose headers have
1740         not been fetched from the server.
1741
1742         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
1743         parameter as it never worked due to a bug.  Added check to prevent
1744         selection of any article in the gnus-newsgroup-unfetched list.
1745         (gnus-summary-find-prev): Added check to prevent selection of any
1746         article in the gnus-newsgroup-unfetched list.
1747         (gnus-summary-first-subject): Documented API. Modified
1748         implementation so that constraints are handled independently.
1749         Added check to prevent selection of any article in the
1750         gnus-newsgroup-unfetched list.
1751         (gnus-summary-first-unseen-subject): Updated parameters in
1752         gnus-summary-first-subject call to match new API.
1753         (gnus-summary-first-unseen-or-unread-subject): Ditto.
1754         (gnus-summary-catchup): Do not mark unfetched articles as read.
1755
1756 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
1757
1758         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
1759         make-obsolete-variable allows only two arguments in XEmacs and
1760         Emacs 20.
1761
1762         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
1763         gnus-article-hide-pgp.
1764         (gnus-summary-make-menu-bar): do.
1765
1766         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
1767         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
1768         gnus-article-hide-pgp.
1769         (article-hide-pgp): Remove.
1770         (gnus-article-hide): Remove gnus-article-hide-pgp.
1771
1772         * gnus.el: Remove gnus-article-hide-pgp
1773
1774 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1775
1776         * message.el (message-required-headers): Doc fix.
1777
1778 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
1779
1780         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
1781         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
1782         option to make ifile a purely binary classifier
1783
1784 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1785
1786         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
1787         (mml-secure-encrypt-pgpmime): Removed double.
1788
1789         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
1790         debugging statements.
1791
1792 2003-01-21  Andreas Fuchs  <asf@void.at>
1793
1794         * mml-sec.el (mml-sign-alist): Added pgpauto.
1795
1796 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1797
1798         * gnus.el (gnus-version-number): Bumped version number.
1799
1800 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1801
1802         * gnus.el: Oort Gnus v0.13 is released.
1803
1804 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1805
1806         * gnus-art.el (gnus-button-url-regexp): Removed |.
1807
1808         * message.el (message-send-hook): Doc fix.
1809
1810         * gnus-win.el (gnus-buffer-configuration): Display article
1811         instead of article-copy when `reply'.
1812
1813 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
1814
1815         * gnus.el (gnus-format): Change customize group to gnus.
1816         (gnus-cache): Add link.
1817         (gnus-group-charter-alist): Fix docstring.
1818
1819 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
1820
1821         * mailcap.el (mailcap-print-command): lpr-command might be
1822         unbound in XEmacs.
1823
1824 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1825
1826         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
1827
1828         * gnus-sum.el (gnus-summary-update-article-line): Fixed
1829         calculation of net characters added for use in the gnus-data
1830         structure.
1831
1832 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1833
1834         * nnmail.el (nnmail-process-unix-mail-format): Improve error
1835         message.  Suggested by Jari Aalto.
1836
1837 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1838
1839         * gnus-art.el (gnus-article-followup-with-original): Clean up.
1840         (gnus-article-reply-with-original): Ditto.
1841
1842         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
1843         read articles don't become unread.
1844
1845 2003-01-17  Simon Josefsson  <jas@extundo.com>
1846
1847         * gnus-fun.el (gnus-x-face-from-file):
1848         (gnus-face-from-file): Suggest image format in minibuffer prompt.
1849
1850         * gnus-fun.el (gnus-convert-image-to-x-face-command)
1851         (gnus-convert-image-to-face-command): Doc fix.
1852
1853 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1854
1855         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
1856
1857 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
1858
1859         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
1860         avoid encoding problems.
1861
1862         * mailcap.el (mailcap-ps-command): New variable.
1863         (mailcap-mime-data): Add print entry where applicable.  Use
1864         pdftotext on a tty.
1865
1866 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1867
1868         * gnus-sum.el (gnus-alter-header-function): Add type and group.
1869
1870 2003-01-16  Simon Josefsson  <jas@extundo.com>
1871
1872         * gnus-fun.el (gnus-convert-image-to-x-face-command)
1873         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
1874         (gnus-face-from-file): Doc fix; don't mention image format.
1875
1876 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1877
1878         * spam.el (spam-get-article-as-filename): new function (unused for now)
1879         (spam-get-article-as-buffer): new function
1880         (spam-get-article-as-string): use spam-get-article-as-buffer
1881         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
1882
1883 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1884
1885         * gnus-agent.el: Don't use `path'.
1886         From the GNU coding standards:
1887
1888             Please do not use the term ``pathname'' that is used in Unix
1889             documentation; use ``file name'' (two words) instead.  We use
1890             the term ``path'' only for search paths, which are lists of
1891             directory names.
1892
1893         * nnsoup.el (nnsoup-file-name): Ditto.
1894
1895         * nnmail.el (nnmail-pathname-coding-system): Ditto.
1896         (nnmail-group-pathname): Ditto.
1897
1898         * nnimap.el (nnimap-group-overview-filename): Ditto.
1899
1900         * nnheader.el (nnheader-pathname-coding-system): Ditto.
1901         (nnheader-group-pathname): Ditto.
1902
1903         * nnfolder.el (nnfolder-group-pathname): Ditto.
1904
1905         * gnus.el (gnus-home-directory): Ditto.
1906
1907         * gnus-group.el (gnus-group-icon-list): Ditto.
1908
1909 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
1910
1911         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
1912
1913         * message.el (message-mode-menu): Use it.
1914         (message-mode-menu): Deactivate "Yank Original" if there's no
1915         reply buffer.
1916
1917         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
1918
1919         * message.el (message-mark-active-p): New function.
1920
1921 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
1922
1923         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
1924         (spam-bogofilter-database-directory): new variables
1925         (spam-check-bogofilter-headers, spam-check-bogofilter)
1926         (spam-bogofilter-register-with-bogofilter)
1927         (spam-bogofilter-register-spam-routine)
1928         (spam-bogofilter-register-ham-routine)
1929         (spam-group-ham-processor-bogofilter-p): new functions for the new
1930         Bogofilter interface
1931         (spam-summary-prepare-exit): use the new Bogofilter functions
1932         (spam-list-of-checks): added spam-use-bogofilter-headers
1933         (spam-bogofilter-score): rewrote function
1934         (spam-check-bogofilter): optional score parameter, uses
1935         spam-check-bogofilter-headers better
1936         (spam-check-bogofilter-headers): optional score parameter
1937
1938         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
1939         default, in the gnus-start customization group.  Used to disable
1940         the spam-*/ham-* parameters.
1941         (gnus-group-ham-exit-processor-bogofilter): new ham processor
1942
1943 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
1944
1945         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
1946         XEmacs.
1947
1948         * gnus-ems.el (gnus-mark-active-p): do.
1949
1950 2003-01-15  Kevin Ryde  <user42@zip.com.au>
1951
1952         * gnus.texi (Using MIME): Mention auto-compression-mode with
1953         gnus-mime-copy-part.
1954
1955 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1956
1957         * message.el (message-send): Don't warn about duplicates when
1958         superseding.
1959
1960 2003-01-15  Simon Josefsson  <jas@extundo.com>
1961
1962         * nnimap.el (nnimap-split-download-body): New variable.
1963         (nnimap-split-articles): Use it.
1964
1965 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1966
1967         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
1968         integrity checker was incorrectly flagging, and removing, articles
1969         whose article number was negative.
1970         (gnus-agent-fetch-group-1): When executed in the group's summary
1971         buffer, refresh each downloaded line to update the status flag and
1972         font.  Preserve the value of gnus-newsgroup-headers so that
1973         gnus-agent-fetch-articles can split the requests by size.
1974         (gnus-agent-expire): Corrected day calculation for when
1975         gnus-agent-expire-days contains a list.
1976
1977 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1978
1979         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
1980
1981 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
1982
1983         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
1984           /usr/bin/play as default player.
1985           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
1986
1987 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1988
1989         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
1990         articles to be marked as well.
1991
1992 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1993         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
1994         fictious headers generated by nnagent (ie. Undownloaded Article
1995         ####) in the list of articles that have not been downloaded.
1996
1997         * gnus-int.el (): Added require declarations to resolve
1998         compile-time warnings.
1999         (gnus-open-server): If the server status is set to offline,
2000         recursively execute gnus-open-server to open the offline backend
2001         (e.g. nnagent).
2002
2003 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
2004
2005         * gnus-art.el (gnus-article-reply-with-original): Use
2006         gnus-mark-active-p.
2007         (gnus-article-followup-with-original): do.
2008
2009 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2010
2011         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
2012
2013 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2014
2015         * gnus-score.el (gnus-score-edit-file-at-point): New function.
2016         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
2017
2018 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
2019
2020         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
2021         (gnus-face-from-file): Ditto.
2022
2023 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2024
2025         * gnus-sum.el (gnus-articles-to-read): Don't just apply
2026         gnus-alter-articles-to-read-function to the unread articles.
2027
2028 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2029
2030         * deuglify.el (gnus-article-outlook-unwrap-lines)
2031         (gnus-article-outlook-repair-attribution)
2032         (gnus-article-outlook-rearrange-citation): New function names,
2033         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
2034         doc-string.
2035
2036         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
2037         removed `W k' key binding (use `W Y f' instead).
2038         (gnus-summary-make-menu-bar): Use new function names.
2039
2040 2003-01-13  Simon Josefsson  <jas@extundo.com>
2041
2042         * gnus-fun.el (gnus-random-x-face): Doc fix.
2043         (gnus-insert-random-x-face-header): New function.
2044
2045 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
2046
2047         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
2048         mark is not active.
2049
2050         * gnus-msg.el (gnus-inews-do-gcc): Comment.
2051
2052         * gnus-ems.el (gnus-mark-active-p): New function.
2053
2054         * gnus-group.el (gnus-topic-mode-p): New function.
2055         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
2056         Deactivate items if mark is not active.
2057
2058 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2059
2060         * gnus.el (gnus-version-number): Bumped version.
2061         (gnus-summary-line-format): Doc fix.
2062
2063 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2064
2065         * gnus.el: Oort Gnus v0.12 is released.
2066
2067 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2068
2069         * mail-source.el (mail-sources): Removed autoload to make it
2070         compile under XEmacs.
2071
2072 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
2073
2074         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
2075         regexp or a function too.
2076         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
2077         confirmation even if the original article is mail.
2078
2079 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2080
2081         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
2082         articles to be marked when not yanking.
2083
2084 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
2085
2086         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
2087
2088 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2089
2090         * gnus-fun.el (gnus-face-from-file): Autoload.
2091
2092         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
2093         errors.
2094
2095 2003-01-12  Simon Josefsson  <jas@extundo.com>
2096
2097         * sieve.el (sieve-upload-and-bury): New.  Suggested by
2098         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
2099
2100         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
2101         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
2102
2103 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2104
2105         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
2106         in every string.
2107
2108         * gnus.el (gnus-version-number): Bumped version number.
2109
2110 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2111
2112         * gnus.el: Oort Gnus v0.11 is released.
2113
2114 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
2115
2116         * message.el (message-fetch-reply-field): Narrow to headers.
2117
2118         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
2119         if Gnus isn't alive.
2120
2121 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2122
2123         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
2124         marks from articles that are already stored in the agent.
2125         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
2126         backup copy of an invalid .overview file for later analysis.
2127
2128 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
2129
2130         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
2131         exit work with two frames.
2132
2133 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
2134
2135         * message.el (message-forward-make-body): Use mule4.
2136
2137 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138
2139         * message.el (message-mode-map): Move wide-reply command.
2140
2141 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
2142
2143         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
2144         castellano.
2145         (gnus-outlook-display-hook): New variable.
2146         (gnus-outlook-display-article-buffer): New function.
2147         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
2148         (gnus-outlook-deuglify-article): Made them interactive and added
2149         optional arg.  Use `g-o-d-a-b'.
2150         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
2151
2152         * gnus-sum.el: Added autoloads.
2153         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
2154         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
2155
2156 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2157
2158         * gnus-art.el (gnus-display-mime): Use the mime emulation
2159         variable.
2160
2161         * gnus-sum.el (gnus-article-emulate-mime): New variable.
2162
2163         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
2164         newsrc-alist is initialized properly.
2165
2166         * mail-source.el (mail-sources): Autoload.
2167
2168         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
2169         nil.
2170
2171         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
2172         insert two newlines.
2173
2174         * message.el (message-check-news-header-syntax): Compute the
2175         header length correctly.
2176
2177 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2178
2179         * gnus-agent.el (gnus-agent-expire): Do not remove article from
2180         alist when keeping fetched article file.
2181         (gnus-agent-retrieve-headers): When parsing response for article
2182         numbers, use the same algorithm as gnus-agent-braid-nov to protect
2183         against garbage in the server's response.
2184
2185         * gnus-int.el (gnus-request-expire-articles,
2186         gnus-request-move-article): Only expire when the group's server
2187         has been agentized.
2188
2189 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2190
2191         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
2192         errors when deleting overlays.
2193
2194         * gnus-score.el (gnus-score-followup): Allow tracing.
2195
2196         * gnus-art.el (gnus-treat-display-face): New variable.
2197         (article-display-face): New command.
2198
2199         * gnus-fun.el (gnus-face-from-file): New function.
2200         (gnus-convert-face-to-png): Ditto.
2201
2202         * gnus-art.el (gnus-ignored-headers): Added Face.
2203
2204 2003-01-10  Simon Josefsson  <jas@extundo.com>
2205
2206         * nndraft.el (nndraft-request-group): Avoid crash in
2207         directory-files when draft directory doesn't exists.
2208
2209         * gnus-sum.el (gnus-select-article-hook): Add :option.
2210
2211 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2212
2213         * spam.el (spam-use-stat): new variable
2214         (spam-group-spam-processor-stat-p)
2215         (spam-group-ham-processor-stat-p): new convenience functions
2216         (spam-summary-prepare-exit): add spam/ham processors to sequence
2217         (spam-list-of-checks): add spam-use-stat to list of checks
2218         (spam-split): conditionally load the spam-stat tables
2219         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
2220         spam-check-ifile): new functions
2221
2222         * spam-stat.el (spam-stat): typo fix
2223         (spam-stat-install-hooks): new variable
2224         (spam-stat-split-fancy-spam-group): added documentation clarification
2225         (spam-stat-split-fancy-spam-threshhold): new variable
2226         (spam-stat-install-hooks): make hooks conditional
2227         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
2228
2229         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
2230         spam-stat ham/spam processor symbols
2231
2232 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2233
2234         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
2235         file exists.
2236
2237 2003-01-10  Simon Josefsson  <jas@extundo.com>
2238
2239         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
2240         undownloaded/downloadable only when unplugged.
2241
2242 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
2243
2244         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
2245
2246 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
2247
2248         * spam.el (spam-check-ifile): fixed call-process-region to use the
2249         db parameter only if it's set
2250         (spam-ifile-register-with-ifile): ditto
2251
2252 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
2253
2254         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
2255         spam-stat-nbad before creating the hash table.
2256         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
2257         Changed copyright statement to FSF.
2258
2259 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2260
2261         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
2262         processable articles as read.
2263         (gnus-agent-summary-fetch-series): Remove processable and
2264         downloadable marks on all downloaded articles in the series.
2265
2266         * nntp.el (nntp-report): Throw error after reporting the problem.
2267         (nntp-accept-process-output): Corrected error check to report an
2268         error when the process is nil.
2269
2270 2003-01-09  Simon Josefsson  <jas@extundo.com>
2271
2272         * message.el (message-tool-bar-map): Add preview.
2273
2274 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
2275
2276         * mml.el (mml-preview): Get rid of MIME handles and buffers after
2277         previewing.
2278
2279 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
2280
2281         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
2282         bug when the (n+1)th article to be added to a group has a smaller
2283         number than the n articles already added.
2284
2285 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
2286
2287         * message.el (message-mode-field-menu): Use backquote.
2288
2289 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
2290
2291         * spam.el: fixed the BBDB autoloads again, using
2292         bbdb-search-simple now (which is not a macro, thank god)
2293
2294         * lpath.el (bbdb-search): removed function from maybe-fbind list
2295
2296         * gnus.el (ham-process-destination): added new parameter for
2297         destination of ham articles found in spam groups at summary exit
2298
2299         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
2300         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
2301         (spam-ifile-database-path): added new parameter for ifile's database
2302         (spam-move-spam-nonspam-groups-only): new parameter to determine
2303         if spam should be moved from all groups or only some
2304         (spam-summary-prepare-exit): fixed logic to use
2305         spam-move-spam-nonspam-groups-only when deciding to invoke
2306         spam-mark-spam-as-expired-and-move-routine; always invoke that
2307         routine after the spam has been expired-or-moved in case there's
2308         some spam left over; use spam-ham-move-routine in spam groups
2309         (spam-ham-move-routine): new function to move ham articles to the
2310         ham-process-destinations group parameter
2311
2312 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2313
2314         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
2315
2316         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
2317         gnus-summary-update-article-line.
2318
2319 2003-01-08  Simon Josefsson  <jas@extundo.com>
2320
2321         * nnmail.el (nnmail-expiry-target-group): Request group, create it
2322         not successful.
2323
2324 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2325
2326         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
2327
2328 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2329
2330         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
2331         logic, finally
2332
2333 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2334
2335         * gnus-spec.el (gnus-parse-format): %C is a complex format.
2336         (gnus-parse-format): Change to %~.
2337
2338         * message.el (message-generate-headers): Don't generate optional
2339         empty headers.
2340
2341 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
2342
2343         * message.el (message-cross-post-default)
2344         (message-cross-post-note-function, message-shoot-gnksa-feet)
2345         (message-strip-subject-trailing-was, message-change-subject)
2346         (message-mark-insert-file, message-cross-post-followup-to)
2347         (message-cross-post-followup-to, message-mode-map)
2348         (message-generate-unsubscribed-mail-followup-to)
2349         (message-make-mail-followup-to): Minor changes to doc-strings and
2350         error messages.  Updated copyright line.
2351
2352         * message.el (message-make-mail-followup-to,
2353         message-generate-unsubscribed-mail-followup-to): New function
2354         names.  Renamed functions: "-mft" -> "-mail-followup-to".
2355         (message-make-mft, message-gen-unsubscribed-mft): Removed function
2356         names.
2357
2358         * mml.el (mml-preview-insert-mail-followup-to): New function name.
2359         (mml-preview-insert-mft): Removed function name.
2360         (mml-preview): Use new function names.
2361
2362         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
2363
2364         * message.el (message-mode-field-menu): Moved header related
2365         commands from "Message" to "Field" menu.
2366
2367 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
2368
2369         * message.el (message-generate-headers-first): Added customization
2370         if variable is a list.
2371
2372 2003-01-07  Michael Shields  <shields@msrl.com>
2373
2374         * gnus-art.el (gnus-article-next-page): Correctly handle the case
2375         where the last line of the article is the last line of the window.
2376
2377 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2378
2379         * gnus-msg.el (gnus-debug): Use ignore-errors.
2380
2381         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
2382         `gnus-summary-update-line'.
2383
2384 2003-01-08  Simon Josefsson  <jas@extundo.com>
2385
2386         * gnus-art.el (gnus-unbuttonized-mime-types)
2387         (gnus-buttonized-mime-types): Doc fix.
2388
2389 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
2390
2391         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
2392
2393 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2394
2395         * nnrss.el (nnrss-group-alist): Add and clear up.
2396
2397 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2398
2399         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
2400
2401         * lpath.el (bbdb-search): added BBDB functions for a better way to
2402         fix missing functions
2403
2404         * spam.el (spam-check-ifile): if should be an unless
2405
2406         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
2407         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
2408         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
2409
2410 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2411
2412         * gnus-sum.el (gnus-summary-make-menu-bar): Added
2413         gnus-summary-refer-thread to thread menu.
2414
2415 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2416
2417         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
2418         summary buffer, articles that cannot be fetched are marked as
2419         canceled.
2420
2421         * nntp.el (nntp-with-open-group): The quit signal handler must
2422         propagate the quit signal to the next outer handler so that the
2423         caller knows that the request aborted abnormally.
2424
2425 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2426
2427         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
2428         (spam-ifile-register-spam-routine)
2429         (spam-ifile-register-ham-routine): added ifile functionality that
2430         does not use ifile-gnus.el to classify and register articles
2431         (spam-get-article-as-string): convenience function
2432         (spam-summary-prepare-exit): added ifile spam and ham registration
2433         (spam-ifile-all-categories, spam-ifile-spam-category)
2434         (spam-ifile-path, spam-ifile): added customization options
2435
2436         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
2437         exit processor
2438         (spam-process): added gnus-group-ham-exit-processor-ifile to the
2439         list of choices
2440
2441 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2442
2443         * gnus-score.el (gnus-score-followup): Also score immediate
2444         followups.
2445
2446 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2447
2448         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
2449
2450 2003-01-07  Simon Josefsson  <jas@extundo.com>
2451
2452         * message.el (message-mode-menu): Fix receipt balloon help.
2453
2454 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
2455
2456         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
2457         always be interpreted as news.
2458
2459 2003-01-07  Simon Josefsson  <jas@extundo.com>
2460
2461         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
2462         gnus-sieve-script, instead of the global variable
2463         gnus-sieve-crosspost.  One-line patch from Steinar Bang
2464         <sb@dod.no>.
2465
2466 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2467
2468         * gnus.el: Renamed gnus-summary-*-uncached-face as
2469         gnus-summary-*-undownloaded-face to avoid confusing the agent with
2470         the cache.
2471
2472         * gnus-sum.el: Ditto.
2473
2474 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2475
2476         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
2477         in either the group or summary buffer.
2478         New command "JS", in summary buffer, will fetch articles per the
2479         group's category, predicate, and processable flags.
2480         (gnus-agent-summary-fetch-series): Rewritten to call
2481         gnus-agent-session-fetch-group once with all articles in the
2482         series.
2483         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
2484         return list of fetched articles.
2485         (gnus-agent-fetch-articles): Split fetch list into sublists such
2486         that the article buffer is only slightly larger than
2487         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
2488         the group's article alist is saved.
2489         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
2490         longer result in the agent trying to fetch an article.
2491         (gnus-agent-fetch-group-1): Can now be called in either the group
2492         or summary buffer.  Removed the max-fetch-size code that I added
2493         on 2002-12-13 as that capability is now part of
2494         gnus-agent-fetch-articles.  Added code to update summary buffer.
2495         When called in the group buffer, articles that can not be fetched
2496         are AUTOMATICALLY MARKED AS READ.
2497
2498         * gnus-sum.el (): Modified eval-when-compile to minimize
2499         misleading compilation warnings.
2500         (gnus-update-summary-mark-positions): Changed code to use
2501         gnus-undownloaded-mark rather than gnus-downloaded-mark.
2502
2503         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
2504         empty file as the parser assumes that the file isn't empty.
2505
2506         * nntp.el (nntp-send-string): The process-send-string call can,
2507         because it performs I/O on the process, change the process' state
2508         from open to closed.  If this happens, call nntp-report
2509         immediately to report the broken connection.
2510         (nntp-report): Rewritten to avoid needing a global variable to
2511         determine the appropriate course of action.  Instead, two function
2512         implementations are provided and the nntp-report function value is
2513         bound to the appropriate implementation.
2514         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
2515         (nntp-with-open-group): Now binds nntp-report's function cell
2516         rather than binding gnus-with-open-group-first-pass.  Added a
2517         condition-case to detect a quit during a nntp command.  When the
2518         quit occurs, the current connection is closed as a fetch articles
2519         request could have several megabytes queued up for reading.
2520         (nntp-retrieve-headers): Bind articles to itself.  If
2521         nntp-with-open-group repeats this command, I must have access to
2522         the original list of articles.
2523         (nntp-retrieve-groups): Ditto for groups.
2524         (nntp-retrieve-articles): Ditto for articles.
2525         (*): Replaced nntp-possibly-change-group calls to
2526         nntp-with-open-group forms in all, but one, occurrance.
2527         (nntp-accept-process-output): Bug fix. Detect when called with
2528         null process.
2529
2530 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
2531
2532         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
2533         if we don't need to.
2534         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
2535
2536 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2537
2538         * gnus-group.el (gnus-group-make-web-group): Pass the select
2539         method on to group-create.
2540         (gnus-group-line-format-alist): %U is an integer.
2541
2542         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
2543         ephemeral groups.
2544         (gnus-summary-read-group-1): Ditto.
2545         (gnus-group-make-articles-read): Ditto.
2546
2547         * mm-url.el (mm-url-program): Doc fix.
2548
2549         * message.el (message-mode-map): Rebound
2550         message-insert-wide-reply.
2551
2552 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2553
2554         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
2555         color as `gnus-group-startup-message' does.
2556
2557 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
2558
2559         * spam.el: fixed line lengths to 80 chars or less
2560
2561         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
2562         "not-read" mark
2563         (gnus-summary-mark-forward): added the spam-mark to the list of
2564         marks not to be marked as "read" when viewed
2565
2566 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2567
2568         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
2569
2570         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
2571         Protect against unactive groups.
2572
2573         * message.el (message-check-news-header-syntax): Check long
2574         header lines.
2575         (message-check-news-header-syntax): Update `start'.
2576
2577         * gnus-group.el (gnus-group-expire-articles): Doc fix.
2578         (gnus-group-line-format): %U.
2579         (gnus-group-line-format-alist): ?U.
2580         (gnus-number-of-unseen-articles-in-group): New function.
2581
2582         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
2583
2584         * gnus.el (gnus-version-number): Bump version number.
2585
2586 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2587
2588         * gnus.el: Oort Gnus v0.10 is released.
2589
2590 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2591
2592         * gnus.el (gnus-version-number): Fix version number.
2593
2594 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2595
2596         * gnus.el: Oort Gnus v0.08 is released.
2597
2598 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
2599
2600         * mm-util.el: Add mm-string-make-unibyte.
2601
2602         * gnus-group.el (gnus-group-jump-to-group): Make it work for
2603         UTF-8 groups.
2604
2605 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2606
2607         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
2608
2609         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
2610
2611 2003-01-04  Kevin Ryde  <user42@zip.com.au>
2612
2613         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
2614         function.
2615
2616 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2617
2618         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
2619         (gnus-summary-read-group-1): Update group line.
2620         (gnus-summary-exit-no-update): Update group on exit.
2621
2622         * gnus-group.el (gnus-group-line-format): Add %*.
2623         (gnus-group-line-format-alist): Ditto.
2624         (gnus-group-insert-group-line): Set it.
2625         (gnus-group-is-exiting-p): New variable.
2626         (gnus-group-insert-group-line): Use it.
2627
2628 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
2629
2630         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
2631         enable BBDB ham processing
2632         (spam-blacklist-register-routine): enable blacklist spam processing
2633         (spam-whitelist-register-routine): enable whitelist ham processing
2634         (spam-fetch-field-from-fast): fast fetching of the "from" field
2635         from (gnus-data-list)
2636         (spam-summary-prepare-exit): works completely now
2637         (spam-use-blacklist): oops, should be nil by default
2638         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
2639         split processing now; before it was for summary exit as
2640         well but that's done with the spam-contents and spam-process
2641         parameters now
2642
2643 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
2644
2645         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
2646         characters.
2647
2648 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
2649
2650         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
2651         (spam-group-processor-p, spam-group-processor-bogofilter-p)
2652         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
2653         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
2654         (spam-mark-spam-as-expired-and-move-routine)
2655         (spam-generic-register-routine, spam-BBDB-register-routine)
2656         (spam-ifile-register-routine, spam-blacklist-register-routine)
2657         (spam-whitelist-register-routine): new functions
2658         (spam-summary-prepare-exit): added summary exit processing (expire
2659         or move) of spam-marked articles for spam groups; added slots for
2660         all the spam-*-register-routine functions
2661
2662 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2663
2664         * pop3.el (pop3-retr): Wait 500 msecs.
2665         (pop3-read-response): Ditto.
2666
2667         * gnus-msg.el (gnus-setup-message): Get the evaliation order
2668         right.
2669         (gnus-inews-make-draft): New function.
2670         (gnus-setup-message): Use it.
2671
2672         * message.el (message-required-headers): Add From.
2673
2674 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2675         Trivial patch from Norbert Koch <nk@viteno.net>.
2676
2677         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
2678
2679 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2680
2681         * message.el (message-generate-headers): Let header formatters do
2682         their work.
2683
2684 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
2685
2686         * deuglify.el (gnus-article-outlook-deuglify-article):
2687         Rehighlight, reapply treatments and call
2688         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
2689         (gnus-outlook-repair-attribution-block): Recognize cited
2690         attributions.  Suggested by Niklas Morberg.
2691
2692 2003-01-02  Pete Kazmier  <pete@kazmier.com>
2693
2694         * gnus-art.el (gnus-treat-predicate): Check condition first.
2695
2696 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
2697
2698         * lpath.el: Add url-http-file-exists-p.
2699
2700         * gnus-group.el (gnus-group-fetch-charter): Use
2701         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
2702
2703 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2704
2705         * message.el (message-draft-headers): Also generate From to get a
2706         nicer draft buffer summary.
2707
2708         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
2709         parameter.
2710
2711         * gnus-art.el (article-wash-html): Clean up.
2712         (article-wash-html): Typo fix.
2713
2714         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
2715         (gnus-summary-mail-forward): To many lists of lists.
2716
2717         * gnus-art.el (article-wash-html): Clean up.
2718
2719 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
2720
2721         * gnus-art.el (gnus-treat-wash-html): New variable.
2722
2723 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2724
2725         * message.el (message-check-news-header-syntax): Allow posting.
2726         (message-check-news-header-syntax): Fix logic for sure, this
2727         time.
2728
2729 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
2730
2731         * message.el (message-check-news-header-syntax): Check syntax of
2732         continuation headers.
2733
2734 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
2735
2736         * gnus-art.el (gnus-button-url-regexp,
2737         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
2738         (gnus-header-button-alist): Regexps are case insensitive here.
2739
2740 2003-01-02  Simon Josefsson  <jas@extundo.com>
2741
2742         * dig.el (query-dig): Doc fix.
2743
2744 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2745
2746         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
2747         summary buffer line, not just the download mark.
2748
2749 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2750
2751         * gnus-sum.el (gnus-summary-goto-subjects): New function.
2752         (gnus-summary-insert-dormant-articles): New command and
2753         keystroke.
2754
2755         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
2756         function for mass insertion of subjects.
2757
2758         * nndraft.el (nndraft-generate-headers): Don't move point.
2759
2760         * gnus.el (nnheader): Require nnheader.
2761
2762         * nndraft.el (nndraft-request-associate-buffer): Use
2763         make-local-variable.
2764
2765 2003-01-02  Michael Shields  <shields@msrl.com>
2766
2767         * nndraft.el (nndraft-request-associate-buffer): Make
2768         write-contents-hooks buffer-local before setting it.
2769
2770 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2771
2772         * gnus.el (gnus-group-parameter-value): Take an extra param.
2773         (gnus-group-fast-parameter): Let group param results be nil.
2774
2775         * gnus-art.el (gnus-article-forward-header): New function.
2776         (article-date-ut): Use it to remove continuation date headers.
2777
2778         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
2779         read-event.
2780         (gnus-summary-remove-bookmark): Clean up.
2781         (gnus-summary-set-bookmark): Clean up.
2782
2783         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
2784
2785         * gnus.el (gnus-group-startup-message): Bind data-directory to
2786         the Gnus etc directory.
2787
2788 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
2789
2790         * spam.el (spam-summary-prepare-exit): added slots for spam- and
2791         ham-processing of articles; use the new
2792         spam-group-(spam|ham)-contents-p functions
2793         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
2794         convenience functions
2795         (spam-mark-junk-as-spam-routine): use the new
2796         spam-group-spam-contents-p function
2797
2798         * gnus.el (spam-process, spam-contents, spam-process-destination):
2799         added new parameters with corresponding global variables
2800         (gnus-group-spam-exit-processor-ifile,
2801         gnus-group-spam-exit-processor-bogofilter,
2802         gnus-group-spam-exit-processor-blacklist,
2803         gnus-group-spam-exit-processor-whitelist,
2804         gnus-group-spam-exit-processor-BBDB,
2805         gnus-group-spam-classification-spam,
2806         gnus-group-spam-classification-ham): added new symbols for the
2807         spam-process and spam-contents parameters
2808
2809         * spam.el (spam-ham-marks, spam-spam-marks): changed list
2810         customization and list itself to store mark symbol rather than
2811         mark character.
2812         (spam-bogofilter-register-routine): added logic to generate mark
2813         values list from spam-ham-marks and spam-spam-marks, so (member)
2814         would work.
2815
2816 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2817
2818         * message.el (message-cross-post-followup-to): Fix comment.
2819
2820 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
2821
2822         * spam.el (spam-ham-marks, spam-spam-marks): changed list
2823         customization and list itself to store mark symbol rather than
2824         mark character.
2825         (spam-bogofilter-register-routine): added logic to generate mark
2826         values list from spam-ham-marks and spam-spam-marks, so (member)
2827         would work.
2828
2829 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
2830
2831         * message.el (message-signature-insert-empty-line): New variable.
2832
2833 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2834
2835         * message.el: Renamed functions and variables: "xpost" ->
2836         "cross-post", "-fup2" -> "-followup-to".
2837         (message-cross-post-old-target, message-cross-post-default,
2838         message-cross-post-note, message-followup-to-note,
2839         message-cross-post-note-function): New variables names.
2840         (message-xpost-old-target, message-xpost-default,
2841         message-xpost-note, message-fup2-note,
2842         message-xpost-note-function): Removed variable names.
2843         (message-cross-post-followup-to-header,
2844         message-cross-post-insert-note, message-cross-post-followup-to):
2845         New function names.
2846         (message-xpost-fup2-header, message-xpost-insert-note,
2847         message-xpost-fup2): Removed function names.
2848
2849 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2850
2851         * message.el (message-send-mail): Added message-cleanup-headers to
2852         prevent newlines in headers.
2853
2854 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2855
2856         * dns.el (dns-make-network-process): Comment.
2857
2858         * gnus-sum.el (gnus-summary-display-while-building): Default to
2859         nil.
2860
2861 2003-01-01  Wes Hardaker  <wes@hardakers.net>
2862
2863         * gnus-sum.el (gnus-summary-display-while-building): New
2864         variable.
2865
2866 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
2867
2868         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
2869         before rearranging the article.
2870
2871 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2872
2873         * nndraft.el (nndraft-generate-headers): New function.
2874         (nndraft-request-associate-buffer): Use it to write headers on
2875         buffer save.
2876
2877         * message.el (message-generate-headers): Let the function be a
2878         lambda form.
2879         (message-draft-headers): New variable.
2880
2881         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
2882         function.
2883         (gnus-setup-message): Use it.
2884
2885         * message.el (message-generate-headers-first): Doc fix.
2886         (message-setup-1): Use new function for getting which headers to
2887         generate.
2888         (message-headers-to-generate): New function.
2889
2890 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2891
2892         * gnus-agent.el (gnus-agent-save-alist): Make directory.
2893
2894 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
2895
2896         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
2897         mention negatives.
2898
2899 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
2900
2901         * deuglify.el (gnus-outlook-rearrange-article): Use
2902         `transpose-regions' instead of tempering the kill-ring.
2903         (gnus-article-outlook-deuglify-article): Rehighlight article
2904         instead of a complete redisplay.
2905
2906 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
2907
2908         * spam.el: most defvars are defcustoms now
2909
2910         patches from Michael Shields  <shields@msrl.com>
2911
2912         * spam.el (spam-bogofilter-articles): Select the article
2913         body using gnus-summary-show-article t instead of
2914         gnus-summary-select-article; this presents the raw text
2915         without running any hooks.
2916
2917         * spam.el (spam-bogofilter-articles): Use message-remove-header
2918         to remove headers; the old way incorrectly removed just the first
2919         line of folded headers.
2920
2921 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2922
2923         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
2924
2925 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2926
2927         * gnus-start.el (gnus-load): New function.
2928         (gnus-read-newsrc-el-file): Use it.
2929
2930 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2931
2932         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
2933         (gnus-button-handle-apropos-documentation): New function.
2934         (gnus-button-handle-ctan): New function.
2935         (gnus-button-alist): Use them.  Improve some regexps.
2936         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
2937
2938 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2939
2940         * message.el (message-subscribed-p): New function.
2941         (message-send-mail): Use it.
2942         * mml.el (mml-preview-insert-mft): New function.
2943         (mml-preview): Use it.
2944
2945 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2946
2947         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
2948         when sorting by date.
2949
2950         * gnus-art.el (gnus-article-edit-mode): New variable.
2951         (gnus-article-setup-buffer): Warn user about discarding edits.
2952
2953         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
2954         (gnus-summary-pipe-output): Take a symbolic prefix to save all
2955         headers.
2956
2957         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
2958
2959 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2960
2961         * message.el (message-completion-alist): Added "Mail-Followup-To"
2962         and "Mail-Copies-To".
2963
2964 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2965
2966         * gnus-group.el: Add key bindings for
2967         gnus-group-sort-groups-by-real-name and
2968         gnus-group-sort-selected-groups-by-real-name.
2969
2970 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2971
2972         * gnus.texi (Sorting Groups): Add key bindings for
2973         gnus-group-sort-groups-by-real-name and
2974         gnus-group-sort-selected-groups-by-real-name.
2975
2976 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2977
2978         * spam.el (spam-use-dig): new variable for blackhole checking
2979         through dig.el
2980         (spam-check-blackholes): added dig.el checking functionality and
2981         more verbose reporting; query-dig is autoloaded from dig.el
2982         (spam-use-blackholes): disabled by default
2983         (spam-blackhole-servers): removed rbl.maps.vix.com from the
2984         blackhole servers list
2985
2986 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2987
2988         * message.el (message-required-headers): New variable.
2989
2990 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2991
2992         * dig.el (query-dig): new function
2993
2994 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2995
2996         * flow-fill.el (fill-flowed): Don't infloop on too long fill
2997         prefixes.
2998
2999         * dns.el (query-dns): Protect against errors.
3000
3001         * gnus-msg.el (gnus-article-yanked-articles): New variable.
3002         (gnus-inews-add-send-actions): Mark all answered messages as
3003         answered.
3004
3005 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
3006
3007         * nnmail.el (nnmail-split-it): Added tracing to
3008         `:' split rule
3009
3010 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
3011
3012         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
3013         and "%s" so we don't overquote them.
3014
3015 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
3016
3017         * (mm-display-external): Display the actual command that has been
3018         executed in the echo area.
3019
3020 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3021
3022         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
3023
3024         * message.el (message-with-reply-buffer): New macro.
3025         (message-fetch-reply-field): Use it.
3026         (message-insert-wide-reply): New command and keystroke.
3027         (message-carefully-insert-headers): New function.
3028         (message-insert-to): Use new function.
3029
3030         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
3031         (gnus-topic-goto-missing-group): Use it.
3032
3033         * message.el (message-required-news-headers): Removed Lines.
3034         (message-reply): Don't insert References first.
3035         (message-followup): Ditto.
3036         (message-make-references): New function.
3037         (message-followup): Set message-reply-headers before generating
3038         the buffer stuff.
3039
3040 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
3041
3042         * mml.el (mml-generate-mime-1): Reverse the order of
3043         encoding/flowing.
3044
3045 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3046
3047         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
3048         after moving them.
3049
3050         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
3051         fit with newer standard format.
3052         (gnus-summary-make-false-root-always): New variable.
3053         (gnus-gather-threads-by-subject): Use it.
3054
3055         * message.el (message-get-reply-headers): Take an address list
3056         optional argument.
3057
3058 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3059
3060         * gnus.el (gnus-keep-backlog): Change default to 20.
3061
3062         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
3063         start.
3064         (gnus-agent-check-overview-buffer): Remove negative article
3065         numbers.
3066
3067         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
3068         (nnmail-cache-ignore-groups): Doc fix.
3069
3070         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
3071         (nnimap-debug-buffer): New variable.
3072         (nnimap-debug): Use it.
3073
3074 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
3075
3076         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
3077
3078 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3079
3080         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
3081         they aren't already sorted.
3082
3083 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
3084
3085         * message.el (message-mode-menu): Add ellipses to menu items
3086         expecting user interaction.
3087         (message-mode-field-menu): do.
3088
3089 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
3090
3091         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
3092         it isn't used any more.
3093
3094 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
3095
3096         * binhex.el (binhex-decoder-program): Fix docstring.
3097
3098 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3099
3100         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
3101         special chars if the mailcap file uses single quotes around %s.
3102         From Laurent Martelli <laurent@bearteam.org>.
3103
3104 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
3105
3106         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
3107         return the info object.
3108
3109 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
3110
3111         * gnus-int.el (gnus-request-update-info): Artificially add
3112         (1 . (1- min)) to the read range, in case the backend doesn't
3113         store marks for nonexistent articles.
3114
3115 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3116
3117         * binhex.el (binhex-insert-char): Eval-and-compile.
3118
3119 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
3120
3121         * lpath.el: Add tool-bar-local-item-from-menu.
3122
3123         * message.el (message-tool-bar-local-item-from-menu): New function.
3124         (message-tool-bar-map): Use it.
3125
3126 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
3127
3128         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
3129
3130         * gnus-art.el (gnus-article-header-rank): Last header in
3131         gnus-sorted-header-list should have higher rank than non-members.
3132
3133 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3134
3135         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
3136         covered methods.
3137
3138 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3139
3140         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
3141         eval-when-compile.  Suggested by Kevin Greiner.
3142
3143 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
3144
3145         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
3146         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
3147         even though no headers may have been fetched
3148         (gnus-agent-fetch-group-1, and perhaps others, require this
3149         behavior).
3150         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
3151         server buffer is constrained by gnus-agent-max-fetch-size.
3152         Multiple chunks in the same group may perform arbitrarily large
3153         updates.
3154
3155 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
3156
3157         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
3158         gnus-summary-update-download-mark to update the article in the
3159         summary.
3160
3161 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
3162
3163         * gnus.el (gnus-summary-high-uncached-face,
3164         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
3165         New faces.
3166
3167         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
3168         added this on 2002-11-23 but it just wasn't working out as
3169         intended.  The idea isn't entirely dead, three new faces
3170         gnus-summary-*-uncached-face are being added to gnus.el to provide
3171         the basis for an improved implementation.
3172         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
3173         proper file to open is lib/servers.
3174         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
3175         (i.e. removing the article from gnus-newsgroup-downloadable) will
3176         now restore the article's default mark rather than simply setting
3177         no mark.
3178         (gnus-agent-get-undownloaded-list): Corrected documentation.
3179         Added code to set new summary local variable,
3180         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
3181         a temporary list.  No longer sets gnus-newsgroup-downloadable.
3182         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
3183         up to date.  Call new gnus-summary-update-download-mark to keep
3184         summary buffer up-to-date.
3185         (gnus-agent-fetch-selected-article): Keep
3186         gnus-newsgroup-undownloaded up to date.
3187         (gnus-agent-fetch-articles): Return list of articles that were
3188         successfully fetched.
3189         (gnus-agent-check-overview-buffer): No more thingatpt.
3190         (gnus-agent-expire): No longer deletes NOV entries of unread
3191         articles.
3192         (gnus-agent-unread-articles): New function.
3193         (gnus-agent-regenerate-group): The article number must be
3194         terminated by a tab character.  Added more messages to report
3195         repairs.  Inhibit quits while writing changes so it is now safe
3196         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
3197         downloaded to 1) resolve the unbound references and 2) avoid
3198         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
3199
3200         * gnus-art.el (gnus-article-prepare): The agent
3201         downloaded/undownloaded mark is no longer stored as the article's
3202         mark.
3203
3204         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
3205         gnus-summary-highlight may use it.  Added downloaded as
3206         gnus-summary-highlight was using it.
3207
3208         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
3209         the download mark now follows Kai's +/- convention.
3210         (gnus-downloaded-mark): Added ?+ mark.
3211         (gnus-summary-highlight): Added rules to select
3212         gnus-summary-high-uncached-face,
3213         gnus-summary-normal-uncached-face, and
3214         gnus-summary-low-uncached-face.  Removed the
3215         gnus-agent-downloaded-article-face.
3216         (gnus-summary-line-format-alist): Implemented the download flag
3217         format (?O) as named in the manual.  This implementation displays
3218         either gnus-undownloaded-mark, gnus-downloaded-mark, or
3219         gnus-no-mark.
3220         (gnus-newsgroup-agentized): New local variable that identifies
3221         which groups are agentized.  While the agent is now on by default,
3222         you don't have to agentize every server that you use.
3223         (gnus-update-summary-mark-positions): Completed support for the
3224         download type of mark.
3225         (gnus-summary-insert-line): Added undownloaded to the parameters.
3226         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
3227         reference by the gnus-summary-line-format-spec.
3228
3229         * nntp.el (nntp-with-open-group): This macro handles dropped or
3230         broken connections by opening a new connection and repeating the
3231         failed command.
3232         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
3233         XOVER commands preceeding the active articles with the nov entry
3234         of the first available article.  When gnus connected to such a
3235         server, the unexpected nov entry would result in duplicate lines
3236         in the agent's overview file.  This patch fixes the duplicate
3237         lines problem and improves performance by skipping over all
3238         articles IDs that preceed the first nov entry in the server's
3239         reply.
3240
3241 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3242
3243         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
3244         (gnus-summary-highlight): Use it instead of `downloaded'.
3245         (gnus-summary-highlight-line): Ditto.
3246
3247         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
3248
3249 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3250
3251         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
3252
3253         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
3254         calls.
3255
3256         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
3257         downloaded variable if we're in an uncovered group.
3258
3259         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
3260         font to soemthing less noticeable.
3261         (gnus-agent-group-covered-p): New function.
3262
3263 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3264
3265         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
3266         Because of an unknown bug, the group buffer is saved in .overview
3267         file.
3268
3269 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3270
3271         * nntp.el (nntp-send-command): Braino in last commit.  Replace
3272         `and' with `or'.
3273
3274 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3275
3276         * nntp.el (nntp-send-command): Assume that echo does not happen
3277         when nntp-open-connection-function is nntp-open-network-stream.
3278         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
3279
3280 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3281
3282         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
3283
3284 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
3285
3286         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
3287         nntp-server-buffer if we aren't going to write to it.
3288
3289 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3290         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
3291
3292         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
3293
3294 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3295
3296         * rfc2047.el (rfc2047-decode-region): Remove newlines between
3297         decoded words.
3298
3299 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3300
3301         * gnus.el (fboundp): After loading mm-util, make sure it was the
3302         right one.
3303
3304 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3305
3306         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
3307         gnus-sum.  Made into a user option.
3308
3309         * gnus-sum.el (gnus-simplify-ignored-prefixes)
3310         (gnus-summary-mark-article-as-unread)
3311
3312 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3313
3314         * time-date.el (date-to-time): Typo.
3315
3316         * parse-time.el: Typo.
3317
3318         * nnsoup.el (nnsoup-retrieve-headers): Typo.
3319
3320         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
3321
3322         * nnimap.el:
3323         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
3324
3325         * mm-encode.el (mm-safer-encoding): Typo.
3326
3327         * messcompat.el: Typo.
3328
3329         * message.el (message-face-alist): Typo.
3330
3331         * imap.el (imap-interactive-login, imap-open): Typos.
3332
3333         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
3334
3335         * gnus.el: Typo.
3336
3337         * gnus-win.el (gnus-configure-frame): Typo.
3338
3339         * gnus-util.el (gnus-atomic-progn-assign): Typo.
3340
3341         * gnus-topic.el (gnus-topic-sort-topics): Typo.
3342
3343         * gnus-sum.el (gnus-summary-article-number)
3344         (gnus-summary-read-group-1, gnus-summary-mark-article)
3345         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
3346
3347         * gnus-mule.el (gnus-mule-add-group): Typo.
3348
3349         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
3350
3351         * gnus-group.el (gnus-group-fetch-faq): Typo.
3352
3353         * gnus-art.el (gnus-decode-header-methods): Typo.
3354
3355         * flow-fill.el: Typo.
3356
3357 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
3358
3359         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
3360
3361 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3362
3363         * gnus-sum.el (gnus-simplify-ignored-prefixes)
3364         (gnus-summary-mark-article-as-unread)
3365         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
3366         Reformatting to avoid long lines.
3367         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
3368
3369 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
3370
3371         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
3372         be accessed through `mail-header-number'.
3373
3374 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3375
3376         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
3377         compressed range to gnus-summary-insert-articles.
3378
3379 2002-11-26  Kevin Ryde <user42@zip.com.au>
3380
3381         * gnus-art.el (gnus-mime-copy-part): Look for filename
3382         parameter under content-disposition, not content-type.
3383
3384         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
3385         (gnus-summary-reselect-current-group): Use it.
3386
3387 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3388
3389         * gnus-agent.el (gnus-agent-uncached-articles): if
3390         gnus-agent-load-alist fails, return ARTICLES.
3391
3392         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
3393
3394 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3395
3396         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
3397         superfluous function call.
3398         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
3399         Add warning to docstring.
3400
3401 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3402
3403         * gnus-agent.el: Autoload number-at-point instead.
3404         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
3405
3406 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3407
3408         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
3409         require thingatpt (for number-at-point) and protect against
3410         deactivate-mark being unbound (on XEmacs).
3411
3412 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3413
3414         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
3415         print message on entry.
3416
3417         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
3418
3419         * gnus-range.el (gnus-range-difference): New function.
3420         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
3421
3422 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3423
3424         * gnus-sum.el (gnus-summary-insert-old-articles): Use
3425         gnus-remove-from-range instead of gnus-range-difference which
3426         doesn't exist.
3427
3428 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3429         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
3430
3431         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
3432         used for showing which articles have been downloaded.
3433         (gnus-agent-article-alist): Format change.  Add documentation.
3434         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
3435         process-marked articles.
3436         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
3437         in the series are individually fetched to minimize lose of
3438         content due to an error/quit.
3439         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
3440         gnus-message instead of message.
3441         (gnus-agent-read-servers): Use file lib/methods instead of
3442         lib/servers.  TODO: Why?
3443         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
3444         (gnus-agent-get-undownloaded-list): Remove articles that appear to
3445         come from the agent.  This means that they are not downloaded.
3446         (gnus-agent-fetch-selected-article): Don't use history.
3447         (gnus-agent-save-history, gnus-agent-enter-history)
3448         (gnus-agent-article-in-history-p, gnus-agent-history-path):
3449         Removed function; history is not used anymore.
3450         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
3451         (gnus-agent-crosspost): Started rewrite then realized that a typo
3452         in gnus-agent-fetch-articles ensures that this function is never
3453         called.  This will need to be fixed later.
3454         (gnus-agent-check-overview-buffer): Some sanity checks on the
3455         agent overview buffer.  This is a safety net used during
3456         development.
3457         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
3458         changed, write a number to the file indicating this.
3459         (gnus-agent-fetch-headers): Rewrite to respect
3460         gnus-agent-consider-all-articles without relying on the
3461         `.fetched' files.  Make it fast.
3462         (gnus-agent-braid-nov): Change resulting from
3463         gnus-agent-fetch-headers change.
3464         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
3465         `.fetched' files.
3466         (gnus-agent-read-agentview): New function, used by
3467         gnus-agent-load-alist.
3468         (gnus-agent-load-fetched-headers): Remove.
3469         (gnus-agent-save-alist): Rewrite to accomodate new format.
3470         (gnus-agent-fetch-group-1): Make sure list of articles is in the
3471         same order as in gnus-newsgroup-headers.
3472         (gnus-agent-expire): Document and implement extra args ARTICLES,
3473         GROUP, FORCE.  Do not restrict usage.
3474         (gnus-agent-uncached-articles): New function.
3475         (gnus-agent-retrieve-headers): Use it.
3476         (gnus-agent-regenerate-group): No longer needs to be called from
3477         gnus-agent-regenerate.  Individual groups may be regenerated. The
3478         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
3479         The article fetch dates are validated in the article alist.  The
3480         article alist is pruned of entries that do not reference existing
3481         NOV entries.  All changes are computed then applied with
3482         inhibit-quit bound to t.  As a result, it is now safe to quit out of
3483         regeneration.  The optional clean parameter has been replaced with
3484         an optional reread parameter.  Clean is no longer necessary as
3485         regeneration gets the appropriate setting from
3486         gnus-agent-consider-all-articles.  The new reread parameter will
3487         result in fetched, or all, articles being marked as unread.
3488         (gnus-agent-regenerate): Removed code to regenerate the history
3489         file as it is no longer used.
3490
3491         * gnus-start.el (gnus-make-ascending-articles-unread): New
3492         function, for efficient mass-marking.
3493
3494         * gnus-sum.el (gnus-summary-highlight): Use new face for
3495         downloaded articles.
3496         (gnus-article-mark): Prefer to indicate read/unread status over
3497         downloaded status.
3498         (gnus-summary-highlight-line-0): New function, maybe rehighlights
3499         line.
3500         (gnus-summary-highlight-line): Use new face for downloaded
3501         articles.
3502         (gnus-summary-insert-old-articles): Improved performance by
3503         replacing the initial LIST of older articles with a compressed
3504         RANGE of older articles.  Some servers appear to lie about
3505         their active range so the original list could contain millions
3506         of article numbers.  The range is not expanded into a list
3507         until the optional ALL parameter has been applied.
3508
3509 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3510
3511         * gnus-agent.el (gnus-category-mode): Typo in doc string.
3512
3513 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
3514
3515         * spam.el:
3516         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
3517
3518         * spam.el: added `M s t' and `M s x' key mappings
3519
3520 2002-11-20  Simon Josefsson  <jas@extundo.com>
3521
3522         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
3523
3524 2002-11-19  Simon Josefsson  <jas@extundo.com>
3525
3526         * gnus-sum.el (gnus-summary-morse-message): Load
3527         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
3528         (unmorse-region): Autoload it instead.
3529
3530 2002-11-18  Simon Josefsson  <jas@extundo.com>
3531
3532         * gnus-sum.el (gnus-summary-morse-message): New function.
3533         (gnus-summary-wash-map): Bind to `W m'.
3534         (gnus-summary-make-menu-bar): Add.
3535
3536         * nnimap.el (nnimap-request-expire-articles): Compress sequence
3537         before storing \Deleted mark on expired articles.
3538
3539 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
3540         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
3541
3542         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
3543         parens in column 0.
3544
3545 2002-11-17  Juanma Barranquero  <lektu@terra.es>
3546
3547         * nnweb.el (nnweb-google-create-mapping): Fix typo.
3548
3549         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
3550
3551         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
3552
3553 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3554
3555         * message.el (message-set-auto-save-file-name): Use
3556         make-directory, to avoid the dependence on gnus-util.
3557
3558 2002-11-16  Simon Josefsson  <jas@extundo.com>
3559
3560         * nnimap.el (nnimap-callback-callback-function):
3561         (nnimap-callback-buffer): Removed, these cannot be global but must
3562         be embedded into the callback.
3563         (nnimap-make-callback): New.  Embedd article number, callback and
3564         buffer in function.
3565         (nnimap-callback, nnimap-request-article-part): Update.
3566
3567 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3568
3569         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
3570
3571 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3572
3573         * gnus.el (gnus-summary-line-format): Document %C.
3574
3575 2002-11-11  Simon Josefsson  <jas@extundo.com>
3576
3577         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
3578         output when called interactively.
3579
3580 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3581
3582         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
3583
3584         * message.el (message-draft-coding-system): Improve comment; use
3585         mm-auto-save-coding-system for the default value.
3586
3587         * nndraft.el (nndraft-request-article): Revert to the state before
3588         2002-10-29; regexp-quote mail-header-separator.
3589
3590 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
3591
3592         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
3593         allow editing of drafts from an nnvirtual group.
3594
3595 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3596
3597         * nndraft.el (nndraft-request-article): Replace emacs-mule with
3598         mm-auto-save-coding-system.
3599
3600         * message.el (message-draft-coding-system): Default to
3601         iso-2022-7bit.
3602
3603         * mm-util.el (mm-auto-save-coding-system): Undo last change to
3604         restore the default value to emacs-mule or escape-quoted.
3605
3606 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3607
3608         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
3609         a delayed or a queued article as well as a draft.
3610
3611         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
3612         delayed or a queued article in the raw format; treat a delayed
3613         article as a raw article as well as a draft.
3614         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
3615         for the delayed group.
3616
3617         * nndraft.el (nndraft-request-article): Ignore auto save files for
3618         a delayed or a queued article; don't bother to decode a queued
3619         article; don't bind nnmail-file-coding-system for a queued article.
3620
3621         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
3622         and the queue group.
3623
3624 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
3625
3626         * gnus-group.el (gnus-group-delete-group):
3627         gnus-cache-active-hashtb might be void.
3628
3629 2002-11-02  Simon Josefsson  <jas@extundo.com>
3630
3631         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
3632         setting of the default user ID.  From Raymond Scholz
3633         <ray-2002@zonix.de>.
3634
3635 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
3636
3637         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
3638         charset.
3639
3640 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
3641         From Alex Schroeder <alex@emacswiki.org>
3642         * spam-stat.el (spam-stat-process-directory): add dir to message
3643         (spam-stat-reduce-size): No longer remove words
3644         with values close to 0.5, because the default value is 0.2.
3645
3646 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3647
3648         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
3649         documentation.
3650
3651 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3652
3653         * gnus-agent.el (gnus-agent-fetched-headers)
3654         (gnus-agent-load-fetched-headers)
3655         (gnus-agent-save-fetched-headers): Remove variable and two
3656         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
3657         works better.
3658         (gnus-agent-fetch-headers): New implementation from Kevin
3659         Greiner.  Uses gnus-agent-article-alist to store information
3660         about fetched messages which aren't on the server anymore.  The
3661         trick is to return a list of considered messages to the caller,
3662         but to only fetch those which haven't been fetched yet.
3663
3664 2002-10-30  Simon Josefsson  <jas@extundo.com>
3665
3666         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
3667
3668         * pgg.el (pgg-passphrase-cache-expiry): Removed.
3669
3670 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3671
3672         * mm-view.el (mm-w3m-local-map-property): Make it work with older
3673         versions of emacs-w3m than 1.3.3.
3674
3675         * lpath.el: Bind w3m-minor-mode-map.
3676
3677         * mm-view.el (mm-w3m-mode-command-alist)
3678         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
3679         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
3680         (mm-setup-w3m): Simplified.
3681         (mm-w3m-local-map-property): New function.
3682         (mm-inline-text-html-render-with-w3m): Use it.
3683
3684         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
3685         mm-w3m-local-map-property.
3686
3687 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3688
3689         * mm-util.el (mm-auto-save-coding-system): Default to
3690         iso-2022-7bit.
3691
3692         * nndraft.el (nndraft-request-article): Decode an article using
3693         the coding-system emacs-mule if it seems to have been saved using
3694         emacs-mule.
3695         (nndraft-request-replace-article): Use message-draft-coding-system
3696         instead of mm-auto-save-coding-system for the draft or delayed
3697         group.
3698
3699 2002-10-28  Josh  <huber@alum.wpi.edu>
3700
3701         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
3702         functions.
3703
3704 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3705         From mah@everybody.org (Mark A. Hershberger).
3706
3707         * mm-url.el (mm-url-insert-file-contents): Make it return the same
3708         type values ("url" size) regardless of the values of
3709         mm-url-use-external.
3710
3711 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3712
3713         * nnimap.el (nnimap-request-article-part): Try harder to show
3714         group name in debugging message.
3715
3716 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3717
3718         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
3719         directory if it doesn't exist.
3720         (gnus-agent-fetch-headers): Remove old cruft that tried to
3721         abstain from downloading articles more than once if
3722         gnus-agent-consider-all-articles was true.  This is now done
3723         properly via the .fetched files.
3724
3725 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3726
3727         * nndraft.el (nndraft-request-article): Treat delayed articles
3728         like drafts.
3729
3730 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3731
3732         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
3733
3734 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3735
3736         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
3737         Remove unused optional arg DIR and corresponding code.
3738
3739         * nnimap.el (nnimap-request-article-part): Include group name in
3740         debugging output.
3741
3742 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
3743
3744         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
3745
3746 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3747
3748         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
3749         contains range of headers that have been fetched by the agent
3750         already.  Compare gnus-agent-article-alist.
3751         (gnus-agent-file-header-cache): Like
3752         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
3753         (gnus-agent-fetch-headers): Improve comment.  Revert to old
3754         seen/recent logic.
3755         Remember which headers have been fetched before and don't fetch
3756         them again the next time round.
3757         (gnus-agent-load-fetched-headers)
3758         (gnus-agent-save-fetched-headers): New functions, for remembering
3759         which headers have been fetched before.
3760
3761 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3762
3763         * lpath.el: Remove useless bindings.
3764
3765 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
3766
3767         * gnus-sum.el (gnus-summary-execute-command): Disable visual
3768         features while searching.
3769
3770 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3771
3772         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
3773
3774 2002-10-22  Simon Josefsson  <jas@extundo.com>
3775
3776         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
3777         (pgg-snarf-keys): Add.
3778
3779 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3780
3781         * lpath.el: Fbind bbdb-records.
3782
3783         * spam.el: Don't autoload bbdb-records.
3784
3785 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3786
3787         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
3788         prevent inf-loop.
3789
3790 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3791
3792         * nnslashdot.el: Removed some test lines.
3793         More test.
3794
3795 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3796
3797         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
3798         are known to be downloaded already.
3799
3800 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3801
3802         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
3803         (mm-text-html-washer-alist): Ditto.
3804
3805 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3806
3807         * nnheader.el (nnheader-remove-body): Fix an error of detecting
3808         boundary between headers and body.
3809         * nnml.el (nnml-parse-head): Ditto.
3810
3811 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3812
3813         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
3814         entries.
3815
3816         * gnus-group.el (gnus-fetch-group): Allow an optional
3817         specification of the articles to select.
3818
3819         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
3820
3821 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3822
3823         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
3824         headers from the group, update variable `articles' to contain
3825         only those numbers where headers exist.  (When fetching all
3826         articles in a group, Gnus creates lots of numbers where there is
3827         no articles.)
3828
3829 2002-10-20  Steve Youngs  <youngs@xemacs.org>
3830
3831         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
3832         doesn't have the 'alist custom type, use cons cells instead.
3833         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
3834         (pgg-parse-hash-algorithm-alist): Ditto.
3835         (pgg-parse-compression-algorithm-alist): Ditto.
3836         (pgg-parse-signature-type-alist): Ditto.
3837
3838         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
3839
3840         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
3841
3842         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
3843
3844 2002-10-19  Simon Josefsson  <jas@extundo.com>
3845
3846         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
3847         buffer.
3848
3849 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3850
3851         * gnus-spec.el (gnus-make-format-preserve-properties)
3852         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
3853         properties also on XEmacs.  `gnus-xmas-format' is like format but
3854         preserves text properties on XEmacs (though it only understands
3855         simple format specs).  The variable
3856         `gnus-make-format-preserve-properties' controls whether the
3857         function is used, and is checked in `gnus-parse-simple-format'.
3858         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
3859
3860         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
3861         output.
3862         (gnus-agent-consider-all-articles): New variable.
3863         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
3864         (gnus-agent-fetch-headers): Depending on
3865         gnus-agent-consider-all-articles, maybe get all articles.
3866         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
3867         `read'.
3868         (gnus-predicate-imples-unread): New function.
3869         (gnus-agent-fetch-headers): Optimize to call
3870         gnus-list-of-unread-articles if that is sufficient.
3871         Check unseen and recent instead of seen and recent.
3872         (gnus-agent-fetch-headers): Abstain from calling
3873         gnus-list-range-intersection if range (a . b) would have (> a b).
3874
3875 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3876
3877         * message.el (message-send-mail): Make it possible to perform
3878         edebug-defun.
3879
3880 2002-10-18  Simon Josefsson  <jas@extundo.com>
3881
3882         * gnus-art.el (gnus-button-man-handler): Change default to
3883         `manual-entry' (defined in both emacsen).
3884         (gnus-button-man-handler): Remove emacsen difference and use
3885         `manual-entry'.
3886
3887 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3888
3889         * spam.el: Wrap autoload settings for bbdb-records,
3890         executable-find and ifile-spam-filter with eval-and-compile.
3891         (spam-display-buffer-contents): Remove.
3892         (spam-bogofilter-score): Merge spam-display-buffer-contents.
3893
3894 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
3895
3896         * spam.el (spam-display-buffer-contents): New function.
3897         (spam-bogofilter-score): use spam-display-buffer-contents, patch
3898         from Katsumi Yamaoka <yamaoka@jpl.org>.
3899
3900 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3901
3902         * nnheader.el (nnheader-parse-naked-head): New function.
3903         (nnheader-parse-head): Use the above function, in order to handle
3904         continuation lines properly.
3905         (nnheader-remove-body): New function.
3906         (nnheader-remove-cr-followed-by-lf): New function.
3907         (nnheader-ms-strip-cr): Use the above function.
3908
3909         * gnus-agent.el (gnus-agent-regenerate-group): Call
3910         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
3911         `nnheader-parse-head'.
3912         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
3913
3914         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
3915         continuation lines by itself; call `nnheader-parse-naked-head'
3916         instead of `nnheader-parse-head'.
3917         * nndiary.el (nndiary-parse-head): Ditto.
3918         * nnfolder.el (nnfolder-parse-head): Ditto.
3919         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
3920         * nnmaildir.el (nnmaildir--update-nov): Ditto.
3921         * nnml.el (nnml-parse-head): Ditto.
3922
3923 2002-10-17  Steve Youngs  <youngs@xemacs.org>
3924
3925         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
3926         XEmacs, default to it if featurep 'xemacs.
3927
3928 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3929
3930         * spam-stat.el: Check for the existence of hash functions instead
3931         of the Emacs version to decide whether to load cl.  Suggested by
3932         Kai Gro\e,A_\e(Bjohann.
3933
3934 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3935
3936         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
3937         if it isn't open yet.
3938
3939 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3940
3941         * gnus-group.el: Require mm-url only when compiling.
3942         (gnus-group-fetch-charter): Require mm-url.
3943
3944         * spam-stat.el: Require cl for the functions gethash,
3945         hash-table-count, make-hash-table and mapc for Emacs 20.
3946         (puthash): Alias to cl-puthash for Emacs 20.
3947         (with-syntax-table): New macro for Emacs 20.
3948
3949 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
3950
3951         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
3952
3953 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3954
3955         * spam.el (spam-check-ifile): added ifile as a spam checking
3956         backend, and spam-use-ifle as the variable to toggle that check.
3957
3958 2002-10-12  Simon Josefsson  <jas@extundo.com>
3959
3960         * message.el (message-beginning-of-line): New variable.
3961         (message-beginning-of-line): Use it.
3962
3963 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3964
3965         * spam.el: more compilation fixes for BBDB
3966
3967         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
3968         (spam-stat-reduce-size): Interactive.
3969         (spam-stat-reset): New function.
3970         (spam-stat-save): Interactive.
3971
3972 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3973
3974         * gnus.el: Autoload gnus-delay-initialize.
3975
3976         * message.el: Autoload gnus-delay-article.
3977
3978 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
3979
3980         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
3981         text property in Emacs.
3982
3983 2002-10-11  Simon Josefsson  <jas@extundo.com>
3984
3985         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3986         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
3987
3988         * mml1991.el (mml1991-pgg-sign): Remove CR.
3989
3990 2002-10-10  Simon Josefsson  <jas@extundo.com>
3991
3992         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
3993         decrypt failed.
3994         (mml2015-trust-boundaries-alist): Removed.
3995         (mml2015-gpg-extract-signature-details): Don't use it.
3996         (mml2015-unabbrev-trust-alist): New.
3997         (mml2015-gpg-extract-signature-details): Use it.
3998
3999 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
4000
4001         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
4002         BBDB installed
4003
4004         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
4005         statistical analysis of spam in Lisp only
4006
4007 2002-10-10  Simon Josefsson  <jas@extundo.com>
4008
4009         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
4010         auth, selected or examine state.
4011
4012         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
4013         buffer and error buffer depending on type of information.
4014
4015         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
4016         --status-fd stuff even if gpg.el is not used (revert earlier
4017         change).
4018         (mml2015-pgg-{clear-,}verify): Store both output and errors as
4019         gnus details.
4020         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
4021         buffer.
4022
4023         * pgg.el (pgg-verify-region): Use it.
4024
4025         * pgg-def.el (pgg-query-keyserver): New variable.
4026
4027         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
4028         key-identifier in packet.  Is this a good idea?
4029
4030         * mml.el (mml-mode-map): Add security commands that operates on
4031         MIME parts.
4032         (mml-menu): And menu items for them.
4033
4034         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
4035
4036         * mml.el (mml-parse-1): Support sender in #secure tags.
4037
4038         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
4039         defined.
4040
4041         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
4042         (mml-pgp-encrypt-buffer): Support combined signing.
4043
4044         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
4045         (mml1991-gpg-encrypt): Ditto.
4046         (mml1991-pgg-encrypt): Ditto.
4047         (mml1991-encrypt): Pass sign parameter.
4048
4049         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
4050         (mml-signencrypt-style): Mention the variable.
4051
4052 2002-10-09  Simon Josefsson  <jas@extundo.com>
4053
4054         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
4055         pgg-gpg-user-id.
4056
4057         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
4058         (pgg-fetch-key-function): Nil if w3 is not installed.
4059
4060 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4061
4062         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
4063         gnus-agent-current-history.
4064
4065 2002-10-06  Simon Josefsson  <jas@extundo.com>
4066
4067         * imap.el (imap-parse-status): Don't use read to read token.
4068
4069 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4070
4071         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
4072         for methods not covered by the agent, and when unplugged.
4073
4074 2002-10-05  Simon Josefsson  <jas@extundo.com>
4075
4076         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
4077         signing.
4078
4079         * gnus-agent.el (gnus-agent-read-servers): If getting method from
4080         a named server fails, ignore the server.
4081
4082         * mml1991.el (mml1991-pgg-sign): Do QP.
4083
4084         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
4085         work.
4086
4087 2002-10-04  Simon Josefsson  <jas@extundo.com>
4088
4089         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
4090
4091         * pgg-pgp.el (pgg-pgp-verify-region): Inline
4092         binary-write-decoded-region from MEL.
4093
4094         * pgg.el (pgg-encrypt-region): Support sign.
4095
4096         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
4097
4098         * mml2015.el (mml2015-pgg-encrypt): Ditto.
4099
4100         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
4101         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
4102         branch where PGG was taken from in the ChangeLog entries below.
4103
4104 2002-10-01  Simon Josefsson  <jas@extundo.com>
4105
4106         * pgg-pgp.el: Don't require mel.  Don't use luna.
4107         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
4108         (pgg-pgp-process-region): Use expand-file-name instead of concat.
4109         (pgg-pgp-process-region): Don't use binary-funcall.
4110
4111         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
4112
4113         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
4114         instead of concat.
4115
4116         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
4117
4118 2002-09-29  Simon Josefsson  <jas@extundo.com>
4119
4120         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
4121         compile warnings.
4122
4123         * pgg.el (pgg-decrypt-region): Don't parse packet.
4124
4125         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
4126
4127 2002-09-29  Daiki Ueno <ueno@unixuser.org>
4128
4129         * pgg.el: Remove dependency on calist.el.
4130
4131 2002-09-28  Simon Josefsson  <jas@extundo.com>
4132
4133         * pgg.el (pgg-temporary-file-directory): New variable.
4134         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
4135
4136         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
4137         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
4138
4139         * pgg-parse.el (pgg-char-int): Defalias.
4140         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
4141         (pgg-read-bytes, pgg-read-body): Use it.
4142         (pgg-decode-packets): Don't use MEL, use base64-*.
4143         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
4144         (pgg-string-as-unibyte): Defalias.
4145         (pgg-parse-armor-region): Use it.
4146
4147         * pgg-gpg.el (pgg-gpg-process-region): Use
4148         pgg-temporary-file-directory.
4149
4150         * luna.el: Don't def-edebug.
4151
4152         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
4153         binary-write-decoded-region from MEL.
4154
4155         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
4156
4157         * alist.el, calist.el: Don't require product/APEL.
4158
4159         * pgg-parse.el (top-level): Remove dependency on static.el,
4160         pccl.el, mel.el.
4161         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
4162         `define-ccl-program' is boundp, instead of using broken.
4163
4164 2002-10-01  Simon Josefsson  <jas@extundo.com>
4165
4166         * message.el (message-required-mail-headers): Remove Lines:.
4167
4168 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4169         From Jesper Harder.
4170
4171         * gnus-group.el (gnus-group-fetch-charter,
4172         gnus-group-fetch-control): Prompt for group if given a prefix
4173         argument.
4174         * gnus-sum.el (t): Add gnus-group-fetch-charter and
4175         gnus-group-fetch-control to summary key map and menu.
4176
4177 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
4178
4179         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
4180         number when there are no articles.
4181
4182 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4183
4184         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
4185         arg ALL means to fetch all articles, not only downloadable ones.
4186         (gnus-agent-fetch-selected-article): New function for
4187         gnus-select-article-hook or gnus-mark-article-hook.
4188
4189 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4190         From Peter von der Ahe <nospam2159@daimi.au.dk>.
4191
4192         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
4193         raw-text.
4194
4195 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
4196
4197         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
4198         Pinard).
4199         Major revamp of the code, documentation is in comments in the file
4200         for now.
4201
4202 2002-09-30  Simon Josefsson  <jas@extundo.com>
4203
4204         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
4205         buffer seem to be needed?
4206
4207 2002-09-29  Simon Josefsson  <jas@extundo.com>
4208
4209         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
4210         compile warnings.
4211
4212         * mml1991.el (mml1991-function-alist): Add pgg.
4213         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
4214         (mml1991-pgg-encrypt): Fix recipients querying.
4215
4216 2002-09-28  Simon Josefsson  <jas@extundo.com>
4217
4218         * mml2015.el (autoload): Autoload correct files.  Trivial patch
4219         from dme@dme.org.
4220         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
4221         handle is returned.
4222
4223 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4224
4225         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4226         Protect against non-existent of `nnimap-mailbox-info'.
4227
4228 2002-09-27  Simon Josefsson  <jas@extundo.com>
4229
4230         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
4231         (gnus-setup-news-hook): Use it.
4232         (gnus-after-getting-new-news-hook): Ditto.
4233
4234         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
4235
4236 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4237         From Mats Lidell <matsl@contactor.se>.
4238
4239         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
4240
4241 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4242
4243         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
4244         the part to decode encoded words, use raw words instead of decoded
4245         words.
4246
4247 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4248
4249         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
4250
4251         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
4252         (mm-setup-w3m): Use it.
4253
4254 2002-09-27  Simon Josefsson  <jas@extundo.com>
4255
4256         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
4257         article buffers.
4258
4259         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
4260         it just in case.
4261         (nnimap-update-unseen): New function; update unseen count in
4262         `n-m-info'.
4263         (nnimap-close-group): Call it.
4264
4265         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
4266         (gnus-after-getting-new-news-hook): Ditto.
4267
4268         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
4269         message into verboselevel 9.  Change slow mail check message.
4270         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
4271         (nnimap-fixup-unread-after-getting-new-news): New function, to be
4272         used as a hook after getting new mail.
4273
4274 2002-09-26  Simon Josefsson  <jas@extundo.com>
4275
4276         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
4277         SELECT/EXAMINE is first unseen article, not number of unseen
4278         articles.  Make them distinct by renaming the former to
4279         `first-unseen' instead of `unseen'.
4280
4281         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
4282         too.
4283         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
4284         changed.
4285         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
4286
4287         * gnus-int.el (gnus-server-unopen-status): Defcustom.
4288
4289         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
4290         better.
4291
4292         * mml2015.el (mml2015-pgg-decrypt): Only add security information
4293         if dissecting resulting buffer actually had any information.
4294
4295 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4296
4297         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
4298         because the function `string<' allows symbols.
4299
4300         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
4301
4302 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4303
4304         * message.el (message-forward-make-body): Revert an early change
4305         because 8-bit utf-8 emails.
4306
4307 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4308
4309         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
4310         links to Info)
4311         * gnus-art.el (gnus-treat-highlight-signature):
4312         * gnus-art.el (gnus-treat-buttonize):
4313         * gnus-art.el (gnus-treat-buttonize-head):
4314         * gnus-art.el (gnus-treat-emphasize):
4315         * gnus-art.el (gnus-treat-strip-cr):
4316         * gnus-art.el (gnus-treat-unsplit-urls):
4317         * gnus-art.el (gnus-treat-leading-whitespace):
4318         * gnus-art.el (gnus-treat-hide-headers):
4319         * gnus-art.el (gnus-treat-hide-boring-headers):
4320         * gnus-art.el (gnus-treat-hide-signature):
4321         * gnus-art.el (gnus-treat-fill-article):
4322         * gnus-art.el (gnus-treat-hide-citation):
4323         * gnus-art.el (gnus-treat-hide-citation-maybe):
4324         * gnus-art.el (gnus-treat-strip-list-identifiers):
4325         * gnus-art.el (gnus-treat-strip-pgp):
4326         * gnus-art.el (gnus-treat-strip-pem):
4327         * gnus-art.el (gnus-treat-strip-banner):
4328         * gnus-art.el (gnus-treat-highlight-headers):
4329         * gnus-art.el (gnus-treat-highlight-citation):
4330         * gnus-art.el (gnus-treat-date-ut):
4331         * gnus-art.el (gnus-treat-date-local):
4332         * gnus-art.el (gnus-treat-date-english):
4333         * gnus-art.el (gnus-treat-date-lapsed):
4334         * gnus-art.el (gnus-treat-date-original):
4335         * gnus-art.el (gnus-treat-date-iso8601):
4336         * gnus-art.el (gnus-treat-date-user-defined):
4337         * gnus-art.el (gnus-treat-strip-headers-in-body):
4338         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
4339         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
4340         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
4341         * gnus-art.el (gnus-treat-unfold-headers):
4342         * gnus-art.el (gnus-treat-fold-headers):
4343         * gnus-art.el (gnus-treat-fold-newsgroups):
4344         * gnus-art.el (gnus-treat-overstrike):
4345         * gnus-art.el (gnus-treat-display-xface):
4346         * gnus-art.el (gnus-treat-display-smileys):
4347         * gnus-art.el (gnus-treat-from-picon):
4348         * gnus-art.el (gnus-treat-mail-picon):
4349         * gnus-art.el (gnus-treat-newsgroups-picon):
4350         * gnus-art.el (gnus-treat-body-boundary):
4351         * gnus-art.el (gnus-treat-capitalize-sentences):
4352         * gnus-art.el (gnus-treat-fill-long-lines):
4353         * gnus-art.el (gnus-treat-play-sounds):
4354         * gnus-art.el (gnus-treat-translate):
4355         * gnus-art.el (gnus-treat-x-pgp-sig):
4356         * gnus-art.el (gnus-mime-button-line-format):
4357         * gnus-art.el (gnus-button-man-level):
4358         * gnus-art.el (gnus-button-emacs-level):
4359         * gnus-cus.el (gnus-group-parameters):
4360         * gnus-gl.el (bbb-build-mid-scores-alist):
4361         * gnus-group.el (gnus-group-line-format):
4362         * gnus-mlspl.el (gnus-group-split-setup):
4363         * gnus-mlspl.el (gnus-group-split):
4364         * gnus-msg.el (gnus-mailing-list-groups):
4365         * gnus-msg.el (gnus-posting-styles):
4366         * gnus-nocem.el (gnus-nocem-issuers):
4367         * gnus-score.el (gnus-score-regexp-bad-p):
4368         * gnus-srvr.el (gnus-server-line-format):
4369         * gnus-topic.el (gnus-topic-line-format):
4370         * gnus.el (gnus-summary-line-format):
4371         * mail-source.el (mail-sources):
4372         * message.el (message-subscribed-address-file):
4373         * nnmail.el (nnmail-split-fancy):
4374
4375 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
4376
4377         * mail-source.el(mail-source-run-script): use `functionp' to test
4378         whether the argument `script' is in fact a function.
4379         (mail-sources): adjust the defcustom to allow users to specify a
4380         function or a string as the value of the `:prescript' and
4381         `:postscript' arguments of the `file' and `pop3' mail sources.
4382
4383 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
4384
4385         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
4386         number when article 1 does not exist.
4387
4388 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4389
4390         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
4391         apropos if apropos-variable does not exist.
4392         (gnus-button-guessed-mid-regexp)
4393         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
4394         regexes.  From Reiner Steib.
4395         (gnus-button-handle-describe-function)
4396         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
4397         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
4398         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
4399
4400 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
4401         Trivial patch.
4402
4403         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
4404         the file.
4405
4406 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4407
4408         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
4409
4410 2002-09-24  Simon Josefsson  <jas@extundo.com>
4411
4412         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
4413         (mml2015-use): Prefer PGG if installed.
4414         (mml2015-function-alist): Add PGG wrappers.
4415         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
4416         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
4417         prefix, make regexp optionally skip it.
4418         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
4419         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
4420         (mml2015-pgg-encrypt): New functions.
4421         (defvar, autoload): Prevent byte-compile warnings.
4422
4423 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4424         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4425
4426         * gnus-art.el (article-strip-banner): Check for the existence of
4427         from header.
4428
4429 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
4430
4431         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
4432         (gnus-button-alist): Improved regexp for
4433         gnus-button-handle-mid-or-mail (false positives), fixed
4434         gnus-button-handle-man entries.
4435         From Reiner Steib.
4436
4437 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
4438         From Josh Huber.
4439
4440         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
4441         nnmail-extra-headers is non-nil.
4442
4443 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
4444
4445         * nnmaildir.el: Store article numbers persistently.  General
4446         revision.
4447         (nnmaildir-request-expire-articles): handle 'immediate and 'never
4448         for nnmail-expiry-wait; delete instead of moving if 'force is
4449         given.
4450
4451 2002-09-23  Simon Josefsson  <jas@extundo.com>
4452         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
4453
4454         * smime.el (smime-sign-buffer): Get key and extra certs.
4455         (smime-get-key-with-certs-by-email): Utility function.
4456
4457 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4458         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
4459
4460         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
4461         article exists.
4462
4463 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4464
4465         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
4466
4467 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
4468         From Reiner Steib.
4469
4470         * gnus-art.el (gnus-button-handle-custom,
4471         gnus-button-handle-mid-or-mail,
4472         gnus-button-handle-describe-{function,variable,key},
4473         gnus-button-handle-apropos{,command,variable}): New functions.
4474         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
4475         gnus-button-{man,emacs,mail}-level): New variables.
4476         (gnus-button-alist): Use the above to buttonize emacs and mail
4477         related links.
4478
4479 2002-09-18  Juanma Barranquero  <lektu@terra.es>
4480
4481         * gnus-int.el (gnus-status-message): Fix spacing.
4482
4483         * imap.el (imap-continuation): Fix typos.
4484
4485 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4486
4487         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
4488
4489         * gnus-art.el (gnus-article-reply-with-original): Correct
4490         with-current-buffer scope.
4491
4492         * message.el (message-completion-alist): Add Reply-To, From, etc.
4493
4494 2002-09-18  Simon Josefsson  <jas@extundo.com>
4495
4496         * nnimap.el (nnimap-request-expire-articles): Make flag setting
4497         conditional.  From Nevin Kapur <nevin@jhu.edu>.
4498
4499 2002-09-17  Simon Josefsson  <jas@extundo.com>
4500
4501         * nnimap.el (nnimap-expiry-target): Don't search for which
4502         articles exists here.
4503         (nnimap-request-expire-articles): Do it here instead.  Only expire
4504         when articles are found.  Suggested by Nevin Kapur
4505         <nevin@jhu.edu>.
4506
4507 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4508         From Reiner Steib <reiner.steib@gmx.de>.
4509
4510         * message.el (message-strip-subject-trailing-was)
4511         (message-change-subject, message-add-archive-header)
4512         (message-xpost-fup2-header, message-xpost-insert-note)
4513         (message-xpost-fup2, message-reduce-to-to-cc): New functions
4514         adopted from message-utils.el.  Add functions to the keymap, mode
4515         describtion and menu.
4516         (message-change-subject,message-xpost-fup2): Signal error if
4517         current header is empty.
4518         (message-xpost-insert-note): Changed insert position.
4519         (message-archive-note): Ensure to insert note in message body (not
4520         in head).
4521         (message-archive-header, message-archive-note)
4522         (message-xpost-default, message-xpost-note, message-fup2-note)
4523         (message-xpost-note-function): New variables adopted from
4524         message-utils.el.  Changed some doc-strings.
4525         (message-mark-insert-{begin,end}): Rename from
4526         message-{begin,end}-inserted-text-mark (message-utils.el), changed
4527         values.
4528         (message-subject-trailing-was-query)
4529         (message-subject-trailing-was-ask-regexp)
4530         (message-subject-trailing-was-regexp): New variables.
4531         (message-to-list-only): Added doc-string and menu entry.
4532
4533         * message-utils.el: Removed.  Functions are now in message.el.
4534
4535 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4536
4537         * gnus-art.el (gnus-article-reply-with-original,
4538         gnus-article-followup-with-original): Switch to
4539         gnus-summary-buffer before reply/followup.
4540
4541 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
4542
4543         * gnus-sum.el (gnus-summary-toggle-header): The article window may
4544         not exist. Toggle it anyway.
4545
4546 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
4547
4548         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
4549
4550         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
4551         Trivial patch from Urban Engberg <ue@ccieurope.com>.
4552
4553         * rfc2047.el (message-posting-charset): Defvar it.
4554         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
4555         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
4556
4557         * mail-source.el (mail-source-fetch): Hide password.
4558
4559         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
4560
4561 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4562         From John Paul Wallington <jpw@shootybangbang.com>.
4563
4564         * gnus.el (gnus-visual, gnus-meta): Fix typo.
4565
4566 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4567
4568         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
4569
4570 2002-09-11  Simon Josefsson  <jas@extundo.com>
4571
4572         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
4573         (nnimap-split-rule): Doc fix.
4574         (nnimap-request-expire-articles): Cleanup code.
4575
4576 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4577         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4578
4579         * gnus-art.el (gnus-article-address-banner-alist): New option.
4580         (article-strip-banner): Refer the above option to split banners of
4581         free mail servers, when no group parameter is specified.
4582
4583 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4584
4585         * nntp.el (nntp-wait-for-string): Check for a process in the
4586         current buffer instead of `nntp-server-buffer'.
4587
4588 2002-09-09  Simon Josefsson  <jas@extundo.com>
4589
4590         * gnus-art.el (gnus-button-man-handler): New variable.
4591         (gnus-button-alist): Use g-b-handle-man.
4592         (gnus-button-handle-man): New, call g-b-man-handler.
4593
4594 2002-09-08  Simon Josefsson  <jas@extundo.com>
4595
4596         * gnus-art.el (gnus-button-alist): Buttonize man page links.
4597
4598 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4599
4600         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
4601
4602 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4603
4604         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
4605
4606         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
4607         keystroke.
4608
4609         * gnus-srvr.el (gnus-browse-describe-group): New command and
4610         keystroke.
4611
4612 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4613
4614         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
4615         value for gnus-decoration property.
4616
4617 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4618
4619         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
4620         string) as group name in case we have a CRLF in the file.
4621
4622 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
4623
4624         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
4625         group.
4626         (rfc1843-decode-hzp): do.
4627         (rfc1843-newsgroups-regexp): do.
4628
4629 2002-09-04  Simon Josefsson  <jas@extundo.com>
4630
4631         * message.el (message-canlock-generate): Make sure sha1 doesn't
4632         call external programs.
4633
4634 2002-09-03  Simon Josefsson  <jas@extundo.com>
4635
4636         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
4637
4638         * gnus-agent.el (gnus-agent-batch): Add doc.
4639
4640 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
4641
4642         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
4643         check for signed and encrypted parts.
4644         * mml.el (mml-parse-1): Correct small typo which preventing
4645         setting recipients in a secure tag.
4646
4647 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4648
4649         * mm-util.el (mm-coding-system-priorities): Default to a list of
4650         iso-2022-jp and others for the Japanese environment.
4651
4652 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4653
4654         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
4655         invalid display names.
4656
4657 2002-08-30  Simon Josefsson  <jas@extundo.com>
4658
4659         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
4660         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
4661
4662 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
4663
4664         * gnus.el (gnus-group-charter-alist): New option.
4665         (gnus-group-fetch-control-use-browse-url): New option.
4666
4667         * gnus-group.el (gnus-group-fetch-charter): New function.
4668         (gnus-group-fetch-control): New function.
4669         Add them to the keymap and menu. Require mm-url.
4670
4671 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4672
4673         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
4674         From Alex Schroeder <alex@emacswiki.org>.
4675
4676 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
4677
4678         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
4679         items expecting user interaction.
4680
4681         * gnus-topic.el (gnus-topic-make-menu-bar): do.
4682
4683         * gnus-sum.el (gnus-summary-make-menu-bar): do.
4684
4685         * gnus-srvr.el (gnus-server-make-menu-bar): do.
4686
4687         * mml.el (mml-menu): do.
4688
4689 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4690
4691         * mail-source.el (mail-source-touch-pop): New function.
4692
4693         * message.el (message-smtpmail-send-it): New function.
4694         (message-send-mail-function): Add it for a candidate.
4695
4696 2002-08-27  Simon Josefsson  <jas@extundo.com>
4697
4698         * gnus-msg.el (posting-charset-alist): Use
4699         gnus-define-group-parameter instead of defcustom.
4700         (gnus-put-message): Handle SPC in GCC.
4701         (gnus-inews-insert-gcc): Ditto.
4702         (gnus-inews-insert-archive-gcc): Ditto.
4703
4704 2002-08-26  Simon Josefsson  <jas@extundo.com>
4705
4706         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
4707         (gnus-agentize): Auto agentize all nntp and nnimap groups.
4708         (gnus-agent-possibly-save-gcc): Autoload.
4709         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
4710
4711 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4712
4713         * gnus.el (gnus-other-frame-function): New user option.
4714         (gnus-other-frame): Use it; add a doc-string; make it work with
4715         the gnuclient program.
4716
4717         * gnus-util.el (gnus-frame-or-window-display-name): New function.
4718
4719         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
4720         `device-connection' and `dfw-device'.
4721
4722 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4723
4724         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
4725         positives, make it stricter.  From Jochen Hein (trivial change).
4726
4727 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4728
4729         * gnus.el (gnus-other-frame): Trivial fix.
4730
4731 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4732
4733         * gnus.el (gnus-other-frame-parameters): New user option.
4734         (gnus-other-frame-object): New variable.
4735         (gnus-other-frame): Make it search for existing Gnus frame; don't
4736         read new news; delete frame on exit.
4737
4738         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
4739
4740         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
4741
4742 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4743         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
4744
4745         * message.el (message-set-auto-save-file-name): Add support for
4746         the Cygwin Emacs; the system-type is `cygwin'.
4747         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
4748
4749 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4750
4751         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
4752
4753         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
4754         avoid arithmetic errors.
4755
4756 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4757
4758         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
4759
4760 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4761
4762         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
4763         (message-ignored-resent-headers): Add envelope From.
4764
4765 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4766
4767         * gnus.el (gnus-summary-line-format): Document %k specifier.
4768
4769 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4770
4771         * gnus-sum.el (gnus-summary-line-message-size): New function.
4772         (gnus-summary-line-format-alist): Use it.
4773
4774 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4775
4776         * gnus-art.el (article-make-date-line): Refer to the value for
4777         `gnus-article-time-format' in the summary buffer.
4778
4779         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
4780
4781 2002-08-14  Simon Josefsson  <jas@extundo.com>
4782
4783         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
4784         quoting.
4785         (gnus-button-alist): Fix doc.
4786         (gnus-header-button-alist): Use ' not ` for default value quoting.
4787         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
4788         rationale similar to 2002-05-01 change.
4789         (gnus-article-add-buttons-to-head): Evaluate expression.
4790
4791         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
4792
4793 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4794
4795         * message.el (message-font-lock-keywords): Refer to the value for
4796         `message-cite-prefix-regexp' dynamically.
4797
4798 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4799
4800         * gnus-art.el (gnus-decode-header-methods): Doc fix.
4801
4802 2002-08-12  Simon Josefsson  <jas@extundo.com>
4803
4804         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
4805         (imap-shell-open): Skip initial junk before IMAP greeting.
4806
4807 2002-08-11  Simon Josefsson  <jas@extundo.com>
4808
4809         * message-utils.el (message-xpost-default,
4810         message-xpost-fup2-header, message-xpost-fup2): Fixed
4811         Typos.  Trivial changes from Reiner Steib
4812         <4uce.02.r.steib@gmx.net>.
4813
4814 2002-08-09  Simon Josefsson  <jas@extundo.com>
4815
4816         * message.el (message-canlock-password): Set
4817         canlock-password-for-verify to newly generated canlock-password.
4818         When Emacs is restarted, Custom makes sure this is set, but during
4819         the same session we must set it manually.
4820
4821 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
4822
4823         * yenc.el: New file.
4824
4825         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
4826         (mm-uu-type-alist): Add yenc.
4827         (mm-uu-yenc-filename): New function.
4828         (mm-uu-yenc-extract): New function.
4829
4830         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
4831
4832 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4833
4834         * dgnushack.el (merge): Don't use coerce.
4835
4836 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
4837
4838         * mailcap.el (mailcap-mime-data): Test window-system rather than
4839         mm-device-type.
4840         (mailcap-mime-data): Call xdvi and gv with "-safer".
4841
4842         * mm-util.el: Don't define mm-device-type.
4843
4844 2002-08-05  Simon Josefsson  <jas@extundo.com>
4845
4846         * mm-util.el (mm-coding-system-priorities): coding-system type not
4847         supported everywhere.
4848
4849 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4850
4851         * gnus.el (gnus-version-number): Bumped version number.
4852
4853 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4854
4855         * gnus.el: Oort Gnus v0.07 is released.
4856
4857 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4858
4859         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
4860         (gnus-article-sort-functions): Doc fix.
4861         (t): New keystroke.
4862         (gnus-article-sort-by-random): New function.
4863         (gnus-thread-sort-by-random): New function.
4864
4865 2002-08-02  Simon Josefsson  <jas@extundo.com>
4866
4867         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
4868         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
4869
4870 2002-07-31  Danny Siu  <dsiu@adobe.com>
4871
4872         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
4873         when splitting malformed messages without message-id
4874
4875 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4876         From Niklas Morberg <niklas.morberg@axis.com>.
4877
4878         * nnweb.el (nnweb-type, nnweb-type-definition)
4879         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
4880         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
4881         functionality.
4882         * nnweb.el: Removed old non-functioning search engines.
4883
4884 2002-07-27  Simon Josefsson  <jas@extundo.com>
4885
4886         * message.el (message-forward-make-body): Don't use
4887         `message-forward-ignored-headers' when doing a "raw" followup (it
4888         is important to preserve e.g. CTE).
4889
4890         * flow-fill.el (fill-flowed): Disable filladapt-mode.
4891
4892         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
4893         regexp-quote, Cyrus Sieve is fixed.
4894
4895         * sieve-manage.el (sieve-manage-deletescript): New function.
4896
4897         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
4898         (sieve-manage-mode): Fix menubar.
4899         (sieve-activate): Change some messages.
4900         (sieve-deactivate-all): New function.
4901         (sieve-deactivate): New alias.
4902         (sieve-remove): New function.
4903         (sieve-help): Fix help.
4904         All suggested by Ned Ludd.
4905
4906 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4907
4908         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
4909         (mm-w3m-safe-url-regexp): New user option.
4910
4911         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
4912         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
4913
4914 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
4915
4916         * gnus-sum.el (gnus-summary-delete-article): Force
4917         nnmail-expiry-target to 'delete, so that absolute deletion
4918         happens when absolute deletion is requested.
4919
4920 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4921         From Nevin Kapur <nevin@jhu.edu>.
4922
4923         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
4924         headers as empty headers.
4925
4926 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4927         From Jochen Hein <jochen@jochen.org>.
4928
4929         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
4930         correct typo.
4931         (gnus-emphasis-strikethru): New face.
4932
4933 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4934         From Jason Merrill <jason@redhat.com>.
4935
4936         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
4937         entire file for each of a sequence of missing articles.
4938
4939         * gnus-salt.el (gnus-binary-display-article): Respect an existing
4940         value for gnus-view-pseudos.
4941
4942         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
4943         avoid nreverse.
4944
4945 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4946         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4947
4948         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
4949         (gnus-summary-mode-line-format-alist): Add %h for number of
4950         spams.
4951         (gnus-newsgroup-spam-marked): New variable.
4952         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
4953         (gnus-article-read-p, gnus-article-mark)
4954         (gnus-set-global-variables, gnus-set-global-variables)
4955         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
4956         (gnus-summary-mark-article-as-unread)
4957         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
4958         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
4959         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
4960
4961 2002-07-10  Simon Josefsson  <jas@extundo.com>
4962
4963         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
4964         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
4965
4966 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
4967
4968         * gnus-sum.el (gnus-summary-delete-article): Respect group
4969         parameters while expiring.
4970
4971 2002-07-08  Simon Josefsson  <jas@extundo.com>
4972
4973         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
4974         Enberg.
4975
4976 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4977
4978         * gnus-art.el (article-unsplit-urls): Only display MIME when this
4979         function is called interactively.  From Niklas Morberg.
4980
4981 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4982
4983         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
4984         cdaar to cdar and car.
4985
4986         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
4987         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
4988
4989 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4990
4991         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
4992         don't break a narrowed article.
4993
4994         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
4995         (nntp-open-via-rlogin-and-telnet): Ditto.
4996
4997 2002-07-02  Didier Verna  <didier@xemacs.org>
4998
4999         * nnmail.el (nnmail-split-methods): fix custom type.
5000
5001 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5002
5003         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
5004         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
5005
5006 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5007
5008         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
5009         (gnus-summary-resend-message): Use it.
5010
5011 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5012
5013         * nntp.el (nntp-via-rlogin-command-switches): New variable.
5014         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
5015
5016 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5017
5018         * message.el (message-font-lock-keywords): Don't fontify
5019         headers in the message body, only in the header.
5020         (message-font-lock-make-header-matcher): New function, used by
5021         message-font-lock-keywords.
5022         From Katsumi Yamaoka <yamaoka@jpl.org>.
5023
5024 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5025
5026         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
5027
5028 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5029
5030         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
5031
5032 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5033
5034         * message.el (message-font-lock-keywords): Revert 2002-06-22
5035         change.
5036
5037 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5038
5039         * message.el (message-font-lock-keywords): Put colon in header
5040         name match.
5041
5042 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5043
5044         * message.el (message-font-lock-keywords): Don't use header faces
5045         in the body.  Thanks to Stefan Monnier for the hint on the
5046         implementation.
5047
5048 2002-05-09  Miles Bader  <miles@gnu.org>
5049
5050         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
5051         (gnus-article-hide-citation): Respect it.
5052
5053 2002-04-12  Juanma Barranquero  <lektu@terra.es>
5054
5055         * pop3.el (pop3-open-server): Fix typo.
5056
5057 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
5058
5059         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
5060         instead of push to ignore duplicate to-(list|address) values.
5061         * nnmail.el (nnmail-cache-ignore-groups): New.
5062         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
5063
5064 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5065
5066         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
5067         before sending.  Suggested by Jan Rychter.
5068
5069 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5070
5071         * dgnushack.el (remove): New compiler macro.
5072         (last, coerce, subseq): Remove compiler macros for those built-in
5073         or unused functions.
5074
5075 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5076
5077         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
5078         sure to write byte-compiled versions of gnus-*-format-alist to
5079         .newsrc.eld.  From Simon Josefsson.
5080
5081 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5082
5083         * gnus-agent.el (gnus-agent-read-servers)
5084         (gnus-agent-write-servers): Put server name (string like
5085         "nnchoke:frumple") in the file instead of a server specification
5086         (Lisp expression like (nnchoke "frumple" ...parameters...)).
5087         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
5088
5089 2002-06-16  Simon Josefsson  <jas@extundo.com>
5090
5091         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
5092         Reiner Steib <4uce.02.r.steib@gmx.net>.
5093
5094 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5095
5096         * nnheader.el (nnheader-file-name-translation-alist): Set the
5097         default value for MS Windows systems.
5098
5099         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
5100
5101 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5102
5103         * message.el (message-beginning-of-line): Keep the region active
5104         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
5105
5106 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
5107
5108         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
5109         * gnus-msg.el (gnus-summary-reply): Ditto.
5110         * gnus-msg.el (gnus-summary-handle-replysign): New.
5111
5112 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5113
5114         * message.el (message-send-mail-with-sendmail): Kill errbuf even
5115         if sending failed.
5116
5117 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
5118
5119         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
5120         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
5121         to sign while encrypting.
5122
5123 2002-06-11  Simon Josefsson  <jas@extundo.com>
5124
5125         * gnus-int.el (gnus-request-move-article): Agent expire article if
5126         successfuly moved.
5127
5128         * nnweb.el (nnweb-google-create-mapping): Honors the value of
5129         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
5130
5131 2002-06-10  Simon Josefsson  <jas@extundo.com>
5132
5133         * gnus-int.el (gnus-request-expire-articles): Fix last change?
5134
5135 2002-06-09  Simon Josefsson  <jas@extundo.com>
5136
5137         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
5138
5139         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
5140
5141 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5142
5143         * flow-fill.el (fill-flowed): Ignore errors.
5144
5145 2002-06-06  Simon Josefsson  <jas@extundo.com>
5146
5147         * message.el (message-send-mail-with-sendmail): Improve error message.
5148
5149 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5150
5151         * message.el (message-interactive): Change default from nil to t.
5152         Better to be safe than to be fast.
5153
5154 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5155
5156         * message.el (message-send-mail-with-sendmail): Check return value
5157         from call-process-region.
5158
5159 2002-06-04  Simon Josefsson  <jas@extundo.com>
5160
5161         * gnus-msg.el (gnus-group-mail, gnus-group-news)
5162         (gnus-group-post-news, gnus-summary-mail-other-window)
5163         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
5164         gnus-article-copy to nil, thereby inhibiting the `header' posting
5165         style match to use data from last viewed article.
5166         Suggested by Hrvoje Niksic.
5167
5168 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5169
5170         * spam.el (spam-point-at-eol): New alias.
5171         (spam-parse-whitelist): Use it.
5172
5173 2002-06-03  Simon Josefsson  <jas@extundo.com>
5174
5175         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
5176         (nnmail-article-group): Use it.
5177
5178 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5179
5180         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
5181         so that code reading them won't be surprised.  From Jesper Harder
5182         <harder@ifa.au.dk>.
5183
5184 2002-05-29  Simon Josefsson  <jas@extundo.com>
5185
5186         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
5187         articles.
5188
5189         * gnus.el (gnus-agent-cache): Doc fix.
5190         (gnus-agent): Change default to t.
5191
5192         * gnus-agent.el (gnus-agent-expire): Make it accept optional
5193         ARTICLES, GROUP and FORCE parameters.
5194
5195 2002-05-28  Simon Josefsson  <jas@extundo.com>
5196
5197         * gnus-group.el (gnus-group-line-format): Doc fix.
5198
5199 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5200
5201         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
5202         original article before yanking.  From Jesper Harder
5203         <harder@ifa.au.dk>.
5204
5205 2002-05-26  Simon Josefsson  <jas@extundo.com>
5206
5207         * gnus-sum.el (gnus-summary-menu-split): New function.
5208         (gnus-summary-make-menu-bar): Split charset submenu.
5209         (gnus-summary-menu-maxlen): New variable.
5210         (gnus-summary-menu-split): Use it.
5211
5212 2002-05-25  Simon Josefsson  <jas@extundo.com>
5213
5214         * mml.el (mml-preview): Generate some headers.
5215
5216         * gnus.el (gnus-large-newsgroup): Fix :type.
5217
5218         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
5219         Agent cache NOV's by default now).
5220         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
5221
5222 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
5223
5224         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
5225         call to gnus-parent-id when we check for References loops.
5226         (gnus-summary-prepare-threads): Avoid simplifying every Subject
5227         twice by saving the simplified subject string in simp-subject.
5228
5229 2002-05-23  Simon Josefsson  <jas@extundo.com>
5230
5231         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
5232         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
5233
5234         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
5235         Niklas Morberg <niklas.morberg@axis.com>.
5236
5237 2002-05-22  Simon Josefsson  <jas@extundo.com>
5238
5239         * sieve.el (sieve-change-region): Define it before it is used.
5240
5241         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
5242         (gnus-summary-reply): Ask for confirmation when replying to news.
5243         Defaults to not ask.  From Benjamin Rutt
5244         <rutt+news@cis.ohio-state.edu>.
5245
5246         * nnimap.el (nnimap-nov-is-evil): Improve doc.
5247
5248 2002-05-21  Simon Josefsson  <jas@extundo.com>
5249
5250         * sieve-mode.el (sieve-manage): Fix autoloads.
5251
5252         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
5253         name (makes it work with recent Cyrus timsieved).
5254
5255 2002-05-20  Jason  <jbaker@cs.utah.edu>
5256         Trivial patch.
5257
5258         * gnus-art.el (gnus-request-article-this-buffer): Try
5259         reconnecting if you don't get the message.
5260
5261 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5262
5263         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
5264         Reply-To headers from the headers.
5265
5266 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5267
5268         * mm-url.el (mm-url-insert): Remove junk message.
5269
5270 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5271
5272         * nnslashdot.el (nnslashdot-request-list): Parse new html.
5273         (nnslashdot-use-front-page): New variable.
5274         (nnslashdot-request-list): Use it.
5275
5276         * mm-url.el (mm-url-timeout): New variable.
5277         (mm-url-retries): Ditto.
5278         (mm-url-insert): Use it.
5279
5280 2002-05-16  Simon Josefsson  <jas@extundo.com>
5281
5282         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
5283         (gnus-simplify-subject-functions): Mention g-s-a-w.
5284
5285 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
5286
5287         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
5288         nnmail-cache-insert.
5289         * nndiary.el (nndiary-request-accept-article): Ditto.
5290         * nnfolder.el (nnfolder-request-accept-article): Ditto.
5291         * nnimap.el (nnimap-request-accept-article): Ditto.
5292         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
5293         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
5294         * nnmbox.el (nnmbox-request-accept-article): Ditto.
5295         * nnmh.el (nnmh-request-accept-article): Ditto.
5296         * nnmail.el (nnmail-cache-insert): Change group to required,
5297         removed code which tried to figure out the group.
5298
5299 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
5300
5301         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
5302         messages. From Hans de Graaff <hans@degraaff.org>.
5303         * nnml.el (nnml-request-accept-article): Pass in the group name to
5304         nnmail-cache-insert, since it's available.
5305
5306 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5307
5308         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
5309
5310 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5311         From Florian Weimer <fw@deneb.enyo.de>.
5312
5313         * gnus.el (subscribed): New group parameter.
5314         (gnus-find-subscribed-addresses): Use it.
5315
5316 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
5317
5318         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
5319         the default for pgpmime to support pgp v2.
5320         * mml-sec.el (mml-signencrypt-style): New accessor function to
5321         allow users to get/set the signencrypt style more easily without
5322         frobbing the alist directly.
5323         * mml.el (mml-generate-mime-1): Use accessor function.
5324
5325 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5326
5327         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
5328         parenthesis for "<" and ">".  Suggested by Andreas Schwab
5329         <schwab@suse.de>.
5330
5331 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5332
5333         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
5334         when intuiting the group the message is written to.  From Josh
5335         Huber <huber@alum.wpi.edu>.
5336
5337 2002-05-06  Simon Josefsson  <jas@extundo.com>
5338
5339         * gnus-topic.el (gnus-group-topic-parameters): Work when group
5340         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
5341
5342 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
5343
5344         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
5345         argument, and fixed compiler warning. (added autoload for
5346         gpg-encrypt).
5347
5348 2002-05-04  Simon Josefsson  <jas@extundo.com>
5349
5350         * mml1991.el (mml1991-function-alist): Doc fix.
5351
5352         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
5353         doesn't exist (for previewing messages without having Gnus
5354         started).
5355
5356         * mm-util.el (mm-coding-system-priorities): Defcustom.
5357
5358         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
5359
5360 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
5361
5362         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
5363         default.
5364         * mml-sec.el:
5365         * mml-sec.el (mml-signencrypt-style): New.
5366         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
5367         argument `sign'.
5368         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
5369         signencrypt.
5370         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
5371         * mml.el (mml-generate-mime-1): Changed logic so a part which is
5372         both signed & encryped is processed in one operation. (rather than
5373         two separate ops: sign, then encrypt)
5374         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
5375         indication if a message is signed by an expired key.
5376         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
5377         enables combined sign & encrypt operation. (this was always on
5378         before).
5379         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
5380
5381 2002-05-01  Simon Josefsson  <jas@extundo.com>
5382
5383         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
5384         server.
5385         (nnimap-mailbox-info): defvar instead of defvoo.
5386
5387 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5388
5389         * gnus.el: Oort Gnus v0.06 is released.
5390
5391 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5392
5393         * lpath.el: Bind url-package-version.
5394
5395 2002-05-01  Simon Josefsson  <jas@extundo.com>
5396
5397         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
5398         filename before deleting the group itself, because the presence of
5399         a group filename decides if long filenames are used or not.
5400
5401         * gnus-art.el (gnus-button-alist): Don't inline
5402         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
5403         without also modifying g-button-alist.
5404         (gnus-button-alist): Fix type to allow variable as well as regexp.
5405         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
5406         themselves, variables to its contents.
5407         (gnus-button-entry): Ditto.
5408
5409 2002-05-01  Simon Josefsson  <jas@extundo.com>
5410
5411         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
5412         UIDNEXT as a string.
5413
5414         * nnimap.el (nnimap-string-lessp-numerical): New function.
5415         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
5416         integers.
5417
5418 2002-04-29  Simon Josefsson  <jas@extundo.com>
5419
5420         * nnmail.el (nnmail-cache-insert): Accept optional group
5421         parameter.
5422
5423         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
5424         n-r-g-a is disabled.
5425
5426 2002-04-29  Simon Josefsson  <jas@extundo.com>
5427
5428         * nnimap.el (nnimap-split-fancy): Fix doc.
5429         (nnimap-split-fancy): Fix doc.
5430
5431         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
5432         (nnimap-mailbox-info): New internal variable.
5433         (nnimap-retrieve-groups): Implement faster new mail check.
5434
5435         * nnimap.el (nnimap-split-articles): Support
5436         nnmail-cache-accepted-message-ids.
5437         (nnimap-request-accept-article): Ditto.
5438
5439         * imap.el (imap-mailbox-status-asynch): New command.
5440
5441 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
5442
5443         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
5444         are no subscribed mail groups.
5445         - Strip quoted names when comparing addresses
5446
5447 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
5448
5449         * mm-decode.el (mm-text-html-renderer): Change customize type to
5450         const.
5451
5452         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
5453         (gnus-debug-exclude-variables): do.
5454
5455 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5456
5457         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
5458         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
5459
5460 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5461
5462         * dns.el (dns-make-network-process): New macro.
5463         (query-dns): Use it.
5464
5465 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5466
5467         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
5468         article-buffer.
5469
5470         * mm-url.el (mm-url-package-name): New variable.
5471         (mm-url-package-version): New variable.
5472         (mm-url-insert-file-contents): Bind url-package-name and
5473         url-package-version here.
5474         * nnrss.el (nnrss-insert-w3): Move the bindings.
5475
5476         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
5477         url-package-version. Trivial change from Andrew J Cosgriff
5478         <ajc@polydistortion.net>
5479
5480         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
5481         attachments. Trivial change from Peter 'Luna' Runestig
5482         <peter@runestig.com>.
5483
5484 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
5485
5486         * nnkiboze.el (nnkiboze-request-scan): Call
5487         nnkiboze-possibly-change-group.
5488         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
5489         problems.
5490         (nnkiboze-generate-group): Set newsrc to the *highest* article
5491         number kibozed, not the lowest.
5492
5493 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
5494
5495         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
5496
5497 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5498         From Dan Christensen <jdc+news@uwo.ca>.
5499
5500         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5501         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5502         Recognize math postings.  Extract Date (now ignores "(15kb)").
5503         Extract email address using gnus-extract-address-components
5504         instead of just taking the first word.  Create Date and From
5505         headers for message which are missing these headers.  Get rid
5506         of spurious \\ lines (purely cosmetic).  Extend body-end and
5507         file-end regexps, to exclude more garbage from the message.
5508         Make URL rephrasing regexp more flexible, to match current
5509         format.
5510
5511 2002-04-23  Simon Josefsson  <jas@extundo.com>
5512
5513         * netrc.el: New file, functions copied from gnus-util.el by Ted
5514         Zlatanov <tzz@lifelogs.com>.
5515
5516         * gnus-util.el: Require netrc.
5517         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
5518         new code in netrc.el.
5519
5520 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5521
5522         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
5523         message-ignored-resent-headers, too.  From Matthieu Moy
5524         <Matthieu.Moy@imag.fr>.
5525
5526 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5527
5528         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
5529         boolean not a string
5530         * gnus-group.el (gnus-group-line-format): add description of %C
5531         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
5532           as %C
5533         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
5534
5535 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
5536
5537         * nnmaildir.el (nnmaildir-request-scan): typo: set
5538         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
5539         nnmail-get-new-mail for 'find-new-groups.
5540
5541 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
5542
5543         * nnmaildir.el (nnmaildir-request-update-info,
5544         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
5545         unnecessary calls to nnmaildir-request-scan.
5546
5547 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
5548
5549         * gnus-msg.el:
5550         * gnus-msg.el (gnus-message-replysign): New.
5551         * gnus-msg.el (gnus-message-replyencrypt): New.
5552         * gnus-msg.el (gnus-message-replysignencrypted): New.
5553         * gnus-msg.el (gnus-summary-reply): Use the three new variables
5554         (above) to automatically encrypt/sign to encrypted/signed
5555         messages.
5556         * message.el:
5557         * message.el (message-mode-map): Add keybinding for
5558         `message-to-list-only'
5559         * message.el (message-mode): Add description for
5560         `message-to-list-only'
5561         * message.el (message-to-list-only): New.
5562         * message.el (message-make-mft): Changed to use the cl loop macro,
5563         and added optional flag to return only the matched list. (for use
5564         in new message-to-list-only function)
5565
5566 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
5567
5568         * gnus-msg.el:
5569         * gnus-msg.el (gnus-message-replysign):
5570         * gnus-msg.el (gnus-replysign): New.
5571         * gnus-msg.el (gnus-replyencrypt): New.
5572         * gnus-msg.el (gnus-replysignencrypted): New.
5573         * gnus-msg.el (gnus-summary-reply):
5574         * message.el:
5575         * message.el (message-mode-map):
5576         * message.el (message-mode):
5577         * message.el (message-to-list-only): New.
5578         * message.el (message-make-mft):
5579
5580 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5581
5582         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
5583
5584 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
5585
5586         * message.el (message-gen-unsubscribed-mft): accept a prefix
5587         argument so CC can be included with C-u C-c C-f C-a
5588
5589 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5590         From Ted Zlatanov <teodor.zlatanov@divine.com>.
5591
5592         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
5593         Improve docstring.
5594         (spam-enter-blacklist): New command.
5595
5596         * gnus-sum.el (gnus-spam-mark): New mark.
5597         (gnus-auto-expirable-marks): Add gnus-spam-mark.
5598         (gnus-summary-make-tool-bar): Correct conditional.
5599         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
5600         (gnus-summary-mark-as-spam): New command.
5601
5602 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
5603
5604         * mml-sec.el (mml-secure-message): changed to support arbritrary
5605         modes.
5606         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
5607         changed to support "signencrypt" mode.
5608         * mml.el (mml-parse-1): changed to support different secure modes
5609         more easily. (for signencrypt)
5610
5611 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
5612
5613         * gnus-sum.el (gnus-update-summary-mark-positions)
5614         (gnus-summary-toggle-header):
5615         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
5616         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
5617         (gnus-uu-post-encoded):
5618         * nnfolder.el (nnfolder-possibly-change-group):
5619         * nnimap.el (nnimap-retrieve-headers):
5620         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
5621
5622 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
5623
5624         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
5625         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
5626
5627 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5628
5629         * gnus-srvr.el (gnus-server-set-info): Clear
5630         `gnus-server-method-cache' when `gnus-server-alist' is changed.
5631         From Daiki Ueno <ueno@unixuser.org>.
5632
5633 2002-04-11  Simon Josefsson  <jas@extundo.com>
5634
5635         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
5636         viewing of security buttons.  Thanks to Nicolas Kowalski
5637         <Nicolas.Kowalski@imag.fr>.
5638
5639         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
5640         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
5641         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
5642         <Nicolas.Kowalski@imag.fr>.
5643         (smime-decrypt-buffer): Ditto.
5644
5645 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5646
5647         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
5648         header line.
5649
5650 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
5651
5652         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
5653
5654 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5655
5656         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
5657
5658 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5659
5660         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
5661         errors when debug.
5662
5663 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
5664
5665         * message.el (message-make-mft): Changed MFT code from using
5666         message-recipients (which included Bcc) to use only the To and CC
5667         headers.
5668
5669 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
5670
5671         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
5672         add link.
5673         (gnus-treat-mail-picon): Ditto.
5674         (gnus-treat-newsgroups-picon): Ditto.
5675         (gnus-picon-databases): Fix custom type.
5676         (gnus-picon-databases): Add link.
5677         (gnus-article-x-face-command): Add to gnus-picon group.
5678
5679 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
5680
5681         * message.el (message-buffer-naming-style): Remove.
5682
5683 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5684
5685         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
5686
5687         * message.el (message-tool-bar-map): Ditto.
5688
5689         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5690
5691 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5692
5693         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
5694
5695 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
5696
5697         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
5698
5699 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
5700         Trivial patch.
5701
5702         * dns.el: open-network-stream under XEmacs does udp.
5703
5704 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
5705
5706         * spam.el (spam-enter-whitelist): New function.
5707         (spam-parse-whitelist): Ditto.
5708         (spam-refresh-list-cache): Ditto.
5709         (spam-address-whitelisted-p): New function.
5710
5711         * dns.el (query-dns): Use TCP when make-network-process isn't
5712         available.
5713         (dns-servers): New variable.
5714         (dns-parse-resolv-conf): New function.
5715         (query-dns): Use it.
5716
5717         * spam.el: New file.
5718
5719         * dns.el (query-dns): Test.
5720
5721 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5722
5723         * lpath.el (featurep): Bind make-network-process.
5724
5725 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
5726
5727         * nnmaildir.el: Use defstruct.  Use a single copy of
5728         nnmail-extra-headers to save memory.  Store server's group name
5729         prefix instead of each group's prefixed name.
5730         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
5731         nntp-server-buffer.
5732
5733 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5734
5735         * dns.el: New file.
5736
5737 2002-03-28  Simon Josefsson  <jas@extundo.com>
5738
5739         * gnus-sum.el (gnus-summary-dummy-line-format):
5740         * gnus.el (gnus-summary-line-format): Fixing links to Info.
5741         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
5742
5743 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5744
5745         * gnus-sum.el (gnus-summary-move-article)
5746         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
5747         the doc string.
5748
5749 2002-03-28  Simon Josefsson  <jas@extundo.com>
5750
5751         * mml-sec.el (mml-secure-message): Search after
5752         mail-header-separator from top of message.
5753
5754 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
5755
5756         * nnmaildir.el: Cosmetic changes.
5757         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
5758         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
5759         nnmaildir--group-ls): New macros/functions.  Use them.
5760         (nnmaildir--unlink): Evalutate argument only once.
5761
5762 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
5763
5764         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
5765         symbols.
5766         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
5767         `gnus-point-at-eol'.
5768
5769 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
5770
5771         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
5772         nnmaildir--marks-dir): New macros.  Use them.
5773         Use inhibit-quit for atomicity instead of in-memory journaling.
5774         (nnmaildir--edit-prep): New function.
5775         (Local Variables): Use it.
5776
5777 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
5778
5779         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5780
5781 2002-03-25  Simon Josefsson  <jas@extundo.com>
5782
5783         * message.el (message-mode): Fix doc.
5784
5785 2002-03-25  Simon Josefsson  <jas@extundo.com>
5786
5787         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
5788         Matthieu Moy <Matthieu.Moy@imag.fr>.
5789
5790 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
5791
5792         * mml-sec.el (mml-unsecure-message): Add docstring.
5793
5794 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
5795
5796         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
5797         value.
5798         Trivial change from andre@slamdunknetworks.com
5799
5800 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
5801
5802         * mml.el (mml-mode-map): Added a keybinding for
5803         `mml-unsecure-message'.  Also, added a menu entry for said
5804         function in the Attachments menu.
5805
5806 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5807
5808         * canlock.el (canlock-version): Remove.
5809         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
5810         here; simplify \x insertions.
5811         (canlock-sha1): New function, always return a unibyte string.
5812         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
5813         of a password.
5814         (canlock-insert-header): Use `canlock-sha1'.
5815         (canlock-verify): Ditto.
5816
5817 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5818
5819         * message.el (message-fix-before-sending): Add an option that
5820         ignores illegible text.
5821         Trivial change from Mark Milhollan <mlm@attglobal.net>
5822
5823         * message.el (message-font-lock-keywords): Support multi-line MML
5824         tags.
5825
5826         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
5827         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
5828
5829 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5830
5831         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
5832         symbols for "View as different encoding" submenu.
5833
5834 2002-03-19  Simon Josefsson  <jas@extundo.com>
5835
5836         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
5837         encoding" submenu.
5838
5839 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5840
5841         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
5842
5843 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5844
5845         * gnus-sum.el (gnus-sum-thread-tree-root)
5846         (gnus-sum-thread-tree-single-indent)
5847         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
5848         (gnus-sum-thread-tree-leaf-with-other)
5849         (gnus-sum-thread-tree-single-leaf): Make customizable.
5850
5851 2002-03-16  Simon Josefsson  <jas@extundo.com>
5852
5853         * gnus-util.el (gnus-extract-address-components): Don't break on
5854         names such as James "Kibo" Parry.  From Francis Litterio
5855         <franl@world.std.com>.
5856
5857 2002-03-13  Simon Josefsson  <jas@extundo.com>
5858
5859         * pop3.el (pop3-open-server): Revert multibyte change.  From
5860         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5861
5862         * message.el (message-send-mail-with-qmail): Make it work.  From
5863         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5864
5865 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
5866
5867         * message.el (message-make-mft): Set case-fold-search while
5868         generating the MFT.  Also, a little cleanup in the MFT code.
5869
5870 2002-03-12  Simon Josefsson  <jas@extundo.com>
5871
5872         * message.el (message-qmail-inject-args): May be function.
5873         (message-send-mail-with-qmail): Call function if m-q-i-a is
5874         function.  From fn@hungry.org (Faried Nawaz).
5875
5876 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5877
5878         * message.el (message-abbrevs-loaded): Remove.
5879         (mailabbrev): Require it.
5880
5881         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
5882
5883 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5884
5885         * pop3.el (pop3-open-server): Set process buffer unibyte.
5886
5887 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5888
5889         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
5890
5891 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5892
5893         * nnslashdot.el (nnslashdot-request-article): Remove javascript
5894         too.
5895
5896 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5897
5898         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
5899         duplication.
5900         (gnus-summary-save-parts-type-history): Ditto.
5901         (gnus-summary-save-parts-last-directory): Ditto.
5902         Trivial change from andre@slamdunknetworks.com
5903
5904 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
5905
5906         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
5907
5908 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5909
5910         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
5911         -->" as the end of the first article.
5912
5913         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
5914         From Matthieu Moy <Matthieu.Moy@imag.fr>
5915
5916         * message.el (message-add-action): Use add-to-list.
5917         (message-delete-action): New function.
5918
5919         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
5920         pieces.
5921
5922 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
5923
5924         * nnnil.el: New file.
5925         * gnus.el (gnus-valid-select-methods): Include nnnil.
5926
5927 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5928
5929         * message.el (message-syntax-checks): Because canlock is
5930         supported, we disable sender syntax check.
5931         (message-shoot-gnksa-feet): Add cancel-messages option doc.
5932
5933         * gnus-draft.el (gnus-draft-send): If interactive, use its default
5934         value of message-syntax-checks.
5935
5936         * qp.el (quoted-printable-decode-region): Doc addition.
5937         From: Eli Zaretskii <eliz@is.elta.co.il>
5938
5939         * mail-source.el (make-source-make-complex-temp-name): Use
5940         make-temp-file.
5941
5942         * mm-util.el (mm-make-temp-file): New function.
5943         * nneething.el (nneething-file-name): Use it.
5944         * mml-smime.el (mml-smime-encrypt): Ditto.
5945         * mm-view.el (mm-inline-wash-with-file): Ditto.
5946         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
5947         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
5948         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
5949         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
5950         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
5951         * gnus-art.el (gnus-mime-print-part): Ditto.
5952
5953 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5954
5955         * message.el (nnmaildir-article-number-to-base-name): New
5956         function.
5957         (nnmaildir-base-name-to-article-number): New function.
5958
5959 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5960
5961         * smime.el (smime-make-temp-file): Don't quote
5962         `temporary-file-directory'.
5963
5964 2002-03-04  Simon Josefsson  <jas@extundo.com>
5965
5966         * smime.el (smime-sign-region): Rename argument keyfiles to
5967         keyfile. You only sign something with one key.
5968         (smime-sign-buffer): Better completing-read prompt.
5969         (smime-decrypt-buffer): Ditto.
5970
5971         * smime.el (smime-make-temp-file): Make it work under XEmacs.
5972
5973         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
5974         completing-read.
5975         (mm-view-pkcs7-decrypt): CRLF->LF.
5976
5977 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5978
5979         * message.el (message-hierarchical-addresses): New variable.
5980         (message-get-reply-headers): Use it.
5981         From Ted Zlatanov <teodor.zlatanov@divine.com>
5982
5983 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5984
5985         * message.el (message-mode): If buffer-file-name, don't set auto
5986         save file name.
5987         Trivial change from Geoff Greene <ggreene@wpi.edu>
5988
5989 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5990
5991         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
5992         takes one argument in read-char.
5993
5994         * message.el (message-fix-before-sending): Forward a char.
5995         Check mmu-multibyte-p, add control-1.
5996
5997 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5998
5999         * gnus-start.el (gnus-read-init-file): Ditto.
6000
6001         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
6002
6003         * dgnushack.el (dgnushack-make-load): Ditto.
6004
6005         * mail-source.el (mail-source-fetch): Extract the right error
6006         code.
6007
6008         * message.el (message-fix-before-sending): Check illegible text.
6009
6010         * gnus-util.el (gnus-multiple-choice): New function.
6011
6012         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
6013         also defined in gnus-score.el.
6014
6015 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
6016
6017         * message.el (message-get-reply-headers): downcase email addresses
6018         for comaparisons for duplicate removal.
6019
6020 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6021
6022         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
6023         implementation of PKCS#7, which just allows users read the
6024         message.
6025         (mm-view-pkcs7): Use it.
6026
6027 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6028
6029         * gnus.el (large-newsgroup-initial): New parameter.
6030
6031         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
6032         (gnus-summary-insert-old-articles): Ditto.
6033
6034 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6035
6036         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
6037         used as the default answer of the question, "How many articles?".
6038         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6039
6040         * nnagent.el (nnagent-retrieve-headers): Remove articles with
6041         small numbers.
6042
6043 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6044
6045         * deuglify.el: Fix comments.
6046
6047 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
6048
6049         * html2text.el (html2text-clean-anchor): If there is no HREF,
6050         insert nothing.
6051
6052         * mml.el (mml-generate-mime-1): Add cdr.
6053         From: andre@slamdunknetworks.com
6054
6055         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
6056         (mm-text-html-washer-alist): Ditto.
6057
6058         * mm-decode.el (mm-text-html-renderer): Add html2text.
6059
6060         * html2text.el: Face lift.
6061
6062         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
6063
6064 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
6065
6066         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
6067
6068         * deuglify.el: Change copy right. Add autoload. Add coding-system.
6069
6070         * deuglify.el: New file. The original file name is
6071         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
6072
6073         * mm-decode.el (mm-display-external): Use
6074         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
6075
6076 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
6077
6078         * nnmaildir.el (nnmaildir-request-list): Report the highest
6079         article number, not the total number of articles.
6080
6081 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6082
6083         * gnus-sum.el: Move uu key map here.
6084         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
6085
6086 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
6087
6088         * nnmaildir.el (nnmaildir-request-expire-articles): Use
6089         nnmail-expiry-wait* if expire-age parameter is not set.
6090
6091 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6092
6093         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
6094         function.
6095         (gnus-group-sort-selected-groups-by-real-name): New function.
6096         (gnus-group-make-menu-bar): Add sort by real name.
6097
6098         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
6099         rebuild.
6100         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
6101         nil as dependencies as well.
6102
6103 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
6104
6105         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
6106         for mime-parts.
6107
6108         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
6109
6110         * gnus-group.el (gnus-group-name-decode): Don't test
6111         multibyte-string, because it breaks XEmacs.
6112         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
6113
6114         * message.el (message-send-mail): Be talkative.
6115
6116         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
6117         (mm-automatic-display): Ditto.
6118
6119         * mailcap.el (mailcap-mime-data): Ditto.
6120         From: Reiner Steib <4uce.02.r.steib@gmx.net>
6121
6122 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6123
6124         * many files: Remove trailing whitespaces, replace spc+tab with
6125         tab, replace leading whitespaces with tabs.
6126
6127 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
6128
6129         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
6130         articles with no body and no blank line after the header.
6131
6132 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6133
6134         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
6135         parts.
6136
6137         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
6138         non-ascii chars.
6139
6140         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6141
6142         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
6143         w3-delay-image-loads.
6144         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
6145         (mm-w3-prepare-buffer): Ditto.
6146
6147         * mail-source.el (mail-source-fetch-directory): Run scripts.
6148
6149 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6150
6151         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
6152         for Majordomo confirmations.
6153
6154 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6155
6156         * gnus-fun.el (gnus-respond-to-confirmation): New command.
6157
6158 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6159
6160         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
6161
6162 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
6163
6164         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
6165         References header field.  From Mark Thomas <mthomas@cmu.edu>.
6166
6167 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6168
6169         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
6170         (mm-inline-render-with-stdin): Ditto.
6171         (mm-inline-render-with-function): Ditto.
6172         (mm-inline-wash-with-file): Bind coding-system-for-write.
6173         (mm-inline-wash-with-stdin): Ditto.
6174
6175 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6176
6177         Suggested by Felix Natter <fnatter@gmx.net>
6178
6179         * gnus-art.el (gnus-mime-view-part-externally): Rename from
6180         gnus-mime-externalize-view.
6181         (gnus-mime-view-part-internally): Rename from
6182         gnus-mime-internalize-view.
6183         (gnus-article-view-part-externally): Rename from
6184         gnus-article-externalize-part.
6185         (gnus-mime-action-alist): Change correspondingly.
6186         (gnus-mime-button-commands): Ditto.
6187         (gnus-mime-action-alist): Remove duplication.
6188
6189         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
6190
6191 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6192
6193         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
6194
6195         * gnus-art.el (gnus-display-mime): Use it.
6196
6197         * mm-partial.el (mm-partial-find-parts): Use it.
6198
6199         * gnus-sum.el (gnus-article-loose-mime): Rename from
6200         gnus-article-no-strict-mime.
6201         (gnus-summary-save-parts): Use it.
6202
6203 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6204
6205         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
6206         local variable.
6207
6208         * gnus-art.el (article-display-x-face): Don't sort multiple
6209         X-Faces.
6210
6211 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6212
6213         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
6214         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
6215
6216         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
6217
6218 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6219
6220         Some ideas is inspired by code from Hrvoje Niksic
6221         <hniksic@arsdigita.com>
6222
6223         * gnus-art.el (gnus-article-wash-function): Set the default to
6224         nil, so that we use mm-text-html-renderer instead.
6225         (article-wash-html): Use mm-text-html-renderer.
6226
6227         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
6228         (mm-text-html-renderer): New variable.
6229         (mm-inline-text-html-renderer): Set the default to nil, so that we
6230         use mm-text-html-renderer instead.
6231
6232         * mm-view.el (mm-inline-text-html): New function.
6233         (mm-text-html-renderer-alist): New variable.
6234         (mm-inline-text-vcard): New function.
6235         (mm-inline-text): Split.
6236         (mm-links-remove-leading-blank): New function.
6237         (mm-inline-render-with-file): New function.
6238         (mm-inline-render-with-stdin): New function.
6239         (mm-inline-render-with-function): New function.
6240         (mm-text-html-washer-alist): New variable.
6241         (mm-inline-wash-with-file): New function.
6242         (mm-inline-wash-with-stdin): New function.
6243
6244 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6245
6246         * message-utils.el: Fix installation doc.
6247         From: Reiner Steib <4uce.02.r.steib@gmx.net>
6248
6249 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
6250
6251         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
6252         (gnus-post-method): Use it.
6253         (gnus-summary-cancel-article): Find the correct post-method.
6254
6255         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
6256         * message.el (message-send-news): Ditto.
6257         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
6258         <ipmonger@delamancha.org>
6259
6260         * gnus.el (gnus-select-method): Fix doc.
6261         (gnus-server-string): Use 'using nntp'.
6262
6263         * gnus-agent.el (gnus-slave-unplugged): New command.
6264         From: Felix Natter <fnatter@gmx.net>
6265
6266 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6267
6268         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
6269         Call edit-done-function first, then change the window
6270         configuration.
6271         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
6272         (gnus-article-edit-mode): mml-mode.
6273
6274         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
6275         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
6276
6277         * message-utils.el: Adopt the file.
6278
6279         * message-utils.el: New file.
6280         From Holger Schauer <Holger.Schauer@gmx.de>
6281
6282 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6283
6284         * gnus-sum.el (gnus-summary-move-article): Select-article only
6285         when gnus-move-split-methods is non-nil. And we don't render or
6286         mark the article.
6287
6288         * gnus-fun.el (gnus-shell-command-to-string): New function.
6289         (gnus-shell-command-on-region): New function.
6290         (gnus-random-x-face): Use them.
6291         (gnus-x-face-from-file): Ditto.
6292         (gnus-convert-image-to-gray-x-face): Ditto.
6293         (gnus-convert-gray-x-face-to-xpm): Ditto.
6294         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
6295
6296 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6297
6298         * gnus-art.el (gnus-treat-display-xface): Don't use
6299         `shell-command-to-string' when compiling.
6300         (gnus-treat-display-grey-xface): Ditto.
6301
6302 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
6303
6304         * nnmaildir.el (nnmaildir--article-count): If the group is
6305         completely empty, report minimum article number as 1 instead of 0.
6306
6307 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
6308
6309         * gnus-agent.el (gnus-get-predicate): Use nconc.
6310
6311         * gnus-sum.el (gnus-summary-display-make-predicate): Use
6312         gnus-summary-display-cache as cache.
6313
6314         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
6315         (nndoc-mail-in-mail-type-p): New function.
6316         (nndoc-mail-in-mail-article-begin): New function.
6317
6318 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6319
6320         * mailcap.el (mailcap-mime-data): Use enriched-decode.
6321
6322         * gnus-cite.el (gnus-article-fill-cited-article): Bind
6323         use-hard-newlines to nil.
6324
6325         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
6326         image is not available if window-system is not available.
6327
6328         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
6329
6330 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6331
6332         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
6333         bookmark, because update-mark doesn't handle it correctly.
6334
6335 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6336
6337         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
6338         directly instead of calling message-send-mail.
6339
6340         * gnus-start.el (gnus-read-descriptions-file): Use
6341         gnus-default-charset.
6342
6343         * mm-util.el (mm-guess-mime-charset): New function.
6344
6345         * gnus.el (gnus-default-charset): Use it.
6346         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
6347         the default.
6348
6349 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6350
6351         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
6352         (article-display-x-face): Use it.  Disable grey xface, if
6353         uncompface is not found.
6354
6355         * message.el (message-mode): Don't enable multibyte on an indirect
6356         buffer.
6357
6358         * nnrss.el (nnrss-content-function): New variable.
6359         (nnrss-request-article): Use it.
6360
6361 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6362
6363         * gnus.el: Add article-unsplit-urls.
6364         * gnus-sum.el: Ditto.
6365         * gnus-art.el (gnus-treat-strip-cr): New variable.
6366         (gnus-treatment-function-alist): Use it.
6367         (article-unsplit-urls): New function.
6368         (gnus-article-make-menu-bar): Use it.
6369         From: Michael Cook <michael.cook@cisco.com>
6370
6371 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6372
6373         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
6374         copy.
6375
6376 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
6377
6378         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
6379         with internal whitespace.
6380         (gnus-parent-id): Ditto.
6381
6382 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6383
6384         * gnus-art.el (gnus-article-treat-body-boundary): Add
6385         gnus-decoration property.
6386         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
6387
6388         * message.el (message-mode): Set local-abbrev-table.
6389         From Matt Armstrong <matt@lickey.com>.
6390
6391         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
6392         too many spaces.
6393
6394         * rfc2047.el (rfc2047-unfold-region): Ditto.
6395         (rfc2047-decode-region): Don't unfold. Let
6396         gnus-article-treat-unfold-headers do it.
6397
6398         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
6399         From: Jesper Harder <harder@ifa.au.dk>
6400
6401 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6402
6403         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
6404         (gnus-configure-posting-styles): Use it.
6405         (gnus-configure-posting-styles): Remove trailing newspaces.
6406
6407 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6408
6409         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
6410         is non-nil.
6411
6412         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
6413
6414         * gnus.el (gnus-server-to-method): Switch position with
6415         gnus-server-get-method.
6416         (gnus-agent): Add doc.
6417
6418         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
6419         (gnus-summary-save-parts): Use it.
6420
6421         * gnus-art.el (gnus-display-mime): Use it.
6422         * mm-partial.el (mm-partial-find-parts): Use it.
6423
6424         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
6425
6426         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
6427         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
6428
6429         * nnagent.el (nnagent-request-expire-articles): Don't delete
6430         files.
6431
6432 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6433
6434         * message.el (message-gen-unsubscribed-mft): New function.
6435         From Sriram Karra <karra@cs.utah.edu>.
6436
6437         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
6438         open parenthesis.
6439
6440         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
6441         (mm-inline-text-html-render-with-w3): Ditto.
6442         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
6443         Suggested by Dave Love  <d.love@dl.ac.uk>.
6444
6445         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
6446
6447         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
6448         * nntp.el (nntp-send-command): Ditto.
6449         * nntp.el (nntp-send-command-nodelete): Ditto.
6450
6451 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6452
6453         * mm-url.el (mm-url-load-url): New function.
6454         (mm-url-insert-file-contents): Use it.
6455
6456         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
6457
6458         * message.el (message-forward-make-body): Correctly copy
6459         forward-buffer.
6460
6461         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
6462
6463 2002-02-04  Simon Josefsson  <jas@extundo.com>
6464
6465         * gnus-art.el (gnus-article-followup-with-original): Mark with
6466         force, prevent errors when following up from article buffer.
6467         (gnus-article-reply-with-original): Ditto.
6468
6469         * binhex.el (binhex-decoder-switches): Fix doc.  From
6470         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6471
6472 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6473
6474         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
6475         highlight-citation after emphasize.
6476
6477 2002-02-04  Simon Josefsson  <jas@extundo.com>
6478
6479         * nnfolder.el (nnfolder-open-marks):
6480
6481         * nnml.el (nnml-open-marks): Message when done.  From David
6482         Edmondson <dme@sun.com>.
6483
6484 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6485
6486         * imap.el (imap-anonymous-auth): Fix typo.
6487         From: Steinar Bang <sb@dod.no>
6488
6489         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
6490         save-excursion.
6491         (gnus-cache-braid-heads): Ditto.
6492
6493         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
6494         line, because there are extra articles in the overview buffer.
6495
6496         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
6497
6498         * message.el (message-forward-rmail-make-body): Directly use
6499         rmail-msg-restore-non-pruned-header to avoid calling
6500         vertical-motion.
6501
6502 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6503
6504         * gnus-cache.el (gnus-summary-insert-cached-articles):
6505         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
6506
6507         * gnus-group.el (gnus-group-mark-article-read): Nreverse
6508         gnus-newsgroups-unselected.
6509
6510         * gnus-agent.el (gnus-summary-set-agent-mark): Use
6511         gnus-add-to-sorted-list.
6512
6513         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
6514         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
6515         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
6516         (gnus-update-read-articles): UNREAD is sorted.
6517         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
6518         (gnus-newsgroup-marked, gnus-newsgroup-cached)
6519         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
6520         (gnus-newsgroup-dormant): Require sorted.
6521
6522         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
6523         directories.
6524         (gnus-dired-print): New function.
6525
6526         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
6527         ps-despool.
6528
6529 2002-02-02  Simon Josefsson  <jas@extundo.com>
6530
6531         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
6532
6533 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6534
6535         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
6536         t. This makes gnus-agent customizable without putting
6537         gnus-agentize into .gnus.
6538
6539         * gnus.el (gnus-agent): Make it customizable.
6540
6541         * gnus-dired.el: New file.
6542         From Benjamin Rutt <brutt@bloomington.in.us>
6543
6544         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
6545         if no article.
6546         (gnus-cache-possibly-remove-article): Ditto.
6547         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
6548
6549 2002-02-01  Simon Josefsson  <jas@extundo.com>
6550
6551         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
6552
6553 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6554
6555         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
6556         (mm-setup-w3m): Don't bind keys listed in the above.
6557
6558 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6559
6560         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
6561         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
6562         is non-nil; bind `w3m-force-redisplay' with nil.
6563
6564         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6565
6566         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
6567
6568 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6569
6570         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
6571         use mail-header-unfold-field.
6572
6573         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
6574         gnus-summary-limit.
6575
6576         * gnus-range.el (gnus-add-to-sorted-list): New function.
6577         * gnus-sum.el (gnus-mark-article-as-read): Use it.
6578         (gnus-mark-article-as-unread): Ditto.
6579         (gnus-summary-mark-article-as-unread): Ditto.
6580         (gnus-build-get-header): Ditto.
6581         (gnus-summary-prepare-threads): Ditto.
6582         (gnus-summary-insert-pseudos): Ditto.
6583         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
6584         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
6585         (gnus-summary-insert-old-articles): Ditto.
6586
6587         * gnus-msg.el (gnus-posting-styles): Add new format of header.
6588         (gnus-configure-posting-styles): Support the new format.
6589
6590         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
6591         edebug-form-spec to (sexp body).
6592         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
6593
6594         * message.el (message-reply-headers): Add doc.
6595
6596 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6597
6598         * gnus-group.el (gnus-group-delete-group): Nix the entry in
6599         gnus-cache-active-hashtb.
6600
6601         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
6602         (gnus-agent-summary-fetch-group): Use it.
6603
6604         * gnus-msg.el (gnus-debug-files): New variable.
6605         (gnus-debug-exclude-variables): New variable.
6606         (gnus-debug): Use them.
6607
6608         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
6609
6610 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6611
6612         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
6613         (message-mode-syntax-table): Move back the previous position.
6614
6615         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
6616
6617         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6618         gnus-sorted-difference.
6619
6620         * nnsoup.el (nnsoup-request-expire-articles): Use
6621         gnus-sorted-difference.
6622
6623         * nnheader.el: Autoload gnus-sorted-difference.
6624
6625         * nnfolder.el (nnfolder-request-expire-articles): Use
6626         gnus-sorted-difference.
6627
6628         * gnus-cache.el (gnus-cache-retrieve-headers): Use
6629         gnus-sorted-difference.
6630
6631         * gnus-range.el: Autoload cookies.
6632         (gnus-sorted-difference): New function.
6633         (gnus-sorted-ndifference): New function.
6634         (gnus-sorted-nintersection): Rename from
6635         gnus-set-sorted-intersection.
6636         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
6637         (gnus-list-range-difference): Rename from
6638         gnus-inverse-list-range-intersection.
6639         (gnus-inverse-list-range-intersection): Use defalias.
6640
6641         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
6642         gnus-sorted-ndifference, and gnus-sorted-nintersection.
6643         (gnus-articles-to-read): Use gnus-sorted-difference.
6644         (gnus-summary-limit-mark-excluded-as-read): Use
6645         gnus-sorted-intersection and gnus-sorted-ndifference.
6646         (gnus-list-of-read-articles): Use gnus-list-range-difference.
6647         (gnus-summary-insert-articles): Use gnus-sorted-difference.
6648
6649         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
6650
6651 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6652
6653         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
6654         property to the buffer for using emacs-w3m command keys.
6655
6656         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
6657         option.
6658
6659         * mm-view.el (mm-w3m-mode-map): New variable.
6660         (mm-w3m-mode-command-alist): New variable.
6661         (mm-w3m-minor-mode): Removed.
6662         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
6663         (mm-inline-text-html-render-with-w3m): Add keymap property to the
6664         buffer for using emacs-w3m command keys.
6665
6666 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6667
6668         * message.el (message-mode-syntax-table): Move forward.
6669         (message-cite-prefix-regexp): Auto detect non word constituents.
6670         (message-cite-prefix-regexp): Don't use with-syntax-table.
6671
6672         * gnus-sum.el (gnus-summary-update-info): Use
6673         gnus-list-range-intersection.
6674
6675         * gnus-agent.el (gnus-agent-fetch-headers): Use
6676         gnus-list-range-intersection.
6677
6678         * gnus-range.el (gnus-range-normalize): Use correct predicate.
6679         (gnus-list-range-intersection): Use it.
6680         (gnus-inverse-list-range-intersection): Ditto.
6681         (gnus-sorted-intersection): Add doc.
6682         (gnus-set-sorted-intersection): Add doc.
6683         (gnus-sorted-union): New function.
6684         (gnus-set-sorted-union): New function.
6685
6686         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
6687         (gnus-inverse-list-range-intersection): Ditto.
6688
6689 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
6690
6691         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
6692
6693         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
6694         and permit `:' and `\' in order to handle full Windows pathnames.
6695         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
6696         technically not correct per standard, but seems to have common use.
6697
6698 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6699
6700         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
6701         replacing numbers.
6702
6703 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
6704
6705         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
6706
6707         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
6708         Don't split when the window is small, e.g. when a small *BBDB*
6709         window is the lowest one.
6710
6711         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6712         nnheader-find-nov-line to speed up. Use nreverse, because it is
6713         sorted. Use nnheader-insert-nov-file.
6714
6715 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6716
6717         * mm-decode.el (mm-inline-text-html-with-images): New user option.
6718
6719         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
6720         of `w3m-display-inline-images' with the value of
6721         `mm-inline-text-html-with-images'.
6722         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
6723
6724         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6725
6726 2002-01-27  Richard M. Stallman  <rms@gnu.org>
6727
6728         * time-date.el: Add autoload cookies.  Many doc fixes.
6729         (time-add): New function.
6730         (time-subtract): Renamed from subtract-time.
6731         (subtract-time): New alias for time-subtract.
6732
6733 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6734
6735         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
6736         emacs-w3m in doc-string.
6737
6738         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
6739         `w3m-current-buffer'.
6740
6741 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6742
6743         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
6744
6745         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
6746         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
6747         (mm-w3m-cid-retrieve): New function.
6748         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
6749
6750 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6751
6752         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
6753
6754 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6755
6756         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
6757
6758 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6759
6760         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
6761         32K.
6762
6763         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
6764
6765         * nnmail.el (nnmail-article-group): Decode headers before running
6766         split rules over them.
6767         (nnmail-mail-splitting-charset): New variable.
6768
6769         * smiley.el: Replaced with smiley-ems.el.
6770
6771 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6772
6773         * mm-url.el (mm-url-predefined-programs): Add w3m.
6774         (mm-url-program): Ditto.
6775
6776 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6777
6778         * nnml.el (nnml-use-compressed-files): New variable.
6779         (nnml-filenames-are-evil): Removed.
6780         (nnml-current-group-article-to-file-alist): Don't use.
6781         (nnml-update-file-alist): Inhibit.
6782         (nnml-article-to-file): Use new var.
6783
6784 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6785
6786         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
6787
6788         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
6789
6790 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6791
6792         * gnus-agent.el (gnus-agent-load-alist): Use new caching
6793         function.
6794
6795         * gnus-util.el (gnus-cache-file-contents): New function.
6796
6797         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
6798         (gnus-agent-load-alist): Use it.
6799
6800         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
6801
6802         * nnheader.el (nnheader-insert-nov-file): New function.
6803
6804         * gnus-util.el (gnus-parse-without-error): Correct the loop.
6805
6806         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
6807         there are no references.
6808         (gnus-extract-message-id-from-in-reply-to): New function.
6809         (gnus-nov-parse-line): Use in-reply-to if there are no
6810         references.
6811
6812 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6813
6814         * nnagent.el (nnagent-retrieve-headers): Use new macro.
6815
6816         * gnus-util.el (gnus-parse-without-error): New macro.
6817
6818 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
6819
6820         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
6821         (gnus-article-wash-function): use locate-library to decide which
6822         to use.
6823
6824 2002-01-25  Simon Josefsson  <jas@extundo.com>
6825
6826         * pop3.el (pop3-munge-message-separator): Work if no date.
6827         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
6828
6829 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6830
6831         * gnus-agent.el (gnus-agent-save-alist): Fix.
6832
6833         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
6834         mistake.  Reinstated lost code.
6835
6836 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
6837
6838         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
6839         one exists in the case of an encrypted message with an internal
6840         signature.
6841
6842 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6843
6844         * gnus-agent.el (gnus-agent-save-alist): Optimized.
6845
6846 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6847
6848         * dgnushack.el: Commented out the experimental code.
6849
6850 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6851
6852         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
6853         error.
6854
6855         * gnus.el (gnus-server-to-method): Made into subst.
6856         (gnus-server-method-cache): New variable.
6857         (gnus-server-to-method): Use it.
6858         (gnus-group-method-cache): New variable.
6859         (gnus-find-method-for-group-1): Renamed.
6860         (gnus-find-method-for-group): New function.
6861         (gnus-group-method-cache): Removed.
6862
6863         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
6864         function.
6865
6866         * gnus-range.el (gnus-members-of-range): New function.
6867         (gnus-list-range-intersection): Renamed.
6868         (gnus-inverse-list-range-intersection): New function.
6869
6870         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
6871
6872         * nnagent.el (nnagent-retrieve-headers): New implementation.
6873
6874         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
6875         implementation.
6876
6877 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6878
6879         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
6880         `w3m-meta-content-type-charset-regexp'.
6881
6882         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
6883         charset-encoded html contents.
6884
6885 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6886
6887         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
6888         an empty file.
6889
6890         * nnweb.el (url): Ignore errors when request url.
6891
6892         * nnrss.el: Clean up the comments.
6893
6894 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
6897
6898         * mm-decode.el (mm-inline-text-html-renderer): New user option.
6899         (mm-inline-media-tests): Test whether the value of
6900         `mm-inline-text-html-renderer' is a function for text/html.
6901
6902         * mm-view.el (mm-inline-text-html-render-with-w3): New function
6903         separated from `mm-inline-text'.
6904         (mm-w3m-minor-mode): New variable.
6905         (mm-w3m-setup): New variable.
6906         (mm-setup-w3m): New function.
6907         (mm-inline-text-html-render-with-w3m): New function.
6908         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
6909         text/html.
6910
6911 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
6912
6913         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
6914
6915 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6916
6917         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
6918         and `gnus-xmas-completing-read'.
6919
6920 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6921
6922         * nneething.el (nneething-message-id-number): Abolished.
6923         (nneething-encode-file-name): Not encode numerical characters.
6924         (nneething-make-head): `nneething-message-id-number' is not
6925         used to generate message IDs.
6926
6927 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6928
6929         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
6930         characters.
6931
6932 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6933
6934         * gnus-xmas.el (gnus-xmas-completing-read): New function.
6935         (gnus-xmas-redefine): Redefine conditionally.
6936
6937 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6938
6939         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
6940         tag.
6941
6942 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6943
6944         * message.el (message-font-lock-keywords): Added the secure tag.
6945         * mml-sec.el: Added functions to generate/modify/remove the secure
6946         tag while in message mode.
6947         * mml-sec.el (mml-secure-message): New.
6948         * mml-sec.el (mml-unsecure-message): New.
6949         * mml-sec.el (mml-secure-message-sign-smime): New.
6950         * mml-sec.el (mml-secure-message-sign-pgp): New.
6951         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
6952         * mml-sec.el (mml-secure-message-encrypt-smime): New.
6953         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
6954         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
6955         * mml.el (mml-parse-1): Added code to recognise the secure tag and
6956         convert it to either a part or multipart depending on if there are
6957         other parts in the message.
6958         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
6959         to use the secure tag, rather than the part tag.
6960         * mml.el (mml-preview): Added a save-excursion to keep cursor
6961         position after doing an MML preview.
6962
6963 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6964
6965         * nnheader.el (nnheader-parse-overview-file): New function.
6966         (nnheader-write-overview-file): New function.
6967
6968 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6969
6970         * gnus.el (gnus-group-fast-parameter): Check better if expansion
6971         in wanted.
6972
6973         * nnweb.el (nnweb-type-definition): Clean up.
6974
6975 2002-01-21  Alastair Burt  <burt@dfki.de>
6976         Trivial patch.
6977
6978         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
6979         buffer exists before jumping to it.
6980
6981 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6982
6983         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
6984         function.
6985         (article-wash-html): Use it.
6986         (gnus-article-wash-function): New variable.
6987         (gnus-article-wash-html-with-w3m): New function.
6988
6989 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6990
6991         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
6992         XEmacs.
6993
6994 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
6995
6996         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
6997         command line.
6998
6999 2002-01-21  Simon Josefsson  <jas@extundo.com>
7000
7001         * canlock.el (base64-encode-string): Autoload it from base64.
7002         (canlock-make-cancel-key): Base64 encode unibyte string.
7003
7004 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7005
7006         * nnfolder.el (nnfolder-request-accept-article): Unfold
7007         x-from-line.
7008         (nnfolder-request-replace-article): Ditto.
7009
7010 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
7011
7012         * gnus-group.el (gnus-group-best-unread-group): Use the right
7013         positioning function.
7014
7015 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7016
7017         * smiley-ems.el (smiley-region): Use new function.
7018         (smiley-update-cache): Use general image functions.
7019         (smiley-region): Use general functions.
7020
7021         * gnus-util.el (gnus-graphic-display-p): New function.
7022
7023         * nnmail.el (nnmail-article-group): Allow outputting traces of
7024         non-strings.
7025
7026         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
7027         (nndoc-exim-bounce-type-p): New function.
7028
7029         * message.el (message-dont-send): Doc fix.
7030
7031         * gnus-util.el (gnus-completing-read): Remove
7032         inherit-input-method.
7033
7034         * gnus-art.el (gnus-treat-smiley): Doc fix.
7035
7036         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
7037         articles.
7038
7039 2002-01-19  Simon Josefsson  <jas@extundo.com>
7040
7041         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
7042         (imap-kerberos4-open): Ditto.
7043         (imap-open): Set port correctly, don't set auth.
7044
7045 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7046
7047         * gnus.el (gnus-version-number): Bump version number.
7048
7049 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7050
7051         * gnus.el: Oort Gnus v0.05 is released.
7052
7053 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7054
7055         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
7056         exists.
7057
7058         * gnus-spec.el (gnus-string-width-function): New function.
7059         (gnus-tilde-cut-form): Use it.
7060         (gnus-tilde-max-form): Ditto.
7061         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
7062         (gnus-substring-function): Use it.
7063         (gnus-tilde-cut-form): Ditto.
7064         (gnus-substring-function): New function.
7065
7066         * message.el (message-check-news-header-syntax): New message.
7067
7068         * gnus.el (gnus-slave-no-server): Doc fix.
7069
7070         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
7071
7072 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7073
7074         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
7075         `seen' if it looks like (seen NUM1 . NUM2).  It should be
7076         (seen (NUM1 . NUM2)).
7077
7078 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7079
7080         * gnus-topic.el (gnus-topic-catchup-articles): Update article
7081         number in closed topics.
7082
7083 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
7084
7085         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
7086         functions.
7087
7088 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7089
7090         * gnus.el (gnus-group-find-parameter): Clean up.
7091
7092         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
7093         articles.
7094
7095         * gnus-util.el (gnus-completing-read-with-default): Renamed.
7096
7097         * nnmail.el (nnmail-article-group): Clean up.
7098
7099 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
7100
7101         * gnus-agent.el (gnus-category-name): Intern the category name.
7102
7103 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7104
7105         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
7106
7107         * gnus-util.el (gnus-completing-read): New function.
7108
7109 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7110
7111         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
7112
7113         * smiley-ems.el (smiley-region): Register smiley.
7114         (smiley-toggle-buffer): Rewrite the function.
7115         (smiley-active): Removed.
7116
7117 2002-01-19  Simon Josefsson  <jas@extundo.com>
7118
7119         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
7120         Jesper Harder <harder@ifa.au.dk>.
7121
7122 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7123
7124         * gnus-art.el (gnus-request-article-this-buffer): Call
7125         `nneething-get-file-name' to extract the file name from the
7126         message id.
7127
7128         * nneething.el (nneething-encode-file-name): New function.
7129         (nneething-decode-file-name): Ditto.
7130         (nneething-get-file-name): Ditto.
7131         (nneething-make-head): Encode the file name and encapsulate it
7132         into the field of the message id.
7133
7134 2002-01-18  Simon Josefsson  <jas@extundo.com>
7135
7136         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
7137         stored in .marks.
7138
7139         * nnfolder.el (nnfolder-request-update-info): Ditto.
7140
7141 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7142
7143         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
7144
7145 2002-01-18  Simon Josefsson  <jas@extundo.com>
7146
7147         * imap.el (imap-starttls-p): Don't check for binary.
7148         (imap-gssapi-auth-p): Ditto.
7149         (imap-kerberos4-auth-p): Ditto.
7150         (imap-open): Change logic.  Iterate through all possible streams,
7151         instead of bailing out after first failure.  Move authenticator
7152         decision to `imap-authenticate'.
7153         (imap-authenticate): Change logic, now finds the authenticator to
7154         use, was previously in `imap-open'.
7155         (imap-open): Return nil on failure.
7156         (imap-open): Setup temp buffer correctly.
7157         (imap-open): Return buffer only on success.
7158         (imap-interactive-login, imap-interactive-login): Tell the user
7159         which stream/authenticator is used for the queried
7160         username/password.
7161         (imap-open, imap-authenticate): Set variables.
7162         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
7163         (imap-open): Don't assume how `with-temp-buffer' is implemented.
7164
7165 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7166
7167         * gnus-fun.el (gnus-grab-cam-x-face): New function.
7168
7169 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7170
7171         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
7172
7173 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7174
7175         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
7176         (gnus-agent-group-mode-map): Bind it to "Jo".
7177         (gnus-agent-group-make-menu-bar): Add it into menu bar.
7178
7179 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
7180
7181         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
7182         (gnus-summary-mail-toolbar): Add mail article deletion button.
7183
7184         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
7185         false positives for lines of "^^^^".
7186
7187         * gnus-picon.el (gnus-picon-find-face): faces database is all
7188         lowercase.
7189
7190 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7191
7192         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
7193         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
7194         duplications.
7195         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
7196
7197 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7198
7199         * gnus-sum.el (gnus-summary-initial-limit): Inline
7200         gnus-summary-limit-children.
7201         (gnus-summary-initial-limit): Don't limit if
7202         gnus-newsgroup-display is nil.
7203         (gnus-summary-initial-limit): No, don't.
7204
7205         * gnus-util.el
7206         (gnus-put-text-property-excluding-characters-with-faces): Inline
7207         gnus-put-text-property.
7208
7209         * gnus-spec.el (gnus-default-format-specs): New variable.
7210
7211         * gnus-start.el (gnus-read-newsrc-file): Don't clear
7212         gnus-format-specs.
7213         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
7214
7215         * gnus-spec.el (gnus-update-format-specifications): Really check
7216         the Gnus version of the .newsrc.eld file.
7217         (gnus-format-specs): Save the new default summary format.
7218
7219         * gnus-util.el (gnus-parent-id): Check whether references is empty
7220         before splitting.
7221
7222         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
7223         functions.
7224         (gnus-gather-threads-by-references): Inline
7225         `gnus-split-references'.
7226
7227         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
7228         default value of gnus-summary-line-format-spec.
7229
7230 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7231
7232         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
7233         message.
7234         (nnslashdot-request-list): Ditto.
7235         (nnslashdot-sid-strip): Removed.
7236
7237 2002-01-15  Simon Josefsson  <jas@extundo.com>
7238
7239         * nnimap.el (nnimap-close-asynchronous): Enable.
7240         (nnimap-close-group): Expunge.
7241
7242 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7243
7244         * gnus-util.el (gnus-user-date-format-alist): Typo.
7245         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
7246
7247 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7248
7249         * nneething.el (nneething-request-article): Set
7250         `nnmail-file-coding-system' to `binary' locally, in order to read
7251         files without any conversion.
7252
7253 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7254
7255         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7256         nnheader-file-coding-system and nnmail-active-file-coding-system.
7257         (gnus-agent-regenerate-group): Ditto.
7258         (gnus-agent-regenerate): Ditto.
7259         (gnus-agent-write-active): Ditto.
7260         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
7261
7262 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7263
7264         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
7265         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
7266
7267 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7268
7269         * gnus.el: We don't need gnus-article-show-all-headers.
7270
7271         * gnus-art.el (article-show-all, gnus-article-show-all-header):
7272         Ditto.
7273
7274         * gnus-sum.el (gnus-summary-select-article): Don't call
7275         show-all-headers, because hidden headers are not hidden text any
7276         more.
7277
7278 2002-01-13  Simon Josefsson  <jas@extundo.com>
7279
7280         * message.el (message-newline-and-reformat): Use `newline' instead
7281         of inserting \n, so that the newline is marked as hard.
7282
7283         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
7284         From Jesper Harder <harder@ifa.au.dk>.
7285
7286 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7287
7288         * imap.el (imap-close): Keep going if quit.
7289
7290         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
7291         nntp-server-buffer.
7292
7293 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7294
7295         * mm-view.el (mm-display-inline-fontify): Require font-lock to
7296         avoid unbinding shadowed variables.
7297
7298         * gnus-art.el (gnus-picon-databases): Moved here.
7299         (gnus-picons-installed-p): Moved here.
7300         (gnus-article-reply-with-original): Use `mark'.
7301
7302         * gnus.el (gnus-picon): Moved here and renamed.
7303
7304         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
7305         installed.
7306         (gnus-treat-mail-picon): Ditto.
7307         (gnus-treat-newsgroups-picon): Ditto.
7308
7309         * gnus-picon.el (gnus-picons-installed-p): New function.
7310
7311 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7312
7313         * gnus-agent.el (gnus-agent-go-online): Fix doc.
7314
7315 2002-01-12  Simon Josefsson  <jas@extundo.com>
7316
7317         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
7318         (nnimap-before-find-minmax-bugworkaround): Use it.
7319         (nnimap-find-minmax-uid): Don't reselect current mailbox.
7320         (nnimap-dont-close): New variable.
7321         (nnimap-close-group): Use it.
7322
7323 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7324
7325         * gnus-art.el (gnus-article-reply-with-original): Use
7326         `mark-active'.
7327
7328         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
7329
7330         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
7331         (gnus-score-advanced): Clean up.
7332         (gnus-score-advanced): Accept a multiple of the score.
7333
7334 2002-01-12  Simon Josefsson  <jas@extundo.com>
7335
7336         * flow-fill.el (fill-flowed-display-column)
7337         (fill-flowed-encode-columnq): New variables.  Suggested by
7338         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
7339         (fill-flowed-encode, fill-flowed): Use them.
7340
7341         * message.el (message-send-news, message-send-mail): Use
7342         m-b-s-n-p-e-h-n.
7343
7344         * mml.el (autoload): Autoload fill-flowed-encode.
7345         (mml-buffer-substring-no-properties-except-hard-newlines): New
7346         function.
7347         (mml-read-part): Use it.
7348         (mml-generate-mime-1): Encode format=flowed if appropriate.
7349         (mml-insert-mime-headers): Insert format=flowed.
7350
7351         * flow-fill.el (fill-flowed-encode): New function.
7352         (fill-flowed): Bind fill-column to window width.
7353
7354 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7355
7356         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
7357         it exists.
7358         (gnus-summary-setup-buffer): Wake up dead summary buffers.
7359         (gnus-summary-buffer-name): Don't return the dead name after all.
7360         (gnus-summary-setup-buffer): Kill the dead buffer.
7361
7362         * gnus-art.el (gnus-article-followup-with-original): Store the
7363         value of the mark before deactivating it.
7364
7365 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7366
7367         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
7368         From: Karl Kleinpaste <karl@charcoal.com>
7369
7370         * gnus-art.el (article-display-x-face): Ditto.
7371         (gnus-article-reply-with-original): Use gnus-region-active-p.
7372         (gnus-article-followup-with-original): Ditto.
7373
7374         * gnus-sum.el (gnus-summary-read-group-1): Don't select
7375         downloadable article either.
7376
7377 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7378
7379         * gnus-art.el (article-display-x-face): Insert From:.
7380
7381         * gnus-sum.el (gnus-summary-move-article): Don't draw the
7382         article. Bind gnus-display-mime-function and
7383         gnus-article-prepare-hook.
7384
7385         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
7386         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
7387         gnus-agent-possibly-synchronize-flags to the last.
7388         (gnus-agent-go-online): New function. New variable.
7389
7390 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7391
7392         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
7393         (gnus-agent-regenerate): Ditto.
7394
7395 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7396
7397         * message.el (message-ignored-news-headers)
7398         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
7399         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
7400
7401         * gnus.el (gnus-gethash-safe): New macro.
7402
7403         * gnus-agent.el (gnus-agent-regenerate-history): New function.
7404         (gnus-agent-regenerate): Show messages.
7405
7406 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7407
7408         * gnus-agent.el (gnus-agent-regenerate-group): New function.
7409         (gnus-agent-regenerate): New function.
7410         (gnus-agent-save-alist): Sort.
7411         (gnus-agent-copy-nov-line): Test eobp.
7412         (gnus-agent-retrieve-headers): Erase buffer.
7413
7414 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7415
7416         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
7417         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
7418
7419         * gnus.el (gnus-agent-covered-methods): Move here.
7420         (gnus-online): New function.
7421         (gnus-agent-method-p): Move here.
7422
7423         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
7424         nil. Remove articles-alist.
7425
7426         * gnus-start.el (gnus-get-unread-articles): Check online.
7427         (gnus-groups-to-gnus-format): Ditto.
7428         (gnus-active-to-gnus-format): Ditto.
7429
7430         * gnus-agent.el (gnus-agent-get-function): Use it.
7431         (gnus-agent-get-undownloaded-list): Ditto.
7432         (gnus-agent-fetch-session): Only fetch online methods.
7433
7434         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
7435         (gnus-server-mode-map): Ditto.
7436         (gnus-server-offline-face): New face.
7437         (gnus-server-offline-face): New variable.
7438         (gnus-server-font-lock-keywords): Add offline.
7439         (gnus-server-insert-server-line): Ditto.
7440         (gnus-server-offline-server): New function.
7441
7442         * gnus-int.el (gnus-open-server): Turn to offline.
7443         (gnus-server-unopen-status): New variable.
7444
7445 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7446
7447         * nnkiboze.el (nnkiboze-request-article): Use
7448         gnus-agent-request-article.
7449
7450         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
7451         function. Insert undownloaded NOV.
7452
7453         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
7454         (gnus-agent-request-article): New function.
7455
7456         * gnus.el (gnus-agent-cache): New variable.
7457
7458         * gnus-int.el (gnus-retrieve-headers): Use
7459         gnus-agent-retrieve-headers.
7460         (gnus-request-head): Use gnus-agent-request-article.
7461         (gnus-request-body): Ditto.
7462
7463         * gnus-art.el (gnus-request-article-this-buffer): Use
7464         gnus-agent-request-article.
7465
7466         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
7467         article if it is undownloaded.
7468
7469 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7470
7471         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
7472
7473 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7474
7475         * canlock.el (canlock-string-as-unibyte): New macro.
7476         (canlock-sha1-with-openssl): Return a unibyte string.
7477         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
7478
7479 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
7480
7481         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
7482
7483 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7484
7485         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
7486         application/x-emacs-lisp.
7487
7488         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
7489
7490         * nntp.el (nntp-request-article): Add group parameter.
7491         (nntp-request-head): Ditto.
7492         (nntp-find-group-and-number): Add parameter group. Figure out
7493         number if the status line doesn't give (e.g. quimby.gnus.org).
7494
7495 2002-01-08  Simon Josefsson  <jas@extundo.com>
7496
7497         * mml.el (mml-generate-mime-1): Set recipient correctly.
7498
7499 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7500
7501         * message.el (message-read-from-minibuffer): Add parameter
7502         initial-contents.
7503         * gnus-msg.el (gnus-summary-resend-message): Use it.
7504
7505         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
7506         behavior of quit-config.
7507
7508         * message.el (message-make-from): Don't quote fullname.
7509         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
7510
7511         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
7512         From: <andre@slamdunknetworks.com>
7513
7514 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
7515
7516         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
7517
7518         * gnus-art.el (gnus-header-button-alist): Handle mailto.
7519
7520         * mml.el (mml-preview): Bind gnus-original-article-buffer because
7521         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
7522         because bbdb may use it.
7523
7524 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7525
7526         * nneething.el (nneething-request-article): When a non-text file
7527         is converted to an article, its data is encoded in base64.  Call
7528         `nneething-make-head' with options to specify MIME types.
7529         (nneething-make-head): Add optional arguments to specify MIME
7530         types.
7531
7532 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7533
7534         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
7535         header if there is not.
7536
7537         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
7538
7539         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
7540         (gnus-inews-mark-gcc-as-read): Obsolete variable.
7541         (gnus-inews-do-gcc): Use them.
7542
7543         * gnus-group.el (gnus-group-mark-article-read): Put holes into
7544         gnus-newsgroup-unselected.
7545
7546 2002-01-06  Simon Josefsson  <jas@extundo.com>
7547
7548         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
7549         condition-case, not ignore-errors.
7550
7551 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7552
7553         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
7554         gnus-fetch-old-headers.
7555
7556         * gnus-art.el (article-display-x-face): Use the current buffer
7557         unless `W f'. Otherwise, X-Face may be shown in the header of a
7558         forwarded part.
7559         (gnus-treatment-function-alist): Treat xface before hiding
7560         headers.
7561
7562 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7563
7564         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
7565         parameters.
7566
7567 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7568
7569         * mm-util.el (mm-multibyte-p): Define conditionally when load.
7570         (mm-guess-charset): New function.
7571         (mm-charset-after): Use it.
7572         (mm-detect-coding-region): New function.
7573         (mm-detect-mime-charset-region): New function.
7574
7575         * gnus-sum.el (gnus-summary-show-article): Use
7576         mm-detect-coding-region.
7577
7578 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7579
7580         * message.el (message-make-fqdn): Be less violent.
7581
7582         * gnus.el (gnus-logo-color-style): Compute custom form
7583         automatically.
7584
7585         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
7586         score file of the parent to the document group.
7587
7588         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
7589         parameters parameter.
7590
7591         * gnus-score.el (gnus-score-load-file): Clean up.
7592
7593 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7594
7595         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
7596         From: Damien Wyart <damien.wyart@free.fr>
7597
7598         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
7599
7600 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7601
7602         * gnus-sum.el (gnus-select-group-hook): Typo.
7603
7604         * rfc2047.el (rfc2047-decode-string): Return immediately if there
7605         is no quoted-printable-encoded STRING.
7606         From: Jesper Harder <harder@ifa.au.dk>
7607
7608         (rfc2047-decode-string): Decode it.
7609
7610 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7611
7612         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
7613
7614 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
7615         Trivial patch.
7616
7617         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
7618         buffer to get rid of junk line.
7619
7620 2002-01-05  Simon Josefsson  <jas@extundo.com>
7621
7622         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
7623         C-o.
7624         (message-mode-map): Bind message-insert-or-toggle-importance to
7625         C-c C-u.
7626         (message-mode-map): Bind message-disposition-notification-to to
7627         C-c M-n.
7628         (message-mode-menu): Add m-d-n-t.
7629         (message-mode-field-menu): Add m-goto-from.
7630         (message-mode): Doc fix.
7631         (message-goto-from): New function.
7632         (message-insert-disposition-notification-to): New function.
7633         (message-tool-bar-map): Add receipt button.
7634
7635 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7636
7637         * gnus-sum.el (gnus-thread-latest-date): New function.
7638         (gnus-thread-sort-by-most-recent-number): Renamed.
7639         (gnus-thread-sort-functions): Doc fix.
7640         (gnus-select-group-hook): Don't use setq on a hook.
7641         (gnus-thread-latest-date): Use date, not number
7642
7643         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
7644         (gnus-agent-expire): Allow regexp of expire-days.
7645
7646         * gnus-art.el (gnus-article-reply-with-original): Deactivate
7647         region.
7648         (gnus-article-followup-with-original): Ditto.
7649
7650         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
7651
7652         * gnus-art.el (gnus-mime-display-alternative): Use
7653         gnus-local-map-property.
7654         (gnus-mime-display-alternative): Ditto.
7655         (gnus-insert-mime-security-button): Ditto.
7656         (gnus-insert-next-page-button): Ditto.
7657         (gnus-button-prev-page): Take optional args.
7658         (gnus-insert-prev-page-button): widget-convert.
7659
7660         * gnus-util.el (gnus-local-map-property): New function.
7661
7662         * gnus-art.el (gnus-prev-page-map): Use parent map.
7663         (gnus-next-page-map): Ditto.
7664
7665         * gnus-spec.el (gnus-parse-format): Clean up.
7666         (gnus-parse-format): Do complex formatting for %=.
7667
7668         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
7669         "X-Face: " to the data in the built-in scenario.
7670
7671         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
7672         (gnus-correct-pad-form): Renamed.
7673         (gnus-tilde-max-form): Clean up.
7674         (gnus-pad-form): Use gnus-use-correct-string-widths.
7675
7676         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
7677         support if that is available.
7678
7679         * gnus-sum.el (gnus-thread-highest-number): New function.
7680         (gnus-thread-sort-by-most-recent-thread): New function.
7681         (gnus-thread-sort-functions): Doc fix.
7682
7683 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7684
7685         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
7686         all cases.
7687         (gnus-summary-mode): Enable it in all cases.
7688         (gnus-summary-display-article): Ditto.
7689         (gnus-summary-edit-article): Ditto.
7690
7691         * gnus-ems.el (gnus-put-image): Really return glyph.
7692
7693         * gnus-art.el (gnus-article-x-face-command): Fix :type.
7694         (gnus-treat-smiley): Don't take "P" in the interactive form.
7695
7696 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7697
7698         * compface.el (uncompface): XEmacs and Emacs have differing
7699         capabilities.
7700
7701         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
7702
7703         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
7704         (gnus-article-xface-ring-size): Removed.
7705         (gnus-article-display-xface): Removed.
7706         (gnus-remove-image): Cleaned up.
7707
7708         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
7709         (gnus-xmas-create-image): Take pbm files.
7710         (gnus-x-face): Removed.
7711         (gnus-xmas-article-display-xface): Removed.
7712
7713         * gnus-fun.el (gnus-display-x-face-in-from): Bind
7714         default-enable-multibyte-characters.
7715
7716         * compface.el (uncompface): Doc fix.
7717
7718         * gnus-art.el (gnus-article-x-face-command): Use
7719         gnus-display-x-face-in-from.
7720
7721         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
7722
7723         * gnus-ems.el (gnus-put-image): Return the image.
7724
7725         * gnus-fun.el (gnus-display-x-face-in-from): New function.
7726         (gnus-x-face): Moved here.
7727
7728 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7729
7730         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
7731         invisible if string is nil.
7732         (gnus-xmas-article-display-xface): Use it.
7733
7734         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
7735         property when string is nil.
7736         (gnus-article-display-xface): Use it.
7737
7738 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7739
7740         * gnus-art.el (article-display-x-face): Check whether valid grey
7741         face was returned.
7742         (article-display-x-face): Place image in the right spot.
7743
7744         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
7745         stderr.
7746         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
7747
7748 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7749
7750         * gnus-xmas.el (gnus-xmas-create-image): Take optional
7751         parameters.
7752         (gnus-xmas-put-image): Allow non-strings to be passed.
7753
7754         * gnus-art.el (article-display-x-face): Use optional parameters.
7755
7756         * gnus-ems.el (gnus-create-image): Take optional parameters.
7757
7758         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
7759
7760         * compface.el (compface-xbm-p): Removed.
7761
7762         * gnus-ems.el (gnus-article-compface-xbm): Removed.
7763         (gnus-article-display-xface): Use compface.
7764
7765         * compface.el: New file.
7766
7767         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
7768         (gnus-convert-image-to-x-face-command): Ditto.
7769         (gnus-random-x-face): Quote argument.
7770         (gnus-x-face-from-file): Ditto.
7771
7772 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
7773
7774         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
7775         the expire-group parameter once per article rather than once
7776         per group; bind `nnmaildir-article-file-name' and `article'
7777         for convenience.  Leave article alone when expire-group
7778         specifies the current group.
7779         (nnmaildir--update-nov): be more concurrency-friendly with
7780         temp file names.
7781
7782 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7783
7784         * gnus-start.el (gnus-read-init-file): Cleaned up.
7785
7786 2002-01-03  Dave Love  <d.love@dl.ac.uk>
7787
7788         * gnus-start.el (gnus-startup-file-coding-system): Removed.
7789         (gnus-read-init-file): Don't use it.
7790
7791 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7792
7793         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
7794
7795 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7796
7797         * gnus-start.el (gnus-read-init-file): Don't force coding system
7798         for ~/.gnus.  From Dave Love <fx@gnu.org>.
7799
7800 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7801
7802         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
7803         * nnspool.el (nnspool-request-post): Ditto.
7804
7805         * mm-util.el (mm-use-find-coding-systems-region): New variable.
7806         (mm-find-mime-charset-region): Use it.
7807
7808 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7809
7810         * gnus.el (gnus-summary-line-format): Added :link.
7811         * gnus-topic.el (gnus-topic-line-format): Ditto.
7812         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
7813         * gnus-srvr.el (gnus-server-line-format): Ditto.
7814         * gnus-group.el (gnus-group-line-format): Ditto.
7815
7816         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
7817         :keys, it works on both Emacsen.
7818
7819 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7820
7821         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
7822
7823 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7824
7825         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
7826
7827 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
7828
7829         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
7830         very wide reply.
7831
7832 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7833
7834         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
7835         (gnus-picon-cache): New variable.
7836         (gnus-picon-transform-newsgroups): Cache stuff.
7837
7838         * gnus-art.el (gnus-article-reply-with-original): New command.
7839         (gnus-article-followup-with-original): New command.
7840
7841         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
7842         END parameters.
7843         (gnus-summary-followup): Take a list of list of articles.
7844         (gnus-inews-yank-articles): Allow lists of article/regions.
7845
7846         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
7847         longer the usual commands.
7848
7849         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
7850         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
7851         shell-command-on-region.
7852
7853 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7854
7855         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
7856           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
7857
7858 2002-01-03  Steve Youngs  <youngs@xemacs.org>
7859
7860         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
7861         understand ':keys', wrap it in an featurep 'xemacs.
7862
7863 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7864
7865         * gnus-ems.el (gnus-article-display-xface): Show xface in the
7866         order of headers (Actually, it is called in a reversed order). Add
7867         'gnus-image-text-deletable property.
7868         (gnus-remove-image): Remove text with such a property.
7869
7870         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
7871         gnus-put-image.
7872
7873         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
7874         with ", "
7875
7876 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7877
7878         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
7879
7880         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
7881         (article-display-x-face): Display grey X-Faces.
7882
7883         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
7884         (gnus-convert-gray-x-face-to-ppm): Ditto.
7885         (gnus-convert-image-to-gray-x-face): Ditto.
7886
7887         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
7888         gnus-summary-show-raw-article.
7889
7890 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7891
7892         Display picons in XEmacs without showing text.
7893
7894         * gnus-xmas.el (gnus-xmas-create-image): Don't use
7895         mm-create-image-xemacs to create xbm glyph, because it deletes
7896         temporary files.
7897         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
7898         (gnus-xmas-remove-image): Make text visible, remove glyph.
7899
7900         * gnus-picon.el (gnus-picon-transform-newsgroups)
7901         (gnus-picon-transform-address): Insert spec backward, due to the
7902         incompatibility of gnus-xmas-put-image.
7903
7904 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7905
7906         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
7907
7908 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7909
7910         * gnus.el: Doc fix.
7911
7912         * gnus-art.el: Doc fix.
7913
7914         * gnus-agent.el: Doc fix.
7915
7916 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7917
7918         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
7919
7920 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
7921
7922         * nnmaildir.el (nnmaildir--update-nov): automatically parse
7923         NOV data out of the message again if nnmail-extra-headers has
7924         changed.
7925
7926 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7927
7928         * gnus-fun.el: New file.
7929         (gnus-convert-image-to-x-face-command): New variable.
7930         (gnus-insert-x-face): New function.
7931         (gnus-random-x-face): Renamed.
7932         (gnus-x-face-from-file): Renamed.
7933
7934         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
7935         "_".
7936         (gnus-body-boundary-delimiter): Typo fix.
7937
7938 2002-01-02  Simon Josefsson  <jas@extundo.com>
7939
7940         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
7941         (gnus-body-boundary-delimiter): Fix type.
7942
7943 2002-01-01  Simon Josefsson  <jas@extundo.com>
7944
7945         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
7946         (gnus-treat-emphasize, gnus-treat-strip-cr)
7947         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
7948         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
7949         (gnus-treat-fill-article, gnus-treat-hide-citation)
7950         (gnus-treat-hide-citation-maybe)
7951         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
7952         (gnus-treat-strip-pem, gnus-treat-strip-banner)
7953         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
7954         (gnus-treat-date-ut, gnus-treat-date-local)
7955         (gnus-treat-date-english, gnus-treat-date-lapsed)
7956         (gnus-treat-date-original, gnus-treat-date-iso8601)
7957         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
7958         (gnus-treat-strip-trailing-blank-lines)
7959         (gnus-treat-strip-leading-blank-lines)
7960         (gnus-treat-strip-multiple-blank-lines)
7961         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
7962         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
7963         (gnus-treat-display-xface, gnus-treat-display-smileys)
7964         (gnus-treat-from-picon, gnus-treat-mail-picon)
7965         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
7966         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
7967         (gnus-treat-play-sounds, gnus-treat-translate)
7968         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
7969
7970         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
7971         (gnus-article-treat-body-boundary): Use it.
7972
7973         * message.el (message-mode): Fix doc.
7974         (message-mode-menu): Fix names.
7975
7976 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7977
7978         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
7979         articles.
7980
7981         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
7982         (gnus-picon-transform-address): Search for unknown faces as well.
7983         (gnus-picon-find-face): Don't search "news" for MISC.
7984         (gnus-picon-user-directories): Changed default back to exclude
7985         "unknown".
7986
7987         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
7988
7989         * gnus-picon.el (gnus-picon-find-face): Search through all
7990         databases.
7991         (gnus-picon-find-face): New implementation.
7992
7993         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
7994         keystroke.
7995         (gnus-topic-goto-next-topic): Ditto.
7996
7997         * gnus.el (gnus-summary-line-format): Changed default.
7998
7999         * nnmail.el (nnmail-extra-headers): Change default.
8000
8001         * gnus-sum.el (gnus-extra-headers): Change default.
8002
8003         * message.el (message-news-other-window): Changed "news" to
8004         "posting".
8005         (message-news-other-frame): Ditto.
8006         (message-do-send-housekeeping): Ditto.
8007
8008         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
8009         function.
8010         (gnus-article-unread-p): New function.
8011         (gnus-article-unseen-p): New function.
8012         (gnus-dead-summary-mode-map): Typo.
8013
8014         * gnus-util.el (gnus-make-predicate): New function.
8015         (gnus-make-predicate-1): New function.
8016
8017         * gnus-sum.el: New function.
8018         (gnus-map-articles): New function.
8019
8020         * gnus-art.el (gnus-treat-fold-headers): New variable.
8021         (gnus-article-treat-fold-headers): New command and keystroke.
8022
8023         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
8024         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
8025
8026 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8027
8028         * message.el (message-fcc-externalize-attachments): New variable.
8029         (message-do-fcc): Use it.
8030
8031         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
8032         (gnus-inews-do-gcc): Use it.
8033
8034         * mml.el (mml-tweak-sexp-alist): New variable.
8035         (mml-externalize-attachments): New variable.
8036         (mml-tweak-part): Use mml-tweak-sexp-alist.
8037         (mml-tweak-externalize-attachments): New function.
8038
8039 2002-01-01  Steve Youngs  <youngs@xemacs.org>
8040
8041         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
8042         'set-glyph-face' so x-face back/foreground can be set.
8043
8044 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8045
8046         * message.el (message-fix-before-sending): Fix a typo.
8047
8048 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8049
8050         * gnus-art.el (gnus-treat-smiley): Renamed command.
8051         (gnus-article-remove-images): New command and keystroke.
8052
8053         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
8054
8055         * smiley-ems.el (gnus-smiley-display): Removed.
8056
8057         * gnus.el (gnus-version-number): Update version.
8058
8059         * message.el (message-text-with-property): Renamed and moved
8060         here.
8061         (message-fix-before-sending): Highlight invisible text and place
8062         point there.
8063
8064 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8065
8066         * gnus.el: Oort Gnus v0.04 is released.
8067
8068 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8069
8070         * gnus-delay.el (gnus-delay-send-queue): Renamed.
8071
8072         * gnus-art.el (gnus-ignored-headers): More headers,
8073
8074         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
8075         of `scan-error', since XEmacs doesn't seem to support that.
8076
8077 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8078
8079         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
8080         arg.
8081         (gnus-summary-best-unread-subject): Ditto.
8082         (gnus-summary-best-unread-subject): No, don't.
8083         (gnus-summary-better-unread-subject): New command.
8084
8085         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
8086
8087         * lpath.el ((featurep 'xemacs)): fbind url function.
8088
8089         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
8090         buffer.
8091         (gnus-xmas-remove-image): Implementation that does something.
8092         (gnus-xmas-article-display-xface): Mark images properly.
8093
8094         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
8095
8096 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
8097
8098         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
8099
8100 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8101
8102         * gnus-group.el (gnus-group-line-format): Added %O to the default
8103         value.
8104
8105         * gnus-util.el (gnus-text-with-property): The smallest point is
8106         point-min.
8107
8108         * smiley-ems.el (smiley-region): Return images.
8109         (gnus-smiley-display): Allow toggling.
8110         (smiley-region): Use text properties, not overlays.
8111
8112         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
8113         implemented yet.
8114
8115         * smiley-ems.el (smiley-update-cache): Check for valid types.
8116
8117         * gnus-art.el (gnus-with-article-buffer): New macro.
8118
8119         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
8120         strings as well as the glyphs.
8121         (gnus-picon-transform-address): Ditto.
8122         (gnus-picon-insert-glyph): Ditto.
8123         (gnus-picon-transform-newsgroups): Toggle.
8124         (gnus-picon-transform-address): Toggle.
8125
8126         * gnus-ems.el (gnus-remove-image): New function.
8127         (gnus-put-image): Take an optional string.
8128
8129         * gnus-util.el (gnus-text-with-property): New function.
8130
8131         * gnus-art.el (gnus-delete-images): New function.
8132
8133         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
8134
8135         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
8136         (gnus-article-wash-status): Use it.
8137         (gnus-signature-toggle): Clean up.
8138         (gnus-add-wash-status): New function.
8139         (gnus-delete-wash-status): New function.
8140         (gnus-article-hide-text-type): Use them throughout.
8141         (gnus-add-image): New function.
8142
8143         * gnus-ems.el (gnus-article-display-xface): Use new interface.
8144
8145         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
8146         interface.
8147
8148         * gnus-art.el (article-display-x-face): Cleaned up.
8149
8150         * rfc2047.el (rfc2047-field-value): New function.
8151
8152         * mail-parse.el (mail-header-field-value): New alias.
8153
8154         * gnus-art.el (gnus-mime-print-part): Fix typos.
8155
8156         * smiley-ems.el (gnus-smiley-file-types): New variable.
8157         (smiley-update-cache): Use it.
8158         (smiley-regexp-alist): Suffix-less smiley names.
8159         (smiley-regexp-alist): Added more smileys.
8160
8161         * gnus-sum.el (gnus-print-buffer): Made into own function.
8162         (gnus-summary-print-article): Use it.
8163
8164         * mailcap.el (mailcap-mime-info): Actually return the bit that we
8165         looked for when REQUEST is a string.
8166
8167         * gnus-art.el (gnus-mime-button-commands): Add printing
8168         keystroke.
8169         (gnus-mime-copy-part): Doc fix.
8170         (gnus-mime-print-part): New command.
8171
8172 2001-12-31  Simon Josefsson  <jas@extundo.com>
8173
8174         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
8175         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
8176
8177 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8178
8179         * gnus-picon.el (gnus-treat-from-picon): Autoload.
8180         (picon): Fix doc.
8181
8182         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
8183         longer exists. Remove those codes.
8184         * gnus.el (gnus-use-picons): Ditto.
8185
8186 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8187
8188         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
8189         infloop.
8190
8191         * gnus-sum.el (t): New `W D' map.
8192
8193         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
8194         (gnus-article-treat-body-boundary): Clean up.
8195         (gnus-body-boundary-face): Removed.
8196         (gnus-article-goto-header): Moved here.
8197         (gnus-article-goto-header): Allow better regexps.
8198         (gnus-article-treat-fold-newsgroups): New command.
8199
8200         * gnus-sum.el (gnus-summary-move-article): We have to select an
8201         article to give `gnus-read-move-group-name' an opportunity to
8202         suggest an appropriate default.
8203
8204         * rfc2047.el (rfc2047-fold-line): New function.
8205         (rfc2047-unfold-line): Ditto.
8206         (rfc2047-fold-region): Don't fold just after the header name.
8207
8208         * mail-parse.el (mail-header-fold-line): New alias.
8209         (mail-header-unfold-line): Ditto.
8210
8211         * gnus-art.el (gnus-body-boundary-face): Renamed.
8212         (gnus-article-treat-body-boundary): Use it.
8213         (gnus-article-treat-body-boundary): Use an invisible header and a
8214         line of underline characters.
8215
8216 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8217
8218         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
8219
8220         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
8221         (gnus-picon-split-address): New function.
8222         (gnus-picon-find-face): Use it.
8223         (gnus-picon-transform-address): Use it. Set first to t for each
8224         address.
8225
8226         * gnus-art.el (gnus-with-article-headers): Move to here. Define
8227         the macro then use it.
8228         (gnus-treatment-function-alist): Treat picons earlier.
8229
8230 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8231
8232         * gnus-art.el (gnus-body-separator-face): New variable.
8233         (gnus-article-treat-body-boundary): Use a blank, colored line.
8234
8235         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
8236         well.
8237
8238         * gnus-art.el (gnus-treat-body-boundary): New variable.
8239         (gnus-article-treat-unfold-headers): Use helper macro.
8240         (gnus-article-treat-body-boundary): New command.
8241
8242         * gnus.el (gnus-logo-color-style): Change the default color.
8243         (gnus-splash-face): Gray, gray.
8244
8245         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
8246         colors.
8247
8248         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
8249         (gnus-logo-color-style): Ditto.
8250         (gnus-logo-colors): Ditto.
8251
8252         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
8253
8254         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
8255
8256         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
8257         (gnus-picon-transform-newsgroups): New function.
8258
8259         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
8260         string.
8261
8262         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
8263
8264         * gnus-art.el (gnus-treat-cc-picon): New variable.
8265         (gnus-treat-mail-picon): Renamed.
8266
8267         * gnus-picon.el: New implementation.
8268         (gnus-picon-find-face): Renamed.
8269         (gnus-treat-from-picon): Use it.
8270         (gnus-picon-transform-address): Renamed.
8271         (gnus-treat-from-picon): Use it.
8272         (gnus-picon-create-glyph): Renamed.
8273         (gnus-picon-transform-address): Use it.
8274         (gnus-treat-cc-picon): New command.
8275
8276         * mm-decode.el (mm-create-image-xemacs): Separated out into
8277         function.
8278         (mm-get-image): Use it.
8279
8280         * gnus-art.el (gnus-treat-display-picons): Simplify.
8281         (gnus-treat-from-picon): Renamed.
8282
8283         * gnus-ems.el (gnus-create-image): New function.
8284         (gnus-put-image): New function.
8285
8286         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
8287         (gnus-with-article-headers): New macro.
8288         (gnus-article-goto-header): New function.
8289
8290         * gnus-xmas.el (gnus-image-type-available-p): New function.
8291
8292         * gnus-ems.el (gnus-image-type-available-p): New function.
8293
8294 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8295
8296         * nnrss.el (nnrss-check-group): Find the correct tag, because
8297         xml.el is changed.
8298
8299 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8300
8301         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
8302         lines are shorter than the window width.
8303         (gnus-ignored-headers): More headers.
8304
8305 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8306
8307         * gnus-art.el (gnus-treat-unfold-lines): New variable.
8308         (gnus-treat-unfold-headers): Renamed.
8309         (gnus-article-treat-unfold-headers): New command and keystroke.
8310
8311         * rfc2047.el (rfc2047-encode-message-header): Clean up.
8312
8313         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
8314
8315 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8316
8317         * sha1-el.el (sha1-use-external): New variable.
8318         (sha1-region): Use it.
8319         (sha1-string): Ditto.
8320
8321         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
8322         * gnus-picon.el: Less warnings when compile.
8323
8324 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8325
8326         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
8327         alias.
8328         (gnus-picons-database): Default to list.
8329         (gnus-picons-lookup-internal): Use it.
8330
8331         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
8332         to "bogus".
8333
8334         * gnus-win.el (gnus-configure-windows-hook): New hook.
8335
8336 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
8337
8338         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
8339
8340 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8341
8342         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
8343         lists.
8344         (gnus-select-newsgroup): Don't append; push.
8345         (gnus-adjust-marked-articles): Remove obsolete ranges from
8346         `seen'.
8347         (gnus-update-marks): Clean up.
8348         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
8349
8350 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
8351
8352         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
8353
8354 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8355
8356         * gnus-sum.el (gnus-auto-select-subject): New variable.
8357         (gnus-summary-best-unread-subject): New function.
8358         (gnus-summary-best-unread-article): Use it.
8359         (gnus-summary-first-unseen-subject): New function and command.
8360
8361         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
8362         other treatments.
8363
8364         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
8365         function.
8366
8367         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
8368         from the list of hidden types.
8369
8370         * mm-view.el (mm-inline-text): Ditto.
8371         (mm-inline-text): Ditto.
8372         (mm-w3-prepare-buffer): Ditto.
8373
8374         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
8375
8376 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8377
8378         * gnus-art.el (gnus-ignored-headers): Added more headers.
8379
8380 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
8381
8382         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
8383         once.
8384
8385 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8386
8387         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
8388
8389 2001-12-28  Simon Josefsson  <jas@extundo.com>
8390
8391         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
8392         Jesper Harder <harder@ifa.au.dk>.
8393
8394 2001-12-27  Simon Josefsson  <jas@extundo.com>
8395
8396         * gnus-sum.el (gnus-select-newsgroup): Make
8397         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
8398         contain all articles (instead of none) when no seen marks have
8399         been set for the group.
8400         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
8401         instead, it seems to result in shorter ranges.
8402
8403 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8404
8405         * mm-util.el (mm-iso-8859-x-to-15-region): Use
8406         insert-before-markers.
8407         From Jesper Harder <harder@ifa.au.dk>
8408
8409 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
8410
8411         * nnmaildir.el (nnmaildir-save-mail): create the destination
8412         groups if they do not exist.
8413
8414 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8415
8416         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
8417
8418 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8419
8420         * gnus-group.el (gnus-group-read-ephemeral-group): Call
8421         gnus-group-real-name.
8422
8423         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
8424         (gnus-newsgroup-variables): Ditto.
8425
8426         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
8427         return it.
8428
8429 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
8430
8431         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
8432         * nnmaildir.el (top-level): Add commentary.
8433         (nnmaildir-version): Indicate that nnmaildir is now a standard
8434         part of Gnus, not separately released.
8435
8436 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8437
8438         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
8439         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
8440         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
8441         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8442
8443 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8444
8445         * nnmaildir.el: Copyright changes. Require cl only at compile time.
8446
8447 2001-12-20  Simon Josefsson  <jas@extundo.com>
8448
8449         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
8450         ZHU <zsh@cs.rochester.edu>.
8451         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
8452         Brian P Templeton <bpt@tunes.org>.
8453
8454 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8455
8456         * nnmaildir.el: New file.
8457         From Paul Jarc <prj@po.cwru.edu>.
8458
8459 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8460
8461         * nndoc.el (nndoc-type-alist): Move forward to the end.
8462
8463 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8464
8465         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
8466         `dolist'.
8467
8468 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8469
8470         * gnus-win.el (gnus-frames-on-display-list): New function.
8471         (gnus-get-buffer-window): Use it.
8472
8473 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8474
8475         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
8476
8477 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8478
8479         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
8480
8481 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8482            From Harald Meland <Harald.Meland@usit.uio.no>
8483
8484         * gnus-win.el (gnus-get-buffer-window): New function.
8485         (gnus-all-windows-visible-p): Use it.
8486
8487         * gnus-util.el (gnus-horizontal-recenter)
8488         (gnus-horizontal-recenter, gnus-horizontal-recenter)
8489         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
8490
8491         * gnus-score.el (gnus-score-insert-help): Use it.
8492
8493         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
8494         (gnus-generate-tree, gnus-highlight-selected-tree)
8495         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
8496         it.
8497
8498         * gnus-art.el (gnus-article-set-window-start)
8499         (gnus-mm-display-part, gnus-request-article-this-buffer)
8500         (gnus-button-next-page, gnus-button-prev-page)
8501         (gnus-article-button-next-page, gnus-article-button-prev-page):
8502         Use it.
8503
8504 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
8505
8506         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
8507         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
8508         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
8509
8510 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8511
8512         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
8513         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
8514         * mml1991.el, nnultimate.el: Add `coding'.
8515
8516 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
8517
8518         * ChangeLog: changed coding to buffer-file-coding-system
8519         * ChangeLog.1: same
8520         * nnwfm.el: same
8521         * gnus-smiley.el: same
8522         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
8523         * gnus-delay.el: same
8524         * gnus-spec.el: same
8525         * message.el: same
8526         * mml1991.el: same
8527         * nnultimate.el: same
8528
8529 2001-12-16  Simon Josefsson  <jas@extundo.com>
8530         Inspired by code by Dirk Meyer <dischi@tzi.de>.
8531
8532         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
8533         (gnus-summary-save-map): Add muttprint.
8534         (gnus-summary-make-menu-bar): Ditto.
8535         (gnus-summary-muttprint): New function.
8536
8537         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
8538
8539 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8540
8541         * uudecode.el (uudecode-decode-region-internal): Speedup by using
8542         temporary list instead of buffer.
8543
8544         * mm-url.el (executable-find): autoload.
8545
8546 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8547
8548         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
8549         to variable, follow doc-string conventions).
8550
8551 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
8552
8553         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
8554         subscribe-level
8555         * gnus-topic.el (gnus-subscribe-topics): use it.
8556
8557 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8558
8559         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
8560         messages. (A small patch with indentation)
8561         From Sean Neakums <sneakums@zork.net>.
8562
8563         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
8564         nil after shooting down the gnus-original-article-buffer.
8565
8566 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8567
8568         * uudecode.el (uudecode-use-external): New variable.
8569         (uudecode-decode-region): Automatically detect external program.
8570
8571         * binhex.el (binhex-use-external): New variable.
8572         (binhex-decode-region-internal): New function.
8573         (binhex-decode-region): Automatically detect external program.
8574
8575         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
8576         Use them.
8577
8578 2001-12-12  Simon Josefsson  <jas@extundo.com>
8579
8580         * nnvirtual.el (nnvirtual-always-rescan)
8581         (nnvirtual-component-regexp): Fix doc.
8582
8583         * nnoo.el (defvoo): Add doc to defvoo variables.
8584
8585         * nnml.el (nnml-directory, nnml-active-file)
8586         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
8587         (nnml-marks-is-evil, nnml-filenames-are-evil)
8588         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
8589
8590         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
8591         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
8592         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
8593         `error'.
8594
8595         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
8596         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
8597
8598         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
8599         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
8600         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
8601         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
8602
8603         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
8604         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
8605
8606         * imap.el, nnimap.el: Fix indentation.
8607
8608         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
8609
8610 2001-12-12  Didier Verna  <didier@xemacs.org>
8611
8612         * gnus-msg.el (gnus-group-news): New function.
8613         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
8614         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
8615         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
8616         for it.
8617         * gnus-msg.el (gnus-summary-news-other-window): New function.
8618         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
8619         bind it to `i'.
8620         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
8621         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
8622         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
8623         for it (called with a prefix).
8624         * gnus-msg.el (gnus-configure-posting-styles): add an optional
8625         group-name argument.
8626         * gnus-msg.el (gnus-setup-message): use it.
8627
8628 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8629
8630         * gnus-sum.el (gnus-summary-show-article): Fix doc.
8631
8632 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8633
8634         * mml.el (mime-to-mml): Remove Content-Disposition too.
8635
8636 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8637
8638         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
8639         * gnus-group.el (gnus-group-name-decode): Decode unibyte
8640         strings only.
8641         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8642
8643 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
8644
8645         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
8646         (nnmail-fancy-expiry-target): Use it.
8647         Suggestions from Simon Josefsson <jas@extundo.com>.
8648
8649 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8650
8651         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
8652
8653 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8654
8655         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
8656
8657         * gnus-util.el (gnus-url-unhex-string): Move here.
8658
8659 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8660
8661         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
8662         mm-url-decode-entities-nbsp.
8663
8664         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
8665         * webmail.el, nnwfm.el: Use mm-url.
8666
8667         * mm-url.el (mm-url-fetch-form): Move from nnweb.
8668         (mm-url-remove-markup): Move from nnweb.
8669         (mm-url-fetch-simple): Move from webmail.
8670
8671         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
8672
8673 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8674
8675         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
8676         (gnus-summary-print-article): Use it.
8677
8678         * gnus-util.el (gnus-replace-in-string): Typo.
8679
8680 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8681
8682         * nnweb.el (nnweb-replace-in-string): Removed.
8683
8684         * gnus-util.el (gnus-replace-in-string): New function.
8685         (gnus-mode-string-quote): Use it.
8686
8687         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
8688         * nnwfm.el (nnwfm-create-mapping): Ditto.
8689
8690 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8691
8692         * dgnushack.el (dgnushack-compile): nnrss.el and
8693         nnslashdot.el don't depend on nnweb, url, w3.
8694
8695         * nnrss.el: Use mm-url.
8696
8697 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8698
8699         * mm-url.el (mm-url-insert-file-contents): Support file:.
8700
8701 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8702
8703         * mm-view.el: Lower case for the description line. Sync from the
8704         Emacs CVS.
8705
8706 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8707
8708         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
8709         From:  Stefan Monnier  <monnier@cs.yale.edu>
8710
8711 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8712
8713         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
8714
8715 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8716
8717         * mm-url.el: Require executable.
8718         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8719
8720 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8721
8722         * pop3.el (pop3-munge-message-separator): Only use valid date.
8723         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
8724
8725         * Makefile.in: gnus-load.elc may not be generated.
8726
8727 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8728
8729         * mm-url.el: New file.
8730         * nnslashdot.el: Use it.
8731         * mm-extern.el (mm-extern-url): Use it.
8732
8733 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8734
8735         * gnus-sum.el (gnus-summary-save-article): Nix
8736         gnus-display-mime-function and gnus-article-prepare-hook.
8737
8738         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
8739         the beginning of lines.
8740         (gnus-complex-form-to-spec): Ditto.
8741
8742 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8743
8744         * message.el (message-make-mft): Fix the m-s-a-file regexp.
8745         From Paul Jarc <prj@po.cwru.edu>.
8746
8747 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8748
8749         * message.el: New variable message-subscribed-address-file;
8750         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
8751
8752 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8753
8754         * message.el (message-tab-body-function): Set to nil.
8755         (message-tab): Use text-mode-map or global-map.
8756         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8757
8758 2001-11-30  Simon Josefsson  <jas@extundo.com>
8759
8760         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
8761         instead of gnus-union, for speed.  Suggested by Christoph Conrad
8762         <christoph.conrad@gmx.de>.
8763         (gnus-agent-fetch-group-1): Add verbose message.
8764
8765 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8766
8767         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
8768         of integers.
8769
8770 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8771
8772         * message.el (message-newgroups-header-regexp)
8773         (message-completion-alist, message-tab-body-function): Use
8774         defcustom rather than defvar.
8775         (message-tab): Mention `message-tab-body-function' in doc.
8776         Suggested by Karl Eichwalder.
8777
8778 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8779
8780         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
8781
8782 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8783
8784         * nnheader.el (nnheader-find-nov-line): Don't use macro
8785         gnus-delete-line.
8786
8787         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
8788         (gnus-group-name-charset): Ditto.
8789
8790         * gnus-util.el (gnus-buffer-live-p): Ditto.
8791
8792 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8793
8794         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
8795         open parenthesis in doc.
8796         (sieve-manage-authenticator-alist): Typo in doc.
8797         * imap.el (imap-authenticator-alist): Typo in doc.
8798         (imap-stream-alist): Backslash.
8799
8800         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
8801           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
8802
8803 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8804
8805         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
8806
8807         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
8808
8809         * gnus-msg.el (gnus-configure-posting-styles): use
8810         make-local-hook. Add LOCAL for add-hook.
8811
8812 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
8813
8814         * message.el (message-mode): Use `make-local-hook' unless
8815         obsolete.
8816         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
8817
8818 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8819
8820         * canlock.el: Remove sha1.el and base64.el stuff.
8821
8822 2001-11-26  Didier Verna  <didier@xemacs.org>
8823
8824         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
8825         if needed.
8826
8827 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8828
8829         * message.el (message-tamago-not-in-use-p): New function.
8830         (message-strip-forbidden-properties): Use it.
8831
8832 2001-11-26  Didier Verna  <didier@xemacs.org>
8833
8834         * gnus-start.el (gnus-check-first-time-used): only check for
8835         existence of .el[d] files.
8836
8837 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8838
8839         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
8840
8841         * message.el (message-setup-1): Clean up mc-*.
8842
8843 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8844
8845         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
8846         * gnus-score.el (gnus-score-find-bnews): Use it.
8847
8848         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
8849         (gnus-summary-limit-to-author): Ditto.
8850         (gnus-summary-limit-to-extra): Ditto.
8851         (gnus-summary-find-matching): Support not-matching argument.
8852
8853 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8854
8855         * message.el (message-wash-subject): Use `insert' rather than
8856         `insert-string', which is deprecated.
8857
8858 2001-11-24  Simon Josefsson  <jas@extundo.com>
8859
8860         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
8861         message. (Gnus does not "default" to using 8bit for the message,
8862         it default to use 8bit encoding and the user-supplied CTE
8863         value. Calling this behaviour "treating it as 8bit" is perhaps
8864         better.)
8865
8866         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
8867         (compare mm-charset-to-coding-system).
8868
8869 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8870
8871         * canlock.el (canlock-sha1-with-openssl): Use unibyte
8872         buffer. Correctly decode hex.
8873
8874 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8875
8876         * gnus-agent.el (gnus-category-insert-line): Convert category
8877         names to strings.
8878
8879 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8880
8881         * message.el (sha1): eval-and-compile.
8882
8883 2001-11-20  Simon Josefsson  <jas@extundo.com>
8884
8885         * message.el (message-allow-no-recipients): New variable.
8886         (message-send): Use it, customize the prompting when posting to
8887         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
8888
8889 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8890
8891         * mm-util.el (mm-coding-system-priorities): New variable.
8892         (mm-sort-coding-systems-predicate): New function.
8893         (mm-find-mime-charset-region): Resort coding systems if needed.
8894         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8895
8896 2001-11-20  Didier Verna  <didier@xemacs.org>
8897
8898         * gnus-group.el (gnus-group-make-help-group): new optional
8899         argument to control the error behavior.
8900         * gnus-start.el (gnus-check-first-time-used): use it to avoid
8901         erroring.
8902
8903 2001-11-19  Simon Josefsson  <jas@extundo.com>
8904
8905         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
8906         instead of C-c C-u.  Suggested by Per Abrahamsen
8907         <abraham@dina.kvl.dk>.
8908
8909 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8910
8911         * nnfolder.el (nnfolder-read-folder): Use group instead of
8912         nnfolder-current-group.
8913         Suggested by Lorentey Karoly <lorentey@elte.hu>.
8914
8915 2001-11-17  Simon Josefsson  <jas@extundo.com>
8916
8917         * message.el (message-send): Ask user if Fcc/Gcc should be
8918         performed when no other sender was specified.
8919         Suggested by prj@po.cwru.edu (Paul Jarc).
8920
8921 2001-11-17  Simon Josefsson  <jas@extundo.com>
8922
8923         * message.el (message-mode, message-mode-map): Use C-c C-u for
8924         Importance: instead of C-c C-p (used by SC).
8925
8926 2001-11-16  Simon Josefsson  <jas@extundo.com>
8927
8928         * message.el (message-insert-importance-high)
8929         (message-insert-importance-low): Save point.
8930
8931         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
8932         value.
8933
8934 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
8935
8936         * message.el (message-strip-special-text-properties): New option.
8937         (message-strip-forbidden-properties): Obey it.
8938
8939 2001-11-14  Sam Steingold  <sds@gnu.org>
8940
8941         * gnus-score.el: Fixed some doc strings to properly quote symbols.
8942
8943 2001-11-15  Simon Josefsson  <jas@extundo.com>
8944
8945         Support "Importance:" header in Message.
8946
8947         * message.el (message-mode-map): Bind C-c C-p to
8948         `message-insert-or-toggle-importance'
8949         (message-mode-menu): Add message-insert-importance-{high,low}.
8950         (message-insert-importance-high, message-insert-importance-low)
8951         (message-insert-or-toggle-importance): New functions.
8952         (message-tool-bar-map): Add {un,}important.
8953         (message-mode): Doc fix.
8954
8955 2001-11-15  Simon Josefsson  <jas@extundo.com>
8956
8957         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
8958
8959         * mml.el (mml-menu): Fix toolbar tooltip.
8960
8961 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8962
8963         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
8964         * nnml.el (nnml-save-marks): Ditto.
8965
8966         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
8967
8968 2001-11-15  Simon Josefsson  <jas@extundo.com>
8969
8970         * nnml.el (nnml-save-marks):
8971         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
8972         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
8973
8974 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8975
8976         * gnus-art.el (gnus-article-wash-status-strings): Use
8977         `copy-sequence', not `copy-seq'.
8978
8979 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8980
8981         * gnus-art.el (gnus-article-wash-status-strings): New constant.
8982         (gnus-gnus-article-wash-status-entry): New function.
8983         (gnus-article-wash-status): Use it.
8984
8985 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8986
8987         * mml1991.el: Add coding header.
8988
8989 2001-11-12  Simon Josefsson  <jas@extundo.com>
8990
8991         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
8992         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
8993         `mml1991-sign' and `mml1991-encrypt'.
8994         (mml1991-encrypt, mml1991-sign): New glue functions.
8995         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
8996
8997         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
8998         (mml-menu): Add PGP to menu.
8999
9000         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
9001         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
9002         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
9003         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
9004
9005         * mml2015.el: Mention RFC 3156.
9006
9007         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
9008
9009 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9010
9011         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
9012
9013         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
9014           From <Michael.Cook@cisco.com>
9015
9016 2001-11-11  Simon Josefsson  <jas@extundo.com>
9017
9018         * message.el (top-level): Autoload sha1.
9019         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
9020         canlock, no need to require two different hash algs).  Suggested
9021         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
9022
9023 2001-11-09  Simon Josefsson  <jas@extundo.com>
9024
9025         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
9026         <Pavel@Janik.cz>.
9027
9028 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9029
9030         * message.el (message-point-in-header-p): New function.
9031         (message-do-auto-fill): Use it.
9032         (message-beginning-of-line): New function.  Goes to beginning of
9033         header value (i.e., end of header name), or to beginning of line
9034         if already at beginning of value.  Behaves like
9035         `beginning-of-line' when in message body.
9036         (message-mode-map): Bind it.
9037
9038 2001-11-08  Simon Josefsson  <jas@extundo.com>
9039
9040         * gnus-msg.el (gnus-posting-styles): Add doc.
9041
9042 2001-11-07  Simon Josefsson  <jas@extundo.com>
9043
9044         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
9045
9046         * sieve-mode.el (sieve-control-commands-face)
9047         (sieve-control-commands-face, sieve-action-commands-face)
9048         (sieve-test-commands-face, sieve-tagged-arguments-face): New
9049         faces.
9050         (sieve-font-lock-keywords): Use them.
9051         (sieve-mode): Only set font-lock-defaults in emacs.
9052
9053         * gnus-art.el (gnus-default-article-saver): Add
9054         gnus-summary-save-body-in-file.
9055         (gnus-summary-write-to-file): Fix doc.
9056
9057 2001-11-07  Simon Josefsson  <jas@extundo.com>
9058
9059         * gnus-art.el (gnus-treat-highlight-signature): Add cross
9060         reference to the correct chapter in the manual.
9061
9062         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
9063         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
9064
9065 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9066
9067         * mml.el (mml-preview): Bind mail-header-separator.
9068
9069 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9070
9071         * message.el: Always require canlock.
9072         (message-ignored-supersedes-headers): Include Cancel-Lock and
9073         Cancel-Key.
9074         (message-insert-canlock): Don't require canlock.
9075         (message-cancel-news): Don't check whether canlock is available.
9076         (message-supersede): Support cancel-locks.
9077
9078         * gnus-art.el: Don't autoload canlock.
9079
9080 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9081
9082         * mail-source.el (mail-source-fetch-imap): ASYNC param.
9083         From: <andre@slamdunknetworks.com>
9084
9085 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9086
9087         * many files: Fix copyright lines.
9088
9089 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9090
9091         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
9092         Suggested by Dave Love  <fx@gnu.org>.
9093
9094 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9095
9096         * message.el (message-kill-buffer): Remove auto-save file after
9097         confirm.
9098
9099         * message.el (message-send-mail): Call message-generate-headers
9100         once.  Suggested by Matt Armstrong <matt@lickey.com>.
9101
9102         * gnus-topic.el (gnus-topic-rename): Initial-input.
9103         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
9104
9105 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9106
9107         * message.el (message-forbidden-properties): New constant.
9108         (message-strip-forbidden-properties): New function.
9109         (message-mode): Activate it.
9110
9111 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9112
9113         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
9114         (mm-hack-charsets): Fix doc.
9115
9116 2001-11-02  Simon Josefsson  <jas@extundo.com>
9117
9118         * gnus-int.el (gnus-check-server): Message "...done" when done.
9119
9120         * imap.el (imap-close): Don't message (imap-send-command-wait
9121         returns if the connection is dropped).
9122         (imap-wait-for-tag): Nix out message only when necessary.
9123
9124         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
9125         for non-crossposting.
9126         (gnus-sieve-crosspost): Default to t to be consistent with other
9127         parts of Gnus.
9128
9129 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9130
9131         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
9132         (mm-iso-8859-x-to-15-table): Ditto.
9133         (mm-iso-8859-x-to-15-region): Ditto.
9134         (mm-find-mime-charset-region): Ditto.
9135
9136 2001-11-01  Simon Josefsson  <jas@extundo.com>
9137
9138         * nnimap.el (nnimap-close-asynchronous): New variable.
9139         (nnimap-close-group): Use it.
9140         (nnimap-expunge): Don't use it.
9141
9142         * imap.el (imap-callbacks): New variable.
9143         (imap-remassoc): Copied from `gnus-remassoc'.
9144         (imap-add-callback): New function.
9145         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
9146         behaviour.
9147         (imap-parse-response): Call the callback.
9148
9149         * message.el (message-insert-canlock): New variable.
9150         (message-canlock-generate, message-canlock-password)
9151         (message-insert-canlock): New functions.
9152         (message-send-news): Call `message-insert-canlock'.
9153         (top-level): Require canlock when compiling.
9154         (message-insert-canlock): Require canlock before we need it.
9155
9156 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9157
9158         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
9159
9160 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9161
9162         * dgnushack.el (dgnushack-make-load): A workaround for
9163         custom-add-loads bug in some versions of XEmacs.
9164
9165 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9166
9167         * mm-util.el (mm-charset-synonym-alist): Revert (some).
9168
9169 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9170
9171         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
9172         (mm-hack-charsets): New variable.
9173         (mm-iso-8859-15-compatible): New variable.
9174         (mm-iso-8859-x-to-15-table): New variable.
9175         (mm-find-mime-charset-region): Add parameter hack-charsets.
9176
9177         * mm-bodies.el (mm-encode-body): Use it.
9178         * mml.el (mml-parse-1): Ditto.
9179
9180 2001-11-01  Simon Josefsson  <jas@extundo.com>
9181
9182         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
9183
9184 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9185
9186         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
9187         is nil.
9188
9189 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9190
9191         * smiley-ems.el (smiley-update-cache): Auto detect file type.
9192
9193         * message.el (message-forward-rmail-make-body): Use
9194         save-window-excursion.
9195         (message-encode-message-body): Search with noerror.
9196         (message-setup-1): Convert compose-mail send-actions to
9197         message-send-actions.
9198
9199 2001-11-01  Simon Josefsson  <jas@extundo.com>
9200
9201         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
9202         <yamaoka@jpl.org>.
9203
9204 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9205
9206         * sieve-manage.el (sieve-string-bytes): No complain.
9207
9208 2001-11-01  Simon Josefsson  <jas@extundo.com>
9209
9210         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
9211         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
9212         has autoload cookies, so no `require' should be necessary.)
9213
9214         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
9215         files.
9216
9217 2001-10-31  Simon Josefsson  <jas@extundo.com>
9218
9219         * gnus-cus.el (gnus-group-parameters): Support integer `display'
9220         parameter.
9221
9222         * gnus-sum.el (gnus-select-newsgroup): If group parameter
9223         `display' is a number (and C-u wasn't used to enter group), only
9224         fetch that number of articles.
9225
9226 2001-10-31  Matt Armstrong  <matt@lickey.com>
9227
9228         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
9229         not-subscribed -> subscribed.
9230
9231 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9232         From: Josh Huber <huber@alum.wpi.edu>
9233
9234         * message.el (message-subscribed-address-functions): New variable.
9235         (message-subscribed-addresses): New variable.
9236         (message-subscribed-regexps): New variable.
9237         (message-goto-mail-followup-to): New function.
9238         (message-send-mail): Add Mail-Followup-To.
9239         (message-make-mft): New function.
9240
9241         * gnus.el (gnus-find-subscribed-addresses): New function.
9242
9243 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9244
9245         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
9246         (mail-source-fetch-pop): Ditto.
9247         (mail-source-check-pop): Ditto.
9248
9249         * gnus-start.el (gnus-read-init-file): Ditto.
9250         (gnus-activate-group): Ditto.
9251         (gnus-read-newsrc-el-file): Ditto.
9252
9253 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9254
9255         * message.el (message-get-reply-headers): Make sure there is ", ".
9256
9257         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
9258         mm-coding-system-p. Don't correct it only in XEmacs.
9259         (mm-charset-to-coding-system): Use mm-coding-system-p and
9260         mm-get-coding-system-list.
9261         (mm-emacs-mule, mm-mule4-p): New variables.
9262         (mm-enable-multibyte, mm-disable-multibyte,
9263         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
9264         mm-with-unibyte-current-buffer,
9265         mm-with-unibyte-current-buffer-mule4): Use them.
9266         (mm-find-mime-charset-region): Treat iso-2022-jp.
9267
9268         From  Dave Love  <fx@gnu.org>:
9269
9270         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
9271         construction.
9272         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
9273         entries conditional on not having a coding system defined for
9274         them.
9275         (mm-mule-charset-to-mime-charset): Use
9276         find-coding-systems-for-charsets if defined.
9277         (mm-charset-to-coding-system): Don't use
9278         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
9279         later.  Add last resort search of coding systems.
9280         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
9281         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
9282         Mule 4.
9283         (mm-find-mime-charset-region): Re-write.
9284         (mm-with-unibyte-current-buffer): Restore buffer as well as
9285         multibyteness.
9286
9287 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9288
9289         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
9290         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
9291         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
9292
9293 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9294
9295         * gnus-art.el (article-display-x-face): Nix buffer-read-only
9296         again.
9297
9298         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
9299
9300 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9301
9302         * gnus-spec.el (gnus-parse-simple-format): Use
9303           buffer-substring-no-properties.
9304
9305 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9306
9307         * gnus-art.el (article-verify-cancel-lock): New function.
9308
9309         * nnheader.el (nntp-process-response): New variable.
9310         (nnheader-init-server-buffer): Make `nntp-process-response'
9311         buffer-local in `nntp-server-buffer'.
9312
9313         * nntp.el (nntp-prepare-post-hook): New hook.
9314         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
9315         (nntp-async-trigger): Ditto.
9316         (nntp-request-post): Insert a server's ID if there's no Message-ID
9317         header; run `nntp-prepare-post-hook'.
9318
9319 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9320
9321         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
9322         instead.
9323
9324         * message.el (message-forward-subject-author-subject): Don't use
9325         message-news-p, which widens the buffer.
9326         (message-forward-make-body): New function.
9327         (message-forward): Use it.
9328         (message-insinuate-rmail): New function.
9329         (message-forward-rmail-make-body): New function.
9330
9331 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9332
9333         * mm-extern.el (mm-extern): Provide it.
9334
9335         * mm-partial.el (mm-partial): Provide it.
9336
9337 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9338
9339         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
9340
9341 2001-10-29  Simon Josefsson  <jas@extundo.com>
9342
9343         * mml.el (mml-preview): Bind message-this-is-news if it is
9344         news. From Jesper Harder <harder@myrealbox.com>.
9345
9346 2001-10-28  Simon Josefsson  <jas@extundo.com>
9347
9348         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
9349
9350 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
9351
9352         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
9353         ironic smilies.
9354
9355 2001-10-27  Simon Josefsson  <jas@extundo.com>
9356
9357         * message.el (message-indent-citation): Don't add trailing
9358         whitespace when citing text.
9359
9360         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
9361         <harder@ifa.au.dk>.
9362
9363 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9364
9365         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
9366         not available.
9367         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
9368         (nnweb-type-definition): Add google as alias of dejanews.
9369         (nnweb-google-parse-1): Forward 1 line.
9370
9371 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9372
9373         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
9374         variable `message-forward-ignored-headers'.
9375
9376 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
9377
9378         * gnus.el (gnus-expand-group-parameter): New function.
9379         (gnus-expand-group-parameters): Call it.
9380         (gnus-group-fast-parameter): New function.
9381         (gnus-group-find-parameter): Call it.
9382
9383 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9384
9385         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
9386         vector (it didn't before because of a bug).
9387         * gnus-msg.el (gnus-post-news): Use header vector directly, if
9388         available.  Before it converted it to an article number.
9389
9390         This makes followup to news articles with negative numbers in
9391         nnvirtual groups use news instead of mail.
9392
9393 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9394
9395         * gnus.el (post-method): Use `native' instead of `nil'.
9396
9397         * gnus-msg.el (gnus-post-method): Ditto.
9398
9399 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9400
9401         * gnus.el (gnus-define-group-parameter): Grammar fix.
9402
9403 2001-10-22  Simon Josefsson  <jas@extundo.com>
9404
9405         * gnus-msg.el (gnus-extended-version): Include
9406         system-configuration.
9407         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
9408
9409 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
9410
9411         * gnus.el (post-method): Customization fix: `native' is not a
9412         valid value.
9413         * gnus-msg.el (gnus-post-method): Doc and customization fix:
9414         `native' is not a valid value.
9415
9416 2001-10-21  Simon Josefsson  <jas@extundo.com>
9417
9418         * nnimap.el (nnimap): Defgroup
9419         (nnimap-strict-function, nnimap-strict-function-match): New
9420         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
9421         (nnimap-split-crosspost, nnimap-split-inbox)
9422         (nnimap-split-rule, nnimap-split-predicate)
9423         (nnimap-split-predicate): Defcustom.
9424         (nnimap-split-inbox, nnimap-expunge-search-string)
9425         (nnimap-importantize-dormant): Remove "*" from doc.
9426
9427 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9428
9429         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
9430         not supplied via prefix arg.  From Lisp, make arg mandatory.
9431         Suggested by Frank Schmitt.
9432
9433 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9434
9435         * message.el (message-do-auto-fill): Avoid calling
9436         'rfc822-goto-eoh'.
9437
9438 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9439         From Paul Jarc <prj@po.cwru.edu>.
9440
9441         * message.el (message-get-reply-headers): Restructure the logic
9442         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
9443
9444 2001-10-20  Simon Josefsson  <jas@extundo.com>
9445
9446         * message.el (message-cancel-news): Support cancel-locks.
9447         Suggested by Per Abrahamsson.
9448
9449         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
9450         conses.  From David Z Maze <dmaze@MIT.EDU>.
9451
9452         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
9453
9454 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9455
9456         * mm-decode.el (mm-default-directory): Fix customize type.
9457
9458         * message.el (message-setup-fill-variables): Kludge to use
9459         normal-auto-fill-function even if auto fill is already activated.
9460
9461 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9462
9463         * message.el (message-do-auto-fill): New version that does not
9464         rely on text properties, by Simon Josefsson <jas@extundo.com>.
9465         (message-setup-1): Removed the `message-field' property.
9466
9467         * gnus-draft.el (gnus-draft-edit-message): Removed the
9468         `message-field' property.
9469
9470 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9471
9472         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
9473         `message-field'.  The `field' property has a special significance in
9474         Emacs 21.
9475
9476         * message.el (message-send, message-setup-1): Ditto.
9477
9478 2001-10-18  Simon Josefsson  <jas@extundo.com>
9479
9480         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
9481         when undoing.
9482
9483 2001-10-18  Simon Josefsson  <jas@extundo.com>
9484         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
9485
9486         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
9487         (gnus-summary-make-menu-bar): Ditto.
9488
9489 2001-10-17  Simon Josefsson  <jas@extundo.com>
9490
9491         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
9492         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
9493
9494 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9495
9496         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
9497         * gnus-util.el (gnus-user-date): New function.
9498         From Frank Schmitt <usenet@Frank-Schmitt.net>.
9499
9500 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
9501
9502         * message.el (message-check-news-header-syntax): Special case
9503         nnvirtual groups.
9504
9505         * gnus-sum.el (gnus-summary-respool-default-method): Changed
9506         customize type to `symbol'.
9507
9508 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9509
9510         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
9511         %&foo;.
9512         (gnus-parse-simple-format): Support user extended spec too.
9513         %u&foo; invokes gnus-user-format-function-foo.
9514
9515 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9516
9517         * nnml.el (nnml-request-expire-articles): Make sure it is back to
9518         the server.
9519         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
9520         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9521         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
9522         * nndiary.el (nndiary-request-expire-articles): Ditto.
9523         (nndiary-schedule): Defsubst it before use it.
9524         (nndiary-error): eval-and-compile.
9525
9526 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
9527
9528         * gnus-msg.el (gnus-post-method): Changed two instances of
9529         `active' to `current' and one `null' to `not'.
9530
9531 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9532         From Katsumi Yamaoka <yamaoka@jpl.org>.
9533
9534         * message.el (message-setup-fill-variables): Use
9535         `normal-auto-fill-function' instead of `auto-fill-function'.
9536
9537 2001-10-16  Simon Josefsson  <jas@extundo.com>
9538
9539         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
9540         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
9541         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
9542
9543 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9544         Patch by Oliver Scholz <oscholz@my.gnus.org>.
9545
9546         * gnus-draft.el (gnus-draft-edit-message): Add text property
9547         `field' with value `header' to message headers.
9548         * message.el (message-setup-1): Really add text property to all of
9549         the header, not just part of it.
9550
9551 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9552
9553         * gnus-group.el (gnus-group-sort-by-server): Use it.
9554
9555         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
9556
9557         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
9558         and keystroke.
9559
9560 2001-10-14  Simon Josefsson  <jas@extundo.com>
9561
9562         * dig.el: Doc fix.
9563
9564         * smime.el: Doc fix.
9565
9566         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
9567         charset magic from message.el.
9568
9569 2001-10-12  Simon Josefsson  <jas@extundo.com>
9570         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
9571
9572         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
9573         'cite from g-a-wash-types.
9574         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
9575         (gnus-article-hide-citation): Fix.
9576
9577         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
9578         character.
9579         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
9580
9581         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
9582         definition.
9583         (gnus-signature-toggle): Toggle `s' mode line character.
9584
9585         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
9586         doing stuff that clears it.
9587
9588 2001-10-12  Simon Josefsson  <jas@extundo.com>
9589
9590         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
9591         From Eric Marsden <emarsden@laas.fr>.
9592
9593 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9594
9595         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
9596         (autoload): Add some autoloads.
9597
9598 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9599         Suggested by Oliver Scholz <epameinondas@gmx.de>.
9600
9601         * message.el (message-do-auto-fill): New function.  Like
9602         `do-auto-fill' but don't fill when in the message header.
9603         (message-setup-1): Put a text property on the message header.
9604         (message-setup-fill-variables): Use `message-do-auto-fill'.
9605
9606 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9607
9608         * message.el (message-send-mail-partially): Insert an empty line
9609         first, because of the change of message-make-lines.
9610
9611 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
9612
9613         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
9614         iso-8859-15, make it an alias for iso-8859-1.
9615
9616 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9617
9618         * message.el (message-send-news): Don't modify the value of
9619         `message-syntax-checks' if it is not a list (possibly it is
9620         `dont-check-for-anything-just-trust-me').
9621
9622 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9623
9624         * gnus-group.el (gnus-group-name-charset-group-alist): Use
9625         `find-coding-system' for XEmacs to check whether the coding-system
9626         `utf-8' is available.
9627
9628 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9629
9630         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
9631
9632 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
9633
9634         * message.el (message-send-news): Oops, missed case with no
9635         "Followup-To" header...
9636
9637 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
9638
9639         * message.el (message-send-news): Allow
9640         `gnus-group-name-charset-group-alist' to affect encoding of the
9641         "Newsgroups" and "Followup-To" headers.
9642
9643 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9644
9645         * Makefile.in (install-el): Depend on gnus-load.el.
9646
9647 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9648
9649         * Makefile.in (install-el): Use -f.
9650         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
9651
9652 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
9653
9654         * message.el (message-send-news): Don't encode Followups-To when
9655         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
9656
9657         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
9658         header.
9659
9660         * gnus-art.el (article-decode-group-name): Also decode
9661         "Followup-To".
9662
9663         * rfc2047.el (rfc2047-encode-message-header): Encode without
9664         asking for null methods.
9665
9666         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
9667         default charset for newsgroup names in accordance with USEFOR.
9668
9669         * gnus-group.el (gnus-group-name-charset-method-alist,
9670         gnus-group-name-charset-group-alist): Removed "*" from doc
9671         strings, "*" should not be used for complex variables.
9672
9673 2001-10-06  Simon Josefsson  <jas@extundo.com>
9674
9675         Support UTF-8 group names better.
9676
9677         * message.el (message-check-news-header-syntax): Encode group
9678         names before comparison.
9679
9680         * gnus-msg.el (gnus-copy-article-buffer): Run all
9681         `gnus-article-decode-hook's except `article-decode-charset'
9682         instead of hardcoding call to one of them.
9683
9684         * gnus-art.el (gnus-article-decode-hook): Add
9685         `article-decode-group-name'.
9686         (article-decode-group-name): New function, use `g-d-n'.
9687
9688         * gnus-group.el (gnus-group-insert-group-line): Decode
9689         gnus-tmp-group using `g-d-n'.
9690
9691         * gnus-util.el (gnus-decode-newsgroups): New function.
9692
9693 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
9694
9695         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
9696         `gnus-group-name-charset-group-alist'.
9697
9698 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9699
9700         * Makefile.in: Install el in install. Add uninstall.
9701
9702 2001-10-05  Simon Josefsson  <jas@extundo.com>
9703
9704         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
9705
9706         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
9707
9708         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
9709         empty folders.
9710
9711         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
9712         limiting if read-all (C-u RET) was used.
9713
9714 2001-10-04  Simon Josefsson  <jas@extundo.com>
9715
9716         * mail-source.el (mail-source-movemail-program): New variable.
9717         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
9718         <thutt@thutt.vmware.com>.
9719
9720 2001-10-03  Simon Josefsson  <jas@extundo.com>
9721
9722         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
9723         (gnus-summary-line-format-alist): Fix param.
9724
9725 2001-10-02  Simon Josefsson  <jas@extundo.com>
9726
9727         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
9728         don't go through `nnimap-request-expire-articles' to delete the
9729         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
9730
9731 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9732
9733         * gnus-agent.el (gnus-agent-write-active): The min in the
9734         agent/active may be larger than that in the server/active.
9735
9736 2001-10-01  Simon Josefsson  <jas@extundo.com>
9737
9738         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
9739         is IMAP4rev1.
9740
9741         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
9742
9743         * nnfolder.el: Ditto.
9744
9745 2001-09-30  Dan Christensen  <jdc@uwo.ca>
9746
9747         * gnus-sum.el (gnus-summary-extract-address-component): New function.
9748         (gnus-summary-from-or-to-or-newsgroups): Optimize.
9749
9750 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9751
9752         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
9753         (message-mode-menu): Menu item for same.
9754
9755         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
9756         delayed articles.
9757
9758         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
9759         nndraft:delayed does not exist.
9760         (gnus-delay-initialize): Don't set up keymap, that's done from
9761         message.el now.
9762         (gnus-delay, gnus-delay-group, gnus-delay-header)
9763         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
9764
9765 2001-09-29  Simon Josefsson  <jas@extundo.com>
9766
9767         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
9768         utf-8, not eight-bit-control.
9769
9770         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
9771         (imap-log, imap-debug): Custom.
9772         (imap-log-buffer, imap-debug-buffer): New constants.
9773         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
9774         (imap-network-open, imap-shell-open, imap-starttls-open)
9775         (imap-send-command-1, imap-send-command, imap-arrival-filter)
9776         (imap-debug): Use imap-*-buffer.
9777
9778         * nndoc.el (nndoc-article-type): Add mailman.
9779         (nndoc-type-alist): Ditto.
9780         (nndoc-mailman-type-p): New function.
9781
9782 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9783
9784         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
9785         gnus-art.el.
9786
9787 2001-09-27  Simon Josefsson  <jas@extundo.com>
9788
9789         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
9790         (gnus-topic-catchup-articles): New function. Suggested by Robin
9791         S. Socha <robin-dated-1001857693.185e29@socha.net>.
9792
9793 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9794         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
9795
9796         * gnus-ems.el (gnus-article-display-xface): Insert xface after
9797         previous ones.
9798
9799 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9800         From Daiki Ueno  <ueno@unixuser.org>
9801
9802         * gnus-sum.el (gnus-summary-show-article): The arglist of
9803         detect-coding-region is incompatible.
9804
9805 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9806         From Katsuhiro Hermit Endo <hermit@koka-in.org>
9807
9808         * gnus-group.el (gnus-group-delete-group): Typo.
9809
9810 2001-09-26  Simon Josefsson  <jas@extundo.com>
9811
9812         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
9813
9814         * nnimap.el (nnimap-expiry-target): Use temp buffer.
9815
9816 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9817
9818         * gnus-cus.el (gnus-group-parameters): Display as sexp.
9819
9820 2001-09-22  Simon Josefsson  <jas@extundo.com>
9821
9822         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
9823
9824         * nnfolder.el (nnfolder-open-marks): Ditto.
9825
9826         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
9827         (gnus-update-marks): Use it.
9828         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
9829         hardcoded list.
9830
9831         * gnus.el (gnus-article-special-mark-lists): Add killed.
9832         (gnus-article-unpropagated-mark-lists): New constant.
9833
9834 2001-09-22  Simon Josefsson  <jas@extundo.com>
9835
9836         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
9837         custom option.
9838
9839 2001-09-23  Simon Josefsson  <jas@extundo.com>
9840
9841         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
9842
9843 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9844
9845         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
9846
9847 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
9848
9849         * gnus-group.el (gnus-group-sort-function): Fix customize type to
9850         accept lists of functions.
9851
9852 2001-09-20  Simon Josefsson  <jas@extundo.com>
9853
9854         * gnus-group.el (gnus-group-catchup): Update expire marks in
9855         backend.  Also, if ALL also set expire marks on tick/dormant.
9856
9857 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9858
9859         * message.el (message-tab-body-function): New variable.
9860         * message.el (message-tab): Use it.
9861
9862 2001-09-19  Sam Steingold  <sds@gnu.org>
9863
9864         * gnus-win.el (gnus-buffer-configuration): Respect
9865         `gnus-bug-create-help-buffer'.
9866
9867 2001-09-18  Simon Josefsson  <jas@extundo.com>
9868
9869         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
9870         (gnus-parse-simple-format): Re-revert.
9871
9872 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
9873         Trivial patch.
9874
9875         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
9876         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
9877
9878 2001-09-18  Simon Josefsson  <jas@extundo.com>
9879
9880         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
9881         signed.
9882         (gnus-parse-simple-format): Don't use it.
9883
9884 2001-09-17  Miles Bader  <miles@gnu.org>
9885
9886         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
9887         error querying a backend abort the whole process.
9888
9889 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9890
9891         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
9892         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
9893
9894 2001-09-17  Didier Verna  <didier@xemacs.org>
9895
9896         * nndiary.el: version 0.2-b14.
9897         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
9898         compatibility problem with XEmacs 21.1.
9899
9900 2001-09-15  Simon Josefsson  <jas@extundo.com>
9901
9902         * gnus-group.el (gnus-group-line-format): Document %c.
9903
9904         * nnml.el (nnml-parse-head): Handle CRLF files.
9905         (nnml-generate-nov-file): Ditto.
9906         (nnml-retrieve-headers): Ditto.
9907
9908 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
9909
9910         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
9911
9912 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
9913
9914         * gnus-spec.el (gnus-correct-substring): Still stopped one
9915         character before we wanted (never included last character).
9916         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
9917         add missing "," (once per function)
9918
9919 2001-09-14  Simon Josefsson  <jas@extundo.com>
9920
9921         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
9922         (otherwise e.g. gnus-agentize in .gnus overrides the customized
9923         default before gnus-group is loaded and the variable set.)
9924
9925         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
9926         killed or unsent marks.
9927
9928         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
9929         isn't an article to set it on (e.g. when you `a' in a group).
9930
9931 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9932
9933         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
9934         can read e-mails from Microsoft Outlook users not using ISO
9935         8859-2 character set.
9936
9937 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9938
9939         * gnus-diary.el: Minor modifications to avoid warnings.
9940         (gnus-summary-misc-menu): defvar.
9941         (gnus-diary-check-message): Use gnus-point-at-eol.
9942         (gnus-diary-kill-entire-line): eval-and-compile.
9943
9944 2001-09-12  Didier Verna  <didier@xemacs.org>
9945
9946         * nndiary.el: new version (0.2-b13).
9947         * nndiary.el (nndiary-mail-sources): doc update.
9948         * nndiary.el (nndiary-split-methods): ditto.
9949         * nndiary.el (nndiary-request-accept-article-hooks): New.
9950         * nndiary.el (nndiary-request-accept-article): use it, check
9951         message validity.
9952         * nndiary.el (nndiary-get-new-mail): changed default to nil.
9953         * nndiary.el (nndiary-schedule): fix bug (misplaced
9954         condition-case): it didn't return nil on error.
9955         * gnus-diary.el: new version.
9956         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
9957         * gnus-diary.el (gnus-diary-header-value-history): New.
9958         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
9959         * gnus-diary.el (gnus-diary-add-header): New.
9960         * gnus-diary.el (gnus-diary-check-message): New.
9961         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
9962         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
9963
9964 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9965
9966         * gnus-sum.el (gnus-select-newsgroup): Make
9967         `gnus-current-select-method' buffer-local.
9968
9969         * gnus-art.el (gnus-request-article-this-buffer): Refer
9970         `gnus-current-select-method' in the current summary buffer.
9971
9972 2001-09-10  Simon Josefsson  <jas@extundo.com>
9973         From Daniel Pittman <daniel@rimspace.net>
9974
9975         * gnus-spec.el (gnus-correct-pad-form): Fix.
9976
9977 2001-09-09  Simon Josefsson  <jas@extundo.com>
9978
9979         * mm-decode.el (mm-inline-media-tests): Add
9980         application/x-emacs-lisp.
9981         (mm-attachment-override-types): Add
9982         application/{x-,}pkcs7-signature.
9983
9984         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
9985         (gnus-server-line-format, gnus-server-mode-line-format)
9986         (gnus-server-browse-in-group-buffer): Customize.
9987
9988 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9989
9990         * nnml.el (nnml-marks-changed-p): Typo.
9991         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
9992         (nnml-marks-changed-p): Use gnus-gethash.
9993         (nnml-marks-modtime): Use gnus-make-hashtable.
9994
9995         * nnfolder.el (nnfolder-marks-changed-p): Typo.
9996         (nnfolder-request-expire-articles, nnfolder-save-marks)
9997         (nnfolder-open-marks): Typo.
9998         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
9999         (nnfolder-marks-changed-p): Use gnus-gethash.
10000         (nnfolder-marks-modtime): Use gnus-make-hashtable.
10001
10002 2001-09-08  Simon Josefsson  <jas@extundo.com>
10003
10004         * nnfolder.el (nnfolder-marks-modtime): New variable.
10005         (nnfolder-marks-changed-p): New function.
10006         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
10007         (nnfolder-request-update-info): Don't update if marks didn't change.
10008
10009         * nnml.el (nnml-marks-modtime): New variable.
10010         (nnml-marks-changed-p): New function.
10011         (nnml-save-marks, nnml-open-marks): Save modtime.
10012         (nnml-request-update-info): Don't update if marks didn't change.
10013
10014         * gnus-agent.el (gnus-agent-any-covered-gcc)
10015         (gnus-agent-add-server, gnus-agent-remove-server): Use
10016         gnus-agent-method-p.
10017
10018         * gnus-art.el (gnus-buttonized-mime-types): New variable.
10019         (gnus-unbuttonized-mime-type-p): Use it.
10020
10021         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
10022         fetch group.
10023
10024 2001-09-08  Simon Josefsson  <jas@extundo.com>
10025         From Daniel Pittman <daniel@rimspace.net>
10026
10027         * gnus-spec.el (gnus-correct-pad-form): New function.
10028         (gnus-parse-simple-format): Use it.
10029
10030 2001-09-07  Simon Josefsson  <jas@extundo.com>
10031
10032         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
10033         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
10034         Putnam <reader@newsguy.com>.
10035         (gnus-group-sort-selected-groups): Touch dribble file.
10036
10037 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
10038
10039         * nnml.el (nnml-filenames-are-evil): New variable.
10040         (nnml-article-to-file-alist): Rename to ...
10041         (nnml-current-group-article-to-file-alist): ... this.
10042         Respect `nnml-filenames-are-evil'.
10043         (nnml-active-number): Update.
10044         (nnml-update-file-alist): Update.
10045         (nnml-request-article): Use nnheader-article-to-file-alist.
10046         (nnml-request-rename-group): Likewise.
10047
10048 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10049
10050         * gnus-sum.el (gnus-summary-insert-line): Fix.
10051
10052 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
10053
10054         * gnus-sum.el: Bind g-s-t-s to "W g".
10055         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
10056         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
10057         display of graphical smilies.
10058
10059 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10060
10061         * gnus-start.el (gnus-setup-news): A typo.
10062         From Bill White <billw@wolfram.com>.
10063
10064 2001-09-06  Simon Josefsson  <jas@extundo.com>
10065
10066         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
10067         and unseen marks.
10068
10069 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10070
10071         * nnmail.el (nnmail-split-fancy): Document `junk'.
10072
10073 2001-09-04  Simon Josefsson  <jas@extundo.com>
10074
10075         * imap.el (imap-search): Don't error if server is broken.
10076
10077 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
10078
10079         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
10080         searching for an article that isn't in the mbox.
10081
10082 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10083
10084         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
10085         right, and get all the comments.
10086
10087 2001-09-02  Simon Josefsson  <jas@extundo.com>
10088         Suggested by Dan Christensen <jdc+news@uwo.ca>
10089
10090         * nnfolder.el (nnfolder-request-update-info): Fix message.
10091
10092         * nnml.el (nnml-request-update-info): Ditto.
10093
10094 2001-09-01  Simon Josefsson  <jas@extundo.com>
10095
10096         * nnml.el (nnml-request-expire-articles): Also bind
10097         `nnml-current-group' and `nnml-article-file-alist' when using
10098         expiry-target. (Otherwise nnml will be in a inconsistent internal
10099         state causing all kind of problems.)
10100         (nnml-request-expire-articles): If `nnml-article-to-file' or
10101         `file-attributes' failes, return article as un-expirable instead
10102         of treating it as expired.
10103
10104 2001-08-31  Sam Steingold  <sds@gnu.org>
10105
10106         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
10107         typo: `exmine' --> `examine'.
10108
10109 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10110
10111         * nndoc.el (nndoc-forward-type-p): It is not a digest.
10112
10113 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10114
10115         * nnml.el (nnml-check-directory-twice): Remove.
10116         (nnml-retrieve-headers): Ditto.
10117         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
10118
10119 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10120
10121         * nnheader.el (nnheader-directory-files-is-safe): No need to read
10122         directory twice on Windows, or on GNU Emacs-21.
10123
10124 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10125
10126         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
10127         (nnml-request-rename-group): Ditto.
10128         (nnml-active-number): Ditto.
10129         (nnml-request-create-group): Use nnml-directory-articles.
10130         (nnml-request-expire-articles): Use nnml-directory-articles, which
10131         gets list from nov database if available.
10132         (nnml-get-nov-buffer): New function.
10133         (nnml-open-nov): Use it.
10134         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
10135         gets alist from nov database if available.
10136         (nnml-directory-articles): New function.
10137         (nnml-article-to-file-alist): New function.
10138
10139 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10140
10141         * mm-decode.el (mm-display-external): Use `name' as filename, if
10142         `filename' attribute is not present.
10143
10144 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10145
10146         * mail-source.el (mail-source-flash): New defcustom.
10147         (mail-source-new-mail-p): Ring visible bell if appropriate.
10148         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
10149         timer is cleared even if mail check signals an error.
10150
10151 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10152
10153         * gnus-sum.el (gnus-summary-move-article): Only update marks of
10154         type 'list.
10155
10156 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10157
10158         * flow-fill.el (fill-flowed): eol might be point-max.
10159
10160 2001-08-27  Simon Josefsson  <jas@extundo.com>
10161
10162         * nnml.el (nnml-request-update-info): Fix message.
10163         (nnml-open-marks): Ditto.
10164
10165         * nnfolder.el (nnfolder-request-update-info):
10166         (nnfolder-open-marks): Fix message.
10167
10168 2001-08-25  Simon Josefsson  <jas@extundo.com>
10169
10170         * nnfolder.el (nnfolder-save-marks): Don't create directory named
10171         after group in ~/.
10172
10173 2001-08-25  Simon Josefsson  <jas@extundo.com>
10174         From Andreas Jaeger  <aj@suse.de>
10175
10176         * nnfolder.el (nnfolder-open-marks): Fix typo.
10177         * nnml.el (nnml-open-marks): Likewise.
10178
10179 2001-08-25  Simon Josefsson  <jas@extundo.com>
10180
10181         Make nnfolder groups self-contained as far as marks are concerned.
10182
10183         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
10184         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
10185         (nnfolder-open-server): Make marks directory.
10186         (nnfolder-request-delete-group): Delete marks file.
10187         (nnfolder-request-delete-group): Check of nov/marks file exist
10188         before deleting.
10189         (nnfolder-request-rename-group): Rename marks file.
10190         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
10191         (nnfolder-request-set-mark, nnfolder-request-update-info)
10192         (nnfolder-group-marks-pathname, nnfolder-save-marks)
10193         (nnfolder-open-marks): New functions.
10194         (top-level): Require gnus.
10195
10196 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10197
10198         * nnweb.el (nnweb-type-definition): Use google raw file.
10199         (nnweb-google-parse-1): Ditto.
10200         (nnweb-google-identity): Ditto.
10201         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
10202         (nnweb-altavista-wash-article): Ditto.
10203         (nnweb-request-article): Remove nnweb-decode-entities.
10204
10205         * nnml.el: Require 'gnus.
10206
10207 2001-08-25  Simon Josefsson  <jas@extundo.com>
10208
10209         * nnml.el (nnml-marks-is-evil): Add doc.
10210
10211 2001-08-25  Simon Josefsson  <jas@extundo.com>
10212
10213         * nnml.el (nnml-save-marks): Wrap saving marks in a
10214         condition-case, to allow user to start Gnus if saving marks failed
10215         for some reason.
10216
10217 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10218
10219         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
10220
10221         * gnus-group.el (gnus-update-group-mark-positions): Bind
10222         gnus-group-update-hook to nil.
10223
10224 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10225
10226         * mml.el (mml-generate-mime-1): Force as multibyte string.
10227
10228 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10229
10230         * gnus-sum.el (gnus-summary-insert-line)
10231         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
10232         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
10233
10234         * gnus-spec.el (gnus-correct-substring): Take optional END.
10235
10236         * nnrss.el (nnrss-request-article): Remove \n.
10237         (nnrss-retrieve-headers): Lines number is -1.
10238
10239 2001-08-24  Simon Josefsson  <jas@extundo.com>
10240
10241         * gnus-group.el (gnus-info-clear-data): Call
10242         nnfoo-request-set-mark to propagate marks.  Fix bug:
10243         `gnus-group-update-line' doesn't update read range unless we call
10244         `gnus-get-unread-articles-in-group' first.
10245
10246         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
10247         to server.
10248
10249 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10250
10251         * gnus-util.el (gnus-create-info-command): Return an interactive
10252         function.
10253
10254 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10255         From Katsumi Yamaoka <yamaoka@jpl.org>
10256
10257         * gnus-spec.el (gnus-parse-complex-format): Use equal.
10258
10259 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10260
10261         * gnus-sum.el (gnus-select-newsgroup): Use it.
10262
10263         * gnus-util.el (gnus-not-ignore): New function.
10264
10265         * lpath.el (featurep): Don't fbind char-int.
10266
10267         * gnus-util.el (gnus-create-info-command): New function.
10268
10269         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
10270         right node.
10271
10272         * gnus-sum.el (gnus-select-newsgroup): Clean up.
10273         (gnus-summary-limit-children): Use 'identity instead of `all'.
10274         (gnus-summary-limit-to-display-predicate): New command and
10275         keystroke.
10276
10277 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10278
10279         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
10280
10281         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
10282
10283 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10284
10285         * gnus-spec.el: Add the Gnus version.
10286         (gnus-update-format-specifications): If the Gnus version changes,
10287         nix out the format spec cache.
10288
10289         * gnus.el (gnus-continuum-version): Made into a command and
10290         optionalize the VERSION.
10291
10292         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
10293         the start of the lines.
10294
10295 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10296
10297         * gnus.el (gnus-visual-p): Define function before use of
10298         function.
10299
10300 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10301
10302         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
10303         (gnus-article-mark-to-type): New function.
10304         (gnus-update-missing-marks): Only update marks of type 'list.
10305
10306         * gnus.el (gnus-article-special-mark-lists): New variable.
10307
10308 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10309
10310         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
10311         (gnus-select-newsgroup): Still use 'all.
10312         (gnus-summary-initial-limit): Comparing with 'all.
10313
10314 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10315
10316         * gnus-start.el (gnus-activate-group): If dont-check, don't update
10317         active.
10318
10319 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10320
10321         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
10322         nnslashdot-*-retrieve-headers.
10323         (nnslashdot-request-article): Fix for slashcode 2.2.
10324         (nnslashdot-make-tuple): New function.
10325         (nnslashdot-read-groups): Use it.
10326
10327 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10328
10329         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
10330         list.
10331
10332         * gnus-sum.el (gnus-summary-move-article): Don't select article.
10333
10334 2001-08-20  Simon Josefsson  <jas@extundo.com>
10335
10336         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
10337         opened, error instead of continuing (and exploding later).
10338
10339 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10340
10341         * gnus.el (gnus-expand-group-parameters): Return the parameter
10342         list.
10343
10344         * gnus-sum.el (gnus-summary-show-article): Doc fix.
10345         (gnus-summary-show-article): Guess at charset if required.
10346
10347         * gnus-spec.el (gnus-correct-substring): Stopped one character
10348         before we wanted.
10349
10350 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10351
10352         * earcon.el (earcon-auto-play): Remove unused option.
10353
10354 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10355
10356         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
10357         message down in levels, since it happens very fast.
10358
10359         * smiley-ems.el (smiley-update-cache): Respect the symbol version
10360         of smiley-regexp-alist.
10361
10362         * mm-view.el (mm-inline-text): Ignore vcard errors.
10363
10364         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
10365
10366         * gnus-score.el (gnus-all-score-files): Use append instead of
10367         nconc.
10368
10369         * gnus.el (gnus-splash-face): Doc fix.
10370
10371         * mm-decode.el (mm-mailcap-command): Use
10372         mm-path-name-rewrite-functions.
10373         (mm-path-name-rewrite-functions): New variable.
10374
10375         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
10376         (gnus-complex-form-to-spec): Insert tab.
10377         (gnus-spec-tab): New function.
10378
10379         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
10380         entering the group.
10381
10382         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
10383         the positional spec.
10384         (gnus-parse-complex-format): React to %C.
10385
10386         * gnus-ems.el (gnus-char-width): Moved here.
10387
10388         * gnus-sum.el (gnus-select-newsgroup): Set
10389         gnus-newsgroup-articles.
10390         (gnus-unseen-mark): New variable.
10391         (gnus-newsgroup-unseen): Ditto.
10392         (gnus-newsgroup-seen): Ditto.
10393         (gnus-adjust-marked-articles): Use them.
10394         (gnus-update-marks): Use them.
10395         (gnus-summary-update-secondary-mark): Display.
10396         (gnus-summary-prepare-threads): Display.
10397
10398         * gnus-msg.el (gnus-inews-group-method): Use and return the
10399         method, not the server.
10400
10401 2001-08-19  Simon Josefsson  <jas@extundo.com>
10402
10403         * gnus-srvr.el (gnus-server-agent-face): New.
10404         (gnus-server-agent-face): New.
10405         (gnus-server-mode): Turn on font-lock-mode.
10406
10407         * gnus.el (gnus-server-visual): Add defgroup.
10408
10409 2001-08-19  Simon Josefsson  <jas@extundo.com>
10410         From Joe Casadonte <jcasadonte@northbound-train.com>
10411
10412         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
10413         gnus-server-denied-face): New.
10414         (gnus-server-opened-face, gnus-server-closed-face,
10415         gnus-server-denied-face): New.
10416         (gnus-server-font-lock-keywords): Add.
10417
10418 2001-08-19  Simon Josefsson  <jas@extundo.com>
10419
10420         * nnml.el (nnml-request-set-mark): Return nil.
10421         (nnml-save-marks): Use nnml-possibly-create-directory.
10422         (nnml-open-marks): Only work in temp buffer when inserting/reading
10423         .marks file.
10424
10425 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10426
10427         * gnus.el (gnus-expand-group-parameters): Fix.
10428
10429         * gnus-spec.el (gnus-char-width): New function.
10430         (gnus-correct-substring, gnus-correct-length): Use it.
10431
10432         * message.el (message-required-mail-headers): Fix doc.
10433
10434 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10435
10436         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
10437
10438         * mm-decode.el (mm-save-part-to-file): Insert the handle.
10439
10440 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10441
10442         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
10443         slashdot 2.2 (not fully fixed yet).
10444         (nnslashdot-request-article): Ditto.
10445
10446 2001-08-18  Simon Josefsson  <jas@extundo.com>
10447
10448         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
10449         nnimap.
10450
10451         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
10452         gnus-util.
10453         (nnimap-request-update-info-internal): Use new functions.
10454
10455         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
10456         new functions.
10457
10458 2001-08-18  Simon Josefsson  <jas@extundo.com>
10459
10460         Make nnml groups self-contained as far as marks are concerned.
10461
10462         * nnml.el (nnml-request-delete-group): Delete marks file.
10463         (nnml-request-rename-group): Move marks file.
10464         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
10465         variables.
10466         (nnml-request-set-mark, nnml-request-update-info): New server
10467         functions.
10468         (nnml-save-marks, nnml-open-marks): New functions.
10469
10470 2001-08-18  Simon Josefsson  <jas@extundo.com>
10471
10472         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
10473         `set' when setting marks.
10474
10475 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10476
10477         * gnus.el (gnus-info-find-node): Take an argument.
10478
10479         * gnus-art.el (gnus-button-handle-info): New function.
10480         (gnus-url-unhex-string): Replace "+" with " ".
10481
10482 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10483
10484         * message.el (message-check-news-header-syntax): Check bad From.
10485
10486 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10487
10488         * gnus-spec.el (gnus-correct-length): New function.
10489         (gnus-correct-substring): New function.
10490         (gnus-tilde-max-form): Use it.
10491
10492 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
10493
10494         * nnmh.el: Docstring changes as below.
10495
10496         * nnml.el: Docstring changes as below.
10497
10498         * nnbabyl.el: Docstring changes as below.
10499
10500         * nnmbox.el: Docstring changes as below.
10501
10502         * nnfolder.el: Added docstrings identifying each virtual server
10503         parameter.
10504
10505 2001-08-18  Simon Josefsson  <jas@extundo.com>
10506
10507         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
10508
10509 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
10510
10511         * message.el: rename "Abort Message" to "Postpone Message".
10512         Remove "Attach file as MIME" from Message menu, it's already in
10513         the MIME menu.
10514
10515 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10516
10517         * smime.el (smime-point-at-eol): eval-and-compile.
10518         (smime-make-temp-file): New function.
10519         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
10520         Use it.
10521
10522 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10523
10524         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
10525         (gnus-agent-summary-fetch-group): New command and keystroke.
10526
10527         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
10528         (gnus-mime-display-security): Make it respect
10529         gnus-unbuttonized-mime-type-p.
10530
10531         * gnus-sum.el (gnus-articles-to-read): Comments.
10532         (gnus-article-marked-p): New function.
10533         (gnus-summary-display-make-predicate): New function.
10534         (gnus-select-newsgroup): Use them.
10535
10536         * mm-decode.el (mm-save-part-to-file): Made it not error.
10537
10538 2001-08-17  Simon Josefsson  <jas@extundo.com>
10539
10540         * imap.el (imap-wait-for-tag): If process-status isn't open or
10541         run, return nil instead of sit-for looping.
10542
10543 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10544
10545         * lpath.el (featurep): fbind xml-parse-region.
10546
10547         * gnus.el (gnus-message-archive-method): Default to "archive".
10548         (gnus-message-archive-method): Doc fix.
10549         (gnus-parameters-get-parameter): Cleaned up.
10550         (gnus-expand-group-parameter): New function.
10551
10552         * gnus-start.el (gnus-setup-news): Push the archive server only
10553         the server list.
10554
10555         * mml.el (mml-menu): Changed name to "Attachments".
10556
10557         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
10558         when there is something to detroy.
10559
10560 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10561
10562         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
10563         nil.
10564
10565 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10566
10567         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
10568         which specifies a time today or tomorrow.
10569
10570 2001-08-15  Simon Josefsson  <jas@extundo.com>
10571         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
10572
10573         * gnus-agent.el (gnus-agent-make-mode-line-string)
10574         (gnus-agent-toggle-plugged): Use new API.
10575
10576 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10577
10578         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
10579         deadline has expired.
10580
10581 2001-08-12  Simon Josefsson  <jas@extundo.com>
10582         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
10583
10584         Support `recent' mark indicating newly arrived messages (to
10585         separate from old but unread messages).
10586
10587         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
10588         `nnmail-split-history' if recent is > 0.
10589         (nnimap-request-update-info-internal): Update `recent' marks.
10590         (nnimap-request-set-mark): Never set `recent' marks.
10591         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
10592         recent.
10593
10594         * gnus-sum.el (gnus-recent-mark): New mark.
10595         (gnus-newsgroup-recent): New variable.
10596         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
10597         (gnus-summary-prepare-threads): Mark recent articles.
10598         (gnus-summary-add-mark): Support recent.
10599         (gnus-summary-update-secondary-mark): Support recent.
10600
10601         * gnus.el (gnus-article-mark-lists): Add recent.
10602
10603 2001-08-12  Simon Josefsson  <jas@extundo.com>
10604
10605         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
10606         whether successful decoding took place.  Add doc.
10607
10608 2001-08-12  Simon Josefsson  <jas@extundo.com>
10609         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
10610
10611         * gnus.el (gnus-summary-line-format, gnus-parameters):
10612         * gnus-gl.el (gnus-summary-grouplens-line-format):
10613         * gnus-salt.el (gnus-summary-pick-line-format):
10614         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
10615
10616 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
10617         Committed by Kai Gro\e,b_\e(Bjohann.
10618
10619         * gnus-score.el (gnus-score-string): Fix `match' regexp
10620         for `extra' header case.
10621
10622 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10623
10624         * nnmbox.el (nnmbox-read-mbox): No warning.
10625
10626 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10627
10628         * nndoc.el (nndoc-article-type): Fix doc.
10629         (nndoc-generate-article-function): New variable.
10630         (nndoc-dissection-function): New variable.
10631         (nndoc-type-alist): Add oe-dbx.
10632         (nndoc-oe-dbx-type-p): New function.
10633         (nndoc-oe-dbx-dissection): New function.
10634         (nndoc-oe-dbx-generate-article): New function.
10635
10636 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10637
10638         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
10639         whether deadline has been reached.  Patch from Dan Nicolaescu
10640         <dann@godzilla.ics.uci.edu>.
10641
10642 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10643
10644         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
10645         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
10646         <rintaman@cs.Helsinki.FI>.
10647
10648         * mail-source.el (mail-source-movemail): The error buffer is
10649         modified, but nothing in it.
10650
10651 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10652
10653         * message.el (message-bogus-system-names): New variable.
10654         (message-make-fqdn): Use it.
10655
10656 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10657
10658         * nndraft.el (nndraft-request-group): Use
10659         nndraft-auto-save-file-name.
10660
10661 2001-08-09  Simon Josefsson  <jas@extundo.com>
10662
10663         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
10664         Don't ask whether to decrypt.  Just leave result in buffer (don't
10665         call mm).
10666
10667         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
10668         parts as well.
10669         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
10670         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
10671
10672 2001-08-09  Simon Josefsson  <jas@extundo.com>
10673
10674         * mm-decode.el (mm-insert-part): Return decoding success status.
10675         (mm-save-part-to-file): Error if decoding failed.
10676
10677 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10678
10679         * message.el (message-tab): Use indent-relative.
10680         (message-mode): Don't bind indent-line-function to indent-relative.
10681
10682 2001-08-09  Simon Josefsson  <jas@extundo.com>
10683
10684         * message.el (message-get-reply-headers): Fix string. Suggested by
10685         Christoph Conrad <cc@cli.de>.
10686
10687 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10688
10689         * message.el (message-tab): Use the current value of
10690         indent-line-function.
10691         (message-mode): Bind indent-line-function to indent-relative.
10692
10693 2001-08-08  Simon Josefsson  <jas@extundo.com>
10694
10695         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
10696         whether `imtest' is installed.
10697
10698 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10699         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10700
10701         * gnus-sum.el (gnus-summary-show-article): Call
10702         gnus-summary-update-secondary-secondary-mark.
10703         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
10704         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
10705
10706 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10707
10708         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
10709
10710         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10711
10712         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
10713         <gerd@gnu.org>.
10714
10715         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
10716
10717         * gnus-util.el (gnus-output-to-rmail): Ditto.
10718         (gnus-output-to-mail): Ditto.
10719
10720         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
10721
10722 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
10723
10724         * message.el (message-indent-citation): Use
10725         `message-yank-cited-prefix' for empty lines.
10726
10727 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
10728
10729         * message.el (message-indent-citation): Quote only lines starting
10730         with ">" using `message-yank-cited-prefix'.
10731
10732 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10733         Trivial patch.
10734
10735         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
10736         gnus-cache-fully-p.
10737
10738 2001-08-04  Simon Josefsson  <jas@extundo.com>
10739
10740         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
10741         file if it doesn't exist (by calling gnus-cache-read-active).
10742
10743 2001-08-04  Simon Josefsson  <jas@extundo.com>
10744
10745         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
10746         (gnus-cache-passively-or-fully-p): Removed.
10747         (gnus-cache-fully-p): Fix it.
10748
10749         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
10750
10751 2001-08-04  Simon Josefsson  <jas@extundo.com>
10752
10753         * gnus-cache.el (gnus-cache-fully-p)
10754         (gnus-cache-passively-or-fully-p): New functions.
10755         (gnus-cache-possibly-enter-article): Cosmetic change, use
10756         `g-c-p-o-f-p'.
10757         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
10758         was bogus (`g-c-p-a-a' does not change active info, just change
10759         the functions parameters).
10760         (gnus-cache-possibly-remove-articles-1): Make sure articles are
10761         not removed in groups that match `gnus-uncacheable-groups'.
10762
10763         Reported and modifications based on discussions with Nuutti
10764         Kotivuori <nuutti.kotivuori@smarttrust.com>.
10765
10766 2001-08-04  Simon Josefsson  <jas@extundo.com>
10767         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10768
10769         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
10770         calls `gnus-cache-update-active' if bounds has been extended.
10771
10772 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10773
10774         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
10775         before remove.
10776         (gnus-mime-security-show-details): Ditto.
10777
10778 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10779
10780         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
10781         syntax.  Protect string-match against nil string and regexp.
10782
10783 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10784
10785         * mm-util.el (mm-find-charset-region): Remove control-1.
10786
10787 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10788
10789         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
10790
10791 2001-08-04  Simon Josefsson  <jas@extundo.com>
10792
10793         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
10794         buffer.  Delete MIME-Version header.
10795
10796 2001-08-03  Simon Josefsson  <jas@extundo.com>
10797
10798         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
10799         that is entered does not necessarily have the highest article
10800         number in the group, so use `gnus-cache-possibly-alter-active'
10801         instead of `gnus-cache-update-active'.
10802
10803 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10804
10805         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
10806
10807 2001-08-03  Simon Josefsson  <jas@extundo.com>
10808
10809         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
10810         menu.
10811
10812 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10813
10814         * gnus.el (post-method): New group parameter.  It also provides
10815         the user option `gnus-post-method-alist' and the internal function
10816         `gnus-parameter-post-method'.
10817
10818         * gnus-msg.el (gnus-post-method): Bind the value of
10819         `gnus-post-method' to the group parameter if it is defined.
10820
10821 2001-08-02  Simon Josefsson  <jas@extundo.com>
10822
10823         * smime.el (smime-extra-arguments): Removed.
10824         (smime-call-openssl-region): Don't use it.
10825
10826 2001-08-02  Simon Josefsson  <jas@extundo.com>
10827
10828         * smime.el (smime-sign-region): Handle stderr.
10829         (smime-encrypt-region): Ditto.
10830
10831         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
10832         match the ASN.1 length bytes.
10833         (mm-pkcs7-enveloped-magic): Ditto.
10834         (mm-view-pkcs7-get-type): Don't regexp quote.
10835
10836 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10837         From Andreas Fuchs <asf@void.at>
10838
10839         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
10840
10841 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10842
10843         * gnus-art.el (gnus-header-button-alist): References regexp.
10844
10845 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
10846
10847         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
10848         already fboundp.  Add INTERACTIVE arg to autoload form.
10849
10850 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10851
10852         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
10853
10854         * nnmail.el (nnmail-cache-open): Ditto.
10855
10856 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10857
10858         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
10859
10860 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10861
10862         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
10863
10864 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10865         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10866
10867         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
10868         (gnus-agent-toggle-plugged): Use it.
10869
10870 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10871
10872         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
10873         (gnus-ding-file-coding-system): New variable.
10874         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
10875         (gnus-slave-save-newsrc): Use it.
10876
10877 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10878
10879         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
10880         syntax.
10881
10882 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10883         Originally from Andreas Fuchs <asf@void.at>
10884
10885         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
10886         (mml2015-gpg-pretty-print-fpr): New function.
10887         (mml2015-gpg-extract-signature-details): More details, rename from
10888         `m-g-e-from'.
10889         (mml2015-gpg-verify): Use them.
10890         (mml2015-gpg-clear-verify): Use them.
10891
10892 2001-07-31  Simon Josefsson  <jas@extundo.com>
10893
10894         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
10895         buffer when done.
10896
10897 2001-07-30  Simon Josefsson  <jas@extundo.com>
10898
10899         * smime.el (smime-call-openssl-region): Revert previous change,
10900         just pass on buf to `call-process-region'.
10901         (smime-verify-region): Doc fix.  Don't message stuff.  Use
10902         `smime-new-details-buffer'.  Inserts error messages into buffer.
10903         (smime-noverify-region): Ditto.
10904         (smime-decrypt-region): Ditto.  Handles stderr separately.
10905         (smime-verify-buffer, smime-noverify-buffer)
10906         (smime-decrypt-buffer): Doc fix.
10907         (smime-new-details-buffer): New function.
10908         (smime-pkcs7-region, smime-pkcs7-certificates-region)
10909         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
10910         (smime-sign-region, smime-encrypt-region): Don't use
10911         `insert-buffer'.
10912
10913         * mml-smime.el (mml-smime-verify): Fix security button strings.
10914
10915 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10916
10917         * gnus-art.el (gnus-mime-save-part-and-strip): Save
10918         gnus-article-mime-handles.
10919
10920 2001-07-29  Simon Josefsson  <jas@extundo.com>
10921
10922         * mail-source.el (top-level): Require message for message-directory.
10923         (mail-source-directory): Change default to message-directory.
10924
10925         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
10926         (smime-certificate-directory, smime-openssl-program)
10927         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
10928         (smime-extra-arguments): New variable.
10929         (smime-dns-server): Fix customize group.
10930         (smime-call-openssl-region): Use `smime-extra-arguments'.
10931
10932 2001-07-29  Simon Josefsson  <jas@extundo.com>
10933         From Vladimir Volovich <vvv@vsu.ru>
10934
10935         * smime.el (smime-call-openssl-region): Ignore stderr.
10936
10937 2001-07-29  Simon Josefsson  <jas@extundo.com>
10938         From Christoph Conrad <christoph.conrad@gmx.de>
10939
10940         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
10941         file.
10942
10943 2001-07-29  Simon Josefsson  <jas@extundo.com>
10944
10945         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
10946
10947         Support S/MIME decryption.
10948
10949         * mm-decode.el (mm-inline-media-tests):
10950         (mm-inlined-types):
10951         (mm-automatic-display):
10952         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
10953
10954         * mm-view.el (mm-pkcs7-signed-magic):
10955         (mm-pkcs7-enveloped-magic): New variables.
10956         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
10957         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
10958         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
10959         PKCS#7 blobs.
10960
10961         * smime.el (smime-decrypt-region): Expand keyfile.
10962
10963 2001-07-29  Simon Josefsson  <jas@extundo.com>
10964
10965         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
10966         `ssl.el' variables.
10967
10968         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
10969         but line instead of narrowing to it, because `nnmail-parse-active'
10970         calls widen.  Thanks to Christoph Conrad
10971         <christoph.conrad@gmx.de>.
10972
10973 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10974
10975         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
10976         for %B spec.
10977
10978         * gnus-sum.el (gnus-summary-prepare-threads): If
10979         gnus-sum-thread-tree-root is nil, use subject instead.
10980         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
10981         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10982         (gnus-sum-thread-tree-leaf-with-other)
10983         (gnus-sum-thread-tree-single-leaf): Documentation.
10984         (gnus-sum-thread-tree-single-indent): Allow nil.
10985
10986 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10987
10988         * message.el (message-fill-paragraph): Do nothing if the user
10989         wants filladapt-mode.
10990
10991 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10992
10993         * mm-decode.el (mm-image-type-from-buffer): New function.
10994         (mm-get-image): Use it.
10995
10996 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10997
10998         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
10999
11000         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
11001         mm-display-parts too.
11002
11003 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11004
11005         * nnfolder.el (nnfolder-request-accept-article): Bind
11006         nntp-server-buffer.
11007
11008         * nnmail.el (nnmail-parse-active): Read from buffer instead of
11009         nntp-server-buffer.
11010
11011 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11012
11013         * message.el (message-check-news-header-syntax): Use
11014         message-post-method.
11015         (message-send-news): Bind message-post-method.
11016
11017 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11018
11019         * mml.el (mml-tweak-type-alist): New variable.
11020         (mml-tweak-function-alist): New variable.
11021         (mml-tweak-part): New function.
11022         (mml-generate-mime-1): Use it.
11023
11024 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11025
11026         * nnfolder.el (nnfolder-request-accept-article): Replace
11027         nnfolder-request-list.
11028
11029 2001-07-27  Simon Josefsson  <jas@extundo.com>
11030
11031         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
11032         nnoo-change-server failed to do it.
11033
11034 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11035
11036         * gnus.el (gnus-parameters): Make it customizable.
11037
11038 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11039
11040         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
11041
11042         * message.el (message-set-auto-save-file-name): More
11043         poor-system-types.
11044
11045         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
11046
11047         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
11048         supports +.
11049
11050 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11051
11052         * mm-decode.el (mm-readable-p): New function.
11053         (mm-inline-media-tests): Fix the default testers.
11054
11055 2001-07-26  Simon Josefsson  <jas@extundo.com>
11056
11057         * nnimap.el (nnimap-version): Bump version number.
11058
11059 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11060         From Steven E. Harris <seh@speakeasy.org>
11061
11062         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
11063         in M$Windows too.
11064
11065 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11066
11067         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
11068
11069 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11070
11071         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
11072
11073         * mm-decode.el (mm-get-image): Guess then use the type.
11074
11075         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
11076
11077 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
11078
11079         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
11080         display (%B) for threads if threading is off.
11081
11082 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11083         From Henrik Enberg <henrik@enberg.org>
11084
11085         * gnus-msg.el: Customization patch.
11086
11087 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
11088
11089         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
11090         variable.
11091         (nnmail-split-fancy-with-parent): Ignore certain groups.
11092
11093 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11094
11095         * gnus-util.el (gnus-byte-compile): New function.
11096         (gnus-use-byte-compile): New variable.
11097         (gnus-make-sort-function): Use it.
11098
11099         * nnmail.el (nnmail-get-new-mail): Use it.
11100
11101         * gnus-agent.el (gnus-category-make-function): Simple function or
11102         compiled function.
11103         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
11104
11105         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
11106         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
11107         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
11108
11109         * message.el (message-check-news-header-syntax): Remove quote.
11110
11111 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11112
11113         * message.el (message-use-mail-followup-to): `t' is not a
11114         documented value.
11115
11116 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11117
11118         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
11119
11120 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11121
11122         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
11123         there are long lines.
11124
11125 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11126
11127         * dgnushack.el (copy-list): New compiler macro.
11128
11129 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11130
11131         * message.el (message-bounce): If no Return-Path, the whole
11132         content is considered as the original message.
11133
11134         * nnml.el (nnml-check-directory-twice): New variable.
11135         (nnml-article-to-file): Use it.
11136         (nnml-retrieve-headers): Hack it.
11137
11138 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11139
11140         * gnus-win.el (gnus-buffer-configuration): New configure.
11141
11142         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
11143         not alive.
11144
11145         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
11146         (mm-display-external): Use display-term configure.
11147
11148 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11149
11150         * gnus-delay.el (gnus-delay-default-hour): New variable.
11151         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
11152
11153 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11154         From Karl Kleinpaste <karl@charcoal.com>
11155
11156         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
11157         (gnus-summary-prepare-threads): Ditto.
11158
11159         * gnus.el (gnus-summary-line-format): Add %B.
11160
11161 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11162
11163         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
11164
11165         * mm-util.el (mm-string-as-multibyte): New function.
11166
11167         * nnmh.el (nnmh-request-list-1): Encode, not decode!
11168
11169 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11170
11171         * mm-util.el (mm-universal-coding-system): New variable.
11172
11173         * gnus-start.el (gnus-startup-file-coding-system): Use it.
11174
11175         * score-mode.el (score-mode-coding-system): Use it.
11176
11177 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11178
11179         * gnus-start.el (gnus-setup-news): Call
11180         `gnus-check-bogus-newsgroups' just after the native server is
11181         opened.
11182
11183 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11184
11185         * nnmail.el (nnmail-do-request-post): Util function to be used by
11186         `nnchoke-request-post' for all nnmail-derived backends.
11187
11188         * nnml.el (nnml-request-post): Use it.
11189
11190         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
11191         backend, for it groks nnml-request-post.
11192
11193         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
11194         Treat `mail-post' backends like `mail' backends, not like `news'
11195         backends.
11196
11197 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11198
11199         * gnus-msg.el (gnus-setup-message): make-local-hook.
11200
11201 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11202
11203         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
11204         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
11205         <karl@charcoal.com>, slightly changed by Kai.
11206
11207         * message.el (message-check-news-header-syntax): When checking
11208         whether the groups exist, check the right server based on
11209         `gnus-post-method'.
11210
11211 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11212
11213         * gnus-delay.el: New file.
11214
11215 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11216
11217         * mm-util.el (mm-read-coding-system): Take two arguments.
11218
11219         * gnus-sum.el (gnus-summary-show-article): Use
11220         mm-read-coding-system.
11221
11222         * gnus-art.el (article-de-quoted-unreadable):
11223         (article-de-base64-unreadable, article-wash-html):
11224         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
11225
11226 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11227
11228         * nnml.el (nnml-request-post): New function.  Can be used for
11229         annotations in nnml groups.
11230
11231 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11232
11233         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
11234         command.
11235
11236         * gnus-start.el (gnus-find-new-newsgroups): Use
11237         `message-make-date' instead of `current-time-string'.
11238         (gnus-ask-server-for-new-groups): Ditto.
11239         (gnus-check-first-time-used): Ditto.
11240
11241 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11242
11243         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
11244
11245 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
11246
11247         * message.el (message-shorten-references): Change `maxcount' and
11248         `cut' to obey USEFOR draft 5.
11249
11250 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
11251
11252         * gnus-sum.el (gnus-summary-display-arrow): New variable.
11253         (gnus-summary-set-article-display-arrow): New function.
11254         (gnus-summary-goto-subject): Use it.
11255
11256 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11257
11258         * gnus-sum.el (gnus-summary-import-article): Insert date if
11259         doesn't exist.
11260
11261 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11262
11263         * mml.el (mml-content-type-parameters): New variable.
11264         (mml-content-disposition-parameters): New variable.
11265         (mml-insert-mime-headers): Use them.
11266         (mml-parse-1): Accept charset.
11267
11268 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11269
11270         * gnus-group.el (gnus-group-select-group): Doc fix.
11271
11272         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
11273
11274 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11275
11276         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
11277         to handle `define-derived-mode'.
11278
11279 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11280         From:  Stefan Monnier  <monnier@cs.yale.edu>
11281
11282         * message.el (message-mode): Use define-derived-mode.
11283         (message-tab): message-completion-alist.
11284
11285         * imap.el (imap-interactive-login): Use make-local-variable.
11286         (imap-open): Ditto.
11287         (imap-authenticate): Ditto.
11288
11289         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
11290
11291         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
11292
11293 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11294
11295         * message.el (message-citation-line-function): Refer to
11296         gnus-cite-attribution-suffix.
11297
11298 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11299
11300         * gnus-art.el,...: Error convention changes.
11301
11302 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11303
11304         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
11305
11306 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11307
11308         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
11309         (nnrss-read-server-data): Ditto.
11310
11311 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11312
11313         * gnus-setup.el (gnus-use-installed-gnus): Typo.
11314         * Cleanup files.
11315         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
11316
11317 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11318
11319         * gnus.el (gnus-summary-line-format): Add %o.
11320
11321         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
11322         unless shell outputs something.
11323
11324 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11325
11326         * gnus-art.el (gnus-boring-article-headers): Better doc.
11327         (article-hide-headers): Better regexp.
11328         Suggested by Matt Swift <swift@alum.mit.edu>.
11329
11330         * nnheader.el (nnheader-max-head-length): Better doc.
11331         (nnheader-header-value): Skip spaces.
11332         (nnheader-parse-head): Remove space.
11333         Suggested by Matt Swift <swift@alum.mit.edu>.
11334
11335         * gnus-sum.el (gnus-summary-show-raw-article): New function.
11336         (gnus-get-newsgroup-headers): Remove space.
11337
11338 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11339
11340         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
11341         (gnus-summary-reply): Use it.
11342         (gnus-summary-reply-broken-reply-to): New function.
11343         (gnus-msg-force-broken-reply-to): New function.
11344
11345         * mm-view.el (mm-inline-text): Showing as text/plain when error.
11346
11347 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11348
11349         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
11350
11351 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11352
11353         * mm-decode.el (mm-external-terminal-program): New variable.
11354         (mm-display-external): Use it. Use term to display when no
11355         window-system.
11356
11357 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
11358
11359         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
11360         Browse->Next entries to Browse->Prev
11361
11362 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11363
11364         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
11365
11366 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11367
11368         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
11369         for the default encoding.
11370
11371         * nnrss.el (nnrss-url-field): New field.
11372         (nnrss-request-article): Add newsgroups.
11373
11374         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
11375
11376 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11377
11378         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
11379
11380         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
11381         (gnus-draft-setup): Remove backlog.
11382
11383 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11384
11385         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
11386         Cleanup.
11387
11388 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11389
11390         * gnus-msg.el (gnus-bug): Erase buffer.
11391
11392         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
11393
11394 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11395
11396         * mm-decode.el (mm-attachment-override-p): Fix typo.
11397
11398 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
11399
11400         * gnus-kill.el (gnus-execute): Work with the extra headers.
11401         * gnus-sum.el (gnus-summary-execute-command): Ditto.
11402
11403 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11404
11405         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
11406         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
11407
11408         * message.el (message-send-mail-real-function): New variable.
11409         (message-send-mail-partially, message-send-mail):
11410
11411         * nngateway.el (nngateway-request-post): Use it.
11412
11413         * gnus-agent.el (gnus-agentize): Use it.
11414
11415         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
11416         (nnsoup-revert-variables): Use it.
11417
11418 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
11419
11420         * mm-decode.el (mm-inline-media-tests): Default to displaying as
11421         text/plain if the type doesn't match any other media types.
11422         (mm-inlined-types): Doc fix.
11423         (mm-display-inline): Revert previous change (now handled by a
11424         default type in `mm-inline-media-tests'.
11425         (mm-inlinable-p): Revive.
11426         (mm-display-part): Call `mm-inlinable-p'.
11427         (mm-attachment-override-p): Ditto.
11428         (mm-inlined-p): Doc fix.
11429
11430         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
11431         well as `mm-inlined-p'.
11432
11433 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11434
11435         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
11436         (nntp-send-command-and-decode): Use gnus-point-at-bol.
11437
11438 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11439         From  Paul Jarc <prj@po.cwru.edu>
11440
11441         * message.el (message-use-mail-followup-to): New variable.
11442         (message-get-reply-headers): Use it.
11443
11444 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
11445
11446         * nnheader.el (nnheader-init-server-buffer): Make sure the
11447         *nntpd* buffer is made multibyte instead of a random buffer.
11448
11449 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11450
11451         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
11452         when it returns headers.
11453
11454 2001-07-07  Simon Josefsson  <jas@extundo.com>
11455
11456         * rfc2047.el (rfc2047-encode-message-header): Skip header when
11457         trying to fold. Thanks to Colin Walters
11458         <walters@cis.ohio-state.edu>
11459
11460 2001-07-06  Simon Josefsson  <jas@extundo.com>
11461
11462         * imap.el (imap-parse-address-list, imap-parse-flag-list)
11463         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
11464         Add information in `assert's.
11465
11466         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
11467         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
11468         and `nnimap-group-overview-filename', should handle all
11469         change-of-uidvalidity related issues.  But there may be other
11470         problems.)
11471
11472 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
11473
11474         * rfc2047.el (rfc2047-encode-message-header): Don't include the
11475         header name when folding.
11476
11477 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
11478
11479         * mm-decode.el (mm-inlined-types): Document relationship with
11480         `mm-inline-media-tests'.
11481         (mm-display-inline): Default to displaying as plain text if no
11482         inlining handler is available.
11483         (mm-inlinable-p): Remove.
11484         (mm-inlined-p): Don't call `mm-inlinable-p'.
11485         (mm-automatic-display-p): Ditto.
11486         (mm-attachment-override-p): Ditto.
11487
11488 2001-07-04  Simon Josefsson  <jas@extundo.com>
11489
11490         * nnimap.el (nnimap-importantize-dormant): New variable.
11491         (nnimap-request-update-info-internal): Use it.
11492         (nnimap-request-set-mark): Ditto.
11493
11494 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
11495
11496         * nntp.el (nntp-send-command): don't pass a buffer argument to
11497         `point'. Only XEmacs accepts this.
11498         * nntp.el (nntp-send-command-nodelete): ditto.
11499         * nntp.el (nntp-send-command-and-decode): ditto.
11500
11501 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
11502
11503         * nntp.el (nntp-open-connection-function): doc update.
11504         * nntp.el (nntp-pre-command): New.
11505         * nntp.el (nntp-via-rlogin-command): New.
11506         * nntp.el (nntp-via-telnet-command): New.
11507         * nntp.el (nntp-via-telnet-switches): New.
11508         * nntp.el (nntp-via-user-name): New.
11509         * nntp.el (nntp-via-user-password): New.
11510         * nntp.el (nntp-via-address): New.
11511         * nntp.el (nntp-via-envuser): New.
11512         * nntp.el (nntp-via-shell-prompt): New.
11513         * nntp.el (nntp-open-telnet-stream): New.
11514         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
11515         * nntp.el (nntp-open-via-telnet-and-telnet): New.
11516         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
11517         * nntp.el (nntp-send-command): ditto.
11518         * nntp.el (nntp-send-command-nodelete): ditto.
11519         * nntp.el (nntp-send-command-and-decode): ditto.
11520
11521 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
11522         Trivial patch.
11523
11524         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
11525         `when'.
11526
11527 2001-07-03  Simon Josefsson  <jas@extundo.com>
11528         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
11529
11530         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
11531
11532 2001-07-03  Simon Josefsson  <jas@extundo.com>
11533
11534         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
11535         remove it (workaround XEmacs `fill-region' bug).
11536
11537 2001-07-01  Simon Josefsson  <jas@extundo.com>
11538
11539         * nnimap.el (nnimap-date-days-ago): Defeat locale.
11540
11541 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11542
11543         * mml2015.el (mml2015-format-error): New function.
11544         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
11545         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
11546         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
11547
11548 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11549
11550         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
11551         Suggested by Christoph Conrad <C.Conrad@cli.de>.
11552
11553         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
11554         group variables.
11555
11556 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11557
11558         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
11559
11560         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
11561         (nnrss-save-group-data): Ditto.
11562
11563         * gnus-agent.el (gnus-agent-save-alist): Ditto.
11564
11565 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11566
11567         * message.el (message-do-send-housekeeping): Narrow to headers.
11568
11569 2001-06-24  Simon Josefsson  <jas@extundo.com>
11570
11571         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
11572         insertion when breaking lines looked for " \t" instead of "[ \t]".
11573         (rfc2047-encode-message-header): Fold lines even if
11574         no QP encoding is done.
11575
11576 2001-06-23  Simon Josefsson  <jas@extundo.com>
11577         From Samuel Tardieu <sam@inf.enst.fr>
11578
11579         * smime.el (smime-keys): Support additional certificates.
11580         (smime-make-certfiles): New function.
11581         (smime-sign-region): Use previous variables.
11582         (smime-get-certfiles): New function.
11583         (smime-sign-buffer): Use it.
11584         (smime-verify-region): Support both CAfile and CApath.
11585
11586 2001-06-23  Simon Josefsson  <jas@extundo.com>
11587
11588         * smime.el (smime-decrypt-region): Perhaps work.
11589
11590 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11591
11592         * gnus-msg.el (gnus-copy-article-buffer): Typo.
11593
11594 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
11595
11596         * mm-decode.el (mm-save-part): Rewrite file name.
11597         (mm-file-name-rewrite-functions): New variable.
11598         (mm-file-name-delete-whitespace): New function.
11599         (mm-file-name-trim-whitespace): New function.
11600         (mm-file-name-collapse-whitespace): New function.
11601         (mm-file-name-replace-whitespace): New variable and function.
11602
11603 2001-06-22  Simon Josefsson  <jas@extundo.com>
11604
11605         * message.el (message-make-date): Workaround locale for weekdays.
11606
11607 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11608
11609         * message.el (message-goto-body): Return nil if not found. (revert!)
11610
11611 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11612         From Fremlin <chief@bandits.org>
11613
11614         * message.el (message-goto-body): Some messages have no header.
11615
11616         * gnus-msg.el (gnus-copy-article-buffer): Use it.
11617
11618 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
11619
11620         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
11621
11622 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11623
11624         * message.el (message-make-date): Add week day.
11625         Suggested by Jason R. Mastaler <jason@mastaler.com>.
11626
11627 2001-06-19  Simon Josefsson  <jas@extundo.com>
11628
11629         * message.el (message-yank-prefix): Doc fix.
11630         (message-yank-cited-prefix): Ditto.
11631         (message-delete-not-region): Keep citation prefix on first line,
11632         if possible and appropriate.
11633
11634 2001-06-19  Simon Josefsson  <jas@extundo.com>
11635
11636         * imap.el (imap-process-connection-type): New variable.
11637         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
11638         recent `imtest's work completely (no line length issues), while
11639         making making old `imtest's unusable.  Thanks to NAGY Andras
11640         <nagya@inf.elte.hu> for his work.
11641
11642 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
11643
11644         * imap.el (imap-ssl-program): Add -quiet to shut up
11645         OpenSSL/SSLeay's internal debug talk.
11646
11647 2001-06-19  Matt Armstrong  <matt@lickey.com>
11648
11649         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
11650         server.
11651
11652 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11653
11654         * nnmail.el (nnmail-article-buffer): New variable.
11655         (nnmail-split-incoming): Use it.
11656
11657 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
11658
11659         * qp.el (quoted-printable-decode-region): If called interactively,
11660         use coding-system-for-read.
11661
11662 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11663
11664         * message.el (message-check-news-header-syntax): Check Reply-To.
11665
11666 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11667
11668         * mml.el (mml-parse-1): Use message options.
11669
11670         * message.el (message-do-fcc): Don't do anything if there is no
11671         FCC.
11672
11673 2001-06-16  Simon Josefsson  <jas@extundo.com>
11674
11675         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
11676         (nnimap-expunge-search-string): New variable.
11677         (nnimap-request-expire-articles): Use it.
11678
11679 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11680
11681         * message.el (message-send-mail-with-qmail): wrong exit status is
11682         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
11683
11684 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11685
11686         * gnus-art.el (article-strip-multiple-blank-lines): Use
11687         delete-region instead of replace-match.
11688
11689 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11690
11691         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
11692         (nnweb-google-wash-article): Ditto.
11693
11694 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
11695
11696         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
11697
11698 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11699
11700         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
11701         specs.
11702
11703 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11704
11705         * gnus.el (gnus-email-address): Move it here.
11706
11707         * gnus-art.el (article-de-quoted-unreadable): Read charset if
11708         requested.
11709         (article-de-base64-unreadable): Ditto.
11710         (article-wash-html): Ditto.
11711
11712 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11713
11714         * message.el (message-options-set-recipient): Don't add ", "
11715         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
11716
11717 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11718
11719         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
11720
11721 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11722
11723         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
11724         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
11725
11726         * nnrss.el (nnrss-node-text): Node might be nil.
11727
11728 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11729
11730         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
11731         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
11732
11733         * nnrss.el (nnrss-group-alist): More items.
11734
11735 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11736
11737         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
11738
11739 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11740         Trivial patch from Dale Hagglund  <rdh@best.com>
11741
11742         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
11743         restrict clauses.
11744
11745 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11746
11747         From Benjamin Rutt <brutt+news@bloomington.in.us>
11748
11749         * message.el (message-wide-reply-confirm-recipients): New variable.
11750
11751 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
11752         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
11753
11754         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
11755         fix so it works with XEmacs.
11756
11757 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11758
11759         * nnrss.el (nnrss-retrieve-headers): Support description as extra
11760         headers.
11761
11762 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11763
11764         * nnrss.el: Fix a few bugs.
11765
11766 2001-06-05  Simon Josefsson  <jas@extundo.com>
11767
11768         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
11769         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
11770
11771 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
11772
11773         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
11774         binary so that we don't transmit ISO 2022 garbage to the process.
11775         This is needed under XEmacs.
11776
11777 2001-06-03  Simon Josefsson  <simon@josefsson.org>
11778
11779         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
11780         autoloaded incorrectly below because ssl-program-* is bound.)
11781         Thanks to Amos Gouaux for report.
11782
11783 2001-06-02  Simon Josefsson  <simon@josefsson.org>
11784
11785         * imap.el (imap-kerberos4-open):
11786         (imap-gssapi-open):
11787         (imap-ssl-open):
11788         (imap-network-open):
11789         (imap-shell-open):
11790         (imap-starttls-open): Set buffer to workaround spurious
11791         `accept-process-output' buffer changes.  Thanks to Mats Lidell
11792         <Mats.Lidell@contactor.se> for report and partial patch and Jake
11793         Colman <colman@ppllc.com> for report.
11794
11795 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11796
11797         * gnus-sum.el (gnus-summary-catchup): New argument.
11798         (gnus-summary-catchup-from-here): New function.
11799
11800 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11801
11802         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
11803         back, then insert glyph.  (Before, the glyph was inserted first,
11804         then the newline.)  This works around a behavior in XEmacs where
11805         it is not possible to insert a character after a glyph which is at
11806         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
11807
11808 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11809
11810         From Jaap-Henk Hoepman (jhh@xs4all.nl).
11811
11812         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
11813         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
11814         mm-destroy-postponed-undisplay-list): New functions.
11815         (mm-display-external): Use them.
11816
11817 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11818
11819         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
11820         `default-low' when evaluating `gnus-summary-highlight'.
11821         From Raja R Harinath <harinath@cs.umn.edu>.
11822
11823 2001-05-27  Simon Josefsson  <simon@josefsson.org>
11824
11825         * message.el (message-yank-cited-prefix): New variable.
11826         (message-indent-citation): Use it.
11827
11828         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
11829         as details.
11830         (mml2015-mailcrypt-clear-verify): Ditto.
11831
11832 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11833         From Nevin Kapur <nevin@jhu.edu>.
11834
11835         * gnus-sum.el (gnus-summary-default-high-score,
11836         gnus-summary-default-low-score): New variables.
11837         (gnus-summary-highlight): Use them.
11838
11839 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
11840
11841         * message.el (message-mail): pass the 'send-actions argument to
11842         `message-setup'.
11843
11844 2001-05-16  Simon Josefsson  <simon@josefsson.org>
11845         From Raymond Scholz <ray-2001@zonix.de>
11846
11847         * gnus-art.el (gnus-mime-view-part-as-charset):
11848         (gnus-mime-internalize-part): Doc fixes.
11849
11850 2001-05-11  Simon Josefsson  <simon@josefsson.org>
11851
11852         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
11853         status lines without any text ("^215$").
11854
11855 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11856
11857         * nnrss.el (nnrss-check-group): Reverse.
11858
11859 2001-05-07  Simon Josefsson  <simon@josefsson.org>
11860
11861         * message.el (message-get-reply-headers):
11862         (message-followup): Fix typo, suggested by David Green
11863         <dgreen@uab.edu>
11864
11865 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11866
11867         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
11868
11869         * nnrss.el (nnrss-open-server): Read server data when it is called.
11870         (nnrss-request-expire-articles): Fix.
11871
11872 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11873
11874         * message.el (message-do-send-housekeeping): mail-abbrevs may
11875         rename buffer behind Gnus.
11876
11877 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11878
11879         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
11880         (nnrss-group-alist): Add more resources.
11881         (nnrss-check-group): Ignore errors.
11882
11883 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11884
11885         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
11886
11887         * nnslashdot.el (nnslashdot-request-list): Add time.
11888         (nnslashdot-request-expire-articles): New function.
11889
11890         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
11891         secondary methods too.
11892
11893 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11894
11895         * message.el (message-use-followup-to): Set default value to t.
11896
11897 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
11898
11899         * message.el (message-dont-reply-to-names): Fix documentation.
11900         (message-get-reply-headers): Use Mail-Followup-To only for wide
11901         replies.
11902
11903 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11904
11905         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
11906         correctly.
11907         (nnrss-check-group): Use time.
11908
11909 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11910
11911         * gnus.el: Oort Gnus v0.03 is released.
11912
11913 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11914
11915         * nnultimate.el (nnultimate-topic-article-to-article): Use the
11916         group.
11917
11918 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11919
11920         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
11921
11922 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11923
11924         * nnultimate.el (nnultimate-retrieve-headers): Return all
11925         available headers.
11926
11927         * gnus-sum.el (gnus-read-all-available-headers): New variable.
11928         (gnus-get-newsgroup-headers-xover): Use it.
11929
11930 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11931
11932         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
11933
11934 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11935
11936         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
11937
11938 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11939
11940         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
11941         disable it.
11942
11943         * gnus.el (gnus-info-nodes): Remove a few The's.
11944
11945 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11946
11947         * mail-source.el (mail-source-movemail): Call-process may return a
11948         signal description string.
11949
11950         * gnus-start.el (gnus-read-newsrc-el-file):
11951         gnus-newsrc-file-version may be nil.
11952
11953         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
11954         Suggested by Michael Sperber [Mr. Preprocessor]
11955         <sperber@informatik.uni-tuebingen.de>.
11956
11957 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
11958
11959         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
11960
11961 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
11962
11963         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
11964         fontify HANDLE.
11965
11966 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11967
11968         * smime.el (smime-ask-passphrase): Rework to return value.
11969         (smime-sign-region): Rework to bind value and use it.
11970         (smime-decrypt-region): Ditto.
11971
11972 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11973         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
11974
11975         * smime.el (smime-ask-passphrase): New function.
11976         (smime-sign-region): Use it.
11977         (smime-encrypt-cipher): New variable.
11978         (smime-decrypt-region): Ditto.
11979
11980 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
11981         Committed by Simon Josefsson  <simon@josefsson.org>
11982
11983         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
11984         the log.
11985
11986 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11987
11988         * gnus.el: Oort Gnus v0.02 is released.
11989
11990 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
11991
11992         * gnus.el: Oort Gnus v0.01 is released.
11993
11994 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11995
11996         * gnus-sum.el (gnus-summary-highlight): Highlight read
11997         undownloaded articles as read articles.
11998
11999         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
12000         (gnus-agent-get-undownloaded-list): Mark all undownloaded
12001         articles, even read ones, as such.
12002
12003         * gnus-sum.el (gnus-summary-find-matching): Clean up.
12004         (gnus-find-matching-articles): New function.
12005         (gnus-summary-limit-include-matching-articles): New command.
12006         (gnus-summary-limit-include-thread): Include articles that have
12007         matching subjects.
12008         (gnus-offer-save-summaries): Clean up.
12009
12010 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12011
12012         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
12013
12014 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12015         From Jason Merrill <jason_merrill@redhat.com>
12016
12017         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
12018
12019 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
12020         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12021
12022         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
12023         newsgroup names when the original article is a news message.
12024
12025 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12026
12027         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
12028         supported. Suggest by Jim Meyering <jim@meyering.net>.
12029
12030 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
12031         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
12032
12033         * nnmail.el (nnmail-split-it): Added check for .* at the end of
12034         regexp in nnmail-split-fancy.
12035
12036 2001-04-10  Simon Josefsson  <simon@josefsson.org>
12037
12038         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
12039
12040 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
12041
12042         * message.el (message-send-mail): Improve the interaction with the
12043         user.
12044
12045 2001-04-10  Simon Josefsson  <simon@josefsson.org>
12046
12047         * imap.el (imap-message-copy): Work around buggy servers that
12048         doesn't send TRYCREATE tags.
12049
12050 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
12051
12052         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
12053
12054 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12055
12056         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
12057         date.
12058
12059 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12060
12061         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
12062         lives.
12063
12064 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12065
12066         * gnus-art.el (gnus-parse-news-url): New function.
12067         (gnus-button-handle-news): New function.
12068         (gnus-button-alist): Point to new functions.
12069
12070         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
12071
12072         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
12073         gnus-format-specs.
12074
12075         * message.el (message-check-news-header-syntax): Question even
12076         when Gnus doesn't know the group names.
12077         (message-send-news): Clean up.
12078
12079         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
12080         exited on purpose without saving.
12081
12082         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
12083
12084 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12085
12086         * gnus-score.el (gnus-score-orphans): Clean up.
12087
12088         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
12089
12090         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
12091         later.
12092
12093         * gnus-start.el (gnus-close-all-servers): Find the right items to
12094         close.
12095
12096         * qp.el (quoted-printable-decode-region): Just message
12097         malformation; don't quit.
12098
12099 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12100         From Gerd Moellmann <gerd@gnu.org>.
12101
12102         * gnus.el (gnus-interactive): A typo.
12103
12104 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
12105         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12106
12107         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
12108         `assq-delete-all', if that function exists; otherwise use the old
12109         definition. Documentation changed to match the one in
12110         `assq-delete-all'.
12111
12112 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12113
12114         * gnus-start.el (gnus-close-all-servers): New function.
12115
12116         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
12117         (gnus-server-remove-denials): Clean up.
12118
12119         * gnus-sum.el (gnus-summary-sort-by-original): New command and
12120         keystroke.
12121
12122 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12123
12124         * message.el (message-send-news): Message where we are sending.
12125         (message-send-mail): Ditto.
12126
12127         * gnus.el (gnus-server-string): New function.
12128
12129         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
12130
12131         * mm-decode.el (mm-default-directory): Customized.
12132         (mm-tmp-directory): Ditto.
12133
12134         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
12135         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
12136         or Chars.
12137         (gnus-summary-line-format-alist): ?l is now a string.
12138         (gnus-summary-prepare-threads): Output ? for unknown lines.
12139         (gnus-summary-insert-line): Ditto.
12140         (gnus-summary-print-article): Unbalanced parentheses.
12141
12142         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
12143         out whether new stuff has arrived.
12144
12145 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
12146
12147         * gnus-sum.el: Let printing work on ttys on Emacs.
12148
12149 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12150
12151         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
12152         when forcing news.
12153
12154         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
12155         command.
12156
12157 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
12158
12159         * message.el (message-set-auto-save-file-name): Don't use
12160         asterisks under nt.
12161
12162 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12163
12164         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
12165         lists of articles.
12166
12167         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
12168
12169         * gnus-msg.el (gnus-put-message): Clean up.
12170         (gnus-summary-reply): Mark all replied-to articles as replied to.
12171         (gnus-inews-add-send-actions): Also mark as forwarded.
12172         (gnus-summary-mail-forward): Mark as forwarded.
12173
12174         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
12175         of articles.
12176         (gnus-summary-mark-article-as-forwarded): Ditto.
12177
12178         * gnus-msg.el (gnus-summary-resend-message): Mark article as
12179         forwarded.
12180         (gnus-summary-mail-forward): Clean up.
12181
12182         * gnus.el (gnus-article-mark-lists): Added forward.
12183
12184         * gnus-sum.el (gnus-forwarded-mark): New variable.
12185         (gnus-summary-prepare-threads): Use it.
12186         (gnus-summary-update-secondary-mark): Ditto.
12187         (gnus-newsgroup-forwarded): New variable.
12188
12189 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12190
12191         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
12192         (gnus-summary-very-wide-reply): New command and keystroke.
12193         (gnus-summary-very-wide-reply-with-original): Ditto.
12194
12195         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
12196         (gnus-score-adaptive): Use it.
12197
12198         * gnus-start.el (gnus-get-unread-articles): Clean up.
12199
12200 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12201
12202         * nnultimate.el (nnultimate-retrieve-headers): Work for other
12203         boards.
12204
12205 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
12206
12207         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
12208         * gnus-start.el (gnus-subscribe-newsgroup): use it.
12209
12210 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12211
12212         * nnultimate.el (nnultimate-retrieve-headers): Understand
12213         long-form month names.
12214
12215 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12216
12217         * gnus-sum.el (gnus-summary-show-all-headers):
12218         gnus-article-show-all-headers is broken. Use
12219         gnus-summary-toggle-header instead.
12220
12221         * mml2015.el (mml2015-gpg-extract-from): No error.
12222
12223 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12224         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
12225
12226         * mml2015.el (mml2015-gpg-extract-from): New function.
12227         (mml2015-gpg-verify): Use it.
12228         (mml2015-gpg-clear-verify): Use it.
12229
12230 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12231
12232         * message.el (message-setup-fill-variables): Use
12233         fill-paragraph-function.
12234         (message-fill-paragraph): Take an argument.
12235         (message-newline-and-reformat): Take another argument.
12236
12237 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12238
12239         * message.el (rmail-output): It is in rmailout.el not rmail.el.
12240
12241 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12242
12243         * message.el (message-forward): local-variable-p takes an extra
12244         argument in XEmacs.
12245
12246 2001-03-16  Simon Josefsson  <simon@josefsson.org>
12247
12248         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
12249         `nnimap-use-nov-p' (it really tested the negative).
12250         (nnimap-retrieve-headers): Use it.
12251
12252 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12253
12254         * message.el (message-generate-headers-first): Update doc.
12255
12256 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
12257         Trivial patch.
12258
12259         * gnus.el (gnus-summary-line-format): Typo.
12260
12261 2001-03-11  Simon Josefsson  <simon@josefsson.org>
12262
12263         * mailcap.el (mailcap-mime-data): Add application/sieve.
12264         (mailcap-mime-extensions): Add .siv, .xls.
12265
12266 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12267         From Christoph Conrad <christoph.conrad@gmx.de>
12268
12269         * gnus-score.el (gnus-summary-lower-thread): Typo.
12270
12271 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12272
12273         * message.el (message-forward-decoded-p): New variable.
12274         (message-forward-subject-author-subject): Use it.
12275         (message-make-forward-subject): Use it.
12276         (message-forward): Use it.
12277
12278         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
12279
12280         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
12281         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
12282
12283 ;;Has been fixed -- zsh.
12284 ;;2001-03-05  Dave Love  <fx@gnu.org>
12285 ;;
12286 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
12287 ;;      Move it after definition of mm-coding-system-p.
12288 ;;
12289 2001-03-01  Dave Love  <fx@gnu.org>
12290
12291         * mm-util.el (mm-inhibit-file-name-handlers): Add
12292         image-file-handler.
12293
12294 2001-02-11  Dave Love  <fx@gnu.org>
12295
12296         * message.el (message-signature-file): Fix doc, :type.
12297
12298 2001-02-08  Dave Love  <fx@gnu.org>
12299
12300         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
12301         (message-posting-charset): Defvar when compiling again.
12302         (rfc2047-encodable-p): Require message.
12303
12304         * gnus-sum.el (gnus-alter-articles-to-read-function):
12305         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
12306
12307 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12308
12309         * nnrss.el: New file.
12310
12311 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
12312         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12313
12314         * rfc2047.el (rfc2047-unfold-region): Fix arg of
12315         `skip-chars-forward'.
12316
12317 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12318
12319         * nndraft.el (nndraft-request-group): Restore auto save files if
12320         the original files do not exist.
12321
12322 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12323
12324         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
12325         SCORE paths.
12326
12327         * mm-decode.el (mm-dissect-buffer): Call
12328         mail-extract-address-components only if necessary.
12329
12330 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12331
12332         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
12333         directory part.
12334         (gnus-score-search-global-directories): Use file-directory-p.
12335
12336         * gnus-score.el (gnus-score-score-files-1): Use
12337         gnus-kill-files-directory.
12338         From Adrian Aichner <adrian@xemacs.org>.
12339
12340 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12341
12342         * gnus.el (charset): Move here from gnus-sum.el.
12343
12344 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12345
12346         * mml.el (mml-preview): Disable local map.
12347
12348         * gnus-sum.el (gnus-summary-make-menu-bar): Make
12349         gnus-article-post-menu here.
12350
12351         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
12352         if it has not been made.
12353
12354 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12355
12356         * gnus-art.el (gnus-article-describe-key): Map key to event.
12357         (gnus-article-describe-key-briefly): Ditto
12358
12359 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12360
12361         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
12362
12363 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12364         From Katsumi Yamaoka <yamaoka@jpl.org>.
12365
12366         * dgnushack.el (coerce, merge, subseq): defmacro.
12367
12368 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12369
12370         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
12371         A fake defalias in nndraft.el results a not-activated bug in
12372         uncompiled versions.
12373
12374 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
12375         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12376
12377         * gnus-util.el (gnus-split-references): Handle malformed References:.
12378
12379 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12380
12381         * gnus-art.el (gnus-article-mime-part-status): 1 part.
12382
12383 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12384         From NAGY Andras <nagya@inf.elte.hu>.
12385
12386         * gnus.el (gnus-parameters): Typo.
12387
12388 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12389
12390         * gnus.el (gnus-read-method): Remove redundancy.
12391
12392 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12393
12394         * nnslashdot.el (nnslashdot-backslash-url): New variable.
12395         (nnslashdot-request-list): Use it.
12396
12397 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12398
12399         * nnml.el (nnml-generate-active-info): Fix the case when there is
12400         no file.
12401
12402         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
12403         (gnus-summary-create-article): New function.
12404
12405         * gnus-group.el (gnus-group-mark-article-read): New function.
12406
12407         * gnus-msg.el (gnus-inews-do-gcc): Use it.
12408
12409         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
12410
12411 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12412
12413         * gnus-art.el (gnus-article-edit-done): Don't use
12414         gnus-article-edit-exit.
12415         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
12416
12417         * gnus.el (gnus-parameters): New variable.
12418         Suggested by NAGY Andras <nagya@inf.elte.hu>.
12419         (gnus-parameters-get-parameter): New function.
12420         (gnus-group-find-parameter): Use it.
12421
12422 2001-02-23  Simon Josefsson  <simon@josefsson.org>
12423
12424         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
12425         change of default value to `current'.
12426
12427 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12428
12429         * nneething.el (nneething-get-head): Insert unreadable file too.
12430
12431 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12432
12433         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
12434
12435         * webmail.el (webmail-type-definition): Deja is bought by google.
12436
12437 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12438
12439         * gnus-sum.el (gnus-fetch-headers): New function.
12440         (gnus-select-newsgroup): Use it.
12441         (gnus-summary-insert-articles): New function.
12442         (gnus-summary-insert-old-articles): New function.
12443         (gnus-summary-insert-new-articles): New function.
12444
12445         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
12446         (gnus-group-list-active): Ditto.
12447         * gnus-sum.el (gnus-set-mode-line): Ditto.
12448         (gnus-summary-read-group-1): Ditto.
12449
12450 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12451
12452         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
12453         current topic.
12454
12455 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12456
12457         * smiley.el (gnus-smiley-display): Don't do widening.
12458
12459         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
12460         within body.
12461
12462         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
12463
12464         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
12465         New variable.
12466         (gnus-mime-display-multipart-related-as-mixed): New variable.
12467         (gnus-mime-display-part): Use them.
12468
12469 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12470
12471         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
12472         something special.
12473
12474 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12475
12476         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
12477         (nnweb-request-article): Call reference if exists.
12478         (nnweb-type-definition): Dejanews is bought by google.com.
12479         Beta!
12480
12481 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12482
12483         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
12484
12485 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12486
12487         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
12488         gnus-article-sort-functions.
12489         (gnus-article-sort-functions): Doc fix.  Refer to
12490         gnus-thread-sort-functions.
12491
12492 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12493         From Paul Jarc <prj@po.cwru.edu>.
12494
12495         * message.el (message-get-reply-headers): More fixes.
12496
12497 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
12498         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12499
12500         * message.el (message-get-reply-headers): Fix bug with
12501         Mail-Followup-To/to-address interaction.
12502
12503 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12504
12505         * gnus-msg.el (gnus-configure-posting-styles): Match header in
12506         gnus-article-copy.
12507
12508 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12509
12510         * message.el (message-do-send-housekeeping): Rename to a better
12511         name.
12512
12513 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12514
12515         * message.el (message-cancel-news): Check article first, then ask
12516         yes or no.
12517
12518 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12519
12520         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
12521
12522 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12523
12524         * gnus-range.el (gnus-range-normalize): New function.
12525
12526 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
12527
12528         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
12529
12530 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12531
12532         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
12533
12534         * nnagent.el (nnagent-request-regenerate): New function.
12535
12536         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
12537
12538         * nnml.el (nnml-generate-nov-databases): Accept argument
12539         server. Don't open server if it is opened.
12540         (nnml-request-regenerate): Use it. Change to deffoo.
12541
12542 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12543         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12544
12545         * gnus.el (gnus-define-group-parameter): Fix.
12546
12547 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12548
12549         * gnus.el (gnus-define-group-parameter): Improved.
12550
12551         * gnus-sum.el (charset): Define parameter.
12552         (ignored-charsets): Ditto.
12553         (gnus-summary-setup-default-charset): Use them.
12554
12555         * gnus-start.el (gnus-read-descriptions-file): Use them.
12556
12557         * gnus-cus.el (gnus-group-parameters): Remove them.
12558
12559 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12560
12561         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
12562
12563 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12564
12565         * gnus-sum.el (gnus-summary-read-group-1): Remove
12566         gnus-summary-set-local-parameters.
12567         (gnus-summary-setup-buffer): Put it here.
12568
12569 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12570
12571         * gnus.el (to-address): Define parameter.
12572         (to-list): Ditto.
12573         * gnus-art.el (article-hide-boring-headers): Use them.
12574         * gnus-msg.el (gnus-post-news): Ditto.
12575         * gnus-cus.el (gnus-group-parameters): Remove them.
12576
12577 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12578
12579         * gnus-draft.el (gnus-draft-reminder): New function.
12580
12581         * gnus-art.el (gnus-sender-save-name): New function.
12582
12583 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12584
12585         * mm-util.el (mm-mime-charset): Error message.
12586
12587 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12588
12589         * message.el (message-check-news-body-syntax): Don't check mml lines.
12590
12591 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12592
12593         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
12594         subscribe.
12595
12596         * gnus-start.el (gnus-call-subscribe-functions): New function.
12597         (gnus-find-new-newsgroups): Use it.
12598         (gnus-ask-server-for-new-groups): Use it.
12599         (gnus-check-first-time-used): Use it.
12600         (gnus-subscribe-newsgroup-method): Grok a list of functions.
12601         (gnus-subscribe-options-newsgroup-method): Ditto.
12602         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
12603         return .
12604
12605 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12606
12607         * gnus-cus.el (gnus-score-customize): Doc fix.
12608
12609 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
12610
12611         * dgnushack.el (my-getenv): Typo.
12612
12613 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12614
12615         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
12616
12617 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12618
12619         * gnus-group.el (gnus-group-suspend): Offer save summaries.
12620
12621         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
12622         (gnus-treatment-function-alist): Use it.
12623         (article-remove-leading-whitespace): New function.
12624         (gnus-article-make-menu-bar): Use it.
12625
12626         * gnus-sum.el (gnus-summary-wash-empty-map): Add
12627         remove-leading-whitespace.
12628         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
12629         because of conflict.
12630
12631 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12632
12633         * Makefile.in: Hack generating gnus-load.el.
12634         * dgnushack.el: Ditto.
12635         * gnus-load.el: Remove it.
12636
12637 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12638
12639         * dgnushack.el : Add URLDIR.
12640
12641         * Makefile.in (EMACS_COMP): Ditto.
12642
12643 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12644
12645         * gnus-cus.el (gnus-score-customize): Error on no score file.
12646
12647 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12648
12649         * mm-decode.el (mm-merge-handles): New function.
12650
12651         * mm-view.el (mm-inline-message): Use it.
12652         (mm-view-message): Ditto.
12653
12654         * mm-partial.el (mm-inline-partial): Ditto.
12655
12656         * mm-extern.el (mm-inline-external-body): Ditto.
12657
12658         * gnus-art.el (gnus-mime-view-part): Ditto.
12659         (gnus-mime-view-part-as-type): Ditto.
12660         (gnus-mime-save-part-and-strip): Prevent users to strip in some
12661         cases.
12662
12663 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12664
12665         * message.el (message-cancel-news): Allow to shoot foot.
12666         (message-supersede): Ditto.
12667
12668 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
12669         Trivial patch.
12670
12671         * gnus-sum.el (gnus-simplify-subject-re): Use
12672         message-subject-re-regexp.
12673
12674 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12675
12676         * nnmail.el (nnmail-expiry-target-group): Bind
12677         nnmail-cache-accepted-message-ids to nil.
12678
12679         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
12680         coding system.
12681
12682 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12683
12684         * qp.el (quoted-printable-encode-region): Make sure characters are
12685         between 00 and FF.  Don't check charset.
12686
12687         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
12688         in Emacs 20.
12689         * rfc2047.el (rfc2047-q-encode-region): Ditto.
12690
12691 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12692
12693         * message.el (message-make-forward-subject): Argument decoded.
12694         (message-forward): Use it when digest.
12695
12696         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
12697         buffer.
12698
12699 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12700
12701         * message.el (message-generate-headers-first): Doc fix.
12702
12703 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12704
12705         * gnus-art.el (article-make-date-line): Error proof.
12706
12707 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12708
12709         * gnus-group.el (gnus-group-listing-limit): New variable.
12710         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
12711
12712         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
12713
12714 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12715
12716         * message.el (message-newline-and-reformat): Special case for
12717         breaking at BOL.
12718
12719 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
12720
12721         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
12722         message/rfc822.
12723
12724 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12725
12726         * message.el (message-encode-message-body): Don't insert
12727         Content-Type if it is inside a mail.
12728
12729 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12730
12731         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
12732         gnus-article-commands-menu.
12733
12734         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
12735         in Emacs.
12736
12737         * gnus-start.el (gnus-read-descriptions-file): Use
12738         gnus-group-name-charset and gnus-group-charset-alist.
12739
12740 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12741
12742         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
12743         active region.
12744
12745         * gnus-start.el (gnus-group-change-level): Remove from both
12746         gnus-zombie-list and gnus-killed-list.
12747
12748 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12749
12750         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
12751         gnus-subscribe-topics.
12752
12753         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
12754
12755 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12756
12757         * gnus-art.el (gnus-article-make-menu-bar): Make
12758         gnus-article-post-menu.
12759
12760         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
12761
12762         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
12763
12764         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
12765
12766         * message.el (message-mode-menu): Ditto.
12767
12768         * gnus-art.el (defvar): eval-when-compile.
12769
12770 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12771
12772         * gnus-agent.el (gnus-agentize): Fix doc.
12773
12774 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
12775
12776         * mml.el (mml-preview): Bind `q'.
12777
12778 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12779
12780         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
12781
12782 2001-01-31  Dave Love  <fx@gnu.org>
12783
12784         * mm-util.el (mm-mime-mule-charset-alist)
12785         (mm-find-mime-charset-region): Consider mule-utf-8.
12786
12787 2001-01-31  Dave Love  <fx@gnu.org>
12788
12789         * gnus-art.el (gnus-article-x-face-command)
12790         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
12791         :version.
12792
12793 2001-01-26  Dave Love  <fx@gnu.org>
12794
12795         * mm-util.el (mm-multibyte-string-p): New.
12796
12797 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
12798 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
12799 ;;      string-as-multibyte on class.  Clarify line-folding.
12800         (quoted-printable-encode-string): Make temp buffer inherit
12801         string's multibyteness.
12802
12803 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
12804
12805         * nnheader.el (toplevel): Don't require `gnus-util' at
12806         compile-time; this creates a circular dependency, and prevents
12807         a bootstrap.
12808
12809 2001-01-22  Andreas Schwab  <schwab@suse.de>
12810
12811         * nnheader.el (gnus-delete-line): Autoload it as a macro.
12812
12813 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12814
12815         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
12816
12817         * gnus-art.el (article-hide-list-identifiers): Ditto.
12818
12819         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
12820
12821 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12822
12823         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
12824
12825         * gnus-art.el (article-hide-list-identifiers): Similar.
12826
12827 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
12828
12829         * nnmail.el (nnmail-remove-list-identifiers): Improved.
12830
12831 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12832
12833         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
12834
12835 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12836
12837         * gnus-util.el (gnus-string-equal): New function.
12838
12839         * gnus-art.el (article-hide-boring-headers): Use it.
12840
12841 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
12842
12843         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
12844
12845 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12846
12847         * gnus-msg.el (gnus-msg-mail): Support switch-action.
12848
12849 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12850
12851         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
12852         command if there is not last-saver.
12853
12854 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12855
12856         * nntp.el (nntp-open-connection): 201 is possible.
12857
12858 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12859
12860         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
12861         (rfc2047-charset-encoding-alist): Add big5.
12862
12863 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12864
12865         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
12866         (gnus-agent-remove-server): Ditto.
12867         (autoload): gnus-server-update-server.
12868
12869         * gnus-srvr.el (gnus-server-line-format): Add %a.
12870         (gnus-server-line-format-alist): Add gnus-tmp-agent.
12871         (gnus-server-insert-server-line): Use it.
12872
12873 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12874
12875         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
12876         GB2312 and Big5.
12877
12878 2001-01-24  Simon Josefsson  <sj@extundo.com>
12879
12880         * mail-source.el (mail-sources): Add :program specifier to IMAP
12881         mail source.
12882         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
12883
12884 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12885
12886         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
12887
12888 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12889
12890         * nntp.el (nntp-wait-for): Return the success code.
12891         (nntp-open-connection): Use it.
12892
12893 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12894
12895         * gnus-int.el (gnus-check-server): Allow breaking the opening.
12896
12897 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12898
12899         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
12900
12901 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12902
12903         * gnus-sum.el (gnus-summary-print-article): Take one prefix
12904         argument. Allow to print several articles in one file.
12905
12906 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12907
12908         * webmail.el (webmail-type-definition): netaddress changes.
12909
12910 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12911
12912         * gnus.el: Fix copyright. Remove trailing spaces.
12913
12914         * message.el (message-forward): Use mule4.
12915
12916 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12917
12918         * mm-util.el (mm-string-as-unibyte): New function.
12919
12920         * message.el (message-forward): Use it.
12921
12922 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12923
12924         * message.el (message-cite-original-without-signature): Don't peel
12925         off the blank line.
12926         (message-get-reply-headers): Add Cc if it is not in follow-to.
12927
12928 2001-01-20  Simon Josefsson  <sj@extundo.com>
12929
12930         * mm-decode.el (mm-handle-multipart-from): Add.
12931         (mm-dissect-buffer): Save From: header value.
12932         (mm-security-from): Remove.
12933         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
12934
12935         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
12936         instead of `mml-security-from'.  Protect null from value.
12937
12938 2001-01-20  Simon Josefsson  <sj@extundo.com>
12939
12940         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
12941         application/vnd.ms-excel attachments.
12942
12943 2001-01-19  Simon Josefsson  <sj@extundo.com>
12944
12945         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
12946
12947 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12948
12949         * message.el (message-ignored-mail-headers): Ditto.
12950
12951 2001-01-19  Simon Josefsson  <sj@extundo.com>
12952
12953         * message.el (message-ignored-news-headers): Only search beginning
12954         of line.
12955
12956 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
12957         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
12958
12959         * message.el (message-send-mail): Content-Type may not be there.
12960
12961 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12962
12963         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
12964         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
12965
12966         * gnus-art.el (article-display-x-face): Insert X-Face if there is
12967         not.
12968
12969 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12970
12971         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
12972         non-native groups.
12973
12974 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12975
12976         * message.el (message-yank-original): Understand
12977         universal-argument.
12978
12979 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12980
12981         * gnus-art.el (gnus-boring-article-headers): Add to-address.
12982         (article-hide-boring-headers): Ditto.
12983
12984         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
12985
12986 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12987
12988         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
12989         one.
12990
12991 2001-01-16  Simon Josefsson  <simon@josefsson.org>
12992
12993         * message.el (message-make-in-reply-to): Add comment to message-id
12994         (old syntax, see 2000-08-02 change).
12995
12996 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12997
12998         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
12999         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
13000         (gnus-button-reply): Ditto.
13001
13002 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13003
13004         * gnus-art.el (article-display-x-face): Fix.
13005
13006 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13007
13008         * gnus-art.el (article-display-x-face): Use
13009         gnus-original-article-buffer.
13010
13011 2001-01-15  Jack Twilley  <jmt@tbe.net>
13012
13013         * message.el (message-add-header): Move to point-max.
13014
13015 2001-01-15  Simon Josefsson  <simon@josefsson.org>
13016
13017         * smime.el (smime-CA-directory, smime-CA-file): Change default to
13018         nil, improve documentation.
13019         (smime-certificate-directory): Comment out false hints (until it
13020         is implemented).
13021
13022         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
13023         there aren't any keys.
13024         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
13025         verify certificate.  Default is changed to only check integrity.
13026         Improved security status texts.  If a certificate doesn't contain
13027         a email address, don't fail.
13028
13029         * smime.el (smime-noverify-region):
13030         (smime-noverify-buffer): New functions.  Verifies integrity only.
13031
13032 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13033
13034         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
13035
13036 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13037
13038         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
13039         (gnus-remove-some-windows): Ditto.
13040
13041 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13042
13043         * gnus-art.el (article-make-date-line): 11th.
13044
13045 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13046
13047         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
13048         (mml2015-gpg-sign): Ditto.
13049
13050 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13051
13052         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
13053         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
13054
13055 2001-01-08  Dave Love  <fx@gnu.org>
13056
13057         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
13058         single character.
13059
13060         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
13061
13062         * message.el: Doc and message fixes.
13063         (message-send-rename-function)
13064         (message-make-forward-subject-function)
13065         (message-send-mail-function, message-reply-to-function)
13066         (message-wide-reply-to-function, message-followup-to-function)
13067         (message-distribution-function, message-auto-save-directory): Fix
13068         :type.
13069
13070         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
13071         proceeding after warnings.  Amend multipart warning message.
13072
13073 2001-01-04  Dave Love  <fx@gnu.org>
13074
13075         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
13076         compiling.
13077         (gnus-make-directory): Require nnmail.
13078
13079         * mm-decode.el (mm-inline-media-tests): Add
13080         image/x-portable-bitmap.
13081         (mm-get-image): Grok pbm.
13082
13083 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
13084
13085         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
13086
13087 2001-01-09  Didier Verna  <didier@xemacs.org>
13088
13089         * dgnushack.el (dgnushack-compile): give a dummy value to
13090         `gnus-xmas-glyph-directory' for the time of compilation.
13091         * gnus-agent.el: moved some XEmacs specific hook add-ons from
13092         `gnus-xmas-[re]define' to avoid loosing user custom settings.
13093         * gnus-art.el: ditto.
13094         * gnus-group.el: ditto.
13095         * gnus-salt.el: ditto.
13096         * gnus-sum.el: ditto.
13097         * gnus-topic.el: ditto.
13098         * gnus-xmas.el (gnus-xmas-define): see above.
13099         * gnus-xmas.el (gnus-xmas-redefine): see above.
13100         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
13101         non-continuable error when the directory can't be found.
13102
13103 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13104
13105         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
13106         handle.
13107         * gnus-art.el (gnus-mime-view-part): Copy it.
13108         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
13109
13110 2001-01-09  Michael Downes  <mjd@ams.org>
13111
13112         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
13113
13114 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13115
13116         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
13117         orig-file. Use ',source.
13118
13119 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13120
13121         * gnus-xmas.el (gnus-xmas-modeline-glyph):
13122         (gnus-xmas-group-startup-message):
13123         Detect gnus-xmas-glyph-directory when it is nil.
13124
13125 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13126
13127         * pop3.el (pop3-get-message-count): Andrew Innes
13128         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
13129
13130 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13131
13132         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
13133
13134         * time-date.el (time-to-number-of-days): New function.
13135
13136 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
13137         Trivial patch.
13138
13139         * nnslashdot.el (nnslashdot-request-list): Always get the right
13140         sid.
13141
13142 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13143
13144         * message.el (message-minibuffer-local-map): New keymap.
13145         (message-read-from-minibuffer): Use it.
13146         * gnus-msg.el (gnus-summary-resend-message): Use it
13147
13148 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13149
13150         * gnus-start.el (gnus-display-time-event-handler): New function.
13151         (gnus-after-getting-new-news-hook): Use it.
13152
13153 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13154
13155         * message.el (message-ignored-mail-headers): Add draft header.
13156
13157 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13158
13159         * gnus-sum.el (gnus-summary-expire-articles): Don't save
13160         excursion.
13161
13162         * nnslashdot.el (nnslashdot-request-list): Get the right year.
13163
13164 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
13165         A revoked patch.
13166
13167         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
13168
13169 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13170
13171         * qp.el (quoted-printable-decode-region): Don't backward-char.
13172
13173 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13174
13175         * gnus-draft.el: Mark articles as replied.
13176
13177         * gnus-sum.el (gnus-summary-add-mark): New function.
13178
13179         * gnus-group.el (gnus-add-mark): New function.
13180
13181         * gnus-sum.el (gnus-summary-buffer-name): New function.
13182         (gnus-summary-setup-buffer): Use it.
13183
13184         * gnus-draft.el: Set things up with the right post method and
13185         stuff.
13186
13187         * message.el (message-ignored-news-headers): Remove X-Draft-From.
13188
13189         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
13190
13191         * gnus.el (gnus-draft-meta-information-header): New variable.
13192
13193 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13194
13195         * gnus-art.el (gnus-treatment-function-alist): Move the date
13196         functions before the header sorting functions.
13197
13198         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
13199
13200         * dgnushack.el (dgnushack-compile): Message whether there is w3.
13201         Don't (push "/usr/share/emacs/site-lisp" load-path).
13202
13203         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
13204         to empty fill prefixes.
13205
13206 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13207
13208         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
13209         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
13210
13211 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13212
13213         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
13214
13215         * nnml.el (autoload): Move to nnheader.el.
13216
13217         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
13218         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
13219         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
13220         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
13221
13222 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13223
13224         * gnus-art.el (article-make-date-line): Get the hours right.
13225         (gnus-ignored-headers): More hiding.
13226
13227         * nnmail.el (nnmail-expiry-wait): Not an integer.
13228
13229         * message.el (message-goto-body): Only expand abbrev when called
13230         interactively.
13231         (message-make-lines): Use it.
13232
13233 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13234
13235         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
13236
13237 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13238
13239         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
13240         include the expunged articles.
13241
13242         * gnus-group.el (gnus-group-sort-by-server): New function.
13243
13244         * gnus.el (gnus-method-to-server-name): New function.
13245         (gnus-group-prefixed-name): Use it.
13246
13247         * gnus-group.el (gnus-group-sort-function): Doc fix.
13248         (gnus-group-sort-groups-by-server): New command.
13249
13250 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13251
13252         * gnus-art.el (gnus-treat-date-english): New variable.
13253         (article-date-english): New command.
13254         (gnus-english-month-names): New variable.
13255         (article-make-date-line): Do 'english.
13256
13257         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
13258         after the fill prefix.
13259
13260         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
13261         score...".
13262
13263         * gnus-art.el (gnus-ignored-headers): Hide more headers.
13264
13265         * message.el (message-mode-map): Bind comment-region.
13266
13267         * gnus-art.el (gnus-mime-display-part): Let w3 display
13268         multipart/related.
13269
13270         * mm-bodies.el (mm-long-lines-p): New function.
13271         (mm-body-encoding): Use it.
13272         (mm-body-encoding): Encode articles with lines longer than 1000
13273         characters.
13274
13275 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13276
13277         * mm-util.el (mm-enable-multibyte): Use
13278         default-enable-multibyte-characters.
13279         (mm-enable-multibyte-mule4): Ditto.
13280         (mm-disable-multibyte): Test XEmacs.
13281         (mm-disable-multibyte-mule4): Ditto.
13282         (mm-with-unibyte-current-buffer): Simplified.
13283         (mm-with-unibyte-current-buffer-mule4): Ditto.
13284
13285 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13286
13287         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
13288
13289         * nnheader.el (nnheader-string-as-multibyte): New alias.
13290
13291         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
13292
13293         * gnus-uu.el (gnus-message-process-mark): New function.
13294         (gnus-uu-mark-by-regexp): Use it.
13295         (gnus-new-processable): New function.
13296
13297 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
13298          Trivial patch.
13299
13300         * gnus-sum.el (gnus-no-mark): New variable.
13301
13302 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13303
13304         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
13305         backslashes.
13306
13307 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13308
13309         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
13310         definition.
13311
13312 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13313
13314         * dgnushack.el (dgnushack-compile): elc is in the current directory.
13315
13316         * qp.el (quoted-printable-encode-region): Don't check multibyte in
13317         XEmacs.
13318
13319 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
13320         Trivial patch.
13321
13322         * mml.el (mml-read-tag): Save tag location.
13323
13324 2000-12-25  Simon Josefsson  <simon@josefsson.org>
13325
13326         * starttls.el: Sync with Emacs 21.
13327
13328 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13329
13330         * message.el (message-mail): Support yank-action.
13331
13332         * message.el (message-setup): Revoke the last change.
13333
13334 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13335
13336         * message.el (message-setup): Use cons. Suggested by Johan Vromans
13337         <jvromans@squirrel.nl>.
13338
13339 2000-12-24  Simon Josefsson  <sj@extundo.com>
13340
13341         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
13342         mailing list junk at end of part.
13343
13344 2000-12-23  Simon Josefsson  <sj@extundo.com>
13345
13346         * nnimap.el (nnimap-expiry-target): New function.
13347         (nnimap-request-expire-articles): Use it.
13348
13349 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13350
13351         * gnus.el (gnus-group-parameters-more): New variable.
13352         * gnus-cus.el (gnus-group-customize): Use it.
13353
13354         * gnus.el (gnus-define-group-parameter): New macro.
13355         (auto-expire): Use it
13356         (total-expire): Use it.
13357         * gnus-art.el (banner): Use it.
13358
13359         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
13360         <ljz@asfast.com>.
13361
13362 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13363
13364         * gnus-topic.el (gnus-topic-create-topic): Use list.
13365
13366         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
13367         before binding gnus-default-article-saver.
13368
13369         * gnus-sum.el (gnus-summary-save-article):
13370         (gnus-summary-pipe-output):
13371         (gnus-summary-save-article-mail):
13372         (gnus-summary-save-article-rmail):
13373         (gnus-summary-save-article-file):
13374         (gnus-summary-write-article-file):
13375         (gnus-summary-save-article-body-file): Ditto.
13376
13377         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
13378
13379 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13380
13381         * gnus-art.el (gnus-mime-security-button-map):
13382         (gnus-mime-button-map): Add parent.
13383
13384 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13385
13386         * messagexmas.el (message-xmas-redefine): New function.
13387
13388         * message.el: Use it.
13389
13390         * gnus-art.el (gnus-article-check-hidden-text): Return t.
13391
13392         * gnus-util.el (gnus-remove-text-properties-when): Return t.
13393
13394 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13395
13396         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
13397         malformatted messages.
13398
13399 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13400
13401         * mm-util.el (mm-image-load-path): New function.
13402
13403         * gnus-group.el (gnus-group-make-tool-bar): Use it.
13404
13405         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
13406
13407         * message.el (message-tool-bar-map): Use it.
13408
13409         * Makefile.in (install-el): New rule.
13410
13411 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13412
13413         * gnus-art.el (article-treat-dumbquotes): Quote \.
13414
13415 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13416
13417         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
13418         Emacs 20 runs on a terminal.
13419
13420 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13421
13422         * gnus-msg.el (gnus-bug): Revert to save-excursion.
13423
13424         * mml.el (gnus-add-minor-mode): Autoload.
13425
13426         * message.el (message-forward): Save-restriction.
13427
13428 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13429
13430         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
13431         Paul Stevenson <p.stevenson@surrey.ac.uk>
13432
13433 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13434
13435         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
13436
13437         * mml.el (gnus-ems): Don't require.
13438
13439         * gnus.el (gnus-decode-rfc1522): Removed.
13440         (gnus-set-text-properties): Define.
13441
13442 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13443
13444         * gnus-art.el (gnus-mime-*): handle may be nil.
13445
13446         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
13447
13448         * gnus.el (gnus-group-remove-excess-properties): Not defined
13449         in gnus-xmas.
13450
13451 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13452
13453         * message.el (message-mail-user-agent): Add :version.
13454
13455 2000-12-21  Miles Bader  <miles@gnu.org>
13456
13457         * message.el (message-mode): Set `comment-start' to the  yank prefix.
13458
13459 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13460
13461         * message.el (message-mail-user-agent): New variable.
13462         (message-setup): Renamed to message-setup-1. Support
13463         mail-user-agent.
13464         (message-mail-user-agent): New function.
13465         (message-mail): Use it.
13466         (message-reply): Use it.
13467         (message-resend): Use it.
13468         (message-mail-other-window): Use it.
13469         (message-mail-other-frame): Use it.
13470
13471         * gnus-msg.el (gnus-bug): Support mail-user-agent.
13472
13473 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13474
13475         * message.el (message-tool-bar-map): Simplify.
13476         (message-narrow-to-head-1): New function.
13477         (message-narrow-to-head): Use it.
13478         (message-reply): Ditto.
13479         (message-cancel-news): Ditto.
13480         (message-supersede): Ditto.
13481         (message-make-forward-subject): Ditto.
13482         (message-bounce): Ditto.
13483
13484 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13485
13486         * uudecode.el (uudecode-decode-region-external): make-temp-file
13487         may not be defined.
13488
13489         * binhex.el (defalias): eval-and-compile.
13490
13491         * message.el (message-tool-bar-map): New function.
13492         (message-mode): Use it.
13493
13494 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13495
13496         * nntp.el (nntp-find-connection): Remove the entry.
13497         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
13498
13499 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13500
13501         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
13502
13503         * message.el (message-forward): Copy buffer in unibyte mode.
13504
13505 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13506
13507         * message.el (message-make-forward-subject): Don't widen. Decode.
13508         (message-forward): Don't decode subject.
13509
13510 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
13511
13512         * qp.el (quoted-printable-encode-region): Upcase QP.
13513
13514 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13515
13516         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
13517         mail-extract-a-c instead. Don't depend on Gnus.
13518
13519         * mml.el (gnus-ems): Require it.
13520
13521         * gnus-msg.el (gnus-summary-mail-forward):
13522
13523         * message.el (message-forward):  Move mime-to-mml here.
13524
13525 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13526
13527         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
13528         * gnus-art.el (gnus-insert-mime-button): Simplify.
13529         (gnus-mime-display-alternative): Ditto.
13530         (gnus-insert-mime-security-button): Ditto.
13531
13532 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13533
13534         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
13535         text-property-not-all doesn't return nil when start=mark(end).
13536         (gnus-remove-text-properties-when): Ditto.
13537
13538 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13539
13540         * gnus-start.el (gnus-group-change-level): Remove group from
13541         gnus-active-hashtb if real killed.
13542
13543 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13544
13545         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
13546         (gnus-mime-display-alternative): Ditto.
13547         (gnus-insert-mime-security-button): Ditto.
13548
13549 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13550
13551         * gnus-start.el (gnus-group-change-level): Don't add it into
13552         killed-list if it was killed.
13553
13554 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13555
13556         * nnmbox.el (nnmbox-file-coding-system): Use binary.
13557         (nnmbox-active-file-coding-system): Ditto.
13558
13559         * gnus-cus.el (gnus-group-parameters): Add posting-style.
13560
13561 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13562
13563         * gnus.el (gnus-version):
13564         (gnus-version-number): Set to Oort Gnus 0.01.
13565
13566         * gnus-art.el (gnus-mime-security-button-map):
13567         (gnus-insert-mime-security-button): Fix for Emacs21.
13568
13569 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13570
13571         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
13572         easymenu, because XEmacs doesn't understand :help.
13573
13574         * mm-uu.el: Require binhex.
13575
13576 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13577
13578         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
13579
13580 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13581
13582         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
13583
13584 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
13585
13586         * *.xpm, *.pbm: Convert icons icons to size 24x24.
13587
13588 2000-12-18  Dave Love  <fx@gnu.org>
13589
13590         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
13591         (unused).
13592
13593 2000-12-13  Miles Bader  <miles@gnu.org>
13594
13595         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
13596         to t, so that we don't get stuck while trying to smilefy
13597         intangible text.
13598
13599 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
13600
13601         * smiley-ems.el (smiley-regexp-alist): Make regexps match
13602         at the end of the buffer.
13603         (smiley-region): In the loop, move to the end of the submatch
13604         matching the smiley instead of using the end of the match
13605         of the whole regexp.
13606
13607 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
13608
13609         * message.el (message-mode): Doc fix.
13610
13611 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
13612
13613         * smiley-ems.el (smiley-region): Doc fix.
13614
13615 2000-12-11  Miles Bader  <miles@gnu.org>
13616
13617         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
13618         bottom line visible, check to see if it's partially obscured, and
13619         if so, either scroll one more line to make it fully visible, or
13620         revert to showing the second line from the top.
13621
13622 2000-12-07  Dave Love  <fx@gnu.org>
13623
13624         * mailcap.el (mailcap-download-directory)
13625         * gnus-audio.el (gnus-audio-directory)
13626         * smiley-ems.el (smiley-data-directory): Fix :type.
13627
13628 2000-11-30  Dave Love  <fx@gnu.org>
13629
13630         * message.el (message-auto-save-directory): Use
13631         file-name-as-directory.
13632         (message-set-auto-save-file-name): Create
13633         message-auto-save-directory if necessary.
13634         (message-replace-chars-in-string): Removed -- unused.
13635         (message-mail-alias-type): Customize.
13636         (message-headers): Remove duplicate defgroup.
13637
13638 2000-11-29  Dave Love  <fx@gnu.org>
13639
13640         * qp.el (quoted-printable-decode-region): Use error, not message
13641         to report malformed text (like base64).  Amend message.
13642
13643 2000-11-29  Miles Bader  <miles@gnu.org>
13644
13645         * message.el (message-header-lines): Fontify tag.
13646
13647 2000-11-27  Dave Love  <fx@gnu.org>
13648
13649         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
13650         compiler warning.
13651
13652 ;2000-11-26  Dave Love  <fx@gnu.org>
13653 ;
13654 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
13655 ;
13656 2000-11-23  Dave Love  <fx@gnu.org>
13657
13658         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
13659
13660         * mm-uu.el (uudecode): Require.
13661         (uudecode-decode-region, uudecode-decode-region-external): Don't
13662         autoload.
13663         (mm-uu-copy-to-buffer): Doc fix.
13664         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
13665         type fix.
13666
13667         * mailcap.el: Doc fixes.
13668         (mailcap-mime-data): Various adjustments.
13669         (mailcap): New group.
13670         (mailcap-download-directory): Customize.
13671         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
13672         (mailcap-temporary-directory): Deleted (unused).
13673         (mailcap-unescape-mime-test): Simplify slightly.
13674         (mailcap-viewer-passes-test): Use functionp.
13675         (mailcap-command-p): Aliased to executable-find.
13676
13677         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
13678         default-enable-multibyte-characters is nil.
13679
13680 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
13681
13682         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
13683
13684 2000-11-21  Dave Love  <fx@gnu.org>
13685
13686         * gnus-art.el (gnus-mime-button-map): Don't inherit from
13687         gnus-article-mode-map.
13688 ;       (gnus-mime-button-menu): Use mouse-set-point.
13689         (gnus-insert-mime-button, gnus-mime-display-alternative)
13690         (gnus-mime-display-alternative): Don't use local-map property.
13691
13692 2000-11-17  Dave Love  <fx@gnu.org>
13693
13694         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
13695         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
13696         and make-temp-file.
13697         (uudecode-decode-region): Doc fix.
13698
13699 2000-11-14  Dave Love  <fx@gnu.org>
13700
13701         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
13702         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
13703         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
13704         New files, derived from the XPMs.
13705
13706 2000-11-10  Dave Love  <fx@gnu.org>
13707
13708         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
13709         (gnus-agent-lib-file, gnus-agent-load-alist)
13710         (gnus-agent-save-alist, gnus-agent-article-name): Use
13711         expand-file-name.
13712
13713         * gnus-group.el (gnus-group-name-charset-method-alist): Add
13714         :version.
13715         (nnkiboze-score-file): Defvar when compiling.
13716
13717         * gnus-start.el (gnus-read-newsrc-file): Add :version.
13718
13719         * gnus-art.el (gnus-article-banner-alist)
13720         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
13721         (gnus-article-date-lapsed-new-header)
13722         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
13723         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
13724         (gnus-treat-strip-headers-in-body)
13725         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
13726         (gnus-treat-translate): Add :version.
13727         (gnus-article-mime-part-function): Fix defcustom.
13728
13729         * nnmail.el (nnmail-expiry-target)
13730         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
13731         (nnmail-split-header-length-limit): Add :version.
13732
13733         * gnus-sum.el (gnus-auto-expirable-marks)
13734         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
13735         (gnus-extra-headers, gnus-ignored-from-addresses)
13736         (gnus-newsgroup-ignored-charsets)
13737         (gnus-group-highlight-words-alist)
13738         (gnus-summary-show-article-charset-alist): Add :version.
13739
13740         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
13741         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
13742         files, converted from the XPMs.
13743
13744         * gnus-cache.el (gnus-cache-active-file): Don't use
13745         file-name-as-directory on directory.
13746         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
13747         use file-name-as-directory on directory.
13748
13749         * time-date.el (timezone-make-date-arpa-standard): Autoload.
13750         (date-to-time): Use it.
13751
13752 ;       * message.el (message-mode) <adaptive-fill-regexp>:
13753 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
13754 ;       (message-newline-and-reformat): Likewise.
13755         (message-forward-as-mime, message-forward-ignored-headers)
13756         (message-buffer-naming-style, message-default-charset)
13757         (message-dont-reply-to-names, message-send-mail-partially-limit):
13758         Add :version.
13759
13760         * mm-util.el: Doc fixes.
13761         (mm-mime-charset): Don't use the raw result of
13762         mm-preferred-coding-system.
13763         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
13764         (mm-with-unibyte): Simplify.
13765
13766         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
13767         concat.
13768
13769         * pop3.el (pop3-version): Deleted.
13770         (pop3-make-date): New function, avoiding message-make-date.
13771         (pop3-munge-message-separator): Use it.
13772
13773 2000-11-09  Dave Love  <fx@gnu.org>
13774
13775         * gnus-group.el (gnus-group-make-directory-group)
13776         (gnus-group-fetch-faq): Use expand-file-name.
13777         (gnus-group-fetch-faq): Simplify completing-read form.
13778
13779         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
13780         test for Mule.
13781
13782         * message.el (tool-bar-map): Defvar when compiling.
13783
13784         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
13785         (gnus-tm-lisp-directory): Deleted.
13786         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
13787         (featurep 'xemacs).
13788         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
13789         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
13790         version numbers from file names.
13791
13792 2000-11-08  Dave Love  <fx@gnu.org>
13793
13794         * mm-view.el: Use featurep for XEmacs test.
13795         (mm-inline-message): Test for `remove-specifier'; don't use
13796         condition-case.
13797
13798         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
13799
13800         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
13801         (gnus-score-find-bnews): Don't concat "".
13802
13803         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
13804         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
13805         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
13806         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
13807
13808         * gnus-sum.el: Put some defvars in eval-when-compile.
13809         (gnus-summary-mode-hook): Add :options.
13810         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
13811         (gnus-summary-tool-bar-map): New variable.
13812         (gnus-summary-make-tool-bar): New function.
13813         (gnus-summary-mode): Put kill-all-local-variables first.
13814
13815         * gnus-group.el (gnus-group-toolbar-map): New variable.
13816         (gnus-group-make-tool-bar): Rewritten.
13817         (gnus-group-mode): Put kill-all-local-variables first.
13818
13819         * rfc2047.el: Require gnus-util.
13820
13821         * nnml.el (gnus-sorted-intersection): Autoload.
13822
13823         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
13824         Put some defvars in eval-when-compile.
13825         (gnus-intersection, gnus-sorted-complement):  Autoload.
13826
13827         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
13828
13829         * mm-encode.el (mm-body-7-or-8): Autoload.
13830
13831         * mm-decode.el (mm-insert-inline): Autoload.
13832
13833         * mml.el:
13834         * message.el: Put some defvars in eval-when-compile.
13835
13836         * gnus-msg.el: Put some defvars in eval-when-compile.
13837         (gnus-msg-mail): Move after gnus-setup-message.
13838
13839         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
13840
13841 2000-11-07  Dave Love  <fx@gnu.org>
13842
13843         * gnus-util.el (nnheader): Don't require message (recursive
13844         autoload).
13845
13846         * uudecode.el: Avoid compiler warnings.
13847
13848         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
13849         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
13850
13851 2000-11-06  Dave Love  <fx@gnu.org>
13852
13853         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
13854
13855         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
13856         (uudecode-char-int): New alias, replacing char-int.
13857         (uudecode-decode-region): Don't call buffer-disable-undo.
13858
13859 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
13860 ;       (mm-uu-configure-list): Doc fix.
13861 ;
13862 ;       * earcon.el (running-xemacs): Don't define.
13863 ;
13864 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13865 ;
13866 ;       * message.el (message-font-lock-keywords): Match a final newline
13867 ;       to help font-lock's multiline support.
13868 ;
13869 2000-11-03  Dave Love  <fx@gnu.org>
13870
13871         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
13872
13873         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
13874         name.
13875
13876         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
13877         <banner>: Fix custom type, doc.
13878
13879         * mm-decode.el (mm-display-external): Space-prefix temp buffer
13880         name.  Don't disable undo explicitly.
13881
13882 ;2000-11-02  Dave Love  <fx@gnu.org>
13883 ;
13884 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
13885 ;       cite-prefix.
13886
13887 2000-11-01  Dave Love  <fx@gnu.org>
13888
13889         * rfc2047.el (base64): Require unconditionally.
13890         (message-posting-charset): Defvar when compiling.
13891         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
13892         message.
13893
13894         * gnus-sum.el (nnoo): Require.
13895         (mm-uu-dissect): Autoload.
13896
13897         * mml.el (mml-parse-1): Clarify message.
13898         (mml-minibuffer-read-type): Use mailcap-mime-types.
13899
13900 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
13901
13902         * mml.el: Fix a typo in the requiring of CL.
13903
13904 2000-11-01  Dave Love  <fx@gnu.org>
13905
13906         * utf7.el: Require cl when compiling.
13907
13908         * binhex.el: Use (featurep 'xemacs).
13909         (binhex-char-int): New alias, replacing char-int.  Change callers.
13910         (binhex-decode-region): Simplify work buffer code.
13911         (binhex-decode-region-external): Use expand-file-name, not concat.
13912
13913 2000-10-30  Dave Love  <fx@gnu.org>
13914
13915         * gnus-art.el: Fix 2000-10-27 change properly.
13916
13917 2000-10-28  Miles Bader  <miles@gnu.org>
13918
13919         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
13920
13921 2000-10-27  Dave Love  <fx@gnu.org>
13922
13923         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
13924         strings.
13925         (gnus-group-make-tool-bar): New function.
13926         (gnus-group-mode): Use it.
13927
13928         * message.el (message-mode-menu): Add some :help strings.
13929         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
13930         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
13931
13932         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
13933         * describe-group.xpm, get-news.xpm, kill-group.xpm:
13934         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
13935
13936         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
13937         display-graphic-p here.
13938
13939 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
13940
13941         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
13942         of the `gnus-xemacs' variable, as the latter has been removed.
13943         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
13944         * gnus-art.el (gnus-treat-display-xface)
13945         (gnus-treat-display-smileys, gnus-treat-display-picons)
13946         (gnus-article-read-summary-keys): Likewise.
13947
13948 2000-10-26  Dave Love  <fx@gnu.org>
13949
13950         (defvar): Use rmail-spool-directory unconditionally.
13951
13952 2000-10-18  Dave Love  <fx@gnu.org>
13953
13954         * mm-bodies.el (mm-uu-decode-function)
13955         (mm-uu-binhex-decode-function): Defvar when compiling.
13956
13957         * gnus-nocem.el (gnus-nocem-issuers): Update.
13958         (gnus-nocem-check-from): New option.
13959         (gnus-nocem-scan-groups): Use it.
13960         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
13961         (gnus-nocem-check-article-limit): Add :version.
13962
13963 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
13964
13965         * ietf-drums.el (mm-util): Require CL when compiling.
13966
13967 2000-10-15  Dave Love  <fx@gnu.org>
13968
13969         * qp.el: Require mm-util.
13970
13971 2000-10-13  Dave Love  <fx@gnu.org>
13972
13973         * qp.el (quoted-printable-decode-region): Avoid invalid
13974         coding-systems.
13975
13976 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
13977
13978         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
13979         to a recursive load.
13980
13981 2000-10-12  Dave Love  <fx@gnu.org>
13982
13983         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
13984
13985         * gnus.el (gnus-group-startup-message): Check for PBM image.
13986
13987 2000-10-09  Dave Love  <fx@gnu.org>
13988
13989         * mail-source.el (mail-source-fetch-imap): Bind
13990         default-enable-multibyte-characters rather than using
13991         mm-disable-multibyte.
13992
13993 2000-10-05  Dave Love  <fx@gnu.org>
13994
13995         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
13996         Autoload.
13997         (quoted-printable-decode-region):  Rename arg which confused
13998         charset with coding-system.  Don't use nonascii-insert-offset.
13999         Coding-system encode the region initially.  Don't recognize `=='
14000         as valid QP.  Coding-system decode the region finally.
14001         (quoted-printable-decode-string): Rename arg which confused
14002         charset with coding-system.
14003
14004         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
14005         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
14006         mm-encode-coding-region.
14007         (mm-decode-body, mm-decode-string): Rename variables which
14008         confused charset with coding-system.
14009         (binhex-decode-region): Don't autoload.
14010         (mm-body-encoding): Require message.
14011         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
14012         cond branches.
14013
14014         * gnus-art.el (article-de-quoted-unreadable)
14015         (article-de-base64-unreadable): Fold search case
14016         rather than downcasing string.  Apply mm-charset-to-coding-system
14017         to arg of quoted-printable-decode-region.
14018
14019 2000-10-04  Dave Love  <fx@gnu.org>
14020
14021         * gnus-ems.el: Don't turn off compiler warnings in local vars.
14022         Require ring when compiling.
14023         (gnus-article-compface-xbm): New variable.
14024
14025 2000-10-04  Dave Love  <fx@gnu.org>
14026
14027         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
14028         pbm images.
14029
14030         * frown.pbm, smile.pbm, wry.pbm: New files.
14031
14032         * frown.xbm, smile.xbm, wry.xbm: Deleted.
14033
14034 2000-10-03  Dave Love  <fx@gnu.org>
14035
14036         * mail-source.el (mail-sources): Revert to nil.
14037
14038         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
14039
14040         * qp.el: Don't require mm-util.
14041         (quoted-printable-decode-region): Rewritten.
14042         (quoted-printable-decode-string, quoted-printable-encode-region):
14043         Doc fix.
14044         (quoted-printable-encode-region): Barf on multibyte characters.
14045         Maybe make the class multibyte.  Upcase chars, not formatted
14046         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
14047         (quoted-printable-encode-string): Don't use
14048         mm-with-unibyte-buffer.
14049
14050 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
14051
14052         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
14053
14054 2000-09-21  Dave Love  <fx@gnu.org>
14055
14056         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
14057         (for Emacs 20).  Tidy somewhat.
14058
14059 2000-09-21  Dave Love  <fx@gnu.org>
14060
14061         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
14062         image processing.  Rationalize logic somewhat.
14063
14064 2000-09-20  Dave Love  <fx@gnu.org>
14065
14066         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
14067         specifically.
14068
14069         * gnus.el (gnus-version-number): Avoid some redundant
14070         autoloads.
14071
14072 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
14073
14074         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
14075         to XBM; we always have PBM support.
14076
14077 2000-09-14  Dave Love  <fx@gnu.org>
14078
14079         * gnus.el (gnus-charset):
14080         * mm-decode.el (mime-display):
14081         * imap.el (imap) <defgroup>: Add :version.
14082
14083 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
14084
14085         * parse-time.el: Fix author's mail address.
14086
14087         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
14088         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
14089         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
14090         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
14091         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
14092         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
14093         * rfc2231.el, uudecode.el: Fix copyright notice.
14094
14095         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
14096         require `w3' at load-time only if not running in batch mode.
14097
14098 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14099
14100         * gnus.el: Before merge with Emacs21.
14101
14102 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
14103
14104         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
14105
14106 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
14107
14108         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
14109         to avoid conflict with the standard `back-to-indentation'
14110         binding.
14111
14112 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14113
14114         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
14115
14116         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
14117         (mm-disable-multibyte-mule4): Ditto.
14118         (mm-with-unibyte-current-buffer-mule4): Ditto.
14119
14120 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14121
14122         * pop3.el (pop3-movemail): Use binary.
14123         (pop3-movemail-file-coding-system): Removed.
14124
14125 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14126
14127         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
14128
14129 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14130
14131         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
14132         exists.
14133
14134 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14135
14136         * gnus-msg.el (gnus-post-method): Use backend name when the
14137         address is "".
14138
14139 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14140
14141         * gnus-art.el (article-verify-x-pgp-sig): Don't test
14142         mm-verify-option.
14143         (gnus-treat-x-pgp-sig): Default value.
14144         (gnus-ignored-headers): Redundant.
14145
14146 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14147
14148         * gnus-win.el (gnus-configure-frame): Save selected window.
14149
14150 2000-02-15  Andrew Innes  <andrewi@gnu.org>
14151
14152         * nnmbox.el: Require gnus-range.
14153         (nnmbox-group-building-active-articles): New variable.
14154         (nnmbox-group-active-articles): New variable; this is a cache of
14155         all active articles by group and number.
14156         (nnmbox-in-header-p): New function.
14157         (nnmbox-find-article): New function.
14158         (nnmbox-record-active-article): New function.
14159         (nnmbox-record-deleted-article): New function.
14160         (nnmbox-is-article-active-p): New function.
14161         (nnmbox-retrieve-headers): Use nnmbox-find-article.
14162         (nnmbox-request-article): Ditto.  Also supply extra arg to
14163         nnmbox-article-group-number.
14164         (nnmbox-request-expire-articles): Ditto.
14165         (nnmbox-request-move-article): Ditto.
14166         (nnmbox-request-replace-article): Ditto.
14167         (nnmbox-request-rename-group): Rename group entry in active
14168         article cache.
14169         (nnmbox-delete-mail): Update active article cache, unless article
14170         is being replaced.
14171         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
14172         than partially duplicating it.
14173         (nnmbox-article-group-number): Add extra `this-line' arg, to
14174         handle articles belonging to multiple groups.
14175         (nnmbox-save-mail): Update active article cache.
14176         (nnmbox-read-mbox): Build active article cache when loading mbox.
14177         Also do some repair work, if we find articles that are missing the
14178         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
14179         reconstruct these from Xref info.
14180
14181 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14182
14183         * mail-source.el (mail-source-report-new-mail): Use
14184         nnheader-run-at-time.
14185
14186 2000-02-15  Andrew Innes  <andrewi@gnu.org>
14187
14188         * mail-source.el (mail-source-fetch-pop): Clear pop password when
14189         an error is thrown, and then rethrow the error.
14190         (mail-source-check-pop): Ditto.
14191         (mail-source-start-idle-timer): Prevent multiple pop checks
14192         running if the check takes a long time.
14193
14194 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14195
14196         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
14197         succeed.
14198
14199 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14200
14201         * gnus-win.el (gnus-configure-windows): Make sure
14202         nntp-server-buffer is live.
14203         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
14204
14205 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
14206
14207         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
14208
14209 2000-12-04  Andreas Jaeger  <aj@suse.de>
14210
14211         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
14212
14213 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14214
14215         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
14216
14217 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14218         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
14219
14220         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
14221
14222 2000-12-01  Simon Josefsson  <sj@extundo.com>
14223
14224         * mml-smime.el (mml-smime-verify): Fix address parsing.
14225
14226 2000-12-01  Simon Josefsson  <sj@extundo.com>
14227
14228         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
14229         more than one certificate inside PKCS#7 blob.  Better security
14230         information (clamed / actual sender, openssl output, certificates
14231         inside message).
14232
14233         * smime.el (smime-verify-region): Output to /dev/null.
14234         (smime-buffer-as-string-region): Don't parse empty lines.
14235
14236 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14237
14238         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
14239         ?d and ?D.
14240         (gnus-mime-security-show-details-inline): New variable.
14241         (gnus-mime-security-show-details): Use them.
14242         (gnus-insert-mime-security-button): Ditto.
14243
14244         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
14245         Suggest by Michael Duggan (md5i@cs.cmu.edu).
14246         (mml2015-gpg-clear-verify): Ditto.
14247         (mml2015-gpg-decrypt-1): Ditto.
14248         (mml2015-use): Prefer 'gpg.
14249
14250 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14251
14252         * gnus-util.el (gnus-add-text-properties-when): New function.
14253         (gnus-remove-text-properties-when): Ditto.
14254
14255         * gnus-cite.el (gnus-article-hide-citation): Use them.
14256         (gnus-article-toggle-cited-text): Use them.
14257
14258         * gnus-art.el (gnus-signature-toggle): Use them.
14259         (gnus-article-show-hidden-text): Ditto.
14260         (gnus-article-hide-text): Ditto.
14261
14262 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14263
14264         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
14265
14266 2000-11-30  Simon Josefsson  <sj@extundo.com>
14267
14268         * smime.el (smime-point-at-eol): New alias.
14269         (smime-buffer-as-string-region): Use it.
14270
14271 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14272
14273         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
14274
14275 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14276
14277         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
14278
14279         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
14280
14281         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
14282
14283 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14284
14285         * nnmh.el (nnmh-request-expire-articles): Implemented
14286         expiry-target for nnmh backend.
14287
14288 2000-11-30  Simon Josefsson  <sj@extundo.com>
14289
14290         * mm-decode.el (mm-security-from): New variable.
14291         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
14292
14293         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
14294         than `from'.
14295
14296 2000-11-30  Simon Josefsson  <sj@extundo.com>
14297
14298         * mml-smime.el (mml-smime-verify): Verify that certificate mail
14299         address match sender address.
14300
14301         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
14302
14303         * smime.el (smime-verify-region): Don't copy buffer.
14304         (smime-decrypt-buffer): Use expand-file-name on keyfile.
14305         (smime-pkcs7-region): New function.
14306         (smime-pkcs7-certificates-region): Ditto.
14307         (smime-pkcs7-email-region): Ditto.
14308         (smime-buffer-as-string-region): Ditto.
14309
14310         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
14311         buffer.
14312
14313 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
14314
14315         * smime.el (smime-decrypt-region): Fix keyfile argument.
14316
14317 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14318
14319         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
14320
14321 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14322
14323         * message.el (message-shoot-gnksa-feet): New variable.
14324         (message-gnksa-enable-p): New function.
14325         (message-send): Use it.
14326         (message-check-news-body-syntax): Ditto.
14327
14328 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14329
14330         * message.el (message-make-message-id): Remove the redundancy.
14331
14332 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14333
14334         * message.el (message-setup): Discourage using mc-install-*-mode.
14335
14336         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
14337
14338 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14339
14340         * gnus-cite.el (gnus-cite-parse): Guess citation length.
14341
14342 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14343
14344         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
14345
14346 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14347
14348         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
14349
14350 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14351
14352         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
14353         insert-buffer-substring.
14354
14355         * message.el (message-send-mail): Use buffer-substring-no-properties.
14356         (message-send-news): Ditto.
14357
14358 2000-11-22  David Edmondson  <dme@dme.org>
14359
14360         * imap.el (imap-wait-for-tag): Message read info.
14361
14362 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14363
14364         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
14365         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
14366         (mml2015-gpg-encrypt): Ditto.
14367
14368 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14369
14370         * mm-decode.el (mm-verify-option): Default value.
14371
14372         * mml-sec.el (mml-secure-part): Error message.
14373
14374 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14375
14376         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
14377
14378 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14379
14380         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
14381
14382 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14383
14384         * gnus-art.el (gnus-article-describe-key): Use prompt.
14385         (gnus-article-describe-key-briefly): Ditto.
14386
14387 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14388
14389         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
14390
14391 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14392
14393         * gnus-art.el (gnus-article-describe-key): New function.
14394         (gnus-article-describe-key-briefly): New function.
14395
14396 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14397
14398         * mm-decode.el (mm-decrypt-option): Doc typo.
14399
14400         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
14401         return a number.
14402
14403 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14404
14405         * message.el (message-newline-and-reformat): Typo.
14406
14407 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14408
14409         * gnus-art.el (article-verify-x-pgp-sig): Check whether
14410         original-article-buffer exists.
14411
14412         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
14413         (rfc2047-header-encoding-alist): Addresses are different from text.
14414         (rfc2047-encode-message-header): Ditto.
14415         (rfc2047-dissect-region): Extra parameter.
14416         (rfc2047-encode-region): Ditto.
14417         (rfc2047-encode-string): Ditto.
14418
14419 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14420
14421         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
14422         (mm-uu-pgp-encrypted-extract): Use it.
14423         (mm-uu-pgp-signed-extract-1): New function.
14424         (mm-uu-pgp-signed-extract): Use it.
14425
14426         * gnus-art.el (gnus-mime-display-security): New function.
14427         (gnus-mime-display-part): Use it.
14428         (gnus-mime-security-verify-or-decrypt): New function.
14429         (gnus-mime-security-press-button): New function.
14430         (gnus-insert-mime-security-button): Use it.
14431
14432         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
14433         (mm-find-raw-part-by-type): Ditto.
14434         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
14435         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
14436         (mm-destroy-parts): Kill nested multibyte buffer.
14437
14438         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
14439         (mml2015-gpg-verify): Ditto.
14440
14441 2000-11-18  Simon Josefsson  <sj@extundo.com>
14442
14443         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
14444         (mml2015-function-alist): Use it.
14445
14446         * mml-sec.el (mml-sign-alist): Update names.
14447         (mml-encrypt-alist): Ditto.
14448         (mml-secure-part-smime-sign): Moved to mml-smime.el
14449         as `mml-smime-sign-query'.
14450         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
14451         `mml-smime-get-file-cert'.
14452         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
14453         `mml-smime-get-dns-cert'.
14454         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
14455         `mml-smime-encrypt-query'.
14456         (mml-smime-sign-buffer): Use mml-smime-sign.
14457         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
14458
14459         * mml-smime.el (mml-smime-sign): New function.
14460         (mml-smime-encrypt):
14461         (mml-smime-sign-query):
14462         (mml-smime-get-file-cert):
14463         (mml-smime-get-dns-cert):
14464         (mml-smime-encrypt-query): Moved from mml-sec.el.
14465
14466 2000-11-16  Simon Josefsson  <sj@extundo.com>
14467
14468         * mml2015.el (mml2015-gpg-clear-verify): New function.
14469         (mml2015-function-alist): Add it.
14470
14471 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
14472
14473         * message.el (message-setup-fill-variables): Use
14474         message-cite-prefix-regexp.
14475         (message-newline-and-reformat): Check the end of citation, leading
14476         WSP, break in the cite prefix.
14477         (message-fill-paragraph): New function.
14478
14479 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14480
14481         * lpath.el: Shut up.
14482
14483 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
14484
14485         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
14486         raw 8-bit in headers in dk.* newsgroups.
14487
14488 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14489
14490         * message.el (message-newline-and-reformat): Match extra WSPs.
14491
14492 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
14493
14494         * mml.el (mml-generate-mime-1): Ignore ascii.
14495
14496 2000-11-16 Justin Sheehy  <justin@iago.org>
14497
14498         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
14499
14500 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14501
14502         * message.el (message-cite-prefix-regexp): Prefix should not end
14503         at space.
14504
14505 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14506
14507         * message.el (message-mode-syntax-table): Add - as a word
14508         constituent as in articles.
14509         (message-setup-fill-variables): Add -_. as supercite-style prefix.
14510         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
14511         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
14512
14513 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
14514
14515         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
14516
14517 2000-11-12  David Edmondson  <dme@dme.org>
14518
14519         * message.el (message-font-lock-keywords): use
14520         message-cite-prefix-regexp.
14521
14522 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14523
14524         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
14525         Stein Arild Str\e,Ax\e(Bmme.
14526         (gnus-group-jump-to-group): Use it.
14527         (gnus-group-jump-to-group-prompt): Customize.
14528
14529 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
14530
14531         * mailcap.el (mailcap-possible-viewers): Match the entire string.
14532
14533 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14534
14535         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
14536         incompatible.
14537         (mml2015-mailcrypt-sign): Ditto.
14538
14539 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14540
14541         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
14542         group is open.
14543
14544 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
14545
14546         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
14547         nnvirtual articles.
14548         (gnus-backlog-request-article): Don't request nnvirtual articles.
14549
14550 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14551
14552         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
14553         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
14554
14555 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14556
14557         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
14558         * mml.el (mml-generate-mime-1): Use charset attribute.
14559         * mm-bodies.el (mm-encode-body): Add parameter charset.
14560         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
14561
14562 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14563
14564         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
14565         (mml2015-mailcrypt-clear-decrypt): Ditto.
14566         (mml2015-mailcrypt-verify): Ditto.
14567         (mml2015-mailcrypt-clear-verify): Ditto.
14568         (mml2015-gpg-verify): Ditto.
14569
14570 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14571
14572         * smime.el (smime-openssl-program): Test the existence of openssl.
14573         * mml-smime.el: Require mm-decode.
14574         (mml-smime-verify-test): New function.
14575         * mm-decode.el (mm-verify-function-alist): Use it.
14576
14577 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14578
14579         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
14580         anyway.
14581
14582 2000-11-13  Simon Josefsson  <sj@extundo.com>
14583
14584         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
14585         verification doesn't work.
14586
14587 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14588
14589         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
14590         (gnus-inews-do-gcc): Use it.
14591
14592 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14593
14594         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
14595         leading space.
14596         * mm-extern.el (mm-inline-external-body): Report error when no
14597         access-type.
14598
14599 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
14600
14601         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
14602
14603 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
14604
14605         * gnus-art.el (gnus-mime-button-menu): Use select-window.
14606
14607 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
14608
14609         * gnus-art.el (gnus-mime-display-part): Display multipart/related
14610         as multipart/mixed.
14611
14612 2000-11-12  David Edmondson  <dme@dme.org>
14613
14614         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
14615         and replace `.' with `\w' to allow for different syntax tables
14616         (from Vladimir Volovich).
14617         * message.el (message-newline-and-reformat): use
14618         `message-cite-prefix-regexp'.
14619         * gnus-cite.el (gnus-supercite-regexp): use
14620         `message-cite-prefix-regexp'.
14621         * gnus-cite.el (gnus-cite-parse): use
14622         `message-cite-prefix-regexp'.
14623
14624 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14625
14626         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
14627         PGP SIGNATURE.  Escape leading "-"'s.
14628         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
14629
14630 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
14631
14632         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
14633
14634 2000-11-11  Simon Josefsson  <sj@extundo.com>
14635
14636         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
14637
14638         * smime.el (smime-details-buffer): New variable.
14639         (smime-sign-region):
14640         (smime-encrypt-region):
14641         (smime-verify-region):
14642         (smime-decrypt-region): Copy OpenSSL output to the buffer.
14643
14644         * mml-smime.el (mml-smime-verify): Support security info.
14645
14646 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
14647
14648         * mm-decode.el (mm-verify-option): Set default to nil.
14649         (mm-decrypt-option): Ditto.
14650         * gnus-art.el (article-verify-x-pgp-sig): New function.
14651
14652 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
14653
14654         * gnus-art.el (gnus-mime-display-alternative): Show button if no
14655         preferred part.
14656
14657 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14658
14659         * gnus-sum.el (gnus-move-split-methods): Say that
14660         `gnus-split-methods' uses file names, whereas this uses group
14661         names.  (Report from Nevin Kapur)
14662
14663 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
14664
14665         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
14666
14667 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14668
14669         * nnheader.el (nnheader-directory-files-is-safe): New variable.
14670         (nnheader-directory-articles): Use it.
14671         (nnheader-article-to-file-alist): Ditto.
14672
14673 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14674
14675         * rfc2047.el (rfc2047-pad-base64): New function.
14676         (rfc2047-decode): Use it.
14677
14678 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14679
14680         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
14681         select method.
14682
14683 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14684
14685         * mml2015.el (mml2015-gpg-decrypt-1):
14686         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
14687
14688 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14689
14690         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
14691
14692 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
14693
14694         * pop3.el (pop3-munge-message-separator): A message may have an
14695         empty body.
14696
14697 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
14698
14699         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
14700         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
14701         (mm-uu-pgp-signed-extract): Use coding-system.
14702
14703 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14704
14705         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
14706         (gnus-insert-mime-security-button): New function.
14707         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
14708         * mml2015.el:  Add security info when verify or decrypt.
14709         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
14710         (mm-uu-pgp-encrypted-extract): Ditto.
14711
14712 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
14713
14714         * mm-decode.el (mm-display-parts): New function.
14715         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
14716
14717 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14718
14719         * gnus-mlspl.el: Documentation tweaks.
14720
14721 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14722
14723         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
14724         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
14725         argument.
14726
14727 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
14728
14729         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
14730
14731 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
14732
14733         * gnus-art.el (gnus-article-encrypt): New function.
14734         (gnus-article-encrypt-protocol-alist): New variable.
14735         (gnus-article-encrypt-protocol): New variable.
14736         * mml2015.el (mml2015-self-encrypt): New function.
14737         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
14738
14739 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
14740
14741         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
14742         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
14743         let mailcap do it.
14744         * mml2015.el: Remove snarf code.
14745         * mm-decode.el: Remove snarf code.
14746
14747 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
14748
14749         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
14750         (mml-insert-mime): Understand gnus-decoded.
14751         (mime-to-mml): New parameter handles.
14752         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14753         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
14754
14755 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14756
14757         * mm-decode.el (mime-security): New group.
14758         (mm-verify-function-alist): Add test function.
14759         (mm-decrypt-function-alist): Ditto.
14760         (mm-snarf-option): Set default value as nil.
14761         (mm-find-part-by-type): Recursive parameter.
14762         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
14763         * mml2015.el: Support draft-ietf-openpgp-multsig.
14764
14765 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
14766
14767         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
14768         (gnus-article-view-part-as-charset): New function.
14769
14770 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
14771
14772         * mm-decode.el (mm-verify-option): Default value.
14773         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
14774
14775 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14776
14777         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
14778
14779 2000-11-05  Simon Josefsson  <sj@extundo.com>
14780
14781         * mml-smime.el (mml-smime-verify): Work in original multipart
14782         buffert.
14783
14784         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
14785         (mm-handle-multipart-ctl-parameter): Ditto.
14786         (mm-alist-to-plist): New function.
14787         (mm-dissect-buffer): Store CTL parameters and copy original buffer
14788         for multiparts.
14789         (mm-destroy-parts): Destroy multipart buffert.
14790         (mm-remove-part): Ditto.
14791
14792         * mml-smime.el (mml-smime-sign): Not used.
14793         (mml-smime-encrypt): Ditto.
14794
14795         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
14796
14797         Verify S/MIME signature support.
14798
14799         * mm-decode.el (mm-inline-media-tests): Add
14800         application/{x-,}pkcs7-signature.
14801         (mm-inlined-types): Ditto.
14802         (mm-automatic-display): Ditto.
14803         (mm-verify-function-alist): Ditto.  Add name of method.
14804         (mm-decrypt-function-alist): Add name of method.
14805         (mm-find-part-by-type): Add documentation.
14806         (mm-possibly-verify-or-decrypt): Use new format of
14807         mm-{verify,decrypt}-function-alist.  Use method names.
14808
14809         * mml-smime.el (mml-smime-verify): New function.
14810
14811 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14812
14813         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
14814
14815 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14816
14817         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
14818         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
14819         * mm-decode.el (mm-snarf-option): New variable.
14820
14821 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14822
14823         * mm-util.el (mm-subst-char-in-string): New function.
14824         (mm-replace-chars-in-string): Use it.
14825         * message.el (message-replace-chars-in-string): Use it.
14826         * nnheader.el (nnheader-replace-chars-in-string): Use it.
14827         * gnus-mh.el (mh-lib-progs): Shut up.
14828
14829 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
14830
14831         * base64.el, md5.el: Moved to contrib directory.
14832
14833 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14834
14835         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
14836         the last article when search.
14837
14838 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14839
14840         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
14841         * nnmail.el (nnmail-pathname-coding-system): Ditto.
14842
14843 2000-09-29  David Edmondson  <dme@thus.net>
14844
14845         * message.el (message-newline-and-reformat): Typo.
14846
14847 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14848
14849         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
14850
14851 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
14852
14853         * nntp.el (nntp-decode-text): Delete bogus status lines.
14854
14855 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
14856
14857         * message.el (message-font-lock-keywords): Match a final newline
14858         to help font-lock's multiline support.
14859
14860 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14861
14862         * nnoo.el (nnoo-set): New function.
14863
14864 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
14865
14866         * gpg.el, gpg-ring.el: Moved to contrib directory.
14867
14868 2000-11-04  Simon Josefsson  <sj@extundo.com>
14869
14870         * nnimap.el (nnimap-split-inbox): Typo.
14871
14872 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14873
14874         * gnus-msg.el (gnus-msg-mail): Move it backwards.
14875
14876 2000-11-03  Simon Josefsson  <sj@extundo.com>
14877
14878         * rfc2231.el (rfc2231-parse-qp-string): New function.
14879         (require): rfc2047.
14880
14881         * mail-parse.el (mail-header-parse-content-type):
14882         (mail-header-parse-content-disposition): Support invalid QP
14883         encoded strings, by using `rfc2231-parse-qp-string'.
14884
14885 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14886
14887         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
14888         (rfc2231-decode-encoded-string): Typo "> X 1".
14889         (rfc2231-encode-string): Insert the name of charset.
14890         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
14891
14892 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14893
14894         * mm-decode.el (mm-save-part): Return the filename.
14895         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
14896         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
14897         (gnus-mime-action-alist): Use it.
14898         (gnus-mime-button-commands): Use it.
14899         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
14900         (mm-inline-external-body): unwind-protect.
14901
14902 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14903
14904         * gnus-art.el (gnus-insert-mime-button): Show url.
14905
14906 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14907
14908         * mml.el (mml-generate-mime-1): Support external url.
14909         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
14910
14911 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
14912
14913         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
14914         * mm-decode.el (mm-display-external): Ditto.
14915         * mm-extern.el: New file.
14916         * mm-decode.el (mm-inline-media-tests): Hook it up.
14917         (mm-inlined-types): Inline message/external-body.
14918
14919 2000-11-02  Simon Josefsson  <sj@extundo.com>
14920
14921         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
14922
14923         * message.el (message-get-reply-headers): Better handling when
14924         Mail-Followup-To is very large.
14925
14926 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14927
14928         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
14929         * gnus-art.el (gnus-article-edit-done):
14930         * gnus-sum.el (gnus-summary-edit-article-done): Move line
14931         counting code here.
14932         * gnus-msg.el (gnus-setup-message): Remove a hack.
14933
14934 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14935
14936         * gnus-sum.el (gnus-newsgroup-variables): New variable.
14937         (gnus-summary-mode): Make them local variables.
14938         (gnus-set-global-variables): Globalize them.
14939         (gnus-summary-exit): Kill them.
14940
14941 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
14942
14943         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
14944         word.
14945
14946 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14947
14948         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
14949         gnus-article-wash-types.
14950         * gnus-art.el (gnus-article-wash-status): Use them.
14951
14952 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
14953
14954         * mml.el (mml-read-tag): Remove spaces and LF.
14955
14956 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14957
14958         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
14959         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
14960
14961 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
14962
14963         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
14964
14965 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14966
14967         * gnus-sum.el (gnus-article-charset): New variable.
14968         (gnus-summary-display-article): Set it.
14969         * gnus-msg.el (gnus-copy-article-buffer): Use it.
14970         * gnus-art.el (gnus-article-mode): Make it local variable.
14971
14972 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14973
14974         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
14975
14976 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14977
14978         * nnwfm.el: New file.
14979
14980         * nnweb.el (nnweb-replace-in-string): New function.
14981
14982 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14983
14984         * mml2015.el: Wrap gpg.el.
14985         * gpg.el (gpg-verify): The last argument of apply is a list.
14986         (gpg-encrypt): Add passphrase as a parameter.
14987
14988 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14989
14990         * gpg.el: New file.
14991         * gpg-ring.el: New file.
14992
14993 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14994
14995         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
14996
14997 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14998
14999         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
15000         double-quote characters.
15001         (gnus-summary-prepare-threads): Ditto.
15002
15003 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15004
15005         * gnus-art.el (gnus-mime-display-single): Forward line -1.
15006         * mml.el (mml-read-tag): Don't skip the leading space.
15007         * lpath.el (font-lock-set-defaults): Shut up.
15008
15009 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
15010
15011         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
15012
15013 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
15014
15015         * qp.el (quoted-printable-encode-region): Replace leading - when
15016         ultra safe.
15017         * mml.el (mml-generate-mime-postprocess-function): Removed.
15018         (mml-postprocess-alist): Removed.
15019         (mml-generate-mime-1): Use ultra-safe when sign.
15020         * mml2015.el (mml2015-fix-micalg): Uppercase.
15021         (mml2015-verify): Insert LF.
15022         (mml2015-mailcrypt-sign): Downcase; search backward.
15023
15024 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15025
15026         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
15027         restrictive.
15028         (nnultimate-table-regexp): New variable.
15029         (nnultimate-forum-table-p): Use it.
15030
15031 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
15032         Trivial patch.
15033
15034         * gnus-sum.el (gnus-summary-expire-articles): Save point.
15035
15036 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15037
15038         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
15039         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
15040
15041 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
15042
15043         * mml2015.el: Shut up.
15044
15045 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15046
15047         * gnus.el (gnus-server-browse-hashtb): Removed.
15048         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
15049         (gnus-group-insert-group-line-info): Use simplified method.
15050         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
15051
15052 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
15053
15054         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
15055         moved here.
15056         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
15057         * gnus-group.el (gnus-group-prepare-flat): Use it.
15058         * gnus-topic.el (gnus-group-prepare-topics): Use it.
15059
15060 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
15061
15062         * mml.el (mml-mode): Show menu in XEmacs.
15063
15064 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
15065
15066         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
15067         (gnus-server-read-server-in-server-buffer): New function.
15068         (gnus-browse-foreign-server): Browse in group buffer.
15069         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
15070         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
15071         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
15072         * gnus.el (gnus-server-browse-hashtb): New variable.
15073
15074 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
15075
15076         * nnfolder.el (nnfolder-open-nov): Use group.
15077
15078 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
15079
15080         * nnfolder.el: Add NOV. Set version to 2.0.
15081         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
15082
15083 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15084
15085         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
15086
15087 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15088
15089         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
15090         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
15091
15092 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15093
15094         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
15095
15096 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
15097
15098         * mm-decode.el (mm-verify-function-alist): New variable.
15099         (mm-verify-option): New variable.
15100         (mm-decrypt-function-alist): Ditto.
15101         (mm-decrypt-option): Ditto.
15102         (mm-find-raw-part-by-type): New function.
15103         (mm-possibly-verify-or-decrypt): New function.
15104         (mm-dissect-multipart): Use it.
15105         * mml2015.el (mml2015-fix-micalg): New function.
15106         (mml2015-decrypt): Use new interface.
15107         (mml2015-verify):  Use new interface.
15108         (mml2015-setup): Make it bogus.
15109
15110 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15111
15112         * mml.el (mml-generate-mime-postprocess-function): Set to
15113         mml-postprocess.
15114         (autoload): Autoload mml2015 and mml-smime.
15115         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
15116         * mml2015.el (mml2015-encrypt): New function.
15117         (mml2015-sign): New function.
15118         (mml2015-encrypt-function): New variable.
15119         (mml2015-sign-function): New variable.
15120         (mml2015-mailcrypt-encrypt): Use message-recipients.
15121         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
15122         * mml-smime.el (mml-smime-setup): Ditto.
15123
15124 2000-10-28  Simon Josefsson  <sj@extundo.com>
15125
15126         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
15127         Communigate Pro 3.3.1 server.
15128
15129         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
15130         in buffers.
15131         (mml-secure-dns-server): Removed.
15132         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
15133         write certificates to files.
15134
15135         * smime.el (smime-dns-server): New variable.
15136         (smime-mail-to-domain):
15137         (smime-cert-by-dns): New functions.
15138
15139         * dig.el: New file.
15140
15141 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
15142
15143         * message.el (message-options): New variable.
15144         (message-options-set-recipient): New function.
15145         (message-send): Use them.
15146         * gnus-int.el (gnus-request-replace-article): Use them.
15147         (gnus-request-accept-article): Ditto.
15148         * mml.el (mml-preview): Use them.
15149         * gnus-sum.el (gnus-summary-edit-article): Use them.
15150
15151         * message.el (message-options-get): New function.
15152         (message-options-get): New function.
15153         * rfc2047.el (rfc2047-encode-message-header): Use them.
15154         * mm-bodies.el (mm-encode-body): Use them.
15155
15156 2000-10-28  Simon Josefsson  <sj@extundo.com>
15157
15158         * nnimap.el (nnimap-retrieve-which-headers):
15159         (nnimap-request-article-part): Quote message-id.
15160
15161         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
15162         (smime-CA-file): New variable.
15163         (smime-call-openssl-region): Don't error.
15164         (smime-sign-region): Return result value.
15165         (smime-encrypt-region): Ditto.
15166         (smime-verify-region): New function.
15167         (smime-decrypt-region): Ditto.
15168         (smime-verify-buffer): Ditto.
15169         (smime-decrypt-buffer): Ditto.
15170
15171         * mml.el: Require mml-sec.
15172         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
15173         (mml-mode-map): Add "sign" and "encrypt" maps.
15174         (mml-menu): Add security menu.
15175         (mml-preview): Use generate-new-buffer.
15176
15177         * mml-sec.el: New file.
15178
15179 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15180
15181         * mm-decode.el (mm-find-part-by-type): Move it here.
15182         * mml.el (mml-postprocess): Move it here.
15183         (mml-postprocess-alist): Move it here. Merge them.
15184
15185 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
15186
15187         * rfc2047.el (rfc2047-encode-message-header): Make sure no
15188         unencoded stuff in the header.
15189
15190 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15191
15192         * gnus-group.el (gnus-group-listed-groups): New variable.
15193         (gnus-group-list-option): New variable.
15194         (gnus-group-list-limit-map): New keymap.
15195         (gnus-group-list-flush-map): New keymap.
15196         (gnus-group-list-plus-map): New keymap.
15197         (gnus-group-prepare-logic): New function.
15198         (gnus-group-prepare-flat): Merge with
15199         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
15200         (gnus-group-prepare-flat-list-dead): Ditto.
15201         (gnus-group-list-matching): Use gnus-group-prepare-function.
15202         (gnus-group-list-dormant): Ditto.
15203         (gnus-group-list-cached): Ditto.
15204         (gnus-group-listed-groups): New function.
15205         (gnus-group-list-limit): New function.
15206         (gnus-group-list-flush): New function.
15207         (gnus-group-list-plus): New function.
15208         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
15209         (gnus-topic-prepare-topic): Ditto.
15210
15211 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
15212
15213         * message.el (message-insert-to, message-get-reply-headers):
15214         (message-reply, message-followup): Mail-{Followup,Reply}-To.
15215
15216 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15217
15218         * mml2015.el: New file.
15219         * smime.el: New file.
15220         * mml-smime.el: New file.
15221
15222 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
15223
15224         * ChangeLog: Moved to ChangeLog.1.
15225
15226     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
15227   Copying and distribution of this file, with or without modification,
15228   are permitted provided the copyright notice and this notice are preserved.
15229
15230 ;; Local Variables:
15231 ;; coding: iso-2022-7bit
15232 ;; End: