Synch to Oort Gnus 200303240302.
[elisp/gnus.git-] / lisp / ChangeLog
1 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
2
3         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
4         option of deleting agent directories for groups/servers that are
5         not currently agentized.
6         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
7         
8         * gnus-int.el (gnus-open-server): Report backend errors in
9         condition handler.
10
11 2003-03-23  Simon Josefsson  <jas@extundo.com>
12
13         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
14         header.
15
16         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
17         same as Newsgroups.
18
19         * nntp.el (nntp-open-connection-function): Mention
20         nntp-open-tls-stream.
21         (nntp-open-tls-stream): New function.
22
23         * tls.el: New file.
24
25         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
26         instead of SSL.
27         (nnimap-stream): Add other streams, link to imap variables.
28         (nnimap-authenticator): Add other authenticator, link to imap
29         variables.
30
31         * imap.el: Autoload open-tls-stream.
32         (imap-streams): Add tls in front of ssl.
33         (imap-stream-alist): Add tls.
34         (imap-default-tls-port): New variable.
35         (imap-tls-p, imap-tls-open): New functions.
36
37 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
38
39         * mm-url.el (mm-url-insert-file-contents): parse url only if
40         results is a list.
41
42 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
43
44         * mail-source.el (mail-source-fetch-imap): Revert.
45
46 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
47
48         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
49         less strict regexp.
50
51 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
52
53         * mail-source.el (mail-source-fetch-imap): Use buffer name for
54         more imap function.
55
56 2003-03-21  Simon Josefsson  <jas@extundo.com>
57
58         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
59         Followup-To data inline.
60
61 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
62
63         * gnus-art.el (gnus-treat-display-xface): Don't enable if
64         icontopbm isn't available.
65
66 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
67
68         * gnus-int.el (gnus-open-server): Catch errors in backend's
69         open-server method.  Returns nil rather than crashing startup.
70
71         * gnus-sum.el (eval-when-compile): Modified to resolve
72         compile-time warnings.
73
74         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
75         Reports length of series so that the user can compare N with a
76         subject that should, if the entire series is present, contain
77         '(.../N)'.
78         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
79         of temp file (Win-XP may leave the temp file locked when the
80         uudecode process fails).
81
82 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
83
84         * message.el (message-split-line): Ignore error.
85
86         * lpath.el (split-line): Avoid split-line warning message.
87
88 2003-03-20  Kim F. Storm  <storm@cua.dk>
89
90         * message.el (message-split-line): New function.
91         (message-mode-map): Remap split-line to message-split-line.
92
93 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
94
95         * message.el (message-make-overlay): Defalias it to make-overlay.
96         (message-delete-overlay): Defalias it to delete-overlay.
97         (message-overlay-put): Defalias it to overlay-put.
98         (message-idna-to-ascii-rhs-1): Use them.
99
100         * messagexmas.el (message-xmas-redefine): Defalias some overlay
101         functions to extent functions.
102
103 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
104
105         * message.el (message-check-news-header-syntax): Fixed regexp.
106
107 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
108
109         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
110         
111         * mm-url.el (mm-url-insert): Move url-current-object stuff into
112         mm-url-insert-file-contents.
113
114         * nnrss.el (nnrss-fetch): Fetch the local stuff.
115         (nnrss-check-group): Use it.
116
117 2003-03-20 Mark A. Hershberger  <mah@everybody.org> 
118
119         * nnrss.el: Primitive XML Name-space support.  This means that RSS
120         feeds like Kevin Burton's[1] can now be read in Gnus.
121
122         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
123         means that if you want to read the RSS feed for example.com, all
124         you have to do is hit "G R http://www.example.com/ RET" and
125         nnrss.el will find and the feed listed on the site or (if you have
126         loaded xml-rpc.el) look it up on syndic8.com.
127
128         Marked the message as HTML (by adding a Content-Type header) so
129         that Gnus will render it as html if the user wants that.
130
131         Implemented the ability to save nnrss-group-alist so that any new
132         feeds the you subscribe to will be found the next time you start
133         up.
134
135         Implemented support for RSS 2.0 elements (author, pubDate).
136
137         Prefer for <content:encoded> over <description> where both
138         elements exist.
139
140         * mm-url.el (mm-url-insert): Set url-current-object.
141
142         * gnus-group.el (gnus-group-make-rss-group): New function.
143
144 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
145
146         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
147         for highlight overlays.
148
149 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
150
151         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
152         a NOV.
153
154 2003-03-20  Simon Josefsson  <jas@extundo.com>
155
156         * message.el (message-use-idna): Disable if UTF-8 unavailable.
157         (message-idna-to-ascii-rhs): Use it.
158
159         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
160
161 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
162
163         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p) 
164         (spam-group-ham-marks, spam-group-spam-marks): new functions
165         (spam-spam-marks, spam-ham-marks): removed in favor of the
166         spam-marks and ham-marks parameters
167         (spam-generic-register-routine, spam-ham-move-routine): use the
168         new spam-group-{spam,ham}-mark-p functions
169
170         * gnus.el (spam-marks, ham-marks): new group parameters with
171         default values same as the old spam-spam-marks and spam-ham-marks
172
173 2003-03-19  Simon Josefsson  <jas@extundo.com>
174
175         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
176         (gnus-use-idna): New variable.
177         (article-decode-idna-rhs): New function.
178
179         * message.el (message-use-idna): New variable.
180         (message-mode-field-menu): Add entry for IDNA.
181         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
182         (message-idna-to-ascii-rhs): New function.
183         (message-generate-headers): Invoke IDNA code.
184
185 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
186
187         * nnmaildir.el (nnmaildir--system-name): New function.
188         (nnmaildir-request-accept-article): Use it.
189
190 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
191
192         * gnus-util.el (gnus-byte-compile): Make it work silently as the
193         gnus-compile function does.
194
195         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
196         bogus change.
197
198 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
199
200         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
201         sort-coding-systems is defined.
202
203 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
204
205         * nnmaildir.el (nnmaildir-open-server,
206         nnmaildir-request-scan,
207         nnmaildir-request-create-group,
208         nnmaildir-request-delete-group): Replace create-directory with
209         target-prefix.
210
211 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
212
213         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
214         find-charset-region which is slooow in XEmacs.
215
216 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
217
218         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
219         compiler under XEmacs.
220
221 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
222
223         * gnus-art.el (gnus-treat-highlight-signature): Make the default
224         work for multipart/signed where the message text isn't `last'.
225
226 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
227
228         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
229         the value of mm-inline-text-html-with-images.
230         (mm-inline-text-html-render-with-w3m): Don't bind
231         w3m-display-inline-images.
232
233         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
234         w3m-display-inline-images.
235
236         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
237         regardless of an Emacs flavor.
238
239 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
240
241         * gnus.el (gnus-version-number): Bump.
242
243 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
244
245         * gnus.el: Oort Gnus v0.16 is released.
246
247 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
248
249         * lpath.el (featurep): Bind mm-w3m-mode-map.
250
251 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
252
253         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
254         'respool-able backends define a global nnchoke-get-new-mail
255         variable.
256
257 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
258
259         * gnus-art.el (gnus-mime-delete-part): New function.
260         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
261
262 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
263
264         * message.el (message-check-news-header-syntax): Don't push
265         groups twice onto list of unknown groups.
266
267         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
268         back.
269
270         * nnheader.el (nnheader-find-etc-directory): Doc fix.
271
272         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
273         config unless the summary buffer exists.
274
275         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
276         that target group is computed correctly when articles are marked
277         as read by Xref handling.
278
279         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
280         imap-open.
281
282         * message.el (message-send-mail): Add courtesy string to Bcc's,
283         too.
284
285         * gnus-cite.el (gnus-cited-line-p): New function.
286
287 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
288
289         * mm-bodies.el (mm-decode-body): Add new optional parameter,
290         force, to use the supplied charset unconditionally.
291
292         * gnus-art.el (article-decode-charset): Use it.
293
294 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
295
296         * mm-bodies.el (mm-decode-coding-region-safely): New function.
297         (mm-decode-body): Use it.
298
299         * rfc2047.el (rfc2047-decode-region): do.
300         (rfc2047-decode-string): Guess coding system if the default is
301         invalid.
302
303 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
304
305         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
306         articles are marked 'read, so we get correct article counts.
307
308 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
309
310         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
311         the button.
312         (gnus-insert-prev-page-button): Ditto.
313         (gnus-insert-next-page-button): Ditto.
314         (gnus-insert-mime-security-button): Ditto.
315
316         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
317         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
318         (mm-inline-image-xemacs): Ditto.
319
320 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
321
322         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
323         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
324         the recent filename uniqueness discussion.
325
326 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
327
328         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
329         newline next time.
330         (mm-inline-image-xemacs): Ditto.
331
332 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
333
334         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
335         kill-line.
336
337 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
338
339         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
340         kill-line.
341
342 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
343
344         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
345         fixing the code to match the documentation.
346         (gnus-agent-fetch-selected-article): Replaced
347         gnus-summary-update-article-line with gnus-summary-update-line as
348         the former did not correctly recalculate the thread indentation.
349         (gnus-agent-find-parameter): The agent-predicate, if not found
350         anywhere else, defaults to the value of gnus-agent-predicate.
351         (gnus-agent-fetch-session): Fixed typo; now executes
352         gnus-agent-fetched-hook rather than the undocumented
353         gnus-agent-fetch-hook.
354         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
355         default agent predicate is now provided by
356         gnus-agent-find-parameter.
357         (gnus-agent-message): New macro.  This macro avoids potentially
358         costly parameter evaluation when the message's level is too high
359         to display.
360         (gnus-agent-expire-group-1): Disabled undo tracking in temp
361         overview buffer. Uses new gnus-agent-message macro to reduce
362         overhead of optional messages. Reversed message levels to
363         emphasize percent completion messages.  Detailed messages of
364         little use except when debugging code.
365
366 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
367
368         * spam.el (spam-ham-move-routine): use
369         spam-mark-ham-unread-before-move-from-spam-group
370         (spam-mark-ham-unread-before-move-from-spam-group): new variable
371
372 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
373
374         * spam.el: load nnimap.el when compiling
375         (spam-setup-widening): use
376         nnimap-split-download-body-default instead of
377         nnimap-split-download-body which is a user-customizable variable
378
379 2003-03-07  Simon Josefsson  <jas@extundo.com>
380
381         * nnimap.el (nnimap-split-download-body-default): New, holds
382         default for n-s-d-b.
383         (nnimap-split-download-body): Add new setting (symbol default),
384         which uses contents of n-s-d-b-d, and made it the default.
385
386 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
387
388         * spam.el (spam-use-hashcash): new variable
389         (spam-list-of-checks): added spam-use-hashcash with associated
390         spam-check-hashcash
391         (spam-check-hashcash): new function, installed iff hashcash.el is
392         loaded
393         (spam-setup-widening): don't use (return)
394
395 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
396
397         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
398         predicate of `false' to avoid an error when a group defines no
399         predicate. Fixed typo that disabled agent scoring (i.e. the
400         low/high predicates should now work).
401
402 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
403
404         * spam.el: add spam-maybe-spam-stat-load to
405         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
406         (spam-bogofilter-register-with-bogofilter): use
407         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
408         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
409         custom variables to replace "-s" and "-n"
410
411         * gnus-group.el (gnus-group-get-new-news): call the new
412         gnus-get-top-new-news-hook hook
413
414         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
415         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
416
417 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
418
419         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
420
421 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
422
423         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
424         a cl run-time function.
425
426 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
427
428         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
429         on gnus-agent-short-article.
430         (gnus-category-read): Replaced CL function mapcar* with new macro:
431         gnus-mapcar.
432         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
433         support functions that accept multiple parameters.  A separate
434         sequence must be provided for each parameter in the function.
435         Iteration stops when the end of the shortest list is reached.
436
437 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
438
439         * nnimap.el (nnimap-request-accept-article): Use delete-region.
440
441         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
442         (html2text-delete-single-tag, html2text-clean-anchor)
443         (html2text-remove-tags): Use delete-region.
444         (html2text-fix-paragraphs): Simplify.
445
446         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
447         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
448         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
449         kill-region.
450
451 2003-03-04  John Paul Wallington  <jpw@gnu.org>
452
453         * gnus-agent.el (gnus-agent-enable-expiration)
454         (gnus-agent-article-alist, gnus-agent-article-alist)
455         (gnus-agent-cat-defaccessor): Doc fixes.
456
457 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
458
459         * gnus-agent.el (gnus-function-implies-unread-1): Grok
460         byte-compiled functions.
461
462 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
463
464         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
465         customization between new maneuvering (which permits selecting
466         undownloaded articles) and old maneuvering (which skipped over
467         undownloaded articles) behaviors.
468         (gnus-summary-find-next): Pass through the unread and subject
469         parameters when calling gnus-summary-find-prev.
470         (gnus-summary-find-next,gnus-summary-find-prev): Apply
471         gnus-auto-goto-ignores to filter out unacceptable articles.
472
473 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
474
475         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
476         exists in all supported Emacs versions, so we don't need this
477         compatibility function.
478         (mail-source-fetch-pop, mail-source-check-pop)
479         (mail-source-fetch-webmail): Use read-passwd.
480
481         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
482         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
483         read-passwd.
484
485         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
486
487         * imap.el (imap-read-passwd): Remove.
488         (imap-interactive-login): Use read-passwd.
489
490         * canlock.el (canlock-read-passwd): Remove.
491         (canlock-insert-header, canlock-verify): Use read-passwd.
492
493         * sieve-manage.el (sieve-manage-read-passwd): Remove.
494         (sieve-manage-interactive-login): Use read-passwd.
495
496         * pop3.el (pop3-read-passwd): Remove.
497         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
498         read-passwd.
499
500         * pgg.el (pgg-read-passphrase): Simplify.
501
502 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
503
504         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
505         'plugged' when actually 'unplugged' bug.
506         (gnus-category-read): Ignore nil values when converting an
507         old-format category so that the new-format category will default
508         those attributes to the global variables.
509
510 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
511
512         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
513         doc-string.
514
515 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
516
517         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
518         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
519         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
520         * mm-url.el (mm-url-decode-entities-string): do.
521         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
522         * mm-decode.el (mm-find-raw-part-by-type): do.
523         * message.el (message-send-mail-partially)
524         (message-send-mail-with-sendmail): do.
525         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
526         * gnus-kill.el (gnus-pp-gnus-kill): do.
527         * gnus-art.el (gnus-article-treat-unfold-headers)
528         (gnus-article-encrypt-body): do.
529
530 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
531
532         * mail-source.el (mail-source-delete-incoming): Allow integer value.
533         (mail-source-delete-old-incoming-confirm): New variable.
534         (mail-source-delete-old-incoming): Use it.  New function.
535         (mail-source-callback): Call `mail-source-delete-old-incoming' if
536         `mail-source-delete-incoming' is a nonnegative integer.
537
538 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
539
540         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
541         (gnus-user-agent): Fixed typo.
542
543 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
544
545         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
546         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
547
548 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
549
550         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
551         (gnus-agent-fetch-session): Allow debugging to take place.
552
553 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
554
555         * gnus-sum.el (gnus-highlight-selected-summary)
556         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
557         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
558         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
559         and makes it clear that we don't need the side effect.
560         * gnus-util.el (gnus-delete-line): do.
561         * gnus-xmas.el (gnus-group-add-icon): do.
562         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
563         * nntp.el (nntp-send-authinfo-from-file): do.
564         * nnml.el (nnml-header-value): do.
565         * nnheader.el (nnheader-insert-references): do.
566         * gnus-cite.el (gnus-article-highlight-citation)
567         (gnus-cite-parse): do.
568         * gnus-score.el (gnus-score-followup): do.
569         * gnus-draft.el (gnus-draft-send): do.
570         * gnus-group.el (gnus-group-highlight-line): do.
571         * gnus-cache.el (gnus-cache-braid-nov): do.
572         * nnfolder.el (nnfolder-retrieve-headers)
573         (nnfolder-request-article): do.
574         * gnus-art.el (article-hide-boring-headers)
575         (gnus-article-hide-header): do.
576
577         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
578         * nnml.el (nnml-request-replace-article): do.
579         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
580         * nnfolder.el (nnfolder-request-move-article): do.
581         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
582         * gnus-art.el (gnus-mm-display-part): do.
583
584         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
585
586 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
587
588         * nntp.el (nntp-possibly-change-group): Avoid calling
589         process-buffer on nil (Which happened when you lost your
590         connection while fetching); instead signal a "Server Closed
591         Connection" error.
592
593 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
594
595         * gnus-agent.el (gnus-agent-enable-expiration): New
596         variable. Either ENABLE or DISABLE.  Sets default behavior for
597         selecting which groups are expired.
598         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
599         gnus-agent-set-cat-groups): Provides abstract interface for
600         accessing agent category.  Category now implemented by an alist.
601         (gnus-agent-add-group, gnus-agent-remove-group,
602         gnus-category-insert-line, gnus-category-edit-predicate,
603         gnus-category-edit-score, gnus-category-edit-groups,
604         gnus-category-copy, gnus-category-add, gnus-group-category): Use
605         new agent category abstraction.
606         (gnus-agent-find-parameter): New function. Search for agent
607         configuration parameter first in the group's parameters, then its
608         topics (if any), and then the group's category.  If not found
609         anywhere, use the original defined constants.
610         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
611         gnus-agent-find-parameter.
612         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
613         gnus-agent-cache now blocks retrieving headers and articles from
614         the local cache.  Fetched content is still added to the cache
615         before being returned.
616         (gnus-agent-fetch-session): Use error-message-string to generate
617         displayed error message.
618         (gnus-agent-customize-category): New Command. 'e' in category
619         buffer opens category customization buffer.
620         (gnus-category-read): Reads either positional or alist format;
621         returns alist format.
622         (gnus-category-write): Writes category file compatible with
623         current, and previous, versions of gnus-agent.
624         (gnus-category-make-function, gnus-category-make-function-1):
625         Corrected documentation; parameter is predicate NOT category.
626         (gnus-predicate-implies-unread): Now works in more cases per the
627         todo comment.
628         (gnus-function-implies-unread-1): New function. Supports
629         gnus-predicate-implies-unread.
630         (gnus-agent-expire-group): Command now provides default of group
631         under point.
632         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
633         agent-days-until-old parameters. No longer supports
634         gnus-agent-expire-days being set to an alist.
635         (gnus-agent-request-article): Now performs its own checks of
636         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
637         assuming that the caller will do them correctly.
638         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
639         gnus-agent-expire-days is set to an alist.  Converts said alist
640         into group parameter so that gnus-agent-expire-days will not be
641         needed.
642         * gnus-art.el (gnus-request-article-this-buffer): Conditional
643         checks surrounding gnus-agent-request-article removed; now
644         performed by gnus-agent-request-article.
645         * gnus-cus.el (gnus-agent-parameters): New variable. List of
646         customizable group/topic parameters that regulate the agent.
647         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
648         kill-buffer with gnus-kill-buffer to remove the killed buffer from
649         the list of gnus buffers.
650         (gnus-trim-whitespace): Removes leading and trailing whitespace
651         from multiline strings.
652         (gnus-agent-cat-prepare-category-field,
653         gnus-agent-customize-category): Constructs a category
654         customization buffer.
655         * gnus-int.el (gnus-retrieve-headers,
656         gnus-request-expire-articles): No longer checks gnus-agent-cache
657         as it is handled internally by the agent.
658         (gnus-request-head, gnus-request-body): Conditional checks
659         surrounding gnus-agent-request-article removed; now performed by
660         gnus-agent-request-article.
661
662         * gnus-start.el (): Added defvar statements to resolve compilation
663         warnings.
664         (gnus-long-file-names): New function. Isolates platform dependent
665         msdos-long-file-names.
666         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
667         option of writing directly to file.  Avoids memory exhausted
668         errors when .newsrc.eld is huge.
669         (gnus-save-newsrc-file): Uses new
670         gnus-save-startup-file-via-temp-buffer.
671         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
672         standard-output.
673         (gnus-display-time-event-handler): Changed to alias from a defun
674         to avoid a compile-time warning when display-time-event-handler is
675         not defined.
676         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
677         standard-output such that prin1 and princ will write directly to a
678         file.
679
680         * gnus.el (gnus-agent-cache): Expanded documentation.
681         (gnus-summary-high-undownloaded-face): Removed second bold keyword
682         so that this face is actually bold.
683
684         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
685         gnus-use-cache has been set.
686
687 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
688
689         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
690
691 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
692
693         * gnus-art.el (gnus-article-refer-article): Be more permissive.
694
695 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
696
697         * spam.el: Fix typo.
698
699 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
700         (Trivial patch.)
701
702         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
703         errors-buffer. This produces a nicer error message in case of
704         problems.
705
706 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
707
708         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
709         load stats iff spam-use-stat is on
710
711         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
712         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
713         instead of spam-stat-load and spam-stat-save in the
714         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
715
716 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
717
718         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
719
720 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
721
722         * message.el (message-make-fqdn): Protect against nil user-mail.
723
724 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
725
726         * gnus-art.el (gnus-boring-article-headers): New values:
727         'to-list and 'cc-list.
728
729 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
730
731         * spam.el (spam-setup-widening): new function to set
732         nnimap-split-download-body, we add it to gnus-get-new-news-hook
733         (spam-list-of-statistical-checks): list of statistical splitter
734         checks
735         (spam-split): added a widen call when a statistical check is
736         enabled
737
738 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
739
740         * gnus-msg.el (gnus-user-agent): Changed default to
741         'emacs-gnus-type, renamed 'full.
742
743 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
744
745         * nnfolder.el (nnfolder-request-accept-article): Don't use
746         mail-header-unfold-field.
747
748 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
749
750         * imap.el (imap-ssl-open): Don't depend on ssl.el.
751         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
752
753 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
754
755         * spam.el: add spam-stat-load to gnus-get-new-news-hook
756         (spam-split): remove spam-stat-load call
757
758 2003-02-26  Simon Josefsson  <jas@extundo.com>
759
760         * gnus-sum.el (gnus-summary-toggle-header): Run
761         gnus-article-decode-hook instead of calling a-decode-encoded-words
762         directly (the latter is run as part of the former).
763
764 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
765
766         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
767
768 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
769
770         * message.el (message-sendmail-envelope-from): New option.
771         (message-sendmail-envelope-from): New function.
772         (message-send-mail-with-sendmail): Use it.
773
774 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
775
776         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
777         compensation for TDMA addresses.
778
779 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
780
781         * gnus-msg.el (gnus-user-agent): New variable.
782         (gnus-version-expose-system): Removed.  Obsoleted by
783         `gnus-user-agent'.
784         (gnus-extended-version): Use `gnus-user-agent'.
785
786 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
787
788         * spam.el (spam-stat-register-spam-routine,
789         spam-stat-register-ham-routine): remove spam-stat-save
790         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
791
792 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
793
794         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
795         reference.
796
797 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
798
799         * nnheader.el (nnheader-find-nov-line): Changed midpoint
800         calculation to avoid integer overflow.
801
802 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
803
804         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
805
806 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
807         * spam.el: disabled spam-get-article-as-filename
808
809         From Michael Shields  <shields@msrl.com>
810
811         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
812         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
813         * gnus-sum.el (gnus-summary-expire-articles): Use it.
814         * spam.el (spam-summary-prepare-exit): Use it.
815         * gnus.el (gnus-install-group-spam-parameters): New.
816         * spam.el (spam-group-ham-processor-copy-p): New.
817         * spam.el (spam-summary-prepare-exit): Support for ham copying.
818         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
819         that would cause the current message to be moved if the group had
820         no spam.
821         * spam.el (spam-ham-move-routine): New `copy' argument.
822
823 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
824         From Martin Thornquist <martint@ifi.uio.no>
825
826         * gnus-topic.el (gnus-topic-select-group): Select last group if
827         after last group.
828         * gnus-group.el (gnus-group-select-group): Ditto.
829
830 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
831
832         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
833         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
834         point-at-(b|e)ol which aren't available in Emacs 20.
835
836         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
837
838 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
839
840         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
841         clause of the condition-case statement.  Errors connecting to a
842         server no longer terminate gnus.
843
844         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
845         make its use obvious.  Added no-nothing case to avoid
846         opening(closing) servers when already open(closed).
847         (gnus-agent-while-plugged): Added macro to facilitate internal use
848         of gnus-agent-toggle-plugged.
849         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
850         temporarily open servers.
851         (gnus-agent-get-undownloaded-list): Sort list of article numbers
852         as sorting gnus-newsgroup-headers is wrong.
853         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
854         to temporarily open servers. Corrected logic to handle setting
855         gnus-agent-mark-unread-after-downloaded.
856         (gnus-agent-fetch-articles): Now handles headers with missing
857         article sizes and/or missing article lengths.  Now clears the
858         message buffer when finished.
859         (gnus-agent-fetch-group-1): Position point before calling
860         gnus-summary-set-agent-mark.
861         (gnus-get-predicate): Corrected description, parameter is
862         predicate not category.
863         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
864         provide a separate single group expiration function.
865         (gnus-agent-regenerate-group): Now clears the message buffer when
866         finished.
867
868 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
869
870         * gnus.el (gnus-agent-target-move-group-header): New variable.
871         * gnus-draft.el (gnus-draft-send): If special header
872         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
873         that group, instead of performing the regular sending functions.
874
875 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
876
877         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
878
879 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
880
881         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
882         variables.
883         (message-make-fqdn): Use it.  Improved validity check.
884
885 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
886
887         * message.el (message-user-mail-address): Check whether
888         user-mail-address looks valid.
889
890         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
891
892         * gnus-util.el (gnus-fetch-original-field): New function.
893
894 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
895
896         * message.el (message-mode): \\(...\\) around additional
897         paragraph-separate alternative.
898
899 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
900
901         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
902         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
903         display key bindings.
904         (gnus-mime-button-menu): Rewrite.
905
906 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
907
908         * gnus-art.el (gnus-button-url-regexp): Removed `.
909
910 2003-02-23  Max Froumentin  <mf@w3.org>
911
912         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
913
914 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
915
916         * gnus-art.el (gnus-mime-action-on-part): Require a match
917         interactively.
918
919         * gnus-start.el (gnus-save-newsrc-file): Use
920         gnus-backup-startup-file.
921         (gnus-backup-startup-file): New variable.
922
923 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
924
925         * gnus.el (gnus-summary-buffer-name): Moved function here.
926
927         * gnus-draft.el (defun): Remove debug.
928
929 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
930
931         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
932         can't open server.
933
934 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
935
936         * gnus-draft.el (defun): Configure posting styles.
937
938         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
939         the entry for the group exists before we alter it.
940
941 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
942
943         * message.el (message-mode): MML tags separate paragraphs.  Small
944         change from David S Goldberg <david.goldberg6@verizon.net>.
945
946         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
947         `gnus-newsgroup-headers'.
948
949         * gnus-art.el (gnus-article-refer-article): Grok more message id
950         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
951
952 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
953
954         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
955         use "path name".
956
957 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
958
959         * gnus-sum.el (gnus-summary-move-article)
960         (gnus-summary-expire-articles): send data header for article, not
961         just article ID
962
963         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
964         (gnus-register-spool-action): added hashtable of message ID keys
965         with message motion data
966
967 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
968         From Reiner Steib  <Reiner.Steib@gmx.de>.
969
970         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
971         variable, used in `gnus-button-mid-or-mail-heuristic'.
972         (gnus-button-mid-or-mail-heuristic): New function derived from
973         Florian Weimer's Perl script.
974         (gnus-button-handle-mid-or-mail): Allow a function instead of
975         'guess.
976         (gnus-button-guessed-mid-regexp): Removed.
977
978 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
979
980         * message.el (message-resend): Bind message-setup-hook to nil;
981         remove X-Draft-From header.
982
983 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
984
985         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
986         (gnus-newsgroup-undownloaded)
987         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
988         Doc fixes.
989
990 2003-02-17  John Paul Wallington  <jpw@gnu.org>
991
992         * gnus.el (gnus-shell-command-separator, gnus-email-address)
993         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
994
995 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
996
997         * gnus-spec.el (gnus-xmas-format): Use insert instead of
998         insert-string which is obsolete in Emacs 21.4.
999
1000         * message.el (message-cross-post-followup-to-header): do.
1001
1002         * spam.el (spam-ifile-register-with-ifile)
1003         (spam-stat-register-spam-routine)
1004         (spam-stat-register-ham-routine)
1005         (spam-bogofilter-register-with-bogofilter): do.
1006
1007         * mailcap.el (mailcap-mime-data): Fix typo.
1008
1009         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
1010
1011 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
1012
1013         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
1014         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
1015         `gnus-cite-unsightly-citation-regexp'.
1016
1017 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1018
1019         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
1020         even if there's just a header.
1021
1022 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
1023
1024         * message.el (message-fix-before-sending): Fix highlighting of
1025         illegible and invisible text.
1026
1027         * gnus-util.el (gnus-multiple-choice): Separate choices with
1028         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
1029
1030 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
1031
1032         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
1033
1034 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
1035
1036         * spam.el (spam-ham-move-routine)
1037         (spam-mark-spam-as-expired-and-move-routine): use
1038         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
1039         around process-mark manipulation on the group
1040
1041 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1042
1043         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
1044         submenu.
1045
1046 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1047
1048         * mail-source.el (mail-source-fetch): Reverse the return value of
1049         the continuation question.
1050
1051 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1052
1053         * nndraft.el (nndraft-request-move-article): Bind
1054         nnmh-allow-delete-final to t.
1055
1056 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1057
1058         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
1059
1060 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
1061
1062         * nntp.el (nntp-accept-process-output): Don't use point-max to get
1063         the buffer's size.
1064
1065 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
1066
1067         * nnheader.el: Added cygwin to system-type comparisons.
1068
1069 2003-01-27  Juanma Barranquero  <lektu@terra.es>
1070
1071         * imap.el (imap-mailbox-status): Fix typo.
1072
1073 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1074
1075         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
1076         online.
1077
1078 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1079
1080         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
1081         commands.
1082         * gnus-sum.el: Small change from Frank Weinberg
1083         <frank@usenet-rundfahrt.de>:
1084         (gnus-auto-center-group): New variable.
1085         (gnus-summary-read-group-1): Use it.
1086         (gnus-summary-next-group): Fix docstring.
1087
1088 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1089
1090         * gnus-util.el (gnus-faces-at): Simplify.
1091
1092 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1093
1094         * spam.el (spam-ham-move-routine)
1095         (spam-mark-spam-as-expired-and-move-routine): made the article
1096         move conditional, so it's not called even if there's nothing to move
1097
1098 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1099
1100         * message.el (message-unix-mail-delimiter): Accept any whitespace
1101         after the email address and before the date; do not require the
1102         space character.  From Kurt B. Kaiser <kbk@shore.net>.
1103
1104 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1105
1106         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
1107         gnus-article-boring-faces variable is bound; use gnus-faces-at.
1108
1109         * gnus-util.el (gnus-faces-at): New macro.
1110
1111 2003-02-13  Michael Shields  <shields@msrl.com>
1112
1113         * gnus-cite.el
1114         (gnus-cite-attribution-suffix, gnus-cite-parse):
1115         Better handling for Microsoft citation styles.
1116         (gnus-unsightly-citation-regexp): New.
1117
1118 2003-02-12  Michael Shields  <shields@msrl.com>
1119
1120         * gnus-art.el (article-strip-banner): Strip both per-group and
1121         per-user-address banners.
1122         (article-really-strip-banner): New.
1123
1124 2003-02-12  Michael Shields  <shields@msrl.com>
1125
1126         * gnus-sum.el (gnus-article-goto-next-page,
1127         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
1128         relying on the summary bindings of `n' and `p'.
1129
1130 2003-02-12  Michael Shields  <shields@msrl.com>
1131
1132         * gnus-art.el (gnus-article-only-boring-p): New.
1133         (gnus-article-skip-boring): New.
1134         * gnus-cite.el (gnus-article-boring-faces): New.
1135         * gnus-sum.el (gnus-summary-next-page): Use
1136         gnus-article-only-boring-p.
1137
1138 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
1139
1140         * spam.el (spam-mark-spam-as-expired-and-move-routine)
1141         (spam-ham-move-routine): unmark all articles before marking those
1142         of interest and calling gnus-summary-move-article
1143
1144 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
1145
1146         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
1147         logically the complement of gnus-get-buffer-create and
1148         gnus-add-buffer.
1149
1150         * gnus-util.el (gnus-kill-buffer): do.
1151
1152         * nnmail.el: Autoload gnus-kill-buffer.
1153
1154 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1155
1156         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
1157         gnus-summary-goto-subject as gnus-summary-update-mark operates on
1158         the current LINE.
1159         (gnus-agent-summary-fetch-group): Minimized the number of times
1160         that the article is updated in the buffer.
1161
1162 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
1163
1164         * spam.el (spam-ham-move-routine): use the process-mark instead of
1165         gnus-current-article when moving articles
1166         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
1167
1168 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1169
1170         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
1171         (gnus-topic-catchup-articles): Ditto.
1172         (gnus-topic-mark-topic): Reverse recursive logic.
1173
1174 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
1175
1176         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
1177         gnus-refer-thread-limit is t.
1178
1179 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
1180
1181         * mm-util.el (mm-mule-charset-to-mime-charset): Use
1182         sort-coding-systems to prefer utf-8 over utf-16.
1183
1184 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1185
1186         * gnus-agent.el (gnus-agent-expire-days):
1187         gnus-request-move-article depends on gnus-agent-expire to clean up
1188         the cache after moving the article.  Therefore, g-a-e-d can NOT
1189         default to nil or can gnus-agent-expire be disabled by doing so.
1190         If you don't want to run gnus-agent-expire, don't call it.
1191         (gnus-agent-expire): The broken test to disable gnus-agent-expire
1192         when g-a-e-d was NOT nil was removed.
1193         (gnus-agent-article-name): Removed unnecessary input test as
1194         article IDs are always strings.
1195         (gnus-agent-regenerate-group): Added check to protect against
1196         servers that generate absurdly long article IDs.  Valid IDs are
1197         less than 10 digits to avoid overflow errors.  Fixed logic error
1198         when ensuring that the final article ID is present in the new
1199         alist.
1200
1201 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1202
1203         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
1204         next line after finding the parent.
1205
1206 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1207
1208         * gnus.el (gnus-version-number): Bumped.
1209
1210 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1211
1212         * gnus.el: Oort Gnus v0.15 is released.
1213
1214 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
1215
1216         * nnmail.el (nnmail-split-it): If a message ends up matching the
1217           same mailbox more than once, it will cause duplicates to appear
1218           in the mailbox.
1219
1220 2003-02-08  Simon Josefsson  <jas@extundo.com>
1221
1222         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
1223         code that only worked under Emacs.
1224
1225         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
1226         Das <satyaki@chicory.stanford.edu>.
1227
1228 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
1229
1230         * gnus-art.el (gnus-article-refer-article): Use
1231         gnus-replace-in-string.
1232
1233         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
1234         (gnus-remove-duplicates): do.
1235
1236 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1237
1238         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
1239         (gnus-request-scan): set
1240         gnus-internal-registry-spool-current-method to gnus-command-method
1241         before a request-scan operation
1242
1243         * gnus-registry.el (regtest-nnmail): use
1244         gnus-internal-registry-spool-current-method
1245
1246 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1247
1248         * mail-source.el (mail-source-fetch): Typo fix.
1249
1250 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1251
1252         * nnmail.el (nnmail-spool-hook): new hook
1253         (nnmail-cache-insert): call nnmail-spool-hook
1254
1255         * gnus-registry.el: new file with examples of using the hooks
1256
1257         * gnus.el (gnus-registry): added registry customization group
1258         (gnus-group-prefixed-name): improve function to return full group
1259         name optionally
1260         (gnus-group-guess-prefixed-name): shortcut to
1261         gnus-group-prefixed-name, using just the group name
1262         (gnus-group-full-name): always get a group's full name
1263         (gnus-group-guess-full-name): shortcut, using just the group name
1264
1265         * gnus-sum.el (gnus-summary-article-move-hook)
1266         (gnus-summary-article-delete-hook)
1267         (gnus-summary-article-expire-hook): new hooks
1268         (gnus-summary-move-article, gnus-summary-expire-articles)
1269         (gnus-summary-delete-article): invoke the new hooks
1270
1271 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
1272
1273         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
1274         from message-ID
1275
1276 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
1277
1278         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
1279
1280 2003-02-07  John Paul Wallington  <jpw@gnu.org>
1281
1282         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
1283         (mm-write-region, mm-detect-coding-region): Doc fixes.
1284
1285 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1286
1287         * mail-source.el (mail-source-fetch): Ignore errors.
1288         (mail-source-ignore-errors): New variable.
1289
1290         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
1291         articles.
1292
1293         * gnus-msg.el (gnus-version-expose-system): Change default.
1294
1295 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
1296
1297         * gnus-msg.el (gnus-version-expose-system): New variable.
1298
1299 2003-02-07  Simon Josefsson  <jas@extundo.com>
1300
1301         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
1302         patch from deskpot@myrealbox.com (Vasily Korytov).
1303
1304 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1305
1306         * gnus-art.el (article-display-face): Get the Face header from
1307         the current buffer.
1308
1309 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1310
1311         * gnus-art.el (gnus-mime-view-part-internally): Bind
1312         buffer-read-only to nil.
1313
1314 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1315
1316         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
1317         from g-a-e-1 to g-a-e-2.
1318
1319 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
1320
1321         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
1322         of bbdb-search-simple, use spam-use-BBDB-exclusive
1323         (spam-check-whitelist): use spam-use-whitelist-exclusive
1324         (spam-use-whitelist-exclusive): new variable affecting
1325         spam-use-whitelist
1326         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
1327
1328 2003-02-05  Simon Josefsson  <jas@extundo.com>
1329
1330         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
1331         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
1332         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
1333         (gnus-agent-expire-1): New.
1334         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
1335         (gnus-agent-expire-2): New.
1336
1337 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
1338
1339         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
1340         "delete-if" is misleading because it isn't actually destructive.
1341
1342         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
1343
1344         * nnmail.el (nnmail-purge-split-history): do.
1345
1346         * gnus-win.el (gnus-get-buffer-window): do.
1347
1348         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
1349         let-binding.
1350         (gnus-simplify-all-whitespace): do.
1351
1352 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1353
1354         * gnus-delay.el (gnus-delay-article): Fix binding of the
1355         nndraft:delayed group.
1356
1357 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1358
1359         * gnus.el (spam group parameters): change 'other to 'const in
1360         the group parameter definitions to soothe XEmacs
1361
1362 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1363
1364         * gnus-delay.el (gnus-delay-article): Really create
1365         nndraft:delayed group if it doesn't exist.
1366
1367 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
1368
1369         * gnus-sum.el (gnus-summary-search-article): Speed up by
1370         disabling various visual features while searching.
1371         (gnus-summary-recenter): Test gnus-auto-center-summary first.
1372
1373 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
1374
1375         * spam.el (spam-list-of-checks): Don't quote nil and t in
1376         docstrings.  From the elisp manual:
1377
1378            When a documentation string refers to a Lisp symbol, write
1379            it [..] with single-quotes around it.  [..] There are two
1380            exceptions: write t and nil without single-quotes.
1381
1382         * messcompat.el (message-from-style): do.
1383
1384         * message.el (message-send-mail): do.
1385
1386         * gnus-util.el (gnus-use-byte-compile): do.
1387
1388         * gnus-score.el (gnus-score-lower-thread): do.
1389
1390         * gnus-int.el (gnus-server-unopen-status): do.
1391
1392         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
1393         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
1394
1395         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
1396         (gnus-group-parameters): do.
1397
1398         * gnus-art.el (gnus-article-mime-match-handle-function): do.
1399
1400         * mm-decode.el (mm-text-html-renderer): do.
1401
1402 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1403
1404         * nnheader.el (nnheader-directory-separator-character): Change the
1405         way to compute the dafault value.
1406
1407 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
1408
1409         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
1410         (gnus-button-alist): Fix regexp for describe-key.
1411         (gnus-button-handle-describe-function)
1412         (gnus-button-handle-describe-variable)
1413         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
1414         (gnus-button-handle-apropos-variable)
1415         (gnus-button-handle-apropos-documentation): Docstring fix.
1416
1417         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
1418
1419 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1420
1421         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
1422         to nil.
1423
1424         * nnmail.el: Removed gnus-util autoload.
1425
1426         * gnus.el: Use gnus-prin1-to-string throughout.
1427
1428         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
1429         print-level.
1430
1431         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
1432         (gnus-treat-display-grey-xface): Removed.
1433
1434         * gnus-fun.el (gnus-grab-cam-face): New.
1435         (gnus-convert-image-to-gray-x-face): Removed.
1436         (gnus-convert-gray-x-face-to-xpm): removed.
1437         (gnus-convert-gray-x-face-region): Removed.
1438         (gnus-grab-gray-x-face): Removed.
1439
1440         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
1441
1442 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
1443
1444         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
1445         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
1446         bound.
1447
1448         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
1449
1450 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
1451
1452         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
1453         Remove -- these are bogus options which are never used.
1454
1455 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
1456
1457         * gnus-art.el (gnus-article-mode): Use summary tool bar.
1458
1459 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
1460
1461         * spam.el (spam-check-blackholes)
1462         (spam-blackhole-good-server-regex): new variable to skip some IPs
1463         when checking blackholes; use it
1464         (spam-check-bogofilter-headers)
1465         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
1466         case more X-Bogosity is used than just "Yes/No"
1467         (spam-ham-move-routine): semi-fixed, only first article is
1468         properly moved now
1469
1470 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
1471
1472         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
1473         as well.
1474
1475         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
1476
1477         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
1478
1479         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
1480
1481         * gnus-bcklg.el (gnus-backlog-shutdown): do.
1482
1483         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
1484
1485 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1486
1487         * gnus-fun.el (gnus-face-encode): New function.
1488         (gnus-convert-png-to-face): Use it.
1489
1490         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
1491
1492 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
1493
1494         * mm-decode.el (mm-dissection-list): Remove.
1495         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
1496         only used in mm-remove-all-parts.
1497         (mm-remove-all-parts): Remove it, it's never called.
1498
1499 2003-01-25  Simon Josefsson  <jas@extundo.com>
1500
1501         * gnus-group.el (gnus-group-make-group): Report errors.
1502
1503         * nnimap.el (nnimap-request-create-group): Ditto.
1504
1505         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
1506
1507         * sieve.el (sieve-upload): Fix error printing.
1508
1509         * mm-encode.el (mm-qp-or-base64): Always QP iff
1510         mm-use-ultra-safe-encoding and cleartext PGP.
1511
1512         * gnus-sum.el (gnus-summary-select-article): Inhibit
1513         redisplay (mainly for secured messages).
1514
1515         * nnmail.el (nnmail-article-group): Copy body too (but don't
1516         process it).
1517
1518 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
1519
1520         * gnus-art.el (gnus-article-setup-buffer): Reset
1521         gnus-button-marker-list.
1522
1523 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1524
1525         * nntp.el (nntp-read-timeout): Default to using a second delay
1526         under Microsoft Windows.
1527
1528 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1529
1530         * nnheader.el (nnheader-directory-separator-character): New
1531         variable.
1532
1533 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1534
1535         * gnus-agent.el (gnus-agent-max-fetch-size)
1536         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
1537         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
1538         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
1539         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
1540         (gnus-agent-braid-nov, gnus-agent-load-alist)
1541         (gnus-agent-article-alist-save-format)
1542         (gnus-agent-read-agentview, gnus-agent-save-alist)
1543         (gnus-agent-fetch-group-1, gnus-agent-expire)
1544         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
1545         (gnus-agent-regenerate-group): Reformat to keep under eighty
1546         columns.  Reword docstrings so that first line is under eighty
1547         chars and a complete sentence.  Still need to work on the rear
1548         end of the file, in particular gnus-agent-expire.
1549
1550 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1551
1552         * gnus-agent.el (gnus-agentize): Indent.
1553
1554         * gnus.el (gnus-version-number): Bumped.
1555
1556 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1557
1558         * gnus.el: Oort Gnus v0.14 is released.
1559
1560 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1561
1562         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
1563         before beginning.  Tiny patch from Mark Thomas
1564         <swoon@bellatlantic.net>.
1565
1566 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1567
1568         * spam.el (spam-check-blackholes, spam-split)
1569         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
1570         gnus-message calls to show to users what spam.el is doing
1571
1572 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
1573
1574         * gnus-msg.el (gnus-message-replysign)
1575         (gnus-message-replyencrypt): Fix typo.
1576
1577 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1578
1579         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
1580         details.
1581
1582 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1583
1584         * gnus-art.el (gnus-article-press-button): let* -> let.
1585         (gnus-mime-security-show-details): Cleaned up.
1586         (gnus-mime-security-press-button): Save excursion.
1587         (gnus-insert-mime-security-button): Clean up.
1588
1589         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
1590
1591         * gnus-async.el (gnus-async-wait-for-article): Don't use a
1592         timeout.
1593
1594         * nntp.el (nntp-accept-process-output): Removed timeout.
1595         (nntp-read-timeout): New variable.
1596         (nntp-accept-process-output): Use it.
1597
1598         * gnus-sum.el (gnus-data-find-list): Remove *.
1599
1600 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1601
1602         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
1603         introduced on 2002-01-22.
1604         (gnus-summary-first-unseen-or-unread-subject): Ditto.
1605
1606 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
1607
1608         * spam.el (spam-check-regex-headers, spam-list-of-checks)
1609         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
1610         checks of incoming mail based on simple header regexp matching
1611
1612 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
1613
1614         * gnus-sum.el (gnus-spam-mark): set to `$'
1615
1616 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1617
1618         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
1619         gnus-newsgroup-unfetched, the list of articles whose headers have
1620         not been fetched from the server.
1621
1622         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
1623         parameter as it never worked due to a bug.  Added check to prevent
1624         selection of any article in the gnus-newsgroup-unfetched list.
1625         (gnus-summary-find-prev): Added check to prevent selection of any
1626         article in the gnus-newsgroup-unfetched list.
1627         (gnus-summary-first-subject): Documented API. Modified
1628         implementation so that constraints are handled independently.
1629         Added check to prevent selection of any article in the
1630         gnus-newsgroup-unfetched list.
1631         (gnus-summary-first-unseen-subject): Updated parameters in
1632         gnus-summary-first-subject call to match new API.
1633         (gnus-summary-first-unseen-or-unread-subject): Ditto.
1634         (gnus-summary-catchup): Do not mark unfetched articles as read.
1635
1636 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
1637
1638         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
1639         make-obsolete-variable allows only two arguments in XEmacs and
1640         Emacs 20.
1641
1642         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
1643         gnus-article-hide-pgp.
1644         (gnus-summary-make-menu-bar): do.
1645
1646         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
1647         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
1648         gnus-article-hide-pgp.
1649         (article-hide-pgp): Remove.
1650         (gnus-article-hide): Remove gnus-article-hide-pgp.
1651
1652         * gnus.el: Remove gnus-article-hide-pgp
1653
1654 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1655
1656         * message.el (message-required-headers): Doc fix.
1657
1658 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
1659
1660         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
1661         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
1662         option to make ifile a purely binary classifier
1663
1664 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1665
1666         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
1667         (mml-secure-encrypt-pgpmime): Removed double.
1668
1669         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
1670         debugging statements.
1671
1672 2003-01-21  Andreas Fuchs  <asf@void.at>
1673
1674         * mml-sec.el (mml-sign-alist): Added pgpauto.
1675
1676 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1677
1678         * gnus.el (gnus-version-number): Bumped version number.
1679
1680 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1681
1682         * gnus.el: Oort Gnus v0.13 is released.
1683
1684 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1685
1686         * gnus-art.el (gnus-button-url-regexp): Removed |.
1687
1688         * message.el (message-send-hook): Doc fix.
1689
1690         * gnus-win.el (gnus-buffer-configuration): Display article
1691         instead of article-copy when `reply'.
1692
1693 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
1694
1695         * gnus.el (gnus-format): Change customize group to gnus.
1696         (gnus-cache): Add link.
1697         (gnus-group-charter-alist): Fix docstring.
1698
1699 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
1700
1701         * mailcap.el (mailcap-print-command): lpr-command might be
1702         unbound in XEmacs.
1703
1704 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1705
1706         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
1707
1708         * gnus-sum.el (gnus-summary-update-article-line): Fixed
1709         calculation of net characters added for use in the gnus-data
1710         structure.
1711
1712 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1713
1714         * nnmail.el (nnmail-process-unix-mail-format): Improve error
1715         message.  Suggested by Jari Aalto.
1716
1717 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1718
1719         * gnus-art.el (gnus-article-followup-with-original): Clean up.
1720         (gnus-article-reply-with-original): Ditto.
1721
1722         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
1723         read articles don't become unread.
1724
1725 2003-01-17  Simon Josefsson  <jas@extundo.com>
1726
1727         * gnus-fun.el (gnus-x-face-from-file):
1728         (gnus-face-from-file): Suggest image format in minibuffer prompt.
1729
1730         * gnus-fun.el (gnus-convert-image-to-x-face-command)
1731         (gnus-convert-image-to-face-command): Doc fix.
1732
1733 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1734
1735         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
1736
1737 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
1738
1739         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
1740         avoid encoding problems.
1741
1742         * mailcap.el (mailcap-ps-command): New variable.
1743         (mailcap-mime-data): Add print entry where applicable.  Use
1744         pdftotext on a tty.
1745
1746 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1747
1748         * gnus-sum.el (gnus-alter-header-function): Add type and group.
1749
1750 2003-01-16  Simon Josefsson  <jas@extundo.com>
1751
1752         * gnus-fun.el (gnus-convert-image-to-x-face-command)
1753         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
1754         (gnus-face-from-file): Doc fix; don't mention image format.
1755
1756 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1757
1758         * spam.el (spam-get-article-as-filename): new function (unused for now)
1759         (spam-get-article-as-buffer): new function
1760         (spam-get-article-as-string): use spam-get-article-as-buffer
1761         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
1762
1763 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1764
1765         * gnus-agent.el: Don't use `path'.
1766         From the GNU coding standards:
1767
1768             Please do not use the term ``pathname'' that is used in Unix
1769             documentation; use ``file name'' (two words) instead.  We use
1770             the term ``path'' only for search paths, which are lists of
1771             directory names.
1772
1773         * nnsoup.el (nnsoup-file-name): Ditto.
1774
1775         * nnmail.el (nnmail-pathname-coding-system): Ditto.
1776         (nnmail-group-pathname): Ditto.
1777
1778         * nnimap.el (nnimap-group-overview-filename): Ditto.
1779
1780         * nnheader.el (nnheader-pathname-coding-system): Ditto.
1781         (nnheader-group-pathname): Ditto.
1782
1783         * nnfolder.el (nnfolder-group-pathname): Ditto.
1784
1785         * gnus.el (gnus-home-directory): Ditto.
1786
1787         * gnus-group.el (gnus-group-icon-list): Ditto.
1788
1789 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
1790
1791         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
1792
1793         * message.el (message-mode-menu): Use it.
1794         (message-mode-menu): Deactivate "Yank Original" if there's no
1795         reply buffer.
1796
1797         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
1798
1799         * message.el (message-mark-active-p): New function.
1800
1801 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
1802
1803         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
1804         (spam-bogofilter-database-directory): new variables
1805         (spam-check-bogofilter-headers, spam-check-bogofilter)
1806         (spam-bogofilter-register-with-bogofilter)
1807         (spam-bogofilter-register-spam-routine)
1808         (spam-bogofilter-register-ham-routine)
1809         (spam-group-ham-processor-bogofilter-p): new functions for the new
1810         Bogofilter interface
1811         (spam-summary-prepare-exit): use the new Bogofilter functions
1812         (spam-list-of-checks): added spam-use-bogofilter-headers
1813         (spam-bogofilter-score): rewrote function
1814         (spam-check-bogofilter): optional score parameter, uses
1815         spam-check-bogofilter-headers better
1816         (spam-check-bogofilter-headers): optional score parameter
1817
1818         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
1819         default, in the gnus-start customization group.  Used to disable
1820         the spam-*/ham-* parameters.
1821         (gnus-group-ham-exit-processor-bogofilter): new ham processor
1822
1823 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
1824
1825         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
1826         XEmacs.
1827
1828         * gnus-ems.el (gnus-mark-active-p): do.
1829
1830 2003-01-15  Kevin Ryde  <user42@zip.com.au>
1831
1832         * gnus.texi (Using MIME): Mention auto-compression-mode with
1833         gnus-mime-copy-part.
1834
1835 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1836
1837         * message.el (message-send): Don't warn about duplicates when
1838         superseding.
1839
1840 2003-01-15  Simon Josefsson  <jas@extundo.com>
1841
1842         * nnimap.el (nnimap-split-download-body): New variable.
1843         (nnimap-split-articles): Use it.
1844
1845 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1846
1847         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
1848         integrity checker was incorrectly flagging, and removing, articles
1849         whose article number was negative.
1850         (gnus-agent-fetch-group-1): When executed in the group's summary
1851         buffer, refresh each downloaded line to update the status flag and
1852         font.  Preserve the value of gnus-newsgroup-headers so that
1853         gnus-agent-fetch-articles can split the requests by size.
1854         (gnus-agent-expire): Corrected day calculation for when
1855         gnus-agent-expire-days contains a list.
1856
1857 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1858
1859         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
1860
1861 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
1862
1863         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
1864           /usr/bin/play as default player.
1865           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
1866
1867 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1868
1869         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
1870         articles to be marked as well.
1871
1872 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1873         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
1874         fictious headers generated by nnagent (ie. Undownloaded Article
1875         ####) in the list of articles that have not been downloaded.
1876
1877         * gnus-int.el (): Added require declarations to resolve
1878         compile-time warnings.
1879         (gnus-open-server): If the server status is set to offline,
1880         recursively execute gnus-open-server to open the offline backend
1881         (e.g. nnagent).
1882
1883 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
1884
1885         * gnus-art.el (gnus-article-reply-with-original): Use
1886         gnus-mark-active-p.
1887         (gnus-article-followup-with-original): do.
1888
1889 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1890
1891         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
1892
1893 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1894
1895         * gnus-score.el (gnus-score-edit-file-at-point): New function.
1896         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
1897
1898 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
1899
1900         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
1901         (gnus-face-from-file): Ditto.
1902
1903 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1904
1905         * gnus-sum.el (gnus-articles-to-read): Don't just apply
1906         gnus-alter-articles-to-read-function to the unread articles.
1907
1908 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1909
1910         * deuglify.el (gnus-article-outlook-unwrap-lines)
1911         (gnus-article-outlook-repair-attribution)
1912         (gnus-article-outlook-rearrange-citation): New function names,
1913         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
1914         doc-string.
1915
1916         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
1917         removed `W k' key binding (use `W Y f' instead).
1918         (gnus-summary-make-menu-bar): Use new function names.
1919
1920 2003-01-13  Simon Josefsson  <jas@extundo.com>
1921
1922         * gnus-fun.el (gnus-random-x-face): Doc fix.
1923         (gnus-insert-random-x-face-header): New function.
1924
1925 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
1926
1927         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
1928         mark is not active.
1929
1930         * gnus-msg.el (gnus-inews-do-gcc): Comment.
1931
1932         * gnus-ems.el (gnus-mark-active-p): New function.
1933
1934         * gnus-group.el (gnus-topic-mode-p): New function.
1935         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
1936         Deactivate items if mark is not active.
1937
1938 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1939
1940         * gnus.el (gnus-version-number): Bumped version.
1941         (gnus-summary-line-format): Doc fix.
1942
1943 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1944
1945         * gnus.el: Oort Gnus v0.12 is released.
1946
1947 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1948
1949         * mail-source.el (mail-sources): Removed autoload to make it
1950         compile under XEmacs.
1951
1952 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
1953
1954         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
1955         regexp or a function too.
1956         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
1957         confirmation even if the original article is mail.
1958
1959 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1960
1961         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
1962         articles to be marked when not yanking.
1963
1964 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
1965
1966         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
1967
1968 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1969
1970         * gnus-fun.el (gnus-face-from-file): Autoload.
1971
1972         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
1973         errors.
1974
1975 2003-01-12  Simon Josefsson  <jas@extundo.com>
1976
1977         * sieve.el (sieve-upload-and-bury): New.  Suggested by
1978         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1979
1980         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
1981         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1982
1983 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1984
1985         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
1986         in every string.
1987
1988         * gnus.el (gnus-version-number): Bumped version number.
1989
1990 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1991
1992         * gnus.el: Oort Gnus v0.11 is released.
1993
1994 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
1995
1996         * message.el (message-fetch-reply-field): Narrow to headers.
1997
1998         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
1999         if Gnus isn't alive.
2000
2001 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2002
2003         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
2004         marks from articles that are already stored in the agent.
2005         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
2006         backup copy of an invalid .overview file for later analysis.
2007
2008 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
2009
2010         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
2011         exit work with two frames.
2012
2013 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
2014
2015         * message.el (message-forward-make-body): Use mule4.
2016
2017 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2018
2019         * message.el (message-mode-map): Move wide-reply command.
2020
2021 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
2022
2023         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
2024         castellano.
2025         (gnus-outlook-display-hook): New variable.
2026         (gnus-outlook-display-article-buffer): New function.
2027         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
2028         (gnus-outlook-deuglify-article): Made them interactive and added
2029         optional arg.  Use `g-o-d-a-b'.
2030         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
2031
2032         * gnus-sum.el: Added autoloads.
2033         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
2034         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
2035
2036 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2037
2038         * gnus-art.el (gnus-display-mime): Use the mime emulation
2039         variable.
2040
2041         * gnus-sum.el (gnus-article-emulate-mime): New variable.
2042
2043         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
2044         newsrc-alist is initialized properly.
2045
2046         * mail-source.el (mail-sources): Autoload.
2047
2048         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
2049         nil.
2050
2051         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
2052         insert two newlines.
2053
2054         * message.el (message-check-news-header-syntax): Compute the
2055         header length correctly.
2056
2057 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2058
2059         * gnus-agent.el (gnus-agent-expire): Do not remove article from
2060         alist when keeping fetched article file.
2061         (gnus-agent-retrieve-headers): When parsing response for article
2062         numbers, use the same algorithm as gnus-agent-braid-nov to protect
2063         against garbage in the server's response.
2064
2065         * gnus-int.el (gnus-request-expire-articles,
2066         gnus-request-move-article): Only expire when the group's server
2067         has been agentized.
2068
2069 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2070
2071         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
2072         errors when deleting overlays.
2073
2074         * gnus-score.el (gnus-score-followup): Allow tracing.
2075
2076         * gnus-art.el (gnus-treat-display-face): New variable.
2077         (article-display-face): New command.
2078
2079         * gnus-fun.el (gnus-face-from-file): New function.
2080         (gnus-convert-face-to-png): Ditto.
2081
2082         * gnus-art.el (gnus-ignored-headers): Added Face.
2083
2084 2003-01-10  Simon Josefsson  <jas@extundo.com>
2085
2086         * nndraft.el (nndraft-request-group): Avoid crash in
2087         directory-files when draft directory doesn't exists.
2088
2089         * gnus-sum.el (gnus-select-article-hook): Add :option.
2090
2091 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2092
2093         * spam.el (spam-use-stat): new variable
2094         (spam-group-spam-processor-stat-p)
2095         (spam-group-ham-processor-stat-p): new convenience functions
2096         (spam-summary-prepare-exit): add spam/ham processors to sequence
2097         (spam-list-of-checks): add spam-use-stat to list of checks
2098         (spam-split): conditionally load the spam-stat tables
2099         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
2100         spam-check-ifile): new functions
2101
2102         * spam-stat.el (spam-stat): typo fix
2103         (spam-stat-install-hooks): new variable
2104         (spam-stat-split-fancy-spam-group): added documentation clarification
2105         (spam-stat-split-fancy-spam-threshhold): new variable
2106         (spam-stat-install-hooks): make hooks conditional
2107         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
2108
2109         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
2110         spam-stat ham/spam processor symbols
2111
2112 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2113
2114         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
2115         file exists.
2116
2117 2003-01-10  Simon Josefsson  <jas@extundo.com>
2118
2119         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
2120         undownloaded/downloadable only when unplugged.
2121
2122 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
2123
2124         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
2125
2126 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
2127
2128         * spam.el (spam-check-ifile): fixed call-process-region to use the
2129         db parameter only if it's set
2130         (spam-ifile-register-with-ifile): ditto
2131
2132 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
2133
2134         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
2135         spam-stat-nbad before creating the hash table.
2136         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
2137         Changed copyright statement to FSF.
2138
2139 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2140
2141         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
2142         processable articles as read.
2143         (gnus-agent-summary-fetch-series): Remove processable and
2144         downloadable marks on all downloaded articles in the series.
2145
2146         * nntp.el (nntp-report): Throw error after reporting the problem.
2147         (nntp-accept-process-output): Corrected error check to report an
2148         error when the process is nil.
2149
2150 2003-01-09  Simon Josefsson  <jas@extundo.com>
2151
2152         * message.el (message-tool-bar-map): Add preview.
2153
2154 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
2155
2156         * mml.el (mml-preview): Get rid of MIME handles and buffers after
2157         previewing.
2158
2159 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
2160
2161         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
2162         bug when the (n+1)th article to be added to a group has a smaller
2163         number than the n articles already added.
2164
2165 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
2166
2167         * message.el (message-mode-field-menu): Use backquote.
2168
2169 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
2170
2171         * spam.el: fixed the BBDB autoloads again, using
2172         bbdb-search-simple now (which is not a macro, thank god)
2173
2174         * lpath.el (bbdb-search): removed function from maybe-fbind list
2175
2176         * gnus.el (ham-process-destination): added new parameter for
2177         destination of ham articles found in spam groups at summary exit
2178
2179         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
2180         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
2181         (spam-ifile-database-path): added new parameter for ifile's database
2182         (spam-move-spam-nonspam-groups-only): new parameter to determine
2183         if spam should be moved from all groups or only some
2184         (spam-summary-prepare-exit): fixed logic to use
2185         spam-move-spam-nonspam-groups-only when deciding to invoke
2186         spam-mark-spam-as-expired-and-move-routine; always invoke that
2187         routine after the spam has been expired-or-moved in case there's
2188         some spam left over; use spam-ham-move-routine in spam groups
2189         (spam-ham-move-routine): new function to move ham articles to the
2190         ham-process-destinations group parameter
2191
2192 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2193
2194         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
2195
2196         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
2197         gnus-summary-update-article-line.
2198
2199 2003-01-08  Simon Josefsson  <jas@extundo.com>
2200
2201         * nnmail.el (nnmail-expiry-target-group): Request group, create it
2202         not successful.
2203
2204 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2205
2206         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
2207
2208 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2209
2210         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
2211         logic, finally
2212
2213 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2214
2215         * gnus-spec.el (gnus-parse-format): %C is a complex format.
2216         (gnus-parse-format): Change to %~.
2217
2218         * message.el (message-generate-headers): Don't generate optional
2219         empty headers.
2220
2221 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
2222
2223         * message.el (message-cross-post-default)
2224         (message-cross-post-note-function, message-shoot-gnksa-feet)
2225         (message-strip-subject-trailing-was, message-change-subject)
2226         (message-mark-insert-file, message-cross-post-followup-to)
2227         (message-cross-post-followup-to, message-mode-map)
2228         (message-generate-unsubscribed-mail-followup-to)
2229         (message-make-mail-followup-to): Minor changes to doc-strings and
2230         error messages.  Updated copyright line.
2231
2232         * message.el (message-make-mail-followup-to,
2233         message-generate-unsubscribed-mail-followup-to): New function
2234         names.  Renamed functions: "-mft" -> "-mail-followup-to".
2235         (message-make-mft, message-gen-unsubscribed-mft): Removed function
2236         names.
2237
2238         * mml.el (mml-preview-insert-mail-followup-to): New function name.
2239         (mml-preview-insert-mft): Removed function name.
2240         (mml-preview): Use new function names.
2241
2242         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
2243
2244         * message.el (message-mode-field-menu): Moved header related
2245         commands from "Message" to "Field" menu.
2246
2247 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
2248
2249         * message.el (message-generate-headers-first): Added customization
2250         if variable is a list.
2251
2252 2003-01-07  Michael Shields  <shields@msrl.com>
2253
2254         * gnus-art.el (gnus-article-next-page): Correctly handle the case
2255         where the last line of the article is the last line of the window.
2256
2257 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2258
2259         * gnus-msg.el (gnus-debug): Use ignore-errors.
2260
2261         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
2262         `gnus-summary-update-line'.
2263
2264 2003-01-08  Simon Josefsson  <jas@extundo.com>
2265
2266         * gnus-art.el (gnus-unbuttonized-mime-types)
2267         (gnus-buttonized-mime-types): Doc fix.
2268
2269 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
2270
2271         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
2272
2273 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2274
2275         * nnrss.el (nnrss-group-alist): Add and clear up.
2276
2277 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2278
2279         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
2280
2281         * lpath.el (bbdb-search): added BBDB functions for a better way to
2282         fix missing functions
2283
2284         * spam.el (spam-check-ifile): if should be an unless
2285
2286         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
2287         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
2288         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
2289
2290 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2291
2292         * gnus-sum.el (gnus-summary-make-menu-bar): Added
2293         gnus-summary-refer-thread to thread menu.
2294
2295 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2296
2297         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
2298         summary buffer, articles that cannot be fetched are marked as
2299         canceled.
2300
2301         * nntp.el (nntp-with-open-group): The quit signal handler must
2302         propagate the quit signal to the next outer handler so that the
2303         caller knows that the request aborted abnormally.
2304
2305 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2306
2307         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
2308         (spam-ifile-register-spam-routine)
2309         (spam-ifile-register-ham-routine): added ifile functionality that
2310         does not use ifile-gnus.el to classify and register articles
2311         (spam-get-article-as-string): convenience function
2312         (spam-summary-prepare-exit): added ifile spam and ham registration
2313         (spam-ifile-all-categories, spam-ifile-spam-category)
2314         (spam-ifile-path, spam-ifile): added customization options
2315
2316         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
2317         exit processor
2318         (spam-process): added gnus-group-ham-exit-processor-ifile to the
2319         list of choices
2320
2321 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2322
2323         * gnus-score.el (gnus-score-followup): Also score immediate
2324         followups.
2325
2326 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2327
2328         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
2329
2330 2003-01-07  Simon Josefsson  <jas@extundo.com>
2331
2332         * message.el (message-mode-menu): Fix receipt balloon help.
2333
2334 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
2335
2336         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
2337         always be interpreted as news.
2338
2339 2003-01-07  Simon Josefsson  <jas@extundo.com>
2340
2341         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
2342         gnus-sieve-script, instead of the global variable
2343         gnus-sieve-crosspost.  One-line patch from Steinar Bang
2344         <sb@dod.no>.
2345
2346 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2347
2348         * gnus.el: Renamed gnus-summary-*-uncached-face as
2349         gnus-summary-*-undownloaded-face to avoid confusing the agent with
2350         the cache.
2351
2352         * gnus-sum.el: Ditto.
2353
2354 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2355
2356         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
2357         in either the group or summary buffer.
2358         New command "JS", in summary buffer, will fetch articles per the
2359         group's category, predicate, and processable flags.
2360         (gnus-agent-summary-fetch-series): Rewritten to call
2361         gnus-agent-session-fetch-group once with all articles in the
2362         series.
2363         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
2364         return list of fetched articles.
2365         (gnus-agent-fetch-articles): Split fetch list into sublists such
2366         that the article buffer is only slightly larger than
2367         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
2368         the group's article alist is saved.
2369         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
2370         longer result in the agent trying to fetch an article.
2371         (gnus-agent-fetch-group-1): Can now be called in either the group
2372         or summary buffer.  Removed the max-fetch-size code that I added
2373         on 2002-12-13 as that capability is now part of
2374         gnus-agent-fetch-articles.  Added code to update summary buffer.
2375         When called in the group buffer, articles that can not be fetched
2376         are AUTOMATICALLY MARKED AS READ.
2377
2378         * gnus-sum.el (): Modified eval-when-compile to minimize
2379         misleading compilation warnings.
2380         (gnus-update-summary-mark-positions): Changed code to use
2381         gnus-undownloaded-mark rather than gnus-downloaded-mark.
2382
2383         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
2384         empty file as the parser assumes that the file isn't empty.
2385
2386         * nntp.el (nntp-send-string): The process-send-string call can,
2387         because it performs I/O on the process, change the process' state
2388         from open to closed.  If this happens, call nntp-report
2389         immediately to report the broken connection.
2390         (nntp-report): Rewritten to avoid needing a global variable to
2391         determine the appropriate course of action.  Instead, two function
2392         implementations are provided and the nntp-report function value is
2393         bound to the appropriate implementation.
2394         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
2395         (nntp-with-open-group): Now binds nntp-report's function cell
2396         rather than binding gnus-with-open-group-first-pass.  Added a
2397         condition-case to detect a quit during a nntp command.  When the
2398         quit occurs, the current connection is closed as a fetch articles
2399         request could have several megabytes queued up for reading.
2400         (nntp-retrieve-headers): Bind articles to itself.  If
2401         nntp-with-open-group repeats this command, I must have access to
2402         the original list of articles.
2403         (nntp-retrieve-groups): Ditto for groups.
2404         (nntp-retrieve-articles): Ditto for articles.
2405         (*): Replaced nntp-possibly-change-group calls to
2406         nntp-with-open-group forms in all, but one, occurrance.
2407         (nntp-accept-process-output): Bug fix. Detect when called with
2408         null process.
2409
2410 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
2411
2412         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
2413         if we don't need to.
2414         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
2415
2416 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2417
2418         * gnus-group.el (gnus-group-make-web-group): Pass the select
2419         method on to group-create.
2420         (gnus-group-line-format-alist): %U is an integer.
2421
2422         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
2423         ephemeral groups.
2424         (gnus-summary-read-group-1): Ditto.
2425         (gnus-group-make-articles-read): Ditto.
2426
2427         * mm-url.el (mm-url-program): Doc fix.
2428
2429         * message.el (message-mode-map): Rebound
2430         message-insert-wide-reply.
2431
2432 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2433
2434         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
2435         color as `gnus-group-startup-message' does.
2436
2437 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
2438
2439         * spam.el: fixed line lengths to 80 chars or less
2440
2441         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
2442         "not-read" mark
2443         (gnus-summary-mark-forward): added the spam-mark to the list of
2444         marks not to be marked as "read" when viewed
2445
2446 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2447
2448         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
2449
2450         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
2451         Protect against unactive groups.
2452
2453         * message.el (message-check-news-header-syntax): Check long
2454         header lines.
2455         (message-check-news-header-syntax): Update `start'.
2456
2457         * gnus-group.el (gnus-group-expire-articles): Doc fix.
2458         (gnus-group-line-format): %U.
2459         (gnus-group-line-format-alist): ?U.
2460         (gnus-number-of-unseen-articles-in-group): New function.
2461
2462         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
2463
2464         * gnus.el (gnus-version-number): Bump version number.
2465
2466 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2467
2468         * gnus.el: Oort Gnus v0.10 is released.
2469
2470 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2471
2472         * gnus.el (gnus-version-number): Fix version number.
2473
2474 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2475
2476         * gnus.el: Oort Gnus v0.08 is released.
2477
2478 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
2479
2480         * mm-util.el: Add mm-string-make-unibyte.
2481
2482         * gnus-group.el (gnus-group-jump-to-group): Make it work for
2483         UTF-8 groups.
2484
2485 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2486
2487         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
2488
2489         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
2490
2491 2003-01-04  Kevin Ryde  <user42@zip.com.au>
2492
2493         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
2494         function.
2495
2496 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2497
2498         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
2499         (gnus-summary-read-group-1): Update group line.
2500         (gnus-summary-exit-no-update): Update group on exit.
2501
2502         * gnus-group.el (gnus-group-line-format): Add %*.
2503         (gnus-group-line-format-alist): Ditto.
2504         (gnus-group-insert-group-line): Set it.
2505         (gnus-group-is-exiting-p): New variable.
2506         (gnus-group-insert-group-line): Use it.
2507
2508 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
2509
2510         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
2511         enable BBDB ham processing
2512         (spam-blacklist-register-routine): enable blacklist spam processing
2513         (spam-whitelist-register-routine): enable whitelist ham processing
2514         (spam-fetch-field-from-fast): fast fetching of the "from" field
2515         from (gnus-data-list)
2516         (spam-summary-prepare-exit): works completely now
2517         (spam-use-blacklist): oops, should be nil by default
2518         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
2519         split processing now; before it was for summary exit as
2520         well but that's done with the spam-contents and spam-process
2521         parameters now
2522
2523 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
2524
2525         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
2526         characters.
2527
2528 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
2529
2530         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
2531         (spam-group-processor-p, spam-group-processor-bogofilter-p)
2532         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
2533         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
2534         (spam-mark-spam-as-expired-and-move-routine)
2535         (spam-generic-register-routine, spam-BBDB-register-routine)
2536         (spam-ifile-register-routine, spam-blacklist-register-routine)
2537         (spam-whitelist-register-routine): new functions
2538         (spam-summary-prepare-exit): added summary exit processing (expire
2539         or move) of spam-marked articles for spam groups; added slots for
2540         all the spam-*-register-routine functions
2541
2542 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2543
2544         * pop3.el (pop3-retr): Wait 500 msecs.
2545         (pop3-read-response): Ditto.
2546
2547         * gnus-msg.el (gnus-setup-message): Get the evaliation order
2548         right.
2549         (gnus-inews-make-draft): New function.
2550         (gnus-setup-message): Use it.
2551
2552         * message.el (message-required-headers): Add From.
2553
2554 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2555         Trivial patch from Norbert Koch <nk@viteno.net>.
2556
2557         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
2558
2559 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2560
2561         * message.el (message-generate-headers): Let header formatters do
2562         their work.
2563
2564 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
2565
2566         * deuglify.el (gnus-article-outlook-deuglify-article):
2567         Rehighlight, reapply treatments and call
2568         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
2569         (gnus-outlook-repair-attribution-block): Recognize cited
2570         attributions.  Suggested by Niklas Morberg.
2571
2572 2003-01-02  Pete Kazmier  <pete@kazmier.com>
2573
2574         * gnus-art.el (gnus-treat-predicate): Check condition first.
2575
2576 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
2577
2578         * lpath.el: Add url-http-file-exists-p.
2579
2580         * gnus-group.el (gnus-group-fetch-charter): Use
2581         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
2582
2583 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2584
2585         * message.el (message-draft-headers): Also generate From to get a
2586         nicer draft buffer summary.
2587
2588         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
2589         parameter.
2590
2591         * gnus-art.el (article-wash-html): Clean up.
2592         (article-wash-html): Typo fix.
2593
2594         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
2595         (gnus-summary-mail-forward): To many lists of lists.
2596
2597         * gnus-art.el (article-wash-html): Clean up.
2598
2599 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
2600
2601         * gnus-art.el (gnus-treat-wash-html): New variable.
2602
2603 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2604
2605         * message.el (message-check-news-header-syntax): Allow posting.
2606         (message-check-news-header-syntax): Fix logic for sure, this
2607         time.
2608
2609 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
2610
2611         * message.el (message-check-news-header-syntax): Check syntax of
2612         continuation headers.
2613
2614 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
2615
2616         * gnus-art.el (gnus-button-url-regexp,
2617         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
2618         (gnus-header-button-alist): Regexps are case insensitive here.
2619
2620 2003-01-02  Simon Josefsson  <jas@extundo.com>
2621
2622         * dig.el (query-dig): Doc fix.
2623
2624 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2625
2626         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
2627         summary buffer line, not just the download mark.
2628
2629 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2630
2631         * gnus-sum.el (gnus-summary-goto-subjects): New function.
2632         (gnus-summary-insert-dormant-articles): New command and
2633         keystroke.
2634
2635         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
2636         function for mass insertion of subjects.
2637
2638         * nndraft.el (nndraft-generate-headers): Don't move point.
2639
2640         * gnus.el (nnheader): Require nnheader.
2641
2642         * nndraft.el (nndraft-request-associate-buffer): Use
2643         make-local-variable.
2644
2645 2003-01-02  Michael Shields  <shields@msrl.com>
2646
2647         * nndraft.el (nndraft-request-associate-buffer): Make
2648         write-contents-hooks buffer-local before setting it.
2649
2650 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2651
2652         * gnus.el (gnus-group-parameter-value): Take an extra param.
2653         (gnus-group-fast-parameter): Let group param results be nil.
2654
2655         * gnus-art.el (gnus-article-forward-header): New function.
2656         (article-date-ut): Use it to remove continuation date headers.
2657
2658         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
2659         read-event.
2660         (gnus-summary-remove-bookmark): Clean up.
2661         (gnus-summary-set-bookmark): Clean up.
2662
2663         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
2664
2665         * gnus.el (gnus-group-startup-message): Bind data-directory to
2666         the Gnus etc directory.
2667
2668 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
2669
2670         * spam.el (spam-summary-prepare-exit): added slots for spam- and
2671         ham-processing of articles; use the new
2672         spam-group-(spam|ham)-contents-p functions
2673         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
2674         convenience functions
2675         (spam-mark-junk-as-spam-routine): use the new
2676         spam-group-spam-contents-p function
2677
2678         * gnus.el (spam-process, spam-contents, spam-process-destination):
2679         added new parameters with corresponding global variables
2680         (gnus-group-spam-exit-processor-ifile,
2681         gnus-group-spam-exit-processor-bogofilter,
2682         gnus-group-spam-exit-processor-blacklist,
2683         gnus-group-spam-exit-processor-whitelist,
2684         gnus-group-spam-exit-processor-BBDB,
2685         gnus-group-spam-classification-spam,
2686         gnus-group-spam-classification-ham): added new symbols for the
2687         spam-process and spam-contents parameters
2688
2689         * spam.el (spam-ham-marks, spam-spam-marks): changed list
2690         customization and list itself to store mark symbol rather than
2691         mark character.
2692         (spam-bogofilter-register-routine): added logic to generate mark
2693         values list from spam-ham-marks and spam-spam-marks, so (member)
2694         would work.
2695
2696 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2697
2698         * message.el (message-cross-post-followup-to): Fix comment.
2699
2700 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
2701
2702         * spam.el (spam-ham-marks, spam-spam-marks): changed list
2703         customization and list itself to store mark symbol rather than
2704         mark character.
2705         (spam-bogofilter-register-routine): added logic to generate mark
2706         values list from spam-ham-marks and spam-spam-marks, so (member)
2707         would work.
2708
2709 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
2710
2711         * message.el (message-signature-insert-empty-line): New variable.
2712
2713 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2714
2715         * message.el: Renamed functions and variables: "xpost" ->
2716         "cross-post", "-fup2" -> "-followup-to".
2717         (message-cross-post-old-target, message-cross-post-default,
2718         message-cross-post-note, message-followup-to-note,
2719         message-cross-post-note-function): New variables names.
2720         (message-xpost-old-target, message-xpost-default,
2721         message-xpost-note, message-fup2-note,
2722         message-xpost-note-function): Removed variable names.
2723         (message-cross-post-followup-to-header,
2724         message-cross-post-insert-note, message-cross-post-followup-to):
2725         New function names.
2726         (message-xpost-fup2-header, message-xpost-insert-note,
2727         message-xpost-fup2): Removed function names.
2728
2729 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2730
2731         * message.el (message-send-mail): Added message-cleanup-headers to
2732         prevent newlines in headers.
2733
2734 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2735
2736         * dns.el (dns-make-network-process): Comment.
2737
2738         * gnus-sum.el (gnus-summary-display-while-building): Default to
2739         nil.
2740
2741 2003-01-01  Wes Hardaker  <wes@hardakers.net>
2742
2743         * gnus-sum.el (gnus-summary-display-while-building): New
2744         variable.
2745
2746 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
2747
2748         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
2749         before rearranging the article.
2750
2751 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2752
2753         * nndraft.el (nndraft-generate-headers): New function.
2754         (nndraft-request-associate-buffer): Use it to write headers on
2755         buffer save.
2756
2757         * message.el (message-generate-headers): Let the function be a
2758         lambda form.
2759         (message-draft-headers): New variable.
2760
2761         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
2762         function.
2763         (gnus-setup-message): Use it.
2764
2765         * message.el (message-generate-headers-first): Doc fix.
2766         (message-setup-1): Use new function for getting which headers to
2767         generate.
2768         (message-headers-to-generate): New function.
2769
2770 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2771
2772         * gnus-agent.el (gnus-agent-save-alist): Make directory.
2773
2774 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
2775
2776         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
2777         mention negatives.
2778
2779 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
2780
2781         * deuglify.el (gnus-outlook-rearrange-article): Use
2782         `transpose-regions' instead of tempering the kill-ring.
2783         (gnus-article-outlook-deuglify-article): Rehighlight article
2784         instead of a complete redisplay.
2785
2786 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
2787
2788         * spam.el: most defvars are defcustoms now
2789
2790         patches from Michael Shields  <shields@msrl.com>
2791
2792         * spam.el (spam-bogofilter-articles): Select the article
2793         body using gnus-summary-show-article t instead of
2794         gnus-summary-select-article; this presents the raw text
2795         without running any hooks.
2796
2797         * spam.el (spam-bogofilter-articles): Use message-remove-header
2798         to remove headers; the old way incorrectly removed just the first
2799         line of folded headers.
2800
2801 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2802
2803         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
2804
2805 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2806
2807         * gnus-start.el (gnus-load): New function.
2808         (gnus-read-newsrc-el-file): Use it.
2809
2810 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2811
2812         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
2813         (gnus-button-handle-apropos-documentation): New function.
2814         (gnus-button-handle-ctan): New function.
2815         (gnus-button-alist): Use them.  Improve some regexps.
2816         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
2817
2818 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2819
2820         * message.el (message-subscribed-p): New function.
2821         (message-send-mail): Use it.
2822         * mml.el (mml-preview-insert-mft): New function.
2823         (mml-preview): Use it.
2824
2825 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2826
2827         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
2828         when sorting by date.
2829
2830         * gnus-art.el (gnus-article-edit-mode): New variable.
2831         (gnus-article-setup-buffer): Warn user about discarding edits.
2832
2833         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
2834         (gnus-summary-pipe-output): Take a symbolic prefix to save all
2835         headers.
2836
2837         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
2838
2839 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2840
2841         * message.el (message-completion-alist): Added "Mail-Followup-To"
2842         and "Mail-Copies-To".
2843
2844 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2845
2846         * gnus-group.el: Add key bindings for
2847         gnus-group-sort-groups-by-real-name and
2848         gnus-group-sort-selected-groups-by-real-name.
2849
2850 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2851
2852         * gnus.texi (Sorting Groups): Add key bindings for
2853         gnus-group-sort-groups-by-real-name and
2854         gnus-group-sort-selected-groups-by-real-name.
2855
2856 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2857
2858         * spam.el (spam-use-dig): new variable for blackhole checking
2859         through dig.el
2860         (spam-check-blackholes): added dig.el checking functionality and
2861         more verbose reporting; query-dig is autoloaded from dig.el
2862         (spam-use-blackholes): disabled by default
2863         (spam-blackhole-servers): removed rbl.maps.vix.com from the
2864         blackhole servers list
2865
2866 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2867
2868         * message.el (message-required-headers): New variable.
2869
2870 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2871
2872         * dig.el (query-dig): new function
2873
2874 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2875
2876         * flow-fill.el (fill-flowed): Don't infloop on too long fill
2877         prefixes.
2878
2879         * dns.el (query-dns): Protect against errors.
2880
2881         * gnus-msg.el (gnus-article-yanked-articles): New variable.
2882         (gnus-inews-add-send-actions): Mark all answered messages as
2883         answered.
2884
2885 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
2886
2887         * nnmail.el (nnmail-split-it): Added tracing to
2888         `:' split rule
2889
2890 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2891
2892         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
2893         and "%s" so we don't overquote them.
2894
2895 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2896
2897         * (mm-display-external): Display the actual command that has been
2898         executed in the echo area.
2899
2900 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2901
2902         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
2903
2904         * message.el (message-with-reply-buffer): New macro.
2905         (message-fetch-reply-field): Use it.
2906         (message-insert-wide-reply): New command and keystroke.
2907         (message-carefully-insert-headers): New function.
2908         (message-insert-to): Use new function.
2909
2910         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
2911         (gnus-topic-goto-missing-group): Use it.
2912
2913         * message.el (message-required-news-headers): Removed Lines.
2914         (message-reply): Don't insert References first.
2915         (message-followup): Ditto.
2916         (message-make-references): New function.
2917         (message-followup): Set message-reply-headers before generating
2918         the buffer stuff.
2919
2920 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
2921
2922         * mml.el (mml-generate-mime-1): Reverse the order of
2923         encoding/flowing.
2924
2925 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2926
2927         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
2928         after moving them.
2929
2930         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
2931         fit with newer standard format.
2932         (gnus-summary-make-false-root-always): New variable.
2933         (gnus-gather-threads-by-subject): Use it.
2934
2935         * message.el (message-get-reply-headers): Take an address list
2936         optional argument.
2937
2938 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2939
2940         * gnus.el (gnus-keep-backlog): Change default to 20.
2941
2942         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
2943         start.
2944         (gnus-agent-check-overview-buffer): Remove negative article
2945         numbers.
2946
2947         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
2948         (nnmail-cache-ignore-groups): Doc fix.
2949
2950         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
2951         (nnimap-debug-buffer): New variable.
2952         (nnimap-debug): Use it.
2953
2954 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
2955
2956         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
2957
2958 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2959
2960         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
2961         they aren't already sorted.
2962
2963 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
2964
2965         * message.el (message-mode-menu): Add ellipses to menu items
2966         expecting user interaction.
2967         (message-mode-field-menu): do.
2968
2969 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
2970
2971         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
2972         it isn't used any more.
2973
2974 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
2975
2976         * binhex.el (binhex-decoder-program): Fix docstring.
2977
2978 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2979
2980         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
2981         special chars if the mailcap file uses single quotes around %s.
2982         From Laurent Martelli <laurent@bearteam.org>.
2983
2984 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
2985
2986         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
2987         return the info object.
2988
2989 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
2990
2991         * gnus-int.el (gnus-request-update-info): Artificially add
2992         (1 . (1- min)) to the read range, in case the backend doesn't
2993         store marks for nonexistent articles.
2994
2995 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2996
2997         * binhex.el (binhex-insert-char): Eval-and-compile.
2998
2999 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
3000
3001         * lpath.el: Add tool-bar-local-item-from-menu.
3002
3003         * message.el (message-tool-bar-local-item-from-menu): New function.
3004         (message-tool-bar-map): Use it.
3005
3006 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
3007
3008         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
3009
3010         * gnus-art.el (gnus-article-header-rank): Last header in
3011         gnus-sorted-header-list should have higher rank than non-members.
3012
3013 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3014
3015         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
3016         covered methods.
3017
3018 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3019
3020         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
3021         eval-when-compile.  Suggested by Kevin Greiner.
3022
3023 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
3024
3025         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
3026         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
3027         even though no headers may have been fetched
3028         (gnus-agent-fetch-group-1, and perhaps others, require this
3029         behavior).
3030         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
3031         server buffer is constrained by gnus-agent-max-fetch-size.
3032         Multiple chunks in the same group may perform arbitrarily large
3033         updates.
3034
3035 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
3036
3037         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
3038         gnus-summary-update-download-mark to update the article in the
3039         summary.
3040
3041 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
3042
3043         * gnus.el (gnus-summary-high-uncached-face,
3044         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
3045         New faces.
3046
3047         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
3048         added this on 2002-11-23 but it just wasn't working out as
3049         intended.  The idea isn't entirely dead, three new faces
3050         gnus-summary-*-uncached-face are being added to gnus.el to provide
3051         the basis for an improved implementation.
3052         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
3053         proper file to open is lib/servers.
3054         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
3055         (i.e. removing the article from gnus-newsgroup-downloadable) will
3056         now restore the article's default mark rather than simply setting
3057         no mark.
3058         (gnus-agent-get-undownloaded-list): Corrected documentation.
3059         Added code to set new summary local variable,
3060         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
3061         a temporary list.  No longer sets gnus-newsgroup-downloadable.
3062         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
3063         up to date.  Call new gnus-summary-update-download-mark to keep
3064         summary buffer up-to-date.
3065         (gnus-agent-fetch-selected-article): Keep
3066         gnus-newsgroup-undownloaded up to date.
3067         (gnus-agent-fetch-articles): Return list of articles that were
3068         successfully fetched.
3069         (gnus-agent-check-overview-buffer): No more thingatpt.
3070         (gnus-agent-expire): No longer deletes NOV entries of unread
3071         articles.
3072         (gnus-agent-unread-articles): New function.
3073         (gnus-agent-regenerate-group): The article number must be
3074         terminated by a tab character.  Added more messages to report
3075         repairs.  Inhibit quits while writing changes so it is now safe
3076         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
3077         downloaded to 1) resolve the unbound references and 2) avoid
3078         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
3079
3080         * gnus-art.el (gnus-article-prepare): The agent
3081         downloaded/undownloaded mark is no longer stored as the article's
3082         mark.
3083
3084         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
3085         gnus-summary-highlight may use it.  Added downloaded as
3086         gnus-summary-highlight was using it.
3087
3088         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
3089         the download mark now follows Kai's +/- convention.
3090         (gnus-downloaded-mark): Added ?+ mark.
3091         (gnus-summary-highlight): Added rules to select
3092         gnus-summary-high-uncached-face,
3093         gnus-summary-normal-uncached-face, and
3094         gnus-summary-low-uncached-face.  Removed the
3095         gnus-agent-downloaded-article-face.
3096         (gnus-summary-line-format-alist): Implemented the download flag
3097         format (?O) as named in the manual.  This implementation displays
3098         either gnus-undownloaded-mark, gnus-downloaded-mark, or
3099         gnus-no-mark.
3100         (gnus-newsgroup-agentized): New local variable that identifies
3101         which groups are agentized.  While the agent is now on by default,
3102         you don't have to agentize every server that you use.
3103         (gnus-update-summary-mark-positions): Completed support for the
3104         download type of mark.
3105         (gnus-summary-insert-line): Added undownloaded to the parameters.
3106         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
3107         reference by the gnus-summary-line-format-spec.
3108
3109         * nntp.el (nntp-with-open-group): This macro handles dropped or
3110         broken connections by opening a new connection and repeating the
3111         failed command.
3112         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
3113         XOVER commands preceeding the active articles with the nov entry
3114         of the first available article.  When gnus connected to such a
3115         server, the unexpected nov entry would result in duplicate lines
3116         in the agent's overview file.  This patch fixes the duplicate
3117         lines problem and improves performance by skipping over all
3118         articles IDs that preceed the first nov entry in the server's
3119         reply.
3120
3121 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3122
3123         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
3124         (gnus-summary-highlight): Use it instead of `downloaded'.
3125         (gnus-summary-highlight-line): Ditto.
3126
3127         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
3128
3129 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3130
3131         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
3132
3133         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
3134         calls.
3135
3136         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
3137         downloaded variable if we're in an uncovered group.
3138
3139         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
3140         font to soemthing less noticeable.
3141         (gnus-agent-group-covered-p): New function.
3142
3143 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3144
3145         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
3146         Because of an unknown bug, the group buffer is saved in .overview
3147         file.
3148
3149 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3150
3151         * nntp.el (nntp-send-command): Braino in last commit.  Replace
3152         `and' with `or'.
3153
3154 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3155
3156         * nntp.el (nntp-send-command): Assume that echo does not happen
3157         when nntp-open-connection-function is nntp-open-network-stream.
3158         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
3159
3160 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3161
3162         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
3163
3164 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
3165
3166         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
3167         nntp-server-buffer if we aren't going to write to it.
3168
3169 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3170         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
3171
3172         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
3173
3174 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3175
3176         * rfc2047.el (rfc2047-decode-region): Remove newlines between
3177         decoded words.
3178
3179 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3180
3181         * gnus.el (fboundp): After loading mm-util, make sure it was the
3182         right one.
3183
3184 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3185
3186         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
3187         gnus-sum.  Made into a user option.
3188
3189         * gnus-sum.el (gnus-simplify-ignored-prefixes)
3190         (gnus-summary-mark-article-as-unread)
3191
3192 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3193
3194         * time-date.el (date-to-time): Typo.
3195
3196         * parse-time.el: Typo.
3197
3198         * nnsoup.el (nnsoup-retrieve-headers): Typo.
3199
3200         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
3201
3202         * nnimap.el:
3203         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
3204
3205         * mm-encode.el (mm-safer-encoding): Typo.
3206
3207         * messcompat.el: Typo.
3208
3209         * message.el (message-face-alist): Typo.
3210
3211         * imap.el (imap-interactive-login, imap-open): Typos.
3212
3213         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
3214
3215         * gnus.el: Typo.
3216
3217         * gnus-win.el (gnus-configure-frame): Typo.
3218
3219         * gnus-util.el (gnus-atomic-progn-assign): Typo.
3220
3221         * gnus-topic.el (gnus-topic-sort-topics): Typo.
3222
3223         * gnus-sum.el (gnus-summary-article-number)
3224         (gnus-summary-read-group-1, gnus-summary-mark-article)
3225         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
3226
3227         * gnus-mule.el (gnus-mule-add-group): Typo.
3228
3229         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
3230
3231         * gnus-group.el (gnus-group-fetch-faq): Typo.
3232
3233         * gnus-art.el (gnus-decode-header-methods): Typo.
3234
3235         * flow-fill.el: Typo.
3236
3237 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
3238
3239         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
3240
3241 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3242
3243         * gnus-sum.el (gnus-simplify-ignored-prefixes)
3244         (gnus-summary-mark-article-as-unread)
3245         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
3246         Reformatting to avoid long lines.
3247         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
3248
3249 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
3250
3251         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
3252         be accessed through `mail-header-number'.
3253
3254 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3255
3256         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
3257         compressed range to gnus-summary-insert-articles.
3258
3259 2002-11-26  Kevin Ryde <user42@zip.com.au>
3260
3261         * gnus-art.el (gnus-mime-copy-part): Look for filename
3262         parameter under content-disposition, not content-type.
3263
3264         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
3265         (gnus-summary-reselect-current-group): Use it.
3266
3267 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3268
3269         * gnus-agent.el (gnus-agent-uncached-articles): if
3270         gnus-agent-load-alist fails, return ARTICLES.
3271
3272         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
3273
3274 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3275
3276         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
3277         superfluous function call.
3278         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
3279         Add warning to docstring.
3280
3281 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3282
3283         * gnus-agent.el: Autoload number-at-point instead.
3284         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
3285
3286 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3287
3288         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
3289         require thingatpt (for number-at-point) and protect against
3290         deactivate-mark being unbound (on XEmacs).
3291
3292 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3293
3294         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
3295         print message on entry.
3296
3297         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
3298
3299         * gnus-range.el (gnus-range-difference): New function.
3300         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
3301
3302 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3303
3304         * gnus-sum.el (gnus-summary-insert-old-articles): Use
3305         gnus-remove-from-range instead of gnus-range-difference which
3306         doesn't exist.
3307
3308 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3309         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
3310
3311         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
3312         used for showing which articles have been downloaded.
3313         (gnus-agent-article-alist): Format change.  Add documentation.
3314         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
3315         process-marked articles.
3316         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
3317         in the series are individually fetched to minimize lose of
3318         content due to an error/quit.
3319         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
3320         gnus-message instead of message.
3321         (gnus-agent-read-servers): Use file lib/methods instead of
3322         lib/servers.  TODO: Why?
3323         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
3324         (gnus-agent-get-undownloaded-list): Remove articles that appear to
3325         come from the agent.  This means that they are not downloaded.
3326         (gnus-agent-fetch-selected-article): Don't use history.
3327         (gnus-agent-save-history, gnus-agent-enter-history)
3328         (gnus-agent-article-in-history-p, gnus-agent-history-path):
3329         Removed function; history is not used anymore.
3330         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
3331         (gnus-agent-crosspost): Started rewrite then realized that a typo
3332         in gnus-agent-fetch-articles ensures that this function is never
3333         called.  This will need to be fixed later.
3334         (gnus-agent-check-overview-buffer): Some sanity checks on the
3335         agent overview buffer.  This is a safety net used during
3336         development.
3337         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
3338         changed, write a number to the file indicating this.
3339         (gnus-agent-fetch-headers): Rewrite to respect
3340         gnus-agent-consider-all-articles without relying on the
3341         `.fetched' files.  Make it fast.
3342         (gnus-agent-braid-nov): Change resulting from
3343         gnus-agent-fetch-headers change.
3344         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
3345         `.fetched' files.
3346         (gnus-agent-read-agentview): New function, used by
3347         gnus-agent-load-alist.
3348         (gnus-agent-load-fetched-headers): Remove.
3349         (gnus-agent-save-alist): Rewrite to accomodate new format.
3350         (gnus-agent-fetch-group-1): Make sure list of articles is in the
3351         same order as in gnus-newsgroup-headers.
3352         (gnus-agent-expire): Document and implement extra args ARTICLES,
3353         GROUP, FORCE.  Do not restrict usage.
3354         (gnus-agent-uncached-articles): New function.
3355         (gnus-agent-retrieve-headers): Use it.
3356         (gnus-agent-regenerate-group): No longer needs to be called from
3357         gnus-agent-regenerate.  Individual groups may be regenerated. The
3358         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
3359         The article fetch dates are validated in the article alist.  The
3360         article alist is pruned of entries that do not reference existing
3361         NOV entries.  All changes are computed then applied with
3362         inhibit-quit bound to t.  As a result, it is now safe to quit out of
3363         regeneration.  The optional clean parameter has been replaced with
3364         an optional reread parameter.  Clean is no longer necessary as
3365         regeneration gets the appropriate setting from
3366         gnus-agent-consider-all-articles.  The new reread parameter will
3367         result in fetched, or all, articles being marked as unread.
3368         (gnus-agent-regenerate): Removed code to regenerate the history
3369         file as it is no longer used.
3370
3371         * gnus-start.el (gnus-make-ascending-articles-unread): New
3372         function, for efficient mass-marking.
3373
3374         * gnus-sum.el (gnus-summary-highlight): Use new face for
3375         downloaded articles.
3376         (gnus-article-mark): Prefer to indicate read/unread status over
3377         downloaded status.
3378         (gnus-summary-highlight-line-0): New function, maybe rehighlights
3379         line.
3380         (gnus-summary-highlight-line): Use new face for downloaded
3381         articles.
3382         (gnus-summary-insert-old-articles): Improved performance by
3383         replacing the initial LIST of older articles with a compressed
3384         RANGE of older articles.  Some servers appear to lie about
3385         their active range so the original list could contain millions
3386         of article numbers.  The range is not expanded into a list
3387         until the optional ALL parameter has been applied.
3388
3389 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3390
3391         * gnus-agent.el (gnus-category-mode): Typo in doc string.
3392
3393 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
3394
3395         * spam.el:
3396         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
3397
3398         * spam.el: added `M s t' and `M s x' key mappings
3399
3400 2002-11-20  Simon Josefsson  <jas@extundo.com>
3401
3402         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
3403
3404 2002-11-19  Simon Josefsson  <jas@extundo.com>
3405
3406         * gnus-sum.el (gnus-summary-morse-message): Load
3407         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
3408         (unmorse-region): Autoload it instead.
3409
3410 2002-11-18  Simon Josefsson  <jas@extundo.com>
3411
3412         * gnus-sum.el (gnus-summary-morse-message): New function.
3413         (gnus-summary-wash-map): Bind to `W m'.
3414         (gnus-summary-make-menu-bar): Add.
3415
3416         * nnimap.el (nnimap-request-expire-articles): Compress sequence
3417         before storing \Deleted mark on expired articles.
3418
3419 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
3420         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
3421
3422         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
3423         parens in column 0.
3424
3425 2002-11-17  Juanma Barranquero  <lektu@terra.es>
3426
3427         * nnweb.el (nnweb-google-create-mapping): Fix typo.
3428
3429         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
3430
3431         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
3432
3433 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3434
3435         * message.el (message-set-auto-save-file-name): Use
3436         make-directory, to avoid the dependence on gnus-util.
3437
3438 2002-11-16  Simon Josefsson  <jas@extundo.com>
3439
3440         * nnimap.el (nnimap-callback-callback-function):
3441         (nnimap-callback-buffer): Removed, these cannot be global but must
3442         be embedded into the callback.
3443         (nnimap-make-callback): New.  Embedd article number, callback and
3444         buffer in function.
3445         (nnimap-callback, nnimap-request-article-part): Update.
3446
3447 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3448
3449         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
3450
3451 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3452
3453         * gnus.el (gnus-summary-line-format): Document %C.
3454
3455 2002-11-11  Simon Josefsson  <jas@extundo.com>
3456
3457         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
3458         output when called interactively.
3459
3460 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3461
3462         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
3463
3464         * message.el (message-draft-coding-system): Improve comment; use
3465         mm-auto-save-coding-system for the default value.
3466
3467         * nndraft.el (nndraft-request-article): Revert to the state before
3468         2002-10-29; regexp-quote mail-header-separator.
3469
3470 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
3471
3472         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
3473         allow editing of drafts from an nnvirtual group.
3474
3475 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3476
3477         * nndraft.el (nndraft-request-article): Replace emacs-mule with
3478         mm-auto-save-coding-system.
3479
3480         * message.el (message-draft-coding-system): Default to
3481         iso-2022-7bit.
3482
3483         * mm-util.el (mm-auto-save-coding-system): Undo last change to
3484         restore the default value to emacs-mule or escape-quoted.
3485
3486 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3487
3488         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
3489         a delayed or a queued article as well as a draft.
3490
3491         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
3492         delayed or a queued article in the raw format; treat a delayed
3493         article as a raw article as well as a draft.
3494         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
3495         for the delayed group.
3496
3497         * nndraft.el (nndraft-request-article): Ignore auto save files for
3498         a delayed or a queued article; don't bother to decode a queued
3499         article; don't bind nnmail-file-coding-system for a queued article.
3500
3501         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
3502         and the queue group.
3503
3504 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
3505
3506         * gnus-group.el (gnus-group-delete-group):
3507         gnus-cache-active-hashtb might be void.
3508
3509 2002-11-02  Simon Josefsson  <jas@extundo.com>
3510
3511         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
3512         setting of the default user ID.  From Raymond Scholz
3513         <ray-2002@zonix.de>.
3514
3515 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
3516
3517         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
3518         charset.
3519
3520 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
3521         From Alex Schroeder <alex@emacswiki.org>
3522         * spam-stat.el (spam-stat-process-directory): add dir to message
3523         (spam-stat-reduce-size): No longer remove words
3524         with values close to 0.5, because the default value is 0.2.
3525
3526 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3527
3528         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
3529         documentation.
3530
3531 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3532
3533         * gnus-agent.el (gnus-agent-fetched-headers)
3534         (gnus-agent-load-fetched-headers)
3535         (gnus-agent-save-fetched-headers): Remove variable and two
3536         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
3537         works better.
3538         (gnus-agent-fetch-headers): New implementation from Kevin
3539         Greiner.  Uses gnus-agent-article-alist to store information
3540         about fetched messages which aren't on the server anymore.  The
3541         trick is to return a list of considered messages to the caller,
3542         but to only fetch those which haven't been fetched yet.
3543
3544 2002-10-30  Simon Josefsson  <jas@extundo.com>
3545
3546         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
3547
3548         * pgg.el (pgg-passphrase-cache-expiry): Removed.
3549
3550 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3551
3552         * mm-view.el (mm-w3m-local-map-property): Make it work with older
3553         versions of emacs-w3m than 1.3.3.
3554
3555         * lpath.el: Bind w3m-minor-mode-map.
3556
3557         * mm-view.el (mm-w3m-mode-command-alist)
3558         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
3559         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
3560         (mm-setup-w3m): Simplified.
3561         (mm-w3m-local-map-property): New function.
3562         (mm-inline-text-html-render-with-w3m): Use it.
3563
3564         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
3565         mm-w3m-local-map-property.
3566
3567 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3568
3569         * mm-util.el (mm-auto-save-coding-system): Default to
3570         iso-2022-7bit.
3571
3572         * nndraft.el (nndraft-request-article): Decode an article using
3573         the coding-system emacs-mule if it seems to have been saved using
3574         emacs-mule.
3575         (nndraft-request-replace-article): Use message-draft-coding-system
3576         instead of mm-auto-save-coding-system for the draft or delayed
3577         group.
3578
3579 2002-10-28  Josh  <huber@alum.wpi.edu>
3580
3581         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
3582         functions.
3583
3584 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3585         From mah@everybody.org (Mark A. Hershberger).
3586
3587         * mm-url.el (mm-url-insert-file-contents): Make it return the same
3588         type values ("url" size) regardless of the values of
3589         mm-url-use-external.
3590
3591 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3592
3593         * nnimap.el (nnimap-request-article-part): Try harder to show
3594         group name in debugging message.
3595
3596 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3597
3598         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
3599         directory if it doesn't exist.
3600         (gnus-agent-fetch-headers): Remove old cruft that tried to
3601         abstain from downloading articles more than once if
3602         gnus-agent-consider-all-articles was true.  This is now done
3603         properly via the .fetched files.
3604
3605 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3606
3607         * nndraft.el (nndraft-request-article): Treat delayed articles
3608         like drafts.
3609
3610 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3611
3612         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
3613
3614 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3615
3616         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
3617         Remove unused optional arg DIR and corresponding code.
3618
3619         * nnimap.el (nnimap-request-article-part): Include group name in
3620         debugging output.
3621
3622 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
3623
3624         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
3625
3626 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3627
3628         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
3629         contains range of headers that have been fetched by the agent
3630         already.  Compare gnus-agent-article-alist.
3631         (gnus-agent-file-header-cache): Like
3632         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
3633         (gnus-agent-fetch-headers): Improve comment.  Revert to old
3634         seen/recent logic.
3635         Remember which headers have been fetched before and don't fetch
3636         them again the next time round.
3637         (gnus-agent-load-fetched-headers)
3638         (gnus-agent-save-fetched-headers): New functions, for remembering
3639         which headers have been fetched before.
3640
3641 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3642
3643         * lpath.el: Remove useless bindings.
3644
3645 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
3646
3647         * gnus-sum.el (gnus-summary-execute-command): Disable visual
3648         features while searching.
3649
3650 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3651
3652         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
3653
3654 2002-10-22  Simon Josefsson  <jas@extundo.com>
3655
3656         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
3657         (pgg-snarf-keys): Add.
3658
3659 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * lpath.el: Fbind bbdb-records.
3662
3663         * spam.el: Don't autoload bbdb-records.
3664
3665 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3666
3667         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
3668         prevent inf-loop.
3669
3670 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3671
3672         * nnslashdot.el: Removed some test lines.
3673         More test.
3674
3675 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3676
3677         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
3678         are known to be downloaded already.
3679
3680 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3681
3682         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
3683         (mm-text-html-washer-alist): Ditto.
3684
3685 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3686
3687         * nnheader.el (nnheader-remove-body): Fix an error of detecting
3688         boundary between headers and body.
3689         * nnml.el (nnml-parse-head): Ditto.
3690
3691 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3692
3693         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
3694         entries.
3695
3696         * gnus-group.el (gnus-fetch-group): Allow an optional
3697         specification of the articles to select.
3698
3699         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
3700
3701 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3702
3703         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
3704         headers from the group, update variable `articles' to contain
3705         only those numbers where headers exist.  (When fetching all
3706         articles in a group, Gnus creates lots of numbers where there is
3707         no articles.)
3708
3709 2002-10-20  Steve Youngs  <youngs@xemacs.org>
3710
3711         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
3712         doesn't have the 'alist custom type, use cons cells instead.
3713         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
3714         (pgg-parse-hash-algorithm-alist): Ditto.
3715         (pgg-parse-compression-algorithm-alist): Ditto.
3716         (pgg-parse-signature-type-alist): Ditto.
3717
3718         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
3719
3720         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
3721
3722         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
3723
3724 2002-10-19  Simon Josefsson  <jas@extundo.com>
3725
3726         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
3727         buffer.
3728
3729 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3730
3731         * gnus-spec.el (gnus-make-format-preserve-properties)
3732         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
3733         properties also on XEmacs.  `gnus-xmas-format' is like format but
3734         preserves text properties on XEmacs (though it only understands
3735         simple format specs).  The variable
3736         `gnus-make-format-preserve-properties' controls whether the
3737         function is used, and is checked in `gnus-parse-simple-format'.
3738         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
3739
3740         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
3741         output.
3742         (gnus-agent-consider-all-articles): New variable.
3743         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
3744         (gnus-agent-fetch-headers): Depending on
3745         gnus-agent-consider-all-articles, maybe get all articles.
3746         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
3747         `read'.
3748         (gnus-predicate-imples-unread): New function.
3749         (gnus-agent-fetch-headers): Optimize to call
3750         gnus-list-of-unread-articles if that is sufficient.
3751         Check unseen and recent instead of seen and recent.
3752         (gnus-agent-fetch-headers): Abstain from calling
3753         gnus-list-range-intersection if range (a . b) would have (> a b).
3754
3755 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3756
3757         * message.el (message-send-mail): Make it possible to perform
3758         edebug-defun.
3759
3760 2002-10-18  Simon Josefsson  <jas@extundo.com>
3761
3762         * gnus-art.el (gnus-button-man-handler): Change default to
3763         `manual-entry' (defined in both emacsen).
3764         (gnus-button-man-handler): Remove emacsen difference and use
3765         `manual-entry'.
3766
3767 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3768
3769         * spam.el: Wrap autoload settings for bbdb-records,
3770         executable-find and ifile-spam-filter with eval-and-compile.
3771         (spam-display-buffer-contents): Remove.
3772         (spam-bogofilter-score): Merge spam-display-buffer-contents.
3773
3774 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
3775
3776         * spam.el (spam-display-buffer-contents): New function.
3777         (spam-bogofilter-score): use spam-display-buffer-contents, patch
3778         from Katsumi Yamaoka <yamaoka@jpl.org>.
3779
3780 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3781
3782         * nnheader.el (nnheader-parse-naked-head): New function.
3783         (nnheader-parse-head): Use the above function, in order to handle
3784         continuation lines properly.
3785         (nnheader-remove-body): New function.
3786         (nnheader-remove-cr-followed-by-lf): New function.
3787         (nnheader-ms-strip-cr): Use the above function.
3788
3789         * gnus-agent.el (gnus-agent-regenerate-group): Call
3790         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
3791         `nnheader-parse-head'.
3792         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
3793
3794         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
3795         continuation lines by itself; call `nnheader-parse-naked-head'
3796         instead of `nnheader-parse-head'.
3797         * nndiary.el (nndiary-parse-head): Ditto.
3798         * nnfolder.el (nnfolder-parse-head): Ditto.
3799         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
3800         * nnmaildir.el (nnmaildir--update-nov): Ditto.
3801         * nnml.el (nnml-parse-head): Ditto.
3802
3803 2002-10-17  Steve Youngs  <youngs@xemacs.org>
3804
3805         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
3806         XEmacs, default to it if featurep 'xemacs.
3807
3808 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3809
3810         * spam-stat.el: Check for the existence of hash functions instead
3811         of the Emacs version to decide whether to load cl.  Suggested by
3812         Kai Gro\e,A_\e(Bjohann.
3813
3814 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3815
3816         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
3817         if it isn't open yet.
3818
3819 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3820
3821         * gnus-group.el: Require mm-url only when compiling.
3822         (gnus-group-fetch-charter): Require mm-url.
3823
3824         * spam-stat.el: Require cl for the functions gethash,
3825         hash-table-count, make-hash-table and mapc for Emacs 20.
3826         (puthash): Alias to cl-puthash for Emacs 20.
3827         (with-syntax-table): New macro for Emacs 20.
3828
3829 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
3830
3831         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
3832
3833 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3834
3835         * spam.el (spam-check-ifile): added ifile as a spam checking
3836         backend, and spam-use-ifle as the variable to toggle that check.
3837
3838 2002-10-12  Simon Josefsson  <jas@extundo.com>
3839
3840         * message.el (message-beginning-of-line): New variable.
3841         (message-beginning-of-line): Use it.
3842
3843 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3844
3845         * spam.el: more compilation fixes for BBDB
3846
3847         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
3848         (spam-stat-reduce-size): Interactive.
3849         (spam-stat-reset): New function.
3850         (spam-stat-save): Interactive.
3851
3852 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3853
3854         * gnus.el: Autoload gnus-delay-initialize.
3855
3856         * message.el: Autoload gnus-delay-article.
3857
3858 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
3859
3860         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
3861         text property in Emacs.
3862
3863 2002-10-11  Simon Josefsson  <jas@extundo.com>
3864
3865         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3866         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
3867
3868         * mml1991.el (mml1991-pgg-sign): Remove CR.
3869
3870 2002-10-10  Simon Josefsson  <jas@extundo.com>
3871
3872         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
3873         decrypt failed.
3874         (mml2015-trust-boundaries-alist): Removed.
3875         (mml2015-gpg-extract-signature-details): Don't use it.
3876         (mml2015-unabbrev-trust-alist): New.
3877         (mml2015-gpg-extract-signature-details): Use it.
3878
3879 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
3880
3881         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
3882         BBDB installed
3883
3884         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
3885         statistical analysis of spam in Lisp only
3886
3887 2002-10-10  Simon Josefsson  <jas@extundo.com>
3888
3889         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
3890         auth, selected or examine state.
3891
3892         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
3893         buffer and error buffer depending on type of information.
3894
3895         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
3896         --status-fd stuff even if gpg.el is not used (revert earlier
3897         change).
3898         (mml2015-pgg-{clear-,}verify): Store both output and errors as
3899         gnus details.
3900         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
3901         buffer.
3902
3903         * pgg.el (pgg-verify-region): Use it.
3904
3905         * pgg-def.el (pgg-query-keyserver): New variable.
3906
3907         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
3908         key-identifier in packet.  Is this a good idea?
3909
3910         * mml.el (mml-mode-map): Add security commands that operates on
3911         MIME parts.
3912         (mml-menu): And menu items for them.
3913
3914         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
3915
3916         * mml.el (mml-parse-1): Support sender in #secure tags.
3917
3918         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
3919         defined.
3920
3921         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
3922         (mml-pgp-encrypt-buffer): Support combined signing.
3923
3924         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
3925         (mml1991-gpg-encrypt): Ditto.
3926         (mml1991-pgg-encrypt): Ditto.
3927         (mml1991-encrypt): Pass sign parameter.
3928
3929         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
3930         (mml-signencrypt-style): Mention the variable.
3931
3932 2002-10-09  Simon Josefsson  <jas@extundo.com>
3933
3934         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
3935         pgg-gpg-user-id.
3936
3937         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
3938         (pgg-fetch-key-function): Nil if w3 is not installed.
3939
3940 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3941
3942         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
3943         gnus-agent-current-history.
3944
3945 2002-10-06  Simon Josefsson  <jas@extundo.com>
3946
3947         * imap.el (imap-parse-status): Don't use read to read token.
3948
3949 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3950
3951         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
3952         for methods not covered by the agent, and when unplugged.
3953
3954 2002-10-05  Simon Josefsson  <jas@extundo.com>
3955
3956         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
3957         signing.
3958
3959         * gnus-agent.el (gnus-agent-read-servers): If getting method from
3960         a named server fails, ignore the server.
3961
3962         * mml1991.el (mml1991-pgg-sign): Do QP.
3963
3964         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
3965         work.
3966
3967 2002-10-04  Simon Josefsson  <jas@extundo.com>
3968
3969         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
3970
3971         * pgg-pgp.el (pgg-pgp-verify-region): Inline
3972         binary-write-decoded-region from MEL.
3973
3974         * pgg.el (pgg-encrypt-region): Support sign.
3975
3976         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
3977
3978         * mml2015.el (mml2015-pgg-encrypt): Ditto.
3979
3980         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
3981         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
3982         branch where PGG was taken from in the ChangeLog entries below.
3983
3984 2002-10-01  Simon Josefsson  <jas@extundo.com>
3985
3986         * pgg-pgp.el: Don't require mel.  Don't use luna.
3987         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
3988         (pgg-pgp-process-region): Use expand-file-name instead of concat.
3989         (pgg-pgp-process-region): Don't use binary-funcall.
3990
3991         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
3992
3993         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
3994         instead of concat.
3995
3996         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
3997
3998 2002-09-29  Simon Josefsson  <jas@extundo.com>
3999
4000         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
4001         compile warnings.
4002
4003         * pgg.el (pgg-decrypt-region): Don't parse packet.
4004
4005         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
4006
4007 2002-09-29  Daiki Ueno <ueno@unixuser.org>
4008
4009         * pgg.el: Remove dependency on calist.el.
4010
4011 2002-09-28  Simon Josefsson  <jas@extundo.com>
4012
4013         * pgg.el (pgg-temporary-file-directory): New variable.
4014         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
4015
4016         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
4017         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
4018
4019         * pgg-parse.el (pgg-char-int): Defalias.
4020         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
4021         (pgg-read-bytes, pgg-read-body): Use it.
4022         (pgg-decode-packets): Don't use MEL, use base64-*.
4023         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
4024         (pgg-string-as-unibyte): Defalias.
4025         (pgg-parse-armor-region): Use it.
4026
4027         * pgg-gpg.el (pgg-gpg-process-region): Use
4028         pgg-temporary-file-directory.
4029
4030         * luna.el: Don't def-edebug.
4031
4032         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
4033         binary-write-decoded-region from MEL.
4034
4035         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
4036
4037         * alist.el, calist.el: Don't require product/APEL.
4038
4039         * pgg-parse.el (top-level): Remove dependency on static.el,
4040         pccl.el, mel.el.
4041         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
4042         `define-ccl-program' is boundp, instead of using broken.
4043
4044 2002-10-01  Simon Josefsson  <jas@extundo.com>
4045
4046         * message.el (message-required-mail-headers): Remove Lines:.
4047
4048 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4049         From Jesper Harder.
4050
4051         * gnus-group.el (gnus-group-fetch-charter,
4052         gnus-group-fetch-control): Prompt for group if given a prefix
4053         argument.
4054         * gnus-sum.el (t): Add gnus-group-fetch-charter and
4055         gnus-group-fetch-control to summary key map and menu.
4056
4057 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
4058
4059         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
4060         number when there are no articles.
4061
4062 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4063
4064         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
4065         arg ALL means to fetch all articles, not only downloadable ones.
4066         (gnus-agent-fetch-selected-article): New function for
4067         gnus-select-article-hook or gnus-mark-article-hook.
4068
4069 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4070         From Peter von der Ahe <nospam2159@daimi.au.dk>.
4071
4072         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
4073         raw-text.
4074
4075 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
4076
4077         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
4078         Pinard).
4079         Major revamp of the code, documentation is in comments in the file
4080         for now.
4081
4082 2002-09-30  Simon Josefsson  <jas@extundo.com>
4083
4084         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
4085         buffer seem to be needed?
4086
4087 2002-09-29  Simon Josefsson  <jas@extundo.com>
4088
4089         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
4090         compile warnings.
4091
4092         * mml1991.el (mml1991-function-alist): Add pgg.
4093         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
4094         (mml1991-pgg-encrypt): Fix recipients querying.
4095
4096 2002-09-28  Simon Josefsson  <jas@extundo.com>
4097
4098         * mml2015.el (autoload): Autoload correct files.  Trivial patch
4099         from dme@dme.org.
4100         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
4101         handle is returned.
4102
4103 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4104
4105         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4106         Protect against non-existent of `nnimap-mailbox-info'.
4107
4108 2002-09-27  Simon Josefsson  <jas@extundo.com>
4109
4110         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
4111         (gnus-setup-news-hook): Use it.
4112         (gnus-after-getting-new-news-hook): Ditto.
4113
4114         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
4115
4116 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4117         From Mats Lidell <matsl@contactor.se>.
4118
4119         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
4120
4121 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4122
4123         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
4124         the part to decode encoded words, use raw words instead of decoded
4125         words.
4126
4127 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4128
4129         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
4130
4131         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
4132         (mm-setup-w3m): Use it.
4133
4134 2002-09-27  Simon Josefsson  <jas@extundo.com>
4135
4136         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
4137         article buffers.
4138
4139         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
4140         it just in case.
4141         (nnimap-update-unseen): New function; update unseen count in
4142         `n-m-info'.
4143         (nnimap-close-group): Call it.
4144
4145         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
4146         (gnus-after-getting-new-news-hook): Ditto.
4147
4148         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
4149         message into verboselevel 9.  Change slow mail check message.
4150         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
4151         (nnimap-fixup-unread-after-getting-new-news): New function, to be
4152         used as a hook after getting new mail.
4153
4154 2002-09-26  Simon Josefsson  <jas@extundo.com>
4155
4156         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
4157         SELECT/EXAMINE is first unseen article, not number of unseen
4158         articles.  Make them distinct by renaming the former to
4159         `first-unseen' instead of `unseen'.
4160
4161         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
4162         too.
4163         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
4164         changed.
4165         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
4166
4167         * gnus-int.el (gnus-server-unopen-status): Defcustom.
4168
4169         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
4170         better.
4171
4172         * mml2015.el (mml2015-pgg-decrypt): Only add security information
4173         if dissecting resulting buffer actually had any information.
4174
4175 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4176
4177         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
4178         because the function `string<' allows symbols.
4179
4180         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
4181
4182 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4183
4184         * message.el (message-forward-make-body): Revert an early change
4185         because 8-bit utf-8 emails.
4186
4187 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4188
4189         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
4190         links to Info)
4191         * gnus-art.el (gnus-treat-highlight-signature):
4192         * gnus-art.el (gnus-treat-buttonize):
4193         * gnus-art.el (gnus-treat-buttonize-head):
4194         * gnus-art.el (gnus-treat-emphasize):
4195         * gnus-art.el (gnus-treat-strip-cr):
4196         * gnus-art.el (gnus-treat-unsplit-urls):
4197         * gnus-art.el (gnus-treat-leading-whitespace):
4198         * gnus-art.el (gnus-treat-hide-headers):
4199         * gnus-art.el (gnus-treat-hide-boring-headers):
4200         * gnus-art.el (gnus-treat-hide-signature):
4201         * gnus-art.el (gnus-treat-fill-article):
4202         * gnus-art.el (gnus-treat-hide-citation):
4203         * gnus-art.el (gnus-treat-hide-citation-maybe):
4204         * gnus-art.el (gnus-treat-strip-list-identifiers):
4205         * gnus-art.el (gnus-treat-strip-pgp):
4206         * gnus-art.el (gnus-treat-strip-pem):
4207         * gnus-art.el (gnus-treat-strip-banner):
4208         * gnus-art.el (gnus-treat-highlight-headers):
4209         * gnus-art.el (gnus-treat-highlight-citation):
4210         * gnus-art.el (gnus-treat-date-ut):
4211         * gnus-art.el (gnus-treat-date-local):
4212         * gnus-art.el (gnus-treat-date-english):
4213         * gnus-art.el (gnus-treat-date-lapsed):
4214         * gnus-art.el (gnus-treat-date-original):
4215         * gnus-art.el (gnus-treat-date-iso8601):
4216         * gnus-art.el (gnus-treat-date-user-defined):
4217         * gnus-art.el (gnus-treat-strip-headers-in-body):
4218         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
4219         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
4220         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
4221         * gnus-art.el (gnus-treat-unfold-headers):
4222         * gnus-art.el (gnus-treat-fold-headers):
4223         * gnus-art.el (gnus-treat-fold-newsgroups):
4224         * gnus-art.el (gnus-treat-overstrike):
4225         * gnus-art.el (gnus-treat-display-xface):
4226         * gnus-art.el (gnus-treat-display-smileys):
4227         * gnus-art.el (gnus-treat-from-picon):
4228         * gnus-art.el (gnus-treat-mail-picon):
4229         * gnus-art.el (gnus-treat-newsgroups-picon):
4230         * gnus-art.el (gnus-treat-body-boundary):
4231         * gnus-art.el (gnus-treat-capitalize-sentences):
4232         * gnus-art.el (gnus-treat-fill-long-lines):
4233         * gnus-art.el (gnus-treat-play-sounds):
4234         * gnus-art.el (gnus-treat-translate):
4235         * gnus-art.el (gnus-treat-x-pgp-sig):
4236         * gnus-art.el (gnus-mime-button-line-format):
4237         * gnus-art.el (gnus-button-man-level):
4238         * gnus-art.el (gnus-button-emacs-level):
4239         * gnus-cus.el (gnus-group-parameters):
4240         * gnus-gl.el (bbb-build-mid-scores-alist):
4241         * gnus-group.el (gnus-group-line-format):
4242         * gnus-mlspl.el (gnus-group-split-setup):
4243         * gnus-mlspl.el (gnus-group-split):
4244         * gnus-msg.el (gnus-mailing-list-groups):
4245         * gnus-msg.el (gnus-posting-styles):
4246         * gnus-nocem.el (gnus-nocem-issuers):
4247         * gnus-score.el (gnus-score-regexp-bad-p):
4248         * gnus-srvr.el (gnus-server-line-format):
4249         * gnus-topic.el (gnus-topic-line-format):
4250         * gnus.el (gnus-summary-line-format):
4251         * mail-source.el (mail-sources):
4252         * message.el (message-subscribed-address-file):
4253         * nnmail.el (nnmail-split-fancy):
4254
4255 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
4256
4257         * mail-source.el(mail-source-run-script): use `functionp' to test
4258         whether the argument `script' is in fact a function.
4259         (mail-sources): adjust the defcustom to allow users to specify a
4260         function or a string as the value of the `:prescript' and
4261         `:postscript' arguments of the `file' and `pop3' mail sources.
4262
4263 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
4264
4265         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
4266         number when article 1 does not exist.
4267
4268 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4269
4270         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
4271         apropos if apropos-variable does not exist.
4272         (gnus-button-guessed-mid-regexp)
4273         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
4274         regexes.  From Reiner Steib.
4275         (gnus-button-handle-describe-function)
4276         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
4277         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
4278         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
4279
4280 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
4281         Trivial patch.
4282
4283         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
4284         the file.
4285
4286 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4287
4288         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
4289
4290 2002-09-24  Simon Josefsson  <jas@extundo.com>
4291
4292         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
4293         (mml2015-use): Prefer PGG if installed.
4294         (mml2015-function-alist): Add PGG wrappers.
4295         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
4296         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
4297         prefix, make regexp optionally skip it.
4298         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
4299         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
4300         (mml2015-pgg-encrypt): New functions.
4301         (defvar, autoload): Prevent byte-compile warnings.
4302
4303 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4304         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4305
4306         * gnus-art.el (article-strip-banner): Check for the existence of
4307         from header.
4308
4309 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
4310
4311         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
4312         (gnus-button-alist): Improved regexp for
4313         gnus-button-handle-mid-or-mail (false positives), fixed
4314         gnus-button-handle-man entries.
4315         From Reiner Steib.
4316
4317 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
4318         From Josh Huber.
4319
4320         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
4321         nnmail-extra-headers is non-nil.
4322
4323 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
4324
4325         * nnmaildir.el: Store article numbers persistently.  General
4326         revision.
4327         (nnmaildir-request-expire-articles): handle 'immediate and 'never
4328         for nnmail-expiry-wait; delete instead of moving if 'force is
4329         given.
4330
4331 2002-09-23  Simon Josefsson  <jas@extundo.com>
4332         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
4333
4334         * smime.el (smime-sign-buffer): Get key and extra certs.
4335         (smime-get-key-with-certs-by-email): Utility function.
4336
4337 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4338         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
4339
4340         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
4341         article exists.
4342
4343 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4344
4345         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
4346
4347 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
4348         From Reiner Steib.
4349
4350         * gnus-art.el (gnus-button-handle-custom,
4351         gnus-button-handle-mid-or-mail,
4352         gnus-button-handle-describe-{function,variable,key},
4353         gnus-button-handle-apropos{,command,variable}): New functions.
4354         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
4355         gnus-button-{man,emacs,mail}-level): New variables.
4356         (gnus-button-alist): Use the above to buttonize emacs and mail
4357         related links.
4358
4359 2002-09-18  Juanma Barranquero  <lektu@terra.es>
4360
4361         * gnus-int.el (gnus-status-message): Fix spacing.
4362
4363         * imap.el (imap-continuation): Fix typos.
4364
4365 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4366
4367         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
4368
4369         * gnus-art.el (gnus-article-reply-with-original): Correct
4370         with-current-buffer scope.
4371
4372         * message.el (message-completion-alist): Add Reply-To, From, etc.
4373
4374 2002-09-18  Simon Josefsson  <jas@extundo.com>
4375
4376         * nnimap.el (nnimap-request-expire-articles): Make flag setting
4377         conditional.  From Nevin Kapur <nevin@jhu.edu>.
4378
4379 2002-09-17  Simon Josefsson  <jas@extundo.com>
4380
4381         * nnimap.el (nnimap-expiry-target): Don't search for which
4382         articles exists here.
4383         (nnimap-request-expire-articles): Do it here instead.  Only expire
4384         when articles are found.  Suggested by Nevin Kapur
4385         <nevin@jhu.edu>.
4386
4387 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4388         From Reiner Steib <reiner.steib@gmx.de>.
4389
4390         * message.el (message-strip-subject-trailing-was)
4391         (message-change-subject, message-add-archive-header)
4392         (message-xpost-fup2-header, message-xpost-insert-note)
4393         (message-xpost-fup2, message-reduce-to-to-cc): New functions
4394         adopted from message-utils.el.  Add functions to the keymap, mode
4395         describtion and menu.
4396         (message-change-subject,message-xpost-fup2): Signal error if
4397         current header is empty.
4398         (message-xpost-insert-note): Changed insert position.
4399         (message-archive-note): Ensure to insert note in message body (not
4400         in head).
4401         (message-archive-header, message-archive-note)
4402         (message-xpost-default, message-xpost-note, message-fup2-note)
4403         (message-xpost-note-function): New variables adopted from
4404         message-utils.el.  Changed some doc-strings.
4405         (message-mark-insert-{begin,end}): Rename from
4406         message-{begin,end}-inserted-text-mark (message-utils.el), changed
4407         values.
4408         (message-subject-trailing-was-query)
4409         (message-subject-trailing-was-ask-regexp)
4410         (message-subject-trailing-was-regexp): New variables.
4411         (message-to-list-only): Added doc-string and menu entry.
4412
4413         * message-utils.el: Removed.  Functions are now in message.el.
4414
4415 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4416
4417         * gnus-art.el (gnus-article-reply-with-original,
4418         gnus-article-followup-with-original): Switch to
4419         gnus-summary-buffer before reply/followup.
4420
4421 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
4422
4423         * gnus-sum.el (gnus-summary-toggle-header): The article window may
4424         not exist. Toggle it anyway.
4425
4426 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
4427
4428         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
4429
4430         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
4431         Trivial patch from Urban Engberg <ue@ccieurope.com>.
4432
4433         * rfc2047.el (message-posting-charset): Defvar it.
4434         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
4435         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
4436
4437         * mail-source.el (mail-source-fetch): Hide password.
4438
4439         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
4440
4441 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4442         From John Paul Wallington <jpw@shootybangbang.com>.
4443
4444         * gnus.el (gnus-visual, gnus-meta): Fix typo.
4445
4446 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4447
4448         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
4449
4450 2002-09-11  Simon Josefsson  <jas@extundo.com>
4451
4452         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
4453         (nnimap-split-rule): Doc fix.
4454         (nnimap-request-expire-articles): Cleanup code.
4455
4456 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4457         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4458
4459         * gnus-art.el (gnus-article-address-banner-alist): New option.
4460         (article-strip-banner): Refer the above option to split banners of
4461         free mail servers, when no group parameter is specified.
4462
4463 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4464
4465         * nntp.el (nntp-wait-for-string): Check for a process in the
4466         current buffer instead of `nntp-server-buffer'.
4467
4468 2002-09-09  Simon Josefsson  <jas@extundo.com>
4469
4470         * gnus-art.el (gnus-button-man-handler): New variable.
4471         (gnus-button-alist): Use g-b-handle-man.
4472         (gnus-button-handle-man): New, call g-b-man-handler.
4473
4474 2002-09-08  Simon Josefsson  <jas@extundo.com>
4475
4476         * gnus-art.el (gnus-button-alist): Buttonize man page links.
4477
4478 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4479
4480         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
4481
4482 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4483
4484         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
4485
4486         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
4487         keystroke.
4488
4489         * gnus-srvr.el (gnus-browse-describe-group): New command and
4490         keystroke.
4491
4492 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4493
4494         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
4495         value for gnus-decoration property.
4496
4497 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4498
4499         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
4500         string) as group name in case we have a CRLF in the file.
4501
4502 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
4503
4504         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
4505         group.
4506         (rfc1843-decode-hzp): do.
4507         (rfc1843-newsgroups-regexp): do.
4508
4509 2002-09-04  Simon Josefsson  <jas@extundo.com>
4510
4511         * message.el (message-canlock-generate): Make sure sha1 doesn't
4512         call external programs.
4513
4514 2002-09-03  Simon Josefsson  <jas@extundo.com>
4515
4516         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
4517
4518         * gnus-agent.el (gnus-agent-batch): Add doc.
4519
4520 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
4521
4522         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
4523         check for signed and encrypted parts.
4524         * mml.el (mml-parse-1): Correct small typo which preventing
4525         setting recipients in a secure tag.
4526
4527 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4528
4529         * mm-util.el (mm-coding-system-priorities): Default to a list of
4530         iso-2022-jp and others for the Japanese environment.
4531
4532 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4533
4534         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
4535         invalid display names.
4536
4537 2002-08-30  Simon Josefsson  <jas@extundo.com>
4538
4539         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
4540         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
4541
4542 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
4543
4544         * gnus.el (gnus-group-charter-alist): New option.
4545         (gnus-group-fetch-control-use-browse-url): New option.
4546
4547         * gnus-group.el (gnus-group-fetch-charter): New function.
4548         (gnus-group-fetch-control): New function.
4549         Add them to the keymap and menu. Require mm-url.
4550
4551 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4552
4553         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
4554         From Alex Schroeder <alex@emacswiki.org>.
4555
4556 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
4557
4558         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
4559         items expecting user interaction.
4560
4561         * gnus-topic.el (gnus-topic-make-menu-bar): do.
4562
4563         * gnus-sum.el (gnus-summary-make-menu-bar): do.
4564
4565         * gnus-srvr.el (gnus-server-make-menu-bar): do.
4566
4567         * mml.el (mml-menu): do.
4568
4569 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4570
4571         * mail-source.el (mail-source-touch-pop): New function.
4572
4573         * message.el (message-smtpmail-send-it): New function.
4574         (message-send-mail-function): Add it for a candidate.
4575
4576 2002-08-27  Simon Josefsson  <jas@extundo.com>
4577
4578         * gnus-msg.el (posting-charset-alist): Use
4579         gnus-define-group-parameter instead of defcustom.
4580         (gnus-put-message): Handle SPC in GCC.
4581         (gnus-inews-insert-gcc): Ditto.
4582         (gnus-inews-insert-archive-gcc): Ditto.
4583
4584 2002-08-26  Simon Josefsson  <jas@extundo.com>
4585
4586         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
4587         (gnus-agentize): Auto agentize all nntp and nnimap groups.
4588         (gnus-agent-possibly-save-gcc): Autoload.
4589         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
4590
4591 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4592
4593         * gnus.el (gnus-other-frame-function): New user option.
4594         (gnus-other-frame): Use it; add a doc-string; make it work with
4595         the gnuclient program.
4596
4597         * gnus-util.el (gnus-frame-or-window-display-name): New function.
4598
4599         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
4600         `device-connection' and `dfw-device'.
4601
4602 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4603
4604         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
4605         positives, make it stricter.  From Jochen Hein (trivial change).
4606
4607 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4608
4609         * gnus.el (gnus-other-frame): Trivial fix.
4610
4611 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4612
4613         * gnus.el (gnus-other-frame-parameters): New user option.
4614         (gnus-other-frame-object): New variable.
4615         (gnus-other-frame): Make it search for existing Gnus frame; don't
4616         read new news; delete frame on exit.
4617
4618         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
4619
4620         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
4621
4622 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4623         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
4624
4625         * message.el (message-set-auto-save-file-name): Add support for
4626         the Cygwin Emacs; the system-type is `cygwin'.
4627         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
4628
4629 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4630
4631         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
4632
4633         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
4634         avoid arithmetic errors.
4635
4636 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4637
4638         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
4639
4640 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4641
4642         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
4643         (message-ignored-resent-headers): Add envelope From.
4644
4645 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4646
4647         * gnus.el (gnus-summary-line-format): Document %k specifier.
4648
4649 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4650
4651         * gnus-sum.el (gnus-summary-line-message-size): New function.
4652         (gnus-summary-line-format-alist): Use it.
4653
4654 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4655
4656         * gnus-art.el (article-make-date-line): Refer to the value for
4657         `gnus-article-time-format' in the summary buffer.
4658
4659         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
4660
4661 2002-08-14  Simon Josefsson  <jas@extundo.com>
4662
4663         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
4664         quoting.
4665         (gnus-button-alist): Fix doc.
4666         (gnus-header-button-alist): Use ' not ` for default value quoting.
4667         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
4668         rationale similar to 2002-05-01 change.
4669         (gnus-article-add-buttons-to-head): Evaluate expression.
4670
4671         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
4672
4673 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4674
4675         * message.el (message-font-lock-keywords): Refer to the value for
4676         `message-cite-prefix-regexp' dynamically.
4677
4678 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4679
4680         * gnus-art.el (gnus-decode-header-methods): Doc fix.
4681
4682 2002-08-12  Simon Josefsson  <jas@extundo.com>
4683
4684         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
4685         (imap-shell-open): Skip initial junk before IMAP greeting.
4686
4687 2002-08-11  Simon Josefsson  <jas@extundo.com>
4688
4689         * message-utils.el (message-xpost-default,
4690         message-xpost-fup2-header, message-xpost-fup2): Fixed
4691         Typos.  Trivial changes from Reiner Steib
4692         <4uce.02.r.steib@gmx.net>.
4693
4694 2002-08-09  Simon Josefsson  <jas@extundo.com>
4695
4696         * message.el (message-canlock-password): Set
4697         canlock-password-for-verify to newly generated canlock-password.
4698         When Emacs is restarted, Custom makes sure this is set, but during
4699         the same session we must set it manually.
4700
4701 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
4702
4703         * yenc.el: New file.
4704
4705         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
4706         (mm-uu-type-alist): Add yenc.
4707         (mm-uu-yenc-filename): New function.
4708         (mm-uu-yenc-extract): New function.
4709
4710         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
4711
4712 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4713
4714         * dgnushack.el (merge): Don't use coerce.
4715
4716 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
4717
4718         * mailcap.el (mailcap-mime-data): Test window-system rather than
4719         mm-device-type.
4720         (mailcap-mime-data): Call xdvi and gv with "-safer".
4721
4722         * mm-util.el: Don't define mm-device-type.
4723
4724 2002-08-05  Simon Josefsson  <jas@extundo.com>
4725
4726         * mm-util.el (mm-coding-system-priorities): coding-system type not
4727         supported everywhere.
4728
4729 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4730
4731         * gnus.el (gnus-version-number): Bumped version number.
4732
4733 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4734
4735         * gnus.el: Oort Gnus v0.07 is released.
4736
4737 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4738
4739         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
4740         (gnus-article-sort-functions): Doc fix.
4741         (t): New keystroke.
4742         (gnus-article-sort-by-random): New function.
4743         (gnus-thread-sort-by-random): New function.
4744
4745 2002-08-02  Simon Josefsson  <jas@extundo.com>
4746
4747         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
4748         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
4749
4750 2002-07-31  Danny Siu  <dsiu@adobe.com>
4751
4752         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
4753         when splitting malformed messages without message-id
4754
4755 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4756         From Niklas Morberg <niklas.morberg@axis.com>.
4757
4758         * nnweb.el (nnweb-type, nnweb-type-definition)
4759         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
4760         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
4761         functionality.
4762         * nnweb.el: Removed old non-functioning search engines.
4763
4764 2002-07-27  Simon Josefsson  <jas@extundo.com>
4765
4766         * message.el (message-forward-make-body): Don't use
4767         `message-forward-ignored-headers' when doing a "raw" followup (it
4768         is important to preserve e.g. CTE).
4769
4770         * flow-fill.el (fill-flowed): Disable filladapt-mode.
4771
4772         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
4773         regexp-quote, Cyrus Sieve is fixed.
4774
4775         * sieve-manage.el (sieve-manage-deletescript): New function.
4776
4777         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
4778         (sieve-manage-mode): Fix menubar.
4779         (sieve-activate): Change some messages.
4780         (sieve-deactivate-all): New function.
4781         (sieve-deactivate): New alias.
4782         (sieve-remove): New function.
4783         (sieve-help): Fix help.
4784         All suggested by Ned Ludd.
4785
4786 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4787
4788         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
4789         (mm-w3m-safe-url-regexp): New user option.
4790
4791         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
4792         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
4793
4794 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
4795
4796         * gnus-sum.el (gnus-summary-delete-article): Force
4797         nnmail-expiry-target to 'delete, so that absolute deletion
4798         happens when absolute deletion is requested.
4799
4800 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4801         From Nevin Kapur <nevin@jhu.edu>.
4802
4803         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
4804         headers as empty headers.
4805
4806 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4807         From Jochen Hein <jochen@jochen.org>.
4808
4809         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
4810         correct typo.
4811         (gnus-emphasis-strikethru): New face.
4812
4813 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4814         From Jason Merrill <jason@redhat.com>.
4815
4816         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
4817         entire file for each of a sequence of missing articles.
4818
4819         * gnus-salt.el (gnus-binary-display-article): Respect an existing
4820         value for gnus-view-pseudos.
4821
4822         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
4823         avoid nreverse.
4824
4825 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4826         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4827
4828         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
4829         (gnus-summary-mode-line-format-alist): Add %h for number of
4830         spams.
4831         (gnus-newsgroup-spam-marked): New variable.
4832         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
4833         (gnus-article-read-p, gnus-article-mark)
4834         (gnus-set-global-variables, gnus-set-global-variables)
4835         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
4836         (gnus-summary-mark-article-as-unread)
4837         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
4838         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
4839         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
4840
4841 2002-07-10  Simon Josefsson  <jas@extundo.com>
4842
4843         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
4844         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
4845
4846 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
4847
4848         * gnus-sum.el (gnus-summary-delete-article): Respect group
4849         parameters while expiring.
4850
4851 2002-07-08  Simon Josefsson  <jas@extundo.com>
4852
4853         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
4854         Enberg.
4855
4856 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4857
4858         * gnus-art.el (article-unsplit-urls): Only display MIME when this
4859         function is called interactively.  From Niklas Morberg.
4860
4861 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4862
4863         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
4864         cdaar to cdar and car.
4865
4866         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
4867         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
4868
4869 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4870
4871         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
4872         don't break a narrowed article.
4873
4874         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
4875         (nntp-open-via-rlogin-and-telnet): Ditto.
4876
4877 2002-07-02  Didier Verna  <didier@xemacs.org>
4878
4879         * nnmail.el (nnmail-split-methods): fix custom type.
4880
4881 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4882
4883         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
4884         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
4885
4886 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4887
4888         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
4889         (gnus-summary-resend-message): Use it.
4890
4891 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4892
4893         * nntp.el (nntp-via-rlogin-command-switches): New variable.
4894         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
4895
4896 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4897
4898         * message.el (message-font-lock-keywords): Don't fontify
4899         headers in the message body, only in the header.
4900         (message-font-lock-make-header-matcher): New function, used by
4901         message-font-lock-keywords.
4902         From Katsumi Yamaoka <yamaoka@jpl.org>.
4903
4904 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4905
4906         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
4907
4908 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4909
4910         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
4911
4912 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4913
4914         * message.el (message-font-lock-keywords): Revert 2002-06-22
4915         change.
4916
4917 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4918
4919         * message.el (message-font-lock-keywords): Put colon in header
4920         name match.
4921
4922 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4923
4924         * message.el (message-font-lock-keywords): Don't use header faces
4925         in the body.  Thanks to Stefan Monnier for the hint on the
4926         implementation.
4927
4928 2002-05-09  Miles Bader  <miles@gnu.org>
4929
4930         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
4931         (gnus-article-hide-citation): Respect it.
4932
4933 2002-04-12  Juanma Barranquero  <lektu@terra.es>
4934
4935         * pop3.el (pop3-open-server): Fix typo.
4936
4937 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
4938
4939         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
4940         instead of push to ignore duplicate to-(list|address) values.
4941         * nnmail.el (nnmail-cache-ignore-groups): New.
4942         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
4943
4944 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4945
4946         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
4947         before sending.  Suggested by Jan Rychter.
4948
4949 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4950
4951         * dgnushack.el (remove): New compiler macro.
4952         (last, coerce, subseq): Remove compiler macros for those built-in
4953         or unused functions.
4954
4955 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4956
4957         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
4958         sure to write byte-compiled versions of gnus-*-format-alist to
4959         .newsrc.eld.  From Simon Josefsson.
4960
4961 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4962
4963         * gnus-agent.el (gnus-agent-read-servers)
4964         (gnus-agent-write-servers): Put server name (string like
4965         "nnchoke:frumple") in the file instead of a server specification
4966         (Lisp expression like (nnchoke "frumple" ...parameters...)).
4967         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
4968
4969 2002-06-16  Simon Josefsson  <jas@extundo.com>
4970
4971         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
4972         Reiner Steib <4uce.02.r.steib@gmx.net>.
4973
4974 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4975
4976         * nnheader.el (nnheader-file-name-translation-alist): Set the
4977         default value for MS Windows systems.
4978
4979         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
4980
4981 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4982
4983         * message.el (message-beginning-of-line): Keep the region active
4984         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
4985
4986 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
4987
4988         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
4989         * gnus-msg.el (gnus-summary-reply): Ditto.
4990         * gnus-msg.el (gnus-summary-handle-replysign): New.
4991
4992 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4993
4994         * message.el (message-send-mail-with-sendmail): Kill errbuf even
4995         if sending failed.
4996
4997 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
4998
4999         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
5000         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
5001         to sign while encrypting.
5002
5003 2002-06-11  Simon Josefsson  <jas@extundo.com>
5004
5005         * gnus-int.el (gnus-request-move-article): Agent expire article if
5006         successfuly moved.
5007
5008         * nnweb.el (nnweb-google-create-mapping): Honors the value of
5009         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
5010
5011 2002-06-10  Simon Josefsson  <jas@extundo.com>
5012
5013         * gnus-int.el (gnus-request-expire-articles): Fix last change?
5014
5015 2002-06-09  Simon Josefsson  <jas@extundo.com>
5016
5017         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
5018
5019         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
5020
5021 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5022
5023         * flow-fill.el (fill-flowed): Ignore errors.
5024
5025 2002-06-06  Simon Josefsson  <jas@extundo.com>
5026
5027         * message.el (message-send-mail-with-sendmail): Improve error message.
5028
5029 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5030
5031         * message.el (message-interactive): Change default from nil to t.
5032         Better to be safe than to be fast.
5033
5034 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5035
5036         * message.el (message-send-mail-with-sendmail): Check return value
5037         from call-process-region.
5038
5039 2002-06-04  Simon Josefsson  <jas@extundo.com>
5040
5041         * gnus-msg.el (gnus-group-mail, gnus-group-news)
5042         (gnus-group-post-news, gnus-summary-mail-other-window)
5043         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
5044         gnus-article-copy to nil, thereby inhibiting the `header' posting
5045         style match to use data from last viewed article.
5046         Suggested by Hrvoje Niksic.
5047
5048 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5049
5050         * spam.el (spam-point-at-eol): New alias.
5051         (spam-parse-whitelist): Use it.
5052
5053 2002-06-03  Simon Josefsson  <jas@extundo.com>
5054
5055         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
5056         (nnmail-article-group): Use it.
5057
5058 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5059
5060         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
5061         so that code reading them won't be surprised.  From Jesper Harder
5062         <harder@ifa.au.dk>.
5063
5064 2002-05-29  Simon Josefsson  <jas@extundo.com>
5065
5066         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
5067         articles.
5068
5069         * gnus.el (gnus-agent-cache): Doc fix.
5070         (gnus-agent): Change default to t.
5071
5072         * gnus-agent.el (gnus-agent-expire): Make it accept optional
5073         ARTICLES, GROUP and FORCE parameters.
5074
5075 2002-05-28  Simon Josefsson  <jas@extundo.com>
5076
5077         * gnus-group.el (gnus-group-line-format): Doc fix.
5078
5079 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5080
5081         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
5082         original article before yanking.  From Jesper Harder
5083         <harder@ifa.au.dk>.
5084
5085 2002-05-26  Simon Josefsson  <jas@extundo.com>
5086
5087         * gnus-sum.el (gnus-summary-menu-split): New function.
5088         (gnus-summary-make-menu-bar): Split charset submenu.
5089         (gnus-summary-menu-maxlen): New variable.
5090         (gnus-summary-menu-split): Use it.
5091
5092 2002-05-25  Simon Josefsson  <jas@extundo.com>
5093
5094         * mml.el (mml-preview): Generate some headers.
5095
5096         * gnus.el (gnus-large-newsgroup): Fix :type.
5097
5098         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
5099         Agent cache NOV's by default now).
5100         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
5101
5102 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
5103
5104         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
5105         call to gnus-parent-id when we check for References loops.
5106         (gnus-summary-prepare-threads): Avoid simplifying every Subject
5107         twice by saving the simplified subject string in simp-subject.
5108
5109 2002-05-23  Simon Josefsson  <jas@extundo.com>
5110
5111         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
5112         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
5113
5114         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
5115         Niklas Morberg <niklas.morberg@axis.com>.
5116
5117 2002-05-22  Simon Josefsson  <jas@extundo.com>
5118
5119         * sieve.el (sieve-change-region): Define it before it is used.
5120
5121         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
5122         (gnus-summary-reply): Ask for confirmation when replying to news.
5123         Defaults to not ask.  From Benjamin Rutt
5124         <rutt+news@cis.ohio-state.edu>.
5125
5126         * nnimap.el (nnimap-nov-is-evil): Improve doc.
5127
5128 2002-05-21  Simon Josefsson  <jas@extundo.com>
5129
5130         * sieve-mode.el (sieve-manage): Fix autoloads.
5131
5132         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
5133         name (makes it work with recent Cyrus timsieved).
5134
5135 2002-05-20  Jason  <jbaker@cs.utah.edu>
5136         Trivial patch.
5137
5138         * gnus-art.el (gnus-request-article-this-buffer): Try
5139         reconnecting if you don't get the message.
5140
5141 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5142
5143         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
5144         Reply-To headers from the headers.
5145
5146 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5147
5148         * mm-url.el (mm-url-insert): Remove junk message.
5149
5150 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5151
5152         * nnslashdot.el (nnslashdot-request-list): Parse new html.
5153         (nnslashdot-use-front-page): New variable.
5154         (nnslashdot-request-list): Use it.
5155
5156         * mm-url.el (mm-url-timeout): New variable.
5157         (mm-url-retries): Ditto.
5158         (mm-url-insert): Use it.
5159
5160 2002-05-16  Simon Josefsson  <jas@extundo.com>
5161
5162         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
5163         (gnus-simplify-subject-functions): Mention g-s-a-w.
5164
5165 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
5166
5167         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
5168         nnmail-cache-insert.
5169         * nndiary.el (nndiary-request-accept-article): Ditto.
5170         * nnfolder.el (nnfolder-request-accept-article): Ditto.
5171         * nnimap.el (nnimap-request-accept-article): Ditto.
5172         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
5173         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
5174         * nnmbox.el (nnmbox-request-accept-article): Ditto.
5175         * nnmh.el (nnmh-request-accept-article): Ditto.
5176         * nnmail.el (nnmail-cache-insert): Change group to required,
5177         removed code which tried to figure out the group.
5178
5179 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
5180
5181         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
5182         messages. From Hans de Graaff <hans@degraaff.org>.
5183         * nnml.el (nnml-request-accept-article): Pass in the group name to
5184         nnmail-cache-insert, since it's available.
5185
5186 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5187
5188         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
5189
5190 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5191         From Florian Weimer <fw@deneb.enyo.de>.
5192
5193         * gnus.el (subscribed): New group parameter.
5194         (gnus-find-subscribed-addresses): Use it.
5195
5196 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
5197
5198         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
5199         the default for pgpmime to support pgp v2.
5200         * mml-sec.el (mml-signencrypt-style): New accessor function to
5201         allow users to get/set the signencrypt style more easily without
5202         frobbing the alist directly.
5203         * mml.el (mml-generate-mime-1): Use accessor function.
5204
5205 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5206
5207         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
5208         parenthesis for "<" and ">".  Suggested by Andreas Schwab
5209         <schwab@suse.de>.
5210
5211 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5212
5213         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
5214         when intuiting the group the message is written to.  From Josh
5215         Huber <huber@alum.wpi.edu>.
5216
5217 2002-05-06  Simon Josefsson  <jas@extundo.com>
5218
5219         * gnus-topic.el (gnus-group-topic-parameters): Work when group
5220         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
5221
5222 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
5223
5224         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
5225         argument, and fixed compiler warning. (added autoload for
5226         gpg-encrypt).
5227
5228 2002-05-04  Simon Josefsson  <jas@extundo.com>
5229
5230         * mml1991.el (mml1991-function-alist): Doc fix.
5231
5232         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
5233         doesn't exist (for previewing messages without having Gnus
5234         started).
5235
5236         * mm-util.el (mm-coding-system-priorities): Defcustom.
5237
5238         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
5239
5240 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
5241
5242         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
5243         default.
5244         * mml-sec.el:
5245         * mml-sec.el (mml-signencrypt-style): New.
5246         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
5247         argument `sign'.
5248         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
5249         signencrypt.
5250         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
5251         * mml.el (mml-generate-mime-1): Changed logic so a part which is
5252         both signed & encryped is processed in one operation. (rather than
5253         two separate ops: sign, then encrypt)
5254         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
5255         indication if a message is signed by an expired key.
5256         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
5257         enables combined sign & encrypt operation. (this was always on
5258         before).
5259         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
5260
5261 2002-05-01  Simon Josefsson  <jas@extundo.com>
5262
5263         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
5264         server.
5265         (nnimap-mailbox-info): defvar instead of defvoo.
5266
5267 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5268
5269         * gnus.el: Oort Gnus v0.06 is released.
5270
5271 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5272
5273         * lpath.el: Bind url-package-version.
5274
5275 2002-05-01  Simon Josefsson  <jas@extundo.com>
5276
5277         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
5278         filename before deleting the group itself, because the presence of
5279         a group filename decides if long filenames are used or not.
5280
5281         * gnus-art.el (gnus-button-alist): Don't inline
5282         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
5283         without also modifying g-button-alist.
5284         (gnus-button-alist): Fix type to allow variable as well as regexp.
5285         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
5286         themselves, variables to its contents.
5287         (gnus-button-entry): Ditto.
5288
5289 2002-05-01  Simon Josefsson  <jas@extundo.com>
5290
5291         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
5292         UIDNEXT as a string.
5293
5294         * nnimap.el (nnimap-string-lessp-numerical): New function.
5295         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
5296         integers.
5297
5298 2002-04-29  Simon Josefsson  <jas@extundo.com>
5299
5300         * nnmail.el (nnmail-cache-insert): Accept optional group
5301         parameter.
5302
5303         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
5304         n-r-g-a is disabled.
5305
5306 2002-04-29  Simon Josefsson  <jas@extundo.com>
5307
5308         * nnimap.el (nnimap-split-fancy): Fix doc.
5309         (nnimap-split-fancy): Fix doc.
5310
5311         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
5312         (nnimap-mailbox-info): New internal variable.
5313         (nnimap-retrieve-groups): Implement faster new mail check.
5314
5315         * nnimap.el (nnimap-split-articles): Support
5316         nnmail-cache-accepted-message-ids.
5317         (nnimap-request-accept-article): Ditto.
5318
5319         * imap.el (imap-mailbox-status-asynch): New command.
5320
5321 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
5322
5323         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
5324         are no subscribed mail groups.
5325         - Strip quoted names when comparing addresses
5326
5327 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
5328
5329         * mm-decode.el (mm-text-html-renderer): Change customize type to
5330         const.
5331
5332         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
5333         (gnus-debug-exclude-variables): do.
5334
5335 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5336
5337         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
5338         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
5339
5340 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5341
5342         * dns.el (dns-make-network-process): New macro.
5343         (query-dns): Use it.
5344
5345 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5346
5347         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
5348         article-buffer.
5349
5350         * mm-url.el (mm-url-package-name): New variable.
5351         (mm-url-package-version): New variable.
5352         (mm-url-insert-file-contents): Bind url-package-name and
5353         url-package-version here.
5354         * nnrss.el (nnrss-insert-w3): Move the bindings.
5355
5356         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
5357         url-package-version. Trivial change from Andrew J Cosgriff
5358         <ajc@polydistortion.net>
5359
5360         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
5361         attachments. Trivial change from Peter 'Luna' Runestig
5362         <peter@runestig.com>.
5363
5364 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
5365
5366         * nnkiboze.el (nnkiboze-request-scan): Call
5367         nnkiboze-possibly-change-group.
5368         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
5369         problems.
5370         (nnkiboze-generate-group): Set newsrc to the *highest* article
5371         number kibozed, not the lowest.
5372
5373 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
5374
5375         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
5376
5377 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5378         From Dan Christensen <jdc+news@uwo.ca>.
5379
5380         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5381         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5382         Recognize math postings.  Extract Date (now ignores "(15kb)").
5383         Extract email address using gnus-extract-address-components
5384         instead of just taking the first word.  Create Date and From
5385         headers for message which are missing these headers.  Get rid
5386         of spurious \\ lines (purely cosmetic).  Extend body-end and
5387         file-end regexps, to exclude more garbage from the message.
5388         Make URL rephrasing regexp more flexible, to match current
5389         format.
5390
5391 2002-04-23  Simon Josefsson  <jas@extundo.com>
5392
5393         * netrc.el: New file, functions copied from gnus-util.el by Ted
5394         Zlatanov <tzz@lifelogs.com>.
5395
5396         * gnus-util.el: Require netrc.
5397         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
5398         new code in netrc.el.
5399
5400 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5401
5402         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
5403         message-ignored-resent-headers, too.  From Matthieu Moy
5404         <Matthieu.Moy@imag.fr>.
5405
5406 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5407
5408         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
5409         boolean not a string
5410         * gnus-group.el (gnus-group-line-format): add description of %C
5411         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
5412           as %C
5413         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
5414
5415 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
5416
5417         * nnmaildir.el (nnmaildir-request-scan): typo: set
5418         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
5419         nnmail-get-new-mail for 'find-new-groups.
5420
5421 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
5422
5423         * nnmaildir.el (nnmaildir-request-update-info,
5424         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
5425         unnecessary calls to nnmaildir-request-scan.
5426
5427 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
5428
5429         * gnus-msg.el:
5430         * gnus-msg.el (gnus-message-replysign): New.
5431         * gnus-msg.el (gnus-message-replyencrypt): New.
5432         * gnus-msg.el (gnus-message-replysignencrypted): New.
5433         * gnus-msg.el (gnus-summary-reply): Use the three new variables
5434         (above) to automatically encrypt/sign to encrypted/signed
5435         messages.
5436         * message.el:
5437         * message.el (message-mode-map): Add keybinding for
5438         `message-to-list-only'
5439         * message.el (message-mode): Add description for
5440         `message-to-list-only'
5441         * message.el (message-to-list-only): New.
5442         * message.el (message-make-mft): Changed to use the cl loop macro,
5443         and added optional flag to return only the matched list. (for use
5444         in new message-to-list-only function)
5445
5446 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
5447
5448         * gnus-msg.el:
5449         * gnus-msg.el (gnus-message-replysign):
5450         * gnus-msg.el (gnus-replysign): New.
5451         * gnus-msg.el (gnus-replyencrypt): New.
5452         * gnus-msg.el (gnus-replysignencrypted): New.
5453         * gnus-msg.el (gnus-summary-reply):
5454         * message.el:
5455         * message.el (message-mode-map):
5456         * message.el (message-mode):
5457         * message.el (message-to-list-only): New.
5458         * message.el (message-make-mft):
5459
5460 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5461
5462         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
5463
5464 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
5465
5466         * message.el (message-gen-unsubscribed-mft): accept a prefix
5467         argument so CC can be included with C-u C-c C-f C-a
5468
5469 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5470         From Ted Zlatanov <teodor.zlatanov@divine.com>.
5471
5472         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
5473         Improve docstring.
5474         (spam-enter-blacklist): New command.
5475
5476         * gnus-sum.el (gnus-spam-mark): New mark.
5477         (gnus-auto-expirable-marks): Add gnus-spam-mark.
5478         (gnus-summary-make-tool-bar): Correct conditional.
5479         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
5480         (gnus-summary-mark-as-spam): New command.
5481
5482 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
5483
5484         * mml-sec.el (mml-secure-message): changed to support arbritrary
5485         modes.
5486         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
5487         changed to support "signencrypt" mode.
5488         * mml.el (mml-parse-1): changed to support different secure modes
5489         more easily. (for signencrypt)
5490
5491 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
5492
5493         * gnus-sum.el (gnus-update-summary-mark-positions)
5494         (gnus-summary-toggle-header):
5495         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
5496         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
5497         (gnus-uu-post-encoded):
5498         * nnfolder.el (nnfolder-possibly-change-group):
5499         * nnimap.el (nnimap-retrieve-headers):
5500         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
5501
5502 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
5503
5504         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
5505         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
5506
5507 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5508
5509         * gnus-srvr.el (gnus-server-set-info): Clear
5510         `gnus-server-method-cache' when `gnus-server-alist' is changed.
5511         From Daiki Ueno <ueno@unixuser.org>.
5512
5513 2002-04-11  Simon Josefsson  <jas@extundo.com>
5514
5515         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
5516         viewing of security buttons.  Thanks to Nicolas Kowalski
5517         <Nicolas.Kowalski@imag.fr>.
5518
5519         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
5520         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
5521         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
5522         <Nicolas.Kowalski@imag.fr>.
5523         (smime-decrypt-buffer): Ditto.
5524
5525 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5526
5527         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
5528         header line.
5529
5530 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
5531
5532         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
5533
5534 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5535
5536         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
5537
5538 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5539
5540         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
5541         errors when debug.
5542
5543 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
5544
5545         * message.el (message-make-mft): Changed MFT code from using
5546         message-recipients (which included Bcc) to use only the To and CC
5547         headers.
5548
5549 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
5550
5551         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
5552         add link.
5553         (gnus-treat-mail-picon): Ditto.
5554         (gnus-treat-newsgroups-picon): Ditto.
5555         (gnus-picon-databases): Fix custom type.
5556         (gnus-picon-databases): Add link.
5557         (gnus-article-x-face-command): Add to gnus-picon group.
5558
5559 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
5560
5561         * message.el (message-buffer-naming-style): Remove.
5562
5563 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5564
5565         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
5566
5567         * message.el (message-tool-bar-map): Ditto.
5568
5569         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5570
5571 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5572
5573         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
5574
5575 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
5576
5577         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
5578
5579 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
5580         Trivial patch.
5581
5582         * dns.el: open-network-stream under XEmacs does udp.
5583
5584 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
5585
5586         * spam.el (spam-enter-whitelist): New function.
5587         (spam-parse-whitelist): Ditto.
5588         (spam-refresh-list-cache): Ditto.
5589         (spam-address-whitelisted-p): New function.
5590
5591         * dns.el (query-dns): Use TCP when make-network-process isn't
5592         available.
5593         (dns-servers): New variable.
5594         (dns-parse-resolv-conf): New function.
5595         (query-dns): Use it.
5596
5597         * spam.el: New file.
5598
5599         * dns.el (query-dns): Test.
5600
5601 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5602
5603         * lpath.el (featurep): Bind make-network-process.
5604
5605 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
5606
5607         * nnmaildir.el: Use defstruct.  Use a single copy of
5608         nnmail-extra-headers to save memory.  Store server's group name
5609         prefix instead of each group's prefixed name.
5610         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
5611         nntp-server-buffer.
5612
5613 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5614
5615         * dns.el: New file.
5616
5617 2002-03-28  Simon Josefsson  <jas@extundo.com>
5618
5619         * gnus-sum.el (gnus-summary-dummy-line-format):
5620         * gnus.el (gnus-summary-line-format): Fixing links to Info.
5621         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
5622
5623 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5624
5625         * gnus-sum.el (gnus-summary-move-article)
5626         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
5627         the doc string.
5628
5629 2002-03-28  Simon Josefsson  <jas@extundo.com>
5630
5631         * mml-sec.el (mml-secure-message): Search after
5632         mail-header-separator from top of message.
5633
5634 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
5635
5636         * nnmaildir.el: Cosmetic changes.
5637         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
5638         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
5639         nnmaildir--group-ls): New macros/functions.  Use them.
5640         (nnmaildir--unlink): Evalutate argument only once.
5641
5642 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
5643
5644         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
5645         symbols.
5646         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
5647         `gnus-point-at-eol'.
5648
5649 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
5650
5651         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
5652         nnmaildir--marks-dir): New macros.  Use them.
5653         Use inhibit-quit for atomicity instead of in-memory journaling.
5654         (nnmaildir--edit-prep): New function.
5655         (Local Variables): Use it.
5656
5657 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
5658
5659         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5660
5661 2002-03-25  Simon Josefsson  <jas@extundo.com>
5662
5663         * message.el (message-mode): Fix doc.
5664
5665 2002-03-25  Simon Josefsson  <jas@extundo.com>
5666
5667         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
5668         Matthieu Moy <Matthieu.Moy@imag.fr>.
5669
5670 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
5671
5672         * mml-sec.el (mml-unsecure-message): Add docstring.
5673
5674 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
5675
5676         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
5677         value.
5678         Trivial change from andre@slamdunknetworks.com
5679
5680 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
5681
5682         * mml.el (mml-mode-map): Added a keybinding for
5683         `mml-unsecure-message'.  Also, added a menu entry for said
5684         function in the Attachments menu.
5685
5686 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * canlock.el (canlock-version): Remove.
5689         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
5690         here; simplify \x insertions.
5691         (canlock-sha1): New function, always return a unibyte string.
5692         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
5693         of a password.
5694         (canlock-insert-header): Use `canlock-sha1'.
5695         (canlock-verify): Ditto.
5696
5697 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5698
5699         * message.el (message-fix-before-sending): Add an option that
5700         ignores illegible text.
5701         Trivial change from Mark Milhollan <mlm@attglobal.net>
5702
5703         * message.el (message-font-lock-keywords): Support multi-line MML
5704         tags.
5705
5706         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
5707         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
5708
5709 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5710
5711         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
5712         symbols for "View as different encoding" submenu.
5713
5714 2002-03-19  Simon Josefsson  <jas@extundo.com>
5715
5716         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
5717         encoding" submenu.
5718
5719 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5720
5721         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
5722
5723 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5724
5725         * gnus-sum.el (gnus-sum-thread-tree-root)
5726         (gnus-sum-thread-tree-single-indent)
5727         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
5728         (gnus-sum-thread-tree-leaf-with-other)
5729         (gnus-sum-thread-tree-single-leaf): Make customizable.
5730
5731 2002-03-16  Simon Josefsson  <jas@extundo.com>
5732
5733         * gnus-util.el (gnus-extract-address-components): Don't break on
5734         names such as James "Kibo" Parry.  From Francis Litterio
5735         <franl@world.std.com>.
5736
5737 2002-03-13  Simon Josefsson  <jas@extundo.com>
5738
5739         * pop3.el (pop3-open-server): Revert multibyte change.  From
5740         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5741
5742         * message.el (message-send-mail-with-qmail): Make it work.  From
5743         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5744
5745 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
5746
5747         * message.el (message-make-mft): Set case-fold-search while
5748         generating the MFT.  Also, a little cleanup in the MFT code.
5749
5750 2002-03-12  Simon Josefsson  <jas@extundo.com>
5751
5752         * message.el (message-qmail-inject-args): May be function.
5753         (message-send-mail-with-qmail): Call function if m-q-i-a is
5754         function.  From fn@hungry.org (Faried Nawaz).
5755
5756 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5757
5758         * message.el (message-abbrevs-loaded): Remove.
5759         (mailabbrev): Require it.
5760
5761         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
5762
5763 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5764
5765         * pop3.el (pop3-open-server): Set process buffer unibyte.
5766
5767 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5768
5769         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
5770
5771 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5772
5773         * nnslashdot.el (nnslashdot-request-article): Remove javascript
5774         too.
5775
5776 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5777
5778         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
5779         duplication.
5780         (gnus-summary-save-parts-type-history): Ditto.
5781         (gnus-summary-save-parts-last-directory): Ditto.
5782         Trivial change from andre@slamdunknetworks.com
5783
5784 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
5785
5786         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
5787
5788 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5789
5790         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
5791         -->" as the end of the first article.
5792
5793         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
5794         From Matthieu Moy <Matthieu.Moy@imag.fr>
5795
5796         * message.el (message-add-action): Use add-to-list.
5797         (message-delete-action): New function.
5798
5799         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
5800         pieces.
5801
5802 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
5803
5804         * nnnil.el: New file.
5805         * gnus.el (gnus-valid-select-methods): Include nnnil.
5806
5807 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5808
5809         * message.el (message-syntax-checks): Because canlock is
5810         supported, we disable sender syntax check.
5811         (message-shoot-gnksa-feet): Add cancel-messages option doc.
5812
5813         * gnus-draft.el (gnus-draft-send): If interactive, use its default
5814         value of message-syntax-checks.
5815
5816         * qp.el (quoted-printable-decode-region): Doc addition.
5817         From: Eli Zaretskii <eliz@is.elta.co.il>
5818
5819         * mail-source.el (make-source-make-complex-temp-name): Use
5820         make-temp-file.
5821
5822         * mm-util.el (mm-make-temp-file): New function.
5823         * nneething.el (nneething-file-name): Use it.
5824         * mml-smime.el (mml-smime-encrypt): Ditto.
5825         * mm-view.el (mm-inline-wash-with-file): Ditto.
5826         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
5827         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
5828         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
5829         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
5830         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
5831         * gnus-art.el (gnus-mime-print-part): Ditto.
5832
5833 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5834
5835         * message.el (nnmaildir-article-number-to-base-name): New
5836         function.
5837         (nnmaildir-base-name-to-article-number): New function.
5838
5839 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5840
5841         * smime.el (smime-make-temp-file): Don't quote
5842         `temporary-file-directory'.
5843
5844 2002-03-04  Simon Josefsson  <jas@extundo.com>
5845
5846         * smime.el (smime-sign-region): Rename argument keyfiles to
5847         keyfile. You only sign something with one key.
5848         (smime-sign-buffer): Better completing-read prompt.
5849         (smime-decrypt-buffer): Ditto.
5850
5851         * smime.el (smime-make-temp-file): Make it work under XEmacs.
5852
5853         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
5854         completing-read.
5855         (mm-view-pkcs7-decrypt): CRLF->LF.
5856
5857 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5858
5859         * message.el (message-hierarchical-addresses): New variable.
5860         (message-get-reply-headers): Use it.
5861         From Ted Zlatanov <teodor.zlatanov@divine.com>
5862
5863 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5864
5865         * message.el (message-mode): If buffer-file-name, don't set auto
5866         save file name.
5867         Trivial change from Geoff Greene <ggreene@wpi.edu>
5868
5869 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5870
5871         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
5872         takes one argument in read-char.
5873
5874         * message.el (message-fix-before-sending): Forward a char.
5875         Check mmu-multibyte-p, add control-1.
5876
5877 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5878
5879         * gnus-start.el (gnus-read-init-file): Ditto.
5880
5881         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
5882
5883         * dgnushack.el (dgnushack-make-load): Ditto.
5884
5885         * mail-source.el (mail-source-fetch): Extract the right error
5886         code.
5887
5888         * message.el (message-fix-before-sending): Check illegible text.
5889
5890         * gnus-util.el (gnus-multiple-choice): New function.
5891
5892         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
5893         also defined in gnus-score.el.
5894
5895 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
5896
5897         * message.el (message-get-reply-headers): downcase email addresses
5898         for comaparisons for duplicate removal.
5899
5900 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5901
5902         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
5903         implementation of PKCS#7, which just allows users read the
5904         message.
5905         (mm-view-pkcs7): Use it.
5906
5907 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5908
5909         * gnus.el (large-newsgroup-initial): New parameter.
5910
5911         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
5912         (gnus-summary-insert-old-articles): Ditto.
5913
5914 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5915
5916         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
5917         used as the default answer of the question, "How many articles?".
5918         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5919
5920         * nnagent.el (nnagent-retrieve-headers): Remove articles with
5921         small numbers.
5922
5923 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5924
5925         * deuglify.el: Fix comments.
5926
5927 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
5928
5929         * html2text.el (html2text-clean-anchor): If there is no HREF,
5930         insert nothing.
5931
5932         * mml.el (mml-generate-mime-1): Add cdr.
5933         From: andre@slamdunknetworks.com
5934
5935         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
5936         (mm-text-html-washer-alist): Ditto.
5937
5938         * mm-decode.el (mm-text-html-renderer): Add html2text.
5939
5940         * html2text.el: Face lift.
5941
5942         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
5943
5944 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
5945
5946         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
5947
5948         * deuglify.el: Change copy right. Add autoload. Add coding-system.
5949
5950         * deuglify.el: New file. The original file name is
5951         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
5952
5953         * mm-decode.el (mm-display-external): Use
5954         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
5955
5956 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
5957
5958         * nnmaildir.el (nnmaildir-request-list): Report the highest
5959         article number, not the total number of articles.
5960
5961 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5962
5963         * gnus-sum.el: Move uu key map here.
5964         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
5965
5966 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
5967
5968         * nnmaildir.el (nnmaildir-request-expire-articles): Use
5969         nnmail-expiry-wait* if expire-age parameter is not set.
5970
5971 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5972
5973         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
5974         function.
5975         (gnus-group-sort-selected-groups-by-real-name): New function.
5976         (gnus-group-make-menu-bar): Add sort by real name.
5977
5978         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
5979         rebuild.
5980         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
5981         nil as dependencies as well.
5982
5983 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5984
5985         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
5986         for mime-parts.
5987
5988         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
5989
5990         * gnus-group.el (gnus-group-name-decode): Don't test
5991         multibyte-string, because it breaks XEmacs.
5992         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
5993
5994         * message.el (message-send-mail): Be talkative.
5995
5996         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
5997         (mm-automatic-display): Ditto.
5998
5999         * mailcap.el (mailcap-mime-data): Ditto.
6000         From: Reiner Steib <4uce.02.r.steib@gmx.net>
6001
6002 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6003
6004         * many files: Remove trailing whitespaces, replace spc+tab with
6005         tab, replace leading whitespaces with tabs.
6006
6007 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
6008
6009         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
6010         articles with no body and no blank line after the header.
6011
6012 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6013
6014         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
6015         parts.
6016
6017         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
6018         non-ascii chars.
6019
6020         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6021
6022         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
6023         w3-delay-image-loads.
6024         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
6025         (mm-w3-prepare-buffer): Ditto.
6026
6027         * mail-source.el (mail-source-fetch-directory): Run scripts.
6028
6029 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6030
6031         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
6032         for Majordomo confirmations.
6033
6034 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6035
6036         * gnus-fun.el (gnus-respond-to-confirmation): New command.
6037
6038 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6039
6040         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
6041
6042 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
6043
6044         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
6045         References header field.  From Mark Thomas <mthomas@cmu.edu>.
6046
6047 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6048
6049         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
6050         (mm-inline-render-with-stdin): Ditto.
6051         (mm-inline-render-with-function): Ditto.
6052         (mm-inline-wash-with-file): Bind coding-system-for-write.
6053         (mm-inline-wash-with-stdin): Ditto.
6054
6055 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6056
6057         Suggested by Felix Natter <fnatter@gmx.net>
6058
6059         * gnus-art.el (gnus-mime-view-part-externally): Rename from
6060         gnus-mime-externalize-view.
6061         (gnus-mime-view-part-internally): Rename from
6062         gnus-mime-internalize-view.
6063         (gnus-article-view-part-externally): Rename from
6064         gnus-article-externalize-part.
6065         (gnus-mime-action-alist): Change correspondingly.
6066         (gnus-mime-button-commands): Ditto.
6067         (gnus-mime-action-alist): Remove duplication.
6068
6069         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
6070
6071 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6072
6073         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
6074
6075         * gnus-art.el (gnus-display-mime): Use it.
6076
6077         * mm-partial.el (mm-partial-find-parts): Use it.
6078
6079         * gnus-sum.el (gnus-article-loose-mime): Rename from
6080         gnus-article-no-strict-mime.
6081         (gnus-summary-save-parts): Use it.
6082
6083 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6084
6085         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
6086         local variable.
6087
6088         * gnus-art.el (article-display-x-face): Don't sort multiple
6089         X-Faces.
6090
6091 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6092
6093         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
6094         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
6095
6096         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
6097
6098 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6099
6100         Some ideas is inspired by code from Hrvoje Niksic
6101         <hniksic@arsdigita.com>
6102
6103         * gnus-art.el (gnus-article-wash-function): Set the default to
6104         nil, so that we use mm-text-html-renderer instead.
6105         (article-wash-html): Use mm-text-html-renderer.
6106
6107         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
6108         (mm-text-html-renderer): New variable.
6109         (mm-inline-text-html-renderer): Set the default to nil, so that we
6110         use mm-text-html-renderer instead.
6111
6112         * mm-view.el (mm-inline-text-html): New function.
6113         (mm-text-html-renderer-alist): New variable.
6114         (mm-inline-text-vcard): New function.
6115         (mm-inline-text): Split.
6116         (mm-links-remove-leading-blank): New function.
6117         (mm-inline-render-with-file): New function.
6118         (mm-inline-render-with-stdin): New function.
6119         (mm-inline-render-with-function): New function.
6120         (mm-text-html-washer-alist): New variable.
6121         (mm-inline-wash-with-file): New function.
6122         (mm-inline-wash-with-stdin): New function.
6123
6124 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6125
6126         * message-utils.el: Fix installation doc.
6127         From: Reiner Steib <4uce.02.r.steib@gmx.net>
6128
6129 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
6130
6131         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
6132         (gnus-post-method): Use it.
6133         (gnus-summary-cancel-article): Find the correct post-method.
6134
6135         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
6136         * message.el (message-send-news): Ditto.
6137         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
6138         <ipmonger@delamancha.org>
6139
6140         * gnus.el (gnus-select-method): Fix doc.
6141         (gnus-server-string): Use 'using nntp'.
6142
6143         * gnus-agent.el (gnus-slave-unplugged): New command.
6144         From: Felix Natter <fnatter@gmx.net>
6145
6146 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6147
6148         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
6149         Call edit-done-function first, then change the window
6150         configuration.
6151         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
6152         (gnus-article-edit-mode): mml-mode.
6153
6154         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
6155         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
6156
6157         * message-utils.el: Adopt the file.
6158
6159         * message-utils.el: New file.
6160         From Holger Schauer <Holger.Schauer@gmx.de>
6161
6162 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6163
6164         * gnus-sum.el (gnus-summary-move-article): Select-article only
6165         when gnus-move-split-methods is non-nil. And we don't render or
6166         mark the article.
6167
6168         * gnus-fun.el (gnus-shell-command-to-string): New function.
6169         (gnus-shell-command-on-region): New function.
6170         (gnus-random-x-face): Use them.
6171         (gnus-x-face-from-file): Ditto.
6172         (gnus-convert-image-to-gray-x-face): Ditto.
6173         (gnus-convert-gray-x-face-to-xpm): Ditto.
6174         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
6175
6176 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6177
6178         * gnus-art.el (gnus-treat-display-xface): Don't use
6179         `shell-command-to-string' when compiling.
6180         (gnus-treat-display-grey-xface): Ditto.
6181
6182 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
6183
6184         * nnmaildir.el (nnmaildir--article-count): If the group is
6185         completely empty, report minimum article number as 1 instead of 0.
6186
6187 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
6188
6189         * gnus-agent.el (gnus-get-predicate): Use nconc.
6190
6191         * gnus-sum.el (gnus-summary-display-make-predicate): Use
6192         gnus-summary-display-cache as cache.
6193
6194         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
6195         (nndoc-mail-in-mail-type-p): New function.
6196         (nndoc-mail-in-mail-article-begin): New function.
6197
6198 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6199
6200         * mailcap.el (mailcap-mime-data): Use enriched-decode.
6201
6202         * gnus-cite.el (gnus-article-fill-cited-article): Bind
6203         use-hard-newlines to nil.
6204
6205         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
6206         image is not available if window-system is not available.
6207
6208         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
6209
6210 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6211
6212         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
6213         bookmark, because update-mark doesn't handle it correctly.
6214
6215 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6216
6217         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
6218         directly instead of calling message-send-mail.
6219
6220         * gnus-start.el (gnus-read-descriptions-file): Use
6221         gnus-default-charset.
6222
6223         * mm-util.el (mm-guess-mime-charset): New function.
6224
6225         * gnus.el (gnus-default-charset): Use it.
6226         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
6227         the default.
6228
6229 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6230
6231         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
6232         (article-display-x-face): Use it.  Disable grey xface, if
6233         uncompface is not found.
6234
6235         * message.el (message-mode): Don't enable multibyte on an indirect
6236         buffer.
6237
6238         * nnrss.el (nnrss-content-function): New variable.
6239         (nnrss-request-article): Use it.
6240
6241 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6242
6243         * gnus.el: Add article-unsplit-urls.
6244         * gnus-sum.el: Ditto.
6245         * gnus-art.el (gnus-treat-strip-cr): New variable.
6246         (gnus-treatment-function-alist): Use it.
6247         (article-unsplit-urls): New function.
6248         (gnus-article-make-menu-bar): Use it.
6249         From: Michael Cook <michael.cook@cisco.com>
6250
6251 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6252
6253         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
6254         copy.
6255
6256 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
6257
6258         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
6259         with internal whitespace.
6260         (gnus-parent-id): Ditto.
6261
6262 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6263
6264         * gnus-art.el (gnus-article-treat-body-boundary): Add
6265         gnus-decoration property.
6266         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
6267
6268         * message.el (message-mode): Set local-abbrev-table.
6269         From Matt Armstrong <matt@lickey.com>.
6270
6271         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
6272         too many spaces.
6273
6274         * rfc2047.el (rfc2047-unfold-region): Ditto.
6275         (rfc2047-decode-region): Don't unfold. Let
6276         gnus-article-treat-unfold-headers do it.
6277
6278         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
6279         From: Jesper Harder <harder@ifa.au.dk>
6280
6281 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6282
6283         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
6284         (gnus-configure-posting-styles): Use it.
6285         (gnus-configure-posting-styles): Remove trailing newspaces.
6286
6287 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6288
6289         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
6290         is non-nil.
6291
6292         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
6293
6294         * gnus.el (gnus-server-to-method): Switch position with
6295         gnus-server-get-method.
6296         (gnus-agent): Add doc.
6297
6298         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
6299         (gnus-summary-save-parts): Use it.
6300
6301         * gnus-art.el (gnus-display-mime): Use it.
6302         * mm-partial.el (mm-partial-find-parts): Use it.
6303
6304         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
6305
6306         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
6307         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
6308
6309         * nnagent.el (nnagent-request-expire-articles): Don't delete
6310         files.
6311
6312 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6313
6314         * message.el (message-gen-unsubscribed-mft): New function.
6315         From Sriram Karra <karra@cs.utah.edu>.
6316
6317         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
6318         open parenthesis.
6319
6320         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
6321         (mm-inline-text-html-render-with-w3): Ditto.
6322         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
6323         Suggested by Dave Love  <d.love@dl.ac.uk>.
6324
6325         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
6326
6327         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
6328         * nntp.el (nntp-send-command): Ditto.
6329         * nntp.el (nntp-send-command-nodelete): Ditto.
6330
6331 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6332
6333         * mm-url.el (mm-url-load-url): New function.
6334         (mm-url-insert-file-contents): Use it.
6335
6336         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
6337
6338         * message.el (message-forward-make-body): Correctly copy
6339         forward-buffer.
6340
6341         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
6342
6343 2002-02-04  Simon Josefsson  <jas@extundo.com>
6344
6345         * gnus-art.el (gnus-article-followup-with-original): Mark with
6346         force, prevent errors when following up from article buffer.
6347         (gnus-article-reply-with-original): Ditto.
6348
6349         * binhex.el (binhex-decoder-switches): Fix doc.  From
6350         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6351
6352 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6353
6354         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
6355         highlight-citation after emphasize.
6356
6357 2002-02-04  Simon Josefsson  <jas@extundo.com>
6358
6359         * nnfolder.el (nnfolder-open-marks):
6360
6361         * nnml.el (nnml-open-marks): Message when done.  From David
6362         Edmondson <dme@sun.com>.
6363
6364 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6365
6366         * imap.el (imap-anonymous-auth): Fix typo.
6367         From: Steinar Bang <sb@dod.no>
6368
6369         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
6370         save-excursion.
6371         (gnus-cache-braid-heads): Ditto.
6372
6373         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
6374         line, because there are extra articles in the overview buffer.
6375
6376         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
6377
6378         * message.el (message-forward-rmail-make-body): Directly use
6379         rmail-msg-restore-non-pruned-header to avoid calling
6380         vertical-motion.
6381
6382 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6383
6384         * gnus-cache.el (gnus-summary-insert-cached-articles):
6385         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
6386
6387         * gnus-group.el (gnus-group-mark-article-read): Nreverse
6388         gnus-newsgroups-unselected.
6389
6390         * gnus-agent.el (gnus-summary-set-agent-mark): Use
6391         gnus-add-to-sorted-list.
6392
6393         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
6394         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
6395         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
6396         (gnus-update-read-articles): UNREAD is sorted.
6397         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
6398         (gnus-newsgroup-marked, gnus-newsgroup-cached)
6399         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
6400         (gnus-newsgroup-dormant): Require sorted.
6401
6402         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
6403         directories.
6404         (gnus-dired-print): New function.
6405
6406         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
6407         ps-despool.
6408
6409 2002-02-02  Simon Josefsson  <jas@extundo.com>
6410
6411         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
6412
6413 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6414
6415         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
6416         t. This makes gnus-agent customizable without putting
6417         gnus-agentize into .gnus.
6418
6419         * gnus.el (gnus-agent): Make it customizable.
6420
6421         * gnus-dired.el: New file.
6422         From Benjamin Rutt <brutt@bloomington.in.us>
6423
6424         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
6425         if no article.
6426         (gnus-cache-possibly-remove-article): Ditto.
6427         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
6428
6429 2002-02-01  Simon Josefsson  <jas@extundo.com>
6430
6431         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
6432
6433 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6434
6435         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
6436         (mm-setup-w3m): Don't bind keys listed in the above.
6437
6438 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6439
6440         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
6441         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
6442         is non-nil; bind `w3m-force-redisplay' with nil.
6443
6444         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6445
6446         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
6447
6448 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6449
6450         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
6451         use mail-header-unfold-field.
6452
6453         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
6454         gnus-summary-limit.
6455
6456         * gnus-range.el (gnus-add-to-sorted-list): New function.
6457         * gnus-sum.el (gnus-mark-article-as-read): Use it.
6458         (gnus-mark-article-as-unread): Ditto.
6459         (gnus-summary-mark-article-as-unread): Ditto.
6460         (gnus-build-get-header): Ditto.
6461         (gnus-summary-prepare-threads): Ditto.
6462         (gnus-summary-insert-pseudos): Ditto.
6463         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
6464         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
6465         (gnus-summary-insert-old-articles): Ditto.
6466
6467         * gnus-msg.el (gnus-posting-styles): Add new format of header.
6468         (gnus-configure-posting-styles): Support the new format.
6469
6470         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
6471         edebug-form-spec to (sexp body).
6472         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
6473
6474         * message.el (message-reply-headers): Add doc.
6475
6476 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6477
6478         * gnus-group.el (gnus-group-delete-group): Nix the entry in
6479         gnus-cache-active-hashtb.
6480
6481         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
6482         (gnus-agent-summary-fetch-group): Use it.
6483
6484         * gnus-msg.el (gnus-debug-files): New variable.
6485         (gnus-debug-exclude-variables): New variable.
6486         (gnus-debug): Use them.
6487
6488         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
6489
6490 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6491
6492         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
6493         (message-mode-syntax-table): Move back the previous position.
6494
6495         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
6496
6497         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6498         gnus-sorted-difference.
6499
6500         * nnsoup.el (nnsoup-request-expire-articles): Use
6501         gnus-sorted-difference.
6502
6503         * nnheader.el: Autoload gnus-sorted-difference.
6504
6505         * nnfolder.el (nnfolder-request-expire-articles): Use
6506         gnus-sorted-difference.
6507
6508         * gnus-cache.el (gnus-cache-retrieve-headers): Use
6509         gnus-sorted-difference.
6510
6511         * gnus-range.el: Autoload cookies.
6512         (gnus-sorted-difference): New function.
6513         (gnus-sorted-ndifference): New function.
6514         (gnus-sorted-nintersection): Rename from
6515         gnus-set-sorted-intersection.
6516         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
6517         (gnus-list-range-difference): Rename from
6518         gnus-inverse-list-range-intersection.
6519         (gnus-inverse-list-range-intersection): Use defalias.
6520
6521         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
6522         gnus-sorted-ndifference, and gnus-sorted-nintersection.
6523         (gnus-articles-to-read): Use gnus-sorted-difference.
6524         (gnus-summary-limit-mark-excluded-as-read): Use
6525         gnus-sorted-intersection and gnus-sorted-ndifference.
6526         (gnus-list-of-read-articles): Use gnus-list-range-difference.
6527         (gnus-summary-insert-articles): Use gnus-sorted-difference.
6528
6529         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
6530
6531 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6532
6533         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
6534         property to the buffer for using emacs-w3m command keys.
6535
6536         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
6537         option.
6538
6539         * mm-view.el (mm-w3m-mode-map): New variable.
6540         (mm-w3m-mode-command-alist): New variable.
6541         (mm-w3m-minor-mode): Removed.
6542         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
6543         (mm-inline-text-html-render-with-w3m): Add keymap property to the
6544         buffer for using emacs-w3m command keys.
6545
6546 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6547
6548         * message.el (message-mode-syntax-table): Move forward.
6549         (message-cite-prefix-regexp): Auto detect non word constituents.
6550         (message-cite-prefix-regexp): Don't use with-syntax-table.
6551
6552         * gnus-sum.el (gnus-summary-update-info): Use
6553         gnus-list-range-intersection.
6554
6555         * gnus-agent.el (gnus-agent-fetch-headers): Use
6556         gnus-list-range-intersection.
6557
6558         * gnus-range.el (gnus-range-normalize): Use correct predicate.
6559         (gnus-list-range-intersection): Use it.
6560         (gnus-inverse-list-range-intersection): Ditto.
6561         (gnus-sorted-intersection): Add doc.
6562         (gnus-set-sorted-intersection): Add doc.
6563         (gnus-sorted-union): New function.
6564         (gnus-set-sorted-union): New function.
6565
6566         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
6567         (gnus-inverse-list-range-intersection): Ditto.
6568
6569 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
6570
6571         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
6572
6573         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
6574         and permit `:' and `\' in order to handle full Windows pathnames.
6575         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
6576         technically not correct per standard, but seems to have common use.
6577
6578 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6579
6580         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
6581         replacing numbers.
6582
6583 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
6584
6585         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
6586
6587         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
6588         Don't split when the window is small, e.g. when a small *BBDB*
6589         window is the lowest one.
6590
6591         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6592         nnheader-find-nov-line to speed up. Use nreverse, because it is
6593         sorted. Use nnheader-insert-nov-file.
6594
6595 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6596
6597         * mm-decode.el (mm-inline-text-html-with-images): New user option.
6598
6599         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
6600         of `w3m-display-inline-images' with the value of
6601         `mm-inline-text-html-with-images'.
6602         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
6603
6604         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6605
6606 2002-01-27  Richard M. Stallman  <rms@gnu.org>
6607
6608         * time-date.el: Add autoload cookies.  Many doc fixes.
6609         (time-add): New function.
6610         (time-subtract): Renamed from subtract-time.
6611         (subtract-time): New alias for time-subtract.
6612
6613 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6614
6615         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
6616         emacs-w3m in doc-string.
6617
6618         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
6619         `w3m-current-buffer'.
6620
6621 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6622
6623         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
6624
6625         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
6626         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
6627         (mm-w3m-cid-retrieve): New function.
6628         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
6629
6630 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6631
6632         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
6633
6634 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6635
6636         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
6637
6638 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6639
6640         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
6641         32K.
6642
6643         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
6644
6645         * nnmail.el (nnmail-article-group): Decode headers before running
6646         split rules over them.
6647         (nnmail-mail-splitting-charset): New variable.
6648
6649         * smiley.el: Replaced with smiley-ems.el.
6650
6651 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6652
6653         * mm-url.el (mm-url-predefined-programs): Add w3m.
6654         (mm-url-program): Ditto.
6655
6656 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6657
6658         * nnml.el (nnml-use-compressed-files): New variable.
6659         (nnml-filenames-are-evil): Removed.
6660         (nnml-current-group-article-to-file-alist): Don't use.
6661         (nnml-update-file-alist): Inhibit.
6662         (nnml-article-to-file): Use new var.
6663
6664 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6665
6666         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
6667
6668         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
6669
6670 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6671
6672         * gnus-agent.el (gnus-agent-load-alist): Use new caching
6673         function.
6674
6675         * gnus-util.el (gnus-cache-file-contents): New function.
6676
6677         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
6678         (gnus-agent-load-alist): Use it.
6679
6680         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
6681
6682         * nnheader.el (nnheader-insert-nov-file): New function.
6683
6684         * gnus-util.el (gnus-parse-without-error): Correct the loop.
6685
6686         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
6687         there are no references.
6688         (gnus-extract-message-id-from-in-reply-to): New function.
6689         (gnus-nov-parse-line): Use in-reply-to if there are no
6690         references.
6691
6692 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6693
6694         * nnagent.el (nnagent-retrieve-headers): Use new macro.
6695
6696         * gnus-util.el (gnus-parse-without-error): New macro.
6697
6698 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
6699
6700         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
6701         (gnus-article-wash-function): use locate-library to decide which
6702         to use.
6703
6704 2002-01-25  Simon Josefsson  <jas@extundo.com>
6705
6706         * pop3.el (pop3-munge-message-separator): Work if no date.
6707         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
6708
6709 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6710
6711         * gnus-agent.el (gnus-agent-save-alist): Fix.
6712
6713         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
6714         mistake.  Reinstated lost code.
6715
6716 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
6717
6718         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
6719         one exists in the case of an encrypted message with an internal
6720         signature.
6721
6722 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6723
6724         * gnus-agent.el (gnus-agent-save-alist): Optimized.
6725
6726 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6727
6728         * dgnushack.el: Commented out the experimental code.
6729
6730 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6731
6732         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
6733         error.
6734
6735         * gnus.el (gnus-server-to-method): Made into subst.
6736         (gnus-server-method-cache): New variable.
6737         (gnus-server-to-method): Use it.
6738         (gnus-group-method-cache): New variable.
6739         (gnus-find-method-for-group-1): Renamed.
6740         (gnus-find-method-for-group): New function.
6741         (gnus-group-method-cache): Removed.
6742
6743         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
6744         function.
6745
6746         * gnus-range.el (gnus-members-of-range): New function.
6747         (gnus-list-range-intersection): Renamed.
6748         (gnus-inverse-list-range-intersection): New function.
6749
6750         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
6751
6752         * nnagent.el (nnagent-retrieve-headers): New implementation.
6753
6754         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
6755         implementation.
6756
6757 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6758
6759         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
6760         `w3m-meta-content-type-charset-regexp'.
6761
6762         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
6763         charset-encoded html contents.
6764
6765 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6766
6767         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
6768         an empty file.
6769
6770         * nnweb.el (url): Ignore errors when request url.
6771
6772         * nnrss.el: Clean up the comments.
6773
6774 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6775
6776         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
6777
6778         * mm-decode.el (mm-inline-text-html-renderer): New user option.
6779         (mm-inline-media-tests): Test whether the value of
6780         `mm-inline-text-html-renderer' is a function for text/html.
6781
6782         * mm-view.el (mm-inline-text-html-render-with-w3): New function
6783         separated from `mm-inline-text'.
6784         (mm-w3m-minor-mode): New variable.
6785         (mm-w3m-setup): New variable.
6786         (mm-setup-w3m): New function.
6787         (mm-inline-text-html-render-with-w3m): New function.
6788         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
6789         text/html.
6790
6791 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
6792
6793         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
6794
6795 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6796
6797         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
6798         and `gnus-xmas-completing-read'.
6799
6800 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6801
6802         * nneething.el (nneething-message-id-number): Abolished.
6803         (nneething-encode-file-name): Not encode numerical characters.
6804         (nneething-make-head): `nneething-message-id-number' is not
6805         used to generate message IDs.
6806
6807 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6808
6809         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
6810         characters.
6811
6812 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6813
6814         * gnus-xmas.el (gnus-xmas-completing-read): New function.
6815         (gnus-xmas-redefine): Redefine conditionally.
6816
6817 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6818
6819         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
6820         tag.
6821
6822 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6823
6824         * message.el (message-font-lock-keywords): Added the secure tag.
6825         * mml-sec.el: Added functions to generate/modify/remove the secure
6826         tag while in message mode.
6827         * mml-sec.el (mml-secure-message): New.
6828         * mml-sec.el (mml-unsecure-message): New.
6829         * mml-sec.el (mml-secure-message-sign-smime): New.
6830         * mml-sec.el (mml-secure-message-sign-pgp): New.
6831         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
6832         * mml-sec.el (mml-secure-message-encrypt-smime): New.
6833         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
6834         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
6835         * mml.el (mml-parse-1): Added code to recognise the secure tag and
6836         convert it to either a part or multipart depending on if there are
6837         other parts in the message.
6838         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
6839         to use the secure tag, rather than the part tag.
6840         * mml.el (mml-preview): Added a save-excursion to keep cursor
6841         position after doing an MML preview.
6842
6843 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6844
6845         * nnheader.el (nnheader-parse-overview-file): New function.
6846         (nnheader-write-overview-file): New function.
6847
6848 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6849
6850         * gnus.el (gnus-group-fast-parameter): Check better if expansion
6851         in wanted.
6852
6853         * nnweb.el (nnweb-type-definition): Clean up.
6854
6855 2002-01-21  Alastair Burt  <burt@dfki.de>
6856         Trivial patch.
6857
6858         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
6859         buffer exists before jumping to it.
6860
6861 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6862
6863         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
6864         function.
6865         (article-wash-html): Use it.
6866         (gnus-article-wash-function): New variable.
6867         (gnus-article-wash-html-with-w3m): New function.
6868
6869 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6870
6871         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
6872         XEmacs.
6873
6874 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
6875
6876         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
6877         command line.
6878
6879 2002-01-21  Simon Josefsson  <jas@extundo.com>
6880
6881         * canlock.el (base64-encode-string): Autoload it from base64.
6882         (canlock-make-cancel-key): Base64 encode unibyte string.
6883
6884 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6885
6886         * nnfolder.el (nnfolder-request-accept-article): Unfold
6887         x-from-line.
6888         (nnfolder-request-replace-article): Ditto.
6889
6890 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
6891
6892         * gnus-group.el (gnus-group-best-unread-group): Use the right
6893         positioning function.
6894
6895 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6896
6897         * smiley-ems.el (smiley-region): Use new function.
6898         (smiley-update-cache): Use general image functions.
6899         (smiley-region): Use general functions.
6900
6901         * gnus-util.el (gnus-graphic-display-p): New function.
6902
6903         * nnmail.el (nnmail-article-group): Allow outputting traces of
6904         non-strings.
6905
6906         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
6907         (nndoc-exim-bounce-type-p): New function.
6908
6909         * message.el (message-dont-send): Doc fix.
6910
6911         * gnus-util.el (gnus-completing-read): Remove
6912         inherit-input-method.
6913
6914         * gnus-art.el (gnus-treat-smiley): Doc fix.
6915
6916         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
6917         articles.
6918
6919 2002-01-19  Simon Josefsson  <jas@extundo.com>
6920
6921         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
6922         (imap-kerberos4-open): Ditto.
6923         (imap-open): Set port correctly, don't set auth.
6924
6925 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6926
6927         * gnus.el (gnus-version-number): Bump version number.
6928
6929 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6930
6931         * gnus.el: Oort Gnus v0.05 is released.
6932
6933 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6934
6935         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
6936         exists.
6937
6938         * gnus-spec.el (gnus-string-width-function): New function.
6939         (gnus-tilde-cut-form): Use it.
6940         (gnus-tilde-max-form): Ditto.
6941         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
6942         (gnus-substring-function): Use it.
6943         (gnus-tilde-cut-form): Ditto.
6944         (gnus-substring-function): New function.
6945
6946         * message.el (message-check-news-header-syntax): New message.
6947
6948         * gnus.el (gnus-slave-no-server): Doc fix.
6949
6950         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
6951
6952 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6953
6954         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
6955         `seen' if it looks like (seen NUM1 . NUM2).  It should be
6956         (seen (NUM1 . NUM2)).
6957
6958 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6959
6960         * gnus-topic.el (gnus-topic-catchup-articles): Update article
6961         number in closed topics.
6962
6963 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
6964
6965         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
6966         functions.
6967
6968 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6969
6970         * gnus.el (gnus-group-find-parameter): Clean up.
6971
6972         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
6973         articles.
6974
6975         * gnus-util.el (gnus-completing-read-with-default): Renamed.
6976
6977         * nnmail.el (nnmail-article-group): Clean up.
6978
6979 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
6980
6981         * gnus-agent.el (gnus-category-name): Intern the category name.
6982
6983 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6984
6985         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
6986
6987         * gnus-util.el (gnus-completing-read): New function.
6988
6989 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6990
6991         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
6992
6993         * smiley-ems.el (smiley-region): Register smiley.
6994         (smiley-toggle-buffer): Rewrite the function.
6995         (smiley-active): Removed.
6996
6997 2002-01-19  Simon Josefsson  <jas@extundo.com>
6998
6999         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
7000         Jesper Harder <harder@ifa.au.dk>.
7001
7002 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7003
7004         * gnus-art.el (gnus-request-article-this-buffer): Call
7005         `nneething-get-file-name' to extract the file name from the
7006         message id.
7007
7008         * nneething.el (nneething-encode-file-name): New function.
7009         (nneething-decode-file-name): Ditto.
7010         (nneething-get-file-name): Ditto.
7011         (nneething-make-head): Encode the file name and encapsulate it
7012         into the field of the message id.
7013
7014 2002-01-18  Simon Josefsson  <jas@extundo.com>
7015
7016         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
7017         stored in .marks.
7018
7019         * nnfolder.el (nnfolder-request-update-info): Ditto.
7020
7021 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7022
7023         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
7024
7025 2002-01-18  Simon Josefsson  <jas@extundo.com>
7026
7027         * imap.el (imap-starttls-p): Don't check for binary.
7028         (imap-gssapi-auth-p): Ditto.
7029         (imap-kerberos4-auth-p): Ditto.
7030         (imap-open): Change logic.  Iterate through all possible streams,
7031         instead of bailing out after first failure.  Move authenticator
7032         decision to `imap-authenticate'.
7033         (imap-authenticate): Change logic, now finds the authenticator to
7034         use, was previously in `imap-open'.
7035         (imap-open): Return nil on failure.
7036         (imap-open): Setup temp buffer correctly.
7037         (imap-open): Return buffer only on success.
7038         (imap-interactive-login, imap-interactive-login): Tell the user
7039         which stream/authenticator is used for the queried
7040         username/password.
7041         (imap-open, imap-authenticate): Set variables.
7042         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
7043         (imap-open): Don't assume how `with-temp-buffer' is implemented.
7044
7045 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7046
7047         * gnus-fun.el (gnus-grab-cam-x-face): New function.
7048
7049 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7050
7051         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
7052
7053 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7054
7055         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
7056         (gnus-agent-group-mode-map): Bind it to "Jo".
7057         (gnus-agent-group-make-menu-bar): Add it into menu bar.
7058
7059 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
7060
7061         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
7062         (gnus-summary-mail-toolbar): Add mail article deletion button.
7063
7064         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
7065         false positives for lines of "^^^^".
7066
7067         * gnus-picon.el (gnus-picon-find-face): faces database is all
7068         lowercase.
7069
7070 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7071
7072         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
7073         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
7074         duplications.
7075         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
7076
7077 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7078
7079         * gnus-sum.el (gnus-summary-initial-limit): Inline
7080         gnus-summary-limit-children.
7081         (gnus-summary-initial-limit): Don't limit if
7082         gnus-newsgroup-display is nil.
7083         (gnus-summary-initial-limit): No, don't.
7084
7085         * gnus-util.el
7086         (gnus-put-text-property-excluding-characters-with-faces): Inline
7087         gnus-put-text-property.
7088
7089         * gnus-spec.el (gnus-default-format-specs): New variable.
7090
7091         * gnus-start.el (gnus-read-newsrc-file): Don't clear
7092         gnus-format-specs.
7093         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
7094
7095         * gnus-spec.el (gnus-update-format-specifications): Really check
7096         the Gnus version of the .newsrc.eld file.
7097         (gnus-format-specs): Save the new default summary format.
7098
7099         * gnus-util.el (gnus-parent-id): Check whether references is empty
7100         before splitting.
7101
7102         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
7103         functions.
7104         (gnus-gather-threads-by-references): Inline
7105         `gnus-split-references'.
7106
7107         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
7108         default value of gnus-summary-line-format-spec.
7109
7110 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7111
7112         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
7113         message.
7114         (nnslashdot-request-list): Ditto.
7115         (nnslashdot-sid-strip): Removed.
7116
7117 2002-01-15  Simon Josefsson  <jas@extundo.com>
7118
7119         * nnimap.el (nnimap-close-asynchronous): Enable.
7120         (nnimap-close-group): Expunge.
7121
7122 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7123
7124         * gnus-util.el (gnus-user-date-format-alist): Typo.
7125         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
7126
7127 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7128
7129         * nneething.el (nneething-request-article): Set
7130         `nnmail-file-coding-system' to `binary' locally, in order to read
7131         files without any conversion.
7132
7133 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7134
7135         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7136         nnheader-file-coding-system and nnmail-active-file-coding-system.
7137         (gnus-agent-regenerate-group): Ditto.
7138         (gnus-agent-regenerate): Ditto.
7139         (gnus-agent-write-active): Ditto.
7140         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
7141
7142 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7143
7144         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
7145         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
7146
7147 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7148
7149         * gnus.el: We don't need gnus-article-show-all-headers.
7150
7151         * gnus-art.el (article-show-all, gnus-article-show-all-header):
7152         Ditto.
7153
7154         * gnus-sum.el (gnus-summary-select-article): Don't call
7155         show-all-headers, because hidden headers are not hidden text any
7156         more.
7157
7158 2002-01-13  Simon Josefsson  <jas@extundo.com>
7159
7160         * message.el (message-newline-and-reformat): Use `newline' instead
7161         of inserting \n, so that the newline is marked as hard.
7162
7163         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
7164         From Jesper Harder <harder@ifa.au.dk>.
7165
7166 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7167
7168         * imap.el (imap-close): Keep going if quit.
7169
7170         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
7171         nntp-server-buffer.
7172
7173 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7174
7175         * mm-view.el (mm-display-inline-fontify): Require font-lock to
7176         avoid unbinding shadowed variables.
7177
7178         * gnus-art.el (gnus-picon-databases): Moved here.
7179         (gnus-picons-installed-p): Moved here.
7180         (gnus-article-reply-with-original): Use `mark'.
7181
7182         * gnus.el (gnus-picon): Moved here and renamed.
7183
7184         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
7185         installed.
7186         (gnus-treat-mail-picon): Ditto.
7187         (gnus-treat-newsgroups-picon): Ditto.
7188
7189         * gnus-picon.el (gnus-picons-installed-p): New function.
7190
7191 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7192
7193         * gnus-agent.el (gnus-agent-go-online): Fix doc.
7194
7195 2002-01-12  Simon Josefsson  <jas@extundo.com>
7196
7197         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
7198         (nnimap-before-find-minmax-bugworkaround): Use it.
7199         (nnimap-find-minmax-uid): Don't reselect current mailbox.
7200         (nnimap-dont-close): New variable.
7201         (nnimap-close-group): Use it.
7202
7203 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7204
7205         * gnus-art.el (gnus-article-reply-with-original): Use
7206         `mark-active'.
7207
7208         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
7209
7210         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
7211         (gnus-score-advanced): Clean up.
7212         (gnus-score-advanced): Accept a multiple of the score.
7213
7214 2002-01-12  Simon Josefsson  <jas@extundo.com>
7215
7216         * flow-fill.el (fill-flowed-display-column)
7217         (fill-flowed-encode-columnq): New variables.  Suggested by
7218         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
7219         (fill-flowed-encode, fill-flowed): Use them.
7220
7221         * message.el (message-send-news, message-send-mail): Use
7222         m-b-s-n-p-e-h-n.
7223
7224         * mml.el (autoload): Autoload fill-flowed-encode.
7225         (mml-buffer-substring-no-properties-except-hard-newlines): New
7226         function.
7227         (mml-read-part): Use it.
7228         (mml-generate-mime-1): Encode format=flowed if appropriate.
7229         (mml-insert-mime-headers): Insert format=flowed.
7230
7231         * flow-fill.el (fill-flowed-encode): New function.
7232         (fill-flowed): Bind fill-column to window width.
7233
7234 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7235
7236         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
7237         it exists.
7238         (gnus-summary-setup-buffer): Wake up dead summary buffers.
7239         (gnus-summary-buffer-name): Don't return the dead name after all.
7240         (gnus-summary-setup-buffer): Kill the dead buffer.
7241
7242         * gnus-art.el (gnus-article-followup-with-original): Store the
7243         value of the mark before deactivating it.
7244
7245 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7246
7247         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
7248         From: Karl Kleinpaste <karl@charcoal.com>
7249
7250         * gnus-art.el (article-display-x-face): Ditto.
7251         (gnus-article-reply-with-original): Use gnus-region-active-p.
7252         (gnus-article-followup-with-original): Ditto.
7253
7254         * gnus-sum.el (gnus-summary-read-group-1): Don't select
7255         downloadable article either.
7256
7257 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7258
7259         * gnus-art.el (article-display-x-face): Insert From:.
7260
7261         * gnus-sum.el (gnus-summary-move-article): Don't draw the
7262         article. Bind gnus-display-mime-function and
7263         gnus-article-prepare-hook.
7264
7265         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
7266         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
7267         gnus-agent-possibly-synchronize-flags to the last.
7268         (gnus-agent-go-online): New function. New variable.
7269
7270 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7271
7272         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
7273         (gnus-agent-regenerate): Ditto.
7274
7275 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7276
7277         * message.el (message-ignored-news-headers)
7278         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
7279         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
7280
7281         * gnus.el (gnus-gethash-safe): New macro.
7282
7283         * gnus-agent.el (gnus-agent-regenerate-history): New function.
7284         (gnus-agent-regenerate): Show messages.
7285
7286 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7287
7288         * gnus-agent.el (gnus-agent-regenerate-group): New function.
7289         (gnus-agent-regenerate): New function.
7290         (gnus-agent-save-alist): Sort.
7291         (gnus-agent-copy-nov-line): Test eobp.
7292         (gnus-agent-retrieve-headers): Erase buffer.
7293
7294 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7295
7296         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
7297         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
7298
7299         * gnus.el (gnus-agent-covered-methods): Move here.
7300         (gnus-online): New function.
7301         (gnus-agent-method-p): Move here.
7302
7303         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
7304         nil. Remove articles-alist.
7305
7306         * gnus-start.el (gnus-get-unread-articles): Check online.
7307         (gnus-groups-to-gnus-format): Ditto.
7308         (gnus-active-to-gnus-format): Ditto.
7309
7310         * gnus-agent.el (gnus-agent-get-function): Use it.
7311         (gnus-agent-get-undownloaded-list): Ditto.
7312         (gnus-agent-fetch-session): Only fetch online methods.
7313
7314         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
7315         (gnus-server-mode-map): Ditto.
7316         (gnus-server-offline-face): New face.
7317         (gnus-server-offline-face): New variable.
7318         (gnus-server-font-lock-keywords): Add offline.
7319         (gnus-server-insert-server-line): Ditto.
7320         (gnus-server-offline-server): New function.
7321
7322         * gnus-int.el (gnus-open-server): Turn to offline.
7323         (gnus-server-unopen-status): New variable.
7324
7325 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7326
7327         * nnkiboze.el (nnkiboze-request-article): Use
7328         gnus-agent-request-article.
7329
7330         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
7331         function. Insert undownloaded NOV.
7332
7333         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
7334         (gnus-agent-request-article): New function.
7335
7336         * gnus.el (gnus-agent-cache): New variable.
7337
7338         * gnus-int.el (gnus-retrieve-headers): Use
7339         gnus-agent-retrieve-headers.
7340         (gnus-request-head): Use gnus-agent-request-article.
7341         (gnus-request-body): Ditto.
7342
7343         * gnus-art.el (gnus-request-article-this-buffer): Use
7344         gnus-agent-request-article.
7345
7346         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
7347         article if it is undownloaded.
7348
7349 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7350
7351         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
7352
7353 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7354
7355         * canlock.el (canlock-string-as-unibyte): New macro.
7356         (canlock-sha1-with-openssl): Return a unibyte string.
7357         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
7358
7359 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
7360
7361         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
7362
7363 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7364
7365         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
7366         application/x-emacs-lisp.
7367
7368         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
7369
7370         * nntp.el (nntp-request-article): Add group parameter.
7371         (nntp-request-head): Ditto.
7372         (nntp-find-group-and-number): Add parameter group. Figure out
7373         number if the status line doesn't give (e.g. quimby.gnus.org).
7374
7375 2002-01-08  Simon Josefsson  <jas@extundo.com>
7376
7377         * mml.el (mml-generate-mime-1): Set recipient correctly.
7378
7379 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7380
7381         * message.el (message-read-from-minibuffer): Add parameter
7382         initial-contents.
7383         * gnus-msg.el (gnus-summary-resend-message): Use it.
7384
7385         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
7386         behavior of quit-config.
7387
7388         * message.el (message-make-from): Don't quote fullname.
7389         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
7390
7391         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
7392         From: <andre@slamdunknetworks.com>
7393
7394 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
7395
7396         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
7397
7398         * gnus-art.el (gnus-header-button-alist): Handle mailto.
7399
7400         * mml.el (mml-preview): Bind gnus-original-article-buffer because
7401         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
7402         because bbdb may use it.
7403
7404 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7405
7406         * nneething.el (nneething-request-article): When a non-text file
7407         is converted to an article, its data is encoded in base64.  Call
7408         `nneething-make-head' with options to specify MIME types.
7409         (nneething-make-head): Add optional arguments to specify MIME
7410         types.
7411
7412 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7413
7414         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
7415         header if there is not.
7416
7417         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
7418
7419         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
7420         (gnus-inews-mark-gcc-as-read): Obsolete variable.
7421         (gnus-inews-do-gcc): Use them.
7422
7423         * gnus-group.el (gnus-group-mark-article-read): Put holes into
7424         gnus-newsgroup-unselected.
7425
7426 2002-01-06  Simon Josefsson  <jas@extundo.com>
7427
7428         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
7429         condition-case, not ignore-errors.
7430
7431 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7432
7433         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
7434         gnus-fetch-old-headers.
7435
7436         * gnus-art.el (article-display-x-face): Use the current buffer
7437         unless `W f'. Otherwise, X-Face may be shown in the header of a
7438         forwarded part.
7439         (gnus-treatment-function-alist): Treat xface before hiding
7440         headers.
7441
7442 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7443
7444         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
7445         parameters.
7446
7447 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7448
7449         * mm-util.el (mm-multibyte-p): Define conditionally when load.
7450         (mm-guess-charset): New function.
7451         (mm-charset-after): Use it.
7452         (mm-detect-coding-region): New function.
7453         (mm-detect-mime-charset-region): New function.
7454
7455         * gnus-sum.el (gnus-summary-show-article): Use
7456         mm-detect-coding-region.
7457
7458 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7459
7460         * message.el (message-make-fqdn): Be less violent.
7461
7462         * gnus.el (gnus-logo-color-style): Compute custom form
7463         automatically.
7464
7465         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
7466         score file of the parent to the document group.
7467
7468         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
7469         parameters parameter.
7470
7471         * gnus-score.el (gnus-score-load-file): Clean up.
7472
7473 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7474
7475         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
7476         From: Damien Wyart <damien.wyart@free.fr>
7477
7478         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
7479
7480 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7481
7482         * gnus-sum.el (gnus-select-group-hook): Typo.
7483
7484         * rfc2047.el (rfc2047-decode-string): Return immediately if there
7485         is no quoted-printable-encoded STRING.
7486         From: Jesper Harder <harder@ifa.au.dk>
7487
7488         (rfc2047-decode-string): Decode it.
7489
7490 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7491
7492         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
7493
7494 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
7495         Trivial patch.
7496
7497         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
7498         buffer to get rid of junk line.
7499
7500 2002-01-05  Simon Josefsson  <jas@extundo.com>
7501
7502         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
7503         C-o.
7504         (message-mode-map): Bind message-insert-or-toggle-importance to
7505         C-c C-u.
7506         (message-mode-map): Bind message-disposition-notification-to to
7507         C-c M-n.
7508         (message-mode-menu): Add m-d-n-t.
7509         (message-mode-field-menu): Add m-goto-from.
7510         (message-mode): Doc fix.
7511         (message-goto-from): New function.
7512         (message-insert-disposition-notification-to): New function.
7513         (message-tool-bar-map): Add receipt button.
7514
7515 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7516
7517         * gnus-sum.el (gnus-thread-latest-date): New function.
7518         (gnus-thread-sort-by-most-recent-number): Renamed.
7519         (gnus-thread-sort-functions): Doc fix.
7520         (gnus-select-group-hook): Don't use setq on a hook.
7521         (gnus-thread-latest-date): Use date, not number
7522
7523         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
7524         (gnus-agent-expire): Allow regexp of expire-days.
7525
7526         * gnus-art.el (gnus-article-reply-with-original): Deactivate
7527         region.
7528         (gnus-article-followup-with-original): Ditto.
7529
7530         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
7531
7532         * gnus-art.el (gnus-mime-display-alternative): Use
7533         gnus-local-map-property.
7534         (gnus-mime-display-alternative): Ditto.
7535         (gnus-insert-mime-security-button): Ditto.
7536         (gnus-insert-next-page-button): Ditto.
7537         (gnus-button-prev-page): Take optional args.
7538         (gnus-insert-prev-page-button): widget-convert.
7539
7540         * gnus-util.el (gnus-local-map-property): New function.
7541
7542         * gnus-art.el (gnus-prev-page-map): Use parent map.
7543         (gnus-next-page-map): Ditto.
7544
7545         * gnus-spec.el (gnus-parse-format): Clean up.
7546         (gnus-parse-format): Do complex formatting for %=.
7547
7548         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
7549         "X-Face: " to the data in the built-in scenario.
7550
7551         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
7552         (gnus-correct-pad-form): Renamed.
7553         (gnus-tilde-max-form): Clean up.
7554         (gnus-pad-form): Use gnus-use-correct-string-widths.
7555
7556         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
7557         support if that is available.
7558
7559         * gnus-sum.el (gnus-thread-highest-number): New function.
7560         (gnus-thread-sort-by-most-recent-thread): New function.
7561         (gnus-thread-sort-functions): Doc fix.
7562
7563 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7564
7565         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
7566         all cases.
7567         (gnus-summary-mode): Enable it in all cases.
7568         (gnus-summary-display-article): Ditto.
7569         (gnus-summary-edit-article): Ditto.
7570
7571         * gnus-ems.el (gnus-put-image): Really return glyph.
7572
7573         * gnus-art.el (gnus-article-x-face-command): Fix :type.
7574         (gnus-treat-smiley): Don't take "P" in the interactive form.
7575
7576 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7577
7578         * compface.el (uncompface): XEmacs and Emacs have differing
7579         capabilities.
7580
7581         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
7582
7583         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
7584         (gnus-article-xface-ring-size): Removed.
7585         (gnus-article-display-xface): Removed.
7586         (gnus-remove-image): Cleaned up.
7587
7588         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
7589         (gnus-xmas-create-image): Take pbm files.
7590         (gnus-x-face): Removed.
7591         (gnus-xmas-article-display-xface): Removed.
7592
7593         * gnus-fun.el (gnus-display-x-face-in-from): Bind
7594         default-enable-multibyte-characters.
7595
7596         * compface.el (uncompface): Doc fix.
7597
7598         * gnus-art.el (gnus-article-x-face-command): Use
7599         gnus-display-x-face-in-from.
7600
7601         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
7602
7603         * gnus-ems.el (gnus-put-image): Return the image.
7604
7605         * gnus-fun.el (gnus-display-x-face-in-from): New function.
7606         (gnus-x-face): Moved here.
7607
7608 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7609
7610         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
7611         invisible if string is nil.
7612         (gnus-xmas-article-display-xface): Use it.
7613
7614         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
7615         property when string is nil.
7616         (gnus-article-display-xface): Use it.
7617
7618 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7619
7620         * gnus-art.el (article-display-x-face): Check whether valid grey
7621         face was returned.
7622         (article-display-x-face): Place image in the right spot.
7623
7624         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
7625         stderr.
7626         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
7627
7628 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7629
7630         * gnus-xmas.el (gnus-xmas-create-image): Take optional
7631         parameters.
7632         (gnus-xmas-put-image): Allow non-strings to be passed.
7633
7634         * gnus-art.el (article-display-x-face): Use optional parameters.
7635
7636         * gnus-ems.el (gnus-create-image): Take optional parameters.
7637
7638         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
7639
7640         * compface.el (compface-xbm-p): Removed.
7641
7642         * gnus-ems.el (gnus-article-compface-xbm): Removed.
7643         (gnus-article-display-xface): Use compface.
7644
7645         * compface.el: New file.
7646
7647         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
7648         (gnus-convert-image-to-x-face-command): Ditto.
7649         (gnus-random-x-face): Quote argument.
7650         (gnus-x-face-from-file): Ditto.
7651
7652 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
7653
7654         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
7655         the expire-group parameter once per article rather than once
7656         per group; bind `nnmaildir-article-file-name' and `article'
7657         for convenience.  Leave article alone when expire-group
7658         specifies the current group.
7659         (nnmaildir--update-nov): be more concurrency-friendly with
7660         temp file names.
7661
7662 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7663
7664         * gnus-start.el (gnus-read-init-file): Cleaned up.
7665
7666 2002-01-03  Dave Love  <d.love@dl.ac.uk>
7667
7668         * gnus-start.el (gnus-startup-file-coding-system): Removed.
7669         (gnus-read-init-file): Don't use it.
7670
7671 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7672
7673         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
7674
7675 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7676
7677         * gnus-start.el (gnus-read-init-file): Don't force coding system
7678         for ~/.gnus.  From Dave Love <fx@gnu.org>.
7679
7680 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7681
7682         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
7683         * nnspool.el (nnspool-request-post): Ditto.
7684
7685         * mm-util.el (mm-use-find-coding-systems-region): New variable.
7686         (mm-find-mime-charset-region): Use it.
7687
7688 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7689
7690         * gnus.el (gnus-summary-line-format): Added :link.
7691         * gnus-topic.el (gnus-topic-line-format): Ditto.
7692         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
7693         * gnus-srvr.el (gnus-server-line-format): Ditto.
7694         * gnus-group.el (gnus-group-line-format): Ditto.
7695
7696         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
7697         :keys, it works on both Emacsen.
7698
7699 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7700
7701         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
7702
7703 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7704
7705         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
7706
7707 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
7708
7709         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
7710         very wide reply.
7711
7712 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7713
7714         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
7715         (gnus-picon-cache): New variable.
7716         (gnus-picon-transform-newsgroups): Cache stuff.
7717
7718         * gnus-art.el (gnus-article-reply-with-original): New command.
7719         (gnus-article-followup-with-original): New command.
7720
7721         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
7722         END parameters.
7723         (gnus-summary-followup): Take a list of list of articles.
7724         (gnus-inews-yank-articles): Allow lists of article/regions.
7725
7726         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
7727         longer the usual commands.
7728
7729         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
7730         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
7731         shell-command-on-region.
7732
7733 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7734
7735         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
7736           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
7737
7738 2002-01-03  Steve Youngs  <youngs@xemacs.org>
7739
7740         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
7741         understand ':keys', wrap it in an featurep 'xemacs.
7742
7743 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7744
7745         * gnus-ems.el (gnus-article-display-xface): Show xface in the
7746         order of headers (Actually, it is called in a reversed order). Add
7747         'gnus-image-text-deletable property.
7748         (gnus-remove-image): Remove text with such a property.
7749
7750         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
7751         gnus-put-image.
7752
7753         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
7754         with ", "
7755
7756 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7757
7758         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
7759
7760         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
7761         (article-display-x-face): Display grey X-Faces.
7762
7763         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
7764         (gnus-convert-gray-x-face-to-ppm): Ditto.
7765         (gnus-convert-image-to-gray-x-face): Ditto.
7766
7767         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
7768         gnus-summary-show-raw-article.
7769
7770 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7771
7772         Display picons in XEmacs without showing text.
7773
7774         * gnus-xmas.el (gnus-xmas-create-image): Don't use
7775         mm-create-image-xemacs to create xbm glyph, because it deletes
7776         temporary files.
7777         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
7778         (gnus-xmas-remove-image): Make text visible, remove glyph.
7779
7780         * gnus-picon.el (gnus-picon-transform-newsgroups)
7781         (gnus-picon-transform-address): Insert spec backward, due to the
7782         incompatibility of gnus-xmas-put-image.
7783
7784 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7785
7786         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
7787
7788 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7789
7790         * gnus.el: Doc fix.
7791
7792         * gnus-art.el: Doc fix.
7793
7794         * gnus-agent.el: Doc fix.
7795
7796 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7797
7798         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
7799
7800 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
7801
7802         * nnmaildir.el (nnmaildir--update-nov): automatically parse
7803         NOV data out of the message again if nnmail-extra-headers has
7804         changed.
7805
7806 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7807
7808         * gnus-fun.el: New file.
7809         (gnus-convert-image-to-x-face-command): New variable.
7810         (gnus-insert-x-face): New function.
7811         (gnus-random-x-face): Renamed.
7812         (gnus-x-face-from-file): Renamed.
7813
7814         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
7815         "_".
7816         (gnus-body-boundary-delimiter): Typo fix.
7817
7818 2002-01-02  Simon Josefsson  <jas@extundo.com>
7819
7820         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
7821         (gnus-body-boundary-delimiter): Fix type.
7822
7823 2002-01-01  Simon Josefsson  <jas@extundo.com>
7824
7825         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
7826         (gnus-treat-emphasize, gnus-treat-strip-cr)
7827         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
7828         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
7829         (gnus-treat-fill-article, gnus-treat-hide-citation)
7830         (gnus-treat-hide-citation-maybe)
7831         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
7832         (gnus-treat-strip-pem, gnus-treat-strip-banner)
7833         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
7834         (gnus-treat-date-ut, gnus-treat-date-local)
7835         (gnus-treat-date-english, gnus-treat-date-lapsed)
7836         (gnus-treat-date-original, gnus-treat-date-iso8601)
7837         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
7838         (gnus-treat-strip-trailing-blank-lines)
7839         (gnus-treat-strip-leading-blank-lines)
7840         (gnus-treat-strip-multiple-blank-lines)
7841         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
7842         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
7843         (gnus-treat-display-xface, gnus-treat-display-smileys)
7844         (gnus-treat-from-picon, gnus-treat-mail-picon)
7845         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
7846         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
7847         (gnus-treat-play-sounds, gnus-treat-translate)
7848         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
7849
7850         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
7851         (gnus-article-treat-body-boundary): Use it.
7852
7853         * message.el (message-mode): Fix doc.
7854         (message-mode-menu): Fix names.
7855
7856 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7857
7858         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
7859         articles.
7860
7861         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
7862         (gnus-picon-transform-address): Search for unknown faces as well.
7863         (gnus-picon-find-face): Don't search "news" for MISC.
7864         (gnus-picon-user-directories): Changed default back to exclude
7865         "unknown".
7866
7867         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
7868
7869         * gnus-picon.el (gnus-picon-find-face): Search through all
7870         databases.
7871         (gnus-picon-find-face): New implementation.
7872
7873         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
7874         keystroke.
7875         (gnus-topic-goto-next-topic): Ditto.
7876
7877         * gnus.el (gnus-summary-line-format): Changed default.
7878
7879         * nnmail.el (nnmail-extra-headers): Change default.
7880
7881         * gnus-sum.el (gnus-extra-headers): Change default.
7882
7883         * message.el (message-news-other-window): Changed "news" to
7884         "posting".
7885         (message-news-other-frame): Ditto.
7886         (message-do-send-housekeeping): Ditto.
7887
7888         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
7889         function.
7890         (gnus-article-unread-p): New function.
7891         (gnus-article-unseen-p): New function.
7892         (gnus-dead-summary-mode-map): Typo.
7893
7894         * gnus-util.el (gnus-make-predicate): New function.
7895         (gnus-make-predicate-1): New function.
7896
7897         * gnus-sum.el: New function.
7898         (gnus-map-articles): New function.
7899
7900         * gnus-art.el (gnus-treat-fold-headers): New variable.
7901         (gnus-article-treat-fold-headers): New command and keystroke.
7902
7903         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
7904         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
7905
7906 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7907
7908         * message.el (message-fcc-externalize-attachments): New variable.
7909         (message-do-fcc): Use it.
7910
7911         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
7912         (gnus-inews-do-gcc): Use it.
7913
7914         * mml.el (mml-tweak-sexp-alist): New variable.
7915         (mml-externalize-attachments): New variable.
7916         (mml-tweak-part): Use mml-tweak-sexp-alist.
7917         (mml-tweak-externalize-attachments): New function.
7918
7919 2002-01-01  Steve Youngs  <youngs@xemacs.org>
7920
7921         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
7922         'set-glyph-face' so x-face back/foreground can be set.
7923
7924 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7925
7926         * message.el (message-fix-before-sending): Fix a typo.
7927
7928 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7929
7930         * gnus-art.el (gnus-treat-smiley): Renamed command.
7931         (gnus-article-remove-images): New command and keystroke.
7932
7933         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
7934
7935         * smiley-ems.el (gnus-smiley-display): Removed.
7936
7937         * gnus.el (gnus-version-number): Update version.
7938
7939         * message.el (message-text-with-property): Renamed and moved
7940         here.
7941         (message-fix-before-sending): Highlight invisible text and place
7942         point there.
7943
7944 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7945
7946         * gnus.el: Oort Gnus v0.04 is released.
7947
7948 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7949
7950         * gnus-delay.el (gnus-delay-send-queue): Renamed.
7951
7952         * gnus-art.el (gnus-ignored-headers): More headers,
7953
7954         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
7955         of `scan-error', since XEmacs doesn't seem to support that.
7956
7957 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7958
7959         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
7960         arg.
7961         (gnus-summary-best-unread-subject): Ditto.
7962         (gnus-summary-best-unread-subject): No, don't.
7963         (gnus-summary-better-unread-subject): New command.
7964
7965         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
7966
7967         * lpath.el ((featurep 'xemacs)): fbind url function.
7968
7969         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
7970         buffer.
7971         (gnus-xmas-remove-image): Implementation that does something.
7972         (gnus-xmas-article-display-xface): Mark images properly.
7973
7974         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
7975
7976 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
7977
7978         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
7979
7980 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7981
7982         * gnus-group.el (gnus-group-line-format): Added %O to the default
7983         value.
7984
7985         * gnus-util.el (gnus-text-with-property): The smallest point is
7986         point-min.
7987
7988         * smiley-ems.el (smiley-region): Return images.
7989         (gnus-smiley-display): Allow toggling.
7990         (smiley-region): Use text properties, not overlays.
7991
7992         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
7993         implemented yet.
7994
7995         * smiley-ems.el (smiley-update-cache): Check for valid types.
7996
7997         * gnus-art.el (gnus-with-article-buffer): New macro.
7998
7999         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
8000         strings as well as the glyphs.
8001         (gnus-picon-transform-address): Ditto.
8002         (gnus-picon-insert-glyph): Ditto.
8003         (gnus-picon-transform-newsgroups): Toggle.
8004         (gnus-picon-transform-address): Toggle.
8005
8006         * gnus-ems.el (gnus-remove-image): New function.
8007         (gnus-put-image): Take an optional string.
8008
8009         * gnus-util.el (gnus-text-with-property): New function.
8010
8011         * gnus-art.el (gnus-delete-images): New function.
8012
8013         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
8014
8015         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
8016         (gnus-article-wash-status): Use it.
8017         (gnus-signature-toggle): Clean up.
8018         (gnus-add-wash-status): New function.
8019         (gnus-delete-wash-status): New function.
8020         (gnus-article-hide-text-type): Use them throughout.
8021         (gnus-add-image): New function.
8022
8023         * gnus-ems.el (gnus-article-display-xface): Use new interface.
8024
8025         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
8026         interface.
8027
8028         * gnus-art.el (article-display-x-face): Cleaned up.
8029
8030         * rfc2047.el (rfc2047-field-value): New function.
8031
8032         * mail-parse.el (mail-header-field-value): New alias.
8033
8034         * gnus-art.el (gnus-mime-print-part): Fix typos.
8035
8036         * smiley-ems.el (gnus-smiley-file-types): New variable.
8037         (smiley-update-cache): Use it.
8038         (smiley-regexp-alist): Suffix-less smiley names.
8039         (smiley-regexp-alist): Added more smileys.
8040
8041         * gnus-sum.el (gnus-print-buffer): Made into own function.
8042         (gnus-summary-print-article): Use it.
8043
8044         * mailcap.el (mailcap-mime-info): Actually return the bit that we
8045         looked for when REQUEST is a string.
8046
8047         * gnus-art.el (gnus-mime-button-commands): Add printing
8048         keystroke.
8049         (gnus-mime-copy-part): Doc fix.
8050         (gnus-mime-print-part): New command.
8051
8052 2001-12-31  Simon Josefsson  <jas@extundo.com>
8053
8054         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
8055         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
8056
8057 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8058
8059         * gnus-picon.el (gnus-treat-from-picon): Autoload.
8060         (picon): Fix doc.
8061
8062         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
8063         longer exists. Remove those codes.
8064         * gnus.el (gnus-use-picons): Ditto.
8065
8066 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8067
8068         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
8069         infloop.
8070
8071         * gnus-sum.el (t): New `W D' map.
8072
8073         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
8074         (gnus-article-treat-body-boundary): Clean up.
8075         (gnus-body-boundary-face): Removed.
8076         (gnus-article-goto-header): Moved here.
8077         (gnus-article-goto-header): Allow better regexps.
8078         (gnus-article-treat-fold-newsgroups): New command.
8079
8080         * gnus-sum.el (gnus-summary-move-article): We have to select an
8081         article to give `gnus-read-move-group-name' an opportunity to
8082         suggest an appropriate default.
8083
8084         * rfc2047.el (rfc2047-fold-line): New function.
8085         (rfc2047-unfold-line): Ditto.
8086         (rfc2047-fold-region): Don't fold just after the header name.
8087
8088         * mail-parse.el (mail-header-fold-line): New alias.
8089         (mail-header-unfold-line): Ditto.
8090
8091         * gnus-art.el (gnus-body-boundary-face): Renamed.
8092         (gnus-article-treat-body-boundary): Use it.
8093         (gnus-article-treat-body-boundary): Use an invisible header and a
8094         line of underline characters.
8095
8096 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8097
8098         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
8099
8100         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
8101         (gnus-picon-split-address): New function.
8102         (gnus-picon-find-face): Use it.
8103         (gnus-picon-transform-address): Use it. Set first to t for each
8104         address.
8105
8106         * gnus-art.el (gnus-with-article-headers): Move to here. Define
8107         the macro then use it.
8108         (gnus-treatment-function-alist): Treat picons earlier.
8109
8110 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8111
8112         * gnus-art.el (gnus-body-separator-face): New variable.
8113         (gnus-article-treat-body-boundary): Use a blank, colored line.
8114
8115         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
8116         well.
8117
8118         * gnus-art.el (gnus-treat-body-boundary): New variable.
8119         (gnus-article-treat-unfold-headers): Use helper macro.
8120         (gnus-article-treat-body-boundary): New command.
8121
8122         * gnus.el (gnus-logo-color-style): Change the default color.
8123         (gnus-splash-face): Gray, gray.
8124
8125         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
8126         colors.
8127
8128         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
8129         (gnus-logo-color-style): Ditto.
8130         (gnus-logo-colors): Ditto.
8131
8132         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
8133
8134         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
8135
8136         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
8137         (gnus-picon-transform-newsgroups): New function.
8138
8139         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
8140         string.
8141
8142         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
8143
8144         * gnus-art.el (gnus-treat-cc-picon): New variable.
8145         (gnus-treat-mail-picon): Renamed.
8146
8147         * gnus-picon.el: New implementation.
8148         (gnus-picon-find-face): Renamed.
8149         (gnus-treat-from-picon): Use it.
8150         (gnus-picon-transform-address): Renamed.
8151         (gnus-treat-from-picon): Use it.
8152         (gnus-picon-create-glyph): Renamed.
8153         (gnus-picon-transform-address): Use it.
8154         (gnus-treat-cc-picon): New command.
8155
8156         * mm-decode.el (mm-create-image-xemacs): Separated out into
8157         function.
8158         (mm-get-image): Use it.
8159
8160         * gnus-art.el (gnus-treat-display-picons): Simplify.
8161         (gnus-treat-from-picon): Renamed.
8162
8163         * gnus-ems.el (gnus-create-image): New function.
8164         (gnus-put-image): New function.
8165
8166         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
8167         (gnus-with-article-headers): New macro.
8168         (gnus-article-goto-header): New function.
8169
8170         * gnus-xmas.el (gnus-image-type-available-p): New function.
8171
8172         * gnus-ems.el (gnus-image-type-available-p): New function.
8173
8174 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8175
8176         * nnrss.el (nnrss-check-group): Find the correct tag, because
8177         xml.el is changed.
8178
8179 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8180
8181         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
8182         lines are shorter than the window width.
8183         (gnus-ignored-headers): More headers.
8184
8185 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8186
8187         * gnus-art.el (gnus-treat-unfold-lines): New variable.
8188         (gnus-treat-unfold-headers): Renamed.
8189         (gnus-article-treat-unfold-headers): New command and keystroke.
8190
8191         * rfc2047.el (rfc2047-encode-message-header): Clean up.
8192
8193         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
8194
8195 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8196
8197         * sha1-el.el (sha1-use-external): New variable.
8198         (sha1-region): Use it.
8199         (sha1-string): Ditto.
8200
8201         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
8202         * gnus-picon.el: Less warnings when compile.
8203
8204 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8205
8206         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
8207         alias.
8208         (gnus-picons-database): Default to list.
8209         (gnus-picons-lookup-internal): Use it.
8210
8211         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
8212         to "bogus".
8213
8214         * gnus-win.el (gnus-configure-windows-hook): New hook.
8215
8216 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
8217
8218         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
8219
8220 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8221
8222         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
8223         lists.
8224         (gnus-select-newsgroup): Don't append; push.
8225         (gnus-adjust-marked-articles): Remove obsolete ranges from
8226         `seen'.
8227         (gnus-update-marks): Clean up.
8228         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
8229
8230 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
8231
8232         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
8233
8234 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8235
8236         * gnus-sum.el (gnus-auto-select-subject): New variable.
8237         (gnus-summary-best-unread-subject): New function.
8238         (gnus-summary-best-unread-article): Use it.
8239         (gnus-summary-first-unseen-subject): New function and command.
8240
8241         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
8242         other treatments.
8243
8244         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
8245         function.
8246
8247         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
8248         from the list of hidden types.
8249
8250         * mm-view.el (mm-inline-text): Ditto.
8251         (mm-inline-text): Ditto.
8252         (mm-w3-prepare-buffer): Ditto.
8253
8254         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
8255
8256 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8257
8258         * gnus-art.el (gnus-ignored-headers): Added more headers.
8259
8260 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
8261
8262         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
8263         once.
8264
8265 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8266
8267         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
8268
8269 2001-12-28  Simon Josefsson  <jas@extundo.com>
8270
8271         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
8272         Jesper Harder <harder@ifa.au.dk>.
8273
8274 2001-12-27  Simon Josefsson  <jas@extundo.com>
8275
8276         * gnus-sum.el (gnus-select-newsgroup): Make
8277         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
8278         contain all articles (instead of none) when no seen marks have
8279         been set for the group.
8280         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
8281         instead, it seems to result in shorter ranges.
8282
8283 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8284
8285         * mm-util.el (mm-iso-8859-x-to-15-region): Use
8286         insert-before-markers.
8287         From Jesper Harder <harder@ifa.au.dk>
8288
8289 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
8290
8291         * nnmaildir.el (nnmaildir-save-mail): create the destination
8292         groups if they do not exist.
8293
8294 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8295
8296         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
8297
8298 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8299
8300         * gnus-group.el (gnus-group-read-ephemeral-group): Call
8301         gnus-group-real-name.
8302
8303         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
8304         (gnus-newsgroup-variables): Ditto.
8305
8306         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
8307         return it.
8308
8309 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
8310
8311         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
8312         * nnmaildir.el (top-level): Add commentary.
8313         (nnmaildir-version): Indicate that nnmaildir is now a standard
8314         part of Gnus, not separately released.
8315
8316 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8317
8318         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
8319         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
8320         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
8321         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8322
8323 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8324
8325         * nnmaildir.el: Copyright changes. Require cl only at compile time.
8326
8327 2001-12-20  Simon Josefsson  <jas@extundo.com>
8328
8329         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
8330         ZHU <zsh@cs.rochester.edu>.
8331         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
8332         Brian P Templeton <bpt@tunes.org>.
8333
8334 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8335
8336         * nnmaildir.el: New file.
8337         From Paul Jarc <prj@po.cwru.edu>.
8338
8339 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8340
8341         * nndoc.el (nndoc-type-alist): Move forward to the end.
8342
8343 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8344
8345         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
8346         `dolist'.
8347
8348 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8349
8350         * gnus-win.el (gnus-frames-on-display-list): New function.
8351         (gnus-get-buffer-window): Use it.
8352
8353 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8354
8355         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
8356
8357 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8358
8359         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
8360
8361 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8362            From Harald Meland <Harald.Meland@usit.uio.no>
8363
8364         * gnus-win.el (gnus-get-buffer-window): New function.
8365         (gnus-all-windows-visible-p): Use it.
8366
8367         * gnus-util.el (gnus-horizontal-recenter)
8368         (gnus-horizontal-recenter, gnus-horizontal-recenter)
8369         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
8370
8371         * gnus-score.el (gnus-score-insert-help): Use it.
8372
8373         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
8374         (gnus-generate-tree, gnus-highlight-selected-tree)
8375         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
8376         it.
8377
8378         * gnus-art.el (gnus-article-set-window-start)
8379         (gnus-mm-display-part, gnus-request-article-this-buffer)
8380         (gnus-button-next-page, gnus-button-prev-page)
8381         (gnus-article-button-next-page, gnus-article-button-prev-page):
8382         Use it.
8383
8384 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
8385
8386         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
8387         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
8388         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
8389
8390 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8391
8392         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
8393         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
8394         * mml1991.el, nnultimate.el: Add `coding'.
8395
8396 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
8397
8398         * ChangeLog: changed coding to buffer-file-coding-system
8399         * ChangeLog.1: same
8400         * nnwfm.el: same
8401         * gnus-smiley.el: same
8402         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
8403         * gnus-delay.el: same
8404         * gnus-spec.el: same
8405         * message.el: same
8406         * mml1991.el: same
8407         * nnultimate.el: same
8408
8409 2001-12-16  Simon Josefsson  <jas@extundo.com>
8410         Inspired by code by Dirk Meyer <dischi@tzi.de>.
8411
8412         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
8413         (gnus-summary-save-map): Add muttprint.
8414         (gnus-summary-make-menu-bar): Ditto.
8415         (gnus-summary-muttprint): New function.
8416
8417         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
8418
8419 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8420
8421         * uudecode.el (uudecode-decode-region-internal): Speedup by using
8422         temporary list instead of buffer.
8423
8424         * mm-url.el (executable-find): autoload.
8425
8426 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8427
8428         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
8429         to variable, follow doc-string conventions).
8430
8431 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
8432
8433         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
8434         subscribe-level
8435         * gnus-topic.el (gnus-subscribe-topics): use it.
8436
8437 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8438
8439         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
8440         messages. (A small patch with indentation)
8441         From Sean Neakums <sneakums@zork.net>.
8442
8443         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
8444         nil after shooting down the gnus-original-article-buffer.
8445
8446 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8447
8448         * uudecode.el (uudecode-use-external): New variable.
8449         (uudecode-decode-region): Automatically detect external program.
8450
8451         * binhex.el (binhex-use-external): New variable.
8452         (binhex-decode-region-internal): New function.
8453         (binhex-decode-region): Automatically detect external program.
8454
8455         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
8456         Use them.
8457
8458 2001-12-12  Simon Josefsson  <jas@extundo.com>
8459
8460         * nnvirtual.el (nnvirtual-always-rescan)
8461         (nnvirtual-component-regexp): Fix doc.
8462
8463         * nnoo.el (defvoo): Add doc to defvoo variables.
8464
8465         * nnml.el (nnml-directory, nnml-active-file)
8466         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
8467         (nnml-marks-is-evil, nnml-filenames-are-evil)
8468         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
8469
8470         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
8471         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
8472         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
8473         `error'.
8474
8475         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
8476         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
8477
8478         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
8479         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
8480         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
8481         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
8482
8483         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
8484         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
8485
8486         * imap.el, nnimap.el: Fix indentation.
8487
8488         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
8489
8490 2001-12-12  Didier Verna  <didier@xemacs.org>
8491
8492         * gnus-msg.el (gnus-group-news): New function.
8493         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
8494         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
8495         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
8496         for it.
8497         * gnus-msg.el (gnus-summary-news-other-window): New function.
8498         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
8499         bind it to `i'.
8500         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
8501         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
8502         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
8503         for it (called with a prefix).
8504         * gnus-msg.el (gnus-configure-posting-styles): add an optional
8505         group-name argument.
8506         * gnus-msg.el (gnus-setup-message): use it.
8507
8508 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8509
8510         * gnus-sum.el (gnus-summary-show-article): Fix doc.
8511
8512 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8513
8514         * mml.el (mime-to-mml): Remove Content-Disposition too.
8515
8516 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8517
8518         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
8519         * gnus-group.el (gnus-group-name-decode): Decode unibyte
8520         strings only.
8521         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8522
8523 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
8524
8525         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
8526         (nnmail-fancy-expiry-target): Use it.
8527         Suggestions from Simon Josefsson <jas@extundo.com>.
8528
8529 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8530
8531         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
8532
8533 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8534
8535         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
8536
8537         * gnus-util.el (gnus-url-unhex-string): Move here.
8538
8539 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8540
8541         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
8542         mm-url-decode-entities-nbsp.
8543
8544         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
8545         * webmail.el, nnwfm.el: Use mm-url.
8546
8547         * mm-url.el (mm-url-fetch-form): Move from nnweb.
8548         (mm-url-remove-markup): Move from nnweb.
8549         (mm-url-fetch-simple): Move from webmail.
8550
8551         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
8552
8553 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8554
8555         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
8556         (gnus-summary-print-article): Use it.
8557
8558         * gnus-util.el (gnus-replace-in-string): Typo.
8559
8560 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8561
8562         * nnweb.el (nnweb-replace-in-string): Removed.
8563
8564         * gnus-util.el (gnus-replace-in-string): New function.
8565         (gnus-mode-string-quote): Use it.
8566
8567         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
8568         * nnwfm.el (nnwfm-create-mapping): Ditto.
8569
8570 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8571
8572         * dgnushack.el (dgnushack-compile): nnrss.el and
8573         nnslashdot.el don't depend on nnweb, url, w3.
8574
8575         * nnrss.el: Use mm-url.
8576
8577 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8578
8579         * mm-url.el (mm-url-insert-file-contents): Support file:.
8580
8581 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8582
8583         * mm-view.el: Lower case for the description line. Sync from the
8584         Emacs CVS.
8585
8586 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8587
8588         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
8589         From:  Stefan Monnier  <monnier@cs.yale.edu>
8590
8591 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8592
8593         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
8594
8595 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8596
8597         * mm-url.el: Require executable.
8598         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8599
8600 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8601
8602         * pop3.el (pop3-munge-message-separator): Only use valid date.
8603         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
8604
8605         * Makefile.in: gnus-load.elc may not be generated.
8606
8607 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8608
8609         * mm-url.el: New file.
8610         * nnslashdot.el: Use it.
8611         * mm-extern.el (mm-extern-url): Use it.
8612
8613 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8614
8615         * gnus-sum.el (gnus-summary-save-article): Nix
8616         gnus-display-mime-function and gnus-article-prepare-hook.
8617
8618         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
8619         the beginning of lines.
8620         (gnus-complex-form-to-spec): Ditto.
8621
8622 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8623
8624         * message.el (message-make-mft): Fix the m-s-a-file regexp.
8625         From Paul Jarc <prj@po.cwru.edu>.
8626
8627 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8628
8629         * message.el: New variable message-subscribed-address-file;
8630         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
8631
8632 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8633
8634         * message.el (message-tab-body-function): Set to nil.
8635         (message-tab): Use text-mode-map or global-map.
8636         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8637
8638 2001-11-30  Simon Josefsson  <jas@extundo.com>
8639
8640         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
8641         instead of gnus-union, for speed.  Suggested by Christoph Conrad
8642         <christoph.conrad@gmx.de>.
8643         (gnus-agent-fetch-group-1): Add verbose message.
8644
8645 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8646
8647         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
8648         of integers.
8649
8650 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8651
8652         * message.el (message-newgroups-header-regexp)
8653         (message-completion-alist, message-tab-body-function): Use
8654         defcustom rather than defvar.
8655         (message-tab): Mention `message-tab-body-function' in doc.
8656         Suggested by Karl Eichwalder.
8657
8658 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8659
8660         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
8661
8662 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8663
8664         * nnheader.el (nnheader-find-nov-line): Don't use macro
8665         gnus-delete-line.
8666
8667         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
8668         (gnus-group-name-charset): Ditto.
8669
8670         * gnus-util.el (gnus-buffer-live-p): Ditto.
8671
8672 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8673
8674         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
8675         open parenthesis in doc.
8676         (sieve-manage-authenticator-alist): Typo in doc.
8677         * imap.el (imap-authenticator-alist): Typo in doc.
8678         (imap-stream-alist): Backslash.
8679
8680         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
8681           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
8682
8683 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8684
8685         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
8686
8687         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
8688
8689         * gnus-msg.el (gnus-configure-posting-styles): use
8690         make-local-hook. Add LOCAL for add-hook.
8691
8692 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
8693
8694         * message.el (message-mode): Use `make-local-hook' unless
8695         obsolete.
8696         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
8697
8698 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8699
8700         * canlock.el: Remove sha1.el and base64.el stuff.
8701
8702 2001-11-26  Didier Verna  <didier@xemacs.org>
8703
8704         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
8705         if needed.
8706
8707 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8708
8709         * message.el (message-tamago-not-in-use-p): New function.
8710         (message-strip-forbidden-properties): Use it.
8711
8712 2001-11-26  Didier Verna  <didier@xemacs.org>
8713
8714         * gnus-start.el (gnus-check-first-time-used): only check for
8715         existence of .el[d] files.
8716
8717 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8718
8719         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
8720
8721         * message.el (message-setup-1): Clean up mc-*.
8722
8723 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8724
8725         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
8726         * gnus-score.el (gnus-score-find-bnews): Use it.
8727
8728         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
8729         (gnus-summary-limit-to-author): Ditto.
8730         (gnus-summary-limit-to-extra): Ditto.
8731         (gnus-summary-find-matching): Support not-matching argument.
8732
8733 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8734
8735         * message.el (message-wash-subject): Use `insert' rather than
8736         `insert-string', which is deprecated.
8737
8738 2001-11-24  Simon Josefsson  <jas@extundo.com>
8739
8740         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
8741         message. (Gnus does not "default" to using 8bit for the message,
8742         it default to use 8bit encoding and the user-supplied CTE
8743         value. Calling this behaviour "treating it as 8bit" is perhaps
8744         better.)
8745
8746         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
8747         (compare mm-charset-to-coding-system).
8748
8749 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8750
8751         * canlock.el (canlock-sha1-with-openssl): Use unibyte
8752         buffer. Correctly decode hex.
8753
8754 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8755
8756         * gnus-agent.el (gnus-category-insert-line): Convert category
8757         names to strings.
8758
8759 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8760
8761         * message.el (sha1): eval-and-compile.
8762
8763 2001-11-20  Simon Josefsson  <jas@extundo.com>
8764
8765         * message.el (message-allow-no-recipients): New variable.
8766         (message-send): Use it, customize the prompting when posting to
8767         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
8768
8769 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8770
8771         * mm-util.el (mm-coding-system-priorities): New variable.
8772         (mm-sort-coding-systems-predicate): New function.
8773         (mm-find-mime-charset-region): Resort coding systems if needed.
8774         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8775
8776 2001-11-20  Didier Verna  <didier@xemacs.org>
8777
8778         * gnus-group.el (gnus-group-make-help-group): new optional
8779         argument to control the error behavior.
8780         * gnus-start.el (gnus-check-first-time-used): use it to avoid
8781         erroring.
8782
8783 2001-11-19  Simon Josefsson  <jas@extundo.com>
8784
8785         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
8786         instead of C-c C-u.  Suggested by Per Abrahamsen
8787         <abraham@dina.kvl.dk>.
8788
8789 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8790
8791         * nnfolder.el (nnfolder-read-folder): Use group instead of
8792         nnfolder-current-group.
8793         Suggested by Lorentey Karoly <lorentey@elte.hu>.
8794
8795 2001-11-17  Simon Josefsson  <jas@extundo.com>
8796
8797         * message.el (message-send): Ask user if Fcc/Gcc should be
8798         performed when no other sender was specified.
8799         Suggested by prj@po.cwru.edu (Paul Jarc).
8800
8801 2001-11-17  Simon Josefsson  <jas@extundo.com>
8802
8803         * message.el (message-mode, message-mode-map): Use C-c C-u for
8804         Importance: instead of C-c C-p (used by SC).
8805
8806 2001-11-16  Simon Josefsson  <jas@extundo.com>
8807
8808         * message.el (message-insert-importance-high)
8809         (message-insert-importance-low): Save point.
8810
8811         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
8812         value.
8813
8814 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
8815
8816         * message.el (message-strip-special-text-properties): New option.
8817         (message-strip-forbidden-properties): Obey it.
8818
8819 2001-11-14  Sam Steingold  <sds@gnu.org>
8820
8821         * gnus-score.el: Fixed some doc strings to properly quote symbols.
8822
8823 2001-11-15  Simon Josefsson  <jas@extundo.com>
8824
8825         Support "Importance:" header in Message.
8826
8827         * message.el (message-mode-map): Bind C-c C-p to
8828         `message-insert-or-toggle-importance'
8829         (message-mode-menu): Add message-insert-importance-{high,low}.
8830         (message-insert-importance-high, message-insert-importance-low)
8831         (message-insert-or-toggle-importance): New functions.
8832         (message-tool-bar-map): Add {un,}important.
8833         (message-mode): Doc fix.
8834
8835 2001-11-15  Simon Josefsson  <jas@extundo.com>
8836
8837         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
8838
8839         * mml.el (mml-menu): Fix toolbar tooltip.
8840
8841 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8842
8843         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
8844         * nnml.el (nnml-save-marks): Ditto.
8845
8846         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
8847
8848 2001-11-15  Simon Josefsson  <jas@extundo.com>
8849
8850         * nnml.el (nnml-save-marks):
8851         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
8852         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
8853
8854 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8855
8856         * gnus-art.el (gnus-article-wash-status-strings): Use
8857         `copy-sequence', not `copy-seq'.
8858
8859 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8860
8861         * gnus-art.el (gnus-article-wash-status-strings): New constant.
8862         (gnus-gnus-article-wash-status-entry): New function.
8863         (gnus-article-wash-status): Use it.
8864
8865 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8866
8867         * mml1991.el: Add coding header.
8868
8869 2001-11-12  Simon Josefsson  <jas@extundo.com>
8870
8871         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
8872         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
8873         `mml1991-sign' and `mml1991-encrypt'.
8874         (mml1991-encrypt, mml1991-sign): New glue functions.
8875         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
8876
8877         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
8878         (mml-menu): Add PGP to menu.
8879
8880         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
8881         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
8882         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
8883         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
8884
8885         * mml2015.el: Mention RFC 3156.
8886
8887         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
8888
8889 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8890
8891         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
8892
8893         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
8894           From <Michael.Cook@cisco.com>
8895
8896 2001-11-11  Simon Josefsson  <jas@extundo.com>
8897
8898         * message.el (top-level): Autoload sha1.
8899         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
8900         canlock, no need to require two different hash algs).  Suggested
8901         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
8902
8903 2001-11-09  Simon Josefsson  <jas@extundo.com>
8904
8905         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
8906         <Pavel@Janik.cz>.
8907
8908 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8909
8910         * message.el (message-point-in-header-p): New function.
8911         (message-do-auto-fill): Use it.
8912         (message-beginning-of-line): New function.  Goes to beginning of
8913         header value (i.e., end of header name), or to beginning of line
8914         if already at beginning of value.  Behaves like
8915         `beginning-of-line' when in message body.
8916         (message-mode-map): Bind it.
8917
8918 2001-11-08  Simon Josefsson  <jas@extundo.com>
8919
8920         * gnus-msg.el (gnus-posting-styles): Add doc.
8921
8922 2001-11-07  Simon Josefsson  <jas@extundo.com>
8923
8924         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
8925
8926         * sieve-mode.el (sieve-control-commands-face)
8927         (sieve-control-commands-face, sieve-action-commands-face)
8928         (sieve-test-commands-face, sieve-tagged-arguments-face): New
8929         faces.
8930         (sieve-font-lock-keywords): Use them.
8931         (sieve-mode): Only set font-lock-defaults in emacs.
8932
8933         * gnus-art.el (gnus-default-article-saver): Add
8934         gnus-summary-save-body-in-file.
8935         (gnus-summary-write-to-file): Fix doc.
8936
8937 2001-11-07  Simon Josefsson  <jas@extundo.com>
8938
8939         * gnus-art.el (gnus-treat-highlight-signature): Add cross
8940         reference to the correct chapter in the manual.
8941
8942         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
8943         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
8944
8945 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8946
8947         * mml.el (mml-preview): Bind mail-header-separator.
8948
8949 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8950
8951         * message.el: Always require canlock.
8952         (message-ignored-supersedes-headers): Include Cancel-Lock and
8953         Cancel-Key.
8954         (message-insert-canlock): Don't require canlock.
8955         (message-cancel-news): Don't check whether canlock is available.
8956         (message-supersede): Support cancel-locks.
8957
8958         * gnus-art.el: Don't autoload canlock.
8959
8960 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8961
8962         * mail-source.el (mail-source-fetch-imap): ASYNC param.
8963         From: <andre@slamdunknetworks.com>
8964
8965 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8966
8967         * many files: Fix copyright lines.
8968
8969 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8970
8971         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
8972         Suggested by Dave Love  <fx@gnu.org>.
8973
8974 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8975
8976         * message.el (message-kill-buffer): Remove auto-save file after
8977         confirm.
8978
8979         * message.el (message-send-mail): Call message-generate-headers
8980         once.  Suggested by Matt Armstrong <matt@lickey.com>.
8981
8982         * gnus-topic.el (gnus-topic-rename): Initial-input.
8983         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
8984
8985 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8986
8987         * message.el (message-forbidden-properties): New constant.
8988         (message-strip-forbidden-properties): New function.
8989         (message-mode): Activate it.
8990
8991 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8992
8993         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
8994         (mm-hack-charsets): Fix doc.
8995
8996 2001-11-02  Simon Josefsson  <jas@extundo.com>
8997
8998         * gnus-int.el (gnus-check-server): Message "...done" when done.
8999
9000         * imap.el (imap-close): Don't message (imap-send-command-wait
9001         returns if the connection is dropped).
9002         (imap-wait-for-tag): Nix out message only when necessary.
9003
9004         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
9005         for non-crossposting.
9006         (gnus-sieve-crosspost): Default to t to be consistent with other
9007         parts of Gnus.
9008
9009 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9010
9011         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
9012         (mm-iso-8859-x-to-15-table): Ditto.
9013         (mm-iso-8859-x-to-15-region): Ditto.
9014         (mm-find-mime-charset-region): Ditto.
9015
9016 2001-11-01  Simon Josefsson  <jas@extundo.com>
9017
9018         * nnimap.el (nnimap-close-asynchronous): New variable.
9019         (nnimap-close-group): Use it.
9020         (nnimap-expunge): Don't use it.
9021
9022         * imap.el (imap-callbacks): New variable.
9023         (imap-remassoc): Copied from `gnus-remassoc'.
9024         (imap-add-callback): New function.
9025         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
9026         behaviour.
9027         (imap-parse-response): Call the callback.
9028
9029         * message.el (message-insert-canlock): New variable.
9030         (message-canlock-generate, message-canlock-password)
9031         (message-insert-canlock): New functions.
9032         (message-send-news): Call `message-insert-canlock'.
9033         (top-level): Require canlock when compiling.
9034         (message-insert-canlock): Require canlock before we need it.
9035
9036 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9037
9038         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
9039
9040 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9041
9042         * dgnushack.el (dgnushack-make-load): A workaround for
9043         custom-add-loads bug in some versions of XEmacs.
9044
9045 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9046
9047         * mm-util.el (mm-charset-synonym-alist): Revert (some).
9048
9049 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9050
9051         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
9052         (mm-hack-charsets): New variable.
9053         (mm-iso-8859-15-compatible): New variable.
9054         (mm-iso-8859-x-to-15-table): New variable.
9055         (mm-find-mime-charset-region): Add parameter hack-charsets.
9056
9057         * mm-bodies.el (mm-encode-body): Use it.
9058         * mml.el (mml-parse-1): Ditto.
9059
9060 2001-11-01  Simon Josefsson  <jas@extundo.com>
9061
9062         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
9063
9064 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9065
9066         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
9067         is nil.
9068
9069 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9070
9071         * smiley-ems.el (smiley-update-cache): Auto detect file type.
9072
9073         * message.el (message-forward-rmail-make-body): Use
9074         save-window-excursion.
9075         (message-encode-message-body): Search with noerror.
9076         (message-setup-1): Convert compose-mail send-actions to
9077         message-send-actions.
9078
9079 2001-11-01  Simon Josefsson  <jas@extundo.com>
9080
9081         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
9082         <yamaoka@jpl.org>.
9083
9084 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9085
9086         * sieve-manage.el (sieve-string-bytes): No complain.
9087
9088 2001-11-01  Simon Josefsson  <jas@extundo.com>
9089
9090         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
9091         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
9092         has autoload cookies, so no `require' should be necessary.)
9093
9094         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
9095         files.
9096
9097 2001-10-31  Simon Josefsson  <jas@extundo.com>
9098
9099         * gnus-cus.el (gnus-group-parameters): Support integer `display'
9100         parameter.
9101
9102         * gnus-sum.el (gnus-select-newsgroup): If group parameter
9103         `display' is a number (and C-u wasn't used to enter group), only
9104         fetch that number of articles.
9105
9106 2001-10-31  Matt Armstrong  <matt@lickey.com>
9107
9108         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
9109         not-subscribed -> subscribed.
9110
9111 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9112         From: Josh Huber <huber@alum.wpi.edu>
9113
9114         * message.el (message-subscribed-address-functions): New variable.
9115         (message-subscribed-addresses): New variable.
9116         (message-subscribed-regexps): New variable.
9117         (message-goto-mail-followup-to): New function.
9118         (message-send-mail): Add Mail-Followup-To.
9119         (message-make-mft): New function.
9120
9121         * gnus.el (gnus-find-subscribed-addresses): New function.
9122
9123 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9124
9125         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
9126         (mail-source-fetch-pop): Ditto.
9127         (mail-source-check-pop): Ditto.
9128
9129         * gnus-start.el (gnus-read-init-file): Ditto.
9130         (gnus-activate-group): Ditto.
9131         (gnus-read-newsrc-el-file): Ditto.
9132
9133 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9134
9135         * message.el (message-get-reply-headers): Make sure there is ", ".
9136
9137         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
9138         mm-coding-system-p. Don't correct it only in XEmacs.
9139         (mm-charset-to-coding-system): Use mm-coding-system-p and
9140         mm-get-coding-system-list.
9141         (mm-emacs-mule, mm-mule4-p): New variables.
9142         (mm-enable-multibyte, mm-disable-multibyte,
9143         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
9144         mm-with-unibyte-current-buffer,
9145         mm-with-unibyte-current-buffer-mule4): Use them.
9146         (mm-find-mime-charset-region): Treat iso-2022-jp.
9147
9148         From  Dave Love  <fx@gnu.org>:
9149
9150         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
9151         construction.
9152         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
9153         entries conditional on not having a coding system defined for
9154         them.
9155         (mm-mule-charset-to-mime-charset): Use
9156         find-coding-systems-for-charsets if defined.
9157         (mm-charset-to-coding-system): Don't use
9158         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
9159         later.  Add last resort search of coding systems.
9160         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
9161         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
9162         Mule 4.
9163         (mm-find-mime-charset-region): Re-write.
9164         (mm-with-unibyte-current-buffer): Restore buffer as well as
9165         multibyteness.
9166
9167 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9168
9169         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
9170         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
9171         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
9172
9173 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9174
9175         * gnus-art.el (article-display-x-face): Nix buffer-read-only
9176         again.
9177
9178         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
9179
9180 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9181
9182         * gnus-spec.el (gnus-parse-simple-format): Use
9183           buffer-substring-no-properties.
9184
9185 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9186
9187         * gnus-art.el (article-verify-cancel-lock): New function.
9188
9189         * nnheader.el (nntp-process-response): New variable.
9190         (nnheader-init-server-buffer): Make `nntp-process-response'
9191         buffer-local in `nntp-server-buffer'.
9192
9193         * nntp.el (nntp-prepare-post-hook): New hook.
9194         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
9195         (nntp-async-trigger): Ditto.
9196         (nntp-request-post): Insert a server's ID if there's no Message-ID
9197         header; run `nntp-prepare-post-hook'.
9198
9199 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9200
9201         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
9202         instead.
9203
9204         * message.el (message-forward-subject-author-subject): Don't use
9205         message-news-p, which widens the buffer.
9206         (message-forward-make-body): New function.
9207         (message-forward): Use it.
9208         (message-insinuate-rmail): New function.
9209         (message-forward-rmail-make-body): New function.
9210
9211 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9212
9213         * mm-extern.el (mm-extern): Provide it.
9214
9215         * mm-partial.el (mm-partial): Provide it.
9216
9217 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9218
9219         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
9220
9221 2001-10-29  Simon Josefsson  <jas@extundo.com>
9222
9223         * mml.el (mml-preview): Bind message-this-is-news if it is
9224         news. From Jesper Harder <harder@myrealbox.com>.
9225
9226 2001-10-28  Simon Josefsson  <jas@extundo.com>
9227
9228         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
9229
9230 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
9231
9232         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
9233         ironic smilies.
9234
9235 2001-10-27  Simon Josefsson  <jas@extundo.com>
9236
9237         * message.el (message-indent-citation): Don't add trailing
9238         whitespace when citing text.
9239
9240         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
9241         <harder@ifa.au.dk>.
9242
9243 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9244
9245         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
9246         not available.
9247         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
9248         (nnweb-type-definition): Add google as alias of dejanews.
9249         (nnweb-google-parse-1): Forward 1 line.
9250
9251 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9252
9253         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
9254         variable `message-forward-ignored-headers'.
9255
9256 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
9257
9258         * gnus.el (gnus-expand-group-parameter): New function.
9259         (gnus-expand-group-parameters): Call it.
9260         (gnus-group-fast-parameter): New function.
9261         (gnus-group-find-parameter): Call it.
9262
9263 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9264
9265         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
9266         vector (it didn't before because of a bug).
9267         * gnus-msg.el (gnus-post-news): Use header vector directly, if
9268         available.  Before it converted it to an article number.
9269
9270         This makes followup to news articles with negative numbers in
9271         nnvirtual groups use news instead of mail.
9272
9273 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9274
9275         * gnus.el (post-method): Use `native' instead of `nil'.
9276
9277         * gnus-msg.el (gnus-post-method): Ditto.
9278
9279 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9280
9281         * gnus.el (gnus-define-group-parameter): Grammar fix.
9282
9283 2001-10-22  Simon Josefsson  <jas@extundo.com>
9284
9285         * gnus-msg.el (gnus-extended-version): Include
9286         system-configuration.
9287         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
9288
9289 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
9290
9291         * gnus.el (post-method): Customization fix: `native' is not a
9292         valid value.
9293         * gnus-msg.el (gnus-post-method): Doc and customization fix:
9294         `native' is not a valid value.
9295
9296 2001-10-21  Simon Josefsson  <jas@extundo.com>
9297
9298         * nnimap.el (nnimap): Defgroup
9299         (nnimap-strict-function, nnimap-strict-function-match): New
9300         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
9301         (nnimap-split-crosspost, nnimap-split-inbox)
9302         (nnimap-split-rule, nnimap-split-predicate)
9303         (nnimap-split-predicate): Defcustom.
9304         (nnimap-split-inbox, nnimap-expunge-search-string)
9305         (nnimap-importantize-dormant): Remove "*" from doc.
9306
9307 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9308
9309         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
9310         not supplied via prefix arg.  From Lisp, make arg mandatory.
9311         Suggested by Frank Schmitt.
9312
9313 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9314
9315         * message.el (message-do-auto-fill): Avoid calling
9316         'rfc822-goto-eoh'.
9317
9318 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9319         From Paul Jarc <prj@po.cwru.edu>.
9320
9321         * message.el (message-get-reply-headers): Restructure the logic
9322         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
9323
9324 2001-10-20  Simon Josefsson  <jas@extundo.com>
9325
9326         * message.el (message-cancel-news): Support cancel-locks.
9327         Suggested by Per Abrahamsson.
9328
9329         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
9330         conses.  From David Z Maze <dmaze@MIT.EDU>.
9331
9332         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
9333
9334 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9335
9336         * mm-decode.el (mm-default-directory): Fix customize type.
9337
9338         * message.el (message-setup-fill-variables): Kludge to use
9339         normal-auto-fill-function even if auto fill is already activated.
9340
9341 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9342
9343         * message.el (message-do-auto-fill): New version that does not
9344         rely on text properties, by Simon Josefsson <jas@extundo.com>.
9345         (message-setup-1): Removed the `message-field' property.
9346
9347         * gnus-draft.el (gnus-draft-edit-message): Removed the
9348         `message-field' property.
9349
9350 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9351
9352         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
9353         `message-field'.  The `field' property has a special significance in
9354         Emacs 21.
9355
9356         * message.el (message-send, message-setup-1): Ditto.
9357
9358 2001-10-18  Simon Josefsson  <jas@extundo.com>
9359
9360         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
9361         when undoing.
9362
9363 2001-10-18  Simon Josefsson  <jas@extundo.com>
9364         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
9365
9366         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
9367         (gnus-summary-make-menu-bar): Ditto.
9368
9369 2001-10-17  Simon Josefsson  <jas@extundo.com>
9370
9371         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
9372         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
9373
9374 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9375
9376         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
9377         * gnus-util.el (gnus-user-date): New function.
9378         From Frank Schmitt <usenet@Frank-Schmitt.net>.
9379
9380 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
9381
9382         * message.el (message-check-news-header-syntax): Special case
9383         nnvirtual groups.
9384
9385         * gnus-sum.el (gnus-summary-respool-default-method): Changed
9386         customize type to `symbol'.
9387
9388 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9389
9390         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
9391         %&foo;.
9392         (gnus-parse-simple-format): Support user extended spec too.
9393         %u&foo; invokes gnus-user-format-function-foo.
9394
9395 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9396
9397         * nnml.el (nnml-request-expire-articles): Make sure it is back to
9398         the server.
9399         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
9400         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9401         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
9402         * nndiary.el (nndiary-request-expire-articles): Ditto.
9403         (nndiary-schedule): Defsubst it before use it.
9404         (nndiary-error): eval-and-compile.
9405
9406 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
9407
9408         * gnus-msg.el (gnus-post-method): Changed two instances of
9409         `active' to `current' and one `null' to `not'.
9410
9411 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9412         From Katsumi Yamaoka <yamaoka@jpl.org>.
9413
9414         * message.el (message-setup-fill-variables): Use
9415         `normal-auto-fill-function' instead of `auto-fill-function'.
9416
9417 2001-10-16  Simon Josefsson  <jas@extundo.com>
9418
9419         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
9420         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
9421         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
9422
9423 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9424         Patch by Oliver Scholz <oscholz@my.gnus.org>.
9425
9426         * gnus-draft.el (gnus-draft-edit-message): Add text property
9427         `field' with value `header' to message headers.
9428         * message.el (message-setup-1): Really add text property to all of
9429         the header, not just part of it.
9430
9431 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9432
9433         * gnus-group.el (gnus-group-sort-by-server): Use it.
9434
9435         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
9436
9437         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
9438         and keystroke.
9439
9440 2001-10-14  Simon Josefsson  <jas@extundo.com>
9441
9442         * dig.el: Doc fix.
9443
9444         * smime.el: Doc fix.
9445
9446         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
9447         charset magic from message.el.
9448
9449 2001-10-12  Simon Josefsson  <jas@extundo.com>
9450         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
9451
9452         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
9453         'cite from g-a-wash-types.
9454         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
9455         (gnus-article-hide-citation): Fix.
9456
9457         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
9458         character.
9459         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
9460
9461         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
9462         definition.
9463         (gnus-signature-toggle): Toggle `s' mode line character.
9464
9465         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
9466         doing stuff that clears it.
9467
9468 2001-10-12  Simon Josefsson  <jas@extundo.com>
9469
9470         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
9471         From Eric Marsden <emarsden@laas.fr>.
9472
9473 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9474
9475         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
9476         (autoload): Add some autoloads.
9477
9478 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9479         Suggested by Oliver Scholz <epameinondas@gmx.de>.
9480
9481         * message.el (message-do-auto-fill): New function.  Like
9482         `do-auto-fill' but don't fill when in the message header.
9483         (message-setup-1): Put a text property on the message header.
9484         (message-setup-fill-variables): Use `message-do-auto-fill'.
9485
9486 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9487
9488         * message.el (message-send-mail-partially): Insert an empty line
9489         first, because of the change of message-make-lines.
9490
9491 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
9492
9493         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
9494         iso-8859-15, make it an alias for iso-8859-1.
9495
9496 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9497
9498         * message.el (message-send-news): Don't modify the value of
9499         `message-syntax-checks' if it is not a list (possibly it is
9500         `dont-check-for-anything-just-trust-me').
9501
9502 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9503
9504         * gnus-group.el (gnus-group-name-charset-group-alist): Use
9505         `find-coding-system' for XEmacs to check whether the coding-system
9506         `utf-8' is available.
9507
9508 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9509
9510         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
9511
9512 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
9513
9514         * message.el (message-send-news): Oops, missed case with no
9515         "Followup-To" header...
9516
9517 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
9518
9519         * message.el (message-send-news): Allow
9520         `gnus-group-name-charset-group-alist' to affect encoding of the
9521         "Newsgroups" and "Followup-To" headers.
9522
9523 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9524
9525         * Makefile.in (install-el): Depend on gnus-load.el.
9526
9527 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9528
9529         * Makefile.in (install-el): Use -f.
9530         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
9531
9532 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
9533
9534         * message.el (message-send-news): Don't encode Followups-To when
9535         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
9536
9537         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
9538         header.
9539
9540         * gnus-art.el (article-decode-group-name): Also decode
9541         "Followup-To".
9542
9543         * rfc2047.el (rfc2047-encode-message-header): Encode without
9544         asking for null methods.
9545
9546         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
9547         default charset for newsgroup names in accordance with USEFOR.
9548
9549         * gnus-group.el (gnus-group-name-charset-method-alist,
9550         gnus-group-name-charset-group-alist): Removed "*" from doc
9551         strings, "*" should not be used for complex variables.
9552
9553 2001-10-06  Simon Josefsson  <jas@extundo.com>
9554
9555         Support UTF-8 group names better.
9556
9557         * message.el (message-check-news-header-syntax): Encode group
9558         names before comparison.
9559
9560         * gnus-msg.el (gnus-copy-article-buffer): Run all
9561         `gnus-article-decode-hook's except `article-decode-charset'
9562         instead of hardcoding call to one of them.
9563
9564         * gnus-art.el (gnus-article-decode-hook): Add
9565         `article-decode-group-name'.
9566         (article-decode-group-name): New function, use `g-d-n'.
9567
9568         * gnus-group.el (gnus-group-insert-group-line): Decode
9569         gnus-tmp-group using `g-d-n'.
9570
9571         * gnus-util.el (gnus-decode-newsgroups): New function.
9572
9573 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
9574
9575         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
9576         `gnus-group-name-charset-group-alist'.
9577
9578 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9579
9580         * Makefile.in: Install el in install. Add uninstall.
9581
9582 2001-10-05  Simon Josefsson  <jas@extundo.com>
9583
9584         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
9585
9586         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
9587
9588         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
9589         empty folders.
9590
9591         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
9592         limiting if read-all (C-u RET) was used.
9593
9594 2001-10-04  Simon Josefsson  <jas@extundo.com>
9595
9596         * mail-source.el (mail-source-movemail-program): New variable.
9597         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
9598         <thutt@thutt.vmware.com>.
9599
9600 2001-10-03  Simon Josefsson  <jas@extundo.com>
9601
9602         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
9603         (gnus-summary-line-format-alist): Fix param.
9604
9605 2001-10-02  Simon Josefsson  <jas@extundo.com>
9606
9607         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
9608         don't go through `nnimap-request-expire-articles' to delete the
9609         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
9610
9611 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9612
9613         * gnus-agent.el (gnus-agent-write-active): The min in the
9614         agent/active may be larger than that in the server/active.
9615
9616 2001-10-01  Simon Josefsson  <jas@extundo.com>
9617
9618         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
9619         is IMAP4rev1.
9620
9621         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
9622
9623         * nnfolder.el: Ditto.
9624
9625 2001-09-30  Dan Christensen  <jdc@uwo.ca>
9626
9627         * gnus-sum.el (gnus-summary-extract-address-component): New function.
9628         (gnus-summary-from-or-to-or-newsgroups): Optimize.
9629
9630 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9631
9632         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
9633         (message-mode-menu): Menu item for same.
9634
9635         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
9636         delayed articles.
9637
9638         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
9639         nndraft:delayed does not exist.
9640         (gnus-delay-initialize): Don't set up keymap, that's done from
9641         message.el now.
9642         (gnus-delay, gnus-delay-group, gnus-delay-header)
9643         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
9644
9645 2001-09-29  Simon Josefsson  <jas@extundo.com>
9646
9647         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
9648         utf-8, not eight-bit-control.
9649
9650         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
9651         (imap-log, imap-debug): Custom.
9652         (imap-log-buffer, imap-debug-buffer): New constants.
9653         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
9654         (imap-network-open, imap-shell-open, imap-starttls-open)
9655         (imap-send-command-1, imap-send-command, imap-arrival-filter)
9656         (imap-debug): Use imap-*-buffer.
9657
9658         * nndoc.el (nndoc-article-type): Add mailman.
9659         (nndoc-type-alist): Ditto.
9660         (nndoc-mailman-type-p): New function.
9661
9662 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9663
9664         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
9665         gnus-art.el.
9666
9667 2001-09-27  Simon Josefsson  <jas@extundo.com>
9668
9669         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
9670         (gnus-topic-catchup-articles): New function. Suggested by Robin
9671         S. Socha <robin-dated-1001857693.185e29@socha.net>.
9672
9673 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9674         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
9675
9676         * gnus-ems.el (gnus-article-display-xface): Insert xface after
9677         previous ones.
9678
9679 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9680         From Daiki Ueno  <ueno@unixuser.org>
9681
9682         * gnus-sum.el (gnus-summary-show-article): The arglist of
9683         detect-coding-region is incompatible.
9684
9685 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9686         From Katsuhiro Hermit Endo <hermit@koka-in.org>
9687
9688         * gnus-group.el (gnus-group-delete-group): Typo.
9689
9690 2001-09-26  Simon Josefsson  <jas@extundo.com>
9691
9692         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
9693
9694         * nnimap.el (nnimap-expiry-target): Use temp buffer.
9695
9696 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9697
9698         * gnus-cus.el (gnus-group-parameters): Display as sexp.
9699
9700 2001-09-22  Simon Josefsson  <jas@extundo.com>
9701
9702         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
9703
9704         * nnfolder.el (nnfolder-open-marks): Ditto.
9705
9706         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
9707         (gnus-update-marks): Use it.
9708         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
9709         hardcoded list.
9710
9711         * gnus.el (gnus-article-special-mark-lists): Add killed.
9712         (gnus-article-unpropagated-mark-lists): New constant.
9713
9714 2001-09-22  Simon Josefsson  <jas@extundo.com>
9715
9716         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
9717         custom option.
9718
9719 2001-09-23  Simon Josefsson  <jas@extundo.com>
9720
9721         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
9722
9723 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9724
9725         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
9726
9727 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
9728
9729         * gnus-group.el (gnus-group-sort-function): Fix customize type to
9730         accept lists of functions.
9731
9732 2001-09-20  Simon Josefsson  <jas@extundo.com>
9733
9734         * gnus-group.el (gnus-group-catchup): Update expire marks in
9735         backend.  Also, if ALL also set expire marks on tick/dormant.
9736
9737 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9738
9739         * message.el (message-tab-body-function): New variable.
9740         * message.el (message-tab): Use it.
9741
9742 2001-09-19  Sam Steingold  <sds@gnu.org>
9743
9744         * gnus-win.el (gnus-buffer-configuration): Respect
9745         `gnus-bug-create-help-buffer'.
9746
9747 2001-09-18  Simon Josefsson  <jas@extundo.com>
9748
9749         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
9750         (gnus-parse-simple-format): Re-revert.
9751
9752 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
9753         Trivial patch.
9754
9755         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
9756         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
9757
9758 2001-09-18  Simon Josefsson  <jas@extundo.com>
9759
9760         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
9761         signed.
9762         (gnus-parse-simple-format): Don't use it.
9763
9764 2001-09-17  Miles Bader  <miles@gnu.org>
9765
9766         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
9767         error querying a backend abort the whole process.
9768
9769 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9770
9771         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
9772         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
9773
9774 2001-09-17  Didier Verna  <didier@xemacs.org>
9775
9776         * nndiary.el: version 0.2-b14.
9777         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
9778         compatibility problem with XEmacs 21.1.
9779
9780 2001-09-15  Simon Josefsson  <jas@extundo.com>
9781
9782         * gnus-group.el (gnus-group-line-format): Document %c.
9783
9784         * nnml.el (nnml-parse-head): Handle CRLF files.
9785         (nnml-generate-nov-file): Ditto.
9786         (nnml-retrieve-headers): Ditto.
9787
9788 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
9789
9790         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
9791
9792 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
9793
9794         * gnus-spec.el (gnus-correct-substring): Still stopped one
9795         character before we wanted (never included last character).
9796         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
9797         add missing "," (once per function)
9798
9799 2001-09-14  Simon Josefsson  <jas@extundo.com>
9800
9801         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
9802         (otherwise e.g. gnus-agentize in .gnus overrides the customized
9803         default before gnus-group is loaded and the variable set.)
9804
9805         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
9806         killed or unsent marks.
9807
9808         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
9809         isn't an article to set it on (e.g. when you `a' in a group).
9810
9811 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9812
9813         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
9814         can read e-mails from Microsoft Outlook users not using ISO
9815         8859-2 character set.
9816
9817 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9818
9819         * gnus-diary.el: Minor modifications to avoid warnings.
9820         (gnus-summary-misc-menu): defvar.
9821         (gnus-diary-check-message): Use gnus-point-at-eol.
9822         (gnus-diary-kill-entire-line): eval-and-compile.
9823
9824 2001-09-12  Didier Verna  <didier@xemacs.org>
9825
9826         * nndiary.el: new version (0.2-b13).
9827         * nndiary.el (nndiary-mail-sources): doc update.
9828         * nndiary.el (nndiary-split-methods): ditto.
9829         * nndiary.el (nndiary-request-accept-article-hooks): New.
9830         * nndiary.el (nndiary-request-accept-article): use it, check
9831         message validity.
9832         * nndiary.el (nndiary-get-new-mail): changed default to nil.
9833         * nndiary.el (nndiary-schedule): fix bug (misplaced
9834         condition-case): it didn't return nil on error.
9835         * gnus-diary.el: new version.
9836         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
9837         * gnus-diary.el (gnus-diary-header-value-history): New.
9838         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
9839         * gnus-diary.el (gnus-diary-add-header): New.
9840         * gnus-diary.el (gnus-diary-check-message): New.
9841         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
9842         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
9843
9844 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9845
9846         * gnus-sum.el (gnus-select-newsgroup): Make
9847         `gnus-current-select-method' buffer-local.
9848
9849         * gnus-art.el (gnus-request-article-this-buffer): Refer
9850         `gnus-current-select-method' in the current summary buffer.
9851
9852 2001-09-10  Simon Josefsson  <jas@extundo.com>
9853         From Daniel Pittman <daniel@rimspace.net>
9854
9855         * gnus-spec.el (gnus-correct-pad-form): Fix.
9856
9857 2001-09-09  Simon Josefsson  <jas@extundo.com>
9858
9859         * mm-decode.el (mm-inline-media-tests): Add
9860         application/x-emacs-lisp.
9861         (mm-attachment-override-types): Add
9862         application/{x-,}pkcs7-signature.
9863
9864         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
9865         (gnus-server-line-format, gnus-server-mode-line-format)
9866         (gnus-server-browse-in-group-buffer): Customize.
9867
9868 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9869
9870         * nnml.el (nnml-marks-changed-p): Typo.
9871         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
9872         (nnml-marks-changed-p): Use gnus-gethash.
9873         (nnml-marks-modtime): Use gnus-make-hashtable.
9874
9875         * nnfolder.el (nnfolder-marks-changed-p): Typo.
9876         (nnfolder-request-expire-articles, nnfolder-save-marks)
9877         (nnfolder-open-marks): Typo.
9878         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
9879         (nnfolder-marks-changed-p): Use gnus-gethash.
9880         (nnfolder-marks-modtime): Use gnus-make-hashtable.
9881
9882 2001-09-08  Simon Josefsson  <jas@extundo.com>
9883
9884         * nnfolder.el (nnfolder-marks-modtime): New variable.
9885         (nnfolder-marks-changed-p): New function.
9886         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
9887         (nnfolder-request-update-info): Don't update if marks didn't change.
9888
9889         * nnml.el (nnml-marks-modtime): New variable.
9890         (nnml-marks-changed-p): New function.
9891         (nnml-save-marks, nnml-open-marks): Save modtime.
9892         (nnml-request-update-info): Don't update if marks didn't change.
9893
9894         * gnus-agent.el (gnus-agent-any-covered-gcc)
9895         (gnus-agent-add-server, gnus-agent-remove-server): Use
9896         gnus-agent-method-p.
9897
9898         * gnus-art.el (gnus-buttonized-mime-types): New variable.
9899         (gnus-unbuttonized-mime-type-p): Use it.
9900
9901         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
9902         fetch group.
9903
9904 2001-09-08  Simon Josefsson  <jas@extundo.com>
9905         From Daniel Pittman <daniel@rimspace.net>
9906
9907         * gnus-spec.el (gnus-correct-pad-form): New function.
9908         (gnus-parse-simple-format): Use it.
9909
9910 2001-09-07  Simon Josefsson  <jas@extundo.com>
9911
9912         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
9913         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
9914         Putnam <reader@newsguy.com>.
9915         (gnus-group-sort-selected-groups): Touch dribble file.
9916
9917 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
9918
9919         * nnml.el (nnml-filenames-are-evil): New variable.
9920         (nnml-article-to-file-alist): Rename to ...
9921         (nnml-current-group-article-to-file-alist): ... this.
9922         Respect `nnml-filenames-are-evil'.
9923         (nnml-active-number): Update.
9924         (nnml-update-file-alist): Update.
9925         (nnml-request-article): Use nnheader-article-to-file-alist.
9926         (nnml-request-rename-group): Likewise.
9927
9928 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9929
9930         * gnus-sum.el (gnus-summary-insert-line): Fix.
9931
9932 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
9933
9934         * gnus-sum.el: Bind g-s-t-s to "W g".
9935         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
9936         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
9937         display of graphical smilies.
9938
9939 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9940
9941         * gnus-start.el (gnus-setup-news): A typo.
9942         From Bill White <billw@wolfram.com>.
9943
9944 2001-09-06  Simon Josefsson  <jas@extundo.com>
9945
9946         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
9947         and unseen marks.
9948
9949 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9950
9951         * nnmail.el (nnmail-split-fancy): Document `junk'.
9952
9953 2001-09-04  Simon Josefsson  <jas@extundo.com>
9954
9955         * imap.el (imap-search): Don't error if server is broken.
9956
9957 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
9958
9959         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
9960         searching for an article that isn't in the mbox.
9961
9962 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9963
9964         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
9965         right, and get all the comments.
9966
9967 2001-09-02  Simon Josefsson  <jas@extundo.com>
9968         Suggested by Dan Christensen <jdc+news@uwo.ca>
9969
9970         * nnfolder.el (nnfolder-request-update-info): Fix message.
9971
9972         * nnml.el (nnml-request-update-info): Ditto.
9973
9974 2001-09-01  Simon Josefsson  <jas@extundo.com>
9975
9976         * nnml.el (nnml-request-expire-articles): Also bind
9977         `nnml-current-group' and `nnml-article-file-alist' when using
9978         expiry-target. (Otherwise nnml will be in a inconsistent internal
9979         state causing all kind of problems.)
9980         (nnml-request-expire-articles): If `nnml-article-to-file' or
9981         `file-attributes' failes, return article as un-expirable instead
9982         of treating it as expired.
9983
9984 2001-08-31  Sam Steingold  <sds@gnu.org>
9985
9986         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
9987         typo: `exmine' --> `examine'.
9988
9989 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9990
9991         * nndoc.el (nndoc-forward-type-p): It is not a digest.
9992
9993 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9994
9995         * nnml.el (nnml-check-directory-twice): Remove.
9996         (nnml-retrieve-headers): Ditto.
9997         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
9998
9999 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10000
10001         * nnheader.el (nnheader-directory-files-is-safe): No need to read
10002         directory twice on Windows, or on GNU Emacs-21.
10003
10004 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10005
10006         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
10007         (nnml-request-rename-group): Ditto.
10008         (nnml-active-number): Ditto.
10009         (nnml-request-create-group): Use nnml-directory-articles.
10010         (nnml-request-expire-articles): Use nnml-directory-articles, which
10011         gets list from nov database if available.
10012         (nnml-get-nov-buffer): New function.
10013         (nnml-open-nov): Use it.
10014         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
10015         gets alist from nov database if available.
10016         (nnml-directory-articles): New function.
10017         (nnml-article-to-file-alist): New function.
10018
10019 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10020
10021         * mm-decode.el (mm-display-external): Use `name' as filename, if
10022         `filename' attribute is not present.
10023
10024 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10025
10026         * mail-source.el (mail-source-flash): New defcustom.
10027         (mail-source-new-mail-p): Ring visible bell if appropriate.
10028         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
10029         timer is cleared even if mail check signals an error.
10030
10031 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10032
10033         * gnus-sum.el (gnus-summary-move-article): Only update marks of
10034         type 'list.
10035
10036 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10037
10038         * flow-fill.el (fill-flowed): eol might be point-max.
10039
10040 2001-08-27  Simon Josefsson  <jas@extundo.com>
10041
10042         * nnml.el (nnml-request-update-info): Fix message.
10043         (nnml-open-marks): Ditto.
10044
10045         * nnfolder.el (nnfolder-request-update-info):
10046         (nnfolder-open-marks): Fix message.
10047
10048 2001-08-25  Simon Josefsson  <jas@extundo.com>
10049
10050         * nnfolder.el (nnfolder-save-marks): Don't create directory named
10051         after group in ~/.
10052
10053 2001-08-25  Simon Josefsson  <jas@extundo.com>
10054         From Andreas Jaeger  <aj@suse.de>
10055
10056         * nnfolder.el (nnfolder-open-marks): Fix typo.
10057         * nnml.el (nnml-open-marks): Likewise.
10058
10059 2001-08-25  Simon Josefsson  <jas@extundo.com>
10060
10061         Make nnfolder groups self-contained as far as marks are concerned.
10062
10063         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
10064         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
10065         (nnfolder-open-server): Make marks directory.
10066         (nnfolder-request-delete-group): Delete marks file.
10067         (nnfolder-request-delete-group): Check of nov/marks file exist
10068         before deleting.
10069         (nnfolder-request-rename-group): Rename marks file.
10070         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
10071         (nnfolder-request-set-mark, nnfolder-request-update-info)
10072         (nnfolder-group-marks-pathname, nnfolder-save-marks)
10073         (nnfolder-open-marks): New functions.
10074         (top-level): Require gnus.
10075
10076 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10077
10078         * nnweb.el (nnweb-type-definition): Use google raw file.
10079         (nnweb-google-parse-1): Ditto.
10080         (nnweb-google-identity): Ditto.
10081         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
10082         (nnweb-altavista-wash-article): Ditto.
10083         (nnweb-request-article): Remove nnweb-decode-entities.
10084
10085         * nnml.el: Require 'gnus.
10086
10087 2001-08-25  Simon Josefsson  <jas@extundo.com>
10088
10089         * nnml.el (nnml-marks-is-evil): Add doc.
10090
10091 2001-08-25  Simon Josefsson  <jas@extundo.com>
10092
10093         * nnml.el (nnml-save-marks): Wrap saving marks in a
10094         condition-case, to allow user to start Gnus if saving marks failed
10095         for some reason.
10096
10097 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10098
10099         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
10100
10101         * gnus-group.el (gnus-update-group-mark-positions): Bind
10102         gnus-group-update-hook to nil.
10103
10104 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10105
10106         * mml.el (mml-generate-mime-1): Force as multibyte string.
10107
10108 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10109
10110         * gnus-sum.el (gnus-summary-insert-line)
10111         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
10112         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
10113
10114         * gnus-spec.el (gnus-correct-substring): Take optional END.
10115
10116         * nnrss.el (nnrss-request-article): Remove \n.
10117         (nnrss-retrieve-headers): Lines number is -1.
10118
10119 2001-08-24  Simon Josefsson  <jas@extundo.com>
10120
10121         * gnus-group.el (gnus-info-clear-data): Call
10122         nnfoo-request-set-mark to propagate marks.  Fix bug:
10123         `gnus-group-update-line' doesn't update read range unless we call
10124         `gnus-get-unread-articles-in-group' first.
10125
10126         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
10127         to server.
10128
10129 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10130
10131         * gnus-util.el (gnus-create-info-command): Return an interactive
10132         function.
10133
10134 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10135         From Katsumi Yamaoka <yamaoka@jpl.org>
10136
10137         * gnus-spec.el (gnus-parse-complex-format): Use equal.
10138
10139 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10140
10141         * gnus-sum.el (gnus-select-newsgroup): Use it.
10142
10143         * gnus-util.el (gnus-not-ignore): New function.
10144
10145         * lpath.el (featurep): Don't fbind char-int.
10146
10147         * gnus-util.el (gnus-create-info-command): New function.
10148
10149         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
10150         right node.
10151
10152         * gnus-sum.el (gnus-select-newsgroup): Clean up.
10153         (gnus-summary-limit-children): Use 'identity instead of `all'.
10154         (gnus-summary-limit-to-display-predicate): New command and
10155         keystroke.
10156
10157 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10158
10159         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
10160
10161         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
10162
10163 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10164
10165         * gnus-spec.el: Add the Gnus version.
10166         (gnus-update-format-specifications): If the Gnus version changes,
10167         nix out the format spec cache.
10168
10169         * gnus.el (gnus-continuum-version): Made into a command and
10170         optionalize the VERSION.
10171
10172         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
10173         the start of the lines.
10174
10175 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10176
10177         * gnus.el (gnus-visual-p): Define function before use of
10178         function.
10179
10180 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10181
10182         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
10183         (gnus-article-mark-to-type): New function.
10184         (gnus-update-missing-marks): Only update marks of type 'list.
10185
10186         * gnus.el (gnus-article-special-mark-lists): New variable.
10187
10188 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10189
10190         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
10191         (gnus-select-newsgroup): Still use 'all.
10192         (gnus-summary-initial-limit): Comparing with 'all.
10193
10194 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10195
10196         * gnus-start.el (gnus-activate-group): If dont-check, don't update
10197         active.
10198
10199 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10200
10201         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
10202         nnslashdot-*-retrieve-headers.
10203         (nnslashdot-request-article): Fix for slashcode 2.2.
10204         (nnslashdot-make-tuple): New function.
10205         (nnslashdot-read-groups): Use it.
10206
10207 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10208
10209         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
10210         list.
10211
10212         * gnus-sum.el (gnus-summary-move-article): Don't select article.
10213
10214 2001-08-20  Simon Josefsson  <jas@extundo.com>
10215
10216         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
10217         opened, error instead of continuing (and exploding later).
10218
10219 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10220
10221         * gnus.el (gnus-expand-group-parameters): Return the parameter
10222         list.
10223
10224         * gnus-sum.el (gnus-summary-show-article): Doc fix.
10225         (gnus-summary-show-article): Guess at charset if required.
10226
10227         * gnus-spec.el (gnus-correct-substring): Stopped one character
10228         before we wanted.
10229
10230 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10231
10232         * earcon.el (earcon-auto-play): Remove unused option.
10233
10234 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10235
10236         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
10237         message down in levels, since it happens very fast.
10238
10239         * smiley-ems.el (smiley-update-cache): Respect the symbol version
10240         of smiley-regexp-alist.
10241
10242         * mm-view.el (mm-inline-text): Ignore vcard errors.
10243
10244         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
10245
10246         * gnus-score.el (gnus-all-score-files): Use append instead of
10247         nconc.
10248
10249         * gnus.el (gnus-splash-face): Doc fix.
10250
10251         * mm-decode.el (mm-mailcap-command): Use
10252         mm-path-name-rewrite-functions.
10253         (mm-path-name-rewrite-functions): New variable.
10254
10255         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
10256         (gnus-complex-form-to-spec): Insert tab.
10257         (gnus-spec-tab): New function.
10258
10259         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
10260         entering the group.
10261
10262         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
10263         the positional spec.
10264         (gnus-parse-complex-format): React to %C.
10265
10266         * gnus-ems.el (gnus-char-width): Moved here.
10267
10268         * gnus-sum.el (gnus-select-newsgroup): Set
10269         gnus-newsgroup-articles.
10270         (gnus-unseen-mark): New variable.
10271         (gnus-newsgroup-unseen): Ditto.
10272         (gnus-newsgroup-seen): Ditto.
10273         (gnus-adjust-marked-articles): Use them.
10274         (gnus-update-marks): Use them.
10275         (gnus-summary-update-secondary-mark): Display.
10276         (gnus-summary-prepare-threads): Display.
10277
10278         * gnus-msg.el (gnus-inews-group-method): Use and return the
10279         method, not the server.
10280
10281 2001-08-19  Simon Josefsson  <jas@extundo.com>
10282
10283         * gnus-srvr.el (gnus-server-agent-face): New.
10284         (gnus-server-agent-face): New.
10285         (gnus-server-mode): Turn on font-lock-mode.
10286
10287         * gnus.el (gnus-server-visual): Add defgroup.
10288
10289 2001-08-19  Simon Josefsson  <jas@extundo.com>
10290         From Joe Casadonte <jcasadonte@northbound-train.com>
10291
10292         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
10293         gnus-server-denied-face): New.
10294         (gnus-server-opened-face, gnus-server-closed-face,
10295         gnus-server-denied-face): New.
10296         (gnus-server-font-lock-keywords): Add.
10297
10298 2001-08-19  Simon Josefsson  <jas@extundo.com>
10299
10300         * nnml.el (nnml-request-set-mark): Return nil.
10301         (nnml-save-marks): Use nnml-possibly-create-directory.
10302         (nnml-open-marks): Only work in temp buffer when inserting/reading
10303         .marks file.
10304
10305 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10306
10307         * gnus.el (gnus-expand-group-parameters): Fix.
10308
10309         * gnus-spec.el (gnus-char-width): New function.
10310         (gnus-correct-substring, gnus-correct-length): Use it.
10311
10312         * message.el (message-required-mail-headers): Fix doc.
10313
10314 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10315
10316         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
10317
10318         * mm-decode.el (mm-save-part-to-file): Insert the handle.
10319
10320 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10321
10322         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
10323         slashdot 2.2 (not fully fixed yet).
10324         (nnslashdot-request-article): Ditto.
10325
10326 2001-08-18  Simon Josefsson  <jas@extundo.com>
10327
10328         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
10329         nnimap.
10330
10331         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
10332         gnus-util.
10333         (nnimap-request-update-info-internal): Use new functions.
10334
10335         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
10336         new functions.
10337
10338 2001-08-18  Simon Josefsson  <jas@extundo.com>
10339
10340         Make nnml groups self-contained as far as marks are concerned.
10341
10342         * nnml.el (nnml-request-delete-group): Delete marks file.
10343         (nnml-request-rename-group): Move marks file.
10344         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
10345         variables.
10346         (nnml-request-set-mark, nnml-request-update-info): New server
10347         functions.
10348         (nnml-save-marks, nnml-open-marks): New functions.
10349
10350 2001-08-18  Simon Josefsson  <jas@extundo.com>
10351
10352         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
10353         `set' when setting marks.
10354
10355 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10356
10357         * gnus.el (gnus-info-find-node): Take an argument.
10358
10359         * gnus-art.el (gnus-button-handle-info): New function.
10360         (gnus-url-unhex-string): Replace "+" with " ".
10361
10362 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10363
10364         * message.el (message-check-news-header-syntax): Check bad From.
10365
10366 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10367
10368         * gnus-spec.el (gnus-correct-length): New function.
10369         (gnus-correct-substring): New function.
10370         (gnus-tilde-max-form): Use it.
10371
10372 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
10373
10374         * nnmh.el: Docstring changes as below.
10375
10376         * nnml.el: Docstring changes as below.
10377
10378         * nnbabyl.el: Docstring changes as below.
10379
10380         * nnmbox.el: Docstring changes as below.
10381
10382         * nnfolder.el: Added docstrings identifying each virtual server
10383         parameter.
10384
10385 2001-08-18  Simon Josefsson  <jas@extundo.com>
10386
10387         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
10388
10389 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
10390
10391         * message.el: rename "Abort Message" to "Postpone Message".
10392         Remove "Attach file as MIME" from Message menu, it's already in
10393         the MIME menu.
10394
10395 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10396
10397         * smime.el (smime-point-at-eol): eval-and-compile.
10398         (smime-make-temp-file): New function.
10399         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
10400         Use it.
10401
10402 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10403
10404         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
10405         (gnus-agent-summary-fetch-group): New command and keystroke.
10406
10407         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
10408         (gnus-mime-display-security): Make it respect
10409         gnus-unbuttonized-mime-type-p.
10410
10411         * gnus-sum.el (gnus-articles-to-read): Comments.
10412         (gnus-article-marked-p): New function.
10413         (gnus-summary-display-make-predicate): New function.
10414         (gnus-select-newsgroup): Use them.
10415
10416         * mm-decode.el (mm-save-part-to-file): Made it not error.
10417
10418 2001-08-17  Simon Josefsson  <jas@extundo.com>
10419
10420         * imap.el (imap-wait-for-tag): If process-status isn't open or
10421         run, return nil instead of sit-for looping.
10422
10423 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10424
10425         * lpath.el (featurep): fbind xml-parse-region.
10426
10427         * gnus.el (gnus-message-archive-method): Default to "archive".
10428         (gnus-message-archive-method): Doc fix.
10429         (gnus-parameters-get-parameter): Cleaned up.
10430         (gnus-expand-group-parameter): New function.
10431
10432         * gnus-start.el (gnus-setup-news): Push the archive server only
10433         the server list.
10434
10435         * mml.el (mml-menu): Changed name to "Attachments".
10436
10437         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
10438         when there is something to detroy.
10439
10440 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10441
10442         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
10443         nil.
10444
10445 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10446
10447         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
10448         which specifies a time today or tomorrow.
10449
10450 2001-08-15  Simon Josefsson  <jas@extundo.com>
10451         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
10452
10453         * gnus-agent.el (gnus-agent-make-mode-line-string)
10454         (gnus-agent-toggle-plugged): Use new API.
10455
10456 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10457
10458         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
10459         deadline has expired.
10460
10461 2001-08-12  Simon Josefsson  <jas@extundo.com>
10462         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
10463
10464         Support `recent' mark indicating newly arrived messages (to
10465         separate from old but unread messages).
10466
10467         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
10468         `nnmail-split-history' if recent is > 0.
10469         (nnimap-request-update-info-internal): Update `recent' marks.
10470         (nnimap-request-set-mark): Never set `recent' marks.
10471         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
10472         recent.
10473
10474         * gnus-sum.el (gnus-recent-mark): New mark.
10475         (gnus-newsgroup-recent): New variable.
10476         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
10477         (gnus-summary-prepare-threads): Mark recent articles.
10478         (gnus-summary-add-mark): Support recent.
10479         (gnus-summary-update-secondary-mark): Support recent.
10480
10481         * gnus.el (gnus-article-mark-lists): Add recent.
10482
10483 2001-08-12  Simon Josefsson  <jas@extundo.com>
10484
10485         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
10486         whether successful decoding took place.  Add doc.
10487
10488 2001-08-12  Simon Josefsson  <jas@extundo.com>
10489         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
10490
10491         * gnus.el (gnus-summary-line-format, gnus-parameters):
10492         * gnus-gl.el (gnus-summary-grouplens-line-format):
10493         * gnus-salt.el (gnus-summary-pick-line-format):
10494         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
10495
10496 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
10497         Committed by Kai Gro\e,b_\e(Bjohann.
10498
10499         * gnus-score.el (gnus-score-string): Fix `match' regexp
10500         for `extra' header case.
10501
10502 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10503
10504         * nnmbox.el (nnmbox-read-mbox): No warning.
10505
10506 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10507
10508         * nndoc.el (nndoc-article-type): Fix doc.
10509         (nndoc-generate-article-function): New variable.
10510         (nndoc-dissection-function): New variable.
10511         (nndoc-type-alist): Add oe-dbx.
10512         (nndoc-oe-dbx-type-p): New function.
10513         (nndoc-oe-dbx-dissection): New function.
10514         (nndoc-oe-dbx-generate-article): New function.
10515
10516 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10517
10518         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
10519         whether deadline has been reached.  Patch from Dan Nicolaescu
10520         <dann@godzilla.ics.uci.edu>.
10521
10522 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10523
10524         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
10525         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
10526         <rintaman@cs.Helsinki.FI>.
10527
10528         * mail-source.el (mail-source-movemail): The error buffer is
10529         modified, but nothing in it.
10530
10531 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10532
10533         * message.el (message-bogus-system-names): New variable.
10534         (message-make-fqdn): Use it.
10535
10536 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10537
10538         * nndraft.el (nndraft-request-group): Use
10539         nndraft-auto-save-file-name.
10540
10541 2001-08-09  Simon Josefsson  <jas@extundo.com>
10542
10543         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
10544         Don't ask whether to decrypt.  Just leave result in buffer (don't
10545         call mm).
10546
10547         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
10548         parts as well.
10549         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
10550         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
10551
10552 2001-08-09  Simon Josefsson  <jas@extundo.com>
10553
10554         * mm-decode.el (mm-insert-part): Return decoding success status.
10555         (mm-save-part-to-file): Error if decoding failed.
10556
10557 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10558
10559         * message.el (message-tab): Use indent-relative.
10560         (message-mode): Don't bind indent-line-function to indent-relative.
10561
10562 2001-08-09  Simon Josefsson  <jas@extundo.com>
10563
10564         * message.el (message-get-reply-headers): Fix string. Suggested by
10565         Christoph Conrad <cc@cli.de>.
10566
10567 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10568
10569         * message.el (message-tab): Use the current value of
10570         indent-line-function.
10571         (message-mode): Bind indent-line-function to indent-relative.
10572
10573 2001-08-08  Simon Josefsson  <jas@extundo.com>
10574
10575         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
10576         whether `imtest' is installed.
10577
10578 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10579         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10580
10581         * gnus-sum.el (gnus-summary-show-article): Call
10582         gnus-summary-update-secondary-secondary-mark.
10583         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
10584         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
10585
10586 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10587
10588         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
10589
10590         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10591
10592         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
10593         <gerd@gnu.org>.
10594
10595         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
10596
10597         * gnus-util.el (gnus-output-to-rmail): Ditto.
10598         (gnus-output-to-mail): Ditto.
10599
10600         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
10601
10602 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
10603
10604         * message.el (message-indent-citation): Use
10605         `message-yank-cited-prefix' for empty lines.
10606
10607 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
10608
10609         * message.el (message-indent-citation): Quote only lines starting
10610         with ">" using `message-yank-cited-prefix'.
10611
10612 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10613         Trivial patch.
10614
10615         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
10616         gnus-cache-fully-p.
10617
10618 2001-08-04  Simon Josefsson  <jas@extundo.com>
10619
10620         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
10621         file if it doesn't exist (by calling gnus-cache-read-active).
10622
10623 2001-08-04  Simon Josefsson  <jas@extundo.com>
10624
10625         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
10626         (gnus-cache-passively-or-fully-p): Removed.
10627         (gnus-cache-fully-p): Fix it.
10628
10629         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
10630
10631 2001-08-04  Simon Josefsson  <jas@extundo.com>
10632
10633         * gnus-cache.el (gnus-cache-fully-p)
10634         (gnus-cache-passively-or-fully-p): New functions.
10635         (gnus-cache-possibly-enter-article): Cosmetic change, use
10636         `g-c-p-o-f-p'.
10637         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
10638         was bogus (`g-c-p-a-a' does not change active info, just change
10639         the functions parameters).
10640         (gnus-cache-possibly-remove-articles-1): Make sure articles are
10641         not removed in groups that match `gnus-uncacheable-groups'.
10642
10643         Reported and modifications based on discussions with Nuutti
10644         Kotivuori <nuutti.kotivuori@smarttrust.com>.
10645
10646 2001-08-04  Simon Josefsson  <jas@extundo.com>
10647         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10648
10649         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
10650         calls `gnus-cache-update-active' if bounds has been extended.
10651
10652 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10653
10654         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
10655         before remove.
10656         (gnus-mime-security-show-details): Ditto.
10657
10658 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10659
10660         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
10661         syntax.  Protect string-match against nil string and regexp.
10662
10663 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10664
10665         * mm-util.el (mm-find-charset-region): Remove control-1.
10666
10667 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10668
10669         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
10670
10671 2001-08-04  Simon Josefsson  <jas@extundo.com>
10672
10673         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
10674         buffer.  Delete MIME-Version header.
10675
10676 2001-08-03  Simon Josefsson  <jas@extundo.com>
10677
10678         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
10679         that is entered does not necessarily have the highest article
10680         number in the group, so use `gnus-cache-possibly-alter-active'
10681         instead of `gnus-cache-update-active'.
10682
10683 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10684
10685         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
10686
10687 2001-08-03  Simon Josefsson  <jas@extundo.com>
10688
10689         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
10690         menu.
10691
10692 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10693
10694         * gnus.el (post-method): New group parameter.  It also provides
10695         the user option `gnus-post-method-alist' and the internal function
10696         `gnus-parameter-post-method'.
10697
10698         * gnus-msg.el (gnus-post-method): Bind the value of
10699         `gnus-post-method' to the group parameter if it is defined.
10700
10701 2001-08-02  Simon Josefsson  <jas@extundo.com>
10702
10703         * smime.el (smime-extra-arguments): Removed.
10704         (smime-call-openssl-region): Don't use it.
10705
10706 2001-08-02  Simon Josefsson  <jas@extundo.com>
10707
10708         * smime.el (smime-sign-region): Handle stderr.
10709         (smime-encrypt-region): Ditto.
10710
10711         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
10712         match the ASN.1 length bytes.
10713         (mm-pkcs7-enveloped-magic): Ditto.
10714         (mm-view-pkcs7-get-type): Don't regexp quote.
10715
10716 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10717         From Andreas Fuchs <asf@void.at>
10718
10719         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
10720
10721 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10722
10723         * gnus-art.el (gnus-header-button-alist): References regexp.
10724
10725 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
10726
10727         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
10728         already fboundp.  Add INTERACTIVE arg to autoload form.
10729
10730 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10731
10732         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
10733
10734         * nnmail.el (nnmail-cache-open): Ditto.
10735
10736 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10737
10738         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
10739
10740 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10741
10742         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
10743
10744 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10745         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10746
10747         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
10748         (gnus-agent-toggle-plugged): Use it.
10749
10750 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10751
10752         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
10753         (gnus-ding-file-coding-system): New variable.
10754         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
10755         (gnus-slave-save-newsrc): Use it.
10756
10757 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10758
10759         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
10760         syntax.
10761
10762 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10763         Originally from Andreas Fuchs <asf@void.at>
10764
10765         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
10766         (mml2015-gpg-pretty-print-fpr): New function.
10767         (mml2015-gpg-extract-signature-details): More details, rename from
10768         `m-g-e-from'.
10769         (mml2015-gpg-verify): Use them.
10770         (mml2015-gpg-clear-verify): Use them.
10771
10772 2001-07-31  Simon Josefsson  <jas@extundo.com>
10773
10774         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
10775         buffer when done.
10776
10777 2001-07-30  Simon Josefsson  <jas@extundo.com>
10778
10779         * smime.el (smime-call-openssl-region): Revert previous change,
10780         just pass on buf to `call-process-region'.
10781         (smime-verify-region): Doc fix.  Don't message stuff.  Use
10782         `smime-new-details-buffer'.  Inserts error messages into buffer.
10783         (smime-noverify-region): Ditto.
10784         (smime-decrypt-region): Ditto.  Handles stderr separately.
10785         (smime-verify-buffer, smime-noverify-buffer)
10786         (smime-decrypt-buffer): Doc fix.
10787         (smime-new-details-buffer): New function.
10788         (smime-pkcs7-region, smime-pkcs7-certificates-region)
10789         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
10790         (smime-sign-region, smime-encrypt-region): Don't use
10791         `insert-buffer'.
10792
10793         * mml-smime.el (mml-smime-verify): Fix security button strings.
10794
10795 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10796
10797         * gnus-art.el (gnus-mime-save-part-and-strip): Save
10798         gnus-article-mime-handles.
10799
10800 2001-07-29  Simon Josefsson  <jas@extundo.com>
10801
10802         * mail-source.el (top-level): Require message for message-directory.
10803         (mail-source-directory): Change default to message-directory.
10804
10805         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
10806         (smime-certificate-directory, smime-openssl-program)
10807         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
10808         (smime-extra-arguments): New variable.
10809         (smime-dns-server): Fix customize group.
10810         (smime-call-openssl-region): Use `smime-extra-arguments'.
10811
10812 2001-07-29  Simon Josefsson  <jas@extundo.com>
10813         From Vladimir Volovich <vvv@vsu.ru>
10814
10815         * smime.el (smime-call-openssl-region): Ignore stderr.
10816
10817 2001-07-29  Simon Josefsson  <jas@extundo.com>
10818         From Christoph Conrad <christoph.conrad@gmx.de>
10819
10820         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
10821         file.
10822
10823 2001-07-29  Simon Josefsson  <jas@extundo.com>
10824
10825         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
10826
10827         Support S/MIME decryption.
10828
10829         * mm-decode.el (mm-inline-media-tests):
10830         (mm-inlined-types):
10831         (mm-automatic-display):
10832         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
10833
10834         * mm-view.el (mm-pkcs7-signed-magic):
10835         (mm-pkcs7-enveloped-magic): New variables.
10836         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
10837         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
10838         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
10839         PKCS#7 blobs.
10840
10841         * smime.el (smime-decrypt-region): Expand keyfile.
10842
10843 2001-07-29  Simon Josefsson  <jas@extundo.com>
10844
10845         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
10846         `ssl.el' variables.
10847
10848         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
10849         but line instead of narrowing to it, because `nnmail-parse-active'
10850         calls widen.  Thanks to Christoph Conrad
10851         <christoph.conrad@gmx.de>.
10852
10853 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10854
10855         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
10856         for %B spec.
10857
10858         * gnus-sum.el (gnus-summary-prepare-threads): If
10859         gnus-sum-thread-tree-root is nil, use subject instead.
10860         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
10861         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10862         (gnus-sum-thread-tree-leaf-with-other)
10863         (gnus-sum-thread-tree-single-leaf): Documentation.
10864         (gnus-sum-thread-tree-single-indent): Allow nil.
10865
10866 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10867
10868         * message.el (message-fill-paragraph): Do nothing if the user
10869         wants filladapt-mode.
10870
10871 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10872
10873         * mm-decode.el (mm-image-type-from-buffer): New function.
10874         (mm-get-image): Use it.
10875
10876 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10877
10878         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
10879
10880         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
10881         mm-display-parts too.
10882
10883 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10884
10885         * nnfolder.el (nnfolder-request-accept-article): Bind
10886         nntp-server-buffer.
10887
10888         * nnmail.el (nnmail-parse-active): Read from buffer instead of
10889         nntp-server-buffer.
10890
10891 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10892
10893         * message.el (message-check-news-header-syntax): Use
10894         message-post-method.
10895         (message-send-news): Bind message-post-method.
10896
10897 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10898
10899         * mml.el (mml-tweak-type-alist): New variable.
10900         (mml-tweak-function-alist): New variable.
10901         (mml-tweak-part): New function.
10902         (mml-generate-mime-1): Use it.
10903
10904 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10905
10906         * nnfolder.el (nnfolder-request-accept-article): Replace
10907         nnfolder-request-list.
10908
10909 2001-07-27  Simon Josefsson  <jas@extundo.com>
10910
10911         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
10912         nnoo-change-server failed to do it.
10913
10914 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10915
10916         * gnus.el (gnus-parameters): Make it customizable.
10917
10918 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10919
10920         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
10921
10922         * message.el (message-set-auto-save-file-name): More
10923         poor-system-types.
10924
10925         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
10926
10927         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
10928         supports +.
10929
10930 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10931
10932         * mm-decode.el (mm-readable-p): New function.
10933         (mm-inline-media-tests): Fix the default testers.
10934
10935 2001-07-26  Simon Josefsson  <jas@extundo.com>
10936
10937         * nnimap.el (nnimap-version): Bump version number.
10938
10939 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10940         From Steven E. Harris <seh@speakeasy.org>
10941
10942         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
10943         in M$Windows too.
10944
10945 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10946
10947         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
10948
10949 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10950
10951         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
10952
10953         * mm-decode.el (mm-get-image): Guess then use the type.
10954
10955         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
10956
10957 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
10958
10959         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
10960         display (%B) for threads if threading is off.
10961
10962 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10963         From Henrik Enberg <henrik@enberg.org>
10964
10965         * gnus-msg.el: Customization patch.
10966
10967 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
10968
10969         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
10970         variable.
10971         (nnmail-split-fancy-with-parent): Ignore certain groups.
10972
10973 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10974
10975         * gnus-util.el (gnus-byte-compile): New function.
10976         (gnus-use-byte-compile): New variable.
10977         (gnus-make-sort-function): Use it.
10978
10979         * nnmail.el (nnmail-get-new-mail): Use it.
10980
10981         * gnus-agent.el (gnus-category-make-function): Simple function or
10982         compiled function.
10983         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
10984
10985         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
10986         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
10987         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
10988
10989         * message.el (message-check-news-header-syntax): Remove quote.
10990
10991 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10992
10993         * message.el (message-use-mail-followup-to): `t' is not a
10994         documented value.
10995
10996 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10997
10998         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
10999
11000 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11001
11002         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
11003         there are long lines.
11004
11005 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11006
11007         * dgnushack.el (copy-list): New compiler macro.
11008
11009 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11010
11011         * message.el (message-bounce): If no Return-Path, the whole
11012         content is considered as the original message.
11013
11014         * nnml.el (nnml-check-directory-twice): New variable.
11015         (nnml-article-to-file): Use it.
11016         (nnml-retrieve-headers): Hack it.
11017
11018 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11019
11020         * gnus-win.el (gnus-buffer-configuration): New configure.
11021
11022         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
11023         not alive.
11024
11025         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
11026         (mm-display-external): Use display-term configure.
11027
11028 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11029
11030         * gnus-delay.el (gnus-delay-default-hour): New variable.
11031         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
11032
11033 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11034         From Karl Kleinpaste <karl@charcoal.com>
11035
11036         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
11037         (gnus-summary-prepare-threads): Ditto.
11038
11039         * gnus.el (gnus-summary-line-format): Add %B.
11040
11041 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11042
11043         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
11044
11045         * mm-util.el (mm-string-as-multibyte): New function.
11046
11047         * nnmh.el (nnmh-request-list-1): Encode, not decode!
11048
11049 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11050
11051         * mm-util.el (mm-universal-coding-system): New variable.
11052
11053         * gnus-start.el (gnus-startup-file-coding-system): Use it.
11054
11055         * score-mode.el (score-mode-coding-system): Use it.
11056
11057 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11058
11059         * gnus-start.el (gnus-setup-news): Call
11060         `gnus-check-bogus-newsgroups' just after the native server is
11061         opened.
11062
11063 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11064
11065         * nnmail.el (nnmail-do-request-post): Util function to be used by
11066         `nnchoke-request-post' for all nnmail-derived backends.
11067
11068         * nnml.el (nnml-request-post): Use it.
11069
11070         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
11071         backend, for it groks nnml-request-post.
11072
11073         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
11074         Treat `mail-post' backends like `mail' backends, not like `news'
11075         backends.
11076
11077 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11078
11079         * gnus-msg.el (gnus-setup-message): make-local-hook.
11080
11081 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11082
11083         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
11084         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
11085         <karl@charcoal.com>, slightly changed by Kai.
11086
11087         * message.el (message-check-news-header-syntax): When checking
11088         whether the groups exist, check the right server based on
11089         `gnus-post-method'.
11090
11091 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11092
11093         * gnus-delay.el: New file.
11094
11095 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11096
11097         * mm-util.el (mm-read-coding-system): Take two arguments.
11098
11099         * gnus-sum.el (gnus-summary-show-article): Use
11100         mm-read-coding-system.
11101
11102         * gnus-art.el (article-de-quoted-unreadable):
11103         (article-de-base64-unreadable, article-wash-html):
11104         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
11105
11106 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11107
11108         * nnml.el (nnml-request-post): New function.  Can be used for
11109         annotations in nnml groups.
11110
11111 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11112
11113         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
11114         command.
11115
11116         * gnus-start.el (gnus-find-new-newsgroups): Use
11117         `message-make-date' instead of `current-time-string'.
11118         (gnus-ask-server-for-new-groups): Ditto.
11119         (gnus-check-first-time-used): Ditto.
11120
11121 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11122
11123         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
11124
11125 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
11126
11127         * message.el (message-shorten-references): Change `maxcount' and
11128         `cut' to obey USEFOR draft 5.
11129
11130 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
11131
11132         * gnus-sum.el (gnus-summary-display-arrow): New variable.
11133         (gnus-summary-set-article-display-arrow): New function.
11134         (gnus-summary-goto-subject): Use it.
11135
11136 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11137
11138         * gnus-sum.el (gnus-summary-import-article): Insert date if
11139         doesn't exist.
11140
11141 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11142
11143         * mml.el (mml-content-type-parameters): New variable.
11144         (mml-content-disposition-parameters): New variable.
11145         (mml-insert-mime-headers): Use them.
11146         (mml-parse-1): Accept charset.
11147
11148 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11149
11150         * gnus-group.el (gnus-group-select-group): Doc fix.
11151
11152         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
11153
11154 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11155
11156         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
11157         to handle `define-derived-mode'.
11158
11159 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11160         From:  Stefan Monnier  <monnier@cs.yale.edu>
11161
11162         * message.el (message-mode): Use define-derived-mode.
11163         (message-tab): message-completion-alist.
11164
11165         * imap.el (imap-interactive-login): Use make-local-variable.
11166         (imap-open): Ditto.
11167         (imap-authenticate): Ditto.
11168
11169         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
11170
11171         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
11172
11173 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11174
11175         * message.el (message-citation-line-function): Refer to
11176         gnus-cite-attribution-suffix.
11177
11178 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11179
11180         * gnus-art.el,...: Error convention changes.
11181
11182 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11183
11184         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
11185
11186 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11187
11188         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
11189         (nnrss-read-server-data): Ditto.
11190
11191 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11192
11193         * gnus-setup.el (gnus-use-installed-gnus): Typo.
11194         * Cleanup files.
11195         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
11196
11197 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11198
11199         * gnus.el (gnus-summary-line-format): Add %o.
11200
11201         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
11202         unless shell outputs something.
11203
11204 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11205
11206         * gnus-art.el (gnus-boring-article-headers): Better doc.
11207         (article-hide-headers): Better regexp.
11208         Suggested by Matt Swift <swift@alum.mit.edu>.
11209
11210         * nnheader.el (nnheader-max-head-length): Better doc.
11211         (nnheader-header-value): Skip spaces.
11212         (nnheader-parse-head): Remove space.
11213         Suggested by Matt Swift <swift@alum.mit.edu>.
11214
11215         * gnus-sum.el (gnus-summary-show-raw-article): New function.
11216         (gnus-get-newsgroup-headers): Remove space.
11217
11218 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11219
11220         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
11221         (gnus-summary-reply): Use it.
11222         (gnus-summary-reply-broken-reply-to): New function.
11223         (gnus-msg-force-broken-reply-to): New function.
11224
11225         * mm-view.el (mm-inline-text): Showing as text/plain when error.
11226
11227 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11228
11229         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
11230
11231 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11232
11233         * mm-decode.el (mm-external-terminal-program): New variable.
11234         (mm-display-external): Use it. Use term to display when no
11235         window-system.
11236
11237 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
11238
11239         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
11240         Browse->Next entries to Browse->Prev
11241
11242 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11243
11244         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
11245
11246 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11247
11248         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
11249         for the default encoding.
11250
11251         * nnrss.el (nnrss-url-field): New field.
11252         (nnrss-request-article): Add newsgroups.
11253
11254         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
11255
11256 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11257
11258         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
11259
11260         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
11261         (gnus-draft-setup): Remove backlog.
11262
11263 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11264
11265         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
11266         Cleanup.
11267
11268 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11269
11270         * gnus-msg.el (gnus-bug): Erase buffer.
11271
11272         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
11273
11274 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11275
11276         * mm-decode.el (mm-attachment-override-p): Fix typo.
11277
11278 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
11279
11280         * gnus-kill.el (gnus-execute): Work with the extra headers.
11281         * gnus-sum.el (gnus-summary-execute-command): Ditto.
11282
11283 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11284
11285         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
11286         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
11287
11288         * message.el (message-send-mail-real-function): New variable.
11289         (message-send-mail-partially, message-send-mail):
11290
11291         * nngateway.el (nngateway-request-post): Use it.
11292
11293         * gnus-agent.el (gnus-agentize): Use it.
11294
11295         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
11296         (nnsoup-revert-variables): Use it.
11297
11298 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
11299
11300         * mm-decode.el (mm-inline-media-tests): Default to displaying as
11301         text/plain if the type doesn't match any other media types.
11302         (mm-inlined-types): Doc fix.
11303         (mm-display-inline): Revert previous change (now handled by a
11304         default type in `mm-inline-media-tests'.
11305         (mm-inlinable-p): Revive.
11306         (mm-display-part): Call `mm-inlinable-p'.
11307         (mm-attachment-override-p): Ditto.
11308         (mm-inlined-p): Doc fix.
11309
11310         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
11311         well as `mm-inlined-p'.
11312
11313 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11314
11315         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
11316         (nntp-send-command-and-decode): Use gnus-point-at-bol.
11317
11318 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11319         From  Paul Jarc <prj@po.cwru.edu>
11320
11321         * message.el (message-use-mail-followup-to): New variable.
11322         (message-get-reply-headers): Use it.
11323
11324 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
11325
11326         * nnheader.el (nnheader-init-server-buffer): Make sure the
11327         *nntpd* buffer is made multibyte instead of a random buffer.
11328
11329 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11330
11331         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
11332         when it returns headers.
11333
11334 2001-07-07  Simon Josefsson  <jas@extundo.com>
11335
11336         * rfc2047.el (rfc2047-encode-message-header): Skip header when
11337         trying to fold. Thanks to Colin Walters
11338         <walters@cis.ohio-state.edu>
11339
11340 2001-07-06  Simon Josefsson  <jas@extundo.com>
11341
11342         * imap.el (imap-parse-address-list, imap-parse-flag-list)
11343         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
11344         Add information in `assert's.
11345
11346         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
11347         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
11348         and `nnimap-group-overview-filename', should handle all
11349         change-of-uidvalidity related issues.  But there may be other
11350         problems.)
11351
11352 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
11353
11354         * rfc2047.el (rfc2047-encode-message-header): Don't include the
11355         header name when folding.
11356
11357 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
11358
11359         * mm-decode.el (mm-inlined-types): Document relationship with
11360         `mm-inline-media-tests'.
11361         (mm-display-inline): Default to displaying as plain text if no
11362         inlining handler is available.
11363         (mm-inlinable-p): Remove.
11364         (mm-inlined-p): Don't call `mm-inlinable-p'.
11365         (mm-automatic-display-p): Ditto.
11366         (mm-attachment-override-p): Ditto.
11367
11368 2001-07-04  Simon Josefsson  <jas@extundo.com>
11369
11370         * nnimap.el (nnimap-importantize-dormant): New variable.
11371         (nnimap-request-update-info-internal): Use it.
11372         (nnimap-request-set-mark): Ditto.
11373
11374 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
11375
11376         * nntp.el (nntp-send-command): don't pass a buffer argument to
11377         `point'. Only XEmacs accepts this.
11378         * nntp.el (nntp-send-command-nodelete): ditto.
11379         * nntp.el (nntp-send-command-and-decode): ditto.
11380
11381 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
11382
11383         * nntp.el (nntp-open-connection-function): doc update.
11384         * nntp.el (nntp-pre-command): New.
11385         * nntp.el (nntp-via-rlogin-command): New.
11386         * nntp.el (nntp-via-telnet-command): New.
11387         * nntp.el (nntp-via-telnet-switches): New.
11388         * nntp.el (nntp-via-user-name): New.
11389         * nntp.el (nntp-via-user-password): New.
11390         * nntp.el (nntp-via-address): New.
11391         * nntp.el (nntp-via-envuser): New.
11392         * nntp.el (nntp-via-shell-prompt): New.
11393         * nntp.el (nntp-open-telnet-stream): New.
11394         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
11395         * nntp.el (nntp-open-via-telnet-and-telnet): New.
11396         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
11397         * nntp.el (nntp-send-command): ditto.
11398         * nntp.el (nntp-send-command-nodelete): ditto.
11399         * nntp.el (nntp-send-command-and-decode): ditto.
11400
11401 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
11402         Trivial patch.
11403
11404         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
11405         `when'.
11406
11407 2001-07-03  Simon Josefsson  <jas@extundo.com>
11408         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
11409
11410         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
11411
11412 2001-07-03  Simon Josefsson  <jas@extundo.com>
11413
11414         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
11415         remove it (workaround XEmacs `fill-region' bug).
11416
11417 2001-07-01  Simon Josefsson  <jas@extundo.com>
11418
11419         * nnimap.el (nnimap-date-days-ago): Defeat locale.
11420
11421 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11422
11423         * mml2015.el (mml2015-format-error): New function.
11424         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
11425         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
11426         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
11427
11428 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11429
11430         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
11431         Suggested by Christoph Conrad <C.Conrad@cli.de>.
11432
11433         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
11434         group variables.
11435
11436 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11437
11438         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
11439
11440         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
11441         (nnrss-save-group-data): Ditto.
11442
11443         * gnus-agent.el (gnus-agent-save-alist): Ditto.
11444
11445 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11446
11447         * message.el (message-do-send-housekeeping): Narrow to headers.
11448
11449 2001-06-24  Simon Josefsson  <jas@extundo.com>
11450
11451         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
11452         insertion when breaking lines looked for " \t" instead of "[ \t]".
11453         (rfc2047-encode-message-header): Fold lines even if
11454         no QP encoding is done.
11455
11456 2001-06-23  Simon Josefsson  <jas@extundo.com>
11457         From Samuel Tardieu <sam@inf.enst.fr>
11458
11459         * smime.el (smime-keys): Support additional certificates.
11460         (smime-make-certfiles): New function.
11461         (smime-sign-region): Use previous variables.
11462         (smime-get-certfiles): New function.
11463         (smime-sign-buffer): Use it.
11464         (smime-verify-region): Support both CAfile and CApath.
11465
11466 2001-06-23  Simon Josefsson  <jas@extundo.com>
11467
11468         * smime.el (smime-decrypt-region): Perhaps work.
11469
11470 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11471
11472         * gnus-msg.el (gnus-copy-article-buffer): Typo.
11473
11474 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
11475
11476         * mm-decode.el (mm-save-part): Rewrite file name.
11477         (mm-file-name-rewrite-functions): New variable.
11478         (mm-file-name-delete-whitespace): New function.
11479         (mm-file-name-trim-whitespace): New function.
11480         (mm-file-name-collapse-whitespace): New function.
11481         (mm-file-name-replace-whitespace): New variable and function.
11482
11483 2001-06-22  Simon Josefsson  <jas@extundo.com>
11484
11485         * message.el (message-make-date): Workaround locale for weekdays.
11486
11487 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11488
11489         * message.el (message-goto-body): Return nil if not found. (revert!)
11490
11491 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11492         From Fremlin <chief@bandits.org>
11493
11494         * message.el (message-goto-body): Some messages have no header.
11495
11496         * gnus-msg.el (gnus-copy-article-buffer): Use it.
11497
11498 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
11499
11500         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
11501
11502 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11503
11504         * message.el (message-make-date): Add week day.
11505         Suggested by Jason R. Mastaler <jason@mastaler.com>.
11506
11507 2001-06-19  Simon Josefsson  <jas@extundo.com>
11508
11509         * message.el (message-yank-prefix): Doc fix.
11510         (message-yank-cited-prefix): Ditto.
11511         (message-delete-not-region): Keep citation prefix on first line,
11512         if possible and appropriate.
11513
11514 2001-06-19  Simon Josefsson  <jas@extundo.com>
11515
11516         * imap.el (imap-process-connection-type): New variable.
11517         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
11518         recent `imtest's work completely (no line length issues), while
11519         making making old `imtest's unusable.  Thanks to NAGY Andras
11520         <nagya@inf.elte.hu> for his work.
11521
11522 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
11523
11524         * imap.el (imap-ssl-program): Add -quiet to shut up
11525         OpenSSL/SSLeay's internal debug talk.
11526
11527 2001-06-19  Matt Armstrong  <matt@lickey.com>
11528
11529         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
11530         server.
11531
11532 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11533
11534         * nnmail.el (nnmail-article-buffer): New variable.
11535         (nnmail-split-incoming): Use it.
11536
11537 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
11538
11539         * qp.el (quoted-printable-decode-region): If called interactively,
11540         use coding-system-for-read.
11541
11542 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11543
11544         * message.el (message-check-news-header-syntax): Check Reply-To.
11545
11546 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11547
11548         * mml.el (mml-parse-1): Use message options.
11549
11550         * message.el (message-do-fcc): Don't do anything if there is no
11551         FCC.
11552
11553 2001-06-16  Simon Josefsson  <jas@extundo.com>
11554
11555         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
11556         (nnimap-expunge-search-string): New variable.
11557         (nnimap-request-expire-articles): Use it.
11558
11559 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11560
11561         * message.el (message-send-mail-with-qmail): wrong exit status is
11562         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
11563
11564 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11565
11566         * gnus-art.el (article-strip-multiple-blank-lines): Use
11567         delete-region instead of replace-match.
11568
11569 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11570
11571         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
11572         (nnweb-google-wash-article): Ditto.
11573
11574 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
11575
11576         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
11577
11578 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11579
11580         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
11581         specs.
11582
11583 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11584
11585         * gnus.el (gnus-email-address): Move it here.
11586
11587         * gnus-art.el (article-de-quoted-unreadable): Read charset if
11588         requested.
11589         (article-de-base64-unreadable): Ditto.
11590         (article-wash-html): Ditto.
11591
11592 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11593
11594         * message.el (message-options-set-recipient): Don't add ", "
11595         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
11596
11597 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11598
11599         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
11600
11601 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11602
11603         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
11604         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
11605
11606         * nnrss.el (nnrss-node-text): Node might be nil.
11607
11608 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11609
11610         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
11611         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
11612
11613         * nnrss.el (nnrss-group-alist): More items.
11614
11615 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11616
11617         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
11618
11619 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11620         Trivial patch from Dale Hagglund  <rdh@best.com>
11621
11622         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
11623         restrict clauses.
11624
11625 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11626
11627         From Benjamin Rutt <brutt+news@bloomington.in.us>
11628
11629         * message.el (message-wide-reply-confirm-recipients): New variable.
11630
11631 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
11632         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
11633
11634         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
11635         fix so it works with XEmacs.
11636
11637 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11638
11639         * nnrss.el (nnrss-retrieve-headers): Support description as extra
11640         headers.
11641
11642 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11643
11644         * nnrss.el: Fix a few bugs.
11645
11646 2001-06-05  Simon Josefsson  <jas@extundo.com>
11647
11648         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
11649         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
11650
11651 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
11652
11653         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
11654         binary so that we don't transmit ISO 2022 garbage to the process.
11655         This is needed under XEmacs.
11656
11657 2001-06-03  Simon Josefsson  <simon@josefsson.org>
11658
11659         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
11660         autoloaded incorrectly below because ssl-program-* is bound.)
11661         Thanks to Amos Gouaux for report.
11662
11663 2001-06-02  Simon Josefsson  <simon@josefsson.org>
11664
11665         * imap.el (imap-kerberos4-open):
11666         (imap-gssapi-open):
11667         (imap-ssl-open):
11668         (imap-network-open):
11669         (imap-shell-open):
11670         (imap-starttls-open): Set buffer to workaround spurious
11671         `accept-process-output' buffer changes.  Thanks to Mats Lidell
11672         <Mats.Lidell@contactor.se> for report and partial patch and Jake
11673         Colman <colman@ppllc.com> for report.
11674
11675 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11676
11677         * gnus-sum.el (gnus-summary-catchup): New argument.
11678         (gnus-summary-catchup-from-here): New function.
11679
11680 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11681
11682         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
11683         back, then insert glyph.  (Before, the glyph was inserted first,
11684         then the newline.)  This works around a behavior in XEmacs where
11685         it is not possible to insert a character after a glyph which is at
11686         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
11687
11688 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11689
11690         From Jaap-Henk Hoepman (jhh@xs4all.nl).
11691
11692         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
11693         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
11694         mm-destroy-postponed-undisplay-list): New functions.
11695         (mm-display-external): Use them.
11696
11697 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11698
11699         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
11700         `default-low' when evaluating `gnus-summary-highlight'.
11701         From Raja R Harinath <harinath@cs.umn.edu>.
11702
11703 2001-05-27  Simon Josefsson  <simon@josefsson.org>
11704
11705         * message.el (message-yank-cited-prefix): New variable.
11706         (message-indent-citation): Use it.
11707
11708         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
11709         as details.
11710         (mml2015-mailcrypt-clear-verify): Ditto.
11711
11712 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11713         From Nevin Kapur <nevin@jhu.edu>.
11714
11715         * gnus-sum.el (gnus-summary-default-high-score,
11716         gnus-summary-default-low-score): New variables.
11717         (gnus-summary-highlight): Use them.
11718
11719 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
11720
11721         * message.el (message-mail): pass the 'send-actions argument to
11722         `message-setup'.
11723
11724 2001-05-16  Simon Josefsson  <simon@josefsson.org>
11725         From Raymond Scholz <ray-2001@zonix.de>
11726
11727         * gnus-art.el (gnus-mime-view-part-as-charset):
11728         (gnus-mime-internalize-part): Doc fixes.
11729
11730 2001-05-11  Simon Josefsson  <simon@josefsson.org>
11731
11732         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
11733         status lines without any text ("^215$").
11734
11735 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11736
11737         * nnrss.el (nnrss-check-group): Reverse.
11738
11739 2001-05-07  Simon Josefsson  <simon@josefsson.org>
11740
11741         * message.el (message-get-reply-headers):
11742         (message-followup): Fix typo, suggested by David Green
11743         <dgreen@uab.edu>
11744
11745 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11746
11747         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
11748
11749         * nnrss.el (nnrss-open-server): Read server data when it is called.
11750         (nnrss-request-expire-articles): Fix.
11751
11752 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11753
11754         * message.el (message-do-send-housekeeping): mail-abbrevs may
11755         rename buffer behind Gnus.
11756
11757 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11758
11759         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
11760         (nnrss-group-alist): Add more resources.
11761         (nnrss-check-group): Ignore errors.
11762
11763 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11764
11765         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
11766
11767         * nnslashdot.el (nnslashdot-request-list): Add time.
11768         (nnslashdot-request-expire-articles): New function.
11769
11770         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
11771         secondary methods too.
11772
11773 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11774
11775         * message.el (message-use-followup-to): Set default value to t.
11776
11777 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
11778
11779         * message.el (message-dont-reply-to-names): Fix documentation.
11780         (message-get-reply-headers): Use Mail-Followup-To only for wide
11781         replies.
11782
11783 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11784
11785         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
11786         correctly.
11787         (nnrss-check-group): Use time.
11788
11789 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11790
11791         * gnus.el: Oort Gnus v0.03 is released.
11792
11793 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11794
11795         * nnultimate.el (nnultimate-topic-article-to-article): Use the
11796         group.
11797
11798 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11799
11800         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
11801
11802 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11803
11804         * nnultimate.el (nnultimate-retrieve-headers): Return all
11805         available headers.
11806
11807         * gnus-sum.el (gnus-read-all-available-headers): New variable.
11808         (gnus-get-newsgroup-headers-xover): Use it.
11809
11810 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11811
11812         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
11813
11814 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11815
11816         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
11817
11818 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11819
11820         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
11821         disable it.
11822
11823         * gnus.el (gnus-info-nodes): Remove a few The's.
11824
11825 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11826
11827         * mail-source.el (mail-source-movemail): Call-process may return a
11828         signal description string.
11829
11830         * gnus-start.el (gnus-read-newsrc-el-file):
11831         gnus-newsrc-file-version may be nil.
11832
11833         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
11834         Suggested by Michael Sperber [Mr. Preprocessor]
11835         <sperber@informatik.uni-tuebingen.de>.
11836
11837 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
11838
11839         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
11840
11841 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
11842
11843         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
11844         fontify HANDLE.
11845
11846 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11847
11848         * smime.el (smime-ask-passphrase): Rework to return value.
11849         (smime-sign-region): Rework to bind value and use it.
11850         (smime-decrypt-region): Ditto.
11851
11852 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11853         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
11854
11855         * smime.el (smime-ask-passphrase): New function.
11856         (smime-sign-region): Use it.
11857         (smime-encrypt-cipher): New variable.
11858         (smime-decrypt-region): Ditto.
11859
11860 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
11861         Committed by Simon Josefsson  <simon@josefsson.org>
11862
11863         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
11864         the log.
11865
11866 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11867
11868         * gnus.el: Oort Gnus v0.02 is released.
11869
11870 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
11871
11872         * gnus.el: Oort Gnus v0.01 is released.
11873
11874 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11875
11876         * gnus-sum.el (gnus-summary-highlight): Highlight read
11877         undownloaded articles as read articles.
11878
11879         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
11880         (gnus-agent-get-undownloaded-list): Mark all undownloaded
11881         articles, even read ones, as such.
11882
11883         * gnus-sum.el (gnus-summary-find-matching): Clean up.
11884         (gnus-find-matching-articles): New function.
11885         (gnus-summary-limit-include-matching-articles): New command.
11886         (gnus-summary-limit-include-thread): Include articles that have
11887         matching subjects.
11888         (gnus-offer-save-summaries): Clean up.
11889
11890 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11891
11892         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
11893
11894 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11895         From Jason Merrill <jason_merrill@redhat.com>
11896
11897         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
11898
11899 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
11900         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11901
11902         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
11903         newsgroup names when the original article is a news message.
11904
11905 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11906
11907         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
11908         supported. Suggest by Jim Meyering <jim@meyering.net>.
11909
11910 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
11911         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
11912
11913         * nnmail.el (nnmail-split-it): Added check for .* at the end of
11914         regexp in nnmail-split-fancy.
11915
11916 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11917
11918         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
11919
11920 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
11921
11922         * message.el (message-send-mail): Improve the interaction with the
11923         user.
11924
11925 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11926
11927         * imap.el (imap-message-copy): Work around buggy servers that
11928         doesn't send TRYCREATE tags.
11929
11930 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
11931
11932         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
11933
11934 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11935
11936         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
11937         date.
11938
11939 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11940
11941         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
11942         lives.
11943
11944 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11945
11946         * gnus-art.el (gnus-parse-news-url): New function.
11947         (gnus-button-handle-news): New function.
11948         (gnus-button-alist): Point to new functions.
11949
11950         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
11951
11952         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
11953         gnus-format-specs.
11954
11955         * message.el (message-check-news-header-syntax): Question even
11956         when Gnus doesn't know the group names.
11957         (message-send-news): Clean up.
11958
11959         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
11960         exited on purpose without saving.
11961
11962         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
11963
11964 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11965
11966         * gnus-score.el (gnus-score-orphans): Clean up.
11967
11968         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
11969
11970         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
11971         later.
11972
11973         * gnus-start.el (gnus-close-all-servers): Find the right items to
11974         close.
11975
11976         * qp.el (quoted-printable-decode-region): Just message
11977         malformation; don't quit.
11978
11979 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11980         From Gerd Moellmann <gerd@gnu.org>.
11981
11982         * gnus.el (gnus-interactive): A typo.
11983
11984 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
11985         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11986
11987         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
11988         `assq-delete-all', if that function exists; otherwise use the old
11989         definition. Documentation changed to match the one in
11990         `assq-delete-all'.
11991
11992 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11993
11994         * gnus-start.el (gnus-close-all-servers): New function.
11995
11996         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
11997         (gnus-server-remove-denials): Clean up.
11998
11999         * gnus-sum.el (gnus-summary-sort-by-original): New command and
12000         keystroke.
12001
12002 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12003
12004         * message.el (message-send-news): Message where we are sending.
12005         (message-send-mail): Ditto.
12006
12007         * gnus.el (gnus-server-string): New function.
12008
12009         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
12010
12011         * mm-decode.el (mm-default-directory): Customized.
12012         (mm-tmp-directory): Ditto.
12013
12014         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
12015         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
12016         or Chars.
12017         (gnus-summary-line-format-alist): ?l is now a string.
12018         (gnus-summary-prepare-threads): Output ? for unknown lines.
12019         (gnus-summary-insert-line): Ditto.
12020         (gnus-summary-print-article): Unbalanced parentheses.
12021
12022         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
12023         out whether new stuff has arrived.
12024
12025 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
12026
12027         * gnus-sum.el: Let printing work on ttys on Emacs.
12028
12029 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12030
12031         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
12032         when forcing news.
12033
12034         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
12035         command.
12036
12037 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
12038
12039         * message.el (message-set-auto-save-file-name): Don't use
12040         asterisks under nt.
12041
12042 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12043
12044         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
12045         lists of articles.
12046
12047         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
12048
12049         * gnus-msg.el (gnus-put-message): Clean up.
12050         (gnus-summary-reply): Mark all replied-to articles as replied to.
12051         (gnus-inews-add-send-actions): Also mark as forwarded.
12052         (gnus-summary-mail-forward): Mark as forwarded.
12053
12054         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
12055         of articles.
12056         (gnus-summary-mark-article-as-forwarded): Ditto.
12057
12058         * gnus-msg.el (gnus-summary-resend-message): Mark article as
12059         forwarded.
12060         (gnus-summary-mail-forward): Clean up.
12061
12062         * gnus.el (gnus-article-mark-lists): Added forward.
12063
12064         * gnus-sum.el (gnus-forwarded-mark): New variable.
12065         (gnus-summary-prepare-threads): Use it.
12066         (gnus-summary-update-secondary-mark): Ditto.
12067         (gnus-newsgroup-forwarded): New variable.
12068
12069 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12070
12071         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
12072         (gnus-summary-very-wide-reply): New command and keystroke.
12073         (gnus-summary-very-wide-reply-with-original): Ditto.
12074
12075         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
12076         (gnus-score-adaptive): Use it.
12077
12078         * gnus-start.el (gnus-get-unread-articles): Clean up.
12079
12080 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12081
12082         * nnultimate.el (nnultimate-retrieve-headers): Work for other
12083         boards.
12084
12085 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
12086
12087         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
12088         * gnus-start.el (gnus-subscribe-newsgroup): use it.
12089
12090 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12091
12092         * nnultimate.el (nnultimate-retrieve-headers): Understand
12093         long-form month names.
12094
12095 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12096
12097         * gnus-sum.el (gnus-summary-show-all-headers):
12098         gnus-article-show-all-headers is broken. Use
12099         gnus-summary-toggle-header instead.
12100
12101         * mml2015.el (mml2015-gpg-extract-from): No error.
12102
12103 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12104         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
12105
12106         * mml2015.el (mml2015-gpg-extract-from): New function.
12107         (mml2015-gpg-verify): Use it.
12108         (mml2015-gpg-clear-verify): Use it.
12109
12110 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12111
12112         * message.el (message-setup-fill-variables): Use
12113         fill-paragraph-function.
12114         (message-fill-paragraph): Take an argument.
12115         (message-newline-and-reformat): Take another argument.
12116
12117 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12118
12119         * message.el (rmail-output): It is in rmailout.el not rmail.el.
12120
12121 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12122
12123         * message.el (message-forward): local-variable-p takes an extra
12124         argument in XEmacs.
12125
12126 2001-03-16  Simon Josefsson  <simon@josefsson.org>
12127
12128         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
12129         `nnimap-use-nov-p' (it really tested the negative).
12130         (nnimap-retrieve-headers): Use it.
12131
12132 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12133
12134         * message.el (message-generate-headers-first): Update doc.
12135
12136 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
12137         Trivial patch.
12138
12139         * gnus.el (gnus-summary-line-format): Typo.
12140
12141 2001-03-11  Simon Josefsson  <simon@josefsson.org>
12142
12143         * mailcap.el (mailcap-mime-data): Add application/sieve.
12144         (mailcap-mime-extensions): Add .siv, .xls.
12145
12146 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12147         From Christoph Conrad <christoph.conrad@gmx.de>
12148
12149         * gnus-score.el (gnus-summary-lower-thread): Typo.
12150
12151 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12152
12153         * message.el (message-forward-decoded-p): New variable.
12154         (message-forward-subject-author-subject): Use it.
12155         (message-make-forward-subject): Use it.
12156         (message-forward): Use it.
12157
12158         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
12159
12160         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
12161         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
12162
12163 ;;Has been fixed -- zsh.
12164 ;;2001-03-05  Dave Love  <fx@gnu.org>
12165 ;;
12166 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
12167 ;;      Move it after definition of mm-coding-system-p.
12168 ;;
12169 2001-03-01  Dave Love  <fx@gnu.org>
12170
12171         * mm-util.el (mm-inhibit-file-name-handlers): Add
12172         image-file-handler.
12173
12174 2001-02-11  Dave Love  <fx@gnu.org>
12175
12176         * message.el (message-signature-file): Fix doc, :type.
12177
12178 2001-02-08  Dave Love  <fx@gnu.org>
12179
12180         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
12181         (message-posting-charset): Defvar when compiling again.
12182         (rfc2047-encodable-p): Require message.
12183
12184         * gnus-sum.el (gnus-alter-articles-to-read-function):
12185         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
12186
12187 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12188
12189         * nnrss.el: New file.
12190
12191 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
12192         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12193
12194         * rfc2047.el (rfc2047-unfold-region): Fix arg of
12195         `skip-chars-forward'.
12196
12197 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12198
12199         * nndraft.el (nndraft-request-group): Restore auto save files if
12200         the original files do not exist.
12201
12202 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12203
12204         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
12205         SCORE paths.
12206
12207         * mm-decode.el (mm-dissect-buffer): Call
12208         mail-extract-address-components only if necessary.
12209
12210 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12211
12212         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
12213         directory part.
12214         (gnus-score-search-global-directories): Use file-directory-p.
12215
12216         * gnus-score.el (gnus-score-score-files-1): Use
12217         gnus-kill-files-directory.
12218         From Adrian Aichner <adrian@xemacs.org>.
12219
12220 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12221
12222         * gnus.el (charset): Move here from gnus-sum.el.
12223
12224 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12225
12226         * mml.el (mml-preview): Disable local map.
12227
12228         * gnus-sum.el (gnus-summary-make-menu-bar): Make
12229         gnus-article-post-menu here.
12230
12231         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
12232         if it has not been made.
12233
12234 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12235
12236         * gnus-art.el (gnus-article-describe-key): Map key to event.
12237         (gnus-article-describe-key-briefly): Ditto
12238
12239 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12240
12241         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
12242
12243 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12244         From Katsumi Yamaoka <yamaoka@jpl.org>.
12245
12246         * dgnushack.el (coerce, merge, subseq): defmacro.
12247
12248 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12249
12250         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
12251         A fake defalias in nndraft.el results a not-activated bug in
12252         uncompiled versions.
12253
12254 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
12255         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12256
12257         * gnus-util.el (gnus-split-references): Handle malformed References:.
12258
12259 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12260
12261         * gnus-art.el (gnus-article-mime-part-status): 1 part.
12262
12263 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12264         From NAGY Andras <nagya@inf.elte.hu>.
12265
12266         * gnus.el (gnus-parameters): Typo.
12267
12268 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12269
12270         * gnus.el (gnus-read-method): Remove redundancy.
12271
12272 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12273
12274         * nnslashdot.el (nnslashdot-backslash-url): New variable.
12275         (nnslashdot-request-list): Use it.
12276
12277 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12278
12279         * nnml.el (nnml-generate-active-info): Fix the case when there is
12280         no file.
12281
12282         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
12283         (gnus-summary-create-article): New function.
12284
12285         * gnus-group.el (gnus-group-mark-article-read): New function.
12286
12287         * gnus-msg.el (gnus-inews-do-gcc): Use it.
12288
12289         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
12290
12291 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12292
12293         * gnus-art.el (gnus-article-edit-done): Don't use
12294         gnus-article-edit-exit.
12295         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
12296
12297         * gnus.el (gnus-parameters): New variable.
12298         Suggested by NAGY Andras <nagya@inf.elte.hu>.
12299         (gnus-parameters-get-parameter): New function.
12300         (gnus-group-find-parameter): Use it.
12301
12302 2001-02-23  Simon Josefsson  <simon@josefsson.org>
12303
12304         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
12305         change of default value to `current'.
12306
12307 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12308
12309         * nneething.el (nneething-get-head): Insert unreadable file too.
12310
12311 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12312
12313         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
12314
12315         * webmail.el (webmail-type-definition): Deja is bought by google.
12316
12317 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12318
12319         * gnus-sum.el (gnus-fetch-headers): New function.
12320         (gnus-select-newsgroup): Use it.
12321         (gnus-summary-insert-articles): New function.
12322         (gnus-summary-insert-old-articles): New function.
12323         (gnus-summary-insert-new-articles): New function.
12324
12325         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
12326         (gnus-group-list-active): Ditto.
12327         * gnus-sum.el (gnus-set-mode-line): Ditto.
12328         (gnus-summary-read-group-1): Ditto.
12329
12330 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12331
12332         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
12333         current topic.
12334
12335 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12336
12337         * smiley.el (gnus-smiley-display): Don't do widening.
12338
12339         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
12340         within body.
12341
12342         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
12343
12344         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
12345         New variable.
12346         (gnus-mime-display-multipart-related-as-mixed): New variable.
12347         (gnus-mime-display-part): Use them.
12348
12349 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12350
12351         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
12352         something special.
12353
12354 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12355
12356         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
12357         (nnweb-request-article): Call reference if exists.
12358         (nnweb-type-definition): Dejanews is bought by google.com.
12359         Beta!
12360
12361 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12362
12363         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
12364
12365 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12366
12367         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
12368         gnus-article-sort-functions.
12369         (gnus-article-sort-functions): Doc fix.  Refer to
12370         gnus-thread-sort-functions.
12371
12372 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12373         From Paul Jarc <prj@po.cwru.edu>.
12374
12375         * message.el (message-get-reply-headers): More fixes.
12376
12377 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
12378         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12379
12380         * message.el (message-get-reply-headers): Fix bug with
12381         Mail-Followup-To/to-address interaction.
12382
12383 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12384
12385         * gnus-msg.el (gnus-configure-posting-styles): Match header in
12386         gnus-article-copy.
12387
12388 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12389
12390         * message.el (message-do-send-housekeeping): Rename to a better
12391         name.
12392
12393 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12394
12395         * message.el (message-cancel-news): Check article first, then ask
12396         yes or no.
12397
12398 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12399
12400         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
12401
12402 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12403
12404         * gnus-range.el (gnus-range-normalize): New function.
12405
12406 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
12407
12408         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
12409
12410 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12411
12412         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
12413
12414         * nnagent.el (nnagent-request-regenerate): New function.
12415
12416         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
12417
12418         * nnml.el (nnml-generate-nov-databases): Accept argument
12419         server. Don't open server if it is opened.
12420         (nnml-request-regenerate): Use it. Change to deffoo.
12421
12422 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12423         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12424
12425         * gnus.el (gnus-define-group-parameter): Fix.
12426
12427 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12428
12429         * gnus.el (gnus-define-group-parameter): Improved.
12430
12431         * gnus-sum.el (charset): Define parameter.
12432         (ignored-charsets): Ditto.
12433         (gnus-summary-setup-default-charset): Use them.
12434
12435         * gnus-start.el (gnus-read-descriptions-file): Use them.
12436
12437         * gnus-cus.el (gnus-group-parameters): Remove them.
12438
12439 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12440
12441         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
12442
12443 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12444
12445         * gnus-sum.el (gnus-summary-read-group-1): Remove
12446         gnus-summary-set-local-parameters.
12447         (gnus-summary-setup-buffer): Put it here.
12448
12449 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12450
12451         * gnus.el (to-address): Define parameter.
12452         (to-list): Ditto.
12453         * gnus-art.el (article-hide-boring-headers): Use them.
12454         * gnus-msg.el (gnus-post-news): Ditto.
12455         * gnus-cus.el (gnus-group-parameters): Remove them.
12456
12457 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12458
12459         * gnus-draft.el (gnus-draft-reminder): New function.
12460
12461         * gnus-art.el (gnus-sender-save-name): New function.
12462
12463 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12464
12465         * mm-util.el (mm-mime-charset): Error message.
12466
12467 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12468
12469         * message.el (message-check-news-body-syntax): Don't check mml lines.
12470
12471 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12472
12473         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
12474         subscribe.
12475
12476         * gnus-start.el (gnus-call-subscribe-functions): New function.
12477         (gnus-find-new-newsgroups): Use it.
12478         (gnus-ask-server-for-new-groups): Use it.
12479         (gnus-check-first-time-used): Use it.
12480         (gnus-subscribe-newsgroup-method): Grok a list of functions.
12481         (gnus-subscribe-options-newsgroup-method): Ditto.
12482         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
12483         return .
12484
12485 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12486
12487         * gnus-cus.el (gnus-score-customize): Doc fix.
12488
12489 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
12490
12491         * dgnushack.el (my-getenv): Typo.
12492
12493 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12494
12495         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
12496
12497 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12498
12499         * gnus-group.el (gnus-group-suspend): Offer save summaries.
12500
12501         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
12502         (gnus-treatment-function-alist): Use it.
12503         (article-remove-leading-whitespace): New function.
12504         (gnus-article-make-menu-bar): Use it.
12505
12506         * gnus-sum.el (gnus-summary-wash-empty-map): Add
12507         remove-leading-whitespace.
12508         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
12509         because of conflict.
12510
12511 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12512
12513         * Makefile.in: Hack generating gnus-load.el.
12514         * dgnushack.el: Ditto.
12515         * gnus-load.el: Remove it.
12516
12517 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12518
12519         * dgnushack.el : Add URLDIR.
12520
12521         * Makefile.in (EMACS_COMP): Ditto.
12522
12523 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12524
12525         * gnus-cus.el (gnus-score-customize): Error on no score file.
12526
12527 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12528
12529         * mm-decode.el (mm-merge-handles): New function.
12530
12531         * mm-view.el (mm-inline-message): Use it.
12532         (mm-view-message): Ditto.
12533
12534         * mm-partial.el (mm-inline-partial): Ditto.
12535
12536         * mm-extern.el (mm-inline-external-body): Ditto.
12537
12538         * gnus-art.el (gnus-mime-view-part): Ditto.
12539         (gnus-mime-view-part-as-type): Ditto.
12540         (gnus-mime-save-part-and-strip): Prevent users to strip in some
12541         cases.
12542
12543 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12544
12545         * message.el (message-cancel-news): Allow to shoot foot.
12546         (message-supersede): Ditto.
12547
12548 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
12549         Trivial patch.
12550
12551         * gnus-sum.el (gnus-simplify-subject-re): Use
12552         message-subject-re-regexp.
12553
12554 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12555
12556         * nnmail.el (nnmail-expiry-target-group): Bind
12557         nnmail-cache-accepted-message-ids to nil.
12558
12559         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
12560         coding system.
12561
12562 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12563
12564         * qp.el (quoted-printable-encode-region): Make sure characters are
12565         between 00 and FF.  Don't check charset.
12566
12567         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
12568         in Emacs 20.
12569         * rfc2047.el (rfc2047-q-encode-region): Ditto.
12570
12571 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12572
12573         * message.el (message-make-forward-subject): Argument decoded.
12574         (message-forward): Use it when digest.
12575
12576         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
12577         buffer.
12578
12579 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12580
12581         * message.el (message-generate-headers-first): Doc fix.
12582
12583 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12584
12585         * gnus-art.el (article-make-date-line): Error proof.
12586
12587 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12588
12589         * gnus-group.el (gnus-group-listing-limit): New variable.
12590         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
12591
12592         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
12593
12594 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12595
12596         * message.el (message-newline-and-reformat): Special case for
12597         breaking at BOL.
12598
12599 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
12600
12601         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
12602         message/rfc822.
12603
12604 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12605
12606         * message.el (message-encode-message-body): Don't insert
12607         Content-Type if it is inside a mail.
12608
12609 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12610
12611         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
12612         gnus-article-commands-menu.
12613
12614         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
12615         in Emacs.
12616
12617         * gnus-start.el (gnus-read-descriptions-file): Use
12618         gnus-group-name-charset and gnus-group-charset-alist.
12619
12620 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12621
12622         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
12623         active region.
12624
12625         * gnus-start.el (gnus-group-change-level): Remove from both
12626         gnus-zombie-list and gnus-killed-list.
12627
12628 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12629
12630         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
12631         gnus-subscribe-topics.
12632
12633         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
12634
12635 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12636
12637         * gnus-art.el (gnus-article-make-menu-bar): Make
12638         gnus-article-post-menu.
12639
12640         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
12641
12642         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
12643
12644         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
12645
12646         * message.el (message-mode-menu): Ditto.
12647
12648         * gnus-art.el (defvar): eval-when-compile.
12649
12650 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12651
12652         * gnus-agent.el (gnus-agentize): Fix doc.
12653
12654 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
12655
12656         * mml.el (mml-preview): Bind `q'.
12657
12658 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12659
12660         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
12661
12662 2001-01-31  Dave Love  <fx@gnu.org>
12663
12664         * mm-util.el (mm-mime-mule-charset-alist)
12665         (mm-find-mime-charset-region): Consider mule-utf-8.
12666
12667 2001-01-31  Dave Love  <fx@gnu.org>
12668
12669         * gnus-art.el (gnus-article-x-face-command)
12670         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
12671         :version.
12672
12673 2001-01-26  Dave Love  <fx@gnu.org>
12674
12675         * mm-util.el (mm-multibyte-string-p): New.
12676
12677 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
12678 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
12679 ;;      string-as-multibyte on class.  Clarify line-folding.
12680         (quoted-printable-encode-string): Make temp buffer inherit
12681         string's multibyteness.
12682
12683 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
12684
12685         * nnheader.el (toplevel): Don't require `gnus-util' at
12686         compile-time; this creates a circular dependency, and prevents
12687         a bootstrap.
12688
12689 2001-01-22  Andreas Schwab  <schwab@suse.de>
12690
12691         * nnheader.el (gnus-delete-line): Autoload it as a macro.
12692
12693 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12694
12695         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
12696
12697         * gnus-art.el (article-hide-list-identifiers): Ditto.
12698
12699         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
12700
12701 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12702
12703         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
12704
12705         * gnus-art.el (article-hide-list-identifiers): Similar.
12706
12707 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
12708
12709         * nnmail.el (nnmail-remove-list-identifiers): Improved.
12710
12711 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12712
12713         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
12714
12715 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12716
12717         * gnus-util.el (gnus-string-equal): New function.
12718
12719         * gnus-art.el (article-hide-boring-headers): Use it.
12720
12721 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
12722
12723         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
12724
12725 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12726
12727         * gnus-msg.el (gnus-msg-mail): Support switch-action.
12728
12729 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12730
12731         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
12732         command if there is not last-saver.
12733
12734 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12735
12736         * nntp.el (nntp-open-connection): 201 is possible.
12737
12738 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12739
12740         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
12741         (rfc2047-charset-encoding-alist): Add big5.
12742
12743 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12744
12745         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
12746         (gnus-agent-remove-server): Ditto.
12747         (autoload): gnus-server-update-server.
12748
12749         * gnus-srvr.el (gnus-server-line-format): Add %a.
12750         (gnus-server-line-format-alist): Add gnus-tmp-agent.
12751         (gnus-server-insert-server-line): Use it.
12752
12753 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12754
12755         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
12756         GB2312 and Big5.
12757
12758 2001-01-24  Simon Josefsson  <sj@extundo.com>
12759
12760         * mail-source.el (mail-sources): Add :program specifier to IMAP
12761         mail source.
12762         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
12763
12764 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12765
12766         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
12767
12768 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12769
12770         * nntp.el (nntp-wait-for): Return the success code.
12771         (nntp-open-connection): Use it.
12772
12773 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12774
12775         * gnus-int.el (gnus-check-server): Allow breaking the opening.
12776
12777 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12778
12779         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
12780
12781 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12782
12783         * gnus-sum.el (gnus-summary-print-article): Take one prefix
12784         argument. Allow to print several articles in one file.
12785
12786 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12787
12788         * webmail.el (webmail-type-definition): netaddress changes.
12789
12790 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12791
12792         * gnus.el: Fix copyright. Remove trailing spaces.
12793
12794         * message.el (message-forward): Use mule4.
12795
12796 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12797
12798         * mm-util.el (mm-string-as-unibyte): New function.
12799
12800         * message.el (message-forward): Use it.
12801
12802 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12803
12804         * message.el (message-cite-original-without-signature): Don't peel
12805         off the blank line.
12806         (message-get-reply-headers): Add Cc if it is not in follow-to.
12807
12808 2001-01-20  Simon Josefsson  <sj@extundo.com>
12809
12810         * mm-decode.el (mm-handle-multipart-from): Add.
12811         (mm-dissect-buffer): Save From: header value.
12812         (mm-security-from): Remove.
12813         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
12814
12815         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
12816         instead of `mml-security-from'.  Protect null from value.
12817
12818 2001-01-20  Simon Josefsson  <sj@extundo.com>
12819
12820         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
12821         application/vnd.ms-excel attachments.
12822
12823 2001-01-19  Simon Josefsson  <sj@extundo.com>
12824
12825         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
12826
12827 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12828
12829         * message.el (message-ignored-mail-headers): Ditto.
12830
12831 2001-01-19  Simon Josefsson  <sj@extundo.com>
12832
12833         * message.el (message-ignored-news-headers): Only search beginning
12834         of line.
12835
12836 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
12837         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
12838
12839         * message.el (message-send-mail): Content-Type may not be there.
12840
12841 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12842
12843         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
12844         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
12845
12846         * gnus-art.el (article-display-x-face): Insert X-Face if there is
12847         not.
12848
12849 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12850
12851         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
12852         non-native groups.
12853
12854 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12855
12856         * message.el (message-yank-original): Understand
12857         universal-argument.
12858
12859 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12860
12861         * gnus-art.el (gnus-boring-article-headers): Add to-address.
12862         (article-hide-boring-headers): Ditto.
12863
12864         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
12865
12866 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12867
12868         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
12869         one.
12870
12871 2001-01-16  Simon Josefsson  <simon@josefsson.org>
12872
12873         * message.el (message-make-in-reply-to): Add comment to message-id
12874         (old syntax, see 2000-08-02 change).
12875
12876 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12877
12878         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
12879         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
12880         (gnus-button-reply): Ditto.
12881
12882 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12883
12884         * gnus-art.el (article-display-x-face): Fix.
12885
12886 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12887
12888         * gnus-art.el (article-display-x-face): Use
12889         gnus-original-article-buffer.
12890
12891 2001-01-15  Jack Twilley  <jmt@tbe.net>
12892
12893         * message.el (message-add-header): Move to point-max.
12894
12895 2001-01-15  Simon Josefsson  <simon@josefsson.org>
12896
12897         * smime.el (smime-CA-directory, smime-CA-file): Change default to
12898         nil, improve documentation.
12899         (smime-certificate-directory): Comment out false hints (until it
12900         is implemented).
12901
12902         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
12903         there aren't any keys.
12904         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
12905         verify certificate.  Default is changed to only check integrity.
12906         Improved security status texts.  If a certificate doesn't contain
12907         a email address, don't fail.
12908
12909         * smime.el (smime-noverify-region):
12910         (smime-noverify-buffer): New functions.  Verifies integrity only.
12911
12912 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12913
12914         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
12915
12916 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12917
12918         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
12919         (gnus-remove-some-windows): Ditto.
12920
12921 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12922
12923         * gnus-art.el (article-make-date-line): 11th.
12924
12925 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12926
12927         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
12928         (mml2015-gpg-sign): Ditto.
12929
12930 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12931
12932         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
12933         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
12934
12935 2001-01-08  Dave Love  <fx@gnu.org>
12936
12937         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
12938         single character.
12939
12940         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
12941
12942         * message.el: Doc and message fixes.
12943         (message-send-rename-function)
12944         (message-make-forward-subject-function)
12945         (message-send-mail-function, message-reply-to-function)
12946         (message-wide-reply-to-function, message-followup-to-function)
12947         (message-distribution-function, message-auto-save-directory): Fix
12948         :type.
12949
12950         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
12951         proceeding after warnings.  Amend multipart warning message.
12952
12953 2001-01-04  Dave Love  <fx@gnu.org>
12954
12955         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
12956         compiling.
12957         (gnus-make-directory): Require nnmail.
12958
12959         * mm-decode.el (mm-inline-media-tests): Add
12960         image/x-portable-bitmap.
12961         (mm-get-image): Grok pbm.
12962
12963 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
12964
12965         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
12966
12967 2001-01-09  Didier Verna  <didier@xemacs.org>
12968
12969         * dgnushack.el (dgnushack-compile): give a dummy value to
12970         `gnus-xmas-glyph-directory' for the time of compilation.
12971         * gnus-agent.el: moved some XEmacs specific hook add-ons from
12972         `gnus-xmas-[re]define' to avoid loosing user custom settings.
12973         * gnus-art.el: ditto.
12974         * gnus-group.el: ditto.
12975         * gnus-salt.el: ditto.
12976         * gnus-sum.el: ditto.
12977         * gnus-topic.el: ditto.
12978         * gnus-xmas.el (gnus-xmas-define): see above.
12979         * gnus-xmas.el (gnus-xmas-redefine): see above.
12980         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
12981         non-continuable error when the directory can't be found.
12982
12983 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12984
12985         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
12986         handle.
12987         * gnus-art.el (gnus-mime-view-part): Copy it.
12988         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
12989
12990 2001-01-09  Michael Downes  <mjd@ams.org>
12991
12992         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
12993
12994 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12995
12996         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
12997         orig-file. Use ',source.
12998
12999 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13000
13001         * gnus-xmas.el (gnus-xmas-modeline-glyph):
13002         (gnus-xmas-group-startup-message):
13003         Detect gnus-xmas-glyph-directory when it is nil.
13004
13005 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13006
13007         * pop3.el (pop3-get-message-count): Andrew Innes
13008         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
13009
13010 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13011
13012         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
13013
13014         * time-date.el (time-to-number-of-days): New function.
13015
13016 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
13017         Trivial patch.
13018
13019         * nnslashdot.el (nnslashdot-request-list): Always get the right
13020         sid.
13021
13022 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13023
13024         * message.el (message-minibuffer-local-map): New keymap.
13025         (message-read-from-minibuffer): Use it.
13026         * gnus-msg.el (gnus-summary-resend-message): Use it
13027
13028 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13029
13030         * gnus-start.el (gnus-display-time-event-handler): New function.
13031         (gnus-after-getting-new-news-hook): Use it.
13032
13033 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13034
13035         * message.el (message-ignored-mail-headers): Add draft header.
13036
13037 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13038
13039         * gnus-sum.el (gnus-summary-expire-articles): Don't save
13040         excursion.
13041
13042         * nnslashdot.el (nnslashdot-request-list): Get the right year.
13043
13044 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
13045         A revoked patch.
13046
13047         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
13048
13049 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13050
13051         * qp.el (quoted-printable-decode-region): Don't backward-char.
13052
13053 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13054
13055         * gnus-draft.el: Mark articles as replied.
13056
13057         * gnus-sum.el (gnus-summary-add-mark): New function.
13058
13059         * gnus-group.el (gnus-add-mark): New function.
13060
13061         * gnus-sum.el (gnus-summary-buffer-name): New function.
13062         (gnus-summary-setup-buffer): Use it.
13063
13064         * gnus-draft.el: Set things up with the right post method and
13065         stuff.
13066
13067         * message.el (message-ignored-news-headers): Remove X-Draft-From.
13068
13069         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
13070
13071         * gnus.el (gnus-draft-meta-information-header): New variable.
13072
13073 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13074
13075         * gnus-art.el (gnus-treatment-function-alist): Move the date
13076         functions before the header sorting functions.
13077
13078         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
13079
13080         * dgnushack.el (dgnushack-compile): Message whether there is w3.
13081         Don't (push "/usr/share/emacs/site-lisp" load-path).
13082
13083         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
13084         to empty fill prefixes.
13085
13086 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13087
13088         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
13089         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
13090
13091 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13092
13093         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
13094
13095         * nnml.el (autoload): Move to nnheader.el.
13096
13097         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
13098         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
13099         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
13100         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
13101
13102 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13103
13104         * gnus-art.el (article-make-date-line): Get the hours right.
13105         (gnus-ignored-headers): More hiding.
13106
13107         * nnmail.el (nnmail-expiry-wait): Not an integer.
13108
13109         * message.el (message-goto-body): Only expand abbrev when called
13110         interactively.
13111         (message-make-lines): Use it.
13112
13113 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13114
13115         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
13116
13117 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13118
13119         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
13120         include the expunged articles.
13121
13122         * gnus-group.el (gnus-group-sort-by-server): New function.
13123
13124         * gnus.el (gnus-method-to-server-name): New function.
13125         (gnus-group-prefixed-name): Use it.
13126
13127         * gnus-group.el (gnus-group-sort-function): Doc fix.
13128         (gnus-group-sort-groups-by-server): New command.
13129
13130 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13131
13132         * gnus-art.el (gnus-treat-date-english): New variable.
13133         (article-date-english): New command.
13134         (gnus-english-month-names): New variable.
13135         (article-make-date-line): Do 'english.
13136
13137         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
13138         after the fill prefix.
13139
13140         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
13141         score...".
13142
13143         * gnus-art.el (gnus-ignored-headers): Hide more headers.
13144
13145         * message.el (message-mode-map): Bind comment-region.
13146
13147         * gnus-art.el (gnus-mime-display-part): Let w3 display
13148         multipart/related.
13149
13150         * mm-bodies.el (mm-long-lines-p): New function.
13151         (mm-body-encoding): Use it.
13152         (mm-body-encoding): Encode articles with lines longer than 1000
13153         characters.
13154
13155 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13156
13157         * mm-util.el (mm-enable-multibyte): Use
13158         default-enable-multibyte-characters.
13159         (mm-enable-multibyte-mule4): Ditto.
13160         (mm-disable-multibyte): Test XEmacs.
13161         (mm-disable-multibyte-mule4): Ditto.
13162         (mm-with-unibyte-current-buffer): Simplified.
13163         (mm-with-unibyte-current-buffer-mule4): Ditto.
13164
13165 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13166
13167         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
13168
13169         * nnheader.el (nnheader-string-as-multibyte): New alias.
13170
13171         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
13172
13173         * gnus-uu.el (gnus-message-process-mark): New function.
13174         (gnus-uu-mark-by-regexp): Use it.
13175         (gnus-new-processable): New function.
13176
13177 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
13178          Trivial patch.
13179
13180         * gnus-sum.el (gnus-no-mark): New variable.
13181
13182 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13183
13184         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
13185         backslashes.
13186
13187 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13188
13189         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
13190         definition.
13191
13192 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13193
13194         * dgnushack.el (dgnushack-compile): elc is in the current directory.
13195
13196         * qp.el (quoted-printable-encode-region): Don't check multibyte in
13197         XEmacs.
13198
13199 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
13200         Trivial patch.
13201
13202         * mml.el (mml-read-tag): Save tag location.
13203
13204 2000-12-25  Simon Josefsson  <simon@josefsson.org>
13205
13206         * starttls.el: Sync with Emacs 21.
13207
13208 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13209
13210         * message.el (message-mail): Support yank-action.
13211
13212         * message.el (message-setup): Revoke the last change.
13213
13214 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13215
13216         * message.el (message-setup): Use cons. Suggested by Johan Vromans
13217         <jvromans@squirrel.nl>.
13218
13219 2000-12-24  Simon Josefsson  <sj@extundo.com>
13220
13221         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
13222         mailing list junk at end of part.
13223
13224 2000-12-23  Simon Josefsson  <sj@extundo.com>
13225
13226         * nnimap.el (nnimap-expiry-target): New function.
13227         (nnimap-request-expire-articles): Use it.
13228
13229 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13230
13231         * gnus.el (gnus-group-parameters-more): New variable.
13232         * gnus-cus.el (gnus-group-customize): Use it.
13233
13234         * gnus.el (gnus-define-group-parameter): New macro.
13235         (auto-expire): Use it
13236         (total-expire): Use it.
13237         * gnus-art.el (banner): Use it.
13238
13239         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
13240         <ljz@asfast.com>.
13241
13242 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13243
13244         * gnus-topic.el (gnus-topic-create-topic): Use list.
13245
13246         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
13247         before binding gnus-default-article-saver.
13248
13249         * gnus-sum.el (gnus-summary-save-article):
13250         (gnus-summary-pipe-output):
13251         (gnus-summary-save-article-mail):
13252         (gnus-summary-save-article-rmail):
13253         (gnus-summary-save-article-file):
13254         (gnus-summary-write-article-file):
13255         (gnus-summary-save-article-body-file): Ditto.
13256
13257         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
13258
13259 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13260
13261         * gnus-art.el (gnus-mime-security-button-map):
13262         (gnus-mime-button-map): Add parent.
13263
13264 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13265
13266         * messagexmas.el (message-xmas-redefine): New function.
13267
13268         * message.el: Use it.
13269
13270         * gnus-art.el (gnus-article-check-hidden-text): Return t.
13271
13272         * gnus-util.el (gnus-remove-text-properties-when): Return t.
13273
13274 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13275
13276         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
13277         malformatted messages.
13278
13279 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13280
13281         * mm-util.el (mm-image-load-path): New function.
13282
13283         * gnus-group.el (gnus-group-make-tool-bar): Use it.
13284
13285         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
13286
13287         * message.el (message-tool-bar-map): Use it.
13288
13289         * Makefile.in (install-el): New rule.
13290
13291 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13292
13293         * gnus-art.el (article-treat-dumbquotes): Quote \.
13294
13295 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13296
13297         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
13298         Emacs 20 runs on a terminal.
13299
13300 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13301
13302         * gnus-msg.el (gnus-bug): Revert to save-excursion.
13303
13304         * mml.el (gnus-add-minor-mode): Autoload.
13305
13306         * message.el (message-forward): Save-restriction.
13307
13308 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13309
13310         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
13311         Paul Stevenson <p.stevenson@surrey.ac.uk>
13312
13313 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13314
13315         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
13316
13317         * mml.el (gnus-ems): Don't require.
13318
13319         * gnus.el (gnus-decode-rfc1522): Removed.
13320         (gnus-set-text-properties): Define.
13321
13322 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13323
13324         * gnus-art.el (gnus-mime-*): handle may be nil.
13325
13326         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
13327
13328         * gnus.el (gnus-group-remove-excess-properties): Not defined
13329         in gnus-xmas.
13330
13331 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13332
13333         * message.el (message-mail-user-agent): Add :version.
13334
13335 2000-12-21  Miles Bader  <miles@gnu.org>
13336
13337         * message.el (message-mode): Set `comment-start' to the  yank prefix.
13338
13339 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13340
13341         * message.el (message-mail-user-agent): New variable.
13342         (message-setup): Renamed to message-setup-1. Support
13343         mail-user-agent.
13344         (message-mail-user-agent): New function.
13345         (message-mail): Use it.
13346         (message-reply): Use it.
13347         (message-resend): Use it.
13348         (message-mail-other-window): Use it.
13349         (message-mail-other-frame): Use it.
13350
13351         * gnus-msg.el (gnus-bug): Support mail-user-agent.
13352
13353 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13354
13355         * message.el (message-tool-bar-map): Simplify.
13356         (message-narrow-to-head-1): New function.
13357         (message-narrow-to-head): Use it.
13358         (message-reply): Ditto.
13359         (message-cancel-news): Ditto.
13360         (message-supersede): Ditto.
13361         (message-make-forward-subject): Ditto.
13362         (message-bounce): Ditto.
13363
13364 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13365
13366         * uudecode.el (uudecode-decode-region-external): make-temp-file
13367         may not be defined.
13368
13369         * binhex.el (defalias): eval-and-compile.
13370
13371         * message.el (message-tool-bar-map): New function.
13372         (message-mode): Use it.
13373
13374 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13375
13376         * nntp.el (nntp-find-connection): Remove the entry.
13377         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
13378
13379 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13380
13381         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
13382
13383         * message.el (message-forward): Copy buffer in unibyte mode.
13384
13385 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13386
13387         * message.el (message-make-forward-subject): Don't widen. Decode.
13388         (message-forward): Don't decode subject.
13389
13390 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
13391
13392         * qp.el (quoted-printable-encode-region): Upcase QP.
13393
13394 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13395
13396         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
13397         mail-extract-a-c instead. Don't depend on Gnus.
13398
13399         * mml.el (gnus-ems): Require it.
13400
13401         * gnus-msg.el (gnus-summary-mail-forward):
13402
13403         * message.el (message-forward):  Move mime-to-mml here.
13404
13405 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13406
13407         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
13408         * gnus-art.el (gnus-insert-mime-button): Simplify.
13409         (gnus-mime-display-alternative): Ditto.
13410         (gnus-insert-mime-security-button): Ditto.
13411
13412 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13413
13414         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
13415         text-property-not-all doesn't return nil when start=mark(end).
13416         (gnus-remove-text-properties-when): Ditto.
13417
13418 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13419
13420         * gnus-start.el (gnus-group-change-level): Remove group from
13421         gnus-active-hashtb if real killed.
13422
13423 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13424
13425         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
13426         (gnus-mime-display-alternative): Ditto.
13427         (gnus-insert-mime-security-button): Ditto.
13428
13429 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13430
13431         * gnus-start.el (gnus-group-change-level): Don't add it into
13432         killed-list if it was killed.
13433
13434 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13435
13436         * nnmbox.el (nnmbox-file-coding-system): Use binary.
13437         (nnmbox-active-file-coding-system): Ditto.
13438
13439         * gnus-cus.el (gnus-group-parameters): Add posting-style.
13440
13441 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13442
13443         * gnus.el (gnus-version):
13444         (gnus-version-number): Set to Oort Gnus 0.01.
13445
13446         * gnus-art.el (gnus-mime-security-button-map):
13447         (gnus-insert-mime-security-button): Fix for Emacs21.
13448
13449 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13450
13451         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
13452         easymenu, because XEmacs doesn't understand :help.
13453
13454         * mm-uu.el: Require binhex.
13455
13456 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13457
13458         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
13459
13460 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13461
13462         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
13463
13464 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
13465
13466         * *.xpm, *.pbm: Convert icons icons to size 24x24.
13467
13468 2000-12-18  Dave Love  <fx@gnu.org>
13469
13470         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
13471         (unused).
13472
13473 2000-12-13  Miles Bader  <miles@gnu.org>
13474
13475         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
13476         to t, so that we don't get stuck while trying to smilefy
13477         intangible text.
13478
13479 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
13480
13481         * smiley-ems.el (smiley-regexp-alist): Make regexps match
13482         at the end of the buffer.
13483         (smiley-region): In the loop, move to the end of the submatch
13484         matching the smiley instead of using the end of the match
13485         of the whole regexp.
13486
13487 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
13488
13489         * message.el (message-mode): Doc fix.
13490
13491 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
13492
13493         * smiley-ems.el (smiley-region): Doc fix.
13494
13495 2000-12-11  Miles Bader  <miles@gnu.org>
13496
13497         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
13498         bottom line visible, check to see if it's partially obscured, and
13499         if so, either scroll one more line to make it fully visible, or
13500         revert to showing the second line from the top.
13501
13502 2000-12-07  Dave Love  <fx@gnu.org>
13503
13504         * mailcap.el (mailcap-download-directory)
13505         * gnus-audio.el (gnus-audio-directory)
13506         * smiley-ems.el (smiley-data-directory): Fix :type.
13507
13508 2000-11-30  Dave Love  <fx@gnu.org>
13509
13510         * message.el (message-auto-save-directory): Use
13511         file-name-as-directory.
13512         (message-set-auto-save-file-name): Create
13513         message-auto-save-directory if necessary.
13514         (message-replace-chars-in-string): Removed -- unused.
13515         (message-mail-alias-type): Customize.
13516         (message-headers): Remove duplicate defgroup.
13517
13518 2000-11-29  Dave Love  <fx@gnu.org>
13519
13520         * qp.el (quoted-printable-decode-region): Use error, not message
13521         to report malformed text (like base64).  Amend message.
13522
13523 2000-11-29  Miles Bader  <miles@gnu.org>
13524
13525         * message.el (message-header-lines): Fontify tag.
13526
13527 2000-11-27  Dave Love  <fx@gnu.org>
13528
13529         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
13530         compiler warning.
13531
13532 ;2000-11-26  Dave Love  <fx@gnu.org>
13533 ;
13534 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
13535 ;
13536 2000-11-23  Dave Love  <fx@gnu.org>
13537
13538         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
13539
13540         * mm-uu.el (uudecode): Require.
13541         (uudecode-decode-region, uudecode-decode-region-external): Don't
13542         autoload.
13543         (mm-uu-copy-to-buffer): Doc fix.
13544         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
13545         type fix.
13546
13547         * mailcap.el: Doc fixes.
13548         (mailcap-mime-data): Various adjustments.
13549         (mailcap): New group.
13550         (mailcap-download-directory): Customize.
13551         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
13552         (mailcap-temporary-directory): Deleted (unused).
13553         (mailcap-unescape-mime-test): Simplify slightly.
13554         (mailcap-viewer-passes-test): Use functionp.
13555         (mailcap-command-p): Aliased to executable-find.
13556
13557         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
13558         default-enable-multibyte-characters is nil.
13559
13560 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
13561
13562         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
13563
13564 2000-11-21  Dave Love  <fx@gnu.org>
13565
13566         * gnus-art.el (gnus-mime-button-map): Don't inherit from
13567         gnus-article-mode-map.
13568 ;       (gnus-mime-button-menu): Use mouse-set-point.
13569         (gnus-insert-mime-button, gnus-mime-display-alternative)
13570         (gnus-mime-display-alternative): Don't use local-map property.
13571
13572 2000-11-17  Dave Love  <fx@gnu.org>
13573
13574         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
13575         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
13576         and make-temp-file.
13577         (uudecode-decode-region): Doc fix.
13578
13579 2000-11-14  Dave Love  <fx@gnu.org>
13580
13581         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
13582         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
13583         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
13584         New files, derived from the XPMs.
13585
13586 2000-11-10  Dave Love  <fx@gnu.org>
13587
13588         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
13589         (gnus-agent-lib-file, gnus-agent-load-alist)
13590         (gnus-agent-save-alist, gnus-agent-article-name): Use
13591         expand-file-name.
13592
13593         * gnus-group.el (gnus-group-name-charset-method-alist): Add
13594         :version.
13595         (nnkiboze-score-file): Defvar when compiling.
13596
13597         * gnus-start.el (gnus-read-newsrc-file): Add :version.
13598
13599         * gnus-art.el (gnus-article-banner-alist)
13600         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
13601         (gnus-article-date-lapsed-new-header)
13602         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
13603         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
13604         (gnus-treat-strip-headers-in-body)
13605         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
13606         (gnus-treat-translate): Add :version.
13607         (gnus-article-mime-part-function): Fix defcustom.
13608
13609         * nnmail.el (nnmail-expiry-target)
13610         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
13611         (nnmail-split-header-length-limit): Add :version.
13612
13613         * gnus-sum.el (gnus-auto-expirable-marks)
13614         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
13615         (gnus-extra-headers, gnus-ignored-from-addresses)
13616         (gnus-newsgroup-ignored-charsets)
13617         (gnus-group-highlight-words-alist)
13618         (gnus-summary-show-article-charset-alist): Add :version.
13619
13620         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
13621         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
13622         files, converted from the XPMs.
13623
13624         * gnus-cache.el (gnus-cache-active-file): Don't use
13625         file-name-as-directory on directory.
13626         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
13627         use file-name-as-directory on directory.
13628
13629         * time-date.el (timezone-make-date-arpa-standard): Autoload.
13630         (date-to-time): Use it.
13631
13632 ;       * message.el (message-mode) <adaptive-fill-regexp>:
13633 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
13634 ;       (message-newline-and-reformat): Likewise.
13635         (message-forward-as-mime, message-forward-ignored-headers)
13636         (message-buffer-naming-style, message-default-charset)
13637         (message-dont-reply-to-names, message-send-mail-partially-limit):
13638         Add :version.
13639
13640         * mm-util.el: Doc fixes.
13641         (mm-mime-charset): Don't use the raw result of
13642         mm-preferred-coding-system.
13643         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
13644         (mm-with-unibyte): Simplify.
13645
13646         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
13647         concat.
13648
13649         * pop3.el (pop3-version): Deleted.
13650         (pop3-make-date): New function, avoiding message-make-date.
13651         (pop3-munge-message-separator): Use it.
13652
13653 2000-11-09  Dave Love  <fx@gnu.org>
13654
13655         * gnus-group.el (gnus-group-make-directory-group)
13656         (gnus-group-fetch-faq): Use expand-file-name.
13657         (gnus-group-fetch-faq): Simplify completing-read form.
13658
13659         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
13660         test for Mule.
13661
13662         * message.el (tool-bar-map): Defvar when compiling.
13663
13664         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
13665         (gnus-tm-lisp-directory): Deleted.
13666         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
13667         (featurep 'xemacs).
13668         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
13669         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
13670         version numbers from file names.
13671
13672 2000-11-08  Dave Love  <fx@gnu.org>
13673
13674         * mm-view.el: Use featurep for XEmacs test.
13675         (mm-inline-message): Test for `remove-specifier'; don't use
13676         condition-case.
13677
13678         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
13679
13680         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
13681         (gnus-score-find-bnews): Don't concat "".
13682
13683         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
13684         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
13685         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
13686         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
13687
13688         * gnus-sum.el: Put some defvars in eval-when-compile.
13689         (gnus-summary-mode-hook): Add :options.
13690         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
13691         (gnus-summary-tool-bar-map): New variable.
13692         (gnus-summary-make-tool-bar): New function.
13693         (gnus-summary-mode): Put kill-all-local-variables first.
13694
13695         * gnus-group.el (gnus-group-toolbar-map): New variable.
13696         (gnus-group-make-tool-bar): Rewritten.
13697         (gnus-group-mode): Put kill-all-local-variables first.
13698
13699         * rfc2047.el: Require gnus-util.
13700
13701         * nnml.el (gnus-sorted-intersection): Autoload.
13702
13703         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
13704         Put some defvars in eval-when-compile.
13705         (gnus-intersection, gnus-sorted-complement):  Autoload.
13706
13707         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
13708
13709         * mm-encode.el (mm-body-7-or-8): Autoload.
13710
13711         * mm-decode.el (mm-insert-inline): Autoload.
13712
13713         * mml.el:
13714         * message.el: Put some defvars in eval-when-compile.
13715
13716         * gnus-msg.el: Put some defvars in eval-when-compile.
13717         (gnus-msg-mail): Move after gnus-setup-message.
13718
13719         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
13720
13721 2000-11-07  Dave Love  <fx@gnu.org>
13722
13723         * gnus-util.el (nnheader): Don't require message (recursive
13724         autoload).
13725
13726         * uudecode.el: Avoid compiler warnings.
13727
13728         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
13729         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
13730
13731 2000-11-06  Dave Love  <fx@gnu.org>
13732
13733         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
13734
13735         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
13736         (uudecode-char-int): New alias, replacing char-int.
13737         (uudecode-decode-region): Don't call buffer-disable-undo.
13738
13739 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
13740 ;       (mm-uu-configure-list): Doc fix.
13741 ;
13742 ;       * earcon.el (running-xemacs): Don't define.
13743 ;
13744 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13745 ;
13746 ;       * message.el (message-font-lock-keywords): Match a final newline
13747 ;       to help font-lock's multiline support.
13748 ;
13749 2000-11-03  Dave Love  <fx@gnu.org>
13750
13751         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
13752
13753         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
13754         name.
13755
13756         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
13757         <banner>: Fix custom type, doc.
13758
13759         * mm-decode.el (mm-display-external): Space-prefix temp buffer
13760         name.  Don't disable undo explicitly.
13761
13762 ;2000-11-02  Dave Love  <fx@gnu.org>
13763 ;
13764 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
13765 ;       cite-prefix.
13766
13767 2000-11-01  Dave Love  <fx@gnu.org>
13768
13769         * rfc2047.el (base64): Require unconditionally.
13770         (message-posting-charset): Defvar when compiling.
13771         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
13772         message.
13773
13774         * gnus-sum.el (nnoo): Require.
13775         (mm-uu-dissect): Autoload.
13776
13777         * mml.el (mml-parse-1): Clarify message.
13778         (mml-minibuffer-read-type): Use mailcap-mime-types.
13779
13780 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
13781
13782         * mml.el: Fix a typo in the requiring of CL.
13783
13784 2000-11-01  Dave Love  <fx@gnu.org>
13785
13786         * utf7.el: Require cl when compiling.
13787
13788         * binhex.el: Use (featurep 'xemacs).
13789         (binhex-char-int): New alias, replacing char-int.  Change callers.
13790         (binhex-decode-region): Simplify work buffer code.
13791         (binhex-decode-region-external): Use expand-file-name, not concat.
13792
13793 2000-10-30  Dave Love  <fx@gnu.org>
13794
13795         * gnus-art.el: Fix 2000-10-27 change properly.
13796
13797 2000-10-28  Miles Bader  <miles@gnu.org>
13798
13799         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
13800
13801 2000-10-27  Dave Love  <fx@gnu.org>
13802
13803         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
13804         strings.
13805         (gnus-group-make-tool-bar): New function.
13806         (gnus-group-mode): Use it.
13807
13808         * message.el (message-mode-menu): Add some :help strings.
13809         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
13810         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
13811
13812         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
13813         * describe-group.xpm, get-news.xpm, kill-group.xpm:
13814         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
13815
13816         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
13817         display-graphic-p here.
13818
13819 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
13820
13821         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
13822         of the `gnus-xemacs' variable, as the latter has been removed.
13823         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
13824         * gnus-art.el (gnus-treat-display-xface)
13825         (gnus-treat-display-smileys, gnus-treat-display-picons)
13826         (gnus-article-read-summary-keys): Likewise.
13827
13828 2000-10-26  Dave Love  <fx@gnu.org>
13829
13830         (defvar): Use rmail-spool-directory unconditionally.
13831
13832 2000-10-18  Dave Love  <fx@gnu.org>
13833
13834         * mm-bodies.el (mm-uu-decode-function)
13835         (mm-uu-binhex-decode-function): Defvar when compiling.
13836
13837         * gnus-nocem.el (gnus-nocem-issuers): Update.
13838         (gnus-nocem-check-from): New option.
13839         (gnus-nocem-scan-groups): Use it.
13840         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
13841         (gnus-nocem-check-article-limit): Add :version.
13842
13843 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
13844
13845         * ietf-drums.el (mm-util): Require CL when compiling.
13846
13847 2000-10-15  Dave Love  <fx@gnu.org>
13848
13849         * qp.el: Require mm-util.
13850
13851 2000-10-13  Dave Love  <fx@gnu.org>
13852
13853         * qp.el (quoted-printable-decode-region): Avoid invalid
13854         coding-systems.
13855
13856 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
13857
13858         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
13859         to a recursive load.
13860
13861 2000-10-12  Dave Love  <fx@gnu.org>
13862
13863         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
13864
13865         * gnus.el (gnus-group-startup-message): Check for PBM image.
13866
13867 2000-10-09  Dave Love  <fx@gnu.org>
13868
13869         * mail-source.el (mail-source-fetch-imap): Bind
13870         default-enable-multibyte-characters rather than using
13871         mm-disable-multibyte.
13872
13873 2000-10-05  Dave Love  <fx@gnu.org>
13874
13875         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
13876         Autoload.
13877         (quoted-printable-decode-region):  Rename arg which confused
13878         charset with coding-system.  Don't use nonascii-insert-offset.
13879         Coding-system encode the region initially.  Don't recognize `=='
13880         as valid QP.  Coding-system decode the region finally.
13881         (quoted-printable-decode-string): Rename arg which confused
13882         charset with coding-system.
13883
13884         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
13885         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
13886         mm-encode-coding-region.
13887         (mm-decode-body, mm-decode-string): Rename variables which
13888         confused charset with coding-system.
13889         (binhex-decode-region): Don't autoload.
13890         (mm-body-encoding): Require message.
13891         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
13892         cond branches.
13893
13894         * gnus-art.el (article-de-quoted-unreadable)
13895         (article-de-base64-unreadable): Fold search case
13896         rather than downcasing string.  Apply mm-charset-to-coding-system
13897         to arg of quoted-printable-decode-region.
13898
13899 2000-10-04  Dave Love  <fx@gnu.org>
13900
13901         * gnus-ems.el: Don't turn off compiler warnings in local vars.
13902         Require ring when compiling.
13903         (gnus-article-compface-xbm): New variable.
13904
13905 2000-10-04  Dave Love  <fx@gnu.org>
13906
13907         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
13908         pbm images.
13909
13910         * frown.pbm, smile.pbm, wry.pbm: New files.
13911
13912         * frown.xbm, smile.xbm, wry.xbm: Deleted.
13913
13914 2000-10-03  Dave Love  <fx@gnu.org>
13915
13916         * mail-source.el (mail-sources): Revert to nil.
13917
13918         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
13919
13920         * qp.el: Don't require mm-util.
13921         (quoted-printable-decode-region): Rewritten.
13922         (quoted-printable-decode-string, quoted-printable-encode-region):
13923         Doc fix.
13924         (quoted-printable-encode-region): Barf on multibyte characters.
13925         Maybe make the class multibyte.  Upcase chars, not formatted
13926         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
13927         (quoted-printable-encode-string): Don't use
13928         mm-with-unibyte-buffer.
13929
13930 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
13931
13932         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
13933
13934 2000-09-21  Dave Love  <fx@gnu.org>
13935
13936         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
13937         (for Emacs 20).  Tidy somewhat.
13938
13939 2000-09-21  Dave Love  <fx@gnu.org>
13940
13941         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
13942         image processing.  Rationalize logic somewhat.
13943
13944 2000-09-20  Dave Love  <fx@gnu.org>
13945
13946         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
13947         specifically.
13948
13949         * gnus.el (gnus-version-number): Avoid some redundant
13950         autoloads.
13951
13952 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
13953
13954         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
13955         to XBM; we always have PBM support.
13956
13957 2000-09-14  Dave Love  <fx@gnu.org>
13958
13959         * gnus.el (gnus-charset):
13960         * mm-decode.el (mime-display):
13961         * imap.el (imap) <defgroup>: Add :version.
13962
13963 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
13964
13965         * parse-time.el: Fix author's mail address.
13966
13967         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
13968         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
13969         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
13970         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
13971         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
13972         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
13973         * rfc2231.el, uudecode.el: Fix copyright notice.
13974
13975         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
13976         require `w3' at load-time only if not running in batch mode.
13977
13978 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13979
13980         * gnus.el: Before merge with Emacs21.
13981
13982 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
13983
13984         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
13985
13986 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
13987
13988         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
13989         to avoid conflict with the standard `back-to-indentation'
13990         binding.
13991
13992 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13993
13994         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
13995
13996         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
13997         (mm-disable-multibyte-mule4): Ditto.
13998         (mm-with-unibyte-current-buffer-mule4): Ditto.
13999
14000 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14001
14002         * pop3.el (pop3-movemail): Use binary.
14003         (pop3-movemail-file-coding-system): Removed.
14004
14005 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14006
14007         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
14008
14009 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14010
14011         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
14012         exists.
14013
14014 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14015
14016         * gnus-msg.el (gnus-post-method): Use backend name when the
14017         address is "".
14018
14019 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14020
14021         * gnus-art.el (article-verify-x-pgp-sig): Don't test
14022         mm-verify-option.
14023         (gnus-treat-x-pgp-sig): Default value.
14024         (gnus-ignored-headers): Redundant.
14025
14026 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14027
14028         * gnus-win.el (gnus-configure-frame): Save selected window.
14029
14030 2000-02-15  Andrew Innes  <andrewi@gnu.org>
14031
14032         * nnmbox.el: Require gnus-range.
14033         (nnmbox-group-building-active-articles): New variable.
14034         (nnmbox-group-active-articles): New variable; this is a cache of
14035         all active articles by group and number.
14036         (nnmbox-in-header-p): New function.
14037         (nnmbox-find-article): New function.
14038         (nnmbox-record-active-article): New function.
14039         (nnmbox-record-deleted-article): New function.
14040         (nnmbox-is-article-active-p): New function.
14041         (nnmbox-retrieve-headers): Use nnmbox-find-article.
14042         (nnmbox-request-article): Ditto.  Also supply extra arg to
14043         nnmbox-article-group-number.
14044         (nnmbox-request-expire-articles): Ditto.
14045         (nnmbox-request-move-article): Ditto.
14046         (nnmbox-request-replace-article): Ditto.
14047         (nnmbox-request-rename-group): Rename group entry in active
14048         article cache.
14049         (nnmbox-delete-mail): Update active article cache, unless article
14050         is being replaced.
14051         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
14052         than partially duplicating it.
14053         (nnmbox-article-group-number): Add extra `this-line' arg, to
14054         handle articles belonging to multiple groups.
14055         (nnmbox-save-mail): Update active article cache.
14056         (nnmbox-read-mbox): Build active article cache when loading mbox.
14057         Also do some repair work, if we find articles that are missing the
14058         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
14059         reconstruct these from Xref info.
14060
14061 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14062
14063         * mail-source.el (mail-source-report-new-mail): Use
14064         nnheader-run-at-time.
14065
14066 2000-02-15  Andrew Innes  <andrewi@gnu.org>
14067
14068         * mail-source.el (mail-source-fetch-pop): Clear pop password when
14069         an error is thrown, and then rethrow the error.
14070         (mail-source-check-pop): Ditto.
14071         (mail-source-start-idle-timer): Prevent multiple pop checks
14072         running if the check takes a long time.
14073
14074 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14075
14076         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
14077         succeed.
14078
14079 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14080
14081         * gnus-win.el (gnus-configure-windows): Make sure
14082         nntp-server-buffer is live.
14083         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
14084
14085 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
14086
14087         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
14088
14089 2000-12-04  Andreas Jaeger  <aj@suse.de>
14090
14091         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
14092
14093 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14094
14095         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
14096
14097 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14098         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
14099
14100         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
14101
14102 2000-12-01  Simon Josefsson  <sj@extundo.com>
14103
14104         * mml-smime.el (mml-smime-verify): Fix address parsing.
14105
14106 2000-12-01  Simon Josefsson  <sj@extundo.com>
14107
14108         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
14109         more than one certificate inside PKCS#7 blob.  Better security
14110         information (clamed / actual sender, openssl output, certificates
14111         inside message).
14112
14113         * smime.el (smime-verify-region): Output to /dev/null.
14114         (smime-buffer-as-string-region): Don't parse empty lines.
14115
14116 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14117
14118         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
14119         ?d and ?D.
14120         (gnus-mime-security-show-details-inline): New variable.
14121         (gnus-mime-security-show-details): Use them.
14122         (gnus-insert-mime-security-button): Ditto.
14123
14124         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
14125         Suggest by Michael Duggan (md5i@cs.cmu.edu).
14126         (mml2015-gpg-clear-verify): Ditto.
14127         (mml2015-gpg-decrypt-1): Ditto.
14128         (mml2015-use): Prefer 'gpg.
14129
14130 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14131
14132         * gnus-util.el (gnus-add-text-properties-when): New function.
14133         (gnus-remove-text-properties-when): Ditto.
14134
14135         * gnus-cite.el (gnus-article-hide-citation): Use them.
14136         (gnus-article-toggle-cited-text): Use them.
14137
14138         * gnus-art.el (gnus-signature-toggle): Use them.
14139         (gnus-article-show-hidden-text): Ditto.
14140         (gnus-article-hide-text): Ditto.
14141
14142 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14143
14144         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
14145
14146 2000-11-30  Simon Josefsson  <sj@extundo.com>
14147
14148         * smime.el (smime-point-at-eol): New alias.
14149         (smime-buffer-as-string-region): Use it.
14150
14151 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14152
14153         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
14154
14155 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14156
14157         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
14158
14159         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
14160
14161         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
14162
14163 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14164
14165         * nnmh.el (nnmh-request-expire-articles): Implemented
14166         expiry-target for nnmh backend.
14167
14168 2000-11-30  Simon Josefsson  <sj@extundo.com>
14169
14170         * mm-decode.el (mm-security-from): New variable.
14171         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
14172
14173         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
14174         than `from'.
14175
14176 2000-11-30  Simon Josefsson  <sj@extundo.com>
14177
14178         * mml-smime.el (mml-smime-verify): Verify that certificate mail
14179         address match sender address.
14180
14181         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
14182
14183         * smime.el (smime-verify-region): Don't copy buffer.
14184         (smime-decrypt-buffer): Use expand-file-name on keyfile.
14185         (smime-pkcs7-region): New function.
14186         (smime-pkcs7-certificates-region): Ditto.
14187         (smime-pkcs7-email-region): Ditto.
14188         (smime-buffer-as-string-region): Ditto.
14189
14190         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
14191         buffer.
14192
14193 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
14194
14195         * smime.el (smime-decrypt-region): Fix keyfile argument.
14196
14197 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14198
14199         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
14200
14201 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14202
14203         * message.el (message-shoot-gnksa-feet): New variable.
14204         (message-gnksa-enable-p): New function.
14205         (message-send): Use it.
14206         (message-check-news-body-syntax): Ditto.
14207
14208 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14209
14210         * message.el (message-make-message-id): Remove the redundancy.
14211
14212 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14213
14214         * message.el (message-setup): Discourage using mc-install-*-mode.
14215
14216         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
14217
14218 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14219
14220         * gnus-cite.el (gnus-cite-parse): Guess citation length.
14221
14222 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14223
14224         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
14225
14226 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14227
14228         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
14229
14230 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14231
14232         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
14233         insert-buffer-substring.
14234
14235         * message.el (message-send-mail): Use buffer-substring-no-properties.
14236         (message-send-news): Ditto.
14237
14238 2000-11-22  David Edmondson  <dme@dme.org>
14239
14240         * imap.el (imap-wait-for-tag): Message read info.
14241
14242 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14243
14244         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
14245         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
14246         (mml2015-gpg-encrypt): Ditto.
14247
14248 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14249
14250         * mm-decode.el (mm-verify-option): Default value.
14251
14252         * mml-sec.el (mml-secure-part): Error message.
14253
14254 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14255
14256         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
14257
14258 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14259
14260         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
14261
14262 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14263
14264         * gnus-art.el (gnus-article-describe-key): Use prompt.
14265         (gnus-article-describe-key-briefly): Ditto.
14266
14267 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14268
14269         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
14270
14271 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14272
14273         * gnus-art.el (gnus-article-describe-key): New function.
14274         (gnus-article-describe-key-briefly): New function.
14275
14276 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14277
14278         * mm-decode.el (mm-decrypt-option): Doc typo.
14279
14280         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
14281         return a number.
14282
14283 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14284
14285         * message.el (message-newline-and-reformat): Typo.
14286
14287 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14288
14289         * gnus-art.el (article-verify-x-pgp-sig): Check whether
14290         original-article-buffer exists.
14291
14292         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
14293         (rfc2047-header-encoding-alist): Addresses are different from text.
14294         (rfc2047-encode-message-header): Ditto.
14295         (rfc2047-dissect-region): Extra parameter.
14296         (rfc2047-encode-region): Ditto.
14297         (rfc2047-encode-string): Ditto.
14298
14299 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14300
14301         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
14302         (mm-uu-pgp-encrypted-extract): Use it.
14303         (mm-uu-pgp-signed-extract-1): New function.
14304         (mm-uu-pgp-signed-extract): Use it.
14305
14306         * gnus-art.el (gnus-mime-display-security): New function.
14307         (gnus-mime-display-part): Use it.
14308         (gnus-mime-security-verify-or-decrypt): New function.
14309         (gnus-mime-security-press-button): New function.
14310         (gnus-insert-mime-security-button): Use it.
14311
14312         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
14313         (mm-find-raw-part-by-type): Ditto.
14314         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
14315         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
14316         (mm-destroy-parts): Kill nested multibyte buffer.
14317
14318         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
14319         (mml2015-gpg-verify): Ditto.
14320
14321 2000-11-18  Simon Josefsson  <sj@extundo.com>
14322
14323         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
14324         (mml2015-function-alist): Use it.
14325
14326         * mml-sec.el (mml-sign-alist): Update names.
14327         (mml-encrypt-alist): Ditto.
14328         (mml-secure-part-smime-sign): Moved to mml-smime.el
14329         as `mml-smime-sign-query'.
14330         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
14331         `mml-smime-get-file-cert'.
14332         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
14333         `mml-smime-get-dns-cert'.
14334         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
14335         `mml-smime-encrypt-query'.
14336         (mml-smime-sign-buffer): Use mml-smime-sign.
14337         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
14338
14339         * mml-smime.el (mml-smime-sign): New function.
14340         (mml-smime-encrypt):
14341         (mml-smime-sign-query):
14342         (mml-smime-get-file-cert):
14343         (mml-smime-get-dns-cert):
14344         (mml-smime-encrypt-query): Moved from mml-sec.el.
14345
14346 2000-11-16  Simon Josefsson  <sj@extundo.com>
14347
14348         * mml2015.el (mml2015-gpg-clear-verify): New function.
14349         (mml2015-function-alist): Add it.
14350
14351 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
14352
14353         * message.el (message-setup-fill-variables): Use
14354         message-cite-prefix-regexp.
14355         (message-newline-and-reformat): Check the end of citation, leading
14356         WSP, break in the cite prefix.
14357         (message-fill-paragraph): New function.
14358
14359 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14360
14361         * lpath.el: Shut up.
14362
14363 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
14364
14365         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
14366         raw 8-bit in headers in dk.* newsgroups.
14367
14368 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14369
14370         * message.el (message-newline-and-reformat): Match extra WSPs.
14371
14372 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
14373
14374         * mml.el (mml-generate-mime-1): Ignore ascii.
14375
14376 2000-11-16 Justin Sheehy  <justin@iago.org>
14377
14378         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
14379
14380 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14381
14382         * message.el (message-cite-prefix-regexp): Prefix should not end
14383         at space.
14384
14385 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14386
14387         * message.el (message-mode-syntax-table): Add - as a word
14388         constituent as in articles.
14389         (message-setup-fill-variables): Add -_. as supercite-style prefix.
14390         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
14391         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
14392
14393 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
14394
14395         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
14396
14397 2000-11-12  David Edmondson  <dme@dme.org>
14398
14399         * message.el (message-font-lock-keywords): use
14400         message-cite-prefix-regexp.
14401
14402 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14403
14404         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
14405         Stein Arild Str\e,Ax\e(Bmme.
14406         (gnus-group-jump-to-group): Use it.
14407         (gnus-group-jump-to-group-prompt): Customize.
14408
14409 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
14410
14411         * mailcap.el (mailcap-possible-viewers): Match the entire string.
14412
14413 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14414
14415         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
14416         incompatible.
14417         (mml2015-mailcrypt-sign): Ditto.
14418
14419 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14420
14421         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
14422         group is open.
14423
14424 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
14425
14426         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
14427         nnvirtual articles.
14428         (gnus-backlog-request-article): Don't request nnvirtual articles.
14429
14430 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14431
14432         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
14433         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
14434
14435 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14436
14437         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
14438         * mml.el (mml-generate-mime-1): Use charset attribute.
14439         * mm-bodies.el (mm-encode-body): Add parameter charset.
14440         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
14441
14442 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14443
14444         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
14445         (mml2015-mailcrypt-clear-decrypt): Ditto.
14446         (mml2015-mailcrypt-verify): Ditto.
14447         (mml2015-mailcrypt-clear-verify): Ditto.
14448         (mml2015-gpg-verify): Ditto.
14449
14450 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14451
14452         * smime.el (smime-openssl-program): Test the existence of openssl.
14453         * mml-smime.el: Require mm-decode.
14454         (mml-smime-verify-test): New function.
14455         * mm-decode.el (mm-verify-function-alist): Use it.
14456
14457 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14458
14459         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
14460         anyway.
14461
14462 2000-11-13  Simon Josefsson  <sj@extundo.com>
14463
14464         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
14465         verification doesn't work.
14466
14467 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14468
14469         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
14470         (gnus-inews-do-gcc): Use it.
14471
14472 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14473
14474         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
14475         leading space.
14476         * mm-extern.el (mm-inline-external-body): Report error when no
14477         access-type.
14478
14479 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
14480
14481         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
14482
14483 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
14484
14485         * gnus-art.el (gnus-mime-button-menu): Use select-window.
14486
14487 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
14488
14489         * gnus-art.el (gnus-mime-display-part): Display multipart/related
14490         as multipart/mixed.
14491
14492 2000-11-12  David Edmondson  <dme@dme.org>
14493
14494         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
14495         and replace `.' with `\w' to allow for different syntax tables
14496         (from Vladimir Volovich).
14497         * message.el (message-newline-and-reformat): use
14498         `message-cite-prefix-regexp'.
14499         * gnus-cite.el (gnus-supercite-regexp): use
14500         `message-cite-prefix-regexp'.
14501         * gnus-cite.el (gnus-cite-parse): use
14502         `message-cite-prefix-regexp'.
14503
14504 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14505
14506         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
14507         PGP SIGNATURE.  Escape leading "-"'s.
14508         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
14509
14510 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
14511
14512         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
14513
14514 2000-11-11  Simon Josefsson  <sj@extundo.com>
14515
14516         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
14517
14518         * smime.el (smime-details-buffer): New variable.
14519         (smime-sign-region):
14520         (smime-encrypt-region):
14521         (smime-verify-region):
14522         (smime-decrypt-region): Copy OpenSSL output to the buffer.
14523
14524         * mml-smime.el (mml-smime-verify): Support security info.
14525
14526 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
14527
14528         * mm-decode.el (mm-verify-option): Set default to nil.
14529         (mm-decrypt-option): Ditto.
14530         * gnus-art.el (article-verify-x-pgp-sig): New function.
14531
14532 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
14533
14534         * gnus-art.el (gnus-mime-display-alternative): Show button if no
14535         preferred part.
14536
14537 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14538
14539         * gnus-sum.el (gnus-move-split-methods): Say that
14540         `gnus-split-methods' uses file names, whereas this uses group
14541         names.  (Report from Nevin Kapur)
14542
14543 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
14544
14545         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
14546
14547 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14548
14549         * nnheader.el (nnheader-directory-files-is-safe): New variable.
14550         (nnheader-directory-articles): Use it.
14551         (nnheader-article-to-file-alist): Ditto.
14552
14553 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14554
14555         * rfc2047.el (rfc2047-pad-base64): New function.
14556         (rfc2047-decode): Use it.
14557
14558 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14559
14560         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
14561         select method.
14562
14563 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14564
14565         * mml2015.el (mml2015-gpg-decrypt-1):
14566         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
14567
14568 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14569
14570         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
14571
14572 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
14573
14574         * pop3.el (pop3-munge-message-separator): A message may have an
14575         empty body.
14576
14577 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
14578
14579         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
14580         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
14581         (mm-uu-pgp-signed-extract): Use coding-system.
14582
14583 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14584
14585         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
14586         (gnus-insert-mime-security-button): New function.
14587         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
14588         * mml2015.el:  Add security info when verify or decrypt.
14589         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
14590         (mm-uu-pgp-encrypted-extract): Ditto.
14591
14592 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
14593
14594         * mm-decode.el (mm-display-parts): New function.
14595         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
14596
14597 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14598
14599         * gnus-mlspl.el: Documentation tweaks.
14600
14601 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14602
14603         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
14604         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
14605         argument.
14606
14607 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
14608
14609         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
14610
14611 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
14612
14613         * gnus-art.el (gnus-article-encrypt): New function.
14614         (gnus-article-encrypt-protocol-alist): New variable.
14615         (gnus-article-encrypt-protocol): New variable.
14616         * mml2015.el (mml2015-self-encrypt): New function.
14617         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
14618
14619 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
14620
14621         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
14622         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
14623         let mailcap do it.
14624         * mml2015.el: Remove snarf code.
14625         * mm-decode.el: Remove snarf code.
14626
14627 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
14628
14629         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
14630         (mml-insert-mime): Understand gnus-decoded.
14631         (mime-to-mml): New parameter handles.
14632         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14633         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
14634
14635 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14636
14637         * mm-decode.el (mime-security): New group.
14638         (mm-verify-function-alist): Add test function.
14639         (mm-decrypt-function-alist): Ditto.
14640         (mm-snarf-option): Set default value as nil.
14641         (mm-find-part-by-type): Recursive parameter.
14642         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
14643         * mml2015.el: Support draft-ietf-openpgp-multsig.
14644
14645 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
14646
14647         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
14648         (gnus-article-view-part-as-charset): New function.
14649
14650 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
14651
14652         * mm-decode.el (mm-verify-option): Default value.
14653         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
14654
14655 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14656
14657         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
14658
14659 2000-11-05  Simon Josefsson  <sj@extundo.com>
14660
14661         * mml-smime.el (mml-smime-verify): Work in original multipart
14662         buffert.
14663
14664         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
14665         (mm-handle-multipart-ctl-parameter): Ditto.
14666         (mm-alist-to-plist): New function.
14667         (mm-dissect-buffer): Store CTL parameters and copy original buffer
14668         for multiparts.
14669         (mm-destroy-parts): Destroy multipart buffert.
14670         (mm-remove-part): Ditto.
14671
14672         * mml-smime.el (mml-smime-sign): Not used.
14673         (mml-smime-encrypt): Ditto.
14674
14675         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
14676
14677         Verify S/MIME signature support.
14678
14679         * mm-decode.el (mm-inline-media-tests): Add
14680         application/{x-,}pkcs7-signature.
14681         (mm-inlined-types): Ditto.
14682         (mm-automatic-display): Ditto.
14683         (mm-verify-function-alist): Ditto.  Add name of method.
14684         (mm-decrypt-function-alist): Add name of method.
14685         (mm-find-part-by-type): Add documentation.
14686         (mm-possibly-verify-or-decrypt): Use new format of
14687         mm-{verify,decrypt}-function-alist.  Use method names.
14688
14689         * mml-smime.el (mml-smime-verify): New function.
14690
14691 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14692
14693         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
14694
14695 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14696
14697         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
14698         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
14699         * mm-decode.el (mm-snarf-option): New variable.
14700
14701 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14702
14703         * mm-util.el (mm-subst-char-in-string): New function.
14704         (mm-replace-chars-in-string): Use it.
14705         * message.el (message-replace-chars-in-string): Use it.
14706         * nnheader.el (nnheader-replace-chars-in-string): Use it.
14707         * gnus-mh.el (mh-lib-progs): Shut up.
14708
14709 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
14710
14711         * base64.el, md5.el: Moved to contrib directory.
14712
14713 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14714
14715         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
14716         the last article when search.
14717
14718 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14719
14720         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
14721         * nnmail.el (nnmail-pathname-coding-system): Ditto.
14722
14723 2000-09-29  David Edmondson  <dme@thus.net>
14724
14725         * message.el (message-newline-and-reformat): Typo.
14726
14727 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14728
14729         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
14730
14731 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
14732
14733         * nntp.el (nntp-decode-text): Delete bogus status lines.
14734
14735 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
14736
14737         * message.el (message-font-lock-keywords): Match a final newline
14738         to help font-lock's multiline support.
14739
14740 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14741
14742         * nnoo.el (nnoo-set): New function.
14743
14744 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
14745
14746         * gpg.el, gpg-ring.el: Moved to contrib directory.
14747
14748 2000-11-04  Simon Josefsson  <sj@extundo.com>
14749
14750         * nnimap.el (nnimap-split-inbox): Typo.
14751
14752 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14753
14754         * gnus-msg.el (gnus-msg-mail): Move it backwards.
14755
14756 2000-11-03  Simon Josefsson  <sj@extundo.com>
14757
14758         * rfc2231.el (rfc2231-parse-qp-string): New function.
14759         (require): rfc2047.
14760
14761         * mail-parse.el (mail-header-parse-content-type):
14762         (mail-header-parse-content-disposition): Support invalid QP
14763         encoded strings, by using `rfc2231-parse-qp-string'.
14764
14765 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14766
14767         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
14768         (rfc2231-decode-encoded-string): Typo "> X 1".
14769         (rfc2231-encode-string): Insert the name of charset.
14770         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
14771
14772 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14773
14774         * mm-decode.el (mm-save-part): Return the filename.
14775         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
14776         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
14777         (gnus-mime-action-alist): Use it.
14778         (gnus-mime-button-commands): Use it.
14779         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
14780         (mm-inline-external-body): unwind-protect.
14781
14782 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14783
14784         * gnus-art.el (gnus-insert-mime-button): Show url.
14785
14786 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14787
14788         * mml.el (mml-generate-mime-1): Support external url.
14789         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
14790
14791 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
14792
14793         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
14794         * mm-decode.el (mm-display-external): Ditto.
14795         * mm-extern.el: New file.
14796         * mm-decode.el (mm-inline-media-tests): Hook it up.
14797         (mm-inlined-types): Inline message/external-body.
14798
14799 2000-11-02  Simon Josefsson  <sj@extundo.com>
14800
14801         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
14802
14803         * message.el (message-get-reply-headers): Better handling when
14804         Mail-Followup-To is very large.
14805
14806 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14807
14808         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
14809         * gnus-art.el (gnus-article-edit-done):
14810         * gnus-sum.el (gnus-summary-edit-article-done): Move line
14811         counting code here.
14812         * gnus-msg.el (gnus-setup-message): Remove a hack.
14813
14814 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14815
14816         * gnus-sum.el (gnus-newsgroup-variables): New variable.
14817         (gnus-summary-mode): Make them local variables.
14818         (gnus-set-global-variables): Globalize them.
14819         (gnus-summary-exit): Kill them.
14820
14821 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
14822
14823         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
14824         word.
14825
14826 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14827
14828         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
14829         gnus-article-wash-types.
14830         * gnus-art.el (gnus-article-wash-status): Use them.
14831
14832 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
14833
14834         * mml.el (mml-read-tag): Remove spaces and LF.
14835
14836 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14837
14838         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
14839         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
14840
14841 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
14842
14843         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
14844
14845 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14846
14847         * gnus-sum.el (gnus-article-charset): New variable.
14848         (gnus-summary-display-article): Set it.
14849         * gnus-msg.el (gnus-copy-article-buffer): Use it.
14850         * gnus-art.el (gnus-article-mode): Make it local variable.
14851
14852 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14853
14854         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
14855
14856 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14857
14858         * nnwfm.el: New file.
14859
14860         * nnweb.el (nnweb-replace-in-string): New function.
14861
14862 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14863
14864         * mml2015.el: Wrap gpg.el.
14865         * gpg.el (gpg-verify): The last argument of apply is a list.
14866         (gpg-encrypt): Add passphrase as a parameter.
14867
14868 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14869
14870         * gpg.el: New file.
14871         * gpg-ring.el: New file.
14872
14873 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14874
14875         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
14876
14877 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14878
14879         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
14880         double-quote characters.
14881         (gnus-summary-prepare-threads): Ditto.
14882
14883 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14884
14885         * gnus-art.el (gnus-mime-display-single): Forward line -1.
14886         * mml.el (mml-read-tag): Don't skip the leading space.
14887         * lpath.el (font-lock-set-defaults): Shut up.
14888
14889 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
14890
14891         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
14892
14893 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
14894
14895         * qp.el (quoted-printable-encode-region): Replace leading - when
14896         ultra safe.
14897         * mml.el (mml-generate-mime-postprocess-function): Removed.
14898         (mml-postprocess-alist): Removed.
14899         (mml-generate-mime-1): Use ultra-safe when sign.
14900         * mml2015.el (mml2015-fix-micalg): Uppercase.
14901         (mml2015-verify): Insert LF.
14902         (mml2015-mailcrypt-sign): Downcase; search backward.
14903
14904 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14905
14906         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
14907         restrictive.
14908         (nnultimate-table-regexp): New variable.
14909         (nnultimate-forum-table-p): Use it.
14910
14911 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
14912         Trivial patch.
14913
14914         * gnus-sum.el (gnus-summary-expire-articles): Save point.
14915
14916 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14917
14918         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
14919         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
14920
14921 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
14922
14923         * mml2015.el: Shut up.
14924
14925 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14926
14927         * gnus.el (gnus-server-browse-hashtb): Removed.
14928         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
14929         (gnus-group-insert-group-line-info): Use simplified method.
14930         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
14931
14932 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14933
14934         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
14935         moved here.
14936         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
14937         * gnus-group.el (gnus-group-prepare-flat): Use it.
14938         * gnus-topic.el (gnus-group-prepare-topics): Use it.
14939
14940 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14941
14942         * mml.el (mml-mode): Show menu in XEmacs.
14943
14944 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
14945
14946         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
14947         (gnus-server-read-server-in-server-buffer): New function.
14948         (gnus-browse-foreign-server): Browse in group buffer.
14949         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
14950         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
14951         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
14952         * gnus.el (gnus-server-browse-hashtb): New variable.
14953
14954 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14955
14956         * nnfolder.el (nnfolder-open-nov): Use group.
14957
14958 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
14959
14960         * nnfolder.el: Add NOV. Set version to 2.0.
14961         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
14962
14963 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14964
14965         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
14966
14967 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14968
14969         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
14970         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
14971
14972 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14973
14974         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
14975
14976 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14977
14978         * mm-decode.el (mm-verify-function-alist): New variable.
14979         (mm-verify-option): New variable.
14980         (mm-decrypt-function-alist): Ditto.
14981         (mm-decrypt-option): Ditto.
14982         (mm-find-raw-part-by-type): New function.
14983         (mm-possibly-verify-or-decrypt): New function.
14984         (mm-dissect-multipart): Use it.
14985         * mml2015.el (mml2015-fix-micalg): New function.
14986         (mml2015-decrypt): Use new interface.
14987         (mml2015-verify):  Use new interface.
14988         (mml2015-setup): Make it bogus.
14989
14990 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14991
14992         * mml.el (mml-generate-mime-postprocess-function): Set to
14993         mml-postprocess.
14994         (autoload): Autoload mml2015 and mml-smime.
14995         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
14996         * mml2015.el (mml2015-encrypt): New function.
14997         (mml2015-sign): New function.
14998         (mml2015-encrypt-function): New variable.
14999         (mml2015-sign-function): New variable.
15000         (mml2015-mailcrypt-encrypt): Use message-recipients.
15001         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
15002         * mml-smime.el (mml-smime-setup): Ditto.
15003
15004 2000-10-28  Simon Josefsson  <sj@extundo.com>
15005
15006         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
15007         Communigate Pro 3.3.1 server.
15008
15009         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
15010         in buffers.
15011         (mml-secure-dns-server): Removed.
15012         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
15013         write certificates to files.
15014
15015         * smime.el (smime-dns-server): New variable.
15016         (smime-mail-to-domain):
15017         (smime-cert-by-dns): New functions.
15018
15019         * dig.el: New file.
15020
15021 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
15022
15023         * message.el (message-options): New variable.
15024         (message-options-set-recipient): New function.
15025         (message-send): Use them.
15026         * gnus-int.el (gnus-request-replace-article): Use them.
15027         (gnus-request-accept-article): Ditto.
15028         * mml.el (mml-preview): Use them.
15029         * gnus-sum.el (gnus-summary-edit-article): Use them.
15030
15031         * message.el (message-options-get): New function.
15032         (message-options-get): New function.
15033         * rfc2047.el (rfc2047-encode-message-header): Use them.
15034         * mm-bodies.el (mm-encode-body): Use them.
15035
15036 2000-10-28  Simon Josefsson  <sj@extundo.com>
15037
15038         * nnimap.el (nnimap-retrieve-which-headers):
15039         (nnimap-request-article-part): Quote message-id.
15040
15041         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
15042         (smime-CA-file): New variable.
15043         (smime-call-openssl-region): Don't error.
15044         (smime-sign-region): Return result value.
15045         (smime-encrypt-region): Ditto.
15046         (smime-verify-region): New function.
15047         (smime-decrypt-region): Ditto.
15048         (smime-verify-buffer): Ditto.
15049         (smime-decrypt-buffer): Ditto.
15050
15051         * mml.el: Require mml-sec.
15052         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
15053         (mml-mode-map): Add "sign" and "encrypt" maps.
15054         (mml-menu): Add security menu.
15055         (mml-preview): Use generate-new-buffer.
15056
15057         * mml-sec.el: New file.
15058
15059 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15060
15061         * mm-decode.el (mm-find-part-by-type): Move it here.
15062         * mml.el (mml-postprocess): Move it here.
15063         (mml-postprocess-alist): Move it here. Merge them.
15064
15065 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
15066
15067         * rfc2047.el (rfc2047-encode-message-header): Make sure no
15068         unencoded stuff in the header.
15069
15070 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15071
15072         * gnus-group.el (gnus-group-listed-groups): New variable.
15073         (gnus-group-list-option): New variable.
15074         (gnus-group-list-limit-map): New keymap.
15075         (gnus-group-list-flush-map): New keymap.
15076         (gnus-group-list-plus-map): New keymap.
15077         (gnus-group-prepare-logic): New function.
15078         (gnus-group-prepare-flat): Merge with
15079         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
15080         (gnus-group-prepare-flat-list-dead): Ditto.
15081         (gnus-group-list-matching): Use gnus-group-prepare-function.
15082         (gnus-group-list-dormant): Ditto.
15083         (gnus-group-list-cached): Ditto.
15084         (gnus-group-listed-groups): New function.
15085         (gnus-group-list-limit): New function.
15086         (gnus-group-list-flush): New function.
15087         (gnus-group-list-plus): New function.
15088         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
15089         (gnus-topic-prepare-topic): Ditto.
15090
15091 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
15092
15093         * message.el (message-insert-to, message-get-reply-headers):
15094         (message-reply, message-followup): Mail-{Followup,Reply}-To.
15095
15096 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15097
15098         * mml2015.el: New file.
15099         * smime.el: New file.
15100         * mml-smime.el: New file.
15101
15102 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
15103
15104         * ChangeLog: Moved to ChangeLog.1.
15105
15106     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
15107   Copying and distribution of this file, with or without modification,
15108   are permitted provided the copyright notice and this notice are preserved.
15109
15110 ;; Local Variables:
15111 ;; coding: iso-2022-7bit
15112 ;; End: