2003-03-20 ShengHuo ZHU <zsh@cs.rochester.edu>
[gnus] / lisp / ChangeLog
1 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2
3         * message.el (message-split-line): Ignore error.
4
5         * lpath.el (split-line): Avoid split-line warning message.
6
7 2003-03-20  Kim F. Storm  <storm@cua.dk>
8
9         * message.el (message-split-line): New function.
10         (message-mode-map): Remap split-line to message-split-line.
11
12 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
13
14         * message.el (message-make-overlay): Defalias it to make-overlay.
15         (message-delete-overlay): Defalias it to delete-overlay.
16         (message-overlay-put): Defalias it to overlay-put.
17         (message-idna-to-ascii-rhs-1): Use them.
18
19         * messagexmas.el (message-xmas-redefine): Defalias some overlay
20         functions to extent functions.
21
22 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
23
24         * message.el (message-check-news-header-syntax): Fixed regexp.
25
26 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
27
28         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
29         
30         * mm-url.el (mm-url-insert): Move url-current-object stuff into
31         mm-url-insert-file-contents.
32
33         * nnrss.el (nnrss-fetch): Fetch the local stuff.
34         (nnrss-check-group): Use it.
35
36 2003-03-20 Mark A. Hershberger  <mah@everybody.org> 
37
38         * nnrss.el: Primitive XML Name-space support.  This means that RSS
39         feeds like Kevin Burton's[1] can now be read in Gnus.
40
41         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
42         means that if you want to read the RSS feed for example.com, all
43         you have to do is hit "G R http://www.example.com/ RET" and
44         nnrss.el will find and the feed listed on the site or (if you have
45         loaded xml-rpc.el) look it up on syndic8.com.
46
47         Marked the message as HTML (by adding a Content-Type header) so
48         that Gnus will render it as html if the user wants that.
49
50         Implemented the ability to save nnrss-group-alist so that any new
51         feeds the you subscribe to will be found the next time you start
52         up.
53
54         Implemented support for RSS 2.0 elements (author, pubDate).
55
56         Prefer for <content:encoded> over <description> where both
57         elements exist.
58
59         * mm-url.el (mm-url-insert): Set url-current-object.
60
61         * gnus-group.el (gnus-group-make-rss-group): New function.
62
63 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
64
65         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
66         for highlight overlays.
67
68 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
69
70         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
71         a NOV.
72
73 2003-03-20  Simon Josefsson  <jas@extundo.com>
74
75         * message.el (message-use-idna): Disable if UTF-8 unavailable.
76         (message-idna-to-ascii-rhs): Use it.
77
78         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
79
80 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
81
82         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p) 
83         (spam-group-ham-marks, spam-group-spam-marks): new functions
84         (spam-spam-marks, spam-ham-marks): removed in favor of the
85         spam-marks and ham-marks parameters
86         (spam-generic-register-routine, spam-ham-move-routine): use the
87         new spam-group-{spam,ham}-mark-p functions
88
89         * gnus.el (spam-marks, ham-marks): new group parameters with
90         default values same as the old spam-spam-marks and spam-ham-marks
91
92 2003-03-19  Simon Josefsson  <jas@extundo.com>
93
94         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
95         (gnus-use-idna): New variable.
96         (article-decode-idna-rhs): New function.
97
98         * message.el (message-use-idna): New variable.
99         (message-mode-field-menu): Add entry for IDNA.
100         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
101         (message-idna-to-ascii-rhs): New function.
102         (message-generate-headers): Invoke IDNA code.
103
104 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
105
106         * nnmaildir.el (nnmaildir--system-name): New function.
107         (nnmaildir-request-accept-article): Use it.
108
109 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
110
111         * gnus-util.el (gnus-byte-compile): Make it work silently as the
112         gnus-compile function does.
113
114         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
115         bogus change.
116
117 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
118
119         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
120         sort-coding-systems is defined.
121
122 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
123
124         * nnmaildir.el (nnmaildir-open-server,
125         nnmaildir-request-scan,
126         nnmaildir-request-create-group,
127         nnmaildir-request-delete-group): Replace create-directory with
128         target-prefix.
129
130 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
131
132         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
133         find-charset-region which is slooow in XEmacs.
134
135 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
138         compiler under XEmacs.
139
140 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
141
142         * gnus-art.el (gnus-treat-highlight-signature): Make the default
143         work for multipart/signed where the message text isn't `last'.
144
145 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
146
147         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
148         the value of mm-inline-text-html-with-images.
149         (mm-inline-text-html-render-with-w3m): Don't bind
150         w3m-display-inline-images.
151
152         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
153         w3m-display-inline-images.
154
155         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
156         regardless of an Emacs flavor.
157
158 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
159
160         * gnus.el (gnus-version-number): Bump.
161
162 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
163
164         * gnus.el: Oort Gnus v0.16 is released.
165
166 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
167
168         * lpath.el (featurep): Bind mm-w3m-mode-map.
169
170 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
171
172         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
173         'respool-able backends define a global nnchoke-get-new-mail
174         variable.
175
176 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
177
178         * gnus-art.el (gnus-mime-delete-part): New function.
179         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
180
181 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
182
183         * message.el (message-check-news-header-syntax): Don't push
184         groups twice onto list of unknown groups.
185
186         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
187         back.
188
189         * nnheader.el (nnheader-find-etc-directory): Doc fix.
190
191         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
192         config unless the summary buffer exists.
193
194         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
195         that target group is computed correctly when articles are marked
196         as read by Xref handling.
197
198         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
199         imap-open.
200
201         * message.el (message-send-mail): Add courtesy string to Bcc's,
202         too.
203
204         * gnus-cite.el (gnus-cited-line-p): New function.
205
206 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
207
208         * mm-bodies.el (mm-decode-body): Add new optional parameter,
209         force, to use the supplied charset unconditionally.
210
211         * gnus-art.el (article-decode-charset): Use it.
212
213 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
214
215         * mm-bodies.el (mm-decode-coding-region-safely): New function.
216         (mm-decode-body): Use it.
217
218         * rfc2047.el (rfc2047-decode-region): do.
219         (rfc2047-decode-string): Guess coding system if the default is
220         invalid.
221
222 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
223
224         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
225         articles are marked 'read, so we get correct article counts.
226
227 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
228
229         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
230         the button.
231         (gnus-insert-prev-page-button): Ditto.
232         (gnus-insert-next-page-button): Ditto.
233         (gnus-insert-mime-security-button): Ditto.
234
235         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
236         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
237         (mm-inline-image-xemacs): Ditto.
238
239 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
240
241         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
242         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
243         the recent filename uniqueness discussion.
244
245 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
246
247         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
248         newline next time.
249         (mm-inline-image-xemacs): Ditto.
250
251 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
252
253         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
254         kill-line.
255
256 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
257
258         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
259         kill-line.
260
261 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
262
263         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
264         fixing the code to match the documentation.
265         (gnus-agent-fetch-selected-article): Replaced
266         gnus-summary-update-article-line with gnus-summary-update-line as
267         the former did not correctly recalculate the thread indentation.
268         (gnus-agent-find-parameter): The agent-predicate, if not found
269         anywhere else, defaults to the value of gnus-agent-predicate.
270         (gnus-agent-fetch-session): Fixed typo; now executes
271         gnus-agent-fetched-hook rather than the undocumented
272         gnus-agent-fetch-hook.
273         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
274         default agent predicate is now provided by
275         gnus-agent-find-parameter.
276         (gnus-agent-message): New macro.  This macro avoids potentially
277         costly parameter evaluation when the message's level is too high
278         to display.
279         (gnus-agent-expire-group-1): Disabled undo tracking in temp
280         overview buffer. Uses new gnus-agent-message macro to reduce
281         overhead of optional messages. Reversed message levels to
282         emphasize percent completion messages.  Detailed messages of
283         little use except when debugging code.
284
285 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
286
287         * spam.el (spam-ham-move-routine): use
288         spam-mark-ham-unread-before-move-from-spam-group
289         (spam-mark-ham-unread-before-move-from-spam-group): new variable
290
291 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
292
293         * spam.el: load nnimap.el when compiling
294         (spam-setup-widening): use
295         nnimap-split-download-body-default instead of
296         nnimap-split-download-body which is a user-customizable variable
297
298 2003-03-07  Simon Josefsson  <jas@extundo.com>
299
300         * nnimap.el (nnimap-split-download-body-default): New, holds
301         default for n-s-d-b.
302         (nnimap-split-download-body): Add new setting (symbol default),
303         which uses contents of n-s-d-b-d, and made it the default.
304
305 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
306
307         * spam.el (spam-use-hashcash): new variable
308         (spam-list-of-checks): added spam-use-hashcash with associated
309         spam-check-hashcash
310         (spam-check-hashcash): new function, installed iff hashcash.el is
311         loaded
312         (spam-setup-widening): don't use (return)
313
314 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
315
316         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
317         predicate of `false' to avoid an error when a group defines no
318         predicate. Fixed typo that disabled agent scoring (i.e. the
319         low/high predicates should now work).
320
321 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
322
323         * spam.el: add spam-maybe-spam-stat-load to
324         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
325         (spam-bogofilter-register-with-bogofilter): use
326         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
327         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
328         custom variables to replace "-s" and "-n"
329
330         * gnus-group.el (gnus-group-get-new-news): call the new
331         gnus-get-top-new-news-hook hook
332
333         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
334         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
335
336 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
337
338         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
339
340 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
341
342         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
343         a cl run-time function.
344
345 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
346
347         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
348         on gnus-agent-short-article.
349         (gnus-category-read): Replaced CL function mapcar* with new macro:
350         gnus-mapcar.
351         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
352         support functions that accept multiple parameters.  A separate
353         sequence must be provided for each parameter in the function.
354         Iteration stops when the end of the shortest list is reached.
355
356 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
357
358         * nnimap.el (nnimap-request-accept-article): Use delete-region.
359
360         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
361         (html2text-delete-single-tag, html2text-clean-anchor)
362         (html2text-remove-tags): Use delete-region.
363         (html2text-fix-paragraphs): Simplify.
364
365         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
366         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
367         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
368         kill-region.
369
370 2003-03-04  John Paul Wallington  <jpw@gnu.org>
371
372         * gnus-agent.el (gnus-agent-enable-expiration)
373         (gnus-agent-article-alist, gnus-agent-article-alist)
374         (gnus-agent-cat-defaccessor): Doc fixes.
375
376 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
377
378         * gnus-agent.el (gnus-function-implies-unread-1): Grok
379         byte-compiled functions.
380
381 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
382
383         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
384         customization between new maneuvering (which permits selecting
385         undownloaded articles) and old maneuvering (which skipped over
386         undownloaded articles) behaviors.
387         (gnus-summary-find-next): Pass through the unread and subject
388         parameters when calling gnus-summary-find-prev.
389         (gnus-summary-find-next,gnus-summary-find-prev): Apply
390         gnus-auto-goto-ignores to filter out unacceptable articles.
391
392 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
393
394         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
395         exists in all supported Emacs versions, so we don't need this
396         compatibility function.
397         (mail-source-fetch-pop, mail-source-check-pop)
398         (mail-source-fetch-webmail): Use read-passwd.
399
400         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
401         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
402         read-passwd.
403
404         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
405
406         * imap.el (imap-read-passwd): Remove.
407         (imap-interactive-login): Use read-passwd.
408
409         * canlock.el (canlock-read-passwd): Remove.
410         (canlock-insert-header, canlock-verify): Use read-passwd.
411
412         * sieve-manage.el (sieve-manage-read-passwd): Remove.
413         (sieve-manage-interactive-login): Use read-passwd.
414
415         * pop3.el (pop3-read-passwd): Remove.
416         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
417         read-passwd.
418
419         * pgg.el (pgg-read-passphrase): Simplify.
420
421 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
422
423         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
424         'plugged' when actually 'unplugged' bug.
425         (gnus-category-read): Ignore nil values when converting an
426         old-format category so that the new-format category will default
427         those attributes to the global variables.
428
429 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
430
431         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
432         doc-string.
433
434 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
435
436         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
437         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
438         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
439         * mm-url.el (mm-url-decode-entities-string): do.
440         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
441         * mm-decode.el (mm-find-raw-part-by-type): do.
442         * message.el (message-send-mail-partially)
443         (message-send-mail-with-sendmail): do.
444         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
445         * gnus-kill.el (gnus-pp-gnus-kill): do.
446         * gnus-art.el (gnus-article-treat-unfold-headers)
447         (gnus-article-encrypt-body): do.
448
449 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
450
451         * mail-source.el (mail-source-delete-incoming): Allow integer value.
452         (mail-source-delete-old-incoming-confirm): New variable.
453         (mail-source-delete-old-incoming): Use it.  New function.
454         (mail-source-callback): Call `mail-source-delete-old-incoming' if
455         `mail-source-delete-incoming' is a nonnegative integer.
456
457 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
458
459         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
460         (gnus-user-agent): Fixed typo.
461
462 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
463
464         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
465         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
466
467 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
468
469         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
470         (gnus-agent-fetch-session): Allow debugging to take place.
471
472 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
473
474         * gnus-sum.el (gnus-highlight-selected-summary)
475         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
476         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
477         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
478         and makes it clear that we don't need the side effect.
479         * gnus-util.el (gnus-delete-line): do.
480         * gnus-xmas.el (gnus-group-add-icon): do.
481         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
482         * nntp.el (nntp-send-authinfo-from-file): do.
483         * nnml.el (nnml-header-value): do.
484         * nnheader.el (nnheader-insert-references): do.
485         * gnus-cite.el (gnus-article-highlight-citation)
486         (gnus-cite-parse): do.
487         * gnus-score.el (gnus-score-followup): do.
488         * gnus-draft.el (gnus-draft-send): do.
489         * gnus-group.el (gnus-group-highlight-line): do.
490         * gnus-cache.el (gnus-cache-braid-nov): do.
491         * nnfolder.el (nnfolder-retrieve-headers)
492         (nnfolder-request-article): do.
493         * gnus-art.el (article-hide-boring-headers)
494         (gnus-article-hide-header): do.
495
496         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
497         * nnml.el (nnml-request-replace-article): do.
498         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
499         * nnfolder.el (nnfolder-request-move-article): do.
500         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
501         * gnus-art.el (gnus-mm-display-part): do.
502
503         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
504
505 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
506
507         * nntp.el (nntp-possibly-change-group): Avoid calling
508         process-buffer on nil (Which happened when you lost your
509         connection while fetching); instead signal a "Server Closed
510         Connection" error.
511
512 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
513
514         * gnus-agent.el (gnus-agent-enable-expiration): New
515         variable. Either ENABLE or DISABLE.  Sets default behavior for
516         selecting which groups are expired.
517         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
518         gnus-agent-set-cat-groups): Provides abstract interface for
519         accessing agent category.  Category now implemented by an alist.
520         (gnus-agent-add-group, gnus-agent-remove-group,
521         gnus-category-insert-line, gnus-category-edit-predicate,
522         gnus-category-edit-score, gnus-category-edit-groups,
523         gnus-category-copy, gnus-category-add, gnus-group-category): Use
524         new agent category abstraction.
525         (gnus-agent-find-parameter): New function. Search for agent
526         configuration parameter first in the group's parameters, then its
527         topics (if any), and then the group's category.  If not found
528         anywhere, use the original defined constants.
529         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
530         gnus-agent-find-parameter.
531         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
532         gnus-agent-cache now blocks retrieving headers and articles from
533         the local cache.  Fetched content is still added to the cache
534         before being returned.
535         (gnus-agent-fetch-session): Use error-message-string to generate
536         displayed error message.
537         (gnus-agent-customize-category): New Command. 'e' in category
538         buffer opens category customization buffer.
539         (gnus-category-read): Reads either positional or alist format;
540         returns alist format.
541         (gnus-category-write): Writes category file compatible with
542         current, and previous, versions of gnus-agent.
543         (gnus-category-make-function, gnus-category-make-function-1):
544         Corrected documentation; parameter is predicate NOT category.
545         (gnus-predicate-implies-unread): Now works in more cases per the
546         todo comment.
547         (gnus-function-implies-unread-1): New function. Supports
548         gnus-predicate-implies-unread.
549         (gnus-agent-expire-group): Command now provides default of group
550         under point.
551         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
552         agent-days-until-old parameters. No longer supports
553         gnus-agent-expire-days being set to an alist.
554         (gnus-agent-request-article): Now performs its own checks of
555         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
556         assuming that the caller will do them correctly.
557         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
558         gnus-agent-expire-days is set to an alist.  Converts said alist
559         into group parameter so that gnus-agent-expire-days will not be
560         needed.
561         * gnus-art.el (gnus-request-article-this-buffer): Conditional
562         checks surrounding gnus-agent-request-article removed; now
563         performed by gnus-agent-request-article.
564         * gnus-cus.el (gnus-agent-parameters): New variable. List of
565         customizable group/topic parameters that regulate the agent.
566         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
567         kill-buffer with gnus-kill-buffer to remove the killed buffer from
568         the list of gnus buffers.
569         (gnus-trim-whitespace): Removes leading and trailing whitespace
570         from multiline strings.
571         (gnus-agent-cat-prepare-category-field,
572         gnus-agent-customize-category): Constructs a category
573         customization buffer.
574         * gnus-int.el (gnus-retrieve-headers,
575         gnus-request-expire-articles): No longer checks gnus-agent-cache
576         as it is handled internally by the agent.
577         (gnus-request-head, gnus-request-body): Conditional checks
578         surrounding gnus-agent-request-article removed; now performed by
579         gnus-agent-request-article.
580
581         * gnus-start.el (): Added defvar statements to resolve compilation
582         warnings.
583         (gnus-long-file-names): New function. Isolates platform dependent
584         msdos-long-file-names.
585         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
586         option of writing directly to file.  Avoids memory exhausted
587         errors when .newsrc.eld is huge.
588         (gnus-save-newsrc-file): Uses new
589         gnus-save-startup-file-via-temp-buffer.
590         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
591         standard-output.
592         (gnus-display-time-event-handler): Changed to alias from a defun
593         to avoid a compile-time warning when display-time-event-handler is
594         not defined.
595         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
596         standard-output such that prin1 and princ will write directly to a
597         file.
598
599         * gnus.el (gnus-agent-cache): Expanded documentation.
600         (gnus-summary-high-undownloaded-face): Removed second bold keyword
601         so that this face is actually bold.
602
603         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
604         gnus-use-cache has been set.
605
606 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
607
608         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
609
610 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
611
612         * gnus-art.el (gnus-article-refer-article): Be more permissive.
613
614 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
615
616         * spam.el: Fix typo.
617
618 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
619         (Trivial patch.)
620
621         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
622         errors-buffer. This produces a nicer error message in case of
623         problems.
624
625 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
626
627         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
628         load stats iff spam-use-stat is on
629
630         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
631         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
632         instead of spam-stat-load and spam-stat-save in the
633         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
634
635 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
636
637         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
638
639 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
640
641         * message.el (message-make-fqdn): Protect against nil user-mail.
642
643 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
644
645         * gnus-art.el (gnus-boring-article-headers): New values:
646         'to-list and 'cc-list.
647
648 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
649
650         * spam.el (spam-setup-widening): new function to set
651         nnimap-split-download-body, we add it to gnus-get-new-news-hook
652         (spam-list-of-statistical-checks): list of statistical splitter
653         checks
654         (spam-split): added a widen call when a statistical check is
655         enabled
656
657 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
658
659         * gnus-msg.el (gnus-user-agent): Changed default to
660         'emacs-gnus-type, renamed 'full.
661
662 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
663
664         * nnfolder.el (nnfolder-request-accept-article): Don't use
665         mail-header-unfold-field.
666
667 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
668
669         * imap.el (imap-ssl-open): Don't depend on ssl.el.
670         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
671
672 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
673
674         * spam.el: add spam-stat-load to gnus-get-new-news-hook
675         (spam-split): remove spam-stat-load call
676
677 2003-02-26  Simon Josefsson  <jas@extundo.com>
678
679         * gnus-sum.el (gnus-summary-toggle-header): Run
680         gnus-article-decode-hook instead of calling a-decode-encoded-words
681         directly (the latter is run as part of the former).
682
683 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
684
685         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
686
687 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
688
689         * message.el (message-sendmail-envelope-from): New option.
690         (message-sendmail-envelope-from): New function.
691         (message-send-mail-with-sendmail): Use it.
692
693 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
694
695         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
696         compensation for TDMA addresses.
697
698 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
699
700         * gnus-msg.el (gnus-user-agent): New variable.
701         (gnus-version-expose-system): Removed.  Obsoleted by
702         `gnus-user-agent'.
703         (gnus-extended-version): Use `gnus-user-agent'.
704
705 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
706
707         * spam.el (spam-stat-register-spam-routine,
708         spam-stat-register-ham-routine): remove spam-stat-save
709         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
710
711 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
712
713         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
714         reference.
715
716 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
717
718         * nnheader.el (nnheader-find-nov-line): Changed midpoint
719         calculation to avoid integer overflow.
720
721 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
722
723         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
724
725 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
726         * spam.el: disabled spam-get-article-as-filename
727
728         From Michael Shields  <shields@msrl.com>
729
730         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
731         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
732         * gnus-sum.el (gnus-summary-expire-articles): Use it.
733         * spam.el (spam-summary-prepare-exit): Use it.
734         * gnus.el (gnus-install-group-spam-parameters): New.
735         * spam.el (spam-group-ham-processor-copy-p): New.
736         * spam.el (spam-summary-prepare-exit): Support for ham copying.
737         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
738         that would cause the current message to be moved if the group had
739         no spam.
740         * spam.el (spam-ham-move-routine): New `copy' argument.
741
742 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
743         From Martin Thornquist <martint@ifi.uio.no>
744
745         * gnus-topic.el (gnus-topic-select-group): Select last group if
746         after last group.
747         * gnus-group.el (gnus-group-select-group): Ditto.
748
749 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
750
751         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
752         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
753         point-at-(b|e)ol which aren't available in Emacs 20.
754
755         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
756
757 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
758
759         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
760         clause of the condition-case statement.  Errors connecting to a
761         server no longer terminate gnus.
762
763         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
764         make its use obvious.  Added no-nothing case to avoid
765         opening(closing) servers when already open(closed).
766         (gnus-agent-while-plugged): Added macro to facilitate internal use
767         of gnus-agent-toggle-plugged.
768         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
769         temporarily open servers.
770         (gnus-agent-get-undownloaded-list): Sort list of article numbers
771         as sorting gnus-newsgroup-headers is wrong.
772         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
773         to temporarily open servers. Corrected logic to handle setting
774         gnus-agent-mark-unread-after-downloaded.
775         (gnus-agent-fetch-articles): Now handles headers with missing
776         article sizes and/or missing article lengths.  Now clears the
777         message buffer when finished.
778         (gnus-agent-fetch-group-1): Position point before calling
779         gnus-summary-set-agent-mark.
780         (gnus-get-predicate): Corrected description, parameter is
781         predicate not category.
782         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
783         provide a separate single group expiration function.
784         (gnus-agent-regenerate-group): Now clears the message buffer when
785         finished.
786
787 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
788
789         * gnus.el (gnus-agent-target-move-group-header): New variable.
790         * gnus-draft.el (gnus-draft-send): If special header
791         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
792         that group, instead of performing the regular sending functions.
793
794 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
795
796         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
797
798 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
799
800         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
801         variables.
802         (message-make-fqdn): Use it.  Improved validity check.
803
804 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
805
806         * message.el (message-user-mail-address): Check whether
807         user-mail-address looks valid.
808
809         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
810
811         * gnus-util.el (gnus-fetch-original-field): New function.
812
813 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
814
815         * message.el (message-mode): \\(...\\) around additional
816         paragraph-separate alternative.
817
818 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
819
820         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
821         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
822         display key bindings.
823         (gnus-mime-button-menu): Rewrite.
824
825 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
826
827         * gnus-art.el (gnus-button-url-regexp): Removed `.
828
829 2003-02-23  Max Froumentin  <mf@w3.org>
830
831         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
832
833 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
834
835         * gnus-art.el (gnus-mime-action-on-part): Require a match
836         interactively.
837
838         * gnus-start.el (gnus-save-newsrc-file): Use
839         gnus-backup-startup-file.
840         (gnus-backup-startup-file): New variable.
841
842 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
843
844         * gnus.el (gnus-summary-buffer-name): Moved function here.
845
846         * gnus-draft.el (defun): Remove debug.
847
848 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
849
850         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
851         can't open server.
852
853 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
854
855         * gnus-draft.el (defun): Configure posting styles.
856
857         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
858         the entry for the group exists before we alter it.
859
860 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
861
862         * message.el (message-mode): MML tags separate paragraphs.  Small
863         change from David S Goldberg <david.goldberg6@verizon.net>.
864
865         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
866         `gnus-newsgroup-headers'.
867
868         * gnus-art.el (gnus-article-refer-article): Grok more message id
869         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
870
871 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
872
873         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
874         use "path name".
875
876 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
877
878         * gnus-sum.el (gnus-summary-move-article)
879         (gnus-summary-expire-articles): send data header for article, not
880         just article ID
881
882         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
883         (gnus-register-spool-action): added hashtable of message ID keys
884         with message motion data
885
886 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
887         From Reiner Steib  <Reiner.Steib@gmx.de>.
888
889         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
890         variable, used in `gnus-button-mid-or-mail-heuristic'.
891         (gnus-button-mid-or-mail-heuristic): New function derived from
892         Florian Weimer's Perl script.
893         (gnus-button-handle-mid-or-mail): Allow a function instead of
894         'guess.
895         (gnus-button-guessed-mid-regexp): Removed.
896
897 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
898
899         * message.el (message-resend): Bind message-setup-hook to nil;
900         remove X-Draft-From header.
901
902 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
903
904         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
905         (gnus-newsgroup-undownloaded)
906         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
907         Doc fixes.
908
909 2003-02-17  John Paul Wallington  <jpw@gnu.org>
910
911         * gnus.el (gnus-shell-command-separator, gnus-email-address)
912         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
913
914 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
915
916         * gnus-spec.el (gnus-xmas-format): Use insert instead of
917         insert-string which is obsolete in Emacs 21.4.
918
919         * message.el (message-cross-post-followup-to-header): do.
920
921         * spam.el (spam-ifile-register-with-ifile)
922         (spam-stat-register-spam-routine)
923         (spam-stat-register-ham-routine)
924         (spam-bogofilter-register-with-bogofilter): do.
925
926         * mailcap.el (mailcap-mime-data): Fix typo.
927
928         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
929
930 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
931
932         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
933         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
934         `gnus-cite-unsightly-citation-regexp'.
935
936 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
937
938         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
939         even if there's just a header.
940
941 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
942
943         * message.el (message-fix-before-sending): Fix highlighting of
944         illegible and invisible text.
945
946         * gnus-util.el (gnus-multiple-choice): Separate choices with
947         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
948
949 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
950
951         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
952
953 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
954
955         * spam.el (spam-ham-move-routine)
956         (spam-mark-spam-as-expired-and-move-routine): use
957         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
958         around process-mark manipulation on the group
959
960 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
961
962         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
963         submenu.
964
965 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
966
967         * mail-source.el (mail-source-fetch): Reverse the return value of
968         the continuation question.
969
970 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
971
972         * nndraft.el (nndraft-request-move-article): Bind
973         nnmh-allow-delete-final to t.
974
975 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
976
977         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
978
979 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
980
981         * nntp.el (nntp-accept-process-output): Don't use point-max to get
982         the buffer's size.
983
984 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
985
986         * nnheader.el: Added cygwin to system-type comparisons.
987
988 2003-01-27  Juanma Barranquero  <lektu@terra.es>
989
990         * imap.el (imap-mailbox-status): Fix typo.
991
992 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
993
994         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
995         online.
996
997 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
998
999         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
1000         commands.
1001         * gnus-sum.el: Small change from Frank Weinberg
1002         <frank@usenet-rundfahrt.de>:
1003         (gnus-auto-center-group): New variable.
1004         (gnus-summary-read-group-1): Use it.
1005         (gnus-summary-next-group): Fix docstring.
1006
1007 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1008
1009         * gnus-util.el (gnus-faces-at): Simplify.
1010
1011 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1012
1013         * spam.el (spam-ham-move-routine)
1014         (spam-mark-spam-as-expired-and-move-routine): made the article
1015         move conditional, so it's not called even if there's nothing to move
1016
1017 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1018
1019         * message.el (message-unix-mail-delimiter): Accept any whitespace
1020         after the email address and before the date; do not require the
1021         space character.  From Kurt B. Kaiser <kbk@shore.net>.
1022
1023 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1024
1025         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
1026         gnus-article-boring-faces variable is bound; use gnus-faces-at.
1027
1028         * gnus-util.el (gnus-faces-at): New macro.
1029
1030 2003-02-13  Michael Shields  <shields@msrl.com>
1031
1032         * gnus-cite.el
1033         (gnus-cite-attribution-suffix, gnus-cite-parse):
1034         Better handling for Microsoft citation styles.
1035         (gnus-unsightly-citation-regexp): New.
1036
1037 2003-02-12  Michael Shields  <shields@msrl.com>
1038
1039         * gnus-art.el (article-strip-banner): Strip both per-group and
1040         per-user-address banners.
1041         (article-really-strip-banner): New.
1042
1043 2003-02-12  Michael Shields  <shields@msrl.com>
1044
1045         * gnus-sum.el (gnus-article-goto-next-page,
1046         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
1047         relying on the summary bindings of `n' and `p'.
1048
1049 2003-02-12  Michael Shields  <shields@msrl.com>
1050
1051         * gnus-art.el (gnus-article-only-boring-p): New.
1052         (gnus-article-skip-boring): New.
1053         * gnus-cite.el (gnus-article-boring-faces): New.
1054         * gnus-sum.el (gnus-summary-next-page): Use
1055         gnus-article-only-boring-p.
1056
1057 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
1058
1059         * spam.el (spam-mark-spam-as-expired-and-move-routine)
1060         (spam-ham-move-routine): unmark all articles before marking those
1061         of interest and calling gnus-summary-move-article
1062
1063 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
1064
1065         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
1066         logically the complement of gnus-get-buffer-create and
1067         gnus-add-buffer.
1068
1069         * gnus-util.el (gnus-kill-buffer): do.
1070
1071         * nnmail.el: Autoload gnus-kill-buffer.
1072
1073 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1074
1075         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
1076         gnus-summary-goto-subject as gnus-summary-update-mark operates on
1077         the current LINE.
1078         (gnus-agent-summary-fetch-group): Minimized the number of times
1079         that the article is updated in the buffer.
1080
1081 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
1082
1083         * spam.el (spam-ham-move-routine): use the process-mark instead of
1084         gnus-current-article when moving articles
1085         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
1086
1087 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1088
1089         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
1090         (gnus-topic-catchup-articles): Ditto.
1091         (gnus-topic-mark-topic): Reverse recursive logic.
1092
1093 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
1094
1095         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
1096         gnus-refer-thread-limit is t.
1097
1098 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
1099
1100         * mm-util.el (mm-mule-charset-to-mime-charset): Use
1101         sort-coding-systems to prefer utf-8 over utf-16.
1102
1103 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1104
1105         * gnus-agent.el (gnus-agent-expire-days):
1106         gnus-request-move-article depends on gnus-agent-expire to clean up
1107         the cache after moving the article.  Therefore, g-a-e-d can NOT
1108         default to nil or can gnus-agent-expire be disabled by doing so.
1109         If you don't want to run gnus-agent-expire, don't call it.
1110         (gnus-agent-expire): The broken test to disable gnus-agent-expire
1111         when g-a-e-d was NOT nil was removed.
1112         (gnus-agent-article-name): Removed unnecessary input test as
1113         article IDs are always strings.
1114         (gnus-agent-regenerate-group): Added check to protect against
1115         servers that generate absurdly long article IDs.  Valid IDs are
1116         less than 10 digits to avoid overflow errors.  Fixed logic error
1117         when ensuring that the final article ID is present in the new
1118         alist.
1119
1120 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1121
1122         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
1123         next line after finding the parent.
1124
1125 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1126
1127         * gnus.el (gnus-version-number): Bumped.
1128
1129 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1130
1131         * gnus.el: Oort Gnus v0.15 is released.
1132
1133 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
1134
1135         * nnmail.el (nnmail-split-it): If a message ends up matching the
1136           same mailbox more than once, it will cause duplicates to appear
1137           in the mailbox.
1138
1139 2003-02-08  Simon Josefsson  <jas@extundo.com>
1140
1141         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
1142         code that only worked under Emacs.
1143
1144         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
1145         Das <satyaki@chicory.stanford.edu>.
1146
1147 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
1148
1149         * gnus-art.el (gnus-article-refer-article): Use
1150         gnus-replace-in-string.
1151
1152         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
1153         (gnus-remove-duplicates): do.
1154
1155 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1156
1157         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
1158         (gnus-request-scan): set
1159         gnus-internal-registry-spool-current-method to gnus-command-method
1160         before a request-scan operation
1161
1162         * gnus-registry.el (regtest-nnmail): use
1163         gnus-internal-registry-spool-current-method
1164
1165 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1166
1167         * mail-source.el (mail-source-fetch): Typo fix.
1168
1169 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1170
1171         * nnmail.el (nnmail-spool-hook): new hook
1172         (nnmail-cache-insert): call nnmail-spool-hook
1173
1174         * gnus-registry.el: new file with examples of using the hooks
1175
1176         * gnus.el (gnus-registry): added registry customization group
1177         (gnus-group-prefixed-name): improve function to return full group
1178         name optionally
1179         (gnus-group-guess-prefixed-name): shortcut to
1180         gnus-group-prefixed-name, using just the group name
1181         (gnus-group-full-name): always get a group's full name
1182         (gnus-group-guess-full-name): shortcut, using just the group name
1183
1184         * gnus-sum.el (gnus-summary-article-move-hook)
1185         (gnus-summary-article-delete-hook)
1186         (gnus-summary-article-expire-hook): new hooks
1187         (gnus-summary-move-article, gnus-summary-expire-articles)
1188         (gnus-summary-delete-article): invoke the new hooks
1189
1190 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
1191
1192         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
1193         from message-ID
1194
1195 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
1196
1197         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
1198
1199 2003-02-07  John Paul Wallington  <jpw@gnu.org>
1200
1201         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
1202         (mm-write-region, mm-detect-coding-region): Doc fixes.
1203
1204 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1205
1206         * mail-source.el (mail-source-fetch): Ignore errors.
1207         (mail-source-ignore-errors): New variable.
1208
1209         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
1210         articles.
1211
1212         * gnus-msg.el (gnus-version-expose-system): Change default.
1213
1214 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
1215
1216         * gnus-msg.el (gnus-version-expose-system): New variable.
1217
1218 2003-02-07  Simon Josefsson  <jas@extundo.com>
1219
1220         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
1221         patch from deskpot@myrealbox.com (Vasily Korytov).
1222
1223 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1224
1225         * gnus-art.el (article-display-face): Get the Face header from
1226         the current buffer.
1227
1228 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1229
1230         * gnus-art.el (gnus-mime-view-part-internally): Bind
1231         buffer-read-only to nil.
1232
1233 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1234
1235         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
1236         from g-a-e-1 to g-a-e-2.
1237
1238 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
1239
1240         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
1241         of bbdb-search-simple, use spam-use-BBDB-exclusive
1242         (spam-check-whitelist): use spam-use-whitelist-exclusive
1243         (spam-use-whitelist-exclusive): new variable affecting
1244         spam-use-whitelist
1245         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
1246
1247 2003-02-05  Simon Josefsson  <jas@extundo.com>
1248
1249         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
1250         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
1251         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
1252         (gnus-agent-expire-1): New.
1253         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
1254         (gnus-agent-expire-2): New.
1255
1256 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
1257
1258         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
1259         "delete-if" is misleading because it isn't actually destructive.
1260
1261         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
1262
1263         * nnmail.el (nnmail-purge-split-history): do.
1264
1265         * gnus-win.el (gnus-get-buffer-window): do.
1266
1267         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
1268         let-binding.
1269         (gnus-simplify-all-whitespace): do.
1270
1271 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1272
1273         * gnus-delay.el (gnus-delay-article): Fix binding of the
1274         nndraft:delayed group.
1275
1276 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1277
1278         * gnus.el (spam group parameters): change 'other to 'const in
1279         the group parameter definitions to soothe XEmacs
1280
1281 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1282
1283         * gnus-delay.el (gnus-delay-article): Really create
1284         nndraft:delayed group if it doesn't exist.
1285
1286 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
1287
1288         * gnus-sum.el (gnus-summary-search-article): Speed up by
1289         disabling various visual features while searching.
1290         (gnus-summary-recenter): Test gnus-auto-center-summary first.
1291
1292 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
1293
1294         * spam.el (spam-list-of-checks): Don't quote nil and t in
1295         docstrings.  From the elisp manual:
1296
1297            When a documentation string refers to a Lisp symbol, write
1298            it [..] with single-quotes around it.  [..] There are two
1299            exceptions: write t and nil without single-quotes.
1300
1301         * messcompat.el (message-from-style): do.
1302
1303         * message.el (message-send-mail): do.
1304
1305         * gnus-util.el (gnus-use-byte-compile): do.
1306
1307         * gnus-score.el (gnus-score-lower-thread): do.
1308
1309         * gnus-int.el (gnus-server-unopen-status): do.
1310
1311         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
1312         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
1313
1314         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
1315         (gnus-group-parameters): do.
1316
1317         * gnus-art.el (gnus-article-mime-match-handle-function): do.
1318
1319         * mm-decode.el (mm-text-html-renderer): do.
1320
1321 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1322
1323         * nnheader.el (nnheader-directory-separator-character): Change the
1324         way to compute the dafault value.
1325
1326 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
1327
1328         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
1329         (gnus-button-alist): Fix regexp for describe-key.
1330         (gnus-button-handle-describe-function)
1331         (gnus-button-handle-describe-variable)
1332         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
1333         (gnus-button-handle-apropos-variable)
1334         (gnus-button-handle-apropos-documentation): Docstring fix.
1335
1336         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
1337
1338 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1339
1340         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
1341         to nil.
1342
1343         * nnmail.el: Removed gnus-util autoload.
1344
1345         * gnus.el: Use gnus-prin1-to-string throughout.
1346
1347         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
1348         print-level.
1349
1350         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
1351         (gnus-treat-display-grey-xface): Removed.
1352
1353         * gnus-fun.el (gnus-grab-cam-face): New.
1354         (gnus-convert-image-to-gray-x-face): Removed.
1355         (gnus-convert-gray-x-face-to-xpm): removed.
1356         (gnus-convert-gray-x-face-region): Removed.
1357         (gnus-grab-gray-x-face): Removed.
1358
1359         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
1360
1361 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
1362
1363         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
1364         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
1365         bound.
1366
1367         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
1368
1369 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
1370
1371         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
1372         Remove -- these are bogus options which are never used.
1373
1374 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
1375
1376         * gnus-art.el (gnus-article-mode): Use summary tool bar.
1377
1378 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
1379
1380         * spam.el (spam-check-blackholes)
1381         (spam-blackhole-good-server-regex): new variable to skip some IPs
1382         when checking blackholes; use it
1383         (spam-check-bogofilter-headers)
1384         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
1385         case more X-Bogosity is used than just "Yes/No"
1386         (spam-ham-move-routine): semi-fixed, only first article is
1387         properly moved now
1388
1389 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
1390
1391         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
1392         as well.
1393
1394         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
1395
1396         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
1397
1398         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
1399
1400         * gnus-bcklg.el (gnus-backlog-shutdown): do.
1401
1402         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
1403
1404 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1405
1406         * gnus-fun.el (gnus-face-encode): New function.
1407         (gnus-convert-png-to-face): Use it.
1408
1409         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
1410
1411 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
1412
1413         * mm-decode.el (mm-dissection-list): Remove.
1414         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
1415         only used in mm-remove-all-parts.
1416         (mm-remove-all-parts): Remove it, it's never called.
1417
1418 2003-01-25  Simon Josefsson  <jas@extundo.com>
1419
1420         * gnus-group.el (gnus-group-make-group): Report errors.
1421
1422         * nnimap.el (nnimap-request-create-group): Ditto.
1423
1424         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
1425
1426         * sieve.el (sieve-upload): Fix error printing.
1427
1428         * mm-encode.el (mm-qp-or-base64): Always QP iff
1429         mm-use-ultra-safe-encoding and cleartext PGP.
1430
1431         * gnus-sum.el (gnus-summary-select-article): Inhibit
1432         redisplay (mainly for secured messages).
1433
1434         * nnmail.el (nnmail-article-group): Copy body too (but don't
1435         process it).
1436
1437 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
1438
1439         * gnus-art.el (gnus-article-setup-buffer): Reset
1440         gnus-button-marker-list.
1441
1442 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1443
1444         * nntp.el (nntp-read-timeout): Default to using a second delay
1445         under Microsoft Windows.
1446
1447 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1448
1449         * nnheader.el (nnheader-directory-separator-character): New
1450         variable.
1451
1452 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1453
1454         * gnus-agent.el (gnus-agent-max-fetch-size)
1455         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
1456         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
1457         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
1458         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
1459         (gnus-agent-braid-nov, gnus-agent-load-alist)
1460         (gnus-agent-article-alist-save-format)
1461         (gnus-agent-read-agentview, gnus-agent-save-alist)
1462         (gnus-agent-fetch-group-1, gnus-agent-expire)
1463         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
1464         (gnus-agent-regenerate-group): Reformat to keep under eighty
1465         columns.  Reword docstrings so that first line is under eighty
1466         chars and a complete sentence.  Still need to work on the rear
1467         end of the file, in particular gnus-agent-expire.
1468
1469 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1470
1471         * gnus-agent.el (gnus-agentize): Indent.
1472
1473         * gnus.el (gnus-version-number): Bumped.
1474
1475 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1476
1477         * gnus.el: Oort Gnus v0.14 is released.
1478
1479 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1480
1481         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
1482         before beginning.  Tiny patch from Mark Thomas
1483         <swoon@bellatlantic.net>.
1484
1485 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1486
1487         * spam.el (spam-check-blackholes, spam-split)
1488         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
1489         gnus-message calls to show to users what spam.el is doing
1490
1491 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
1492
1493         * gnus-msg.el (gnus-message-replysign)
1494         (gnus-message-replyencrypt): Fix typo.
1495
1496 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1497
1498         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
1499         details.
1500
1501 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1502
1503         * gnus-art.el (gnus-article-press-button): let* -> let.
1504         (gnus-mime-security-show-details): Cleaned up.
1505         (gnus-mime-security-press-button): Save excursion.
1506         (gnus-insert-mime-security-button): Clean up.
1507
1508         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
1509
1510         * gnus-async.el (gnus-async-wait-for-article): Don't use a
1511         timeout.
1512
1513         * nntp.el (nntp-accept-process-output): Removed timeout.
1514         (nntp-read-timeout): New variable.
1515         (nntp-accept-process-output): Use it.
1516
1517         * gnus-sum.el (gnus-data-find-list): Remove *.
1518
1519 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1520
1521         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
1522         introduced on 2002-01-22.
1523         (gnus-summary-first-unseen-or-unread-subject): Ditto.
1524
1525 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
1526
1527         * spam.el (spam-check-regex-headers, spam-list-of-checks)
1528         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
1529         checks of incoming mail based on simple header regexp matching
1530
1531 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
1532
1533         * gnus-sum.el (gnus-spam-mark): set to `$'
1534
1535 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1536
1537         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
1538         gnus-newsgroup-unfetched, the list of articles whose headers have
1539         not been fetched from the server.
1540
1541         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
1542         parameter as it never worked due to a bug.  Added check to prevent
1543         selection of any article in the gnus-newsgroup-unfetched list.
1544         (gnus-summary-find-prev): Added check to prevent selection of any
1545         article in the gnus-newsgroup-unfetched list.
1546         (gnus-summary-first-subject): Documented API. Modified
1547         implementation so that constraints are handled independently.
1548         Added check to prevent selection of any article in the
1549         gnus-newsgroup-unfetched list.
1550         (gnus-summary-first-unseen-subject): Updated parameters in
1551         gnus-summary-first-subject call to match new API.
1552         (gnus-summary-first-unseen-or-unread-subject): Ditto.
1553         (gnus-summary-catchup): Do not mark unfetched articles as read.
1554
1555 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
1556
1557         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
1558         make-obsolete-variable allows only two arguments in XEmacs and
1559         Emacs 20.
1560
1561         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
1562         gnus-article-hide-pgp.
1563         (gnus-summary-make-menu-bar): do.
1564
1565         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
1566         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
1567         gnus-article-hide-pgp.
1568         (article-hide-pgp): Remove.
1569         (gnus-article-hide): Remove gnus-article-hide-pgp.
1570
1571         * gnus.el: Remove gnus-article-hide-pgp
1572
1573 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1574
1575         * message.el (message-required-headers): Doc fix.
1576
1577 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
1578
1579         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
1580         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
1581         option to make ifile a purely binary classifier
1582
1583 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1584
1585         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
1586         (mml-secure-encrypt-pgpmime): Removed double.
1587
1588         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
1589         debugging statements.
1590
1591 2003-01-21  Andreas Fuchs  <asf@void.at>
1592
1593         * mml-sec.el (mml-sign-alist): Added pgpauto.
1594
1595 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1596
1597         * gnus.el (gnus-version-number): Bumped version number.
1598
1599 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1600
1601         * gnus.el: Oort Gnus v0.13 is released.
1602
1603 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1604
1605         * gnus-art.el (gnus-button-url-regexp): Removed |.
1606
1607         * message.el (message-send-hook): Doc fix.
1608
1609         * gnus-win.el (gnus-buffer-configuration): Display article
1610         instead of article-copy when `reply'.
1611
1612 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
1613
1614         * gnus.el (gnus-format): Change customize group to gnus.
1615         (gnus-cache): Add link.
1616         (gnus-group-charter-alist): Fix docstring.
1617
1618 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
1619
1620         * mailcap.el (mailcap-print-command): lpr-command might be
1621         unbound in XEmacs.
1622
1623 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1624
1625         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
1626
1627         * gnus-sum.el (gnus-summary-update-article-line): Fixed
1628         calculation of net characters added for use in the gnus-data
1629         structure.
1630
1631 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1632
1633         * nnmail.el (nnmail-process-unix-mail-format): Improve error
1634         message.  Suggested by Jari Aalto.
1635
1636 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1637
1638         * gnus-art.el (gnus-article-followup-with-original): Clean up.
1639         (gnus-article-reply-with-original): Ditto.
1640
1641         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
1642         read articles don't become unread.
1643
1644 2003-01-17  Simon Josefsson  <jas@extundo.com>
1645
1646         * gnus-fun.el (gnus-x-face-from-file):
1647         (gnus-face-from-file): Suggest image format in minibuffer prompt.
1648
1649         * gnus-fun.el (gnus-convert-image-to-x-face-command)
1650         (gnus-convert-image-to-face-command): Doc fix.
1651
1652 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1653
1654         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
1655
1656 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
1657
1658         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
1659         avoid encoding problems.
1660
1661         * mailcap.el (mailcap-ps-command): New variable.
1662         (mailcap-mime-data): Add print entry where applicable.  Use
1663         pdftotext on a tty.
1664
1665 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1666
1667         * gnus-sum.el (gnus-alter-header-function): Add type and group.
1668
1669 2003-01-16  Simon Josefsson  <jas@extundo.com>
1670
1671         * gnus-fun.el (gnus-convert-image-to-x-face-command)
1672         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
1673         (gnus-face-from-file): Doc fix; don't mention image format.
1674
1675 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1676
1677         * spam.el (spam-get-article-as-filename): new function (unused for now)
1678         (spam-get-article-as-buffer): new function
1679         (spam-get-article-as-string): use spam-get-article-as-buffer
1680         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
1681
1682 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1683
1684         * gnus-agent.el: Don't use `path'.
1685         From the GNU coding standards:
1686
1687             Please do not use the term ``pathname'' that is used in Unix
1688             documentation; use ``file name'' (two words) instead.  We use
1689             the term ``path'' only for search paths, which are lists of
1690             directory names.
1691
1692         * nnsoup.el (nnsoup-file-name): Ditto.
1693
1694         * nnmail.el (nnmail-pathname-coding-system): Ditto.
1695         (nnmail-group-pathname): Ditto.
1696
1697         * nnimap.el (nnimap-group-overview-filename): Ditto.
1698
1699         * nnheader.el (nnheader-pathname-coding-system): Ditto.
1700         (nnheader-group-pathname): Ditto.
1701
1702         * nnfolder.el (nnfolder-group-pathname): Ditto.
1703
1704         * gnus.el (gnus-home-directory): Ditto.
1705
1706         * gnus-group.el (gnus-group-icon-list): Ditto.
1707
1708 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
1709
1710         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
1711
1712         * message.el (message-mode-menu): Use it.
1713         (message-mode-menu): Deactivate "Yank Original" if there's no
1714         reply buffer.
1715
1716         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
1717
1718         * message.el (message-mark-active-p): New function.
1719
1720 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
1721
1722         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
1723         (spam-bogofilter-database-directory): new variables
1724         (spam-check-bogofilter-headers, spam-check-bogofilter)
1725         (spam-bogofilter-register-with-bogofilter)
1726         (spam-bogofilter-register-spam-routine)
1727         (spam-bogofilter-register-ham-routine)
1728         (spam-group-ham-processor-bogofilter-p): new functions for the new
1729         Bogofilter interface
1730         (spam-summary-prepare-exit): use the new Bogofilter functions
1731         (spam-list-of-checks): added spam-use-bogofilter-headers
1732         (spam-bogofilter-score): rewrote function
1733         (spam-check-bogofilter): optional score parameter, uses
1734         spam-check-bogofilter-headers better
1735         (spam-check-bogofilter-headers): optional score parameter
1736
1737         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
1738         default, in the gnus-start customization group.  Used to disable
1739         the spam-*/ham-* parameters.
1740         (gnus-group-ham-exit-processor-bogofilter): new ham processor
1741
1742 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
1743
1744         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
1745         XEmacs.
1746
1747         * gnus-ems.el (gnus-mark-active-p): do.
1748
1749 2003-01-15  Kevin Ryde  <user42@zip.com.au>
1750
1751         * gnus.texi (Using MIME): Mention auto-compression-mode with
1752         gnus-mime-copy-part.
1753
1754 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1755
1756         * message.el (message-send): Don't warn about duplicates when
1757         superseding.
1758
1759 2003-01-15  Simon Josefsson  <jas@extundo.com>
1760
1761         * nnimap.el (nnimap-split-download-body): New variable.
1762         (nnimap-split-articles): Use it.
1763
1764 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1765
1766         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
1767         integrity checker was incorrectly flagging, and removing, articles
1768         whose article number was negative.
1769         (gnus-agent-fetch-group-1): When executed in the group's summary
1770         buffer, refresh each downloaded line to update the status flag and
1771         font.  Preserve the value of gnus-newsgroup-headers so that
1772         gnus-agent-fetch-articles can split the requests by size.
1773         (gnus-agent-expire): Corrected day calculation for when
1774         gnus-agent-expire-days contains a list.
1775
1776 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1777
1778         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
1779
1780 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
1781
1782         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
1783           /usr/bin/play as default player.
1784           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
1785
1786 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1787
1788         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
1789         articles to be marked as well.
1790
1791 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1792         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
1793         fictious headers generated by nnagent (ie. Undownloaded Article
1794         ####) in the list of articles that have not been downloaded.
1795
1796         * gnus-int.el (): Added require declarations to resolve
1797         compile-time warnings.
1798         (gnus-open-server): If the server status is set to offline,
1799         recursively execute gnus-open-server to open the offline backend
1800         (e.g. nnagent).
1801
1802 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
1803
1804         * gnus-art.el (gnus-article-reply-with-original): Use
1805         gnus-mark-active-p.
1806         (gnus-article-followup-with-original): do.
1807
1808 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1809
1810         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
1811
1812 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1813
1814         * gnus-score.el (gnus-score-edit-file-at-point): New function.
1815         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
1816
1817 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
1818
1819         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
1820         (gnus-face-from-file): Ditto.
1821
1822 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1823
1824         * gnus-sum.el (gnus-articles-to-read): Don't just apply
1825         gnus-alter-articles-to-read-function to the unread articles.
1826
1827 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1828
1829         * deuglify.el (gnus-article-outlook-unwrap-lines)
1830         (gnus-article-outlook-repair-attribution)
1831         (gnus-article-outlook-rearrange-citation): New function names,
1832         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
1833         doc-string.
1834
1835         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
1836         removed `W k' key binding (use `W Y f' instead).
1837         (gnus-summary-make-menu-bar): Use new function names.
1838
1839 2003-01-13  Simon Josefsson  <jas@extundo.com>
1840
1841         * gnus-fun.el (gnus-random-x-face): Doc fix.
1842         (gnus-insert-random-x-face-header): New function.
1843
1844 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
1845
1846         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
1847         mark is not active.
1848
1849         * gnus-msg.el (gnus-inews-do-gcc): Comment.
1850
1851         * gnus-ems.el (gnus-mark-active-p): New function.
1852
1853         * gnus-group.el (gnus-topic-mode-p): New function.
1854         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
1855         Deactivate items if mark is not active.
1856
1857 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1858
1859         * gnus.el (gnus-version-number): Bumped version.
1860         (gnus-summary-line-format): Doc fix.
1861
1862 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1863
1864         * gnus.el: Oort Gnus v0.12 is released.
1865
1866 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1867
1868         * mail-source.el (mail-sources): Removed autoload to make it
1869         compile under XEmacs.
1870
1871 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
1872
1873         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
1874         regexp or a function too.
1875         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
1876         confirmation even if the original article is mail.
1877
1878 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1879
1880         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
1881         articles to be marked when not yanking.
1882
1883 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
1884
1885         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
1886
1887 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1888
1889         * gnus-fun.el (gnus-face-from-file): Autoload.
1890
1891         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
1892         errors.
1893
1894 2003-01-12  Simon Josefsson  <jas@extundo.com>
1895
1896         * sieve.el (sieve-upload-and-bury): New.  Suggested by
1897         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1898
1899         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
1900         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1901
1902 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1903
1904         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
1905         in every string.
1906
1907         * gnus.el (gnus-version-number): Bumped version number.
1908
1909 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1910
1911         * gnus.el: Oort Gnus v0.11 is released.
1912
1913 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
1914
1915         * message.el (message-fetch-reply-field): Narrow to headers.
1916
1917         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
1918         if Gnus isn't alive.
1919
1920 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1921
1922         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
1923         marks from articles that are already stored in the agent.
1924         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
1925         backup copy of an invalid .overview file for later analysis.
1926
1927 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
1928
1929         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
1930         exit work with two frames.
1931
1932 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
1933
1934         * message.el (message-forward-make-body): Use mule4.
1935
1936 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1937
1938         * message.el (message-mode-map): Move wide-reply command.
1939
1940 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
1941
1942         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
1943         castellano.
1944         (gnus-outlook-display-hook): New variable.
1945         (gnus-outlook-display-article-buffer): New function.
1946         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
1947         (gnus-outlook-deuglify-article): Made them interactive and added
1948         optional arg.  Use `g-o-d-a-b'.
1949         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
1950
1951         * gnus-sum.el: Added autoloads.
1952         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
1953         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
1954
1955 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1956
1957         * gnus-art.el (gnus-display-mime): Use the mime emulation
1958         variable.
1959
1960         * gnus-sum.el (gnus-article-emulate-mime): New variable.
1961
1962         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
1963         newsrc-alist is initialized properly.
1964
1965         * mail-source.el (mail-sources): Autoload.
1966
1967         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
1968         nil.
1969
1970         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
1971         insert two newlines.
1972
1973         * message.el (message-check-news-header-syntax): Compute the
1974         header length correctly.
1975
1976 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1977
1978         * gnus-agent.el (gnus-agent-expire): Do not remove article from
1979         alist when keeping fetched article file.
1980         (gnus-agent-retrieve-headers): When parsing response for article
1981         numbers, use the same algorithm as gnus-agent-braid-nov to protect
1982         against garbage in the server's response.
1983
1984         * gnus-int.el (gnus-request-expire-articles,
1985         gnus-request-move-article): Only expire when the group's server
1986         has been agentized.
1987
1988 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1989
1990         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
1991         errors when deleting overlays.
1992
1993         * gnus-score.el (gnus-score-followup): Allow tracing.
1994
1995         * gnus-art.el (gnus-treat-display-face): New variable.
1996         (article-display-face): New command.
1997
1998         * gnus-fun.el (gnus-face-from-file): New function.
1999         (gnus-convert-face-to-png): Ditto.
2000
2001         * gnus-art.el (gnus-ignored-headers): Added Face.
2002
2003 2003-01-10  Simon Josefsson  <jas@extundo.com>
2004
2005         * nndraft.el (nndraft-request-group): Avoid crash in
2006         directory-files when draft directory doesn't exists.
2007
2008         * gnus-sum.el (gnus-select-article-hook): Add :option.
2009
2010 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2011
2012         * spam.el (spam-use-stat): new variable
2013         (spam-group-spam-processor-stat-p)
2014         (spam-group-ham-processor-stat-p): new convenience functions
2015         (spam-summary-prepare-exit): add spam/ham processors to sequence
2016         (spam-list-of-checks): add spam-use-stat to list of checks
2017         (spam-split): conditionally load the spam-stat tables
2018         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
2019         spam-check-ifile): new functions
2020
2021         * spam-stat.el (spam-stat): typo fix
2022         (spam-stat-install-hooks): new variable
2023         (spam-stat-split-fancy-spam-group): added documentation clarification
2024         (spam-stat-split-fancy-spam-threshhold): new variable
2025         (spam-stat-install-hooks): make hooks conditional
2026         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
2027
2028         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
2029         spam-stat ham/spam processor symbols
2030
2031 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2032
2033         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
2034         file exists.
2035
2036 2003-01-10  Simon Josefsson  <jas@extundo.com>
2037
2038         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
2039         undownloaded/downloadable only when unplugged.
2040
2041 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
2042
2043         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
2044
2045 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
2046
2047         * spam.el (spam-check-ifile): fixed call-process-region to use the
2048         db parameter only if it's set
2049         (spam-ifile-register-with-ifile): ditto
2050
2051 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
2052
2053         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
2054         spam-stat-nbad before creating the hash table.
2055         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
2056         Changed copyright statement to FSF.
2057
2058 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2059
2060         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
2061         processable articles as read.
2062         (gnus-agent-summary-fetch-series): Remove processable and
2063         downloadable marks on all downloaded articles in the series.
2064
2065         * nntp.el (nntp-report): Throw error after reporting the problem.
2066         (nntp-accept-process-output): Corrected error check to report an
2067         error when the process is nil.
2068
2069 2003-01-09  Simon Josefsson  <jas@extundo.com>
2070
2071         * message.el (message-tool-bar-map): Add preview.
2072
2073 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
2074
2075         * mml.el (mml-preview): Get rid of MIME handles and buffers after
2076         previewing.
2077
2078 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
2079
2080         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
2081         bug when the (n+1)th article to be added to a group has a smaller
2082         number than the n articles already added.
2083
2084 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
2085
2086         * message.el (message-mode-field-menu): Use backquote.
2087
2088 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
2089
2090         * spam.el: fixed the BBDB autoloads again, using
2091         bbdb-search-simple now (which is not a macro, thank god)
2092
2093         * lpath.el (bbdb-search): removed function from maybe-fbind list
2094
2095         * gnus.el (ham-process-destination): added new parameter for
2096         destination of ham articles found in spam groups at summary exit
2097
2098         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
2099         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
2100         (spam-ifile-database-path): added new parameter for ifile's database
2101         (spam-move-spam-nonspam-groups-only): new parameter to determine
2102         if spam should be moved from all groups or only some
2103         (spam-summary-prepare-exit): fixed logic to use
2104         spam-move-spam-nonspam-groups-only when deciding to invoke
2105         spam-mark-spam-as-expired-and-move-routine; always invoke that
2106         routine after the spam has been expired-or-moved in case there's
2107         some spam left over; use spam-ham-move-routine in spam groups
2108         (spam-ham-move-routine): new function to move ham articles to the
2109         ham-process-destinations group parameter
2110
2111 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2112
2113         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
2114
2115         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
2116         gnus-summary-update-article-line.
2117
2118 2003-01-08  Simon Josefsson  <jas@extundo.com>
2119
2120         * nnmail.el (nnmail-expiry-target-group): Request group, create it
2121         not successful.
2122
2123 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2124
2125         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
2126
2127 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2128
2129         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
2130         logic, finally
2131
2132 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2133
2134         * gnus-spec.el (gnus-parse-format): %C is a complex format.
2135         (gnus-parse-format): Change to %~.
2136
2137         * message.el (message-generate-headers): Don't generate optional
2138         empty headers.
2139
2140 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
2141
2142         * message.el (message-cross-post-default)
2143         (message-cross-post-note-function, message-shoot-gnksa-feet)
2144         (message-strip-subject-trailing-was, message-change-subject)
2145         (message-mark-insert-file, message-cross-post-followup-to)
2146         (message-cross-post-followup-to, message-mode-map)
2147         (message-generate-unsubscribed-mail-followup-to)
2148         (message-make-mail-followup-to): Minor changes to doc-strings and
2149         error messages.  Updated copyright line.
2150
2151         * message.el (message-make-mail-followup-to,
2152         message-generate-unsubscribed-mail-followup-to): New function
2153         names.  Renamed functions: "-mft" -> "-mail-followup-to".
2154         (message-make-mft, message-gen-unsubscribed-mft): Removed function
2155         names.
2156
2157         * mml.el (mml-preview-insert-mail-followup-to): New function name.
2158         (mml-preview-insert-mft): Removed function name.
2159         (mml-preview): Use new function names.
2160
2161         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
2162
2163         * message.el (message-mode-field-menu): Moved header related
2164         commands from "Message" to "Field" menu.
2165
2166 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
2167
2168         * message.el (message-generate-headers-first): Added customization
2169         if variable is a list.
2170
2171 2003-01-07  Michael Shields  <shields@msrl.com>
2172
2173         * gnus-art.el (gnus-article-next-page): Correctly handle the case
2174         where the last line of the article is the last line of the window.
2175
2176 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2177
2178         * gnus-msg.el (gnus-debug): Use ignore-errors.
2179
2180         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
2181         `gnus-summary-update-line'.
2182
2183 2003-01-08  Simon Josefsson  <jas@extundo.com>
2184
2185         * gnus-art.el (gnus-unbuttonized-mime-types)
2186         (gnus-buttonized-mime-types): Doc fix.
2187
2188 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
2189
2190         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
2191
2192 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2193
2194         * nnrss.el (nnrss-group-alist): Add and clear up.
2195
2196 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2197
2198         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
2199
2200         * lpath.el (bbdb-search): added BBDB functions for a better way to
2201         fix missing functions
2202
2203         * spam.el (spam-check-ifile): if should be an unless
2204
2205         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
2206         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
2207         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
2208
2209 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2210
2211         * gnus-sum.el (gnus-summary-make-menu-bar): Added
2212         gnus-summary-refer-thread to thread menu.
2213
2214 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2215
2216         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
2217         summary buffer, articles that cannot be fetched are marked as
2218         canceled.
2219
2220         * nntp.el (nntp-with-open-group): The quit signal handler must
2221         propagate the quit signal to the next outer handler so that the
2222         caller knows that the request aborted abnormally.
2223
2224 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2225
2226         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
2227         (spam-ifile-register-spam-routine)
2228         (spam-ifile-register-ham-routine): added ifile functionality that
2229         does not use ifile-gnus.el to classify and register articles
2230         (spam-get-article-as-string): convenience function
2231         (spam-summary-prepare-exit): added ifile spam and ham registration
2232         (spam-ifile-all-categories, spam-ifile-spam-category)
2233         (spam-ifile-path, spam-ifile): added customization options
2234
2235         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
2236         exit processor
2237         (spam-process): added gnus-group-ham-exit-processor-ifile to the
2238         list of choices
2239
2240 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2241
2242         * gnus-score.el (gnus-score-followup): Also score immediate
2243         followups.
2244
2245 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2246
2247         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
2248
2249 2003-01-07  Simon Josefsson  <jas@extundo.com>
2250
2251         * message.el (message-mode-menu): Fix receipt balloon help.
2252
2253 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
2254
2255         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
2256         always be interpreted as news.
2257
2258 2003-01-07  Simon Josefsson  <jas@extundo.com>
2259
2260         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
2261         gnus-sieve-script, instead of the global variable
2262         gnus-sieve-crosspost.  One-line patch from Steinar Bang
2263         <sb@dod.no>.
2264
2265 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2266
2267         * gnus.el: Renamed gnus-summary-*-uncached-face as
2268         gnus-summary-*-undownloaded-face to avoid confusing the agent with
2269         the cache.
2270
2271         * gnus-sum.el: Ditto.
2272
2273 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2274
2275         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
2276         in either the group or summary buffer.
2277         New command "JS", in summary buffer, will fetch articles per the
2278         group's category, predicate, and processable flags.
2279         (gnus-agent-summary-fetch-series): Rewritten to call
2280         gnus-agent-session-fetch-group once with all articles in the
2281         series.
2282         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
2283         return list of fetched articles.
2284         (gnus-agent-fetch-articles): Split fetch list into sublists such
2285         that the article buffer is only slightly larger than
2286         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
2287         the group's article alist is saved.
2288         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
2289         longer result in the agent trying to fetch an article.
2290         (gnus-agent-fetch-group-1): Can now be called in either the group
2291         or summary buffer.  Removed the max-fetch-size code that I added
2292         on 2002-12-13 as that capability is now part of
2293         gnus-agent-fetch-articles.  Added code to update summary buffer.
2294         When called in the group buffer, articles that can not be fetched
2295         are AUTOMATICALLY MARKED AS READ.
2296
2297         * gnus-sum.el (): Modified eval-when-compile to minimize
2298         misleading compilation warnings.
2299         (gnus-update-summary-mark-positions): Changed code to use
2300         gnus-undownloaded-mark rather than gnus-downloaded-mark.
2301
2302         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
2303         empty file as the parser assumes that the file isn't empty.
2304
2305         * nntp.el (nntp-send-string): The process-send-string call can,
2306         because it performs I/O on the process, change the process' state
2307         from open to closed.  If this happens, call nntp-report
2308         immediately to report the broken connection.
2309         (nntp-report): Rewritten to avoid needing a global variable to
2310         determine the appropriate course of action.  Instead, two function
2311         implementations are provided and the nntp-report function value is
2312         bound to the appropriate implementation.
2313         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
2314         (nntp-with-open-group): Now binds nntp-report's function cell
2315         rather than binding gnus-with-open-group-first-pass.  Added a
2316         condition-case to detect a quit during a nntp command.  When the
2317         quit occurs, the current connection is closed as a fetch articles
2318         request could have several megabytes queued up for reading.
2319         (nntp-retrieve-headers): Bind articles to itself.  If
2320         nntp-with-open-group repeats this command, I must have access to
2321         the original list of articles.
2322         (nntp-retrieve-groups): Ditto for groups.
2323         (nntp-retrieve-articles): Ditto for articles.
2324         (*): Replaced nntp-possibly-change-group calls to
2325         nntp-with-open-group forms in all, but one, occurrance.
2326         (nntp-accept-process-output): Bug fix. Detect when called with
2327         null process.
2328
2329 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
2330
2331         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
2332         if we don't need to.
2333         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
2334
2335 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2336
2337         * gnus-group.el (gnus-group-make-web-group): Pass the select
2338         method on to group-create.
2339         (gnus-group-line-format-alist): %U is an integer.
2340
2341         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
2342         ephemeral groups.
2343         (gnus-summary-read-group-1): Ditto.
2344         (gnus-group-make-articles-read): Ditto.
2345
2346         * mm-url.el (mm-url-program): Doc fix.
2347
2348         * message.el (message-mode-map): Rebound
2349         message-insert-wide-reply.
2350
2351 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2352
2353         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
2354         color as `gnus-group-startup-message' does.
2355
2356 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
2357
2358         * spam.el: fixed line lengths to 80 chars or less
2359
2360         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
2361         "not-read" mark
2362         (gnus-summary-mark-forward): added the spam-mark to the list of
2363         marks not to be marked as "read" when viewed
2364
2365 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2366
2367         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
2368
2369         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
2370         Protect against unactive groups.
2371
2372         * message.el (message-check-news-header-syntax): Check long
2373         header lines.
2374         (message-check-news-header-syntax): Update `start'.
2375
2376         * gnus-group.el (gnus-group-expire-articles): Doc fix.
2377         (gnus-group-line-format): %U.
2378         (gnus-group-line-format-alist): ?U.
2379         (gnus-number-of-unseen-articles-in-group): New function.
2380
2381         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
2382
2383         * gnus.el (gnus-version-number): Bump version number.
2384
2385 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2386
2387         * gnus.el: Oort Gnus v0.10 is released.
2388
2389 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2390
2391         * gnus.el (gnus-version-number): Fix version number.
2392
2393 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2394
2395         * gnus.el: Oort Gnus v0.08 is released.
2396
2397 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
2398
2399         * mm-util.el: Add mm-string-make-unibyte.
2400
2401         * gnus-group.el (gnus-group-jump-to-group): Make it work for
2402         UTF-8 groups.
2403
2404 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2405
2406         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
2407
2408         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
2409
2410 2003-01-04  Kevin Ryde  <user42@zip.com.au>
2411
2412         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
2413         function.
2414
2415 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2416
2417         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
2418         (gnus-summary-read-group-1): Update group line.
2419         (gnus-summary-exit-no-update): Update group on exit.
2420
2421         * gnus-group.el (gnus-group-line-format): Add %*.
2422         (gnus-group-line-format-alist): Ditto.
2423         (gnus-group-insert-group-line): Set it.
2424         (gnus-group-is-exiting-p): New variable.
2425         (gnus-group-insert-group-line): Use it.
2426
2427 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
2428
2429         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
2430         enable BBDB ham processing
2431         (spam-blacklist-register-routine): enable blacklist spam processing
2432         (spam-whitelist-register-routine): enable whitelist ham processing
2433         (spam-fetch-field-from-fast): fast fetching of the "from" field
2434         from (gnus-data-list)
2435         (spam-summary-prepare-exit): works completely now
2436         (spam-use-blacklist): oops, should be nil by default
2437         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
2438         split processing now; before it was for summary exit as
2439         well but that's done with the spam-contents and spam-process
2440         parameters now
2441
2442 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
2443
2444         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
2445         characters.
2446
2447 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
2448
2449         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
2450         (spam-group-processor-p, spam-group-processor-bogofilter-p)
2451         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
2452         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
2453         (spam-mark-spam-as-expired-and-move-routine)
2454         (spam-generic-register-routine, spam-BBDB-register-routine)
2455         (spam-ifile-register-routine, spam-blacklist-register-routine)
2456         (spam-whitelist-register-routine): new functions
2457         (spam-summary-prepare-exit): added summary exit processing (expire
2458         or move) of spam-marked articles for spam groups; added slots for
2459         all the spam-*-register-routine functions
2460
2461 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2462
2463         * pop3.el (pop3-retr): Wait 500 msecs.
2464         (pop3-read-response): Ditto.
2465
2466         * gnus-msg.el (gnus-setup-message): Get the evaliation order
2467         right.
2468         (gnus-inews-make-draft): New function.
2469         (gnus-setup-message): Use it.
2470
2471         * message.el (message-required-headers): Add From.
2472
2473 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2474         Trivial patch from Norbert Koch <nk@viteno.net>.
2475
2476         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
2477
2478 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2479
2480         * message.el (message-generate-headers): Let header formatters do
2481         their work.
2482
2483 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
2484
2485         * deuglify.el (gnus-article-outlook-deuglify-article):
2486         Rehighlight, reapply treatments and call
2487         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
2488         (gnus-outlook-repair-attribution-block): Recognize cited
2489         attributions.  Suggested by Niklas Morberg.
2490
2491 2003-01-02  Pete Kazmier  <pete@kazmier.com>
2492
2493         * gnus-art.el (gnus-treat-predicate): Check condition first.
2494
2495 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
2496
2497         * lpath.el: Add url-http-file-exists-p.
2498
2499         * gnus-group.el (gnus-group-fetch-charter): Use
2500         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
2501
2502 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2503
2504         * message.el (message-draft-headers): Also generate From to get a
2505         nicer draft buffer summary.
2506
2507         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
2508         parameter.
2509
2510         * gnus-art.el (article-wash-html): Clean up.
2511         (article-wash-html): Typo fix.
2512
2513         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
2514         (gnus-summary-mail-forward): To many lists of lists.
2515
2516         * gnus-art.el (article-wash-html): Clean up.
2517
2518 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
2519
2520         * gnus-art.el (gnus-treat-wash-html): New variable.
2521
2522 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2523
2524         * message.el (message-check-news-header-syntax): Allow posting.
2525         (message-check-news-header-syntax): Fix logic for sure, this
2526         time.
2527
2528 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
2529
2530         * message.el (message-check-news-header-syntax): Check syntax of
2531         continuation headers.
2532
2533 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
2534
2535         * gnus-art.el (gnus-button-url-regexp,
2536         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
2537         (gnus-header-button-alist): Regexps are case insensitive here.
2538
2539 2003-01-02  Simon Josefsson  <jas@extundo.com>
2540
2541         * dig.el (query-dig): Doc fix.
2542
2543 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2544
2545         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
2546         summary buffer line, not just the download mark.
2547
2548 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2549
2550         * gnus-sum.el (gnus-summary-goto-subjects): New function.
2551         (gnus-summary-insert-dormant-articles): New command and
2552         keystroke.
2553
2554         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
2555         function for mass insertion of subjects.
2556
2557         * nndraft.el (nndraft-generate-headers): Don't move point.
2558
2559         * gnus.el (nnheader): Require nnheader.
2560
2561         * nndraft.el (nndraft-request-associate-buffer): Use
2562         make-local-variable.
2563
2564 2003-01-02  Michael Shields  <shields@msrl.com>
2565
2566         * nndraft.el (nndraft-request-associate-buffer): Make
2567         write-contents-hooks buffer-local before setting it.
2568
2569 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2570
2571         * gnus.el (gnus-group-parameter-value): Take an extra param.
2572         (gnus-group-fast-parameter): Let group param results be nil.
2573
2574         * gnus-art.el (gnus-article-forward-header): New function.
2575         (article-date-ut): Use it to remove continuation date headers.
2576
2577         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
2578         read-event.
2579         (gnus-summary-remove-bookmark): Clean up.
2580         (gnus-summary-set-bookmark): Clean up.
2581
2582         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
2583
2584         * gnus.el (gnus-group-startup-message): Bind data-directory to
2585         the Gnus etc directory.
2586
2587 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
2588
2589         * spam.el (spam-summary-prepare-exit): added slots for spam- and
2590         ham-processing of articles; use the new
2591         spam-group-(spam|ham)-contents-p functions
2592         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
2593         convenience functions
2594         (spam-mark-junk-as-spam-routine): use the new
2595         spam-group-spam-contents-p function
2596
2597         * gnus.el (spam-process, spam-contents, spam-process-destination):
2598         added new parameters with corresponding global variables
2599         (gnus-group-spam-exit-processor-ifile,
2600         gnus-group-spam-exit-processor-bogofilter,
2601         gnus-group-spam-exit-processor-blacklist,
2602         gnus-group-spam-exit-processor-whitelist,
2603         gnus-group-spam-exit-processor-BBDB,
2604         gnus-group-spam-classification-spam,
2605         gnus-group-spam-classification-ham): added new symbols for the
2606         spam-process and spam-contents parameters
2607
2608         * spam.el (spam-ham-marks, spam-spam-marks): changed list
2609         customization and list itself to store mark symbol rather than
2610         mark character.
2611         (spam-bogofilter-register-routine): added logic to generate mark
2612         values list from spam-ham-marks and spam-spam-marks, so (member)
2613         would work.
2614
2615 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2616
2617         * message.el (message-cross-post-followup-to): Fix comment.
2618
2619 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
2620
2621         * spam.el (spam-ham-marks, spam-spam-marks): changed list
2622         customization and list itself to store mark symbol rather than
2623         mark character.
2624         (spam-bogofilter-register-routine): added logic to generate mark
2625         values list from spam-ham-marks and spam-spam-marks, so (member)
2626         would work.
2627
2628 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
2629
2630         * message.el (message-signature-insert-empty-line): New variable.
2631
2632 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2633
2634         * message.el: Renamed functions and variables: "xpost" ->
2635         "cross-post", "-fup2" -> "-followup-to".
2636         (message-cross-post-old-target, message-cross-post-default,
2637         message-cross-post-note, message-followup-to-note,
2638         message-cross-post-note-function): New variables names.
2639         (message-xpost-old-target, message-xpost-default,
2640         message-xpost-note, message-fup2-note,
2641         message-xpost-note-function): Removed variable names.
2642         (message-cross-post-followup-to-header,
2643         message-cross-post-insert-note, message-cross-post-followup-to):
2644         New function names.
2645         (message-xpost-fup2-header, message-xpost-insert-note,
2646         message-xpost-fup2): Removed function names.
2647
2648 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2649
2650         * message.el (message-send-mail): Added message-cleanup-headers to
2651         prevent newlines in headers.
2652
2653 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2654
2655         * dns.el (dns-make-network-process): Comment.
2656
2657         * gnus-sum.el (gnus-summary-display-while-building): Default to
2658         nil.
2659
2660 2003-01-01  Wes Hardaker  <wes@hardakers.net>
2661
2662         * gnus-sum.el (gnus-summary-display-while-building): New
2663         variable.
2664
2665 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
2666
2667         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
2668         before rearranging the article.
2669
2670 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2671
2672         * nndraft.el (nndraft-generate-headers): New function.
2673         (nndraft-request-associate-buffer): Use it to write headers on
2674         buffer save.
2675
2676         * message.el (message-generate-headers): Let the function be a
2677         lambda form.
2678         (message-draft-headers): New variable.
2679
2680         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
2681         function.
2682         (gnus-setup-message): Use it.
2683
2684         * message.el (message-generate-headers-first): Doc fix.
2685         (message-setup-1): Use new function for getting which headers to
2686         generate.
2687         (message-headers-to-generate): New function.
2688
2689 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2690
2691         * gnus-agent.el (gnus-agent-save-alist): Make directory.
2692
2693 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
2694
2695         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
2696         mention negatives.
2697
2698 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
2699
2700         * deuglify.el (gnus-outlook-rearrange-article): Use
2701         `transpose-regions' instead of tempering the kill-ring.
2702         (gnus-article-outlook-deuglify-article): Rehighlight article
2703         instead of a complete redisplay.
2704
2705 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
2706
2707         * spam.el: most defvars are defcustoms now
2708
2709         patches from Michael Shields  <shields@msrl.com>
2710
2711         * spam.el (spam-bogofilter-articles): Select the article
2712         body using gnus-summary-show-article t instead of
2713         gnus-summary-select-article; this presents the raw text
2714         without running any hooks.
2715
2716         * spam.el (spam-bogofilter-articles): Use message-remove-header
2717         to remove headers; the old way incorrectly removed just the first
2718         line of folded headers.
2719
2720 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2721
2722         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
2723
2724 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2725
2726         * gnus-start.el (gnus-load): New function.
2727         (gnus-read-newsrc-el-file): Use it.
2728
2729 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2730
2731         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
2732         (gnus-button-handle-apropos-documentation): New function.
2733         (gnus-button-handle-ctan): New function.
2734         (gnus-button-alist): Use them.  Improve some regexps.
2735         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
2736
2737 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2738
2739         * message.el (message-subscribed-p): New function.
2740         (message-send-mail): Use it.
2741         * mml.el (mml-preview-insert-mft): New function.
2742         (mml-preview): Use it.
2743
2744 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2745
2746         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
2747         when sorting by date.
2748
2749         * gnus-art.el (gnus-article-edit-mode): New variable.
2750         (gnus-article-setup-buffer): Warn user about discarding edits.
2751
2752         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
2753         (gnus-summary-pipe-output): Take a symbolic prefix to save all
2754         headers.
2755
2756         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
2757
2758 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2759
2760         * message.el (message-completion-alist): Added "Mail-Followup-To"
2761         and "Mail-Copies-To".
2762
2763 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2764
2765         * gnus-group.el: Add key bindings for
2766         gnus-group-sort-groups-by-real-name and
2767         gnus-group-sort-selected-groups-by-real-name.
2768
2769 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2770
2771         * gnus.texi (Sorting Groups): Add key bindings for
2772         gnus-group-sort-groups-by-real-name and
2773         gnus-group-sort-selected-groups-by-real-name.
2774
2775 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2776
2777         * spam.el (spam-use-dig): new variable for blackhole checking
2778         through dig.el
2779         (spam-check-blackholes): added dig.el checking functionality and
2780         more verbose reporting; query-dig is autoloaded from dig.el
2781         (spam-use-blackholes): disabled by default
2782         (spam-blackhole-servers): removed rbl.maps.vix.com from the
2783         blackhole servers list
2784
2785 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2786
2787         * message.el (message-required-headers): New variable.
2788
2789 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2790
2791         * dig.el (query-dig): new function
2792
2793 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2794
2795         * flow-fill.el (fill-flowed): Don't infloop on too long fill
2796         prefixes.
2797
2798         * dns.el (query-dns): Protect against errors.
2799
2800         * gnus-msg.el (gnus-article-yanked-articles): New variable.
2801         (gnus-inews-add-send-actions): Mark all answered messages as
2802         answered.
2803
2804 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
2805
2806         * nnmail.el (nnmail-split-it): Added tracing to
2807         `:' split rule
2808
2809 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2810
2811         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
2812         and "%s" so we don't overquote them.
2813
2814 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2815
2816         * (mm-display-external): Display the actual command that has been
2817         executed in the echo area.
2818
2819 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2820
2821         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
2822
2823         * message.el (message-with-reply-buffer): New macro.
2824         (message-fetch-reply-field): Use it.
2825         (message-insert-wide-reply): New command and keystroke.
2826         (message-carefully-insert-headers): New function.
2827         (message-insert-to): Use new function.
2828
2829         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
2830         (gnus-topic-goto-missing-group): Use it.
2831
2832         * message.el (message-required-news-headers): Removed Lines.
2833         (message-reply): Don't insert References first.
2834         (message-followup): Ditto.
2835         (message-make-references): New function.
2836         (message-followup): Set message-reply-headers before generating
2837         the buffer stuff.
2838
2839 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
2840
2841         * mml.el (mml-generate-mime-1): Reverse the order of
2842         encoding/flowing.
2843
2844 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2845
2846         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
2847         after moving them.
2848
2849         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
2850         fit with newer standard format.
2851         (gnus-summary-make-false-root-always): New variable.
2852         (gnus-gather-threads-by-subject): Use it.
2853
2854         * message.el (message-get-reply-headers): Take an address list
2855         optional argument.
2856
2857 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2858
2859         * gnus.el (gnus-keep-backlog): Change default to 20.
2860
2861         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
2862         start.
2863         (gnus-agent-check-overview-buffer): Remove negative article
2864         numbers.
2865
2866         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
2867         (nnmail-cache-ignore-groups): Doc fix.
2868
2869         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
2870         (nnimap-debug-buffer): New variable.
2871         (nnimap-debug): Use it.
2872
2873 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
2874
2875         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
2876
2877 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2878
2879         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
2880         they aren't already sorted.
2881
2882 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
2883
2884         * message.el (message-mode-menu): Add ellipses to menu items
2885         expecting user interaction.
2886         (message-mode-field-menu): do.
2887
2888 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
2889
2890         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
2891         it isn't used any more.
2892
2893 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
2894
2895         * binhex.el (binhex-decoder-program): Fix docstring.
2896
2897 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2898
2899         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
2900         special chars if the mailcap file uses single quotes around %s.
2901         From Laurent Martelli <laurent@bearteam.org>.
2902
2903 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
2904
2905         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
2906         return the info object.
2907
2908 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
2909
2910         * gnus-int.el (gnus-request-update-info): Artificially add
2911         (1 . (1- min)) to the read range, in case the backend doesn't
2912         store marks for nonexistent articles.
2913
2914 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2915
2916         * binhex.el (binhex-insert-char): Eval-and-compile.
2917
2918 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
2919
2920         * lpath.el: Add tool-bar-local-item-from-menu.
2921
2922         * message.el (message-tool-bar-local-item-from-menu): New function.
2923         (message-tool-bar-map): Use it.
2924
2925 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
2926
2927         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
2928
2929         * gnus-art.el (gnus-article-header-rank): Last header in
2930         gnus-sorted-header-list should have higher rank than non-members.
2931
2932 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2933
2934         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
2935         covered methods.
2936
2937 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2938
2939         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
2940         eval-when-compile.  Suggested by Kevin Greiner.
2941
2942 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
2943
2944         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
2945         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
2946         even though no headers may have been fetched
2947         (gnus-agent-fetch-group-1, and perhaps others, require this
2948         behavior).
2949         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
2950         server buffer is constrained by gnus-agent-max-fetch-size.
2951         Multiple chunks in the same group may perform arbitrarily large
2952         updates.
2953
2954 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
2955
2956         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
2957         gnus-summary-update-download-mark to update the article in the
2958         summary.
2959
2960 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
2961
2962         * gnus.el (gnus-summary-high-uncached-face,
2963         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
2964         New faces.
2965
2966         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
2967         added this on 2002-11-23 but it just wasn't working out as
2968         intended.  The idea isn't entirely dead, three new faces
2969         gnus-summary-*-uncached-face are being added to gnus.el to provide
2970         the basis for an improved implementation.
2971         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
2972         proper file to open is lib/servers.
2973         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
2974         (i.e. removing the article from gnus-newsgroup-downloadable) will
2975         now restore the article's default mark rather than simply setting
2976         no mark.
2977         (gnus-agent-get-undownloaded-list): Corrected documentation.
2978         Added code to set new summary local variable,
2979         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
2980         a temporary list.  No longer sets gnus-newsgroup-downloadable.
2981         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
2982         up to date.  Call new gnus-summary-update-download-mark to keep
2983         summary buffer up-to-date.
2984         (gnus-agent-fetch-selected-article): Keep
2985         gnus-newsgroup-undownloaded up to date.
2986         (gnus-agent-fetch-articles): Return list of articles that were
2987         successfully fetched.
2988         (gnus-agent-check-overview-buffer): No more thingatpt.
2989         (gnus-agent-expire): No longer deletes NOV entries of unread
2990         articles.
2991         (gnus-agent-unread-articles): New function.
2992         (gnus-agent-regenerate-group): The article number must be
2993         terminated by a tab character.  Added more messages to report
2994         repairs.  Inhibit quits while writing changes so it is now safe
2995         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
2996         downloaded to 1) resolve the unbound references and 2) avoid
2997         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
2998
2999         * gnus-art.el (gnus-article-prepare): The agent
3000         downloaded/undownloaded mark is no longer stored as the article's
3001         mark.
3002
3003         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
3004         gnus-summary-highlight may use it.  Added downloaded as
3005         gnus-summary-highlight was using it.
3006
3007         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
3008         the download mark now follows Kai's +/- convention.
3009         (gnus-downloaded-mark): Added ?+ mark.
3010         (gnus-summary-highlight): Added rules to select
3011         gnus-summary-high-uncached-face,
3012         gnus-summary-normal-uncached-face, and
3013         gnus-summary-low-uncached-face.  Removed the
3014         gnus-agent-downloaded-article-face.
3015         (gnus-summary-line-format-alist): Implemented the download flag
3016         format (?O) as named in the manual.  This implementation displays
3017         either gnus-undownloaded-mark, gnus-downloaded-mark, or
3018         gnus-no-mark.
3019         (gnus-newsgroup-agentized): New local variable that identifies
3020         which groups are agentized.  While the agent is now on by default,
3021         you don't have to agentize every server that you use.
3022         (gnus-update-summary-mark-positions): Completed support for the
3023         download type of mark.
3024         (gnus-summary-insert-line): Added undownloaded to the parameters.
3025         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
3026         reference by the gnus-summary-line-format-spec.
3027
3028         * nntp.el (nntp-with-open-group): This macro handles dropped or
3029         broken connections by opening a new connection and repeating the
3030         failed command.
3031         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
3032         XOVER commands preceeding the active articles with the nov entry
3033         of the first available article.  When gnus connected to such a
3034         server, the unexpected nov entry would result in duplicate lines
3035         in the agent's overview file.  This patch fixes the duplicate
3036         lines problem and improves performance by skipping over all
3037         articles IDs that preceed the first nov entry in the server's
3038         reply.
3039
3040 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3041
3042         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
3043         (gnus-summary-highlight): Use it instead of `downloaded'.
3044         (gnus-summary-highlight-line): Ditto.
3045
3046         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
3047
3048 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3049
3050         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
3051
3052         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
3053         calls.
3054
3055         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
3056         downloaded variable if we're in an uncovered group.
3057
3058         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
3059         font to soemthing less noticeable.
3060         (gnus-agent-group-covered-p): New function.
3061
3062 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3063
3064         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
3065         Because of an unknown bug, the group buffer is saved in .overview
3066         file.
3067
3068 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3069
3070         * nntp.el (nntp-send-command): Braino in last commit.  Replace
3071         `and' with `or'.
3072
3073 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3074
3075         * nntp.el (nntp-send-command): Assume that echo does not happen
3076         when nntp-open-connection-function is nntp-open-network-stream.
3077         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
3078
3079 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3080
3081         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
3082
3083 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
3084
3085         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
3086         nntp-server-buffer if we aren't going to write to it.
3087
3088 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3089         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
3090
3091         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
3092
3093 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3094
3095         * rfc2047.el (rfc2047-decode-region): Remove newlines between
3096         decoded words.
3097
3098 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3099
3100         * gnus.el (fboundp): After loading mm-util, make sure it was the
3101         right one.
3102
3103 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3104
3105         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
3106         gnus-sum.  Made into a user option.
3107
3108         * gnus-sum.el (gnus-simplify-ignored-prefixes)
3109         (gnus-summary-mark-article-as-unread)
3110
3111 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3112
3113         * time-date.el (date-to-time): Typo.
3114
3115         * parse-time.el: Typo.
3116
3117         * nnsoup.el (nnsoup-retrieve-headers): Typo.
3118
3119         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
3120
3121         * nnimap.el:
3122         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
3123
3124         * mm-encode.el (mm-safer-encoding): Typo.
3125
3126         * messcompat.el: Typo.
3127
3128         * message.el (message-face-alist): Typo.
3129
3130         * imap.el (imap-interactive-login, imap-open): Typos.
3131
3132         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
3133
3134         * gnus.el: Typo.
3135
3136         * gnus-win.el (gnus-configure-frame): Typo.
3137
3138         * gnus-util.el (gnus-atomic-progn-assign): Typo.
3139
3140         * gnus-topic.el (gnus-topic-sort-topics): Typo.
3141
3142         * gnus-sum.el (gnus-summary-article-number)
3143         (gnus-summary-read-group-1, gnus-summary-mark-article)
3144         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
3145
3146         * gnus-mule.el (gnus-mule-add-group): Typo.
3147
3148         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
3149
3150         * gnus-group.el (gnus-group-fetch-faq): Typo.
3151
3152         * gnus-art.el (gnus-decode-header-methods): Typo.
3153
3154         * flow-fill.el: Typo.
3155
3156 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
3157
3158         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
3159
3160 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3161
3162         * gnus-sum.el (gnus-simplify-ignored-prefixes)
3163         (gnus-summary-mark-article-as-unread)
3164         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
3165         Reformatting to avoid long lines.
3166         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
3167
3168 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
3169
3170         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
3171         be accessed through `mail-header-number'.
3172
3173 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3174
3175         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
3176         compressed range to gnus-summary-insert-articles.
3177
3178 2002-11-26  Kevin Ryde <user42@zip.com.au>
3179
3180         * gnus-art.el (gnus-mime-copy-part): Look for filename
3181         parameter under content-disposition, not content-type.
3182
3183         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
3184         (gnus-summary-reselect-current-group): Use it.
3185
3186 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3187
3188         * gnus-agent.el (gnus-agent-uncached-articles): if
3189         gnus-agent-load-alist fails, return ARTICLES.
3190
3191         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
3192
3193 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3194
3195         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
3196         superfluous function call.
3197         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
3198         Add warning to docstring.
3199
3200 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3201
3202         * gnus-agent.el: Autoload number-at-point instead.
3203         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
3204
3205 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3206
3207         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
3208         require thingatpt (for number-at-point) and protect against
3209         deactivate-mark being unbound (on XEmacs).
3210
3211 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3212
3213         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
3214         print message on entry.
3215
3216         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
3217
3218         * gnus-range.el (gnus-range-difference): New function.
3219         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
3220
3221 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3222
3223         * gnus-sum.el (gnus-summary-insert-old-articles): Use
3224         gnus-remove-from-range instead of gnus-range-difference which
3225         doesn't exist.
3226
3227 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3228         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
3229
3230         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
3231         used for showing which articles have been downloaded.
3232         (gnus-agent-article-alist): Format change.  Add documentation.
3233         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
3234         process-marked articles.
3235         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
3236         in the series are individually fetched to minimize lose of
3237         content due to an error/quit.
3238         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
3239         gnus-message instead of message.
3240         (gnus-agent-read-servers): Use file lib/methods instead of
3241         lib/servers.  TODO: Why?
3242         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
3243         (gnus-agent-get-undownloaded-list): Remove articles that appear to
3244         come from the agent.  This means that they are not downloaded.
3245         (gnus-agent-fetch-selected-article): Don't use history.
3246         (gnus-agent-save-history, gnus-agent-enter-history)
3247         (gnus-agent-article-in-history-p, gnus-agent-history-path):
3248         Removed function; history is not used anymore.
3249         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
3250         (gnus-agent-crosspost): Started rewrite then realized that a typo
3251         in gnus-agent-fetch-articles ensures that this function is never
3252         called.  This will need to be fixed later.
3253         (gnus-agent-check-overview-buffer): Some sanity checks on the
3254         agent overview buffer.  This is a safety net used during
3255         development.
3256         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
3257         changed, write a number to the file indicating this.
3258         (gnus-agent-fetch-headers): Rewrite to respect
3259         gnus-agent-consider-all-articles without relying on the
3260         `.fetched' files.  Make it fast.
3261         (gnus-agent-braid-nov): Change resulting from
3262         gnus-agent-fetch-headers change.
3263         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
3264         `.fetched' files.
3265         (gnus-agent-read-agentview): New function, used by
3266         gnus-agent-load-alist.
3267         (gnus-agent-load-fetched-headers): Remove.
3268         (gnus-agent-save-alist): Rewrite to accomodate new format.
3269         (gnus-agent-fetch-group-1): Make sure list of articles is in the
3270         same order as in gnus-newsgroup-headers.
3271         (gnus-agent-expire): Document and implement extra args ARTICLES,
3272         GROUP, FORCE.  Do not restrict usage.
3273         (gnus-agent-uncached-articles): New function.
3274         (gnus-agent-retrieve-headers): Use it.
3275         (gnus-agent-regenerate-group): No longer needs to be called from
3276         gnus-agent-regenerate.  Individual groups may be regenerated. The
3277         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
3278         The article fetch dates are validated in the article alist.  The
3279         article alist is pruned of entries that do not reference existing
3280         NOV entries.  All changes are computed then applied with
3281         inhibit-quit bound to t.  As a result, it is now safe to quit out of
3282         regeneration.  The optional clean parameter has been replaced with
3283         an optional reread parameter.  Clean is no longer necessary as
3284         regeneration gets the appropriate setting from
3285         gnus-agent-consider-all-articles.  The new reread parameter will
3286         result in fetched, or all, articles being marked as unread.
3287         (gnus-agent-regenerate): Removed code to regenerate the history
3288         file as it is no longer used.
3289
3290         * gnus-start.el (gnus-make-ascending-articles-unread): New
3291         function, for efficient mass-marking.
3292
3293         * gnus-sum.el (gnus-summary-highlight): Use new face for
3294         downloaded articles.
3295         (gnus-article-mark): Prefer to indicate read/unread status over
3296         downloaded status.
3297         (gnus-summary-highlight-line-0): New function, maybe rehighlights
3298         line.
3299         (gnus-summary-highlight-line): Use new face for downloaded
3300         articles.
3301         (gnus-summary-insert-old-articles): Improved performance by
3302         replacing the initial LIST of older articles with a compressed
3303         RANGE of older articles.  Some servers appear to lie about
3304         their active range so the original list could contain millions
3305         of article numbers.  The range is not expanded into a list
3306         until the optional ALL parameter has been applied.
3307
3308 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3309
3310         * gnus-agent.el (gnus-category-mode): Typo in doc string.
3311
3312 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
3313
3314         * spam.el:
3315         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
3316
3317         * spam.el: added `M s t' and `M s x' key mappings
3318
3319 2002-11-20  Simon Josefsson  <jas@extundo.com>
3320
3321         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
3322
3323 2002-11-19  Simon Josefsson  <jas@extundo.com>
3324
3325         * gnus-sum.el (gnus-summary-morse-message): Load
3326         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
3327         (unmorse-region): Autoload it instead.
3328
3329 2002-11-18  Simon Josefsson  <jas@extundo.com>
3330
3331         * gnus-sum.el (gnus-summary-morse-message): New function.
3332         (gnus-summary-wash-map): Bind to `W m'.
3333         (gnus-summary-make-menu-bar): Add.
3334
3335         * nnimap.el (nnimap-request-expire-articles): Compress sequence
3336         before storing \Deleted mark on expired articles.
3337
3338 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
3339         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
3340
3341         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
3342         parens in column 0.
3343
3344 2002-11-17  Juanma Barranquero  <lektu@terra.es>
3345
3346         * nnweb.el (nnweb-google-create-mapping): Fix typo.
3347
3348         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
3349
3350         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
3351
3352 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3353
3354         * message.el (message-set-auto-save-file-name): Use
3355         make-directory, to avoid the dependence on gnus-util.
3356
3357 2002-11-16  Simon Josefsson  <jas@extundo.com>
3358
3359         * nnimap.el (nnimap-callback-callback-function):
3360         (nnimap-callback-buffer): Removed, these cannot be global but must
3361         be embedded into the callback.
3362         (nnimap-make-callback): New.  Embedd article number, callback and
3363         buffer in function.
3364         (nnimap-callback, nnimap-request-article-part): Update.
3365
3366 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3367
3368         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
3369
3370 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3371
3372         * gnus.el (gnus-summary-line-format): Document %C.
3373
3374 2002-11-11  Simon Josefsson  <jas@extundo.com>
3375
3376         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
3377         output when called interactively.
3378
3379 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3380
3381         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
3382
3383         * message.el (message-draft-coding-system): Improve comment; use
3384         mm-auto-save-coding-system for the default value.
3385
3386         * nndraft.el (nndraft-request-article): Revert to the state before
3387         2002-10-29; regexp-quote mail-header-separator.
3388
3389 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
3390
3391         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
3392         allow editing of drafts from an nnvirtual group.
3393
3394 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3395
3396         * nndraft.el (nndraft-request-article): Replace emacs-mule with
3397         mm-auto-save-coding-system.
3398
3399         * message.el (message-draft-coding-system): Default to
3400         iso-2022-7bit.
3401
3402         * mm-util.el (mm-auto-save-coding-system): Undo last change to
3403         restore the default value to emacs-mule or escape-quoted.
3404
3405 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3406
3407         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
3408         a delayed or a queued article as well as a draft.
3409
3410         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
3411         delayed or a queued article in the raw format; treat a delayed
3412         article as a raw article as well as a draft.
3413         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
3414         for the delayed group.
3415
3416         * nndraft.el (nndraft-request-article): Ignore auto save files for
3417         a delayed or a queued article; don't bother to decode a queued
3418         article; don't bind nnmail-file-coding-system for a queued article.
3419
3420         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
3421         and the queue group.
3422
3423 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
3424
3425         * gnus-group.el (gnus-group-delete-group):
3426         gnus-cache-active-hashtb might be void.
3427
3428 2002-11-02  Simon Josefsson  <jas@extundo.com>
3429
3430         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
3431         setting of the default user ID.  From Raymond Scholz
3432         <ray-2002@zonix.de>.
3433
3434 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
3435
3436         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
3437         charset.
3438
3439 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
3440         From Alex Schroeder <alex@emacswiki.org>
3441         * spam-stat.el (spam-stat-process-directory): add dir to message
3442         (spam-stat-reduce-size): No longer remove words
3443         with values close to 0.5, because the default value is 0.2.
3444
3445 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3446
3447         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
3448         documentation.
3449
3450 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3451
3452         * gnus-agent.el (gnus-agent-fetched-headers)
3453         (gnus-agent-load-fetched-headers)
3454         (gnus-agent-save-fetched-headers): Remove variable and two
3455         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
3456         works better.
3457         (gnus-agent-fetch-headers): New implementation from Kevin
3458         Greiner.  Uses gnus-agent-article-alist to store information
3459         about fetched messages which aren't on the server anymore.  The
3460         trick is to return a list of considered messages to the caller,
3461         but to only fetch those which haven't been fetched yet.
3462
3463 2002-10-30  Simon Josefsson  <jas@extundo.com>
3464
3465         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
3466
3467         * pgg.el (pgg-passphrase-cache-expiry): Removed.
3468
3469 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3470
3471         * mm-view.el (mm-w3m-local-map-property): Make it work with older
3472         versions of emacs-w3m than 1.3.3.
3473
3474         * lpath.el: Bind w3m-minor-mode-map.
3475
3476         * mm-view.el (mm-w3m-mode-command-alist)
3477         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
3478         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
3479         (mm-setup-w3m): Simplified.
3480         (mm-w3m-local-map-property): New function.
3481         (mm-inline-text-html-render-with-w3m): Use it.
3482
3483         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
3484         mm-w3m-local-map-property.
3485
3486 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3487
3488         * mm-util.el (mm-auto-save-coding-system): Default to
3489         iso-2022-7bit.
3490
3491         * nndraft.el (nndraft-request-article): Decode an article using
3492         the coding-system emacs-mule if it seems to have been saved using
3493         emacs-mule.
3494         (nndraft-request-replace-article): Use message-draft-coding-system
3495         instead of mm-auto-save-coding-system for the draft or delayed
3496         group.
3497
3498 2002-10-28  Josh  <huber@alum.wpi.edu>
3499
3500         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
3501         functions.
3502
3503 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3504         From mah@everybody.org (Mark A. Hershberger).
3505
3506         * mm-url.el (mm-url-insert-file-contents): Make it return the same
3507         type values ("url" size) regardless of the values of
3508         mm-url-use-external.
3509
3510 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3511
3512         * nnimap.el (nnimap-request-article-part): Try harder to show
3513         group name in debugging message.
3514
3515 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3516
3517         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
3518         directory if it doesn't exist.
3519         (gnus-agent-fetch-headers): Remove old cruft that tried to
3520         abstain from downloading articles more than once if
3521         gnus-agent-consider-all-articles was true.  This is now done
3522         properly via the .fetched files.
3523
3524 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3525
3526         * nndraft.el (nndraft-request-article): Treat delayed articles
3527         like drafts.
3528
3529 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3530
3531         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
3532
3533 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3534
3535         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
3536         Remove unused optional arg DIR and corresponding code.
3537
3538         * nnimap.el (nnimap-request-article-part): Include group name in
3539         debugging output.
3540
3541 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
3542
3543         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
3544
3545 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3546
3547         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
3548         contains range of headers that have been fetched by the agent
3549         already.  Compare gnus-agent-article-alist.
3550         (gnus-agent-file-header-cache): Like
3551         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
3552         (gnus-agent-fetch-headers): Improve comment.  Revert to old
3553         seen/recent logic.
3554         Remember which headers have been fetched before and don't fetch
3555         them again the next time round.
3556         (gnus-agent-load-fetched-headers)
3557         (gnus-agent-save-fetched-headers): New functions, for remembering
3558         which headers have been fetched before.
3559
3560 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * lpath.el: Remove useless bindings.
3563
3564 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
3565
3566         * gnus-sum.el (gnus-summary-execute-command): Disable visual
3567         features while searching.
3568
3569 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3570
3571         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
3572
3573 2002-10-22  Simon Josefsson  <jas@extundo.com>
3574
3575         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
3576         (pgg-snarf-keys): Add.
3577
3578 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3579
3580         * lpath.el: Fbind bbdb-records.
3581
3582         * spam.el: Don't autoload bbdb-records.
3583
3584 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3585
3586         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
3587         prevent inf-loop.
3588
3589 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3590
3591         * nnslashdot.el: Removed some test lines.
3592         More test.
3593
3594 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3595
3596         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
3597         are known to be downloaded already.
3598
3599 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3600
3601         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
3602         (mm-text-html-washer-alist): Ditto.
3603
3604 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3605
3606         * nnheader.el (nnheader-remove-body): Fix an error of detecting
3607         boundary between headers and body.
3608         * nnml.el (nnml-parse-head): Ditto.
3609
3610 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3611
3612         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
3613         entries.
3614
3615         * gnus-group.el (gnus-fetch-group): Allow an optional
3616         specification of the articles to select.
3617
3618         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
3619
3620 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3621
3622         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
3623         headers from the group, update variable `articles' to contain
3624         only those numbers where headers exist.  (When fetching all
3625         articles in a group, Gnus creates lots of numbers where there is
3626         no articles.)
3627
3628 2002-10-20  Steve Youngs  <youngs@xemacs.org>
3629
3630         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
3631         doesn't have the 'alist custom type, use cons cells instead.
3632         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
3633         (pgg-parse-hash-algorithm-alist): Ditto.
3634         (pgg-parse-compression-algorithm-alist): Ditto.
3635         (pgg-parse-signature-type-alist): Ditto.
3636
3637         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
3638
3639         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
3640
3641         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
3642
3643 2002-10-19  Simon Josefsson  <jas@extundo.com>
3644
3645         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
3646         buffer.
3647
3648 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3649
3650         * gnus-spec.el (gnus-make-format-preserve-properties)
3651         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
3652         properties also on XEmacs.  `gnus-xmas-format' is like format but
3653         preserves text properties on XEmacs (though it only understands
3654         simple format specs).  The variable
3655         `gnus-make-format-preserve-properties' controls whether the
3656         function is used, and is checked in `gnus-parse-simple-format'.
3657         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
3658
3659         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
3660         output.
3661         (gnus-agent-consider-all-articles): New variable.
3662         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
3663         (gnus-agent-fetch-headers): Depending on
3664         gnus-agent-consider-all-articles, maybe get all articles.
3665         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
3666         `read'.
3667         (gnus-predicate-imples-unread): New function.
3668         (gnus-agent-fetch-headers): Optimize to call
3669         gnus-list-of-unread-articles if that is sufficient.
3670         Check unseen and recent instead of seen and recent.
3671         (gnus-agent-fetch-headers): Abstain from calling
3672         gnus-list-range-intersection if range (a . b) would have (> a b).
3673
3674 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3675
3676         * message.el (message-send-mail): Make it possible to perform
3677         edebug-defun.
3678
3679 2002-10-18  Simon Josefsson  <jas@extundo.com>
3680
3681         * gnus-art.el (gnus-button-man-handler): Change default to
3682         `manual-entry' (defined in both emacsen).
3683         (gnus-button-man-handler): Remove emacsen difference and use
3684         `manual-entry'.
3685
3686 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3687
3688         * spam.el: Wrap autoload settings for bbdb-records,
3689         executable-find and ifile-spam-filter with eval-and-compile.
3690         (spam-display-buffer-contents): Remove.
3691         (spam-bogofilter-score): Merge spam-display-buffer-contents.
3692
3693 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
3694
3695         * spam.el (spam-display-buffer-contents): New function.
3696         (spam-bogofilter-score): use spam-display-buffer-contents, patch
3697         from Katsumi Yamaoka <yamaoka@jpl.org>.
3698
3699 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3700
3701         * nnheader.el (nnheader-parse-naked-head): New function.
3702         (nnheader-parse-head): Use the above function, in order to handle
3703         continuation lines properly.
3704         (nnheader-remove-body): New function.
3705         (nnheader-remove-cr-followed-by-lf): New function.
3706         (nnheader-ms-strip-cr): Use the above function.
3707
3708         * gnus-agent.el (gnus-agent-regenerate-group): Call
3709         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
3710         `nnheader-parse-head'.
3711         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
3712
3713         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
3714         continuation lines by itself; call `nnheader-parse-naked-head'
3715         instead of `nnheader-parse-head'.
3716         * nndiary.el (nndiary-parse-head): Ditto.
3717         * nnfolder.el (nnfolder-parse-head): Ditto.
3718         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
3719         * nnmaildir.el (nnmaildir--update-nov): Ditto.
3720         * nnml.el (nnml-parse-head): Ditto.
3721
3722 2002-10-17  Steve Youngs  <youngs@xemacs.org>
3723
3724         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
3725         XEmacs, default to it if featurep 'xemacs.
3726
3727 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3728
3729         * spam-stat.el: Check for the existence of hash functions instead
3730         of the Emacs version to decide whether to load cl.  Suggested by
3731         Kai Gro\e,A_\e(Bjohann.
3732
3733 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3734
3735         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
3736         if it isn't open yet.
3737
3738 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3739
3740         * gnus-group.el: Require mm-url only when compiling.
3741         (gnus-group-fetch-charter): Require mm-url.
3742
3743         * spam-stat.el: Require cl for the functions gethash,
3744         hash-table-count, make-hash-table and mapc for Emacs 20.
3745         (puthash): Alias to cl-puthash for Emacs 20.
3746         (with-syntax-table): New macro for Emacs 20.
3747
3748 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
3749
3750         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
3751
3752 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3753
3754         * spam.el (spam-check-ifile): added ifile as a spam checking
3755         backend, and spam-use-ifle as the variable to toggle that check.
3756
3757 2002-10-12  Simon Josefsson  <jas@extundo.com>
3758
3759         * message.el (message-beginning-of-line): New variable.
3760         (message-beginning-of-line): Use it.
3761
3762 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3763
3764         * spam.el: more compilation fixes for BBDB
3765
3766         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
3767         (spam-stat-reduce-size): Interactive.
3768         (spam-stat-reset): New function.
3769         (spam-stat-save): Interactive.
3770
3771 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3772
3773         * gnus.el: Autoload gnus-delay-initialize.
3774
3775         * message.el: Autoload gnus-delay-article.
3776
3777 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
3778
3779         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
3780         text property in Emacs.
3781
3782 2002-10-11  Simon Josefsson  <jas@extundo.com>
3783
3784         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3785         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
3786
3787         * mml1991.el (mml1991-pgg-sign): Remove CR.
3788
3789 2002-10-10  Simon Josefsson  <jas@extundo.com>
3790
3791         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
3792         decrypt failed.
3793         (mml2015-trust-boundaries-alist): Removed.
3794         (mml2015-gpg-extract-signature-details): Don't use it.
3795         (mml2015-unabbrev-trust-alist): New.
3796         (mml2015-gpg-extract-signature-details): Use it.
3797
3798 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
3799
3800         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
3801         BBDB installed
3802
3803         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
3804         statistical analysis of spam in Lisp only
3805
3806 2002-10-10  Simon Josefsson  <jas@extundo.com>
3807
3808         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
3809         auth, selected or examine state.
3810
3811         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
3812         buffer and error buffer depending on type of information.
3813
3814         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
3815         --status-fd stuff even if gpg.el is not used (revert earlier
3816         change).
3817         (mml2015-pgg-{clear-,}verify): Store both output and errors as
3818         gnus details.
3819         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
3820         buffer.
3821
3822         * pgg.el (pgg-verify-region): Use it.
3823
3824         * pgg-def.el (pgg-query-keyserver): New variable.
3825
3826         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
3827         key-identifier in packet.  Is this a good idea?
3828
3829         * mml.el (mml-mode-map): Add security commands that operates on
3830         MIME parts.
3831         (mml-menu): And menu items for them.
3832
3833         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
3834
3835         * mml.el (mml-parse-1): Support sender in #secure tags.
3836
3837         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
3838         defined.
3839
3840         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
3841         (mml-pgp-encrypt-buffer): Support combined signing.
3842
3843         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
3844         (mml1991-gpg-encrypt): Ditto.
3845         (mml1991-pgg-encrypt): Ditto.
3846         (mml1991-encrypt): Pass sign parameter.
3847
3848         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
3849         (mml-signencrypt-style): Mention the variable.
3850
3851 2002-10-09  Simon Josefsson  <jas@extundo.com>
3852
3853         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
3854         pgg-gpg-user-id.
3855
3856         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
3857         (pgg-fetch-key-function): Nil if w3 is not installed.
3858
3859 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3860
3861         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
3862         gnus-agent-current-history.
3863
3864 2002-10-06  Simon Josefsson  <jas@extundo.com>
3865
3866         * imap.el (imap-parse-status): Don't use read to read token.
3867
3868 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3869
3870         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
3871         for methods not covered by the agent, and when unplugged.
3872
3873 2002-10-05  Simon Josefsson  <jas@extundo.com>
3874
3875         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
3876         signing.
3877
3878         * gnus-agent.el (gnus-agent-read-servers): If getting method from
3879         a named server fails, ignore the server.
3880
3881         * mml1991.el (mml1991-pgg-sign): Do QP.
3882
3883         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
3884         work.
3885
3886 2002-10-04  Simon Josefsson  <jas@extundo.com>
3887
3888         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
3889
3890         * pgg-pgp.el (pgg-pgp-verify-region): Inline
3891         binary-write-decoded-region from MEL.
3892
3893         * pgg.el (pgg-encrypt-region): Support sign.
3894
3895         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
3896
3897         * mml2015.el (mml2015-pgg-encrypt): Ditto.
3898
3899         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
3900         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
3901         branch where PGG was taken from in the ChangeLog entries below.
3902
3903 2002-10-01  Simon Josefsson  <jas@extundo.com>
3904
3905         * pgg-pgp.el: Don't require mel.  Don't use luna.
3906         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
3907         (pgg-pgp-process-region): Use expand-file-name instead of concat.
3908         (pgg-pgp-process-region): Don't use binary-funcall.
3909
3910         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
3911
3912         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
3913         instead of concat.
3914
3915         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
3916
3917 2002-09-29  Simon Josefsson  <jas@extundo.com>
3918
3919         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
3920         compile warnings.
3921
3922         * pgg.el (pgg-decrypt-region): Don't parse packet.
3923
3924         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
3925
3926 2002-09-29  Daiki Ueno <ueno@unixuser.org>
3927
3928         * pgg.el: Remove dependency on calist.el.
3929
3930 2002-09-28  Simon Josefsson  <jas@extundo.com>
3931
3932         * pgg.el (pgg-temporary-file-directory): New variable.
3933         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
3934
3935         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
3936         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
3937
3938         * pgg-parse.el (pgg-char-int): Defalias.
3939         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
3940         (pgg-read-bytes, pgg-read-body): Use it.
3941         (pgg-decode-packets): Don't use MEL, use base64-*.
3942         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
3943         (pgg-string-as-unibyte): Defalias.
3944         (pgg-parse-armor-region): Use it.
3945
3946         * pgg-gpg.el (pgg-gpg-process-region): Use
3947         pgg-temporary-file-directory.
3948
3949         * luna.el: Don't def-edebug.
3950
3951         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
3952         binary-write-decoded-region from MEL.
3953
3954         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
3955
3956         * alist.el, calist.el: Don't require product/APEL.
3957
3958         * pgg-parse.el (top-level): Remove dependency on static.el,
3959         pccl.el, mel.el.
3960         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
3961         `define-ccl-program' is boundp, instead of using broken.
3962
3963 2002-10-01  Simon Josefsson  <jas@extundo.com>
3964
3965         * message.el (message-required-mail-headers): Remove Lines:.
3966
3967 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3968         From Jesper Harder.
3969
3970         * gnus-group.el (gnus-group-fetch-charter,
3971         gnus-group-fetch-control): Prompt for group if given a prefix
3972         argument.
3973         * gnus-sum.el (t): Add gnus-group-fetch-charter and
3974         gnus-group-fetch-control to summary key map and menu.
3975
3976 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
3977
3978         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
3979         number when there are no articles.
3980
3981 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3982
3983         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
3984         arg ALL means to fetch all articles, not only downloadable ones.
3985         (gnus-agent-fetch-selected-article): New function for
3986         gnus-select-article-hook or gnus-mark-article-hook.
3987
3988 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3989         From Peter von der Ahe <nospam2159@daimi.au.dk>.
3990
3991         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
3992         raw-text.
3993
3994 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
3995
3996         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
3997         Pinard).
3998         Major revamp of the code, documentation is in comments in the file
3999         for now.
4000
4001 2002-09-30  Simon Josefsson  <jas@extundo.com>
4002
4003         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
4004         buffer seem to be needed?
4005
4006 2002-09-29  Simon Josefsson  <jas@extundo.com>
4007
4008         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
4009         compile warnings.
4010
4011         * mml1991.el (mml1991-function-alist): Add pgg.
4012         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
4013         (mml1991-pgg-encrypt): Fix recipients querying.
4014
4015 2002-09-28  Simon Josefsson  <jas@extundo.com>
4016
4017         * mml2015.el (autoload): Autoload correct files.  Trivial patch
4018         from dme@dme.org.
4019         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
4020         handle is returned.
4021
4022 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4023
4024         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4025         Protect against non-existent of `nnimap-mailbox-info'.
4026
4027 2002-09-27  Simon Josefsson  <jas@extundo.com>
4028
4029         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
4030         (gnus-setup-news-hook): Use it.
4031         (gnus-after-getting-new-news-hook): Ditto.
4032
4033         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
4034
4035 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4036         From Mats Lidell <matsl@contactor.se>.
4037
4038         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
4039
4040 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4041
4042         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
4043         the part to decode encoded words, use raw words instead of decoded
4044         words.
4045
4046 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4047
4048         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
4049
4050         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
4051         (mm-setup-w3m): Use it.
4052
4053 2002-09-27  Simon Josefsson  <jas@extundo.com>
4054
4055         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
4056         article buffers.
4057
4058         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
4059         it just in case.
4060         (nnimap-update-unseen): New function; update unseen count in
4061         `n-m-info'.
4062         (nnimap-close-group): Call it.
4063
4064         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
4065         (gnus-after-getting-new-news-hook): Ditto.
4066
4067         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
4068         message into verboselevel 9.  Change slow mail check message.
4069         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
4070         (nnimap-fixup-unread-after-getting-new-news): New function, to be
4071         used as a hook after getting new mail.
4072
4073 2002-09-26  Simon Josefsson  <jas@extundo.com>
4074
4075         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
4076         SELECT/EXAMINE is first unseen article, not number of unseen
4077         articles.  Make them distinct by renaming the former to
4078         `first-unseen' instead of `unseen'.
4079
4080         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
4081         too.
4082         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
4083         changed.
4084         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
4085
4086         * gnus-int.el (gnus-server-unopen-status): Defcustom.
4087
4088         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
4089         better.
4090
4091         * mml2015.el (mml2015-pgg-decrypt): Only add security information
4092         if dissecting resulting buffer actually had any information.
4093
4094 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4095
4096         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
4097         because the function `string<' allows symbols.
4098
4099         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
4100
4101 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4102
4103         * message.el (message-forward-make-body): Revert an early change
4104         because 8-bit utf-8 emails.
4105
4106 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4107
4108         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
4109         links to Info)
4110         * gnus-art.el (gnus-treat-highlight-signature):
4111         * gnus-art.el (gnus-treat-buttonize):
4112         * gnus-art.el (gnus-treat-buttonize-head):
4113         * gnus-art.el (gnus-treat-emphasize):
4114         * gnus-art.el (gnus-treat-strip-cr):
4115         * gnus-art.el (gnus-treat-unsplit-urls):
4116         * gnus-art.el (gnus-treat-leading-whitespace):
4117         * gnus-art.el (gnus-treat-hide-headers):
4118         * gnus-art.el (gnus-treat-hide-boring-headers):
4119         * gnus-art.el (gnus-treat-hide-signature):
4120         * gnus-art.el (gnus-treat-fill-article):
4121         * gnus-art.el (gnus-treat-hide-citation):
4122         * gnus-art.el (gnus-treat-hide-citation-maybe):
4123         * gnus-art.el (gnus-treat-strip-list-identifiers):
4124         * gnus-art.el (gnus-treat-strip-pgp):
4125         * gnus-art.el (gnus-treat-strip-pem):
4126         * gnus-art.el (gnus-treat-strip-banner):
4127         * gnus-art.el (gnus-treat-highlight-headers):
4128         * gnus-art.el (gnus-treat-highlight-citation):
4129         * gnus-art.el (gnus-treat-date-ut):
4130         * gnus-art.el (gnus-treat-date-local):
4131         * gnus-art.el (gnus-treat-date-english):
4132         * gnus-art.el (gnus-treat-date-lapsed):
4133         * gnus-art.el (gnus-treat-date-original):
4134         * gnus-art.el (gnus-treat-date-iso8601):
4135         * gnus-art.el (gnus-treat-date-user-defined):
4136         * gnus-art.el (gnus-treat-strip-headers-in-body):
4137         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
4138         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
4139         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
4140         * gnus-art.el (gnus-treat-unfold-headers):
4141         * gnus-art.el (gnus-treat-fold-headers):
4142         * gnus-art.el (gnus-treat-fold-newsgroups):
4143         * gnus-art.el (gnus-treat-overstrike):
4144         * gnus-art.el (gnus-treat-display-xface):
4145         * gnus-art.el (gnus-treat-display-smileys):
4146         * gnus-art.el (gnus-treat-from-picon):
4147         * gnus-art.el (gnus-treat-mail-picon):
4148         * gnus-art.el (gnus-treat-newsgroups-picon):
4149         * gnus-art.el (gnus-treat-body-boundary):
4150         * gnus-art.el (gnus-treat-capitalize-sentences):
4151         * gnus-art.el (gnus-treat-fill-long-lines):
4152         * gnus-art.el (gnus-treat-play-sounds):
4153         * gnus-art.el (gnus-treat-translate):
4154         * gnus-art.el (gnus-treat-x-pgp-sig):
4155         * gnus-art.el (gnus-mime-button-line-format):
4156         * gnus-art.el (gnus-button-man-level):
4157         * gnus-art.el (gnus-button-emacs-level):
4158         * gnus-cus.el (gnus-group-parameters):
4159         * gnus-gl.el (bbb-build-mid-scores-alist):
4160         * gnus-group.el (gnus-group-line-format):
4161         * gnus-mlspl.el (gnus-group-split-setup):
4162         * gnus-mlspl.el (gnus-group-split):
4163         * gnus-msg.el (gnus-mailing-list-groups):
4164         * gnus-msg.el (gnus-posting-styles):
4165         * gnus-nocem.el (gnus-nocem-issuers):
4166         * gnus-score.el (gnus-score-regexp-bad-p):
4167         * gnus-srvr.el (gnus-server-line-format):
4168         * gnus-topic.el (gnus-topic-line-format):
4169         * gnus.el (gnus-summary-line-format):
4170         * mail-source.el (mail-sources):
4171         * message.el (message-subscribed-address-file):
4172         * nnmail.el (nnmail-split-fancy):
4173
4174 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
4175
4176         * mail-source.el(mail-source-run-script): use `functionp' to test
4177         whether the argument `script' is in fact a function.
4178         (mail-sources): adjust the defcustom to allow users to specify a
4179         function or a string as the value of the `:prescript' and
4180         `:postscript' arguments of the `file' and `pop3' mail sources.
4181
4182 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
4183
4184         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
4185         number when article 1 does not exist.
4186
4187 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4188
4189         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
4190         apropos if apropos-variable does not exist.
4191         (gnus-button-guessed-mid-regexp)
4192         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
4193         regexes.  From Reiner Steib.
4194         (gnus-button-handle-describe-function)
4195         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
4196         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
4197         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
4198
4199 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
4200         Trivial patch.
4201
4202         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
4203         the file.
4204
4205 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4206
4207         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
4208
4209 2002-09-24  Simon Josefsson  <jas@extundo.com>
4210
4211         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
4212         (mml2015-use): Prefer PGG if installed.
4213         (mml2015-function-alist): Add PGG wrappers.
4214         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
4215         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
4216         prefix, make regexp optionally skip it.
4217         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
4218         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
4219         (mml2015-pgg-encrypt): New functions.
4220         (defvar, autoload): Prevent byte-compile warnings.
4221
4222 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4223         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4224
4225         * gnus-art.el (article-strip-banner): Check for the existence of
4226         from header.
4227
4228 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
4229
4230         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
4231         (gnus-button-alist): Improved regexp for
4232         gnus-button-handle-mid-or-mail (false positives), fixed
4233         gnus-button-handle-man entries.
4234         From Reiner Steib.
4235
4236 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
4237         From Josh Huber.
4238
4239         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
4240         nnmail-extra-headers is non-nil.
4241
4242 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
4243
4244         * nnmaildir.el: Store article numbers persistently.  General
4245         revision.
4246         (nnmaildir-request-expire-articles): handle 'immediate and 'never
4247         for nnmail-expiry-wait; delete instead of moving if 'force is
4248         given.
4249
4250 2002-09-23  Simon Josefsson  <jas@extundo.com>
4251         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
4252
4253         * smime.el (smime-sign-buffer): Get key and extra certs.
4254         (smime-get-key-with-certs-by-email): Utility function.
4255
4256 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4257         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
4258
4259         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
4260         article exists.
4261
4262 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4263
4264         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
4265
4266 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
4267         From Reiner Steib.
4268
4269         * gnus-art.el (gnus-button-handle-custom,
4270         gnus-button-handle-mid-or-mail,
4271         gnus-button-handle-describe-{function,variable,key},
4272         gnus-button-handle-apropos{,command,variable}): New functions.
4273         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
4274         gnus-button-{man,emacs,mail}-level): New variables.
4275         (gnus-button-alist): Use the above to buttonize emacs and mail
4276         related links.
4277
4278 2002-09-18  Juanma Barranquero  <lektu@terra.es>
4279
4280         * gnus-int.el (gnus-status-message): Fix spacing.
4281
4282         * imap.el (imap-continuation): Fix typos.
4283
4284 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4285
4286         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
4287
4288         * gnus-art.el (gnus-article-reply-with-original): Correct
4289         with-current-buffer scope.
4290
4291         * message.el (message-completion-alist): Add Reply-To, From, etc.
4292
4293 2002-09-18  Simon Josefsson  <jas@extundo.com>
4294
4295         * nnimap.el (nnimap-request-expire-articles): Make flag setting
4296         conditional.  From Nevin Kapur <nevin@jhu.edu>.
4297
4298 2002-09-17  Simon Josefsson  <jas@extundo.com>
4299
4300         * nnimap.el (nnimap-expiry-target): Don't search for which
4301         articles exists here.
4302         (nnimap-request-expire-articles): Do it here instead.  Only expire
4303         when articles are found.  Suggested by Nevin Kapur
4304         <nevin@jhu.edu>.
4305
4306 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4307         From Reiner Steib <reiner.steib@gmx.de>.
4308
4309         * message.el (message-strip-subject-trailing-was)
4310         (message-change-subject, message-add-archive-header)
4311         (message-xpost-fup2-header, message-xpost-insert-note)
4312         (message-xpost-fup2, message-reduce-to-to-cc): New functions
4313         adopted from message-utils.el.  Add functions to the keymap, mode
4314         describtion and menu.
4315         (message-change-subject,message-xpost-fup2): Signal error if
4316         current header is empty.
4317         (message-xpost-insert-note): Changed insert position.
4318         (message-archive-note): Ensure to insert note in message body (not
4319         in head).
4320         (message-archive-header, message-archive-note)
4321         (message-xpost-default, message-xpost-note, message-fup2-note)
4322         (message-xpost-note-function): New variables adopted from
4323         message-utils.el.  Changed some doc-strings.
4324         (message-mark-insert-{begin,end}): Rename from
4325         message-{begin,end}-inserted-text-mark (message-utils.el), changed
4326         values.
4327         (message-subject-trailing-was-query)
4328         (message-subject-trailing-was-ask-regexp)
4329         (message-subject-trailing-was-regexp): New variables.
4330         (message-to-list-only): Added doc-string and menu entry.
4331
4332         * message-utils.el: Removed.  Functions are now in message.el.
4333
4334 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4335
4336         * gnus-art.el (gnus-article-reply-with-original,
4337         gnus-article-followup-with-original): Switch to
4338         gnus-summary-buffer before reply/followup.
4339
4340 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
4341
4342         * gnus-sum.el (gnus-summary-toggle-header): The article window may
4343         not exist. Toggle it anyway.
4344
4345 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
4346
4347         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
4348
4349         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
4350         Trivial patch from Urban Engberg <ue@ccieurope.com>.
4351
4352         * rfc2047.el (message-posting-charset): Defvar it.
4353         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
4354         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
4355
4356         * mail-source.el (mail-source-fetch): Hide password.
4357
4358         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
4359
4360 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4361         From John Paul Wallington <jpw@shootybangbang.com>.
4362
4363         * gnus.el (gnus-visual, gnus-meta): Fix typo.
4364
4365 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4366
4367         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
4368
4369 2002-09-11  Simon Josefsson  <jas@extundo.com>
4370
4371         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
4372         (nnimap-split-rule): Doc fix.
4373         (nnimap-request-expire-articles): Cleanup code.
4374
4375 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4376         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4377
4378         * gnus-art.el (gnus-article-address-banner-alist): New option.
4379         (article-strip-banner): Refer the above option to split banners of
4380         free mail servers, when no group parameter is specified.
4381
4382 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4383
4384         * nntp.el (nntp-wait-for-string): Check for a process in the
4385         current buffer instead of `nntp-server-buffer'.
4386
4387 2002-09-09  Simon Josefsson  <jas@extundo.com>
4388
4389         * gnus-art.el (gnus-button-man-handler): New variable.
4390         (gnus-button-alist): Use g-b-handle-man.
4391         (gnus-button-handle-man): New, call g-b-man-handler.
4392
4393 2002-09-08  Simon Josefsson  <jas@extundo.com>
4394
4395         * gnus-art.el (gnus-button-alist): Buttonize man page links.
4396
4397 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4398
4399         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
4400
4401 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4402
4403         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
4404
4405         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
4406         keystroke.
4407
4408         * gnus-srvr.el (gnus-browse-describe-group): New command and
4409         keystroke.
4410
4411 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4412
4413         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
4414         value for gnus-decoration property.
4415
4416 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4417
4418         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
4419         string) as group name in case we have a CRLF in the file.
4420
4421 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
4422
4423         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
4424         group.
4425         (rfc1843-decode-hzp): do.
4426         (rfc1843-newsgroups-regexp): do.
4427
4428 2002-09-04  Simon Josefsson  <jas@extundo.com>
4429
4430         * message.el (message-canlock-generate): Make sure sha1 doesn't
4431         call external programs.
4432
4433 2002-09-03  Simon Josefsson  <jas@extundo.com>
4434
4435         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
4436
4437         * gnus-agent.el (gnus-agent-batch): Add doc.
4438
4439 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
4440
4441         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
4442         check for signed and encrypted parts.
4443         * mml.el (mml-parse-1): Correct small typo which preventing
4444         setting recipients in a secure tag.
4445
4446 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4447
4448         * mm-util.el (mm-coding-system-priorities): Default to a list of
4449         iso-2022-jp and others for the Japanese environment.
4450
4451 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4452
4453         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
4454         invalid display names.
4455
4456 2002-08-30  Simon Josefsson  <jas@extundo.com>
4457
4458         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
4459         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
4460
4461 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
4462
4463         * gnus.el (gnus-group-charter-alist): New option.
4464         (gnus-group-fetch-control-use-browse-url): New option.
4465
4466         * gnus-group.el (gnus-group-fetch-charter): New function.
4467         (gnus-group-fetch-control): New function.
4468         Add them to the keymap and menu. Require mm-url.
4469
4470 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4471
4472         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
4473         From Alex Schroeder <alex@emacswiki.org>.
4474
4475 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
4476
4477         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
4478         items expecting user interaction.
4479
4480         * gnus-topic.el (gnus-topic-make-menu-bar): do.
4481
4482         * gnus-sum.el (gnus-summary-make-menu-bar): do.
4483
4484         * gnus-srvr.el (gnus-server-make-menu-bar): do.
4485
4486         * mml.el (mml-menu): do.
4487
4488 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4489
4490         * mail-source.el (mail-source-touch-pop): New function.
4491
4492         * message.el (message-smtpmail-send-it): New function.
4493         (message-send-mail-function): Add it for a candidate.
4494
4495 2002-08-27  Simon Josefsson  <jas@extundo.com>
4496
4497         * gnus-msg.el (posting-charset-alist): Use
4498         gnus-define-group-parameter instead of defcustom.
4499         (gnus-put-message): Handle SPC in GCC.
4500         (gnus-inews-insert-gcc): Ditto.
4501         (gnus-inews-insert-archive-gcc): Ditto.
4502
4503 2002-08-26  Simon Josefsson  <jas@extundo.com>
4504
4505         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
4506         (gnus-agentize): Auto agentize all nntp and nnimap groups.
4507         (gnus-agent-possibly-save-gcc): Autoload.
4508         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
4509
4510 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4511
4512         * gnus.el (gnus-other-frame-function): New user option.
4513         (gnus-other-frame): Use it; add a doc-string; make it work with
4514         the gnuclient program.
4515
4516         * gnus-util.el (gnus-frame-or-window-display-name): New function.
4517
4518         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
4519         `device-connection' and `dfw-device'.
4520
4521 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4522
4523         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
4524         positives, make it stricter.  From Jochen Hein (trivial change).
4525
4526 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4527
4528         * gnus.el (gnus-other-frame): Trivial fix.
4529
4530 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4531
4532         * gnus.el (gnus-other-frame-parameters): New user option.
4533         (gnus-other-frame-object): New variable.
4534         (gnus-other-frame): Make it search for existing Gnus frame; don't
4535         read new news; delete frame on exit.
4536
4537         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
4538
4539         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
4540
4541 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4542         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
4543
4544         * message.el (message-set-auto-save-file-name): Add support for
4545         the Cygwin Emacs; the system-type is `cygwin'.
4546         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
4547
4548 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4549
4550         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
4551
4552         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
4553         avoid arithmetic errors.
4554
4555 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4556
4557         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
4558
4559 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
4562         (message-ignored-resent-headers): Add envelope From.
4563
4564 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4565
4566         * gnus.el (gnus-summary-line-format): Document %k specifier.
4567
4568 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4569
4570         * gnus-sum.el (gnus-summary-line-message-size): New function.
4571         (gnus-summary-line-format-alist): Use it.
4572
4573 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4574
4575         * gnus-art.el (article-make-date-line): Refer to the value for
4576         `gnus-article-time-format' in the summary buffer.
4577
4578         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
4579
4580 2002-08-14  Simon Josefsson  <jas@extundo.com>
4581
4582         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
4583         quoting.
4584         (gnus-button-alist): Fix doc.
4585         (gnus-header-button-alist): Use ' not ` for default value quoting.
4586         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
4587         rationale similar to 2002-05-01 change.
4588         (gnus-article-add-buttons-to-head): Evaluate expression.
4589
4590         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
4591
4592 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4593
4594         * message.el (message-font-lock-keywords): Refer to the value for
4595         `message-cite-prefix-regexp' dynamically.
4596
4597 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4598
4599         * gnus-art.el (gnus-decode-header-methods): Doc fix.
4600
4601 2002-08-12  Simon Josefsson  <jas@extundo.com>
4602
4603         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
4604         (imap-shell-open): Skip initial junk before IMAP greeting.
4605
4606 2002-08-11  Simon Josefsson  <jas@extundo.com>
4607
4608         * message-utils.el (message-xpost-default,
4609         message-xpost-fup2-header, message-xpost-fup2): Fixed
4610         Typos.  Trivial changes from Reiner Steib
4611         <4uce.02.r.steib@gmx.net>.
4612
4613 2002-08-09  Simon Josefsson  <jas@extundo.com>
4614
4615         * message.el (message-canlock-password): Set
4616         canlock-password-for-verify to newly generated canlock-password.
4617         When Emacs is restarted, Custom makes sure this is set, but during
4618         the same session we must set it manually.
4619
4620 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
4621
4622         * yenc.el: New file.
4623
4624         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
4625         (mm-uu-type-alist): Add yenc.
4626         (mm-uu-yenc-filename): New function.
4627         (mm-uu-yenc-extract): New function.
4628
4629         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
4630
4631 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4632
4633         * dgnushack.el (merge): Don't use coerce.
4634
4635 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
4636
4637         * mailcap.el (mailcap-mime-data): Test window-system rather than
4638         mm-device-type.
4639         (mailcap-mime-data): Call xdvi and gv with "-safer".
4640
4641         * mm-util.el: Don't define mm-device-type.
4642
4643 2002-08-05  Simon Josefsson  <jas@extundo.com>
4644
4645         * mm-util.el (mm-coding-system-priorities): coding-system type not
4646         supported everywhere.
4647
4648 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4649
4650         * gnus.el (gnus-version-number): Bumped version number.
4651
4652 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4653
4654         * gnus.el: Oort Gnus v0.07 is released.
4655
4656 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4657
4658         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
4659         (gnus-article-sort-functions): Doc fix.
4660         (t): New keystroke.
4661         (gnus-article-sort-by-random): New function.
4662         (gnus-thread-sort-by-random): New function.
4663
4664 2002-08-02  Simon Josefsson  <jas@extundo.com>
4665
4666         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
4667         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
4668
4669 2002-07-31  Danny Siu  <dsiu@adobe.com>
4670
4671         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
4672         when splitting malformed messages without message-id
4673
4674 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4675         From Niklas Morberg <niklas.morberg@axis.com>.
4676
4677         * nnweb.el (nnweb-type, nnweb-type-definition)
4678         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
4679         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
4680         functionality.
4681         * nnweb.el: Removed old non-functioning search engines.
4682
4683 2002-07-27  Simon Josefsson  <jas@extundo.com>
4684
4685         * message.el (message-forward-make-body): Don't use
4686         `message-forward-ignored-headers' when doing a "raw" followup (it
4687         is important to preserve e.g. CTE).
4688
4689         * flow-fill.el (fill-flowed): Disable filladapt-mode.
4690
4691         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
4692         regexp-quote, Cyrus Sieve is fixed.
4693
4694         * sieve-manage.el (sieve-manage-deletescript): New function.
4695
4696         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
4697         (sieve-manage-mode): Fix menubar.
4698         (sieve-activate): Change some messages.
4699         (sieve-deactivate-all): New function.
4700         (sieve-deactivate): New alias.
4701         (sieve-remove): New function.
4702         (sieve-help): Fix help.
4703         All suggested by Ned Ludd.
4704
4705 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4706
4707         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
4708         (mm-w3m-safe-url-regexp): New user option.
4709
4710         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
4711         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
4712
4713 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
4714
4715         * gnus-sum.el (gnus-summary-delete-article): Force
4716         nnmail-expiry-target to 'delete, so that absolute deletion
4717         happens when absolute deletion is requested.
4718
4719 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4720         From Nevin Kapur <nevin@jhu.edu>.
4721
4722         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
4723         headers as empty headers.
4724
4725 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4726         From Jochen Hein <jochen@jochen.org>.
4727
4728         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
4729         correct typo.
4730         (gnus-emphasis-strikethru): New face.
4731
4732 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4733         From Jason Merrill <jason@redhat.com>.
4734
4735         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
4736         entire file for each of a sequence of missing articles.
4737
4738         * gnus-salt.el (gnus-binary-display-article): Respect an existing
4739         value for gnus-view-pseudos.
4740
4741         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
4742         avoid nreverse.
4743
4744 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4745         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4746
4747         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
4748         (gnus-summary-mode-line-format-alist): Add %h for number of
4749         spams.
4750         (gnus-newsgroup-spam-marked): New variable.
4751         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
4752         (gnus-article-read-p, gnus-article-mark)
4753         (gnus-set-global-variables, gnus-set-global-variables)
4754         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
4755         (gnus-summary-mark-article-as-unread)
4756         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
4757         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
4758         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
4759
4760 2002-07-10  Simon Josefsson  <jas@extundo.com>
4761
4762         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
4763         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
4764
4765 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
4766
4767         * gnus-sum.el (gnus-summary-delete-article): Respect group
4768         parameters while expiring.
4769
4770 2002-07-08  Simon Josefsson  <jas@extundo.com>
4771
4772         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
4773         Enberg.
4774
4775 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4776
4777         * gnus-art.el (article-unsplit-urls): Only display MIME when this
4778         function is called interactively.  From Niklas Morberg.
4779
4780 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4781
4782         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
4783         cdaar to cdar and car.
4784
4785         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
4786         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
4787
4788 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4789
4790         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
4791         don't break a narrowed article.
4792
4793         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
4794         (nntp-open-via-rlogin-and-telnet): Ditto.
4795
4796 2002-07-02  Didier Verna  <didier@xemacs.org>
4797
4798         * nnmail.el (nnmail-split-methods): fix custom type.
4799
4800 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4801
4802         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
4803         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
4804
4805 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4806
4807         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
4808         (gnus-summary-resend-message): Use it.
4809
4810 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4811
4812         * nntp.el (nntp-via-rlogin-command-switches): New variable.
4813         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
4814
4815 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4816
4817         * message.el (message-font-lock-keywords): Don't fontify
4818         headers in the message body, only in the header.
4819         (message-font-lock-make-header-matcher): New function, used by
4820         message-font-lock-keywords.
4821         From Katsumi Yamaoka <yamaoka@jpl.org>.
4822
4823 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4824
4825         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
4826
4827 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4828
4829         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
4830
4831 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4832
4833         * message.el (message-font-lock-keywords): Revert 2002-06-22
4834         change.
4835
4836 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4837
4838         * message.el (message-font-lock-keywords): Put colon in header
4839         name match.
4840
4841 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4842
4843         * message.el (message-font-lock-keywords): Don't use header faces
4844         in the body.  Thanks to Stefan Monnier for the hint on the
4845         implementation.
4846
4847 2002-05-09  Miles Bader  <miles@gnu.org>
4848
4849         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
4850         (gnus-article-hide-citation): Respect it.
4851
4852 2002-04-12  Juanma Barranquero  <lektu@terra.es>
4853
4854         * pop3.el (pop3-open-server): Fix typo.
4855
4856 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
4857
4858         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
4859         instead of push to ignore duplicate to-(list|address) values.
4860         * nnmail.el (nnmail-cache-ignore-groups): New.
4861         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
4862
4863 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4864
4865         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
4866         before sending.  Suggested by Jan Rychter.
4867
4868 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * dgnushack.el (remove): New compiler macro.
4871         (last, coerce, subseq): Remove compiler macros for those built-in
4872         or unused functions.
4873
4874 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4875
4876         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
4877         sure to write byte-compiled versions of gnus-*-format-alist to
4878         .newsrc.eld.  From Simon Josefsson.
4879
4880 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4881
4882         * gnus-agent.el (gnus-agent-read-servers)
4883         (gnus-agent-write-servers): Put server name (string like
4884         "nnchoke:frumple") in the file instead of a server specification
4885         (Lisp expression like (nnchoke "frumple" ...parameters...)).
4886         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
4887
4888 2002-06-16  Simon Josefsson  <jas@extundo.com>
4889
4890         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
4891         Reiner Steib <4uce.02.r.steib@gmx.net>.
4892
4893 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4894
4895         * nnheader.el (nnheader-file-name-translation-alist): Set the
4896         default value for MS Windows systems.
4897
4898         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
4899
4900 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4901
4902         * message.el (message-beginning-of-line): Keep the region active
4903         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
4904
4905 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
4906
4907         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
4908         * gnus-msg.el (gnus-summary-reply): Ditto.
4909         * gnus-msg.el (gnus-summary-handle-replysign): New.
4910
4911 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4912
4913         * message.el (message-send-mail-with-sendmail): Kill errbuf even
4914         if sending failed.
4915
4916 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
4917
4918         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
4919         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
4920         to sign while encrypting.
4921
4922 2002-06-11  Simon Josefsson  <jas@extundo.com>
4923
4924         * gnus-int.el (gnus-request-move-article): Agent expire article if
4925         successfuly moved.
4926
4927         * nnweb.el (nnweb-google-create-mapping): Honors the value of
4928         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
4929
4930 2002-06-10  Simon Josefsson  <jas@extundo.com>
4931
4932         * gnus-int.el (gnus-request-expire-articles): Fix last change?
4933
4934 2002-06-09  Simon Josefsson  <jas@extundo.com>
4935
4936         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
4937
4938         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
4939
4940 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4941
4942         * flow-fill.el (fill-flowed): Ignore errors.
4943
4944 2002-06-06  Simon Josefsson  <jas@extundo.com>
4945
4946         * message.el (message-send-mail-with-sendmail): Improve error message.
4947
4948 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4949
4950         * message.el (message-interactive): Change default from nil to t.
4951         Better to be safe than to be fast.
4952
4953 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4954
4955         * message.el (message-send-mail-with-sendmail): Check return value
4956         from call-process-region.
4957
4958 2002-06-04  Simon Josefsson  <jas@extundo.com>
4959
4960         * gnus-msg.el (gnus-group-mail, gnus-group-news)
4961         (gnus-group-post-news, gnus-summary-mail-other-window)
4962         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
4963         gnus-article-copy to nil, thereby inhibiting the `header' posting
4964         style match to use data from last viewed article.
4965         Suggested by Hrvoje Niksic.
4966
4967 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4968
4969         * spam.el (spam-point-at-eol): New alias.
4970         (spam-parse-whitelist): Use it.
4971
4972 2002-06-03  Simon Josefsson  <jas@extundo.com>
4973
4974         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
4975         (nnmail-article-group): Use it.
4976
4977 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4978
4979         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
4980         so that code reading them won't be surprised.  From Jesper Harder
4981         <harder@ifa.au.dk>.
4982
4983 2002-05-29  Simon Josefsson  <jas@extundo.com>
4984
4985         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
4986         articles.
4987
4988         * gnus.el (gnus-agent-cache): Doc fix.
4989         (gnus-agent): Change default to t.
4990
4991         * gnus-agent.el (gnus-agent-expire): Make it accept optional
4992         ARTICLES, GROUP and FORCE parameters.
4993
4994 2002-05-28  Simon Josefsson  <jas@extundo.com>
4995
4996         * gnus-group.el (gnus-group-line-format): Doc fix.
4997
4998 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4999
5000         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
5001         original article before yanking.  From Jesper Harder
5002         <harder@ifa.au.dk>.
5003
5004 2002-05-26  Simon Josefsson  <jas@extundo.com>
5005
5006         * gnus-sum.el (gnus-summary-menu-split): New function.
5007         (gnus-summary-make-menu-bar): Split charset submenu.
5008         (gnus-summary-menu-maxlen): New variable.
5009         (gnus-summary-menu-split): Use it.
5010
5011 2002-05-25  Simon Josefsson  <jas@extundo.com>
5012
5013         * mml.el (mml-preview): Generate some headers.
5014
5015         * gnus.el (gnus-large-newsgroup): Fix :type.
5016
5017         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
5018         Agent cache NOV's by default now).
5019         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
5020
5021 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
5022
5023         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
5024         call to gnus-parent-id when we check for References loops.
5025         (gnus-summary-prepare-threads): Avoid simplifying every Subject
5026         twice by saving the simplified subject string in simp-subject.
5027
5028 2002-05-23  Simon Josefsson  <jas@extundo.com>
5029
5030         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
5031         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
5032
5033         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
5034         Niklas Morberg <niklas.morberg@axis.com>.
5035
5036 2002-05-22  Simon Josefsson  <jas@extundo.com>
5037
5038         * sieve.el (sieve-change-region): Define it before it is used.
5039
5040         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
5041         (gnus-summary-reply): Ask for confirmation when replying to news.
5042         Defaults to not ask.  From Benjamin Rutt
5043         <rutt+news@cis.ohio-state.edu>.
5044
5045         * nnimap.el (nnimap-nov-is-evil): Improve doc.
5046
5047 2002-05-21  Simon Josefsson  <jas@extundo.com>
5048
5049         * sieve-mode.el (sieve-manage): Fix autoloads.
5050
5051         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
5052         name (makes it work with recent Cyrus timsieved).
5053
5054 2002-05-20  Jason  <jbaker@cs.utah.edu>
5055         Trivial patch.
5056
5057         * gnus-art.el (gnus-request-article-this-buffer): Try
5058         reconnecting if you don't get the message.
5059
5060 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5061
5062         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
5063         Reply-To headers from the headers.
5064
5065 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5066
5067         * mm-url.el (mm-url-insert): Remove junk message.
5068
5069 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5070
5071         * nnslashdot.el (nnslashdot-request-list): Parse new html.
5072         (nnslashdot-use-front-page): New variable.
5073         (nnslashdot-request-list): Use it.
5074
5075         * mm-url.el (mm-url-timeout): New variable.
5076         (mm-url-retries): Ditto.
5077         (mm-url-insert): Use it.
5078
5079 2002-05-16  Simon Josefsson  <jas@extundo.com>
5080
5081         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
5082         (gnus-simplify-subject-functions): Mention g-s-a-w.
5083
5084 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
5085
5086         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
5087         nnmail-cache-insert.
5088         * nndiary.el (nndiary-request-accept-article): Ditto.
5089         * nnfolder.el (nnfolder-request-accept-article): Ditto.
5090         * nnimap.el (nnimap-request-accept-article): Ditto.
5091         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
5092         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
5093         * nnmbox.el (nnmbox-request-accept-article): Ditto.
5094         * nnmh.el (nnmh-request-accept-article): Ditto.
5095         * nnmail.el (nnmail-cache-insert): Change group to required,
5096         removed code which tried to figure out the group.
5097
5098 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
5099
5100         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
5101         messages. From Hans de Graaff <hans@degraaff.org>.
5102         * nnml.el (nnml-request-accept-article): Pass in the group name to
5103         nnmail-cache-insert, since it's available.
5104
5105 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5106
5107         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
5108
5109 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5110         From Florian Weimer <fw@deneb.enyo.de>.
5111
5112         * gnus.el (subscribed): New group parameter.
5113         (gnus-find-subscribed-addresses): Use it.
5114
5115 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
5116
5117         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
5118         the default for pgpmime to support pgp v2.
5119         * mml-sec.el (mml-signencrypt-style): New accessor function to
5120         allow users to get/set the signencrypt style more easily without
5121         frobbing the alist directly.
5122         * mml.el (mml-generate-mime-1): Use accessor function.
5123
5124 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5125
5126         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
5127         parenthesis for "<" and ">".  Suggested by Andreas Schwab
5128         <schwab@suse.de>.
5129
5130 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5131
5132         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
5133         when intuiting the group the message is written to.  From Josh
5134         Huber <huber@alum.wpi.edu>.
5135
5136 2002-05-06  Simon Josefsson  <jas@extundo.com>
5137
5138         * gnus-topic.el (gnus-group-topic-parameters): Work when group
5139         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
5140
5141 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
5142
5143         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
5144         argument, and fixed compiler warning. (added autoload for
5145         gpg-encrypt).
5146
5147 2002-05-04  Simon Josefsson  <jas@extundo.com>
5148
5149         * mml1991.el (mml1991-function-alist): Doc fix.
5150
5151         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
5152         doesn't exist (for previewing messages without having Gnus
5153         started).
5154
5155         * mm-util.el (mm-coding-system-priorities): Defcustom.
5156
5157         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
5158
5159 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
5160
5161         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
5162         default.
5163         * mml-sec.el:
5164         * mml-sec.el (mml-signencrypt-style): New.
5165         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
5166         argument `sign'.
5167         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
5168         signencrypt.
5169         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
5170         * mml.el (mml-generate-mime-1): Changed logic so a part which is
5171         both signed & encryped is processed in one operation. (rather than
5172         two separate ops: sign, then encrypt)
5173         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
5174         indication if a message is signed by an expired key.
5175         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
5176         enables combined sign & encrypt operation. (this was always on
5177         before).
5178         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
5179
5180 2002-05-01  Simon Josefsson  <jas@extundo.com>
5181
5182         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
5183         server.
5184         (nnimap-mailbox-info): defvar instead of defvoo.
5185
5186 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5187
5188         * gnus.el: Oort Gnus v0.06 is released.
5189
5190 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5191
5192         * lpath.el: Bind url-package-version.
5193
5194 2002-05-01  Simon Josefsson  <jas@extundo.com>
5195
5196         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
5197         filename before deleting the group itself, because the presence of
5198         a group filename decides if long filenames are used or not.
5199
5200         * gnus-art.el (gnus-button-alist): Don't inline
5201         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
5202         without also modifying g-button-alist.
5203         (gnus-button-alist): Fix type to allow variable as well as regexp.
5204         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
5205         themselves, variables to its contents.
5206         (gnus-button-entry): Ditto.
5207
5208 2002-05-01  Simon Josefsson  <jas@extundo.com>
5209
5210         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
5211         UIDNEXT as a string.
5212
5213         * nnimap.el (nnimap-string-lessp-numerical): New function.
5214         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
5215         integers.
5216
5217 2002-04-29  Simon Josefsson  <jas@extundo.com>
5218
5219         * nnmail.el (nnmail-cache-insert): Accept optional group
5220         parameter.
5221
5222         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
5223         n-r-g-a is disabled.
5224
5225 2002-04-29  Simon Josefsson  <jas@extundo.com>
5226
5227         * nnimap.el (nnimap-split-fancy): Fix doc.
5228         (nnimap-split-fancy): Fix doc.
5229
5230         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
5231         (nnimap-mailbox-info): New internal variable.
5232         (nnimap-retrieve-groups): Implement faster new mail check.
5233
5234         * nnimap.el (nnimap-split-articles): Support
5235         nnmail-cache-accepted-message-ids.
5236         (nnimap-request-accept-article): Ditto.
5237
5238         * imap.el (imap-mailbox-status-asynch): New command.
5239
5240 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
5241
5242         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
5243         are no subscribed mail groups.
5244         - Strip quoted names when comparing addresses
5245
5246 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
5247
5248         * mm-decode.el (mm-text-html-renderer): Change customize type to
5249         const.
5250
5251         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
5252         (gnus-debug-exclude-variables): do.
5253
5254 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5255
5256         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
5257         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
5258
5259 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5260
5261         * dns.el (dns-make-network-process): New macro.
5262         (query-dns): Use it.
5263
5264 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5265
5266         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
5267         article-buffer.
5268
5269         * mm-url.el (mm-url-package-name): New variable.
5270         (mm-url-package-version): New variable.
5271         (mm-url-insert-file-contents): Bind url-package-name and
5272         url-package-version here.
5273         * nnrss.el (nnrss-insert-w3): Move the bindings.
5274
5275         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
5276         url-package-version. Trivial change from Andrew J Cosgriff
5277         <ajc@polydistortion.net>
5278
5279         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
5280         attachments. Trivial change from Peter 'Luna' Runestig
5281         <peter@runestig.com>.
5282
5283 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
5284
5285         * nnkiboze.el (nnkiboze-request-scan): Call
5286         nnkiboze-possibly-change-group.
5287         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
5288         problems.
5289         (nnkiboze-generate-group): Set newsrc to the *highest* article
5290         number kibozed, not the lowest.
5291
5292 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
5293
5294         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
5295
5296 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5297         From Dan Christensen <jdc+news@uwo.ca>.
5298
5299         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5300         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5301         Recognize math postings.  Extract Date (now ignores "(15kb)").
5302         Extract email address using gnus-extract-address-components
5303         instead of just taking the first word.  Create Date and From
5304         headers for message which are missing these headers.  Get rid
5305         of spurious \\ lines (purely cosmetic).  Extend body-end and
5306         file-end regexps, to exclude more garbage from the message.
5307         Make URL rephrasing regexp more flexible, to match current
5308         format.
5309
5310 2002-04-23  Simon Josefsson  <jas@extundo.com>
5311
5312         * netrc.el: New file, functions copied from gnus-util.el by Ted
5313         Zlatanov <tzz@lifelogs.com>.
5314
5315         * gnus-util.el: Require netrc.
5316         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
5317         new code in netrc.el.
5318
5319 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5320
5321         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
5322         message-ignored-resent-headers, too.  From Matthieu Moy
5323         <Matthieu.Moy@imag.fr>.
5324
5325 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5326
5327         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
5328         boolean not a string
5329         * gnus-group.el (gnus-group-line-format): add description of %C
5330         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
5331           as %C
5332         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
5333
5334 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
5335
5336         * nnmaildir.el (nnmaildir-request-scan): typo: set
5337         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
5338         nnmail-get-new-mail for 'find-new-groups.
5339
5340 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
5341
5342         * nnmaildir.el (nnmaildir-request-update-info,
5343         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
5344         unnecessary calls to nnmaildir-request-scan.
5345
5346 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
5347
5348         * gnus-msg.el:
5349         * gnus-msg.el (gnus-message-replysign): New.
5350         * gnus-msg.el (gnus-message-replyencrypt): New.
5351         * gnus-msg.el (gnus-message-replysignencrypted): New.
5352         * gnus-msg.el (gnus-summary-reply): Use the three new variables
5353         (above) to automatically encrypt/sign to encrypted/signed
5354         messages.
5355         * message.el:
5356         * message.el (message-mode-map): Add keybinding for
5357         `message-to-list-only'
5358         * message.el (message-mode): Add description for
5359         `message-to-list-only'
5360         * message.el (message-to-list-only): New.
5361         * message.el (message-make-mft): Changed to use the cl loop macro,
5362         and added optional flag to return only the matched list. (for use
5363         in new message-to-list-only function)
5364
5365 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
5366
5367         * gnus-msg.el:
5368         * gnus-msg.el (gnus-message-replysign):
5369         * gnus-msg.el (gnus-replysign): New.
5370         * gnus-msg.el (gnus-replyencrypt): New.
5371         * gnus-msg.el (gnus-replysignencrypted): New.
5372         * gnus-msg.el (gnus-summary-reply):
5373         * message.el:
5374         * message.el (message-mode-map):
5375         * message.el (message-mode):
5376         * message.el (message-to-list-only): New.
5377         * message.el (message-make-mft):
5378
5379 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5380
5381         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
5382
5383 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
5384
5385         * message.el (message-gen-unsubscribed-mft): accept a prefix
5386         argument so CC can be included with C-u C-c C-f C-a
5387
5388 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5389         From Ted Zlatanov <teodor.zlatanov@divine.com>.
5390
5391         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
5392         Improve docstring.
5393         (spam-enter-blacklist): New command.
5394
5395         * gnus-sum.el (gnus-spam-mark): New mark.
5396         (gnus-auto-expirable-marks): Add gnus-spam-mark.
5397         (gnus-summary-make-tool-bar): Correct conditional.
5398         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
5399         (gnus-summary-mark-as-spam): New command.
5400
5401 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
5402
5403         * mml-sec.el (mml-secure-message): changed to support arbritrary
5404         modes.
5405         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
5406         changed to support "signencrypt" mode.
5407         * mml.el (mml-parse-1): changed to support different secure modes
5408         more easily. (for signencrypt)
5409
5410 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
5411
5412         * gnus-sum.el (gnus-update-summary-mark-positions)
5413         (gnus-summary-toggle-header):
5414         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
5415         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
5416         (gnus-uu-post-encoded):
5417         * nnfolder.el (nnfolder-possibly-change-group):
5418         * nnimap.el (nnimap-retrieve-headers):
5419         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
5420
5421 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
5422
5423         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
5424         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
5425
5426 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5427
5428         * gnus-srvr.el (gnus-server-set-info): Clear
5429         `gnus-server-method-cache' when `gnus-server-alist' is changed.
5430         From Daiki Ueno <ueno@unixuser.org>.
5431
5432 2002-04-11  Simon Josefsson  <jas@extundo.com>
5433
5434         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
5435         viewing of security buttons.  Thanks to Nicolas Kowalski
5436         <Nicolas.Kowalski@imag.fr>.
5437
5438         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
5439         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
5440         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
5441         <Nicolas.Kowalski@imag.fr>.
5442         (smime-decrypt-buffer): Ditto.
5443
5444 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5445
5446         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
5447         header line.
5448
5449 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
5450
5451         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
5452
5453 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5454
5455         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
5456
5457 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5458
5459         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
5460         errors when debug.
5461
5462 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
5463
5464         * message.el (message-make-mft): Changed MFT code from using
5465         message-recipients (which included Bcc) to use only the To and CC
5466         headers.
5467
5468 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
5469
5470         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
5471         add link.
5472         (gnus-treat-mail-picon): Ditto.
5473         (gnus-treat-newsgroups-picon): Ditto.
5474         (gnus-picon-databases): Fix custom type.
5475         (gnus-picon-databases): Add link.
5476         (gnus-article-x-face-command): Add to gnus-picon group.
5477
5478 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
5479
5480         * message.el (message-buffer-naming-style): Remove.
5481
5482 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5483
5484         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
5485
5486         * message.el (message-tool-bar-map): Ditto.
5487
5488         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5489
5490 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5491
5492         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
5493
5494 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
5495
5496         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
5497
5498 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
5499         Trivial patch.
5500
5501         * dns.el: open-network-stream under XEmacs does udp.
5502
5503 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
5504
5505         * spam.el (spam-enter-whitelist): New function.
5506         (spam-parse-whitelist): Ditto.
5507         (spam-refresh-list-cache): Ditto.
5508         (spam-address-whitelisted-p): New function.
5509
5510         * dns.el (query-dns): Use TCP when make-network-process isn't
5511         available.
5512         (dns-servers): New variable.
5513         (dns-parse-resolv-conf): New function.
5514         (query-dns): Use it.
5515
5516         * spam.el: New file.
5517
5518         * dns.el (query-dns): Test.
5519
5520 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5521
5522         * lpath.el (featurep): Bind make-network-process.
5523
5524 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
5525
5526         * nnmaildir.el: Use defstruct.  Use a single copy of
5527         nnmail-extra-headers to save memory.  Store server's group name
5528         prefix instead of each group's prefixed name.
5529         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
5530         nntp-server-buffer.
5531
5532 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5533
5534         * dns.el: New file.
5535
5536 2002-03-28  Simon Josefsson  <jas@extundo.com>
5537
5538         * gnus-sum.el (gnus-summary-dummy-line-format):
5539         * gnus.el (gnus-summary-line-format): Fixing links to Info.
5540         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
5541
5542 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5543
5544         * gnus-sum.el (gnus-summary-move-article)
5545         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
5546         the doc string.
5547
5548 2002-03-28  Simon Josefsson  <jas@extundo.com>
5549
5550         * mml-sec.el (mml-secure-message): Search after
5551         mail-header-separator from top of message.
5552
5553 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
5554
5555         * nnmaildir.el: Cosmetic changes.
5556         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
5557         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
5558         nnmaildir--group-ls): New macros/functions.  Use them.
5559         (nnmaildir--unlink): Evalutate argument only once.
5560
5561 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
5562
5563         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
5564         symbols.
5565         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
5566         `gnus-point-at-eol'.
5567
5568 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
5569
5570         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
5571         nnmaildir--marks-dir): New macros.  Use them.
5572         Use inhibit-quit for atomicity instead of in-memory journaling.
5573         (nnmaildir--edit-prep): New function.
5574         (Local Variables): Use it.
5575
5576 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
5577
5578         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5579
5580 2002-03-25  Simon Josefsson  <jas@extundo.com>
5581
5582         * message.el (message-mode): Fix doc.
5583
5584 2002-03-25  Simon Josefsson  <jas@extundo.com>
5585
5586         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
5587         Matthieu Moy <Matthieu.Moy@imag.fr>.
5588
5589 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
5590
5591         * mml-sec.el (mml-unsecure-message): Add docstring.
5592
5593 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
5594
5595         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
5596         value.
5597         Trivial change from andre@slamdunknetworks.com
5598
5599 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
5600
5601         * mml.el (mml-mode-map): Added a keybinding for
5602         `mml-unsecure-message'.  Also, added a menu entry for said
5603         function in the Attachments menu.
5604
5605 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5606
5607         * canlock.el (canlock-version): Remove.
5608         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
5609         here; simplify \x insertions.
5610         (canlock-sha1): New function, always return a unibyte string.
5611         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
5612         of a password.
5613         (canlock-insert-header): Use `canlock-sha1'.
5614         (canlock-verify): Ditto.
5615
5616 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5617
5618         * message.el (message-fix-before-sending): Add an option that
5619         ignores illegible text.
5620         Trivial change from Mark Milhollan <mlm@attglobal.net>
5621
5622         * message.el (message-font-lock-keywords): Support multi-line MML
5623         tags.
5624
5625         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
5626         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
5627
5628 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5629
5630         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
5631         symbols for "View as different encoding" submenu.
5632
5633 2002-03-19  Simon Josefsson  <jas@extundo.com>
5634
5635         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
5636         encoding" submenu.
5637
5638 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5639
5640         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
5641
5642 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5643
5644         * gnus-sum.el (gnus-sum-thread-tree-root)
5645         (gnus-sum-thread-tree-single-indent)
5646         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
5647         (gnus-sum-thread-tree-leaf-with-other)
5648         (gnus-sum-thread-tree-single-leaf): Make customizable.
5649
5650 2002-03-16  Simon Josefsson  <jas@extundo.com>
5651
5652         * gnus-util.el (gnus-extract-address-components): Don't break on
5653         names such as James "Kibo" Parry.  From Francis Litterio
5654         <franl@world.std.com>.
5655
5656 2002-03-13  Simon Josefsson  <jas@extundo.com>
5657
5658         * pop3.el (pop3-open-server): Revert multibyte change.  From
5659         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5660
5661         * message.el (message-send-mail-with-qmail): Make it work.  From
5662         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5663
5664 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
5665
5666         * message.el (message-make-mft): Set case-fold-search while
5667         generating the MFT.  Also, a little cleanup in the MFT code.
5668
5669 2002-03-12  Simon Josefsson  <jas@extundo.com>
5670
5671         * message.el (message-qmail-inject-args): May be function.
5672         (message-send-mail-with-qmail): Call function if m-q-i-a is
5673         function.  From fn@hungry.org (Faried Nawaz).
5674
5675 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5676
5677         * message.el (message-abbrevs-loaded): Remove.
5678         (mailabbrev): Require it.
5679
5680         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
5681
5682 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5683
5684         * pop3.el (pop3-open-server): Set process buffer unibyte.
5685
5686 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5687
5688         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
5689
5690 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5691
5692         * nnslashdot.el (nnslashdot-request-article): Remove javascript
5693         too.
5694
5695 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5696
5697         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
5698         duplication.
5699         (gnus-summary-save-parts-type-history): Ditto.
5700         (gnus-summary-save-parts-last-directory): Ditto.
5701         Trivial change from andre@slamdunknetworks.com
5702
5703 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
5704
5705         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
5706
5707 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5708
5709         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
5710         -->" as the end of the first article.
5711
5712         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
5713         From Matthieu Moy <Matthieu.Moy@imag.fr>
5714
5715         * message.el (message-add-action): Use add-to-list.
5716         (message-delete-action): New function.
5717
5718         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
5719         pieces.
5720
5721 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
5722
5723         * nnnil.el: New file.
5724         * gnus.el (gnus-valid-select-methods): Include nnnil.
5725
5726 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5727
5728         * message.el (message-syntax-checks): Because canlock is
5729         supported, we disable sender syntax check.
5730         (message-shoot-gnksa-feet): Add cancel-messages option doc.
5731
5732         * gnus-draft.el (gnus-draft-send): If interactive, use its default
5733         value of message-syntax-checks.
5734
5735         * qp.el (quoted-printable-decode-region): Doc addition.
5736         From: Eli Zaretskii <eliz@is.elta.co.il>
5737
5738         * mail-source.el (make-source-make-complex-temp-name): Use
5739         make-temp-file.
5740
5741         * mm-util.el (mm-make-temp-file): New function.
5742         * nneething.el (nneething-file-name): Use it.
5743         * mml-smime.el (mml-smime-encrypt): Ditto.
5744         * mm-view.el (mm-inline-wash-with-file): Ditto.
5745         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
5746         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
5747         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
5748         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
5749         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
5750         * gnus-art.el (gnus-mime-print-part): Ditto.
5751
5752 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5753
5754         * message.el (nnmaildir-article-number-to-base-name): New
5755         function.
5756         (nnmaildir-base-name-to-article-number): New function.
5757
5758 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5759
5760         * smime.el (smime-make-temp-file): Don't quote
5761         `temporary-file-directory'.
5762
5763 2002-03-04  Simon Josefsson  <jas@extundo.com>
5764
5765         * smime.el (smime-sign-region): Rename argument keyfiles to
5766         keyfile. You only sign something with one key.
5767         (smime-sign-buffer): Better completing-read prompt.
5768         (smime-decrypt-buffer): Ditto.
5769
5770         * smime.el (smime-make-temp-file): Make it work under XEmacs.
5771
5772         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
5773         completing-read.
5774         (mm-view-pkcs7-decrypt): CRLF->LF.
5775
5776 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5777
5778         * message.el (message-hierarchical-addresses): New variable.
5779         (message-get-reply-headers): Use it.
5780         From Ted Zlatanov <teodor.zlatanov@divine.com>
5781
5782 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5783
5784         * message.el (message-mode): If buffer-file-name, don't set auto
5785         save file name.
5786         Trivial change from Geoff Greene <ggreene@wpi.edu>
5787
5788 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5789
5790         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
5791         takes one argument in read-char.
5792
5793         * message.el (message-fix-before-sending): Forward a char.
5794         Check mmu-multibyte-p, add control-1.
5795
5796 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5797
5798         * gnus-start.el (gnus-read-init-file): Ditto.
5799
5800         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
5801
5802         * dgnushack.el (dgnushack-make-load): Ditto.
5803
5804         * mail-source.el (mail-source-fetch): Extract the right error
5805         code.
5806
5807         * message.el (message-fix-before-sending): Check illegible text.
5808
5809         * gnus-util.el (gnus-multiple-choice): New function.
5810
5811         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
5812         also defined in gnus-score.el.
5813
5814 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
5815
5816         * message.el (message-get-reply-headers): downcase email addresses
5817         for comaparisons for duplicate removal.
5818
5819 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5820
5821         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
5822         implementation of PKCS#7, which just allows users read the
5823         message.
5824         (mm-view-pkcs7): Use it.
5825
5826 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5827
5828         * gnus.el (large-newsgroup-initial): New parameter.
5829
5830         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
5831         (gnus-summary-insert-old-articles): Ditto.
5832
5833 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5834
5835         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
5836         used as the default answer of the question, "How many articles?".
5837         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5838
5839         * nnagent.el (nnagent-retrieve-headers): Remove articles with
5840         small numbers.
5841
5842 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5843
5844         * deuglify.el: Fix comments.
5845
5846 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
5847
5848         * html2text.el (html2text-clean-anchor): If there is no HREF,
5849         insert nothing.
5850
5851         * mml.el (mml-generate-mime-1): Add cdr.
5852         From: andre@slamdunknetworks.com
5853
5854         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
5855         (mm-text-html-washer-alist): Ditto.
5856
5857         * mm-decode.el (mm-text-html-renderer): Add html2text.
5858
5859         * html2text.el: Face lift.
5860
5861         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
5862
5863 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
5864
5865         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
5866
5867         * deuglify.el: Change copy right. Add autoload. Add coding-system.
5868
5869         * deuglify.el: New file. The original file name is
5870         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
5871
5872         * mm-decode.el (mm-display-external): Use
5873         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
5874
5875 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
5876
5877         * nnmaildir.el (nnmaildir-request-list): Report the highest
5878         article number, not the total number of articles.
5879
5880 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5881
5882         * gnus-sum.el: Move uu key map here.
5883         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
5884
5885 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
5886
5887         * nnmaildir.el (nnmaildir-request-expire-articles): Use
5888         nnmail-expiry-wait* if expire-age parameter is not set.
5889
5890 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5891
5892         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
5893         function.
5894         (gnus-group-sort-selected-groups-by-real-name): New function.
5895         (gnus-group-make-menu-bar): Add sort by real name.
5896
5897         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
5898         rebuild.
5899         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
5900         nil as dependencies as well.
5901
5902 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5903
5904         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
5905         for mime-parts.
5906
5907         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
5908
5909         * gnus-group.el (gnus-group-name-decode): Don't test
5910         multibyte-string, because it breaks XEmacs.
5911         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
5912
5913         * message.el (message-send-mail): Be talkative.
5914
5915         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
5916         (mm-automatic-display): Ditto.
5917
5918         * mailcap.el (mailcap-mime-data): Ditto.
5919         From: Reiner Steib <4uce.02.r.steib@gmx.net>
5920
5921 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5922
5923         * many files: Remove trailing whitespaces, replace spc+tab with
5924         tab, replace leading whitespaces with tabs.
5925
5926 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
5927
5928         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
5929         articles with no body and no blank line after the header.
5930
5931 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5932
5933         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
5934         parts.
5935
5936         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
5937         non-ascii chars.
5938
5939         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
5940
5941         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
5942         w3-delay-image-loads.
5943         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
5944         (mm-w3-prepare-buffer): Ditto.
5945
5946         * mail-source.el (mail-source-fetch-directory): Run scripts.
5947
5948 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5949
5950         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
5951         for Majordomo confirmations.
5952
5953 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5954
5955         * gnus-fun.el (gnus-respond-to-confirmation): New command.
5956
5957 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5958
5959         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
5960
5961 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
5962
5963         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
5964         References header field.  From Mark Thomas <mthomas@cmu.edu>.
5965
5966 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5967
5968         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
5969         (mm-inline-render-with-stdin): Ditto.
5970         (mm-inline-render-with-function): Ditto.
5971         (mm-inline-wash-with-file): Bind coding-system-for-write.
5972         (mm-inline-wash-with-stdin): Ditto.
5973
5974 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5975
5976         Suggested by Felix Natter <fnatter@gmx.net>
5977
5978         * gnus-art.el (gnus-mime-view-part-externally): Rename from
5979         gnus-mime-externalize-view.
5980         (gnus-mime-view-part-internally): Rename from
5981         gnus-mime-internalize-view.
5982         (gnus-article-view-part-externally): Rename from
5983         gnus-article-externalize-part.
5984         (gnus-mime-action-alist): Change correspondingly.
5985         (gnus-mime-button-commands): Ditto.
5986         (gnus-mime-action-alist): Remove duplication.
5987
5988         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
5989
5990 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5991
5992         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
5993
5994         * gnus-art.el (gnus-display-mime): Use it.
5995
5996         * mm-partial.el (mm-partial-find-parts): Use it.
5997
5998         * gnus-sum.el (gnus-article-loose-mime): Rename from
5999         gnus-article-no-strict-mime.
6000         (gnus-summary-save-parts): Use it.
6001
6002 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6003
6004         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
6005         local variable.
6006
6007         * gnus-art.el (article-display-x-face): Don't sort multiple
6008         X-Faces.
6009
6010 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6011
6012         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
6013         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
6014
6015         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
6016
6017 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6018
6019         Some ideas is inspired by code from Hrvoje Niksic
6020         <hniksic@arsdigita.com>
6021
6022         * gnus-art.el (gnus-article-wash-function): Set the default to
6023         nil, so that we use mm-text-html-renderer instead.
6024         (article-wash-html): Use mm-text-html-renderer.
6025
6026         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
6027         (mm-text-html-renderer): New variable.
6028         (mm-inline-text-html-renderer): Set the default to nil, so that we
6029         use mm-text-html-renderer instead.
6030
6031         * mm-view.el (mm-inline-text-html): New function.
6032         (mm-text-html-renderer-alist): New variable.
6033         (mm-inline-text-vcard): New function.
6034         (mm-inline-text): Split.
6035         (mm-links-remove-leading-blank): New function.
6036         (mm-inline-render-with-file): New function.
6037         (mm-inline-render-with-stdin): New function.
6038         (mm-inline-render-with-function): New function.
6039         (mm-text-html-washer-alist): New variable.
6040         (mm-inline-wash-with-file): New function.
6041         (mm-inline-wash-with-stdin): New function.
6042
6043 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6044
6045         * message-utils.el: Fix installation doc.
6046         From: Reiner Steib <4uce.02.r.steib@gmx.net>
6047
6048 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
6049
6050         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
6051         (gnus-post-method): Use it.
6052         (gnus-summary-cancel-article): Find the correct post-method.
6053
6054         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
6055         * message.el (message-send-news): Ditto.
6056         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
6057         <ipmonger@delamancha.org>
6058
6059         * gnus.el (gnus-select-method): Fix doc.
6060         (gnus-server-string): Use 'using nntp'.
6061
6062         * gnus-agent.el (gnus-slave-unplugged): New command.
6063         From: Felix Natter <fnatter@gmx.net>
6064
6065 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6066
6067         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
6068         Call edit-done-function first, then change the window
6069         configuration.
6070         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
6071         (gnus-article-edit-mode): mml-mode.
6072
6073         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
6074         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
6075
6076         * message-utils.el: Adopt the file.
6077
6078         * message-utils.el: New file.
6079         From Holger Schauer <Holger.Schauer@gmx.de>
6080
6081 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6082
6083         * gnus-sum.el (gnus-summary-move-article): Select-article only
6084         when gnus-move-split-methods is non-nil. And we don't render or
6085         mark the article.
6086
6087         * gnus-fun.el (gnus-shell-command-to-string): New function.
6088         (gnus-shell-command-on-region): New function.
6089         (gnus-random-x-face): Use them.
6090         (gnus-x-face-from-file): Ditto.
6091         (gnus-convert-image-to-gray-x-face): Ditto.
6092         (gnus-convert-gray-x-face-to-xpm): Ditto.
6093         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
6094
6095 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6096
6097         * gnus-art.el (gnus-treat-display-xface): Don't use
6098         `shell-command-to-string' when compiling.
6099         (gnus-treat-display-grey-xface): Ditto.
6100
6101 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
6102
6103         * nnmaildir.el (nnmaildir--article-count): If the group is
6104         completely empty, report minimum article number as 1 instead of 0.
6105
6106 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
6107
6108         * gnus-agent.el (gnus-get-predicate): Use nconc.
6109
6110         * gnus-sum.el (gnus-summary-display-make-predicate): Use
6111         gnus-summary-display-cache as cache.
6112
6113         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
6114         (nndoc-mail-in-mail-type-p): New function.
6115         (nndoc-mail-in-mail-article-begin): New function.
6116
6117 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6118
6119         * mailcap.el (mailcap-mime-data): Use enriched-decode.
6120
6121         * gnus-cite.el (gnus-article-fill-cited-article): Bind
6122         use-hard-newlines to nil.
6123
6124         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
6125         image is not available if window-system is not available.
6126
6127         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
6128
6129 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6130
6131         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
6132         bookmark, because update-mark doesn't handle it correctly.
6133
6134 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6135
6136         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
6137         directly instead of calling message-send-mail.
6138
6139         * gnus-start.el (gnus-read-descriptions-file): Use
6140         gnus-default-charset.
6141
6142         * mm-util.el (mm-guess-mime-charset): New function.
6143
6144         * gnus.el (gnus-default-charset): Use it.
6145         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
6146         the default.
6147
6148 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6149
6150         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
6151         (article-display-x-face): Use it.  Disable grey xface, if
6152         uncompface is not found.
6153
6154         * message.el (message-mode): Don't enable multibyte on an indirect
6155         buffer.
6156
6157         * nnrss.el (nnrss-content-function): New variable.
6158         (nnrss-request-article): Use it.
6159
6160 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6161
6162         * gnus.el: Add article-unsplit-urls.
6163         * gnus-sum.el: Ditto.
6164         * gnus-art.el (gnus-treat-strip-cr): New variable.
6165         (gnus-treatment-function-alist): Use it.
6166         (article-unsplit-urls): New function.
6167         (gnus-article-make-menu-bar): Use it.
6168         From: Michael Cook <michael.cook@cisco.com>
6169
6170 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6171
6172         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
6173         copy.
6174
6175 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
6176
6177         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
6178         with internal whitespace.
6179         (gnus-parent-id): Ditto.
6180
6181 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6182
6183         * gnus-art.el (gnus-article-treat-body-boundary): Add
6184         gnus-decoration property.
6185         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
6186
6187         * message.el (message-mode): Set local-abbrev-table.
6188         From Matt Armstrong <matt@lickey.com>.
6189
6190         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
6191         too many spaces.
6192
6193         * rfc2047.el (rfc2047-unfold-region): Ditto.
6194         (rfc2047-decode-region): Don't unfold. Let
6195         gnus-article-treat-unfold-headers do it.
6196
6197         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
6198         From: Jesper Harder <harder@ifa.au.dk>
6199
6200 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6201
6202         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
6203         (gnus-configure-posting-styles): Use it.
6204         (gnus-configure-posting-styles): Remove trailing newspaces.
6205
6206 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6207
6208         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
6209         is non-nil.
6210
6211         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
6212
6213         * gnus.el (gnus-server-to-method): Switch position with
6214         gnus-server-get-method.
6215         (gnus-agent): Add doc.
6216
6217         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
6218         (gnus-summary-save-parts): Use it.
6219
6220         * gnus-art.el (gnus-display-mime): Use it.
6221         * mm-partial.el (mm-partial-find-parts): Use it.
6222
6223         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
6224
6225         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
6226         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
6227
6228         * nnagent.el (nnagent-request-expire-articles): Don't delete
6229         files.
6230
6231 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6232
6233         * message.el (message-gen-unsubscribed-mft): New function.
6234         From Sriram Karra <karra@cs.utah.edu>.
6235
6236         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
6237         open parenthesis.
6238
6239         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
6240         (mm-inline-text-html-render-with-w3): Ditto.
6241         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
6242         Suggested by Dave Love  <d.love@dl.ac.uk>.
6243
6244         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
6245
6246         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
6247         * nntp.el (nntp-send-command): Ditto.
6248         * nntp.el (nntp-send-command-nodelete): Ditto.
6249
6250 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6251
6252         * mm-url.el (mm-url-load-url): New function.
6253         (mm-url-insert-file-contents): Use it.
6254
6255         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
6256
6257         * message.el (message-forward-make-body): Correctly copy
6258         forward-buffer.
6259
6260         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
6261
6262 2002-02-04  Simon Josefsson  <jas@extundo.com>
6263
6264         * gnus-art.el (gnus-article-followup-with-original): Mark with
6265         force, prevent errors when following up from article buffer.
6266         (gnus-article-reply-with-original): Ditto.
6267
6268         * binhex.el (binhex-decoder-switches): Fix doc.  From
6269         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6270
6271 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6272
6273         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
6274         highlight-citation after emphasize.
6275
6276 2002-02-04  Simon Josefsson  <jas@extundo.com>
6277
6278         * nnfolder.el (nnfolder-open-marks):
6279
6280         * nnml.el (nnml-open-marks): Message when done.  From David
6281         Edmondson <dme@sun.com>.
6282
6283 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6284
6285         * imap.el (imap-anonymous-auth): Fix typo.
6286         From: Steinar Bang <sb@dod.no>
6287
6288         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
6289         save-excursion.
6290         (gnus-cache-braid-heads): Ditto.
6291
6292         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
6293         line, because there are extra articles in the overview buffer.
6294
6295         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
6296
6297         * message.el (message-forward-rmail-make-body): Directly use
6298         rmail-msg-restore-non-pruned-header to avoid calling
6299         vertical-motion.
6300
6301 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6302
6303         * gnus-cache.el (gnus-summary-insert-cached-articles):
6304         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
6305
6306         * gnus-group.el (gnus-group-mark-article-read): Nreverse
6307         gnus-newsgroups-unselected.
6308
6309         * gnus-agent.el (gnus-summary-set-agent-mark): Use
6310         gnus-add-to-sorted-list.
6311
6312         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
6313         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
6314         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
6315         (gnus-update-read-articles): UNREAD is sorted.
6316         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
6317         (gnus-newsgroup-marked, gnus-newsgroup-cached)
6318         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
6319         (gnus-newsgroup-dormant): Require sorted.
6320
6321         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
6322         directories.
6323         (gnus-dired-print): New function.
6324
6325         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
6326         ps-despool.
6327
6328 2002-02-02  Simon Josefsson  <jas@extundo.com>
6329
6330         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
6331
6332 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6333
6334         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
6335         t. This makes gnus-agent customizable without putting
6336         gnus-agentize into .gnus.
6337
6338         * gnus.el (gnus-agent): Make it customizable.
6339
6340         * gnus-dired.el: New file.
6341         From Benjamin Rutt <brutt@bloomington.in.us>
6342
6343         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
6344         if no article.
6345         (gnus-cache-possibly-remove-article): Ditto.
6346         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
6347
6348 2002-02-01  Simon Josefsson  <jas@extundo.com>
6349
6350         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
6351
6352 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6353
6354         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
6355         (mm-setup-w3m): Don't bind keys listed in the above.
6356
6357 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
6360         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
6361         is non-nil; bind `w3m-force-redisplay' with nil.
6362
6363         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6364
6365         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
6366
6367 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6368
6369         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
6370         use mail-header-unfold-field.
6371
6372         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
6373         gnus-summary-limit.
6374
6375         * gnus-range.el (gnus-add-to-sorted-list): New function.
6376         * gnus-sum.el (gnus-mark-article-as-read): Use it.
6377         (gnus-mark-article-as-unread): Ditto.
6378         (gnus-summary-mark-article-as-unread): Ditto.
6379         (gnus-build-get-header): Ditto.
6380         (gnus-summary-prepare-threads): Ditto.
6381         (gnus-summary-insert-pseudos): Ditto.
6382         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
6383         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
6384         (gnus-summary-insert-old-articles): Ditto.
6385
6386         * gnus-msg.el (gnus-posting-styles): Add new format of header.
6387         (gnus-configure-posting-styles): Support the new format.
6388
6389         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
6390         edebug-form-spec to (sexp body).
6391         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
6392
6393         * message.el (message-reply-headers): Add doc.
6394
6395 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6396
6397         * gnus-group.el (gnus-group-delete-group): Nix the entry in
6398         gnus-cache-active-hashtb.
6399
6400         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
6401         (gnus-agent-summary-fetch-group): Use it.
6402
6403         * gnus-msg.el (gnus-debug-files): New variable.
6404         (gnus-debug-exclude-variables): New variable.
6405         (gnus-debug): Use them.
6406
6407         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
6408
6409 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6410
6411         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
6412         (message-mode-syntax-table): Move back the previous position.
6413
6414         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
6415
6416         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6417         gnus-sorted-difference.
6418
6419         * nnsoup.el (nnsoup-request-expire-articles): Use
6420         gnus-sorted-difference.
6421
6422         * nnheader.el: Autoload gnus-sorted-difference.
6423
6424         * nnfolder.el (nnfolder-request-expire-articles): Use
6425         gnus-sorted-difference.
6426
6427         * gnus-cache.el (gnus-cache-retrieve-headers): Use
6428         gnus-sorted-difference.
6429
6430         * gnus-range.el: Autoload cookies.
6431         (gnus-sorted-difference): New function.
6432         (gnus-sorted-ndifference): New function.
6433         (gnus-sorted-nintersection): Rename from
6434         gnus-set-sorted-intersection.
6435         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
6436         (gnus-list-range-difference): Rename from
6437         gnus-inverse-list-range-intersection.
6438         (gnus-inverse-list-range-intersection): Use defalias.
6439
6440         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
6441         gnus-sorted-ndifference, and gnus-sorted-nintersection.
6442         (gnus-articles-to-read): Use gnus-sorted-difference.
6443         (gnus-summary-limit-mark-excluded-as-read): Use
6444         gnus-sorted-intersection and gnus-sorted-ndifference.
6445         (gnus-list-of-read-articles): Use gnus-list-range-difference.
6446         (gnus-summary-insert-articles): Use gnus-sorted-difference.
6447
6448         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
6449
6450 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6451
6452         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
6453         property to the buffer for using emacs-w3m command keys.
6454
6455         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
6456         option.
6457
6458         * mm-view.el (mm-w3m-mode-map): New variable.
6459         (mm-w3m-mode-command-alist): New variable.
6460         (mm-w3m-minor-mode): Removed.
6461         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
6462         (mm-inline-text-html-render-with-w3m): Add keymap property to the
6463         buffer for using emacs-w3m command keys.
6464
6465 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6466
6467         * message.el (message-mode-syntax-table): Move forward.
6468         (message-cite-prefix-regexp): Auto detect non word constituents.
6469         (message-cite-prefix-regexp): Don't use with-syntax-table.
6470
6471         * gnus-sum.el (gnus-summary-update-info): Use
6472         gnus-list-range-intersection.
6473
6474         * gnus-agent.el (gnus-agent-fetch-headers): Use
6475         gnus-list-range-intersection.
6476
6477         * gnus-range.el (gnus-range-normalize): Use correct predicate.
6478         (gnus-list-range-intersection): Use it.
6479         (gnus-inverse-list-range-intersection): Ditto.
6480         (gnus-sorted-intersection): Add doc.
6481         (gnus-set-sorted-intersection): Add doc.
6482         (gnus-sorted-union): New function.
6483         (gnus-set-sorted-union): New function.
6484
6485         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
6486         (gnus-inverse-list-range-intersection): Ditto.
6487
6488 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
6489
6490         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
6491
6492         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
6493         and permit `:' and `\' in order to handle full Windows pathnames.
6494         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
6495         technically not correct per standard, but seems to have common use.
6496
6497 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6498
6499         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
6500         replacing numbers.
6501
6502 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
6503
6504         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
6505
6506         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
6507         Don't split when the window is small, e.g. when a small *BBDB*
6508         window is the lowest one.
6509
6510         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6511         nnheader-find-nov-line to speed up. Use nreverse, because it is
6512         sorted. Use nnheader-insert-nov-file.
6513
6514 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6515
6516         * mm-decode.el (mm-inline-text-html-with-images): New user option.
6517
6518         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
6519         of `w3m-display-inline-images' with the value of
6520         `mm-inline-text-html-with-images'.
6521         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
6522
6523         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6524
6525 2002-01-27  Richard M. Stallman  <rms@gnu.org>
6526
6527         * time-date.el: Add autoload cookies.  Many doc fixes.
6528         (time-add): New function.
6529         (time-subtract): Renamed from subtract-time.
6530         (subtract-time): New alias for time-subtract.
6531
6532 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
6535         emacs-w3m in doc-string.
6536
6537         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
6538         `w3m-current-buffer'.
6539
6540 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6541
6542         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
6543
6544         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
6545         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
6546         (mm-w3m-cid-retrieve): New function.
6547         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
6548
6549 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6550
6551         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
6552
6553 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6554
6555         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
6556
6557 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6558
6559         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
6560         32K.
6561
6562         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
6563
6564         * nnmail.el (nnmail-article-group): Decode headers before running
6565         split rules over them.
6566         (nnmail-mail-splitting-charset): New variable.
6567
6568         * smiley.el: Replaced with smiley-ems.el.
6569
6570 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6571
6572         * mm-url.el (mm-url-predefined-programs): Add w3m.
6573         (mm-url-program): Ditto.
6574
6575 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6576
6577         * nnml.el (nnml-use-compressed-files): New variable.
6578         (nnml-filenames-are-evil): Removed.
6579         (nnml-current-group-article-to-file-alist): Don't use.
6580         (nnml-update-file-alist): Inhibit.
6581         (nnml-article-to-file): Use new var.
6582
6583 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6584
6585         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
6586
6587         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
6588
6589 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6590
6591         * gnus-agent.el (gnus-agent-load-alist): Use new caching
6592         function.
6593
6594         * gnus-util.el (gnus-cache-file-contents): New function.
6595
6596         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
6597         (gnus-agent-load-alist): Use it.
6598
6599         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
6600
6601         * nnheader.el (nnheader-insert-nov-file): New function.
6602
6603         * gnus-util.el (gnus-parse-without-error): Correct the loop.
6604
6605         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
6606         there are no references.
6607         (gnus-extract-message-id-from-in-reply-to): New function.
6608         (gnus-nov-parse-line): Use in-reply-to if there are no
6609         references.
6610
6611 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6612
6613         * nnagent.el (nnagent-retrieve-headers): Use new macro.
6614
6615         * gnus-util.el (gnus-parse-without-error): New macro.
6616
6617 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
6618
6619         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
6620         (gnus-article-wash-function): use locate-library to decide which
6621         to use.
6622
6623 2002-01-25  Simon Josefsson  <jas@extundo.com>
6624
6625         * pop3.el (pop3-munge-message-separator): Work if no date.
6626         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
6627
6628 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6629
6630         * gnus-agent.el (gnus-agent-save-alist): Fix.
6631
6632         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
6633         mistake.  Reinstated lost code.
6634
6635 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
6636
6637         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
6638         one exists in the case of an encrypted message with an internal
6639         signature.
6640
6641 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6642
6643         * gnus-agent.el (gnus-agent-save-alist): Optimized.
6644
6645 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6646
6647         * dgnushack.el: Commented out the experimental code.
6648
6649 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6650
6651         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
6652         error.
6653
6654         * gnus.el (gnus-server-to-method): Made into subst.
6655         (gnus-server-method-cache): New variable.
6656         (gnus-server-to-method): Use it.
6657         (gnus-group-method-cache): New variable.
6658         (gnus-find-method-for-group-1): Renamed.
6659         (gnus-find-method-for-group): New function.
6660         (gnus-group-method-cache): Removed.
6661
6662         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
6663         function.
6664
6665         * gnus-range.el (gnus-members-of-range): New function.
6666         (gnus-list-range-intersection): Renamed.
6667         (gnus-inverse-list-range-intersection): New function.
6668
6669         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
6670
6671         * nnagent.el (nnagent-retrieve-headers): New implementation.
6672
6673         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
6674         implementation.
6675
6676 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6677
6678         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
6679         `w3m-meta-content-type-charset-regexp'.
6680
6681         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
6682         charset-encoded html contents.
6683
6684 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6685
6686         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
6687         an empty file.
6688
6689         * nnweb.el (url): Ignore errors when request url.
6690
6691         * nnrss.el: Clean up the comments.
6692
6693 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
6696
6697         * mm-decode.el (mm-inline-text-html-renderer): New user option.
6698         (mm-inline-media-tests): Test whether the value of
6699         `mm-inline-text-html-renderer' is a function for text/html.
6700
6701         * mm-view.el (mm-inline-text-html-render-with-w3): New function
6702         separated from `mm-inline-text'.
6703         (mm-w3m-minor-mode): New variable.
6704         (mm-w3m-setup): New variable.
6705         (mm-setup-w3m): New function.
6706         (mm-inline-text-html-render-with-w3m): New function.
6707         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
6708         text/html.
6709
6710 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
6711
6712         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
6713
6714 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
6717         and `gnus-xmas-completing-read'.
6718
6719 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6720
6721         * nneething.el (nneething-message-id-number): Abolished.
6722         (nneething-encode-file-name): Not encode numerical characters.
6723         (nneething-make-head): `nneething-message-id-number' is not
6724         used to generate message IDs.
6725
6726 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6727
6728         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
6729         characters.
6730
6731 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6732
6733         * gnus-xmas.el (gnus-xmas-completing-read): New function.
6734         (gnus-xmas-redefine): Redefine conditionally.
6735
6736 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6737
6738         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
6739         tag.
6740
6741 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6742
6743         * message.el (message-font-lock-keywords): Added the secure tag.
6744         * mml-sec.el: Added functions to generate/modify/remove the secure
6745         tag while in message mode.
6746         * mml-sec.el (mml-secure-message): New.
6747         * mml-sec.el (mml-unsecure-message): New.
6748         * mml-sec.el (mml-secure-message-sign-smime): New.
6749         * mml-sec.el (mml-secure-message-sign-pgp): New.
6750         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
6751         * mml-sec.el (mml-secure-message-encrypt-smime): New.
6752         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
6753         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
6754         * mml.el (mml-parse-1): Added code to recognise the secure tag and
6755         convert it to either a part or multipart depending on if there are
6756         other parts in the message.
6757         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
6758         to use the secure tag, rather than the part tag.
6759         * mml.el (mml-preview): Added a save-excursion to keep cursor
6760         position after doing an MML preview.
6761
6762 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6763
6764         * nnheader.el (nnheader-parse-overview-file): New function.
6765         (nnheader-write-overview-file): New function.
6766
6767 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6768
6769         * gnus.el (gnus-group-fast-parameter): Check better if expansion
6770         in wanted.
6771
6772         * nnweb.el (nnweb-type-definition): Clean up.
6773
6774 2002-01-21  Alastair Burt  <burt@dfki.de>
6775         Trivial patch.
6776
6777         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
6778         buffer exists before jumping to it.
6779
6780 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6781
6782         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
6783         function.
6784         (article-wash-html): Use it.
6785         (gnus-article-wash-function): New variable.
6786         (gnus-article-wash-html-with-w3m): New function.
6787
6788 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6789
6790         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
6791         XEmacs.
6792
6793 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
6794
6795         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
6796         command line.
6797
6798 2002-01-21  Simon Josefsson  <jas@extundo.com>
6799
6800         * canlock.el (base64-encode-string): Autoload it from base64.
6801         (canlock-make-cancel-key): Base64 encode unibyte string.
6802
6803 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6804
6805         * nnfolder.el (nnfolder-request-accept-article): Unfold
6806         x-from-line.
6807         (nnfolder-request-replace-article): Ditto.
6808
6809 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
6810
6811         * gnus-group.el (gnus-group-best-unread-group): Use the right
6812         positioning function.
6813
6814 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6815
6816         * smiley-ems.el (smiley-region): Use new function.
6817         (smiley-update-cache): Use general image functions.
6818         (smiley-region): Use general functions.
6819
6820         * gnus-util.el (gnus-graphic-display-p): New function.
6821
6822         * nnmail.el (nnmail-article-group): Allow outputting traces of
6823         non-strings.
6824
6825         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
6826         (nndoc-exim-bounce-type-p): New function.
6827
6828         * message.el (message-dont-send): Doc fix.
6829
6830         * gnus-util.el (gnus-completing-read): Remove
6831         inherit-input-method.
6832
6833         * gnus-art.el (gnus-treat-smiley): Doc fix.
6834
6835         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
6836         articles.
6837
6838 2002-01-19  Simon Josefsson  <jas@extundo.com>
6839
6840         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
6841         (imap-kerberos4-open): Ditto.
6842         (imap-open): Set port correctly, don't set auth.
6843
6844 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6845
6846         * gnus.el (gnus-version-number): Bump version number.
6847
6848 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6849
6850         * gnus.el: Oort Gnus v0.05 is released.
6851
6852 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6853
6854         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
6855         exists.
6856
6857         * gnus-spec.el (gnus-string-width-function): New function.
6858         (gnus-tilde-cut-form): Use it.
6859         (gnus-tilde-max-form): Ditto.
6860         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
6861         (gnus-substring-function): Use it.
6862         (gnus-tilde-cut-form): Ditto.
6863         (gnus-substring-function): New function.
6864
6865         * message.el (message-check-news-header-syntax): New message.
6866
6867         * gnus.el (gnus-slave-no-server): Doc fix.
6868
6869         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
6870
6871 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6872
6873         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
6874         `seen' if it looks like (seen NUM1 . NUM2).  It should be
6875         (seen (NUM1 . NUM2)).
6876
6877 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6878
6879         * gnus-topic.el (gnus-topic-catchup-articles): Update article
6880         number in closed topics.
6881
6882 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
6883
6884         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
6885         functions.
6886
6887 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6888
6889         * gnus.el (gnus-group-find-parameter): Clean up.
6890
6891         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
6892         articles.
6893
6894         * gnus-util.el (gnus-completing-read-with-default): Renamed.
6895
6896         * nnmail.el (nnmail-article-group): Clean up.
6897
6898 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
6899
6900         * gnus-agent.el (gnus-category-name): Intern the category name.
6901
6902 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6903
6904         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
6905
6906         * gnus-util.el (gnus-completing-read): New function.
6907
6908 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6909
6910         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
6911
6912         * smiley-ems.el (smiley-region): Register smiley.
6913         (smiley-toggle-buffer): Rewrite the function.
6914         (smiley-active): Removed.
6915
6916 2002-01-19  Simon Josefsson  <jas@extundo.com>
6917
6918         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
6919         Jesper Harder <harder@ifa.au.dk>.
6920
6921 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6922
6923         * gnus-art.el (gnus-request-article-this-buffer): Call
6924         `nneething-get-file-name' to extract the file name from the
6925         message id.
6926
6927         * nneething.el (nneething-encode-file-name): New function.
6928         (nneething-decode-file-name): Ditto.
6929         (nneething-get-file-name): Ditto.
6930         (nneething-make-head): Encode the file name and encapsulate it
6931         into the field of the message id.
6932
6933 2002-01-18  Simon Josefsson  <jas@extundo.com>
6934
6935         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
6936         stored in .marks.
6937
6938         * nnfolder.el (nnfolder-request-update-info): Ditto.
6939
6940 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6941
6942         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
6943
6944 2002-01-18  Simon Josefsson  <jas@extundo.com>
6945
6946         * imap.el (imap-starttls-p): Don't check for binary.
6947         (imap-gssapi-auth-p): Ditto.
6948         (imap-kerberos4-auth-p): Ditto.
6949         (imap-open): Change logic.  Iterate through all possible streams,
6950         instead of bailing out after first failure.  Move authenticator
6951         decision to `imap-authenticate'.
6952         (imap-authenticate): Change logic, now finds the authenticator to
6953         use, was previously in `imap-open'.
6954         (imap-open): Return nil on failure.
6955         (imap-open): Setup temp buffer correctly.
6956         (imap-open): Return buffer only on success.
6957         (imap-interactive-login, imap-interactive-login): Tell the user
6958         which stream/authenticator is used for the queried
6959         username/password.
6960         (imap-open, imap-authenticate): Set variables.
6961         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
6962         (imap-open): Don't assume how `with-temp-buffer' is implemented.
6963
6964 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6965
6966         * gnus-fun.el (gnus-grab-cam-x-face): New function.
6967
6968 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6969
6970         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
6971
6972 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6973
6974         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
6975         (gnus-agent-group-mode-map): Bind it to "Jo".
6976         (gnus-agent-group-make-menu-bar): Add it into menu bar.
6977
6978 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
6979
6980         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
6981         (gnus-summary-mail-toolbar): Add mail article deletion button.
6982
6983         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
6984         false positives for lines of "^^^^".
6985
6986         * gnus-picon.el (gnus-picon-find-face): faces database is all
6987         lowercase.
6988
6989 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6990
6991         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
6992         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
6993         duplications.
6994         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
6995
6996 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6997
6998         * gnus-sum.el (gnus-summary-initial-limit): Inline
6999         gnus-summary-limit-children.
7000         (gnus-summary-initial-limit): Don't limit if
7001         gnus-newsgroup-display is nil.
7002         (gnus-summary-initial-limit): No, don't.
7003
7004         * gnus-util.el
7005         (gnus-put-text-property-excluding-characters-with-faces): Inline
7006         gnus-put-text-property.
7007
7008         * gnus-spec.el (gnus-default-format-specs): New variable.
7009
7010         * gnus-start.el (gnus-read-newsrc-file): Don't clear
7011         gnus-format-specs.
7012         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
7013
7014         * gnus-spec.el (gnus-update-format-specifications): Really check
7015         the Gnus version of the .newsrc.eld file.
7016         (gnus-format-specs): Save the new default summary format.
7017
7018         * gnus-util.el (gnus-parent-id): Check whether references is empty
7019         before splitting.
7020
7021         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
7022         functions.
7023         (gnus-gather-threads-by-references): Inline
7024         `gnus-split-references'.
7025
7026         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
7027         default value of gnus-summary-line-format-spec.
7028
7029 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7030
7031         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
7032         message.
7033         (nnslashdot-request-list): Ditto.
7034         (nnslashdot-sid-strip): Removed.
7035
7036 2002-01-15  Simon Josefsson  <jas@extundo.com>
7037
7038         * nnimap.el (nnimap-close-asynchronous): Enable.
7039         (nnimap-close-group): Expunge.
7040
7041 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7042
7043         * gnus-util.el (gnus-user-date-format-alist): Typo.
7044         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
7045
7046 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7047
7048         * nneething.el (nneething-request-article): Set
7049         `nnmail-file-coding-system' to `binary' locally, in order to read
7050         files without any conversion.
7051
7052 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7053
7054         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7055         nnheader-file-coding-system and nnmail-active-file-coding-system.
7056         (gnus-agent-regenerate-group): Ditto.
7057         (gnus-agent-regenerate): Ditto.
7058         (gnus-agent-write-active): Ditto.
7059         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
7060
7061 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7062
7063         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
7064         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
7065
7066 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7067
7068         * gnus.el: We don't need gnus-article-show-all-headers.
7069
7070         * gnus-art.el (article-show-all, gnus-article-show-all-header):
7071         Ditto.
7072
7073         * gnus-sum.el (gnus-summary-select-article): Don't call
7074         show-all-headers, because hidden headers are not hidden text any
7075         more.
7076
7077 2002-01-13  Simon Josefsson  <jas@extundo.com>
7078
7079         * message.el (message-newline-and-reformat): Use `newline' instead
7080         of inserting \n, so that the newline is marked as hard.
7081
7082         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
7083         From Jesper Harder <harder@ifa.au.dk>.
7084
7085 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7086
7087         * imap.el (imap-close): Keep going if quit.
7088
7089         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
7090         nntp-server-buffer.
7091
7092 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7093
7094         * mm-view.el (mm-display-inline-fontify): Require font-lock to
7095         avoid unbinding shadowed variables.
7096
7097         * gnus-art.el (gnus-picon-databases): Moved here.
7098         (gnus-picons-installed-p): Moved here.
7099         (gnus-article-reply-with-original): Use `mark'.
7100
7101         * gnus.el (gnus-picon): Moved here and renamed.
7102
7103         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
7104         installed.
7105         (gnus-treat-mail-picon): Ditto.
7106         (gnus-treat-newsgroups-picon): Ditto.
7107
7108         * gnus-picon.el (gnus-picons-installed-p): New function.
7109
7110 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7111
7112         * gnus-agent.el (gnus-agent-go-online): Fix doc.
7113
7114 2002-01-12  Simon Josefsson  <jas@extundo.com>
7115
7116         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
7117         (nnimap-before-find-minmax-bugworkaround): Use it.
7118         (nnimap-find-minmax-uid): Don't reselect current mailbox.
7119         (nnimap-dont-close): New variable.
7120         (nnimap-close-group): Use it.
7121
7122 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7123
7124         * gnus-art.el (gnus-article-reply-with-original): Use
7125         `mark-active'.
7126
7127         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
7128
7129         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
7130         (gnus-score-advanced): Clean up.
7131         (gnus-score-advanced): Accept a multiple of the score.
7132
7133 2002-01-12  Simon Josefsson  <jas@extundo.com>
7134
7135         * flow-fill.el (fill-flowed-display-column)
7136         (fill-flowed-encode-columnq): New variables.  Suggested by
7137         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
7138         (fill-flowed-encode, fill-flowed): Use them.
7139
7140         * message.el (message-send-news, message-send-mail): Use
7141         m-b-s-n-p-e-h-n.
7142
7143         * mml.el (autoload): Autoload fill-flowed-encode.
7144         (mml-buffer-substring-no-properties-except-hard-newlines): New
7145         function.
7146         (mml-read-part): Use it.
7147         (mml-generate-mime-1): Encode format=flowed if appropriate.
7148         (mml-insert-mime-headers): Insert format=flowed.
7149
7150         * flow-fill.el (fill-flowed-encode): New function.
7151         (fill-flowed): Bind fill-column to window width.
7152
7153 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7154
7155         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
7156         it exists.
7157         (gnus-summary-setup-buffer): Wake up dead summary buffers.
7158         (gnus-summary-buffer-name): Don't return the dead name after all.
7159         (gnus-summary-setup-buffer): Kill the dead buffer.
7160
7161         * gnus-art.el (gnus-article-followup-with-original): Store the
7162         value of the mark before deactivating it.
7163
7164 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7165
7166         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
7167         From: Karl Kleinpaste <karl@charcoal.com>
7168
7169         * gnus-art.el (article-display-x-face): Ditto.
7170         (gnus-article-reply-with-original): Use gnus-region-active-p.
7171         (gnus-article-followup-with-original): Ditto.
7172
7173         * gnus-sum.el (gnus-summary-read-group-1): Don't select
7174         downloadable article either.
7175
7176 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7177
7178         * gnus-art.el (article-display-x-face): Insert From:.
7179
7180         * gnus-sum.el (gnus-summary-move-article): Don't draw the
7181         article. Bind gnus-display-mime-function and
7182         gnus-article-prepare-hook.
7183
7184         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
7185         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
7186         gnus-agent-possibly-synchronize-flags to the last.
7187         (gnus-agent-go-online): New function. New variable.
7188
7189 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7190
7191         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
7192         (gnus-agent-regenerate): Ditto.
7193
7194 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7195
7196         * message.el (message-ignored-news-headers)
7197         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
7198         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
7199
7200         * gnus.el (gnus-gethash-safe): New macro.
7201
7202         * gnus-agent.el (gnus-agent-regenerate-history): New function.
7203         (gnus-agent-regenerate): Show messages.
7204
7205 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7206
7207         * gnus-agent.el (gnus-agent-regenerate-group): New function.
7208         (gnus-agent-regenerate): New function.
7209         (gnus-agent-save-alist): Sort.
7210         (gnus-agent-copy-nov-line): Test eobp.
7211         (gnus-agent-retrieve-headers): Erase buffer.
7212
7213 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7214
7215         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
7216         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
7217
7218         * gnus.el (gnus-agent-covered-methods): Move here.
7219         (gnus-online): New function.
7220         (gnus-agent-method-p): Move here.
7221
7222         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
7223         nil. Remove articles-alist.
7224
7225         * gnus-start.el (gnus-get-unread-articles): Check online.
7226         (gnus-groups-to-gnus-format): Ditto.
7227         (gnus-active-to-gnus-format): Ditto.
7228
7229         * gnus-agent.el (gnus-agent-get-function): Use it.
7230         (gnus-agent-get-undownloaded-list): Ditto.
7231         (gnus-agent-fetch-session): Only fetch online methods.
7232
7233         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
7234         (gnus-server-mode-map): Ditto.
7235         (gnus-server-offline-face): New face.
7236         (gnus-server-offline-face): New variable.
7237         (gnus-server-font-lock-keywords): Add offline.
7238         (gnus-server-insert-server-line): Ditto.
7239         (gnus-server-offline-server): New function.
7240
7241         * gnus-int.el (gnus-open-server): Turn to offline.
7242         (gnus-server-unopen-status): New variable.
7243
7244 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7245
7246         * nnkiboze.el (nnkiboze-request-article): Use
7247         gnus-agent-request-article.
7248
7249         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
7250         function. Insert undownloaded NOV.
7251
7252         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
7253         (gnus-agent-request-article): New function.
7254
7255         * gnus.el (gnus-agent-cache): New variable.
7256
7257         * gnus-int.el (gnus-retrieve-headers): Use
7258         gnus-agent-retrieve-headers.
7259         (gnus-request-head): Use gnus-agent-request-article.
7260         (gnus-request-body): Ditto.
7261
7262         * gnus-art.el (gnus-request-article-this-buffer): Use
7263         gnus-agent-request-article.
7264
7265         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
7266         article if it is undownloaded.
7267
7268 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7269
7270         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
7271
7272 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7273
7274         * canlock.el (canlock-string-as-unibyte): New macro.
7275         (canlock-sha1-with-openssl): Return a unibyte string.
7276         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
7277
7278 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
7279
7280         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
7281
7282 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7283
7284         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
7285         application/x-emacs-lisp.
7286
7287         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
7288
7289         * nntp.el (nntp-request-article): Add group parameter.
7290         (nntp-request-head): Ditto.
7291         (nntp-find-group-and-number): Add parameter group. Figure out
7292         number if the status line doesn't give (e.g. quimby.gnus.org).
7293
7294 2002-01-08  Simon Josefsson  <jas@extundo.com>
7295
7296         * mml.el (mml-generate-mime-1): Set recipient correctly.
7297
7298 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7299
7300         * message.el (message-read-from-minibuffer): Add parameter
7301         initial-contents.
7302         * gnus-msg.el (gnus-summary-resend-message): Use it.
7303
7304         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
7305         behavior of quit-config.
7306
7307         * message.el (message-make-from): Don't quote fullname.
7308         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
7309
7310         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
7311         From: <andre@slamdunknetworks.com>
7312
7313 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
7314
7315         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
7316
7317         * gnus-art.el (gnus-header-button-alist): Handle mailto.
7318
7319         * mml.el (mml-preview): Bind gnus-original-article-buffer because
7320         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
7321         because bbdb may use it.
7322
7323 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7324
7325         * nneething.el (nneething-request-article): When a non-text file
7326         is converted to an article, its data is encoded in base64.  Call
7327         `nneething-make-head' with options to specify MIME types.
7328         (nneething-make-head): Add optional arguments to specify MIME
7329         types.
7330
7331 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7332
7333         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
7334         header if there is not.
7335
7336         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
7337
7338         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
7339         (gnus-inews-mark-gcc-as-read): Obsolete variable.
7340         (gnus-inews-do-gcc): Use them.
7341
7342         * gnus-group.el (gnus-group-mark-article-read): Put holes into
7343         gnus-newsgroup-unselected.
7344
7345 2002-01-06  Simon Josefsson  <jas@extundo.com>
7346
7347         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
7348         condition-case, not ignore-errors.
7349
7350 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7351
7352         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
7353         gnus-fetch-old-headers.
7354
7355         * gnus-art.el (article-display-x-face): Use the current buffer
7356         unless `W f'. Otherwise, X-Face may be shown in the header of a
7357         forwarded part.
7358         (gnus-treatment-function-alist): Treat xface before hiding
7359         headers.
7360
7361 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7362
7363         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
7364         parameters.
7365
7366 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7367
7368         * mm-util.el (mm-multibyte-p): Define conditionally when load.
7369         (mm-guess-charset): New function.
7370         (mm-charset-after): Use it.
7371         (mm-detect-coding-region): New function.
7372         (mm-detect-mime-charset-region): New function.
7373
7374         * gnus-sum.el (gnus-summary-show-article): Use
7375         mm-detect-coding-region.
7376
7377 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7378
7379         * message.el (message-make-fqdn): Be less violent.
7380
7381         * gnus.el (gnus-logo-color-style): Compute custom form
7382         automatically.
7383
7384         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
7385         score file of the parent to the document group.
7386
7387         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
7388         parameters parameter.
7389
7390         * gnus-score.el (gnus-score-load-file): Clean up.
7391
7392 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7393
7394         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
7395         From: Damien Wyart <damien.wyart@free.fr>
7396
7397         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
7398
7399 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7400
7401         * gnus-sum.el (gnus-select-group-hook): Typo.
7402
7403         * rfc2047.el (rfc2047-decode-string): Return immediately if there
7404         is no quoted-printable-encoded STRING.
7405         From: Jesper Harder <harder@ifa.au.dk>
7406
7407         (rfc2047-decode-string): Decode it.
7408
7409 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7410
7411         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
7412
7413 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
7414         Trivial patch.
7415
7416         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
7417         buffer to get rid of junk line.
7418
7419 2002-01-05  Simon Josefsson  <jas@extundo.com>
7420
7421         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
7422         C-o.
7423         (message-mode-map): Bind message-insert-or-toggle-importance to
7424         C-c C-u.
7425         (message-mode-map): Bind message-disposition-notification-to to
7426         C-c M-n.
7427         (message-mode-menu): Add m-d-n-t.
7428         (message-mode-field-menu): Add m-goto-from.
7429         (message-mode): Doc fix.
7430         (message-goto-from): New function.
7431         (message-insert-disposition-notification-to): New function.
7432         (message-tool-bar-map): Add receipt button.
7433
7434 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7435
7436         * gnus-sum.el (gnus-thread-latest-date): New function.
7437         (gnus-thread-sort-by-most-recent-number): Renamed.
7438         (gnus-thread-sort-functions): Doc fix.
7439         (gnus-select-group-hook): Don't use setq on a hook.
7440         (gnus-thread-latest-date): Use date, not number
7441
7442         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
7443         (gnus-agent-expire): Allow regexp of expire-days.
7444
7445         * gnus-art.el (gnus-article-reply-with-original): Deactivate
7446         region.
7447         (gnus-article-followup-with-original): Ditto.
7448
7449         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
7450
7451         * gnus-art.el (gnus-mime-display-alternative): Use
7452         gnus-local-map-property.
7453         (gnus-mime-display-alternative): Ditto.
7454         (gnus-insert-mime-security-button): Ditto.
7455         (gnus-insert-next-page-button): Ditto.
7456         (gnus-button-prev-page): Take optional args.
7457         (gnus-insert-prev-page-button): widget-convert.
7458
7459         * gnus-util.el (gnus-local-map-property): New function.
7460
7461         * gnus-art.el (gnus-prev-page-map): Use parent map.
7462         (gnus-next-page-map): Ditto.
7463
7464         * gnus-spec.el (gnus-parse-format): Clean up.
7465         (gnus-parse-format): Do complex formatting for %=.
7466
7467         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
7468         "X-Face: " to the data in the built-in scenario.
7469
7470         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
7471         (gnus-correct-pad-form): Renamed.
7472         (gnus-tilde-max-form): Clean up.
7473         (gnus-pad-form): Use gnus-use-correct-string-widths.
7474
7475         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
7476         support if that is available.
7477
7478         * gnus-sum.el (gnus-thread-highest-number): New function.
7479         (gnus-thread-sort-by-most-recent-thread): New function.
7480         (gnus-thread-sort-functions): Doc fix.
7481
7482 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7483
7484         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
7485         all cases.
7486         (gnus-summary-mode): Enable it in all cases.
7487         (gnus-summary-display-article): Ditto.
7488         (gnus-summary-edit-article): Ditto.
7489
7490         * gnus-ems.el (gnus-put-image): Really return glyph.
7491
7492         * gnus-art.el (gnus-article-x-face-command): Fix :type.
7493         (gnus-treat-smiley): Don't take "P" in the interactive form.
7494
7495 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7496
7497         * compface.el (uncompface): XEmacs and Emacs have differing
7498         capabilities.
7499
7500         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
7501
7502         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
7503         (gnus-article-xface-ring-size): Removed.
7504         (gnus-article-display-xface): Removed.
7505         (gnus-remove-image): Cleaned up.
7506
7507         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
7508         (gnus-xmas-create-image): Take pbm files.
7509         (gnus-x-face): Removed.
7510         (gnus-xmas-article-display-xface): Removed.
7511
7512         * gnus-fun.el (gnus-display-x-face-in-from): Bind
7513         default-enable-multibyte-characters.
7514
7515         * compface.el (uncompface): Doc fix.
7516
7517         * gnus-art.el (gnus-article-x-face-command): Use
7518         gnus-display-x-face-in-from.
7519
7520         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
7521
7522         * gnus-ems.el (gnus-put-image): Return the image.
7523
7524         * gnus-fun.el (gnus-display-x-face-in-from): New function.
7525         (gnus-x-face): Moved here.
7526
7527 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7528
7529         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
7530         invisible if string is nil.
7531         (gnus-xmas-article-display-xface): Use it.
7532
7533         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
7534         property when string is nil.
7535         (gnus-article-display-xface): Use it.
7536
7537 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7538
7539         * gnus-art.el (article-display-x-face): Check whether valid grey
7540         face was returned.
7541         (article-display-x-face): Place image in the right spot.
7542
7543         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
7544         stderr.
7545         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
7546
7547 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7548
7549         * gnus-xmas.el (gnus-xmas-create-image): Take optional
7550         parameters.
7551         (gnus-xmas-put-image): Allow non-strings to be passed.
7552
7553         * gnus-art.el (article-display-x-face): Use optional parameters.
7554
7555         * gnus-ems.el (gnus-create-image): Take optional parameters.
7556
7557         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
7558
7559         * compface.el (compface-xbm-p): Removed.
7560
7561         * gnus-ems.el (gnus-article-compface-xbm): Removed.
7562         (gnus-article-display-xface): Use compface.
7563
7564         * compface.el: New file.
7565
7566         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
7567         (gnus-convert-image-to-x-face-command): Ditto.
7568         (gnus-random-x-face): Quote argument.
7569         (gnus-x-face-from-file): Ditto.
7570
7571 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
7572
7573         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
7574         the expire-group parameter once per article rather than once
7575         per group; bind `nnmaildir-article-file-name' and `article'
7576         for convenience.  Leave article alone when expire-group
7577         specifies the current group.
7578         (nnmaildir--update-nov): be more concurrency-friendly with
7579         temp file names.
7580
7581 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7582
7583         * gnus-start.el (gnus-read-init-file): Cleaned up.
7584
7585 2002-01-03  Dave Love  <d.love@dl.ac.uk>
7586
7587         * gnus-start.el (gnus-startup-file-coding-system): Removed.
7588         (gnus-read-init-file): Don't use it.
7589
7590 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7591
7592         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
7593
7594 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7595
7596         * gnus-start.el (gnus-read-init-file): Don't force coding system
7597         for ~/.gnus.  From Dave Love <fx@gnu.org>.
7598
7599 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7600
7601         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
7602         * nnspool.el (nnspool-request-post): Ditto.
7603
7604         * mm-util.el (mm-use-find-coding-systems-region): New variable.
7605         (mm-find-mime-charset-region): Use it.
7606
7607 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7608
7609         * gnus.el (gnus-summary-line-format): Added :link.
7610         * gnus-topic.el (gnus-topic-line-format): Ditto.
7611         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
7612         * gnus-srvr.el (gnus-server-line-format): Ditto.
7613         * gnus-group.el (gnus-group-line-format): Ditto.
7614
7615         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
7616         :keys, it works on both Emacsen.
7617
7618 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7619
7620         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
7621
7622 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7623
7624         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
7625
7626 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
7627
7628         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
7629         very wide reply.
7630
7631 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7632
7633         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
7634         (gnus-picon-cache): New variable.
7635         (gnus-picon-transform-newsgroups): Cache stuff.
7636
7637         * gnus-art.el (gnus-article-reply-with-original): New command.
7638         (gnus-article-followup-with-original): New command.
7639
7640         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
7641         END parameters.
7642         (gnus-summary-followup): Take a list of list of articles.
7643         (gnus-inews-yank-articles): Allow lists of article/regions.
7644
7645         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
7646         longer the usual commands.
7647
7648         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
7649         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
7650         shell-command-on-region.
7651
7652 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7653
7654         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
7655           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
7656
7657 2002-01-03  Steve Youngs  <youngs@xemacs.org>
7658
7659         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
7660         understand ':keys', wrap it in an featurep 'xemacs.
7661
7662 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7663
7664         * gnus-ems.el (gnus-article-display-xface): Show xface in the
7665         order of headers (Actually, it is called in a reversed order). Add
7666         'gnus-image-text-deletable property.
7667         (gnus-remove-image): Remove text with such a property.
7668
7669         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
7670         gnus-put-image.
7671
7672         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
7673         with ", "
7674
7675 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7676
7677         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
7678
7679         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
7680         (article-display-x-face): Display grey X-Faces.
7681
7682         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
7683         (gnus-convert-gray-x-face-to-ppm): Ditto.
7684         (gnus-convert-image-to-gray-x-face): Ditto.
7685
7686         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
7687         gnus-summary-show-raw-article.
7688
7689 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7690
7691         Display picons in XEmacs without showing text.
7692
7693         * gnus-xmas.el (gnus-xmas-create-image): Don't use
7694         mm-create-image-xemacs to create xbm glyph, because it deletes
7695         temporary files.
7696         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
7697         (gnus-xmas-remove-image): Make text visible, remove glyph.
7698
7699         * gnus-picon.el (gnus-picon-transform-newsgroups)
7700         (gnus-picon-transform-address): Insert spec backward, due to the
7701         incompatibility of gnus-xmas-put-image.
7702
7703 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7704
7705         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
7706
7707 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7708
7709         * gnus.el: Doc fix.
7710
7711         * gnus-art.el: Doc fix.
7712
7713         * gnus-agent.el: Doc fix.
7714
7715 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7716
7717         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
7718
7719 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
7720
7721         * nnmaildir.el (nnmaildir--update-nov): automatically parse
7722         NOV data out of the message again if nnmail-extra-headers has
7723         changed.
7724
7725 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7726
7727         * gnus-fun.el: New file.
7728         (gnus-convert-image-to-x-face-command): New variable.
7729         (gnus-insert-x-face): New function.
7730         (gnus-random-x-face): Renamed.
7731         (gnus-x-face-from-file): Renamed.
7732
7733         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
7734         "_".
7735         (gnus-body-boundary-delimiter): Typo fix.
7736
7737 2002-01-02  Simon Josefsson  <jas@extundo.com>
7738
7739         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
7740         (gnus-body-boundary-delimiter): Fix type.
7741
7742 2002-01-01  Simon Josefsson  <jas@extundo.com>
7743
7744         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
7745         (gnus-treat-emphasize, gnus-treat-strip-cr)
7746         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
7747         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
7748         (gnus-treat-fill-article, gnus-treat-hide-citation)
7749         (gnus-treat-hide-citation-maybe)
7750         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
7751         (gnus-treat-strip-pem, gnus-treat-strip-banner)
7752         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
7753         (gnus-treat-date-ut, gnus-treat-date-local)
7754         (gnus-treat-date-english, gnus-treat-date-lapsed)
7755         (gnus-treat-date-original, gnus-treat-date-iso8601)
7756         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
7757         (gnus-treat-strip-trailing-blank-lines)
7758         (gnus-treat-strip-leading-blank-lines)
7759         (gnus-treat-strip-multiple-blank-lines)
7760         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
7761         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
7762         (gnus-treat-display-xface, gnus-treat-display-smileys)
7763         (gnus-treat-from-picon, gnus-treat-mail-picon)
7764         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
7765         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
7766         (gnus-treat-play-sounds, gnus-treat-translate)
7767         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
7768
7769         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
7770         (gnus-article-treat-body-boundary): Use it.
7771
7772         * message.el (message-mode): Fix doc.
7773         (message-mode-menu): Fix names.
7774
7775 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7776
7777         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
7778         articles.
7779
7780         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
7781         (gnus-picon-transform-address): Search for unknown faces as well.
7782         (gnus-picon-find-face): Don't search "news" for MISC.
7783         (gnus-picon-user-directories): Changed default back to exclude
7784         "unknown".
7785
7786         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
7787
7788         * gnus-picon.el (gnus-picon-find-face): Search through all
7789         databases.
7790         (gnus-picon-find-face): New implementation.
7791
7792         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
7793         keystroke.
7794         (gnus-topic-goto-next-topic): Ditto.
7795
7796         * gnus.el (gnus-summary-line-format): Changed default.
7797
7798         * nnmail.el (nnmail-extra-headers): Change default.
7799
7800         * gnus-sum.el (gnus-extra-headers): Change default.
7801
7802         * message.el (message-news-other-window): Changed "news" to
7803         "posting".
7804         (message-news-other-frame): Ditto.
7805         (message-do-send-housekeeping): Ditto.
7806
7807         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
7808         function.
7809         (gnus-article-unread-p): New function.
7810         (gnus-article-unseen-p): New function.
7811         (gnus-dead-summary-mode-map): Typo.
7812
7813         * gnus-util.el (gnus-make-predicate): New function.
7814         (gnus-make-predicate-1): New function.
7815
7816         * gnus-sum.el: New function.
7817         (gnus-map-articles): New function.
7818
7819         * gnus-art.el (gnus-treat-fold-headers): New variable.
7820         (gnus-article-treat-fold-headers): New command and keystroke.
7821
7822         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
7823         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
7824
7825 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7826
7827         * message.el (message-fcc-externalize-attachments): New variable.
7828         (message-do-fcc): Use it.
7829
7830         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
7831         (gnus-inews-do-gcc): Use it.
7832
7833         * mml.el (mml-tweak-sexp-alist): New variable.
7834         (mml-externalize-attachments): New variable.
7835         (mml-tweak-part): Use mml-tweak-sexp-alist.
7836         (mml-tweak-externalize-attachments): New function.
7837
7838 2002-01-01  Steve Youngs  <youngs@xemacs.org>
7839
7840         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
7841         'set-glyph-face' so x-face back/foreground can be set.
7842
7843 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7844
7845         * message.el (message-fix-before-sending): Fix a typo.
7846
7847 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7848
7849         * gnus-art.el (gnus-treat-smiley): Renamed command.
7850         (gnus-article-remove-images): New command and keystroke.
7851
7852         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
7853
7854         * smiley-ems.el (gnus-smiley-display): Removed.
7855
7856         * gnus.el (gnus-version-number): Update version.
7857
7858         * message.el (message-text-with-property): Renamed and moved
7859         here.
7860         (message-fix-before-sending): Highlight invisible text and place
7861         point there.
7862
7863 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7864
7865         * gnus.el: Oort Gnus v0.04 is released.
7866
7867 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7868
7869         * gnus-delay.el (gnus-delay-send-queue): Renamed.
7870
7871         * gnus-art.el (gnus-ignored-headers): More headers,
7872
7873         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
7874         of `scan-error', since XEmacs doesn't seem to support that.
7875
7876 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7877
7878         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
7879         arg.
7880         (gnus-summary-best-unread-subject): Ditto.
7881         (gnus-summary-best-unread-subject): No, don't.
7882         (gnus-summary-better-unread-subject): New command.
7883
7884         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
7885
7886         * lpath.el ((featurep 'xemacs)): fbind url function.
7887
7888         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
7889         buffer.
7890         (gnus-xmas-remove-image): Implementation that does something.
7891         (gnus-xmas-article-display-xface): Mark images properly.
7892
7893         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
7894
7895 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
7896
7897         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
7898
7899 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7900
7901         * gnus-group.el (gnus-group-line-format): Added %O to the default
7902         value.
7903
7904         * gnus-util.el (gnus-text-with-property): The smallest point is
7905         point-min.
7906
7907         * smiley-ems.el (smiley-region): Return images.
7908         (gnus-smiley-display): Allow toggling.
7909         (smiley-region): Use text properties, not overlays.
7910
7911         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
7912         implemented yet.
7913
7914         * smiley-ems.el (smiley-update-cache): Check for valid types.
7915
7916         * gnus-art.el (gnus-with-article-buffer): New macro.
7917
7918         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
7919         strings as well as the glyphs.
7920         (gnus-picon-transform-address): Ditto.
7921         (gnus-picon-insert-glyph): Ditto.
7922         (gnus-picon-transform-newsgroups): Toggle.
7923         (gnus-picon-transform-address): Toggle.
7924
7925         * gnus-ems.el (gnus-remove-image): New function.
7926         (gnus-put-image): Take an optional string.
7927
7928         * gnus-util.el (gnus-text-with-property): New function.
7929
7930         * gnus-art.el (gnus-delete-images): New function.
7931
7932         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
7933
7934         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
7935         (gnus-article-wash-status): Use it.
7936         (gnus-signature-toggle): Clean up.
7937         (gnus-add-wash-status): New function.
7938         (gnus-delete-wash-status): New function.
7939         (gnus-article-hide-text-type): Use them throughout.
7940         (gnus-add-image): New function.
7941
7942         * gnus-ems.el (gnus-article-display-xface): Use new interface.
7943
7944         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
7945         interface.
7946
7947         * gnus-art.el (article-display-x-face): Cleaned up.
7948
7949         * rfc2047.el (rfc2047-field-value): New function.
7950
7951         * mail-parse.el (mail-header-field-value): New alias.
7952
7953         * gnus-art.el (gnus-mime-print-part): Fix typos.
7954
7955         * smiley-ems.el (gnus-smiley-file-types): New variable.
7956         (smiley-update-cache): Use it.
7957         (smiley-regexp-alist): Suffix-less smiley names.
7958         (smiley-regexp-alist): Added more smileys.
7959
7960         * gnus-sum.el (gnus-print-buffer): Made into own function.
7961         (gnus-summary-print-article): Use it.
7962
7963         * mailcap.el (mailcap-mime-info): Actually return the bit that we
7964         looked for when REQUEST is a string.
7965
7966         * gnus-art.el (gnus-mime-button-commands): Add printing
7967         keystroke.
7968         (gnus-mime-copy-part): Doc fix.
7969         (gnus-mime-print-part): New command.
7970
7971 2001-12-31  Simon Josefsson  <jas@extundo.com>
7972
7973         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
7974         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
7975
7976 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7977
7978         * gnus-picon.el (gnus-treat-from-picon): Autoload.
7979         (picon): Fix doc.
7980
7981         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
7982         longer exists. Remove those codes.
7983         * gnus.el (gnus-use-picons): Ditto.
7984
7985 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7986
7987         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
7988         infloop.
7989
7990         * gnus-sum.el (t): New `W D' map.
7991
7992         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
7993         (gnus-article-treat-body-boundary): Clean up.
7994         (gnus-body-boundary-face): Removed.
7995         (gnus-article-goto-header): Moved here.
7996         (gnus-article-goto-header): Allow better regexps.
7997         (gnus-article-treat-fold-newsgroups): New command.
7998
7999         * gnus-sum.el (gnus-summary-move-article): We have to select an
8000         article to give `gnus-read-move-group-name' an opportunity to
8001         suggest an appropriate default.
8002
8003         * rfc2047.el (rfc2047-fold-line): New function.
8004         (rfc2047-unfold-line): Ditto.
8005         (rfc2047-fold-region): Don't fold just after the header name.
8006
8007         * mail-parse.el (mail-header-fold-line): New alias.
8008         (mail-header-unfold-line): Ditto.
8009
8010         * gnus-art.el (gnus-body-boundary-face): Renamed.
8011         (gnus-article-treat-body-boundary): Use it.
8012         (gnus-article-treat-body-boundary): Use an invisible header and a
8013         line of underline characters.
8014
8015 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8016
8017         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
8018
8019         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
8020         (gnus-picon-split-address): New function.
8021         (gnus-picon-find-face): Use it.
8022         (gnus-picon-transform-address): Use it. Set first to t for each
8023         address.
8024
8025         * gnus-art.el (gnus-with-article-headers): Move to here. Define
8026         the macro then use it.
8027         (gnus-treatment-function-alist): Treat picons earlier.
8028
8029 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8030
8031         * gnus-art.el (gnus-body-separator-face): New variable.
8032         (gnus-article-treat-body-boundary): Use a blank, colored line.
8033
8034         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
8035         well.
8036
8037         * gnus-art.el (gnus-treat-body-boundary): New variable.
8038         (gnus-article-treat-unfold-headers): Use helper macro.
8039         (gnus-article-treat-body-boundary): New command.
8040
8041         * gnus.el (gnus-logo-color-style): Change the default color.
8042         (gnus-splash-face): Gray, gray.
8043
8044         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
8045         colors.
8046
8047         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
8048         (gnus-logo-color-style): Ditto.
8049         (gnus-logo-colors): Ditto.
8050
8051         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
8052
8053         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
8054
8055         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
8056         (gnus-picon-transform-newsgroups): New function.
8057
8058         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
8059         string.
8060
8061         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
8062
8063         * gnus-art.el (gnus-treat-cc-picon): New variable.
8064         (gnus-treat-mail-picon): Renamed.
8065
8066         * gnus-picon.el: New implementation.
8067         (gnus-picon-find-face): Renamed.
8068         (gnus-treat-from-picon): Use it.
8069         (gnus-picon-transform-address): Renamed.
8070         (gnus-treat-from-picon): Use it.
8071         (gnus-picon-create-glyph): Renamed.
8072         (gnus-picon-transform-address): Use it.
8073         (gnus-treat-cc-picon): New command.
8074
8075         * mm-decode.el (mm-create-image-xemacs): Separated out into
8076         function.
8077         (mm-get-image): Use it.
8078
8079         * gnus-art.el (gnus-treat-display-picons): Simplify.
8080         (gnus-treat-from-picon): Renamed.
8081
8082         * gnus-ems.el (gnus-create-image): New function.
8083         (gnus-put-image): New function.
8084
8085         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
8086         (gnus-with-article-headers): New macro.
8087         (gnus-article-goto-header): New function.
8088
8089         * gnus-xmas.el (gnus-image-type-available-p): New function.
8090
8091         * gnus-ems.el (gnus-image-type-available-p): New function.
8092
8093 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8094
8095         * nnrss.el (nnrss-check-group): Find the correct tag, because
8096         xml.el is changed.
8097
8098 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8099
8100         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
8101         lines are shorter than the window width.
8102         (gnus-ignored-headers): More headers.
8103
8104 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8105
8106         * gnus-art.el (gnus-treat-unfold-lines): New variable.
8107         (gnus-treat-unfold-headers): Renamed.
8108         (gnus-article-treat-unfold-headers): New command and keystroke.
8109
8110         * rfc2047.el (rfc2047-encode-message-header): Clean up.
8111
8112         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
8113
8114 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8115
8116         * sha1-el.el (sha1-use-external): New variable.
8117         (sha1-region): Use it.
8118         (sha1-string): Ditto.
8119
8120         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
8121         * gnus-picon.el: Less warnings when compile.
8122
8123 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8124
8125         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
8126         alias.
8127         (gnus-picons-database): Default to list.
8128         (gnus-picons-lookup-internal): Use it.
8129
8130         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
8131         to "bogus".
8132
8133         * gnus-win.el (gnus-configure-windows-hook): New hook.
8134
8135 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
8136
8137         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
8138
8139 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8140
8141         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
8142         lists.
8143         (gnus-select-newsgroup): Don't append; push.
8144         (gnus-adjust-marked-articles): Remove obsolete ranges from
8145         `seen'.
8146         (gnus-update-marks): Clean up.
8147         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
8148
8149 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
8150
8151         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
8152
8153 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8154
8155         * gnus-sum.el (gnus-auto-select-subject): New variable.
8156         (gnus-summary-best-unread-subject): New function.
8157         (gnus-summary-best-unread-article): Use it.
8158         (gnus-summary-first-unseen-subject): New function and command.
8159
8160         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
8161         other treatments.
8162
8163         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
8164         function.
8165
8166         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
8167         from the list of hidden types.
8168
8169         * mm-view.el (mm-inline-text): Ditto.
8170         (mm-inline-text): Ditto.
8171         (mm-w3-prepare-buffer): Ditto.
8172
8173         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
8174
8175 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8176
8177         * gnus-art.el (gnus-ignored-headers): Added more headers.
8178
8179 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
8180
8181         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
8182         once.
8183
8184 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8185
8186         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
8187
8188 2001-12-28  Simon Josefsson  <jas@extundo.com>
8189
8190         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
8191         Jesper Harder <harder@ifa.au.dk>.
8192
8193 2001-12-27  Simon Josefsson  <jas@extundo.com>
8194
8195         * gnus-sum.el (gnus-select-newsgroup): Make
8196         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
8197         contain all articles (instead of none) when no seen marks have
8198         been set for the group.
8199         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
8200         instead, it seems to result in shorter ranges.
8201
8202 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8203
8204         * mm-util.el (mm-iso-8859-x-to-15-region): Use
8205         insert-before-markers.
8206         From Jesper Harder <harder@ifa.au.dk>
8207
8208 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
8209
8210         * nnmaildir.el (nnmaildir-save-mail): create the destination
8211         groups if they do not exist.
8212
8213 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8214
8215         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
8216
8217 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8218
8219         * gnus-group.el (gnus-group-read-ephemeral-group): Call
8220         gnus-group-real-name.
8221
8222         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
8223         (gnus-newsgroup-variables): Ditto.
8224
8225         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
8226         return it.
8227
8228 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
8229
8230         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
8231         * nnmaildir.el (top-level): Add commentary.
8232         (nnmaildir-version): Indicate that nnmaildir is now a standard
8233         part of Gnus, not separately released.
8234
8235 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8236
8237         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
8238         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
8239         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
8240         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8241
8242 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8243
8244         * nnmaildir.el: Copyright changes. Require cl only at compile time.
8245
8246 2001-12-20  Simon Josefsson  <jas@extundo.com>
8247
8248         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
8249         ZHU <zsh@cs.rochester.edu>.
8250         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
8251         Brian P Templeton <bpt@tunes.org>.
8252
8253 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8254
8255         * nnmaildir.el: New file.
8256         From Paul Jarc <prj@po.cwru.edu>.
8257
8258 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8259
8260         * nndoc.el (nndoc-type-alist): Move forward to the end.
8261
8262 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8263
8264         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
8265         `dolist'.
8266
8267 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8268
8269         * gnus-win.el (gnus-frames-on-display-list): New function.
8270         (gnus-get-buffer-window): Use it.
8271
8272 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8273
8274         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
8275
8276 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8277
8278         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
8279
8280 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8281            From Harald Meland <Harald.Meland@usit.uio.no>
8282
8283         * gnus-win.el (gnus-get-buffer-window): New function.
8284         (gnus-all-windows-visible-p): Use it.
8285
8286         * gnus-util.el (gnus-horizontal-recenter)
8287         (gnus-horizontal-recenter, gnus-horizontal-recenter)
8288         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
8289
8290         * gnus-score.el (gnus-score-insert-help): Use it.
8291
8292         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
8293         (gnus-generate-tree, gnus-highlight-selected-tree)
8294         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
8295         it.
8296
8297         * gnus-art.el (gnus-article-set-window-start)
8298         (gnus-mm-display-part, gnus-request-article-this-buffer)
8299         (gnus-button-next-page, gnus-button-prev-page)
8300         (gnus-article-button-next-page, gnus-article-button-prev-page):
8301         Use it.
8302
8303 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
8304
8305         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
8306         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
8307         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
8308
8309 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8310
8311         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
8312         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
8313         * mml1991.el, nnultimate.el: Add `coding'.
8314
8315 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
8316
8317         * ChangeLog: changed coding to buffer-file-coding-system
8318         * ChangeLog.1: same
8319         * nnwfm.el: same
8320         * gnus-smiley.el: same
8321         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
8322         * gnus-delay.el: same
8323         * gnus-spec.el: same
8324         * message.el: same
8325         * mml1991.el: same
8326         * nnultimate.el: same
8327
8328 2001-12-16  Simon Josefsson  <jas@extundo.com>
8329         Inspired by code by Dirk Meyer <dischi@tzi.de>.
8330
8331         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
8332         (gnus-summary-save-map): Add muttprint.
8333         (gnus-summary-make-menu-bar): Ditto.
8334         (gnus-summary-muttprint): New function.
8335
8336         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
8337
8338 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8339
8340         * uudecode.el (uudecode-decode-region-internal): Speedup by using
8341         temporary list instead of buffer.
8342
8343         * mm-url.el (executable-find): autoload.
8344
8345 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8346
8347         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
8348         to variable, follow doc-string conventions).
8349
8350 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
8351
8352         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
8353         subscribe-level
8354         * gnus-topic.el (gnus-subscribe-topics): use it.
8355
8356 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8357
8358         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
8359         messages. (A small patch with indentation)
8360         From Sean Neakums <sneakums@zork.net>.
8361
8362         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
8363         nil after shooting down the gnus-original-article-buffer.
8364
8365 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8366
8367         * uudecode.el (uudecode-use-external): New variable.
8368         (uudecode-decode-region): Automatically detect external program.
8369
8370         * binhex.el (binhex-use-external): New variable.
8371         (binhex-decode-region-internal): New function.
8372         (binhex-decode-region): Automatically detect external program.
8373
8374         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
8375         Use them.
8376
8377 2001-12-12  Simon Josefsson  <jas@extundo.com>
8378
8379         * nnvirtual.el (nnvirtual-always-rescan)
8380         (nnvirtual-component-regexp): Fix doc.
8381
8382         * nnoo.el (defvoo): Add doc to defvoo variables.
8383
8384         * nnml.el (nnml-directory, nnml-active-file)
8385         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
8386         (nnml-marks-is-evil, nnml-filenames-are-evil)
8387         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
8388
8389         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
8390         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
8391         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
8392         `error'.
8393
8394         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
8395         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
8396
8397         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
8398         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
8399         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
8400         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
8401
8402         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
8403         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
8404
8405         * imap.el, nnimap.el: Fix indentation.
8406
8407         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
8408
8409 2001-12-12  Didier Verna  <didier@xemacs.org>
8410
8411         * gnus-msg.el (gnus-group-news): New function.
8412         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
8413         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
8414         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
8415         for it.
8416         * gnus-msg.el (gnus-summary-news-other-window): New function.
8417         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
8418         bind it to `i'.
8419         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
8420         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
8421         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
8422         for it (called with a prefix).
8423         * gnus-msg.el (gnus-configure-posting-styles): add an optional
8424         group-name argument.
8425         * gnus-msg.el (gnus-setup-message): use it.
8426
8427 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8428
8429         * gnus-sum.el (gnus-summary-show-article): Fix doc.
8430
8431 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8432
8433         * mml.el (mime-to-mml): Remove Content-Disposition too.
8434
8435 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8436
8437         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
8438         * gnus-group.el (gnus-group-name-decode): Decode unibyte
8439         strings only.
8440         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8441
8442 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
8443
8444         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
8445         (nnmail-fancy-expiry-target): Use it.
8446         Suggestions from Simon Josefsson <jas@extundo.com>.
8447
8448 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8449
8450         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
8451
8452 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8453
8454         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
8455
8456         * gnus-util.el (gnus-url-unhex-string): Move here.
8457
8458 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8459
8460         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
8461         mm-url-decode-entities-nbsp.
8462
8463         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
8464         * webmail.el, nnwfm.el: Use mm-url.
8465
8466         * mm-url.el (mm-url-fetch-form): Move from nnweb.
8467         (mm-url-remove-markup): Move from nnweb.
8468         (mm-url-fetch-simple): Move from webmail.
8469
8470         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
8471
8472 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8473
8474         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
8475         (gnus-summary-print-article): Use it.
8476
8477         * gnus-util.el (gnus-replace-in-string): Typo.
8478
8479 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8480
8481         * nnweb.el (nnweb-replace-in-string): Removed.
8482
8483         * gnus-util.el (gnus-replace-in-string): New function.
8484         (gnus-mode-string-quote): Use it.
8485
8486         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
8487         * nnwfm.el (nnwfm-create-mapping): Ditto.
8488
8489 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8490
8491         * dgnushack.el (dgnushack-compile): nnrss.el and
8492         nnslashdot.el don't depend on nnweb, url, w3.
8493
8494         * nnrss.el: Use mm-url.
8495
8496 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8497
8498         * mm-url.el (mm-url-insert-file-contents): Support file:.
8499
8500 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8501
8502         * mm-view.el: Lower case for the description line. Sync from the
8503         Emacs CVS.
8504
8505 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8506
8507         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
8508         From:  Stefan Monnier  <monnier@cs.yale.edu>
8509
8510 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8511
8512         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
8513
8514 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8515
8516         * mm-url.el: Require executable.
8517         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8518
8519 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8520
8521         * pop3.el (pop3-munge-message-separator): Only use valid date.
8522         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
8523
8524         * Makefile.in: gnus-load.elc may not be generated.
8525
8526 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8527
8528         * mm-url.el: New file.
8529         * nnslashdot.el: Use it.
8530         * mm-extern.el (mm-extern-url): Use it.
8531
8532 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8533
8534         * gnus-sum.el (gnus-summary-save-article): Nix
8535         gnus-display-mime-function and gnus-article-prepare-hook.
8536
8537         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
8538         the beginning of lines.
8539         (gnus-complex-form-to-spec): Ditto.
8540
8541 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8542
8543         * message.el (message-make-mft): Fix the m-s-a-file regexp.
8544         From Paul Jarc <prj@po.cwru.edu>.
8545
8546 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8547
8548         * message.el: New variable message-subscribed-address-file;
8549         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
8550
8551 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8552
8553         * message.el (message-tab-body-function): Set to nil.
8554         (message-tab): Use text-mode-map or global-map.
8555         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8556
8557 2001-11-30  Simon Josefsson  <jas@extundo.com>
8558
8559         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
8560         instead of gnus-union, for speed.  Suggested by Christoph Conrad
8561         <christoph.conrad@gmx.de>.
8562         (gnus-agent-fetch-group-1): Add verbose message.
8563
8564 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8565
8566         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
8567         of integers.
8568
8569 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8570
8571         * message.el (message-newgroups-header-regexp)
8572         (message-completion-alist, message-tab-body-function): Use
8573         defcustom rather than defvar.
8574         (message-tab): Mention `message-tab-body-function' in doc.
8575         Suggested by Karl Eichwalder.
8576
8577 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8578
8579         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
8580
8581 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8582
8583         * nnheader.el (nnheader-find-nov-line): Don't use macro
8584         gnus-delete-line.
8585
8586         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
8587         (gnus-group-name-charset): Ditto.
8588
8589         * gnus-util.el (gnus-buffer-live-p): Ditto.
8590
8591 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8592
8593         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
8594         open parenthesis in doc.
8595         (sieve-manage-authenticator-alist): Typo in doc.
8596         * imap.el (imap-authenticator-alist): Typo in doc.
8597         (imap-stream-alist): Backslash.
8598
8599         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
8600           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
8601
8602 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8603
8604         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
8605
8606         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
8607
8608         * gnus-msg.el (gnus-configure-posting-styles): use
8609         make-local-hook. Add LOCAL for add-hook.
8610
8611 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
8612
8613         * message.el (message-mode): Use `make-local-hook' unless
8614         obsolete.
8615         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
8616
8617 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8618
8619         * canlock.el: Remove sha1.el and base64.el stuff.
8620
8621 2001-11-26  Didier Verna  <didier@xemacs.org>
8622
8623         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
8624         if needed.
8625
8626 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8627
8628         * message.el (message-tamago-not-in-use-p): New function.
8629         (message-strip-forbidden-properties): Use it.
8630
8631 2001-11-26  Didier Verna  <didier@xemacs.org>
8632
8633         * gnus-start.el (gnus-check-first-time-used): only check for
8634         existence of .el[d] files.
8635
8636 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8637
8638         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
8639
8640         * message.el (message-setup-1): Clean up mc-*.
8641
8642 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8643
8644         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
8645         * gnus-score.el (gnus-score-find-bnews): Use it.
8646
8647         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
8648         (gnus-summary-limit-to-author): Ditto.
8649         (gnus-summary-limit-to-extra): Ditto.
8650         (gnus-summary-find-matching): Support not-matching argument.
8651
8652 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8653
8654         * message.el (message-wash-subject): Use `insert' rather than
8655         `insert-string', which is deprecated.
8656
8657 2001-11-24  Simon Josefsson  <jas@extundo.com>
8658
8659         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
8660         message. (Gnus does not "default" to using 8bit for the message,
8661         it default to use 8bit encoding and the user-supplied CTE
8662         value. Calling this behaviour "treating it as 8bit" is perhaps
8663         better.)
8664
8665         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
8666         (compare mm-charset-to-coding-system).
8667
8668 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8669
8670         * canlock.el (canlock-sha1-with-openssl): Use unibyte
8671         buffer. Correctly decode hex.
8672
8673 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8674
8675         * gnus-agent.el (gnus-category-insert-line): Convert category
8676         names to strings.
8677
8678 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8679
8680         * message.el (sha1): eval-and-compile.
8681
8682 2001-11-20  Simon Josefsson  <jas@extundo.com>
8683
8684         * message.el (message-allow-no-recipients): New variable.
8685         (message-send): Use it, customize the prompting when posting to
8686         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
8687
8688 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8689
8690         * mm-util.el (mm-coding-system-priorities): New variable.
8691         (mm-sort-coding-systems-predicate): New function.
8692         (mm-find-mime-charset-region): Resort coding systems if needed.
8693         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8694
8695 2001-11-20  Didier Verna  <didier@xemacs.org>
8696
8697         * gnus-group.el (gnus-group-make-help-group): new optional
8698         argument to control the error behavior.
8699         * gnus-start.el (gnus-check-first-time-used): use it to avoid
8700         erroring.
8701
8702 2001-11-19  Simon Josefsson  <jas@extundo.com>
8703
8704         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
8705         instead of C-c C-u.  Suggested by Per Abrahamsen
8706         <abraham@dina.kvl.dk>.
8707
8708 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8709
8710         * nnfolder.el (nnfolder-read-folder): Use group instead of
8711         nnfolder-current-group.
8712         Suggested by Lorentey Karoly <lorentey@elte.hu>.
8713
8714 2001-11-17  Simon Josefsson  <jas@extundo.com>
8715
8716         * message.el (message-send): Ask user if Fcc/Gcc should be
8717         performed when no other sender was specified.
8718         Suggested by prj@po.cwru.edu (Paul Jarc).
8719
8720 2001-11-17  Simon Josefsson  <jas@extundo.com>
8721
8722         * message.el (message-mode, message-mode-map): Use C-c C-u for
8723         Importance: instead of C-c C-p (used by SC).
8724
8725 2001-11-16  Simon Josefsson  <jas@extundo.com>
8726
8727         * message.el (message-insert-importance-high)
8728         (message-insert-importance-low): Save point.
8729
8730         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
8731         value.
8732
8733 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
8734
8735         * message.el (message-strip-special-text-properties): New option.
8736         (message-strip-forbidden-properties): Obey it.
8737
8738 2001-11-14  Sam Steingold  <sds@gnu.org>
8739
8740         * gnus-score.el: Fixed some doc strings to properly quote symbols.
8741
8742 2001-11-15  Simon Josefsson  <jas@extundo.com>
8743
8744         Support "Importance:" header in Message.
8745
8746         * message.el (message-mode-map): Bind C-c C-p to
8747         `message-insert-or-toggle-importance'
8748         (message-mode-menu): Add message-insert-importance-{high,low}.
8749         (message-insert-importance-high, message-insert-importance-low)
8750         (message-insert-or-toggle-importance): New functions.
8751         (message-tool-bar-map): Add {un,}important.
8752         (message-mode): Doc fix.
8753
8754 2001-11-15  Simon Josefsson  <jas@extundo.com>
8755
8756         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
8757
8758         * mml.el (mml-menu): Fix toolbar tooltip.
8759
8760 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8761
8762         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
8763         * nnml.el (nnml-save-marks): Ditto.
8764
8765         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
8766
8767 2001-11-15  Simon Josefsson  <jas@extundo.com>
8768
8769         * nnml.el (nnml-save-marks):
8770         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
8771         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
8772
8773 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8774
8775         * gnus-art.el (gnus-article-wash-status-strings): Use
8776         `copy-sequence', not `copy-seq'.
8777
8778 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8779
8780         * gnus-art.el (gnus-article-wash-status-strings): New constant.
8781         (gnus-gnus-article-wash-status-entry): New function.
8782         (gnus-article-wash-status): Use it.
8783
8784 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8785
8786         * mml1991.el: Add coding header.
8787
8788 2001-11-12  Simon Josefsson  <jas@extundo.com>
8789
8790         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
8791         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
8792         `mml1991-sign' and `mml1991-encrypt'.
8793         (mml1991-encrypt, mml1991-sign): New glue functions.
8794         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
8795
8796         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
8797         (mml-menu): Add PGP to menu.
8798
8799         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
8800         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
8801         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
8802         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
8803
8804         * mml2015.el: Mention RFC 3156.
8805
8806         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
8807
8808 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8809
8810         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
8811
8812         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
8813           From <Michael.Cook@cisco.com>
8814
8815 2001-11-11  Simon Josefsson  <jas@extundo.com>
8816
8817         * message.el (top-level): Autoload sha1.
8818         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
8819         canlock, no need to require two different hash algs).  Suggested
8820         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
8821
8822 2001-11-09  Simon Josefsson  <jas@extundo.com>
8823
8824         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
8825         <Pavel@Janik.cz>.
8826
8827 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8828
8829         * message.el (message-point-in-header-p): New function.
8830         (message-do-auto-fill): Use it.
8831         (message-beginning-of-line): New function.  Goes to beginning of
8832         header value (i.e., end of header name), or to beginning of line
8833         if already at beginning of value.  Behaves like
8834         `beginning-of-line' when in message body.
8835         (message-mode-map): Bind it.
8836
8837 2001-11-08  Simon Josefsson  <jas@extundo.com>
8838
8839         * gnus-msg.el (gnus-posting-styles): Add doc.
8840
8841 2001-11-07  Simon Josefsson  <jas@extundo.com>
8842
8843         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
8844
8845         * sieve-mode.el (sieve-control-commands-face)
8846         (sieve-control-commands-face, sieve-action-commands-face)
8847         (sieve-test-commands-face, sieve-tagged-arguments-face): New
8848         faces.
8849         (sieve-font-lock-keywords): Use them.
8850         (sieve-mode): Only set font-lock-defaults in emacs.
8851
8852         * gnus-art.el (gnus-default-article-saver): Add
8853         gnus-summary-save-body-in-file.
8854         (gnus-summary-write-to-file): Fix doc.
8855
8856 2001-11-07  Simon Josefsson  <jas@extundo.com>
8857
8858         * gnus-art.el (gnus-treat-highlight-signature): Add cross
8859         reference to the correct chapter in the manual.
8860
8861         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
8862         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
8863
8864 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8865
8866         * mml.el (mml-preview): Bind mail-header-separator.
8867
8868 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8869
8870         * message.el: Always require canlock.
8871         (message-ignored-supersedes-headers): Include Cancel-Lock and
8872         Cancel-Key.
8873         (message-insert-canlock): Don't require canlock.
8874         (message-cancel-news): Don't check whether canlock is available.
8875         (message-supersede): Support cancel-locks.
8876
8877         * gnus-art.el: Don't autoload canlock.
8878
8879 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8880
8881         * mail-source.el (mail-source-fetch-imap): ASYNC param.
8882         From: <andre@slamdunknetworks.com>
8883
8884 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8885
8886         * many files: Fix copyright lines.
8887
8888 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8889
8890         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
8891         Suggested by Dave Love  <fx@gnu.org>.
8892
8893 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8894
8895         * message.el (message-kill-buffer): Remove auto-save file after
8896         confirm.
8897
8898         * message.el (message-send-mail): Call message-generate-headers
8899         once.  Suggested by Matt Armstrong <matt@lickey.com>.
8900
8901         * gnus-topic.el (gnus-topic-rename): Initial-input.
8902         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
8903
8904 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8905
8906         * message.el (message-forbidden-properties): New constant.
8907         (message-strip-forbidden-properties): New function.
8908         (message-mode): Activate it.
8909
8910 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8911
8912         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
8913         (mm-hack-charsets): Fix doc.
8914
8915 2001-11-02  Simon Josefsson  <jas@extundo.com>
8916
8917         * gnus-int.el (gnus-check-server): Message "...done" when done.
8918
8919         * imap.el (imap-close): Don't message (imap-send-command-wait
8920         returns if the connection is dropped).
8921         (imap-wait-for-tag): Nix out message only when necessary.
8922
8923         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
8924         for non-crossposting.
8925         (gnus-sieve-crosspost): Default to t to be consistent with other
8926         parts of Gnus.
8927
8928 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8929
8930         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
8931         (mm-iso-8859-x-to-15-table): Ditto.
8932         (mm-iso-8859-x-to-15-region): Ditto.
8933         (mm-find-mime-charset-region): Ditto.
8934
8935 2001-11-01  Simon Josefsson  <jas@extundo.com>
8936
8937         * nnimap.el (nnimap-close-asynchronous): New variable.
8938         (nnimap-close-group): Use it.
8939         (nnimap-expunge): Don't use it.
8940
8941         * imap.el (imap-callbacks): New variable.
8942         (imap-remassoc): Copied from `gnus-remassoc'.
8943         (imap-add-callback): New function.
8944         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
8945         behaviour.
8946         (imap-parse-response): Call the callback.
8947
8948         * message.el (message-insert-canlock): New variable.
8949         (message-canlock-generate, message-canlock-password)
8950         (message-insert-canlock): New functions.
8951         (message-send-news): Call `message-insert-canlock'.
8952         (top-level): Require canlock when compiling.
8953         (message-insert-canlock): Require canlock before we need it.
8954
8955 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8956
8957         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
8958
8959 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8960
8961         * dgnushack.el (dgnushack-make-load): A workaround for
8962         custom-add-loads bug in some versions of XEmacs.
8963
8964 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8965
8966         * mm-util.el (mm-charset-synonym-alist): Revert (some).
8967
8968 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8969
8970         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
8971         (mm-hack-charsets): New variable.
8972         (mm-iso-8859-15-compatible): New variable.
8973         (mm-iso-8859-x-to-15-table): New variable.
8974         (mm-find-mime-charset-region): Add parameter hack-charsets.
8975
8976         * mm-bodies.el (mm-encode-body): Use it.
8977         * mml.el (mml-parse-1): Ditto.
8978
8979 2001-11-01  Simon Josefsson  <jas@extundo.com>
8980
8981         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
8982
8983 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8984
8985         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
8986         is nil.
8987
8988 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8989
8990         * smiley-ems.el (smiley-update-cache): Auto detect file type.
8991
8992         * message.el (message-forward-rmail-make-body): Use
8993         save-window-excursion.
8994         (message-encode-message-body): Search with noerror.
8995         (message-setup-1): Convert compose-mail send-actions to
8996         message-send-actions.
8997
8998 2001-11-01  Simon Josefsson  <jas@extundo.com>
8999
9000         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
9001         <yamaoka@jpl.org>.
9002
9003 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9004
9005         * sieve-manage.el (sieve-string-bytes): No complain.
9006
9007 2001-11-01  Simon Josefsson  <jas@extundo.com>
9008
9009         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
9010         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
9011         has autoload cookies, so no `require' should be necessary.)
9012
9013         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
9014         files.
9015
9016 2001-10-31  Simon Josefsson  <jas@extundo.com>
9017
9018         * gnus-cus.el (gnus-group-parameters): Support integer `display'
9019         parameter.
9020
9021         * gnus-sum.el (gnus-select-newsgroup): If group parameter
9022         `display' is a number (and C-u wasn't used to enter group), only
9023         fetch that number of articles.
9024
9025 2001-10-31  Matt Armstrong  <matt@lickey.com>
9026
9027         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
9028         not-subscribed -> subscribed.
9029
9030 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9031         From: Josh Huber <huber@alum.wpi.edu>
9032
9033         * message.el (message-subscribed-address-functions): New variable.
9034         (message-subscribed-addresses): New variable.
9035         (message-subscribed-regexps): New variable.
9036         (message-goto-mail-followup-to): New function.
9037         (message-send-mail): Add Mail-Followup-To.
9038         (message-make-mft): New function.
9039
9040         * gnus.el (gnus-find-subscribed-addresses): New function.
9041
9042 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9043
9044         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
9045         (mail-source-fetch-pop): Ditto.
9046         (mail-source-check-pop): Ditto.
9047
9048         * gnus-start.el (gnus-read-init-file): Ditto.
9049         (gnus-activate-group): Ditto.
9050         (gnus-read-newsrc-el-file): Ditto.
9051
9052 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9053
9054         * message.el (message-get-reply-headers): Make sure there is ", ".
9055
9056         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
9057         mm-coding-system-p. Don't correct it only in XEmacs.
9058         (mm-charset-to-coding-system): Use mm-coding-system-p and
9059         mm-get-coding-system-list.
9060         (mm-emacs-mule, mm-mule4-p): New variables.
9061         (mm-enable-multibyte, mm-disable-multibyte,
9062         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
9063         mm-with-unibyte-current-buffer,
9064         mm-with-unibyte-current-buffer-mule4): Use them.
9065         (mm-find-mime-charset-region): Treat iso-2022-jp.
9066
9067         From  Dave Love  <fx@gnu.org>:
9068
9069         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
9070         construction.
9071         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
9072         entries conditional on not having a coding system defined for
9073         them.
9074         (mm-mule-charset-to-mime-charset): Use
9075         find-coding-systems-for-charsets if defined.
9076         (mm-charset-to-coding-system): Don't use
9077         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
9078         later.  Add last resort search of coding systems.
9079         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
9080         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
9081         Mule 4.
9082         (mm-find-mime-charset-region): Re-write.
9083         (mm-with-unibyte-current-buffer): Restore buffer as well as
9084         multibyteness.
9085
9086 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9087
9088         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
9089         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
9090         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
9091
9092 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9093
9094         * gnus-art.el (article-display-x-face): Nix buffer-read-only
9095         again.
9096
9097         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
9098
9099 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9100
9101         * gnus-spec.el (gnus-parse-simple-format): Use
9102           buffer-substring-no-properties.
9103
9104 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9105
9106         * gnus-art.el (article-verify-cancel-lock): New function.
9107
9108         * nnheader.el (nntp-process-response): New variable.
9109         (nnheader-init-server-buffer): Make `nntp-process-response'
9110         buffer-local in `nntp-server-buffer'.
9111
9112         * nntp.el (nntp-prepare-post-hook): New hook.
9113         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
9114         (nntp-async-trigger): Ditto.
9115         (nntp-request-post): Insert a server's ID if there's no Message-ID
9116         header; run `nntp-prepare-post-hook'.
9117
9118 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9119
9120         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
9121         instead.
9122
9123         * message.el (message-forward-subject-author-subject): Don't use
9124         message-news-p, which widens the buffer.
9125         (message-forward-make-body): New function.
9126         (message-forward): Use it.
9127         (message-insinuate-rmail): New function.
9128         (message-forward-rmail-make-body): New function.
9129
9130 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9131
9132         * mm-extern.el (mm-extern): Provide it.
9133
9134         * mm-partial.el (mm-partial): Provide it.
9135
9136 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9137
9138         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
9139
9140 2001-10-29  Simon Josefsson  <jas@extundo.com>
9141
9142         * mml.el (mml-preview): Bind message-this-is-news if it is
9143         news. From Jesper Harder <harder@myrealbox.com>.
9144
9145 2001-10-28  Simon Josefsson  <jas@extundo.com>
9146
9147         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
9148
9149 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
9150
9151         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
9152         ironic smilies.
9153
9154 2001-10-27  Simon Josefsson  <jas@extundo.com>
9155
9156         * message.el (message-indent-citation): Don't add trailing
9157         whitespace when citing text.
9158
9159         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
9160         <harder@ifa.au.dk>.
9161
9162 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9163
9164         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
9165         not available.
9166         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
9167         (nnweb-type-definition): Add google as alias of dejanews.
9168         (nnweb-google-parse-1): Forward 1 line.
9169
9170 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9171
9172         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
9173         variable `message-forward-ignored-headers'.
9174
9175 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
9176
9177         * gnus.el (gnus-expand-group-parameter): New function.
9178         (gnus-expand-group-parameters): Call it.
9179         (gnus-group-fast-parameter): New function.
9180         (gnus-group-find-parameter): Call it.
9181
9182 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9183
9184         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
9185         vector (it didn't before because of a bug).
9186         * gnus-msg.el (gnus-post-news): Use header vector directly, if
9187         available.  Before it converted it to an article number.
9188
9189         This makes followup to news articles with negative numbers in
9190         nnvirtual groups use news instead of mail.
9191
9192 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9193
9194         * gnus.el (post-method): Use `native' instead of `nil'.
9195
9196         * gnus-msg.el (gnus-post-method): Ditto.
9197
9198 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9199
9200         * gnus.el (gnus-define-group-parameter): Grammar fix.
9201
9202 2001-10-22  Simon Josefsson  <jas@extundo.com>
9203
9204         * gnus-msg.el (gnus-extended-version): Include
9205         system-configuration.
9206         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
9207
9208 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
9209
9210         * gnus.el (post-method): Customization fix: `native' is not a
9211         valid value.
9212         * gnus-msg.el (gnus-post-method): Doc and customization fix:
9213         `native' is not a valid value.
9214
9215 2001-10-21  Simon Josefsson  <jas@extundo.com>
9216
9217         * nnimap.el (nnimap): Defgroup
9218         (nnimap-strict-function, nnimap-strict-function-match): New
9219         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
9220         (nnimap-split-crosspost, nnimap-split-inbox)
9221         (nnimap-split-rule, nnimap-split-predicate)
9222         (nnimap-split-predicate): Defcustom.
9223         (nnimap-split-inbox, nnimap-expunge-search-string)
9224         (nnimap-importantize-dormant): Remove "*" from doc.
9225
9226 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9227
9228         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
9229         not supplied via prefix arg.  From Lisp, make arg mandatory.
9230         Suggested by Frank Schmitt.
9231
9232 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9233
9234         * message.el (message-do-auto-fill): Avoid calling
9235         'rfc822-goto-eoh'.
9236
9237 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9238         From Paul Jarc <prj@po.cwru.edu>.
9239
9240         * message.el (message-get-reply-headers): Restructure the logic
9241         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
9242
9243 2001-10-20  Simon Josefsson  <jas@extundo.com>
9244
9245         * message.el (message-cancel-news): Support cancel-locks.
9246         Suggested by Per Abrahamsson.
9247
9248         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
9249         conses.  From David Z Maze <dmaze@MIT.EDU>.
9250
9251         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
9252
9253 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9254
9255         * mm-decode.el (mm-default-directory): Fix customize type.
9256
9257         * message.el (message-setup-fill-variables): Kludge to use
9258         normal-auto-fill-function even if auto fill is already activated.
9259
9260 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9261
9262         * message.el (message-do-auto-fill): New version that does not
9263         rely on text properties, by Simon Josefsson <jas@extundo.com>.
9264         (message-setup-1): Removed the `message-field' property.
9265
9266         * gnus-draft.el (gnus-draft-edit-message): Removed the
9267         `message-field' property.
9268
9269 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9270
9271         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
9272         `message-field'.  The `field' property has a special significance in
9273         Emacs 21.
9274
9275         * message.el (message-send, message-setup-1): Ditto.
9276
9277 2001-10-18  Simon Josefsson  <jas@extundo.com>
9278
9279         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
9280         when undoing.
9281
9282 2001-10-18  Simon Josefsson  <jas@extundo.com>
9283         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
9284
9285         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
9286         (gnus-summary-make-menu-bar): Ditto.
9287
9288 2001-10-17  Simon Josefsson  <jas@extundo.com>
9289
9290         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
9291         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
9292
9293 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9294
9295         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
9296         * gnus-util.el (gnus-user-date): New function.
9297         From Frank Schmitt <usenet@Frank-Schmitt.net>.
9298
9299 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
9300
9301         * message.el (message-check-news-header-syntax): Special case
9302         nnvirtual groups.
9303
9304         * gnus-sum.el (gnus-summary-respool-default-method): Changed
9305         customize type to `symbol'.
9306
9307 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9308
9309         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
9310         %&foo;.
9311         (gnus-parse-simple-format): Support user extended spec too.
9312         %u&foo; invokes gnus-user-format-function-foo.
9313
9314 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9315
9316         * nnml.el (nnml-request-expire-articles): Make sure it is back to
9317         the server.
9318         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
9319         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9320         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
9321         * nndiary.el (nndiary-request-expire-articles): Ditto.
9322         (nndiary-schedule): Defsubst it before use it.
9323         (nndiary-error): eval-and-compile.
9324
9325 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
9326
9327         * gnus-msg.el (gnus-post-method): Changed two instances of
9328         `active' to `current' and one `null' to `not'.
9329
9330 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9331         From Katsumi Yamaoka <yamaoka@jpl.org>.
9332
9333         * message.el (message-setup-fill-variables): Use
9334         `normal-auto-fill-function' instead of `auto-fill-function'.
9335
9336 2001-10-16  Simon Josefsson  <jas@extundo.com>
9337
9338         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
9339         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
9340         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
9341
9342 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9343         Patch by Oliver Scholz <oscholz@my.gnus.org>.
9344
9345         * gnus-draft.el (gnus-draft-edit-message): Add text property
9346         `field' with value `header' to message headers.
9347         * message.el (message-setup-1): Really add text property to all of
9348         the header, not just part of it.
9349
9350 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9351
9352         * gnus-group.el (gnus-group-sort-by-server): Use it.
9353
9354         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
9355
9356         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
9357         and keystroke.
9358
9359 2001-10-14  Simon Josefsson  <jas@extundo.com>
9360
9361         * dig.el: Doc fix.
9362
9363         * smime.el: Doc fix.
9364
9365         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
9366         charset magic from message.el.
9367
9368 2001-10-12  Simon Josefsson  <jas@extundo.com>
9369         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
9370
9371         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
9372         'cite from g-a-wash-types.
9373         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
9374         (gnus-article-hide-citation): Fix.
9375
9376         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
9377         character.
9378         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
9379
9380         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
9381         definition.
9382         (gnus-signature-toggle): Toggle `s' mode line character.
9383
9384         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
9385         doing stuff that clears it.
9386
9387 2001-10-12  Simon Josefsson  <jas@extundo.com>
9388
9389         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
9390         From Eric Marsden <emarsden@laas.fr>.
9391
9392 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9393
9394         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
9395         (autoload): Add some autoloads.
9396
9397 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9398         Suggested by Oliver Scholz <epameinondas@gmx.de>.
9399
9400         * message.el (message-do-auto-fill): New function.  Like
9401         `do-auto-fill' but don't fill when in the message header.
9402         (message-setup-1): Put a text property on the message header.
9403         (message-setup-fill-variables): Use `message-do-auto-fill'.
9404
9405 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9406
9407         * message.el (message-send-mail-partially): Insert an empty line
9408         first, because of the change of message-make-lines.
9409
9410 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
9411
9412         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
9413         iso-8859-15, make it an alias for iso-8859-1.
9414
9415 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9416
9417         * message.el (message-send-news): Don't modify the value of
9418         `message-syntax-checks' if it is not a list (possibly it is
9419         `dont-check-for-anything-just-trust-me').
9420
9421 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9422
9423         * gnus-group.el (gnus-group-name-charset-group-alist): Use
9424         `find-coding-system' for XEmacs to check whether the coding-system
9425         `utf-8' is available.
9426
9427 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9428
9429         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
9430
9431 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
9432
9433         * message.el (message-send-news): Oops, missed case with no
9434         "Followup-To" header...
9435
9436 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
9437
9438         * message.el (message-send-news): Allow
9439         `gnus-group-name-charset-group-alist' to affect encoding of the
9440         "Newsgroups" and "Followup-To" headers.
9441
9442 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9443
9444         * Makefile.in (install-el): Depend on gnus-load.el.
9445
9446 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9447
9448         * Makefile.in (install-el): Use -f.
9449         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
9450
9451 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
9452
9453         * message.el (message-send-news): Don't encode Followups-To when
9454         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
9455
9456         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
9457         header.
9458
9459         * gnus-art.el (article-decode-group-name): Also decode
9460         "Followup-To".
9461
9462         * rfc2047.el (rfc2047-encode-message-header): Encode without
9463         asking for null methods.
9464
9465         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
9466         default charset for newsgroup names in accordance with USEFOR.
9467
9468         * gnus-group.el (gnus-group-name-charset-method-alist,
9469         gnus-group-name-charset-group-alist): Removed "*" from doc
9470         strings, "*" should not be used for complex variables.
9471
9472 2001-10-06  Simon Josefsson  <jas@extundo.com>
9473
9474         Support UTF-8 group names better.
9475
9476         * message.el (message-check-news-header-syntax): Encode group
9477         names before comparison.
9478
9479         * gnus-msg.el (gnus-copy-article-buffer): Run all
9480         `gnus-article-decode-hook's except `article-decode-charset'
9481         instead of hardcoding call to one of them.
9482
9483         * gnus-art.el (gnus-article-decode-hook): Add
9484         `article-decode-group-name'.
9485         (article-decode-group-name): New function, use `g-d-n'.
9486
9487         * gnus-group.el (gnus-group-insert-group-line): Decode
9488         gnus-tmp-group using `g-d-n'.
9489
9490         * gnus-util.el (gnus-decode-newsgroups): New function.
9491
9492 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
9493
9494         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
9495         `gnus-group-name-charset-group-alist'.
9496
9497 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9498
9499         * Makefile.in: Install el in install. Add uninstall.
9500
9501 2001-10-05  Simon Josefsson  <jas@extundo.com>
9502
9503         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
9504
9505         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
9506
9507         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
9508         empty folders.
9509
9510         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
9511         limiting if read-all (C-u RET) was used.
9512
9513 2001-10-04  Simon Josefsson  <jas@extundo.com>
9514
9515         * mail-source.el (mail-source-movemail-program): New variable.
9516         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
9517         <thutt@thutt.vmware.com>.
9518
9519 2001-10-03  Simon Josefsson  <jas@extundo.com>
9520
9521         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
9522         (gnus-summary-line-format-alist): Fix param.
9523
9524 2001-10-02  Simon Josefsson  <jas@extundo.com>
9525
9526         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
9527         don't go through `nnimap-request-expire-articles' to delete the
9528         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
9529
9530 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9531
9532         * gnus-agent.el (gnus-agent-write-active): The min in the
9533         agent/active may be larger than that in the server/active.
9534
9535 2001-10-01  Simon Josefsson  <jas@extundo.com>
9536
9537         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
9538         is IMAP4rev1.
9539
9540         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
9541
9542         * nnfolder.el: Ditto.
9543
9544 2001-09-30  Dan Christensen  <jdc@uwo.ca>
9545
9546         * gnus-sum.el (gnus-summary-extract-address-component): New function.
9547         (gnus-summary-from-or-to-or-newsgroups): Optimize.
9548
9549 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9550
9551         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
9552         (message-mode-menu): Menu item for same.
9553
9554         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
9555         delayed articles.
9556
9557         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
9558         nndraft:delayed does not exist.
9559         (gnus-delay-initialize): Don't set up keymap, that's done from
9560         message.el now.
9561         (gnus-delay, gnus-delay-group, gnus-delay-header)
9562         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
9563
9564 2001-09-29  Simon Josefsson  <jas@extundo.com>
9565
9566         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
9567         utf-8, not eight-bit-control.
9568
9569         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
9570         (imap-log, imap-debug): Custom.
9571         (imap-log-buffer, imap-debug-buffer): New constants.
9572         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
9573         (imap-network-open, imap-shell-open, imap-starttls-open)
9574         (imap-send-command-1, imap-send-command, imap-arrival-filter)
9575         (imap-debug): Use imap-*-buffer.
9576
9577         * nndoc.el (nndoc-article-type): Add mailman.
9578         (nndoc-type-alist): Ditto.
9579         (nndoc-mailman-type-p): New function.
9580
9581 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9582
9583         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
9584         gnus-art.el.
9585
9586 2001-09-27  Simon Josefsson  <jas@extundo.com>
9587
9588         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
9589         (gnus-topic-catchup-articles): New function. Suggested by Robin
9590         S. Socha <robin-dated-1001857693.185e29@socha.net>.
9591
9592 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9593         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
9594
9595         * gnus-ems.el (gnus-article-display-xface): Insert xface after
9596         previous ones.
9597
9598 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9599         From Daiki Ueno  <ueno@unixuser.org>
9600
9601         * gnus-sum.el (gnus-summary-show-article): The arglist of
9602         detect-coding-region is incompatible.
9603
9604 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9605         From Katsuhiro Hermit Endo <hermit@koka-in.org>
9606
9607         * gnus-group.el (gnus-group-delete-group): Typo.
9608
9609 2001-09-26  Simon Josefsson  <jas@extundo.com>
9610
9611         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
9612
9613         * nnimap.el (nnimap-expiry-target): Use temp buffer.
9614
9615 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9616
9617         * gnus-cus.el (gnus-group-parameters): Display as sexp.
9618
9619 2001-09-22  Simon Josefsson  <jas@extundo.com>
9620
9621         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
9622
9623         * nnfolder.el (nnfolder-open-marks): Ditto.
9624
9625         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
9626         (gnus-update-marks): Use it.
9627         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
9628         hardcoded list.
9629
9630         * gnus.el (gnus-article-special-mark-lists): Add killed.
9631         (gnus-article-unpropagated-mark-lists): New constant.
9632
9633 2001-09-22  Simon Josefsson  <jas@extundo.com>
9634
9635         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
9636         custom option.
9637
9638 2001-09-23  Simon Josefsson  <jas@extundo.com>
9639
9640         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
9641
9642 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9643
9644         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
9645
9646 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
9647
9648         * gnus-group.el (gnus-group-sort-function): Fix customize type to
9649         accept lists of functions.
9650
9651 2001-09-20  Simon Josefsson  <jas@extundo.com>
9652
9653         * gnus-group.el (gnus-group-catchup): Update expire marks in
9654         backend.  Also, if ALL also set expire marks on tick/dormant.
9655
9656 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9657
9658         * message.el (message-tab-body-function): New variable.
9659         * message.el (message-tab): Use it.
9660
9661 2001-09-19  Sam Steingold  <sds@gnu.org>
9662
9663         * gnus-win.el (gnus-buffer-configuration): Respect
9664         `gnus-bug-create-help-buffer'.
9665
9666 2001-09-18  Simon Josefsson  <jas@extundo.com>
9667
9668         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
9669         (gnus-parse-simple-format): Re-revert.
9670
9671 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
9672         Trivial patch.
9673
9674         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
9675         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
9676
9677 2001-09-18  Simon Josefsson  <jas@extundo.com>
9678
9679         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
9680         signed.
9681         (gnus-parse-simple-format): Don't use it.
9682
9683 2001-09-17  Miles Bader  <miles@gnu.org>
9684
9685         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
9686         error querying a backend abort the whole process.
9687
9688 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9689
9690         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
9691         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
9692
9693 2001-09-17  Didier Verna  <didier@xemacs.org>
9694
9695         * nndiary.el: version 0.2-b14.
9696         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
9697         compatibility problem with XEmacs 21.1.
9698
9699 2001-09-15  Simon Josefsson  <jas@extundo.com>
9700
9701         * gnus-group.el (gnus-group-line-format): Document %c.
9702
9703         * nnml.el (nnml-parse-head): Handle CRLF files.
9704         (nnml-generate-nov-file): Ditto.
9705         (nnml-retrieve-headers): Ditto.
9706
9707 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
9708
9709         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
9710
9711 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
9712
9713         * gnus-spec.el (gnus-correct-substring): Still stopped one
9714         character before we wanted (never included last character).
9715         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
9716         add missing "," (once per function)
9717
9718 2001-09-14  Simon Josefsson  <jas@extundo.com>
9719
9720         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
9721         (otherwise e.g. gnus-agentize in .gnus overrides the customized
9722         default before gnus-group is loaded and the variable set.)
9723
9724         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
9725         killed or unsent marks.
9726
9727         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
9728         isn't an article to set it on (e.g. when you `a' in a group).
9729
9730 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9731
9732         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
9733         can read e-mails from Microsoft Outlook users not using ISO
9734         8859-2 character set.
9735
9736 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9737
9738         * gnus-diary.el: Minor modifications to avoid warnings.
9739         (gnus-summary-misc-menu): defvar.
9740         (gnus-diary-check-message): Use gnus-point-at-eol.
9741         (gnus-diary-kill-entire-line): eval-and-compile.
9742
9743 2001-09-12  Didier Verna  <didier@xemacs.org>
9744
9745         * nndiary.el: new version (0.2-b13).
9746         * nndiary.el (nndiary-mail-sources): doc update.
9747         * nndiary.el (nndiary-split-methods): ditto.
9748         * nndiary.el (nndiary-request-accept-article-hooks): New.
9749         * nndiary.el (nndiary-request-accept-article): use it, check
9750         message validity.
9751         * nndiary.el (nndiary-get-new-mail): changed default to nil.
9752         * nndiary.el (nndiary-schedule): fix bug (misplaced
9753         condition-case): it didn't return nil on error.
9754         * gnus-diary.el: new version.
9755         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
9756         * gnus-diary.el (gnus-diary-header-value-history): New.
9757         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
9758         * gnus-diary.el (gnus-diary-add-header): New.
9759         * gnus-diary.el (gnus-diary-check-message): New.
9760         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
9761         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
9762
9763 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9764
9765         * gnus-sum.el (gnus-select-newsgroup): Make
9766         `gnus-current-select-method' buffer-local.
9767
9768         * gnus-art.el (gnus-request-article-this-buffer): Refer
9769         `gnus-current-select-method' in the current summary buffer.
9770
9771 2001-09-10  Simon Josefsson  <jas@extundo.com>
9772         From Daniel Pittman <daniel@rimspace.net>
9773
9774         * gnus-spec.el (gnus-correct-pad-form): Fix.
9775
9776 2001-09-09  Simon Josefsson  <jas@extundo.com>
9777
9778         * mm-decode.el (mm-inline-media-tests): Add
9779         application/x-emacs-lisp.
9780         (mm-attachment-override-types): Add
9781         application/{x-,}pkcs7-signature.
9782
9783         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
9784         (gnus-server-line-format, gnus-server-mode-line-format)
9785         (gnus-server-browse-in-group-buffer): Customize.
9786
9787 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9788
9789         * nnml.el (nnml-marks-changed-p): Typo.
9790         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
9791         (nnml-marks-changed-p): Use gnus-gethash.
9792         (nnml-marks-modtime): Use gnus-make-hashtable.
9793
9794         * nnfolder.el (nnfolder-marks-changed-p): Typo.
9795         (nnfolder-request-expire-articles, nnfolder-save-marks)
9796         (nnfolder-open-marks): Typo.
9797         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
9798         (nnfolder-marks-changed-p): Use gnus-gethash.
9799         (nnfolder-marks-modtime): Use gnus-make-hashtable.
9800
9801 2001-09-08  Simon Josefsson  <jas@extundo.com>
9802
9803         * nnfolder.el (nnfolder-marks-modtime): New variable.
9804         (nnfolder-marks-changed-p): New function.
9805         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
9806         (nnfolder-request-update-info): Don't update if marks didn't change.
9807
9808         * nnml.el (nnml-marks-modtime): New variable.
9809         (nnml-marks-changed-p): New function.
9810         (nnml-save-marks, nnml-open-marks): Save modtime.
9811         (nnml-request-update-info): Don't update if marks didn't change.
9812
9813         * gnus-agent.el (gnus-agent-any-covered-gcc)
9814         (gnus-agent-add-server, gnus-agent-remove-server): Use
9815         gnus-agent-method-p.
9816
9817         * gnus-art.el (gnus-buttonized-mime-types): New variable.
9818         (gnus-unbuttonized-mime-type-p): Use it.
9819
9820         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
9821         fetch group.
9822
9823 2001-09-08  Simon Josefsson  <jas@extundo.com>
9824         From Daniel Pittman <daniel@rimspace.net>
9825
9826         * gnus-spec.el (gnus-correct-pad-form): New function.
9827         (gnus-parse-simple-format): Use it.
9828
9829 2001-09-07  Simon Josefsson  <jas@extundo.com>
9830
9831         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
9832         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
9833         Putnam <reader@newsguy.com>.
9834         (gnus-group-sort-selected-groups): Touch dribble file.
9835
9836 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
9837
9838         * nnml.el (nnml-filenames-are-evil): New variable.
9839         (nnml-article-to-file-alist): Rename to ...
9840         (nnml-current-group-article-to-file-alist): ... this.
9841         Respect `nnml-filenames-are-evil'.
9842         (nnml-active-number): Update.
9843         (nnml-update-file-alist): Update.
9844         (nnml-request-article): Use nnheader-article-to-file-alist.
9845         (nnml-request-rename-group): Likewise.
9846
9847 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9848
9849         * gnus-sum.el (gnus-summary-insert-line): Fix.
9850
9851 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
9852
9853         * gnus-sum.el: Bind g-s-t-s to "W g".
9854         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
9855         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
9856         display of graphical smilies.
9857
9858 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9859
9860         * gnus-start.el (gnus-setup-news): A typo.
9861         From Bill White <billw@wolfram.com>.
9862
9863 2001-09-06  Simon Josefsson  <jas@extundo.com>
9864
9865         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
9866         and unseen marks.
9867
9868 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9869
9870         * nnmail.el (nnmail-split-fancy): Document `junk'.
9871
9872 2001-09-04  Simon Josefsson  <jas@extundo.com>
9873
9874         * imap.el (imap-search): Don't error if server is broken.
9875
9876 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
9877
9878         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
9879         searching for an article that isn't in the mbox.
9880
9881 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9882
9883         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
9884         right, and get all the comments.
9885
9886 2001-09-02  Simon Josefsson  <jas@extundo.com>
9887         Suggested by Dan Christensen <jdc+news@uwo.ca>
9888
9889         * nnfolder.el (nnfolder-request-update-info): Fix message.
9890
9891         * nnml.el (nnml-request-update-info): Ditto.
9892
9893 2001-09-01  Simon Josefsson  <jas@extundo.com>
9894
9895         * nnml.el (nnml-request-expire-articles): Also bind
9896         `nnml-current-group' and `nnml-article-file-alist' when using
9897         expiry-target. (Otherwise nnml will be in a inconsistent internal
9898         state causing all kind of problems.)
9899         (nnml-request-expire-articles): If `nnml-article-to-file' or
9900         `file-attributes' failes, return article as un-expirable instead
9901         of treating it as expired.
9902
9903 2001-08-31  Sam Steingold  <sds@gnu.org>
9904
9905         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
9906         typo: `exmine' --> `examine'.
9907
9908 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9909
9910         * nndoc.el (nndoc-forward-type-p): It is not a digest.
9911
9912 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9913
9914         * nnml.el (nnml-check-directory-twice): Remove.
9915         (nnml-retrieve-headers): Ditto.
9916         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
9917
9918 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9919
9920         * nnheader.el (nnheader-directory-files-is-safe): No need to read
9921         directory twice on Windows, or on GNU Emacs-21.
9922
9923 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9924
9925         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
9926         (nnml-request-rename-group): Ditto.
9927         (nnml-active-number): Ditto.
9928         (nnml-request-create-group): Use nnml-directory-articles.
9929         (nnml-request-expire-articles): Use nnml-directory-articles, which
9930         gets list from nov database if available.
9931         (nnml-get-nov-buffer): New function.
9932         (nnml-open-nov): Use it.
9933         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
9934         gets alist from nov database if available.
9935         (nnml-directory-articles): New function.
9936         (nnml-article-to-file-alist): New function.
9937
9938 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9939
9940         * mm-decode.el (mm-display-external): Use `name' as filename, if
9941         `filename' attribute is not present.
9942
9943 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9944
9945         * mail-source.el (mail-source-flash): New defcustom.
9946         (mail-source-new-mail-p): Ring visible bell if appropriate.
9947         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
9948         timer is cleared even if mail check signals an error.
9949
9950 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9951
9952         * gnus-sum.el (gnus-summary-move-article): Only update marks of
9953         type 'list.
9954
9955 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9956
9957         * flow-fill.el (fill-flowed): eol might be point-max.
9958
9959 2001-08-27  Simon Josefsson  <jas@extundo.com>
9960
9961         * nnml.el (nnml-request-update-info): Fix message.
9962         (nnml-open-marks): Ditto.
9963
9964         * nnfolder.el (nnfolder-request-update-info):
9965         (nnfolder-open-marks): Fix message.
9966
9967 2001-08-25  Simon Josefsson  <jas@extundo.com>
9968
9969         * nnfolder.el (nnfolder-save-marks): Don't create directory named
9970         after group in ~/.
9971
9972 2001-08-25  Simon Josefsson  <jas@extundo.com>
9973         From Andreas Jaeger  <aj@suse.de>
9974
9975         * nnfolder.el (nnfolder-open-marks): Fix typo.
9976         * nnml.el (nnml-open-marks): Likewise.
9977
9978 2001-08-25  Simon Josefsson  <jas@extundo.com>
9979
9980         Make nnfolder groups self-contained as far as marks are concerned.
9981
9982         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
9983         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
9984         (nnfolder-open-server): Make marks directory.
9985         (nnfolder-request-delete-group): Delete marks file.
9986         (nnfolder-request-delete-group): Check of nov/marks file exist
9987         before deleting.
9988         (nnfolder-request-rename-group): Rename marks file.
9989         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
9990         (nnfolder-request-set-mark, nnfolder-request-update-info)
9991         (nnfolder-group-marks-pathname, nnfolder-save-marks)
9992         (nnfolder-open-marks): New functions.
9993         (top-level): Require gnus.
9994
9995 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9996
9997         * nnweb.el (nnweb-type-definition): Use google raw file.
9998         (nnweb-google-parse-1): Ditto.
9999         (nnweb-google-identity): Ditto.
10000         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
10001         (nnweb-altavista-wash-article): Ditto.
10002         (nnweb-request-article): Remove nnweb-decode-entities.
10003
10004         * nnml.el: Require 'gnus.
10005
10006 2001-08-25  Simon Josefsson  <jas@extundo.com>
10007
10008         * nnml.el (nnml-marks-is-evil): Add doc.
10009
10010 2001-08-25  Simon Josefsson  <jas@extundo.com>
10011
10012         * nnml.el (nnml-save-marks): Wrap saving marks in a
10013         condition-case, to allow user to start Gnus if saving marks failed
10014         for some reason.
10015
10016 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10017
10018         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
10019
10020         * gnus-group.el (gnus-update-group-mark-positions): Bind
10021         gnus-group-update-hook to nil.
10022
10023 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10024
10025         * mml.el (mml-generate-mime-1): Force as multibyte string.
10026
10027 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10028
10029         * gnus-sum.el (gnus-summary-insert-line)
10030         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
10031         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
10032
10033         * gnus-spec.el (gnus-correct-substring): Take optional END.
10034
10035         * nnrss.el (nnrss-request-article): Remove \n.
10036         (nnrss-retrieve-headers): Lines number is -1.
10037
10038 2001-08-24  Simon Josefsson  <jas@extundo.com>
10039
10040         * gnus-group.el (gnus-info-clear-data): Call
10041         nnfoo-request-set-mark to propagate marks.  Fix bug:
10042         `gnus-group-update-line' doesn't update read range unless we call
10043         `gnus-get-unread-articles-in-group' first.
10044
10045         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
10046         to server.
10047
10048 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10049
10050         * gnus-util.el (gnus-create-info-command): Return an interactive
10051         function.
10052
10053 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10054         From Katsumi Yamaoka <yamaoka@jpl.org>
10055
10056         * gnus-spec.el (gnus-parse-complex-format): Use equal.
10057
10058 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10059
10060         * gnus-sum.el (gnus-select-newsgroup): Use it.
10061
10062         * gnus-util.el (gnus-not-ignore): New function.
10063
10064         * lpath.el (featurep): Don't fbind char-int.
10065
10066         * gnus-util.el (gnus-create-info-command): New function.
10067
10068         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
10069         right node.
10070
10071         * gnus-sum.el (gnus-select-newsgroup): Clean up.
10072         (gnus-summary-limit-children): Use 'identity instead of `all'.
10073         (gnus-summary-limit-to-display-predicate): New command and
10074         keystroke.
10075
10076 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10077
10078         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
10079
10080         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
10081
10082 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10083
10084         * gnus-spec.el: Add the Gnus version.
10085         (gnus-update-format-specifications): If the Gnus version changes,
10086         nix out the format spec cache.
10087
10088         * gnus.el (gnus-continuum-version): Made into a command and
10089         optionalize the VERSION.
10090
10091         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
10092         the start of the lines.
10093
10094 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10095
10096         * gnus.el (gnus-visual-p): Define function before use of
10097         function.
10098
10099 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10100
10101         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
10102         (gnus-article-mark-to-type): New function.
10103         (gnus-update-missing-marks): Only update marks of type 'list.
10104
10105         * gnus.el (gnus-article-special-mark-lists): New variable.
10106
10107 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10108
10109         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
10110         (gnus-select-newsgroup): Still use 'all.
10111         (gnus-summary-initial-limit): Comparing with 'all.
10112
10113 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10114
10115         * gnus-start.el (gnus-activate-group): If dont-check, don't update
10116         active.
10117
10118 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10119
10120         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
10121         nnslashdot-*-retrieve-headers.
10122         (nnslashdot-request-article): Fix for slashcode 2.2.
10123         (nnslashdot-make-tuple): New function.
10124         (nnslashdot-read-groups): Use it.
10125
10126 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10127
10128         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
10129         list.
10130
10131         * gnus-sum.el (gnus-summary-move-article): Don't select article.
10132
10133 2001-08-20  Simon Josefsson  <jas@extundo.com>
10134
10135         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
10136         opened, error instead of continuing (and exploding later).
10137
10138 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10139
10140         * gnus.el (gnus-expand-group-parameters): Return the parameter
10141         list.
10142
10143         * gnus-sum.el (gnus-summary-show-article): Doc fix.
10144         (gnus-summary-show-article): Guess at charset if required.
10145
10146         * gnus-spec.el (gnus-correct-substring): Stopped one character
10147         before we wanted.
10148
10149 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10150
10151         * earcon.el (earcon-auto-play): Remove unused option.
10152
10153 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10154
10155         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
10156         message down in levels, since it happens very fast.
10157
10158         * smiley-ems.el (smiley-update-cache): Respect the symbol version
10159         of smiley-regexp-alist.
10160
10161         * mm-view.el (mm-inline-text): Ignore vcard errors.
10162
10163         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
10164
10165         * gnus-score.el (gnus-all-score-files): Use append instead of
10166         nconc.
10167
10168         * gnus.el (gnus-splash-face): Doc fix.
10169
10170         * mm-decode.el (mm-mailcap-command): Use
10171         mm-path-name-rewrite-functions.
10172         (mm-path-name-rewrite-functions): New variable.
10173
10174         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
10175         (gnus-complex-form-to-spec): Insert tab.
10176         (gnus-spec-tab): New function.
10177
10178         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
10179         entering the group.
10180
10181         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
10182         the positional spec.
10183         (gnus-parse-complex-format): React to %C.
10184
10185         * gnus-ems.el (gnus-char-width): Moved here.
10186
10187         * gnus-sum.el (gnus-select-newsgroup): Set
10188         gnus-newsgroup-articles.
10189         (gnus-unseen-mark): New variable.
10190         (gnus-newsgroup-unseen): Ditto.
10191         (gnus-newsgroup-seen): Ditto.
10192         (gnus-adjust-marked-articles): Use them.
10193         (gnus-update-marks): Use them.
10194         (gnus-summary-update-secondary-mark): Display.
10195         (gnus-summary-prepare-threads): Display.
10196
10197         * gnus-msg.el (gnus-inews-group-method): Use and return the
10198         method, not the server.
10199
10200 2001-08-19  Simon Josefsson  <jas@extundo.com>
10201
10202         * gnus-srvr.el (gnus-server-agent-face): New.
10203         (gnus-server-agent-face): New.
10204         (gnus-server-mode): Turn on font-lock-mode.
10205
10206         * gnus.el (gnus-server-visual): Add defgroup.
10207
10208 2001-08-19  Simon Josefsson  <jas@extundo.com>
10209         From Joe Casadonte <jcasadonte@northbound-train.com>
10210
10211         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
10212         gnus-server-denied-face): New.
10213         (gnus-server-opened-face, gnus-server-closed-face,
10214         gnus-server-denied-face): New.
10215         (gnus-server-font-lock-keywords): Add.
10216
10217 2001-08-19  Simon Josefsson  <jas@extundo.com>
10218
10219         * nnml.el (nnml-request-set-mark): Return nil.
10220         (nnml-save-marks): Use nnml-possibly-create-directory.
10221         (nnml-open-marks): Only work in temp buffer when inserting/reading
10222         .marks file.
10223
10224 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10225
10226         * gnus.el (gnus-expand-group-parameters): Fix.
10227
10228         * gnus-spec.el (gnus-char-width): New function.
10229         (gnus-correct-substring, gnus-correct-length): Use it.
10230
10231         * message.el (message-required-mail-headers): Fix doc.
10232
10233 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10234
10235         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
10236
10237         * mm-decode.el (mm-save-part-to-file): Insert the handle.
10238
10239 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10240
10241         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
10242         slashdot 2.2 (not fully fixed yet).
10243         (nnslashdot-request-article): Ditto.
10244
10245 2001-08-18  Simon Josefsson  <jas@extundo.com>
10246
10247         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
10248         nnimap.
10249
10250         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
10251         gnus-util.
10252         (nnimap-request-update-info-internal): Use new functions.
10253
10254         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
10255         new functions.
10256
10257 2001-08-18  Simon Josefsson  <jas@extundo.com>
10258
10259         Make nnml groups self-contained as far as marks are concerned.
10260
10261         * nnml.el (nnml-request-delete-group): Delete marks file.
10262         (nnml-request-rename-group): Move marks file.
10263         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
10264         variables.
10265         (nnml-request-set-mark, nnml-request-update-info): New server
10266         functions.
10267         (nnml-save-marks, nnml-open-marks): New functions.
10268
10269 2001-08-18  Simon Josefsson  <jas@extundo.com>
10270
10271         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
10272         `set' when setting marks.
10273
10274 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10275
10276         * gnus.el (gnus-info-find-node): Take an argument.
10277
10278         * gnus-art.el (gnus-button-handle-info): New function.
10279         (gnus-url-unhex-string): Replace "+" with " ".
10280
10281 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10282
10283         * message.el (message-check-news-header-syntax): Check bad From.
10284
10285 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10286
10287         * gnus-spec.el (gnus-correct-length): New function.
10288         (gnus-correct-substring): New function.
10289         (gnus-tilde-max-form): Use it.
10290
10291 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
10292
10293         * nnmh.el: Docstring changes as below.
10294
10295         * nnml.el: Docstring changes as below.
10296
10297         * nnbabyl.el: Docstring changes as below.
10298
10299         * nnmbox.el: Docstring changes as below.
10300
10301         * nnfolder.el: Added docstrings identifying each virtual server
10302         parameter.
10303
10304 2001-08-18  Simon Josefsson  <jas@extundo.com>
10305
10306         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
10307
10308 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
10309
10310         * message.el: rename "Abort Message" to "Postpone Message".
10311         Remove "Attach file as MIME" from Message menu, it's already in
10312         the MIME menu.
10313
10314 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10315
10316         * smime.el (smime-point-at-eol): eval-and-compile.
10317         (smime-make-temp-file): New function.
10318         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
10319         Use it.
10320
10321 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10322
10323         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
10324         (gnus-agent-summary-fetch-group): New command and keystroke.
10325
10326         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
10327         (gnus-mime-display-security): Make it respect
10328         gnus-unbuttonized-mime-type-p.
10329
10330         * gnus-sum.el (gnus-articles-to-read): Comments.
10331         (gnus-article-marked-p): New function.
10332         (gnus-summary-display-make-predicate): New function.
10333         (gnus-select-newsgroup): Use them.
10334
10335         * mm-decode.el (mm-save-part-to-file): Made it not error.
10336
10337 2001-08-17  Simon Josefsson  <jas@extundo.com>
10338
10339         * imap.el (imap-wait-for-tag): If process-status isn't open or
10340         run, return nil instead of sit-for looping.
10341
10342 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10343
10344         * lpath.el (featurep): fbind xml-parse-region.
10345
10346         * gnus.el (gnus-message-archive-method): Default to "archive".
10347         (gnus-message-archive-method): Doc fix.
10348         (gnus-parameters-get-parameter): Cleaned up.
10349         (gnus-expand-group-parameter): New function.
10350
10351         * gnus-start.el (gnus-setup-news): Push the archive server only
10352         the server list.
10353
10354         * mml.el (mml-menu): Changed name to "Attachments".
10355
10356         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
10357         when there is something to detroy.
10358
10359 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10360
10361         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
10362         nil.
10363
10364 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10365
10366         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
10367         which specifies a time today or tomorrow.
10368
10369 2001-08-15  Simon Josefsson  <jas@extundo.com>
10370         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
10371
10372         * gnus-agent.el (gnus-agent-make-mode-line-string)
10373         (gnus-agent-toggle-plugged): Use new API.
10374
10375 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10376
10377         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
10378         deadline has expired.
10379
10380 2001-08-12  Simon Josefsson  <jas@extundo.com>
10381         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
10382
10383         Support `recent' mark indicating newly arrived messages (to
10384         separate from old but unread messages).
10385
10386         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
10387         `nnmail-split-history' if recent is > 0.
10388         (nnimap-request-update-info-internal): Update `recent' marks.
10389         (nnimap-request-set-mark): Never set `recent' marks.
10390         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
10391         recent.
10392
10393         * gnus-sum.el (gnus-recent-mark): New mark.
10394         (gnus-newsgroup-recent): New variable.
10395         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
10396         (gnus-summary-prepare-threads): Mark recent articles.
10397         (gnus-summary-add-mark): Support recent.
10398         (gnus-summary-update-secondary-mark): Support recent.
10399
10400         * gnus.el (gnus-article-mark-lists): Add recent.
10401
10402 2001-08-12  Simon Josefsson  <jas@extundo.com>
10403
10404         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
10405         whether successful decoding took place.  Add doc.
10406
10407 2001-08-12  Simon Josefsson  <jas@extundo.com>
10408         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
10409
10410         * gnus.el (gnus-summary-line-format, gnus-parameters):
10411         * gnus-gl.el (gnus-summary-grouplens-line-format):
10412         * gnus-salt.el (gnus-summary-pick-line-format):
10413         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
10414
10415 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
10416         Committed by Kai Gro\e,b_\e(Bjohann.
10417
10418         * gnus-score.el (gnus-score-string): Fix `match' regexp
10419         for `extra' header case.
10420
10421 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10422
10423         * nnmbox.el (nnmbox-read-mbox): No warning.
10424
10425 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10426
10427         * nndoc.el (nndoc-article-type): Fix doc.
10428         (nndoc-generate-article-function): New variable.
10429         (nndoc-dissection-function): New variable.
10430         (nndoc-type-alist): Add oe-dbx.
10431         (nndoc-oe-dbx-type-p): New function.
10432         (nndoc-oe-dbx-dissection): New function.
10433         (nndoc-oe-dbx-generate-article): New function.
10434
10435 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10436
10437         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
10438         whether deadline has been reached.  Patch from Dan Nicolaescu
10439         <dann@godzilla.ics.uci.edu>.
10440
10441 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10442
10443         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
10444         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
10445         <rintaman@cs.Helsinki.FI>.
10446
10447         * mail-source.el (mail-source-movemail): The error buffer is
10448         modified, but nothing in it.
10449
10450 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10451
10452         * message.el (message-bogus-system-names): New variable.
10453         (message-make-fqdn): Use it.
10454
10455 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10456
10457         * nndraft.el (nndraft-request-group): Use
10458         nndraft-auto-save-file-name.
10459
10460 2001-08-09  Simon Josefsson  <jas@extundo.com>
10461
10462         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
10463         Don't ask whether to decrypt.  Just leave result in buffer (don't
10464         call mm).
10465
10466         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
10467         parts as well.
10468         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
10469         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
10470
10471 2001-08-09  Simon Josefsson  <jas@extundo.com>
10472
10473         * mm-decode.el (mm-insert-part): Return decoding success status.
10474         (mm-save-part-to-file): Error if decoding failed.
10475
10476 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10477
10478         * message.el (message-tab): Use indent-relative.
10479         (message-mode): Don't bind indent-line-function to indent-relative.
10480
10481 2001-08-09  Simon Josefsson  <jas@extundo.com>
10482
10483         * message.el (message-get-reply-headers): Fix string. Suggested by
10484         Christoph Conrad <cc@cli.de>.
10485
10486 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10487
10488         * message.el (message-tab): Use the current value of
10489         indent-line-function.
10490         (message-mode): Bind indent-line-function to indent-relative.
10491
10492 2001-08-08  Simon Josefsson  <jas@extundo.com>
10493
10494         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
10495         whether `imtest' is installed.
10496
10497 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10498         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10499
10500         * gnus-sum.el (gnus-summary-show-article): Call
10501         gnus-summary-update-secondary-secondary-mark.
10502         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
10503         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
10504
10505 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10506
10507         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
10508
10509         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10510
10511         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
10512         <gerd@gnu.org>.
10513
10514         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
10515
10516         * gnus-util.el (gnus-output-to-rmail): Ditto.
10517         (gnus-output-to-mail): Ditto.
10518
10519         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
10520
10521 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
10522
10523         * message.el (message-indent-citation): Use
10524         `message-yank-cited-prefix' for empty lines.
10525
10526 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
10527
10528         * message.el (message-indent-citation): Quote only lines starting
10529         with ">" using `message-yank-cited-prefix'.
10530
10531 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10532         Trivial patch.
10533
10534         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
10535         gnus-cache-fully-p.
10536
10537 2001-08-04  Simon Josefsson  <jas@extundo.com>
10538
10539         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
10540         file if it doesn't exist (by calling gnus-cache-read-active).
10541
10542 2001-08-04  Simon Josefsson  <jas@extundo.com>
10543
10544         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
10545         (gnus-cache-passively-or-fully-p): Removed.
10546         (gnus-cache-fully-p): Fix it.
10547
10548         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
10549
10550 2001-08-04  Simon Josefsson  <jas@extundo.com>
10551
10552         * gnus-cache.el (gnus-cache-fully-p)
10553         (gnus-cache-passively-or-fully-p): New functions.
10554         (gnus-cache-possibly-enter-article): Cosmetic change, use
10555         `g-c-p-o-f-p'.
10556         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
10557         was bogus (`g-c-p-a-a' does not change active info, just change
10558         the functions parameters).
10559         (gnus-cache-possibly-remove-articles-1): Make sure articles are
10560         not removed in groups that match `gnus-uncacheable-groups'.
10561
10562         Reported and modifications based on discussions with Nuutti
10563         Kotivuori <nuutti.kotivuori@smarttrust.com>.
10564
10565 2001-08-04  Simon Josefsson  <jas@extundo.com>
10566         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10567
10568         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
10569         calls `gnus-cache-update-active' if bounds has been extended.
10570
10571 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10572
10573         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
10574         before remove.
10575         (gnus-mime-security-show-details): Ditto.
10576
10577 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10578
10579         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
10580         syntax.  Protect string-match against nil string and regexp.
10581
10582 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10583
10584         * mm-util.el (mm-find-charset-region): Remove control-1.
10585
10586 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10587
10588         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
10589
10590 2001-08-04  Simon Josefsson  <jas@extundo.com>
10591
10592         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
10593         buffer.  Delete MIME-Version header.
10594
10595 2001-08-03  Simon Josefsson  <jas@extundo.com>
10596
10597         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
10598         that is entered does not necessarily have the highest article
10599         number in the group, so use `gnus-cache-possibly-alter-active'
10600         instead of `gnus-cache-update-active'.
10601
10602 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10603
10604         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
10605
10606 2001-08-03  Simon Josefsson  <jas@extundo.com>
10607
10608         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
10609         menu.
10610
10611 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10612
10613         * gnus.el (post-method): New group parameter.  It also provides
10614         the user option `gnus-post-method-alist' and the internal function
10615         `gnus-parameter-post-method'.
10616
10617         * gnus-msg.el (gnus-post-method): Bind the value of
10618         `gnus-post-method' to the group parameter if it is defined.
10619
10620 2001-08-02  Simon Josefsson  <jas@extundo.com>
10621
10622         * smime.el (smime-extra-arguments): Removed.
10623         (smime-call-openssl-region): Don't use it.
10624
10625 2001-08-02  Simon Josefsson  <jas@extundo.com>
10626
10627         * smime.el (smime-sign-region): Handle stderr.
10628         (smime-encrypt-region): Ditto.
10629
10630         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
10631         match the ASN.1 length bytes.
10632         (mm-pkcs7-enveloped-magic): Ditto.
10633         (mm-view-pkcs7-get-type): Don't regexp quote.
10634
10635 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10636         From Andreas Fuchs <asf@void.at>
10637
10638         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
10639
10640 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10641
10642         * gnus-art.el (gnus-header-button-alist): References regexp.
10643
10644 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
10645
10646         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
10647         already fboundp.  Add INTERACTIVE arg to autoload form.
10648
10649 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10650
10651         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
10652
10653         * nnmail.el (nnmail-cache-open): Ditto.
10654
10655 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10656
10657         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
10658
10659 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10660
10661         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
10662
10663 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10664         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10665
10666         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
10667         (gnus-agent-toggle-plugged): Use it.
10668
10669 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10670
10671         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
10672         (gnus-ding-file-coding-system): New variable.
10673         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
10674         (gnus-slave-save-newsrc): Use it.
10675
10676 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10677
10678         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
10679         syntax.
10680
10681 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10682         Originally from Andreas Fuchs <asf@void.at>
10683
10684         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
10685         (mml2015-gpg-pretty-print-fpr): New function.
10686         (mml2015-gpg-extract-signature-details): More details, rename from
10687         `m-g-e-from'.
10688         (mml2015-gpg-verify): Use them.
10689         (mml2015-gpg-clear-verify): Use them.
10690
10691 2001-07-31  Simon Josefsson  <jas@extundo.com>
10692
10693         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
10694         buffer when done.
10695
10696 2001-07-30  Simon Josefsson  <jas@extundo.com>
10697
10698         * smime.el (smime-call-openssl-region): Revert previous change,
10699         just pass on buf to `call-process-region'.
10700         (smime-verify-region): Doc fix.  Don't message stuff.  Use
10701         `smime-new-details-buffer'.  Inserts error messages into buffer.
10702         (smime-noverify-region): Ditto.
10703         (smime-decrypt-region): Ditto.  Handles stderr separately.
10704         (smime-verify-buffer, smime-noverify-buffer)
10705         (smime-decrypt-buffer): Doc fix.
10706         (smime-new-details-buffer): New function.
10707         (smime-pkcs7-region, smime-pkcs7-certificates-region)
10708         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
10709         (smime-sign-region, smime-encrypt-region): Don't use
10710         `insert-buffer'.
10711
10712         * mml-smime.el (mml-smime-verify): Fix security button strings.
10713
10714 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10715
10716         * gnus-art.el (gnus-mime-save-part-and-strip): Save
10717         gnus-article-mime-handles.
10718
10719 2001-07-29  Simon Josefsson  <jas@extundo.com>
10720
10721         * mail-source.el (top-level): Require message for message-directory.
10722         (mail-source-directory): Change default to message-directory.
10723
10724         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
10725         (smime-certificate-directory, smime-openssl-program)
10726         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
10727         (smime-extra-arguments): New variable.
10728         (smime-dns-server): Fix customize group.
10729         (smime-call-openssl-region): Use `smime-extra-arguments'.
10730
10731 2001-07-29  Simon Josefsson  <jas@extundo.com>
10732         From Vladimir Volovich <vvv@vsu.ru>
10733
10734         * smime.el (smime-call-openssl-region): Ignore stderr.
10735
10736 2001-07-29  Simon Josefsson  <jas@extundo.com>
10737         From Christoph Conrad <christoph.conrad@gmx.de>
10738
10739         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
10740         file.
10741
10742 2001-07-29  Simon Josefsson  <jas@extundo.com>
10743
10744         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
10745
10746         Support S/MIME decryption.
10747
10748         * mm-decode.el (mm-inline-media-tests):
10749         (mm-inlined-types):
10750         (mm-automatic-display):
10751         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
10752
10753         * mm-view.el (mm-pkcs7-signed-magic):
10754         (mm-pkcs7-enveloped-magic): New variables.
10755         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
10756         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
10757         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
10758         PKCS#7 blobs.
10759
10760         * smime.el (smime-decrypt-region): Expand keyfile.
10761
10762 2001-07-29  Simon Josefsson  <jas@extundo.com>
10763
10764         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
10765         `ssl.el' variables.
10766
10767         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
10768         but line instead of narrowing to it, because `nnmail-parse-active'
10769         calls widen.  Thanks to Christoph Conrad
10770         <christoph.conrad@gmx.de>.
10771
10772 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10773
10774         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
10775         for %B spec.
10776
10777         * gnus-sum.el (gnus-summary-prepare-threads): If
10778         gnus-sum-thread-tree-root is nil, use subject instead.
10779         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
10780         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10781         (gnus-sum-thread-tree-leaf-with-other)
10782         (gnus-sum-thread-tree-single-leaf): Documentation.
10783         (gnus-sum-thread-tree-single-indent): Allow nil.
10784
10785 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10786
10787         * message.el (message-fill-paragraph): Do nothing if the user
10788         wants filladapt-mode.
10789
10790 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10791
10792         * mm-decode.el (mm-image-type-from-buffer): New function.
10793         (mm-get-image): Use it.
10794
10795 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10796
10797         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
10798
10799         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
10800         mm-display-parts too.
10801
10802 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10803
10804         * nnfolder.el (nnfolder-request-accept-article): Bind
10805         nntp-server-buffer.
10806
10807         * nnmail.el (nnmail-parse-active): Read from buffer instead of
10808         nntp-server-buffer.
10809
10810 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10811
10812         * message.el (message-check-news-header-syntax): Use
10813         message-post-method.
10814         (message-send-news): Bind message-post-method.
10815
10816 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10817
10818         * mml.el (mml-tweak-type-alist): New variable.
10819         (mml-tweak-function-alist): New variable.
10820         (mml-tweak-part): New function.
10821         (mml-generate-mime-1): Use it.
10822
10823 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10824
10825         * nnfolder.el (nnfolder-request-accept-article): Replace
10826         nnfolder-request-list.
10827
10828 2001-07-27  Simon Josefsson  <jas@extundo.com>
10829
10830         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
10831         nnoo-change-server failed to do it.
10832
10833 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10834
10835         * gnus.el (gnus-parameters): Make it customizable.
10836
10837 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10838
10839         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
10840
10841         * message.el (message-set-auto-save-file-name): More
10842         poor-system-types.
10843
10844         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
10845
10846         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
10847         supports +.
10848
10849 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10850
10851         * mm-decode.el (mm-readable-p): New function.
10852         (mm-inline-media-tests): Fix the default testers.
10853
10854 2001-07-26  Simon Josefsson  <jas@extundo.com>
10855
10856         * nnimap.el (nnimap-version): Bump version number.
10857
10858 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10859         From Steven E. Harris <seh@speakeasy.org>
10860
10861         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
10862         in M$Windows too.
10863
10864 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10865
10866         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
10867
10868 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10869
10870         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
10871
10872         * mm-decode.el (mm-get-image): Guess then use the type.
10873
10874         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
10875
10876 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
10877
10878         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
10879         display (%B) for threads if threading is off.
10880
10881 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10882         From Henrik Enberg <henrik@enberg.org>
10883
10884         * gnus-msg.el: Customization patch.
10885
10886 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
10887
10888         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
10889         variable.
10890         (nnmail-split-fancy-with-parent): Ignore certain groups.
10891
10892 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10893
10894         * gnus-util.el (gnus-byte-compile): New function.
10895         (gnus-use-byte-compile): New variable.
10896         (gnus-make-sort-function): Use it.
10897
10898         * nnmail.el (nnmail-get-new-mail): Use it.
10899
10900         * gnus-agent.el (gnus-category-make-function): Simple function or
10901         compiled function.
10902         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
10903
10904         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
10905         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
10906         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
10907
10908         * message.el (message-check-news-header-syntax): Remove quote.
10909
10910 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10911
10912         * message.el (message-use-mail-followup-to): `t' is not a
10913         documented value.
10914
10915 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10916
10917         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
10918
10919 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10920
10921         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
10922         there are long lines.
10923
10924 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10925
10926         * dgnushack.el (copy-list): New compiler macro.
10927
10928 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10929
10930         * message.el (message-bounce): If no Return-Path, the whole
10931         content is considered as the original message.
10932
10933         * nnml.el (nnml-check-directory-twice): New variable.
10934         (nnml-article-to-file): Use it.
10935         (nnml-retrieve-headers): Hack it.
10936
10937 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10938
10939         * gnus-win.el (gnus-buffer-configuration): New configure.
10940
10941         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
10942         not alive.
10943
10944         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
10945         (mm-display-external): Use display-term configure.
10946
10947 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10948
10949         * gnus-delay.el (gnus-delay-default-hour): New variable.
10950         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
10951
10952 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10953         From Karl Kleinpaste <karl@charcoal.com>
10954
10955         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
10956         (gnus-summary-prepare-threads): Ditto.
10957
10958         * gnus.el (gnus-summary-line-format): Add %B.
10959
10960 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10961
10962         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
10963
10964         * mm-util.el (mm-string-as-multibyte): New function.
10965
10966         * nnmh.el (nnmh-request-list-1): Encode, not decode!
10967
10968 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10969
10970         * mm-util.el (mm-universal-coding-system): New variable.
10971
10972         * gnus-start.el (gnus-startup-file-coding-system): Use it.
10973
10974         * score-mode.el (score-mode-coding-system): Use it.
10975
10976 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10977
10978         * gnus-start.el (gnus-setup-news): Call
10979         `gnus-check-bogus-newsgroups' just after the native server is
10980         opened.
10981
10982 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10983
10984         * nnmail.el (nnmail-do-request-post): Util function to be used by
10985         `nnchoke-request-post' for all nnmail-derived backends.
10986
10987         * nnml.el (nnml-request-post): Use it.
10988
10989         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
10990         backend, for it groks nnml-request-post.
10991
10992         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
10993         Treat `mail-post' backends like `mail' backends, not like `news'
10994         backends.
10995
10996 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10997
10998         * gnus-msg.el (gnus-setup-message): make-local-hook.
10999
11000 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11001
11002         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
11003         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
11004         <karl@charcoal.com>, slightly changed by Kai.
11005
11006         * message.el (message-check-news-header-syntax): When checking
11007         whether the groups exist, check the right server based on
11008         `gnus-post-method'.
11009
11010 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11011
11012         * gnus-delay.el: New file.
11013
11014 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11015
11016         * mm-util.el (mm-read-coding-system): Take two arguments.
11017
11018         * gnus-sum.el (gnus-summary-show-article): Use
11019         mm-read-coding-system.
11020
11021         * gnus-art.el (article-de-quoted-unreadable):
11022         (article-de-base64-unreadable, article-wash-html):
11023         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
11024
11025 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11026
11027         * nnml.el (nnml-request-post): New function.  Can be used for
11028         annotations in nnml groups.
11029
11030 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11031
11032         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
11033         command.
11034
11035         * gnus-start.el (gnus-find-new-newsgroups): Use
11036         `message-make-date' instead of `current-time-string'.
11037         (gnus-ask-server-for-new-groups): Ditto.
11038         (gnus-check-first-time-used): Ditto.
11039
11040 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11041
11042         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
11043
11044 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
11045
11046         * message.el (message-shorten-references): Change `maxcount' and
11047         `cut' to obey USEFOR draft 5.
11048
11049 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
11050
11051         * gnus-sum.el (gnus-summary-display-arrow): New variable.
11052         (gnus-summary-set-article-display-arrow): New function.
11053         (gnus-summary-goto-subject): Use it.
11054
11055 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11056
11057         * gnus-sum.el (gnus-summary-import-article): Insert date if
11058         doesn't exist.
11059
11060 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11061
11062         * mml.el (mml-content-type-parameters): New variable.
11063         (mml-content-disposition-parameters): New variable.
11064         (mml-insert-mime-headers): Use them.
11065         (mml-parse-1): Accept charset.
11066
11067 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11068
11069         * gnus-group.el (gnus-group-select-group): Doc fix.
11070
11071         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
11072
11073 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11074
11075         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
11076         to handle `define-derived-mode'.
11077
11078 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11079         From:  Stefan Monnier  <monnier@cs.yale.edu>
11080
11081         * message.el (message-mode): Use define-derived-mode.
11082         (message-tab): message-completion-alist.
11083
11084         * imap.el (imap-interactive-login): Use make-local-variable.
11085         (imap-open): Ditto.
11086         (imap-authenticate): Ditto.
11087
11088         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
11089
11090         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
11091
11092 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11093
11094         * message.el (message-citation-line-function): Refer to
11095         gnus-cite-attribution-suffix.
11096
11097 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11098
11099         * gnus-art.el,...: Error convention changes.
11100
11101 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11102
11103         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
11104
11105 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11106
11107         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
11108         (nnrss-read-server-data): Ditto.
11109
11110 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11111
11112         * gnus-setup.el (gnus-use-installed-gnus): Typo.
11113         * Cleanup files.
11114         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
11115
11116 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11117
11118         * gnus.el (gnus-summary-line-format): Add %o.
11119
11120         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
11121         unless shell outputs something.
11122
11123 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11124
11125         * gnus-art.el (gnus-boring-article-headers): Better doc.
11126         (article-hide-headers): Better regexp.
11127         Suggested by Matt Swift <swift@alum.mit.edu>.
11128
11129         * nnheader.el (nnheader-max-head-length): Better doc.
11130         (nnheader-header-value): Skip spaces.
11131         (nnheader-parse-head): Remove space.
11132         Suggested by Matt Swift <swift@alum.mit.edu>.
11133
11134         * gnus-sum.el (gnus-summary-show-raw-article): New function.
11135         (gnus-get-newsgroup-headers): Remove space.
11136
11137 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11138
11139         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
11140         (gnus-summary-reply): Use it.
11141         (gnus-summary-reply-broken-reply-to): New function.
11142         (gnus-msg-force-broken-reply-to): New function.
11143
11144         * mm-view.el (mm-inline-text): Showing as text/plain when error.
11145
11146 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11147
11148         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
11149
11150 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11151
11152         * mm-decode.el (mm-external-terminal-program): New variable.
11153         (mm-display-external): Use it. Use term to display when no
11154         window-system.
11155
11156 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
11157
11158         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
11159         Browse->Next entries to Browse->Prev
11160
11161 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11162
11163         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
11164
11165 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11166
11167         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
11168         for the default encoding.
11169
11170         * nnrss.el (nnrss-url-field): New field.
11171         (nnrss-request-article): Add newsgroups.
11172
11173         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
11174
11175 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11176
11177         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
11178
11179         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
11180         (gnus-draft-setup): Remove backlog.
11181
11182 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11183
11184         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
11185         Cleanup.
11186
11187 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11188
11189         * gnus-msg.el (gnus-bug): Erase buffer.
11190
11191         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
11192
11193 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11194
11195         * mm-decode.el (mm-attachment-override-p): Fix typo.
11196
11197 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * gnus-kill.el (gnus-execute): Work with the extra headers.
11200         * gnus-sum.el (gnus-summary-execute-command): Ditto.
11201
11202 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11203
11204         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
11205         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
11206
11207         * message.el (message-send-mail-real-function): New variable.
11208         (message-send-mail-partially, message-send-mail):
11209
11210         * nngateway.el (nngateway-request-post): Use it.
11211
11212         * gnus-agent.el (gnus-agentize): Use it.
11213
11214         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
11215         (nnsoup-revert-variables): Use it.
11216
11217 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
11218
11219         * mm-decode.el (mm-inline-media-tests): Default to displaying as
11220         text/plain if the type doesn't match any other media types.
11221         (mm-inlined-types): Doc fix.
11222         (mm-display-inline): Revert previous change (now handled by a
11223         default type in `mm-inline-media-tests'.
11224         (mm-inlinable-p): Revive.
11225         (mm-display-part): Call `mm-inlinable-p'.
11226         (mm-attachment-override-p): Ditto.
11227         (mm-inlined-p): Doc fix.
11228
11229         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
11230         well as `mm-inlined-p'.
11231
11232 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11233
11234         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
11235         (nntp-send-command-and-decode): Use gnus-point-at-bol.
11236
11237 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11238         From  Paul Jarc <prj@po.cwru.edu>
11239
11240         * message.el (message-use-mail-followup-to): New variable.
11241         (message-get-reply-headers): Use it.
11242
11243 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
11244
11245         * nnheader.el (nnheader-init-server-buffer): Make sure the
11246         *nntpd* buffer is made multibyte instead of a random buffer.
11247
11248 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11249
11250         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
11251         when it returns headers.
11252
11253 2001-07-07  Simon Josefsson  <jas@extundo.com>
11254
11255         * rfc2047.el (rfc2047-encode-message-header): Skip header when
11256         trying to fold. Thanks to Colin Walters
11257         <walters@cis.ohio-state.edu>
11258
11259 2001-07-06  Simon Josefsson  <jas@extundo.com>
11260
11261         * imap.el (imap-parse-address-list, imap-parse-flag-list)
11262         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
11263         Add information in `assert's.
11264
11265         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
11266         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
11267         and `nnimap-group-overview-filename', should handle all
11268         change-of-uidvalidity related issues.  But there may be other
11269         problems.)
11270
11271 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
11272
11273         * rfc2047.el (rfc2047-encode-message-header): Don't include the
11274         header name when folding.
11275
11276 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
11277
11278         * mm-decode.el (mm-inlined-types): Document relationship with
11279         `mm-inline-media-tests'.
11280         (mm-display-inline): Default to displaying as plain text if no
11281         inlining handler is available.
11282         (mm-inlinable-p): Remove.
11283         (mm-inlined-p): Don't call `mm-inlinable-p'.
11284         (mm-automatic-display-p): Ditto.
11285         (mm-attachment-override-p): Ditto.
11286
11287 2001-07-04  Simon Josefsson  <jas@extundo.com>
11288
11289         * nnimap.el (nnimap-importantize-dormant): New variable.
11290         (nnimap-request-update-info-internal): Use it.
11291         (nnimap-request-set-mark): Ditto.
11292
11293 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
11294
11295         * nntp.el (nntp-send-command): don't pass a buffer argument to
11296         `point'. Only XEmacs accepts this.
11297         * nntp.el (nntp-send-command-nodelete): ditto.
11298         * nntp.el (nntp-send-command-and-decode): ditto.
11299
11300 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
11301
11302         * nntp.el (nntp-open-connection-function): doc update.
11303         * nntp.el (nntp-pre-command): New.
11304         * nntp.el (nntp-via-rlogin-command): New.
11305         * nntp.el (nntp-via-telnet-command): New.
11306         * nntp.el (nntp-via-telnet-switches): New.
11307         * nntp.el (nntp-via-user-name): New.
11308         * nntp.el (nntp-via-user-password): New.
11309         * nntp.el (nntp-via-address): New.
11310         * nntp.el (nntp-via-envuser): New.
11311         * nntp.el (nntp-via-shell-prompt): New.
11312         * nntp.el (nntp-open-telnet-stream): New.
11313         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
11314         * nntp.el (nntp-open-via-telnet-and-telnet): New.
11315         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
11316         * nntp.el (nntp-send-command): ditto.
11317         * nntp.el (nntp-send-command-nodelete): ditto.
11318         * nntp.el (nntp-send-command-and-decode): ditto.
11319
11320 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
11321         Trivial patch.
11322
11323         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
11324         `when'.
11325
11326 2001-07-03  Simon Josefsson  <jas@extundo.com>
11327         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
11328
11329         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
11330
11331 2001-07-03  Simon Josefsson  <jas@extundo.com>
11332
11333         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
11334         remove it (workaround XEmacs `fill-region' bug).
11335
11336 2001-07-01  Simon Josefsson  <jas@extundo.com>
11337
11338         * nnimap.el (nnimap-date-days-ago): Defeat locale.
11339
11340 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11341
11342         * mml2015.el (mml2015-format-error): New function.
11343         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
11344         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
11345         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
11346
11347 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11348
11349         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
11350         Suggested by Christoph Conrad <C.Conrad@cli.de>.
11351
11352         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
11353         group variables.
11354
11355 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11356
11357         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
11358
11359         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
11360         (nnrss-save-group-data): Ditto.
11361
11362         * gnus-agent.el (gnus-agent-save-alist): Ditto.
11363
11364 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11365
11366         * message.el (message-do-send-housekeeping): Narrow to headers.
11367
11368 2001-06-24  Simon Josefsson  <jas@extundo.com>
11369
11370         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
11371         insertion when breaking lines looked for " \t" instead of "[ \t]".
11372         (rfc2047-encode-message-header): Fold lines even if
11373         no QP encoding is done.
11374
11375 2001-06-23  Simon Josefsson  <jas@extundo.com>
11376         From Samuel Tardieu <sam@inf.enst.fr>
11377
11378         * smime.el (smime-keys): Support additional certificates.
11379         (smime-make-certfiles): New function.
11380         (smime-sign-region): Use previous variables.
11381         (smime-get-certfiles): New function.
11382         (smime-sign-buffer): Use it.
11383         (smime-verify-region): Support both CAfile and CApath.
11384
11385 2001-06-23  Simon Josefsson  <jas@extundo.com>
11386
11387         * smime.el (smime-decrypt-region): Perhaps work.
11388
11389 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11390
11391         * gnus-msg.el (gnus-copy-article-buffer): Typo.
11392
11393 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
11394
11395         * mm-decode.el (mm-save-part): Rewrite file name.
11396         (mm-file-name-rewrite-functions): New variable.
11397         (mm-file-name-delete-whitespace): New function.
11398         (mm-file-name-trim-whitespace): New function.
11399         (mm-file-name-collapse-whitespace): New function.
11400         (mm-file-name-replace-whitespace): New variable and function.
11401
11402 2001-06-22  Simon Josefsson  <jas@extundo.com>
11403
11404         * message.el (message-make-date): Workaround locale for weekdays.
11405
11406 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11407
11408         * message.el (message-goto-body): Return nil if not found. (revert!)
11409
11410 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11411         From Fremlin <chief@bandits.org>
11412
11413         * message.el (message-goto-body): Some messages have no header.
11414
11415         * gnus-msg.el (gnus-copy-article-buffer): Use it.
11416
11417 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
11418
11419         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
11420
11421 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11422
11423         * message.el (message-make-date): Add week day.
11424         Suggested by Jason R. Mastaler <jason@mastaler.com>.
11425
11426 2001-06-19  Simon Josefsson  <jas@extundo.com>
11427
11428         * message.el (message-yank-prefix): Doc fix.
11429         (message-yank-cited-prefix): Ditto.
11430         (message-delete-not-region): Keep citation prefix on first line,
11431         if possible and appropriate.
11432
11433 2001-06-19  Simon Josefsson  <jas@extundo.com>
11434
11435         * imap.el (imap-process-connection-type): New variable.
11436         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
11437         recent `imtest's work completely (no line length issues), while
11438         making making old `imtest's unusable.  Thanks to NAGY Andras
11439         <nagya@inf.elte.hu> for his work.
11440
11441 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
11442
11443         * imap.el (imap-ssl-program): Add -quiet to shut up
11444         OpenSSL/SSLeay's internal debug talk.
11445
11446 2001-06-19  Matt Armstrong  <matt@lickey.com>
11447
11448         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
11449         server.
11450
11451 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11452
11453         * nnmail.el (nnmail-article-buffer): New variable.
11454         (nnmail-split-incoming): Use it.
11455
11456 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
11457
11458         * qp.el (quoted-printable-decode-region): If called interactively,
11459         use coding-system-for-read.
11460
11461 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11462
11463         * message.el (message-check-news-header-syntax): Check Reply-To.
11464
11465 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11466
11467         * mml.el (mml-parse-1): Use message options.
11468
11469         * message.el (message-do-fcc): Don't do anything if there is no
11470         FCC.
11471
11472 2001-06-16  Simon Josefsson  <jas@extundo.com>
11473
11474         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
11475         (nnimap-expunge-search-string): New variable.
11476         (nnimap-request-expire-articles): Use it.
11477
11478 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11479
11480         * message.el (message-send-mail-with-qmail): wrong exit status is
11481         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
11482
11483 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11484
11485         * gnus-art.el (article-strip-multiple-blank-lines): Use
11486         delete-region instead of replace-match.
11487
11488 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11489
11490         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
11491         (nnweb-google-wash-article): Ditto.
11492
11493 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
11494
11495         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
11496
11497 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11498
11499         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
11500         specs.
11501
11502 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11503
11504         * gnus.el (gnus-email-address): Move it here.
11505
11506         * gnus-art.el (article-de-quoted-unreadable): Read charset if
11507         requested.
11508         (article-de-base64-unreadable): Ditto.
11509         (article-wash-html): Ditto.
11510
11511 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11512
11513         * message.el (message-options-set-recipient): Don't add ", "
11514         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
11515
11516 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11517
11518         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
11519
11520 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11521
11522         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
11523         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
11524
11525         * nnrss.el (nnrss-node-text): Node might be nil.
11526
11527 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11528
11529         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
11530         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
11531
11532         * nnrss.el (nnrss-group-alist): More items.
11533
11534 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11535
11536         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
11537
11538 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11539         Trivial patch from Dale Hagglund  <rdh@best.com>
11540
11541         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
11542         restrict clauses.
11543
11544 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11545
11546         From Benjamin Rutt <brutt+news@bloomington.in.us>
11547
11548         * message.el (message-wide-reply-confirm-recipients): New variable.
11549
11550 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
11551         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
11552
11553         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
11554         fix so it works with XEmacs.
11555
11556 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11557
11558         * nnrss.el (nnrss-retrieve-headers): Support description as extra
11559         headers.
11560
11561 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11562
11563         * nnrss.el: Fix a few bugs.
11564
11565 2001-06-05  Simon Josefsson  <jas@extundo.com>
11566
11567         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
11568         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
11569
11570 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
11571
11572         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
11573         binary so that we don't transmit ISO 2022 garbage to the process.
11574         This is needed under XEmacs.
11575
11576 2001-06-03  Simon Josefsson  <simon@josefsson.org>
11577
11578         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
11579         autoloaded incorrectly below because ssl-program-* is bound.)
11580         Thanks to Amos Gouaux for report.
11581
11582 2001-06-02  Simon Josefsson  <simon@josefsson.org>
11583
11584         * imap.el (imap-kerberos4-open):
11585         (imap-gssapi-open):
11586         (imap-ssl-open):
11587         (imap-network-open):
11588         (imap-shell-open):
11589         (imap-starttls-open): Set buffer to workaround spurious
11590         `accept-process-output' buffer changes.  Thanks to Mats Lidell
11591         <Mats.Lidell@contactor.se> for report and partial patch and Jake
11592         Colman <colman@ppllc.com> for report.
11593
11594 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11595
11596         * gnus-sum.el (gnus-summary-catchup): New argument.
11597         (gnus-summary-catchup-from-here): New function.
11598
11599 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11600
11601         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
11602         back, then insert glyph.  (Before, the glyph was inserted first,
11603         then the newline.)  This works around a behavior in XEmacs where
11604         it is not possible to insert a character after a glyph which is at
11605         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
11606
11607 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11608
11609         From Jaap-Henk Hoepman (jhh@xs4all.nl).
11610
11611         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
11612         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
11613         mm-destroy-postponed-undisplay-list): New functions.
11614         (mm-display-external): Use them.
11615
11616 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11617
11618         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
11619         `default-low' when evaluating `gnus-summary-highlight'.
11620         From Raja R Harinath <harinath@cs.umn.edu>.
11621
11622 2001-05-27  Simon Josefsson  <simon@josefsson.org>
11623
11624         * message.el (message-yank-cited-prefix): New variable.
11625         (message-indent-citation): Use it.
11626
11627         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
11628         as details.
11629         (mml2015-mailcrypt-clear-verify): Ditto.
11630
11631 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11632         From Nevin Kapur <nevin@jhu.edu>.
11633
11634         * gnus-sum.el (gnus-summary-default-high-score,
11635         gnus-summary-default-low-score): New variables.
11636         (gnus-summary-highlight): Use them.
11637
11638 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
11639
11640         * message.el (message-mail): pass the 'send-actions argument to
11641         `message-setup'.
11642
11643 2001-05-16  Simon Josefsson  <simon@josefsson.org>
11644         From Raymond Scholz <ray-2001@zonix.de>
11645
11646         * gnus-art.el (gnus-mime-view-part-as-charset):
11647         (gnus-mime-internalize-part): Doc fixes.
11648
11649 2001-05-11  Simon Josefsson  <simon@josefsson.org>
11650
11651         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
11652         status lines without any text ("^215$").
11653
11654 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11655
11656         * nnrss.el (nnrss-check-group): Reverse.
11657
11658 2001-05-07  Simon Josefsson  <simon@josefsson.org>
11659
11660         * message.el (message-get-reply-headers):
11661         (message-followup): Fix typo, suggested by David Green
11662         <dgreen@uab.edu>
11663
11664 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11665
11666         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
11667
11668         * nnrss.el (nnrss-open-server): Read server data when it is called.
11669         (nnrss-request-expire-articles): Fix.
11670
11671 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11672
11673         * message.el (message-do-send-housekeeping): mail-abbrevs may
11674         rename buffer behind Gnus.
11675
11676 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11677
11678         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
11679         (nnrss-group-alist): Add more resources.
11680         (nnrss-check-group): Ignore errors.
11681
11682 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11683
11684         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
11685
11686         * nnslashdot.el (nnslashdot-request-list): Add time.
11687         (nnslashdot-request-expire-articles): New function.
11688
11689         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
11690         secondary methods too.
11691
11692 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11693
11694         * message.el (message-use-followup-to): Set default value to t.
11695
11696 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
11697
11698         * message.el (message-dont-reply-to-names): Fix documentation.
11699         (message-get-reply-headers): Use Mail-Followup-To only for wide
11700         replies.
11701
11702 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11703
11704         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
11705         correctly.
11706         (nnrss-check-group): Use time.
11707
11708 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11709
11710         * gnus.el: Oort Gnus v0.03 is released.
11711
11712 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11713
11714         * nnultimate.el (nnultimate-topic-article-to-article): Use the
11715         group.
11716
11717 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11718
11719         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
11720
11721 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11722
11723         * nnultimate.el (nnultimate-retrieve-headers): Return all
11724         available headers.
11725
11726         * gnus-sum.el (gnus-read-all-available-headers): New variable.
11727         (gnus-get-newsgroup-headers-xover): Use it.
11728
11729 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11730
11731         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
11732
11733 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11734
11735         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
11736
11737 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11738
11739         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
11740         disable it.
11741
11742         * gnus.el (gnus-info-nodes): Remove a few The's.
11743
11744 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11745
11746         * mail-source.el (mail-source-movemail): Call-process may return a
11747         signal description string.
11748
11749         * gnus-start.el (gnus-read-newsrc-el-file):
11750         gnus-newsrc-file-version may be nil.
11751
11752         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
11753         Suggested by Michael Sperber [Mr. Preprocessor]
11754         <sperber@informatik.uni-tuebingen.de>.
11755
11756 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
11757
11758         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
11759
11760 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
11761
11762         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
11763         fontify HANDLE.
11764
11765 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11766
11767         * smime.el (smime-ask-passphrase): Rework to return value.
11768         (smime-sign-region): Rework to bind value and use it.
11769         (smime-decrypt-region): Ditto.
11770
11771 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11772         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
11773
11774         * smime.el (smime-ask-passphrase): New function.
11775         (smime-sign-region): Use it.
11776         (smime-encrypt-cipher): New variable.
11777         (smime-decrypt-region): Ditto.
11778
11779 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
11780         Committed by Simon Josefsson  <simon@josefsson.org>
11781
11782         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
11783         the log.
11784
11785 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11786
11787         * gnus.el: Oort Gnus v0.02 is released.
11788
11789 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
11790
11791         * gnus.el: Oort Gnus v0.01 is released.
11792
11793 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11794
11795         * gnus-sum.el (gnus-summary-highlight): Highlight read
11796         undownloaded articles as read articles.
11797
11798         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
11799         (gnus-agent-get-undownloaded-list): Mark all undownloaded
11800         articles, even read ones, as such.
11801
11802         * gnus-sum.el (gnus-summary-find-matching): Clean up.
11803         (gnus-find-matching-articles): New function.
11804         (gnus-summary-limit-include-matching-articles): New command.
11805         (gnus-summary-limit-include-thread): Include articles that have
11806         matching subjects.
11807         (gnus-offer-save-summaries): Clean up.
11808
11809 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11810
11811         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
11812
11813 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11814         From Jason Merrill <jason_merrill@redhat.com>
11815
11816         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
11817
11818 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
11819         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11820
11821         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
11822         newsgroup names when the original article is a news message.
11823
11824 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11825
11826         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
11827         supported. Suggest by Jim Meyering <jim@meyering.net>.
11828
11829 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
11830         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
11831
11832         * nnmail.el (nnmail-split-it): Added check for .* at the end of
11833         regexp in nnmail-split-fancy.
11834
11835 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11836
11837         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
11838
11839 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
11840
11841         * message.el (message-send-mail): Improve the interaction with the
11842         user.
11843
11844 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11845
11846         * imap.el (imap-message-copy): Work around buggy servers that
11847         doesn't send TRYCREATE tags.
11848
11849 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
11850
11851         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
11852
11853 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11854
11855         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
11856         date.
11857
11858 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11859
11860         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
11861         lives.
11862
11863 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11864
11865         * gnus-art.el (gnus-parse-news-url): New function.
11866         (gnus-button-handle-news): New function.
11867         (gnus-button-alist): Point to new functions.
11868
11869         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
11870
11871         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
11872         gnus-format-specs.
11873
11874         * message.el (message-check-news-header-syntax): Question even
11875         when Gnus doesn't know the group names.
11876         (message-send-news): Clean up.
11877
11878         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
11879         exited on purpose without saving.
11880
11881         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
11882
11883 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11884
11885         * gnus-score.el (gnus-score-orphans): Clean up.
11886
11887         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
11888
11889         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
11890         later.
11891
11892         * gnus-start.el (gnus-close-all-servers): Find the right items to
11893         close.
11894
11895         * qp.el (quoted-printable-decode-region): Just message
11896         malformation; don't quit.
11897
11898 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11899         From Gerd Moellmann <gerd@gnu.org>.
11900
11901         * gnus.el (gnus-interactive): A typo.
11902
11903 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
11904         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11905
11906         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
11907         `assq-delete-all', if that function exists; otherwise use the old
11908         definition. Documentation changed to match the one in
11909         `assq-delete-all'.
11910
11911 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11912
11913         * gnus-start.el (gnus-close-all-servers): New function.
11914
11915         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
11916         (gnus-server-remove-denials): Clean up.
11917
11918         * gnus-sum.el (gnus-summary-sort-by-original): New command and
11919         keystroke.
11920
11921 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11922
11923         * message.el (message-send-news): Message where we are sending.
11924         (message-send-mail): Ditto.
11925
11926         * gnus.el (gnus-server-string): New function.
11927
11928         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
11929
11930         * mm-decode.el (mm-default-directory): Customized.
11931         (mm-tmp-directory): Ditto.
11932
11933         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
11934         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
11935         or Chars.
11936         (gnus-summary-line-format-alist): ?l is now a string.
11937         (gnus-summary-prepare-threads): Output ? for unknown lines.
11938         (gnus-summary-insert-line): Ditto.
11939         (gnus-summary-print-article): Unbalanced parentheses.
11940
11941         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
11942         out whether new stuff has arrived.
11943
11944 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
11945
11946         * gnus-sum.el: Let printing work on ttys on Emacs.
11947
11948 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11949
11950         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
11951         when forcing news.
11952
11953         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
11954         command.
11955
11956 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
11957
11958         * message.el (message-set-auto-save-file-name): Don't use
11959         asterisks under nt.
11960
11961 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11962
11963         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
11964         lists of articles.
11965
11966         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
11967
11968         * gnus-msg.el (gnus-put-message): Clean up.
11969         (gnus-summary-reply): Mark all replied-to articles as replied to.
11970         (gnus-inews-add-send-actions): Also mark as forwarded.
11971         (gnus-summary-mail-forward): Mark as forwarded.
11972
11973         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
11974         of articles.
11975         (gnus-summary-mark-article-as-forwarded): Ditto.
11976
11977         * gnus-msg.el (gnus-summary-resend-message): Mark article as
11978         forwarded.
11979         (gnus-summary-mail-forward): Clean up.
11980
11981         * gnus.el (gnus-article-mark-lists): Added forward.
11982
11983         * gnus-sum.el (gnus-forwarded-mark): New variable.
11984         (gnus-summary-prepare-threads): Use it.
11985         (gnus-summary-update-secondary-mark): Ditto.
11986         (gnus-newsgroup-forwarded): New variable.
11987
11988 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11989
11990         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
11991         (gnus-summary-very-wide-reply): New command and keystroke.
11992         (gnus-summary-very-wide-reply-with-original): Ditto.
11993
11994         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
11995         (gnus-score-adaptive): Use it.
11996
11997         * gnus-start.el (gnus-get-unread-articles): Clean up.
11998
11999 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12000
12001         * nnultimate.el (nnultimate-retrieve-headers): Work for other
12002         boards.
12003
12004 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
12005
12006         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
12007         * gnus-start.el (gnus-subscribe-newsgroup): use it.
12008
12009 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12010
12011         * nnultimate.el (nnultimate-retrieve-headers): Understand
12012         long-form month names.
12013
12014 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12015
12016         * gnus-sum.el (gnus-summary-show-all-headers):
12017         gnus-article-show-all-headers is broken. Use
12018         gnus-summary-toggle-header instead.
12019
12020         * mml2015.el (mml2015-gpg-extract-from): No error.
12021
12022 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12023         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
12024
12025         * mml2015.el (mml2015-gpg-extract-from): New function.
12026         (mml2015-gpg-verify): Use it.
12027         (mml2015-gpg-clear-verify): Use it.
12028
12029 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12030
12031         * message.el (message-setup-fill-variables): Use
12032         fill-paragraph-function.
12033         (message-fill-paragraph): Take an argument.
12034         (message-newline-and-reformat): Take another argument.
12035
12036 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12037
12038         * message.el (rmail-output): It is in rmailout.el not rmail.el.
12039
12040 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12041
12042         * message.el (message-forward): local-variable-p takes an extra
12043         argument in XEmacs.
12044
12045 2001-03-16  Simon Josefsson  <simon@josefsson.org>
12046
12047         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
12048         `nnimap-use-nov-p' (it really tested the negative).
12049         (nnimap-retrieve-headers): Use it.
12050
12051 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12052
12053         * message.el (message-generate-headers-first): Update doc.
12054
12055 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
12056         Trivial patch.
12057
12058         * gnus.el (gnus-summary-line-format): Typo.
12059
12060 2001-03-11  Simon Josefsson  <simon@josefsson.org>
12061
12062         * mailcap.el (mailcap-mime-data): Add application/sieve.
12063         (mailcap-mime-extensions): Add .siv, .xls.
12064
12065 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12066         From Christoph Conrad <christoph.conrad@gmx.de>
12067
12068         * gnus-score.el (gnus-summary-lower-thread): Typo.
12069
12070 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12071
12072         * message.el (message-forward-decoded-p): New variable.
12073         (message-forward-subject-author-subject): Use it.
12074         (message-make-forward-subject): Use it.
12075         (message-forward): Use it.
12076
12077         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
12078
12079         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
12080         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
12081
12082 ;;Has been fixed -- zsh.
12083 ;;2001-03-05  Dave Love  <fx@gnu.org>
12084 ;;
12085 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
12086 ;;      Move it after definition of mm-coding-system-p.
12087 ;;
12088 2001-03-01  Dave Love  <fx@gnu.org>
12089
12090         * mm-util.el (mm-inhibit-file-name-handlers): Add
12091         image-file-handler.
12092
12093 2001-02-11  Dave Love  <fx@gnu.org>
12094
12095         * message.el (message-signature-file): Fix doc, :type.
12096
12097 2001-02-08  Dave Love  <fx@gnu.org>
12098
12099         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
12100         (message-posting-charset): Defvar when compiling again.
12101         (rfc2047-encodable-p): Require message.
12102
12103         * gnus-sum.el (gnus-alter-articles-to-read-function):
12104         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
12105
12106 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12107
12108         * nnrss.el: New file.
12109
12110 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
12111         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12112
12113         * rfc2047.el (rfc2047-unfold-region): Fix arg of
12114         `skip-chars-forward'.
12115
12116 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12117
12118         * nndraft.el (nndraft-request-group): Restore auto save files if
12119         the original files do not exist.
12120
12121 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12122
12123         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
12124         SCORE paths.
12125
12126         * mm-decode.el (mm-dissect-buffer): Call
12127         mail-extract-address-components only if necessary.
12128
12129 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12130
12131         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
12132         directory part.
12133         (gnus-score-search-global-directories): Use file-directory-p.
12134
12135         * gnus-score.el (gnus-score-score-files-1): Use
12136         gnus-kill-files-directory.
12137         From Adrian Aichner <adrian@xemacs.org>.
12138
12139 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12140
12141         * gnus.el (charset): Move here from gnus-sum.el.
12142
12143 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12144
12145         * mml.el (mml-preview): Disable local map.
12146
12147         * gnus-sum.el (gnus-summary-make-menu-bar): Make
12148         gnus-article-post-menu here.
12149
12150         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
12151         if it has not been made.
12152
12153 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12154
12155         * gnus-art.el (gnus-article-describe-key): Map key to event.
12156         (gnus-article-describe-key-briefly): Ditto
12157
12158 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12159
12160         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
12161
12162 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12163         From Katsumi Yamaoka <yamaoka@jpl.org>.
12164
12165         * dgnushack.el (coerce, merge, subseq): defmacro.
12166
12167 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12168
12169         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
12170         A fake defalias in nndraft.el results a not-activated bug in
12171         uncompiled versions.
12172
12173 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
12174         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12175
12176         * gnus-util.el (gnus-split-references): Handle malformed References:.
12177
12178 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12179
12180         * gnus-art.el (gnus-article-mime-part-status): 1 part.
12181
12182 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12183         From NAGY Andras <nagya@inf.elte.hu>.
12184
12185         * gnus.el (gnus-parameters): Typo.
12186
12187 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12188
12189         * gnus.el (gnus-read-method): Remove redundancy.
12190
12191 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12192
12193         * nnslashdot.el (nnslashdot-backslash-url): New variable.
12194         (nnslashdot-request-list): Use it.
12195
12196 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12197
12198         * nnml.el (nnml-generate-active-info): Fix the case when there is
12199         no file.
12200
12201         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
12202         (gnus-summary-create-article): New function.
12203
12204         * gnus-group.el (gnus-group-mark-article-read): New function.
12205
12206         * gnus-msg.el (gnus-inews-do-gcc): Use it.
12207
12208         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
12209
12210 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12211
12212         * gnus-art.el (gnus-article-edit-done): Don't use
12213         gnus-article-edit-exit.
12214         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
12215
12216         * gnus.el (gnus-parameters): New variable.
12217         Suggested by NAGY Andras <nagya@inf.elte.hu>.
12218         (gnus-parameters-get-parameter): New function.
12219         (gnus-group-find-parameter): Use it.
12220
12221 2001-02-23  Simon Josefsson  <simon@josefsson.org>
12222
12223         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
12224         change of default value to `current'.
12225
12226 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12227
12228         * nneething.el (nneething-get-head): Insert unreadable file too.
12229
12230 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12231
12232         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
12233
12234         * webmail.el (webmail-type-definition): Deja is bought by google.
12235
12236 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12237
12238         * gnus-sum.el (gnus-fetch-headers): New function.
12239         (gnus-select-newsgroup): Use it.
12240         (gnus-summary-insert-articles): New function.
12241         (gnus-summary-insert-old-articles): New function.
12242         (gnus-summary-insert-new-articles): New function.
12243
12244         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
12245         (gnus-group-list-active): Ditto.
12246         * gnus-sum.el (gnus-set-mode-line): Ditto.
12247         (gnus-summary-read-group-1): Ditto.
12248
12249 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12250
12251         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
12252         current topic.
12253
12254 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12255
12256         * smiley.el (gnus-smiley-display): Don't do widening.
12257
12258         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
12259         within body.
12260
12261         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
12262
12263         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
12264         New variable.
12265         (gnus-mime-display-multipart-related-as-mixed): New variable.
12266         (gnus-mime-display-part): Use them.
12267
12268 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12269
12270         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
12271         something special.
12272
12273 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12274
12275         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
12276         (nnweb-request-article): Call reference if exists.
12277         (nnweb-type-definition): Dejanews is bought by google.com.
12278         Beta!
12279
12280 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12281
12282         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
12283
12284 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12285
12286         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
12287         gnus-article-sort-functions.
12288         (gnus-article-sort-functions): Doc fix.  Refer to
12289         gnus-thread-sort-functions.
12290
12291 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12292         From Paul Jarc <prj@po.cwru.edu>.
12293
12294         * message.el (message-get-reply-headers): More fixes.
12295
12296 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
12297         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12298
12299         * message.el (message-get-reply-headers): Fix bug with
12300         Mail-Followup-To/to-address interaction.
12301
12302 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12303
12304         * gnus-msg.el (gnus-configure-posting-styles): Match header in
12305         gnus-article-copy.
12306
12307 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12308
12309         * message.el (message-do-send-housekeeping): Rename to a better
12310         name.
12311
12312 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12313
12314         * message.el (message-cancel-news): Check article first, then ask
12315         yes or no.
12316
12317 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12318
12319         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
12320
12321 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12322
12323         * gnus-range.el (gnus-range-normalize): New function.
12324
12325 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
12326
12327         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
12328
12329 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12330
12331         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
12332
12333         * nnagent.el (nnagent-request-regenerate): New function.
12334
12335         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
12336
12337         * nnml.el (nnml-generate-nov-databases): Accept argument
12338         server. Don't open server if it is opened.
12339         (nnml-request-regenerate): Use it. Change to deffoo.
12340
12341 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12342         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12343
12344         * gnus.el (gnus-define-group-parameter): Fix.
12345
12346 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12347
12348         * gnus.el (gnus-define-group-parameter): Improved.
12349
12350         * gnus-sum.el (charset): Define parameter.
12351         (ignored-charsets): Ditto.
12352         (gnus-summary-setup-default-charset): Use them.
12353
12354         * gnus-start.el (gnus-read-descriptions-file): Use them.
12355
12356         * gnus-cus.el (gnus-group-parameters): Remove them.
12357
12358 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12359
12360         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
12361
12362 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12363
12364         * gnus-sum.el (gnus-summary-read-group-1): Remove
12365         gnus-summary-set-local-parameters.
12366         (gnus-summary-setup-buffer): Put it here.
12367
12368 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12369
12370         * gnus.el (to-address): Define parameter.
12371         (to-list): Ditto.
12372         * gnus-art.el (article-hide-boring-headers): Use them.
12373         * gnus-msg.el (gnus-post-news): Ditto.
12374         * gnus-cus.el (gnus-group-parameters): Remove them.
12375
12376 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12377
12378         * gnus-draft.el (gnus-draft-reminder): New function.
12379
12380         * gnus-art.el (gnus-sender-save-name): New function.
12381
12382 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12383
12384         * mm-util.el (mm-mime-charset): Error message.
12385
12386 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12387
12388         * message.el (message-check-news-body-syntax): Don't check mml lines.
12389
12390 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12391
12392         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
12393         subscribe.
12394
12395         * gnus-start.el (gnus-call-subscribe-functions): New function.
12396         (gnus-find-new-newsgroups): Use it.
12397         (gnus-ask-server-for-new-groups): Use it.
12398         (gnus-check-first-time-used): Use it.
12399         (gnus-subscribe-newsgroup-method): Grok a list of functions.
12400         (gnus-subscribe-options-newsgroup-method): Ditto.
12401         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
12402         return .
12403
12404 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12405
12406         * gnus-cus.el (gnus-score-customize): Doc fix.
12407
12408 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
12409
12410         * dgnushack.el (my-getenv): Typo.
12411
12412 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12413
12414         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
12415
12416 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12417
12418         * gnus-group.el (gnus-group-suspend): Offer save summaries.
12419
12420         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
12421         (gnus-treatment-function-alist): Use it.
12422         (article-remove-leading-whitespace): New function.
12423         (gnus-article-make-menu-bar): Use it.
12424
12425         * gnus-sum.el (gnus-summary-wash-empty-map): Add
12426         remove-leading-whitespace.
12427         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
12428         because of conflict.
12429
12430 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12431
12432         * Makefile.in: Hack generating gnus-load.el.
12433         * dgnushack.el: Ditto.
12434         * gnus-load.el: Remove it.
12435
12436 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12437
12438         * dgnushack.el : Add URLDIR.
12439
12440         * Makefile.in (EMACS_COMP): Ditto.
12441
12442 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12443
12444         * gnus-cus.el (gnus-score-customize): Error on no score file.
12445
12446 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12447
12448         * mm-decode.el (mm-merge-handles): New function.
12449
12450         * mm-view.el (mm-inline-message): Use it.
12451         (mm-view-message): Ditto.
12452
12453         * mm-partial.el (mm-inline-partial): Ditto.
12454
12455         * mm-extern.el (mm-inline-external-body): Ditto.
12456
12457         * gnus-art.el (gnus-mime-view-part): Ditto.
12458         (gnus-mime-view-part-as-type): Ditto.
12459         (gnus-mime-save-part-and-strip): Prevent users to strip in some
12460         cases.
12461
12462 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12463
12464         * message.el (message-cancel-news): Allow to shoot foot.
12465         (message-supersede): Ditto.
12466
12467 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
12468         Trivial patch.
12469
12470         * gnus-sum.el (gnus-simplify-subject-re): Use
12471         message-subject-re-regexp.
12472
12473 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12474
12475         * nnmail.el (nnmail-expiry-target-group): Bind
12476         nnmail-cache-accepted-message-ids to nil.
12477
12478         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
12479         coding system.
12480
12481 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12482
12483         * qp.el (quoted-printable-encode-region): Make sure characters are
12484         between 00 and FF.  Don't check charset.
12485
12486         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
12487         in Emacs 20.
12488         * rfc2047.el (rfc2047-q-encode-region): Ditto.
12489
12490 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12491
12492         * message.el (message-make-forward-subject): Argument decoded.
12493         (message-forward): Use it when digest.
12494
12495         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
12496         buffer.
12497
12498 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12499
12500         * message.el (message-generate-headers-first): Doc fix.
12501
12502 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12503
12504         * gnus-art.el (article-make-date-line): Error proof.
12505
12506 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12507
12508         * gnus-group.el (gnus-group-listing-limit): New variable.
12509         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
12510
12511         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
12512
12513 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12514
12515         * message.el (message-newline-and-reformat): Special case for
12516         breaking at BOL.
12517
12518 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
12519
12520         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
12521         message/rfc822.
12522
12523 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12524
12525         * message.el (message-encode-message-body): Don't insert
12526         Content-Type if it is inside a mail.
12527
12528 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12529
12530         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
12531         gnus-article-commands-menu.
12532
12533         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
12534         in Emacs.
12535
12536         * gnus-start.el (gnus-read-descriptions-file): Use
12537         gnus-group-name-charset and gnus-group-charset-alist.
12538
12539 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12540
12541         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
12542         active region.
12543
12544         * gnus-start.el (gnus-group-change-level): Remove from both
12545         gnus-zombie-list and gnus-killed-list.
12546
12547 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12548
12549         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
12550         gnus-subscribe-topics.
12551
12552         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
12553
12554 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12555
12556         * gnus-art.el (gnus-article-make-menu-bar): Make
12557         gnus-article-post-menu.
12558
12559         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
12560
12561         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
12562
12563         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
12564
12565         * message.el (message-mode-menu): Ditto.
12566
12567         * gnus-art.el (defvar): eval-when-compile.
12568
12569 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12570
12571         * gnus-agent.el (gnus-agentize): Fix doc.
12572
12573 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
12574
12575         * mml.el (mml-preview): Bind `q'.
12576
12577 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12578
12579         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
12580
12581 2001-01-31  Dave Love  <fx@gnu.org>
12582
12583         * mm-util.el (mm-mime-mule-charset-alist)
12584         (mm-find-mime-charset-region): Consider mule-utf-8.
12585
12586 2001-01-31  Dave Love  <fx@gnu.org>
12587
12588         * gnus-art.el (gnus-article-x-face-command)
12589         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
12590         :version.
12591
12592 2001-01-26  Dave Love  <fx@gnu.org>
12593
12594         * mm-util.el (mm-multibyte-string-p): New.
12595
12596 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
12597 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
12598 ;;      string-as-multibyte on class.  Clarify line-folding.
12599         (quoted-printable-encode-string): Make temp buffer inherit
12600         string's multibyteness.
12601
12602 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
12603
12604         * nnheader.el (toplevel): Don't require `gnus-util' at
12605         compile-time; this creates a circular dependency, and prevents
12606         a bootstrap.
12607
12608 2001-01-22  Andreas Schwab  <schwab@suse.de>
12609
12610         * nnheader.el (gnus-delete-line): Autoload it as a macro.
12611
12612 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12613
12614         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
12615
12616         * gnus-art.el (article-hide-list-identifiers): Ditto.
12617
12618         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
12619
12620 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12621
12622         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
12623
12624         * gnus-art.el (article-hide-list-identifiers): Similar.
12625
12626 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
12627
12628         * nnmail.el (nnmail-remove-list-identifiers): Improved.
12629
12630 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12631
12632         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
12633
12634 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12635
12636         * gnus-util.el (gnus-string-equal): New function.
12637
12638         * gnus-art.el (article-hide-boring-headers): Use it.
12639
12640 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
12641
12642         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
12643
12644 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12645
12646         * gnus-msg.el (gnus-msg-mail): Support switch-action.
12647
12648 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12649
12650         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
12651         command if there is not last-saver.
12652
12653 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12654
12655         * nntp.el (nntp-open-connection): 201 is possible.
12656
12657 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12658
12659         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
12660         (rfc2047-charset-encoding-alist): Add big5.
12661
12662 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12663
12664         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
12665         (gnus-agent-remove-server): Ditto.
12666         (autoload): gnus-server-update-server.
12667
12668         * gnus-srvr.el (gnus-server-line-format): Add %a.
12669         (gnus-server-line-format-alist): Add gnus-tmp-agent.
12670         (gnus-server-insert-server-line): Use it.
12671
12672 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12673
12674         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
12675         GB2312 and Big5.
12676
12677 2001-01-24  Simon Josefsson  <sj@extundo.com>
12678
12679         * mail-source.el (mail-sources): Add :program specifier to IMAP
12680         mail source.
12681         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
12682
12683 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12684
12685         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
12686
12687 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12688
12689         * nntp.el (nntp-wait-for): Return the success code.
12690         (nntp-open-connection): Use it.
12691
12692 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12693
12694         * gnus-int.el (gnus-check-server): Allow breaking the opening.
12695
12696 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12697
12698         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
12699
12700 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12701
12702         * gnus-sum.el (gnus-summary-print-article): Take one prefix
12703         argument. Allow to print several articles in one file.
12704
12705 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12706
12707         * webmail.el (webmail-type-definition): netaddress changes.
12708
12709 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12710
12711         * gnus.el: Fix copyright. Remove trailing spaces.
12712
12713         * message.el (message-forward): Use mule4.
12714
12715 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12716
12717         * mm-util.el (mm-string-as-unibyte): New function.
12718
12719         * message.el (message-forward): Use it.
12720
12721 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12722
12723         * message.el (message-cite-original-without-signature): Don't peel
12724         off the blank line.
12725         (message-get-reply-headers): Add Cc if it is not in follow-to.
12726
12727 2001-01-20  Simon Josefsson  <sj@extundo.com>
12728
12729         * mm-decode.el (mm-handle-multipart-from): Add.
12730         (mm-dissect-buffer): Save From: header value.
12731         (mm-security-from): Remove.
12732         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
12733
12734         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
12735         instead of `mml-security-from'.  Protect null from value.
12736
12737 2001-01-20  Simon Josefsson  <sj@extundo.com>
12738
12739         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
12740         application/vnd.ms-excel attachments.
12741
12742 2001-01-19  Simon Josefsson  <sj@extundo.com>
12743
12744         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
12745
12746 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12747
12748         * message.el (message-ignored-mail-headers): Ditto.
12749
12750 2001-01-19  Simon Josefsson  <sj@extundo.com>
12751
12752         * message.el (message-ignored-news-headers): Only search beginning
12753         of line.
12754
12755 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
12756         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
12757
12758         * message.el (message-send-mail): Content-Type may not be there.
12759
12760 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12761
12762         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
12763         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
12764
12765         * gnus-art.el (article-display-x-face): Insert X-Face if there is
12766         not.
12767
12768 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12769
12770         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
12771         non-native groups.
12772
12773 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12774
12775         * message.el (message-yank-original): Understand
12776         universal-argument.
12777
12778 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12779
12780         * gnus-art.el (gnus-boring-article-headers): Add to-address.
12781         (article-hide-boring-headers): Ditto.
12782
12783         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
12784
12785 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12786
12787         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
12788         one.
12789
12790 2001-01-16  Simon Josefsson  <simon@josefsson.org>
12791
12792         * message.el (message-make-in-reply-to): Add comment to message-id
12793         (old syntax, see 2000-08-02 change).
12794
12795 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12796
12797         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
12798         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
12799         (gnus-button-reply): Ditto.
12800
12801 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12802
12803         * gnus-art.el (article-display-x-face): Fix.
12804
12805 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12806
12807         * gnus-art.el (article-display-x-face): Use
12808         gnus-original-article-buffer.
12809
12810 2001-01-15  Jack Twilley  <jmt@tbe.net>
12811
12812         * message.el (message-add-header): Move to point-max.
12813
12814 2001-01-15  Simon Josefsson  <simon@josefsson.org>
12815
12816         * smime.el (smime-CA-directory, smime-CA-file): Change default to
12817         nil, improve documentation.
12818         (smime-certificate-directory): Comment out false hints (until it
12819         is implemented).
12820
12821         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
12822         there aren't any keys.
12823         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
12824         verify certificate.  Default is changed to only check integrity.
12825         Improved security status texts.  If a certificate doesn't contain
12826         a email address, don't fail.
12827
12828         * smime.el (smime-noverify-region):
12829         (smime-noverify-buffer): New functions.  Verifies integrity only.
12830
12831 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12832
12833         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
12834
12835 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12836
12837         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
12838         (gnus-remove-some-windows): Ditto.
12839
12840 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12841
12842         * gnus-art.el (article-make-date-line): 11th.
12843
12844 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12845
12846         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
12847         (mml2015-gpg-sign): Ditto.
12848
12849 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12850
12851         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
12852         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
12853
12854 2001-01-08  Dave Love  <fx@gnu.org>
12855
12856         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
12857         single character.
12858
12859         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
12860
12861         * message.el: Doc and message fixes.
12862         (message-send-rename-function)
12863         (message-make-forward-subject-function)
12864         (message-send-mail-function, message-reply-to-function)
12865         (message-wide-reply-to-function, message-followup-to-function)
12866         (message-distribution-function, message-auto-save-directory): Fix
12867         :type.
12868
12869         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
12870         proceeding after warnings.  Amend multipart warning message.
12871
12872 2001-01-04  Dave Love  <fx@gnu.org>
12873
12874         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
12875         compiling.
12876         (gnus-make-directory): Require nnmail.
12877
12878         * mm-decode.el (mm-inline-media-tests): Add
12879         image/x-portable-bitmap.
12880         (mm-get-image): Grok pbm.
12881
12882 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
12883
12884         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
12885
12886 2001-01-09  Didier Verna  <didier@xemacs.org>
12887
12888         * dgnushack.el (dgnushack-compile): give a dummy value to
12889         `gnus-xmas-glyph-directory' for the time of compilation.
12890         * gnus-agent.el: moved some XEmacs specific hook add-ons from
12891         `gnus-xmas-[re]define' to avoid loosing user custom settings.
12892         * gnus-art.el: ditto.
12893         * gnus-group.el: ditto.
12894         * gnus-salt.el: ditto.
12895         * gnus-sum.el: ditto.
12896         * gnus-topic.el: ditto.
12897         * gnus-xmas.el (gnus-xmas-define): see above.
12898         * gnus-xmas.el (gnus-xmas-redefine): see above.
12899         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
12900         non-continuable error when the directory can't be found.
12901
12902 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12903
12904         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
12905         handle.
12906         * gnus-art.el (gnus-mime-view-part): Copy it.
12907         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
12908
12909 2001-01-09  Michael Downes  <mjd@ams.org>
12910
12911         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
12912
12913 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12914
12915         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
12916         orig-file. Use ',source.
12917
12918 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12919
12920         * gnus-xmas.el (gnus-xmas-modeline-glyph):
12921         (gnus-xmas-group-startup-message):
12922         Detect gnus-xmas-glyph-directory when it is nil.
12923
12924 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12925
12926         * pop3.el (pop3-get-message-count): Andrew Innes
12927         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
12928
12929 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12930
12931         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
12932
12933         * time-date.el (time-to-number-of-days): New function.
12934
12935 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
12936         Trivial patch.
12937
12938         * nnslashdot.el (nnslashdot-request-list): Always get the right
12939         sid.
12940
12941 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12942
12943         * message.el (message-minibuffer-local-map): New keymap.
12944         (message-read-from-minibuffer): Use it.
12945         * gnus-msg.el (gnus-summary-resend-message): Use it
12946
12947 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12948
12949         * gnus-start.el (gnus-display-time-event-handler): New function.
12950         (gnus-after-getting-new-news-hook): Use it.
12951
12952 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12953
12954         * message.el (message-ignored-mail-headers): Add draft header.
12955
12956 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12957
12958         * gnus-sum.el (gnus-summary-expire-articles): Don't save
12959         excursion.
12960
12961         * nnslashdot.el (nnslashdot-request-list): Get the right year.
12962
12963 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
12964         A revoked patch.
12965
12966         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
12967
12968 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12969
12970         * qp.el (quoted-printable-decode-region): Don't backward-char.
12971
12972 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12973
12974         * gnus-draft.el: Mark articles as replied.
12975
12976         * gnus-sum.el (gnus-summary-add-mark): New function.
12977
12978         * gnus-group.el (gnus-add-mark): New function.
12979
12980         * gnus-sum.el (gnus-summary-buffer-name): New function.
12981         (gnus-summary-setup-buffer): Use it.
12982
12983         * gnus-draft.el: Set things up with the right post method and
12984         stuff.
12985
12986         * message.el (message-ignored-news-headers): Remove X-Draft-From.
12987
12988         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
12989
12990         * gnus.el (gnus-draft-meta-information-header): New variable.
12991
12992 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12993
12994         * gnus-art.el (gnus-treatment-function-alist): Move the date
12995         functions before the header sorting functions.
12996
12997         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
12998
12999         * dgnushack.el (dgnushack-compile): Message whether there is w3.
13000         Don't (push "/usr/share/emacs/site-lisp" load-path).
13001
13002         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
13003         to empty fill prefixes.
13004
13005 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13006
13007         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
13008         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
13009
13010 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13011
13012         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
13013
13014         * nnml.el (autoload): Move to nnheader.el.
13015
13016         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
13017         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
13018         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
13019         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
13020
13021 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13022
13023         * gnus-art.el (article-make-date-line): Get the hours right.
13024         (gnus-ignored-headers): More hiding.
13025
13026         * nnmail.el (nnmail-expiry-wait): Not an integer.
13027
13028         * message.el (message-goto-body): Only expand abbrev when called
13029         interactively.
13030         (message-make-lines): Use it.
13031
13032 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13033
13034         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
13035
13036 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13037
13038         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
13039         include the expunged articles.
13040
13041         * gnus-group.el (gnus-group-sort-by-server): New function.
13042
13043         * gnus.el (gnus-method-to-server-name): New function.
13044         (gnus-group-prefixed-name): Use it.
13045
13046         * gnus-group.el (gnus-group-sort-function): Doc fix.
13047         (gnus-group-sort-groups-by-server): New command.
13048
13049 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13050
13051         * gnus-art.el (gnus-treat-date-english): New variable.
13052         (article-date-english): New command.
13053         (gnus-english-month-names): New variable.
13054         (article-make-date-line): Do 'english.
13055
13056         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
13057         after the fill prefix.
13058
13059         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
13060         score...".
13061
13062         * gnus-art.el (gnus-ignored-headers): Hide more headers.
13063
13064         * message.el (message-mode-map): Bind comment-region.
13065
13066         * gnus-art.el (gnus-mime-display-part): Let w3 display
13067         multipart/related.
13068
13069         * mm-bodies.el (mm-long-lines-p): New function.
13070         (mm-body-encoding): Use it.
13071         (mm-body-encoding): Encode articles with lines longer than 1000
13072         characters.
13073
13074 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13075
13076         * mm-util.el (mm-enable-multibyte): Use
13077         default-enable-multibyte-characters.
13078         (mm-enable-multibyte-mule4): Ditto.
13079         (mm-disable-multibyte): Test XEmacs.
13080         (mm-disable-multibyte-mule4): Ditto.
13081         (mm-with-unibyte-current-buffer): Simplified.
13082         (mm-with-unibyte-current-buffer-mule4): Ditto.
13083
13084 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13085
13086         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
13087
13088         * nnheader.el (nnheader-string-as-multibyte): New alias.
13089
13090         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
13091
13092         * gnus-uu.el (gnus-message-process-mark): New function.
13093         (gnus-uu-mark-by-regexp): Use it.
13094         (gnus-new-processable): New function.
13095
13096 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
13097          Trivial patch.
13098
13099         * gnus-sum.el (gnus-no-mark): New variable.
13100
13101 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13102
13103         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
13104         backslashes.
13105
13106 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13107
13108         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
13109         definition.
13110
13111 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13112
13113         * dgnushack.el (dgnushack-compile): elc is in the current directory.
13114
13115         * qp.el (quoted-printable-encode-region): Don't check multibyte in
13116         XEmacs.
13117
13118 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
13119         Trivial patch.
13120
13121         * mml.el (mml-read-tag): Save tag location.
13122
13123 2000-12-25  Simon Josefsson  <simon@josefsson.org>
13124
13125         * starttls.el: Sync with Emacs 21.
13126
13127 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13128
13129         * message.el (message-mail): Support yank-action.
13130
13131         * message.el (message-setup): Revoke the last change.
13132
13133 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13134
13135         * message.el (message-setup): Use cons. Suggested by Johan Vromans
13136         <jvromans@squirrel.nl>.
13137
13138 2000-12-24  Simon Josefsson  <sj@extundo.com>
13139
13140         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
13141         mailing list junk at end of part.
13142
13143 2000-12-23  Simon Josefsson  <sj@extundo.com>
13144
13145         * nnimap.el (nnimap-expiry-target): New function.
13146         (nnimap-request-expire-articles): Use it.
13147
13148 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13149
13150         * gnus.el (gnus-group-parameters-more): New variable.
13151         * gnus-cus.el (gnus-group-customize): Use it.
13152
13153         * gnus.el (gnus-define-group-parameter): New macro.
13154         (auto-expire): Use it
13155         (total-expire): Use it.
13156         * gnus-art.el (banner): Use it.
13157
13158         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
13159         <ljz@asfast.com>.
13160
13161 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13162
13163         * gnus-topic.el (gnus-topic-create-topic): Use list.
13164
13165         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
13166         before binding gnus-default-article-saver.
13167
13168         * gnus-sum.el (gnus-summary-save-article):
13169         (gnus-summary-pipe-output):
13170         (gnus-summary-save-article-mail):
13171         (gnus-summary-save-article-rmail):
13172         (gnus-summary-save-article-file):
13173         (gnus-summary-write-article-file):
13174         (gnus-summary-save-article-body-file): Ditto.
13175
13176         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
13177
13178 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13179
13180         * gnus-art.el (gnus-mime-security-button-map):
13181         (gnus-mime-button-map): Add parent.
13182
13183 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13184
13185         * messagexmas.el (message-xmas-redefine): New function.
13186
13187         * message.el: Use it.
13188
13189         * gnus-art.el (gnus-article-check-hidden-text): Return t.
13190
13191         * gnus-util.el (gnus-remove-text-properties-when): Return t.
13192
13193 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13194
13195         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
13196         malformatted messages.
13197
13198 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13199
13200         * mm-util.el (mm-image-load-path): New function.
13201
13202         * gnus-group.el (gnus-group-make-tool-bar): Use it.
13203
13204         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
13205
13206         * message.el (message-tool-bar-map): Use it.
13207
13208         * Makefile.in (install-el): New rule.
13209
13210 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13211
13212         * gnus-art.el (article-treat-dumbquotes): Quote \.
13213
13214 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13215
13216         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
13217         Emacs 20 runs on a terminal.
13218
13219 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13220
13221         * gnus-msg.el (gnus-bug): Revert to save-excursion.
13222
13223         * mml.el (gnus-add-minor-mode): Autoload.
13224
13225         * message.el (message-forward): Save-restriction.
13226
13227 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13228
13229         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
13230         Paul Stevenson <p.stevenson@surrey.ac.uk>
13231
13232 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13233
13234         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
13235
13236         * mml.el (gnus-ems): Don't require.
13237
13238         * gnus.el (gnus-decode-rfc1522): Removed.
13239         (gnus-set-text-properties): Define.
13240
13241 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13242
13243         * gnus-art.el (gnus-mime-*): handle may be nil.
13244
13245         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
13246
13247         * gnus.el (gnus-group-remove-excess-properties): Not defined
13248         in gnus-xmas.
13249
13250 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13251
13252         * message.el (message-mail-user-agent): Add :version.
13253
13254 2000-12-21  Miles Bader  <miles@gnu.org>
13255
13256         * message.el (message-mode): Set `comment-start' to the  yank prefix.
13257
13258 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13259
13260         * message.el (message-mail-user-agent): New variable.
13261         (message-setup): Renamed to message-setup-1. Support
13262         mail-user-agent.
13263         (message-mail-user-agent): New function.
13264         (message-mail): Use it.
13265         (message-reply): Use it.
13266         (message-resend): Use it.
13267         (message-mail-other-window): Use it.
13268         (message-mail-other-frame): Use it.
13269
13270         * gnus-msg.el (gnus-bug): Support mail-user-agent.
13271
13272 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13273
13274         * message.el (message-tool-bar-map): Simplify.
13275         (message-narrow-to-head-1): New function.
13276         (message-narrow-to-head): Use it.
13277         (message-reply): Ditto.
13278         (message-cancel-news): Ditto.
13279         (message-supersede): Ditto.
13280         (message-make-forward-subject): Ditto.
13281         (message-bounce): Ditto.
13282
13283 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13284
13285         * uudecode.el (uudecode-decode-region-external): make-temp-file
13286         may not be defined.
13287
13288         * binhex.el (defalias): eval-and-compile.
13289
13290         * message.el (message-tool-bar-map): New function.
13291         (message-mode): Use it.
13292
13293 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13294
13295         * nntp.el (nntp-find-connection): Remove the entry.
13296         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
13297
13298 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13299
13300         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
13301
13302         * message.el (message-forward): Copy buffer in unibyte mode.
13303
13304 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13305
13306         * message.el (message-make-forward-subject): Don't widen. Decode.
13307         (message-forward): Don't decode subject.
13308
13309 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
13310
13311         * qp.el (quoted-printable-encode-region): Upcase QP.
13312
13313 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13314
13315         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
13316         mail-extract-a-c instead. Don't depend on Gnus.
13317
13318         * mml.el (gnus-ems): Require it.
13319
13320         * gnus-msg.el (gnus-summary-mail-forward):
13321
13322         * message.el (message-forward):  Move mime-to-mml here.
13323
13324 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13325
13326         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
13327         * gnus-art.el (gnus-insert-mime-button): Simplify.
13328         (gnus-mime-display-alternative): Ditto.
13329         (gnus-insert-mime-security-button): Ditto.
13330
13331 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13332
13333         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
13334         text-property-not-all doesn't return nil when start=mark(end).
13335         (gnus-remove-text-properties-when): Ditto.
13336
13337 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13338
13339         * gnus-start.el (gnus-group-change-level): Remove group from
13340         gnus-active-hashtb if real killed.
13341
13342 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13343
13344         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
13345         (gnus-mime-display-alternative): Ditto.
13346         (gnus-insert-mime-security-button): Ditto.
13347
13348 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13349
13350         * gnus-start.el (gnus-group-change-level): Don't add it into
13351         killed-list if it was killed.
13352
13353 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13354
13355         * nnmbox.el (nnmbox-file-coding-system): Use binary.
13356         (nnmbox-active-file-coding-system): Ditto.
13357
13358         * gnus-cus.el (gnus-group-parameters): Add posting-style.
13359
13360 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13361
13362         * gnus.el (gnus-version):
13363         (gnus-version-number): Set to Oort Gnus 0.01.
13364
13365         * gnus-art.el (gnus-mime-security-button-map):
13366         (gnus-insert-mime-security-button): Fix for Emacs21.
13367
13368 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13369
13370         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
13371         easymenu, because XEmacs doesn't understand :help.
13372
13373         * mm-uu.el: Require binhex.
13374
13375 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13376
13377         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
13378
13379 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13380
13381         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
13382
13383 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
13384
13385         * *.xpm, *.pbm: Convert icons icons to size 24x24.
13386
13387 2000-12-18  Dave Love  <fx@gnu.org>
13388
13389         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
13390         (unused).
13391
13392 2000-12-13  Miles Bader  <miles@gnu.org>
13393
13394         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
13395         to t, so that we don't get stuck while trying to smilefy
13396         intangible text.
13397
13398 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
13399
13400         * smiley-ems.el (smiley-regexp-alist): Make regexps match
13401         at the end of the buffer.
13402         (smiley-region): In the loop, move to the end of the submatch
13403         matching the smiley instead of using the end of the match
13404         of the whole regexp.
13405
13406 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
13407
13408         * message.el (message-mode): Doc fix.
13409
13410 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
13411
13412         * smiley-ems.el (smiley-region): Doc fix.
13413
13414 2000-12-11  Miles Bader  <miles@gnu.org>
13415
13416         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
13417         bottom line visible, check to see if it's partially obscured, and
13418         if so, either scroll one more line to make it fully visible, or
13419         revert to showing the second line from the top.
13420
13421 2000-12-07  Dave Love  <fx@gnu.org>
13422
13423         * mailcap.el (mailcap-download-directory)
13424         * gnus-audio.el (gnus-audio-directory)
13425         * smiley-ems.el (smiley-data-directory): Fix :type.
13426
13427 2000-11-30  Dave Love  <fx@gnu.org>
13428
13429         * message.el (message-auto-save-directory): Use
13430         file-name-as-directory.
13431         (message-set-auto-save-file-name): Create
13432         message-auto-save-directory if necessary.
13433         (message-replace-chars-in-string): Removed -- unused.
13434         (message-mail-alias-type): Customize.
13435         (message-headers): Remove duplicate defgroup.
13436
13437 2000-11-29  Dave Love  <fx@gnu.org>
13438
13439         * qp.el (quoted-printable-decode-region): Use error, not message
13440         to report malformed text (like base64).  Amend message.
13441
13442 2000-11-29  Miles Bader  <miles@gnu.org>
13443
13444         * message.el (message-header-lines): Fontify tag.
13445
13446 2000-11-27  Dave Love  <fx@gnu.org>
13447
13448         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
13449         compiler warning.
13450
13451 ;2000-11-26  Dave Love  <fx@gnu.org>
13452 ;
13453 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
13454 ;
13455 2000-11-23  Dave Love  <fx@gnu.org>
13456
13457         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
13458
13459         * mm-uu.el (uudecode): Require.
13460         (uudecode-decode-region, uudecode-decode-region-external): Don't
13461         autoload.
13462         (mm-uu-copy-to-buffer): Doc fix.
13463         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
13464         type fix.
13465
13466         * mailcap.el: Doc fixes.
13467         (mailcap-mime-data): Various adjustments.
13468         (mailcap): New group.
13469         (mailcap-download-directory): Customize.
13470         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
13471         (mailcap-temporary-directory): Deleted (unused).
13472         (mailcap-unescape-mime-test): Simplify slightly.
13473         (mailcap-viewer-passes-test): Use functionp.
13474         (mailcap-command-p): Aliased to executable-find.
13475
13476         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
13477         default-enable-multibyte-characters is nil.
13478
13479 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
13480
13481         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
13482
13483 2000-11-21  Dave Love  <fx@gnu.org>
13484
13485         * gnus-art.el (gnus-mime-button-map): Don't inherit from
13486         gnus-article-mode-map.
13487 ;       (gnus-mime-button-menu): Use mouse-set-point.
13488         (gnus-insert-mime-button, gnus-mime-display-alternative)
13489         (gnus-mime-display-alternative): Don't use local-map property.
13490
13491 2000-11-17  Dave Love  <fx@gnu.org>
13492
13493         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
13494         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
13495         and make-temp-file.
13496         (uudecode-decode-region): Doc fix.
13497
13498 2000-11-14  Dave Love  <fx@gnu.org>
13499
13500         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
13501         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
13502         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
13503         New files, derived from the XPMs.
13504
13505 2000-11-10  Dave Love  <fx@gnu.org>
13506
13507         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
13508         (gnus-agent-lib-file, gnus-agent-load-alist)
13509         (gnus-agent-save-alist, gnus-agent-article-name): Use
13510         expand-file-name.
13511
13512         * gnus-group.el (gnus-group-name-charset-method-alist): Add
13513         :version.
13514         (nnkiboze-score-file): Defvar when compiling.
13515
13516         * gnus-start.el (gnus-read-newsrc-file): Add :version.
13517
13518         * gnus-art.el (gnus-article-banner-alist)
13519         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
13520         (gnus-article-date-lapsed-new-header)
13521         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
13522         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
13523         (gnus-treat-strip-headers-in-body)
13524         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
13525         (gnus-treat-translate): Add :version.
13526         (gnus-article-mime-part-function): Fix defcustom.
13527
13528         * nnmail.el (nnmail-expiry-target)
13529         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
13530         (nnmail-split-header-length-limit): Add :version.
13531
13532         * gnus-sum.el (gnus-auto-expirable-marks)
13533         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
13534         (gnus-extra-headers, gnus-ignored-from-addresses)
13535         (gnus-newsgroup-ignored-charsets)
13536         (gnus-group-highlight-words-alist)
13537         (gnus-summary-show-article-charset-alist): Add :version.
13538
13539         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
13540         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
13541         files, converted from the XPMs.
13542
13543         * gnus-cache.el (gnus-cache-active-file): Don't use
13544         file-name-as-directory on directory.
13545         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
13546         use file-name-as-directory on directory.
13547
13548         * time-date.el (timezone-make-date-arpa-standard): Autoload.
13549         (date-to-time): Use it.
13550
13551 ;       * message.el (message-mode) <adaptive-fill-regexp>:
13552 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
13553 ;       (message-newline-and-reformat): Likewise.
13554         (message-forward-as-mime, message-forward-ignored-headers)
13555         (message-buffer-naming-style, message-default-charset)
13556         (message-dont-reply-to-names, message-send-mail-partially-limit):
13557         Add :version.
13558
13559         * mm-util.el: Doc fixes.
13560         (mm-mime-charset): Don't use the raw result of
13561         mm-preferred-coding-system.
13562         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
13563         (mm-with-unibyte): Simplify.
13564
13565         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
13566         concat.
13567
13568         * pop3.el (pop3-version): Deleted.
13569         (pop3-make-date): New function, avoiding message-make-date.
13570         (pop3-munge-message-separator): Use it.
13571
13572 2000-11-09  Dave Love  <fx@gnu.org>
13573
13574         * gnus-group.el (gnus-group-make-directory-group)
13575         (gnus-group-fetch-faq): Use expand-file-name.
13576         (gnus-group-fetch-faq): Simplify completing-read form.
13577
13578         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
13579         test for Mule.
13580
13581         * message.el (tool-bar-map): Defvar when compiling.
13582
13583         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
13584         (gnus-tm-lisp-directory): Deleted.
13585         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
13586         (featurep 'xemacs).
13587         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
13588         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
13589         version numbers from file names.
13590
13591 2000-11-08  Dave Love  <fx@gnu.org>
13592
13593         * mm-view.el: Use featurep for XEmacs test.
13594         (mm-inline-message): Test for `remove-specifier'; don't use
13595         condition-case.
13596
13597         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
13598
13599         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
13600         (gnus-score-find-bnews): Don't concat "".
13601
13602         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
13603         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
13604         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
13605         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
13606
13607         * gnus-sum.el: Put some defvars in eval-when-compile.
13608         (gnus-summary-mode-hook): Add :options.
13609         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
13610         (gnus-summary-tool-bar-map): New variable.
13611         (gnus-summary-make-tool-bar): New function.
13612         (gnus-summary-mode): Put kill-all-local-variables first.
13613
13614         * gnus-group.el (gnus-group-toolbar-map): New variable.
13615         (gnus-group-make-tool-bar): Rewritten.
13616         (gnus-group-mode): Put kill-all-local-variables first.
13617
13618         * rfc2047.el: Require gnus-util.
13619
13620         * nnml.el (gnus-sorted-intersection): Autoload.
13621
13622         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
13623         Put some defvars in eval-when-compile.
13624         (gnus-intersection, gnus-sorted-complement):  Autoload.
13625
13626         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
13627
13628         * mm-encode.el (mm-body-7-or-8): Autoload.
13629
13630         * mm-decode.el (mm-insert-inline): Autoload.
13631
13632         * mml.el:
13633         * message.el: Put some defvars in eval-when-compile.
13634
13635         * gnus-msg.el: Put some defvars in eval-when-compile.
13636         (gnus-msg-mail): Move after gnus-setup-message.
13637
13638         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
13639
13640 2000-11-07  Dave Love  <fx@gnu.org>
13641
13642         * gnus-util.el (nnheader): Don't require message (recursive
13643         autoload).
13644
13645         * uudecode.el: Avoid compiler warnings.
13646
13647         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
13648         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
13649
13650 2000-11-06  Dave Love  <fx@gnu.org>
13651
13652         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
13653
13654         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
13655         (uudecode-char-int): New alias, replacing char-int.
13656         (uudecode-decode-region): Don't call buffer-disable-undo.
13657
13658 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
13659 ;       (mm-uu-configure-list): Doc fix.
13660 ;
13661 ;       * earcon.el (running-xemacs): Don't define.
13662 ;
13663 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13664 ;
13665 ;       * message.el (message-font-lock-keywords): Match a final newline
13666 ;       to help font-lock's multiline support.
13667 ;
13668 2000-11-03  Dave Love  <fx@gnu.org>
13669
13670         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
13671
13672         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
13673         name.
13674
13675         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
13676         <banner>: Fix custom type, doc.
13677
13678         * mm-decode.el (mm-display-external): Space-prefix temp buffer
13679         name.  Don't disable undo explicitly.
13680
13681 ;2000-11-02  Dave Love  <fx@gnu.org>
13682 ;
13683 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
13684 ;       cite-prefix.
13685
13686 2000-11-01  Dave Love  <fx@gnu.org>
13687
13688         * rfc2047.el (base64): Require unconditionally.
13689         (message-posting-charset): Defvar when compiling.
13690         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
13691         message.
13692
13693         * gnus-sum.el (nnoo): Require.
13694         (mm-uu-dissect): Autoload.
13695
13696         * mml.el (mml-parse-1): Clarify message.
13697         (mml-minibuffer-read-type): Use mailcap-mime-types.
13698
13699 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
13700
13701         * mml.el: Fix a typo in the requiring of CL.
13702
13703 2000-11-01  Dave Love  <fx@gnu.org>
13704
13705         * utf7.el: Require cl when compiling.
13706
13707         * binhex.el: Use (featurep 'xemacs).
13708         (binhex-char-int): New alias, replacing char-int.  Change callers.
13709         (binhex-decode-region): Simplify work buffer code.
13710         (binhex-decode-region-external): Use expand-file-name, not concat.
13711
13712 2000-10-30  Dave Love  <fx@gnu.org>
13713
13714         * gnus-art.el: Fix 2000-10-27 change properly.
13715
13716 2000-10-28  Miles Bader  <miles@gnu.org>
13717
13718         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
13719
13720 2000-10-27  Dave Love  <fx@gnu.org>
13721
13722         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
13723         strings.
13724         (gnus-group-make-tool-bar): New function.
13725         (gnus-group-mode): Use it.
13726
13727         * message.el (message-mode-menu): Add some :help strings.
13728         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
13729         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
13730
13731         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
13732         * describe-group.xpm, get-news.xpm, kill-group.xpm:
13733         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
13734
13735         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
13736         display-graphic-p here.
13737
13738 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
13739
13740         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
13741         of the `gnus-xemacs' variable, as the latter has been removed.
13742         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
13743         * gnus-art.el (gnus-treat-display-xface)
13744         (gnus-treat-display-smileys, gnus-treat-display-picons)
13745         (gnus-article-read-summary-keys): Likewise.
13746
13747 2000-10-26  Dave Love  <fx@gnu.org>
13748
13749         (defvar): Use rmail-spool-directory unconditionally.
13750
13751 2000-10-18  Dave Love  <fx@gnu.org>
13752
13753         * mm-bodies.el (mm-uu-decode-function)
13754         (mm-uu-binhex-decode-function): Defvar when compiling.
13755
13756         * gnus-nocem.el (gnus-nocem-issuers): Update.
13757         (gnus-nocem-check-from): New option.
13758         (gnus-nocem-scan-groups): Use it.
13759         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
13760         (gnus-nocem-check-article-limit): Add :version.
13761
13762 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
13763
13764         * ietf-drums.el (mm-util): Require CL when compiling.
13765
13766 2000-10-15  Dave Love  <fx@gnu.org>
13767
13768         * qp.el: Require mm-util.
13769
13770 2000-10-13  Dave Love  <fx@gnu.org>
13771
13772         * qp.el (quoted-printable-decode-region): Avoid invalid
13773         coding-systems.
13774
13775 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
13776
13777         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
13778         to a recursive load.
13779
13780 2000-10-12  Dave Love  <fx@gnu.org>
13781
13782         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
13783
13784         * gnus.el (gnus-group-startup-message): Check for PBM image.
13785
13786 2000-10-09  Dave Love  <fx@gnu.org>
13787
13788         * mail-source.el (mail-source-fetch-imap): Bind
13789         default-enable-multibyte-characters rather than using
13790         mm-disable-multibyte.
13791
13792 2000-10-05  Dave Love  <fx@gnu.org>
13793
13794         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
13795         Autoload.
13796         (quoted-printable-decode-region):  Rename arg which confused
13797         charset with coding-system.  Don't use nonascii-insert-offset.
13798         Coding-system encode the region initially.  Don't recognize `=='
13799         as valid QP.  Coding-system decode the region finally.
13800         (quoted-printable-decode-string): Rename arg which confused
13801         charset with coding-system.
13802
13803         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
13804         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
13805         mm-encode-coding-region.
13806         (mm-decode-body, mm-decode-string): Rename variables which
13807         confused charset with coding-system.
13808         (binhex-decode-region): Don't autoload.
13809         (mm-body-encoding): Require message.
13810         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
13811         cond branches.
13812
13813         * gnus-art.el (article-de-quoted-unreadable)
13814         (article-de-base64-unreadable): Fold search case
13815         rather than downcasing string.  Apply mm-charset-to-coding-system
13816         to arg of quoted-printable-decode-region.
13817
13818 2000-10-04  Dave Love  <fx@gnu.org>
13819
13820         * gnus-ems.el: Don't turn off compiler warnings in local vars.
13821         Require ring when compiling.
13822         (gnus-article-compface-xbm): New variable.
13823
13824 2000-10-04  Dave Love  <fx@gnu.org>
13825
13826         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
13827         pbm images.
13828
13829         * frown.pbm, smile.pbm, wry.pbm: New files.
13830
13831         * frown.xbm, smile.xbm, wry.xbm: Deleted.
13832
13833 2000-10-03  Dave Love  <fx@gnu.org>
13834
13835         * mail-source.el (mail-sources): Revert to nil.
13836
13837         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
13838
13839         * qp.el: Don't require mm-util.
13840         (quoted-printable-decode-region): Rewritten.
13841         (quoted-printable-decode-string, quoted-printable-encode-region):
13842         Doc fix.
13843         (quoted-printable-encode-region): Barf on multibyte characters.
13844         Maybe make the class multibyte.  Upcase chars, not formatted
13845         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
13846         (quoted-printable-encode-string): Don't use
13847         mm-with-unibyte-buffer.
13848
13849 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
13850
13851         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
13852
13853 2000-09-21  Dave Love  <fx@gnu.org>
13854
13855         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
13856         (for Emacs 20).  Tidy somewhat.
13857
13858 2000-09-21  Dave Love  <fx@gnu.org>
13859
13860         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
13861         image processing.  Rationalize logic somewhat.
13862
13863 2000-09-20  Dave Love  <fx@gnu.org>
13864
13865         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
13866         specifically.
13867
13868         * gnus.el (gnus-version-number): Avoid some redundant
13869         autoloads.
13870
13871 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
13872
13873         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
13874         to XBM; we always have PBM support.
13875
13876 2000-09-14  Dave Love  <fx@gnu.org>
13877
13878         * gnus.el (gnus-charset):
13879         * mm-decode.el (mime-display):
13880         * imap.el (imap) <defgroup>: Add :version.
13881
13882 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
13883
13884         * parse-time.el: Fix author's mail address.
13885
13886         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
13887         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
13888         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
13889         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
13890         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
13891         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
13892         * rfc2231.el, uudecode.el: Fix copyright notice.
13893
13894         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
13895         require `w3' at load-time only if not running in batch mode.
13896
13897 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13898
13899         * gnus.el: Before merge with Emacs21.
13900
13901 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
13902
13903         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
13904
13905 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
13906
13907         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
13908         to avoid conflict with the standard `back-to-indentation'
13909         binding.
13910
13911 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13912
13913         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
13914
13915         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
13916         (mm-disable-multibyte-mule4): Ditto.
13917         (mm-with-unibyte-current-buffer-mule4): Ditto.
13918
13919 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13920
13921         * pop3.el (pop3-movemail): Use binary.
13922         (pop3-movemail-file-coding-system): Removed.
13923
13924 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13925
13926         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
13927
13928 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13929
13930         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
13931         exists.
13932
13933 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13934
13935         * gnus-msg.el (gnus-post-method): Use backend name when the
13936         address is "".
13937
13938 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13939
13940         * gnus-art.el (article-verify-x-pgp-sig): Don't test
13941         mm-verify-option.
13942         (gnus-treat-x-pgp-sig): Default value.
13943         (gnus-ignored-headers): Redundant.
13944
13945 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13946
13947         * gnus-win.el (gnus-configure-frame): Save selected window.
13948
13949 2000-02-15  Andrew Innes  <andrewi@gnu.org>
13950
13951         * nnmbox.el: Require gnus-range.
13952         (nnmbox-group-building-active-articles): New variable.
13953         (nnmbox-group-active-articles): New variable; this is a cache of
13954         all active articles by group and number.
13955         (nnmbox-in-header-p): New function.
13956         (nnmbox-find-article): New function.
13957         (nnmbox-record-active-article): New function.
13958         (nnmbox-record-deleted-article): New function.
13959         (nnmbox-is-article-active-p): New function.
13960         (nnmbox-retrieve-headers): Use nnmbox-find-article.
13961         (nnmbox-request-article): Ditto.  Also supply extra arg to
13962         nnmbox-article-group-number.
13963         (nnmbox-request-expire-articles): Ditto.
13964         (nnmbox-request-move-article): Ditto.
13965         (nnmbox-request-replace-article): Ditto.
13966         (nnmbox-request-rename-group): Rename group entry in active
13967         article cache.
13968         (nnmbox-delete-mail): Update active article cache, unless article
13969         is being replaced.
13970         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
13971         than partially duplicating it.
13972         (nnmbox-article-group-number): Add extra `this-line' arg, to
13973         handle articles belonging to multiple groups.
13974         (nnmbox-save-mail): Update active article cache.
13975         (nnmbox-read-mbox): Build active article cache when loading mbox.
13976         Also do some repair work, if we find articles that are missing the
13977         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
13978         reconstruct these from Xref info.
13979
13980 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13981
13982         * mail-source.el (mail-source-report-new-mail): Use
13983         nnheader-run-at-time.
13984
13985 2000-02-15  Andrew Innes  <andrewi@gnu.org>
13986
13987         * mail-source.el (mail-source-fetch-pop): Clear pop password when
13988         an error is thrown, and then rethrow the error.
13989         (mail-source-check-pop): Ditto.
13990         (mail-source-start-idle-timer): Prevent multiple pop checks
13991         running if the check takes a long time.
13992
13993 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13994
13995         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
13996         succeed.
13997
13998 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13999
14000         * gnus-win.el (gnus-configure-windows): Make sure
14001         nntp-server-buffer is live.
14002         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
14003
14004 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
14005
14006         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
14007
14008 2000-12-04  Andreas Jaeger  <aj@suse.de>
14009
14010         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
14011
14012 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14013
14014         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
14015
14016 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14017         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
14018
14019         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
14020
14021 2000-12-01  Simon Josefsson  <sj@extundo.com>
14022
14023         * mml-smime.el (mml-smime-verify): Fix address parsing.
14024
14025 2000-12-01  Simon Josefsson  <sj@extundo.com>
14026
14027         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
14028         more than one certificate inside PKCS#7 blob.  Better security
14029         information (clamed / actual sender, openssl output, certificates
14030         inside message).
14031
14032         * smime.el (smime-verify-region): Output to /dev/null.
14033         (smime-buffer-as-string-region): Don't parse empty lines.
14034
14035 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14036
14037         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
14038         ?d and ?D.
14039         (gnus-mime-security-show-details-inline): New variable.
14040         (gnus-mime-security-show-details): Use them.
14041         (gnus-insert-mime-security-button): Ditto.
14042
14043         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
14044         Suggest by Michael Duggan (md5i@cs.cmu.edu).
14045         (mml2015-gpg-clear-verify): Ditto.
14046         (mml2015-gpg-decrypt-1): Ditto.
14047         (mml2015-use): Prefer 'gpg.
14048
14049 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14050
14051         * gnus-util.el (gnus-add-text-properties-when): New function.
14052         (gnus-remove-text-properties-when): Ditto.
14053
14054         * gnus-cite.el (gnus-article-hide-citation): Use them.
14055         (gnus-article-toggle-cited-text): Use them.
14056
14057         * gnus-art.el (gnus-signature-toggle): Use them.
14058         (gnus-article-show-hidden-text): Ditto.
14059         (gnus-article-hide-text): Ditto.
14060
14061 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14062
14063         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
14064
14065 2000-11-30  Simon Josefsson  <sj@extundo.com>
14066
14067         * smime.el (smime-point-at-eol): New alias.
14068         (smime-buffer-as-string-region): Use it.
14069
14070 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14071
14072         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
14073
14074 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14075
14076         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
14077
14078         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
14079
14080         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
14081
14082 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14083
14084         * nnmh.el (nnmh-request-expire-articles): Implemented
14085         expiry-target for nnmh backend.
14086
14087 2000-11-30  Simon Josefsson  <sj@extundo.com>
14088
14089         * mm-decode.el (mm-security-from): New variable.
14090         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
14091
14092         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
14093         than `from'.
14094
14095 2000-11-30  Simon Josefsson  <sj@extundo.com>
14096
14097         * mml-smime.el (mml-smime-verify): Verify that certificate mail
14098         address match sender address.
14099
14100         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
14101
14102         * smime.el (smime-verify-region): Don't copy buffer.
14103         (smime-decrypt-buffer): Use expand-file-name on keyfile.
14104         (smime-pkcs7-region): New function.
14105         (smime-pkcs7-certificates-region): Ditto.
14106         (smime-pkcs7-email-region): Ditto.
14107         (smime-buffer-as-string-region): Ditto.
14108
14109         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
14110         buffer.
14111
14112 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
14113
14114         * smime.el (smime-decrypt-region): Fix keyfile argument.
14115
14116 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14117
14118         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
14119
14120 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14121
14122         * message.el (message-shoot-gnksa-feet): New variable.
14123         (message-gnksa-enable-p): New function.
14124         (message-send): Use it.
14125         (message-check-news-body-syntax): Ditto.
14126
14127 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14128
14129         * message.el (message-make-message-id): Remove the redundancy.
14130
14131 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14132
14133         * message.el (message-setup): Discourage using mc-install-*-mode.
14134
14135         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
14136
14137 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14138
14139         * gnus-cite.el (gnus-cite-parse): Guess citation length.
14140
14141 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14142
14143         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
14144
14145 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14146
14147         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
14148
14149 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14150
14151         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
14152         insert-buffer-substring.
14153
14154         * message.el (message-send-mail): Use buffer-substring-no-properties.
14155         (message-send-news): Ditto.
14156
14157 2000-11-22  David Edmondson  <dme@dme.org>
14158
14159         * imap.el (imap-wait-for-tag): Message read info.
14160
14161 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14162
14163         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
14164         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
14165         (mml2015-gpg-encrypt): Ditto.
14166
14167 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14168
14169         * mm-decode.el (mm-verify-option): Default value.
14170
14171         * mml-sec.el (mml-secure-part): Error message.
14172
14173 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14174
14175         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
14176
14177 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14178
14179         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
14180
14181 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14182
14183         * gnus-art.el (gnus-article-describe-key): Use prompt.
14184         (gnus-article-describe-key-briefly): Ditto.
14185
14186 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14187
14188         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
14189
14190 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14191
14192         * gnus-art.el (gnus-article-describe-key): New function.
14193         (gnus-article-describe-key-briefly): New function.
14194
14195 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14196
14197         * mm-decode.el (mm-decrypt-option): Doc typo.
14198
14199         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
14200         return a number.
14201
14202 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14203
14204         * message.el (message-newline-and-reformat): Typo.
14205
14206 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14207
14208         * gnus-art.el (article-verify-x-pgp-sig): Check whether
14209         original-article-buffer exists.
14210
14211         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
14212         (rfc2047-header-encoding-alist): Addresses are different from text.
14213         (rfc2047-encode-message-header): Ditto.
14214         (rfc2047-dissect-region): Extra parameter.
14215         (rfc2047-encode-region): Ditto.
14216         (rfc2047-encode-string): Ditto.
14217
14218 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14219
14220         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
14221         (mm-uu-pgp-encrypted-extract): Use it.
14222         (mm-uu-pgp-signed-extract-1): New function.
14223         (mm-uu-pgp-signed-extract): Use it.
14224
14225         * gnus-art.el (gnus-mime-display-security): New function.
14226         (gnus-mime-display-part): Use it.
14227         (gnus-mime-security-verify-or-decrypt): New function.
14228         (gnus-mime-security-press-button): New function.
14229         (gnus-insert-mime-security-button): Use it.
14230
14231         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
14232         (mm-find-raw-part-by-type): Ditto.
14233         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
14234         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
14235         (mm-destroy-parts): Kill nested multibyte buffer.
14236
14237         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
14238         (mml2015-gpg-verify): Ditto.
14239
14240 2000-11-18  Simon Josefsson  <sj@extundo.com>
14241
14242         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
14243         (mml2015-function-alist): Use it.
14244
14245         * mml-sec.el (mml-sign-alist): Update names.
14246         (mml-encrypt-alist): Ditto.
14247         (mml-secure-part-smime-sign): Moved to mml-smime.el
14248         as `mml-smime-sign-query'.
14249         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
14250         `mml-smime-get-file-cert'.
14251         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
14252         `mml-smime-get-dns-cert'.
14253         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
14254         `mml-smime-encrypt-query'.
14255         (mml-smime-sign-buffer): Use mml-smime-sign.
14256         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
14257
14258         * mml-smime.el (mml-smime-sign): New function.
14259         (mml-smime-encrypt):
14260         (mml-smime-sign-query):
14261         (mml-smime-get-file-cert):
14262         (mml-smime-get-dns-cert):
14263         (mml-smime-encrypt-query): Moved from mml-sec.el.
14264
14265 2000-11-16  Simon Josefsson  <sj@extundo.com>
14266
14267         * mml2015.el (mml2015-gpg-clear-verify): New function.
14268         (mml2015-function-alist): Add it.
14269
14270 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
14271
14272         * message.el (message-setup-fill-variables): Use
14273         message-cite-prefix-regexp.
14274         (message-newline-and-reformat): Check the end of citation, leading
14275         WSP, break in the cite prefix.
14276         (message-fill-paragraph): New function.
14277
14278 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14279
14280         * lpath.el: Shut up.
14281
14282 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
14283
14284         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
14285         raw 8-bit in headers in dk.* newsgroups.
14286
14287 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14288
14289         * message.el (message-newline-and-reformat): Match extra WSPs.
14290
14291 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
14292
14293         * mml.el (mml-generate-mime-1): Ignore ascii.
14294
14295 2000-11-16 Justin Sheehy  <justin@iago.org>
14296
14297         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
14298
14299 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14300
14301         * message.el (message-cite-prefix-regexp): Prefix should not end
14302         at space.
14303
14304 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14305
14306         * message.el (message-mode-syntax-table): Add - as a word
14307         constituent as in articles.
14308         (message-setup-fill-variables): Add -_. as supercite-style prefix.
14309         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
14310         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
14311
14312 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
14313
14314         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
14315
14316 2000-11-12  David Edmondson  <dme@dme.org>
14317
14318         * message.el (message-font-lock-keywords): use
14319         message-cite-prefix-regexp.
14320
14321 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14322
14323         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
14324         Stein Arild Str\e,Ax\e(Bmme.
14325         (gnus-group-jump-to-group): Use it.
14326         (gnus-group-jump-to-group-prompt): Customize.
14327
14328 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
14329
14330         * mailcap.el (mailcap-possible-viewers): Match the entire string.
14331
14332 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14333
14334         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
14335         incompatible.
14336         (mml2015-mailcrypt-sign): Ditto.
14337
14338 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14339
14340         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
14341         group is open.
14342
14343 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
14344
14345         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
14346         nnvirtual articles.
14347         (gnus-backlog-request-article): Don't request nnvirtual articles.
14348
14349 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14350
14351         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
14352         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
14353
14354 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14355
14356         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
14357         * mml.el (mml-generate-mime-1): Use charset attribute.
14358         * mm-bodies.el (mm-encode-body): Add parameter charset.
14359         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
14360
14361 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14362
14363         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
14364         (mml2015-mailcrypt-clear-decrypt): Ditto.
14365         (mml2015-mailcrypt-verify): Ditto.
14366         (mml2015-mailcrypt-clear-verify): Ditto.
14367         (mml2015-gpg-verify): Ditto.
14368
14369 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14370
14371         * smime.el (smime-openssl-program): Test the existence of openssl.
14372         * mml-smime.el: Require mm-decode.
14373         (mml-smime-verify-test): New function.
14374         * mm-decode.el (mm-verify-function-alist): Use it.
14375
14376 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14377
14378         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
14379         anyway.
14380
14381 2000-11-13  Simon Josefsson  <sj@extundo.com>
14382
14383         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
14384         verification doesn't work.
14385
14386 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14387
14388         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
14389         (gnus-inews-do-gcc): Use it.
14390
14391 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14392
14393         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
14394         leading space.
14395         * mm-extern.el (mm-inline-external-body): Report error when no
14396         access-type.
14397
14398 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
14399
14400         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
14401
14402 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
14403
14404         * gnus-art.el (gnus-mime-button-menu): Use select-window.
14405
14406 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
14407
14408         * gnus-art.el (gnus-mime-display-part): Display multipart/related
14409         as multipart/mixed.
14410
14411 2000-11-12  David Edmondson  <dme@dme.org>
14412
14413         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
14414         and replace `.' with `\w' to allow for different syntax tables
14415         (from Vladimir Volovich).
14416         * message.el (message-newline-and-reformat): use
14417         `message-cite-prefix-regexp'.
14418         * gnus-cite.el (gnus-supercite-regexp): use
14419         `message-cite-prefix-regexp'.
14420         * gnus-cite.el (gnus-cite-parse): use
14421         `message-cite-prefix-regexp'.
14422
14423 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14424
14425         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
14426         PGP SIGNATURE.  Escape leading "-"'s.
14427         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
14428
14429 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
14430
14431         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
14432
14433 2000-11-11  Simon Josefsson  <sj@extundo.com>
14434
14435         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
14436
14437         * smime.el (smime-details-buffer): New variable.
14438         (smime-sign-region):
14439         (smime-encrypt-region):
14440         (smime-verify-region):
14441         (smime-decrypt-region): Copy OpenSSL output to the buffer.
14442
14443         * mml-smime.el (mml-smime-verify): Support security info.
14444
14445 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
14446
14447         * mm-decode.el (mm-verify-option): Set default to nil.
14448         (mm-decrypt-option): Ditto.
14449         * gnus-art.el (article-verify-x-pgp-sig): New function.
14450
14451 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
14452
14453         * gnus-art.el (gnus-mime-display-alternative): Show button if no
14454         preferred part.
14455
14456 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14457
14458         * gnus-sum.el (gnus-move-split-methods): Say that
14459         `gnus-split-methods' uses file names, whereas this uses group
14460         names.  (Report from Nevin Kapur)
14461
14462 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
14463
14464         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
14465
14466 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14467
14468         * nnheader.el (nnheader-directory-files-is-safe): New variable.
14469         (nnheader-directory-articles): Use it.
14470         (nnheader-article-to-file-alist): Ditto.
14471
14472 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14473
14474         * rfc2047.el (rfc2047-pad-base64): New function.
14475         (rfc2047-decode): Use it.
14476
14477 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14478
14479         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
14480         select method.
14481
14482 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14483
14484         * mml2015.el (mml2015-gpg-decrypt-1):
14485         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
14486
14487 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14488
14489         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
14490
14491 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
14492
14493         * pop3.el (pop3-munge-message-separator): A message may have an
14494         empty body.
14495
14496 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
14497
14498         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
14499         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
14500         (mm-uu-pgp-signed-extract): Use coding-system.
14501
14502 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14503
14504         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
14505         (gnus-insert-mime-security-button): New function.
14506         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
14507         * mml2015.el:  Add security info when verify or decrypt.
14508         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
14509         (mm-uu-pgp-encrypted-extract): Ditto.
14510
14511 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
14512
14513         * mm-decode.el (mm-display-parts): New function.
14514         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
14515
14516 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14517
14518         * gnus-mlspl.el: Documentation tweaks.
14519
14520 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14521
14522         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
14523         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
14524         argument.
14525
14526 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
14527
14528         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
14529
14530 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
14531
14532         * gnus-art.el (gnus-article-encrypt): New function.
14533         (gnus-article-encrypt-protocol-alist): New variable.
14534         (gnus-article-encrypt-protocol): New variable.
14535         * mml2015.el (mml2015-self-encrypt): New function.
14536         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
14537
14538 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
14539
14540         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
14541         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
14542         let mailcap do it.
14543         * mml2015.el: Remove snarf code.
14544         * mm-decode.el: Remove snarf code.
14545
14546 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
14547
14548         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
14549         (mml-insert-mime): Understand gnus-decoded.
14550         (mime-to-mml): New parameter handles.
14551         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14552         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
14553
14554 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14555
14556         * mm-decode.el (mime-security): New group.
14557         (mm-verify-function-alist): Add test function.
14558         (mm-decrypt-function-alist): Ditto.
14559         (mm-snarf-option): Set default value as nil.
14560         (mm-find-part-by-type): Recursive parameter.
14561         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
14562         * mml2015.el: Support draft-ietf-openpgp-multsig.
14563
14564 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
14565
14566         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
14567         (gnus-article-view-part-as-charset): New function.
14568
14569 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
14570
14571         * mm-decode.el (mm-verify-option): Default value.
14572         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
14573
14574 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14575
14576         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
14577
14578 2000-11-05  Simon Josefsson  <sj@extundo.com>
14579
14580         * mml-smime.el (mml-smime-verify): Work in original multipart
14581         buffert.
14582
14583         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
14584         (mm-handle-multipart-ctl-parameter): Ditto.
14585         (mm-alist-to-plist): New function.
14586         (mm-dissect-buffer): Store CTL parameters and copy original buffer
14587         for multiparts.
14588         (mm-destroy-parts): Destroy multipart buffert.
14589         (mm-remove-part): Ditto.
14590
14591         * mml-smime.el (mml-smime-sign): Not used.
14592         (mml-smime-encrypt): Ditto.
14593
14594         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
14595
14596         Verify S/MIME signature support.
14597
14598         * mm-decode.el (mm-inline-media-tests): Add
14599         application/{x-,}pkcs7-signature.
14600         (mm-inlined-types): Ditto.
14601         (mm-automatic-display): Ditto.
14602         (mm-verify-function-alist): Ditto.  Add name of method.
14603         (mm-decrypt-function-alist): Add name of method.
14604         (mm-find-part-by-type): Add documentation.
14605         (mm-possibly-verify-or-decrypt): Use new format of
14606         mm-{verify,decrypt}-function-alist.  Use method names.
14607
14608         * mml-smime.el (mml-smime-verify): New function.
14609
14610 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14611
14612         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
14613
14614 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14615
14616         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
14617         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
14618         * mm-decode.el (mm-snarf-option): New variable.
14619
14620 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14621
14622         * mm-util.el (mm-subst-char-in-string): New function.
14623         (mm-replace-chars-in-string): Use it.
14624         * message.el (message-replace-chars-in-string): Use it.
14625         * nnheader.el (nnheader-replace-chars-in-string): Use it.
14626         * gnus-mh.el (mh-lib-progs): Shut up.
14627
14628 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
14629
14630         * base64.el, md5.el: Moved to contrib directory.
14631
14632 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14633
14634         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
14635         the last article when search.
14636
14637 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14638
14639         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
14640         * nnmail.el (nnmail-pathname-coding-system): Ditto.
14641
14642 2000-09-29  David Edmondson  <dme@thus.net>
14643
14644         * message.el (message-newline-and-reformat): Typo.
14645
14646 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14647
14648         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
14649
14650 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
14651
14652         * nntp.el (nntp-decode-text): Delete bogus status lines.
14653
14654 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
14655
14656         * message.el (message-font-lock-keywords): Match a final newline
14657         to help font-lock's multiline support.
14658
14659 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14660
14661         * nnoo.el (nnoo-set): New function.
14662
14663 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
14664
14665         * gpg.el, gpg-ring.el: Moved to contrib directory.
14666
14667 2000-11-04  Simon Josefsson  <sj@extundo.com>
14668
14669         * nnimap.el (nnimap-split-inbox): Typo.
14670
14671 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14672
14673         * gnus-msg.el (gnus-msg-mail): Move it backwards.
14674
14675 2000-11-03  Simon Josefsson  <sj@extundo.com>
14676
14677         * rfc2231.el (rfc2231-parse-qp-string): New function.
14678         (require): rfc2047.
14679
14680         * mail-parse.el (mail-header-parse-content-type):
14681         (mail-header-parse-content-disposition): Support invalid QP
14682         encoded strings, by using `rfc2231-parse-qp-string'.
14683
14684 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14685
14686         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
14687         (rfc2231-decode-encoded-string): Typo "> X 1".
14688         (rfc2231-encode-string): Insert the name of charset.
14689         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
14690
14691 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14692
14693         * mm-decode.el (mm-save-part): Return the filename.
14694         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
14695         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
14696         (gnus-mime-action-alist): Use it.
14697         (gnus-mime-button-commands): Use it.
14698         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
14699         (mm-inline-external-body): unwind-protect.
14700
14701 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14702
14703         * gnus-art.el (gnus-insert-mime-button): Show url.
14704
14705 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14706
14707         * mml.el (mml-generate-mime-1): Support external url.
14708         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
14709
14710 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
14711
14712         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
14713         * mm-decode.el (mm-display-external): Ditto.
14714         * mm-extern.el: New file.
14715         * mm-decode.el (mm-inline-media-tests): Hook it up.
14716         (mm-inlined-types): Inline message/external-body.
14717
14718 2000-11-02  Simon Josefsson  <sj@extundo.com>
14719
14720         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
14721
14722         * message.el (message-get-reply-headers): Better handling when
14723         Mail-Followup-To is very large.
14724
14725 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14726
14727         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
14728         * gnus-art.el (gnus-article-edit-done):
14729         * gnus-sum.el (gnus-summary-edit-article-done): Move line
14730         counting code here.
14731         * gnus-msg.el (gnus-setup-message): Remove a hack.
14732
14733 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14734
14735         * gnus-sum.el (gnus-newsgroup-variables): New variable.
14736         (gnus-summary-mode): Make them local variables.
14737         (gnus-set-global-variables): Globalize them.
14738         (gnus-summary-exit): Kill them.
14739
14740 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
14741
14742         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
14743         word.
14744
14745 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14746
14747         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
14748         gnus-article-wash-types.
14749         * gnus-art.el (gnus-article-wash-status): Use them.
14750
14751 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
14752
14753         * mml.el (mml-read-tag): Remove spaces and LF.
14754
14755 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14756
14757         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
14758         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
14759
14760 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
14761
14762         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
14763
14764 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14765
14766         * gnus-sum.el (gnus-article-charset): New variable.
14767         (gnus-summary-display-article): Set it.
14768         * gnus-msg.el (gnus-copy-article-buffer): Use it.
14769         * gnus-art.el (gnus-article-mode): Make it local variable.
14770
14771 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14772
14773         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
14774
14775 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14776
14777         * nnwfm.el: New file.
14778
14779         * nnweb.el (nnweb-replace-in-string): New function.
14780
14781 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14782
14783         * mml2015.el: Wrap gpg.el.
14784         * gpg.el (gpg-verify): The last argument of apply is a list.
14785         (gpg-encrypt): Add passphrase as a parameter.
14786
14787 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14788
14789         * gpg.el: New file.
14790         * gpg-ring.el: New file.
14791
14792 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14793
14794         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
14795
14796 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14797
14798         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
14799         double-quote characters.
14800         (gnus-summary-prepare-threads): Ditto.
14801
14802 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14803
14804         * gnus-art.el (gnus-mime-display-single): Forward line -1.
14805         * mml.el (mml-read-tag): Don't skip the leading space.
14806         * lpath.el (font-lock-set-defaults): Shut up.
14807
14808 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
14809
14810         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
14811
14812 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
14813
14814         * qp.el (quoted-printable-encode-region): Replace leading - when
14815         ultra safe.
14816         * mml.el (mml-generate-mime-postprocess-function): Removed.
14817         (mml-postprocess-alist): Removed.
14818         (mml-generate-mime-1): Use ultra-safe when sign.
14819         * mml2015.el (mml2015-fix-micalg): Uppercase.
14820         (mml2015-verify): Insert LF.
14821         (mml2015-mailcrypt-sign): Downcase; search backward.
14822
14823 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14824
14825         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
14826         restrictive.
14827         (nnultimate-table-regexp): New variable.
14828         (nnultimate-forum-table-p): Use it.
14829
14830 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
14831         Trivial patch.
14832
14833         * gnus-sum.el (gnus-summary-expire-articles): Save point.
14834
14835 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14836
14837         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
14838         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
14839
14840 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
14841
14842         * mml2015.el: Shut up.
14843
14844 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14845
14846         * gnus.el (gnus-server-browse-hashtb): Removed.
14847         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
14848         (gnus-group-insert-group-line-info): Use simplified method.
14849         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
14850
14851 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14852
14853         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
14854         moved here.
14855         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
14856         * gnus-group.el (gnus-group-prepare-flat): Use it.
14857         * gnus-topic.el (gnus-group-prepare-topics): Use it.
14858
14859 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14860
14861         * mml.el (mml-mode): Show menu in XEmacs.
14862
14863 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
14864
14865         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
14866         (gnus-server-read-server-in-server-buffer): New function.
14867         (gnus-browse-foreign-server): Browse in group buffer.
14868         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
14869         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
14870         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
14871         * gnus.el (gnus-server-browse-hashtb): New variable.
14872
14873 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14874
14875         * nnfolder.el (nnfolder-open-nov): Use group.
14876
14877 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
14878
14879         * nnfolder.el: Add NOV. Set version to 2.0.
14880         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
14881
14882 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14883
14884         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
14885
14886 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14887
14888         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
14889         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
14890
14891 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14892
14893         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
14894
14895 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14896
14897         * mm-decode.el (mm-verify-function-alist): New variable.
14898         (mm-verify-option): New variable.
14899         (mm-decrypt-function-alist): Ditto.
14900         (mm-decrypt-option): Ditto.
14901         (mm-find-raw-part-by-type): New function.
14902         (mm-possibly-verify-or-decrypt): New function.
14903         (mm-dissect-multipart): Use it.
14904         * mml2015.el (mml2015-fix-micalg): New function.
14905         (mml2015-decrypt): Use new interface.
14906         (mml2015-verify):  Use new interface.
14907         (mml2015-setup): Make it bogus.
14908
14909 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14910
14911         * mml.el (mml-generate-mime-postprocess-function): Set to
14912         mml-postprocess.
14913         (autoload): Autoload mml2015 and mml-smime.
14914         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
14915         * mml2015.el (mml2015-encrypt): New function.
14916         (mml2015-sign): New function.
14917         (mml2015-encrypt-function): New variable.
14918         (mml2015-sign-function): New variable.
14919         (mml2015-mailcrypt-encrypt): Use message-recipients.
14920         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
14921         * mml-smime.el (mml-smime-setup): Ditto.
14922
14923 2000-10-28  Simon Josefsson  <sj@extundo.com>
14924
14925         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
14926         Communigate Pro 3.3.1 server.
14927
14928         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
14929         in buffers.
14930         (mml-secure-dns-server): Removed.
14931         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
14932         write certificates to files.
14933
14934         * smime.el (smime-dns-server): New variable.
14935         (smime-mail-to-domain):
14936         (smime-cert-by-dns): New functions.
14937
14938         * dig.el: New file.
14939
14940 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
14941
14942         * message.el (message-options): New variable.
14943         (message-options-set-recipient): New function.
14944         (message-send): Use them.
14945         * gnus-int.el (gnus-request-replace-article): Use them.
14946         (gnus-request-accept-article): Ditto.
14947         * mml.el (mml-preview): Use them.
14948         * gnus-sum.el (gnus-summary-edit-article): Use them.
14949
14950         * message.el (message-options-get): New function.
14951         (message-options-get): New function.
14952         * rfc2047.el (rfc2047-encode-message-header): Use them.
14953         * mm-bodies.el (mm-encode-body): Use them.
14954
14955 2000-10-28  Simon Josefsson  <sj@extundo.com>
14956
14957         * nnimap.el (nnimap-retrieve-which-headers):
14958         (nnimap-request-article-part): Quote message-id.
14959
14960         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
14961         (smime-CA-file): New variable.
14962         (smime-call-openssl-region): Don't error.
14963         (smime-sign-region): Return result value.
14964         (smime-encrypt-region): Ditto.
14965         (smime-verify-region): New function.
14966         (smime-decrypt-region): Ditto.
14967         (smime-verify-buffer): Ditto.
14968         (smime-decrypt-buffer): Ditto.
14969
14970         * mml.el: Require mml-sec.
14971         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
14972         (mml-mode-map): Add "sign" and "encrypt" maps.
14973         (mml-menu): Add security menu.
14974         (mml-preview): Use generate-new-buffer.
14975
14976         * mml-sec.el: New file.
14977
14978 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14979
14980         * mm-decode.el (mm-find-part-by-type): Move it here.
14981         * mml.el (mml-postprocess): Move it here.
14982         (mml-postprocess-alist): Move it here. Merge them.
14983
14984 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
14985
14986         * rfc2047.el (rfc2047-encode-message-header): Make sure no
14987         unencoded stuff in the header.
14988
14989 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14990
14991         * gnus-group.el (gnus-group-listed-groups): New variable.
14992         (gnus-group-list-option): New variable.
14993         (gnus-group-list-limit-map): New keymap.
14994         (gnus-group-list-flush-map): New keymap.
14995         (gnus-group-list-plus-map): New keymap.
14996         (gnus-group-prepare-logic): New function.
14997         (gnus-group-prepare-flat): Merge with
14998         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
14999         (gnus-group-prepare-flat-list-dead): Ditto.
15000         (gnus-group-list-matching): Use gnus-group-prepare-function.
15001         (gnus-group-list-dormant): Ditto.
15002         (gnus-group-list-cached): Ditto.
15003         (gnus-group-listed-groups): New function.
15004         (gnus-group-list-limit): New function.
15005         (gnus-group-list-flush): New function.
15006         (gnus-group-list-plus): New function.
15007         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
15008         (gnus-topic-prepare-topic): Ditto.
15009
15010 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
15011
15012         * message.el (message-insert-to, message-get-reply-headers):
15013         (message-reply, message-followup): Mail-{Followup,Reply}-To.
15014
15015 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15016
15017         * mml2015.el: New file.
15018         * smime.el: New file.
15019         * mml-smime.el: New file.
15020
15021 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
15022
15023         * ChangeLog: Moved to ChangeLog.1.
15024
15025     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
15026   Copying and distribution of this file, with or without modification,
15027   are permitted provided the copyright notice and this notice are preserved.
15028
15029 ;; Local Variables:
15030 ;; coding: iso-2022-7bit
15031 ;; End: