2003-03-26 Vasily Korytov <deskpot@myrealbox.com>
[gnus] / lisp / ChangeLog
1 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
2
3         * smiley.el (smiley-buffer): New function.
4         
5 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
6
7         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
8         gnus-summary-update-line (which updated the article's face) with
9         gnus-summary-update-download-mark (which updates the article's
10         face by calling gnus-summary-update-line AND updates the download
11         mark to show that the article was fetched).
12         
13 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
14
15         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
16         option of deleting agent directories for groups/servers that are
17         not currently agentized.
18         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
19         
20         * gnus-int.el (gnus-open-server): Report backend errors in
21         condition handler.
22
23 2003-03-23  Simon Josefsson  <jas@extundo.com>
24
25         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
26         header.
27
28         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
29         same as Newsgroups.
30
31         * nntp.el (nntp-open-connection-function): Mention
32         nntp-open-tls-stream.
33         (nntp-open-tls-stream): New function.
34
35         * tls.el: New file.
36
37         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
38         instead of SSL.
39         (nnimap-stream): Add other streams, link to imap variables.
40         (nnimap-authenticator): Add other authenticator, link to imap
41         variables.
42
43         * imap.el: Autoload open-tls-stream.
44         (imap-streams): Add tls in front of ssl.
45         (imap-stream-alist): Add tls.
46         (imap-default-tls-port): New variable.
47         (imap-tls-p, imap-tls-open): New functions.
48
49 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
50
51         * mm-url.el (mm-url-insert-file-contents): parse url only if
52         results is a list.
53
54 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
55
56         * mail-source.el (mail-source-fetch-imap): Revert.
57
58 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
59
60         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
61         less strict regexp.
62
63 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
64
65         * mail-source.el (mail-source-fetch-imap): Use buffer name for
66         more imap function.
67
68 2003-03-21  Simon Josefsson  <jas@extundo.com>
69
70         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
71         Followup-To data inline.
72
73 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
74
75         * gnus-art.el (gnus-treat-display-xface): Don't enable if
76         icontopbm isn't available.
77
78 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
79
80         * gnus-int.el (gnus-open-server): Catch errors in backend's
81         open-server method.  Returns nil rather than crashing startup.
82
83         * gnus-sum.el (eval-when-compile): Modified to resolve
84         compile-time warnings.
85
86         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
87         Reports length of series so that the user can compare N with a
88         subject that should, if the entire series is present, contain
89         '(.../N)'.
90         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
91         of temp file (Win-XP may leave the temp file locked when the
92         uudecode process fails).
93
94 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
95
96         * message.el (message-split-line): Ignore error.
97
98         * lpath.el (split-line): Avoid split-line warning message.
99
100 2003-03-20  Kim F. Storm  <storm@cua.dk>
101
102         * message.el (message-split-line): New function.
103         (message-mode-map): Remap split-line to message-split-line.
104
105 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
106
107         * message.el (message-make-overlay): Defalias it to make-overlay.
108         (message-delete-overlay): Defalias it to delete-overlay.
109         (message-overlay-put): Defalias it to overlay-put.
110         (message-idna-to-ascii-rhs-1): Use them.
111
112         * messagexmas.el (message-xmas-redefine): Defalias some overlay
113         functions to extent functions.
114
115 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
116
117         * message.el (message-check-news-header-syntax): Fixed regexp.
118
119 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
120
121         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
122         
123         * mm-url.el (mm-url-insert): Move url-current-object stuff into
124         mm-url-insert-file-contents.
125
126         * nnrss.el (nnrss-fetch): Fetch the local stuff.
127         (nnrss-check-group): Use it.
128
129 2003-03-20 Mark A. Hershberger  <mah@everybody.org> 
130
131         * nnrss.el: Primitive XML Name-space support.  This means that RSS
132         feeds like Kevin Burton's[1] can now be read in Gnus.
133
134         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
135         means that if you want to read the RSS feed for example.com, all
136         you have to do is hit "G R http://www.example.com/ RET" and
137         nnrss.el will find and the feed listed on the site or (if you have
138         loaded xml-rpc.el) look it up on syndic8.com.
139
140         Marked the message as HTML (by adding a Content-Type header) so
141         that Gnus will render it as html if the user wants that.
142
143         Implemented the ability to save nnrss-group-alist so that any new
144         feeds the you subscribe to will be found the next time you start
145         up.
146
147         Implemented support for RSS 2.0 elements (author, pubDate).
148
149         Prefer for <content:encoded> over <description> where both
150         elements exist.
151
152         * mm-url.el (mm-url-insert): Set url-current-object.
153
154         * gnus-group.el (gnus-group-make-rss-group): New function.
155
156 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
157
158         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
159         for highlight overlays.
160
161 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
162
163         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
164         a NOV.
165
166 2003-03-20  Simon Josefsson  <jas@extundo.com>
167
168         * message.el (message-use-idna): Disable if UTF-8 unavailable.
169         (message-idna-to-ascii-rhs): Use it.
170
171         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
172
173 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
174
175         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p) 
176         (spam-group-ham-marks, spam-group-spam-marks): new functions
177         (spam-spam-marks, spam-ham-marks): removed in favor of the
178         spam-marks and ham-marks parameters
179         (spam-generic-register-routine, spam-ham-move-routine): use the
180         new spam-group-{spam,ham}-mark-p functions
181
182         * gnus.el (spam-marks, ham-marks): new group parameters with
183         default values same as the old spam-spam-marks and spam-ham-marks
184
185 2003-03-19  Simon Josefsson  <jas@extundo.com>
186
187         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
188         (gnus-use-idna): New variable.
189         (article-decode-idna-rhs): New function.
190
191         * message.el (message-use-idna): New variable.
192         (message-mode-field-menu): Add entry for IDNA.
193         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
194         (message-idna-to-ascii-rhs): New function.
195         (message-generate-headers): Invoke IDNA code.
196
197 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
198
199         * nnmaildir.el (nnmaildir--system-name): New function.
200         (nnmaildir-request-accept-article): Use it.
201
202 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
203
204         * gnus-util.el (gnus-byte-compile): Make it work silently as the
205         gnus-compile function does.
206
207         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
208         bogus change.
209
210 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
211
212         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
213         sort-coding-systems is defined.
214
215 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
216
217         * nnmaildir.el (nnmaildir-open-server,
218         nnmaildir-request-scan,
219         nnmaildir-request-create-group,
220         nnmaildir-request-delete-group): Replace create-directory with
221         target-prefix.
222
223 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
224
225         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
226         find-charset-region which is slooow in XEmacs.
227
228 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
229
230         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
231         compiler under XEmacs.
232
233 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
234
235         * gnus-art.el (gnus-treat-highlight-signature): Make the default
236         work for multipart/signed where the message text isn't `last'.
237
238 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
239
240         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
241         the value of mm-inline-text-html-with-images.
242         (mm-inline-text-html-render-with-w3m): Don't bind
243         w3m-display-inline-images.
244
245         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
246         w3m-display-inline-images.
247
248         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
249         regardless of an Emacs flavor.
250
251 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
252
253         * gnus.el (gnus-version-number): Bump.
254
255 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
256
257         * gnus.el: Oort Gnus v0.16 is released.
258
259 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
260
261         * lpath.el (featurep): Bind mm-w3m-mode-map.
262
263 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
264
265         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
266         'respool-able backends define a global nnchoke-get-new-mail
267         variable.
268
269 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
270
271         * gnus-art.el (gnus-mime-delete-part): New function.
272         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
273
274 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
275
276         * message.el (message-check-news-header-syntax): Don't push
277         groups twice onto list of unknown groups.
278
279         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
280         back.
281
282         * nnheader.el (nnheader-find-etc-directory): Doc fix.
283
284         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
285         config unless the summary buffer exists.
286
287         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
288         that target group is computed correctly when articles are marked
289         as read by Xref handling.
290
291         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
292         imap-open.
293
294         * message.el (message-send-mail): Add courtesy string to Bcc's,
295         too.
296
297         * gnus-cite.el (gnus-cited-line-p): New function.
298
299 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
300
301         * mm-bodies.el (mm-decode-body): Add new optional parameter,
302         force, to use the supplied charset unconditionally.
303
304         * gnus-art.el (article-decode-charset): Use it.
305
306 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
307
308         * mm-bodies.el (mm-decode-coding-region-safely): New function.
309         (mm-decode-body): Use it.
310
311         * rfc2047.el (rfc2047-decode-region): do.
312         (rfc2047-decode-string): Guess coding system if the default is
313         invalid.
314
315 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
316
317         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
318         articles are marked 'read, so we get correct article counts.
319
320 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
321
322         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
323         the button.
324         (gnus-insert-prev-page-button): Ditto.
325         (gnus-insert-next-page-button): Ditto.
326         (gnus-insert-mime-security-button): Ditto.
327
328         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
329         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
330         (mm-inline-image-xemacs): Ditto.
331
332 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
333
334         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
335         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
336         the recent filename uniqueness discussion.
337
338 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
339
340         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
341         newline next time.
342         (mm-inline-image-xemacs): Ditto.
343
344 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
345
346         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
347         kill-line.
348
349 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
350
351         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
352         kill-line.
353
354 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
355
356         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
357         fixing the code to match the documentation.
358         (gnus-agent-fetch-selected-article): Replaced
359         gnus-summary-update-article-line with gnus-summary-update-line as
360         the former did not correctly recalculate the thread indentation.
361         (gnus-agent-find-parameter): The agent-predicate, if not found
362         anywhere else, defaults to the value of gnus-agent-predicate.
363         (gnus-agent-fetch-session): Fixed typo; now executes
364         gnus-agent-fetched-hook rather than the undocumented
365         gnus-agent-fetch-hook.
366         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
367         default agent predicate is now provided by
368         gnus-agent-find-parameter.
369         (gnus-agent-message): New macro.  This macro avoids potentially
370         costly parameter evaluation when the message's level is too high
371         to display.
372         (gnus-agent-expire-group-1): Disabled undo tracking in temp
373         overview buffer. Uses new gnus-agent-message macro to reduce
374         overhead of optional messages. Reversed message levels to
375         emphasize percent completion messages.  Detailed messages of
376         little use except when debugging code.
377
378 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
379
380         * spam.el (spam-ham-move-routine): use
381         spam-mark-ham-unread-before-move-from-spam-group
382         (spam-mark-ham-unread-before-move-from-spam-group): new variable
383
384 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
385
386         * spam.el: load nnimap.el when compiling
387         (spam-setup-widening): use
388         nnimap-split-download-body-default instead of
389         nnimap-split-download-body which is a user-customizable variable
390
391 2003-03-07  Simon Josefsson  <jas@extundo.com>
392
393         * nnimap.el (nnimap-split-download-body-default): New, holds
394         default for n-s-d-b.
395         (nnimap-split-download-body): Add new setting (symbol default),
396         which uses contents of n-s-d-b-d, and made it the default.
397
398 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
399
400         * spam.el (spam-use-hashcash): new variable
401         (spam-list-of-checks): added spam-use-hashcash with associated
402         spam-check-hashcash
403         (spam-check-hashcash): new function, installed iff hashcash.el is
404         loaded
405         (spam-setup-widening): don't use (return)
406
407 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
408
409         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
410         predicate of `false' to avoid an error when a group defines no
411         predicate. Fixed typo that disabled agent scoring (i.e. the
412         low/high predicates should now work).
413
414 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
415
416         * spam.el: add spam-maybe-spam-stat-load to
417         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
418         (spam-bogofilter-register-with-bogofilter): use
419         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
420         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
421         custom variables to replace "-s" and "-n"
422
423         * gnus-group.el (gnus-group-get-new-news): call the new
424         gnus-get-top-new-news-hook hook
425
426         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
427         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
428
429 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
430
431         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
432
433 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
434
435         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
436         a cl run-time function.
437
438 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
439
440         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
441         on gnus-agent-short-article.
442         (gnus-category-read): Replaced CL function mapcar* with new macro:
443         gnus-mapcar.
444         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
445         support functions that accept multiple parameters.  A separate
446         sequence must be provided for each parameter in the function.
447         Iteration stops when the end of the shortest list is reached.
448
449 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
450
451         * nnimap.el (nnimap-request-accept-article): Use delete-region.
452
453         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
454         (html2text-delete-single-tag, html2text-clean-anchor)
455         (html2text-remove-tags): Use delete-region.
456         (html2text-fix-paragraphs): Simplify.
457
458         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
459         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
460         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
461         kill-region.
462
463 2003-03-04  John Paul Wallington  <jpw@gnu.org>
464
465         * gnus-agent.el (gnus-agent-enable-expiration)
466         (gnus-agent-article-alist, gnus-agent-article-alist)
467         (gnus-agent-cat-defaccessor): Doc fixes.
468
469 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
470
471         * gnus-agent.el (gnus-function-implies-unread-1): Grok
472         byte-compiled functions.
473
474 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
475
476         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
477         customization between new maneuvering (which permits selecting
478         undownloaded articles) and old maneuvering (which skipped over
479         undownloaded articles) behaviors.
480         (gnus-summary-find-next): Pass through the unread and subject
481         parameters when calling gnus-summary-find-prev.
482         (gnus-summary-find-next,gnus-summary-find-prev): Apply
483         gnus-auto-goto-ignores to filter out unacceptable articles.
484
485 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
486
487         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
488         exists in all supported Emacs versions, so we don't need this
489         compatibility function.
490         (mail-source-fetch-pop, mail-source-check-pop)
491         (mail-source-fetch-webmail): Use read-passwd.
492
493         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
494         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
495         read-passwd.
496
497         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
498
499         * imap.el (imap-read-passwd): Remove.
500         (imap-interactive-login): Use read-passwd.
501
502         * canlock.el (canlock-read-passwd): Remove.
503         (canlock-insert-header, canlock-verify): Use read-passwd.
504
505         * sieve-manage.el (sieve-manage-read-passwd): Remove.
506         (sieve-manage-interactive-login): Use read-passwd.
507
508         * pop3.el (pop3-read-passwd): Remove.
509         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
510         read-passwd.
511
512         * pgg.el (pgg-read-passphrase): Simplify.
513
514 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
515
516         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
517         'plugged' when actually 'unplugged' bug.
518         (gnus-category-read): Ignore nil values when converting an
519         old-format category so that the new-format category will default
520         those attributes to the global variables.
521
522 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
523
524         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
525         doc-string.
526
527 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
528
529         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
530         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
531         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
532         * mm-url.el (mm-url-decode-entities-string): do.
533         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
534         * mm-decode.el (mm-find-raw-part-by-type): do.
535         * message.el (message-send-mail-partially)
536         (message-send-mail-with-sendmail): do.
537         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
538         * gnus-kill.el (gnus-pp-gnus-kill): do.
539         * gnus-art.el (gnus-article-treat-unfold-headers)
540         (gnus-article-encrypt-body): do.
541
542 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
543
544         * mail-source.el (mail-source-delete-incoming): Allow integer value.
545         (mail-source-delete-old-incoming-confirm): New variable.
546         (mail-source-delete-old-incoming): Use it.  New function.
547         (mail-source-callback): Call `mail-source-delete-old-incoming' if
548         `mail-source-delete-incoming' is a nonnegative integer.
549
550 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
551
552         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
553         (gnus-user-agent): Fixed typo.
554
555 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
556
557         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
558         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
559
560 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
561
562         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
563         (gnus-agent-fetch-session): Allow debugging to take place.
564
565 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
566
567         * gnus-sum.el (gnus-highlight-selected-summary)
568         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
569         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
570         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
571         and makes it clear that we don't need the side effect.
572         * gnus-util.el (gnus-delete-line): do.
573         * gnus-xmas.el (gnus-group-add-icon): do.
574         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
575         * nntp.el (nntp-send-authinfo-from-file): do.
576         * nnml.el (nnml-header-value): do.
577         * nnheader.el (nnheader-insert-references): do.
578         * gnus-cite.el (gnus-article-highlight-citation)
579         (gnus-cite-parse): do.
580         * gnus-score.el (gnus-score-followup): do.
581         * gnus-draft.el (gnus-draft-send): do.
582         * gnus-group.el (gnus-group-highlight-line): do.
583         * gnus-cache.el (gnus-cache-braid-nov): do.
584         * nnfolder.el (nnfolder-retrieve-headers)
585         (nnfolder-request-article): do.
586         * gnus-art.el (article-hide-boring-headers)
587         (gnus-article-hide-header): do.
588
589         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
590         * nnml.el (nnml-request-replace-article): do.
591         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
592         * nnfolder.el (nnfolder-request-move-article): do.
593         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
594         * gnus-art.el (gnus-mm-display-part): do.
595
596         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
597
598 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
599
600         * nntp.el (nntp-possibly-change-group): Avoid calling
601         process-buffer on nil (Which happened when you lost your
602         connection while fetching); instead signal a "Server Closed
603         Connection" error.
604
605 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
606
607         * gnus-agent.el (gnus-agent-enable-expiration): New
608         variable. Either ENABLE or DISABLE.  Sets default behavior for
609         selecting which groups are expired.
610         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
611         gnus-agent-set-cat-groups): Provides abstract interface for
612         accessing agent category.  Category now implemented by an alist.
613         (gnus-agent-add-group, gnus-agent-remove-group,
614         gnus-category-insert-line, gnus-category-edit-predicate,
615         gnus-category-edit-score, gnus-category-edit-groups,
616         gnus-category-copy, gnus-category-add, gnus-group-category): Use
617         new agent category abstraction.
618         (gnus-agent-find-parameter): New function. Search for agent
619         configuration parameter first in the group's parameters, then its
620         topics (if any), and then the group's category.  If not found
621         anywhere, use the original defined constants.
622         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
623         gnus-agent-find-parameter.
624         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
625         gnus-agent-cache now blocks retrieving headers and articles from
626         the local cache.  Fetched content is still added to the cache
627         before being returned.
628         (gnus-agent-fetch-session): Use error-message-string to generate
629         displayed error message.
630         (gnus-agent-customize-category): New Command. 'e' in category
631         buffer opens category customization buffer.
632         (gnus-category-read): Reads either positional or alist format;
633         returns alist format.
634         (gnus-category-write): Writes category file compatible with
635         current, and previous, versions of gnus-agent.
636         (gnus-category-make-function, gnus-category-make-function-1):
637         Corrected documentation; parameter is predicate NOT category.
638         (gnus-predicate-implies-unread): Now works in more cases per the
639         todo comment.
640         (gnus-function-implies-unread-1): New function. Supports
641         gnus-predicate-implies-unread.
642         (gnus-agent-expire-group): Command now provides default of group
643         under point.
644         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
645         agent-days-until-old parameters. No longer supports
646         gnus-agent-expire-days being set to an alist.
647         (gnus-agent-request-article): Now performs its own checks of
648         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
649         assuming that the caller will do them correctly.
650         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
651         gnus-agent-expire-days is set to an alist.  Converts said alist
652         into group parameter so that gnus-agent-expire-days will not be
653         needed.
654         * gnus-art.el (gnus-request-article-this-buffer): Conditional
655         checks surrounding gnus-agent-request-article removed; now
656         performed by gnus-agent-request-article.
657         * gnus-cus.el (gnus-agent-parameters): New variable. List of
658         customizable group/topic parameters that regulate the agent.
659         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
660         kill-buffer with gnus-kill-buffer to remove the killed buffer from
661         the list of gnus buffers.
662         (gnus-trim-whitespace): Removes leading and trailing whitespace
663         from multiline strings.
664         (gnus-agent-cat-prepare-category-field,
665         gnus-agent-customize-category): Constructs a category
666         customization buffer.
667         * gnus-int.el (gnus-retrieve-headers,
668         gnus-request-expire-articles): No longer checks gnus-agent-cache
669         as it is handled internally by the agent.
670         (gnus-request-head, gnus-request-body): Conditional checks
671         surrounding gnus-agent-request-article removed; now performed by
672         gnus-agent-request-article.
673
674         * gnus-start.el (): Added defvar statements to resolve compilation
675         warnings.
676         (gnus-long-file-names): New function. Isolates platform dependent
677         msdos-long-file-names.
678         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
679         option of writing directly to file.  Avoids memory exhausted
680         errors when .newsrc.eld is huge.
681         (gnus-save-newsrc-file): Uses new
682         gnus-save-startup-file-via-temp-buffer.
683         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
684         standard-output.
685         (gnus-display-time-event-handler): Changed to alias from a defun
686         to avoid a compile-time warning when display-time-event-handler is
687         not defined.
688         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
689         standard-output such that prin1 and princ will write directly to a
690         file.
691
692         * gnus.el (gnus-agent-cache): Expanded documentation.
693         (gnus-summary-high-undownloaded-face): Removed second bold keyword
694         so that this face is actually bold.
695
696         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
697         gnus-use-cache has been set.
698
699 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
700
701         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
702
703 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
704
705         * gnus-art.el (gnus-article-refer-article): Be more permissive.
706
707 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
708
709         * spam.el: Fix typo.
710
711 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
712         (Trivial patch.)
713
714         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
715         errors-buffer. This produces a nicer error message in case of
716         problems.
717
718 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
719
720         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
721         load stats iff spam-use-stat is on
722
723         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
724         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
725         instead of spam-stat-load and spam-stat-save in the
726         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
727
728 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
729
730         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
731
732 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
733
734         * message.el (message-make-fqdn): Protect against nil user-mail.
735
736 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
737
738         * gnus-art.el (gnus-boring-article-headers): New values:
739         'to-list and 'cc-list.
740
741 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
742
743         * spam.el (spam-setup-widening): new function to set
744         nnimap-split-download-body, we add it to gnus-get-new-news-hook
745         (spam-list-of-statistical-checks): list of statistical splitter
746         checks
747         (spam-split): added a widen call when a statistical check is
748         enabled
749
750 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
751
752         * gnus-msg.el (gnus-user-agent): Changed default to
753         'emacs-gnus-type, renamed 'full.
754
755 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
756
757         * nnfolder.el (nnfolder-request-accept-article): Don't use
758         mail-header-unfold-field.
759
760 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
761
762         * imap.el (imap-ssl-open): Don't depend on ssl.el.
763         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
764
765 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
766
767         * spam.el: add spam-stat-load to gnus-get-new-news-hook
768         (spam-split): remove spam-stat-load call
769
770 2003-02-26  Simon Josefsson  <jas@extundo.com>
771
772         * gnus-sum.el (gnus-summary-toggle-header): Run
773         gnus-article-decode-hook instead of calling a-decode-encoded-words
774         directly (the latter is run as part of the former).
775
776 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
777
778         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
779
780 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
781
782         * message.el (message-sendmail-envelope-from): New option.
783         (message-sendmail-envelope-from): New function.
784         (message-send-mail-with-sendmail): Use it.
785
786 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
787
788         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
789         compensation for TDMA addresses.
790
791 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
792
793         * gnus-msg.el (gnus-user-agent): New variable.
794         (gnus-version-expose-system): Removed.  Obsoleted by
795         `gnus-user-agent'.
796         (gnus-extended-version): Use `gnus-user-agent'.
797
798 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
799
800         * spam.el (spam-stat-register-spam-routine,
801         spam-stat-register-ham-routine): remove spam-stat-save
802         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
803
804 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
805
806         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
807         reference.
808
809 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
810
811         * nnheader.el (nnheader-find-nov-line): Changed midpoint
812         calculation to avoid integer overflow.
813
814 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
815
816         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
817
818 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
819         * spam.el: disabled spam-get-article-as-filename
820
821         From Michael Shields  <shields@msrl.com>
822
823         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
824         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
825         * gnus-sum.el (gnus-summary-expire-articles): Use it.
826         * spam.el (spam-summary-prepare-exit): Use it.
827         * gnus.el (gnus-install-group-spam-parameters): New.
828         * spam.el (spam-group-ham-processor-copy-p): New.
829         * spam.el (spam-summary-prepare-exit): Support for ham copying.
830         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
831         that would cause the current message to be moved if the group had
832         no spam.
833         * spam.el (spam-ham-move-routine): New `copy' argument.
834
835 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
836         From Martin Thornquist <martint@ifi.uio.no>
837
838         * gnus-topic.el (gnus-topic-select-group): Select last group if
839         after last group.
840         * gnus-group.el (gnus-group-select-group): Ditto.
841
842 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
843
844         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
845         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
846         point-at-(b|e)ol which aren't available in Emacs 20.
847
848         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
849
850 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
851
852         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
853         clause of the condition-case statement.  Errors connecting to a
854         server no longer terminate gnus.
855
856         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
857         make its use obvious.  Added no-nothing case to avoid
858         opening(closing) servers when already open(closed).
859         (gnus-agent-while-plugged): Added macro to facilitate internal use
860         of gnus-agent-toggle-plugged.
861         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
862         temporarily open servers.
863         (gnus-agent-get-undownloaded-list): Sort list of article numbers
864         as sorting gnus-newsgroup-headers is wrong.
865         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
866         to temporarily open servers. Corrected logic to handle setting
867         gnus-agent-mark-unread-after-downloaded.
868         (gnus-agent-fetch-articles): Now handles headers with missing
869         article sizes and/or missing article lengths.  Now clears the
870         message buffer when finished.
871         (gnus-agent-fetch-group-1): Position point before calling
872         gnus-summary-set-agent-mark.
873         (gnus-get-predicate): Corrected description, parameter is
874         predicate not category.
875         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
876         provide a separate single group expiration function.
877         (gnus-agent-regenerate-group): Now clears the message buffer when
878         finished.
879
880 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
881
882         * gnus.el (gnus-agent-target-move-group-header): New variable.
883         * gnus-draft.el (gnus-draft-send): If special header
884         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
885         that group, instead of performing the regular sending functions.
886
887 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
888
889         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
890
891 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
892
893         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
894         variables.
895         (message-make-fqdn): Use it.  Improved validity check.
896
897 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
898
899         * message.el (message-user-mail-address): Check whether
900         user-mail-address looks valid.
901
902         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
903
904         * gnus-util.el (gnus-fetch-original-field): New function.
905
906 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
907
908         * message.el (message-mode): \\(...\\) around additional
909         paragraph-separate alternative.
910
911 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
912
913         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
914         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
915         display key bindings.
916         (gnus-mime-button-menu): Rewrite.
917
918 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
919
920         * gnus-art.el (gnus-button-url-regexp): Removed `.
921
922 2003-02-23  Max Froumentin  <mf@w3.org>
923
924         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
925
926 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
927
928         * gnus-art.el (gnus-mime-action-on-part): Require a match
929         interactively.
930
931         * gnus-start.el (gnus-save-newsrc-file): Use
932         gnus-backup-startup-file.
933         (gnus-backup-startup-file): New variable.
934
935 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
936
937         * gnus.el (gnus-summary-buffer-name): Moved function here.
938
939         * gnus-draft.el (defun): Remove debug.
940
941 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
942
943         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
944         can't open server.
945
946 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
947
948         * gnus-draft.el (defun): Configure posting styles.
949
950         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
951         the entry for the group exists before we alter it.
952
953 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
954
955         * message.el (message-mode): MML tags separate paragraphs.  Small
956         change from David S Goldberg <david.goldberg6@verizon.net>.
957
958         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
959         `gnus-newsgroup-headers'.
960
961         * gnus-art.el (gnus-article-refer-article): Grok more message id
962         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
963
964 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
965
966         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
967         use "path name".
968
969 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
970
971         * gnus-sum.el (gnus-summary-move-article)
972         (gnus-summary-expire-articles): send data header for article, not
973         just article ID
974
975         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
976         (gnus-register-spool-action): added hashtable of message ID keys
977         with message motion data
978
979 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
980         From Reiner Steib  <Reiner.Steib@gmx.de>.
981
982         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
983         variable, used in `gnus-button-mid-or-mail-heuristic'.
984         (gnus-button-mid-or-mail-heuristic): New function derived from
985         Florian Weimer's Perl script.
986         (gnus-button-handle-mid-or-mail): Allow a function instead of
987         'guess.
988         (gnus-button-guessed-mid-regexp): Removed.
989
990 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
991
992         * message.el (message-resend): Bind message-setup-hook to nil;
993         remove X-Draft-From header.
994
995 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
996
997         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
998         (gnus-newsgroup-undownloaded)
999         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
1000         Doc fixes.
1001
1002 2003-02-17  John Paul Wallington  <jpw@gnu.org>
1003
1004         * gnus.el (gnus-shell-command-separator, gnus-email-address)
1005         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
1006
1007 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
1008
1009         * gnus-spec.el (gnus-xmas-format): Use insert instead of
1010         insert-string which is obsolete in Emacs 21.4.
1011
1012         * message.el (message-cross-post-followup-to-header): do.
1013
1014         * spam.el (spam-ifile-register-with-ifile)
1015         (spam-stat-register-spam-routine)
1016         (spam-stat-register-ham-routine)
1017         (spam-bogofilter-register-with-bogofilter): do.
1018
1019         * mailcap.el (mailcap-mime-data): Fix typo.
1020
1021         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
1022
1023 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
1024
1025         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
1026         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
1027         `gnus-cite-unsightly-citation-regexp'.
1028
1029 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1030
1031         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
1032         even if there's just a header.
1033
1034 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
1035
1036         * message.el (message-fix-before-sending): Fix highlighting of
1037         illegible and invisible text.
1038
1039         * gnus-util.el (gnus-multiple-choice): Separate choices with
1040         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
1041
1042 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
1043
1044         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
1045
1046 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
1047
1048         * spam.el (spam-ham-move-routine)
1049         (spam-mark-spam-as-expired-and-move-routine): use
1050         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
1051         around process-mark manipulation on the group
1052
1053 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1054
1055         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
1056         submenu.
1057
1058 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1059
1060         * mail-source.el (mail-source-fetch): Reverse the return value of
1061         the continuation question.
1062
1063 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1064
1065         * nndraft.el (nndraft-request-move-article): Bind
1066         nnmh-allow-delete-final to t.
1067
1068 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1069
1070         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
1071
1072 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
1073
1074         * nntp.el (nntp-accept-process-output): Don't use point-max to get
1075         the buffer's size.
1076
1077 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
1078
1079         * nnheader.el: Added cygwin to system-type comparisons.
1080
1081 2003-01-27  Juanma Barranquero  <lektu@terra.es>
1082
1083         * imap.el (imap-mailbox-status): Fix typo.
1084
1085 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1086
1087         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
1088         online.
1089
1090 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1091
1092         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
1093         commands.
1094         * gnus-sum.el: Small change from Frank Weinberg
1095         <frank@usenet-rundfahrt.de>:
1096         (gnus-auto-center-group): New variable.
1097         (gnus-summary-read-group-1): Use it.
1098         (gnus-summary-next-group): Fix docstring.
1099
1100 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1101
1102         * gnus-util.el (gnus-faces-at): Simplify.
1103
1104 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1105
1106         * spam.el (spam-ham-move-routine)
1107         (spam-mark-spam-as-expired-and-move-routine): made the article
1108         move conditional, so it's not called even if there's nothing to move
1109
1110 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1111
1112         * message.el (message-unix-mail-delimiter): Accept any whitespace
1113         after the email address and before the date; do not require the
1114         space character.  From Kurt B. Kaiser <kbk@shore.net>.
1115
1116 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1117
1118         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
1119         gnus-article-boring-faces variable is bound; use gnus-faces-at.
1120
1121         * gnus-util.el (gnus-faces-at): New macro.
1122
1123 2003-02-13  Michael Shields  <shields@msrl.com>
1124
1125         * gnus-cite.el
1126         (gnus-cite-attribution-suffix, gnus-cite-parse):
1127         Better handling for Microsoft citation styles.
1128         (gnus-unsightly-citation-regexp): New.
1129
1130 2003-02-12  Michael Shields  <shields@msrl.com>
1131
1132         * gnus-art.el (article-strip-banner): Strip both per-group and
1133         per-user-address banners.
1134         (article-really-strip-banner): New.
1135
1136 2003-02-12  Michael Shields  <shields@msrl.com>
1137
1138         * gnus-sum.el (gnus-article-goto-next-page,
1139         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
1140         relying on the summary bindings of `n' and `p'.
1141
1142 2003-02-12  Michael Shields  <shields@msrl.com>
1143
1144         * gnus-art.el (gnus-article-only-boring-p): New.
1145         (gnus-article-skip-boring): New.
1146         * gnus-cite.el (gnus-article-boring-faces): New.
1147         * gnus-sum.el (gnus-summary-next-page): Use
1148         gnus-article-only-boring-p.
1149
1150 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
1151
1152         * spam.el (spam-mark-spam-as-expired-and-move-routine)
1153         (spam-ham-move-routine): unmark all articles before marking those
1154         of interest and calling gnus-summary-move-article
1155
1156 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
1157
1158         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
1159         logically the complement of gnus-get-buffer-create and
1160         gnus-add-buffer.
1161
1162         * gnus-util.el (gnus-kill-buffer): do.
1163
1164         * nnmail.el: Autoload gnus-kill-buffer.
1165
1166 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1167
1168         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
1169         gnus-summary-goto-subject as gnus-summary-update-mark operates on
1170         the current LINE.
1171         (gnus-agent-summary-fetch-group): Minimized the number of times
1172         that the article is updated in the buffer.
1173
1174 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
1175
1176         * spam.el (spam-ham-move-routine): use the process-mark instead of
1177         gnus-current-article when moving articles
1178         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
1179
1180 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1181
1182         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
1183         (gnus-topic-catchup-articles): Ditto.
1184         (gnus-topic-mark-topic): Reverse recursive logic.
1185
1186 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
1187
1188         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
1189         gnus-refer-thread-limit is t.
1190
1191 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
1192
1193         * mm-util.el (mm-mule-charset-to-mime-charset): Use
1194         sort-coding-systems to prefer utf-8 over utf-16.
1195
1196 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1197
1198         * gnus-agent.el (gnus-agent-expire-days):
1199         gnus-request-move-article depends on gnus-agent-expire to clean up
1200         the cache after moving the article.  Therefore, g-a-e-d can NOT
1201         default to nil or can gnus-agent-expire be disabled by doing so.
1202         If you don't want to run gnus-agent-expire, don't call it.
1203         (gnus-agent-expire): The broken test to disable gnus-agent-expire
1204         when g-a-e-d was NOT nil was removed.
1205         (gnus-agent-article-name): Removed unnecessary input test as
1206         article IDs are always strings.
1207         (gnus-agent-regenerate-group): Added check to protect against
1208         servers that generate absurdly long article IDs.  Valid IDs are
1209         less than 10 digits to avoid overflow errors.  Fixed logic error
1210         when ensuring that the final article ID is present in the new
1211         alist.
1212
1213 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1214
1215         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
1216         next line after finding the parent.
1217
1218 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1219
1220         * gnus.el (gnus-version-number): Bumped.
1221
1222 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1223
1224         * gnus.el: Oort Gnus v0.15 is released.
1225
1226 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
1227
1228         * nnmail.el (nnmail-split-it): If a message ends up matching the
1229           same mailbox more than once, it will cause duplicates to appear
1230           in the mailbox.
1231
1232 2003-02-08  Simon Josefsson  <jas@extundo.com>
1233
1234         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
1235         code that only worked under Emacs.
1236
1237         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
1238         Das <satyaki@chicory.stanford.edu>.
1239
1240 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
1241
1242         * gnus-art.el (gnus-article-refer-article): Use
1243         gnus-replace-in-string.
1244
1245         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
1246         (gnus-remove-duplicates): do.
1247
1248 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1249
1250         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
1251         (gnus-request-scan): set
1252         gnus-internal-registry-spool-current-method to gnus-command-method
1253         before a request-scan operation
1254
1255         * gnus-registry.el (regtest-nnmail): use
1256         gnus-internal-registry-spool-current-method
1257
1258 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1259
1260         * mail-source.el (mail-source-fetch): Typo fix.
1261
1262 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1263
1264         * nnmail.el (nnmail-spool-hook): new hook
1265         (nnmail-cache-insert): call nnmail-spool-hook
1266
1267         * gnus-registry.el: new file with examples of using the hooks
1268
1269         * gnus.el (gnus-registry): added registry customization group
1270         (gnus-group-prefixed-name): improve function to return full group
1271         name optionally
1272         (gnus-group-guess-prefixed-name): shortcut to
1273         gnus-group-prefixed-name, using just the group name
1274         (gnus-group-full-name): always get a group's full name
1275         (gnus-group-guess-full-name): shortcut, using just the group name
1276
1277         * gnus-sum.el (gnus-summary-article-move-hook)
1278         (gnus-summary-article-delete-hook)
1279         (gnus-summary-article-expire-hook): new hooks
1280         (gnus-summary-move-article, gnus-summary-expire-articles)
1281         (gnus-summary-delete-article): invoke the new hooks
1282
1283 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
1284
1285         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
1286         from message-ID
1287
1288 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
1289
1290         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
1291
1292 2003-02-07  John Paul Wallington  <jpw@gnu.org>
1293
1294         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
1295         (mm-write-region, mm-detect-coding-region): Doc fixes.
1296
1297 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1298
1299         * mail-source.el (mail-source-fetch): Ignore errors.
1300         (mail-source-ignore-errors): New variable.
1301
1302         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
1303         articles.
1304
1305         * gnus-msg.el (gnus-version-expose-system): Change default.
1306
1307 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
1308
1309         * gnus-msg.el (gnus-version-expose-system): New variable.
1310
1311 2003-02-07  Simon Josefsson  <jas@extundo.com>
1312
1313         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
1314         patch from deskpot@myrealbox.com (Vasily Korytov).
1315
1316 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1317
1318         * gnus-art.el (article-display-face): Get the Face header from
1319         the current buffer.
1320
1321 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1322
1323         * gnus-art.el (gnus-mime-view-part-internally): Bind
1324         buffer-read-only to nil.
1325
1326 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1327
1328         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
1329         from g-a-e-1 to g-a-e-2.
1330
1331 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
1332
1333         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
1334         of bbdb-search-simple, use spam-use-BBDB-exclusive
1335         (spam-check-whitelist): use spam-use-whitelist-exclusive
1336         (spam-use-whitelist-exclusive): new variable affecting
1337         spam-use-whitelist
1338         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
1339
1340 2003-02-05  Simon Josefsson  <jas@extundo.com>
1341
1342         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
1343         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
1344         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
1345         (gnus-agent-expire-1): New.
1346         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
1347         (gnus-agent-expire-2): New.
1348
1349 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
1350
1351         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
1352         "delete-if" is misleading because it isn't actually destructive.
1353
1354         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
1355
1356         * nnmail.el (nnmail-purge-split-history): do.
1357
1358         * gnus-win.el (gnus-get-buffer-window): do.
1359
1360         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
1361         let-binding.
1362         (gnus-simplify-all-whitespace): do.
1363
1364 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1365
1366         * gnus-delay.el (gnus-delay-article): Fix binding of the
1367         nndraft:delayed group.
1368
1369 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1370
1371         * gnus.el (spam group parameters): change 'other to 'const in
1372         the group parameter definitions to soothe XEmacs
1373
1374 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1375
1376         * gnus-delay.el (gnus-delay-article): Really create
1377         nndraft:delayed group if it doesn't exist.
1378
1379 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
1380
1381         * gnus-sum.el (gnus-summary-search-article): Speed up by
1382         disabling various visual features while searching.
1383         (gnus-summary-recenter): Test gnus-auto-center-summary first.
1384
1385 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
1386
1387         * spam.el (spam-list-of-checks): Don't quote nil and t in
1388         docstrings.  From the elisp manual:
1389
1390            When a documentation string refers to a Lisp symbol, write
1391            it [..] with single-quotes around it.  [..] There are two
1392            exceptions: write t and nil without single-quotes.
1393
1394         * messcompat.el (message-from-style): do.
1395
1396         * message.el (message-send-mail): do.
1397
1398         * gnus-util.el (gnus-use-byte-compile): do.
1399
1400         * gnus-score.el (gnus-score-lower-thread): do.
1401
1402         * gnus-int.el (gnus-server-unopen-status): do.
1403
1404         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
1405         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
1406
1407         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
1408         (gnus-group-parameters): do.
1409
1410         * gnus-art.el (gnus-article-mime-match-handle-function): do.
1411
1412         * mm-decode.el (mm-text-html-renderer): do.
1413
1414 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1415
1416         * nnheader.el (nnheader-directory-separator-character): Change the
1417         way to compute the dafault value.
1418
1419 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
1420
1421         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
1422         (gnus-button-alist): Fix regexp for describe-key.
1423         (gnus-button-handle-describe-function)
1424         (gnus-button-handle-describe-variable)
1425         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
1426         (gnus-button-handle-apropos-variable)
1427         (gnus-button-handle-apropos-documentation): Docstring fix.
1428
1429         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
1430
1431 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1432
1433         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
1434         to nil.
1435
1436         * nnmail.el: Removed gnus-util autoload.
1437
1438         * gnus.el: Use gnus-prin1-to-string throughout.
1439
1440         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
1441         print-level.
1442
1443         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
1444         (gnus-treat-display-grey-xface): Removed.
1445
1446         * gnus-fun.el (gnus-grab-cam-face): New.
1447         (gnus-convert-image-to-gray-x-face): Removed.
1448         (gnus-convert-gray-x-face-to-xpm): removed.
1449         (gnus-convert-gray-x-face-region): Removed.
1450         (gnus-grab-gray-x-face): Removed.
1451
1452         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
1453
1454 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
1455
1456         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
1457         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
1458         bound.
1459
1460         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
1461
1462 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
1463
1464         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
1465         Remove -- these are bogus options which are never used.
1466
1467 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
1468
1469         * gnus-art.el (gnus-article-mode): Use summary tool bar.
1470
1471 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
1472
1473         * spam.el (spam-check-blackholes)
1474         (spam-blackhole-good-server-regex): new variable to skip some IPs
1475         when checking blackholes; use it
1476         (spam-check-bogofilter-headers)
1477         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
1478         case more X-Bogosity is used than just "Yes/No"
1479         (spam-ham-move-routine): semi-fixed, only first article is
1480         properly moved now
1481
1482 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
1483
1484         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
1485         as well.
1486
1487         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
1488
1489         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
1490
1491         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
1492
1493         * gnus-bcklg.el (gnus-backlog-shutdown): do.
1494
1495         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
1496
1497 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1498
1499         * gnus-fun.el (gnus-face-encode): New function.
1500         (gnus-convert-png-to-face): Use it.
1501
1502         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
1503
1504 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
1505
1506         * mm-decode.el (mm-dissection-list): Remove.
1507         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
1508         only used in mm-remove-all-parts.
1509         (mm-remove-all-parts): Remove it, it's never called.
1510
1511 2003-01-25  Simon Josefsson  <jas@extundo.com>
1512
1513         * gnus-group.el (gnus-group-make-group): Report errors.
1514
1515         * nnimap.el (nnimap-request-create-group): Ditto.
1516
1517         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
1518
1519         * sieve.el (sieve-upload): Fix error printing.
1520
1521         * mm-encode.el (mm-qp-or-base64): Always QP iff
1522         mm-use-ultra-safe-encoding and cleartext PGP.
1523
1524         * gnus-sum.el (gnus-summary-select-article): Inhibit
1525         redisplay (mainly for secured messages).
1526
1527         * nnmail.el (nnmail-article-group): Copy body too (but don't
1528         process it).
1529
1530 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
1531
1532         * gnus-art.el (gnus-article-setup-buffer): Reset
1533         gnus-button-marker-list.
1534
1535 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1536
1537         * nntp.el (nntp-read-timeout): Default to using a second delay
1538         under Microsoft Windows.
1539
1540 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1541
1542         * nnheader.el (nnheader-directory-separator-character): New
1543         variable.
1544
1545 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1546
1547         * gnus-agent.el (gnus-agent-max-fetch-size)
1548         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
1549         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
1550         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
1551         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
1552         (gnus-agent-braid-nov, gnus-agent-load-alist)
1553         (gnus-agent-article-alist-save-format)
1554         (gnus-agent-read-agentview, gnus-agent-save-alist)
1555         (gnus-agent-fetch-group-1, gnus-agent-expire)
1556         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
1557         (gnus-agent-regenerate-group): Reformat to keep under eighty
1558         columns.  Reword docstrings so that first line is under eighty
1559         chars and a complete sentence.  Still need to work on the rear
1560         end of the file, in particular gnus-agent-expire.
1561
1562 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1563
1564         * gnus-agent.el (gnus-agentize): Indent.
1565
1566         * gnus.el (gnus-version-number): Bumped.
1567
1568 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1569
1570         * gnus.el: Oort Gnus v0.14 is released.
1571
1572 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1573
1574         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
1575         before beginning.  Tiny patch from Mark Thomas
1576         <swoon@bellatlantic.net>.
1577
1578 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1579
1580         * spam.el (spam-check-blackholes, spam-split)
1581         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
1582         gnus-message calls to show to users what spam.el is doing
1583
1584 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
1585
1586         * gnus-msg.el (gnus-message-replysign)
1587         (gnus-message-replyencrypt): Fix typo.
1588
1589 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1590
1591         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
1592         details.
1593
1594 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1595
1596         * gnus-art.el (gnus-article-press-button): let* -> let.
1597         (gnus-mime-security-show-details): Cleaned up.
1598         (gnus-mime-security-press-button): Save excursion.
1599         (gnus-insert-mime-security-button): Clean up.
1600
1601         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
1602
1603         * gnus-async.el (gnus-async-wait-for-article): Don't use a
1604         timeout.
1605
1606         * nntp.el (nntp-accept-process-output): Removed timeout.
1607         (nntp-read-timeout): New variable.
1608         (nntp-accept-process-output): Use it.
1609
1610         * gnus-sum.el (gnus-data-find-list): Remove *.
1611
1612 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1613
1614         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
1615         introduced on 2002-01-22.
1616         (gnus-summary-first-unseen-or-unread-subject): Ditto.
1617
1618 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
1619
1620         * spam.el (spam-check-regex-headers, spam-list-of-checks)
1621         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
1622         checks of incoming mail based on simple header regexp matching
1623
1624 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
1625
1626         * gnus-sum.el (gnus-spam-mark): set to `$'
1627
1628 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1629
1630         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
1631         gnus-newsgroup-unfetched, the list of articles whose headers have
1632         not been fetched from the server.
1633
1634         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
1635         parameter as it never worked due to a bug.  Added check to prevent
1636         selection of any article in the gnus-newsgroup-unfetched list.
1637         (gnus-summary-find-prev): Added check to prevent selection of any
1638         article in the gnus-newsgroup-unfetched list.
1639         (gnus-summary-first-subject): Documented API. Modified
1640         implementation so that constraints are handled independently.
1641         Added check to prevent selection of any article in the
1642         gnus-newsgroup-unfetched list.
1643         (gnus-summary-first-unseen-subject): Updated parameters in
1644         gnus-summary-first-subject call to match new API.
1645         (gnus-summary-first-unseen-or-unread-subject): Ditto.
1646         (gnus-summary-catchup): Do not mark unfetched articles as read.
1647
1648 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
1649
1650         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
1651         make-obsolete-variable allows only two arguments in XEmacs and
1652         Emacs 20.
1653
1654         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
1655         gnus-article-hide-pgp.
1656         (gnus-summary-make-menu-bar): do.
1657
1658         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
1659         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
1660         gnus-article-hide-pgp.
1661         (article-hide-pgp): Remove.
1662         (gnus-article-hide): Remove gnus-article-hide-pgp.
1663
1664         * gnus.el: Remove gnus-article-hide-pgp
1665
1666 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1667
1668         * message.el (message-required-headers): Doc fix.
1669
1670 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
1671
1672         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
1673         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
1674         option to make ifile a purely binary classifier
1675
1676 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1677
1678         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
1679         (mml-secure-encrypt-pgpmime): Removed double.
1680
1681         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
1682         debugging statements.
1683
1684 2003-01-21  Andreas Fuchs  <asf@void.at>
1685
1686         * mml-sec.el (mml-sign-alist): Added pgpauto.
1687
1688 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1689
1690         * gnus.el (gnus-version-number): Bumped version number.
1691
1692 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1693
1694         * gnus.el: Oort Gnus v0.13 is released.
1695
1696 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1697
1698         * gnus-art.el (gnus-button-url-regexp): Removed |.
1699
1700         * message.el (message-send-hook): Doc fix.
1701
1702         * gnus-win.el (gnus-buffer-configuration): Display article
1703         instead of article-copy when `reply'.
1704
1705 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
1706
1707         * gnus.el (gnus-format): Change customize group to gnus.
1708         (gnus-cache): Add link.
1709         (gnus-group-charter-alist): Fix docstring.
1710
1711 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
1712
1713         * mailcap.el (mailcap-print-command): lpr-command might be
1714         unbound in XEmacs.
1715
1716 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1717
1718         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
1719
1720         * gnus-sum.el (gnus-summary-update-article-line): Fixed
1721         calculation of net characters added for use in the gnus-data
1722         structure.
1723
1724 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1725
1726         * nnmail.el (nnmail-process-unix-mail-format): Improve error
1727         message.  Suggested by Jari Aalto.
1728
1729 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1730
1731         * gnus-art.el (gnus-article-followup-with-original): Clean up.
1732         (gnus-article-reply-with-original): Ditto.
1733
1734         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
1735         read articles don't become unread.
1736
1737 2003-01-17  Simon Josefsson  <jas@extundo.com>
1738
1739         * gnus-fun.el (gnus-x-face-from-file):
1740         (gnus-face-from-file): Suggest image format in minibuffer prompt.
1741
1742         * gnus-fun.el (gnus-convert-image-to-x-face-command)
1743         (gnus-convert-image-to-face-command): Doc fix.
1744
1745 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1746
1747         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
1748
1749 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
1750
1751         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
1752         avoid encoding problems.
1753
1754         * mailcap.el (mailcap-ps-command): New variable.
1755         (mailcap-mime-data): Add print entry where applicable.  Use
1756         pdftotext on a tty.
1757
1758 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1759
1760         * gnus-sum.el (gnus-alter-header-function): Add type and group.
1761
1762 2003-01-16  Simon Josefsson  <jas@extundo.com>
1763
1764         * gnus-fun.el (gnus-convert-image-to-x-face-command)
1765         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
1766         (gnus-face-from-file): Doc fix; don't mention image format.
1767
1768 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1769
1770         * spam.el (spam-get-article-as-filename): new function (unused for now)
1771         (spam-get-article-as-buffer): new function
1772         (spam-get-article-as-string): use spam-get-article-as-buffer
1773         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
1774
1775 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1776
1777         * gnus-agent.el: Don't use `path'.
1778         From the GNU coding standards:
1779
1780             Please do not use the term ``pathname'' that is used in Unix
1781             documentation; use ``file name'' (two words) instead.  We use
1782             the term ``path'' only for search paths, which are lists of
1783             directory names.
1784
1785         * nnsoup.el (nnsoup-file-name): Ditto.
1786
1787         * nnmail.el (nnmail-pathname-coding-system): Ditto.
1788         (nnmail-group-pathname): Ditto.
1789
1790         * nnimap.el (nnimap-group-overview-filename): Ditto.
1791
1792         * nnheader.el (nnheader-pathname-coding-system): Ditto.
1793         (nnheader-group-pathname): Ditto.
1794
1795         * nnfolder.el (nnfolder-group-pathname): Ditto.
1796
1797         * gnus.el (gnus-home-directory): Ditto.
1798
1799         * gnus-group.el (gnus-group-icon-list): Ditto.
1800
1801 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
1802
1803         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
1804
1805         * message.el (message-mode-menu): Use it.
1806         (message-mode-menu): Deactivate "Yank Original" if there's no
1807         reply buffer.
1808
1809         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
1810
1811         * message.el (message-mark-active-p): New function.
1812
1813 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
1814
1815         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
1816         (spam-bogofilter-database-directory): new variables
1817         (spam-check-bogofilter-headers, spam-check-bogofilter)
1818         (spam-bogofilter-register-with-bogofilter)
1819         (spam-bogofilter-register-spam-routine)
1820         (spam-bogofilter-register-ham-routine)
1821         (spam-group-ham-processor-bogofilter-p): new functions for the new
1822         Bogofilter interface
1823         (spam-summary-prepare-exit): use the new Bogofilter functions
1824         (spam-list-of-checks): added spam-use-bogofilter-headers
1825         (spam-bogofilter-score): rewrote function
1826         (spam-check-bogofilter): optional score parameter, uses
1827         spam-check-bogofilter-headers better
1828         (spam-check-bogofilter-headers): optional score parameter
1829
1830         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
1831         default, in the gnus-start customization group.  Used to disable
1832         the spam-*/ham-* parameters.
1833         (gnus-group-ham-exit-processor-bogofilter): new ham processor
1834
1835 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
1836
1837         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
1838         XEmacs.
1839
1840         * gnus-ems.el (gnus-mark-active-p): do.
1841
1842 2003-01-15  Kevin Ryde  <user42@zip.com.au>
1843
1844         * gnus.texi (Using MIME): Mention auto-compression-mode with
1845         gnus-mime-copy-part.
1846
1847 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1848
1849         * message.el (message-send): Don't warn about duplicates when
1850         superseding.
1851
1852 2003-01-15  Simon Josefsson  <jas@extundo.com>
1853
1854         * nnimap.el (nnimap-split-download-body): New variable.
1855         (nnimap-split-articles): Use it.
1856
1857 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1858
1859         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
1860         integrity checker was incorrectly flagging, and removing, articles
1861         whose article number was negative.
1862         (gnus-agent-fetch-group-1): When executed in the group's summary
1863         buffer, refresh each downloaded line to update the status flag and
1864         font.  Preserve the value of gnus-newsgroup-headers so that
1865         gnus-agent-fetch-articles can split the requests by size.
1866         (gnus-agent-expire): Corrected day calculation for when
1867         gnus-agent-expire-days contains a list.
1868
1869 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1870
1871         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
1872
1873 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
1874
1875         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
1876           /usr/bin/play as default player.
1877           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
1878
1879 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1880
1881         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
1882         articles to be marked as well.
1883
1884 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1885         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
1886         fictious headers generated by nnagent (ie. Undownloaded Article
1887         ####) in the list of articles that have not been downloaded.
1888
1889         * gnus-int.el (): Added require declarations to resolve
1890         compile-time warnings.
1891         (gnus-open-server): If the server status is set to offline,
1892         recursively execute gnus-open-server to open the offline backend
1893         (e.g. nnagent).
1894
1895 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
1896
1897         * gnus-art.el (gnus-article-reply-with-original): Use
1898         gnus-mark-active-p.
1899         (gnus-article-followup-with-original): do.
1900
1901 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1902
1903         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
1904
1905 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1906
1907         * gnus-score.el (gnus-score-edit-file-at-point): New function.
1908         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
1909
1910 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
1911
1912         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
1913         (gnus-face-from-file): Ditto.
1914
1915 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1916
1917         * gnus-sum.el (gnus-articles-to-read): Don't just apply
1918         gnus-alter-articles-to-read-function to the unread articles.
1919
1920 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1921
1922         * deuglify.el (gnus-article-outlook-unwrap-lines)
1923         (gnus-article-outlook-repair-attribution)
1924         (gnus-article-outlook-rearrange-citation): New function names,
1925         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
1926         doc-string.
1927
1928         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
1929         removed `W k' key binding (use `W Y f' instead).
1930         (gnus-summary-make-menu-bar): Use new function names.
1931
1932 2003-01-13  Simon Josefsson  <jas@extundo.com>
1933
1934         * gnus-fun.el (gnus-random-x-face): Doc fix.
1935         (gnus-insert-random-x-face-header): New function.
1936
1937 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
1938
1939         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
1940         mark is not active.
1941
1942         * gnus-msg.el (gnus-inews-do-gcc): Comment.
1943
1944         * gnus-ems.el (gnus-mark-active-p): New function.
1945
1946         * gnus-group.el (gnus-topic-mode-p): New function.
1947         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
1948         Deactivate items if mark is not active.
1949
1950 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1951
1952         * gnus.el (gnus-version-number): Bumped version.
1953         (gnus-summary-line-format): Doc fix.
1954
1955 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1956
1957         * gnus.el: Oort Gnus v0.12 is released.
1958
1959 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1960
1961         * mail-source.el (mail-sources): Removed autoload to make it
1962         compile under XEmacs.
1963
1964 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
1965
1966         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
1967         regexp or a function too.
1968         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
1969         confirmation even if the original article is mail.
1970
1971 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1972
1973         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
1974         articles to be marked when not yanking.
1975
1976 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
1977
1978         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
1979
1980 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1981
1982         * gnus-fun.el (gnus-face-from-file): Autoload.
1983
1984         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
1985         errors.
1986
1987 2003-01-12  Simon Josefsson  <jas@extundo.com>
1988
1989         * sieve.el (sieve-upload-and-bury): New.  Suggested by
1990         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1991
1992         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
1993         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1994
1995 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1996
1997         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
1998         in every string.
1999
2000         * gnus.el (gnus-version-number): Bumped version number.
2001
2002 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2003
2004         * gnus.el: Oort Gnus v0.11 is released.
2005
2006 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
2007
2008         * message.el (message-fetch-reply-field): Narrow to headers.
2009
2010         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
2011         if Gnus isn't alive.
2012
2013 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2014
2015         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
2016         marks from articles that are already stored in the agent.
2017         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
2018         backup copy of an invalid .overview file for later analysis.
2019
2020 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
2021
2022         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
2023         exit work with two frames.
2024
2025 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
2026
2027         * message.el (message-forward-make-body): Use mule4.
2028
2029 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2030
2031         * message.el (message-mode-map): Move wide-reply command.
2032
2033 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
2034
2035         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
2036         castellano.
2037         (gnus-outlook-display-hook): New variable.
2038         (gnus-outlook-display-article-buffer): New function.
2039         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
2040         (gnus-outlook-deuglify-article): Made them interactive and added
2041         optional arg.  Use `g-o-d-a-b'.
2042         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
2043
2044         * gnus-sum.el: Added autoloads.
2045         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
2046         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
2047
2048 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2049
2050         * gnus-art.el (gnus-display-mime): Use the mime emulation
2051         variable.
2052
2053         * gnus-sum.el (gnus-article-emulate-mime): New variable.
2054
2055         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
2056         newsrc-alist is initialized properly.
2057
2058         * mail-source.el (mail-sources): Autoload.
2059
2060         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
2061         nil.
2062
2063         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
2064         insert two newlines.
2065
2066         * message.el (message-check-news-header-syntax): Compute the
2067         header length correctly.
2068
2069 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2070
2071         * gnus-agent.el (gnus-agent-expire): Do not remove article from
2072         alist when keeping fetched article file.
2073         (gnus-agent-retrieve-headers): When parsing response for article
2074         numbers, use the same algorithm as gnus-agent-braid-nov to protect
2075         against garbage in the server's response.
2076
2077         * gnus-int.el (gnus-request-expire-articles,
2078         gnus-request-move-article): Only expire when the group's server
2079         has been agentized.
2080
2081 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2082
2083         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
2084         errors when deleting overlays.
2085
2086         * gnus-score.el (gnus-score-followup): Allow tracing.
2087
2088         * gnus-art.el (gnus-treat-display-face): New variable.
2089         (article-display-face): New command.
2090
2091         * gnus-fun.el (gnus-face-from-file): New function.
2092         (gnus-convert-face-to-png): Ditto.
2093
2094         * gnus-art.el (gnus-ignored-headers): Added Face.
2095
2096 2003-01-10  Simon Josefsson  <jas@extundo.com>
2097
2098         * nndraft.el (nndraft-request-group): Avoid crash in
2099         directory-files when draft directory doesn't exists.
2100
2101         * gnus-sum.el (gnus-select-article-hook): Add :option.
2102
2103 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2104
2105         * spam.el (spam-use-stat): new variable
2106         (spam-group-spam-processor-stat-p)
2107         (spam-group-ham-processor-stat-p): new convenience functions
2108         (spam-summary-prepare-exit): add spam/ham processors to sequence
2109         (spam-list-of-checks): add spam-use-stat to list of checks
2110         (spam-split): conditionally load the spam-stat tables
2111         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
2112         spam-check-ifile): new functions
2113
2114         * spam-stat.el (spam-stat): typo fix
2115         (spam-stat-install-hooks): new variable
2116         (spam-stat-split-fancy-spam-group): added documentation clarification
2117         (spam-stat-split-fancy-spam-threshhold): new variable
2118         (spam-stat-install-hooks): make hooks conditional
2119         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
2120
2121         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
2122         spam-stat ham/spam processor symbols
2123
2124 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2125
2126         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
2127         file exists.
2128
2129 2003-01-10  Simon Josefsson  <jas@extundo.com>
2130
2131         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
2132         undownloaded/downloadable only when unplugged.
2133
2134 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
2135
2136         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
2137
2138 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
2139
2140         * spam.el (spam-check-ifile): fixed call-process-region to use the
2141         db parameter only if it's set
2142         (spam-ifile-register-with-ifile): ditto
2143
2144 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
2145
2146         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
2147         spam-stat-nbad before creating the hash table.
2148         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
2149         Changed copyright statement to FSF.
2150
2151 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2152
2153         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
2154         processable articles as read.
2155         (gnus-agent-summary-fetch-series): Remove processable and
2156         downloadable marks on all downloaded articles in the series.
2157
2158         * nntp.el (nntp-report): Throw error after reporting the problem.
2159         (nntp-accept-process-output): Corrected error check to report an
2160         error when the process is nil.
2161
2162 2003-01-09  Simon Josefsson  <jas@extundo.com>
2163
2164         * message.el (message-tool-bar-map): Add preview.
2165
2166 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
2167
2168         * mml.el (mml-preview): Get rid of MIME handles and buffers after
2169         previewing.
2170
2171 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
2172
2173         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
2174         bug when the (n+1)th article to be added to a group has a smaller
2175         number than the n articles already added.
2176
2177 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
2178
2179         * message.el (message-mode-field-menu): Use backquote.
2180
2181 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
2182
2183         * spam.el: fixed the BBDB autoloads again, using
2184         bbdb-search-simple now (which is not a macro, thank god)
2185
2186         * lpath.el (bbdb-search): removed function from maybe-fbind list
2187
2188         * gnus.el (ham-process-destination): added new parameter for
2189         destination of ham articles found in spam groups at summary exit
2190
2191         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
2192         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
2193         (spam-ifile-database-path): added new parameter for ifile's database
2194         (spam-move-spam-nonspam-groups-only): new parameter to determine
2195         if spam should be moved from all groups or only some
2196         (spam-summary-prepare-exit): fixed logic to use
2197         spam-move-spam-nonspam-groups-only when deciding to invoke
2198         spam-mark-spam-as-expired-and-move-routine; always invoke that
2199         routine after the spam has been expired-or-moved in case there's
2200         some spam left over; use spam-ham-move-routine in spam groups
2201         (spam-ham-move-routine): new function to move ham articles to the
2202         ham-process-destinations group parameter
2203
2204 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2205
2206         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
2207
2208         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
2209         gnus-summary-update-article-line.
2210
2211 2003-01-08  Simon Josefsson  <jas@extundo.com>
2212
2213         * nnmail.el (nnmail-expiry-target-group): Request group, create it
2214         not successful.
2215
2216 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2217
2218         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
2219
2220 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2221
2222         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
2223         logic, finally
2224
2225 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2226
2227         * gnus-spec.el (gnus-parse-format): %C is a complex format.
2228         (gnus-parse-format): Change to %~.
2229
2230         * message.el (message-generate-headers): Don't generate optional
2231         empty headers.
2232
2233 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
2234
2235         * message.el (message-cross-post-default)
2236         (message-cross-post-note-function, message-shoot-gnksa-feet)
2237         (message-strip-subject-trailing-was, message-change-subject)
2238         (message-mark-insert-file, message-cross-post-followup-to)
2239         (message-cross-post-followup-to, message-mode-map)
2240         (message-generate-unsubscribed-mail-followup-to)
2241         (message-make-mail-followup-to): Minor changes to doc-strings and
2242         error messages.  Updated copyright line.
2243
2244         * message.el (message-make-mail-followup-to,
2245         message-generate-unsubscribed-mail-followup-to): New function
2246         names.  Renamed functions: "-mft" -> "-mail-followup-to".
2247         (message-make-mft, message-gen-unsubscribed-mft): Removed function
2248         names.
2249
2250         * mml.el (mml-preview-insert-mail-followup-to): New function name.
2251         (mml-preview-insert-mft): Removed function name.
2252         (mml-preview): Use new function names.
2253
2254         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
2255
2256         * message.el (message-mode-field-menu): Moved header related
2257         commands from "Message" to "Field" menu.
2258
2259 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
2260
2261         * message.el (message-generate-headers-first): Added customization
2262         if variable is a list.
2263
2264 2003-01-07  Michael Shields  <shields@msrl.com>
2265
2266         * gnus-art.el (gnus-article-next-page): Correctly handle the case
2267         where the last line of the article is the last line of the window.
2268
2269 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2270
2271         * gnus-msg.el (gnus-debug): Use ignore-errors.
2272
2273         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
2274         `gnus-summary-update-line'.
2275
2276 2003-01-08  Simon Josefsson  <jas@extundo.com>
2277
2278         * gnus-art.el (gnus-unbuttonized-mime-types)
2279         (gnus-buttonized-mime-types): Doc fix.
2280
2281 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
2282
2283         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
2284
2285 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2286
2287         * nnrss.el (nnrss-group-alist): Add and clear up.
2288
2289 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2290
2291         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
2292
2293         * lpath.el (bbdb-search): added BBDB functions for a better way to
2294         fix missing functions
2295
2296         * spam.el (spam-check-ifile): if should be an unless
2297
2298         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
2299         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
2300         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
2301
2302 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2303
2304         * gnus-sum.el (gnus-summary-make-menu-bar): Added
2305         gnus-summary-refer-thread to thread menu.
2306
2307 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2308
2309         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
2310         summary buffer, articles that cannot be fetched are marked as
2311         canceled.
2312
2313         * nntp.el (nntp-with-open-group): The quit signal handler must
2314         propagate the quit signal to the next outer handler so that the
2315         caller knows that the request aborted abnormally.
2316
2317 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2318
2319         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
2320         (spam-ifile-register-spam-routine)
2321         (spam-ifile-register-ham-routine): added ifile functionality that
2322         does not use ifile-gnus.el to classify and register articles
2323         (spam-get-article-as-string): convenience function
2324         (spam-summary-prepare-exit): added ifile spam and ham registration
2325         (spam-ifile-all-categories, spam-ifile-spam-category)
2326         (spam-ifile-path, spam-ifile): added customization options
2327
2328         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
2329         exit processor
2330         (spam-process): added gnus-group-ham-exit-processor-ifile to the
2331         list of choices
2332
2333 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2334
2335         * gnus-score.el (gnus-score-followup): Also score immediate
2336         followups.
2337
2338 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2339
2340         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
2341
2342 2003-01-07  Simon Josefsson  <jas@extundo.com>
2343
2344         * message.el (message-mode-menu): Fix receipt balloon help.
2345
2346 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
2347
2348         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
2349         always be interpreted as news.
2350
2351 2003-01-07  Simon Josefsson  <jas@extundo.com>
2352
2353         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
2354         gnus-sieve-script, instead of the global variable
2355         gnus-sieve-crosspost.  One-line patch from Steinar Bang
2356         <sb@dod.no>.
2357
2358 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2359
2360         * gnus.el: Renamed gnus-summary-*-uncached-face as
2361         gnus-summary-*-undownloaded-face to avoid confusing the agent with
2362         the cache.
2363
2364         * gnus-sum.el: Ditto.
2365
2366 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2367
2368         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
2369         in either the group or summary buffer.
2370         New command "JS", in summary buffer, will fetch articles per the
2371         group's category, predicate, and processable flags.
2372         (gnus-agent-summary-fetch-series): Rewritten to call
2373         gnus-agent-session-fetch-group once with all articles in the
2374         series.
2375         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
2376         return list of fetched articles.
2377         (gnus-agent-fetch-articles): Split fetch list into sublists such
2378         that the article buffer is only slightly larger than
2379         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
2380         the group's article alist is saved.
2381         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
2382         longer result in the agent trying to fetch an article.
2383         (gnus-agent-fetch-group-1): Can now be called in either the group
2384         or summary buffer.  Removed the max-fetch-size code that I added
2385         on 2002-12-13 as that capability is now part of
2386         gnus-agent-fetch-articles.  Added code to update summary buffer.
2387         When called in the group buffer, articles that can not be fetched
2388         are AUTOMATICALLY MARKED AS READ.
2389
2390         * gnus-sum.el (): Modified eval-when-compile to minimize
2391         misleading compilation warnings.
2392         (gnus-update-summary-mark-positions): Changed code to use
2393         gnus-undownloaded-mark rather than gnus-downloaded-mark.
2394
2395         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
2396         empty file as the parser assumes that the file isn't empty.
2397
2398         * nntp.el (nntp-send-string): The process-send-string call can,
2399         because it performs I/O on the process, change the process' state
2400         from open to closed.  If this happens, call nntp-report
2401         immediately to report the broken connection.
2402         (nntp-report): Rewritten to avoid needing a global variable to
2403         determine the appropriate course of action.  Instead, two function
2404         implementations are provided and the nntp-report function value is
2405         bound to the appropriate implementation.
2406         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
2407         (nntp-with-open-group): Now binds nntp-report's function cell
2408         rather than binding gnus-with-open-group-first-pass.  Added a
2409         condition-case to detect a quit during a nntp command.  When the
2410         quit occurs, the current connection is closed as a fetch articles
2411         request could have several megabytes queued up for reading.
2412         (nntp-retrieve-headers): Bind articles to itself.  If
2413         nntp-with-open-group repeats this command, I must have access to
2414         the original list of articles.
2415         (nntp-retrieve-groups): Ditto for groups.
2416         (nntp-retrieve-articles): Ditto for articles.
2417         (*): Replaced nntp-possibly-change-group calls to
2418         nntp-with-open-group forms in all, but one, occurrance.
2419         (nntp-accept-process-output): Bug fix. Detect when called with
2420         null process.
2421
2422 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
2423
2424         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
2425         if we don't need to.
2426         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
2427
2428 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2429
2430         * gnus-group.el (gnus-group-make-web-group): Pass the select
2431         method on to group-create.
2432         (gnus-group-line-format-alist): %U is an integer.
2433
2434         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
2435         ephemeral groups.
2436         (gnus-summary-read-group-1): Ditto.
2437         (gnus-group-make-articles-read): Ditto.
2438
2439         * mm-url.el (mm-url-program): Doc fix.
2440
2441         * message.el (message-mode-map): Rebound
2442         message-insert-wide-reply.
2443
2444 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2445
2446         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
2447         color as `gnus-group-startup-message' does.
2448
2449 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
2450
2451         * spam.el: fixed line lengths to 80 chars or less
2452
2453         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
2454         "not-read" mark
2455         (gnus-summary-mark-forward): added the spam-mark to the list of
2456         marks not to be marked as "read" when viewed
2457
2458 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2459
2460         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
2461
2462         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
2463         Protect against unactive groups.
2464
2465         * message.el (message-check-news-header-syntax): Check long
2466         header lines.
2467         (message-check-news-header-syntax): Update `start'.
2468
2469         * gnus-group.el (gnus-group-expire-articles): Doc fix.
2470         (gnus-group-line-format): %U.
2471         (gnus-group-line-format-alist): ?U.
2472         (gnus-number-of-unseen-articles-in-group): New function.
2473
2474         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
2475
2476         * gnus.el (gnus-version-number): Bump version number.
2477
2478 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2479
2480         * gnus.el: Oort Gnus v0.10 is released.
2481
2482 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2483
2484         * gnus.el (gnus-version-number): Fix version number.
2485
2486 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2487
2488         * gnus.el: Oort Gnus v0.08 is released.
2489
2490 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
2491
2492         * mm-util.el: Add mm-string-make-unibyte.
2493
2494         * gnus-group.el (gnus-group-jump-to-group): Make it work for
2495         UTF-8 groups.
2496
2497 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2498
2499         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
2500
2501         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
2502
2503 2003-01-04  Kevin Ryde  <user42@zip.com.au>
2504
2505         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
2506         function.
2507
2508 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2509
2510         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
2511         (gnus-summary-read-group-1): Update group line.
2512         (gnus-summary-exit-no-update): Update group on exit.
2513
2514         * gnus-group.el (gnus-group-line-format): Add %*.
2515         (gnus-group-line-format-alist): Ditto.
2516         (gnus-group-insert-group-line): Set it.
2517         (gnus-group-is-exiting-p): New variable.
2518         (gnus-group-insert-group-line): Use it.
2519
2520 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
2521
2522         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
2523         enable BBDB ham processing
2524         (spam-blacklist-register-routine): enable blacklist spam processing
2525         (spam-whitelist-register-routine): enable whitelist ham processing
2526         (spam-fetch-field-from-fast): fast fetching of the "from" field
2527         from (gnus-data-list)
2528         (spam-summary-prepare-exit): works completely now
2529         (spam-use-blacklist): oops, should be nil by default
2530         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
2531         split processing now; before it was for summary exit as
2532         well but that's done with the spam-contents and spam-process
2533         parameters now
2534
2535 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
2536
2537         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
2538         characters.
2539
2540 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
2541
2542         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
2543         (spam-group-processor-p, spam-group-processor-bogofilter-p)
2544         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
2545         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
2546         (spam-mark-spam-as-expired-and-move-routine)
2547         (spam-generic-register-routine, spam-BBDB-register-routine)
2548         (spam-ifile-register-routine, spam-blacklist-register-routine)
2549         (spam-whitelist-register-routine): new functions
2550         (spam-summary-prepare-exit): added summary exit processing (expire
2551         or move) of spam-marked articles for spam groups; added slots for
2552         all the spam-*-register-routine functions
2553
2554 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2555
2556         * pop3.el (pop3-retr): Wait 500 msecs.
2557         (pop3-read-response): Ditto.
2558
2559         * gnus-msg.el (gnus-setup-message): Get the evaliation order
2560         right.
2561         (gnus-inews-make-draft): New function.
2562         (gnus-setup-message): Use it.
2563
2564         * message.el (message-required-headers): Add From.
2565
2566 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2567         Trivial patch from Norbert Koch <nk@viteno.net>.
2568
2569         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
2570
2571 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2572
2573         * message.el (message-generate-headers): Let header formatters do
2574         their work.
2575
2576 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
2577
2578         * deuglify.el (gnus-article-outlook-deuglify-article):
2579         Rehighlight, reapply treatments and call
2580         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
2581         (gnus-outlook-repair-attribution-block): Recognize cited
2582         attributions.  Suggested by Niklas Morberg.
2583
2584 2003-01-02  Pete Kazmier  <pete@kazmier.com>
2585
2586         * gnus-art.el (gnus-treat-predicate): Check condition first.
2587
2588 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
2589
2590         * lpath.el: Add url-http-file-exists-p.
2591
2592         * gnus-group.el (gnus-group-fetch-charter): Use
2593         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
2594
2595 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2596
2597         * message.el (message-draft-headers): Also generate From to get a
2598         nicer draft buffer summary.
2599
2600         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
2601         parameter.
2602
2603         * gnus-art.el (article-wash-html): Clean up.
2604         (article-wash-html): Typo fix.
2605
2606         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
2607         (gnus-summary-mail-forward): To many lists of lists.
2608
2609         * gnus-art.el (article-wash-html): Clean up.
2610
2611 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
2612
2613         * gnus-art.el (gnus-treat-wash-html): New variable.
2614
2615 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2616
2617         * message.el (message-check-news-header-syntax): Allow posting.
2618         (message-check-news-header-syntax): Fix logic for sure, this
2619         time.
2620
2621 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
2622
2623         * message.el (message-check-news-header-syntax): Check syntax of
2624         continuation headers.
2625
2626 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
2627
2628         * gnus-art.el (gnus-button-url-regexp,
2629         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
2630         (gnus-header-button-alist): Regexps are case insensitive here.
2631
2632 2003-01-02  Simon Josefsson  <jas@extundo.com>
2633
2634         * dig.el (query-dig): Doc fix.
2635
2636 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2637
2638         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
2639         summary buffer line, not just the download mark.
2640
2641 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2642
2643         * gnus-sum.el (gnus-summary-goto-subjects): New function.
2644         (gnus-summary-insert-dormant-articles): New command and
2645         keystroke.
2646
2647         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
2648         function for mass insertion of subjects.
2649
2650         * nndraft.el (nndraft-generate-headers): Don't move point.
2651
2652         * gnus.el (nnheader): Require nnheader.
2653
2654         * nndraft.el (nndraft-request-associate-buffer): Use
2655         make-local-variable.
2656
2657 2003-01-02  Michael Shields  <shields@msrl.com>
2658
2659         * nndraft.el (nndraft-request-associate-buffer): Make
2660         write-contents-hooks buffer-local before setting it.
2661
2662 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2663
2664         * gnus.el (gnus-group-parameter-value): Take an extra param.
2665         (gnus-group-fast-parameter): Let group param results be nil.
2666
2667         * gnus-art.el (gnus-article-forward-header): New function.
2668         (article-date-ut): Use it to remove continuation date headers.
2669
2670         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
2671         read-event.
2672         (gnus-summary-remove-bookmark): Clean up.
2673         (gnus-summary-set-bookmark): Clean up.
2674
2675         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
2676
2677         * gnus.el (gnus-group-startup-message): Bind data-directory to
2678         the Gnus etc directory.
2679
2680 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
2681
2682         * spam.el (spam-summary-prepare-exit): added slots for spam- and
2683         ham-processing of articles; use the new
2684         spam-group-(spam|ham)-contents-p functions
2685         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
2686         convenience functions
2687         (spam-mark-junk-as-spam-routine): use the new
2688         spam-group-spam-contents-p function
2689
2690         * gnus.el (spam-process, spam-contents, spam-process-destination):
2691         added new parameters with corresponding global variables
2692         (gnus-group-spam-exit-processor-ifile,
2693         gnus-group-spam-exit-processor-bogofilter,
2694         gnus-group-spam-exit-processor-blacklist,
2695         gnus-group-spam-exit-processor-whitelist,
2696         gnus-group-spam-exit-processor-BBDB,
2697         gnus-group-spam-classification-spam,
2698         gnus-group-spam-classification-ham): added new symbols for the
2699         spam-process and spam-contents parameters
2700
2701         * spam.el (spam-ham-marks, spam-spam-marks): changed list
2702         customization and list itself to store mark symbol rather than
2703         mark character.
2704         (spam-bogofilter-register-routine): added logic to generate mark
2705         values list from spam-ham-marks and spam-spam-marks, so (member)
2706         would work.
2707
2708 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2709
2710         * message.el (message-cross-post-followup-to): Fix comment.
2711
2712 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
2713
2714         * spam.el (spam-ham-marks, spam-spam-marks): changed list
2715         customization and list itself to store mark symbol rather than
2716         mark character.
2717         (spam-bogofilter-register-routine): added logic to generate mark
2718         values list from spam-ham-marks and spam-spam-marks, so (member)
2719         would work.
2720
2721 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
2722
2723         * message.el (message-signature-insert-empty-line): New variable.
2724
2725 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2726
2727         * message.el: Renamed functions and variables: "xpost" ->
2728         "cross-post", "-fup2" -> "-followup-to".
2729         (message-cross-post-old-target, message-cross-post-default,
2730         message-cross-post-note, message-followup-to-note,
2731         message-cross-post-note-function): New variables names.
2732         (message-xpost-old-target, message-xpost-default,
2733         message-xpost-note, message-fup2-note,
2734         message-xpost-note-function): Removed variable names.
2735         (message-cross-post-followup-to-header,
2736         message-cross-post-insert-note, message-cross-post-followup-to):
2737         New function names.
2738         (message-xpost-fup2-header, message-xpost-insert-note,
2739         message-xpost-fup2): Removed function names.
2740
2741 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2742
2743         * message.el (message-send-mail): Added message-cleanup-headers to
2744         prevent newlines in headers.
2745
2746 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2747
2748         * dns.el (dns-make-network-process): Comment.
2749
2750         * gnus-sum.el (gnus-summary-display-while-building): Default to
2751         nil.
2752
2753 2003-01-01  Wes Hardaker  <wes@hardakers.net>
2754
2755         * gnus-sum.el (gnus-summary-display-while-building): New
2756         variable.
2757
2758 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
2759
2760         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
2761         before rearranging the article.
2762
2763 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2764
2765         * nndraft.el (nndraft-generate-headers): New function.
2766         (nndraft-request-associate-buffer): Use it to write headers on
2767         buffer save.
2768
2769         * message.el (message-generate-headers): Let the function be a
2770         lambda form.
2771         (message-draft-headers): New variable.
2772
2773         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
2774         function.
2775         (gnus-setup-message): Use it.
2776
2777         * message.el (message-generate-headers-first): Doc fix.
2778         (message-setup-1): Use new function for getting which headers to
2779         generate.
2780         (message-headers-to-generate): New function.
2781
2782 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2783
2784         * gnus-agent.el (gnus-agent-save-alist): Make directory.
2785
2786 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
2787
2788         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
2789         mention negatives.
2790
2791 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
2792
2793         * deuglify.el (gnus-outlook-rearrange-article): Use
2794         `transpose-regions' instead of tempering the kill-ring.
2795         (gnus-article-outlook-deuglify-article): Rehighlight article
2796         instead of a complete redisplay.
2797
2798 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
2799
2800         * spam.el: most defvars are defcustoms now
2801
2802         patches from Michael Shields  <shields@msrl.com>
2803
2804         * spam.el (spam-bogofilter-articles): Select the article
2805         body using gnus-summary-show-article t instead of
2806         gnus-summary-select-article; this presents the raw text
2807         without running any hooks.
2808
2809         * spam.el (spam-bogofilter-articles): Use message-remove-header
2810         to remove headers; the old way incorrectly removed just the first
2811         line of folded headers.
2812
2813 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2814
2815         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
2816
2817 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2818
2819         * gnus-start.el (gnus-load): New function.
2820         (gnus-read-newsrc-el-file): Use it.
2821
2822 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2823
2824         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
2825         (gnus-button-handle-apropos-documentation): New function.
2826         (gnus-button-handle-ctan): New function.
2827         (gnus-button-alist): Use them.  Improve some regexps.
2828         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
2829
2830 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2831
2832         * message.el (message-subscribed-p): New function.
2833         (message-send-mail): Use it.
2834         * mml.el (mml-preview-insert-mft): New function.
2835         (mml-preview): Use it.
2836
2837 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2838
2839         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
2840         when sorting by date.
2841
2842         * gnus-art.el (gnus-article-edit-mode): New variable.
2843         (gnus-article-setup-buffer): Warn user about discarding edits.
2844
2845         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
2846         (gnus-summary-pipe-output): Take a symbolic prefix to save all
2847         headers.
2848
2849         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
2850
2851 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2852
2853         * message.el (message-completion-alist): Added "Mail-Followup-To"
2854         and "Mail-Copies-To".
2855
2856 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2857
2858         * gnus-group.el: Add key bindings for
2859         gnus-group-sort-groups-by-real-name and
2860         gnus-group-sort-selected-groups-by-real-name.
2861
2862 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2863
2864         * gnus.texi (Sorting Groups): Add key bindings for
2865         gnus-group-sort-groups-by-real-name and
2866         gnus-group-sort-selected-groups-by-real-name.
2867
2868 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2869
2870         * spam.el (spam-use-dig): new variable for blackhole checking
2871         through dig.el
2872         (spam-check-blackholes): added dig.el checking functionality and
2873         more verbose reporting; query-dig is autoloaded from dig.el
2874         (spam-use-blackholes): disabled by default
2875         (spam-blackhole-servers): removed rbl.maps.vix.com from the
2876         blackhole servers list
2877
2878 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2879
2880         * message.el (message-required-headers): New variable.
2881
2882 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2883
2884         * dig.el (query-dig): new function
2885
2886 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2887
2888         * flow-fill.el (fill-flowed): Don't infloop on too long fill
2889         prefixes.
2890
2891         * dns.el (query-dns): Protect against errors.
2892
2893         * gnus-msg.el (gnus-article-yanked-articles): New variable.
2894         (gnus-inews-add-send-actions): Mark all answered messages as
2895         answered.
2896
2897 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
2898
2899         * nnmail.el (nnmail-split-it): Added tracing to
2900         `:' split rule
2901
2902 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2903
2904         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
2905         and "%s" so we don't overquote them.
2906
2907 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2908
2909         * (mm-display-external): Display the actual command that has been
2910         executed in the echo area.
2911
2912 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2913
2914         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
2915
2916         * message.el (message-with-reply-buffer): New macro.
2917         (message-fetch-reply-field): Use it.
2918         (message-insert-wide-reply): New command and keystroke.
2919         (message-carefully-insert-headers): New function.
2920         (message-insert-to): Use new function.
2921
2922         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
2923         (gnus-topic-goto-missing-group): Use it.
2924
2925         * message.el (message-required-news-headers): Removed Lines.
2926         (message-reply): Don't insert References first.
2927         (message-followup): Ditto.
2928         (message-make-references): New function.
2929         (message-followup): Set message-reply-headers before generating
2930         the buffer stuff.
2931
2932 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
2933
2934         * mml.el (mml-generate-mime-1): Reverse the order of
2935         encoding/flowing.
2936
2937 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2938
2939         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
2940         after moving them.
2941
2942         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
2943         fit with newer standard format.
2944         (gnus-summary-make-false-root-always): New variable.
2945         (gnus-gather-threads-by-subject): Use it.
2946
2947         * message.el (message-get-reply-headers): Take an address list
2948         optional argument.
2949
2950 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2951
2952         * gnus.el (gnus-keep-backlog): Change default to 20.
2953
2954         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
2955         start.
2956         (gnus-agent-check-overview-buffer): Remove negative article
2957         numbers.
2958
2959         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
2960         (nnmail-cache-ignore-groups): Doc fix.
2961
2962         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
2963         (nnimap-debug-buffer): New variable.
2964         (nnimap-debug): Use it.
2965
2966 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
2967
2968         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
2969
2970 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2971
2972         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
2973         they aren't already sorted.
2974
2975 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
2976
2977         * message.el (message-mode-menu): Add ellipses to menu items
2978         expecting user interaction.
2979         (message-mode-field-menu): do.
2980
2981 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
2982
2983         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
2984         it isn't used any more.
2985
2986 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
2987
2988         * binhex.el (binhex-decoder-program): Fix docstring.
2989
2990 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2991
2992         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
2993         special chars if the mailcap file uses single quotes around %s.
2994         From Laurent Martelli <laurent@bearteam.org>.
2995
2996 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
2997
2998         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
2999         return the info object.
3000
3001 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
3002
3003         * gnus-int.el (gnus-request-update-info): Artificially add
3004         (1 . (1- min)) to the read range, in case the backend doesn't
3005         store marks for nonexistent articles.
3006
3007 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3008
3009         * binhex.el (binhex-insert-char): Eval-and-compile.
3010
3011 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
3012
3013         * lpath.el: Add tool-bar-local-item-from-menu.
3014
3015         * message.el (message-tool-bar-local-item-from-menu): New function.
3016         (message-tool-bar-map): Use it.
3017
3018 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
3019
3020         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
3021
3022         * gnus-art.el (gnus-article-header-rank): Last header in
3023         gnus-sorted-header-list should have higher rank than non-members.
3024
3025 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3026
3027         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
3028         covered methods.
3029
3030 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3031
3032         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
3033         eval-when-compile.  Suggested by Kevin Greiner.
3034
3035 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
3036
3037         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
3038         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
3039         even though no headers may have been fetched
3040         (gnus-agent-fetch-group-1, and perhaps others, require this
3041         behavior).
3042         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
3043         server buffer is constrained by gnus-agent-max-fetch-size.
3044         Multiple chunks in the same group may perform arbitrarily large
3045         updates.
3046
3047 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
3048
3049         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
3050         gnus-summary-update-download-mark to update the article in the
3051         summary.
3052
3053 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
3054
3055         * gnus.el (gnus-summary-high-uncached-face,
3056         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
3057         New faces.
3058
3059         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
3060         added this on 2002-11-23 but it just wasn't working out as
3061         intended.  The idea isn't entirely dead, three new faces
3062         gnus-summary-*-uncached-face are being added to gnus.el to provide
3063         the basis for an improved implementation.
3064         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
3065         proper file to open is lib/servers.
3066         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
3067         (i.e. removing the article from gnus-newsgroup-downloadable) will
3068         now restore the article's default mark rather than simply setting
3069         no mark.
3070         (gnus-agent-get-undownloaded-list): Corrected documentation.
3071         Added code to set new summary local variable,
3072         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
3073         a temporary list.  No longer sets gnus-newsgroup-downloadable.
3074         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
3075         up to date.  Call new gnus-summary-update-download-mark to keep
3076         summary buffer up-to-date.
3077         (gnus-agent-fetch-selected-article): Keep
3078         gnus-newsgroup-undownloaded up to date.
3079         (gnus-agent-fetch-articles): Return list of articles that were
3080         successfully fetched.
3081         (gnus-agent-check-overview-buffer): No more thingatpt.
3082         (gnus-agent-expire): No longer deletes NOV entries of unread
3083         articles.
3084         (gnus-agent-unread-articles): New function.
3085         (gnus-agent-regenerate-group): The article number must be
3086         terminated by a tab character.  Added more messages to report
3087         repairs.  Inhibit quits while writing changes so it is now safe
3088         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
3089         downloaded to 1) resolve the unbound references and 2) avoid
3090         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
3091
3092         * gnus-art.el (gnus-article-prepare): The agent
3093         downloaded/undownloaded mark is no longer stored as the article's
3094         mark.
3095
3096         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
3097         gnus-summary-highlight may use it.  Added downloaded as
3098         gnus-summary-highlight was using it.
3099
3100         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
3101         the download mark now follows Kai's +/- convention.
3102         (gnus-downloaded-mark): Added ?+ mark.
3103         (gnus-summary-highlight): Added rules to select
3104         gnus-summary-high-uncached-face,
3105         gnus-summary-normal-uncached-face, and
3106         gnus-summary-low-uncached-face.  Removed the
3107         gnus-agent-downloaded-article-face.
3108         (gnus-summary-line-format-alist): Implemented the download flag
3109         format (?O) as named in the manual.  This implementation displays
3110         either gnus-undownloaded-mark, gnus-downloaded-mark, or
3111         gnus-no-mark.
3112         (gnus-newsgroup-agentized): New local variable that identifies
3113         which groups are agentized.  While the agent is now on by default,
3114         you don't have to agentize every server that you use.
3115         (gnus-update-summary-mark-positions): Completed support for the
3116         download type of mark.
3117         (gnus-summary-insert-line): Added undownloaded to the parameters.
3118         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
3119         reference by the gnus-summary-line-format-spec.
3120
3121         * nntp.el (nntp-with-open-group): This macro handles dropped or
3122         broken connections by opening a new connection and repeating the
3123         failed command.
3124         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
3125         XOVER commands preceeding the active articles with the nov entry
3126         of the first available article.  When gnus connected to such a
3127         server, the unexpected nov entry would result in duplicate lines
3128         in the agent's overview file.  This patch fixes the duplicate
3129         lines problem and improves performance by skipping over all
3130         articles IDs that preceed the first nov entry in the server's
3131         reply.
3132
3133 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3134
3135         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
3136         (gnus-summary-highlight): Use it instead of `downloaded'.
3137         (gnus-summary-highlight-line): Ditto.
3138
3139         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
3140
3141 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3142
3143         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
3144
3145         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
3146         calls.
3147
3148         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
3149         downloaded variable if we're in an uncovered group.
3150
3151         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
3152         font to soemthing less noticeable.
3153         (gnus-agent-group-covered-p): New function.
3154
3155 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3156
3157         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
3158         Because of an unknown bug, the group buffer is saved in .overview
3159         file.
3160
3161 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3162
3163         * nntp.el (nntp-send-command): Braino in last commit.  Replace
3164         `and' with `or'.
3165
3166 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3167
3168         * nntp.el (nntp-send-command): Assume that echo does not happen
3169         when nntp-open-connection-function is nntp-open-network-stream.
3170         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
3171
3172 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3173
3174         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
3175
3176 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
3177
3178         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
3179         nntp-server-buffer if we aren't going to write to it.
3180
3181 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3182         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
3183
3184         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
3185
3186 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3187
3188         * rfc2047.el (rfc2047-decode-region): Remove newlines between
3189         decoded words.
3190
3191 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3192
3193         * gnus.el (fboundp): After loading mm-util, make sure it was the
3194         right one.
3195
3196 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3197
3198         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
3199         gnus-sum.  Made into a user option.
3200
3201         * gnus-sum.el (gnus-simplify-ignored-prefixes)
3202         (gnus-summary-mark-article-as-unread)
3203
3204 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3205
3206         * time-date.el (date-to-time): Typo.
3207
3208         * parse-time.el: Typo.
3209
3210         * nnsoup.el (nnsoup-retrieve-headers): Typo.
3211
3212         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
3213
3214         * nnimap.el:
3215         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
3216
3217         * mm-encode.el (mm-safer-encoding): Typo.
3218
3219         * messcompat.el: Typo.
3220
3221         * message.el (message-face-alist): Typo.
3222
3223         * imap.el (imap-interactive-login, imap-open): Typos.
3224
3225         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
3226
3227         * gnus.el: Typo.
3228
3229         * gnus-win.el (gnus-configure-frame): Typo.
3230
3231         * gnus-util.el (gnus-atomic-progn-assign): Typo.
3232
3233         * gnus-topic.el (gnus-topic-sort-topics): Typo.
3234
3235         * gnus-sum.el (gnus-summary-article-number)
3236         (gnus-summary-read-group-1, gnus-summary-mark-article)
3237         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
3238
3239         * gnus-mule.el (gnus-mule-add-group): Typo.
3240
3241         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
3242
3243         * gnus-group.el (gnus-group-fetch-faq): Typo.
3244
3245         * gnus-art.el (gnus-decode-header-methods): Typo.
3246
3247         * flow-fill.el: Typo.
3248
3249 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
3250
3251         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
3252
3253 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3254
3255         * gnus-sum.el (gnus-simplify-ignored-prefixes)
3256         (gnus-summary-mark-article-as-unread)
3257         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
3258         Reformatting to avoid long lines.
3259         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
3260
3261 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
3262
3263         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
3264         be accessed through `mail-header-number'.
3265
3266 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3267
3268         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
3269         compressed range to gnus-summary-insert-articles.
3270
3271 2002-11-26  Kevin Ryde <user42@zip.com.au>
3272
3273         * gnus-art.el (gnus-mime-copy-part): Look for filename
3274         parameter under content-disposition, not content-type.
3275
3276         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
3277         (gnus-summary-reselect-current-group): Use it.
3278
3279 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3280
3281         * gnus-agent.el (gnus-agent-uncached-articles): if
3282         gnus-agent-load-alist fails, return ARTICLES.
3283
3284         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
3285
3286 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3287
3288         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
3289         superfluous function call.
3290         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
3291         Add warning to docstring.
3292
3293 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3294
3295         * gnus-agent.el: Autoload number-at-point instead.
3296         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
3297
3298 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3299
3300         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
3301         require thingatpt (for number-at-point) and protect against
3302         deactivate-mark being unbound (on XEmacs).
3303
3304 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3305
3306         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
3307         print message on entry.
3308
3309         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
3310
3311         * gnus-range.el (gnus-range-difference): New function.
3312         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
3313
3314 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3315
3316         * gnus-sum.el (gnus-summary-insert-old-articles): Use
3317         gnus-remove-from-range instead of gnus-range-difference which
3318         doesn't exist.
3319
3320 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3321         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
3322
3323         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
3324         used for showing which articles have been downloaded.
3325         (gnus-agent-article-alist): Format change.  Add documentation.
3326         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
3327         process-marked articles.
3328         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
3329         in the series are individually fetched to minimize lose of
3330         content due to an error/quit.
3331         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
3332         gnus-message instead of message.
3333         (gnus-agent-read-servers): Use file lib/methods instead of
3334         lib/servers.  TODO: Why?
3335         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
3336         (gnus-agent-get-undownloaded-list): Remove articles that appear to
3337         come from the agent.  This means that they are not downloaded.
3338         (gnus-agent-fetch-selected-article): Don't use history.
3339         (gnus-agent-save-history, gnus-agent-enter-history)
3340         (gnus-agent-article-in-history-p, gnus-agent-history-path):
3341         Removed function; history is not used anymore.
3342         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
3343         (gnus-agent-crosspost): Started rewrite then realized that a typo
3344         in gnus-agent-fetch-articles ensures that this function is never
3345         called.  This will need to be fixed later.
3346         (gnus-agent-check-overview-buffer): Some sanity checks on the
3347         agent overview buffer.  This is a safety net used during
3348         development.
3349         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
3350         changed, write a number to the file indicating this.
3351         (gnus-agent-fetch-headers): Rewrite to respect
3352         gnus-agent-consider-all-articles without relying on the
3353         `.fetched' files.  Make it fast.
3354         (gnus-agent-braid-nov): Change resulting from
3355         gnus-agent-fetch-headers change.
3356         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
3357         `.fetched' files.
3358         (gnus-agent-read-agentview): New function, used by
3359         gnus-agent-load-alist.
3360         (gnus-agent-load-fetched-headers): Remove.
3361         (gnus-agent-save-alist): Rewrite to accomodate new format.
3362         (gnus-agent-fetch-group-1): Make sure list of articles is in the
3363         same order as in gnus-newsgroup-headers.
3364         (gnus-agent-expire): Document and implement extra args ARTICLES,
3365         GROUP, FORCE.  Do not restrict usage.
3366         (gnus-agent-uncached-articles): New function.
3367         (gnus-agent-retrieve-headers): Use it.
3368         (gnus-agent-regenerate-group): No longer needs to be called from
3369         gnus-agent-regenerate.  Individual groups may be regenerated. The
3370         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
3371         The article fetch dates are validated in the article alist.  The
3372         article alist is pruned of entries that do not reference existing
3373         NOV entries.  All changes are computed then applied with
3374         inhibit-quit bound to t.  As a result, it is now safe to quit out of
3375         regeneration.  The optional clean parameter has been replaced with
3376         an optional reread parameter.  Clean is no longer necessary as
3377         regeneration gets the appropriate setting from
3378         gnus-agent-consider-all-articles.  The new reread parameter will
3379         result in fetched, or all, articles being marked as unread.
3380         (gnus-agent-regenerate): Removed code to regenerate the history
3381         file as it is no longer used.
3382
3383         * gnus-start.el (gnus-make-ascending-articles-unread): New
3384         function, for efficient mass-marking.
3385
3386         * gnus-sum.el (gnus-summary-highlight): Use new face for
3387         downloaded articles.
3388         (gnus-article-mark): Prefer to indicate read/unread status over
3389         downloaded status.
3390         (gnus-summary-highlight-line-0): New function, maybe rehighlights
3391         line.
3392         (gnus-summary-highlight-line): Use new face for downloaded
3393         articles.
3394         (gnus-summary-insert-old-articles): Improved performance by
3395         replacing the initial LIST of older articles with a compressed
3396         RANGE of older articles.  Some servers appear to lie about
3397         their active range so the original list could contain millions
3398         of article numbers.  The range is not expanded into a list
3399         until the optional ALL parameter has been applied.
3400
3401 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3402
3403         * gnus-agent.el (gnus-category-mode): Typo in doc string.
3404
3405 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
3406
3407         * spam.el:
3408         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
3409
3410         * spam.el: added `M s t' and `M s x' key mappings
3411
3412 2002-11-20  Simon Josefsson  <jas@extundo.com>
3413
3414         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
3415
3416 2002-11-19  Simon Josefsson  <jas@extundo.com>
3417
3418         * gnus-sum.el (gnus-summary-morse-message): Load
3419         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
3420         (unmorse-region): Autoload it instead.
3421
3422 2002-11-18  Simon Josefsson  <jas@extundo.com>
3423
3424         * gnus-sum.el (gnus-summary-morse-message): New function.
3425         (gnus-summary-wash-map): Bind to `W m'.
3426         (gnus-summary-make-menu-bar): Add.
3427
3428         * nnimap.el (nnimap-request-expire-articles): Compress sequence
3429         before storing \Deleted mark on expired articles.
3430
3431 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
3432         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
3433
3434         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
3435         parens in column 0.
3436
3437 2002-11-17  Juanma Barranquero  <lektu@terra.es>
3438
3439         * nnweb.el (nnweb-google-create-mapping): Fix typo.
3440
3441         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
3442
3443         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
3444
3445 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3446
3447         * message.el (message-set-auto-save-file-name): Use
3448         make-directory, to avoid the dependence on gnus-util.
3449
3450 2002-11-16  Simon Josefsson  <jas@extundo.com>
3451
3452         * nnimap.el (nnimap-callback-callback-function):
3453         (nnimap-callback-buffer): Removed, these cannot be global but must
3454         be embedded into the callback.
3455         (nnimap-make-callback): New.  Embedd article number, callback and
3456         buffer in function.
3457         (nnimap-callback, nnimap-request-article-part): Update.
3458
3459 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3460
3461         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
3462
3463 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3464
3465         * gnus.el (gnus-summary-line-format): Document %C.
3466
3467 2002-11-11  Simon Josefsson  <jas@extundo.com>
3468
3469         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
3470         output when called interactively.
3471
3472 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3473
3474         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
3475
3476         * message.el (message-draft-coding-system): Improve comment; use
3477         mm-auto-save-coding-system for the default value.
3478
3479         * nndraft.el (nndraft-request-article): Revert to the state before
3480         2002-10-29; regexp-quote mail-header-separator.
3481
3482 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
3483
3484         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
3485         allow editing of drafts from an nnvirtual group.
3486
3487 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3488
3489         * nndraft.el (nndraft-request-article): Replace emacs-mule with
3490         mm-auto-save-coding-system.
3491
3492         * message.el (message-draft-coding-system): Default to
3493         iso-2022-7bit.
3494
3495         * mm-util.el (mm-auto-save-coding-system): Undo last change to
3496         restore the default value to emacs-mule or escape-quoted.
3497
3498 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3499
3500         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
3501         a delayed or a queued article as well as a draft.
3502
3503         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
3504         delayed or a queued article in the raw format; treat a delayed
3505         article as a raw article as well as a draft.
3506         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
3507         for the delayed group.
3508
3509         * nndraft.el (nndraft-request-article): Ignore auto save files for
3510         a delayed or a queued article; don't bother to decode a queued
3511         article; don't bind nnmail-file-coding-system for a queued article.
3512
3513         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
3514         and the queue group.
3515
3516 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
3517
3518         * gnus-group.el (gnus-group-delete-group):
3519         gnus-cache-active-hashtb might be void.
3520
3521 2002-11-02  Simon Josefsson  <jas@extundo.com>
3522
3523         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
3524         setting of the default user ID.  From Raymond Scholz
3525         <ray-2002@zonix.de>.
3526
3527 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
3528
3529         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
3530         charset.
3531
3532 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
3533         From Alex Schroeder <alex@emacswiki.org>
3534         * spam-stat.el (spam-stat-process-directory): add dir to message
3535         (spam-stat-reduce-size): No longer remove words
3536         with values close to 0.5, because the default value is 0.2.
3537
3538 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3539
3540         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
3541         documentation.
3542
3543 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3544
3545         * gnus-agent.el (gnus-agent-fetched-headers)
3546         (gnus-agent-load-fetched-headers)
3547         (gnus-agent-save-fetched-headers): Remove variable and two
3548         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
3549         works better.
3550         (gnus-agent-fetch-headers): New implementation from Kevin
3551         Greiner.  Uses gnus-agent-article-alist to store information
3552         about fetched messages which aren't on the server anymore.  The
3553         trick is to return a list of considered messages to the caller,
3554         but to only fetch those which haven't been fetched yet.
3555
3556 2002-10-30  Simon Josefsson  <jas@extundo.com>
3557
3558         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
3559
3560         * pgg.el (pgg-passphrase-cache-expiry): Removed.
3561
3562 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3563
3564         * mm-view.el (mm-w3m-local-map-property): Make it work with older
3565         versions of emacs-w3m than 1.3.3.
3566
3567         * lpath.el: Bind w3m-minor-mode-map.
3568
3569         * mm-view.el (mm-w3m-mode-command-alist)
3570         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
3571         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
3572         (mm-setup-w3m): Simplified.
3573         (mm-w3m-local-map-property): New function.
3574         (mm-inline-text-html-render-with-w3m): Use it.
3575
3576         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
3577         mm-w3m-local-map-property.
3578
3579 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3580
3581         * mm-util.el (mm-auto-save-coding-system): Default to
3582         iso-2022-7bit.
3583
3584         * nndraft.el (nndraft-request-article): Decode an article using
3585         the coding-system emacs-mule if it seems to have been saved using
3586         emacs-mule.
3587         (nndraft-request-replace-article): Use message-draft-coding-system
3588         instead of mm-auto-save-coding-system for the draft or delayed
3589         group.
3590
3591 2002-10-28  Josh  <huber@alum.wpi.edu>
3592
3593         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
3594         functions.
3595
3596 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3597         From mah@everybody.org (Mark A. Hershberger).
3598
3599         * mm-url.el (mm-url-insert-file-contents): Make it return the same
3600         type values ("url" size) regardless of the values of
3601         mm-url-use-external.
3602
3603 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3604
3605         * nnimap.el (nnimap-request-article-part): Try harder to show
3606         group name in debugging message.
3607
3608 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3609
3610         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
3611         directory if it doesn't exist.
3612         (gnus-agent-fetch-headers): Remove old cruft that tried to
3613         abstain from downloading articles more than once if
3614         gnus-agent-consider-all-articles was true.  This is now done
3615         properly via the .fetched files.
3616
3617 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3618
3619         * nndraft.el (nndraft-request-article): Treat delayed articles
3620         like drafts.
3621
3622 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3623
3624         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
3625
3626 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3627
3628         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
3629         Remove unused optional arg DIR and corresponding code.
3630
3631         * nnimap.el (nnimap-request-article-part): Include group name in
3632         debugging output.
3633
3634 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
3635
3636         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
3637
3638 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3639
3640         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
3641         contains range of headers that have been fetched by the agent
3642         already.  Compare gnus-agent-article-alist.
3643         (gnus-agent-file-header-cache): Like
3644         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
3645         (gnus-agent-fetch-headers): Improve comment.  Revert to old
3646         seen/recent logic.
3647         Remember which headers have been fetched before and don't fetch
3648         them again the next time round.
3649         (gnus-agent-load-fetched-headers)
3650         (gnus-agent-save-fetched-headers): New functions, for remembering
3651         which headers have been fetched before.
3652
3653 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3654
3655         * lpath.el: Remove useless bindings.
3656
3657 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
3658
3659         * gnus-sum.el (gnus-summary-execute-command): Disable visual
3660         features while searching.
3661
3662 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3663
3664         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
3665
3666 2002-10-22  Simon Josefsson  <jas@extundo.com>
3667
3668         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
3669         (pgg-snarf-keys): Add.
3670
3671 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3672
3673         * lpath.el: Fbind bbdb-records.
3674
3675         * spam.el: Don't autoload bbdb-records.
3676
3677 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3678
3679         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
3680         prevent inf-loop.
3681
3682 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3683
3684         * nnslashdot.el: Removed some test lines.
3685         More test.
3686
3687 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3688
3689         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
3690         are known to be downloaded already.
3691
3692 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3693
3694         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
3695         (mm-text-html-washer-alist): Ditto.
3696
3697 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3698
3699         * nnheader.el (nnheader-remove-body): Fix an error of detecting
3700         boundary between headers and body.
3701         * nnml.el (nnml-parse-head): Ditto.
3702
3703 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3704
3705         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
3706         entries.
3707
3708         * gnus-group.el (gnus-fetch-group): Allow an optional
3709         specification of the articles to select.
3710
3711         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
3712
3713 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3714
3715         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
3716         headers from the group, update variable `articles' to contain
3717         only those numbers where headers exist.  (When fetching all
3718         articles in a group, Gnus creates lots of numbers where there is
3719         no articles.)
3720
3721 2002-10-20  Steve Youngs  <youngs@xemacs.org>
3722
3723         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
3724         doesn't have the 'alist custom type, use cons cells instead.
3725         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
3726         (pgg-parse-hash-algorithm-alist): Ditto.
3727         (pgg-parse-compression-algorithm-alist): Ditto.
3728         (pgg-parse-signature-type-alist): Ditto.
3729
3730         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
3731
3732         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
3733
3734         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
3735
3736 2002-10-19  Simon Josefsson  <jas@extundo.com>
3737
3738         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
3739         buffer.
3740
3741 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3742
3743         * gnus-spec.el (gnus-make-format-preserve-properties)
3744         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
3745         properties also on XEmacs.  `gnus-xmas-format' is like format but
3746         preserves text properties on XEmacs (though it only understands
3747         simple format specs).  The variable
3748         `gnus-make-format-preserve-properties' controls whether the
3749         function is used, and is checked in `gnus-parse-simple-format'.
3750         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
3751
3752         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
3753         output.
3754         (gnus-agent-consider-all-articles): New variable.
3755         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
3756         (gnus-agent-fetch-headers): Depending on
3757         gnus-agent-consider-all-articles, maybe get all articles.
3758         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
3759         `read'.
3760         (gnus-predicate-imples-unread): New function.
3761         (gnus-agent-fetch-headers): Optimize to call
3762         gnus-list-of-unread-articles if that is sufficient.
3763         Check unseen and recent instead of seen and recent.
3764         (gnus-agent-fetch-headers): Abstain from calling
3765         gnus-list-range-intersection if range (a . b) would have (> a b).
3766
3767 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3768
3769         * message.el (message-send-mail): Make it possible to perform
3770         edebug-defun.
3771
3772 2002-10-18  Simon Josefsson  <jas@extundo.com>
3773
3774         * gnus-art.el (gnus-button-man-handler): Change default to
3775         `manual-entry' (defined in both emacsen).
3776         (gnus-button-man-handler): Remove emacsen difference and use
3777         `manual-entry'.
3778
3779 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3780
3781         * spam.el: Wrap autoload settings for bbdb-records,
3782         executable-find and ifile-spam-filter with eval-and-compile.
3783         (spam-display-buffer-contents): Remove.
3784         (spam-bogofilter-score): Merge spam-display-buffer-contents.
3785
3786 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
3787
3788         * spam.el (spam-display-buffer-contents): New function.
3789         (spam-bogofilter-score): use spam-display-buffer-contents, patch
3790         from Katsumi Yamaoka <yamaoka@jpl.org>.
3791
3792 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3793
3794         * nnheader.el (nnheader-parse-naked-head): New function.
3795         (nnheader-parse-head): Use the above function, in order to handle
3796         continuation lines properly.
3797         (nnheader-remove-body): New function.
3798         (nnheader-remove-cr-followed-by-lf): New function.
3799         (nnheader-ms-strip-cr): Use the above function.
3800
3801         * gnus-agent.el (gnus-agent-regenerate-group): Call
3802         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
3803         `nnheader-parse-head'.
3804         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
3805
3806         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
3807         continuation lines by itself; call `nnheader-parse-naked-head'
3808         instead of `nnheader-parse-head'.
3809         * nndiary.el (nndiary-parse-head): Ditto.
3810         * nnfolder.el (nnfolder-parse-head): Ditto.
3811         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
3812         * nnmaildir.el (nnmaildir--update-nov): Ditto.
3813         * nnml.el (nnml-parse-head): Ditto.
3814
3815 2002-10-17  Steve Youngs  <youngs@xemacs.org>
3816
3817         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
3818         XEmacs, default to it if featurep 'xemacs.
3819
3820 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3821
3822         * spam-stat.el: Check for the existence of hash functions instead
3823         of the Emacs version to decide whether to load cl.  Suggested by
3824         Kai Gro\e,A_\e(Bjohann.
3825
3826 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3827
3828         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
3829         if it isn't open yet.
3830
3831 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3832
3833         * gnus-group.el: Require mm-url only when compiling.
3834         (gnus-group-fetch-charter): Require mm-url.
3835
3836         * spam-stat.el: Require cl for the functions gethash,
3837         hash-table-count, make-hash-table and mapc for Emacs 20.
3838         (puthash): Alias to cl-puthash for Emacs 20.
3839         (with-syntax-table): New macro for Emacs 20.
3840
3841 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
3842
3843         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
3844
3845 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3846
3847         * spam.el (spam-check-ifile): added ifile as a spam checking
3848         backend, and spam-use-ifle as the variable to toggle that check.
3849
3850 2002-10-12  Simon Josefsson  <jas@extundo.com>
3851
3852         * message.el (message-beginning-of-line): New variable.
3853         (message-beginning-of-line): Use it.
3854
3855 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3856
3857         * spam.el: more compilation fixes for BBDB
3858
3859         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
3860         (spam-stat-reduce-size): Interactive.
3861         (spam-stat-reset): New function.
3862         (spam-stat-save): Interactive.
3863
3864 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3865
3866         * gnus.el: Autoload gnus-delay-initialize.
3867
3868         * message.el: Autoload gnus-delay-article.
3869
3870 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
3871
3872         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
3873         text property in Emacs.
3874
3875 2002-10-11  Simon Josefsson  <jas@extundo.com>
3876
3877         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3878         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
3879
3880         * mml1991.el (mml1991-pgg-sign): Remove CR.
3881
3882 2002-10-10  Simon Josefsson  <jas@extundo.com>
3883
3884         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
3885         decrypt failed.
3886         (mml2015-trust-boundaries-alist): Removed.
3887         (mml2015-gpg-extract-signature-details): Don't use it.
3888         (mml2015-unabbrev-trust-alist): New.
3889         (mml2015-gpg-extract-signature-details): Use it.
3890
3891 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
3892
3893         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
3894         BBDB installed
3895
3896         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
3897         statistical analysis of spam in Lisp only
3898
3899 2002-10-10  Simon Josefsson  <jas@extundo.com>
3900
3901         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
3902         auth, selected or examine state.
3903
3904         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
3905         buffer and error buffer depending on type of information.
3906
3907         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
3908         --status-fd stuff even if gpg.el is not used (revert earlier
3909         change).
3910         (mml2015-pgg-{clear-,}verify): Store both output and errors as
3911         gnus details.
3912         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
3913         buffer.
3914
3915         * pgg.el (pgg-verify-region): Use it.
3916
3917         * pgg-def.el (pgg-query-keyserver): New variable.
3918
3919         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
3920         key-identifier in packet.  Is this a good idea?
3921
3922         * mml.el (mml-mode-map): Add security commands that operates on
3923         MIME parts.
3924         (mml-menu): And menu items for them.
3925
3926         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
3927
3928         * mml.el (mml-parse-1): Support sender in #secure tags.
3929
3930         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
3931         defined.
3932
3933         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
3934         (mml-pgp-encrypt-buffer): Support combined signing.
3935
3936         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
3937         (mml1991-gpg-encrypt): Ditto.
3938         (mml1991-pgg-encrypt): Ditto.
3939         (mml1991-encrypt): Pass sign parameter.
3940
3941         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
3942         (mml-signencrypt-style): Mention the variable.
3943
3944 2002-10-09  Simon Josefsson  <jas@extundo.com>
3945
3946         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
3947         pgg-gpg-user-id.
3948
3949         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
3950         (pgg-fetch-key-function): Nil if w3 is not installed.
3951
3952 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3953
3954         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
3955         gnus-agent-current-history.
3956
3957 2002-10-06  Simon Josefsson  <jas@extundo.com>
3958
3959         * imap.el (imap-parse-status): Don't use read to read token.
3960
3961 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3962
3963         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
3964         for methods not covered by the agent, and when unplugged.
3965
3966 2002-10-05  Simon Josefsson  <jas@extundo.com>
3967
3968         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
3969         signing.
3970
3971         * gnus-agent.el (gnus-agent-read-servers): If getting method from
3972         a named server fails, ignore the server.
3973
3974         * mml1991.el (mml1991-pgg-sign): Do QP.
3975
3976         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
3977         work.
3978
3979 2002-10-04  Simon Josefsson  <jas@extundo.com>
3980
3981         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
3982
3983         * pgg-pgp.el (pgg-pgp-verify-region): Inline
3984         binary-write-decoded-region from MEL.
3985
3986         * pgg.el (pgg-encrypt-region): Support sign.
3987
3988         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
3989
3990         * mml2015.el (mml2015-pgg-encrypt): Ditto.
3991
3992         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
3993         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
3994         branch where PGG was taken from in the ChangeLog entries below.
3995
3996 2002-10-01  Simon Josefsson  <jas@extundo.com>
3997
3998         * pgg-pgp.el: Don't require mel.  Don't use luna.
3999         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
4000         (pgg-pgp-process-region): Use expand-file-name instead of concat.
4001         (pgg-pgp-process-region): Don't use binary-funcall.
4002
4003         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
4004
4005         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
4006         instead of concat.
4007
4008         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
4009
4010 2002-09-29  Simon Josefsson  <jas@extundo.com>
4011
4012         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
4013         compile warnings.
4014
4015         * pgg.el (pgg-decrypt-region): Don't parse packet.
4016
4017         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
4018
4019 2002-09-29  Daiki Ueno <ueno@unixuser.org>
4020
4021         * pgg.el: Remove dependency on calist.el.
4022
4023 2002-09-28  Simon Josefsson  <jas@extundo.com>
4024
4025         * pgg.el (pgg-temporary-file-directory): New variable.
4026         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
4027
4028         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
4029         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
4030
4031         * pgg-parse.el (pgg-char-int): Defalias.
4032         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
4033         (pgg-read-bytes, pgg-read-body): Use it.
4034         (pgg-decode-packets): Don't use MEL, use base64-*.
4035         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
4036         (pgg-string-as-unibyte): Defalias.
4037         (pgg-parse-armor-region): Use it.
4038
4039         * pgg-gpg.el (pgg-gpg-process-region): Use
4040         pgg-temporary-file-directory.
4041
4042         * luna.el: Don't def-edebug.
4043
4044         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
4045         binary-write-decoded-region from MEL.
4046
4047         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
4048
4049         * alist.el, calist.el: Don't require product/APEL.
4050
4051         * pgg-parse.el (top-level): Remove dependency on static.el,
4052         pccl.el, mel.el.
4053         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
4054         `define-ccl-program' is boundp, instead of using broken.
4055
4056 2002-10-01  Simon Josefsson  <jas@extundo.com>
4057
4058         * message.el (message-required-mail-headers): Remove Lines:.
4059
4060 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4061         From Jesper Harder.
4062
4063         * gnus-group.el (gnus-group-fetch-charter,
4064         gnus-group-fetch-control): Prompt for group if given a prefix
4065         argument.
4066         * gnus-sum.el (t): Add gnus-group-fetch-charter and
4067         gnus-group-fetch-control to summary key map and menu.
4068
4069 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
4070
4071         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
4072         number when there are no articles.
4073
4074 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4075
4076         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
4077         arg ALL means to fetch all articles, not only downloadable ones.
4078         (gnus-agent-fetch-selected-article): New function for
4079         gnus-select-article-hook or gnus-mark-article-hook.
4080
4081 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4082         From Peter von der Ahe <nospam2159@daimi.au.dk>.
4083
4084         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
4085         raw-text.
4086
4087 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
4088
4089         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
4090         Pinard).
4091         Major revamp of the code, documentation is in comments in the file
4092         for now.
4093
4094 2002-09-30  Simon Josefsson  <jas@extundo.com>
4095
4096         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
4097         buffer seem to be needed?
4098
4099 2002-09-29  Simon Josefsson  <jas@extundo.com>
4100
4101         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
4102         compile warnings.
4103
4104         * mml1991.el (mml1991-function-alist): Add pgg.
4105         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
4106         (mml1991-pgg-encrypt): Fix recipients querying.
4107
4108 2002-09-28  Simon Josefsson  <jas@extundo.com>
4109
4110         * mml2015.el (autoload): Autoload correct files.  Trivial patch
4111         from dme@dme.org.
4112         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
4113         handle is returned.
4114
4115 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4116
4117         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4118         Protect against non-existent of `nnimap-mailbox-info'.
4119
4120 2002-09-27  Simon Josefsson  <jas@extundo.com>
4121
4122         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
4123         (gnus-setup-news-hook): Use it.
4124         (gnus-after-getting-new-news-hook): Ditto.
4125
4126         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
4127
4128 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4129         From Mats Lidell <matsl@contactor.se>.
4130
4131         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
4132
4133 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4134
4135         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
4136         the part to decode encoded words, use raw words instead of decoded
4137         words.
4138
4139 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4140
4141         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
4142
4143         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
4144         (mm-setup-w3m): Use it.
4145
4146 2002-09-27  Simon Josefsson  <jas@extundo.com>
4147
4148         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
4149         article buffers.
4150
4151         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
4152         it just in case.
4153         (nnimap-update-unseen): New function; update unseen count in
4154         `n-m-info'.
4155         (nnimap-close-group): Call it.
4156
4157         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
4158         (gnus-after-getting-new-news-hook): Ditto.
4159
4160         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
4161         message into verboselevel 9.  Change slow mail check message.
4162         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
4163         (nnimap-fixup-unread-after-getting-new-news): New function, to be
4164         used as a hook after getting new mail.
4165
4166 2002-09-26  Simon Josefsson  <jas@extundo.com>
4167
4168         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
4169         SELECT/EXAMINE is first unseen article, not number of unseen
4170         articles.  Make them distinct by renaming the former to
4171         `first-unseen' instead of `unseen'.
4172
4173         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
4174         too.
4175         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
4176         changed.
4177         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
4178
4179         * gnus-int.el (gnus-server-unopen-status): Defcustom.
4180
4181         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
4182         better.
4183
4184         * mml2015.el (mml2015-pgg-decrypt): Only add security information
4185         if dissecting resulting buffer actually had any information.
4186
4187 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4188
4189         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
4190         because the function `string<' allows symbols.
4191
4192         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
4193
4194 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4195
4196         * message.el (message-forward-make-body): Revert an early change
4197         because 8-bit utf-8 emails.
4198
4199 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4200
4201         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
4202         links to Info)
4203         * gnus-art.el (gnus-treat-highlight-signature):
4204         * gnus-art.el (gnus-treat-buttonize):
4205         * gnus-art.el (gnus-treat-buttonize-head):
4206         * gnus-art.el (gnus-treat-emphasize):
4207         * gnus-art.el (gnus-treat-strip-cr):
4208         * gnus-art.el (gnus-treat-unsplit-urls):
4209         * gnus-art.el (gnus-treat-leading-whitespace):
4210         * gnus-art.el (gnus-treat-hide-headers):
4211         * gnus-art.el (gnus-treat-hide-boring-headers):
4212         * gnus-art.el (gnus-treat-hide-signature):
4213         * gnus-art.el (gnus-treat-fill-article):
4214         * gnus-art.el (gnus-treat-hide-citation):
4215         * gnus-art.el (gnus-treat-hide-citation-maybe):
4216         * gnus-art.el (gnus-treat-strip-list-identifiers):
4217         * gnus-art.el (gnus-treat-strip-pgp):
4218         * gnus-art.el (gnus-treat-strip-pem):
4219         * gnus-art.el (gnus-treat-strip-banner):
4220         * gnus-art.el (gnus-treat-highlight-headers):
4221         * gnus-art.el (gnus-treat-highlight-citation):
4222         * gnus-art.el (gnus-treat-date-ut):
4223         * gnus-art.el (gnus-treat-date-local):
4224         * gnus-art.el (gnus-treat-date-english):
4225         * gnus-art.el (gnus-treat-date-lapsed):
4226         * gnus-art.el (gnus-treat-date-original):
4227         * gnus-art.el (gnus-treat-date-iso8601):
4228         * gnus-art.el (gnus-treat-date-user-defined):
4229         * gnus-art.el (gnus-treat-strip-headers-in-body):
4230         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
4231         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
4232         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
4233         * gnus-art.el (gnus-treat-unfold-headers):
4234         * gnus-art.el (gnus-treat-fold-headers):
4235         * gnus-art.el (gnus-treat-fold-newsgroups):
4236         * gnus-art.el (gnus-treat-overstrike):
4237         * gnus-art.el (gnus-treat-display-xface):
4238         * gnus-art.el (gnus-treat-display-smileys):
4239         * gnus-art.el (gnus-treat-from-picon):
4240         * gnus-art.el (gnus-treat-mail-picon):
4241         * gnus-art.el (gnus-treat-newsgroups-picon):
4242         * gnus-art.el (gnus-treat-body-boundary):
4243         * gnus-art.el (gnus-treat-capitalize-sentences):
4244         * gnus-art.el (gnus-treat-fill-long-lines):
4245         * gnus-art.el (gnus-treat-play-sounds):
4246         * gnus-art.el (gnus-treat-translate):
4247         * gnus-art.el (gnus-treat-x-pgp-sig):
4248         * gnus-art.el (gnus-mime-button-line-format):
4249         * gnus-art.el (gnus-button-man-level):
4250         * gnus-art.el (gnus-button-emacs-level):
4251         * gnus-cus.el (gnus-group-parameters):
4252         * gnus-gl.el (bbb-build-mid-scores-alist):
4253         * gnus-group.el (gnus-group-line-format):
4254         * gnus-mlspl.el (gnus-group-split-setup):
4255         * gnus-mlspl.el (gnus-group-split):
4256         * gnus-msg.el (gnus-mailing-list-groups):
4257         * gnus-msg.el (gnus-posting-styles):
4258         * gnus-nocem.el (gnus-nocem-issuers):
4259         * gnus-score.el (gnus-score-regexp-bad-p):
4260         * gnus-srvr.el (gnus-server-line-format):
4261         * gnus-topic.el (gnus-topic-line-format):
4262         * gnus.el (gnus-summary-line-format):
4263         * mail-source.el (mail-sources):
4264         * message.el (message-subscribed-address-file):
4265         * nnmail.el (nnmail-split-fancy):
4266
4267 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
4268
4269         * mail-source.el(mail-source-run-script): use `functionp' to test
4270         whether the argument `script' is in fact a function.
4271         (mail-sources): adjust the defcustom to allow users to specify a
4272         function or a string as the value of the `:prescript' and
4273         `:postscript' arguments of the `file' and `pop3' mail sources.
4274
4275 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
4276
4277         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
4278         number when article 1 does not exist.
4279
4280 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4281
4282         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
4283         apropos if apropos-variable does not exist.
4284         (gnus-button-guessed-mid-regexp)
4285         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
4286         regexes.  From Reiner Steib.
4287         (gnus-button-handle-describe-function)
4288         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
4289         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
4290         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
4291
4292 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
4293         Trivial patch.
4294
4295         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
4296         the file.
4297
4298 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4299
4300         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
4301
4302 2002-09-24  Simon Josefsson  <jas@extundo.com>
4303
4304         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
4305         (mml2015-use): Prefer PGG if installed.
4306         (mml2015-function-alist): Add PGG wrappers.
4307         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
4308         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
4309         prefix, make regexp optionally skip it.
4310         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
4311         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
4312         (mml2015-pgg-encrypt): New functions.
4313         (defvar, autoload): Prevent byte-compile warnings.
4314
4315 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4316         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4317
4318         * gnus-art.el (article-strip-banner): Check for the existence of
4319         from header.
4320
4321 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
4322
4323         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
4324         (gnus-button-alist): Improved regexp for
4325         gnus-button-handle-mid-or-mail (false positives), fixed
4326         gnus-button-handle-man entries.
4327         From Reiner Steib.
4328
4329 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
4330         From Josh Huber.
4331
4332         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
4333         nnmail-extra-headers is non-nil.
4334
4335 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
4336
4337         * nnmaildir.el: Store article numbers persistently.  General
4338         revision.
4339         (nnmaildir-request-expire-articles): handle 'immediate and 'never
4340         for nnmail-expiry-wait; delete instead of moving if 'force is
4341         given.
4342
4343 2002-09-23  Simon Josefsson  <jas@extundo.com>
4344         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
4345
4346         * smime.el (smime-sign-buffer): Get key and extra certs.
4347         (smime-get-key-with-certs-by-email): Utility function.
4348
4349 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4350         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
4351
4352         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
4353         article exists.
4354
4355 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4356
4357         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
4358
4359 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
4360         From Reiner Steib.
4361
4362         * gnus-art.el (gnus-button-handle-custom,
4363         gnus-button-handle-mid-or-mail,
4364         gnus-button-handle-describe-{function,variable,key},
4365         gnus-button-handle-apropos{,command,variable}): New functions.
4366         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
4367         gnus-button-{man,emacs,mail}-level): New variables.
4368         (gnus-button-alist): Use the above to buttonize emacs and mail
4369         related links.
4370
4371 2002-09-18  Juanma Barranquero  <lektu@terra.es>
4372
4373         * gnus-int.el (gnus-status-message): Fix spacing.
4374
4375         * imap.el (imap-continuation): Fix typos.
4376
4377 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4378
4379         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
4380
4381         * gnus-art.el (gnus-article-reply-with-original): Correct
4382         with-current-buffer scope.
4383
4384         * message.el (message-completion-alist): Add Reply-To, From, etc.
4385
4386 2002-09-18  Simon Josefsson  <jas@extundo.com>
4387
4388         * nnimap.el (nnimap-request-expire-articles): Make flag setting
4389         conditional.  From Nevin Kapur <nevin@jhu.edu>.
4390
4391 2002-09-17  Simon Josefsson  <jas@extundo.com>
4392
4393         * nnimap.el (nnimap-expiry-target): Don't search for which
4394         articles exists here.
4395         (nnimap-request-expire-articles): Do it here instead.  Only expire
4396         when articles are found.  Suggested by Nevin Kapur
4397         <nevin@jhu.edu>.
4398
4399 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4400         From Reiner Steib <reiner.steib@gmx.de>.
4401
4402         * message.el (message-strip-subject-trailing-was)
4403         (message-change-subject, message-add-archive-header)
4404         (message-xpost-fup2-header, message-xpost-insert-note)
4405         (message-xpost-fup2, message-reduce-to-to-cc): New functions
4406         adopted from message-utils.el.  Add functions to the keymap, mode
4407         describtion and menu.
4408         (message-change-subject,message-xpost-fup2): Signal error if
4409         current header is empty.
4410         (message-xpost-insert-note): Changed insert position.
4411         (message-archive-note): Ensure to insert note in message body (not
4412         in head).
4413         (message-archive-header, message-archive-note)
4414         (message-xpost-default, message-xpost-note, message-fup2-note)
4415         (message-xpost-note-function): New variables adopted from
4416         message-utils.el.  Changed some doc-strings.
4417         (message-mark-insert-{begin,end}): Rename from
4418         message-{begin,end}-inserted-text-mark (message-utils.el), changed
4419         values.
4420         (message-subject-trailing-was-query)
4421         (message-subject-trailing-was-ask-regexp)
4422         (message-subject-trailing-was-regexp): New variables.
4423         (message-to-list-only): Added doc-string and menu entry.
4424
4425         * message-utils.el: Removed.  Functions are now in message.el.
4426
4427 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4428
4429         * gnus-art.el (gnus-article-reply-with-original,
4430         gnus-article-followup-with-original): Switch to
4431         gnus-summary-buffer before reply/followup.
4432
4433 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
4434
4435         * gnus-sum.el (gnus-summary-toggle-header): The article window may
4436         not exist. Toggle it anyway.
4437
4438 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
4439
4440         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
4441
4442         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
4443         Trivial patch from Urban Engberg <ue@ccieurope.com>.
4444
4445         * rfc2047.el (message-posting-charset): Defvar it.
4446         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
4447         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
4448
4449         * mail-source.el (mail-source-fetch): Hide password.
4450
4451         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
4452
4453 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4454         From John Paul Wallington <jpw@shootybangbang.com>.
4455
4456         * gnus.el (gnus-visual, gnus-meta): Fix typo.
4457
4458 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4459
4460         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
4461
4462 2002-09-11  Simon Josefsson  <jas@extundo.com>
4463
4464         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
4465         (nnimap-split-rule): Doc fix.
4466         (nnimap-request-expire-articles): Cleanup code.
4467
4468 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4469         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4470
4471         * gnus-art.el (gnus-article-address-banner-alist): New option.
4472         (article-strip-banner): Refer the above option to split banners of
4473         free mail servers, when no group parameter is specified.
4474
4475 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4476
4477         * nntp.el (nntp-wait-for-string): Check for a process in the
4478         current buffer instead of `nntp-server-buffer'.
4479
4480 2002-09-09  Simon Josefsson  <jas@extundo.com>
4481
4482         * gnus-art.el (gnus-button-man-handler): New variable.
4483         (gnus-button-alist): Use g-b-handle-man.
4484         (gnus-button-handle-man): New, call g-b-man-handler.
4485
4486 2002-09-08  Simon Josefsson  <jas@extundo.com>
4487
4488         * gnus-art.el (gnus-button-alist): Buttonize man page links.
4489
4490 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4491
4492         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
4493
4494 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4495
4496         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
4497
4498         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
4499         keystroke.
4500
4501         * gnus-srvr.el (gnus-browse-describe-group): New command and
4502         keystroke.
4503
4504 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4505
4506         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
4507         value for gnus-decoration property.
4508
4509 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4510
4511         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
4512         string) as group name in case we have a CRLF in the file.
4513
4514 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
4515
4516         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
4517         group.
4518         (rfc1843-decode-hzp): do.
4519         (rfc1843-newsgroups-regexp): do.
4520
4521 2002-09-04  Simon Josefsson  <jas@extundo.com>
4522
4523         * message.el (message-canlock-generate): Make sure sha1 doesn't
4524         call external programs.
4525
4526 2002-09-03  Simon Josefsson  <jas@extundo.com>
4527
4528         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
4529
4530         * gnus-agent.el (gnus-agent-batch): Add doc.
4531
4532 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
4533
4534         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
4535         check for signed and encrypted parts.
4536         * mml.el (mml-parse-1): Correct small typo which preventing
4537         setting recipients in a secure tag.
4538
4539 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4540
4541         * mm-util.el (mm-coding-system-priorities): Default to a list of
4542         iso-2022-jp and others for the Japanese environment.
4543
4544 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4545
4546         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
4547         invalid display names.
4548
4549 2002-08-30  Simon Josefsson  <jas@extundo.com>
4550
4551         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
4552         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
4553
4554 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
4555
4556         * gnus.el (gnus-group-charter-alist): New option.
4557         (gnus-group-fetch-control-use-browse-url): New option.
4558
4559         * gnus-group.el (gnus-group-fetch-charter): New function.
4560         (gnus-group-fetch-control): New function.
4561         Add them to the keymap and menu. Require mm-url.
4562
4563 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4564
4565         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
4566         From Alex Schroeder <alex@emacswiki.org>.
4567
4568 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
4569
4570         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
4571         items expecting user interaction.
4572
4573         * gnus-topic.el (gnus-topic-make-menu-bar): do.
4574
4575         * gnus-sum.el (gnus-summary-make-menu-bar): do.
4576
4577         * gnus-srvr.el (gnus-server-make-menu-bar): do.
4578
4579         * mml.el (mml-menu): do.
4580
4581 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4582
4583         * mail-source.el (mail-source-touch-pop): New function.
4584
4585         * message.el (message-smtpmail-send-it): New function.
4586         (message-send-mail-function): Add it for a candidate.
4587
4588 2002-08-27  Simon Josefsson  <jas@extundo.com>
4589
4590         * gnus-msg.el (posting-charset-alist): Use
4591         gnus-define-group-parameter instead of defcustom.
4592         (gnus-put-message): Handle SPC in GCC.
4593         (gnus-inews-insert-gcc): Ditto.
4594         (gnus-inews-insert-archive-gcc): Ditto.
4595
4596 2002-08-26  Simon Josefsson  <jas@extundo.com>
4597
4598         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
4599         (gnus-agentize): Auto agentize all nntp and nnimap groups.
4600         (gnus-agent-possibly-save-gcc): Autoload.
4601         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
4602
4603 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4604
4605         * gnus.el (gnus-other-frame-function): New user option.
4606         (gnus-other-frame): Use it; add a doc-string; make it work with
4607         the gnuclient program.
4608
4609         * gnus-util.el (gnus-frame-or-window-display-name): New function.
4610
4611         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
4612         `device-connection' and `dfw-device'.
4613
4614 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4615
4616         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
4617         positives, make it stricter.  From Jochen Hein (trivial change).
4618
4619 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4620
4621         * gnus.el (gnus-other-frame): Trivial fix.
4622
4623 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4624
4625         * gnus.el (gnus-other-frame-parameters): New user option.
4626         (gnus-other-frame-object): New variable.
4627         (gnus-other-frame): Make it search for existing Gnus frame; don't
4628         read new news; delete frame on exit.
4629
4630         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
4631
4632         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
4633
4634 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4635         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
4636
4637         * message.el (message-set-auto-save-file-name): Add support for
4638         the Cygwin Emacs; the system-type is `cygwin'.
4639         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
4640
4641 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4642
4643         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
4644
4645         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
4646         avoid arithmetic errors.
4647
4648 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4649
4650         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
4651
4652 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4653
4654         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
4655         (message-ignored-resent-headers): Add envelope From.
4656
4657 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4658
4659         * gnus.el (gnus-summary-line-format): Document %k specifier.
4660
4661 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4662
4663         * gnus-sum.el (gnus-summary-line-message-size): New function.
4664         (gnus-summary-line-format-alist): Use it.
4665
4666 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4667
4668         * gnus-art.el (article-make-date-line): Refer to the value for
4669         `gnus-article-time-format' in the summary buffer.
4670
4671         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
4672
4673 2002-08-14  Simon Josefsson  <jas@extundo.com>
4674
4675         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
4676         quoting.
4677         (gnus-button-alist): Fix doc.
4678         (gnus-header-button-alist): Use ' not ` for default value quoting.
4679         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
4680         rationale similar to 2002-05-01 change.
4681         (gnus-article-add-buttons-to-head): Evaluate expression.
4682
4683         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
4684
4685 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4686
4687         * message.el (message-font-lock-keywords): Refer to the value for
4688         `message-cite-prefix-regexp' dynamically.
4689
4690 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4691
4692         * gnus-art.el (gnus-decode-header-methods): Doc fix.
4693
4694 2002-08-12  Simon Josefsson  <jas@extundo.com>
4695
4696         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
4697         (imap-shell-open): Skip initial junk before IMAP greeting.
4698
4699 2002-08-11  Simon Josefsson  <jas@extundo.com>
4700
4701         * message-utils.el (message-xpost-default,
4702         message-xpost-fup2-header, message-xpost-fup2): Fixed
4703         Typos.  Trivial changes from Reiner Steib
4704         <4uce.02.r.steib@gmx.net>.
4705
4706 2002-08-09  Simon Josefsson  <jas@extundo.com>
4707
4708         * message.el (message-canlock-password): Set
4709         canlock-password-for-verify to newly generated canlock-password.
4710         When Emacs is restarted, Custom makes sure this is set, but during
4711         the same session we must set it manually.
4712
4713 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
4714
4715         * yenc.el: New file.
4716
4717         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
4718         (mm-uu-type-alist): Add yenc.
4719         (mm-uu-yenc-filename): New function.
4720         (mm-uu-yenc-extract): New function.
4721
4722         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
4723
4724 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4725
4726         * dgnushack.el (merge): Don't use coerce.
4727
4728 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
4729
4730         * mailcap.el (mailcap-mime-data): Test window-system rather than
4731         mm-device-type.
4732         (mailcap-mime-data): Call xdvi and gv with "-safer".
4733
4734         * mm-util.el: Don't define mm-device-type.
4735
4736 2002-08-05  Simon Josefsson  <jas@extundo.com>
4737
4738         * mm-util.el (mm-coding-system-priorities): coding-system type not
4739         supported everywhere.
4740
4741 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4742
4743         * gnus.el (gnus-version-number): Bumped version number.
4744
4745 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4746
4747         * gnus.el: Oort Gnus v0.07 is released.
4748
4749 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4750
4751         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
4752         (gnus-article-sort-functions): Doc fix.
4753         (t): New keystroke.
4754         (gnus-article-sort-by-random): New function.
4755         (gnus-thread-sort-by-random): New function.
4756
4757 2002-08-02  Simon Josefsson  <jas@extundo.com>
4758
4759         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
4760         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
4761
4762 2002-07-31  Danny Siu  <dsiu@adobe.com>
4763
4764         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
4765         when splitting malformed messages without message-id
4766
4767 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4768         From Niklas Morberg <niklas.morberg@axis.com>.
4769
4770         * nnweb.el (nnweb-type, nnweb-type-definition)
4771         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
4772         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
4773         functionality.
4774         * nnweb.el: Removed old non-functioning search engines.
4775
4776 2002-07-27  Simon Josefsson  <jas@extundo.com>
4777
4778         * message.el (message-forward-make-body): Don't use
4779         `message-forward-ignored-headers' when doing a "raw" followup (it
4780         is important to preserve e.g. CTE).
4781
4782         * flow-fill.el (fill-flowed): Disable filladapt-mode.
4783
4784         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
4785         regexp-quote, Cyrus Sieve is fixed.
4786
4787         * sieve-manage.el (sieve-manage-deletescript): New function.
4788
4789         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
4790         (sieve-manage-mode): Fix menubar.
4791         (sieve-activate): Change some messages.
4792         (sieve-deactivate-all): New function.
4793         (sieve-deactivate): New alias.
4794         (sieve-remove): New function.
4795         (sieve-help): Fix help.
4796         All suggested by Ned Ludd.
4797
4798 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4799
4800         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
4801         (mm-w3m-safe-url-regexp): New user option.
4802
4803         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
4804         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
4805
4806 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
4807
4808         * gnus-sum.el (gnus-summary-delete-article): Force
4809         nnmail-expiry-target to 'delete, so that absolute deletion
4810         happens when absolute deletion is requested.
4811
4812 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4813         From Nevin Kapur <nevin@jhu.edu>.
4814
4815         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
4816         headers as empty headers.
4817
4818 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4819         From Jochen Hein <jochen@jochen.org>.
4820
4821         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
4822         correct typo.
4823         (gnus-emphasis-strikethru): New face.
4824
4825 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4826         From Jason Merrill <jason@redhat.com>.
4827
4828         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
4829         entire file for each of a sequence of missing articles.
4830
4831         * gnus-salt.el (gnus-binary-display-article): Respect an existing
4832         value for gnus-view-pseudos.
4833
4834         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
4835         avoid nreverse.
4836
4837 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4838         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4839
4840         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
4841         (gnus-summary-mode-line-format-alist): Add %h for number of
4842         spams.
4843         (gnus-newsgroup-spam-marked): New variable.
4844         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
4845         (gnus-article-read-p, gnus-article-mark)
4846         (gnus-set-global-variables, gnus-set-global-variables)
4847         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
4848         (gnus-summary-mark-article-as-unread)
4849         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
4850         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
4851         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
4852
4853 2002-07-10  Simon Josefsson  <jas@extundo.com>
4854
4855         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
4856         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
4857
4858 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
4859
4860         * gnus-sum.el (gnus-summary-delete-article): Respect group
4861         parameters while expiring.
4862
4863 2002-07-08  Simon Josefsson  <jas@extundo.com>
4864
4865         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
4866         Enberg.
4867
4868 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4869
4870         * gnus-art.el (article-unsplit-urls): Only display MIME when this
4871         function is called interactively.  From Niklas Morberg.
4872
4873 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4874
4875         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
4876         cdaar to cdar and car.
4877
4878         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
4879         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
4880
4881 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4882
4883         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
4884         don't break a narrowed article.
4885
4886         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
4887         (nntp-open-via-rlogin-and-telnet): Ditto.
4888
4889 2002-07-02  Didier Verna  <didier@xemacs.org>
4890
4891         * nnmail.el (nnmail-split-methods): fix custom type.
4892
4893 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4894
4895         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
4896         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
4897
4898 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4899
4900         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
4901         (gnus-summary-resend-message): Use it.
4902
4903 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4904
4905         * nntp.el (nntp-via-rlogin-command-switches): New variable.
4906         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
4907
4908 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4909
4910         * message.el (message-font-lock-keywords): Don't fontify
4911         headers in the message body, only in the header.
4912         (message-font-lock-make-header-matcher): New function, used by
4913         message-font-lock-keywords.
4914         From Katsumi Yamaoka <yamaoka@jpl.org>.
4915
4916 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4917
4918         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
4919
4920 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4921
4922         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
4923
4924 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4925
4926         * message.el (message-font-lock-keywords): Revert 2002-06-22
4927         change.
4928
4929 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4930
4931         * message.el (message-font-lock-keywords): Put colon in header
4932         name match.
4933
4934 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4935
4936         * message.el (message-font-lock-keywords): Don't use header faces
4937         in the body.  Thanks to Stefan Monnier for the hint on the
4938         implementation.
4939
4940 2002-05-09  Miles Bader  <miles@gnu.org>
4941
4942         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
4943         (gnus-article-hide-citation): Respect it.
4944
4945 2002-04-12  Juanma Barranquero  <lektu@terra.es>
4946
4947         * pop3.el (pop3-open-server): Fix typo.
4948
4949 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
4950
4951         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
4952         instead of push to ignore duplicate to-(list|address) values.
4953         * nnmail.el (nnmail-cache-ignore-groups): New.
4954         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
4955
4956 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4957
4958         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
4959         before sending.  Suggested by Jan Rychter.
4960
4961 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4962
4963         * dgnushack.el (remove): New compiler macro.
4964         (last, coerce, subseq): Remove compiler macros for those built-in
4965         or unused functions.
4966
4967 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4968
4969         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
4970         sure to write byte-compiled versions of gnus-*-format-alist to
4971         .newsrc.eld.  From Simon Josefsson.
4972
4973 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4974
4975         * gnus-agent.el (gnus-agent-read-servers)
4976         (gnus-agent-write-servers): Put server name (string like
4977         "nnchoke:frumple") in the file instead of a server specification
4978         (Lisp expression like (nnchoke "frumple" ...parameters...)).
4979         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
4980
4981 2002-06-16  Simon Josefsson  <jas@extundo.com>
4982
4983         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
4984         Reiner Steib <4uce.02.r.steib@gmx.net>.
4985
4986 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4987
4988         * nnheader.el (nnheader-file-name-translation-alist): Set the
4989         default value for MS Windows systems.
4990
4991         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
4992
4993 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4994
4995         * message.el (message-beginning-of-line): Keep the region active
4996         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
4997
4998 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
4999
5000         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
5001         * gnus-msg.el (gnus-summary-reply): Ditto.
5002         * gnus-msg.el (gnus-summary-handle-replysign): New.
5003
5004 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5005
5006         * message.el (message-send-mail-with-sendmail): Kill errbuf even
5007         if sending failed.
5008
5009 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
5010
5011         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
5012         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
5013         to sign while encrypting.
5014
5015 2002-06-11  Simon Josefsson  <jas@extundo.com>
5016
5017         * gnus-int.el (gnus-request-move-article): Agent expire article if
5018         successfuly moved.
5019
5020         * nnweb.el (nnweb-google-create-mapping): Honors the value of
5021         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
5022
5023 2002-06-10  Simon Josefsson  <jas@extundo.com>
5024
5025         * gnus-int.el (gnus-request-expire-articles): Fix last change?
5026
5027 2002-06-09  Simon Josefsson  <jas@extundo.com>
5028
5029         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
5030
5031         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
5032
5033 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5034
5035         * flow-fill.el (fill-flowed): Ignore errors.
5036
5037 2002-06-06  Simon Josefsson  <jas@extundo.com>
5038
5039         * message.el (message-send-mail-with-sendmail): Improve error message.
5040
5041 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5042
5043         * message.el (message-interactive): Change default from nil to t.
5044         Better to be safe than to be fast.
5045
5046 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5047
5048         * message.el (message-send-mail-with-sendmail): Check return value
5049         from call-process-region.
5050
5051 2002-06-04  Simon Josefsson  <jas@extundo.com>
5052
5053         * gnus-msg.el (gnus-group-mail, gnus-group-news)
5054         (gnus-group-post-news, gnus-summary-mail-other-window)
5055         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
5056         gnus-article-copy to nil, thereby inhibiting the `header' posting
5057         style match to use data from last viewed article.
5058         Suggested by Hrvoje Niksic.
5059
5060 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5061
5062         * spam.el (spam-point-at-eol): New alias.
5063         (spam-parse-whitelist): Use it.
5064
5065 2002-06-03  Simon Josefsson  <jas@extundo.com>
5066
5067         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
5068         (nnmail-article-group): Use it.
5069
5070 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5071
5072         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
5073         so that code reading them won't be surprised.  From Jesper Harder
5074         <harder@ifa.au.dk>.
5075
5076 2002-05-29  Simon Josefsson  <jas@extundo.com>
5077
5078         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
5079         articles.
5080
5081         * gnus.el (gnus-agent-cache): Doc fix.
5082         (gnus-agent): Change default to t.
5083
5084         * gnus-agent.el (gnus-agent-expire): Make it accept optional
5085         ARTICLES, GROUP and FORCE parameters.
5086
5087 2002-05-28  Simon Josefsson  <jas@extundo.com>
5088
5089         * gnus-group.el (gnus-group-line-format): Doc fix.
5090
5091 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5092
5093         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
5094         original article before yanking.  From Jesper Harder
5095         <harder@ifa.au.dk>.
5096
5097 2002-05-26  Simon Josefsson  <jas@extundo.com>
5098
5099         * gnus-sum.el (gnus-summary-menu-split): New function.
5100         (gnus-summary-make-menu-bar): Split charset submenu.
5101         (gnus-summary-menu-maxlen): New variable.
5102         (gnus-summary-menu-split): Use it.
5103
5104 2002-05-25  Simon Josefsson  <jas@extundo.com>
5105
5106         * mml.el (mml-preview): Generate some headers.
5107
5108         * gnus.el (gnus-large-newsgroup): Fix :type.
5109
5110         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
5111         Agent cache NOV's by default now).
5112         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
5113
5114 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
5115
5116         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
5117         call to gnus-parent-id when we check for References loops.
5118         (gnus-summary-prepare-threads): Avoid simplifying every Subject
5119         twice by saving the simplified subject string in simp-subject.
5120
5121 2002-05-23  Simon Josefsson  <jas@extundo.com>
5122
5123         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
5124         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
5125
5126         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
5127         Niklas Morberg <niklas.morberg@axis.com>.
5128
5129 2002-05-22  Simon Josefsson  <jas@extundo.com>
5130
5131         * sieve.el (sieve-change-region): Define it before it is used.
5132
5133         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
5134         (gnus-summary-reply): Ask for confirmation when replying to news.
5135         Defaults to not ask.  From Benjamin Rutt
5136         <rutt+news@cis.ohio-state.edu>.
5137
5138         * nnimap.el (nnimap-nov-is-evil): Improve doc.
5139
5140 2002-05-21  Simon Josefsson  <jas@extundo.com>
5141
5142         * sieve-mode.el (sieve-manage): Fix autoloads.
5143
5144         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
5145         name (makes it work with recent Cyrus timsieved).
5146
5147 2002-05-20  Jason  <jbaker@cs.utah.edu>
5148         Trivial patch.
5149
5150         * gnus-art.el (gnus-request-article-this-buffer): Try
5151         reconnecting if you don't get the message.
5152
5153 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5154
5155         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
5156         Reply-To headers from the headers.
5157
5158 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5159
5160         * mm-url.el (mm-url-insert): Remove junk message.
5161
5162 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5163
5164         * nnslashdot.el (nnslashdot-request-list): Parse new html.
5165         (nnslashdot-use-front-page): New variable.
5166         (nnslashdot-request-list): Use it.
5167
5168         * mm-url.el (mm-url-timeout): New variable.
5169         (mm-url-retries): Ditto.
5170         (mm-url-insert): Use it.
5171
5172 2002-05-16  Simon Josefsson  <jas@extundo.com>
5173
5174         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
5175         (gnus-simplify-subject-functions): Mention g-s-a-w.
5176
5177 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
5178
5179         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
5180         nnmail-cache-insert.
5181         * nndiary.el (nndiary-request-accept-article): Ditto.
5182         * nnfolder.el (nnfolder-request-accept-article): Ditto.
5183         * nnimap.el (nnimap-request-accept-article): Ditto.
5184         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
5185         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
5186         * nnmbox.el (nnmbox-request-accept-article): Ditto.
5187         * nnmh.el (nnmh-request-accept-article): Ditto.
5188         * nnmail.el (nnmail-cache-insert): Change group to required,
5189         removed code which tried to figure out the group.
5190
5191 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
5192
5193         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
5194         messages. From Hans de Graaff <hans@degraaff.org>.
5195         * nnml.el (nnml-request-accept-article): Pass in the group name to
5196         nnmail-cache-insert, since it's available.
5197
5198 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5199
5200         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
5201
5202 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5203         From Florian Weimer <fw@deneb.enyo.de>.
5204
5205         * gnus.el (subscribed): New group parameter.
5206         (gnus-find-subscribed-addresses): Use it.
5207
5208 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
5209
5210         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
5211         the default for pgpmime to support pgp v2.
5212         * mml-sec.el (mml-signencrypt-style): New accessor function to
5213         allow users to get/set the signencrypt style more easily without
5214         frobbing the alist directly.
5215         * mml.el (mml-generate-mime-1): Use accessor function.
5216
5217 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5218
5219         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
5220         parenthesis for "<" and ">".  Suggested by Andreas Schwab
5221         <schwab@suse.de>.
5222
5223 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5224
5225         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
5226         when intuiting the group the message is written to.  From Josh
5227         Huber <huber@alum.wpi.edu>.
5228
5229 2002-05-06  Simon Josefsson  <jas@extundo.com>
5230
5231         * gnus-topic.el (gnus-group-topic-parameters): Work when group
5232         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
5233
5234 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
5235
5236         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
5237         argument, and fixed compiler warning. (added autoload for
5238         gpg-encrypt).
5239
5240 2002-05-04  Simon Josefsson  <jas@extundo.com>
5241
5242         * mml1991.el (mml1991-function-alist): Doc fix.
5243
5244         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
5245         doesn't exist (for previewing messages without having Gnus
5246         started).
5247
5248         * mm-util.el (mm-coding-system-priorities): Defcustom.
5249
5250         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
5251
5252 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
5253
5254         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
5255         default.
5256         * mml-sec.el:
5257         * mml-sec.el (mml-signencrypt-style): New.
5258         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
5259         argument `sign'.
5260         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
5261         signencrypt.
5262         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
5263         * mml.el (mml-generate-mime-1): Changed logic so a part which is
5264         both signed & encryped is processed in one operation. (rather than
5265         two separate ops: sign, then encrypt)
5266         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
5267         indication if a message is signed by an expired key.
5268         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
5269         enables combined sign & encrypt operation. (this was always on
5270         before).
5271         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
5272
5273 2002-05-01  Simon Josefsson  <jas@extundo.com>
5274
5275         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
5276         server.
5277         (nnimap-mailbox-info): defvar instead of defvoo.
5278
5279 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5280
5281         * gnus.el: Oort Gnus v0.06 is released.
5282
5283 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5284
5285         * lpath.el: Bind url-package-version.
5286
5287 2002-05-01  Simon Josefsson  <jas@extundo.com>
5288
5289         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
5290         filename before deleting the group itself, because the presence of
5291         a group filename decides if long filenames are used or not.
5292
5293         * gnus-art.el (gnus-button-alist): Don't inline
5294         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
5295         without also modifying g-button-alist.
5296         (gnus-button-alist): Fix type to allow variable as well as regexp.
5297         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
5298         themselves, variables to its contents.
5299         (gnus-button-entry): Ditto.
5300
5301 2002-05-01  Simon Josefsson  <jas@extundo.com>
5302
5303         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
5304         UIDNEXT as a string.
5305
5306         * nnimap.el (nnimap-string-lessp-numerical): New function.
5307         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
5308         integers.
5309
5310 2002-04-29  Simon Josefsson  <jas@extundo.com>
5311
5312         * nnmail.el (nnmail-cache-insert): Accept optional group
5313         parameter.
5314
5315         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
5316         n-r-g-a is disabled.
5317
5318 2002-04-29  Simon Josefsson  <jas@extundo.com>
5319
5320         * nnimap.el (nnimap-split-fancy): Fix doc.
5321         (nnimap-split-fancy): Fix doc.
5322
5323         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
5324         (nnimap-mailbox-info): New internal variable.
5325         (nnimap-retrieve-groups): Implement faster new mail check.
5326
5327         * nnimap.el (nnimap-split-articles): Support
5328         nnmail-cache-accepted-message-ids.
5329         (nnimap-request-accept-article): Ditto.
5330
5331         * imap.el (imap-mailbox-status-asynch): New command.
5332
5333 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
5334
5335         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
5336         are no subscribed mail groups.
5337         - Strip quoted names when comparing addresses
5338
5339 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
5340
5341         * mm-decode.el (mm-text-html-renderer): Change customize type to
5342         const.
5343
5344         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
5345         (gnus-debug-exclude-variables): do.
5346
5347 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5348
5349         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
5350         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
5351
5352 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5353
5354         * dns.el (dns-make-network-process): New macro.
5355         (query-dns): Use it.
5356
5357 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5358
5359         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
5360         article-buffer.
5361
5362         * mm-url.el (mm-url-package-name): New variable.
5363         (mm-url-package-version): New variable.
5364         (mm-url-insert-file-contents): Bind url-package-name and
5365         url-package-version here.
5366         * nnrss.el (nnrss-insert-w3): Move the bindings.
5367
5368         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
5369         url-package-version. Trivial change from Andrew J Cosgriff
5370         <ajc@polydistortion.net>
5371
5372         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
5373         attachments. Trivial change from Peter 'Luna' Runestig
5374         <peter@runestig.com>.
5375
5376 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
5377
5378         * nnkiboze.el (nnkiboze-request-scan): Call
5379         nnkiboze-possibly-change-group.
5380         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
5381         problems.
5382         (nnkiboze-generate-group): Set newsrc to the *highest* article
5383         number kibozed, not the lowest.
5384
5385 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
5386
5387         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
5388
5389 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5390         From Dan Christensen <jdc+news@uwo.ca>.
5391
5392         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5393         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5394         Recognize math postings.  Extract Date (now ignores "(15kb)").
5395         Extract email address using gnus-extract-address-components
5396         instead of just taking the first word.  Create Date and From
5397         headers for message which are missing these headers.  Get rid
5398         of spurious \\ lines (purely cosmetic).  Extend body-end and
5399         file-end regexps, to exclude more garbage from the message.
5400         Make URL rephrasing regexp more flexible, to match current
5401         format.
5402
5403 2002-04-23  Simon Josefsson  <jas@extundo.com>
5404
5405         * netrc.el: New file, functions copied from gnus-util.el by Ted
5406         Zlatanov <tzz@lifelogs.com>.
5407
5408         * gnus-util.el: Require netrc.
5409         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
5410         new code in netrc.el.
5411
5412 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5413
5414         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
5415         message-ignored-resent-headers, too.  From Matthieu Moy
5416         <Matthieu.Moy@imag.fr>.
5417
5418 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5419
5420         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
5421         boolean not a string
5422         * gnus-group.el (gnus-group-line-format): add description of %C
5423         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
5424           as %C
5425         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
5426
5427 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
5428
5429         * nnmaildir.el (nnmaildir-request-scan): typo: set
5430         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
5431         nnmail-get-new-mail for 'find-new-groups.
5432
5433 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
5434
5435         * nnmaildir.el (nnmaildir-request-update-info,
5436         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
5437         unnecessary calls to nnmaildir-request-scan.
5438
5439 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
5440
5441         * gnus-msg.el:
5442         * gnus-msg.el (gnus-message-replysign): New.
5443         * gnus-msg.el (gnus-message-replyencrypt): New.
5444         * gnus-msg.el (gnus-message-replysignencrypted): New.
5445         * gnus-msg.el (gnus-summary-reply): Use the three new variables
5446         (above) to automatically encrypt/sign to encrypted/signed
5447         messages.
5448         * message.el:
5449         * message.el (message-mode-map): Add keybinding for
5450         `message-to-list-only'
5451         * message.el (message-mode): Add description for
5452         `message-to-list-only'
5453         * message.el (message-to-list-only): New.
5454         * message.el (message-make-mft): Changed to use the cl loop macro,
5455         and added optional flag to return only the matched list. (for use
5456         in new message-to-list-only function)
5457
5458 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
5459
5460         * gnus-msg.el:
5461         * gnus-msg.el (gnus-message-replysign):
5462         * gnus-msg.el (gnus-replysign): New.
5463         * gnus-msg.el (gnus-replyencrypt): New.
5464         * gnus-msg.el (gnus-replysignencrypted): New.
5465         * gnus-msg.el (gnus-summary-reply):
5466         * message.el:
5467         * message.el (message-mode-map):
5468         * message.el (message-mode):
5469         * message.el (message-to-list-only): New.
5470         * message.el (message-make-mft):
5471
5472 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5473
5474         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
5475
5476 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
5477
5478         * message.el (message-gen-unsubscribed-mft): accept a prefix
5479         argument so CC can be included with C-u C-c C-f C-a
5480
5481 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5482         From Ted Zlatanov <teodor.zlatanov@divine.com>.
5483
5484         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
5485         Improve docstring.
5486         (spam-enter-blacklist): New command.
5487
5488         * gnus-sum.el (gnus-spam-mark): New mark.
5489         (gnus-auto-expirable-marks): Add gnus-spam-mark.
5490         (gnus-summary-make-tool-bar): Correct conditional.
5491         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
5492         (gnus-summary-mark-as-spam): New command.
5493
5494 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
5495
5496         * mml-sec.el (mml-secure-message): changed to support arbritrary
5497         modes.
5498         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
5499         changed to support "signencrypt" mode.
5500         * mml.el (mml-parse-1): changed to support different secure modes
5501         more easily. (for signencrypt)
5502
5503 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
5504
5505         * gnus-sum.el (gnus-update-summary-mark-positions)
5506         (gnus-summary-toggle-header):
5507         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
5508         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
5509         (gnus-uu-post-encoded):
5510         * nnfolder.el (nnfolder-possibly-change-group):
5511         * nnimap.el (nnimap-retrieve-headers):
5512         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
5513
5514 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
5515
5516         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
5517         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
5518
5519 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5520
5521         * gnus-srvr.el (gnus-server-set-info): Clear
5522         `gnus-server-method-cache' when `gnus-server-alist' is changed.
5523         From Daiki Ueno <ueno@unixuser.org>.
5524
5525 2002-04-11  Simon Josefsson  <jas@extundo.com>
5526
5527         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
5528         viewing of security buttons.  Thanks to Nicolas Kowalski
5529         <Nicolas.Kowalski@imag.fr>.
5530
5531         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
5532         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
5533         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
5534         <Nicolas.Kowalski@imag.fr>.
5535         (smime-decrypt-buffer): Ditto.
5536
5537 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5538
5539         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
5540         header line.
5541
5542 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
5543
5544         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
5545
5546 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5547
5548         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
5549
5550 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5551
5552         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
5553         errors when debug.
5554
5555 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
5556
5557         * message.el (message-make-mft): Changed MFT code from using
5558         message-recipients (which included Bcc) to use only the To and CC
5559         headers.
5560
5561 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
5562
5563         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
5564         add link.
5565         (gnus-treat-mail-picon): Ditto.
5566         (gnus-treat-newsgroups-picon): Ditto.
5567         (gnus-picon-databases): Fix custom type.
5568         (gnus-picon-databases): Add link.
5569         (gnus-article-x-face-command): Add to gnus-picon group.
5570
5571 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
5572
5573         * message.el (message-buffer-naming-style): Remove.
5574
5575 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5576
5577         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
5578
5579         * message.el (message-tool-bar-map): Ditto.
5580
5581         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5582
5583 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5584
5585         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
5586
5587 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
5588
5589         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
5590
5591 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
5592         Trivial patch.
5593
5594         * dns.el: open-network-stream under XEmacs does udp.
5595
5596 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
5597
5598         * spam.el (spam-enter-whitelist): New function.
5599         (spam-parse-whitelist): Ditto.
5600         (spam-refresh-list-cache): Ditto.
5601         (spam-address-whitelisted-p): New function.
5602
5603         * dns.el (query-dns): Use TCP when make-network-process isn't
5604         available.
5605         (dns-servers): New variable.
5606         (dns-parse-resolv-conf): New function.
5607         (query-dns): Use it.
5608
5609         * spam.el: New file.
5610
5611         * dns.el (query-dns): Test.
5612
5613 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5614
5615         * lpath.el (featurep): Bind make-network-process.
5616
5617 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
5618
5619         * nnmaildir.el: Use defstruct.  Use a single copy of
5620         nnmail-extra-headers to save memory.  Store server's group name
5621         prefix instead of each group's prefixed name.
5622         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
5623         nntp-server-buffer.
5624
5625 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5626
5627         * dns.el: New file.
5628
5629 2002-03-28  Simon Josefsson  <jas@extundo.com>
5630
5631         * gnus-sum.el (gnus-summary-dummy-line-format):
5632         * gnus.el (gnus-summary-line-format): Fixing links to Info.
5633         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
5634
5635 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5636
5637         * gnus-sum.el (gnus-summary-move-article)
5638         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
5639         the doc string.
5640
5641 2002-03-28  Simon Josefsson  <jas@extundo.com>
5642
5643         * mml-sec.el (mml-secure-message): Search after
5644         mail-header-separator from top of message.
5645
5646 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
5647
5648         * nnmaildir.el: Cosmetic changes.
5649         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
5650         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
5651         nnmaildir--group-ls): New macros/functions.  Use them.
5652         (nnmaildir--unlink): Evalutate argument only once.
5653
5654 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
5655
5656         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
5657         symbols.
5658         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
5659         `gnus-point-at-eol'.
5660
5661 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
5662
5663         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
5664         nnmaildir--marks-dir): New macros.  Use them.
5665         Use inhibit-quit for atomicity instead of in-memory journaling.
5666         (nnmaildir--edit-prep): New function.
5667         (Local Variables): Use it.
5668
5669 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
5670
5671         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5672
5673 2002-03-25  Simon Josefsson  <jas@extundo.com>
5674
5675         * message.el (message-mode): Fix doc.
5676
5677 2002-03-25  Simon Josefsson  <jas@extundo.com>
5678
5679         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
5680         Matthieu Moy <Matthieu.Moy@imag.fr>.
5681
5682 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
5683
5684         * mml-sec.el (mml-unsecure-message): Add docstring.
5685
5686 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
5687
5688         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
5689         value.
5690         Trivial change from andre@slamdunknetworks.com
5691
5692 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
5693
5694         * mml.el (mml-mode-map): Added a keybinding for
5695         `mml-unsecure-message'.  Also, added a menu entry for said
5696         function in the Attachments menu.
5697
5698 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * canlock.el (canlock-version): Remove.
5701         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
5702         here; simplify \x insertions.
5703         (canlock-sha1): New function, always return a unibyte string.
5704         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
5705         of a password.
5706         (canlock-insert-header): Use `canlock-sha1'.
5707         (canlock-verify): Ditto.
5708
5709 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5710
5711         * message.el (message-fix-before-sending): Add an option that
5712         ignores illegible text.
5713         Trivial change from Mark Milhollan <mlm@attglobal.net>
5714
5715         * message.el (message-font-lock-keywords): Support multi-line MML
5716         tags.
5717
5718         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
5719         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
5720
5721 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5722
5723         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
5724         symbols for "View as different encoding" submenu.
5725
5726 2002-03-19  Simon Josefsson  <jas@extundo.com>
5727
5728         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
5729         encoding" submenu.
5730
5731 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5732
5733         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
5734
5735 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5736
5737         * gnus-sum.el (gnus-sum-thread-tree-root)
5738         (gnus-sum-thread-tree-single-indent)
5739         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
5740         (gnus-sum-thread-tree-leaf-with-other)
5741         (gnus-sum-thread-tree-single-leaf): Make customizable.
5742
5743 2002-03-16  Simon Josefsson  <jas@extundo.com>
5744
5745         * gnus-util.el (gnus-extract-address-components): Don't break on
5746         names such as James "Kibo" Parry.  From Francis Litterio
5747         <franl@world.std.com>.
5748
5749 2002-03-13  Simon Josefsson  <jas@extundo.com>
5750
5751         * pop3.el (pop3-open-server): Revert multibyte change.  From
5752         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5753
5754         * message.el (message-send-mail-with-qmail): Make it work.  From
5755         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5756
5757 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
5758
5759         * message.el (message-make-mft): Set case-fold-search while
5760         generating the MFT.  Also, a little cleanup in the MFT code.
5761
5762 2002-03-12  Simon Josefsson  <jas@extundo.com>
5763
5764         * message.el (message-qmail-inject-args): May be function.
5765         (message-send-mail-with-qmail): Call function if m-q-i-a is
5766         function.  From fn@hungry.org (Faried Nawaz).
5767
5768 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5769
5770         * message.el (message-abbrevs-loaded): Remove.
5771         (mailabbrev): Require it.
5772
5773         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
5774
5775 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5776
5777         * pop3.el (pop3-open-server): Set process buffer unibyte.
5778
5779 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5780
5781         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
5782
5783 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5784
5785         * nnslashdot.el (nnslashdot-request-article): Remove javascript
5786         too.
5787
5788 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5789
5790         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
5791         duplication.
5792         (gnus-summary-save-parts-type-history): Ditto.
5793         (gnus-summary-save-parts-last-directory): Ditto.
5794         Trivial change from andre@slamdunknetworks.com
5795
5796 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
5797
5798         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
5799
5800 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5801
5802         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
5803         -->" as the end of the first article.
5804
5805         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
5806         From Matthieu Moy <Matthieu.Moy@imag.fr>
5807
5808         * message.el (message-add-action): Use add-to-list.
5809         (message-delete-action): New function.
5810
5811         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
5812         pieces.
5813
5814 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
5815
5816         * nnnil.el: New file.
5817         * gnus.el (gnus-valid-select-methods): Include nnnil.
5818
5819 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5820
5821         * message.el (message-syntax-checks): Because canlock is
5822         supported, we disable sender syntax check.
5823         (message-shoot-gnksa-feet): Add cancel-messages option doc.
5824
5825         * gnus-draft.el (gnus-draft-send): If interactive, use its default
5826         value of message-syntax-checks.
5827
5828         * qp.el (quoted-printable-decode-region): Doc addition.
5829         From: Eli Zaretskii <eliz@is.elta.co.il>
5830
5831         * mail-source.el (make-source-make-complex-temp-name): Use
5832         make-temp-file.
5833
5834         * mm-util.el (mm-make-temp-file): New function.
5835         * nneething.el (nneething-file-name): Use it.
5836         * mml-smime.el (mml-smime-encrypt): Ditto.
5837         * mm-view.el (mm-inline-wash-with-file): Ditto.
5838         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
5839         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
5840         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
5841         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
5842         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
5843         * gnus-art.el (gnus-mime-print-part): Ditto.
5844
5845 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5846
5847         * message.el (nnmaildir-article-number-to-base-name): New
5848         function.
5849         (nnmaildir-base-name-to-article-number): New function.
5850
5851 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * smime.el (smime-make-temp-file): Don't quote
5854         `temporary-file-directory'.
5855
5856 2002-03-04  Simon Josefsson  <jas@extundo.com>
5857
5858         * smime.el (smime-sign-region): Rename argument keyfiles to
5859         keyfile. You only sign something with one key.
5860         (smime-sign-buffer): Better completing-read prompt.
5861         (smime-decrypt-buffer): Ditto.
5862
5863         * smime.el (smime-make-temp-file): Make it work under XEmacs.
5864
5865         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
5866         completing-read.
5867         (mm-view-pkcs7-decrypt): CRLF->LF.
5868
5869 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5870
5871         * message.el (message-hierarchical-addresses): New variable.
5872         (message-get-reply-headers): Use it.
5873         From Ted Zlatanov <teodor.zlatanov@divine.com>
5874
5875 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5876
5877         * message.el (message-mode): If buffer-file-name, don't set auto
5878         save file name.
5879         Trivial change from Geoff Greene <ggreene@wpi.edu>
5880
5881 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5882
5883         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
5884         takes one argument in read-char.
5885
5886         * message.el (message-fix-before-sending): Forward a char.
5887         Check mmu-multibyte-p, add control-1.
5888
5889 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5890
5891         * gnus-start.el (gnus-read-init-file): Ditto.
5892
5893         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
5894
5895         * dgnushack.el (dgnushack-make-load): Ditto.
5896
5897         * mail-source.el (mail-source-fetch): Extract the right error
5898         code.
5899
5900         * message.el (message-fix-before-sending): Check illegible text.
5901
5902         * gnus-util.el (gnus-multiple-choice): New function.
5903
5904         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
5905         also defined in gnus-score.el.
5906
5907 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
5908
5909         * message.el (message-get-reply-headers): downcase email addresses
5910         for comaparisons for duplicate removal.
5911
5912 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5913
5914         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
5915         implementation of PKCS#7, which just allows users read the
5916         message.
5917         (mm-view-pkcs7): Use it.
5918
5919 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5920
5921         * gnus.el (large-newsgroup-initial): New parameter.
5922
5923         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
5924         (gnus-summary-insert-old-articles): Ditto.
5925
5926 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5927
5928         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
5929         used as the default answer of the question, "How many articles?".
5930         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5931
5932         * nnagent.el (nnagent-retrieve-headers): Remove articles with
5933         small numbers.
5934
5935 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5936
5937         * deuglify.el: Fix comments.
5938
5939 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
5940
5941         * html2text.el (html2text-clean-anchor): If there is no HREF,
5942         insert nothing.
5943
5944         * mml.el (mml-generate-mime-1): Add cdr.
5945         From: andre@slamdunknetworks.com
5946
5947         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
5948         (mm-text-html-washer-alist): Ditto.
5949
5950         * mm-decode.el (mm-text-html-renderer): Add html2text.
5951
5952         * html2text.el: Face lift.
5953
5954         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
5955
5956 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
5957
5958         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
5959
5960         * deuglify.el: Change copy right. Add autoload. Add coding-system.
5961
5962         * deuglify.el: New file. The original file name is
5963         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
5964
5965         * mm-decode.el (mm-display-external): Use
5966         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
5967
5968 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
5969
5970         * nnmaildir.el (nnmaildir-request-list): Report the highest
5971         article number, not the total number of articles.
5972
5973 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5974
5975         * gnus-sum.el: Move uu key map here.
5976         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
5977
5978 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
5979
5980         * nnmaildir.el (nnmaildir-request-expire-articles): Use
5981         nnmail-expiry-wait* if expire-age parameter is not set.
5982
5983 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5984
5985         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
5986         function.
5987         (gnus-group-sort-selected-groups-by-real-name): New function.
5988         (gnus-group-make-menu-bar): Add sort by real name.
5989
5990         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
5991         rebuild.
5992         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
5993         nil as dependencies as well.
5994
5995 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5996
5997         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
5998         for mime-parts.
5999
6000         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
6001
6002         * gnus-group.el (gnus-group-name-decode): Don't test
6003         multibyte-string, because it breaks XEmacs.
6004         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
6005
6006         * message.el (message-send-mail): Be talkative.
6007
6008         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
6009         (mm-automatic-display): Ditto.
6010
6011         * mailcap.el (mailcap-mime-data): Ditto.
6012         From: Reiner Steib <4uce.02.r.steib@gmx.net>
6013
6014 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * many files: Remove trailing whitespaces, replace spc+tab with
6017         tab, replace leading whitespaces with tabs.
6018
6019 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
6020
6021         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
6022         articles with no body and no blank line after the header.
6023
6024 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6025
6026         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
6027         parts.
6028
6029         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
6030         non-ascii chars.
6031
6032         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6033
6034         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
6035         w3-delay-image-loads.
6036         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
6037         (mm-w3-prepare-buffer): Ditto.
6038
6039         * mail-source.el (mail-source-fetch-directory): Run scripts.
6040
6041 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6042
6043         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
6044         for Majordomo confirmations.
6045
6046 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6047
6048         * gnus-fun.el (gnus-respond-to-confirmation): New command.
6049
6050 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6051
6052         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
6053
6054 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
6055
6056         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
6057         References header field.  From Mark Thomas <mthomas@cmu.edu>.
6058
6059 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6060
6061         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
6062         (mm-inline-render-with-stdin): Ditto.
6063         (mm-inline-render-with-function): Ditto.
6064         (mm-inline-wash-with-file): Bind coding-system-for-write.
6065         (mm-inline-wash-with-stdin): Ditto.
6066
6067 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6068
6069         Suggested by Felix Natter <fnatter@gmx.net>
6070
6071         * gnus-art.el (gnus-mime-view-part-externally): Rename from
6072         gnus-mime-externalize-view.
6073         (gnus-mime-view-part-internally): Rename from
6074         gnus-mime-internalize-view.
6075         (gnus-article-view-part-externally): Rename from
6076         gnus-article-externalize-part.
6077         (gnus-mime-action-alist): Change correspondingly.
6078         (gnus-mime-button-commands): Ditto.
6079         (gnus-mime-action-alist): Remove duplication.
6080
6081         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
6082
6083 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6084
6085         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
6086
6087         * gnus-art.el (gnus-display-mime): Use it.
6088
6089         * mm-partial.el (mm-partial-find-parts): Use it.
6090
6091         * gnus-sum.el (gnus-article-loose-mime): Rename from
6092         gnus-article-no-strict-mime.
6093         (gnus-summary-save-parts): Use it.
6094
6095 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6096
6097         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
6098         local variable.
6099
6100         * gnus-art.el (article-display-x-face): Don't sort multiple
6101         X-Faces.
6102
6103 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6104
6105         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
6106         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
6107
6108         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
6109
6110 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6111
6112         Some ideas is inspired by code from Hrvoje Niksic
6113         <hniksic@arsdigita.com>
6114
6115         * gnus-art.el (gnus-article-wash-function): Set the default to
6116         nil, so that we use mm-text-html-renderer instead.
6117         (article-wash-html): Use mm-text-html-renderer.
6118
6119         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
6120         (mm-text-html-renderer): New variable.
6121         (mm-inline-text-html-renderer): Set the default to nil, so that we
6122         use mm-text-html-renderer instead.
6123
6124         * mm-view.el (mm-inline-text-html): New function.
6125         (mm-text-html-renderer-alist): New variable.
6126         (mm-inline-text-vcard): New function.
6127         (mm-inline-text): Split.
6128         (mm-links-remove-leading-blank): New function.
6129         (mm-inline-render-with-file): New function.
6130         (mm-inline-render-with-stdin): New function.
6131         (mm-inline-render-with-function): New function.
6132         (mm-text-html-washer-alist): New variable.
6133         (mm-inline-wash-with-file): New function.
6134         (mm-inline-wash-with-stdin): New function.
6135
6136 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6137
6138         * message-utils.el: Fix installation doc.
6139         From: Reiner Steib <4uce.02.r.steib@gmx.net>
6140
6141 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
6142
6143         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
6144         (gnus-post-method): Use it.
6145         (gnus-summary-cancel-article): Find the correct post-method.
6146
6147         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
6148         * message.el (message-send-news): Ditto.
6149         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
6150         <ipmonger@delamancha.org>
6151
6152         * gnus.el (gnus-select-method): Fix doc.
6153         (gnus-server-string): Use 'using nntp'.
6154
6155         * gnus-agent.el (gnus-slave-unplugged): New command.
6156         From: Felix Natter <fnatter@gmx.net>
6157
6158 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6159
6160         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
6161         Call edit-done-function first, then change the window
6162         configuration.
6163         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
6164         (gnus-article-edit-mode): mml-mode.
6165
6166         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
6167         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
6168
6169         * message-utils.el: Adopt the file.
6170
6171         * message-utils.el: New file.
6172         From Holger Schauer <Holger.Schauer@gmx.de>
6173
6174 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6175
6176         * gnus-sum.el (gnus-summary-move-article): Select-article only
6177         when gnus-move-split-methods is non-nil. And we don't render or
6178         mark the article.
6179
6180         * gnus-fun.el (gnus-shell-command-to-string): New function.
6181         (gnus-shell-command-on-region): New function.
6182         (gnus-random-x-face): Use them.
6183         (gnus-x-face-from-file): Ditto.
6184         (gnus-convert-image-to-gray-x-face): Ditto.
6185         (gnus-convert-gray-x-face-to-xpm): Ditto.
6186         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
6187
6188 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6189
6190         * gnus-art.el (gnus-treat-display-xface): Don't use
6191         `shell-command-to-string' when compiling.
6192         (gnus-treat-display-grey-xface): Ditto.
6193
6194 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
6195
6196         * nnmaildir.el (nnmaildir--article-count): If the group is
6197         completely empty, report minimum article number as 1 instead of 0.
6198
6199 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
6200
6201         * gnus-agent.el (gnus-get-predicate): Use nconc.
6202
6203         * gnus-sum.el (gnus-summary-display-make-predicate): Use
6204         gnus-summary-display-cache as cache.
6205
6206         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
6207         (nndoc-mail-in-mail-type-p): New function.
6208         (nndoc-mail-in-mail-article-begin): New function.
6209
6210 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6211
6212         * mailcap.el (mailcap-mime-data): Use enriched-decode.
6213
6214         * gnus-cite.el (gnus-article-fill-cited-article): Bind
6215         use-hard-newlines to nil.
6216
6217         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
6218         image is not available if window-system is not available.
6219
6220         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
6221
6222 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6223
6224         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
6225         bookmark, because update-mark doesn't handle it correctly.
6226
6227 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6228
6229         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
6230         directly instead of calling message-send-mail.
6231
6232         * gnus-start.el (gnus-read-descriptions-file): Use
6233         gnus-default-charset.
6234
6235         * mm-util.el (mm-guess-mime-charset): New function.
6236
6237         * gnus.el (gnus-default-charset): Use it.
6238         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
6239         the default.
6240
6241 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6242
6243         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
6244         (article-display-x-face): Use it.  Disable grey xface, if
6245         uncompface is not found.
6246
6247         * message.el (message-mode): Don't enable multibyte on an indirect
6248         buffer.
6249
6250         * nnrss.el (nnrss-content-function): New variable.
6251         (nnrss-request-article): Use it.
6252
6253 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6254
6255         * gnus.el: Add article-unsplit-urls.
6256         * gnus-sum.el: Ditto.
6257         * gnus-art.el (gnus-treat-strip-cr): New variable.
6258         (gnus-treatment-function-alist): Use it.
6259         (article-unsplit-urls): New function.
6260         (gnus-article-make-menu-bar): Use it.
6261         From: Michael Cook <michael.cook@cisco.com>
6262
6263 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6264
6265         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
6266         copy.
6267
6268 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
6269
6270         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
6271         with internal whitespace.
6272         (gnus-parent-id): Ditto.
6273
6274 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6275
6276         * gnus-art.el (gnus-article-treat-body-boundary): Add
6277         gnus-decoration property.
6278         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
6279
6280         * message.el (message-mode): Set local-abbrev-table.
6281         From Matt Armstrong <matt@lickey.com>.
6282
6283         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
6284         too many spaces.
6285
6286         * rfc2047.el (rfc2047-unfold-region): Ditto.
6287         (rfc2047-decode-region): Don't unfold. Let
6288         gnus-article-treat-unfold-headers do it.
6289
6290         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
6291         From: Jesper Harder <harder@ifa.au.dk>
6292
6293 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6294
6295         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
6296         (gnus-configure-posting-styles): Use it.
6297         (gnus-configure-posting-styles): Remove trailing newspaces.
6298
6299 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6300
6301         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
6302         is non-nil.
6303
6304         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
6305
6306         * gnus.el (gnus-server-to-method): Switch position with
6307         gnus-server-get-method.
6308         (gnus-agent): Add doc.
6309
6310         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
6311         (gnus-summary-save-parts): Use it.
6312
6313         * gnus-art.el (gnus-display-mime): Use it.
6314         * mm-partial.el (mm-partial-find-parts): Use it.
6315
6316         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
6317
6318         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
6319         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
6320
6321         * nnagent.el (nnagent-request-expire-articles): Don't delete
6322         files.
6323
6324 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6325
6326         * message.el (message-gen-unsubscribed-mft): New function.
6327         From Sriram Karra <karra@cs.utah.edu>.
6328
6329         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
6330         open parenthesis.
6331
6332         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
6333         (mm-inline-text-html-render-with-w3): Ditto.
6334         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
6335         Suggested by Dave Love  <d.love@dl.ac.uk>.
6336
6337         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
6338
6339         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
6340         * nntp.el (nntp-send-command): Ditto.
6341         * nntp.el (nntp-send-command-nodelete): Ditto.
6342
6343 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6344
6345         * mm-url.el (mm-url-load-url): New function.
6346         (mm-url-insert-file-contents): Use it.
6347
6348         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
6349
6350         * message.el (message-forward-make-body): Correctly copy
6351         forward-buffer.
6352
6353         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
6354
6355 2002-02-04  Simon Josefsson  <jas@extundo.com>
6356
6357         * gnus-art.el (gnus-article-followup-with-original): Mark with
6358         force, prevent errors when following up from article buffer.
6359         (gnus-article-reply-with-original): Ditto.
6360
6361         * binhex.el (binhex-decoder-switches): Fix doc.  From
6362         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6363
6364 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6365
6366         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
6367         highlight-citation after emphasize.
6368
6369 2002-02-04  Simon Josefsson  <jas@extundo.com>
6370
6371         * nnfolder.el (nnfolder-open-marks):
6372
6373         * nnml.el (nnml-open-marks): Message when done.  From David
6374         Edmondson <dme@sun.com>.
6375
6376 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6377
6378         * imap.el (imap-anonymous-auth): Fix typo.
6379         From: Steinar Bang <sb@dod.no>
6380
6381         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
6382         save-excursion.
6383         (gnus-cache-braid-heads): Ditto.
6384
6385         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
6386         line, because there are extra articles in the overview buffer.
6387
6388         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
6389
6390         * message.el (message-forward-rmail-make-body): Directly use
6391         rmail-msg-restore-non-pruned-header to avoid calling
6392         vertical-motion.
6393
6394 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6395
6396         * gnus-cache.el (gnus-summary-insert-cached-articles):
6397         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
6398
6399         * gnus-group.el (gnus-group-mark-article-read): Nreverse
6400         gnus-newsgroups-unselected.
6401
6402         * gnus-agent.el (gnus-summary-set-agent-mark): Use
6403         gnus-add-to-sorted-list.
6404
6405         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
6406         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
6407         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
6408         (gnus-update-read-articles): UNREAD is sorted.
6409         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
6410         (gnus-newsgroup-marked, gnus-newsgroup-cached)
6411         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
6412         (gnus-newsgroup-dormant): Require sorted.
6413
6414         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
6415         directories.
6416         (gnus-dired-print): New function.
6417
6418         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
6419         ps-despool.
6420
6421 2002-02-02  Simon Josefsson  <jas@extundo.com>
6422
6423         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
6424
6425 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6426
6427         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
6428         t. This makes gnus-agent customizable without putting
6429         gnus-agentize into .gnus.
6430
6431         * gnus.el (gnus-agent): Make it customizable.
6432
6433         * gnus-dired.el: New file.
6434         From Benjamin Rutt <brutt@bloomington.in.us>
6435
6436         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
6437         if no article.
6438         (gnus-cache-possibly-remove-article): Ditto.
6439         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
6440
6441 2002-02-01  Simon Josefsson  <jas@extundo.com>
6442
6443         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
6444
6445 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6446
6447         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
6448         (mm-setup-w3m): Don't bind keys listed in the above.
6449
6450 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6451
6452         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
6453         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
6454         is non-nil; bind `w3m-force-redisplay' with nil.
6455
6456         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6457
6458         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
6459
6460 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6461
6462         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
6463         use mail-header-unfold-field.
6464
6465         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
6466         gnus-summary-limit.
6467
6468         * gnus-range.el (gnus-add-to-sorted-list): New function.
6469         * gnus-sum.el (gnus-mark-article-as-read): Use it.
6470         (gnus-mark-article-as-unread): Ditto.
6471         (gnus-summary-mark-article-as-unread): Ditto.
6472         (gnus-build-get-header): Ditto.
6473         (gnus-summary-prepare-threads): Ditto.
6474         (gnus-summary-insert-pseudos): Ditto.
6475         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
6476         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
6477         (gnus-summary-insert-old-articles): Ditto.
6478
6479         * gnus-msg.el (gnus-posting-styles): Add new format of header.
6480         (gnus-configure-posting-styles): Support the new format.
6481
6482         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
6483         edebug-form-spec to (sexp body).
6484         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
6485
6486         * message.el (message-reply-headers): Add doc.
6487
6488 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6489
6490         * gnus-group.el (gnus-group-delete-group): Nix the entry in
6491         gnus-cache-active-hashtb.
6492
6493         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
6494         (gnus-agent-summary-fetch-group): Use it.
6495
6496         * gnus-msg.el (gnus-debug-files): New variable.
6497         (gnus-debug-exclude-variables): New variable.
6498         (gnus-debug): Use them.
6499
6500         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
6501
6502 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6503
6504         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
6505         (message-mode-syntax-table): Move back the previous position.
6506
6507         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
6508
6509         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6510         gnus-sorted-difference.
6511
6512         * nnsoup.el (nnsoup-request-expire-articles): Use
6513         gnus-sorted-difference.
6514
6515         * nnheader.el: Autoload gnus-sorted-difference.
6516
6517         * nnfolder.el (nnfolder-request-expire-articles): Use
6518         gnus-sorted-difference.
6519
6520         * gnus-cache.el (gnus-cache-retrieve-headers): Use
6521         gnus-sorted-difference.
6522
6523         * gnus-range.el: Autoload cookies.
6524         (gnus-sorted-difference): New function.
6525         (gnus-sorted-ndifference): New function.
6526         (gnus-sorted-nintersection): Rename from
6527         gnus-set-sorted-intersection.
6528         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
6529         (gnus-list-range-difference): Rename from
6530         gnus-inverse-list-range-intersection.
6531         (gnus-inverse-list-range-intersection): Use defalias.
6532
6533         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
6534         gnus-sorted-ndifference, and gnus-sorted-nintersection.
6535         (gnus-articles-to-read): Use gnus-sorted-difference.
6536         (gnus-summary-limit-mark-excluded-as-read): Use
6537         gnus-sorted-intersection and gnus-sorted-ndifference.
6538         (gnus-list-of-read-articles): Use gnus-list-range-difference.
6539         (gnus-summary-insert-articles): Use gnus-sorted-difference.
6540
6541         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
6542
6543 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6544
6545         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
6546         property to the buffer for using emacs-w3m command keys.
6547
6548         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
6549         option.
6550
6551         * mm-view.el (mm-w3m-mode-map): New variable.
6552         (mm-w3m-mode-command-alist): New variable.
6553         (mm-w3m-minor-mode): Removed.
6554         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
6555         (mm-inline-text-html-render-with-w3m): Add keymap property to the
6556         buffer for using emacs-w3m command keys.
6557
6558 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6559
6560         * message.el (message-mode-syntax-table): Move forward.
6561         (message-cite-prefix-regexp): Auto detect non word constituents.
6562         (message-cite-prefix-regexp): Don't use with-syntax-table.
6563
6564         * gnus-sum.el (gnus-summary-update-info): Use
6565         gnus-list-range-intersection.
6566
6567         * gnus-agent.el (gnus-agent-fetch-headers): Use
6568         gnus-list-range-intersection.
6569
6570         * gnus-range.el (gnus-range-normalize): Use correct predicate.
6571         (gnus-list-range-intersection): Use it.
6572         (gnus-inverse-list-range-intersection): Ditto.
6573         (gnus-sorted-intersection): Add doc.
6574         (gnus-set-sorted-intersection): Add doc.
6575         (gnus-sorted-union): New function.
6576         (gnus-set-sorted-union): New function.
6577
6578         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
6579         (gnus-inverse-list-range-intersection): Ditto.
6580
6581 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
6582
6583         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
6584
6585         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
6586         and permit `:' and `\' in order to handle full Windows pathnames.
6587         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
6588         technically not correct per standard, but seems to have common use.
6589
6590 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6591
6592         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
6593         replacing numbers.
6594
6595 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
6596
6597         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
6598
6599         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
6600         Don't split when the window is small, e.g. when a small *BBDB*
6601         window is the lowest one.
6602
6603         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6604         nnheader-find-nov-line to speed up. Use nreverse, because it is
6605         sorted. Use nnheader-insert-nov-file.
6606
6607 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6608
6609         * mm-decode.el (mm-inline-text-html-with-images): New user option.
6610
6611         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
6612         of `w3m-display-inline-images' with the value of
6613         `mm-inline-text-html-with-images'.
6614         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
6615
6616         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6617
6618 2002-01-27  Richard M. Stallman  <rms@gnu.org>
6619
6620         * time-date.el: Add autoload cookies.  Many doc fixes.
6621         (time-add): New function.
6622         (time-subtract): Renamed from subtract-time.
6623         (subtract-time): New alias for time-subtract.
6624
6625 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6626
6627         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
6628         emacs-w3m in doc-string.
6629
6630         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
6631         `w3m-current-buffer'.
6632
6633 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6634
6635         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
6636
6637         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
6638         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
6639         (mm-w3m-cid-retrieve): New function.
6640         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
6641
6642 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6643
6644         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
6645
6646 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6647
6648         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
6649
6650 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6651
6652         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
6653         32K.
6654
6655         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
6656
6657         * nnmail.el (nnmail-article-group): Decode headers before running
6658         split rules over them.
6659         (nnmail-mail-splitting-charset): New variable.
6660
6661         * smiley.el: Replaced with smiley-ems.el.
6662
6663 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6664
6665         * mm-url.el (mm-url-predefined-programs): Add w3m.
6666         (mm-url-program): Ditto.
6667
6668 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6669
6670         * nnml.el (nnml-use-compressed-files): New variable.
6671         (nnml-filenames-are-evil): Removed.
6672         (nnml-current-group-article-to-file-alist): Don't use.
6673         (nnml-update-file-alist): Inhibit.
6674         (nnml-article-to-file): Use new var.
6675
6676 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6677
6678         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
6679
6680         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
6681
6682 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6683
6684         * gnus-agent.el (gnus-agent-load-alist): Use new caching
6685         function.
6686
6687         * gnus-util.el (gnus-cache-file-contents): New function.
6688
6689         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
6690         (gnus-agent-load-alist): Use it.
6691
6692         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
6693
6694         * nnheader.el (nnheader-insert-nov-file): New function.
6695
6696         * gnus-util.el (gnus-parse-without-error): Correct the loop.
6697
6698         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
6699         there are no references.
6700         (gnus-extract-message-id-from-in-reply-to): New function.
6701         (gnus-nov-parse-line): Use in-reply-to if there are no
6702         references.
6703
6704 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6705
6706         * nnagent.el (nnagent-retrieve-headers): Use new macro.
6707
6708         * gnus-util.el (gnus-parse-without-error): New macro.
6709
6710 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
6711
6712         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
6713         (gnus-article-wash-function): use locate-library to decide which
6714         to use.
6715
6716 2002-01-25  Simon Josefsson  <jas@extundo.com>
6717
6718         * pop3.el (pop3-munge-message-separator): Work if no date.
6719         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
6720
6721 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6722
6723         * gnus-agent.el (gnus-agent-save-alist): Fix.
6724
6725         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
6726         mistake.  Reinstated lost code.
6727
6728 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
6729
6730         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
6731         one exists in the case of an encrypted message with an internal
6732         signature.
6733
6734 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6735
6736         * gnus-agent.el (gnus-agent-save-alist): Optimized.
6737
6738 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6739
6740         * dgnushack.el: Commented out the experimental code.
6741
6742 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6743
6744         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
6745         error.
6746
6747         * gnus.el (gnus-server-to-method): Made into subst.
6748         (gnus-server-method-cache): New variable.
6749         (gnus-server-to-method): Use it.
6750         (gnus-group-method-cache): New variable.
6751         (gnus-find-method-for-group-1): Renamed.
6752         (gnus-find-method-for-group): New function.
6753         (gnus-group-method-cache): Removed.
6754
6755         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
6756         function.
6757
6758         * gnus-range.el (gnus-members-of-range): New function.
6759         (gnus-list-range-intersection): Renamed.
6760         (gnus-inverse-list-range-intersection): New function.
6761
6762         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
6763
6764         * nnagent.el (nnagent-retrieve-headers): New implementation.
6765
6766         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
6767         implementation.
6768
6769 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6770
6771         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
6772         `w3m-meta-content-type-charset-regexp'.
6773
6774         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
6775         charset-encoded html contents.
6776
6777 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6778
6779         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
6780         an empty file.
6781
6782         * nnweb.el (url): Ignore errors when request url.
6783
6784         * nnrss.el: Clean up the comments.
6785
6786 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6787
6788         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
6789
6790         * mm-decode.el (mm-inline-text-html-renderer): New user option.
6791         (mm-inline-media-tests): Test whether the value of
6792         `mm-inline-text-html-renderer' is a function for text/html.
6793
6794         * mm-view.el (mm-inline-text-html-render-with-w3): New function
6795         separated from `mm-inline-text'.
6796         (mm-w3m-minor-mode): New variable.
6797         (mm-w3m-setup): New variable.
6798         (mm-setup-w3m): New function.
6799         (mm-inline-text-html-render-with-w3m): New function.
6800         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
6801         text/html.
6802
6803 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
6804
6805         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
6806
6807 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6808
6809         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
6810         and `gnus-xmas-completing-read'.
6811
6812 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6813
6814         * nneething.el (nneething-message-id-number): Abolished.
6815         (nneething-encode-file-name): Not encode numerical characters.
6816         (nneething-make-head): `nneething-message-id-number' is not
6817         used to generate message IDs.
6818
6819 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6820
6821         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
6822         characters.
6823
6824 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6825
6826         * gnus-xmas.el (gnus-xmas-completing-read): New function.
6827         (gnus-xmas-redefine): Redefine conditionally.
6828
6829 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6830
6831         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
6832         tag.
6833
6834 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6835
6836         * message.el (message-font-lock-keywords): Added the secure tag.
6837         * mml-sec.el: Added functions to generate/modify/remove the secure
6838         tag while in message mode.
6839         * mml-sec.el (mml-secure-message): New.
6840         * mml-sec.el (mml-unsecure-message): New.
6841         * mml-sec.el (mml-secure-message-sign-smime): New.
6842         * mml-sec.el (mml-secure-message-sign-pgp): New.
6843         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
6844         * mml-sec.el (mml-secure-message-encrypt-smime): New.
6845         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
6846         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
6847         * mml.el (mml-parse-1): Added code to recognise the secure tag and
6848         convert it to either a part or multipart depending on if there are
6849         other parts in the message.
6850         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
6851         to use the secure tag, rather than the part tag.
6852         * mml.el (mml-preview): Added a save-excursion to keep cursor
6853         position after doing an MML preview.
6854
6855 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6856
6857         * nnheader.el (nnheader-parse-overview-file): New function.
6858         (nnheader-write-overview-file): New function.
6859
6860 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6861
6862         * gnus.el (gnus-group-fast-parameter): Check better if expansion
6863         in wanted.
6864
6865         * nnweb.el (nnweb-type-definition): Clean up.
6866
6867 2002-01-21  Alastair Burt  <burt@dfki.de>
6868         Trivial patch.
6869
6870         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
6871         buffer exists before jumping to it.
6872
6873 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6874
6875         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
6876         function.
6877         (article-wash-html): Use it.
6878         (gnus-article-wash-function): New variable.
6879         (gnus-article-wash-html-with-w3m): New function.
6880
6881 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6882
6883         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
6884         XEmacs.
6885
6886 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
6887
6888         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
6889         command line.
6890
6891 2002-01-21  Simon Josefsson  <jas@extundo.com>
6892
6893         * canlock.el (base64-encode-string): Autoload it from base64.
6894         (canlock-make-cancel-key): Base64 encode unibyte string.
6895
6896 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6897
6898         * nnfolder.el (nnfolder-request-accept-article): Unfold
6899         x-from-line.
6900         (nnfolder-request-replace-article): Ditto.
6901
6902 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
6903
6904         * gnus-group.el (gnus-group-best-unread-group): Use the right
6905         positioning function.
6906
6907 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6908
6909         * smiley-ems.el (smiley-region): Use new function.
6910         (smiley-update-cache): Use general image functions.
6911         (smiley-region): Use general functions.
6912
6913         * gnus-util.el (gnus-graphic-display-p): New function.
6914
6915         * nnmail.el (nnmail-article-group): Allow outputting traces of
6916         non-strings.
6917
6918         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
6919         (nndoc-exim-bounce-type-p): New function.
6920
6921         * message.el (message-dont-send): Doc fix.
6922
6923         * gnus-util.el (gnus-completing-read): Remove
6924         inherit-input-method.
6925
6926         * gnus-art.el (gnus-treat-smiley): Doc fix.
6927
6928         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
6929         articles.
6930
6931 2002-01-19  Simon Josefsson  <jas@extundo.com>
6932
6933         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
6934         (imap-kerberos4-open): Ditto.
6935         (imap-open): Set port correctly, don't set auth.
6936
6937 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6938
6939         * gnus.el (gnus-version-number): Bump version number.
6940
6941 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6942
6943         * gnus.el: Oort Gnus v0.05 is released.
6944
6945 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6946
6947         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
6948         exists.
6949
6950         * gnus-spec.el (gnus-string-width-function): New function.
6951         (gnus-tilde-cut-form): Use it.
6952         (gnus-tilde-max-form): Ditto.
6953         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
6954         (gnus-substring-function): Use it.
6955         (gnus-tilde-cut-form): Ditto.
6956         (gnus-substring-function): New function.
6957
6958         * message.el (message-check-news-header-syntax): New message.
6959
6960         * gnus.el (gnus-slave-no-server): Doc fix.
6961
6962         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
6963
6964 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6965
6966         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
6967         `seen' if it looks like (seen NUM1 . NUM2).  It should be
6968         (seen (NUM1 . NUM2)).
6969
6970 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6971
6972         * gnus-topic.el (gnus-topic-catchup-articles): Update article
6973         number in closed topics.
6974
6975 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
6976
6977         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
6978         functions.
6979
6980 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6981
6982         * gnus.el (gnus-group-find-parameter): Clean up.
6983
6984         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
6985         articles.
6986
6987         * gnus-util.el (gnus-completing-read-with-default): Renamed.
6988
6989         * nnmail.el (nnmail-article-group): Clean up.
6990
6991 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
6992
6993         * gnus-agent.el (gnus-category-name): Intern the category name.
6994
6995 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6996
6997         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
6998
6999         * gnus-util.el (gnus-completing-read): New function.
7000
7001 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7002
7003         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
7004
7005         * smiley-ems.el (smiley-region): Register smiley.
7006         (smiley-toggle-buffer): Rewrite the function.
7007         (smiley-active): Removed.
7008
7009 2002-01-19  Simon Josefsson  <jas@extundo.com>
7010
7011         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
7012         Jesper Harder <harder@ifa.au.dk>.
7013
7014 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7015
7016         * gnus-art.el (gnus-request-article-this-buffer): Call
7017         `nneething-get-file-name' to extract the file name from the
7018         message id.
7019
7020         * nneething.el (nneething-encode-file-name): New function.
7021         (nneething-decode-file-name): Ditto.
7022         (nneething-get-file-name): Ditto.
7023         (nneething-make-head): Encode the file name and encapsulate it
7024         into the field of the message id.
7025
7026 2002-01-18  Simon Josefsson  <jas@extundo.com>
7027
7028         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
7029         stored in .marks.
7030
7031         * nnfolder.el (nnfolder-request-update-info): Ditto.
7032
7033 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7034
7035         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
7036
7037 2002-01-18  Simon Josefsson  <jas@extundo.com>
7038
7039         * imap.el (imap-starttls-p): Don't check for binary.
7040         (imap-gssapi-auth-p): Ditto.
7041         (imap-kerberos4-auth-p): Ditto.
7042         (imap-open): Change logic.  Iterate through all possible streams,
7043         instead of bailing out after first failure.  Move authenticator
7044         decision to `imap-authenticate'.
7045         (imap-authenticate): Change logic, now finds the authenticator to
7046         use, was previously in `imap-open'.
7047         (imap-open): Return nil on failure.
7048         (imap-open): Setup temp buffer correctly.
7049         (imap-open): Return buffer only on success.
7050         (imap-interactive-login, imap-interactive-login): Tell the user
7051         which stream/authenticator is used for the queried
7052         username/password.
7053         (imap-open, imap-authenticate): Set variables.
7054         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
7055         (imap-open): Don't assume how `with-temp-buffer' is implemented.
7056
7057 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7058
7059         * gnus-fun.el (gnus-grab-cam-x-face): New function.
7060
7061 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7062
7063         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
7064
7065 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7066
7067         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
7068         (gnus-agent-group-mode-map): Bind it to "Jo".
7069         (gnus-agent-group-make-menu-bar): Add it into menu bar.
7070
7071 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
7072
7073         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
7074         (gnus-summary-mail-toolbar): Add mail article deletion button.
7075
7076         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
7077         false positives for lines of "^^^^".
7078
7079         * gnus-picon.el (gnus-picon-find-face): faces database is all
7080         lowercase.
7081
7082 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7083
7084         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
7085         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
7086         duplications.
7087         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
7088
7089 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7090
7091         * gnus-sum.el (gnus-summary-initial-limit): Inline
7092         gnus-summary-limit-children.
7093         (gnus-summary-initial-limit): Don't limit if
7094         gnus-newsgroup-display is nil.
7095         (gnus-summary-initial-limit): No, don't.
7096
7097         * gnus-util.el
7098         (gnus-put-text-property-excluding-characters-with-faces): Inline
7099         gnus-put-text-property.
7100
7101         * gnus-spec.el (gnus-default-format-specs): New variable.
7102
7103         * gnus-start.el (gnus-read-newsrc-file): Don't clear
7104         gnus-format-specs.
7105         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
7106
7107         * gnus-spec.el (gnus-update-format-specifications): Really check
7108         the Gnus version of the .newsrc.eld file.
7109         (gnus-format-specs): Save the new default summary format.
7110
7111         * gnus-util.el (gnus-parent-id): Check whether references is empty
7112         before splitting.
7113
7114         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
7115         functions.
7116         (gnus-gather-threads-by-references): Inline
7117         `gnus-split-references'.
7118
7119         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
7120         default value of gnus-summary-line-format-spec.
7121
7122 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7123
7124         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
7125         message.
7126         (nnslashdot-request-list): Ditto.
7127         (nnslashdot-sid-strip): Removed.
7128
7129 2002-01-15  Simon Josefsson  <jas@extundo.com>
7130
7131         * nnimap.el (nnimap-close-asynchronous): Enable.
7132         (nnimap-close-group): Expunge.
7133
7134 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7135
7136         * gnus-util.el (gnus-user-date-format-alist): Typo.
7137         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
7138
7139 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7140
7141         * nneething.el (nneething-request-article): Set
7142         `nnmail-file-coding-system' to `binary' locally, in order to read
7143         files without any conversion.
7144
7145 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7146
7147         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7148         nnheader-file-coding-system and nnmail-active-file-coding-system.
7149         (gnus-agent-regenerate-group): Ditto.
7150         (gnus-agent-regenerate): Ditto.
7151         (gnus-agent-write-active): Ditto.
7152         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
7153
7154 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7155
7156         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
7157         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
7158
7159 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7160
7161         * gnus.el: We don't need gnus-article-show-all-headers.
7162
7163         * gnus-art.el (article-show-all, gnus-article-show-all-header):
7164         Ditto.
7165
7166         * gnus-sum.el (gnus-summary-select-article): Don't call
7167         show-all-headers, because hidden headers are not hidden text any
7168         more.
7169
7170 2002-01-13  Simon Josefsson  <jas@extundo.com>
7171
7172         * message.el (message-newline-and-reformat): Use `newline' instead
7173         of inserting \n, so that the newline is marked as hard.
7174
7175         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
7176         From Jesper Harder <harder@ifa.au.dk>.
7177
7178 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7179
7180         * imap.el (imap-close): Keep going if quit.
7181
7182         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
7183         nntp-server-buffer.
7184
7185 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7186
7187         * mm-view.el (mm-display-inline-fontify): Require font-lock to
7188         avoid unbinding shadowed variables.
7189
7190         * gnus-art.el (gnus-picon-databases): Moved here.
7191         (gnus-picons-installed-p): Moved here.
7192         (gnus-article-reply-with-original): Use `mark'.
7193
7194         * gnus.el (gnus-picon): Moved here and renamed.
7195
7196         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
7197         installed.
7198         (gnus-treat-mail-picon): Ditto.
7199         (gnus-treat-newsgroups-picon): Ditto.
7200
7201         * gnus-picon.el (gnus-picons-installed-p): New function.
7202
7203 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7204
7205         * gnus-agent.el (gnus-agent-go-online): Fix doc.
7206
7207 2002-01-12  Simon Josefsson  <jas@extundo.com>
7208
7209         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
7210         (nnimap-before-find-minmax-bugworkaround): Use it.
7211         (nnimap-find-minmax-uid): Don't reselect current mailbox.
7212         (nnimap-dont-close): New variable.
7213         (nnimap-close-group): Use it.
7214
7215 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7216
7217         * gnus-art.el (gnus-article-reply-with-original): Use
7218         `mark-active'.
7219
7220         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
7221
7222         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
7223         (gnus-score-advanced): Clean up.
7224         (gnus-score-advanced): Accept a multiple of the score.
7225
7226 2002-01-12  Simon Josefsson  <jas@extundo.com>
7227
7228         * flow-fill.el (fill-flowed-display-column)
7229         (fill-flowed-encode-columnq): New variables.  Suggested by
7230         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
7231         (fill-flowed-encode, fill-flowed): Use them.
7232
7233         * message.el (message-send-news, message-send-mail): Use
7234         m-b-s-n-p-e-h-n.
7235
7236         * mml.el (autoload): Autoload fill-flowed-encode.
7237         (mml-buffer-substring-no-properties-except-hard-newlines): New
7238         function.
7239         (mml-read-part): Use it.
7240         (mml-generate-mime-1): Encode format=flowed if appropriate.
7241         (mml-insert-mime-headers): Insert format=flowed.
7242
7243         * flow-fill.el (fill-flowed-encode): New function.
7244         (fill-flowed): Bind fill-column to window width.
7245
7246 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7247
7248         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
7249         it exists.
7250         (gnus-summary-setup-buffer): Wake up dead summary buffers.
7251         (gnus-summary-buffer-name): Don't return the dead name after all.
7252         (gnus-summary-setup-buffer): Kill the dead buffer.
7253
7254         * gnus-art.el (gnus-article-followup-with-original): Store the
7255         value of the mark before deactivating it.
7256
7257 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7258
7259         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
7260         From: Karl Kleinpaste <karl@charcoal.com>
7261
7262         * gnus-art.el (article-display-x-face): Ditto.
7263         (gnus-article-reply-with-original): Use gnus-region-active-p.
7264         (gnus-article-followup-with-original): Ditto.
7265
7266         * gnus-sum.el (gnus-summary-read-group-1): Don't select
7267         downloadable article either.
7268
7269 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7270
7271         * gnus-art.el (article-display-x-face): Insert From:.
7272
7273         * gnus-sum.el (gnus-summary-move-article): Don't draw the
7274         article. Bind gnus-display-mime-function and
7275         gnus-article-prepare-hook.
7276
7277         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
7278         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
7279         gnus-agent-possibly-synchronize-flags to the last.
7280         (gnus-agent-go-online): New function. New variable.
7281
7282 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7283
7284         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
7285         (gnus-agent-regenerate): Ditto.
7286
7287 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7288
7289         * message.el (message-ignored-news-headers)
7290         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
7291         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
7292
7293         * gnus.el (gnus-gethash-safe): New macro.
7294
7295         * gnus-agent.el (gnus-agent-regenerate-history): New function.
7296         (gnus-agent-regenerate): Show messages.
7297
7298 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7299
7300         * gnus-agent.el (gnus-agent-regenerate-group): New function.
7301         (gnus-agent-regenerate): New function.
7302         (gnus-agent-save-alist): Sort.
7303         (gnus-agent-copy-nov-line): Test eobp.
7304         (gnus-agent-retrieve-headers): Erase buffer.
7305
7306 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7307
7308         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
7309         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
7310
7311         * gnus.el (gnus-agent-covered-methods): Move here.
7312         (gnus-online): New function.
7313         (gnus-agent-method-p): Move here.
7314
7315         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
7316         nil. Remove articles-alist.
7317
7318         * gnus-start.el (gnus-get-unread-articles): Check online.
7319         (gnus-groups-to-gnus-format): Ditto.
7320         (gnus-active-to-gnus-format): Ditto.
7321
7322         * gnus-agent.el (gnus-agent-get-function): Use it.
7323         (gnus-agent-get-undownloaded-list): Ditto.
7324         (gnus-agent-fetch-session): Only fetch online methods.
7325
7326         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
7327         (gnus-server-mode-map): Ditto.
7328         (gnus-server-offline-face): New face.
7329         (gnus-server-offline-face): New variable.
7330         (gnus-server-font-lock-keywords): Add offline.
7331         (gnus-server-insert-server-line): Ditto.
7332         (gnus-server-offline-server): New function.
7333
7334         * gnus-int.el (gnus-open-server): Turn to offline.
7335         (gnus-server-unopen-status): New variable.
7336
7337 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7338
7339         * nnkiboze.el (nnkiboze-request-article): Use
7340         gnus-agent-request-article.
7341
7342         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
7343         function. Insert undownloaded NOV.
7344
7345         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
7346         (gnus-agent-request-article): New function.
7347
7348         * gnus.el (gnus-agent-cache): New variable.
7349
7350         * gnus-int.el (gnus-retrieve-headers): Use
7351         gnus-agent-retrieve-headers.
7352         (gnus-request-head): Use gnus-agent-request-article.
7353         (gnus-request-body): Ditto.
7354
7355         * gnus-art.el (gnus-request-article-this-buffer): Use
7356         gnus-agent-request-article.
7357
7358         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
7359         article if it is undownloaded.
7360
7361 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7362
7363         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
7364
7365 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7366
7367         * canlock.el (canlock-string-as-unibyte): New macro.
7368         (canlock-sha1-with-openssl): Return a unibyte string.
7369         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
7370
7371 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
7372
7373         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
7374
7375 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7376
7377         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
7378         application/x-emacs-lisp.
7379
7380         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
7381
7382         * nntp.el (nntp-request-article): Add group parameter.
7383         (nntp-request-head): Ditto.
7384         (nntp-find-group-and-number): Add parameter group. Figure out
7385         number if the status line doesn't give (e.g. quimby.gnus.org).
7386
7387 2002-01-08  Simon Josefsson  <jas@extundo.com>
7388
7389         * mml.el (mml-generate-mime-1): Set recipient correctly.
7390
7391 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7392
7393         * message.el (message-read-from-minibuffer): Add parameter
7394         initial-contents.
7395         * gnus-msg.el (gnus-summary-resend-message): Use it.
7396
7397         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
7398         behavior of quit-config.
7399
7400         * message.el (message-make-from): Don't quote fullname.
7401         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
7402
7403         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
7404         From: <andre@slamdunknetworks.com>
7405
7406 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
7407
7408         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
7409
7410         * gnus-art.el (gnus-header-button-alist): Handle mailto.
7411
7412         * mml.el (mml-preview): Bind gnus-original-article-buffer because
7413         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
7414         because bbdb may use it.
7415
7416 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7417
7418         * nneething.el (nneething-request-article): When a non-text file
7419         is converted to an article, its data is encoded in base64.  Call
7420         `nneething-make-head' with options to specify MIME types.
7421         (nneething-make-head): Add optional arguments to specify MIME
7422         types.
7423
7424 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7425
7426         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
7427         header if there is not.
7428
7429         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
7430
7431         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
7432         (gnus-inews-mark-gcc-as-read): Obsolete variable.
7433         (gnus-inews-do-gcc): Use them.
7434
7435         * gnus-group.el (gnus-group-mark-article-read): Put holes into
7436         gnus-newsgroup-unselected.
7437
7438 2002-01-06  Simon Josefsson  <jas@extundo.com>
7439
7440         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
7441         condition-case, not ignore-errors.
7442
7443 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7444
7445         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
7446         gnus-fetch-old-headers.
7447
7448         * gnus-art.el (article-display-x-face): Use the current buffer
7449         unless `W f'. Otherwise, X-Face may be shown in the header of a
7450         forwarded part.
7451         (gnus-treatment-function-alist): Treat xface before hiding
7452         headers.
7453
7454 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7455
7456         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
7457         parameters.
7458
7459 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7460
7461         * mm-util.el (mm-multibyte-p): Define conditionally when load.
7462         (mm-guess-charset): New function.
7463         (mm-charset-after): Use it.
7464         (mm-detect-coding-region): New function.
7465         (mm-detect-mime-charset-region): New function.
7466
7467         * gnus-sum.el (gnus-summary-show-article): Use
7468         mm-detect-coding-region.
7469
7470 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7471
7472         * message.el (message-make-fqdn): Be less violent.
7473
7474         * gnus.el (gnus-logo-color-style): Compute custom form
7475         automatically.
7476
7477         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
7478         score file of the parent to the document group.
7479
7480         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
7481         parameters parameter.
7482
7483         * gnus-score.el (gnus-score-load-file): Clean up.
7484
7485 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7486
7487         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
7488         From: Damien Wyart <damien.wyart@free.fr>
7489
7490         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
7491
7492 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7493
7494         * gnus-sum.el (gnus-select-group-hook): Typo.
7495
7496         * rfc2047.el (rfc2047-decode-string): Return immediately if there
7497         is no quoted-printable-encoded STRING.
7498         From: Jesper Harder <harder@ifa.au.dk>
7499
7500         (rfc2047-decode-string): Decode it.
7501
7502 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7503
7504         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
7505
7506 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
7507         Trivial patch.
7508
7509         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
7510         buffer to get rid of junk line.
7511
7512 2002-01-05  Simon Josefsson  <jas@extundo.com>
7513
7514         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
7515         C-o.
7516         (message-mode-map): Bind message-insert-or-toggle-importance to
7517         C-c C-u.
7518         (message-mode-map): Bind message-disposition-notification-to to
7519         C-c M-n.
7520         (message-mode-menu): Add m-d-n-t.
7521         (message-mode-field-menu): Add m-goto-from.
7522         (message-mode): Doc fix.
7523         (message-goto-from): New function.
7524         (message-insert-disposition-notification-to): New function.
7525         (message-tool-bar-map): Add receipt button.
7526
7527 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7528
7529         * gnus-sum.el (gnus-thread-latest-date): New function.
7530         (gnus-thread-sort-by-most-recent-number): Renamed.
7531         (gnus-thread-sort-functions): Doc fix.
7532         (gnus-select-group-hook): Don't use setq on a hook.
7533         (gnus-thread-latest-date): Use date, not number
7534
7535         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
7536         (gnus-agent-expire): Allow regexp of expire-days.
7537
7538         * gnus-art.el (gnus-article-reply-with-original): Deactivate
7539         region.
7540         (gnus-article-followup-with-original): Ditto.
7541
7542         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
7543
7544         * gnus-art.el (gnus-mime-display-alternative): Use
7545         gnus-local-map-property.
7546         (gnus-mime-display-alternative): Ditto.
7547         (gnus-insert-mime-security-button): Ditto.
7548         (gnus-insert-next-page-button): Ditto.
7549         (gnus-button-prev-page): Take optional args.
7550         (gnus-insert-prev-page-button): widget-convert.
7551
7552         * gnus-util.el (gnus-local-map-property): New function.
7553
7554         * gnus-art.el (gnus-prev-page-map): Use parent map.
7555         (gnus-next-page-map): Ditto.
7556
7557         * gnus-spec.el (gnus-parse-format): Clean up.
7558         (gnus-parse-format): Do complex formatting for %=.
7559
7560         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
7561         "X-Face: " to the data in the built-in scenario.
7562
7563         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
7564         (gnus-correct-pad-form): Renamed.
7565         (gnus-tilde-max-form): Clean up.
7566         (gnus-pad-form): Use gnus-use-correct-string-widths.
7567
7568         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
7569         support if that is available.
7570
7571         * gnus-sum.el (gnus-thread-highest-number): New function.
7572         (gnus-thread-sort-by-most-recent-thread): New function.
7573         (gnus-thread-sort-functions): Doc fix.
7574
7575 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7576
7577         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
7578         all cases.
7579         (gnus-summary-mode): Enable it in all cases.
7580         (gnus-summary-display-article): Ditto.
7581         (gnus-summary-edit-article): Ditto.
7582
7583         * gnus-ems.el (gnus-put-image): Really return glyph.
7584
7585         * gnus-art.el (gnus-article-x-face-command): Fix :type.
7586         (gnus-treat-smiley): Don't take "P" in the interactive form.
7587
7588 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7589
7590         * compface.el (uncompface): XEmacs and Emacs have differing
7591         capabilities.
7592
7593         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
7594
7595         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
7596         (gnus-article-xface-ring-size): Removed.
7597         (gnus-article-display-xface): Removed.
7598         (gnus-remove-image): Cleaned up.
7599
7600         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
7601         (gnus-xmas-create-image): Take pbm files.
7602         (gnus-x-face): Removed.
7603         (gnus-xmas-article-display-xface): Removed.
7604
7605         * gnus-fun.el (gnus-display-x-face-in-from): Bind
7606         default-enable-multibyte-characters.
7607
7608         * compface.el (uncompface): Doc fix.
7609
7610         * gnus-art.el (gnus-article-x-face-command): Use
7611         gnus-display-x-face-in-from.
7612
7613         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
7614
7615         * gnus-ems.el (gnus-put-image): Return the image.
7616
7617         * gnus-fun.el (gnus-display-x-face-in-from): New function.
7618         (gnus-x-face): Moved here.
7619
7620 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7621
7622         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
7623         invisible if string is nil.
7624         (gnus-xmas-article-display-xface): Use it.
7625
7626         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
7627         property when string is nil.
7628         (gnus-article-display-xface): Use it.
7629
7630 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7631
7632         * gnus-art.el (article-display-x-face): Check whether valid grey
7633         face was returned.
7634         (article-display-x-face): Place image in the right spot.
7635
7636         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
7637         stderr.
7638         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
7639
7640 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7641
7642         * gnus-xmas.el (gnus-xmas-create-image): Take optional
7643         parameters.
7644         (gnus-xmas-put-image): Allow non-strings to be passed.
7645
7646         * gnus-art.el (article-display-x-face): Use optional parameters.
7647
7648         * gnus-ems.el (gnus-create-image): Take optional parameters.
7649
7650         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
7651
7652         * compface.el (compface-xbm-p): Removed.
7653
7654         * gnus-ems.el (gnus-article-compface-xbm): Removed.
7655         (gnus-article-display-xface): Use compface.
7656
7657         * compface.el: New file.
7658
7659         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
7660         (gnus-convert-image-to-x-face-command): Ditto.
7661         (gnus-random-x-face): Quote argument.
7662         (gnus-x-face-from-file): Ditto.
7663
7664 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
7665
7666         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
7667         the expire-group parameter once per article rather than once
7668         per group; bind `nnmaildir-article-file-name' and `article'
7669         for convenience.  Leave article alone when expire-group
7670         specifies the current group.
7671         (nnmaildir--update-nov): be more concurrency-friendly with
7672         temp file names.
7673
7674 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7675
7676         * gnus-start.el (gnus-read-init-file): Cleaned up.
7677
7678 2002-01-03  Dave Love  <d.love@dl.ac.uk>
7679
7680         * gnus-start.el (gnus-startup-file-coding-system): Removed.
7681         (gnus-read-init-file): Don't use it.
7682
7683 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7684
7685         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
7686
7687 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7688
7689         * gnus-start.el (gnus-read-init-file): Don't force coding system
7690         for ~/.gnus.  From Dave Love <fx@gnu.org>.
7691
7692 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7693
7694         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
7695         * nnspool.el (nnspool-request-post): Ditto.
7696
7697         * mm-util.el (mm-use-find-coding-systems-region): New variable.
7698         (mm-find-mime-charset-region): Use it.
7699
7700 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7701
7702         * gnus.el (gnus-summary-line-format): Added :link.
7703         * gnus-topic.el (gnus-topic-line-format): Ditto.
7704         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
7705         * gnus-srvr.el (gnus-server-line-format): Ditto.
7706         * gnus-group.el (gnus-group-line-format): Ditto.
7707
7708         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
7709         :keys, it works on both Emacsen.
7710
7711 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7712
7713         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
7714
7715 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7716
7717         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
7718
7719 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
7720
7721         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
7722         very wide reply.
7723
7724 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7725
7726         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
7727         (gnus-picon-cache): New variable.
7728         (gnus-picon-transform-newsgroups): Cache stuff.
7729
7730         * gnus-art.el (gnus-article-reply-with-original): New command.
7731         (gnus-article-followup-with-original): New command.
7732
7733         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
7734         END parameters.
7735         (gnus-summary-followup): Take a list of list of articles.
7736         (gnus-inews-yank-articles): Allow lists of article/regions.
7737
7738         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
7739         longer the usual commands.
7740
7741         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
7742         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
7743         shell-command-on-region.
7744
7745 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7746
7747         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
7748           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
7749
7750 2002-01-03  Steve Youngs  <youngs@xemacs.org>
7751
7752         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
7753         understand ':keys', wrap it in an featurep 'xemacs.
7754
7755 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7756
7757         * gnus-ems.el (gnus-article-display-xface): Show xface in the
7758         order of headers (Actually, it is called in a reversed order). Add
7759         'gnus-image-text-deletable property.
7760         (gnus-remove-image): Remove text with such a property.
7761
7762         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
7763         gnus-put-image.
7764
7765         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
7766         with ", "
7767
7768 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7769
7770         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
7771
7772         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
7773         (article-display-x-face): Display grey X-Faces.
7774
7775         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
7776         (gnus-convert-gray-x-face-to-ppm): Ditto.
7777         (gnus-convert-image-to-gray-x-face): Ditto.
7778
7779         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
7780         gnus-summary-show-raw-article.
7781
7782 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7783
7784         Display picons in XEmacs without showing text.
7785
7786         * gnus-xmas.el (gnus-xmas-create-image): Don't use
7787         mm-create-image-xemacs to create xbm glyph, because it deletes
7788         temporary files.
7789         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
7790         (gnus-xmas-remove-image): Make text visible, remove glyph.
7791
7792         * gnus-picon.el (gnus-picon-transform-newsgroups)
7793         (gnus-picon-transform-address): Insert spec backward, due to the
7794         incompatibility of gnus-xmas-put-image.
7795
7796 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7797
7798         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
7799
7800 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7801
7802         * gnus.el: Doc fix.
7803
7804         * gnus-art.el: Doc fix.
7805
7806         * gnus-agent.el: Doc fix.
7807
7808 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7809
7810         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
7811
7812 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
7813
7814         * nnmaildir.el (nnmaildir--update-nov): automatically parse
7815         NOV data out of the message again if nnmail-extra-headers has
7816         changed.
7817
7818 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7819
7820         * gnus-fun.el: New file.
7821         (gnus-convert-image-to-x-face-command): New variable.
7822         (gnus-insert-x-face): New function.
7823         (gnus-random-x-face): Renamed.
7824         (gnus-x-face-from-file): Renamed.
7825
7826         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
7827         "_".
7828         (gnus-body-boundary-delimiter): Typo fix.
7829
7830 2002-01-02  Simon Josefsson  <jas@extundo.com>
7831
7832         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
7833         (gnus-body-boundary-delimiter): Fix type.
7834
7835 2002-01-01  Simon Josefsson  <jas@extundo.com>
7836
7837         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
7838         (gnus-treat-emphasize, gnus-treat-strip-cr)
7839         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
7840         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
7841         (gnus-treat-fill-article, gnus-treat-hide-citation)
7842         (gnus-treat-hide-citation-maybe)
7843         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
7844         (gnus-treat-strip-pem, gnus-treat-strip-banner)
7845         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
7846         (gnus-treat-date-ut, gnus-treat-date-local)
7847         (gnus-treat-date-english, gnus-treat-date-lapsed)
7848         (gnus-treat-date-original, gnus-treat-date-iso8601)
7849         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
7850         (gnus-treat-strip-trailing-blank-lines)
7851         (gnus-treat-strip-leading-blank-lines)
7852         (gnus-treat-strip-multiple-blank-lines)
7853         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
7854         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
7855         (gnus-treat-display-xface, gnus-treat-display-smileys)
7856         (gnus-treat-from-picon, gnus-treat-mail-picon)
7857         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
7858         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
7859         (gnus-treat-play-sounds, gnus-treat-translate)
7860         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
7861
7862         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
7863         (gnus-article-treat-body-boundary): Use it.
7864
7865         * message.el (message-mode): Fix doc.
7866         (message-mode-menu): Fix names.
7867
7868 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7869
7870         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
7871         articles.
7872
7873         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
7874         (gnus-picon-transform-address): Search for unknown faces as well.
7875         (gnus-picon-find-face): Don't search "news" for MISC.
7876         (gnus-picon-user-directories): Changed default back to exclude
7877         "unknown".
7878
7879         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
7880
7881         * gnus-picon.el (gnus-picon-find-face): Search through all
7882         databases.
7883         (gnus-picon-find-face): New implementation.
7884
7885         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
7886         keystroke.
7887         (gnus-topic-goto-next-topic): Ditto.
7888
7889         * gnus.el (gnus-summary-line-format): Changed default.
7890
7891         * nnmail.el (nnmail-extra-headers): Change default.
7892
7893         * gnus-sum.el (gnus-extra-headers): Change default.
7894
7895         * message.el (message-news-other-window): Changed "news" to
7896         "posting".
7897         (message-news-other-frame): Ditto.
7898         (message-do-send-housekeeping): Ditto.
7899
7900         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
7901         function.
7902         (gnus-article-unread-p): New function.
7903         (gnus-article-unseen-p): New function.
7904         (gnus-dead-summary-mode-map): Typo.
7905
7906         * gnus-util.el (gnus-make-predicate): New function.
7907         (gnus-make-predicate-1): New function.
7908
7909         * gnus-sum.el: New function.
7910         (gnus-map-articles): New function.
7911
7912         * gnus-art.el (gnus-treat-fold-headers): New variable.
7913         (gnus-article-treat-fold-headers): New command and keystroke.
7914
7915         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
7916         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
7917
7918 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7919
7920         * message.el (message-fcc-externalize-attachments): New variable.
7921         (message-do-fcc): Use it.
7922
7923         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
7924         (gnus-inews-do-gcc): Use it.
7925
7926         * mml.el (mml-tweak-sexp-alist): New variable.
7927         (mml-externalize-attachments): New variable.
7928         (mml-tweak-part): Use mml-tweak-sexp-alist.
7929         (mml-tweak-externalize-attachments): New function.
7930
7931 2002-01-01  Steve Youngs  <youngs@xemacs.org>
7932
7933         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
7934         'set-glyph-face' so x-face back/foreground can be set.
7935
7936 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7937
7938         * message.el (message-fix-before-sending): Fix a typo.
7939
7940 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7941
7942         * gnus-art.el (gnus-treat-smiley): Renamed command.
7943         (gnus-article-remove-images): New command and keystroke.
7944
7945         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
7946
7947         * smiley-ems.el (gnus-smiley-display): Removed.
7948
7949         * gnus.el (gnus-version-number): Update version.
7950
7951         * message.el (message-text-with-property): Renamed and moved
7952         here.
7953         (message-fix-before-sending): Highlight invisible text and place
7954         point there.
7955
7956 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7957
7958         * gnus.el: Oort Gnus v0.04 is released.
7959
7960 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7961
7962         * gnus-delay.el (gnus-delay-send-queue): Renamed.
7963
7964         * gnus-art.el (gnus-ignored-headers): More headers,
7965
7966         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
7967         of `scan-error', since XEmacs doesn't seem to support that.
7968
7969 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7970
7971         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
7972         arg.
7973         (gnus-summary-best-unread-subject): Ditto.
7974         (gnus-summary-best-unread-subject): No, don't.
7975         (gnus-summary-better-unread-subject): New command.
7976
7977         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
7978
7979         * lpath.el ((featurep 'xemacs)): fbind url function.
7980
7981         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
7982         buffer.
7983         (gnus-xmas-remove-image): Implementation that does something.
7984         (gnus-xmas-article-display-xface): Mark images properly.
7985
7986         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
7987
7988 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
7989
7990         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
7991
7992 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7993
7994         * gnus-group.el (gnus-group-line-format): Added %O to the default
7995         value.
7996
7997         * gnus-util.el (gnus-text-with-property): The smallest point is
7998         point-min.
7999
8000         * smiley-ems.el (smiley-region): Return images.
8001         (gnus-smiley-display): Allow toggling.
8002         (smiley-region): Use text properties, not overlays.
8003
8004         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
8005         implemented yet.
8006
8007         * smiley-ems.el (smiley-update-cache): Check for valid types.
8008
8009         * gnus-art.el (gnus-with-article-buffer): New macro.
8010
8011         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
8012         strings as well as the glyphs.
8013         (gnus-picon-transform-address): Ditto.
8014         (gnus-picon-insert-glyph): Ditto.
8015         (gnus-picon-transform-newsgroups): Toggle.
8016         (gnus-picon-transform-address): Toggle.
8017
8018         * gnus-ems.el (gnus-remove-image): New function.
8019         (gnus-put-image): Take an optional string.
8020
8021         * gnus-util.el (gnus-text-with-property): New function.
8022
8023         * gnus-art.el (gnus-delete-images): New function.
8024
8025         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
8026
8027         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
8028         (gnus-article-wash-status): Use it.
8029         (gnus-signature-toggle): Clean up.
8030         (gnus-add-wash-status): New function.
8031         (gnus-delete-wash-status): New function.
8032         (gnus-article-hide-text-type): Use them throughout.
8033         (gnus-add-image): New function.
8034
8035         * gnus-ems.el (gnus-article-display-xface): Use new interface.
8036
8037         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
8038         interface.
8039
8040         * gnus-art.el (article-display-x-face): Cleaned up.
8041
8042         * rfc2047.el (rfc2047-field-value): New function.
8043
8044         * mail-parse.el (mail-header-field-value): New alias.
8045
8046         * gnus-art.el (gnus-mime-print-part): Fix typos.
8047
8048         * smiley-ems.el (gnus-smiley-file-types): New variable.
8049         (smiley-update-cache): Use it.
8050         (smiley-regexp-alist): Suffix-less smiley names.
8051         (smiley-regexp-alist): Added more smileys.
8052
8053         * gnus-sum.el (gnus-print-buffer): Made into own function.
8054         (gnus-summary-print-article): Use it.
8055
8056         * mailcap.el (mailcap-mime-info): Actually return the bit that we
8057         looked for when REQUEST is a string.
8058
8059         * gnus-art.el (gnus-mime-button-commands): Add printing
8060         keystroke.
8061         (gnus-mime-copy-part): Doc fix.
8062         (gnus-mime-print-part): New command.
8063
8064 2001-12-31  Simon Josefsson  <jas@extundo.com>
8065
8066         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
8067         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
8068
8069 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8070
8071         * gnus-picon.el (gnus-treat-from-picon): Autoload.
8072         (picon): Fix doc.
8073
8074         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
8075         longer exists. Remove those codes.
8076         * gnus.el (gnus-use-picons): Ditto.
8077
8078 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8079
8080         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
8081         infloop.
8082
8083         * gnus-sum.el (t): New `W D' map.
8084
8085         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
8086         (gnus-article-treat-body-boundary): Clean up.
8087         (gnus-body-boundary-face): Removed.
8088         (gnus-article-goto-header): Moved here.
8089         (gnus-article-goto-header): Allow better regexps.
8090         (gnus-article-treat-fold-newsgroups): New command.
8091
8092         * gnus-sum.el (gnus-summary-move-article): We have to select an
8093         article to give `gnus-read-move-group-name' an opportunity to
8094         suggest an appropriate default.
8095
8096         * rfc2047.el (rfc2047-fold-line): New function.
8097         (rfc2047-unfold-line): Ditto.
8098         (rfc2047-fold-region): Don't fold just after the header name.
8099
8100         * mail-parse.el (mail-header-fold-line): New alias.
8101         (mail-header-unfold-line): Ditto.
8102
8103         * gnus-art.el (gnus-body-boundary-face): Renamed.
8104         (gnus-article-treat-body-boundary): Use it.
8105         (gnus-article-treat-body-boundary): Use an invisible header and a
8106         line of underline characters.
8107
8108 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8109
8110         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
8111
8112         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
8113         (gnus-picon-split-address): New function.
8114         (gnus-picon-find-face): Use it.
8115         (gnus-picon-transform-address): Use it. Set first to t for each
8116         address.
8117
8118         * gnus-art.el (gnus-with-article-headers): Move to here. Define
8119         the macro then use it.
8120         (gnus-treatment-function-alist): Treat picons earlier.
8121
8122 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8123
8124         * gnus-art.el (gnus-body-separator-face): New variable.
8125         (gnus-article-treat-body-boundary): Use a blank, colored line.
8126
8127         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
8128         well.
8129
8130         * gnus-art.el (gnus-treat-body-boundary): New variable.
8131         (gnus-article-treat-unfold-headers): Use helper macro.
8132         (gnus-article-treat-body-boundary): New command.
8133
8134         * gnus.el (gnus-logo-color-style): Change the default color.
8135         (gnus-splash-face): Gray, gray.
8136
8137         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
8138         colors.
8139
8140         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
8141         (gnus-logo-color-style): Ditto.
8142         (gnus-logo-colors): Ditto.
8143
8144         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
8145
8146         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
8147
8148         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
8149         (gnus-picon-transform-newsgroups): New function.
8150
8151         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
8152         string.
8153
8154         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
8155
8156         * gnus-art.el (gnus-treat-cc-picon): New variable.
8157         (gnus-treat-mail-picon): Renamed.
8158
8159         * gnus-picon.el: New implementation.
8160         (gnus-picon-find-face): Renamed.
8161         (gnus-treat-from-picon): Use it.
8162         (gnus-picon-transform-address): Renamed.
8163         (gnus-treat-from-picon): Use it.
8164         (gnus-picon-create-glyph): Renamed.
8165         (gnus-picon-transform-address): Use it.
8166         (gnus-treat-cc-picon): New command.
8167
8168         * mm-decode.el (mm-create-image-xemacs): Separated out into
8169         function.
8170         (mm-get-image): Use it.
8171
8172         * gnus-art.el (gnus-treat-display-picons): Simplify.
8173         (gnus-treat-from-picon): Renamed.
8174
8175         * gnus-ems.el (gnus-create-image): New function.
8176         (gnus-put-image): New function.
8177
8178         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
8179         (gnus-with-article-headers): New macro.
8180         (gnus-article-goto-header): New function.
8181
8182         * gnus-xmas.el (gnus-image-type-available-p): New function.
8183
8184         * gnus-ems.el (gnus-image-type-available-p): New function.
8185
8186 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8187
8188         * nnrss.el (nnrss-check-group): Find the correct tag, because
8189         xml.el is changed.
8190
8191 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8192
8193         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
8194         lines are shorter than the window width.
8195         (gnus-ignored-headers): More headers.
8196
8197 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8198
8199         * gnus-art.el (gnus-treat-unfold-lines): New variable.
8200         (gnus-treat-unfold-headers): Renamed.
8201         (gnus-article-treat-unfold-headers): New command and keystroke.
8202
8203         * rfc2047.el (rfc2047-encode-message-header): Clean up.
8204
8205         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
8206
8207 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8208
8209         * sha1-el.el (sha1-use-external): New variable.
8210         (sha1-region): Use it.
8211         (sha1-string): Ditto.
8212
8213         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
8214         * gnus-picon.el: Less warnings when compile.
8215
8216 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8217
8218         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
8219         alias.
8220         (gnus-picons-database): Default to list.
8221         (gnus-picons-lookup-internal): Use it.
8222
8223         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
8224         to "bogus".
8225
8226         * gnus-win.el (gnus-configure-windows-hook): New hook.
8227
8228 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
8229
8230         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
8231
8232 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8233
8234         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
8235         lists.
8236         (gnus-select-newsgroup): Don't append; push.
8237         (gnus-adjust-marked-articles): Remove obsolete ranges from
8238         `seen'.
8239         (gnus-update-marks): Clean up.
8240         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
8241
8242 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
8243
8244         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
8245
8246 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8247
8248         * gnus-sum.el (gnus-auto-select-subject): New variable.
8249         (gnus-summary-best-unread-subject): New function.
8250         (gnus-summary-best-unread-article): Use it.
8251         (gnus-summary-first-unseen-subject): New function and command.
8252
8253         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
8254         other treatments.
8255
8256         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
8257         function.
8258
8259         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
8260         from the list of hidden types.
8261
8262         * mm-view.el (mm-inline-text): Ditto.
8263         (mm-inline-text): Ditto.
8264         (mm-w3-prepare-buffer): Ditto.
8265
8266         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
8267
8268 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8269
8270         * gnus-art.el (gnus-ignored-headers): Added more headers.
8271
8272 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
8273
8274         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
8275         once.
8276
8277 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8278
8279         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
8280
8281 2001-12-28  Simon Josefsson  <jas@extundo.com>
8282
8283         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
8284         Jesper Harder <harder@ifa.au.dk>.
8285
8286 2001-12-27  Simon Josefsson  <jas@extundo.com>
8287
8288         * gnus-sum.el (gnus-select-newsgroup): Make
8289         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
8290         contain all articles (instead of none) when no seen marks have
8291         been set for the group.
8292         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
8293         instead, it seems to result in shorter ranges.
8294
8295 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8296
8297         * mm-util.el (mm-iso-8859-x-to-15-region): Use
8298         insert-before-markers.
8299         From Jesper Harder <harder@ifa.au.dk>
8300
8301 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
8302
8303         * nnmaildir.el (nnmaildir-save-mail): create the destination
8304         groups if they do not exist.
8305
8306 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8307
8308         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
8309
8310 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8311
8312         * gnus-group.el (gnus-group-read-ephemeral-group): Call
8313         gnus-group-real-name.
8314
8315         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
8316         (gnus-newsgroup-variables): Ditto.
8317
8318         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
8319         return it.
8320
8321 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
8322
8323         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
8324         * nnmaildir.el (top-level): Add commentary.
8325         (nnmaildir-version): Indicate that nnmaildir is now a standard
8326         part of Gnus, not separately released.
8327
8328 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8329
8330         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
8331         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
8332         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
8333         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8334
8335 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8336
8337         * nnmaildir.el: Copyright changes. Require cl only at compile time.
8338
8339 2001-12-20  Simon Josefsson  <jas@extundo.com>
8340
8341         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
8342         ZHU <zsh@cs.rochester.edu>.
8343         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
8344         Brian P Templeton <bpt@tunes.org>.
8345
8346 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8347
8348         * nnmaildir.el: New file.
8349         From Paul Jarc <prj@po.cwru.edu>.
8350
8351 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8352
8353         * nndoc.el (nndoc-type-alist): Move forward to the end.
8354
8355 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8356
8357         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
8358         `dolist'.
8359
8360 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8361
8362         * gnus-win.el (gnus-frames-on-display-list): New function.
8363         (gnus-get-buffer-window): Use it.
8364
8365 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8366
8367         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
8368
8369 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8370
8371         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
8372
8373 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8374            From Harald Meland <Harald.Meland@usit.uio.no>
8375
8376         * gnus-win.el (gnus-get-buffer-window): New function.
8377         (gnus-all-windows-visible-p): Use it.
8378
8379         * gnus-util.el (gnus-horizontal-recenter)
8380         (gnus-horizontal-recenter, gnus-horizontal-recenter)
8381         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
8382
8383         * gnus-score.el (gnus-score-insert-help): Use it.
8384
8385         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
8386         (gnus-generate-tree, gnus-highlight-selected-tree)
8387         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
8388         it.
8389
8390         * gnus-art.el (gnus-article-set-window-start)
8391         (gnus-mm-display-part, gnus-request-article-this-buffer)
8392         (gnus-button-next-page, gnus-button-prev-page)
8393         (gnus-article-button-next-page, gnus-article-button-prev-page):
8394         Use it.
8395
8396 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
8397
8398         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
8399         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
8400         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
8401
8402 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8403
8404         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
8405         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
8406         * mml1991.el, nnultimate.el: Add `coding'.
8407
8408 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
8409
8410         * ChangeLog: changed coding to buffer-file-coding-system
8411         * ChangeLog.1: same
8412         * nnwfm.el: same
8413         * gnus-smiley.el: same
8414         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
8415         * gnus-delay.el: same
8416         * gnus-spec.el: same
8417         * message.el: same
8418         * mml1991.el: same
8419         * nnultimate.el: same
8420
8421 2001-12-16  Simon Josefsson  <jas@extundo.com>
8422         Inspired by code by Dirk Meyer <dischi@tzi.de>.
8423
8424         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
8425         (gnus-summary-save-map): Add muttprint.
8426         (gnus-summary-make-menu-bar): Ditto.
8427         (gnus-summary-muttprint): New function.
8428
8429         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
8430
8431 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8432
8433         * uudecode.el (uudecode-decode-region-internal): Speedup by using
8434         temporary list instead of buffer.
8435
8436         * mm-url.el (executable-find): autoload.
8437
8438 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8439
8440         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
8441         to variable, follow doc-string conventions).
8442
8443 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
8444
8445         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
8446         subscribe-level
8447         * gnus-topic.el (gnus-subscribe-topics): use it.
8448
8449 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8450
8451         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
8452         messages. (A small patch with indentation)
8453         From Sean Neakums <sneakums@zork.net>.
8454
8455         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
8456         nil after shooting down the gnus-original-article-buffer.
8457
8458 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8459
8460         * uudecode.el (uudecode-use-external): New variable.
8461         (uudecode-decode-region): Automatically detect external program.
8462
8463         * binhex.el (binhex-use-external): New variable.
8464         (binhex-decode-region-internal): New function.
8465         (binhex-decode-region): Automatically detect external program.
8466
8467         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
8468         Use them.
8469
8470 2001-12-12  Simon Josefsson  <jas@extundo.com>
8471
8472         * nnvirtual.el (nnvirtual-always-rescan)
8473         (nnvirtual-component-regexp): Fix doc.
8474
8475         * nnoo.el (defvoo): Add doc to defvoo variables.
8476
8477         * nnml.el (nnml-directory, nnml-active-file)
8478         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
8479         (nnml-marks-is-evil, nnml-filenames-are-evil)
8480         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
8481
8482         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
8483         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
8484         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
8485         `error'.
8486
8487         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
8488         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
8489
8490         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
8491         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
8492         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
8493         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
8494
8495         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
8496         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
8497
8498         * imap.el, nnimap.el: Fix indentation.
8499
8500         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
8501
8502 2001-12-12  Didier Verna  <didier@xemacs.org>
8503
8504         * gnus-msg.el (gnus-group-news): New function.
8505         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
8506         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
8507         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
8508         for it.
8509         * gnus-msg.el (gnus-summary-news-other-window): New function.
8510         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
8511         bind it to `i'.
8512         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
8513         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
8514         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
8515         for it (called with a prefix).
8516         * gnus-msg.el (gnus-configure-posting-styles): add an optional
8517         group-name argument.
8518         * gnus-msg.el (gnus-setup-message): use it.
8519
8520 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8521
8522         * gnus-sum.el (gnus-summary-show-article): Fix doc.
8523
8524 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8525
8526         * mml.el (mime-to-mml): Remove Content-Disposition too.
8527
8528 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8529
8530         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
8531         * gnus-group.el (gnus-group-name-decode): Decode unibyte
8532         strings only.
8533         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8534
8535 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
8536
8537         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
8538         (nnmail-fancy-expiry-target): Use it.
8539         Suggestions from Simon Josefsson <jas@extundo.com>.
8540
8541 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8542
8543         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
8544
8545 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8546
8547         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
8548
8549         * gnus-util.el (gnus-url-unhex-string): Move here.
8550
8551 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8552
8553         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
8554         mm-url-decode-entities-nbsp.
8555
8556         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
8557         * webmail.el, nnwfm.el: Use mm-url.
8558
8559         * mm-url.el (mm-url-fetch-form): Move from nnweb.
8560         (mm-url-remove-markup): Move from nnweb.
8561         (mm-url-fetch-simple): Move from webmail.
8562
8563         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
8564
8565 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8566
8567         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
8568         (gnus-summary-print-article): Use it.
8569
8570         * gnus-util.el (gnus-replace-in-string): Typo.
8571
8572 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8573
8574         * nnweb.el (nnweb-replace-in-string): Removed.
8575
8576         * gnus-util.el (gnus-replace-in-string): New function.
8577         (gnus-mode-string-quote): Use it.
8578
8579         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
8580         * nnwfm.el (nnwfm-create-mapping): Ditto.
8581
8582 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8583
8584         * dgnushack.el (dgnushack-compile): nnrss.el and
8585         nnslashdot.el don't depend on nnweb, url, w3.
8586
8587         * nnrss.el: Use mm-url.
8588
8589 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8590
8591         * mm-url.el (mm-url-insert-file-contents): Support file:.
8592
8593 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8594
8595         * mm-view.el: Lower case for the description line. Sync from the
8596         Emacs CVS.
8597
8598 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8599
8600         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
8601         From:  Stefan Monnier  <monnier@cs.yale.edu>
8602
8603 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8604
8605         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
8606
8607 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8608
8609         * mm-url.el: Require executable.
8610         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8611
8612 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8613
8614         * pop3.el (pop3-munge-message-separator): Only use valid date.
8615         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
8616
8617         * Makefile.in: gnus-load.elc may not be generated.
8618
8619 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8620
8621         * mm-url.el: New file.
8622         * nnslashdot.el: Use it.
8623         * mm-extern.el (mm-extern-url): Use it.
8624
8625 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8626
8627         * gnus-sum.el (gnus-summary-save-article): Nix
8628         gnus-display-mime-function and gnus-article-prepare-hook.
8629
8630         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
8631         the beginning of lines.
8632         (gnus-complex-form-to-spec): Ditto.
8633
8634 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8635
8636         * message.el (message-make-mft): Fix the m-s-a-file regexp.
8637         From Paul Jarc <prj@po.cwru.edu>.
8638
8639 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8640
8641         * message.el: New variable message-subscribed-address-file;
8642         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
8643
8644 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8645
8646         * message.el (message-tab-body-function): Set to nil.
8647         (message-tab): Use text-mode-map or global-map.
8648         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8649
8650 2001-11-30  Simon Josefsson  <jas@extundo.com>
8651
8652         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
8653         instead of gnus-union, for speed.  Suggested by Christoph Conrad
8654         <christoph.conrad@gmx.de>.
8655         (gnus-agent-fetch-group-1): Add verbose message.
8656
8657 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8658
8659         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
8660         of integers.
8661
8662 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8663
8664         * message.el (message-newgroups-header-regexp)
8665         (message-completion-alist, message-tab-body-function): Use
8666         defcustom rather than defvar.
8667         (message-tab): Mention `message-tab-body-function' in doc.
8668         Suggested by Karl Eichwalder.
8669
8670 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8671
8672         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
8673
8674 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8675
8676         * nnheader.el (nnheader-find-nov-line): Don't use macro
8677         gnus-delete-line.
8678
8679         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
8680         (gnus-group-name-charset): Ditto.
8681
8682         * gnus-util.el (gnus-buffer-live-p): Ditto.
8683
8684 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8685
8686         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
8687         open parenthesis in doc.
8688         (sieve-manage-authenticator-alist): Typo in doc.
8689         * imap.el (imap-authenticator-alist): Typo in doc.
8690         (imap-stream-alist): Backslash.
8691
8692         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
8693           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
8694
8695 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8696
8697         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
8698
8699         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
8700
8701         * gnus-msg.el (gnus-configure-posting-styles): use
8702         make-local-hook. Add LOCAL for add-hook.
8703
8704 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
8705
8706         * message.el (message-mode): Use `make-local-hook' unless
8707         obsolete.
8708         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
8709
8710 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8711
8712         * canlock.el: Remove sha1.el and base64.el stuff.
8713
8714 2001-11-26  Didier Verna  <didier@xemacs.org>
8715
8716         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
8717         if needed.
8718
8719 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8720
8721         * message.el (message-tamago-not-in-use-p): New function.
8722         (message-strip-forbidden-properties): Use it.
8723
8724 2001-11-26  Didier Verna  <didier@xemacs.org>
8725
8726         * gnus-start.el (gnus-check-first-time-used): only check for
8727         existence of .el[d] files.
8728
8729 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8730
8731         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
8732
8733         * message.el (message-setup-1): Clean up mc-*.
8734
8735 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8736
8737         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
8738         * gnus-score.el (gnus-score-find-bnews): Use it.
8739
8740         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
8741         (gnus-summary-limit-to-author): Ditto.
8742         (gnus-summary-limit-to-extra): Ditto.
8743         (gnus-summary-find-matching): Support not-matching argument.
8744
8745 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8746
8747         * message.el (message-wash-subject): Use `insert' rather than
8748         `insert-string', which is deprecated.
8749
8750 2001-11-24  Simon Josefsson  <jas@extundo.com>
8751
8752         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
8753         message. (Gnus does not "default" to using 8bit for the message,
8754         it default to use 8bit encoding and the user-supplied CTE
8755         value. Calling this behaviour "treating it as 8bit" is perhaps
8756         better.)
8757
8758         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
8759         (compare mm-charset-to-coding-system).
8760
8761 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8762
8763         * canlock.el (canlock-sha1-with-openssl): Use unibyte
8764         buffer. Correctly decode hex.
8765
8766 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8767
8768         * gnus-agent.el (gnus-category-insert-line): Convert category
8769         names to strings.
8770
8771 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8772
8773         * message.el (sha1): eval-and-compile.
8774
8775 2001-11-20  Simon Josefsson  <jas@extundo.com>
8776
8777         * message.el (message-allow-no-recipients): New variable.
8778         (message-send): Use it, customize the prompting when posting to
8779         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
8780
8781 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8782
8783         * mm-util.el (mm-coding-system-priorities): New variable.
8784         (mm-sort-coding-systems-predicate): New function.
8785         (mm-find-mime-charset-region): Resort coding systems if needed.
8786         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8787
8788 2001-11-20  Didier Verna  <didier@xemacs.org>
8789
8790         * gnus-group.el (gnus-group-make-help-group): new optional
8791         argument to control the error behavior.
8792         * gnus-start.el (gnus-check-first-time-used): use it to avoid
8793         erroring.
8794
8795 2001-11-19  Simon Josefsson  <jas@extundo.com>
8796
8797         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
8798         instead of C-c C-u.  Suggested by Per Abrahamsen
8799         <abraham@dina.kvl.dk>.
8800
8801 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8802
8803         * nnfolder.el (nnfolder-read-folder): Use group instead of
8804         nnfolder-current-group.
8805         Suggested by Lorentey Karoly <lorentey@elte.hu>.
8806
8807 2001-11-17  Simon Josefsson  <jas@extundo.com>
8808
8809         * message.el (message-send): Ask user if Fcc/Gcc should be
8810         performed when no other sender was specified.
8811         Suggested by prj@po.cwru.edu (Paul Jarc).
8812
8813 2001-11-17  Simon Josefsson  <jas@extundo.com>
8814
8815         * message.el (message-mode, message-mode-map): Use C-c C-u for
8816         Importance: instead of C-c C-p (used by SC).
8817
8818 2001-11-16  Simon Josefsson  <jas@extundo.com>
8819
8820         * message.el (message-insert-importance-high)
8821         (message-insert-importance-low): Save point.
8822
8823         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
8824         value.
8825
8826 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
8827
8828         * message.el (message-strip-special-text-properties): New option.
8829         (message-strip-forbidden-properties): Obey it.
8830
8831 2001-11-14  Sam Steingold  <sds@gnu.org>
8832
8833         * gnus-score.el: Fixed some doc strings to properly quote symbols.
8834
8835 2001-11-15  Simon Josefsson  <jas@extundo.com>
8836
8837         Support "Importance:" header in Message.
8838
8839         * message.el (message-mode-map): Bind C-c C-p to
8840         `message-insert-or-toggle-importance'
8841         (message-mode-menu): Add message-insert-importance-{high,low}.
8842         (message-insert-importance-high, message-insert-importance-low)
8843         (message-insert-or-toggle-importance): New functions.
8844         (message-tool-bar-map): Add {un,}important.
8845         (message-mode): Doc fix.
8846
8847 2001-11-15  Simon Josefsson  <jas@extundo.com>
8848
8849         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
8850
8851         * mml.el (mml-menu): Fix toolbar tooltip.
8852
8853 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8854
8855         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
8856         * nnml.el (nnml-save-marks): Ditto.
8857
8858         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
8859
8860 2001-11-15  Simon Josefsson  <jas@extundo.com>
8861
8862         * nnml.el (nnml-save-marks):
8863         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
8864         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
8865
8866 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8867
8868         * gnus-art.el (gnus-article-wash-status-strings): Use
8869         `copy-sequence', not `copy-seq'.
8870
8871 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8872
8873         * gnus-art.el (gnus-article-wash-status-strings): New constant.
8874         (gnus-gnus-article-wash-status-entry): New function.
8875         (gnus-article-wash-status): Use it.
8876
8877 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8878
8879         * mml1991.el: Add coding header.
8880
8881 2001-11-12  Simon Josefsson  <jas@extundo.com>
8882
8883         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
8884         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
8885         `mml1991-sign' and `mml1991-encrypt'.
8886         (mml1991-encrypt, mml1991-sign): New glue functions.
8887         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
8888
8889         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
8890         (mml-menu): Add PGP to menu.
8891
8892         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
8893         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
8894         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
8895         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
8896
8897         * mml2015.el: Mention RFC 3156.
8898
8899         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
8900
8901 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8902
8903         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
8904
8905         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
8906           From <Michael.Cook@cisco.com>
8907
8908 2001-11-11  Simon Josefsson  <jas@extundo.com>
8909
8910         * message.el (top-level): Autoload sha1.
8911         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
8912         canlock, no need to require two different hash algs).  Suggested
8913         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
8914
8915 2001-11-09  Simon Josefsson  <jas@extundo.com>
8916
8917         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
8918         <Pavel@Janik.cz>.
8919
8920 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8921
8922         * message.el (message-point-in-header-p): New function.
8923         (message-do-auto-fill): Use it.
8924         (message-beginning-of-line): New function.  Goes to beginning of
8925         header value (i.e., end of header name), or to beginning of line
8926         if already at beginning of value.  Behaves like
8927         `beginning-of-line' when in message body.
8928         (message-mode-map): Bind it.
8929
8930 2001-11-08  Simon Josefsson  <jas@extundo.com>
8931
8932         * gnus-msg.el (gnus-posting-styles): Add doc.
8933
8934 2001-11-07  Simon Josefsson  <jas@extundo.com>
8935
8936         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
8937
8938         * sieve-mode.el (sieve-control-commands-face)
8939         (sieve-control-commands-face, sieve-action-commands-face)
8940         (sieve-test-commands-face, sieve-tagged-arguments-face): New
8941         faces.
8942         (sieve-font-lock-keywords): Use them.
8943         (sieve-mode): Only set font-lock-defaults in emacs.
8944
8945         * gnus-art.el (gnus-default-article-saver): Add
8946         gnus-summary-save-body-in-file.
8947         (gnus-summary-write-to-file): Fix doc.
8948
8949 2001-11-07  Simon Josefsson  <jas@extundo.com>
8950
8951         * gnus-art.el (gnus-treat-highlight-signature): Add cross
8952         reference to the correct chapter in the manual.
8953
8954         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
8955         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
8956
8957 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8958
8959         * mml.el (mml-preview): Bind mail-header-separator.
8960
8961 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8962
8963         * message.el: Always require canlock.
8964         (message-ignored-supersedes-headers): Include Cancel-Lock and
8965         Cancel-Key.
8966         (message-insert-canlock): Don't require canlock.
8967         (message-cancel-news): Don't check whether canlock is available.
8968         (message-supersede): Support cancel-locks.
8969
8970         * gnus-art.el: Don't autoload canlock.
8971
8972 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8973
8974         * mail-source.el (mail-source-fetch-imap): ASYNC param.
8975         From: <andre@slamdunknetworks.com>
8976
8977 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8978
8979         * many files: Fix copyright lines.
8980
8981 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8982
8983         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
8984         Suggested by Dave Love  <fx@gnu.org>.
8985
8986 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8987
8988         * message.el (message-kill-buffer): Remove auto-save file after
8989         confirm.
8990
8991         * message.el (message-send-mail): Call message-generate-headers
8992         once.  Suggested by Matt Armstrong <matt@lickey.com>.
8993
8994         * gnus-topic.el (gnus-topic-rename): Initial-input.
8995         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
8996
8997 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8998
8999         * message.el (message-forbidden-properties): New constant.
9000         (message-strip-forbidden-properties): New function.
9001         (message-mode): Activate it.
9002
9003 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9004
9005         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
9006         (mm-hack-charsets): Fix doc.
9007
9008 2001-11-02  Simon Josefsson  <jas@extundo.com>
9009
9010         * gnus-int.el (gnus-check-server): Message "...done" when done.
9011
9012         * imap.el (imap-close): Don't message (imap-send-command-wait
9013         returns if the connection is dropped).
9014         (imap-wait-for-tag): Nix out message only when necessary.
9015
9016         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
9017         for non-crossposting.
9018         (gnus-sieve-crosspost): Default to t to be consistent with other
9019         parts of Gnus.
9020
9021 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9022
9023         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
9024         (mm-iso-8859-x-to-15-table): Ditto.
9025         (mm-iso-8859-x-to-15-region): Ditto.
9026         (mm-find-mime-charset-region): Ditto.
9027
9028 2001-11-01  Simon Josefsson  <jas@extundo.com>
9029
9030         * nnimap.el (nnimap-close-asynchronous): New variable.
9031         (nnimap-close-group): Use it.
9032         (nnimap-expunge): Don't use it.
9033
9034         * imap.el (imap-callbacks): New variable.
9035         (imap-remassoc): Copied from `gnus-remassoc'.
9036         (imap-add-callback): New function.
9037         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
9038         behaviour.
9039         (imap-parse-response): Call the callback.
9040
9041         * message.el (message-insert-canlock): New variable.
9042         (message-canlock-generate, message-canlock-password)
9043         (message-insert-canlock): New functions.
9044         (message-send-news): Call `message-insert-canlock'.
9045         (top-level): Require canlock when compiling.
9046         (message-insert-canlock): Require canlock before we need it.
9047
9048 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9049
9050         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
9051
9052 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9053
9054         * dgnushack.el (dgnushack-make-load): A workaround for
9055         custom-add-loads bug in some versions of XEmacs.
9056
9057 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9058
9059         * mm-util.el (mm-charset-synonym-alist): Revert (some).
9060
9061 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9062
9063         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
9064         (mm-hack-charsets): New variable.
9065         (mm-iso-8859-15-compatible): New variable.
9066         (mm-iso-8859-x-to-15-table): New variable.
9067         (mm-find-mime-charset-region): Add parameter hack-charsets.
9068
9069         * mm-bodies.el (mm-encode-body): Use it.
9070         * mml.el (mml-parse-1): Ditto.
9071
9072 2001-11-01  Simon Josefsson  <jas@extundo.com>
9073
9074         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
9075
9076 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9077
9078         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
9079         is nil.
9080
9081 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9082
9083         * smiley-ems.el (smiley-update-cache): Auto detect file type.
9084
9085         * message.el (message-forward-rmail-make-body): Use
9086         save-window-excursion.
9087         (message-encode-message-body): Search with noerror.
9088         (message-setup-1): Convert compose-mail send-actions to
9089         message-send-actions.
9090
9091 2001-11-01  Simon Josefsson  <jas@extundo.com>
9092
9093         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
9094         <yamaoka@jpl.org>.
9095
9096 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9097
9098         * sieve-manage.el (sieve-string-bytes): No complain.
9099
9100 2001-11-01  Simon Josefsson  <jas@extundo.com>
9101
9102         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
9103         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
9104         has autoload cookies, so no `require' should be necessary.)
9105
9106         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
9107         files.
9108
9109 2001-10-31  Simon Josefsson  <jas@extundo.com>
9110
9111         * gnus-cus.el (gnus-group-parameters): Support integer `display'
9112         parameter.
9113
9114         * gnus-sum.el (gnus-select-newsgroup): If group parameter
9115         `display' is a number (and C-u wasn't used to enter group), only
9116         fetch that number of articles.
9117
9118 2001-10-31  Matt Armstrong  <matt@lickey.com>
9119
9120         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
9121         not-subscribed -> subscribed.
9122
9123 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9124         From: Josh Huber <huber@alum.wpi.edu>
9125
9126         * message.el (message-subscribed-address-functions): New variable.
9127         (message-subscribed-addresses): New variable.
9128         (message-subscribed-regexps): New variable.
9129         (message-goto-mail-followup-to): New function.
9130         (message-send-mail): Add Mail-Followup-To.
9131         (message-make-mft): New function.
9132
9133         * gnus.el (gnus-find-subscribed-addresses): New function.
9134
9135 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9136
9137         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
9138         (mail-source-fetch-pop): Ditto.
9139         (mail-source-check-pop): Ditto.
9140
9141         * gnus-start.el (gnus-read-init-file): Ditto.
9142         (gnus-activate-group): Ditto.
9143         (gnus-read-newsrc-el-file): Ditto.
9144
9145 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9146
9147         * message.el (message-get-reply-headers): Make sure there is ", ".
9148
9149         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
9150         mm-coding-system-p. Don't correct it only in XEmacs.
9151         (mm-charset-to-coding-system): Use mm-coding-system-p and
9152         mm-get-coding-system-list.
9153         (mm-emacs-mule, mm-mule4-p): New variables.
9154         (mm-enable-multibyte, mm-disable-multibyte,
9155         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
9156         mm-with-unibyte-current-buffer,
9157         mm-with-unibyte-current-buffer-mule4): Use them.
9158         (mm-find-mime-charset-region): Treat iso-2022-jp.
9159
9160         From  Dave Love  <fx@gnu.org>:
9161
9162         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
9163         construction.
9164         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
9165         entries conditional on not having a coding system defined for
9166         them.
9167         (mm-mule-charset-to-mime-charset): Use
9168         find-coding-systems-for-charsets if defined.
9169         (mm-charset-to-coding-system): Don't use
9170         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
9171         later.  Add last resort search of coding systems.
9172         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
9173         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
9174         Mule 4.
9175         (mm-find-mime-charset-region): Re-write.
9176         (mm-with-unibyte-current-buffer): Restore buffer as well as
9177         multibyteness.
9178
9179 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9180
9181         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
9182         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
9183         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
9184
9185 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9186
9187         * gnus-art.el (article-display-x-face): Nix buffer-read-only
9188         again.
9189
9190         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
9191
9192 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9193
9194         * gnus-spec.el (gnus-parse-simple-format): Use
9195           buffer-substring-no-properties.
9196
9197 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9198
9199         * gnus-art.el (article-verify-cancel-lock): New function.
9200
9201         * nnheader.el (nntp-process-response): New variable.
9202         (nnheader-init-server-buffer): Make `nntp-process-response'
9203         buffer-local in `nntp-server-buffer'.
9204
9205         * nntp.el (nntp-prepare-post-hook): New hook.
9206         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
9207         (nntp-async-trigger): Ditto.
9208         (nntp-request-post): Insert a server's ID if there's no Message-ID
9209         header; run `nntp-prepare-post-hook'.
9210
9211 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9212
9213         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
9214         instead.
9215
9216         * message.el (message-forward-subject-author-subject): Don't use
9217         message-news-p, which widens the buffer.
9218         (message-forward-make-body): New function.
9219         (message-forward): Use it.
9220         (message-insinuate-rmail): New function.
9221         (message-forward-rmail-make-body): New function.
9222
9223 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9224
9225         * mm-extern.el (mm-extern): Provide it.
9226
9227         * mm-partial.el (mm-partial): Provide it.
9228
9229 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9230
9231         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
9232
9233 2001-10-29  Simon Josefsson  <jas@extundo.com>
9234
9235         * mml.el (mml-preview): Bind message-this-is-news if it is
9236         news. From Jesper Harder <harder@myrealbox.com>.
9237
9238 2001-10-28  Simon Josefsson  <jas@extundo.com>
9239
9240         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
9241
9242 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
9243
9244         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
9245         ironic smilies.
9246
9247 2001-10-27  Simon Josefsson  <jas@extundo.com>
9248
9249         * message.el (message-indent-citation): Don't add trailing
9250         whitespace when citing text.
9251
9252         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
9253         <harder@ifa.au.dk>.
9254
9255 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9256
9257         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
9258         not available.
9259         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
9260         (nnweb-type-definition): Add google as alias of dejanews.
9261         (nnweb-google-parse-1): Forward 1 line.
9262
9263 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9264
9265         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
9266         variable `message-forward-ignored-headers'.
9267
9268 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
9269
9270         * gnus.el (gnus-expand-group-parameter): New function.
9271         (gnus-expand-group-parameters): Call it.
9272         (gnus-group-fast-parameter): New function.
9273         (gnus-group-find-parameter): Call it.
9274
9275 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9276
9277         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
9278         vector (it didn't before because of a bug).
9279         * gnus-msg.el (gnus-post-news): Use header vector directly, if
9280         available.  Before it converted it to an article number.
9281
9282         This makes followup to news articles with negative numbers in
9283         nnvirtual groups use news instead of mail.
9284
9285 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9286
9287         * gnus.el (post-method): Use `native' instead of `nil'.
9288
9289         * gnus-msg.el (gnus-post-method): Ditto.
9290
9291 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9292
9293         * gnus.el (gnus-define-group-parameter): Grammar fix.
9294
9295 2001-10-22  Simon Josefsson  <jas@extundo.com>
9296
9297         * gnus-msg.el (gnus-extended-version): Include
9298         system-configuration.
9299         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
9300
9301 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
9302
9303         * gnus.el (post-method): Customization fix: `native' is not a
9304         valid value.
9305         * gnus-msg.el (gnus-post-method): Doc and customization fix:
9306         `native' is not a valid value.
9307
9308 2001-10-21  Simon Josefsson  <jas@extundo.com>
9309
9310         * nnimap.el (nnimap): Defgroup
9311         (nnimap-strict-function, nnimap-strict-function-match): New
9312         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
9313         (nnimap-split-crosspost, nnimap-split-inbox)
9314         (nnimap-split-rule, nnimap-split-predicate)
9315         (nnimap-split-predicate): Defcustom.
9316         (nnimap-split-inbox, nnimap-expunge-search-string)
9317         (nnimap-importantize-dormant): Remove "*" from doc.
9318
9319 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9320
9321         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
9322         not supplied via prefix arg.  From Lisp, make arg mandatory.
9323         Suggested by Frank Schmitt.
9324
9325 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9326
9327         * message.el (message-do-auto-fill): Avoid calling
9328         'rfc822-goto-eoh'.
9329
9330 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9331         From Paul Jarc <prj@po.cwru.edu>.
9332
9333         * message.el (message-get-reply-headers): Restructure the logic
9334         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
9335
9336 2001-10-20  Simon Josefsson  <jas@extundo.com>
9337
9338         * message.el (message-cancel-news): Support cancel-locks.
9339         Suggested by Per Abrahamsson.
9340
9341         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
9342         conses.  From David Z Maze <dmaze@MIT.EDU>.
9343
9344         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
9345
9346 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9347
9348         * mm-decode.el (mm-default-directory): Fix customize type.
9349
9350         * message.el (message-setup-fill-variables): Kludge to use
9351         normal-auto-fill-function even if auto fill is already activated.
9352
9353 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9354
9355         * message.el (message-do-auto-fill): New version that does not
9356         rely on text properties, by Simon Josefsson <jas@extundo.com>.
9357         (message-setup-1): Removed the `message-field' property.
9358
9359         * gnus-draft.el (gnus-draft-edit-message): Removed the
9360         `message-field' property.
9361
9362 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9363
9364         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
9365         `message-field'.  The `field' property has a special significance in
9366         Emacs 21.
9367
9368         * message.el (message-send, message-setup-1): Ditto.
9369
9370 2001-10-18  Simon Josefsson  <jas@extundo.com>
9371
9372         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
9373         when undoing.
9374
9375 2001-10-18  Simon Josefsson  <jas@extundo.com>
9376         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
9377
9378         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
9379         (gnus-summary-make-menu-bar): Ditto.
9380
9381 2001-10-17  Simon Josefsson  <jas@extundo.com>
9382
9383         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
9384         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
9385
9386 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9387
9388         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
9389         * gnus-util.el (gnus-user-date): New function.
9390         From Frank Schmitt <usenet@Frank-Schmitt.net>.
9391
9392 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
9393
9394         * message.el (message-check-news-header-syntax): Special case
9395         nnvirtual groups.
9396
9397         * gnus-sum.el (gnus-summary-respool-default-method): Changed
9398         customize type to `symbol'.
9399
9400 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9401
9402         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
9403         %&foo;.
9404         (gnus-parse-simple-format): Support user extended spec too.
9405         %u&foo; invokes gnus-user-format-function-foo.
9406
9407 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9408
9409         * nnml.el (nnml-request-expire-articles): Make sure it is back to
9410         the server.
9411         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
9412         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9413         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
9414         * nndiary.el (nndiary-request-expire-articles): Ditto.
9415         (nndiary-schedule): Defsubst it before use it.
9416         (nndiary-error): eval-and-compile.
9417
9418 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
9419
9420         * gnus-msg.el (gnus-post-method): Changed two instances of
9421         `active' to `current' and one `null' to `not'.
9422
9423 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9424         From Katsumi Yamaoka <yamaoka@jpl.org>.
9425
9426         * message.el (message-setup-fill-variables): Use
9427         `normal-auto-fill-function' instead of `auto-fill-function'.
9428
9429 2001-10-16  Simon Josefsson  <jas@extundo.com>
9430
9431         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
9432         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
9433         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
9434
9435 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9436         Patch by Oliver Scholz <oscholz@my.gnus.org>.
9437
9438         * gnus-draft.el (gnus-draft-edit-message): Add text property
9439         `field' with value `header' to message headers.
9440         * message.el (message-setup-1): Really add text property to all of
9441         the header, not just part of it.
9442
9443 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9444
9445         * gnus-group.el (gnus-group-sort-by-server): Use it.
9446
9447         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
9448
9449         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
9450         and keystroke.
9451
9452 2001-10-14  Simon Josefsson  <jas@extundo.com>
9453
9454         * dig.el: Doc fix.
9455
9456         * smime.el: Doc fix.
9457
9458         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
9459         charset magic from message.el.
9460
9461 2001-10-12  Simon Josefsson  <jas@extundo.com>
9462         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
9463
9464         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
9465         'cite from g-a-wash-types.
9466         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
9467         (gnus-article-hide-citation): Fix.
9468
9469         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
9470         character.
9471         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
9472
9473         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
9474         definition.
9475         (gnus-signature-toggle): Toggle `s' mode line character.
9476
9477         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
9478         doing stuff that clears it.
9479
9480 2001-10-12  Simon Josefsson  <jas@extundo.com>
9481
9482         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
9483         From Eric Marsden <emarsden@laas.fr>.
9484
9485 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9486
9487         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
9488         (autoload): Add some autoloads.
9489
9490 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9491         Suggested by Oliver Scholz <epameinondas@gmx.de>.
9492
9493         * message.el (message-do-auto-fill): New function.  Like
9494         `do-auto-fill' but don't fill when in the message header.
9495         (message-setup-1): Put a text property on the message header.
9496         (message-setup-fill-variables): Use `message-do-auto-fill'.
9497
9498 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9499
9500         * message.el (message-send-mail-partially): Insert an empty line
9501         first, because of the change of message-make-lines.
9502
9503 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
9504
9505         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
9506         iso-8859-15, make it an alias for iso-8859-1.
9507
9508 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9509
9510         * message.el (message-send-news): Don't modify the value of
9511         `message-syntax-checks' if it is not a list (possibly it is
9512         `dont-check-for-anything-just-trust-me').
9513
9514 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9515
9516         * gnus-group.el (gnus-group-name-charset-group-alist): Use
9517         `find-coding-system' for XEmacs to check whether the coding-system
9518         `utf-8' is available.
9519
9520 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9521
9522         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
9523
9524 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
9525
9526         * message.el (message-send-news): Oops, missed case with no
9527         "Followup-To" header...
9528
9529 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
9530
9531         * message.el (message-send-news): Allow
9532         `gnus-group-name-charset-group-alist' to affect encoding of the
9533         "Newsgroups" and "Followup-To" headers.
9534
9535 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9536
9537         * Makefile.in (install-el): Depend on gnus-load.el.
9538
9539 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9540
9541         * Makefile.in (install-el): Use -f.
9542         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
9543
9544 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
9545
9546         * message.el (message-send-news): Don't encode Followups-To when
9547         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
9548
9549         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
9550         header.
9551
9552         * gnus-art.el (article-decode-group-name): Also decode
9553         "Followup-To".
9554
9555         * rfc2047.el (rfc2047-encode-message-header): Encode without
9556         asking for null methods.
9557
9558         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
9559         default charset for newsgroup names in accordance with USEFOR.
9560
9561         * gnus-group.el (gnus-group-name-charset-method-alist,
9562         gnus-group-name-charset-group-alist): Removed "*" from doc
9563         strings, "*" should not be used for complex variables.
9564
9565 2001-10-06  Simon Josefsson  <jas@extundo.com>
9566
9567         Support UTF-8 group names better.
9568
9569         * message.el (message-check-news-header-syntax): Encode group
9570         names before comparison.
9571
9572         * gnus-msg.el (gnus-copy-article-buffer): Run all
9573         `gnus-article-decode-hook's except `article-decode-charset'
9574         instead of hardcoding call to one of them.
9575
9576         * gnus-art.el (gnus-article-decode-hook): Add
9577         `article-decode-group-name'.
9578         (article-decode-group-name): New function, use `g-d-n'.
9579
9580         * gnus-group.el (gnus-group-insert-group-line): Decode
9581         gnus-tmp-group using `g-d-n'.
9582
9583         * gnus-util.el (gnus-decode-newsgroups): New function.
9584
9585 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
9586
9587         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
9588         `gnus-group-name-charset-group-alist'.
9589
9590 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9591
9592         * Makefile.in: Install el in install. Add uninstall.
9593
9594 2001-10-05  Simon Josefsson  <jas@extundo.com>
9595
9596         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
9597
9598         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
9599
9600         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
9601         empty folders.
9602
9603         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
9604         limiting if read-all (C-u RET) was used.
9605
9606 2001-10-04  Simon Josefsson  <jas@extundo.com>
9607
9608         * mail-source.el (mail-source-movemail-program): New variable.
9609         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
9610         <thutt@thutt.vmware.com>.
9611
9612 2001-10-03  Simon Josefsson  <jas@extundo.com>
9613
9614         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
9615         (gnus-summary-line-format-alist): Fix param.
9616
9617 2001-10-02  Simon Josefsson  <jas@extundo.com>
9618
9619         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
9620         don't go through `nnimap-request-expire-articles' to delete the
9621         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
9622
9623 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9624
9625         * gnus-agent.el (gnus-agent-write-active): The min in the
9626         agent/active may be larger than that in the server/active.
9627
9628 2001-10-01  Simon Josefsson  <jas@extundo.com>
9629
9630         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
9631         is IMAP4rev1.
9632
9633         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
9634
9635         * nnfolder.el: Ditto.
9636
9637 2001-09-30  Dan Christensen  <jdc@uwo.ca>
9638
9639         * gnus-sum.el (gnus-summary-extract-address-component): New function.
9640         (gnus-summary-from-or-to-or-newsgroups): Optimize.
9641
9642 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9643
9644         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
9645         (message-mode-menu): Menu item for same.
9646
9647         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
9648         delayed articles.
9649
9650         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
9651         nndraft:delayed does not exist.
9652         (gnus-delay-initialize): Don't set up keymap, that's done from
9653         message.el now.
9654         (gnus-delay, gnus-delay-group, gnus-delay-header)
9655         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
9656
9657 2001-09-29  Simon Josefsson  <jas@extundo.com>
9658
9659         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
9660         utf-8, not eight-bit-control.
9661
9662         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
9663         (imap-log, imap-debug): Custom.
9664         (imap-log-buffer, imap-debug-buffer): New constants.
9665         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
9666         (imap-network-open, imap-shell-open, imap-starttls-open)
9667         (imap-send-command-1, imap-send-command, imap-arrival-filter)
9668         (imap-debug): Use imap-*-buffer.
9669
9670         * nndoc.el (nndoc-article-type): Add mailman.
9671         (nndoc-type-alist): Ditto.
9672         (nndoc-mailman-type-p): New function.
9673
9674 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9675
9676         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
9677         gnus-art.el.
9678
9679 2001-09-27  Simon Josefsson  <jas@extundo.com>
9680
9681         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
9682         (gnus-topic-catchup-articles): New function. Suggested by Robin
9683         S. Socha <robin-dated-1001857693.185e29@socha.net>.
9684
9685 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9686         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
9687
9688         * gnus-ems.el (gnus-article-display-xface): Insert xface after
9689         previous ones.
9690
9691 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9692         From Daiki Ueno  <ueno@unixuser.org>
9693
9694         * gnus-sum.el (gnus-summary-show-article): The arglist of
9695         detect-coding-region is incompatible.
9696
9697 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9698         From Katsuhiro Hermit Endo <hermit@koka-in.org>
9699
9700         * gnus-group.el (gnus-group-delete-group): Typo.
9701
9702 2001-09-26  Simon Josefsson  <jas@extundo.com>
9703
9704         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
9705
9706         * nnimap.el (nnimap-expiry-target): Use temp buffer.
9707
9708 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9709
9710         * gnus-cus.el (gnus-group-parameters): Display as sexp.
9711
9712 2001-09-22  Simon Josefsson  <jas@extundo.com>
9713
9714         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
9715
9716         * nnfolder.el (nnfolder-open-marks): Ditto.
9717
9718         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
9719         (gnus-update-marks): Use it.
9720         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
9721         hardcoded list.
9722
9723         * gnus.el (gnus-article-special-mark-lists): Add killed.
9724         (gnus-article-unpropagated-mark-lists): New constant.
9725
9726 2001-09-22  Simon Josefsson  <jas@extundo.com>
9727
9728         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
9729         custom option.
9730
9731 2001-09-23  Simon Josefsson  <jas@extundo.com>
9732
9733         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
9734
9735 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9736
9737         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
9738
9739 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
9740
9741         * gnus-group.el (gnus-group-sort-function): Fix customize type to
9742         accept lists of functions.
9743
9744 2001-09-20  Simon Josefsson  <jas@extundo.com>
9745
9746         * gnus-group.el (gnus-group-catchup): Update expire marks in
9747         backend.  Also, if ALL also set expire marks on tick/dormant.
9748
9749 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9750
9751         * message.el (message-tab-body-function): New variable.
9752         * message.el (message-tab): Use it.
9753
9754 2001-09-19  Sam Steingold  <sds@gnu.org>
9755
9756         * gnus-win.el (gnus-buffer-configuration): Respect
9757         `gnus-bug-create-help-buffer'.
9758
9759 2001-09-18  Simon Josefsson  <jas@extundo.com>
9760
9761         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
9762         (gnus-parse-simple-format): Re-revert.
9763
9764 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
9765         Trivial patch.
9766
9767         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
9768         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
9769
9770 2001-09-18  Simon Josefsson  <jas@extundo.com>
9771
9772         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
9773         signed.
9774         (gnus-parse-simple-format): Don't use it.
9775
9776 2001-09-17  Miles Bader  <miles@gnu.org>
9777
9778         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
9779         error querying a backend abort the whole process.
9780
9781 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9782
9783         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
9784         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
9785
9786 2001-09-17  Didier Verna  <didier@xemacs.org>
9787
9788         * nndiary.el: version 0.2-b14.
9789         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
9790         compatibility problem with XEmacs 21.1.
9791
9792 2001-09-15  Simon Josefsson  <jas@extundo.com>
9793
9794         * gnus-group.el (gnus-group-line-format): Document %c.
9795
9796         * nnml.el (nnml-parse-head): Handle CRLF files.
9797         (nnml-generate-nov-file): Ditto.
9798         (nnml-retrieve-headers): Ditto.
9799
9800 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
9801
9802         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
9803
9804 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
9805
9806         * gnus-spec.el (gnus-correct-substring): Still stopped one
9807         character before we wanted (never included last character).
9808         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
9809         add missing "," (once per function)
9810
9811 2001-09-14  Simon Josefsson  <jas@extundo.com>
9812
9813         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
9814         (otherwise e.g. gnus-agentize in .gnus overrides the customized
9815         default before gnus-group is loaded and the variable set.)
9816
9817         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
9818         killed or unsent marks.
9819
9820         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
9821         isn't an article to set it on (e.g. when you `a' in a group).
9822
9823 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9824
9825         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
9826         can read e-mails from Microsoft Outlook users not using ISO
9827         8859-2 character set.
9828
9829 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9830
9831         * gnus-diary.el: Minor modifications to avoid warnings.
9832         (gnus-summary-misc-menu): defvar.
9833         (gnus-diary-check-message): Use gnus-point-at-eol.
9834         (gnus-diary-kill-entire-line): eval-and-compile.
9835
9836 2001-09-12  Didier Verna  <didier@xemacs.org>
9837
9838         * nndiary.el: new version (0.2-b13).
9839         * nndiary.el (nndiary-mail-sources): doc update.
9840         * nndiary.el (nndiary-split-methods): ditto.
9841         * nndiary.el (nndiary-request-accept-article-hooks): New.
9842         * nndiary.el (nndiary-request-accept-article): use it, check
9843         message validity.
9844         * nndiary.el (nndiary-get-new-mail): changed default to nil.
9845         * nndiary.el (nndiary-schedule): fix bug (misplaced
9846         condition-case): it didn't return nil on error.
9847         * gnus-diary.el: new version.
9848         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
9849         * gnus-diary.el (gnus-diary-header-value-history): New.
9850         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
9851         * gnus-diary.el (gnus-diary-add-header): New.
9852         * gnus-diary.el (gnus-diary-check-message): New.
9853         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
9854         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
9855
9856 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9857
9858         * gnus-sum.el (gnus-select-newsgroup): Make
9859         `gnus-current-select-method' buffer-local.
9860
9861         * gnus-art.el (gnus-request-article-this-buffer): Refer
9862         `gnus-current-select-method' in the current summary buffer.
9863
9864 2001-09-10  Simon Josefsson  <jas@extundo.com>
9865         From Daniel Pittman <daniel@rimspace.net>
9866
9867         * gnus-spec.el (gnus-correct-pad-form): Fix.
9868
9869 2001-09-09  Simon Josefsson  <jas@extundo.com>
9870
9871         * mm-decode.el (mm-inline-media-tests): Add
9872         application/x-emacs-lisp.
9873         (mm-attachment-override-types): Add
9874         application/{x-,}pkcs7-signature.
9875
9876         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
9877         (gnus-server-line-format, gnus-server-mode-line-format)
9878         (gnus-server-browse-in-group-buffer): Customize.
9879
9880 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9881
9882         * nnml.el (nnml-marks-changed-p): Typo.
9883         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
9884         (nnml-marks-changed-p): Use gnus-gethash.
9885         (nnml-marks-modtime): Use gnus-make-hashtable.
9886
9887         * nnfolder.el (nnfolder-marks-changed-p): Typo.
9888         (nnfolder-request-expire-articles, nnfolder-save-marks)
9889         (nnfolder-open-marks): Typo.
9890         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
9891         (nnfolder-marks-changed-p): Use gnus-gethash.
9892         (nnfolder-marks-modtime): Use gnus-make-hashtable.
9893
9894 2001-09-08  Simon Josefsson  <jas@extundo.com>
9895
9896         * nnfolder.el (nnfolder-marks-modtime): New variable.
9897         (nnfolder-marks-changed-p): New function.
9898         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
9899         (nnfolder-request-update-info): Don't update if marks didn't change.
9900
9901         * nnml.el (nnml-marks-modtime): New variable.
9902         (nnml-marks-changed-p): New function.
9903         (nnml-save-marks, nnml-open-marks): Save modtime.
9904         (nnml-request-update-info): Don't update if marks didn't change.
9905
9906         * gnus-agent.el (gnus-agent-any-covered-gcc)
9907         (gnus-agent-add-server, gnus-agent-remove-server): Use
9908         gnus-agent-method-p.
9909
9910         * gnus-art.el (gnus-buttonized-mime-types): New variable.
9911         (gnus-unbuttonized-mime-type-p): Use it.
9912
9913         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
9914         fetch group.
9915
9916 2001-09-08  Simon Josefsson  <jas@extundo.com>
9917         From Daniel Pittman <daniel@rimspace.net>
9918
9919         * gnus-spec.el (gnus-correct-pad-form): New function.
9920         (gnus-parse-simple-format): Use it.
9921
9922 2001-09-07  Simon Josefsson  <jas@extundo.com>
9923
9924         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
9925         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
9926         Putnam <reader@newsguy.com>.
9927         (gnus-group-sort-selected-groups): Touch dribble file.
9928
9929 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
9930
9931         * nnml.el (nnml-filenames-are-evil): New variable.
9932         (nnml-article-to-file-alist): Rename to ...
9933         (nnml-current-group-article-to-file-alist): ... this.
9934         Respect `nnml-filenames-are-evil'.
9935         (nnml-active-number): Update.
9936         (nnml-update-file-alist): Update.
9937         (nnml-request-article): Use nnheader-article-to-file-alist.
9938         (nnml-request-rename-group): Likewise.
9939
9940 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9941
9942         * gnus-sum.el (gnus-summary-insert-line): Fix.
9943
9944 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
9945
9946         * gnus-sum.el: Bind g-s-t-s to "W g".
9947         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
9948         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
9949         display of graphical smilies.
9950
9951 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9952
9953         * gnus-start.el (gnus-setup-news): A typo.
9954         From Bill White <billw@wolfram.com>.
9955
9956 2001-09-06  Simon Josefsson  <jas@extundo.com>
9957
9958         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
9959         and unseen marks.
9960
9961 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9962
9963         * nnmail.el (nnmail-split-fancy): Document `junk'.
9964
9965 2001-09-04  Simon Josefsson  <jas@extundo.com>
9966
9967         * imap.el (imap-search): Don't error if server is broken.
9968
9969 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
9970
9971         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
9972         searching for an article that isn't in the mbox.
9973
9974 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9975
9976         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
9977         right, and get all the comments.
9978
9979 2001-09-02  Simon Josefsson  <jas@extundo.com>
9980         Suggested by Dan Christensen <jdc+news@uwo.ca>
9981
9982         * nnfolder.el (nnfolder-request-update-info): Fix message.
9983
9984         * nnml.el (nnml-request-update-info): Ditto.
9985
9986 2001-09-01  Simon Josefsson  <jas@extundo.com>
9987
9988         * nnml.el (nnml-request-expire-articles): Also bind
9989         `nnml-current-group' and `nnml-article-file-alist' when using
9990         expiry-target. (Otherwise nnml will be in a inconsistent internal
9991         state causing all kind of problems.)
9992         (nnml-request-expire-articles): If `nnml-article-to-file' or
9993         `file-attributes' failes, return article as un-expirable instead
9994         of treating it as expired.
9995
9996 2001-08-31  Sam Steingold  <sds@gnu.org>
9997
9998         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
9999         typo: `exmine' --> `examine'.
10000
10001 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10002
10003         * nndoc.el (nndoc-forward-type-p): It is not a digest.
10004
10005 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10006
10007         * nnml.el (nnml-check-directory-twice): Remove.
10008         (nnml-retrieve-headers): Ditto.
10009         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
10010
10011 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10012
10013         * nnheader.el (nnheader-directory-files-is-safe): No need to read
10014         directory twice on Windows, or on GNU Emacs-21.
10015
10016 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10017
10018         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
10019         (nnml-request-rename-group): Ditto.
10020         (nnml-active-number): Ditto.
10021         (nnml-request-create-group): Use nnml-directory-articles.
10022         (nnml-request-expire-articles): Use nnml-directory-articles, which
10023         gets list from nov database if available.
10024         (nnml-get-nov-buffer): New function.
10025         (nnml-open-nov): Use it.
10026         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
10027         gets alist from nov database if available.
10028         (nnml-directory-articles): New function.
10029         (nnml-article-to-file-alist): New function.
10030
10031 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10032
10033         * mm-decode.el (mm-display-external): Use `name' as filename, if
10034         `filename' attribute is not present.
10035
10036 2001-08-30  Andrew Innes  <andrewi@gnu.org>
10037
10038         * mail-source.el (mail-source-flash): New defcustom.
10039         (mail-source-new-mail-p): Ring visible bell if appropriate.
10040         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
10041         timer is cleared even if mail check signals an error.
10042
10043 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10044
10045         * gnus-sum.el (gnus-summary-move-article): Only update marks of
10046         type 'list.
10047
10048 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10049
10050         * flow-fill.el (fill-flowed): eol might be point-max.
10051
10052 2001-08-27  Simon Josefsson  <jas@extundo.com>
10053
10054         * nnml.el (nnml-request-update-info): Fix message.
10055         (nnml-open-marks): Ditto.
10056
10057         * nnfolder.el (nnfolder-request-update-info):
10058         (nnfolder-open-marks): Fix message.
10059
10060 2001-08-25  Simon Josefsson  <jas@extundo.com>
10061
10062         * nnfolder.el (nnfolder-save-marks): Don't create directory named
10063         after group in ~/.
10064
10065 2001-08-25  Simon Josefsson  <jas@extundo.com>
10066         From Andreas Jaeger  <aj@suse.de>
10067
10068         * nnfolder.el (nnfolder-open-marks): Fix typo.
10069         * nnml.el (nnml-open-marks): Likewise.
10070
10071 2001-08-25  Simon Josefsson  <jas@extundo.com>
10072
10073         Make nnfolder groups self-contained as far as marks are concerned.
10074
10075         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
10076         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
10077         (nnfolder-open-server): Make marks directory.
10078         (nnfolder-request-delete-group): Delete marks file.
10079         (nnfolder-request-delete-group): Check of nov/marks file exist
10080         before deleting.
10081         (nnfolder-request-rename-group): Rename marks file.
10082         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
10083         (nnfolder-request-set-mark, nnfolder-request-update-info)
10084         (nnfolder-group-marks-pathname, nnfolder-save-marks)
10085         (nnfolder-open-marks): New functions.
10086         (top-level): Require gnus.
10087
10088 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10089
10090         * nnweb.el (nnweb-type-definition): Use google raw file.
10091         (nnweb-google-parse-1): Ditto.
10092         (nnweb-google-identity): Ditto.
10093         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
10094         (nnweb-altavista-wash-article): Ditto.
10095         (nnweb-request-article): Remove nnweb-decode-entities.
10096
10097         * nnml.el: Require 'gnus.
10098
10099 2001-08-25  Simon Josefsson  <jas@extundo.com>
10100
10101         * nnml.el (nnml-marks-is-evil): Add doc.
10102
10103 2001-08-25  Simon Josefsson  <jas@extundo.com>
10104
10105         * nnml.el (nnml-save-marks): Wrap saving marks in a
10106         condition-case, to allow user to start Gnus if saving marks failed
10107         for some reason.
10108
10109 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10110
10111         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
10112
10113         * gnus-group.el (gnus-update-group-mark-positions): Bind
10114         gnus-group-update-hook to nil.
10115
10116 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10117
10118         * mml.el (mml-generate-mime-1): Force as multibyte string.
10119
10120 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10121
10122         * gnus-sum.el (gnus-summary-insert-line)
10123         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
10124         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
10125
10126         * gnus-spec.el (gnus-correct-substring): Take optional END.
10127
10128         * nnrss.el (nnrss-request-article): Remove \n.
10129         (nnrss-retrieve-headers): Lines number is -1.
10130
10131 2001-08-24  Simon Josefsson  <jas@extundo.com>
10132
10133         * gnus-group.el (gnus-info-clear-data): Call
10134         nnfoo-request-set-mark to propagate marks.  Fix bug:
10135         `gnus-group-update-line' doesn't update read range unless we call
10136         `gnus-get-unread-articles-in-group' first.
10137
10138         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
10139         to server.
10140
10141 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10142
10143         * gnus-util.el (gnus-create-info-command): Return an interactive
10144         function.
10145
10146 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10147         From Katsumi Yamaoka <yamaoka@jpl.org>
10148
10149         * gnus-spec.el (gnus-parse-complex-format): Use equal.
10150
10151 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10152
10153         * gnus-sum.el (gnus-select-newsgroup): Use it.
10154
10155         * gnus-util.el (gnus-not-ignore): New function.
10156
10157         * lpath.el (featurep): Don't fbind char-int.
10158
10159         * gnus-util.el (gnus-create-info-command): New function.
10160
10161         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
10162         right node.
10163
10164         * gnus-sum.el (gnus-select-newsgroup): Clean up.
10165         (gnus-summary-limit-children): Use 'identity instead of `all'.
10166         (gnus-summary-limit-to-display-predicate): New command and
10167         keystroke.
10168
10169 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10170
10171         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
10172
10173         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
10174
10175 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10176
10177         * gnus-spec.el: Add the Gnus version.
10178         (gnus-update-format-specifications): If the Gnus version changes,
10179         nix out the format spec cache.
10180
10181         * gnus.el (gnus-continuum-version): Made into a command and
10182         optionalize the VERSION.
10183
10184         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
10185         the start of the lines.
10186
10187 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10188
10189         * gnus.el (gnus-visual-p): Define function before use of
10190         function.
10191
10192 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10193
10194         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
10195         (gnus-article-mark-to-type): New function.
10196         (gnus-update-missing-marks): Only update marks of type 'list.
10197
10198         * gnus.el (gnus-article-special-mark-lists): New variable.
10199
10200 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10201
10202         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
10203         (gnus-select-newsgroup): Still use 'all.
10204         (gnus-summary-initial-limit): Comparing with 'all.
10205
10206 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10207
10208         * gnus-start.el (gnus-activate-group): If dont-check, don't update
10209         active.
10210
10211 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10212
10213         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
10214         nnslashdot-*-retrieve-headers.
10215         (nnslashdot-request-article): Fix for slashcode 2.2.
10216         (nnslashdot-make-tuple): New function.
10217         (nnslashdot-read-groups): Use it.
10218
10219 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10220
10221         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
10222         list.
10223
10224         * gnus-sum.el (gnus-summary-move-article): Don't select article.
10225
10226 2001-08-20  Simon Josefsson  <jas@extundo.com>
10227
10228         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
10229         opened, error instead of continuing (and exploding later).
10230
10231 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10232
10233         * gnus.el (gnus-expand-group-parameters): Return the parameter
10234         list.
10235
10236         * gnus-sum.el (gnus-summary-show-article): Doc fix.
10237         (gnus-summary-show-article): Guess at charset if required.
10238
10239         * gnus-spec.el (gnus-correct-substring): Stopped one character
10240         before we wanted.
10241
10242 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10243
10244         * earcon.el (earcon-auto-play): Remove unused option.
10245
10246 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10247
10248         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
10249         message down in levels, since it happens very fast.
10250
10251         * smiley-ems.el (smiley-update-cache): Respect the symbol version
10252         of smiley-regexp-alist.
10253
10254         * mm-view.el (mm-inline-text): Ignore vcard errors.
10255
10256         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
10257
10258         * gnus-score.el (gnus-all-score-files): Use append instead of
10259         nconc.
10260
10261         * gnus.el (gnus-splash-face): Doc fix.
10262
10263         * mm-decode.el (mm-mailcap-command): Use
10264         mm-path-name-rewrite-functions.
10265         (mm-path-name-rewrite-functions): New variable.
10266
10267         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
10268         (gnus-complex-form-to-spec): Insert tab.
10269         (gnus-spec-tab): New function.
10270
10271         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
10272         entering the group.
10273
10274         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
10275         the positional spec.
10276         (gnus-parse-complex-format): React to %C.
10277
10278         * gnus-ems.el (gnus-char-width): Moved here.
10279
10280         * gnus-sum.el (gnus-select-newsgroup): Set
10281         gnus-newsgroup-articles.
10282         (gnus-unseen-mark): New variable.
10283         (gnus-newsgroup-unseen): Ditto.
10284         (gnus-newsgroup-seen): Ditto.
10285         (gnus-adjust-marked-articles): Use them.
10286         (gnus-update-marks): Use them.
10287         (gnus-summary-update-secondary-mark): Display.
10288         (gnus-summary-prepare-threads): Display.
10289
10290         * gnus-msg.el (gnus-inews-group-method): Use and return the
10291         method, not the server.
10292
10293 2001-08-19  Simon Josefsson  <jas@extundo.com>
10294
10295         * gnus-srvr.el (gnus-server-agent-face): New.
10296         (gnus-server-agent-face): New.
10297         (gnus-server-mode): Turn on font-lock-mode.
10298
10299         * gnus.el (gnus-server-visual): Add defgroup.
10300
10301 2001-08-19  Simon Josefsson  <jas@extundo.com>
10302         From Joe Casadonte <jcasadonte@northbound-train.com>
10303
10304         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
10305         gnus-server-denied-face): New.
10306         (gnus-server-opened-face, gnus-server-closed-face,
10307         gnus-server-denied-face): New.
10308         (gnus-server-font-lock-keywords): Add.
10309
10310 2001-08-19  Simon Josefsson  <jas@extundo.com>
10311
10312         * nnml.el (nnml-request-set-mark): Return nil.
10313         (nnml-save-marks): Use nnml-possibly-create-directory.
10314         (nnml-open-marks): Only work in temp buffer when inserting/reading
10315         .marks file.
10316
10317 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10318
10319         * gnus.el (gnus-expand-group-parameters): Fix.
10320
10321         * gnus-spec.el (gnus-char-width): New function.
10322         (gnus-correct-substring, gnus-correct-length): Use it.
10323
10324         * message.el (message-required-mail-headers): Fix doc.
10325
10326 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10327
10328         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
10329
10330         * mm-decode.el (mm-save-part-to-file): Insert the handle.
10331
10332 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10333
10334         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
10335         slashdot 2.2 (not fully fixed yet).
10336         (nnslashdot-request-article): Ditto.
10337
10338 2001-08-18  Simon Josefsson  <jas@extundo.com>
10339
10340         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
10341         nnimap.
10342
10343         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
10344         gnus-util.
10345         (nnimap-request-update-info-internal): Use new functions.
10346
10347         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
10348         new functions.
10349
10350 2001-08-18  Simon Josefsson  <jas@extundo.com>
10351
10352         Make nnml groups self-contained as far as marks are concerned.
10353
10354         * nnml.el (nnml-request-delete-group): Delete marks file.
10355         (nnml-request-rename-group): Move marks file.
10356         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
10357         variables.
10358         (nnml-request-set-mark, nnml-request-update-info): New server
10359         functions.
10360         (nnml-save-marks, nnml-open-marks): New functions.
10361
10362 2001-08-18  Simon Josefsson  <jas@extundo.com>
10363
10364         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
10365         `set' when setting marks.
10366
10367 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10368
10369         * gnus.el (gnus-info-find-node): Take an argument.
10370
10371         * gnus-art.el (gnus-button-handle-info): New function.
10372         (gnus-url-unhex-string): Replace "+" with " ".
10373
10374 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10375
10376         * message.el (message-check-news-header-syntax): Check bad From.
10377
10378 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10379
10380         * gnus-spec.el (gnus-correct-length): New function.
10381         (gnus-correct-substring): New function.
10382         (gnus-tilde-max-form): Use it.
10383
10384 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
10385
10386         * nnmh.el: Docstring changes as below.
10387
10388         * nnml.el: Docstring changes as below.
10389
10390         * nnbabyl.el: Docstring changes as below.
10391
10392         * nnmbox.el: Docstring changes as below.
10393
10394         * nnfolder.el: Added docstrings identifying each virtual server
10395         parameter.
10396
10397 2001-08-18  Simon Josefsson  <jas@extundo.com>
10398
10399         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
10400
10401 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
10402
10403         * message.el: rename "Abort Message" to "Postpone Message".
10404         Remove "Attach file as MIME" from Message menu, it's already in
10405         the MIME menu.
10406
10407 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10408
10409         * smime.el (smime-point-at-eol): eval-and-compile.
10410         (smime-make-temp-file): New function.
10411         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
10412         Use it.
10413
10414 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10415
10416         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
10417         (gnus-agent-summary-fetch-group): New command and keystroke.
10418
10419         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
10420         (gnus-mime-display-security): Make it respect
10421         gnus-unbuttonized-mime-type-p.
10422
10423         * gnus-sum.el (gnus-articles-to-read): Comments.
10424         (gnus-article-marked-p): New function.
10425         (gnus-summary-display-make-predicate): New function.
10426         (gnus-select-newsgroup): Use them.
10427
10428         * mm-decode.el (mm-save-part-to-file): Made it not error.
10429
10430 2001-08-17  Simon Josefsson  <jas@extundo.com>
10431
10432         * imap.el (imap-wait-for-tag): If process-status isn't open or
10433         run, return nil instead of sit-for looping.
10434
10435 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10436
10437         * lpath.el (featurep): fbind xml-parse-region.
10438
10439         * gnus.el (gnus-message-archive-method): Default to "archive".
10440         (gnus-message-archive-method): Doc fix.
10441         (gnus-parameters-get-parameter): Cleaned up.
10442         (gnus-expand-group-parameter): New function.
10443
10444         * gnus-start.el (gnus-setup-news): Push the archive server only
10445         the server list.
10446
10447         * mml.el (mml-menu): Changed name to "Attachments".
10448
10449         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
10450         when there is something to detroy.
10451
10452 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10453
10454         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
10455         nil.
10456
10457 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10458
10459         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
10460         which specifies a time today or tomorrow.
10461
10462 2001-08-15  Simon Josefsson  <jas@extundo.com>
10463         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
10464
10465         * gnus-agent.el (gnus-agent-make-mode-line-string)
10466         (gnus-agent-toggle-plugged): Use new API.
10467
10468 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10469
10470         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
10471         deadline has expired.
10472
10473 2001-08-12  Simon Josefsson  <jas@extundo.com>
10474         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
10475
10476         Support `recent' mark indicating newly arrived messages (to
10477         separate from old but unread messages).
10478
10479         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
10480         `nnmail-split-history' if recent is > 0.
10481         (nnimap-request-update-info-internal): Update `recent' marks.
10482         (nnimap-request-set-mark): Never set `recent' marks.
10483         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
10484         recent.
10485
10486         * gnus-sum.el (gnus-recent-mark): New mark.
10487         (gnus-newsgroup-recent): New variable.
10488         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
10489         (gnus-summary-prepare-threads): Mark recent articles.
10490         (gnus-summary-add-mark): Support recent.
10491         (gnus-summary-update-secondary-mark): Support recent.
10492
10493         * gnus.el (gnus-article-mark-lists): Add recent.
10494
10495 2001-08-12  Simon Josefsson  <jas@extundo.com>
10496
10497         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
10498         whether successful decoding took place.  Add doc.
10499
10500 2001-08-12  Simon Josefsson  <jas@extundo.com>
10501         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
10502
10503         * gnus.el (gnus-summary-line-format, gnus-parameters):
10504         * gnus-gl.el (gnus-summary-grouplens-line-format):
10505         * gnus-salt.el (gnus-summary-pick-line-format):
10506         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
10507
10508 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
10509         Committed by Kai Gro\e,b_\e(Bjohann.
10510
10511         * gnus-score.el (gnus-score-string): Fix `match' regexp
10512         for `extra' header case.
10513
10514 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10515
10516         * nnmbox.el (nnmbox-read-mbox): No warning.
10517
10518 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10519
10520         * nndoc.el (nndoc-article-type): Fix doc.
10521         (nndoc-generate-article-function): New variable.
10522         (nndoc-dissection-function): New variable.
10523         (nndoc-type-alist): Add oe-dbx.
10524         (nndoc-oe-dbx-type-p): New function.
10525         (nndoc-oe-dbx-dissection): New function.
10526         (nndoc-oe-dbx-generate-article): New function.
10527
10528 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10529
10530         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
10531         whether deadline has been reached.  Patch from Dan Nicolaescu
10532         <dann@godzilla.ics.uci.edu>.
10533
10534 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10535
10536         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
10537         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
10538         <rintaman@cs.Helsinki.FI>.
10539
10540         * mail-source.el (mail-source-movemail): The error buffer is
10541         modified, but nothing in it.
10542
10543 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10544
10545         * message.el (message-bogus-system-names): New variable.
10546         (message-make-fqdn): Use it.
10547
10548 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10549
10550         * nndraft.el (nndraft-request-group): Use
10551         nndraft-auto-save-file-name.
10552
10553 2001-08-09  Simon Josefsson  <jas@extundo.com>
10554
10555         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
10556         Don't ask whether to decrypt.  Just leave result in buffer (don't
10557         call mm).
10558
10559         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
10560         parts as well.
10561         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
10562         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
10563
10564 2001-08-09  Simon Josefsson  <jas@extundo.com>
10565
10566         * mm-decode.el (mm-insert-part): Return decoding success status.
10567         (mm-save-part-to-file): Error if decoding failed.
10568
10569 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10570
10571         * message.el (message-tab): Use indent-relative.
10572         (message-mode): Don't bind indent-line-function to indent-relative.
10573
10574 2001-08-09  Simon Josefsson  <jas@extundo.com>
10575
10576         * message.el (message-get-reply-headers): Fix string. Suggested by
10577         Christoph Conrad <cc@cli.de>.
10578
10579 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10580
10581         * message.el (message-tab): Use the current value of
10582         indent-line-function.
10583         (message-mode): Bind indent-line-function to indent-relative.
10584
10585 2001-08-08  Simon Josefsson  <jas@extundo.com>
10586
10587         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
10588         whether `imtest' is installed.
10589
10590 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10591         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10592
10593         * gnus-sum.el (gnus-summary-show-article): Call
10594         gnus-summary-update-secondary-secondary-mark.
10595         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
10596         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
10597
10598 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10599
10600         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
10601
10602         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10603
10604         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
10605         <gerd@gnu.org>.
10606
10607         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
10608
10609         * gnus-util.el (gnus-output-to-rmail): Ditto.
10610         (gnus-output-to-mail): Ditto.
10611
10612         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
10613
10614 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
10615
10616         * message.el (message-indent-citation): Use
10617         `message-yank-cited-prefix' for empty lines.
10618
10619 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
10620
10621         * message.el (message-indent-citation): Quote only lines starting
10622         with ">" using `message-yank-cited-prefix'.
10623
10624 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10625         Trivial patch.
10626
10627         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
10628         gnus-cache-fully-p.
10629
10630 2001-08-04  Simon Josefsson  <jas@extundo.com>
10631
10632         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
10633         file if it doesn't exist (by calling gnus-cache-read-active).
10634
10635 2001-08-04  Simon Josefsson  <jas@extundo.com>
10636
10637         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
10638         (gnus-cache-passively-or-fully-p): Removed.
10639         (gnus-cache-fully-p): Fix it.
10640
10641         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
10642
10643 2001-08-04  Simon Josefsson  <jas@extundo.com>
10644
10645         * gnus-cache.el (gnus-cache-fully-p)
10646         (gnus-cache-passively-or-fully-p): New functions.
10647         (gnus-cache-possibly-enter-article): Cosmetic change, use
10648         `g-c-p-o-f-p'.
10649         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
10650         was bogus (`g-c-p-a-a' does not change active info, just change
10651         the functions parameters).
10652         (gnus-cache-possibly-remove-articles-1): Make sure articles are
10653         not removed in groups that match `gnus-uncacheable-groups'.
10654
10655         Reported and modifications based on discussions with Nuutti
10656         Kotivuori <nuutti.kotivuori@smarttrust.com>.
10657
10658 2001-08-04  Simon Josefsson  <jas@extundo.com>
10659         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10660
10661         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
10662         calls `gnus-cache-update-active' if bounds has been extended.
10663
10664 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10665
10666         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
10667         before remove.
10668         (gnus-mime-security-show-details): Ditto.
10669
10670 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10671
10672         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
10673         syntax.  Protect string-match against nil string and regexp.
10674
10675 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10676
10677         * mm-util.el (mm-find-charset-region): Remove control-1.
10678
10679 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10680
10681         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
10682
10683 2001-08-04  Simon Josefsson  <jas@extundo.com>
10684
10685         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
10686         buffer.  Delete MIME-Version header.
10687
10688 2001-08-03  Simon Josefsson  <jas@extundo.com>
10689
10690         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
10691         that is entered does not necessarily have the highest article
10692         number in the group, so use `gnus-cache-possibly-alter-active'
10693         instead of `gnus-cache-update-active'.
10694
10695 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10696
10697         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
10698
10699 2001-08-03  Simon Josefsson  <jas@extundo.com>
10700
10701         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
10702         menu.
10703
10704 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10705
10706         * gnus.el (post-method): New group parameter.  It also provides
10707         the user option `gnus-post-method-alist' and the internal function
10708         `gnus-parameter-post-method'.
10709
10710         * gnus-msg.el (gnus-post-method): Bind the value of
10711         `gnus-post-method' to the group parameter if it is defined.
10712
10713 2001-08-02  Simon Josefsson  <jas@extundo.com>
10714
10715         * smime.el (smime-extra-arguments): Removed.
10716         (smime-call-openssl-region): Don't use it.
10717
10718 2001-08-02  Simon Josefsson  <jas@extundo.com>
10719
10720         * smime.el (smime-sign-region): Handle stderr.
10721         (smime-encrypt-region): Ditto.
10722
10723         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
10724         match the ASN.1 length bytes.
10725         (mm-pkcs7-enveloped-magic): Ditto.
10726         (mm-view-pkcs7-get-type): Don't regexp quote.
10727
10728 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10729         From Andreas Fuchs <asf@void.at>
10730
10731         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
10732
10733 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10734
10735         * gnus-art.el (gnus-header-button-alist): References regexp.
10736
10737 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
10738
10739         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
10740         already fboundp.  Add INTERACTIVE arg to autoload form.
10741
10742 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10743
10744         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
10745
10746         * nnmail.el (nnmail-cache-open): Ditto.
10747
10748 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10749
10750         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
10751
10752 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10753
10754         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
10755
10756 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10757         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10758
10759         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
10760         (gnus-agent-toggle-plugged): Use it.
10761
10762 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10763
10764         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
10765         (gnus-ding-file-coding-system): New variable.
10766         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
10767         (gnus-slave-save-newsrc): Use it.
10768
10769 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10770
10771         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
10772         syntax.
10773
10774 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10775         Originally from Andreas Fuchs <asf@void.at>
10776
10777         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
10778         (mml2015-gpg-pretty-print-fpr): New function.
10779         (mml2015-gpg-extract-signature-details): More details, rename from
10780         `m-g-e-from'.
10781         (mml2015-gpg-verify): Use them.
10782         (mml2015-gpg-clear-verify): Use them.
10783
10784 2001-07-31  Simon Josefsson  <jas@extundo.com>
10785
10786         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
10787         buffer when done.
10788
10789 2001-07-30  Simon Josefsson  <jas@extundo.com>
10790
10791         * smime.el (smime-call-openssl-region): Revert previous change,
10792         just pass on buf to `call-process-region'.
10793         (smime-verify-region): Doc fix.  Don't message stuff.  Use
10794         `smime-new-details-buffer'.  Inserts error messages into buffer.
10795         (smime-noverify-region): Ditto.
10796         (smime-decrypt-region): Ditto.  Handles stderr separately.
10797         (smime-verify-buffer, smime-noverify-buffer)
10798         (smime-decrypt-buffer): Doc fix.
10799         (smime-new-details-buffer): New function.
10800         (smime-pkcs7-region, smime-pkcs7-certificates-region)
10801         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
10802         (smime-sign-region, smime-encrypt-region): Don't use
10803         `insert-buffer'.
10804
10805         * mml-smime.el (mml-smime-verify): Fix security button strings.
10806
10807 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10808
10809         * gnus-art.el (gnus-mime-save-part-and-strip): Save
10810         gnus-article-mime-handles.
10811
10812 2001-07-29  Simon Josefsson  <jas@extundo.com>
10813
10814         * mail-source.el (top-level): Require message for message-directory.
10815         (mail-source-directory): Change default to message-directory.
10816
10817         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
10818         (smime-certificate-directory, smime-openssl-program)
10819         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
10820         (smime-extra-arguments): New variable.
10821         (smime-dns-server): Fix customize group.
10822         (smime-call-openssl-region): Use `smime-extra-arguments'.
10823
10824 2001-07-29  Simon Josefsson  <jas@extundo.com>
10825         From Vladimir Volovich <vvv@vsu.ru>
10826
10827         * smime.el (smime-call-openssl-region): Ignore stderr.
10828
10829 2001-07-29  Simon Josefsson  <jas@extundo.com>
10830         From Christoph Conrad <christoph.conrad@gmx.de>
10831
10832         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
10833         file.
10834
10835 2001-07-29  Simon Josefsson  <jas@extundo.com>
10836
10837         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
10838
10839         Support S/MIME decryption.
10840
10841         * mm-decode.el (mm-inline-media-tests):
10842         (mm-inlined-types):
10843         (mm-automatic-display):
10844         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
10845
10846         * mm-view.el (mm-pkcs7-signed-magic):
10847         (mm-pkcs7-enveloped-magic): New variables.
10848         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
10849         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
10850         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
10851         PKCS#7 blobs.
10852
10853         * smime.el (smime-decrypt-region): Expand keyfile.
10854
10855 2001-07-29  Simon Josefsson  <jas@extundo.com>
10856
10857         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
10858         `ssl.el' variables.
10859
10860         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
10861         but line instead of narrowing to it, because `nnmail-parse-active'
10862         calls widen.  Thanks to Christoph Conrad
10863         <christoph.conrad@gmx.de>.
10864
10865 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10866
10867         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
10868         for %B spec.
10869
10870         * gnus-sum.el (gnus-summary-prepare-threads): If
10871         gnus-sum-thread-tree-root is nil, use subject instead.
10872         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
10873         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10874         (gnus-sum-thread-tree-leaf-with-other)
10875         (gnus-sum-thread-tree-single-leaf): Documentation.
10876         (gnus-sum-thread-tree-single-indent): Allow nil.
10877
10878 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10879
10880         * message.el (message-fill-paragraph): Do nothing if the user
10881         wants filladapt-mode.
10882
10883 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10884
10885         * mm-decode.el (mm-image-type-from-buffer): New function.
10886         (mm-get-image): Use it.
10887
10888 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10889
10890         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
10891
10892         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
10893         mm-display-parts too.
10894
10895 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10896
10897         * nnfolder.el (nnfolder-request-accept-article): Bind
10898         nntp-server-buffer.
10899
10900         * nnmail.el (nnmail-parse-active): Read from buffer instead of
10901         nntp-server-buffer.
10902
10903 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10904
10905         * message.el (message-check-news-header-syntax): Use
10906         message-post-method.
10907         (message-send-news): Bind message-post-method.
10908
10909 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10910
10911         * mml.el (mml-tweak-type-alist): New variable.
10912         (mml-tweak-function-alist): New variable.
10913         (mml-tweak-part): New function.
10914         (mml-generate-mime-1): Use it.
10915
10916 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10917
10918         * nnfolder.el (nnfolder-request-accept-article): Replace
10919         nnfolder-request-list.
10920
10921 2001-07-27  Simon Josefsson  <jas@extundo.com>
10922
10923         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
10924         nnoo-change-server failed to do it.
10925
10926 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10927
10928         * gnus.el (gnus-parameters): Make it customizable.
10929
10930 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10931
10932         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
10933
10934         * message.el (message-set-auto-save-file-name): More
10935         poor-system-types.
10936
10937         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
10938
10939         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
10940         supports +.
10941
10942 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10943
10944         * mm-decode.el (mm-readable-p): New function.
10945         (mm-inline-media-tests): Fix the default testers.
10946
10947 2001-07-26  Simon Josefsson  <jas@extundo.com>
10948
10949         * nnimap.el (nnimap-version): Bump version number.
10950
10951 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10952         From Steven E. Harris <seh@speakeasy.org>
10953
10954         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
10955         in M$Windows too.
10956
10957 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10958
10959         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
10960
10961 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10962
10963         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
10964
10965         * mm-decode.el (mm-get-image): Guess then use the type.
10966
10967         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
10968
10969 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
10970
10971         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
10972         display (%B) for threads if threading is off.
10973
10974 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10975         From Henrik Enberg <henrik@enberg.org>
10976
10977         * gnus-msg.el: Customization patch.
10978
10979 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
10980
10981         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
10982         variable.
10983         (nnmail-split-fancy-with-parent): Ignore certain groups.
10984
10985 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10986
10987         * gnus-util.el (gnus-byte-compile): New function.
10988         (gnus-use-byte-compile): New variable.
10989         (gnus-make-sort-function): Use it.
10990
10991         * nnmail.el (nnmail-get-new-mail): Use it.
10992
10993         * gnus-agent.el (gnus-category-make-function): Simple function or
10994         compiled function.
10995         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
10996
10997         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
10998         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
10999         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
11000
11001         * message.el (message-check-news-header-syntax): Remove quote.
11002
11003 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11004
11005         * message.el (message-use-mail-followup-to): `t' is not a
11006         documented value.
11007
11008 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11009
11010         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
11011
11012 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11013
11014         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
11015         there are long lines.
11016
11017 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11018
11019         * dgnushack.el (copy-list): New compiler macro.
11020
11021 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11022
11023         * message.el (message-bounce): If no Return-Path, the whole
11024         content is considered as the original message.
11025
11026         * nnml.el (nnml-check-directory-twice): New variable.
11027         (nnml-article-to-file): Use it.
11028         (nnml-retrieve-headers): Hack it.
11029
11030 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11031
11032         * gnus-win.el (gnus-buffer-configuration): New configure.
11033
11034         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
11035         not alive.
11036
11037         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
11038         (mm-display-external): Use display-term configure.
11039
11040 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11041
11042         * gnus-delay.el (gnus-delay-default-hour): New variable.
11043         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
11044
11045 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11046         From Karl Kleinpaste <karl@charcoal.com>
11047
11048         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
11049         (gnus-summary-prepare-threads): Ditto.
11050
11051         * gnus.el (gnus-summary-line-format): Add %B.
11052
11053 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11054
11055         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
11056
11057         * mm-util.el (mm-string-as-multibyte): New function.
11058
11059         * nnmh.el (nnmh-request-list-1): Encode, not decode!
11060
11061 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11062
11063         * mm-util.el (mm-universal-coding-system): New variable.
11064
11065         * gnus-start.el (gnus-startup-file-coding-system): Use it.
11066
11067         * score-mode.el (score-mode-coding-system): Use it.
11068
11069 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11070
11071         * gnus-start.el (gnus-setup-news): Call
11072         `gnus-check-bogus-newsgroups' just after the native server is
11073         opened.
11074
11075 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11076
11077         * nnmail.el (nnmail-do-request-post): Util function to be used by
11078         `nnchoke-request-post' for all nnmail-derived backends.
11079
11080         * nnml.el (nnml-request-post): Use it.
11081
11082         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
11083         backend, for it groks nnml-request-post.
11084
11085         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
11086         Treat `mail-post' backends like `mail' backends, not like `news'
11087         backends.
11088
11089 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11090
11091         * gnus-msg.el (gnus-setup-message): make-local-hook.
11092
11093 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11094
11095         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
11096         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
11097         <karl@charcoal.com>, slightly changed by Kai.
11098
11099         * message.el (message-check-news-header-syntax): When checking
11100         whether the groups exist, check the right server based on
11101         `gnus-post-method'.
11102
11103 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11104
11105         * gnus-delay.el: New file.
11106
11107 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11108
11109         * mm-util.el (mm-read-coding-system): Take two arguments.
11110
11111         * gnus-sum.el (gnus-summary-show-article): Use
11112         mm-read-coding-system.
11113
11114         * gnus-art.el (article-de-quoted-unreadable):
11115         (article-de-base64-unreadable, article-wash-html):
11116         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
11117
11118 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11119
11120         * nnml.el (nnml-request-post): New function.  Can be used for
11121         annotations in nnml groups.
11122
11123 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11124
11125         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
11126         command.
11127
11128         * gnus-start.el (gnus-find-new-newsgroups): Use
11129         `message-make-date' instead of `current-time-string'.
11130         (gnus-ask-server-for-new-groups): Ditto.
11131         (gnus-check-first-time-used): Ditto.
11132
11133 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11134
11135         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
11136
11137 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
11138
11139         * message.el (message-shorten-references): Change `maxcount' and
11140         `cut' to obey USEFOR draft 5.
11141
11142 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
11143
11144         * gnus-sum.el (gnus-summary-display-arrow): New variable.
11145         (gnus-summary-set-article-display-arrow): New function.
11146         (gnus-summary-goto-subject): Use it.
11147
11148 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11149
11150         * gnus-sum.el (gnus-summary-import-article): Insert date if
11151         doesn't exist.
11152
11153 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11154
11155         * mml.el (mml-content-type-parameters): New variable.
11156         (mml-content-disposition-parameters): New variable.
11157         (mml-insert-mime-headers): Use them.
11158         (mml-parse-1): Accept charset.
11159
11160 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11161
11162         * gnus-group.el (gnus-group-select-group): Doc fix.
11163
11164         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
11165
11166 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11167
11168         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
11169         to handle `define-derived-mode'.
11170
11171 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11172         From:  Stefan Monnier  <monnier@cs.yale.edu>
11173
11174         * message.el (message-mode): Use define-derived-mode.
11175         (message-tab): message-completion-alist.
11176
11177         * imap.el (imap-interactive-login): Use make-local-variable.
11178         (imap-open): Ditto.
11179         (imap-authenticate): Ditto.
11180
11181         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
11182
11183         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
11184
11185 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11186
11187         * message.el (message-citation-line-function): Refer to
11188         gnus-cite-attribution-suffix.
11189
11190 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11191
11192         * gnus-art.el,...: Error convention changes.
11193
11194 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11195
11196         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
11197
11198 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11199
11200         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
11201         (nnrss-read-server-data): Ditto.
11202
11203 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11204
11205         * gnus-setup.el (gnus-use-installed-gnus): Typo.
11206         * Cleanup files.
11207         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
11208
11209 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11210
11211         * gnus.el (gnus-summary-line-format): Add %o.
11212
11213         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
11214         unless shell outputs something.
11215
11216 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11217
11218         * gnus-art.el (gnus-boring-article-headers): Better doc.
11219         (article-hide-headers): Better regexp.
11220         Suggested by Matt Swift <swift@alum.mit.edu>.
11221
11222         * nnheader.el (nnheader-max-head-length): Better doc.
11223         (nnheader-header-value): Skip spaces.
11224         (nnheader-parse-head): Remove space.
11225         Suggested by Matt Swift <swift@alum.mit.edu>.
11226
11227         * gnus-sum.el (gnus-summary-show-raw-article): New function.
11228         (gnus-get-newsgroup-headers): Remove space.
11229
11230 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11231
11232         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
11233         (gnus-summary-reply): Use it.
11234         (gnus-summary-reply-broken-reply-to): New function.
11235         (gnus-msg-force-broken-reply-to): New function.
11236
11237         * mm-view.el (mm-inline-text): Showing as text/plain when error.
11238
11239 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11240
11241         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
11242
11243 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11244
11245         * mm-decode.el (mm-external-terminal-program): New variable.
11246         (mm-display-external): Use it. Use term to display when no
11247         window-system.
11248
11249 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
11250
11251         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
11252         Browse->Next entries to Browse->Prev
11253
11254 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11255
11256         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
11257
11258 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11259
11260         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
11261         for the default encoding.
11262
11263         * nnrss.el (nnrss-url-field): New field.
11264         (nnrss-request-article): Add newsgroups.
11265
11266         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
11267
11268 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11269
11270         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
11271
11272         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
11273         (gnus-draft-setup): Remove backlog.
11274
11275 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11276
11277         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
11278         Cleanup.
11279
11280 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11281
11282         * gnus-msg.el (gnus-bug): Erase buffer.
11283
11284         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
11285
11286 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11287
11288         * mm-decode.el (mm-attachment-override-p): Fix typo.
11289
11290 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
11291
11292         * gnus-kill.el (gnus-execute): Work with the extra headers.
11293         * gnus-sum.el (gnus-summary-execute-command): Ditto.
11294
11295 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11296
11297         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
11298         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
11299
11300         * message.el (message-send-mail-real-function): New variable.
11301         (message-send-mail-partially, message-send-mail):
11302
11303         * nngateway.el (nngateway-request-post): Use it.
11304
11305         * gnus-agent.el (gnus-agentize): Use it.
11306
11307         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
11308         (nnsoup-revert-variables): Use it.
11309
11310 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
11311
11312         * mm-decode.el (mm-inline-media-tests): Default to displaying as
11313         text/plain if the type doesn't match any other media types.
11314         (mm-inlined-types): Doc fix.
11315         (mm-display-inline): Revert previous change (now handled by a
11316         default type in `mm-inline-media-tests'.
11317         (mm-inlinable-p): Revive.
11318         (mm-display-part): Call `mm-inlinable-p'.
11319         (mm-attachment-override-p): Ditto.
11320         (mm-inlined-p): Doc fix.
11321
11322         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
11323         well as `mm-inlined-p'.
11324
11325 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11326
11327         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
11328         (nntp-send-command-and-decode): Use gnus-point-at-bol.
11329
11330 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11331         From  Paul Jarc <prj@po.cwru.edu>
11332
11333         * message.el (message-use-mail-followup-to): New variable.
11334         (message-get-reply-headers): Use it.
11335
11336 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
11337
11338         * nnheader.el (nnheader-init-server-buffer): Make sure the
11339         *nntpd* buffer is made multibyte instead of a random buffer.
11340
11341 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11342
11343         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
11344         when it returns headers.
11345
11346 2001-07-07  Simon Josefsson  <jas@extundo.com>
11347
11348         * rfc2047.el (rfc2047-encode-message-header): Skip header when
11349         trying to fold. Thanks to Colin Walters
11350         <walters@cis.ohio-state.edu>
11351
11352 2001-07-06  Simon Josefsson  <jas@extundo.com>
11353
11354         * imap.el (imap-parse-address-list, imap-parse-flag-list)
11355         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
11356         Add information in `assert's.
11357
11358         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
11359         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
11360         and `nnimap-group-overview-filename', should handle all
11361         change-of-uidvalidity related issues.  But there may be other
11362         problems.)
11363
11364 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
11365
11366         * rfc2047.el (rfc2047-encode-message-header): Don't include the
11367         header name when folding.
11368
11369 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
11370
11371         * mm-decode.el (mm-inlined-types): Document relationship with
11372         `mm-inline-media-tests'.
11373         (mm-display-inline): Default to displaying as plain text if no
11374         inlining handler is available.
11375         (mm-inlinable-p): Remove.
11376         (mm-inlined-p): Don't call `mm-inlinable-p'.
11377         (mm-automatic-display-p): Ditto.
11378         (mm-attachment-override-p): Ditto.
11379
11380 2001-07-04  Simon Josefsson  <jas@extundo.com>
11381
11382         * nnimap.el (nnimap-importantize-dormant): New variable.
11383         (nnimap-request-update-info-internal): Use it.
11384         (nnimap-request-set-mark): Ditto.
11385
11386 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
11387
11388         * nntp.el (nntp-send-command): don't pass a buffer argument to
11389         `point'. Only XEmacs accepts this.
11390         * nntp.el (nntp-send-command-nodelete): ditto.
11391         * nntp.el (nntp-send-command-and-decode): ditto.
11392
11393 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
11394
11395         * nntp.el (nntp-open-connection-function): doc update.
11396         * nntp.el (nntp-pre-command): New.
11397         * nntp.el (nntp-via-rlogin-command): New.
11398         * nntp.el (nntp-via-telnet-command): New.
11399         * nntp.el (nntp-via-telnet-switches): New.
11400         * nntp.el (nntp-via-user-name): New.
11401         * nntp.el (nntp-via-user-password): New.
11402         * nntp.el (nntp-via-address): New.
11403         * nntp.el (nntp-via-envuser): New.
11404         * nntp.el (nntp-via-shell-prompt): New.
11405         * nntp.el (nntp-open-telnet-stream): New.
11406         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
11407         * nntp.el (nntp-open-via-telnet-and-telnet): New.
11408         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
11409         * nntp.el (nntp-send-command): ditto.
11410         * nntp.el (nntp-send-command-nodelete): ditto.
11411         * nntp.el (nntp-send-command-and-decode): ditto.
11412
11413 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
11414         Trivial patch.
11415
11416         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
11417         `when'.
11418
11419 2001-07-03  Simon Josefsson  <jas@extundo.com>
11420         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
11421
11422         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
11423
11424 2001-07-03  Simon Josefsson  <jas@extundo.com>
11425
11426         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
11427         remove it (workaround XEmacs `fill-region' bug).
11428
11429 2001-07-01  Simon Josefsson  <jas@extundo.com>
11430
11431         * nnimap.el (nnimap-date-days-ago): Defeat locale.
11432
11433 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11434
11435         * mml2015.el (mml2015-format-error): New function.
11436         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
11437         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
11438         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
11439
11440 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11441
11442         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
11443         Suggested by Christoph Conrad <C.Conrad@cli.de>.
11444
11445         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
11446         group variables.
11447
11448 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11449
11450         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
11451
11452         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
11453         (nnrss-save-group-data): Ditto.
11454
11455         * gnus-agent.el (gnus-agent-save-alist): Ditto.
11456
11457 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11458
11459         * message.el (message-do-send-housekeeping): Narrow to headers.
11460
11461 2001-06-24  Simon Josefsson  <jas@extundo.com>
11462
11463         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
11464         insertion when breaking lines looked for " \t" instead of "[ \t]".
11465         (rfc2047-encode-message-header): Fold lines even if
11466         no QP encoding is done.
11467
11468 2001-06-23  Simon Josefsson  <jas@extundo.com>
11469         From Samuel Tardieu <sam@inf.enst.fr>
11470
11471         * smime.el (smime-keys): Support additional certificates.
11472         (smime-make-certfiles): New function.
11473         (smime-sign-region): Use previous variables.
11474         (smime-get-certfiles): New function.
11475         (smime-sign-buffer): Use it.
11476         (smime-verify-region): Support both CAfile and CApath.
11477
11478 2001-06-23  Simon Josefsson  <jas@extundo.com>
11479
11480         * smime.el (smime-decrypt-region): Perhaps work.
11481
11482 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11483
11484         * gnus-msg.el (gnus-copy-article-buffer): Typo.
11485
11486 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
11487
11488         * mm-decode.el (mm-save-part): Rewrite file name.
11489         (mm-file-name-rewrite-functions): New variable.
11490         (mm-file-name-delete-whitespace): New function.
11491         (mm-file-name-trim-whitespace): New function.
11492         (mm-file-name-collapse-whitespace): New function.
11493         (mm-file-name-replace-whitespace): New variable and function.
11494
11495 2001-06-22  Simon Josefsson  <jas@extundo.com>
11496
11497         * message.el (message-make-date): Workaround locale for weekdays.
11498
11499 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11500
11501         * message.el (message-goto-body): Return nil if not found. (revert!)
11502
11503 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11504         From Fremlin <chief@bandits.org>
11505
11506         * message.el (message-goto-body): Some messages have no header.
11507
11508         * gnus-msg.el (gnus-copy-article-buffer): Use it.
11509
11510 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
11511
11512         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
11513
11514 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11515
11516         * message.el (message-make-date): Add week day.
11517         Suggested by Jason R. Mastaler <jason@mastaler.com>.
11518
11519 2001-06-19  Simon Josefsson  <jas@extundo.com>
11520
11521         * message.el (message-yank-prefix): Doc fix.
11522         (message-yank-cited-prefix): Ditto.
11523         (message-delete-not-region): Keep citation prefix on first line,
11524         if possible and appropriate.
11525
11526 2001-06-19  Simon Josefsson  <jas@extundo.com>
11527
11528         * imap.el (imap-process-connection-type): New variable.
11529         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
11530         recent `imtest's work completely (no line length issues), while
11531         making making old `imtest's unusable.  Thanks to NAGY Andras
11532         <nagya@inf.elte.hu> for his work.
11533
11534 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
11535
11536         * imap.el (imap-ssl-program): Add -quiet to shut up
11537         OpenSSL/SSLeay's internal debug talk.
11538
11539 2001-06-19  Matt Armstrong  <matt@lickey.com>
11540
11541         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
11542         server.
11543
11544 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11545
11546         * nnmail.el (nnmail-article-buffer): New variable.
11547         (nnmail-split-incoming): Use it.
11548
11549 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
11550
11551         * qp.el (quoted-printable-decode-region): If called interactively,
11552         use coding-system-for-read.
11553
11554 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11555
11556         * message.el (message-check-news-header-syntax): Check Reply-To.
11557
11558 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11559
11560         * mml.el (mml-parse-1): Use message options.
11561
11562         * message.el (message-do-fcc): Don't do anything if there is no
11563         FCC.
11564
11565 2001-06-16  Simon Josefsson  <jas@extundo.com>
11566
11567         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
11568         (nnimap-expunge-search-string): New variable.
11569         (nnimap-request-expire-articles): Use it.
11570
11571 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11572
11573         * message.el (message-send-mail-with-qmail): wrong exit status is
11574         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
11575
11576 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11577
11578         * gnus-art.el (article-strip-multiple-blank-lines): Use
11579         delete-region instead of replace-match.
11580
11581 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11582
11583         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
11584         (nnweb-google-wash-article): Ditto.
11585
11586 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
11587
11588         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
11589
11590 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11591
11592         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
11593         specs.
11594
11595 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11596
11597         * gnus.el (gnus-email-address): Move it here.
11598
11599         * gnus-art.el (article-de-quoted-unreadable): Read charset if
11600         requested.
11601         (article-de-base64-unreadable): Ditto.
11602         (article-wash-html): Ditto.
11603
11604 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11605
11606         * message.el (message-options-set-recipient): Don't add ", "
11607         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
11608
11609 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11610
11611         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
11612
11613 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11614
11615         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
11616         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
11617
11618         * nnrss.el (nnrss-node-text): Node might be nil.
11619
11620 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11621
11622         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
11623         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
11624
11625         * nnrss.el (nnrss-group-alist): More items.
11626
11627 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11628
11629         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
11630
11631 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11632         Trivial patch from Dale Hagglund  <rdh@best.com>
11633
11634         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
11635         restrict clauses.
11636
11637 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11638
11639         From Benjamin Rutt <brutt+news@bloomington.in.us>
11640
11641         * message.el (message-wide-reply-confirm-recipients): New variable.
11642
11643 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
11644         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
11645
11646         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
11647         fix so it works with XEmacs.
11648
11649 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11650
11651         * nnrss.el (nnrss-retrieve-headers): Support description as extra
11652         headers.
11653
11654 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11655
11656         * nnrss.el: Fix a few bugs.
11657
11658 2001-06-05  Simon Josefsson  <jas@extundo.com>
11659
11660         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
11661         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
11662
11663 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
11664
11665         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
11666         binary so that we don't transmit ISO 2022 garbage to the process.
11667         This is needed under XEmacs.
11668
11669 2001-06-03  Simon Josefsson  <simon@josefsson.org>
11670
11671         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
11672         autoloaded incorrectly below because ssl-program-* is bound.)
11673         Thanks to Amos Gouaux for report.
11674
11675 2001-06-02  Simon Josefsson  <simon@josefsson.org>
11676
11677         * imap.el (imap-kerberos4-open):
11678         (imap-gssapi-open):
11679         (imap-ssl-open):
11680         (imap-network-open):
11681         (imap-shell-open):
11682         (imap-starttls-open): Set buffer to workaround spurious
11683         `accept-process-output' buffer changes.  Thanks to Mats Lidell
11684         <Mats.Lidell@contactor.se> for report and partial patch and Jake
11685         Colman <colman@ppllc.com> for report.
11686
11687 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11688
11689         * gnus-sum.el (gnus-summary-catchup): New argument.
11690         (gnus-summary-catchup-from-here): New function.
11691
11692 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11693
11694         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
11695         back, then insert glyph.  (Before, the glyph was inserted first,
11696         then the newline.)  This works around a behavior in XEmacs where
11697         it is not possible to insert a character after a glyph which is at
11698         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
11699
11700 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11701
11702         From Jaap-Henk Hoepman (jhh@xs4all.nl).
11703
11704         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
11705         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
11706         mm-destroy-postponed-undisplay-list): New functions.
11707         (mm-display-external): Use them.
11708
11709 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11710
11711         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
11712         `default-low' when evaluating `gnus-summary-highlight'.
11713         From Raja R Harinath <harinath@cs.umn.edu>.
11714
11715 2001-05-27  Simon Josefsson  <simon@josefsson.org>
11716
11717         * message.el (message-yank-cited-prefix): New variable.
11718         (message-indent-citation): Use it.
11719
11720         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
11721         as details.
11722         (mml2015-mailcrypt-clear-verify): Ditto.
11723
11724 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11725         From Nevin Kapur <nevin@jhu.edu>.
11726
11727         * gnus-sum.el (gnus-summary-default-high-score,
11728         gnus-summary-default-low-score): New variables.
11729         (gnus-summary-highlight): Use them.
11730
11731 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
11732
11733         * message.el (message-mail): pass the 'send-actions argument to
11734         `message-setup'.
11735
11736 2001-05-16  Simon Josefsson  <simon@josefsson.org>
11737         From Raymond Scholz <ray-2001@zonix.de>
11738
11739         * gnus-art.el (gnus-mime-view-part-as-charset):
11740         (gnus-mime-internalize-part): Doc fixes.
11741
11742 2001-05-11  Simon Josefsson  <simon@josefsson.org>
11743
11744         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
11745         status lines without any text ("^215$").
11746
11747 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11748
11749         * nnrss.el (nnrss-check-group): Reverse.
11750
11751 2001-05-07  Simon Josefsson  <simon@josefsson.org>
11752
11753         * message.el (message-get-reply-headers):
11754         (message-followup): Fix typo, suggested by David Green
11755         <dgreen@uab.edu>
11756
11757 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11758
11759         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
11760
11761         * nnrss.el (nnrss-open-server): Read server data when it is called.
11762         (nnrss-request-expire-articles): Fix.
11763
11764 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11765
11766         * message.el (message-do-send-housekeeping): mail-abbrevs may
11767         rename buffer behind Gnus.
11768
11769 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11770
11771         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
11772         (nnrss-group-alist): Add more resources.
11773         (nnrss-check-group): Ignore errors.
11774
11775 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11776
11777         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
11778
11779         * nnslashdot.el (nnslashdot-request-list): Add time.
11780         (nnslashdot-request-expire-articles): New function.
11781
11782         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
11783         secondary methods too.
11784
11785 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11786
11787         * message.el (message-use-followup-to): Set default value to t.
11788
11789 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
11790
11791         * message.el (message-dont-reply-to-names): Fix documentation.
11792         (message-get-reply-headers): Use Mail-Followup-To only for wide
11793         replies.
11794
11795 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11796
11797         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
11798         correctly.
11799         (nnrss-check-group): Use time.
11800
11801 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11802
11803         * gnus.el: Oort Gnus v0.03 is released.
11804
11805 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11806
11807         * nnultimate.el (nnultimate-topic-article-to-article): Use the
11808         group.
11809
11810 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11811
11812         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
11813
11814 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11815
11816         * nnultimate.el (nnultimate-retrieve-headers): Return all
11817         available headers.
11818
11819         * gnus-sum.el (gnus-read-all-available-headers): New variable.
11820         (gnus-get-newsgroup-headers-xover): Use it.
11821
11822 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11823
11824         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
11825
11826 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11827
11828         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
11829
11830 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11831
11832         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
11833         disable it.
11834
11835         * gnus.el (gnus-info-nodes): Remove a few The's.
11836
11837 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11838
11839         * mail-source.el (mail-source-movemail): Call-process may return a
11840         signal description string.
11841
11842         * gnus-start.el (gnus-read-newsrc-el-file):
11843         gnus-newsrc-file-version may be nil.
11844
11845         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
11846         Suggested by Michael Sperber [Mr. Preprocessor]
11847         <sperber@informatik.uni-tuebingen.de>.
11848
11849 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
11850
11851         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
11852
11853 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
11854
11855         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
11856         fontify HANDLE.
11857
11858 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11859
11860         * smime.el (smime-ask-passphrase): Rework to return value.
11861         (smime-sign-region): Rework to bind value and use it.
11862         (smime-decrypt-region): Ditto.
11863
11864 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11865         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
11866
11867         * smime.el (smime-ask-passphrase): New function.
11868         (smime-sign-region): Use it.
11869         (smime-encrypt-cipher): New variable.
11870         (smime-decrypt-region): Ditto.
11871
11872 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
11873         Committed by Simon Josefsson  <simon@josefsson.org>
11874
11875         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
11876         the log.
11877
11878 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11879
11880         * gnus.el: Oort Gnus v0.02 is released.
11881
11882 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
11883
11884         * gnus.el: Oort Gnus v0.01 is released.
11885
11886 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11887
11888         * gnus-sum.el (gnus-summary-highlight): Highlight read
11889         undownloaded articles as read articles.
11890
11891         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
11892         (gnus-agent-get-undownloaded-list): Mark all undownloaded
11893         articles, even read ones, as such.
11894
11895         * gnus-sum.el (gnus-summary-find-matching): Clean up.
11896         (gnus-find-matching-articles): New function.
11897         (gnus-summary-limit-include-matching-articles): New command.
11898         (gnus-summary-limit-include-thread): Include articles that have
11899         matching subjects.
11900         (gnus-offer-save-summaries): Clean up.
11901
11902 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11903
11904         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
11905
11906 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11907         From Jason Merrill <jason_merrill@redhat.com>
11908
11909         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
11910
11911 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
11912         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11913
11914         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
11915         newsgroup names when the original article is a news message.
11916
11917 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11918
11919         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
11920         supported. Suggest by Jim Meyering <jim@meyering.net>.
11921
11922 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
11923         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
11924
11925         * nnmail.el (nnmail-split-it): Added check for .* at the end of
11926         regexp in nnmail-split-fancy.
11927
11928 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11929
11930         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
11931
11932 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
11933
11934         * message.el (message-send-mail): Improve the interaction with the
11935         user.
11936
11937 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11938
11939         * imap.el (imap-message-copy): Work around buggy servers that
11940         doesn't send TRYCREATE tags.
11941
11942 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
11943
11944         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
11945
11946 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11947
11948         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
11949         date.
11950
11951 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11952
11953         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
11954         lives.
11955
11956 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11957
11958         * gnus-art.el (gnus-parse-news-url): New function.
11959         (gnus-button-handle-news): New function.
11960         (gnus-button-alist): Point to new functions.
11961
11962         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
11963
11964         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
11965         gnus-format-specs.
11966
11967         * message.el (message-check-news-header-syntax): Question even
11968         when Gnus doesn't know the group names.
11969         (message-send-news): Clean up.
11970
11971         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
11972         exited on purpose without saving.
11973
11974         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
11975
11976 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11977
11978         * gnus-score.el (gnus-score-orphans): Clean up.
11979
11980         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
11981
11982         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
11983         later.
11984
11985         * gnus-start.el (gnus-close-all-servers): Find the right items to
11986         close.
11987
11988         * qp.el (quoted-printable-decode-region): Just message
11989         malformation; don't quit.
11990
11991 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11992         From Gerd Moellmann <gerd@gnu.org>.
11993
11994         * gnus.el (gnus-interactive): A typo.
11995
11996 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
11997         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11998
11999         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
12000         `assq-delete-all', if that function exists; otherwise use the old
12001         definition. Documentation changed to match the one in
12002         `assq-delete-all'.
12003
12004 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12005
12006         * gnus-start.el (gnus-close-all-servers): New function.
12007
12008         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
12009         (gnus-server-remove-denials): Clean up.
12010
12011         * gnus-sum.el (gnus-summary-sort-by-original): New command and
12012         keystroke.
12013
12014 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12015
12016         * message.el (message-send-news): Message where we are sending.
12017         (message-send-mail): Ditto.
12018
12019         * gnus.el (gnus-server-string): New function.
12020
12021         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
12022
12023         * mm-decode.el (mm-default-directory): Customized.
12024         (mm-tmp-directory): Ditto.
12025
12026         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
12027         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
12028         or Chars.
12029         (gnus-summary-line-format-alist): ?l is now a string.
12030         (gnus-summary-prepare-threads): Output ? for unknown lines.
12031         (gnus-summary-insert-line): Ditto.
12032         (gnus-summary-print-article): Unbalanced parentheses.
12033
12034         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
12035         out whether new stuff has arrived.
12036
12037 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
12038
12039         * gnus-sum.el: Let printing work on ttys on Emacs.
12040
12041 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12042
12043         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
12044         when forcing news.
12045
12046         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
12047         command.
12048
12049 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
12050
12051         * message.el (message-set-auto-save-file-name): Don't use
12052         asterisks under nt.
12053
12054 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12055
12056         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
12057         lists of articles.
12058
12059         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
12060
12061         * gnus-msg.el (gnus-put-message): Clean up.
12062         (gnus-summary-reply): Mark all replied-to articles as replied to.
12063         (gnus-inews-add-send-actions): Also mark as forwarded.
12064         (gnus-summary-mail-forward): Mark as forwarded.
12065
12066         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
12067         of articles.
12068         (gnus-summary-mark-article-as-forwarded): Ditto.
12069
12070         * gnus-msg.el (gnus-summary-resend-message): Mark article as
12071         forwarded.
12072         (gnus-summary-mail-forward): Clean up.
12073
12074         * gnus.el (gnus-article-mark-lists): Added forward.
12075
12076         * gnus-sum.el (gnus-forwarded-mark): New variable.
12077         (gnus-summary-prepare-threads): Use it.
12078         (gnus-summary-update-secondary-mark): Ditto.
12079         (gnus-newsgroup-forwarded): New variable.
12080
12081 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12082
12083         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
12084         (gnus-summary-very-wide-reply): New command and keystroke.
12085         (gnus-summary-very-wide-reply-with-original): Ditto.
12086
12087         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
12088         (gnus-score-adaptive): Use it.
12089
12090         * gnus-start.el (gnus-get-unread-articles): Clean up.
12091
12092 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12093
12094         * nnultimate.el (nnultimate-retrieve-headers): Work for other
12095         boards.
12096
12097 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
12098
12099         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
12100         * gnus-start.el (gnus-subscribe-newsgroup): use it.
12101
12102 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12103
12104         * nnultimate.el (nnultimate-retrieve-headers): Understand
12105         long-form month names.
12106
12107 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12108
12109         * gnus-sum.el (gnus-summary-show-all-headers):
12110         gnus-article-show-all-headers is broken. Use
12111         gnus-summary-toggle-header instead.
12112
12113         * mml2015.el (mml2015-gpg-extract-from): No error.
12114
12115 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12116         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
12117
12118         * mml2015.el (mml2015-gpg-extract-from): New function.
12119         (mml2015-gpg-verify): Use it.
12120         (mml2015-gpg-clear-verify): Use it.
12121
12122 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12123
12124         * message.el (message-setup-fill-variables): Use
12125         fill-paragraph-function.
12126         (message-fill-paragraph): Take an argument.
12127         (message-newline-and-reformat): Take another argument.
12128
12129 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12130
12131         * message.el (rmail-output): It is in rmailout.el not rmail.el.
12132
12133 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12134
12135         * message.el (message-forward): local-variable-p takes an extra
12136         argument in XEmacs.
12137
12138 2001-03-16  Simon Josefsson  <simon@josefsson.org>
12139
12140         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
12141         `nnimap-use-nov-p' (it really tested the negative).
12142         (nnimap-retrieve-headers): Use it.
12143
12144 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12145
12146         * message.el (message-generate-headers-first): Update doc.
12147
12148 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
12149         Trivial patch.
12150
12151         * gnus.el (gnus-summary-line-format): Typo.
12152
12153 2001-03-11  Simon Josefsson  <simon@josefsson.org>
12154
12155         * mailcap.el (mailcap-mime-data): Add application/sieve.
12156         (mailcap-mime-extensions): Add .siv, .xls.
12157
12158 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12159         From Christoph Conrad <christoph.conrad@gmx.de>
12160
12161         * gnus-score.el (gnus-summary-lower-thread): Typo.
12162
12163 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12164
12165         * message.el (message-forward-decoded-p): New variable.
12166         (message-forward-subject-author-subject): Use it.
12167         (message-make-forward-subject): Use it.
12168         (message-forward): Use it.
12169
12170         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
12171
12172         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
12173         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
12174
12175 ;;Has been fixed -- zsh.
12176 ;;2001-03-05  Dave Love  <fx@gnu.org>
12177 ;;
12178 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
12179 ;;      Move it after definition of mm-coding-system-p.
12180 ;;
12181 2001-03-01  Dave Love  <fx@gnu.org>
12182
12183         * mm-util.el (mm-inhibit-file-name-handlers): Add
12184         image-file-handler.
12185
12186 2001-02-11  Dave Love  <fx@gnu.org>
12187
12188         * message.el (message-signature-file): Fix doc, :type.
12189
12190 2001-02-08  Dave Love  <fx@gnu.org>
12191
12192         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
12193         (message-posting-charset): Defvar when compiling again.
12194         (rfc2047-encodable-p): Require message.
12195
12196         * gnus-sum.el (gnus-alter-articles-to-read-function):
12197         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
12198
12199 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12200
12201         * nnrss.el: New file.
12202
12203 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
12204         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12205
12206         * rfc2047.el (rfc2047-unfold-region): Fix arg of
12207         `skip-chars-forward'.
12208
12209 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12210
12211         * nndraft.el (nndraft-request-group): Restore auto save files if
12212         the original files do not exist.
12213
12214 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12215
12216         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
12217         SCORE paths.
12218
12219         * mm-decode.el (mm-dissect-buffer): Call
12220         mail-extract-address-components only if necessary.
12221
12222 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12223
12224         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
12225         directory part.
12226         (gnus-score-search-global-directories): Use file-directory-p.
12227
12228         * gnus-score.el (gnus-score-score-files-1): Use
12229         gnus-kill-files-directory.
12230         From Adrian Aichner <adrian@xemacs.org>.
12231
12232 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12233
12234         * gnus.el (charset): Move here from gnus-sum.el.
12235
12236 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12237
12238         * mml.el (mml-preview): Disable local map.
12239
12240         * gnus-sum.el (gnus-summary-make-menu-bar): Make
12241         gnus-article-post-menu here.
12242
12243         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
12244         if it has not been made.
12245
12246 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12247
12248         * gnus-art.el (gnus-article-describe-key): Map key to event.
12249         (gnus-article-describe-key-briefly): Ditto
12250
12251 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12252
12253         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
12254
12255 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12256         From Katsumi Yamaoka <yamaoka@jpl.org>.
12257
12258         * dgnushack.el (coerce, merge, subseq): defmacro.
12259
12260 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12261
12262         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
12263         A fake defalias in nndraft.el results a not-activated bug in
12264         uncompiled versions.
12265
12266 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
12267         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12268
12269         * gnus-util.el (gnus-split-references): Handle malformed References:.
12270
12271 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12272
12273         * gnus-art.el (gnus-article-mime-part-status): 1 part.
12274
12275 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12276         From NAGY Andras <nagya@inf.elte.hu>.
12277
12278         * gnus.el (gnus-parameters): Typo.
12279
12280 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12281
12282         * gnus.el (gnus-read-method): Remove redundancy.
12283
12284 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12285
12286         * nnslashdot.el (nnslashdot-backslash-url): New variable.
12287         (nnslashdot-request-list): Use it.
12288
12289 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12290
12291         * nnml.el (nnml-generate-active-info): Fix the case when there is
12292         no file.
12293
12294         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
12295         (gnus-summary-create-article): New function.
12296
12297         * gnus-group.el (gnus-group-mark-article-read): New function.
12298
12299         * gnus-msg.el (gnus-inews-do-gcc): Use it.
12300
12301         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
12302
12303 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12304
12305         * gnus-art.el (gnus-article-edit-done): Don't use
12306         gnus-article-edit-exit.
12307         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
12308
12309         * gnus.el (gnus-parameters): New variable.
12310         Suggested by NAGY Andras <nagya@inf.elte.hu>.
12311         (gnus-parameters-get-parameter): New function.
12312         (gnus-group-find-parameter): Use it.
12313
12314 2001-02-23  Simon Josefsson  <simon@josefsson.org>
12315
12316         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
12317         change of default value to `current'.
12318
12319 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12320
12321         * nneething.el (nneething-get-head): Insert unreadable file too.
12322
12323 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12324
12325         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
12326
12327         * webmail.el (webmail-type-definition): Deja is bought by google.
12328
12329 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12330
12331         * gnus-sum.el (gnus-fetch-headers): New function.
12332         (gnus-select-newsgroup): Use it.
12333         (gnus-summary-insert-articles): New function.
12334         (gnus-summary-insert-old-articles): New function.
12335         (gnus-summary-insert-new-articles): New function.
12336
12337         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
12338         (gnus-group-list-active): Ditto.
12339         * gnus-sum.el (gnus-set-mode-line): Ditto.
12340         (gnus-summary-read-group-1): Ditto.
12341
12342 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12343
12344         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
12345         current topic.
12346
12347 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12348
12349         * smiley.el (gnus-smiley-display): Don't do widening.
12350
12351         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
12352         within body.
12353
12354         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
12355
12356         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
12357         New variable.
12358         (gnus-mime-display-multipart-related-as-mixed): New variable.
12359         (gnus-mime-display-part): Use them.
12360
12361 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12362
12363         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
12364         something special.
12365
12366 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12367
12368         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
12369         (nnweb-request-article): Call reference if exists.
12370         (nnweb-type-definition): Dejanews is bought by google.com.
12371         Beta!
12372
12373 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12374
12375         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
12376
12377 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12378
12379         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
12380         gnus-article-sort-functions.
12381         (gnus-article-sort-functions): Doc fix.  Refer to
12382         gnus-thread-sort-functions.
12383
12384 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12385         From Paul Jarc <prj@po.cwru.edu>.
12386
12387         * message.el (message-get-reply-headers): More fixes.
12388
12389 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
12390         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12391
12392         * message.el (message-get-reply-headers): Fix bug with
12393         Mail-Followup-To/to-address interaction.
12394
12395 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12396
12397         * gnus-msg.el (gnus-configure-posting-styles): Match header in
12398         gnus-article-copy.
12399
12400 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12401
12402         * message.el (message-do-send-housekeeping): Rename to a better
12403         name.
12404
12405 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12406
12407         * message.el (message-cancel-news): Check article first, then ask
12408         yes or no.
12409
12410 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12411
12412         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
12413
12414 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12415
12416         * gnus-range.el (gnus-range-normalize): New function.
12417
12418 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
12419
12420         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
12421
12422 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12423
12424         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
12425
12426         * nnagent.el (nnagent-request-regenerate): New function.
12427
12428         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
12429
12430         * nnml.el (nnml-generate-nov-databases): Accept argument
12431         server. Don't open server if it is opened.
12432         (nnml-request-regenerate): Use it. Change to deffoo.
12433
12434 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12435         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12436
12437         * gnus.el (gnus-define-group-parameter): Fix.
12438
12439 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12440
12441         * gnus.el (gnus-define-group-parameter): Improved.
12442
12443         * gnus-sum.el (charset): Define parameter.
12444         (ignored-charsets): Ditto.
12445         (gnus-summary-setup-default-charset): Use them.
12446
12447         * gnus-start.el (gnus-read-descriptions-file): Use them.
12448
12449         * gnus-cus.el (gnus-group-parameters): Remove them.
12450
12451 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12452
12453         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
12454
12455 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12456
12457         * gnus-sum.el (gnus-summary-read-group-1): Remove
12458         gnus-summary-set-local-parameters.
12459         (gnus-summary-setup-buffer): Put it here.
12460
12461 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12462
12463         * gnus.el (to-address): Define parameter.
12464         (to-list): Ditto.
12465         * gnus-art.el (article-hide-boring-headers): Use them.
12466         * gnus-msg.el (gnus-post-news): Ditto.
12467         * gnus-cus.el (gnus-group-parameters): Remove them.
12468
12469 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12470
12471         * gnus-draft.el (gnus-draft-reminder): New function.
12472
12473         * gnus-art.el (gnus-sender-save-name): New function.
12474
12475 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12476
12477         * mm-util.el (mm-mime-charset): Error message.
12478
12479 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12480
12481         * message.el (message-check-news-body-syntax): Don't check mml lines.
12482
12483 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12484
12485         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
12486         subscribe.
12487
12488         * gnus-start.el (gnus-call-subscribe-functions): New function.
12489         (gnus-find-new-newsgroups): Use it.
12490         (gnus-ask-server-for-new-groups): Use it.
12491         (gnus-check-first-time-used): Use it.
12492         (gnus-subscribe-newsgroup-method): Grok a list of functions.
12493         (gnus-subscribe-options-newsgroup-method): Ditto.
12494         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
12495         return .
12496
12497 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12498
12499         * gnus-cus.el (gnus-score-customize): Doc fix.
12500
12501 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
12502
12503         * dgnushack.el (my-getenv): Typo.
12504
12505 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12506
12507         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
12508
12509 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12510
12511         * gnus-group.el (gnus-group-suspend): Offer save summaries.
12512
12513         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
12514         (gnus-treatment-function-alist): Use it.
12515         (article-remove-leading-whitespace): New function.
12516         (gnus-article-make-menu-bar): Use it.
12517
12518         * gnus-sum.el (gnus-summary-wash-empty-map): Add
12519         remove-leading-whitespace.
12520         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
12521         because of conflict.
12522
12523 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12524
12525         * Makefile.in: Hack generating gnus-load.el.
12526         * dgnushack.el: Ditto.
12527         * gnus-load.el: Remove it.
12528
12529 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12530
12531         * dgnushack.el : Add URLDIR.
12532
12533         * Makefile.in (EMACS_COMP): Ditto.
12534
12535 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12536
12537         * gnus-cus.el (gnus-score-customize): Error on no score file.
12538
12539 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12540
12541         * mm-decode.el (mm-merge-handles): New function.
12542
12543         * mm-view.el (mm-inline-message): Use it.
12544         (mm-view-message): Ditto.
12545
12546         * mm-partial.el (mm-inline-partial): Ditto.
12547
12548         * mm-extern.el (mm-inline-external-body): Ditto.
12549
12550         * gnus-art.el (gnus-mime-view-part): Ditto.
12551         (gnus-mime-view-part-as-type): Ditto.
12552         (gnus-mime-save-part-and-strip): Prevent users to strip in some
12553         cases.
12554
12555 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12556
12557         * message.el (message-cancel-news): Allow to shoot foot.
12558         (message-supersede): Ditto.
12559
12560 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
12561         Trivial patch.
12562
12563         * gnus-sum.el (gnus-simplify-subject-re): Use
12564         message-subject-re-regexp.
12565
12566 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12567
12568         * nnmail.el (nnmail-expiry-target-group): Bind
12569         nnmail-cache-accepted-message-ids to nil.
12570
12571         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
12572         coding system.
12573
12574 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12575
12576         * qp.el (quoted-printable-encode-region): Make sure characters are
12577         between 00 and FF.  Don't check charset.
12578
12579         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
12580         in Emacs 20.
12581         * rfc2047.el (rfc2047-q-encode-region): Ditto.
12582
12583 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12584
12585         * message.el (message-make-forward-subject): Argument decoded.
12586         (message-forward): Use it when digest.
12587
12588         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
12589         buffer.
12590
12591 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12592
12593         * message.el (message-generate-headers-first): Doc fix.
12594
12595 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12596
12597         * gnus-art.el (article-make-date-line): Error proof.
12598
12599 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12600
12601         * gnus-group.el (gnus-group-listing-limit): New variable.
12602         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
12603
12604         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
12605
12606 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12607
12608         * message.el (message-newline-and-reformat): Special case for
12609         breaking at BOL.
12610
12611 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
12612
12613         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
12614         message/rfc822.
12615
12616 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12617
12618         * message.el (message-encode-message-body): Don't insert
12619         Content-Type if it is inside a mail.
12620
12621 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12622
12623         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
12624         gnus-article-commands-menu.
12625
12626         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
12627         in Emacs.
12628
12629         * gnus-start.el (gnus-read-descriptions-file): Use
12630         gnus-group-name-charset and gnus-group-charset-alist.
12631
12632 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12633
12634         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
12635         active region.
12636
12637         * gnus-start.el (gnus-group-change-level): Remove from both
12638         gnus-zombie-list and gnus-killed-list.
12639
12640 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12641
12642         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
12643         gnus-subscribe-topics.
12644
12645         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
12646
12647 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12648
12649         * gnus-art.el (gnus-article-make-menu-bar): Make
12650         gnus-article-post-menu.
12651
12652         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
12653
12654         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
12655
12656         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
12657
12658         * message.el (message-mode-menu): Ditto.
12659
12660         * gnus-art.el (defvar): eval-when-compile.
12661
12662 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12663
12664         * gnus-agent.el (gnus-agentize): Fix doc.
12665
12666 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
12667
12668         * mml.el (mml-preview): Bind `q'.
12669
12670 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12671
12672         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
12673
12674 2001-01-31  Dave Love  <fx@gnu.org>
12675
12676         * mm-util.el (mm-mime-mule-charset-alist)
12677         (mm-find-mime-charset-region): Consider mule-utf-8.
12678
12679 2001-01-31  Dave Love  <fx@gnu.org>
12680
12681         * gnus-art.el (gnus-article-x-face-command)
12682         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
12683         :version.
12684
12685 2001-01-26  Dave Love  <fx@gnu.org>
12686
12687         * mm-util.el (mm-multibyte-string-p): New.
12688
12689 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
12690 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
12691 ;;      string-as-multibyte on class.  Clarify line-folding.
12692         (quoted-printable-encode-string): Make temp buffer inherit
12693         string's multibyteness.
12694
12695 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
12696
12697         * nnheader.el (toplevel): Don't require `gnus-util' at
12698         compile-time; this creates a circular dependency, and prevents
12699         a bootstrap.
12700
12701 2001-01-22  Andreas Schwab  <schwab@suse.de>
12702
12703         * nnheader.el (gnus-delete-line): Autoload it as a macro.
12704
12705 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12706
12707         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
12708
12709         * gnus-art.el (article-hide-list-identifiers): Ditto.
12710
12711         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
12712
12713 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12714
12715         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
12716
12717         * gnus-art.el (article-hide-list-identifiers): Similar.
12718
12719 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
12720
12721         * nnmail.el (nnmail-remove-list-identifiers): Improved.
12722
12723 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12724
12725         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
12726
12727 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12728
12729         * gnus-util.el (gnus-string-equal): New function.
12730
12731         * gnus-art.el (article-hide-boring-headers): Use it.
12732
12733 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
12734
12735         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
12736
12737 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12738
12739         * gnus-msg.el (gnus-msg-mail): Support switch-action.
12740
12741 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12742
12743         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
12744         command if there is not last-saver.
12745
12746 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12747
12748         * nntp.el (nntp-open-connection): 201 is possible.
12749
12750 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12751
12752         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
12753         (rfc2047-charset-encoding-alist): Add big5.
12754
12755 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12756
12757         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
12758         (gnus-agent-remove-server): Ditto.
12759         (autoload): gnus-server-update-server.
12760
12761         * gnus-srvr.el (gnus-server-line-format): Add %a.
12762         (gnus-server-line-format-alist): Add gnus-tmp-agent.
12763         (gnus-server-insert-server-line): Use it.
12764
12765 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12766
12767         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
12768         GB2312 and Big5.
12769
12770 2001-01-24  Simon Josefsson  <sj@extundo.com>
12771
12772         * mail-source.el (mail-sources): Add :program specifier to IMAP
12773         mail source.
12774         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
12775
12776 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12777
12778         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
12779
12780 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12781
12782         * nntp.el (nntp-wait-for): Return the success code.
12783         (nntp-open-connection): Use it.
12784
12785 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12786
12787         * gnus-int.el (gnus-check-server): Allow breaking the opening.
12788
12789 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12790
12791         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
12792
12793 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12794
12795         * gnus-sum.el (gnus-summary-print-article): Take one prefix
12796         argument. Allow to print several articles in one file.
12797
12798 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12799
12800         * webmail.el (webmail-type-definition): netaddress changes.
12801
12802 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12803
12804         * gnus.el: Fix copyright. Remove trailing spaces.
12805
12806         * message.el (message-forward): Use mule4.
12807
12808 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12809
12810         * mm-util.el (mm-string-as-unibyte): New function.
12811
12812         * message.el (message-forward): Use it.
12813
12814 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12815
12816         * message.el (message-cite-original-without-signature): Don't peel
12817         off the blank line.
12818         (message-get-reply-headers): Add Cc if it is not in follow-to.
12819
12820 2001-01-20  Simon Josefsson  <sj@extundo.com>
12821
12822         * mm-decode.el (mm-handle-multipart-from): Add.
12823         (mm-dissect-buffer): Save From: header value.
12824         (mm-security-from): Remove.
12825         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
12826
12827         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
12828         instead of `mml-security-from'.  Protect null from value.
12829
12830 2001-01-20  Simon Josefsson  <sj@extundo.com>
12831
12832         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
12833         application/vnd.ms-excel attachments.
12834
12835 2001-01-19  Simon Josefsson  <sj@extundo.com>
12836
12837         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
12838
12839 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12840
12841         * message.el (message-ignored-mail-headers): Ditto.
12842
12843 2001-01-19  Simon Josefsson  <sj@extundo.com>
12844
12845         * message.el (message-ignored-news-headers): Only search beginning
12846         of line.
12847
12848 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
12849         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
12850
12851         * message.el (message-send-mail): Content-Type may not be there.
12852
12853 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12854
12855         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
12856         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
12857
12858         * gnus-art.el (article-display-x-face): Insert X-Face if there is
12859         not.
12860
12861 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12862
12863         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
12864         non-native groups.
12865
12866 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12867
12868         * message.el (message-yank-original): Understand
12869         universal-argument.
12870
12871 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12872
12873         * gnus-art.el (gnus-boring-article-headers): Add to-address.
12874         (article-hide-boring-headers): Ditto.
12875
12876         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
12877
12878 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12879
12880         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
12881         one.
12882
12883 2001-01-16  Simon Josefsson  <simon@josefsson.org>
12884
12885         * message.el (message-make-in-reply-to): Add comment to message-id
12886         (old syntax, see 2000-08-02 change).
12887
12888 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12889
12890         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
12891         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
12892         (gnus-button-reply): Ditto.
12893
12894 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12895
12896         * gnus-art.el (article-display-x-face): Fix.
12897
12898 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12899
12900         * gnus-art.el (article-display-x-face): Use
12901         gnus-original-article-buffer.
12902
12903 2001-01-15  Jack Twilley  <jmt@tbe.net>
12904
12905         * message.el (message-add-header): Move to point-max.
12906
12907 2001-01-15  Simon Josefsson  <simon@josefsson.org>
12908
12909         * smime.el (smime-CA-directory, smime-CA-file): Change default to
12910         nil, improve documentation.
12911         (smime-certificate-directory): Comment out false hints (until it
12912         is implemented).
12913
12914         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
12915         there aren't any keys.
12916         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
12917         verify certificate.  Default is changed to only check integrity.
12918         Improved security status texts.  If a certificate doesn't contain
12919         a email address, don't fail.
12920
12921         * smime.el (smime-noverify-region):
12922         (smime-noverify-buffer): New functions.  Verifies integrity only.
12923
12924 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12925
12926         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
12927
12928 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12929
12930         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
12931         (gnus-remove-some-windows): Ditto.
12932
12933 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12934
12935         * gnus-art.el (article-make-date-line): 11th.
12936
12937 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12938
12939         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
12940         (mml2015-gpg-sign): Ditto.
12941
12942 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12943
12944         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
12945         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
12946
12947 2001-01-08  Dave Love  <fx@gnu.org>
12948
12949         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
12950         single character.
12951
12952         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
12953
12954         * message.el: Doc and message fixes.
12955         (message-send-rename-function)
12956         (message-make-forward-subject-function)
12957         (message-send-mail-function, message-reply-to-function)
12958         (message-wide-reply-to-function, message-followup-to-function)
12959         (message-distribution-function, message-auto-save-directory): Fix
12960         :type.
12961
12962         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
12963         proceeding after warnings.  Amend multipart warning message.
12964
12965 2001-01-04  Dave Love  <fx@gnu.org>
12966
12967         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
12968         compiling.
12969         (gnus-make-directory): Require nnmail.
12970
12971         * mm-decode.el (mm-inline-media-tests): Add
12972         image/x-portable-bitmap.
12973         (mm-get-image): Grok pbm.
12974
12975 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
12976
12977         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
12978
12979 2001-01-09  Didier Verna  <didier@xemacs.org>
12980
12981         * dgnushack.el (dgnushack-compile): give a dummy value to
12982         `gnus-xmas-glyph-directory' for the time of compilation.
12983         * gnus-agent.el: moved some XEmacs specific hook add-ons from
12984         `gnus-xmas-[re]define' to avoid loosing user custom settings.
12985         * gnus-art.el: ditto.
12986         * gnus-group.el: ditto.
12987         * gnus-salt.el: ditto.
12988         * gnus-sum.el: ditto.
12989         * gnus-topic.el: ditto.
12990         * gnus-xmas.el (gnus-xmas-define): see above.
12991         * gnus-xmas.el (gnus-xmas-redefine): see above.
12992         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
12993         non-continuable error when the directory can't be found.
12994
12995 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12996
12997         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
12998         handle.
12999         * gnus-art.el (gnus-mime-view-part): Copy it.
13000         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
13001
13002 2001-01-09  Michael Downes  <mjd@ams.org>
13003
13004         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
13005
13006 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13007
13008         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
13009         orig-file. Use ',source.
13010
13011 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13012
13013         * gnus-xmas.el (gnus-xmas-modeline-glyph):
13014         (gnus-xmas-group-startup-message):
13015         Detect gnus-xmas-glyph-directory when it is nil.
13016
13017 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13018
13019         * pop3.el (pop3-get-message-count): Andrew Innes
13020         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
13021
13022 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13023
13024         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
13025
13026         * time-date.el (time-to-number-of-days): New function.
13027
13028 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
13029         Trivial patch.
13030
13031         * nnslashdot.el (nnslashdot-request-list): Always get the right
13032         sid.
13033
13034 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13035
13036         * message.el (message-minibuffer-local-map): New keymap.
13037         (message-read-from-minibuffer): Use it.
13038         * gnus-msg.el (gnus-summary-resend-message): Use it
13039
13040 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13041
13042         * gnus-start.el (gnus-display-time-event-handler): New function.
13043         (gnus-after-getting-new-news-hook): Use it.
13044
13045 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13046
13047         * message.el (message-ignored-mail-headers): Add draft header.
13048
13049 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13050
13051         * gnus-sum.el (gnus-summary-expire-articles): Don't save
13052         excursion.
13053
13054         * nnslashdot.el (nnslashdot-request-list): Get the right year.
13055
13056 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
13057         A revoked patch.
13058
13059         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
13060
13061 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13062
13063         * qp.el (quoted-printable-decode-region): Don't backward-char.
13064
13065 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13066
13067         * gnus-draft.el: Mark articles as replied.
13068
13069         * gnus-sum.el (gnus-summary-add-mark): New function.
13070
13071         * gnus-group.el (gnus-add-mark): New function.
13072
13073         * gnus-sum.el (gnus-summary-buffer-name): New function.
13074         (gnus-summary-setup-buffer): Use it.
13075
13076         * gnus-draft.el: Set things up with the right post method and
13077         stuff.
13078
13079         * message.el (message-ignored-news-headers): Remove X-Draft-From.
13080
13081         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
13082
13083         * gnus.el (gnus-draft-meta-information-header): New variable.
13084
13085 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13086
13087         * gnus-art.el (gnus-treatment-function-alist): Move the date
13088         functions before the header sorting functions.
13089
13090         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
13091
13092         * dgnushack.el (dgnushack-compile): Message whether there is w3.
13093         Don't (push "/usr/share/emacs/site-lisp" load-path).
13094
13095         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
13096         to empty fill prefixes.
13097
13098 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13099
13100         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
13101         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
13102
13103 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13104
13105         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
13106
13107         * nnml.el (autoload): Move to nnheader.el.
13108
13109         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
13110         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
13111         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
13112         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
13113
13114 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13115
13116         * gnus-art.el (article-make-date-line): Get the hours right.
13117         (gnus-ignored-headers): More hiding.
13118
13119         * nnmail.el (nnmail-expiry-wait): Not an integer.
13120
13121         * message.el (message-goto-body): Only expand abbrev when called
13122         interactively.
13123         (message-make-lines): Use it.
13124
13125 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13126
13127         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
13128
13129 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13130
13131         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
13132         include the expunged articles.
13133
13134         * gnus-group.el (gnus-group-sort-by-server): New function.
13135
13136         * gnus.el (gnus-method-to-server-name): New function.
13137         (gnus-group-prefixed-name): Use it.
13138
13139         * gnus-group.el (gnus-group-sort-function): Doc fix.
13140         (gnus-group-sort-groups-by-server): New command.
13141
13142 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13143
13144         * gnus-art.el (gnus-treat-date-english): New variable.
13145         (article-date-english): New command.
13146         (gnus-english-month-names): New variable.
13147         (article-make-date-line): Do 'english.
13148
13149         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
13150         after the fill prefix.
13151
13152         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
13153         score...".
13154
13155         * gnus-art.el (gnus-ignored-headers): Hide more headers.
13156
13157         * message.el (message-mode-map): Bind comment-region.
13158
13159         * gnus-art.el (gnus-mime-display-part): Let w3 display
13160         multipart/related.
13161
13162         * mm-bodies.el (mm-long-lines-p): New function.
13163         (mm-body-encoding): Use it.
13164         (mm-body-encoding): Encode articles with lines longer than 1000
13165         characters.
13166
13167 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13168
13169         * mm-util.el (mm-enable-multibyte): Use
13170         default-enable-multibyte-characters.
13171         (mm-enable-multibyte-mule4): Ditto.
13172         (mm-disable-multibyte): Test XEmacs.
13173         (mm-disable-multibyte-mule4): Ditto.
13174         (mm-with-unibyte-current-buffer): Simplified.
13175         (mm-with-unibyte-current-buffer-mule4): Ditto.
13176
13177 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13178
13179         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
13180
13181         * nnheader.el (nnheader-string-as-multibyte): New alias.
13182
13183         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
13184
13185         * gnus-uu.el (gnus-message-process-mark): New function.
13186         (gnus-uu-mark-by-regexp): Use it.
13187         (gnus-new-processable): New function.
13188
13189 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
13190          Trivial patch.
13191
13192         * gnus-sum.el (gnus-no-mark): New variable.
13193
13194 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13195
13196         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
13197         backslashes.
13198
13199 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13200
13201         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
13202         definition.
13203
13204 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13205
13206         * dgnushack.el (dgnushack-compile): elc is in the current directory.
13207
13208         * qp.el (quoted-printable-encode-region): Don't check multibyte in
13209         XEmacs.
13210
13211 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
13212         Trivial patch.
13213
13214         * mml.el (mml-read-tag): Save tag location.
13215
13216 2000-12-25  Simon Josefsson  <simon@josefsson.org>
13217
13218         * starttls.el: Sync with Emacs 21.
13219
13220 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13221
13222         * message.el (message-mail): Support yank-action.
13223
13224         * message.el (message-setup): Revoke the last change.
13225
13226 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13227
13228         * message.el (message-setup): Use cons. Suggested by Johan Vromans
13229         <jvromans@squirrel.nl>.
13230
13231 2000-12-24  Simon Josefsson  <sj@extundo.com>
13232
13233         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
13234         mailing list junk at end of part.
13235
13236 2000-12-23  Simon Josefsson  <sj@extundo.com>
13237
13238         * nnimap.el (nnimap-expiry-target): New function.
13239         (nnimap-request-expire-articles): Use it.
13240
13241 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13242
13243         * gnus.el (gnus-group-parameters-more): New variable.
13244         * gnus-cus.el (gnus-group-customize): Use it.
13245
13246         * gnus.el (gnus-define-group-parameter): New macro.
13247         (auto-expire): Use it
13248         (total-expire): Use it.
13249         * gnus-art.el (banner): Use it.
13250
13251         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
13252         <ljz@asfast.com>.
13253
13254 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13255
13256         * gnus-topic.el (gnus-topic-create-topic): Use list.
13257
13258         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
13259         before binding gnus-default-article-saver.
13260
13261         * gnus-sum.el (gnus-summary-save-article):
13262         (gnus-summary-pipe-output):
13263         (gnus-summary-save-article-mail):
13264         (gnus-summary-save-article-rmail):
13265         (gnus-summary-save-article-file):
13266         (gnus-summary-write-article-file):
13267         (gnus-summary-save-article-body-file): Ditto.
13268
13269         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
13270
13271 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13272
13273         * gnus-art.el (gnus-mime-security-button-map):
13274         (gnus-mime-button-map): Add parent.
13275
13276 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13277
13278         * messagexmas.el (message-xmas-redefine): New function.
13279
13280         * message.el: Use it.
13281
13282         * gnus-art.el (gnus-article-check-hidden-text): Return t.
13283
13284         * gnus-util.el (gnus-remove-text-properties-when): Return t.
13285
13286 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13287
13288         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
13289         malformatted messages.
13290
13291 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13292
13293         * mm-util.el (mm-image-load-path): New function.
13294
13295         * gnus-group.el (gnus-group-make-tool-bar): Use it.
13296
13297         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
13298
13299         * message.el (message-tool-bar-map): Use it.
13300
13301         * Makefile.in (install-el): New rule.
13302
13303 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13304
13305         * gnus-art.el (article-treat-dumbquotes): Quote \.
13306
13307 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13308
13309         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
13310         Emacs 20 runs on a terminal.
13311
13312 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13313
13314         * gnus-msg.el (gnus-bug): Revert to save-excursion.
13315
13316         * mml.el (gnus-add-minor-mode): Autoload.
13317
13318         * message.el (message-forward): Save-restriction.
13319
13320 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13321
13322         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
13323         Paul Stevenson <p.stevenson@surrey.ac.uk>
13324
13325 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13326
13327         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
13328
13329         * mml.el (gnus-ems): Don't require.
13330
13331         * gnus.el (gnus-decode-rfc1522): Removed.
13332         (gnus-set-text-properties): Define.
13333
13334 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13335
13336         * gnus-art.el (gnus-mime-*): handle may be nil.
13337
13338         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
13339
13340         * gnus.el (gnus-group-remove-excess-properties): Not defined
13341         in gnus-xmas.
13342
13343 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13344
13345         * message.el (message-mail-user-agent): Add :version.
13346
13347 2000-12-21  Miles Bader  <miles@gnu.org>
13348
13349         * message.el (message-mode): Set `comment-start' to the  yank prefix.
13350
13351 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13352
13353         * message.el (message-mail-user-agent): New variable.
13354         (message-setup): Renamed to message-setup-1. Support
13355         mail-user-agent.
13356         (message-mail-user-agent): New function.
13357         (message-mail): Use it.
13358         (message-reply): Use it.
13359         (message-resend): Use it.
13360         (message-mail-other-window): Use it.
13361         (message-mail-other-frame): Use it.
13362
13363         * gnus-msg.el (gnus-bug): Support mail-user-agent.
13364
13365 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13366
13367         * message.el (message-tool-bar-map): Simplify.
13368         (message-narrow-to-head-1): New function.
13369         (message-narrow-to-head): Use it.
13370         (message-reply): Ditto.
13371         (message-cancel-news): Ditto.
13372         (message-supersede): Ditto.
13373         (message-make-forward-subject): Ditto.
13374         (message-bounce): Ditto.
13375
13376 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13377
13378         * uudecode.el (uudecode-decode-region-external): make-temp-file
13379         may not be defined.
13380
13381         * binhex.el (defalias): eval-and-compile.
13382
13383         * message.el (message-tool-bar-map): New function.
13384         (message-mode): Use it.
13385
13386 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13387
13388         * nntp.el (nntp-find-connection): Remove the entry.
13389         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
13390
13391 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13392
13393         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
13394
13395         * message.el (message-forward): Copy buffer in unibyte mode.
13396
13397 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13398
13399         * message.el (message-make-forward-subject): Don't widen. Decode.
13400         (message-forward): Don't decode subject.
13401
13402 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
13403
13404         * qp.el (quoted-printable-encode-region): Upcase QP.
13405
13406 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13407
13408         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
13409         mail-extract-a-c instead. Don't depend on Gnus.
13410
13411         * mml.el (gnus-ems): Require it.
13412
13413         * gnus-msg.el (gnus-summary-mail-forward):
13414
13415         * message.el (message-forward):  Move mime-to-mml here.
13416
13417 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13418
13419         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
13420         * gnus-art.el (gnus-insert-mime-button): Simplify.
13421         (gnus-mime-display-alternative): Ditto.
13422         (gnus-insert-mime-security-button): Ditto.
13423
13424 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13425
13426         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
13427         text-property-not-all doesn't return nil when start=mark(end).
13428         (gnus-remove-text-properties-when): Ditto.
13429
13430 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13431
13432         * gnus-start.el (gnus-group-change-level): Remove group from
13433         gnus-active-hashtb if real killed.
13434
13435 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13436
13437         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
13438         (gnus-mime-display-alternative): Ditto.
13439         (gnus-insert-mime-security-button): Ditto.
13440
13441 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13442
13443         * gnus-start.el (gnus-group-change-level): Don't add it into
13444         killed-list if it was killed.
13445
13446 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13447
13448         * nnmbox.el (nnmbox-file-coding-system): Use binary.
13449         (nnmbox-active-file-coding-system): Ditto.
13450
13451         * gnus-cus.el (gnus-group-parameters): Add posting-style.
13452
13453 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13454
13455         * gnus.el (gnus-version):
13456         (gnus-version-number): Set to Oort Gnus 0.01.
13457
13458         * gnus-art.el (gnus-mime-security-button-map):
13459         (gnus-insert-mime-security-button): Fix for Emacs21.
13460
13461 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13462
13463         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
13464         easymenu, because XEmacs doesn't understand :help.
13465
13466         * mm-uu.el: Require binhex.
13467
13468 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13469
13470         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
13471
13472 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13473
13474         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
13475
13476 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
13477
13478         * *.xpm, *.pbm: Convert icons icons to size 24x24.
13479
13480 2000-12-18  Dave Love  <fx@gnu.org>
13481
13482         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
13483         (unused).
13484
13485 2000-12-13  Miles Bader  <miles@gnu.org>
13486
13487         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
13488         to t, so that we don't get stuck while trying to smilefy
13489         intangible text.
13490
13491 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
13492
13493         * smiley-ems.el (smiley-regexp-alist): Make regexps match
13494         at the end of the buffer.
13495         (smiley-region): In the loop, move to the end of the submatch
13496         matching the smiley instead of using the end of the match
13497         of the whole regexp.
13498
13499 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
13500
13501         * message.el (message-mode): Doc fix.
13502
13503 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
13504
13505         * smiley-ems.el (smiley-region): Doc fix.
13506
13507 2000-12-11  Miles Bader  <miles@gnu.org>
13508
13509         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
13510         bottom line visible, check to see if it's partially obscured, and
13511         if so, either scroll one more line to make it fully visible, or
13512         revert to showing the second line from the top.
13513
13514 2000-12-07  Dave Love  <fx@gnu.org>
13515
13516         * mailcap.el (mailcap-download-directory)
13517         * gnus-audio.el (gnus-audio-directory)
13518         * smiley-ems.el (smiley-data-directory): Fix :type.
13519
13520 2000-11-30  Dave Love  <fx@gnu.org>
13521
13522         * message.el (message-auto-save-directory): Use
13523         file-name-as-directory.
13524         (message-set-auto-save-file-name): Create
13525         message-auto-save-directory if necessary.
13526         (message-replace-chars-in-string): Removed -- unused.
13527         (message-mail-alias-type): Customize.
13528         (message-headers): Remove duplicate defgroup.
13529
13530 2000-11-29  Dave Love  <fx@gnu.org>
13531
13532         * qp.el (quoted-printable-decode-region): Use error, not message
13533         to report malformed text (like base64).  Amend message.
13534
13535 2000-11-29  Miles Bader  <miles@gnu.org>
13536
13537         * message.el (message-header-lines): Fontify tag.
13538
13539 2000-11-27  Dave Love  <fx@gnu.org>
13540
13541         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
13542         compiler warning.
13543
13544 ;2000-11-26  Dave Love  <fx@gnu.org>
13545 ;
13546 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
13547 ;
13548 2000-11-23  Dave Love  <fx@gnu.org>
13549
13550         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
13551
13552         * mm-uu.el (uudecode): Require.
13553         (uudecode-decode-region, uudecode-decode-region-external): Don't
13554         autoload.
13555         (mm-uu-copy-to-buffer): Doc fix.
13556         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
13557         type fix.
13558
13559         * mailcap.el: Doc fixes.
13560         (mailcap-mime-data): Various adjustments.
13561         (mailcap): New group.
13562         (mailcap-download-directory): Customize.
13563         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
13564         (mailcap-temporary-directory): Deleted (unused).
13565         (mailcap-unescape-mime-test): Simplify slightly.
13566         (mailcap-viewer-passes-test): Use functionp.
13567         (mailcap-command-p): Aliased to executable-find.
13568
13569         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
13570         default-enable-multibyte-characters is nil.
13571
13572 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
13573
13574         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
13575
13576 2000-11-21  Dave Love  <fx@gnu.org>
13577
13578         * gnus-art.el (gnus-mime-button-map): Don't inherit from
13579         gnus-article-mode-map.
13580 ;       (gnus-mime-button-menu): Use mouse-set-point.
13581         (gnus-insert-mime-button, gnus-mime-display-alternative)
13582         (gnus-mime-display-alternative): Don't use local-map property.
13583
13584 2000-11-17  Dave Love  <fx@gnu.org>
13585
13586         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
13587         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
13588         and make-temp-file.
13589         (uudecode-decode-region): Doc fix.
13590
13591 2000-11-14  Dave Love  <fx@gnu.org>
13592
13593         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
13594         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
13595         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
13596         New files, derived from the XPMs.
13597
13598 2000-11-10  Dave Love  <fx@gnu.org>
13599
13600         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
13601         (gnus-agent-lib-file, gnus-agent-load-alist)
13602         (gnus-agent-save-alist, gnus-agent-article-name): Use
13603         expand-file-name.
13604
13605         * gnus-group.el (gnus-group-name-charset-method-alist): Add
13606         :version.
13607         (nnkiboze-score-file): Defvar when compiling.
13608
13609         * gnus-start.el (gnus-read-newsrc-file): Add :version.
13610
13611         * gnus-art.el (gnus-article-banner-alist)
13612         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
13613         (gnus-article-date-lapsed-new-header)
13614         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
13615         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
13616         (gnus-treat-strip-headers-in-body)
13617         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
13618         (gnus-treat-translate): Add :version.
13619         (gnus-article-mime-part-function): Fix defcustom.
13620
13621         * nnmail.el (nnmail-expiry-target)
13622         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
13623         (nnmail-split-header-length-limit): Add :version.
13624
13625         * gnus-sum.el (gnus-auto-expirable-marks)
13626         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
13627         (gnus-extra-headers, gnus-ignored-from-addresses)
13628         (gnus-newsgroup-ignored-charsets)
13629         (gnus-group-highlight-words-alist)
13630         (gnus-summary-show-article-charset-alist): Add :version.
13631
13632         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
13633         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
13634         files, converted from the XPMs.
13635
13636         * gnus-cache.el (gnus-cache-active-file): Don't use
13637         file-name-as-directory on directory.
13638         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
13639         use file-name-as-directory on directory.
13640
13641         * time-date.el (timezone-make-date-arpa-standard): Autoload.
13642         (date-to-time): Use it.
13643
13644 ;       * message.el (message-mode) <adaptive-fill-regexp>:
13645 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
13646 ;       (message-newline-and-reformat): Likewise.
13647         (message-forward-as-mime, message-forward-ignored-headers)
13648         (message-buffer-naming-style, message-default-charset)
13649         (message-dont-reply-to-names, message-send-mail-partially-limit):
13650         Add :version.
13651
13652         * mm-util.el: Doc fixes.
13653         (mm-mime-charset): Don't use the raw result of
13654         mm-preferred-coding-system.
13655         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
13656         (mm-with-unibyte): Simplify.
13657
13658         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
13659         concat.
13660
13661         * pop3.el (pop3-version): Deleted.
13662         (pop3-make-date): New function, avoiding message-make-date.
13663         (pop3-munge-message-separator): Use it.
13664
13665 2000-11-09  Dave Love  <fx@gnu.org>
13666
13667         * gnus-group.el (gnus-group-make-directory-group)
13668         (gnus-group-fetch-faq): Use expand-file-name.
13669         (gnus-group-fetch-faq): Simplify completing-read form.
13670
13671         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
13672         test for Mule.
13673
13674         * message.el (tool-bar-map): Defvar when compiling.
13675
13676         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
13677         (gnus-tm-lisp-directory): Deleted.
13678         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
13679         (featurep 'xemacs).
13680         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
13681         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
13682         version numbers from file names.
13683
13684 2000-11-08  Dave Love  <fx@gnu.org>
13685
13686         * mm-view.el: Use featurep for XEmacs test.
13687         (mm-inline-message): Test for `remove-specifier'; don't use
13688         condition-case.
13689
13690         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
13691
13692         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
13693         (gnus-score-find-bnews): Don't concat "".
13694
13695         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
13696         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
13697         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
13698         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
13699
13700         * gnus-sum.el: Put some defvars in eval-when-compile.
13701         (gnus-summary-mode-hook): Add :options.
13702         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
13703         (gnus-summary-tool-bar-map): New variable.
13704         (gnus-summary-make-tool-bar): New function.
13705         (gnus-summary-mode): Put kill-all-local-variables first.
13706
13707         * gnus-group.el (gnus-group-toolbar-map): New variable.
13708         (gnus-group-make-tool-bar): Rewritten.
13709         (gnus-group-mode): Put kill-all-local-variables first.
13710
13711         * rfc2047.el: Require gnus-util.
13712
13713         * nnml.el (gnus-sorted-intersection): Autoload.
13714
13715         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
13716         Put some defvars in eval-when-compile.
13717         (gnus-intersection, gnus-sorted-complement):  Autoload.
13718
13719         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
13720
13721         * mm-encode.el (mm-body-7-or-8): Autoload.
13722
13723         * mm-decode.el (mm-insert-inline): Autoload.
13724
13725         * mml.el:
13726         * message.el: Put some defvars in eval-when-compile.
13727
13728         * gnus-msg.el: Put some defvars in eval-when-compile.
13729         (gnus-msg-mail): Move after gnus-setup-message.
13730
13731         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
13732
13733 2000-11-07  Dave Love  <fx@gnu.org>
13734
13735         * gnus-util.el (nnheader): Don't require message (recursive
13736         autoload).
13737
13738         * uudecode.el: Avoid compiler warnings.
13739
13740         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
13741         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
13742
13743 2000-11-06  Dave Love  <fx@gnu.org>
13744
13745         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
13746
13747         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
13748         (uudecode-char-int): New alias, replacing char-int.
13749         (uudecode-decode-region): Don't call buffer-disable-undo.
13750
13751 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
13752 ;       (mm-uu-configure-list): Doc fix.
13753 ;
13754 ;       * earcon.el (running-xemacs): Don't define.
13755 ;
13756 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13757 ;
13758 ;       * message.el (message-font-lock-keywords): Match a final newline
13759 ;       to help font-lock's multiline support.
13760 ;
13761 2000-11-03  Dave Love  <fx@gnu.org>
13762
13763         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
13764
13765         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
13766         name.
13767
13768         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
13769         <banner>: Fix custom type, doc.
13770
13771         * mm-decode.el (mm-display-external): Space-prefix temp buffer
13772         name.  Don't disable undo explicitly.
13773
13774 ;2000-11-02  Dave Love  <fx@gnu.org>
13775 ;
13776 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
13777 ;       cite-prefix.
13778
13779 2000-11-01  Dave Love  <fx@gnu.org>
13780
13781         * rfc2047.el (base64): Require unconditionally.
13782         (message-posting-charset): Defvar when compiling.
13783         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
13784         message.
13785
13786         * gnus-sum.el (nnoo): Require.
13787         (mm-uu-dissect): Autoload.
13788
13789         * mml.el (mml-parse-1): Clarify message.
13790         (mml-minibuffer-read-type): Use mailcap-mime-types.
13791
13792 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
13793
13794         * mml.el: Fix a typo in the requiring of CL.
13795
13796 2000-11-01  Dave Love  <fx@gnu.org>
13797
13798         * utf7.el: Require cl when compiling.
13799
13800         * binhex.el: Use (featurep 'xemacs).
13801         (binhex-char-int): New alias, replacing char-int.  Change callers.
13802         (binhex-decode-region): Simplify work buffer code.
13803         (binhex-decode-region-external): Use expand-file-name, not concat.
13804
13805 2000-10-30  Dave Love  <fx@gnu.org>
13806
13807         * gnus-art.el: Fix 2000-10-27 change properly.
13808
13809 2000-10-28  Miles Bader  <miles@gnu.org>
13810
13811         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
13812
13813 2000-10-27  Dave Love  <fx@gnu.org>
13814
13815         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
13816         strings.
13817         (gnus-group-make-tool-bar): New function.
13818         (gnus-group-mode): Use it.
13819
13820         * message.el (message-mode-menu): Add some :help strings.
13821         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
13822         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
13823
13824         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
13825         * describe-group.xpm, get-news.xpm, kill-group.xpm:
13826         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
13827
13828         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
13829         display-graphic-p here.
13830
13831 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
13832
13833         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
13834         of the `gnus-xemacs' variable, as the latter has been removed.
13835         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
13836         * gnus-art.el (gnus-treat-display-xface)
13837         (gnus-treat-display-smileys, gnus-treat-display-picons)
13838         (gnus-article-read-summary-keys): Likewise.
13839
13840 2000-10-26  Dave Love  <fx@gnu.org>
13841
13842         (defvar): Use rmail-spool-directory unconditionally.
13843
13844 2000-10-18  Dave Love  <fx@gnu.org>
13845
13846         * mm-bodies.el (mm-uu-decode-function)
13847         (mm-uu-binhex-decode-function): Defvar when compiling.
13848
13849         * gnus-nocem.el (gnus-nocem-issuers): Update.
13850         (gnus-nocem-check-from): New option.
13851         (gnus-nocem-scan-groups): Use it.
13852         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
13853         (gnus-nocem-check-article-limit): Add :version.
13854
13855 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
13856
13857         * ietf-drums.el (mm-util): Require CL when compiling.
13858
13859 2000-10-15  Dave Love  <fx@gnu.org>
13860
13861         * qp.el: Require mm-util.
13862
13863 2000-10-13  Dave Love  <fx@gnu.org>
13864
13865         * qp.el (quoted-printable-decode-region): Avoid invalid
13866         coding-systems.
13867
13868 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
13869
13870         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
13871         to a recursive load.
13872
13873 2000-10-12  Dave Love  <fx@gnu.org>
13874
13875         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
13876
13877         * gnus.el (gnus-group-startup-message): Check for PBM image.
13878
13879 2000-10-09  Dave Love  <fx@gnu.org>
13880
13881         * mail-source.el (mail-source-fetch-imap): Bind
13882         default-enable-multibyte-characters rather than using
13883         mm-disable-multibyte.
13884
13885 2000-10-05  Dave Love  <fx@gnu.org>
13886
13887         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
13888         Autoload.
13889         (quoted-printable-decode-region):  Rename arg which confused
13890         charset with coding-system.  Don't use nonascii-insert-offset.
13891         Coding-system encode the region initially.  Don't recognize `=='
13892         as valid QP.  Coding-system decode the region finally.
13893         (quoted-printable-decode-string): Rename arg which confused
13894         charset with coding-system.
13895
13896         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
13897         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
13898         mm-encode-coding-region.
13899         (mm-decode-body, mm-decode-string): Rename variables which
13900         confused charset with coding-system.
13901         (binhex-decode-region): Don't autoload.
13902         (mm-body-encoding): Require message.
13903         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
13904         cond branches.
13905
13906         * gnus-art.el (article-de-quoted-unreadable)
13907         (article-de-base64-unreadable): Fold search case
13908         rather than downcasing string.  Apply mm-charset-to-coding-system
13909         to arg of quoted-printable-decode-region.
13910
13911 2000-10-04  Dave Love  <fx@gnu.org>
13912
13913         * gnus-ems.el: Don't turn off compiler warnings in local vars.
13914         Require ring when compiling.
13915         (gnus-article-compface-xbm): New variable.
13916
13917 2000-10-04  Dave Love  <fx@gnu.org>
13918
13919         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
13920         pbm images.
13921
13922         * frown.pbm, smile.pbm, wry.pbm: New files.
13923
13924         * frown.xbm, smile.xbm, wry.xbm: Deleted.
13925
13926 2000-10-03  Dave Love  <fx@gnu.org>
13927
13928         * mail-source.el (mail-sources): Revert to nil.
13929
13930         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
13931
13932         * qp.el: Don't require mm-util.
13933         (quoted-printable-decode-region): Rewritten.
13934         (quoted-printable-decode-string, quoted-printable-encode-region):
13935         Doc fix.
13936         (quoted-printable-encode-region): Barf on multibyte characters.
13937         Maybe make the class multibyte.  Upcase chars, not formatted
13938         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
13939         (quoted-printable-encode-string): Don't use
13940         mm-with-unibyte-buffer.
13941
13942 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
13943
13944         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
13945
13946 2000-09-21  Dave Love  <fx@gnu.org>
13947
13948         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
13949         (for Emacs 20).  Tidy somewhat.
13950
13951 2000-09-21  Dave Love  <fx@gnu.org>
13952
13953         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
13954         image processing.  Rationalize logic somewhat.
13955
13956 2000-09-20  Dave Love  <fx@gnu.org>
13957
13958         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
13959         specifically.
13960
13961         * gnus.el (gnus-version-number): Avoid some redundant
13962         autoloads.
13963
13964 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
13965
13966         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
13967         to XBM; we always have PBM support.
13968
13969 2000-09-14  Dave Love  <fx@gnu.org>
13970
13971         * gnus.el (gnus-charset):
13972         * mm-decode.el (mime-display):
13973         * imap.el (imap) <defgroup>: Add :version.
13974
13975 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
13976
13977         * parse-time.el: Fix author's mail address.
13978
13979         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
13980         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
13981         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
13982         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
13983         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
13984         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
13985         * rfc2231.el, uudecode.el: Fix copyright notice.
13986
13987         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
13988         require `w3' at load-time only if not running in batch mode.
13989
13990 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13991
13992         * gnus.el: Before merge with Emacs21.
13993
13994 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
13995
13996         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
13997
13998 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
13999
14000         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
14001         to avoid conflict with the standard `back-to-indentation'
14002         binding.
14003
14004 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14005
14006         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
14007
14008         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
14009         (mm-disable-multibyte-mule4): Ditto.
14010         (mm-with-unibyte-current-buffer-mule4): Ditto.
14011
14012 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14013
14014         * pop3.el (pop3-movemail): Use binary.
14015         (pop3-movemail-file-coding-system): Removed.
14016
14017 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14018
14019         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
14020
14021 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14022
14023         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
14024         exists.
14025
14026 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14027
14028         * gnus-msg.el (gnus-post-method): Use backend name when the
14029         address is "".
14030
14031 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14032
14033         * gnus-art.el (article-verify-x-pgp-sig): Don't test
14034         mm-verify-option.
14035         (gnus-treat-x-pgp-sig): Default value.
14036         (gnus-ignored-headers): Redundant.
14037
14038 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14039
14040         * gnus-win.el (gnus-configure-frame): Save selected window.
14041
14042 2000-02-15  Andrew Innes  <andrewi@gnu.org>
14043
14044         * nnmbox.el: Require gnus-range.
14045         (nnmbox-group-building-active-articles): New variable.
14046         (nnmbox-group-active-articles): New variable; this is a cache of
14047         all active articles by group and number.
14048         (nnmbox-in-header-p): New function.
14049         (nnmbox-find-article): New function.
14050         (nnmbox-record-active-article): New function.
14051         (nnmbox-record-deleted-article): New function.
14052         (nnmbox-is-article-active-p): New function.
14053         (nnmbox-retrieve-headers): Use nnmbox-find-article.
14054         (nnmbox-request-article): Ditto.  Also supply extra arg to
14055         nnmbox-article-group-number.
14056         (nnmbox-request-expire-articles): Ditto.
14057         (nnmbox-request-move-article): Ditto.
14058         (nnmbox-request-replace-article): Ditto.
14059         (nnmbox-request-rename-group): Rename group entry in active
14060         article cache.
14061         (nnmbox-delete-mail): Update active article cache, unless article
14062         is being replaced.
14063         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
14064         than partially duplicating it.
14065         (nnmbox-article-group-number): Add extra `this-line' arg, to
14066         handle articles belonging to multiple groups.
14067         (nnmbox-save-mail): Update active article cache.
14068         (nnmbox-read-mbox): Build active article cache when loading mbox.
14069         Also do some repair work, if we find articles that are missing the
14070         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
14071         reconstruct these from Xref info.
14072
14073 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14074
14075         * mail-source.el (mail-source-report-new-mail): Use
14076         nnheader-run-at-time.
14077
14078 2000-02-15  Andrew Innes  <andrewi@gnu.org>
14079
14080         * mail-source.el (mail-source-fetch-pop): Clear pop password when
14081         an error is thrown, and then rethrow the error.
14082         (mail-source-check-pop): Ditto.
14083         (mail-source-start-idle-timer): Prevent multiple pop checks
14084         running if the check takes a long time.
14085
14086 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14087
14088         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
14089         succeed.
14090
14091 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14092
14093         * gnus-win.el (gnus-configure-windows): Make sure
14094         nntp-server-buffer is live.
14095         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
14096
14097 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
14098
14099         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
14100
14101 2000-12-04  Andreas Jaeger  <aj@suse.de>
14102
14103         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
14104
14105 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14106
14107         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
14108
14109 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14110         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
14111
14112         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
14113
14114 2000-12-01  Simon Josefsson  <sj@extundo.com>
14115
14116         * mml-smime.el (mml-smime-verify): Fix address parsing.
14117
14118 2000-12-01  Simon Josefsson  <sj@extundo.com>
14119
14120         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
14121         more than one certificate inside PKCS#7 blob.  Better security
14122         information (clamed / actual sender, openssl output, certificates
14123         inside message).
14124
14125         * smime.el (smime-verify-region): Output to /dev/null.
14126         (smime-buffer-as-string-region): Don't parse empty lines.
14127
14128 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14129
14130         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
14131         ?d and ?D.
14132         (gnus-mime-security-show-details-inline): New variable.
14133         (gnus-mime-security-show-details): Use them.
14134         (gnus-insert-mime-security-button): Ditto.
14135
14136         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
14137         Suggest by Michael Duggan (md5i@cs.cmu.edu).
14138         (mml2015-gpg-clear-verify): Ditto.
14139         (mml2015-gpg-decrypt-1): Ditto.
14140         (mml2015-use): Prefer 'gpg.
14141
14142 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14143
14144         * gnus-util.el (gnus-add-text-properties-when): New function.
14145         (gnus-remove-text-properties-when): Ditto.
14146
14147         * gnus-cite.el (gnus-article-hide-citation): Use them.
14148         (gnus-article-toggle-cited-text): Use them.
14149
14150         * gnus-art.el (gnus-signature-toggle): Use them.
14151         (gnus-article-show-hidden-text): Ditto.
14152         (gnus-article-hide-text): Ditto.
14153
14154 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14155
14156         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
14157
14158 2000-11-30  Simon Josefsson  <sj@extundo.com>
14159
14160         * smime.el (smime-point-at-eol): New alias.
14161         (smime-buffer-as-string-region): Use it.
14162
14163 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14164
14165         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
14166
14167 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14168
14169         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
14170
14171         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
14172
14173         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
14174
14175 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14176
14177         * nnmh.el (nnmh-request-expire-articles): Implemented
14178         expiry-target for nnmh backend.
14179
14180 2000-11-30  Simon Josefsson  <sj@extundo.com>
14181
14182         * mm-decode.el (mm-security-from): New variable.
14183         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
14184
14185         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
14186         than `from'.
14187
14188 2000-11-30  Simon Josefsson  <sj@extundo.com>
14189
14190         * mml-smime.el (mml-smime-verify): Verify that certificate mail
14191         address match sender address.
14192
14193         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
14194
14195         * smime.el (smime-verify-region): Don't copy buffer.
14196         (smime-decrypt-buffer): Use expand-file-name on keyfile.
14197         (smime-pkcs7-region): New function.
14198         (smime-pkcs7-certificates-region): Ditto.
14199         (smime-pkcs7-email-region): Ditto.
14200         (smime-buffer-as-string-region): Ditto.
14201
14202         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
14203         buffer.
14204
14205 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
14206
14207         * smime.el (smime-decrypt-region): Fix keyfile argument.
14208
14209 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14210
14211         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
14212
14213 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14214
14215         * message.el (message-shoot-gnksa-feet): New variable.
14216         (message-gnksa-enable-p): New function.
14217         (message-send): Use it.
14218         (message-check-news-body-syntax): Ditto.
14219
14220 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14221
14222         * message.el (message-make-message-id): Remove the redundancy.
14223
14224 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14225
14226         * message.el (message-setup): Discourage using mc-install-*-mode.
14227
14228         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
14229
14230 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14231
14232         * gnus-cite.el (gnus-cite-parse): Guess citation length.
14233
14234 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14235
14236         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
14237
14238 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14239
14240         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
14241
14242 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14243
14244         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
14245         insert-buffer-substring.
14246
14247         * message.el (message-send-mail): Use buffer-substring-no-properties.
14248         (message-send-news): Ditto.
14249
14250 2000-11-22  David Edmondson  <dme@dme.org>
14251
14252         * imap.el (imap-wait-for-tag): Message read info.
14253
14254 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14255
14256         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
14257         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
14258         (mml2015-gpg-encrypt): Ditto.
14259
14260 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14261
14262         * mm-decode.el (mm-verify-option): Default value.
14263
14264         * mml-sec.el (mml-secure-part): Error message.
14265
14266 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14267
14268         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
14269
14270 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14271
14272         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
14273
14274 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14275
14276         * gnus-art.el (gnus-article-describe-key): Use prompt.
14277         (gnus-article-describe-key-briefly): Ditto.
14278
14279 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14280
14281         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
14282
14283 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14284
14285         * gnus-art.el (gnus-article-describe-key): New function.
14286         (gnus-article-describe-key-briefly): New function.
14287
14288 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14289
14290         * mm-decode.el (mm-decrypt-option): Doc typo.
14291
14292         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
14293         return a number.
14294
14295 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14296
14297         * message.el (message-newline-and-reformat): Typo.
14298
14299 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14300
14301         * gnus-art.el (article-verify-x-pgp-sig): Check whether
14302         original-article-buffer exists.
14303
14304         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
14305         (rfc2047-header-encoding-alist): Addresses are different from text.
14306         (rfc2047-encode-message-header): Ditto.
14307         (rfc2047-dissect-region): Extra parameter.
14308         (rfc2047-encode-region): Ditto.
14309         (rfc2047-encode-string): Ditto.
14310
14311 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14312
14313         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
14314         (mm-uu-pgp-encrypted-extract): Use it.
14315         (mm-uu-pgp-signed-extract-1): New function.
14316         (mm-uu-pgp-signed-extract): Use it.
14317
14318         * gnus-art.el (gnus-mime-display-security): New function.
14319         (gnus-mime-display-part): Use it.
14320         (gnus-mime-security-verify-or-decrypt): New function.
14321         (gnus-mime-security-press-button): New function.
14322         (gnus-insert-mime-security-button): Use it.
14323
14324         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
14325         (mm-find-raw-part-by-type): Ditto.
14326         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
14327         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
14328         (mm-destroy-parts): Kill nested multibyte buffer.
14329
14330         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
14331         (mml2015-gpg-verify): Ditto.
14332
14333 2000-11-18  Simon Josefsson  <sj@extundo.com>
14334
14335         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
14336         (mml2015-function-alist): Use it.
14337
14338         * mml-sec.el (mml-sign-alist): Update names.
14339         (mml-encrypt-alist): Ditto.
14340         (mml-secure-part-smime-sign): Moved to mml-smime.el
14341         as `mml-smime-sign-query'.
14342         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
14343         `mml-smime-get-file-cert'.
14344         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
14345         `mml-smime-get-dns-cert'.
14346         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
14347         `mml-smime-encrypt-query'.
14348         (mml-smime-sign-buffer): Use mml-smime-sign.
14349         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
14350
14351         * mml-smime.el (mml-smime-sign): New function.
14352         (mml-smime-encrypt):
14353         (mml-smime-sign-query):
14354         (mml-smime-get-file-cert):
14355         (mml-smime-get-dns-cert):
14356         (mml-smime-encrypt-query): Moved from mml-sec.el.
14357
14358 2000-11-16  Simon Josefsson  <sj@extundo.com>
14359
14360         * mml2015.el (mml2015-gpg-clear-verify): New function.
14361         (mml2015-function-alist): Add it.
14362
14363 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
14364
14365         * message.el (message-setup-fill-variables): Use
14366         message-cite-prefix-regexp.
14367         (message-newline-and-reformat): Check the end of citation, leading
14368         WSP, break in the cite prefix.
14369         (message-fill-paragraph): New function.
14370
14371 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14372
14373         * lpath.el: Shut up.
14374
14375 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
14376
14377         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
14378         raw 8-bit in headers in dk.* newsgroups.
14379
14380 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14381
14382         * message.el (message-newline-and-reformat): Match extra WSPs.
14383
14384 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
14385
14386         * mml.el (mml-generate-mime-1): Ignore ascii.
14387
14388 2000-11-16 Justin Sheehy  <justin@iago.org>
14389
14390         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
14391
14392 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14393
14394         * message.el (message-cite-prefix-regexp): Prefix should not end
14395         at space.
14396
14397 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14398
14399         * message.el (message-mode-syntax-table): Add - as a word
14400         constituent as in articles.
14401         (message-setup-fill-variables): Add -_. as supercite-style prefix.
14402         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
14403         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
14404
14405 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
14406
14407         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
14408
14409 2000-11-12  David Edmondson  <dme@dme.org>
14410
14411         * message.el (message-font-lock-keywords): use
14412         message-cite-prefix-regexp.
14413
14414 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14415
14416         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
14417         Stein Arild Str\e,Ax\e(Bmme.
14418         (gnus-group-jump-to-group): Use it.
14419         (gnus-group-jump-to-group-prompt): Customize.
14420
14421 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
14422
14423         * mailcap.el (mailcap-possible-viewers): Match the entire string.
14424
14425 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14426
14427         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
14428         incompatible.
14429         (mml2015-mailcrypt-sign): Ditto.
14430
14431 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14432
14433         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
14434         group is open.
14435
14436 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
14437
14438         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
14439         nnvirtual articles.
14440         (gnus-backlog-request-article): Don't request nnvirtual articles.
14441
14442 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14443
14444         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
14445         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
14446
14447 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14448
14449         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
14450         * mml.el (mml-generate-mime-1): Use charset attribute.
14451         * mm-bodies.el (mm-encode-body): Add parameter charset.
14452         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
14453
14454 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14455
14456         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
14457         (mml2015-mailcrypt-clear-decrypt): Ditto.
14458         (mml2015-mailcrypt-verify): Ditto.
14459         (mml2015-mailcrypt-clear-verify): Ditto.
14460         (mml2015-gpg-verify): Ditto.
14461
14462 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14463
14464         * smime.el (smime-openssl-program): Test the existence of openssl.
14465         * mml-smime.el: Require mm-decode.
14466         (mml-smime-verify-test): New function.
14467         * mm-decode.el (mm-verify-function-alist): Use it.
14468
14469 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14470
14471         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
14472         anyway.
14473
14474 2000-11-13  Simon Josefsson  <sj@extundo.com>
14475
14476         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
14477         verification doesn't work.
14478
14479 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14480
14481         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
14482         (gnus-inews-do-gcc): Use it.
14483
14484 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14485
14486         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
14487         leading space.
14488         * mm-extern.el (mm-inline-external-body): Report error when no
14489         access-type.
14490
14491 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
14492
14493         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
14494
14495 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
14496
14497         * gnus-art.el (gnus-mime-button-menu): Use select-window.
14498
14499 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
14500
14501         * gnus-art.el (gnus-mime-display-part): Display multipart/related
14502         as multipart/mixed.
14503
14504 2000-11-12  David Edmondson  <dme@dme.org>
14505
14506         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
14507         and replace `.' with `\w' to allow for different syntax tables
14508         (from Vladimir Volovich).
14509         * message.el (message-newline-and-reformat): use
14510         `message-cite-prefix-regexp'.
14511         * gnus-cite.el (gnus-supercite-regexp): use
14512         `message-cite-prefix-regexp'.
14513         * gnus-cite.el (gnus-cite-parse): use
14514         `message-cite-prefix-regexp'.
14515
14516 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14517
14518         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
14519         PGP SIGNATURE.  Escape leading "-"'s.
14520         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
14521
14522 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
14523
14524         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
14525
14526 2000-11-11  Simon Josefsson  <sj@extundo.com>
14527
14528         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
14529
14530         * smime.el (smime-details-buffer): New variable.
14531         (smime-sign-region):
14532         (smime-encrypt-region):
14533         (smime-verify-region):
14534         (smime-decrypt-region): Copy OpenSSL output to the buffer.
14535
14536         * mml-smime.el (mml-smime-verify): Support security info.
14537
14538 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
14539
14540         * mm-decode.el (mm-verify-option): Set default to nil.
14541         (mm-decrypt-option): Ditto.
14542         * gnus-art.el (article-verify-x-pgp-sig): New function.
14543
14544 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
14545
14546         * gnus-art.el (gnus-mime-display-alternative): Show button if no
14547         preferred part.
14548
14549 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14550
14551         * gnus-sum.el (gnus-move-split-methods): Say that
14552         `gnus-split-methods' uses file names, whereas this uses group
14553         names.  (Report from Nevin Kapur)
14554
14555 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
14556
14557         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
14558
14559 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14560
14561         * nnheader.el (nnheader-directory-files-is-safe): New variable.
14562         (nnheader-directory-articles): Use it.
14563         (nnheader-article-to-file-alist): Ditto.
14564
14565 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14566
14567         * rfc2047.el (rfc2047-pad-base64): New function.
14568         (rfc2047-decode): Use it.
14569
14570 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14571
14572         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
14573         select method.
14574
14575 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14576
14577         * mml2015.el (mml2015-gpg-decrypt-1):
14578         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
14579
14580 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14581
14582         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
14583
14584 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
14585
14586         * pop3.el (pop3-munge-message-separator): A message may have an
14587         empty body.
14588
14589 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
14590
14591         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
14592         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
14593         (mm-uu-pgp-signed-extract): Use coding-system.
14594
14595 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14596
14597         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
14598         (gnus-insert-mime-security-button): New function.
14599         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
14600         * mml2015.el:  Add security info when verify or decrypt.
14601         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
14602         (mm-uu-pgp-encrypted-extract): Ditto.
14603
14604 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
14605
14606         * mm-decode.el (mm-display-parts): New function.
14607         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
14608
14609 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14610
14611         * gnus-mlspl.el: Documentation tweaks.
14612
14613 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14614
14615         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
14616         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
14617         argument.
14618
14619 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
14620
14621         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
14622
14623 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
14624
14625         * gnus-art.el (gnus-article-encrypt): New function.
14626         (gnus-article-encrypt-protocol-alist): New variable.
14627         (gnus-article-encrypt-protocol): New variable.
14628         * mml2015.el (mml2015-self-encrypt): New function.
14629         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
14630
14631 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
14632
14633         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
14634         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
14635         let mailcap do it.
14636         * mml2015.el: Remove snarf code.
14637         * mm-decode.el: Remove snarf code.
14638
14639 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
14640
14641         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
14642         (mml-insert-mime): Understand gnus-decoded.
14643         (mime-to-mml): New parameter handles.
14644         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14645         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
14646
14647 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14648
14649         * mm-decode.el (mime-security): New group.
14650         (mm-verify-function-alist): Add test function.
14651         (mm-decrypt-function-alist): Ditto.
14652         (mm-snarf-option): Set default value as nil.
14653         (mm-find-part-by-type): Recursive parameter.
14654         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
14655         * mml2015.el: Support draft-ietf-openpgp-multsig.
14656
14657 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
14658
14659         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
14660         (gnus-article-view-part-as-charset): New function.
14661
14662 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
14663
14664         * mm-decode.el (mm-verify-option): Default value.
14665         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
14666
14667 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14668
14669         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
14670
14671 2000-11-05  Simon Josefsson  <sj@extundo.com>
14672
14673         * mml-smime.el (mml-smime-verify): Work in original multipart
14674         buffert.
14675
14676         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
14677         (mm-handle-multipart-ctl-parameter): Ditto.
14678         (mm-alist-to-plist): New function.
14679         (mm-dissect-buffer): Store CTL parameters and copy original buffer
14680         for multiparts.
14681         (mm-destroy-parts): Destroy multipart buffert.
14682         (mm-remove-part): Ditto.
14683
14684         * mml-smime.el (mml-smime-sign): Not used.
14685         (mml-smime-encrypt): Ditto.
14686
14687         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
14688
14689         Verify S/MIME signature support.
14690
14691         * mm-decode.el (mm-inline-media-tests): Add
14692         application/{x-,}pkcs7-signature.
14693         (mm-inlined-types): Ditto.
14694         (mm-automatic-display): Ditto.
14695         (mm-verify-function-alist): Ditto.  Add name of method.
14696         (mm-decrypt-function-alist): Add name of method.
14697         (mm-find-part-by-type): Add documentation.
14698         (mm-possibly-verify-or-decrypt): Use new format of
14699         mm-{verify,decrypt}-function-alist.  Use method names.
14700
14701         * mml-smime.el (mml-smime-verify): New function.
14702
14703 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14704
14705         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
14706
14707 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14708
14709         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
14710         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
14711         * mm-decode.el (mm-snarf-option): New variable.
14712
14713 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14714
14715         * mm-util.el (mm-subst-char-in-string): New function.
14716         (mm-replace-chars-in-string): Use it.
14717         * message.el (message-replace-chars-in-string): Use it.
14718         * nnheader.el (nnheader-replace-chars-in-string): Use it.
14719         * gnus-mh.el (mh-lib-progs): Shut up.
14720
14721 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
14722
14723         * base64.el, md5.el: Moved to contrib directory.
14724
14725 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14726
14727         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
14728         the last article when search.
14729
14730 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14731
14732         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
14733         * nnmail.el (nnmail-pathname-coding-system): Ditto.
14734
14735 2000-09-29  David Edmondson  <dme@thus.net>
14736
14737         * message.el (message-newline-and-reformat): Typo.
14738
14739 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14740
14741         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
14742
14743 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
14744
14745         * nntp.el (nntp-decode-text): Delete bogus status lines.
14746
14747 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
14748
14749         * message.el (message-font-lock-keywords): Match a final newline
14750         to help font-lock's multiline support.
14751
14752 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14753
14754         * nnoo.el (nnoo-set): New function.
14755
14756 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
14757
14758         * gpg.el, gpg-ring.el: Moved to contrib directory.
14759
14760 2000-11-04  Simon Josefsson  <sj@extundo.com>
14761
14762         * nnimap.el (nnimap-split-inbox): Typo.
14763
14764 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14765
14766         * gnus-msg.el (gnus-msg-mail): Move it backwards.
14767
14768 2000-11-03  Simon Josefsson  <sj@extundo.com>
14769
14770         * rfc2231.el (rfc2231-parse-qp-string): New function.
14771         (require): rfc2047.
14772
14773         * mail-parse.el (mail-header-parse-content-type):
14774         (mail-header-parse-content-disposition): Support invalid QP
14775         encoded strings, by using `rfc2231-parse-qp-string'.
14776
14777 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14778
14779         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
14780         (rfc2231-decode-encoded-string): Typo "> X 1".
14781         (rfc2231-encode-string): Insert the name of charset.
14782         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
14783
14784 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14785
14786         * mm-decode.el (mm-save-part): Return the filename.
14787         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
14788         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
14789         (gnus-mime-action-alist): Use it.
14790         (gnus-mime-button-commands): Use it.
14791         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
14792         (mm-inline-external-body): unwind-protect.
14793
14794 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14795
14796         * gnus-art.el (gnus-insert-mime-button): Show url.
14797
14798 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14799
14800         * mml.el (mml-generate-mime-1): Support external url.
14801         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
14802
14803 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
14804
14805         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
14806         * mm-decode.el (mm-display-external): Ditto.
14807         * mm-extern.el: New file.
14808         * mm-decode.el (mm-inline-media-tests): Hook it up.
14809         (mm-inlined-types): Inline message/external-body.
14810
14811 2000-11-02  Simon Josefsson  <sj@extundo.com>
14812
14813         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
14814
14815         * message.el (message-get-reply-headers): Better handling when
14816         Mail-Followup-To is very large.
14817
14818 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14819
14820         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
14821         * gnus-art.el (gnus-article-edit-done):
14822         * gnus-sum.el (gnus-summary-edit-article-done): Move line
14823         counting code here.
14824         * gnus-msg.el (gnus-setup-message): Remove a hack.
14825
14826 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14827
14828         * gnus-sum.el (gnus-newsgroup-variables): New variable.
14829         (gnus-summary-mode): Make them local variables.
14830         (gnus-set-global-variables): Globalize them.
14831         (gnus-summary-exit): Kill them.
14832
14833 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
14834
14835         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
14836         word.
14837
14838 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14839
14840         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
14841         gnus-article-wash-types.
14842         * gnus-art.el (gnus-article-wash-status): Use them.
14843
14844 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
14845
14846         * mml.el (mml-read-tag): Remove spaces and LF.
14847
14848 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14849
14850         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
14851         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
14852
14853 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
14854
14855         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
14856
14857 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14858
14859         * gnus-sum.el (gnus-article-charset): New variable.
14860         (gnus-summary-display-article): Set it.
14861         * gnus-msg.el (gnus-copy-article-buffer): Use it.
14862         * gnus-art.el (gnus-article-mode): Make it local variable.
14863
14864 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14865
14866         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
14867
14868 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14869
14870         * nnwfm.el: New file.
14871
14872         * nnweb.el (nnweb-replace-in-string): New function.
14873
14874 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14875
14876         * mml2015.el: Wrap gpg.el.
14877         * gpg.el (gpg-verify): The last argument of apply is a list.
14878         (gpg-encrypt): Add passphrase as a parameter.
14879
14880 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14881
14882         * gpg.el: New file.
14883         * gpg-ring.el: New file.
14884
14885 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14886
14887         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
14888
14889 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14890
14891         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
14892         double-quote characters.
14893         (gnus-summary-prepare-threads): Ditto.
14894
14895 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14896
14897         * gnus-art.el (gnus-mime-display-single): Forward line -1.
14898         * mml.el (mml-read-tag): Don't skip the leading space.
14899         * lpath.el (font-lock-set-defaults): Shut up.
14900
14901 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
14902
14903         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
14904
14905 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
14906
14907         * qp.el (quoted-printable-encode-region): Replace leading - when
14908         ultra safe.
14909         * mml.el (mml-generate-mime-postprocess-function): Removed.
14910         (mml-postprocess-alist): Removed.
14911         (mml-generate-mime-1): Use ultra-safe when sign.
14912         * mml2015.el (mml2015-fix-micalg): Uppercase.
14913         (mml2015-verify): Insert LF.
14914         (mml2015-mailcrypt-sign): Downcase; search backward.
14915
14916 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14917
14918         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
14919         restrictive.
14920         (nnultimate-table-regexp): New variable.
14921         (nnultimate-forum-table-p): Use it.
14922
14923 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
14924         Trivial patch.
14925
14926         * gnus-sum.el (gnus-summary-expire-articles): Save point.
14927
14928 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14929
14930         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
14931         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
14932
14933 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
14934
14935         * mml2015.el: Shut up.
14936
14937 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14938
14939         * gnus.el (gnus-server-browse-hashtb): Removed.
14940         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
14941         (gnus-group-insert-group-line-info): Use simplified method.
14942         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
14943
14944 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14945
14946         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
14947         moved here.
14948         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
14949         * gnus-group.el (gnus-group-prepare-flat): Use it.
14950         * gnus-topic.el (gnus-group-prepare-topics): Use it.
14951
14952 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14953
14954         * mml.el (mml-mode): Show menu in XEmacs.
14955
14956 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
14957
14958         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
14959         (gnus-server-read-server-in-server-buffer): New function.
14960         (gnus-browse-foreign-server): Browse in group buffer.
14961         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
14962         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
14963         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
14964         * gnus.el (gnus-server-browse-hashtb): New variable.
14965
14966 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14967
14968         * nnfolder.el (nnfolder-open-nov): Use group.
14969
14970 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
14971
14972         * nnfolder.el: Add NOV. Set version to 2.0.
14973         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
14974
14975 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14976
14977         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
14978
14979 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14980
14981         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
14982         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
14983
14984 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14985
14986         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
14987
14988 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14989
14990         * mm-decode.el (mm-verify-function-alist): New variable.
14991         (mm-verify-option): New variable.
14992         (mm-decrypt-function-alist): Ditto.
14993         (mm-decrypt-option): Ditto.
14994         (mm-find-raw-part-by-type): New function.
14995         (mm-possibly-verify-or-decrypt): New function.
14996         (mm-dissect-multipart): Use it.
14997         * mml2015.el (mml2015-fix-micalg): New function.
14998         (mml2015-decrypt): Use new interface.
14999         (mml2015-verify):  Use new interface.
15000         (mml2015-setup): Make it bogus.
15001
15002 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15003
15004         * mml.el (mml-generate-mime-postprocess-function): Set to
15005         mml-postprocess.
15006         (autoload): Autoload mml2015 and mml-smime.
15007         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
15008         * mml2015.el (mml2015-encrypt): New function.
15009         (mml2015-sign): New function.
15010         (mml2015-encrypt-function): New variable.
15011         (mml2015-sign-function): New variable.
15012         (mml2015-mailcrypt-encrypt): Use message-recipients.
15013         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
15014         * mml-smime.el (mml-smime-setup): Ditto.
15015
15016 2000-10-28  Simon Josefsson  <sj@extundo.com>
15017
15018         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
15019         Communigate Pro 3.3.1 server.
15020
15021         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
15022         in buffers.
15023         (mml-secure-dns-server): Removed.
15024         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
15025         write certificates to files.
15026
15027         * smime.el (smime-dns-server): New variable.
15028         (smime-mail-to-domain):
15029         (smime-cert-by-dns): New functions.
15030
15031         * dig.el: New file.
15032
15033 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
15034
15035         * message.el (message-options): New variable.
15036         (message-options-set-recipient): New function.
15037         (message-send): Use them.
15038         * gnus-int.el (gnus-request-replace-article): Use them.
15039         (gnus-request-accept-article): Ditto.
15040         * mml.el (mml-preview): Use them.
15041         * gnus-sum.el (gnus-summary-edit-article): Use them.
15042
15043         * message.el (message-options-get): New function.
15044         (message-options-get): New function.
15045         * rfc2047.el (rfc2047-encode-message-header): Use them.
15046         * mm-bodies.el (mm-encode-body): Use them.
15047
15048 2000-10-28  Simon Josefsson  <sj@extundo.com>
15049
15050         * nnimap.el (nnimap-retrieve-which-headers):
15051         (nnimap-request-article-part): Quote message-id.
15052
15053         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
15054         (smime-CA-file): New variable.
15055         (smime-call-openssl-region): Don't error.
15056         (smime-sign-region): Return result value.
15057         (smime-encrypt-region): Ditto.
15058         (smime-verify-region): New function.
15059         (smime-decrypt-region): Ditto.
15060         (smime-verify-buffer): Ditto.
15061         (smime-decrypt-buffer): Ditto.
15062
15063         * mml.el: Require mml-sec.
15064         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
15065         (mml-mode-map): Add "sign" and "encrypt" maps.
15066         (mml-menu): Add security menu.
15067         (mml-preview): Use generate-new-buffer.
15068
15069         * mml-sec.el: New file.
15070
15071 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15072
15073         * mm-decode.el (mm-find-part-by-type): Move it here.
15074         * mml.el (mml-postprocess): Move it here.
15075         (mml-postprocess-alist): Move it here. Merge them.
15076
15077 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
15078
15079         * rfc2047.el (rfc2047-encode-message-header): Make sure no
15080         unencoded stuff in the header.
15081
15082 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15083
15084         * gnus-group.el (gnus-group-listed-groups): New variable.
15085         (gnus-group-list-option): New variable.
15086         (gnus-group-list-limit-map): New keymap.
15087         (gnus-group-list-flush-map): New keymap.
15088         (gnus-group-list-plus-map): New keymap.
15089         (gnus-group-prepare-logic): New function.
15090         (gnus-group-prepare-flat): Merge with
15091         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
15092         (gnus-group-prepare-flat-list-dead): Ditto.
15093         (gnus-group-list-matching): Use gnus-group-prepare-function.
15094         (gnus-group-list-dormant): Ditto.
15095         (gnus-group-list-cached): Ditto.
15096         (gnus-group-listed-groups): New function.
15097         (gnus-group-list-limit): New function.
15098         (gnus-group-list-flush): New function.
15099         (gnus-group-list-plus): New function.
15100         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
15101         (gnus-topic-prepare-topic): Ditto.
15102
15103 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
15104
15105         * message.el (message-insert-to, message-get-reply-headers):
15106         (message-reply, message-followup): Mail-{Followup,Reply}-To.
15107
15108 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15109
15110         * mml2015.el: New file.
15111         * smime.el: New file.
15112         * mml-smime.el: New file.
15113
15114 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
15115
15116         * ChangeLog: Moved to ChangeLog.1.
15117
15118     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
15119   Copying and distribution of this file, with or without modification,
15120   are permitted provided the copyright notice and this notice are preserved.
15121
15122 ;; Local Variables:
15123 ;; coding: iso-2022-7bit
15124 ;; End: