2003-03-22 Svend Tollak Munkejord <stm@bacchus.pvv.org>
[gnus] / lisp / ChangeLog
1 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * mail-source.el (mail-source-fetch-imap): Revert.
4
5 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
6
7         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
8         less strict regexp.
9
10 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11
12         * mail-source.el (mail-source-fetch-imap): Use buffer name for
13         more imap function.
14
15 2003-03-21  Simon Josefsson  <jas@extundo.com>
16
17         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
18         Followup-To data inline.
19
20 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
21
22         * gnus-art.el (gnus-treat-display-xface): Don't enable if
23         icontopbm isn't available.
24
25 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
26
27         * gnus-int.el (gnus-open-server): Catch errors in backend's
28         open-server method.  Returns nil rather than crashing startup.
29
30         * gnus-sum.el (eval-when-compile): Modified to resolve
31         compile-time warnings.
32
33         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
34         Reports length of series so that the user can compare N with a
35         subject that should, if the entire series is present, contain
36         '(.../N)'.
37         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
38         of temp file (Win-XP may leave the temp file locked when the
39         uudecode process fails).
40
41 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
42
43         * message.el (message-split-line): Ignore error.
44
45         * lpath.el (split-line): Avoid split-line warning message.
46
47 2003-03-20  Kim F. Storm  <storm@cua.dk>
48
49         * message.el (message-split-line): New function.
50         (message-mode-map): Remap split-line to message-split-line.
51
52 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
53
54         * message.el (message-make-overlay): Defalias it to make-overlay.
55         (message-delete-overlay): Defalias it to delete-overlay.
56         (message-overlay-put): Defalias it to overlay-put.
57         (message-idna-to-ascii-rhs-1): Use them.
58
59         * messagexmas.el (message-xmas-redefine): Defalias some overlay
60         functions to extent functions.
61
62 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
63
64         * message.el (message-check-news-header-syntax): Fixed regexp.
65
66 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
67
68         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
69         
70         * mm-url.el (mm-url-insert): Move url-current-object stuff into
71         mm-url-insert-file-contents.
72
73         * nnrss.el (nnrss-fetch): Fetch the local stuff.
74         (nnrss-check-group): Use it.
75
76 2003-03-20 Mark A. Hershberger  <mah@everybody.org> 
77
78         * nnrss.el: Primitive XML Name-space support.  This means that RSS
79         feeds like Kevin Burton's[1] can now be read in Gnus.
80
81         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
82         means that if you want to read the RSS feed for example.com, all
83         you have to do is hit "G R http://www.example.com/ RET" and
84         nnrss.el will find and the feed listed on the site or (if you have
85         loaded xml-rpc.el) look it up on syndic8.com.
86
87         Marked the message as HTML (by adding a Content-Type header) so
88         that Gnus will render it as html if the user wants that.
89
90         Implemented the ability to save nnrss-group-alist so that any new
91         feeds the you subscribe to will be found the next time you start
92         up.
93
94         Implemented support for RSS 2.0 elements (author, pubDate).
95
96         Prefer for <content:encoded> over <description> where both
97         elements exist.
98
99         * mm-url.el (mm-url-insert): Set url-current-object.
100
101         * gnus-group.el (gnus-group-make-rss-group): New function.
102
103 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
104
105         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
106         for highlight overlays.
107
108 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
109
110         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
111         a NOV.
112
113 2003-03-20  Simon Josefsson  <jas@extundo.com>
114
115         * message.el (message-use-idna): Disable if UTF-8 unavailable.
116         (message-idna-to-ascii-rhs): Use it.
117
118         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
119
120 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
121
122         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p) 
123         (spam-group-ham-marks, spam-group-spam-marks): new functions
124         (spam-spam-marks, spam-ham-marks): removed in favor of the
125         spam-marks and ham-marks parameters
126         (spam-generic-register-routine, spam-ham-move-routine): use the
127         new spam-group-{spam,ham}-mark-p functions
128
129         * gnus.el (spam-marks, ham-marks): new group parameters with
130         default values same as the old spam-spam-marks and spam-ham-marks
131
132 2003-03-19  Simon Josefsson  <jas@extundo.com>
133
134         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
135         (gnus-use-idna): New variable.
136         (article-decode-idna-rhs): New function.
137
138         * message.el (message-use-idna): New variable.
139         (message-mode-field-menu): Add entry for IDNA.
140         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
141         (message-idna-to-ascii-rhs): New function.
142         (message-generate-headers): Invoke IDNA code.
143
144 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
145
146         * nnmaildir.el (nnmaildir--system-name): New function.
147         (nnmaildir-request-accept-article): Use it.
148
149 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
150
151         * gnus-util.el (gnus-byte-compile): Make it work silently as the
152         gnus-compile function does.
153
154         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
155         bogus change.
156
157 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
158
159         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
160         sort-coding-systems is defined.
161
162 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
163
164         * nnmaildir.el (nnmaildir-open-server,
165         nnmaildir-request-scan,
166         nnmaildir-request-create-group,
167         nnmaildir-request-delete-group): Replace create-directory with
168         target-prefix.
169
170 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
171
172         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
173         find-charset-region which is slooow in XEmacs.
174
175 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
176
177         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
178         compiler under XEmacs.
179
180 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
181
182         * gnus-art.el (gnus-treat-highlight-signature): Make the default
183         work for multipart/signed where the message text isn't `last'.
184
185 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
186
187         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
188         the value of mm-inline-text-html-with-images.
189         (mm-inline-text-html-render-with-w3m): Don't bind
190         w3m-display-inline-images.
191
192         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
193         w3m-display-inline-images.
194
195         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
196         regardless of an Emacs flavor.
197
198 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
199
200         * gnus.el (gnus-version-number): Bump.
201
202 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
203
204         * gnus.el: Oort Gnus v0.16 is released.
205
206 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
207
208         * lpath.el (featurep): Bind mm-w3m-mode-map.
209
210 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
211
212         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
213         'respool-able backends define a global nnchoke-get-new-mail
214         variable.
215
216 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
217
218         * gnus-art.el (gnus-mime-delete-part): New function.
219         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
220
221 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
222
223         * message.el (message-check-news-header-syntax): Don't push
224         groups twice onto list of unknown groups.
225
226         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
227         back.
228
229         * nnheader.el (nnheader-find-etc-directory): Doc fix.
230
231         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
232         config unless the summary buffer exists.
233
234         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
235         that target group is computed correctly when articles are marked
236         as read by Xref handling.
237
238         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
239         imap-open.
240
241         * message.el (message-send-mail): Add courtesy string to Bcc's,
242         too.
243
244         * gnus-cite.el (gnus-cited-line-p): New function.
245
246 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
247
248         * mm-bodies.el (mm-decode-body): Add new optional parameter,
249         force, to use the supplied charset unconditionally.
250
251         * gnus-art.el (article-decode-charset): Use it.
252
253 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
254
255         * mm-bodies.el (mm-decode-coding-region-safely): New function.
256         (mm-decode-body): Use it.
257
258         * rfc2047.el (rfc2047-decode-region): do.
259         (rfc2047-decode-string): Guess coding system if the default is
260         invalid.
261
262 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
263
264         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
265         articles are marked 'read, so we get correct article counts.
266
267 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
268
269         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
270         the button.
271         (gnus-insert-prev-page-button): Ditto.
272         (gnus-insert-next-page-button): Ditto.
273         (gnus-insert-mime-security-button): Ditto.
274
275         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
276         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
277         (mm-inline-image-xemacs): Ditto.
278
279 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
280
281         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
282         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
283         the recent filename uniqueness discussion.
284
285 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
286
287         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
288         newline next time.
289         (mm-inline-image-xemacs): Ditto.
290
291 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
292
293         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
294         kill-line.
295
296 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
297
298         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
299         kill-line.
300
301 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
302
303         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
304         fixing the code to match the documentation.
305         (gnus-agent-fetch-selected-article): Replaced
306         gnus-summary-update-article-line with gnus-summary-update-line as
307         the former did not correctly recalculate the thread indentation.
308         (gnus-agent-find-parameter): The agent-predicate, if not found
309         anywhere else, defaults to the value of gnus-agent-predicate.
310         (gnus-agent-fetch-session): Fixed typo; now executes
311         gnus-agent-fetched-hook rather than the undocumented
312         gnus-agent-fetch-hook.
313         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
314         default agent predicate is now provided by
315         gnus-agent-find-parameter.
316         (gnus-agent-message): New macro.  This macro avoids potentially
317         costly parameter evaluation when the message's level is too high
318         to display.
319         (gnus-agent-expire-group-1): Disabled undo tracking in temp
320         overview buffer. Uses new gnus-agent-message macro to reduce
321         overhead of optional messages. Reversed message levels to
322         emphasize percent completion messages.  Detailed messages of
323         little use except when debugging code.
324
325 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
326
327         * spam.el (spam-ham-move-routine): use
328         spam-mark-ham-unread-before-move-from-spam-group
329         (spam-mark-ham-unread-before-move-from-spam-group): new variable
330
331 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
332
333         * spam.el: load nnimap.el when compiling
334         (spam-setup-widening): use
335         nnimap-split-download-body-default instead of
336         nnimap-split-download-body which is a user-customizable variable
337
338 2003-03-07  Simon Josefsson  <jas@extundo.com>
339
340         * nnimap.el (nnimap-split-download-body-default): New, holds
341         default for n-s-d-b.
342         (nnimap-split-download-body): Add new setting (symbol default),
343         which uses contents of n-s-d-b-d, and made it the default.
344
345 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
346
347         * spam.el (spam-use-hashcash): new variable
348         (spam-list-of-checks): added spam-use-hashcash with associated
349         spam-check-hashcash
350         (spam-check-hashcash): new function, installed iff hashcash.el is
351         loaded
352         (spam-setup-widening): don't use (return)
353
354 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
355
356         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
357         predicate of `false' to avoid an error when a group defines no
358         predicate. Fixed typo that disabled agent scoring (i.e. the
359         low/high predicates should now work).
360
361 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
362
363         * spam.el: add spam-maybe-spam-stat-load to
364         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
365         (spam-bogofilter-register-with-bogofilter): use
366         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
367         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
368         custom variables to replace "-s" and "-n"
369
370         * gnus-group.el (gnus-group-get-new-news): call the new
371         gnus-get-top-new-news-hook hook
372
373         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
374         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
375
376 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
377
378         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
379
380 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
381
382         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
383         a cl run-time function.
384
385 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
386
387         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
388         on gnus-agent-short-article.
389         (gnus-category-read): Replaced CL function mapcar* with new macro:
390         gnus-mapcar.
391         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
392         support functions that accept multiple parameters.  A separate
393         sequence must be provided for each parameter in the function.
394         Iteration stops when the end of the shortest list is reached.
395
396 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
397
398         * nnimap.el (nnimap-request-accept-article): Use delete-region.
399
400         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
401         (html2text-delete-single-tag, html2text-clean-anchor)
402         (html2text-remove-tags): Use delete-region.
403         (html2text-fix-paragraphs): Simplify.
404
405         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
406         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
407         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
408         kill-region.
409
410 2003-03-04  John Paul Wallington  <jpw@gnu.org>
411
412         * gnus-agent.el (gnus-agent-enable-expiration)
413         (gnus-agent-article-alist, gnus-agent-article-alist)
414         (gnus-agent-cat-defaccessor): Doc fixes.
415
416 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
417
418         * gnus-agent.el (gnus-function-implies-unread-1): Grok
419         byte-compiled functions.
420
421 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
422
423         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
424         customization between new maneuvering (which permits selecting
425         undownloaded articles) and old maneuvering (which skipped over
426         undownloaded articles) behaviors.
427         (gnus-summary-find-next): Pass through the unread and subject
428         parameters when calling gnus-summary-find-prev.
429         (gnus-summary-find-next,gnus-summary-find-prev): Apply
430         gnus-auto-goto-ignores to filter out unacceptable articles.
431
432 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
433
434         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
435         exists in all supported Emacs versions, so we don't need this
436         compatibility function.
437         (mail-source-fetch-pop, mail-source-check-pop)
438         (mail-source-fetch-webmail): Use read-passwd.
439
440         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
441         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
442         read-passwd.
443
444         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
445
446         * imap.el (imap-read-passwd): Remove.
447         (imap-interactive-login): Use read-passwd.
448
449         * canlock.el (canlock-read-passwd): Remove.
450         (canlock-insert-header, canlock-verify): Use read-passwd.
451
452         * sieve-manage.el (sieve-manage-read-passwd): Remove.
453         (sieve-manage-interactive-login): Use read-passwd.
454
455         * pop3.el (pop3-read-passwd): Remove.
456         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
457         read-passwd.
458
459         * pgg.el (pgg-read-passphrase): Simplify.
460
461 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
462
463         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
464         'plugged' when actually 'unplugged' bug.
465         (gnus-category-read): Ignore nil values when converting an
466         old-format category so that the new-format category will default
467         those attributes to the global variables.
468
469 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
470
471         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
472         doc-string.
473
474 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
475
476         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
477         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
478         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
479         * mm-url.el (mm-url-decode-entities-string): do.
480         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
481         * mm-decode.el (mm-find-raw-part-by-type): do.
482         * message.el (message-send-mail-partially)
483         (message-send-mail-with-sendmail): do.
484         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
485         * gnus-kill.el (gnus-pp-gnus-kill): do.
486         * gnus-art.el (gnus-article-treat-unfold-headers)
487         (gnus-article-encrypt-body): do.
488
489 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
490
491         * mail-source.el (mail-source-delete-incoming): Allow integer value.
492         (mail-source-delete-old-incoming-confirm): New variable.
493         (mail-source-delete-old-incoming): Use it.  New function.
494         (mail-source-callback): Call `mail-source-delete-old-incoming' if
495         `mail-source-delete-incoming' is a nonnegative integer.
496
497 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
498
499         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
500         (gnus-user-agent): Fixed typo.
501
502 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
503
504         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
505         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
506
507 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
508
509         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
510         (gnus-agent-fetch-session): Allow debugging to take place.
511
512 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
513
514         * gnus-sum.el (gnus-highlight-selected-summary)
515         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
516         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
517         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
518         and makes it clear that we don't need the side effect.
519         * gnus-util.el (gnus-delete-line): do.
520         * gnus-xmas.el (gnus-group-add-icon): do.
521         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
522         * nntp.el (nntp-send-authinfo-from-file): do.
523         * nnml.el (nnml-header-value): do.
524         * nnheader.el (nnheader-insert-references): do.
525         * gnus-cite.el (gnus-article-highlight-citation)
526         (gnus-cite-parse): do.
527         * gnus-score.el (gnus-score-followup): do.
528         * gnus-draft.el (gnus-draft-send): do.
529         * gnus-group.el (gnus-group-highlight-line): do.
530         * gnus-cache.el (gnus-cache-braid-nov): do.
531         * nnfolder.el (nnfolder-retrieve-headers)
532         (nnfolder-request-article): do.
533         * gnus-art.el (article-hide-boring-headers)
534         (gnus-article-hide-header): do.
535
536         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
537         * nnml.el (nnml-request-replace-article): do.
538         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
539         * nnfolder.el (nnfolder-request-move-article): do.
540         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
541         * gnus-art.el (gnus-mm-display-part): do.
542
543         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
544
545 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
546
547         * nntp.el (nntp-possibly-change-group): Avoid calling
548         process-buffer on nil (Which happened when you lost your
549         connection while fetching); instead signal a "Server Closed
550         Connection" error.
551
552 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
553
554         * gnus-agent.el (gnus-agent-enable-expiration): New
555         variable. Either ENABLE or DISABLE.  Sets default behavior for
556         selecting which groups are expired.
557         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
558         gnus-agent-set-cat-groups): Provides abstract interface for
559         accessing agent category.  Category now implemented by an alist.
560         (gnus-agent-add-group, gnus-agent-remove-group,
561         gnus-category-insert-line, gnus-category-edit-predicate,
562         gnus-category-edit-score, gnus-category-edit-groups,
563         gnus-category-copy, gnus-category-add, gnus-group-category): Use
564         new agent category abstraction.
565         (gnus-agent-find-parameter): New function. Search for agent
566         configuration parameter first in the group's parameters, then its
567         topics (if any), and then the group's category.  If not found
568         anywhere, use the original defined constants.
569         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
570         gnus-agent-find-parameter.
571         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
572         gnus-agent-cache now blocks retrieving headers and articles from
573         the local cache.  Fetched content is still added to the cache
574         before being returned.
575         (gnus-agent-fetch-session): Use error-message-string to generate
576         displayed error message.
577         (gnus-agent-customize-category): New Command. 'e' in category
578         buffer opens category customization buffer.
579         (gnus-category-read): Reads either positional or alist format;
580         returns alist format.
581         (gnus-category-write): Writes category file compatible with
582         current, and previous, versions of gnus-agent.
583         (gnus-category-make-function, gnus-category-make-function-1):
584         Corrected documentation; parameter is predicate NOT category.
585         (gnus-predicate-implies-unread): Now works in more cases per the
586         todo comment.
587         (gnus-function-implies-unread-1): New function. Supports
588         gnus-predicate-implies-unread.
589         (gnus-agent-expire-group): Command now provides default of group
590         under point.
591         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
592         agent-days-until-old parameters. No longer supports
593         gnus-agent-expire-days being set to an alist.
594         (gnus-agent-request-article): Now performs its own checks of
595         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
596         assuming that the caller will do them correctly.
597         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
598         gnus-agent-expire-days is set to an alist.  Converts said alist
599         into group parameter so that gnus-agent-expire-days will not be
600         needed.
601         * gnus-art.el (gnus-request-article-this-buffer): Conditional
602         checks surrounding gnus-agent-request-article removed; now
603         performed by gnus-agent-request-article.
604         * gnus-cus.el (gnus-agent-parameters): New variable. List of
605         customizable group/topic parameters that regulate the agent.
606         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
607         kill-buffer with gnus-kill-buffer to remove the killed buffer from
608         the list of gnus buffers.
609         (gnus-trim-whitespace): Removes leading and trailing whitespace
610         from multiline strings.
611         (gnus-agent-cat-prepare-category-field,
612         gnus-agent-customize-category): Constructs a category
613         customization buffer.
614         * gnus-int.el (gnus-retrieve-headers,
615         gnus-request-expire-articles): No longer checks gnus-agent-cache
616         as it is handled internally by the agent.
617         (gnus-request-head, gnus-request-body): Conditional checks
618         surrounding gnus-agent-request-article removed; now performed by
619         gnus-agent-request-article.
620
621         * gnus-start.el (): Added defvar statements to resolve compilation
622         warnings.
623         (gnus-long-file-names): New function. Isolates platform dependent
624         msdos-long-file-names.
625         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
626         option of writing directly to file.  Avoids memory exhausted
627         errors when .newsrc.eld is huge.
628         (gnus-save-newsrc-file): Uses new
629         gnus-save-startup-file-via-temp-buffer.
630         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
631         standard-output.
632         (gnus-display-time-event-handler): Changed to alias from a defun
633         to avoid a compile-time warning when display-time-event-handler is
634         not defined.
635         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
636         standard-output such that prin1 and princ will write directly to a
637         file.
638
639         * gnus.el (gnus-agent-cache): Expanded documentation.
640         (gnus-summary-high-undownloaded-face): Removed second bold keyword
641         so that this face is actually bold.
642
643         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
644         gnus-use-cache has been set.
645
646 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
647
648         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
649
650 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
651
652         * gnus-art.el (gnus-article-refer-article): Be more permissive.
653
654 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
655
656         * spam.el: Fix typo.
657
658 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
659         (Trivial patch.)
660
661         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
662         errors-buffer. This produces a nicer error message in case of
663         problems.
664
665 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
666
667         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
668         load stats iff spam-use-stat is on
669
670         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
671         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
672         instead of spam-stat-load and spam-stat-save in the
673         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
674
675 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
676
677         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
678
679 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
680
681         * message.el (message-make-fqdn): Protect against nil user-mail.
682
683 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
684
685         * gnus-art.el (gnus-boring-article-headers): New values:
686         'to-list and 'cc-list.
687
688 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
689
690         * spam.el (spam-setup-widening): new function to set
691         nnimap-split-download-body, we add it to gnus-get-new-news-hook
692         (spam-list-of-statistical-checks): list of statistical splitter
693         checks
694         (spam-split): added a widen call when a statistical check is
695         enabled
696
697 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
698
699         * gnus-msg.el (gnus-user-agent): Changed default to
700         'emacs-gnus-type, renamed 'full.
701
702 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
703
704         * nnfolder.el (nnfolder-request-accept-article): Don't use
705         mail-header-unfold-field.
706
707 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
708
709         * imap.el (imap-ssl-open): Don't depend on ssl.el.
710         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
711
712 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
713
714         * spam.el: add spam-stat-load to gnus-get-new-news-hook
715         (spam-split): remove spam-stat-load call
716
717 2003-02-26  Simon Josefsson  <jas@extundo.com>
718
719         * gnus-sum.el (gnus-summary-toggle-header): Run
720         gnus-article-decode-hook instead of calling a-decode-encoded-words
721         directly (the latter is run as part of the former).
722
723 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
724
725         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
726
727 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
728
729         * message.el (message-sendmail-envelope-from): New option.
730         (message-sendmail-envelope-from): New function.
731         (message-send-mail-with-sendmail): Use it.
732
733 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
734
735         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
736         compensation for TDMA addresses.
737
738 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
739
740         * gnus-msg.el (gnus-user-agent): New variable.
741         (gnus-version-expose-system): Removed.  Obsoleted by
742         `gnus-user-agent'.
743         (gnus-extended-version): Use `gnus-user-agent'.
744
745 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
746
747         * spam.el (spam-stat-register-spam-routine,
748         spam-stat-register-ham-routine): remove spam-stat-save
749         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
750
751 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
752
753         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
754         reference.
755
756 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
757
758         * nnheader.el (nnheader-find-nov-line): Changed midpoint
759         calculation to avoid integer overflow.
760
761 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
762
763         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
764
765 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
766         * spam.el: disabled spam-get-article-as-filename
767
768         From Michael Shields  <shields@msrl.com>
769
770         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
771         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
772         * gnus-sum.el (gnus-summary-expire-articles): Use it.
773         * spam.el (spam-summary-prepare-exit): Use it.
774         * gnus.el (gnus-install-group-spam-parameters): New.
775         * spam.el (spam-group-ham-processor-copy-p): New.
776         * spam.el (spam-summary-prepare-exit): Support for ham copying.
777         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
778         that would cause the current message to be moved if the group had
779         no spam.
780         * spam.el (spam-ham-move-routine): New `copy' argument.
781
782 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
783         From Martin Thornquist <martint@ifi.uio.no>
784
785         * gnus-topic.el (gnus-topic-select-group): Select last group if
786         after last group.
787         * gnus-group.el (gnus-group-select-group): Ditto.
788
789 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
790
791         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
792         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
793         point-at-(b|e)ol which aren't available in Emacs 20.
794
795         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
796
797 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
798
799         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
800         clause of the condition-case statement.  Errors connecting to a
801         server no longer terminate gnus.
802
803         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
804         make its use obvious.  Added no-nothing case to avoid
805         opening(closing) servers when already open(closed).
806         (gnus-agent-while-plugged): Added macro to facilitate internal use
807         of gnus-agent-toggle-plugged.
808         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
809         temporarily open servers.
810         (gnus-agent-get-undownloaded-list): Sort list of article numbers
811         as sorting gnus-newsgroup-headers is wrong.
812         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
813         to temporarily open servers. Corrected logic to handle setting
814         gnus-agent-mark-unread-after-downloaded.
815         (gnus-agent-fetch-articles): Now handles headers with missing
816         article sizes and/or missing article lengths.  Now clears the
817         message buffer when finished.
818         (gnus-agent-fetch-group-1): Position point before calling
819         gnus-summary-set-agent-mark.
820         (gnus-get-predicate): Corrected description, parameter is
821         predicate not category.
822         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
823         provide a separate single group expiration function.
824         (gnus-agent-regenerate-group): Now clears the message buffer when
825         finished.
826
827 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
828
829         * gnus.el (gnus-agent-target-move-group-header): New variable.
830         * gnus-draft.el (gnus-draft-send): If special header
831         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
832         that group, instead of performing the regular sending functions.
833
834 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
835
836         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
837
838 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
839
840         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
841         variables.
842         (message-make-fqdn): Use it.  Improved validity check.
843
844 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
845
846         * message.el (message-user-mail-address): Check whether
847         user-mail-address looks valid.
848
849         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
850
851         * gnus-util.el (gnus-fetch-original-field): New function.
852
853 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
854
855         * message.el (message-mode): \\(...\\) around additional
856         paragraph-separate alternative.
857
858 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
859
860         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
861         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
862         display key bindings.
863         (gnus-mime-button-menu): Rewrite.
864
865 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
866
867         * gnus-art.el (gnus-button-url-regexp): Removed `.
868
869 2003-02-23  Max Froumentin  <mf@w3.org>
870
871         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
872
873 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
874
875         * gnus-art.el (gnus-mime-action-on-part): Require a match
876         interactively.
877
878         * gnus-start.el (gnus-save-newsrc-file): Use
879         gnus-backup-startup-file.
880         (gnus-backup-startup-file): New variable.
881
882 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
883
884         * gnus.el (gnus-summary-buffer-name): Moved function here.
885
886         * gnus-draft.el (defun): Remove debug.
887
888 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
889
890         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
891         can't open server.
892
893 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
894
895         * gnus-draft.el (defun): Configure posting styles.
896
897         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
898         the entry for the group exists before we alter it.
899
900 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
901
902         * message.el (message-mode): MML tags separate paragraphs.  Small
903         change from David S Goldberg <david.goldberg6@verizon.net>.
904
905         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
906         `gnus-newsgroup-headers'.
907
908         * gnus-art.el (gnus-article-refer-article): Grok more message id
909         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
910
911 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
912
913         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
914         use "path name".
915
916 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
917
918         * gnus-sum.el (gnus-summary-move-article)
919         (gnus-summary-expire-articles): send data header for article, not
920         just article ID
921
922         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
923         (gnus-register-spool-action): added hashtable of message ID keys
924         with message motion data
925
926 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
927         From Reiner Steib  <Reiner.Steib@gmx.de>.
928
929         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
930         variable, used in `gnus-button-mid-or-mail-heuristic'.
931         (gnus-button-mid-or-mail-heuristic): New function derived from
932         Florian Weimer's Perl script.
933         (gnus-button-handle-mid-or-mail): Allow a function instead of
934         'guess.
935         (gnus-button-guessed-mid-regexp): Removed.
936
937 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
938
939         * message.el (message-resend): Bind message-setup-hook to nil;
940         remove X-Draft-From header.
941
942 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
943
944         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
945         (gnus-newsgroup-undownloaded)
946         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
947         Doc fixes.
948
949 2003-02-17  John Paul Wallington  <jpw@gnu.org>
950
951         * gnus.el (gnus-shell-command-separator, gnus-email-address)
952         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
953
954 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
955
956         * gnus-spec.el (gnus-xmas-format): Use insert instead of
957         insert-string which is obsolete in Emacs 21.4.
958
959         * message.el (message-cross-post-followup-to-header): do.
960
961         * spam.el (spam-ifile-register-with-ifile)
962         (spam-stat-register-spam-routine)
963         (spam-stat-register-ham-routine)
964         (spam-bogofilter-register-with-bogofilter): do.
965
966         * mailcap.el (mailcap-mime-data): Fix typo.
967
968         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
969
970 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
971
972         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
973         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
974         `gnus-cite-unsightly-citation-regexp'.
975
976 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
977
978         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
979         even if there's just a header.
980
981 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
982
983         * message.el (message-fix-before-sending): Fix highlighting of
984         illegible and invisible text.
985
986         * gnus-util.el (gnus-multiple-choice): Separate choices with
987         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
988
989 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
990
991         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
992
993 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
994
995         * spam.el (spam-ham-move-routine)
996         (spam-mark-spam-as-expired-and-move-routine): use
997         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
998         around process-mark manipulation on the group
999
1000 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1001
1002         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
1003         submenu.
1004
1005 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1006
1007         * mail-source.el (mail-source-fetch): Reverse the return value of
1008         the continuation question.
1009
1010 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1011
1012         * nndraft.el (nndraft-request-move-article): Bind
1013         nnmh-allow-delete-final to t.
1014
1015 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1016
1017         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
1018
1019 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
1020
1021         * nntp.el (nntp-accept-process-output): Don't use point-max to get
1022         the buffer's size.
1023
1024 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
1025
1026         * nnheader.el: Added cygwin to system-type comparisons.
1027
1028 2003-01-27  Juanma Barranquero  <lektu@terra.es>
1029
1030         * imap.el (imap-mailbox-status): Fix typo.
1031
1032 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1033
1034         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
1035         online.
1036
1037 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1038
1039         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
1040         commands.
1041         * gnus-sum.el: Small change from Frank Weinberg
1042         <frank@usenet-rundfahrt.de>:
1043         (gnus-auto-center-group): New variable.
1044         (gnus-summary-read-group-1): Use it.
1045         (gnus-summary-next-group): Fix docstring.
1046
1047 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1048
1049         * gnus-util.el (gnus-faces-at): Simplify.
1050
1051 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1052
1053         * spam.el (spam-ham-move-routine)
1054         (spam-mark-spam-as-expired-and-move-routine): made the article
1055         move conditional, so it's not called even if there's nothing to move
1056
1057 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1058
1059         * message.el (message-unix-mail-delimiter): Accept any whitespace
1060         after the email address and before the date; do not require the
1061         space character.  From Kurt B. Kaiser <kbk@shore.net>.
1062
1063 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1064
1065         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
1066         gnus-article-boring-faces variable is bound; use gnus-faces-at.
1067
1068         * gnus-util.el (gnus-faces-at): New macro.
1069
1070 2003-02-13  Michael Shields  <shields@msrl.com>
1071
1072         * gnus-cite.el
1073         (gnus-cite-attribution-suffix, gnus-cite-parse):
1074         Better handling for Microsoft citation styles.
1075         (gnus-unsightly-citation-regexp): New.
1076
1077 2003-02-12  Michael Shields  <shields@msrl.com>
1078
1079         * gnus-art.el (article-strip-banner): Strip both per-group and
1080         per-user-address banners.
1081         (article-really-strip-banner): New.
1082
1083 2003-02-12  Michael Shields  <shields@msrl.com>
1084
1085         * gnus-sum.el (gnus-article-goto-next-page,
1086         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
1087         relying on the summary bindings of `n' and `p'.
1088
1089 2003-02-12  Michael Shields  <shields@msrl.com>
1090
1091         * gnus-art.el (gnus-article-only-boring-p): New.
1092         (gnus-article-skip-boring): New.
1093         * gnus-cite.el (gnus-article-boring-faces): New.
1094         * gnus-sum.el (gnus-summary-next-page): Use
1095         gnus-article-only-boring-p.
1096
1097 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
1098
1099         * spam.el (spam-mark-spam-as-expired-and-move-routine)
1100         (spam-ham-move-routine): unmark all articles before marking those
1101         of interest and calling gnus-summary-move-article
1102
1103 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
1104
1105         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
1106         logically the complement of gnus-get-buffer-create and
1107         gnus-add-buffer.
1108
1109         * gnus-util.el (gnus-kill-buffer): do.
1110
1111         * nnmail.el: Autoload gnus-kill-buffer.
1112
1113 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1114
1115         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
1116         gnus-summary-goto-subject as gnus-summary-update-mark operates on
1117         the current LINE.
1118         (gnus-agent-summary-fetch-group): Minimized the number of times
1119         that the article is updated in the buffer.
1120
1121 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
1122
1123         * spam.el (spam-ham-move-routine): use the process-mark instead of
1124         gnus-current-article when moving articles
1125         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
1126
1127 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1128
1129         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
1130         (gnus-topic-catchup-articles): Ditto.
1131         (gnus-topic-mark-topic): Reverse recursive logic.
1132
1133 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
1134
1135         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
1136         gnus-refer-thread-limit is t.
1137
1138 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
1139
1140         * mm-util.el (mm-mule-charset-to-mime-charset): Use
1141         sort-coding-systems to prefer utf-8 over utf-16.
1142
1143 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1144
1145         * gnus-agent.el (gnus-agent-expire-days):
1146         gnus-request-move-article depends on gnus-agent-expire to clean up
1147         the cache after moving the article.  Therefore, g-a-e-d can NOT
1148         default to nil or can gnus-agent-expire be disabled by doing so.
1149         If you don't want to run gnus-agent-expire, don't call it.
1150         (gnus-agent-expire): The broken test to disable gnus-agent-expire
1151         when g-a-e-d was NOT nil was removed.
1152         (gnus-agent-article-name): Removed unnecessary input test as
1153         article IDs are always strings.
1154         (gnus-agent-regenerate-group): Added check to protect against
1155         servers that generate absurdly long article IDs.  Valid IDs are
1156         less than 10 digits to avoid overflow errors.  Fixed logic error
1157         when ensuring that the final article ID is present in the new
1158         alist.
1159
1160 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1161
1162         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
1163         next line after finding the parent.
1164
1165 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1166
1167         * gnus.el (gnus-version-number): Bumped.
1168
1169 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1170
1171         * gnus.el: Oort Gnus v0.15 is released.
1172
1173 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
1174
1175         * nnmail.el (nnmail-split-it): If a message ends up matching the
1176           same mailbox more than once, it will cause duplicates to appear
1177           in the mailbox.
1178
1179 2003-02-08  Simon Josefsson  <jas@extundo.com>
1180
1181         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
1182         code that only worked under Emacs.
1183
1184         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
1185         Das <satyaki@chicory.stanford.edu>.
1186
1187 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
1188
1189         * gnus-art.el (gnus-article-refer-article): Use
1190         gnus-replace-in-string.
1191
1192         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
1193         (gnus-remove-duplicates): do.
1194
1195 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1196
1197         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
1198         (gnus-request-scan): set
1199         gnus-internal-registry-spool-current-method to gnus-command-method
1200         before a request-scan operation
1201
1202         * gnus-registry.el (regtest-nnmail): use
1203         gnus-internal-registry-spool-current-method
1204
1205 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1206
1207         * mail-source.el (mail-source-fetch): Typo fix.
1208
1209 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1210
1211         * nnmail.el (nnmail-spool-hook): new hook
1212         (nnmail-cache-insert): call nnmail-spool-hook
1213
1214         * gnus-registry.el: new file with examples of using the hooks
1215
1216         * gnus.el (gnus-registry): added registry customization group
1217         (gnus-group-prefixed-name): improve function to return full group
1218         name optionally
1219         (gnus-group-guess-prefixed-name): shortcut to
1220         gnus-group-prefixed-name, using just the group name
1221         (gnus-group-full-name): always get a group's full name
1222         (gnus-group-guess-full-name): shortcut, using just the group name
1223
1224         * gnus-sum.el (gnus-summary-article-move-hook)
1225         (gnus-summary-article-delete-hook)
1226         (gnus-summary-article-expire-hook): new hooks
1227         (gnus-summary-move-article, gnus-summary-expire-articles)
1228         (gnus-summary-delete-article): invoke the new hooks
1229
1230 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
1231
1232         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
1233         from message-ID
1234
1235 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
1236
1237         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
1238
1239 2003-02-07  John Paul Wallington  <jpw@gnu.org>
1240
1241         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
1242         (mm-write-region, mm-detect-coding-region): Doc fixes.
1243
1244 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1245
1246         * mail-source.el (mail-source-fetch): Ignore errors.
1247         (mail-source-ignore-errors): New variable.
1248
1249         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
1250         articles.
1251
1252         * gnus-msg.el (gnus-version-expose-system): Change default.
1253
1254 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
1255
1256         * gnus-msg.el (gnus-version-expose-system): New variable.
1257
1258 2003-02-07  Simon Josefsson  <jas@extundo.com>
1259
1260         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
1261         patch from deskpot@myrealbox.com (Vasily Korytov).
1262
1263 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1264
1265         * gnus-art.el (article-display-face): Get the Face header from
1266         the current buffer.
1267
1268 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1269
1270         * gnus-art.el (gnus-mime-view-part-internally): Bind
1271         buffer-read-only to nil.
1272
1273 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1274
1275         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
1276         from g-a-e-1 to g-a-e-2.
1277
1278 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
1279
1280         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
1281         of bbdb-search-simple, use spam-use-BBDB-exclusive
1282         (spam-check-whitelist): use spam-use-whitelist-exclusive
1283         (spam-use-whitelist-exclusive): new variable affecting
1284         spam-use-whitelist
1285         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
1286
1287 2003-02-05  Simon Josefsson  <jas@extundo.com>
1288
1289         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
1290         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
1291         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
1292         (gnus-agent-expire-1): New.
1293         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
1294         (gnus-agent-expire-2): New.
1295
1296 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
1297
1298         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
1299         "delete-if" is misleading because it isn't actually destructive.
1300
1301         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
1302
1303         * nnmail.el (nnmail-purge-split-history): do.
1304
1305         * gnus-win.el (gnus-get-buffer-window): do.
1306
1307         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
1308         let-binding.
1309         (gnus-simplify-all-whitespace): do.
1310
1311 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1312
1313         * gnus-delay.el (gnus-delay-article): Fix binding of the
1314         nndraft:delayed group.
1315
1316 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1317
1318         * gnus.el (spam group parameters): change 'other to 'const in
1319         the group parameter definitions to soothe XEmacs
1320
1321 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1322
1323         * gnus-delay.el (gnus-delay-article): Really create
1324         nndraft:delayed group if it doesn't exist.
1325
1326 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
1327
1328         * gnus-sum.el (gnus-summary-search-article): Speed up by
1329         disabling various visual features while searching.
1330         (gnus-summary-recenter): Test gnus-auto-center-summary first.
1331
1332 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
1333
1334         * spam.el (spam-list-of-checks): Don't quote nil and t in
1335         docstrings.  From the elisp manual:
1336
1337            When a documentation string refers to a Lisp symbol, write
1338            it [..] with single-quotes around it.  [..] There are two
1339            exceptions: write t and nil without single-quotes.
1340
1341         * messcompat.el (message-from-style): do.
1342
1343         * message.el (message-send-mail): do.
1344
1345         * gnus-util.el (gnus-use-byte-compile): do.
1346
1347         * gnus-score.el (gnus-score-lower-thread): do.
1348
1349         * gnus-int.el (gnus-server-unopen-status): do.
1350
1351         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
1352         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
1353
1354         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
1355         (gnus-group-parameters): do.
1356
1357         * gnus-art.el (gnus-article-mime-match-handle-function): do.
1358
1359         * mm-decode.el (mm-text-html-renderer): do.
1360
1361 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1362
1363         * nnheader.el (nnheader-directory-separator-character): Change the
1364         way to compute the dafault value.
1365
1366 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
1367
1368         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
1369         (gnus-button-alist): Fix regexp for describe-key.
1370         (gnus-button-handle-describe-function)
1371         (gnus-button-handle-describe-variable)
1372         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
1373         (gnus-button-handle-apropos-variable)
1374         (gnus-button-handle-apropos-documentation): Docstring fix.
1375
1376         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
1377
1378 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1379
1380         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
1381         to nil.
1382
1383         * nnmail.el: Removed gnus-util autoload.
1384
1385         * gnus.el: Use gnus-prin1-to-string throughout.
1386
1387         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
1388         print-level.
1389
1390         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
1391         (gnus-treat-display-grey-xface): Removed.
1392
1393         * gnus-fun.el (gnus-grab-cam-face): New.
1394         (gnus-convert-image-to-gray-x-face): Removed.
1395         (gnus-convert-gray-x-face-to-xpm): removed.
1396         (gnus-convert-gray-x-face-region): Removed.
1397         (gnus-grab-gray-x-face): Removed.
1398
1399         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
1400
1401 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
1402
1403         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
1404         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
1405         bound.
1406
1407         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
1408
1409 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
1410
1411         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
1412         Remove -- these are bogus options which are never used.
1413
1414 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
1415
1416         * gnus-art.el (gnus-article-mode): Use summary tool bar.
1417
1418 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
1419
1420         * spam.el (spam-check-blackholes)
1421         (spam-blackhole-good-server-regex): new variable to skip some IPs
1422         when checking blackholes; use it
1423         (spam-check-bogofilter-headers)
1424         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
1425         case more X-Bogosity is used than just "Yes/No"
1426         (spam-ham-move-routine): semi-fixed, only first article is
1427         properly moved now
1428
1429 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
1430
1431         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
1432         as well.
1433
1434         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
1435
1436         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
1437
1438         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
1439
1440         * gnus-bcklg.el (gnus-backlog-shutdown): do.
1441
1442         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
1443
1444 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1445
1446         * gnus-fun.el (gnus-face-encode): New function.
1447         (gnus-convert-png-to-face): Use it.
1448
1449         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
1450
1451 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
1452
1453         * mm-decode.el (mm-dissection-list): Remove.
1454         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
1455         only used in mm-remove-all-parts.
1456         (mm-remove-all-parts): Remove it, it's never called.
1457
1458 2003-01-25  Simon Josefsson  <jas@extundo.com>
1459
1460         * gnus-group.el (gnus-group-make-group): Report errors.
1461
1462         * nnimap.el (nnimap-request-create-group): Ditto.
1463
1464         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
1465
1466         * sieve.el (sieve-upload): Fix error printing.
1467
1468         * mm-encode.el (mm-qp-or-base64): Always QP iff
1469         mm-use-ultra-safe-encoding and cleartext PGP.
1470
1471         * gnus-sum.el (gnus-summary-select-article): Inhibit
1472         redisplay (mainly for secured messages).
1473
1474         * nnmail.el (nnmail-article-group): Copy body too (but don't
1475         process it).
1476
1477 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
1478
1479         * gnus-art.el (gnus-article-setup-buffer): Reset
1480         gnus-button-marker-list.
1481
1482 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1483
1484         * nntp.el (nntp-read-timeout): Default to using a second delay
1485         under Microsoft Windows.
1486
1487 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1488
1489         * nnheader.el (nnheader-directory-separator-character): New
1490         variable.
1491
1492 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1493
1494         * gnus-agent.el (gnus-agent-max-fetch-size)
1495         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
1496         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
1497         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
1498         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
1499         (gnus-agent-braid-nov, gnus-agent-load-alist)
1500         (gnus-agent-article-alist-save-format)
1501         (gnus-agent-read-agentview, gnus-agent-save-alist)
1502         (gnus-agent-fetch-group-1, gnus-agent-expire)
1503         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
1504         (gnus-agent-regenerate-group): Reformat to keep under eighty
1505         columns.  Reword docstrings so that first line is under eighty
1506         chars and a complete sentence.  Still need to work on the rear
1507         end of the file, in particular gnus-agent-expire.
1508
1509 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1510
1511         * gnus-agent.el (gnus-agentize): Indent.
1512
1513         * gnus.el (gnus-version-number): Bumped.
1514
1515 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1516
1517         * gnus.el: Oort Gnus v0.14 is released.
1518
1519 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1520
1521         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
1522         before beginning.  Tiny patch from Mark Thomas
1523         <swoon@bellatlantic.net>.
1524
1525 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1526
1527         * spam.el (spam-check-blackholes, spam-split)
1528         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
1529         gnus-message calls to show to users what spam.el is doing
1530
1531 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
1532
1533         * gnus-msg.el (gnus-message-replysign)
1534         (gnus-message-replyencrypt): Fix typo.
1535
1536 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1537
1538         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
1539         details.
1540
1541 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1542
1543         * gnus-art.el (gnus-article-press-button): let* -> let.
1544         (gnus-mime-security-show-details): Cleaned up.
1545         (gnus-mime-security-press-button): Save excursion.
1546         (gnus-insert-mime-security-button): Clean up.
1547
1548         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
1549
1550         * gnus-async.el (gnus-async-wait-for-article): Don't use a
1551         timeout.
1552
1553         * nntp.el (nntp-accept-process-output): Removed timeout.
1554         (nntp-read-timeout): New variable.
1555         (nntp-accept-process-output): Use it.
1556
1557         * gnus-sum.el (gnus-data-find-list): Remove *.
1558
1559 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1560
1561         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
1562         introduced on 2002-01-22.
1563         (gnus-summary-first-unseen-or-unread-subject): Ditto.
1564
1565 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
1566
1567         * spam.el (spam-check-regex-headers, spam-list-of-checks)
1568         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
1569         checks of incoming mail based on simple header regexp matching
1570
1571 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
1572
1573         * gnus-sum.el (gnus-spam-mark): set to `$'
1574
1575 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1576
1577         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
1578         gnus-newsgroup-unfetched, the list of articles whose headers have
1579         not been fetched from the server.
1580
1581         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
1582         parameter as it never worked due to a bug.  Added check to prevent
1583         selection of any article in the gnus-newsgroup-unfetched list.
1584         (gnus-summary-find-prev): Added check to prevent selection of any
1585         article in the gnus-newsgroup-unfetched list.
1586         (gnus-summary-first-subject): Documented API. Modified
1587         implementation so that constraints are handled independently.
1588         Added check to prevent selection of any article in the
1589         gnus-newsgroup-unfetched list.
1590         (gnus-summary-first-unseen-subject): Updated parameters in
1591         gnus-summary-first-subject call to match new API.
1592         (gnus-summary-first-unseen-or-unread-subject): Ditto.
1593         (gnus-summary-catchup): Do not mark unfetched articles as read.
1594
1595 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
1596
1597         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
1598         make-obsolete-variable allows only two arguments in XEmacs and
1599         Emacs 20.
1600
1601         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
1602         gnus-article-hide-pgp.
1603         (gnus-summary-make-menu-bar): do.
1604
1605         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
1606         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
1607         gnus-article-hide-pgp.
1608         (article-hide-pgp): Remove.
1609         (gnus-article-hide): Remove gnus-article-hide-pgp.
1610
1611         * gnus.el: Remove gnus-article-hide-pgp
1612
1613 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1614
1615         * message.el (message-required-headers): Doc fix.
1616
1617 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
1618
1619         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
1620         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
1621         option to make ifile a purely binary classifier
1622
1623 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1624
1625         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
1626         (mml-secure-encrypt-pgpmime): Removed double.
1627
1628         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
1629         debugging statements.
1630
1631 2003-01-21  Andreas Fuchs  <asf@void.at>
1632
1633         * mml-sec.el (mml-sign-alist): Added pgpauto.
1634
1635 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1636
1637         * gnus.el (gnus-version-number): Bumped version number.
1638
1639 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1640
1641         * gnus.el: Oort Gnus v0.13 is released.
1642
1643 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1644
1645         * gnus-art.el (gnus-button-url-regexp): Removed |.
1646
1647         * message.el (message-send-hook): Doc fix.
1648
1649         * gnus-win.el (gnus-buffer-configuration): Display article
1650         instead of article-copy when `reply'.
1651
1652 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
1653
1654         * gnus.el (gnus-format): Change customize group to gnus.
1655         (gnus-cache): Add link.
1656         (gnus-group-charter-alist): Fix docstring.
1657
1658 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
1659
1660         * mailcap.el (mailcap-print-command): lpr-command might be
1661         unbound in XEmacs.
1662
1663 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1664
1665         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
1666
1667         * gnus-sum.el (gnus-summary-update-article-line): Fixed
1668         calculation of net characters added for use in the gnus-data
1669         structure.
1670
1671 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1672
1673         * nnmail.el (nnmail-process-unix-mail-format): Improve error
1674         message.  Suggested by Jari Aalto.
1675
1676 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1677
1678         * gnus-art.el (gnus-article-followup-with-original): Clean up.
1679         (gnus-article-reply-with-original): Ditto.
1680
1681         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
1682         read articles don't become unread.
1683
1684 2003-01-17  Simon Josefsson  <jas@extundo.com>
1685
1686         * gnus-fun.el (gnus-x-face-from-file):
1687         (gnus-face-from-file): Suggest image format in minibuffer prompt.
1688
1689         * gnus-fun.el (gnus-convert-image-to-x-face-command)
1690         (gnus-convert-image-to-face-command): Doc fix.
1691
1692 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1693
1694         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
1695
1696 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
1697
1698         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
1699         avoid encoding problems.
1700
1701         * mailcap.el (mailcap-ps-command): New variable.
1702         (mailcap-mime-data): Add print entry where applicable.  Use
1703         pdftotext on a tty.
1704
1705 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1706
1707         * gnus-sum.el (gnus-alter-header-function): Add type and group.
1708
1709 2003-01-16  Simon Josefsson  <jas@extundo.com>
1710
1711         * gnus-fun.el (gnus-convert-image-to-x-face-command)
1712         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
1713         (gnus-face-from-file): Doc fix; don't mention image format.
1714
1715 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1716
1717         * spam.el (spam-get-article-as-filename): new function (unused for now)
1718         (spam-get-article-as-buffer): new function
1719         (spam-get-article-as-string): use spam-get-article-as-buffer
1720         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
1721
1722 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1723
1724         * gnus-agent.el: Don't use `path'.
1725         From the GNU coding standards:
1726
1727             Please do not use the term ``pathname'' that is used in Unix
1728             documentation; use ``file name'' (two words) instead.  We use
1729             the term ``path'' only for search paths, which are lists of
1730             directory names.
1731
1732         * nnsoup.el (nnsoup-file-name): Ditto.
1733
1734         * nnmail.el (nnmail-pathname-coding-system): Ditto.
1735         (nnmail-group-pathname): Ditto.
1736
1737         * nnimap.el (nnimap-group-overview-filename): Ditto.
1738
1739         * nnheader.el (nnheader-pathname-coding-system): Ditto.
1740         (nnheader-group-pathname): Ditto.
1741
1742         * nnfolder.el (nnfolder-group-pathname): Ditto.
1743
1744         * gnus.el (gnus-home-directory): Ditto.
1745
1746         * gnus-group.el (gnus-group-icon-list): Ditto.
1747
1748 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
1749
1750         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
1751
1752         * message.el (message-mode-menu): Use it.
1753         (message-mode-menu): Deactivate "Yank Original" if there's no
1754         reply buffer.
1755
1756         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
1757
1758         * message.el (message-mark-active-p): New function.
1759
1760 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
1761
1762         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
1763         (spam-bogofilter-database-directory): new variables
1764         (spam-check-bogofilter-headers, spam-check-bogofilter)
1765         (spam-bogofilter-register-with-bogofilter)
1766         (spam-bogofilter-register-spam-routine)
1767         (spam-bogofilter-register-ham-routine)
1768         (spam-group-ham-processor-bogofilter-p): new functions for the new
1769         Bogofilter interface
1770         (spam-summary-prepare-exit): use the new Bogofilter functions
1771         (spam-list-of-checks): added spam-use-bogofilter-headers
1772         (spam-bogofilter-score): rewrote function
1773         (spam-check-bogofilter): optional score parameter, uses
1774         spam-check-bogofilter-headers better
1775         (spam-check-bogofilter-headers): optional score parameter
1776
1777         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
1778         default, in the gnus-start customization group.  Used to disable
1779         the spam-*/ham-* parameters.
1780         (gnus-group-ham-exit-processor-bogofilter): new ham processor
1781
1782 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
1783
1784         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
1785         XEmacs.
1786
1787         * gnus-ems.el (gnus-mark-active-p): do.
1788
1789 2003-01-15  Kevin Ryde  <user42@zip.com.au>
1790
1791         * gnus.texi (Using MIME): Mention auto-compression-mode with
1792         gnus-mime-copy-part.
1793
1794 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1795
1796         * message.el (message-send): Don't warn about duplicates when
1797         superseding.
1798
1799 2003-01-15  Simon Josefsson  <jas@extundo.com>
1800
1801         * nnimap.el (nnimap-split-download-body): New variable.
1802         (nnimap-split-articles): Use it.
1803
1804 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1805
1806         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
1807         integrity checker was incorrectly flagging, and removing, articles
1808         whose article number was negative.
1809         (gnus-agent-fetch-group-1): When executed in the group's summary
1810         buffer, refresh each downloaded line to update the status flag and
1811         font.  Preserve the value of gnus-newsgroup-headers so that
1812         gnus-agent-fetch-articles can split the requests by size.
1813         (gnus-agent-expire): Corrected day calculation for when
1814         gnus-agent-expire-days contains a list.
1815
1816 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1817
1818         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
1819
1820 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
1821
1822         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
1823           /usr/bin/play as default player.
1824           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
1825
1826 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1827
1828         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
1829         articles to be marked as well.
1830
1831 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1832         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
1833         fictious headers generated by nnagent (ie. Undownloaded Article
1834         ####) in the list of articles that have not been downloaded.
1835
1836         * gnus-int.el (): Added require declarations to resolve
1837         compile-time warnings.
1838         (gnus-open-server): If the server status is set to offline,
1839         recursively execute gnus-open-server to open the offline backend
1840         (e.g. nnagent).
1841
1842 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
1843
1844         * gnus-art.el (gnus-article-reply-with-original): Use
1845         gnus-mark-active-p.
1846         (gnus-article-followup-with-original): do.
1847
1848 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1849
1850         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
1851
1852 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1853
1854         * gnus-score.el (gnus-score-edit-file-at-point): New function.
1855         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
1856
1857 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
1858
1859         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
1860         (gnus-face-from-file): Ditto.
1861
1862 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1863
1864         * gnus-sum.el (gnus-articles-to-read): Don't just apply
1865         gnus-alter-articles-to-read-function to the unread articles.
1866
1867 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1868
1869         * deuglify.el (gnus-article-outlook-unwrap-lines)
1870         (gnus-article-outlook-repair-attribution)
1871         (gnus-article-outlook-rearrange-citation): New function names,
1872         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
1873         doc-string.
1874
1875         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
1876         removed `W k' key binding (use `W Y f' instead).
1877         (gnus-summary-make-menu-bar): Use new function names.
1878
1879 2003-01-13  Simon Josefsson  <jas@extundo.com>
1880
1881         * gnus-fun.el (gnus-random-x-face): Doc fix.
1882         (gnus-insert-random-x-face-header): New function.
1883
1884 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
1885
1886         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
1887         mark is not active.
1888
1889         * gnus-msg.el (gnus-inews-do-gcc): Comment.
1890
1891         * gnus-ems.el (gnus-mark-active-p): New function.
1892
1893         * gnus-group.el (gnus-topic-mode-p): New function.
1894         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
1895         Deactivate items if mark is not active.
1896
1897 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1898
1899         * gnus.el (gnus-version-number): Bumped version.
1900         (gnus-summary-line-format): Doc fix.
1901
1902 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1903
1904         * gnus.el: Oort Gnus v0.12 is released.
1905
1906 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1907
1908         * mail-source.el (mail-sources): Removed autoload to make it
1909         compile under XEmacs.
1910
1911 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
1912
1913         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
1914         regexp or a function too.
1915         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
1916         confirmation even if the original article is mail.
1917
1918 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1919
1920         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
1921         articles to be marked when not yanking.
1922
1923 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
1924
1925         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
1926
1927 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1928
1929         * gnus-fun.el (gnus-face-from-file): Autoload.
1930
1931         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
1932         errors.
1933
1934 2003-01-12  Simon Josefsson  <jas@extundo.com>
1935
1936         * sieve.el (sieve-upload-and-bury): New.  Suggested by
1937         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1938
1939         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
1940         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1941
1942 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1943
1944         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
1945         in every string.
1946
1947         * gnus.el (gnus-version-number): Bumped version number.
1948
1949 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1950
1951         * gnus.el: Oort Gnus v0.11 is released.
1952
1953 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
1954
1955         * message.el (message-fetch-reply-field): Narrow to headers.
1956
1957         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
1958         if Gnus isn't alive.
1959
1960 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1961
1962         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
1963         marks from articles that are already stored in the agent.
1964         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
1965         backup copy of an invalid .overview file for later analysis.
1966
1967 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
1968
1969         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
1970         exit work with two frames.
1971
1972 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
1973
1974         * message.el (message-forward-make-body): Use mule4.
1975
1976 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1977
1978         * message.el (message-mode-map): Move wide-reply command.
1979
1980 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
1981
1982         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
1983         castellano.
1984         (gnus-outlook-display-hook): New variable.
1985         (gnus-outlook-display-article-buffer): New function.
1986         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
1987         (gnus-outlook-deuglify-article): Made them interactive and added
1988         optional arg.  Use `g-o-d-a-b'.
1989         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
1990
1991         * gnus-sum.el: Added autoloads.
1992         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
1993         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
1994
1995 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1996
1997         * gnus-art.el (gnus-display-mime): Use the mime emulation
1998         variable.
1999
2000         * gnus-sum.el (gnus-article-emulate-mime): New variable.
2001
2002         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
2003         newsrc-alist is initialized properly.
2004
2005         * mail-source.el (mail-sources): Autoload.
2006
2007         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
2008         nil.
2009
2010         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
2011         insert two newlines.
2012
2013         * message.el (message-check-news-header-syntax): Compute the
2014         header length correctly.
2015
2016 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2017
2018         * gnus-agent.el (gnus-agent-expire): Do not remove article from
2019         alist when keeping fetched article file.
2020         (gnus-agent-retrieve-headers): When parsing response for article
2021         numbers, use the same algorithm as gnus-agent-braid-nov to protect
2022         against garbage in the server's response.
2023
2024         * gnus-int.el (gnus-request-expire-articles,
2025         gnus-request-move-article): Only expire when the group's server
2026         has been agentized.
2027
2028 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2029
2030         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
2031         errors when deleting overlays.
2032
2033         * gnus-score.el (gnus-score-followup): Allow tracing.
2034
2035         * gnus-art.el (gnus-treat-display-face): New variable.
2036         (article-display-face): New command.
2037
2038         * gnus-fun.el (gnus-face-from-file): New function.
2039         (gnus-convert-face-to-png): Ditto.
2040
2041         * gnus-art.el (gnus-ignored-headers): Added Face.
2042
2043 2003-01-10  Simon Josefsson  <jas@extundo.com>
2044
2045         * nndraft.el (nndraft-request-group): Avoid crash in
2046         directory-files when draft directory doesn't exists.
2047
2048         * gnus-sum.el (gnus-select-article-hook): Add :option.
2049
2050 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2051
2052         * spam.el (spam-use-stat): new variable
2053         (spam-group-spam-processor-stat-p)
2054         (spam-group-ham-processor-stat-p): new convenience functions
2055         (spam-summary-prepare-exit): add spam/ham processors to sequence
2056         (spam-list-of-checks): add spam-use-stat to list of checks
2057         (spam-split): conditionally load the spam-stat tables
2058         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
2059         spam-check-ifile): new functions
2060
2061         * spam-stat.el (spam-stat): typo fix
2062         (spam-stat-install-hooks): new variable
2063         (spam-stat-split-fancy-spam-group): added documentation clarification
2064         (spam-stat-split-fancy-spam-threshhold): new variable
2065         (spam-stat-install-hooks): make hooks conditional
2066         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
2067
2068         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
2069         spam-stat ham/spam processor symbols
2070
2071 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2072
2073         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
2074         file exists.
2075
2076 2003-01-10  Simon Josefsson  <jas@extundo.com>
2077
2078         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
2079         undownloaded/downloadable only when unplugged.
2080
2081 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
2082
2083         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
2084
2085 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
2086
2087         * spam.el (spam-check-ifile): fixed call-process-region to use the
2088         db parameter only if it's set
2089         (spam-ifile-register-with-ifile): ditto
2090
2091 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
2092
2093         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
2094         spam-stat-nbad before creating the hash table.
2095         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
2096         Changed copyright statement to FSF.
2097
2098 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2099
2100         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
2101         processable articles as read.
2102         (gnus-agent-summary-fetch-series): Remove processable and
2103         downloadable marks on all downloaded articles in the series.
2104
2105         * nntp.el (nntp-report): Throw error after reporting the problem.
2106         (nntp-accept-process-output): Corrected error check to report an
2107         error when the process is nil.
2108
2109 2003-01-09  Simon Josefsson  <jas@extundo.com>
2110
2111         * message.el (message-tool-bar-map): Add preview.
2112
2113 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
2114
2115         * mml.el (mml-preview): Get rid of MIME handles and buffers after
2116         previewing.
2117
2118 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
2119
2120         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
2121         bug when the (n+1)th article to be added to a group has a smaller
2122         number than the n articles already added.
2123
2124 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
2125
2126         * message.el (message-mode-field-menu): Use backquote.
2127
2128 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
2129
2130         * spam.el: fixed the BBDB autoloads again, using
2131         bbdb-search-simple now (which is not a macro, thank god)
2132
2133         * lpath.el (bbdb-search): removed function from maybe-fbind list
2134
2135         * gnus.el (ham-process-destination): added new parameter for
2136         destination of ham articles found in spam groups at summary exit
2137
2138         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
2139         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
2140         (spam-ifile-database-path): added new parameter for ifile's database
2141         (spam-move-spam-nonspam-groups-only): new parameter to determine
2142         if spam should be moved from all groups or only some
2143         (spam-summary-prepare-exit): fixed logic to use
2144         spam-move-spam-nonspam-groups-only when deciding to invoke
2145         spam-mark-spam-as-expired-and-move-routine; always invoke that
2146         routine after the spam has been expired-or-moved in case there's
2147         some spam left over; use spam-ham-move-routine in spam groups
2148         (spam-ham-move-routine): new function to move ham articles to the
2149         ham-process-destinations group parameter
2150
2151 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2152
2153         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
2154
2155         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
2156         gnus-summary-update-article-line.
2157
2158 2003-01-08  Simon Josefsson  <jas@extundo.com>
2159
2160         * nnmail.el (nnmail-expiry-target-group): Request group, create it
2161         not successful.
2162
2163 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2164
2165         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
2166
2167 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2168
2169         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
2170         logic, finally
2171
2172 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2173
2174         * gnus-spec.el (gnus-parse-format): %C is a complex format.
2175         (gnus-parse-format): Change to %~.
2176
2177         * message.el (message-generate-headers): Don't generate optional
2178         empty headers.
2179
2180 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
2181
2182         * message.el (message-cross-post-default)
2183         (message-cross-post-note-function, message-shoot-gnksa-feet)
2184         (message-strip-subject-trailing-was, message-change-subject)
2185         (message-mark-insert-file, message-cross-post-followup-to)
2186         (message-cross-post-followup-to, message-mode-map)
2187         (message-generate-unsubscribed-mail-followup-to)
2188         (message-make-mail-followup-to): Minor changes to doc-strings and
2189         error messages.  Updated copyright line.
2190
2191         * message.el (message-make-mail-followup-to,
2192         message-generate-unsubscribed-mail-followup-to): New function
2193         names.  Renamed functions: "-mft" -> "-mail-followup-to".
2194         (message-make-mft, message-gen-unsubscribed-mft): Removed function
2195         names.
2196
2197         * mml.el (mml-preview-insert-mail-followup-to): New function name.
2198         (mml-preview-insert-mft): Removed function name.
2199         (mml-preview): Use new function names.
2200
2201         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
2202
2203         * message.el (message-mode-field-menu): Moved header related
2204         commands from "Message" to "Field" menu.
2205
2206 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
2207
2208         * message.el (message-generate-headers-first): Added customization
2209         if variable is a list.
2210
2211 2003-01-07  Michael Shields  <shields@msrl.com>
2212
2213         * gnus-art.el (gnus-article-next-page): Correctly handle the case
2214         where the last line of the article is the last line of the window.
2215
2216 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2217
2218         * gnus-msg.el (gnus-debug): Use ignore-errors.
2219
2220         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
2221         `gnus-summary-update-line'.
2222
2223 2003-01-08  Simon Josefsson  <jas@extundo.com>
2224
2225         * gnus-art.el (gnus-unbuttonized-mime-types)
2226         (gnus-buttonized-mime-types): Doc fix.
2227
2228 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
2229
2230         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
2231
2232 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2233
2234         * nnrss.el (nnrss-group-alist): Add and clear up.
2235
2236 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2237
2238         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
2239
2240         * lpath.el (bbdb-search): added BBDB functions for a better way to
2241         fix missing functions
2242
2243         * spam.el (spam-check-ifile): if should be an unless
2244
2245         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
2246         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
2247         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
2248
2249 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2250
2251         * gnus-sum.el (gnus-summary-make-menu-bar): Added
2252         gnus-summary-refer-thread to thread menu.
2253
2254 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2255
2256         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
2257         summary buffer, articles that cannot be fetched are marked as
2258         canceled.
2259
2260         * nntp.el (nntp-with-open-group): The quit signal handler must
2261         propagate the quit signal to the next outer handler so that the
2262         caller knows that the request aborted abnormally.
2263
2264 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2265
2266         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
2267         (spam-ifile-register-spam-routine)
2268         (spam-ifile-register-ham-routine): added ifile functionality that
2269         does not use ifile-gnus.el to classify and register articles
2270         (spam-get-article-as-string): convenience function
2271         (spam-summary-prepare-exit): added ifile spam and ham registration
2272         (spam-ifile-all-categories, spam-ifile-spam-category)
2273         (spam-ifile-path, spam-ifile): added customization options
2274
2275         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
2276         exit processor
2277         (spam-process): added gnus-group-ham-exit-processor-ifile to the
2278         list of choices
2279
2280 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2281
2282         * gnus-score.el (gnus-score-followup): Also score immediate
2283         followups.
2284
2285 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2286
2287         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
2288
2289 2003-01-07  Simon Josefsson  <jas@extundo.com>
2290
2291         * message.el (message-mode-menu): Fix receipt balloon help.
2292
2293 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
2294
2295         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
2296         always be interpreted as news.
2297
2298 2003-01-07  Simon Josefsson  <jas@extundo.com>
2299
2300         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
2301         gnus-sieve-script, instead of the global variable
2302         gnus-sieve-crosspost.  One-line patch from Steinar Bang
2303         <sb@dod.no>.
2304
2305 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2306
2307         * gnus.el: Renamed gnus-summary-*-uncached-face as
2308         gnus-summary-*-undownloaded-face to avoid confusing the agent with
2309         the cache.
2310
2311         * gnus-sum.el: Ditto.
2312
2313 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2314
2315         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
2316         in either the group or summary buffer.
2317         New command "JS", in summary buffer, will fetch articles per the
2318         group's category, predicate, and processable flags.
2319         (gnus-agent-summary-fetch-series): Rewritten to call
2320         gnus-agent-session-fetch-group once with all articles in the
2321         series.
2322         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
2323         return list of fetched articles.
2324         (gnus-agent-fetch-articles): Split fetch list into sublists such
2325         that the article buffer is only slightly larger than
2326         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
2327         the group's article alist is saved.
2328         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
2329         longer result in the agent trying to fetch an article.
2330         (gnus-agent-fetch-group-1): Can now be called in either the group
2331         or summary buffer.  Removed the max-fetch-size code that I added
2332         on 2002-12-13 as that capability is now part of
2333         gnus-agent-fetch-articles.  Added code to update summary buffer.
2334         When called in the group buffer, articles that can not be fetched
2335         are AUTOMATICALLY MARKED AS READ.
2336
2337         * gnus-sum.el (): Modified eval-when-compile to minimize
2338         misleading compilation warnings.
2339         (gnus-update-summary-mark-positions): Changed code to use
2340         gnus-undownloaded-mark rather than gnus-downloaded-mark.
2341
2342         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
2343         empty file as the parser assumes that the file isn't empty.
2344
2345         * nntp.el (nntp-send-string): The process-send-string call can,
2346         because it performs I/O on the process, change the process' state
2347         from open to closed.  If this happens, call nntp-report
2348         immediately to report the broken connection.
2349         (nntp-report): Rewritten to avoid needing a global variable to
2350         determine the appropriate course of action.  Instead, two function
2351         implementations are provided and the nntp-report function value is
2352         bound to the appropriate implementation.
2353         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
2354         (nntp-with-open-group): Now binds nntp-report's function cell
2355         rather than binding gnus-with-open-group-first-pass.  Added a
2356         condition-case to detect a quit during a nntp command.  When the
2357         quit occurs, the current connection is closed as a fetch articles
2358         request could have several megabytes queued up for reading.
2359         (nntp-retrieve-headers): Bind articles to itself.  If
2360         nntp-with-open-group repeats this command, I must have access to
2361         the original list of articles.
2362         (nntp-retrieve-groups): Ditto for groups.
2363         (nntp-retrieve-articles): Ditto for articles.
2364         (*): Replaced nntp-possibly-change-group calls to
2365         nntp-with-open-group forms in all, but one, occurrance.
2366         (nntp-accept-process-output): Bug fix. Detect when called with
2367         null process.
2368
2369 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
2370
2371         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
2372         if we don't need to.
2373         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
2374
2375 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2376
2377         * gnus-group.el (gnus-group-make-web-group): Pass the select
2378         method on to group-create.
2379         (gnus-group-line-format-alist): %U is an integer.
2380
2381         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
2382         ephemeral groups.
2383         (gnus-summary-read-group-1): Ditto.
2384         (gnus-group-make-articles-read): Ditto.
2385
2386         * mm-url.el (mm-url-program): Doc fix.
2387
2388         * message.el (message-mode-map): Rebound
2389         message-insert-wide-reply.
2390
2391 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2392
2393         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
2394         color as `gnus-group-startup-message' does.
2395
2396 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
2397
2398         * spam.el: fixed line lengths to 80 chars or less
2399
2400         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
2401         "not-read" mark
2402         (gnus-summary-mark-forward): added the spam-mark to the list of
2403         marks not to be marked as "read" when viewed
2404
2405 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2406
2407         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
2408
2409         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
2410         Protect against unactive groups.
2411
2412         * message.el (message-check-news-header-syntax): Check long
2413         header lines.
2414         (message-check-news-header-syntax): Update `start'.
2415
2416         * gnus-group.el (gnus-group-expire-articles): Doc fix.
2417         (gnus-group-line-format): %U.
2418         (gnus-group-line-format-alist): ?U.
2419         (gnus-number-of-unseen-articles-in-group): New function.
2420
2421         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
2422
2423         * gnus.el (gnus-version-number): Bump version number.
2424
2425 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2426
2427         * gnus.el: Oort Gnus v0.10 is released.
2428
2429 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2430
2431         * gnus.el (gnus-version-number): Fix version number.
2432
2433 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2434
2435         * gnus.el: Oort Gnus v0.08 is released.
2436
2437 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
2438
2439         * mm-util.el: Add mm-string-make-unibyte.
2440
2441         * gnus-group.el (gnus-group-jump-to-group): Make it work for
2442         UTF-8 groups.
2443
2444 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2445
2446         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
2447
2448         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
2449
2450 2003-01-04  Kevin Ryde  <user42@zip.com.au>
2451
2452         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
2453         function.
2454
2455 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2456
2457         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
2458         (gnus-summary-read-group-1): Update group line.
2459         (gnus-summary-exit-no-update): Update group on exit.
2460
2461         * gnus-group.el (gnus-group-line-format): Add %*.
2462         (gnus-group-line-format-alist): Ditto.
2463         (gnus-group-insert-group-line): Set it.
2464         (gnus-group-is-exiting-p): New variable.
2465         (gnus-group-insert-group-line): Use it.
2466
2467 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
2468
2469         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
2470         enable BBDB ham processing
2471         (spam-blacklist-register-routine): enable blacklist spam processing
2472         (spam-whitelist-register-routine): enable whitelist ham processing
2473         (spam-fetch-field-from-fast): fast fetching of the "from" field
2474         from (gnus-data-list)
2475         (spam-summary-prepare-exit): works completely now
2476         (spam-use-blacklist): oops, should be nil by default
2477         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
2478         split processing now; before it was for summary exit as
2479         well but that's done with the spam-contents and spam-process
2480         parameters now
2481
2482 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
2483
2484         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
2485         characters.
2486
2487 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
2488
2489         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
2490         (spam-group-processor-p, spam-group-processor-bogofilter-p)
2491         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
2492         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
2493         (spam-mark-spam-as-expired-and-move-routine)
2494         (spam-generic-register-routine, spam-BBDB-register-routine)
2495         (spam-ifile-register-routine, spam-blacklist-register-routine)
2496         (spam-whitelist-register-routine): new functions
2497         (spam-summary-prepare-exit): added summary exit processing (expire
2498         or move) of spam-marked articles for spam groups; added slots for
2499         all the spam-*-register-routine functions
2500
2501 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2502
2503         * pop3.el (pop3-retr): Wait 500 msecs.
2504         (pop3-read-response): Ditto.
2505
2506         * gnus-msg.el (gnus-setup-message): Get the evaliation order
2507         right.
2508         (gnus-inews-make-draft): New function.
2509         (gnus-setup-message): Use it.
2510
2511         * message.el (message-required-headers): Add From.
2512
2513 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2514         Trivial patch from Norbert Koch <nk@viteno.net>.
2515
2516         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
2517
2518 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2519
2520         * message.el (message-generate-headers): Let header formatters do
2521         their work.
2522
2523 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
2524
2525         * deuglify.el (gnus-article-outlook-deuglify-article):
2526         Rehighlight, reapply treatments and call
2527         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
2528         (gnus-outlook-repair-attribution-block): Recognize cited
2529         attributions.  Suggested by Niklas Morberg.
2530
2531 2003-01-02  Pete Kazmier  <pete@kazmier.com>
2532
2533         * gnus-art.el (gnus-treat-predicate): Check condition first.
2534
2535 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
2536
2537         * lpath.el: Add url-http-file-exists-p.
2538
2539         * gnus-group.el (gnus-group-fetch-charter): Use
2540         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
2541
2542 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2543
2544         * message.el (message-draft-headers): Also generate From to get a
2545         nicer draft buffer summary.
2546
2547         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
2548         parameter.
2549
2550         * gnus-art.el (article-wash-html): Clean up.
2551         (article-wash-html): Typo fix.
2552
2553         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
2554         (gnus-summary-mail-forward): To many lists of lists.
2555
2556         * gnus-art.el (article-wash-html): Clean up.
2557
2558 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
2559
2560         * gnus-art.el (gnus-treat-wash-html): New variable.
2561
2562 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2563
2564         * message.el (message-check-news-header-syntax): Allow posting.
2565         (message-check-news-header-syntax): Fix logic for sure, this
2566         time.
2567
2568 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
2569
2570         * message.el (message-check-news-header-syntax): Check syntax of
2571         continuation headers.
2572
2573 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
2574
2575         * gnus-art.el (gnus-button-url-regexp,
2576         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
2577         (gnus-header-button-alist): Regexps are case insensitive here.
2578
2579 2003-01-02  Simon Josefsson  <jas@extundo.com>
2580
2581         * dig.el (query-dig): Doc fix.
2582
2583 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2584
2585         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
2586         summary buffer line, not just the download mark.
2587
2588 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2589
2590         * gnus-sum.el (gnus-summary-goto-subjects): New function.
2591         (gnus-summary-insert-dormant-articles): New command and
2592         keystroke.
2593
2594         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
2595         function for mass insertion of subjects.
2596
2597         * nndraft.el (nndraft-generate-headers): Don't move point.
2598
2599         * gnus.el (nnheader): Require nnheader.
2600
2601         * nndraft.el (nndraft-request-associate-buffer): Use
2602         make-local-variable.
2603
2604 2003-01-02  Michael Shields  <shields@msrl.com>
2605
2606         * nndraft.el (nndraft-request-associate-buffer): Make
2607         write-contents-hooks buffer-local before setting it.
2608
2609 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2610
2611         * gnus.el (gnus-group-parameter-value): Take an extra param.
2612         (gnus-group-fast-parameter): Let group param results be nil.
2613
2614         * gnus-art.el (gnus-article-forward-header): New function.
2615         (article-date-ut): Use it to remove continuation date headers.
2616
2617         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
2618         read-event.
2619         (gnus-summary-remove-bookmark): Clean up.
2620         (gnus-summary-set-bookmark): Clean up.
2621
2622         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
2623
2624         * gnus.el (gnus-group-startup-message): Bind data-directory to
2625         the Gnus etc directory.
2626
2627 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
2628
2629         * spam.el (spam-summary-prepare-exit): added slots for spam- and
2630         ham-processing of articles; use the new
2631         spam-group-(spam|ham)-contents-p functions
2632         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
2633         convenience functions
2634         (spam-mark-junk-as-spam-routine): use the new
2635         spam-group-spam-contents-p function
2636
2637         * gnus.el (spam-process, spam-contents, spam-process-destination):
2638         added new parameters with corresponding global variables
2639         (gnus-group-spam-exit-processor-ifile,
2640         gnus-group-spam-exit-processor-bogofilter,
2641         gnus-group-spam-exit-processor-blacklist,
2642         gnus-group-spam-exit-processor-whitelist,
2643         gnus-group-spam-exit-processor-BBDB,
2644         gnus-group-spam-classification-spam,
2645         gnus-group-spam-classification-ham): added new symbols for the
2646         spam-process and spam-contents parameters
2647
2648         * spam.el (spam-ham-marks, spam-spam-marks): changed list
2649         customization and list itself to store mark symbol rather than
2650         mark character.
2651         (spam-bogofilter-register-routine): added logic to generate mark
2652         values list from spam-ham-marks and spam-spam-marks, so (member)
2653         would work.
2654
2655 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2656
2657         * message.el (message-cross-post-followup-to): Fix comment.
2658
2659 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
2660
2661         * spam.el (spam-ham-marks, spam-spam-marks): changed list
2662         customization and list itself to store mark symbol rather than
2663         mark character.
2664         (spam-bogofilter-register-routine): added logic to generate mark
2665         values list from spam-ham-marks and spam-spam-marks, so (member)
2666         would work.
2667
2668 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
2669
2670         * message.el (message-signature-insert-empty-line): New variable.
2671
2672 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2673
2674         * message.el: Renamed functions and variables: "xpost" ->
2675         "cross-post", "-fup2" -> "-followup-to".
2676         (message-cross-post-old-target, message-cross-post-default,
2677         message-cross-post-note, message-followup-to-note,
2678         message-cross-post-note-function): New variables names.
2679         (message-xpost-old-target, message-xpost-default,
2680         message-xpost-note, message-fup2-note,
2681         message-xpost-note-function): Removed variable names.
2682         (message-cross-post-followup-to-header,
2683         message-cross-post-insert-note, message-cross-post-followup-to):
2684         New function names.
2685         (message-xpost-fup2-header, message-xpost-insert-note,
2686         message-xpost-fup2): Removed function names.
2687
2688 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2689
2690         * message.el (message-send-mail): Added message-cleanup-headers to
2691         prevent newlines in headers.
2692
2693 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2694
2695         * dns.el (dns-make-network-process): Comment.
2696
2697         * gnus-sum.el (gnus-summary-display-while-building): Default to
2698         nil.
2699
2700 2003-01-01  Wes Hardaker  <wes@hardakers.net>
2701
2702         * gnus-sum.el (gnus-summary-display-while-building): New
2703         variable.
2704
2705 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
2706
2707         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
2708         before rearranging the article.
2709
2710 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2711
2712         * nndraft.el (nndraft-generate-headers): New function.
2713         (nndraft-request-associate-buffer): Use it to write headers on
2714         buffer save.
2715
2716         * message.el (message-generate-headers): Let the function be a
2717         lambda form.
2718         (message-draft-headers): New variable.
2719
2720         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
2721         function.
2722         (gnus-setup-message): Use it.
2723
2724         * message.el (message-generate-headers-first): Doc fix.
2725         (message-setup-1): Use new function for getting which headers to
2726         generate.
2727         (message-headers-to-generate): New function.
2728
2729 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2730
2731         * gnus-agent.el (gnus-agent-save-alist): Make directory.
2732
2733 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
2734
2735         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
2736         mention negatives.
2737
2738 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
2739
2740         * deuglify.el (gnus-outlook-rearrange-article): Use
2741         `transpose-regions' instead of tempering the kill-ring.
2742         (gnus-article-outlook-deuglify-article): Rehighlight article
2743         instead of a complete redisplay.
2744
2745 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
2746
2747         * spam.el: most defvars are defcustoms now
2748
2749         patches from Michael Shields  <shields@msrl.com>
2750
2751         * spam.el (spam-bogofilter-articles): Select the article
2752         body using gnus-summary-show-article t instead of
2753         gnus-summary-select-article; this presents the raw text
2754         without running any hooks.
2755
2756         * spam.el (spam-bogofilter-articles): Use message-remove-header
2757         to remove headers; the old way incorrectly removed just the first
2758         line of folded headers.
2759
2760 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2761
2762         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
2763
2764 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2765
2766         * gnus-start.el (gnus-load): New function.
2767         (gnus-read-newsrc-el-file): Use it.
2768
2769 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2770
2771         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
2772         (gnus-button-handle-apropos-documentation): New function.
2773         (gnus-button-handle-ctan): New function.
2774         (gnus-button-alist): Use them.  Improve some regexps.
2775         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
2776
2777 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2778
2779         * message.el (message-subscribed-p): New function.
2780         (message-send-mail): Use it.
2781         * mml.el (mml-preview-insert-mft): New function.
2782         (mml-preview): Use it.
2783
2784 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2785
2786         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
2787         when sorting by date.
2788
2789         * gnus-art.el (gnus-article-edit-mode): New variable.
2790         (gnus-article-setup-buffer): Warn user about discarding edits.
2791
2792         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
2793         (gnus-summary-pipe-output): Take a symbolic prefix to save all
2794         headers.
2795
2796         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
2797
2798 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2799
2800         * message.el (message-completion-alist): Added "Mail-Followup-To"
2801         and "Mail-Copies-To".
2802
2803 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2804
2805         * gnus-group.el: Add key bindings for
2806         gnus-group-sort-groups-by-real-name and
2807         gnus-group-sort-selected-groups-by-real-name.
2808
2809 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2810
2811         * gnus.texi (Sorting Groups): Add key bindings for
2812         gnus-group-sort-groups-by-real-name and
2813         gnus-group-sort-selected-groups-by-real-name.
2814
2815 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2816
2817         * spam.el (spam-use-dig): new variable for blackhole checking
2818         through dig.el
2819         (spam-check-blackholes): added dig.el checking functionality and
2820         more verbose reporting; query-dig is autoloaded from dig.el
2821         (spam-use-blackholes): disabled by default
2822         (spam-blackhole-servers): removed rbl.maps.vix.com from the
2823         blackhole servers list
2824
2825 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2826
2827         * message.el (message-required-headers): New variable.
2828
2829 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2830
2831         * dig.el (query-dig): new function
2832
2833 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2834
2835         * flow-fill.el (fill-flowed): Don't infloop on too long fill
2836         prefixes.
2837
2838         * dns.el (query-dns): Protect against errors.
2839
2840         * gnus-msg.el (gnus-article-yanked-articles): New variable.
2841         (gnus-inews-add-send-actions): Mark all answered messages as
2842         answered.
2843
2844 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
2845
2846         * nnmail.el (nnmail-split-it): Added tracing to
2847         `:' split rule
2848
2849 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2850
2851         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
2852         and "%s" so we don't overquote them.
2853
2854 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2855
2856         * (mm-display-external): Display the actual command that has been
2857         executed in the echo area.
2858
2859 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2860
2861         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
2862
2863         * message.el (message-with-reply-buffer): New macro.
2864         (message-fetch-reply-field): Use it.
2865         (message-insert-wide-reply): New command and keystroke.
2866         (message-carefully-insert-headers): New function.
2867         (message-insert-to): Use new function.
2868
2869         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
2870         (gnus-topic-goto-missing-group): Use it.
2871
2872         * message.el (message-required-news-headers): Removed Lines.
2873         (message-reply): Don't insert References first.
2874         (message-followup): Ditto.
2875         (message-make-references): New function.
2876         (message-followup): Set message-reply-headers before generating
2877         the buffer stuff.
2878
2879 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
2880
2881         * mml.el (mml-generate-mime-1): Reverse the order of
2882         encoding/flowing.
2883
2884 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2885
2886         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
2887         after moving them.
2888
2889         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
2890         fit with newer standard format.
2891         (gnus-summary-make-false-root-always): New variable.
2892         (gnus-gather-threads-by-subject): Use it.
2893
2894         * message.el (message-get-reply-headers): Take an address list
2895         optional argument.
2896
2897 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2898
2899         * gnus.el (gnus-keep-backlog): Change default to 20.
2900
2901         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
2902         start.
2903         (gnus-agent-check-overview-buffer): Remove negative article
2904         numbers.
2905
2906         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
2907         (nnmail-cache-ignore-groups): Doc fix.
2908
2909         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
2910         (nnimap-debug-buffer): New variable.
2911         (nnimap-debug): Use it.
2912
2913 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
2914
2915         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
2916
2917 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2918
2919         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
2920         they aren't already sorted.
2921
2922 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
2923
2924         * message.el (message-mode-menu): Add ellipses to menu items
2925         expecting user interaction.
2926         (message-mode-field-menu): do.
2927
2928 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
2929
2930         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
2931         it isn't used any more.
2932
2933 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
2934
2935         * binhex.el (binhex-decoder-program): Fix docstring.
2936
2937 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2938
2939         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
2940         special chars if the mailcap file uses single quotes around %s.
2941         From Laurent Martelli <laurent@bearteam.org>.
2942
2943 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
2944
2945         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
2946         return the info object.
2947
2948 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
2949
2950         * gnus-int.el (gnus-request-update-info): Artificially add
2951         (1 . (1- min)) to the read range, in case the backend doesn't
2952         store marks for nonexistent articles.
2953
2954 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2955
2956         * binhex.el (binhex-insert-char): Eval-and-compile.
2957
2958 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
2959
2960         * lpath.el: Add tool-bar-local-item-from-menu.
2961
2962         * message.el (message-tool-bar-local-item-from-menu): New function.
2963         (message-tool-bar-map): Use it.
2964
2965 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
2966
2967         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
2968
2969         * gnus-art.el (gnus-article-header-rank): Last header in
2970         gnus-sorted-header-list should have higher rank than non-members.
2971
2972 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2973
2974         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
2975         covered methods.
2976
2977 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2978
2979         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
2980         eval-when-compile.  Suggested by Kevin Greiner.
2981
2982 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
2983
2984         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
2985         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
2986         even though no headers may have been fetched
2987         (gnus-agent-fetch-group-1, and perhaps others, require this
2988         behavior).
2989         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
2990         server buffer is constrained by gnus-agent-max-fetch-size.
2991         Multiple chunks in the same group may perform arbitrarily large
2992         updates.
2993
2994 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
2995
2996         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
2997         gnus-summary-update-download-mark to update the article in the
2998         summary.
2999
3000 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
3001
3002         * gnus.el (gnus-summary-high-uncached-face,
3003         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
3004         New faces.
3005
3006         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
3007         added this on 2002-11-23 but it just wasn't working out as
3008         intended.  The idea isn't entirely dead, three new faces
3009         gnus-summary-*-uncached-face are being added to gnus.el to provide
3010         the basis for an improved implementation.
3011         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
3012         proper file to open is lib/servers.
3013         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
3014         (i.e. removing the article from gnus-newsgroup-downloadable) will
3015         now restore the article's default mark rather than simply setting
3016         no mark.
3017         (gnus-agent-get-undownloaded-list): Corrected documentation.
3018         Added code to set new summary local variable,
3019         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
3020         a temporary list.  No longer sets gnus-newsgroup-downloadable.
3021         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
3022         up to date.  Call new gnus-summary-update-download-mark to keep
3023         summary buffer up-to-date.
3024         (gnus-agent-fetch-selected-article): Keep
3025         gnus-newsgroup-undownloaded up to date.
3026         (gnus-agent-fetch-articles): Return list of articles that were
3027         successfully fetched.
3028         (gnus-agent-check-overview-buffer): No more thingatpt.
3029         (gnus-agent-expire): No longer deletes NOV entries of unread
3030         articles.
3031         (gnus-agent-unread-articles): New function.
3032         (gnus-agent-regenerate-group): The article number must be
3033         terminated by a tab character.  Added more messages to report
3034         repairs.  Inhibit quits while writing changes so it is now safe
3035         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
3036         downloaded to 1) resolve the unbound references and 2) avoid
3037         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
3038
3039         * gnus-art.el (gnus-article-prepare): The agent
3040         downloaded/undownloaded mark is no longer stored as the article's
3041         mark.
3042
3043         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
3044         gnus-summary-highlight may use it.  Added downloaded as
3045         gnus-summary-highlight was using it.
3046
3047         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
3048         the download mark now follows Kai's +/- convention.
3049         (gnus-downloaded-mark): Added ?+ mark.
3050         (gnus-summary-highlight): Added rules to select
3051         gnus-summary-high-uncached-face,
3052         gnus-summary-normal-uncached-face, and
3053         gnus-summary-low-uncached-face.  Removed the
3054         gnus-agent-downloaded-article-face.
3055         (gnus-summary-line-format-alist): Implemented the download flag
3056         format (?O) as named in the manual.  This implementation displays
3057         either gnus-undownloaded-mark, gnus-downloaded-mark, or
3058         gnus-no-mark.
3059         (gnus-newsgroup-agentized): New local variable that identifies
3060         which groups are agentized.  While the agent is now on by default,
3061         you don't have to agentize every server that you use.
3062         (gnus-update-summary-mark-positions): Completed support for the
3063         download type of mark.
3064         (gnus-summary-insert-line): Added undownloaded to the parameters.
3065         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
3066         reference by the gnus-summary-line-format-spec.
3067
3068         * nntp.el (nntp-with-open-group): This macro handles dropped or
3069         broken connections by opening a new connection and repeating the
3070         failed command.
3071         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
3072         XOVER commands preceeding the active articles with the nov entry
3073         of the first available article.  When gnus connected to such a
3074         server, the unexpected nov entry would result in duplicate lines
3075         in the agent's overview file.  This patch fixes the duplicate
3076         lines problem and improves performance by skipping over all
3077         articles IDs that preceed the first nov entry in the server's
3078         reply.
3079
3080 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3081
3082         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
3083         (gnus-summary-highlight): Use it instead of `downloaded'.
3084         (gnus-summary-highlight-line): Ditto.
3085
3086         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
3087
3088 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3089
3090         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
3091
3092         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
3093         calls.
3094
3095         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
3096         downloaded variable if we're in an uncovered group.
3097
3098         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
3099         font to soemthing less noticeable.
3100         (gnus-agent-group-covered-p): New function.
3101
3102 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3103
3104         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
3105         Because of an unknown bug, the group buffer is saved in .overview
3106         file.
3107
3108 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3109
3110         * nntp.el (nntp-send-command): Braino in last commit.  Replace
3111         `and' with `or'.
3112
3113 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3114
3115         * nntp.el (nntp-send-command): Assume that echo does not happen
3116         when nntp-open-connection-function is nntp-open-network-stream.
3117         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
3118
3119 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3120
3121         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
3122
3123 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
3124
3125         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
3126         nntp-server-buffer if we aren't going to write to it.
3127
3128 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3129         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
3130
3131         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
3132
3133 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3134
3135         * rfc2047.el (rfc2047-decode-region): Remove newlines between
3136         decoded words.
3137
3138 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3139
3140         * gnus.el (fboundp): After loading mm-util, make sure it was the
3141         right one.
3142
3143 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3144
3145         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
3146         gnus-sum.  Made into a user option.
3147
3148         * gnus-sum.el (gnus-simplify-ignored-prefixes)
3149         (gnus-summary-mark-article-as-unread)
3150
3151 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3152
3153         * time-date.el (date-to-time): Typo.
3154
3155         * parse-time.el: Typo.
3156
3157         * nnsoup.el (nnsoup-retrieve-headers): Typo.
3158
3159         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
3160
3161         * nnimap.el:
3162         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
3163
3164         * mm-encode.el (mm-safer-encoding): Typo.
3165
3166         * messcompat.el: Typo.
3167
3168         * message.el (message-face-alist): Typo.
3169
3170         * imap.el (imap-interactive-login, imap-open): Typos.
3171
3172         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
3173
3174         * gnus.el: Typo.
3175
3176         * gnus-win.el (gnus-configure-frame): Typo.
3177
3178         * gnus-util.el (gnus-atomic-progn-assign): Typo.
3179
3180         * gnus-topic.el (gnus-topic-sort-topics): Typo.
3181
3182         * gnus-sum.el (gnus-summary-article-number)
3183         (gnus-summary-read-group-1, gnus-summary-mark-article)
3184         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
3185
3186         * gnus-mule.el (gnus-mule-add-group): Typo.
3187
3188         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
3189
3190         * gnus-group.el (gnus-group-fetch-faq): Typo.
3191
3192         * gnus-art.el (gnus-decode-header-methods): Typo.
3193
3194         * flow-fill.el: Typo.
3195
3196 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
3197
3198         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
3199
3200 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3201
3202         * gnus-sum.el (gnus-simplify-ignored-prefixes)
3203         (gnus-summary-mark-article-as-unread)
3204         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
3205         Reformatting to avoid long lines.
3206         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
3207
3208 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
3209
3210         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
3211         be accessed through `mail-header-number'.
3212
3213 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3214
3215         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
3216         compressed range to gnus-summary-insert-articles.
3217
3218 2002-11-26  Kevin Ryde <user42@zip.com.au>
3219
3220         * gnus-art.el (gnus-mime-copy-part): Look for filename
3221         parameter under content-disposition, not content-type.
3222
3223         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
3224         (gnus-summary-reselect-current-group): Use it.
3225
3226 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3227
3228         * gnus-agent.el (gnus-agent-uncached-articles): if
3229         gnus-agent-load-alist fails, return ARTICLES.
3230
3231         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
3232
3233 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3234
3235         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
3236         superfluous function call.
3237         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
3238         Add warning to docstring.
3239
3240 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3241
3242         * gnus-agent.el: Autoload number-at-point instead.
3243         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
3244
3245 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3246
3247         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
3248         require thingatpt (for number-at-point) and protect against
3249         deactivate-mark being unbound (on XEmacs).
3250
3251 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3252
3253         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
3254         print message on entry.
3255
3256         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
3257
3258         * gnus-range.el (gnus-range-difference): New function.
3259         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
3260
3261 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3262
3263         * gnus-sum.el (gnus-summary-insert-old-articles): Use
3264         gnus-remove-from-range instead of gnus-range-difference which
3265         doesn't exist.
3266
3267 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3268         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
3269
3270         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
3271         used for showing which articles have been downloaded.
3272         (gnus-agent-article-alist): Format change.  Add documentation.
3273         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
3274         process-marked articles.
3275         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
3276         in the series are individually fetched to minimize lose of
3277         content due to an error/quit.
3278         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
3279         gnus-message instead of message.
3280         (gnus-agent-read-servers): Use file lib/methods instead of
3281         lib/servers.  TODO: Why?
3282         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
3283         (gnus-agent-get-undownloaded-list): Remove articles that appear to
3284         come from the agent.  This means that they are not downloaded.
3285         (gnus-agent-fetch-selected-article): Don't use history.
3286         (gnus-agent-save-history, gnus-agent-enter-history)
3287         (gnus-agent-article-in-history-p, gnus-agent-history-path):
3288         Removed function; history is not used anymore.
3289         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
3290         (gnus-agent-crosspost): Started rewrite then realized that a typo
3291         in gnus-agent-fetch-articles ensures that this function is never
3292         called.  This will need to be fixed later.
3293         (gnus-agent-check-overview-buffer): Some sanity checks on the
3294         agent overview buffer.  This is a safety net used during
3295         development.
3296         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
3297         changed, write a number to the file indicating this.
3298         (gnus-agent-fetch-headers): Rewrite to respect
3299         gnus-agent-consider-all-articles without relying on the
3300         `.fetched' files.  Make it fast.
3301         (gnus-agent-braid-nov): Change resulting from
3302         gnus-agent-fetch-headers change.
3303         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
3304         `.fetched' files.
3305         (gnus-agent-read-agentview): New function, used by
3306         gnus-agent-load-alist.
3307         (gnus-agent-load-fetched-headers): Remove.
3308         (gnus-agent-save-alist): Rewrite to accomodate new format.
3309         (gnus-agent-fetch-group-1): Make sure list of articles is in the
3310         same order as in gnus-newsgroup-headers.
3311         (gnus-agent-expire): Document and implement extra args ARTICLES,
3312         GROUP, FORCE.  Do not restrict usage.
3313         (gnus-agent-uncached-articles): New function.
3314         (gnus-agent-retrieve-headers): Use it.
3315         (gnus-agent-regenerate-group): No longer needs to be called from
3316         gnus-agent-regenerate.  Individual groups may be regenerated. The
3317         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
3318         The article fetch dates are validated in the article alist.  The
3319         article alist is pruned of entries that do not reference existing
3320         NOV entries.  All changes are computed then applied with
3321         inhibit-quit bound to t.  As a result, it is now safe to quit out of
3322         regeneration.  The optional clean parameter has been replaced with
3323         an optional reread parameter.  Clean is no longer necessary as
3324         regeneration gets the appropriate setting from
3325         gnus-agent-consider-all-articles.  The new reread parameter will
3326         result in fetched, or all, articles being marked as unread.
3327         (gnus-agent-regenerate): Removed code to regenerate the history
3328         file as it is no longer used.
3329
3330         * gnus-start.el (gnus-make-ascending-articles-unread): New
3331         function, for efficient mass-marking.
3332
3333         * gnus-sum.el (gnus-summary-highlight): Use new face for
3334         downloaded articles.
3335         (gnus-article-mark): Prefer to indicate read/unread status over
3336         downloaded status.
3337         (gnus-summary-highlight-line-0): New function, maybe rehighlights
3338         line.
3339         (gnus-summary-highlight-line): Use new face for downloaded
3340         articles.
3341         (gnus-summary-insert-old-articles): Improved performance by
3342         replacing the initial LIST of older articles with a compressed
3343         RANGE of older articles.  Some servers appear to lie about
3344         their active range so the original list could contain millions
3345         of article numbers.  The range is not expanded into a list
3346         until the optional ALL parameter has been applied.
3347
3348 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3349
3350         * gnus-agent.el (gnus-category-mode): Typo in doc string.
3351
3352 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
3353
3354         * spam.el:
3355         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
3356
3357         * spam.el: added `M s t' and `M s x' key mappings
3358
3359 2002-11-20  Simon Josefsson  <jas@extundo.com>
3360
3361         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
3362
3363 2002-11-19  Simon Josefsson  <jas@extundo.com>
3364
3365         * gnus-sum.el (gnus-summary-morse-message): Load
3366         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
3367         (unmorse-region): Autoload it instead.
3368
3369 2002-11-18  Simon Josefsson  <jas@extundo.com>
3370
3371         * gnus-sum.el (gnus-summary-morse-message): New function.
3372         (gnus-summary-wash-map): Bind to `W m'.
3373         (gnus-summary-make-menu-bar): Add.
3374
3375         * nnimap.el (nnimap-request-expire-articles): Compress sequence
3376         before storing \Deleted mark on expired articles.
3377
3378 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
3379         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
3380
3381         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
3382         parens in column 0.
3383
3384 2002-11-17  Juanma Barranquero  <lektu@terra.es>
3385
3386         * nnweb.el (nnweb-google-create-mapping): Fix typo.
3387
3388         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
3389
3390         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
3391
3392 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3393
3394         * message.el (message-set-auto-save-file-name): Use
3395         make-directory, to avoid the dependence on gnus-util.
3396
3397 2002-11-16  Simon Josefsson  <jas@extundo.com>
3398
3399         * nnimap.el (nnimap-callback-callback-function):
3400         (nnimap-callback-buffer): Removed, these cannot be global but must
3401         be embedded into the callback.
3402         (nnimap-make-callback): New.  Embedd article number, callback and
3403         buffer in function.
3404         (nnimap-callback, nnimap-request-article-part): Update.
3405
3406 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3407
3408         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
3409
3410 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3411
3412         * gnus.el (gnus-summary-line-format): Document %C.
3413
3414 2002-11-11  Simon Josefsson  <jas@extundo.com>
3415
3416         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
3417         output when called interactively.
3418
3419 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3420
3421         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
3422
3423         * message.el (message-draft-coding-system): Improve comment; use
3424         mm-auto-save-coding-system for the default value.
3425
3426         * nndraft.el (nndraft-request-article): Revert to the state before
3427         2002-10-29; regexp-quote mail-header-separator.
3428
3429 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
3430
3431         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
3432         allow editing of drafts from an nnvirtual group.
3433
3434 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3435
3436         * nndraft.el (nndraft-request-article): Replace emacs-mule with
3437         mm-auto-save-coding-system.
3438
3439         * message.el (message-draft-coding-system): Default to
3440         iso-2022-7bit.
3441
3442         * mm-util.el (mm-auto-save-coding-system): Undo last change to
3443         restore the default value to emacs-mule or escape-quoted.
3444
3445 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3446
3447         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
3448         a delayed or a queued article as well as a draft.
3449
3450         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
3451         delayed or a queued article in the raw format; treat a delayed
3452         article as a raw article as well as a draft.
3453         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
3454         for the delayed group.
3455
3456         * nndraft.el (nndraft-request-article): Ignore auto save files for
3457         a delayed or a queued article; don't bother to decode a queued
3458         article; don't bind nnmail-file-coding-system for a queued article.
3459
3460         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
3461         and the queue group.
3462
3463 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
3464
3465         * gnus-group.el (gnus-group-delete-group):
3466         gnus-cache-active-hashtb might be void.
3467
3468 2002-11-02  Simon Josefsson  <jas@extundo.com>
3469
3470         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
3471         setting of the default user ID.  From Raymond Scholz
3472         <ray-2002@zonix.de>.
3473
3474 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
3475
3476         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
3477         charset.
3478
3479 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
3480         From Alex Schroeder <alex@emacswiki.org>
3481         * spam-stat.el (spam-stat-process-directory): add dir to message
3482         (spam-stat-reduce-size): No longer remove words
3483         with values close to 0.5, because the default value is 0.2.
3484
3485 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3486
3487         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
3488         documentation.
3489
3490 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3491
3492         * gnus-agent.el (gnus-agent-fetched-headers)
3493         (gnus-agent-load-fetched-headers)
3494         (gnus-agent-save-fetched-headers): Remove variable and two
3495         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
3496         works better.
3497         (gnus-agent-fetch-headers): New implementation from Kevin
3498         Greiner.  Uses gnus-agent-article-alist to store information
3499         about fetched messages which aren't on the server anymore.  The
3500         trick is to return a list of considered messages to the caller,
3501         but to only fetch those which haven't been fetched yet.
3502
3503 2002-10-30  Simon Josefsson  <jas@extundo.com>
3504
3505         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
3506
3507         * pgg.el (pgg-passphrase-cache-expiry): Removed.
3508
3509 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3510
3511         * mm-view.el (mm-w3m-local-map-property): Make it work with older
3512         versions of emacs-w3m than 1.3.3.
3513
3514         * lpath.el: Bind w3m-minor-mode-map.
3515
3516         * mm-view.el (mm-w3m-mode-command-alist)
3517         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
3518         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
3519         (mm-setup-w3m): Simplified.
3520         (mm-w3m-local-map-property): New function.
3521         (mm-inline-text-html-render-with-w3m): Use it.
3522
3523         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
3524         mm-w3m-local-map-property.
3525
3526 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3527
3528         * mm-util.el (mm-auto-save-coding-system): Default to
3529         iso-2022-7bit.
3530
3531         * nndraft.el (nndraft-request-article): Decode an article using
3532         the coding-system emacs-mule if it seems to have been saved using
3533         emacs-mule.
3534         (nndraft-request-replace-article): Use message-draft-coding-system
3535         instead of mm-auto-save-coding-system for the draft or delayed
3536         group.
3537
3538 2002-10-28  Josh  <huber@alum.wpi.edu>
3539
3540         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
3541         functions.
3542
3543 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3544         From mah@everybody.org (Mark A. Hershberger).
3545
3546         * mm-url.el (mm-url-insert-file-contents): Make it return the same
3547         type values ("url" size) regardless of the values of
3548         mm-url-use-external.
3549
3550 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3551
3552         * nnimap.el (nnimap-request-article-part): Try harder to show
3553         group name in debugging message.
3554
3555 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3556
3557         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
3558         directory if it doesn't exist.
3559         (gnus-agent-fetch-headers): Remove old cruft that tried to
3560         abstain from downloading articles more than once if
3561         gnus-agent-consider-all-articles was true.  This is now done
3562         properly via the .fetched files.
3563
3564 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3565
3566         * nndraft.el (nndraft-request-article): Treat delayed articles
3567         like drafts.
3568
3569 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3570
3571         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
3572
3573 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3574
3575         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
3576         Remove unused optional arg DIR and corresponding code.
3577
3578         * nnimap.el (nnimap-request-article-part): Include group name in
3579         debugging output.
3580
3581 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
3582
3583         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
3584
3585 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3586
3587         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
3588         contains range of headers that have been fetched by the agent
3589         already.  Compare gnus-agent-article-alist.
3590         (gnus-agent-file-header-cache): Like
3591         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
3592         (gnus-agent-fetch-headers): Improve comment.  Revert to old
3593         seen/recent logic.
3594         Remember which headers have been fetched before and don't fetch
3595         them again the next time round.
3596         (gnus-agent-load-fetched-headers)
3597         (gnus-agent-save-fetched-headers): New functions, for remembering
3598         which headers have been fetched before.
3599
3600 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3601
3602         * lpath.el: Remove useless bindings.
3603
3604 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
3605
3606         * gnus-sum.el (gnus-summary-execute-command): Disable visual
3607         features while searching.
3608
3609 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3610
3611         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
3612
3613 2002-10-22  Simon Josefsson  <jas@extundo.com>
3614
3615         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
3616         (pgg-snarf-keys): Add.
3617
3618 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3619
3620         * lpath.el: Fbind bbdb-records.
3621
3622         * spam.el: Don't autoload bbdb-records.
3623
3624 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3625
3626         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
3627         prevent inf-loop.
3628
3629 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3630
3631         * nnslashdot.el: Removed some test lines.
3632         More test.
3633
3634 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3635
3636         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
3637         are known to be downloaded already.
3638
3639 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3640
3641         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
3642         (mm-text-html-washer-alist): Ditto.
3643
3644 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3645
3646         * nnheader.el (nnheader-remove-body): Fix an error of detecting
3647         boundary between headers and body.
3648         * nnml.el (nnml-parse-head): Ditto.
3649
3650 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3651
3652         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
3653         entries.
3654
3655         * gnus-group.el (gnus-fetch-group): Allow an optional
3656         specification of the articles to select.
3657
3658         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
3659
3660 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3661
3662         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
3663         headers from the group, update variable `articles' to contain
3664         only those numbers where headers exist.  (When fetching all
3665         articles in a group, Gnus creates lots of numbers where there is
3666         no articles.)
3667
3668 2002-10-20  Steve Youngs  <youngs@xemacs.org>
3669
3670         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
3671         doesn't have the 'alist custom type, use cons cells instead.
3672         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
3673         (pgg-parse-hash-algorithm-alist): Ditto.
3674         (pgg-parse-compression-algorithm-alist): Ditto.
3675         (pgg-parse-signature-type-alist): Ditto.
3676
3677         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
3678
3679         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
3680
3681         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
3682
3683 2002-10-19  Simon Josefsson  <jas@extundo.com>
3684
3685         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
3686         buffer.
3687
3688 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3689
3690         * gnus-spec.el (gnus-make-format-preserve-properties)
3691         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
3692         properties also on XEmacs.  `gnus-xmas-format' is like format but
3693         preserves text properties on XEmacs (though it only understands
3694         simple format specs).  The variable
3695         `gnus-make-format-preserve-properties' controls whether the
3696         function is used, and is checked in `gnus-parse-simple-format'.
3697         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
3698
3699         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
3700         output.
3701         (gnus-agent-consider-all-articles): New variable.
3702         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
3703         (gnus-agent-fetch-headers): Depending on
3704         gnus-agent-consider-all-articles, maybe get all articles.
3705         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
3706         `read'.
3707         (gnus-predicate-imples-unread): New function.
3708         (gnus-agent-fetch-headers): Optimize to call
3709         gnus-list-of-unread-articles if that is sufficient.
3710         Check unseen and recent instead of seen and recent.
3711         (gnus-agent-fetch-headers): Abstain from calling
3712         gnus-list-range-intersection if range (a . b) would have (> a b).
3713
3714 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3715
3716         * message.el (message-send-mail): Make it possible to perform
3717         edebug-defun.
3718
3719 2002-10-18  Simon Josefsson  <jas@extundo.com>
3720
3721         * gnus-art.el (gnus-button-man-handler): Change default to
3722         `manual-entry' (defined in both emacsen).
3723         (gnus-button-man-handler): Remove emacsen difference and use
3724         `manual-entry'.
3725
3726 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3727
3728         * spam.el: Wrap autoload settings for bbdb-records,
3729         executable-find and ifile-spam-filter with eval-and-compile.
3730         (spam-display-buffer-contents): Remove.
3731         (spam-bogofilter-score): Merge spam-display-buffer-contents.
3732
3733 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
3734
3735         * spam.el (spam-display-buffer-contents): New function.
3736         (spam-bogofilter-score): use spam-display-buffer-contents, patch
3737         from Katsumi Yamaoka <yamaoka@jpl.org>.
3738
3739 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3740
3741         * nnheader.el (nnheader-parse-naked-head): New function.
3742         (nnheader-parse-head): Use the above function, in order to handle
3743         continuation lines properly.
3744         (nnheader-remove-body): New function.
3745         (nnheader-remove-cr-followed-by-lf): New function.
3746         (nnheader-ms-strip-cr): Use the above function.
3747
3748         * gnus-agent.el (gnus-agent-regenerate-group): Call
3749         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
3750         `nnheader-parse-head'.
3751         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
3752
3753         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
3754         continuation lines by itself; call `nnheader-parse-naked-head'
3755         instead of `nnheader-parse-head'.
3756         * nndiary.el (nndiary-parse-head): Ditto.
3757         * nnfolder.el (nnfolder-parse-head): Ditto.
3758         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
3759         * nnmaildir.el (nnmaildir--update-nov): Ditto.
3760         * nnml.el (nnml-parse-head): Ditto.
3761
3762 2002-10-17  Steve Youngs  <youngs@xemacs.org>
3763
3764         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
3765         XEmacs, default to it if featurep 'xemacs.
3766
3767 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3768
3769         * spam-stat.el: Check for the existence of hash functions instead
3770         of the Emacs version to decide whether to load cl.  Suggested by
3771         Kai Gro\e,A_\e(Bjohann.
3772
3773 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3774
3775         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
3776         if it isn't open yet.
3777
3778 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3779
3780         * gnus-group.el: Require mm-url only when compiling.
3781         (gnus-group-fetch-charter): Require mm-url.
3782
3783         * spam-stat.el: Require cl for the functions gethash,
3784         hash-table-count, make-hash-table and mapc for Emacs 20.
3785         (puthash): Alias to cl-puthash for Emacs 20.
3786         (with-syntax-table): New macro for Emacs 20.
3787
3788 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
3789
3790         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
3791
3792 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3793
3794         * spam.el (spam-check-ifile): added ifile as a spam checking
3795         backend, and spam-use-ifle as the variable to toggle that check.
3796
3797 2002-10-12  Simon Josefsson  <jas@extundo.com>
3798
3799         * message.el (message-beginning-of-line): New variable.
3800         (message-beginning-of-line): Use it.
3801
3802 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3803
3804         * spam.el: more compilation fixes for BBDB
3805
3806         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
3807         (spam-stat-reduce-size): Interactive.
3808         (spam-stat-reset): New function.
3809         (spam-stat-save): Interactive.
3810
3811 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3812
3813         * gnus.el: Autoload gnus-delay-initialize.
3814
3815         * message.el: Autoload gnus-delay-article.
3816
3817 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
3818
3819         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
3820         text property in Emacs.
3821
3822 2002-10-11  Simon Josefsson  <jas@extundo.com>
3823
3824         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3825         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
3826
3827         * mml1991.el (mml1991-pgg-sign): Remove CR.
3828
3829 2002-10-10  Simon Josefsson  <jas@extundo.com>
3830
3831         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
3832         decrypt failed.
3833         (mml2015-trust-boundaries-alist): Removed.
3834         (mml2015-gpg-extract-signature-details): Don't use it.
3835         (mml2015-unabbrev-trust-alist): New.
3836         (mml2015-gpg-extract-signature-details): Use it.
3837
3838 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
3839
3840         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
3841         BBDB installed
3842
3843         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
3844         statistical analysis of spam in Lisp only
3845
3846 2002-10-10  Simon Josefsson  <jas@extundo.com>
3847
3848         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
3849         auth, selected or examine state.
3850
3851         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
3852         buffer and error buffer depending on type of information.
3853
3854         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
3855         --status-fd stuff even if gpg.el is not used (revert earlier
3856         change).
3857         (mml2015-pgg-{clear-,}verify): Store both output and errors as
3858         gnus details.
3859         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
3860         buffer.
3861
3862         * pgg.el (pgg-verify-region): Use it.
3863
3864         * pgg-def.el (pgg-query-keyserver): New variable.
3865
3866         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
3867         key-identifier in packet.  Is this a good idea?
3868
3869         * mml.el (mml-mode-map): Add security commands that operates on
3870         MIME parts.
3871         (mml-menu): And menu items for them.
3872
3873         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
3874
3875         * mml.el (mml-parse-1): Support sender in #secure tags.
3876
3877         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
3878         defined.
3879
3880         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
3881         (mml-pgp-encrypt-buffer): Support combined signing.
3882
3883         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
3884         (mml1991-gpg-encrypt): Ditto.
3885         (mml1991-pgg-encrypt): Ditto.
3886         (mml1991-encrypt): Pass sign parameter.
3887
3888         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
3889         (mml-signencrypt-style): Mention the variable.
3890
3891 2002-10-09  Simon Josefsson  <jas@extundo.com>
3892
3893         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
3894         pgg-gpg-user-id.
3895
3896         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
3897         (pgg-fetch-key-function): Nil if w3 is not installed.
3898
3899 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3900
3901         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
3902         gnus-agent-current-history.
3903
3904 2002-10-06  Simon Josefsson  <jas@extundo.com>
3905
3906         * imap.el (imap-parse-status): Don't use read to read token.
3907
3908 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3909
3910         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
3911         for methods not covered by the agent, and when unplugged.
3912
3913 2002-10-05  Simon Josefsson  <jas@extundo.com>
3914
3915         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
3916         signing.
3917
3918         * gnus-agent.el (gnus-agent-read-servers): If getting method from
3919         a named server fails, ignore the server.
3920
3921         * mml1991.el (mml1991-pgg-sign): Do QP.
3922
3923         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
3924         work.
3925
3926 2002-10-04  Simon Josefsson  <jas@extundo.com>
3927
3928         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
3929
3930         * pgg-pgp.el (pgg-pgp-verify-region): Inline
3931         binary-write-decoded-region from MEL.
3932
3933         * pgg.el (pgg-encrypt-region): Support sign.
3934
3935         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
3936
3937         * mml2015.el (mml2015-pgg-encrypt): Ditto.
3938
3939         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
3940         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
3941         branch where PGG was taken from in the ChangeLog entries below.
3942
3943 2002-10-01  Simon Josefsson  <jas@extundo.com>
3944
3945         * pgg-pgp.el: Don't require mel.  Don't use luna.
3946         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
3947         (pgg-pgp-process-region): Use expand-file-name instead of concat.
3948         (pgg-pgp-process-region): Don't use binary-funcall.
3949
3950         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
3951
3952         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
3953         instead of concat.
3954
3955         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
3956
3957 2002-09-29  Simon Josefsson  <jas@extundo.com>
3958
3959         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
3960         compile warnings.
3961
3962         * pgg.el (pgg-decrypt-region): Don't parse packet.
3963
3964         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
3965
3966 2002-09-29  Daiki Ueno <ueno@unixuser.org>
3967
3968         * pgg.el: Remove dependency on calist.el.
3969
3970 2002-09-28  Simon Josefsson  <jas@extundo.com>
3971
3972         * pgg.el (pgg-temporary-file-directory): New variable.
3973         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
3974
3975         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
3976         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
3977
3978         * pgg-parse.el (pgg-char-int): Defalias.
3979         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
3980         (pgg-read-bytes, pgg-read-body): Use it.
3981         (pgg-decode-packets): Don't use MEL, use base64-*.
3982         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
3983         (pgg-string-as-unibyte): Defalias.
3984         (pgg-parse-armor-region): Use it.
3985
3986         * pgg-gpg.el (pgg-gpg-process-region): Use
3987         pgg-temporary-file-directory.
3988
3989         * luna.el: Don't def-edebug.
3990
3991         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
3992         binary-write-decoded-region from MEL.
3993
3994         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
3995
3996         * alist.el, calist.el: Don't require product/APEL.
3997
3998         * pgg-parse.el (top-level): Remove dependency on static.el,
3999         pccl.el, mel.el.
4000         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
4001         `define-ccl-program' is boundp, instead of using broken.
4002
4003 2002-10-01  Simon Josefsson  <jas@extundo.com>
4004
4005         * message.el (message-required-mail-headers): Remove Lines:.
4006
4007 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4008         From Jesper Harder.
4009
4010         * gnus-group.el (gnus-group-fetch-charter,
4011         gnus-group-fetch-control): Prompt for group if given a prefix
4012         argument.
4013         * gnus-sum.el (t): Add gnus-group-fetch-charter and
4014         gnus-group-fetch-control to summary key map and menu.
4015
4016 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
4017
4018         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
4019         number when there are no articles.
4020
4021 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4022
4023         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
4024         arg ALL means to fetch all articles, not only downloadable ones.
4025         (gnus-agent-fetch-selected-article): New function for
4026         gnus-select-article-hook or gnus-mark-article-hook.
4027
4028 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4029         From Peter von der Ahe <nospam2159@daimi.au.dk>.
4030
4031         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
4032         raw-text.
4033
4034 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
4035
4036         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
4037         Pinard).
4038         Major revamp of the code, documentation is in comments in the file
4039         for now.
4040
4041 2002-09-30  Simon Josefsson  <jas@extundo.com>
4042
4043         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
4044         buffer seem to be needed?
4045
4046 2002-09-29  Simon Josefsson  <jas@extundo.com>
4047
4048         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
4049         compile warnings.
4050
4051         * mml1991.el (mml1991-function-alist): Add pgg.
4052         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
4053         (mml1991-pgg-encrypt): Fix recipients querying.
4054
4055 2002-09-28  Simon Josefsson  <jas@extundo.com>
4056
4057         * mml2015.el (autoload): Autoload correct files.  Trivial patch
4058         from dme@dme.org.
4059         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
4060         handle is returned.
4061
4062 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4063
4064         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4065         Protect against non-existent of `nnimap-mailbox-info'.
4066
4067 2002-09-27  Simon Josefsson  <jas@extundo.com>
4068
4069         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
4070         (gnus-setup-news-hook): Use it.
4071         (gnus-after-getting-new-news-hook): Ditto.
4072
4073         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
4074
4075 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4076         From Mats Lidell <matsl@contactor.se>.
4077
4078         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
4079
4080 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4081
4082         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
4083         the part to decode encoded words, use raw words instead of decoded
4084         words.
4085
4086 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4087
4088         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
4089
4090         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
4091         (mm-setup-w3m): Use it.
4092
4093 2002-09-27  Simon Josefsson  <jas@extundo.com>
4094
4095         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
4096         article buffers.
4097
4098         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
4099         it just in case.
4100         (nnimap-update-unseen): New function; update unseen count in
4101         `n-m-info'.
4102         (nnimap-close-group): Call it.
4103
4104         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
4105         (gnus-after-getting-new-news-hook): Ditto.
4106
4107         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
4108         message into verboselevel 9.  Change slow mail check message.
4109         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
4110         (nnimap-fixup-unread-after-getting-new-news): New function, to be
4111         used as a hook after getting new mail.
4112
4113 2002-09-26  Simon Josefsson  <jas@extundo.com>
4114
4115         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
4116         SELECT/EXAMINE is first unseen article, not number of unseen
4117         articles.  Make them distinct by renaming the former to
4118         `first-unseen' instead of `unseen'.
4119
4120         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
4121         too.
4122         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
4123         changed.
4124         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
4125
4126         * gnus-int.el (gnus-server-unopen-status): Defcustom.
4127
4128         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
4129         better.
4130
4131         * mml2015.el (mml2015-pgg-decrypt): Only add security information
4132         if dissecting resulting buffer actually had any information.
4133
4134 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4135
4136         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
4137         because the function `string<' allows symbols.
4138
4139         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
4140
4141 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4142
4143         * message.el (message-forward-make-body): Revert an early change
4144         because 8-bit utf-8 emails.
4145
4146 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4147
4148         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
4149         links to Info)
4150         * gnus-art.el (gnus-treat-highlight-signature):
4151         * gnus-art.el (gnus-treat-buttonize):
4152         * gnus-art.el (gnus-treat-buttonize-head):
4153         * gnus-art.el (gnus-treat-emphasize):
4154         * gnus-art.el (gnus-treat-strip-cr):
4155         * gnus-art.el (gnus-treat-unsplit-urls):
4156         * gnus-art.el (gnus-treat-leading-whitespace):
4157         * gnus-art.el (gnus-treat-hide-headers):
4158         * gnus-art.el (gnus-treat-hide-boring-headers):
4159         * gnus-art.el (gnus-treat-hide-signature):
4160         * gnus-art.el (gnus-treat-fill-article):
4161         * gnus-art.el (gnus-treat-hide-citation):
4162         * gnus-art.el (gnus-treat-hide-citation-maybe):
4163         * gnus-art.el (gnus-treat-strip-list-identifiers):
4164         * gnus-art.el (gnus-treat-strip-pgp):
4165         * gnus-art.el (gnus-treat-strip-pem):
4166         * gnus-art.el (gnus-treat-strip-banner):
4167         * gnus-art.el (gnus-treat-highlight-headers):
4168         * gnus-art.el (gnus-treat-highlight-citation):
4169         * gnus-art.el (gnus-treat-date-ut):
4170         * gnus-art.el (gnus-treat-date-local):
4171         * gnus-art.el (gnus-treat-date-english):
4172         * gnus-art.el (gnus-treat-date-lapsed):
4173         * gnus-art.el (gnus-treat-date-original):
4174         * gnus-art.el (gnus-treat-date-iso8601):
4175         * gnus-art.el (gnus-treat-date-user-defined):
4176         * gnus-art.el (gnus-treat-strip-headers-in-body):
4177         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
4178         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
4179         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
4180         * gnus-art.el (gnus-treat-unfold-headers):
4181         * gnus-art.el (gnus-treat-fold-headers):
4182         * gnus-art.el (gnus-treat-fold-newsgroups):
4183         * gnus-art.el (gnus-treat-overstrike):
4184         * gnus-art.el (gnus-treat-display-xface):
4185         * gnus-art.el (gnus-treat-display-smileys):
4186         * gnus-art.el (gnus-treat-from-picon):
4187         * gnus-art.el (gnus-treat-mail-picon):
4188         * gnus-art.el (gnus-treat-newsgroups-picon):
4189         * gnus-art.el (gnus-treat-body-boundary):
4190         * gnus-art.el (gnus-treat-capitalize-sentences):
4191         * gnus-art.el (gnus-treat-fill-long-lines):
4192         * gnus-art.el (gnus-treat-play-sounds):
4193         * gnus-art.el (gnus-treat-translate):
4194         * gnus-art.el (gnus-treat-x-pgp-sig):
4195         * gnus-art.el (gnus-mime-button-line-format):
4196         * gnus-art.el (gnus-button-man-level):
4197         * gnus-art.el (gnus-button-emacs-level):
4198         * gnus-cus.el (gnus-group-parameters):
4199         * gnus-gl.el (bbb-build-mid-scores-alist):
4200         * gnus-group.el (gnus-group-line-format):
4201         * gnus-mlspl.el (gnus-group-split-setup):
4202         * gnus-mlspl.el (gnus-group-split):
4203         * gnus-msg.el (gnus-mailing-list-groups):
4204         * gnus-msg.el (gnus-posting-styles):
4205         * gnus-nocem.el (gnus-nocem-issuers):
4206         * gnus-score.el (gnus-score-regexp-bad-p):
4207         * gnus-srvr.el (gnus-server-line-format):
4208         * gnus-topic.el (gnus-topic-line-format):
4209         * gnus.el (gnus-summary-line-format):
4210         * mail-source.el (mail-sources):
4211         * message.el (message-subscribed-address-file):
4212         * nnmail.el (nnmail-split-fancy):
4213
4214 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
4215
4216         * mail-source.el(mail-source-run-script): use `functionp' to test
4217         whether the argument `script' is in fact a function.
4218         (mail-sources): adjust the defcustom to allow users to specify a
4219         function or a string as the value of the `:prescript' and
4220         `:postscript' arguments of the `file' and `pop3' mail sources.
4221
4222 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
4223
4224         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
4225         number when article 1 does not exist.
4226
4227 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4228
4229         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
4230         apropos if apropos-variable does not exist.
4231         (gnus-button-guessed-mid-regexp)
4232         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
4233         regexes.  From Reiner Steib.
4234         (gnus-button-handle-describe-function)
4235         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
4236         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
4237         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
4238
4239 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
4240         Trivial patch.
4241
4242         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
4243         the file.
4244
4245 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4246
4247         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
4248
4249 2002-09-24  Simon Josefsson  <jas@extundo.com>
4250
4251         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
4252         (mml2015-use): Prefer PGG if installed.
4253         (mml2015-function-alist): Add PGG wrappers.
4254         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
4255         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
4256         prefix, make regexp optionally skip it.
4257         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
4258         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
4259         (mml2015-pgg-encrypt): New functions.
4260         (defvar, autoload): Prevent byte-compile warnings.
4261
4262 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4263         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4264
4265         * gnus-art.el (article-strip-banner): Check for the existence of
4266         from header.
4267
4268 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
4269
4270         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
4271         (gnus-button-alist): Improved regexp for
4272         gnus-button-handle-mid-or-mail (false positives), fixed
4273         gnus-button-handle-man entries.
4274         From Reiner Steib.
4275
4276 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
4277         From Josh Huber.
4278
4279         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
4280         nnmail-extra-headers is non-nil.
4281
4282 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
4283
4284         * nnmaildir.el: Store article numbers persistently.  General
4285         revision.
4286         (nnmaildir-request-expire-articles): handle 'immediate and 'never
4287         for nnmail-expiry-wait; delete instead of moving if 'force is
4288         given.
4289
4290 2002-09-23  Simon Josefsson  <jas@extundo.com>
4291         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
4292
4293         * smime.el (smime-sign-buffer): Get key and extra certs.
4294         (smime-get-key-with-certs-by-email): Utility function.
4295
4296 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4297         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
4298
4299         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
4300         article exists.
4301
4302 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4303
4304         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
4305
4306 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
4307         From Reiner Steib.
4308
4309         * gnus-art.el (gnus-button-handle-custom,
4310         gnus-button-handle-mid-or-mail,
4311         gnus-button-handle-describe-{function,variable,key},
4312         gnus-button-handle-apropos{,command,variable}): New functions.
4313         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
4314         gnus-button-{man,emacs,mail}-level): New variables.
4315         (gnus-button-alist): Use the above to buttonize emacs and mail
4316         related links.
4317
4318 2002-09-18  Juanma Barranquero  <lektu@terra.es>
4319
4320         * gnus-int.el (gnus-status-message): Fix spacing.
4321
4322         * imap.el (imap-continuation): Fix typos.
4323
4324 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4325
4326         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
4327
4328         * gnus-art.el (gnus-article-reply-with-original): Correct
4329         with-current-buffer scope.
4330
4331         * message.el (message-completion-alist): Add Reply-To, From, etc.
4332
4333 2002-09-18  Simon Josefsson  <jas@extundo.com>
4334
4335         * nnimap.el (nnimap-request-expire-articles): Make flag setting
4336         conditional.  From Nevin Kapur <nevin@jhu.edu>.
4337
4338 2002-09-17  Simon Josefsson  <jas@extundo.com>
4339
4340         * nnimap.el (nnimap-expiry-target): Don't search for which
4341         articles exists here.
4342         (nnimap-request-expire-articles): Do it here instead.  Only expire
4343         when articles are found.  Suggested by Nevin Kapur
4344         <nevin@jhu.edu>.
4345
4346 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4347         From Reiner Steib <reiner.steib@gmx.de>.
4348
4349         * message.el (message-strip-subject-trailing-was)
4350         (message-change-subject, message-add-archive-header)
4351         (message-xpost-fup2-header, message-xpost-insert-note)
4352         (message-xpost-fup2, message-reduce-to-to-cc): New functions
4353         adopted from message-utils.el.  Add functions to the keymap, mode
4354         describtion and menu.
4355         (message-change-subject,message-xpost-fup2): Signal error if
4356         current header is empty.
4357         (message-xpost-insert-note): Changed insert position.
4358         (message-archive-note): Ensure to insert note in message body (not
4359         in head).
4360         (message-archive-header, message-archive-note)
4361         (message-xpost-default, message-xpost-note, message-fup2-note)
4362         (message-xpost-note-function): New variables adopted from
4363         message-utils.el.  Changed some doc-strings.
4364         (message-mark-insert-{begin,end}): Rename from
4365         message-{begin,end}-inserted-text-mark (message-utils.el), changed
4366         values.
4367         (message-subject-trailing-was-query)
4368         (message-subject-trailing-was-ask-regexp)
4369         (message-subject-trailing-was-regexp): New variables.
4370         (message-to-list-only): Added doc-string and menu entry.
4371
4372         * message-utils.el: Removed.  Functions are now in message.el.
4373
4374 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4375
4376         * gnus-art.el (gnus-article-reply-with-original,
4377         gnus-article-followup-with-original): Switch to
4378         gnus-summary-buffer before reply/followup.
4379
4380 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
4381
4382         * gnus-sum.el (gnus-summary-toggle-header): The article window may
4383         not exist. Toggle it anyway.
4384
4385 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
4386
4387         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
4388
4389         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
4390         Trivial patch from Urban Engberg <ue@ccieurope.com>.
4391
4392         * rfc2047.el (message-posting-charset): Defvar it.
4393         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
4394         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
4395
4396         * mail-source.el (mail-source-fetch): Hide password.
4397
4398         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
4399
4400 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4401         From John Paul Wallington <jpw@shootybangbang.com>.
4402
4403         * gnus.el (gnus-visual, gnus-meta): Fix typo.
4404
4405 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4406
4407         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
4408
4409 2002-09-11  Simon Josefsson  <jas@extundo.com>
4410
4411         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
4412         (nnimap-split-rule): Doc fix.
4413         (nnimap-request-expire-articles): Cleanup code.
4414
4415 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4416         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4417
4418         * gnus-art.el (gnus-article-address-banner-alist): New option.
4419         (article-strip-banner): Refer the above option to split banners of
4420         free mail servers, when no group parameter is specified.
4421
4422 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4423
4424         * nntp.el (nntp-wait-for-string): Check for a process in the
4425         current buffer instead of `nntp-server-buffer'.
4426
4427 2002-09-09  Simon Josefsson  <jas@extundo.com>
4428
4429         * gnus-art.el (gnus-button-man-handler): New variable.
4430         (gnus-button-alist): Use g-b-handle-man.
4431         (gnus-button-handle-man): New, call g-b-man-handler.
4432
4433 2002-09-08  Simon Josefsson  <jas@extundo.com>
4434
4435         * gnus-art.el (gnus-button-alist): Buttonize man page links.
4436
4437 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4438
4439         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
4440
4441 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4442
4443         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
4444
4445         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
4446         keystroke.
4447
4448         * gnus-srvr.el (gnus-browse-describe-group): New command and
4449         keystroke.
4450
4451 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4452
4453         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
4454         value for gnus-decoration property.
4455
4456 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4457
4458         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
4459         string) as group name in case we have a CRLF in the file.
4460
4461 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
4462
4463         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
4464         group.
4465         (rfc1843-decode-hzp): do.
4466         (rfc1843-newsgroups-regexp): do.
4467
4468 2002-09-04  Simon Josefsson  <jas@extundo.com>
4469
4470         * message.el (message-canlock-generate): Make sure sha1 doesn't
4471         call external programs.
4472
4473 2002-09-03  Simon Josefsson  <jas@extundo.com>
4474
4475         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
4476
4477         * gnus-agent.el (gnus-agent-batch): Add doc.
4478
4479 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
4480
4481         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
4482         check for signed and encrypted parts.
4483         * mml.el (mml-parse-1): Correct small typo which preventing
4484         setting recipients in a secure tag.
4485
4486 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4487
4488         * mm-util.el (mm-coding-system-priorities): Default to a list of
4489         iso-2022-jp and others for the Japanese environment.
4490
4491 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4492
4493         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
4494         invalid display names.
4495
4496 2002-08-30  Simon Josefsson  <jas@extundo.com>
4497
4498         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
4499         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
4500
4501 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
4502
4503         * gnus.el (gnus-group-charter-alist): New option.
4504         (gnus-group-fetch-control-use-browse-url): New option.
4505
4506         * gnus-group.el (gnus-group-fetch-charter): New function.
4507         (gnus-group-fetch-control): New function.
4508         Add them to the keymap and menu. Require mm-url.
4509
4510 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4511
4512         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
4513         From Alex Schroeder <alex@emacswiki.org>.
4514
4515 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
4516
4517         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
4518         items expecting user interaction.
4519
4520         * gnus-topic.el (gnus-topic-make-menu-bar): do.
4521
4522         * gnus-sum.el (gnus-summary-make-menu-bar): do.
4523
4524         * gnus-srvr.el (gnus-server-make-menu-bar): do.
4525
4526         * mml.el (mml-menu): do.
4527
4528 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4529
4530         * mail-source.el (mail-source-touch-pop): New function.
4531
4532         * message.el (message-smtpmail-send-it): New function.
4533         (message-send-mail-function): Add it for a candidate.
4534
4535 2002-08-27  Simon Josefsson  <jas@extundo.com>
4536
4537         * gnus-msg.el (posting-charset-alist): Use
4538         gnus-define-group-parameter instead of defcustom.
4539         (gnus-put-message): Handle SPC in GCC.
4540         (gnus-inews-insert-gcc): Ditto.
4541         (gnus-inews-insert-archive-gcc): Ditto.
4542
4543 2002-08-26  Simon Josefsson  <jas@extundo.com>
4544
4545         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
4546         (gnus-agentize): Auto agentize all nntp and nnimap groups.
4547         (gnus-agent-possibly-save-gcc): Autoload.
4548         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
4549
4550 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4551
4552         * gnus.el (gnus-other-frame-function): New user option.
4553         (gnus-other-frame): Use it; add a doc-string; make it work with
4554         the gnuclient program.
4555
4556         * gnus-util.el (gnus-frame-or-window-display-name): New function.
4557
4558         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
4559         `device-connection' and `dfw-device'.
4560
4561 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4562
4563         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
4564         positives, make it stricter.  From Jochen Hein (trivial change).
4565
4566 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4567
4568         * gnus.el (gnus-other-frame): Trivial fix.
4569
4570 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4571
4572         * gnus.el (gnus-other-frame-parameters): New user option.
4573         (gnus-other-frame-object): New variable.
4574         (gnus-other-frame): Make it search for existing Gnus frame; don't
4575         read new news; delete frame on exit.
4576
4577         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
4578
4579         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
4580
4581 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4582         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
4583
4584         * message.el (message-set-auto-save-file-name): Add support for
4585         the Cygwin Emacs; the system-type is `cygwin'.
4586         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
4587
4588 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4589
4590         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
4591
4592         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
4593         avoid arithmetic errors.
4594
4595 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4596
4597         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
4598
4599 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4600
4601         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
4602         (message-ignored-resent-headers): Add envelope From.
4603
4604 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4605
4606         * gnus.el (gnus-summary-line-format): Document %k specifier.
4607
4608 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4609
4610         * gnus-sum.el (gnus-summary-line-message-size): New function.
4611         (gnus-summary-line-format-alist): Use it.
4612
4613 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4614
4615         * gnus-art.el (article-make-date-line): Refer to the value for
4616         `gnus-article-time-format' in the summary buffer.
4617
4618         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
4619
4620 2002-08-14  Simon Josefsson  <jas@extundo.com>
4621
4622         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
4623         quoting.
4624         (gnus-button-alist): Fix doc.
4625         (gnus-header-button-alist): Use ' not ` for default value quoting.
4626         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
4627         rationale similar to 2002-05-01 change.
4628         (gnus-article-add-buttons-to-head): Evaluate expression.
4629
4630         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
4631
4632 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * message.el (message-font-lock-keywords): Refer to the value for
4635         `message-cite-prefix-regexp' dynamically.
4636
4637 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4638
4639         * gnus-art.el (gnus-decode-header-methods): Doc fix.
4640
4641 2002-08-12  Simon Josefsson  <jas@extundo.com>
4642
4643         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
4644         (imap-shell-open): Skip initial junk before IMAP greeting.
4645
4646 2002-08-11  Simon Josefsson  <jas@extundo.com>
4647
4648         * message-utils.el (message-xpost-default,
4649         message-xpost-fup2-header, message-xpost-fup2): Fixed
4650         Typos.  Trivial changes from Reiner Steib
4651         <4uce.02.r.steib@gmx.net>.
4652
4653 2002-08-09  Simon Josefsson  <jas@extundo.com>
4654
4655         * message.el (message-canlock-password): Set
4656         canlock-password-for-verify to newly generated canlock-password.
4657         When Emacs is restarted, Custom makes sure this is set, but during
4658         the same session we must set it manually.
4659
4660 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
4661
4662         * yenc.el: New file.
4663
4664         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
4665         (mm-uu-type-alist): Add yenc.
4666         (mm-uu-yenc-filename): New function.
4667         (mm-uu-yenc-extract): New function.
4668
4669         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
4670
4671 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4672
4673         * dgnushack.el (merge): Don't use coerce.
4674
4675 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
4676
4677         * mailcap.el (mailcap-mime-data): Test window-system rather than
4678         mm-device-type.
4679         (mailcap-mime-data): Call xdvi and gv with "-safer".
4680
4681         * mm-util.el: Don't define mm-device-type.
4682
4683 2002-08-05  Simon Josefsson  <jas@extundo.com>
4684
4685         * mm-util.el (mm-coding-system-priorities): coding-system type not
4686         supported everywhere.
4687
4688 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4689
4690         * gnus.el (gnus-version-number): Bumped version number.
4691
4692 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4693
4694         * gnus.el: Oort Gnus v0.07 is released.
4695
4696 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4697
4698         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
4699         (gnus-article-sort-functions): Doc fix.
4700         (t): New keystroke.
4701         (gnus-article-sort-by-random): New function.
4702         (gnus-thread-sort-by-random): New function.
4703
4704 2002-08-02  Simon Josefsson  <jas@extundo.com>
4705
4706         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
4707         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
4708
4709 2002-07-31  Danny Siu  <dsiu@adobe.com>
4710
4711         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
4712         when splitting malformed messages without message-id
4713
4714 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4715         From Niklas Morberg <niklas.morberg@axis.com>.
4716
4717         * nnweb.el (nnweb-type, nnweb-type-definition)
4718         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
4719         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
4720         functionality.
4721         * nnweb.el: Removed old non-functioning search engines.
4722
4723 2002-07-27  Simon Josefsson  <jas@extundo.com>
4724
4725         * message.el (message-forward-make-body): Don't use
4726         `message-forward-ignored-headers' when doing a "raw" followup (it
4727         is important to preserve e.g. CTE).
4728
4729         * flow-fill.el (fill-flowed): Disable filladapt-mode.
4730
4731         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
4732         regexp-quote, Cyrus Sieve is fixed.
4733
4734         * sieve-manage.el (sieve-manage-deletescript): New function.
4735
4736         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
4737         (sieve-manage-mode): Fix menubar.
4738         (sieve-activate): Change some messages.
4739         (sieve-deactivate-all): New function.
4740         (sieve-deactivate): New alias.
4741         (sieve-remove): New function.
4742         (sieve-help): Fix help.
4743         All suggested by Ned Ludd.
4744
4745 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4746
4747         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
4748         (mm-w3m-safe-url-regexp): New user option.
4749
4750         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
4751         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
4752
4753 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
4754
4755         * gnus-sum.el (gnus-summary-delete-article): Force
4756         nnmail-expiry-target to 'delete, so that absolute deletion
4757         happens when absolute deletion is requested.
4758
4759 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4760         From Nevin Kapur <nevin@jhu.edu>.
4761
4762         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
4763         headers as empty headers.
4764
4765 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4766         From Jochen Hein <jochen@jochen.org>.
4767
4768         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
4769         correct typo.
4770         (gnus-emphasis-strikethru): New face.
4771
4772 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4773         From Jason Merrill <jason@redhat.com>.
4774
4775         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
4776         entire file for each of a sequence of missing articles.
4777
4778         * gnus-salt.el (gnus-binary-display-article): Respect an existing
4779         value for gnus-view-pseudos.
4780
4781         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
4782         avoid nreverse.
4783
4784 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4785         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4786
4787         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
4788         (gnus-summary-mode-line-format-alist): Add %h for number of
4789         spams.
4790         (gnus-newsgroup-spam-marked): New variable.
4791         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
4792         (gnus-article-read-p, gnus-article-mark)
4793         (gnus-set-global-variables, gnus-set-global-variables)
4794         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
4795         (gnus-summary-mark-article-as-unread)
4796         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
4797         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
4798         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
4799
4800 2002-07-10  Simon Josefsson  <jas@extundo.com>
4801
4802         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
4803         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
4804
4805 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
4806
4807         * gnus-sum.el (gnus-summary-delete-article): Respect group
4808         parameters while expiring.
4809
4810 2002-07-08  Simon Josefsson  <jas@extundo.com>
4811
4812         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
4813         Enberg.
4814
4815 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4816
4817         * gnus-art.el (article-unsplit-urls): Only display MIME when this
4818         function is called interactively.  From Niklas Morberg.
4819
4820 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4821
4822         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
4823         cdaar to cdar and car.
4824
4825         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
4826         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
4827
4828 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4829
4830         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
4831         don't break a narrowed article.
4832
4833         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
4834         (nntp-open-via-rlogin-and-telnet): Ditto.
4835
4836 2002-07-02  Didier Verna  <didier@xemacs.org>
4837
4838         * nnmail.el (nnmail-split-methods): fix custom type.
4839
4840 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4841
4842         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
4843         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
4844
4845 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4846
4847         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
4848         (gnus-summary-resend-message): Use it.
4849
4850 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4851
4852         * nntp.el (nntp-via-rlogin-command-switches): New variable.
4853         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
4854
4855 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4856
4857         * message.el (message-font-lock-keywords): Don't fontify
4858         headers in the message body, only in the header.
4859         (message-font-lock-make-header-matcher): New function, used by
4860         message-font-lock-keywords.
4861         From Katsumi Yamaoka <yamaoka@jpl.org>.
4862
4863 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4864
4865         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
4866
4867 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4868
4869         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
4870
4871 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4872
4873         * message.el (message-font-lock-keywords): Revert 2002-06-22
4874         change.
4875
4876 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4877
4878         * message.el (message-font-lock-keywords): Put colon in header
4879         name match.
4880
4881 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4882
4883         * message.el (message-font-lock-keywords): Don't use header faces
4884         in the body.  Thanks to Stefan Monnier for the hint on the
4885         implementation.
4886
4887 2002-05-09  Miles Bader  <miles@gnu.org>
4888
4889         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
4890         (gnus-article-hide-citation): Respect it.
4891
4892 2002-04-12  Juanma Barranquero  <lektu@terra.es>
4893
4894         * pop3.el (pop3-open-server): Fix typo.
4895
4896 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
4897
4898         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
4899         instead of push to ignore duplicate to-(list|address) values.
4900         * nnmail.el (nnmail-cache-ignore-groups): New.
4901         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
4902
4903 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4904
4905         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
4906         before sending.  Suggested by Jan Rychter.
4907
4908 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4909
4910         * dgnushack.el (remove): New compiler macro.
4911         (last, coerce, subseq): Remove compiler macros for those built-in
4912         or unused functions.
4913
4914 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4915
4916         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
4917         sure to write byte-compiled versions of gnus-*-format-alist to
4918         .newsrc.eld.  From Simon Josefsson.
4919
4920 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4921
4922         * gnus-agent.el (gnus-agent-read-servers)
4923         (gnus-agent-write-servers): Put server name (string like
4924         "nnchoke:frumple") in the file instead of a server specification
4925         (Lisp expression like (nnchoke "frumple" ...parameters...)).
4926         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
4927
4928 2002-06-16  Simon Josefsson  <jas@extundo.com>
4929
4930         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
4931         Reiner Steib <4uce.02.r.steib@gmx.net>.
4932
4933 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4934
4935         * nnheader.el (nnheader-file-name-translation-alist): Set the
4936         default value for MS Windows systems.
4937
4938         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
4939
4940 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4941
4942         * message.el (message-beginning-of-line): Keep the region active
4943         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
4944
4945 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
4946
4947         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
4948         * gnus-msg.el (gnus-summary-reply): Ditto.
4949         * gnus-msg.el (gnus-summary-handle-replysign): New.
4950
4951 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4952
4953         * message.el (message-send-mail-with-sendmail): Kill errbuf even
4954         if sending failed.
4955
4956 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
4957
4958         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
4959         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
4960         to sign while encrypting.
4961
4962 2002-06-11  Simon Josefsson  <jas@extundo.com>
4963
4964         * gnus-int.el (gnus-request-move-article): Agent expire article if
4965         successfuly moved.
4966
4967         * nnweb.el (nnweb-google-create-mapping): Honors the value of
4968         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
4969
4970 2002-06-10  Simon Josefsson  <jas@extundo.com>
4971
4972         * gnus-int.el (gnus-request-expire-articles): Fix last change?
4973
4974 2002-06-09  Simon Josefsson  <jas@extundo.com>
4975
4976         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
4977
4978         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
4979
4980 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4981
4982         * flow-fill.el (fill-flowed): Ignore errors.
4983
4984 2002-06-06  Simon Josefsson  <jas@extundo.com>
4985
4986         * message.el (message-send-mail-with-sendmail): Improve error message.
4987
4988 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4989
4990         * message.el (message-interactive): Change default from nil to t.
4991         Better to be safe than to be fast.
4992
4993 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4994
4995         * message.el (message-send-mail-with-sendmail): Check return value
4996         from call-process-region.
4997
4998 2002-06-04  Simon Josefsson  <jas@extundo.com>
4999
5000         * gnus-msg.el (gnus-group-mail, gnus-group-news)
5001         (gnus-group-post-news, gnus-summary-mail-other-window)
5002         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
5003         gnus-article-copy to nil, thereby inhibiting the `header' posting
5004         style match to use data from last viewed article.
5005         Suggested by Hrvoje Niksic.
5006
5007 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5008
5009         * spam.el (spam-point-at-eol): New alias.
5010         (spam-parse-whitelist): Use it.
5011
5012 2002-06-03  Simon Josefsson  <jas@extundo.com>
5013
5014         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
5015         (nnmail-article-group): Use it.
5016
5017 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5018
5019         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
5020         so that code reading them won't be surprised.  From Jesper Harder
5021         <harder@ifa.au.dk>.
5022
5023 2002-05-29  Simon Josefsson  <jas@extundo.com>
5024
5025         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
5026         articles.
5027
5028         * gnus.el (gnus-agent-cache): Doc fix.
5029         (gnus-agent): Change default to t.
5030
5031         * gnus-agent.el (gnus-agent-expire): Make it accept optional
5032         ARTICLES, GROUP and FORCE parameters.
5033
5034 2002-05-28  Simon Josefsson  <jas@extundo.com>
5035
5036         * gnus-group.el (gnus-group-line-format): Doc fix.
5037
5038 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5039
5040         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
5041         original article before yanking.  From Jesper Harder
5042         <harder@ifa.au.dk>.
5043
5044 2002-05-26  Simon Josefsson  <jas@extundo.com>
5045
5046         * gnus-sum.el (gnus-summary-menu-split): New function.
5047         (gnus-summary-make-menu-bar): Split charset submenu.
5048         (gnus-summary-menu-maxlen): New variable.
5049         (gnus-summary-menu-split): Use it.
5050
5051 2002-05-25  Simon Josefsson  <jas@extundo.com>
5052
5053         * mml.el (mml-preview): Generate some headers.
5054
5055         * gnus.el (gnus-large-newsgroup): Fix :type.
5056
5057         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
5058         Agent cache NOV's by default now).
5059         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
5060
5061 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
5062
5063         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
5064         call to gnus-parent-id when we check for References loops.
5065         (gnus-summary-prepare-threads): Avoid simplifying every Subject
5066         twice by saving the simplified subject string in simp-subject.
5067
5068 2002-05-23  Simon Josefsson  <jas@extundo.com>
5069
5070         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
5071         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
5072
5073         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
5074         Niklas Morberg <niklas.morberg@axis.com>.
5075
5076 2002-05-22  Simon Josefsson  <jas@extundo.com>
5077
5078         * sieve.el (sieve-change-region): Define it before it is used.
5079
5080         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
5081         (gnus-summary-reply): Ask for confirmation when replying to news.
5082         Defaults to not ask.  From Benjamin Rutt
5083         <rutt+news@cis.ohio-state.edu>.
5084
5085         * nnimap.el (nnimap-nov-is-evil): Improve doc.
5086
5087 2002-05-21  Simon Josefsson  <jas@extundo.com>
5088
5089         * sieve-mode.el (sieve-manage): Fix autoloads.
5090
5091         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
5092         name (makes it work with recent Cyrus timsieved).
5093
5094 2002-05-20  Jason  <jbaker@cs.utah.edu>
5095         Trivial patch.
5096
5097         * gnus-art.el (gnus-request-article-this-buffer): Try
5098         reconnecting if you don't get the message.
5099
5100 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5101
5102         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
5103         Reply-To headers from the headers.
5104
5105 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5106
5107         * mm-url.el (mm-url-insert): Remove junk message.
5108
5109 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5110
5111         * nnslashdot.el (nnslashdot-request-list): Parse new html.
5112         (nnslashdot-use-front-page): New variable.
5113         (nnslashdot-request-list): Use it.
5114
5115         * mm-url.el (mm-url-timeout): New variable.
5116         (mm-url-retries): Ditto.
5117         (mm-url-insert): Use it.
5118
5119 2002-05-16  Simon Josefsson  <jas@extundo.com>
5120
5121         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
5122         (gnus-simplify-subject-functions): Mention g-s-a-w.
5123
5124 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
5125
5126         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
5127         nnmail-cache-insert.
5128         * nndiary.el (nndiary-request-accept-article): Ditto.
5129         * nnfolder.el (nnfolder-request-accept-article): Ditto.
5130         * nnimap.el (nnimap-request-accept-article): Ditto.
5131         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
5132         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
5133         * nnmbox.el (nnmbox-request-accept-article): Ditto.
5134         * nnmh.el (nnmh-request-accept-article): Ditto.
5135         * nnmail.el (nnmail-cache-insert): Change group to required,
5136         removed code which tried to figure out the group.
5137
5138 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
5139
5140         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
5141         messages. From Hans de Graaff <hans@degraaff.org>.
5142         * nnml.el (nnml-request-accept-article): Pass in the group name to
5143         nnmail-cache-insert, since it's available.
5144
5145 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5146
5147         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
5148
5149 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5150         From Florian Weimer <fw@deneb.enyo.de>.
5151
5152         * gnus.el (subscribed): New group parameter.
5153         (gnus-find-subscribed-addresses): Use it.
5154
5155 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
5156
5157         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
5158         the default for pgpmime to support pgp v2.
5159         * mml-sec.el (mml-signencrypt-style): New accessor function to
5160         allow users to get/set the signencrypt style more easily without
5161         frobbing the alist directly.
5162         * mml.el (mml-generate-mime-1): Use accessor function.
5163
5164 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5165
5166         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
5167         parenthesis for "<" and ">".  Suggested by Andreas Schwab
5168         <schwab@suse.de>.
5169
5170 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5171
5172         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
5173         when intuiting the group the message is written to.  From Josh
5174         Huber <huber@alum.wpi.edu>.
5175
5176 2002-05-06  Simon Josefsson  <jas@extundo.com>
5177
5178         * gnus-topic.el (gnus-group-topic-parameters): Work when group
5179         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
5180
5181 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
5182
5183         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
5184         argument, and fixed compiler warning. (added autoload for
5185         gpg-encrypt).
5186
5187 2002-05-04  Simon Josefsson  <jas@extundo.com>
5188
5189         * mml1991.el (mml1991-function-alist): Doc fix.
5190
5191         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
5192         doesn't exist (for previewing messages without having Gnus
5193         started).
5194
5195         * mm-util.el (mm-coding-system-priorities): Defcustom.
5196
5197         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
5198
5199 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
5200
5201         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
5202         default.
5203         * mml-sec.el:
5204         * mml-sec.el (mml-signencrypt-style): New.
5205         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
5206         argument `sign'.
5207         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
5208         signencrypt.
5209         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
5210         * mml.el (mml-generate-mime-1): Changed logic so a part which is
5211         both signed & encryped is processed in one operation. (rather than
5212         two separate ops: sign, then encrypt)
5213         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
5214         indication if a message is signed by an expired key.
5215         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
5216         enables combined sign & encrypt operation. (this was always on
5217         before).
5218         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
5219
5220 2002-05-01  Simon Josefsson  <jas@extundo.com>
5221
5222         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
5223         server.
5224         (nnimap-mailbox-info): defvar instead of defvoo.
5225
5226 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5227
5228         * gnus.el: Oort Gnus v0.06 is released.
5229
5230 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5231
5232         * lpath.el: Bind url-package-version.
5233
5234 2002-05-01  Simon Josefsson  <jas@extundo.com>
5235
5236         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
5237         filename before deleting the group itself, because the presence of
5238         a group filename decides if long filenames are used or not.
5239
5240         * gnus-art.el (gnus-button-alist): Don't inline
5241         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
5242         without also modifying g-button-alist.
5243         (gnus-button-alist): Fix type to allow variable as well as regexp.
5244         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
5245         themselves, variables to its contents.
5246         (gnus-button-entry): Ditto.
5247
5248 2002-05-01  Simon Josefsson  <jas@extundo.com>
5249
5250         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
5251         UIDNEXT as a string.
5252
5253         * nnimap.el (nnimap-string-lessp-numerical): New function.
5254         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
5255         integers.
5256
5257 2002-04-29  Simon Josefsson  <jas@extundo.com>
5258
5259         * nnmail.el (nnmail-cache-insert): Accept optional group
5260         parameter.
5261
5262         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
5263         n-r-g-a is disabled.
5264
5265 2002-04-29  Simon Josefsson  <jas@extundo.com>
5266
5267         * nnimap.el (nnimap-split-fancy): Fix doc.
5268         (nnimap-split-fancy): Fix doc.
5269
5270         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
5271         (nnimap-mailbox-info): New internal variable.
5272         (nnimap-retrieve-groups): Implement faster new mail check.
5273
5274         * nnimap.el (nnimap-split-articles): Support
5275         nnmail-cache-accepted-message-ids.
5276         (nnimap-request-accept-article): Ditto.
5277
5278         * imap.el (imap-mailbox-status-asynch): New command.
5279
5280 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
5281
5282         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
5283         are no subscribed mail groups.
5284         - Strip quoted names when comparing addresses
5285
5286 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
5287
5288         * mm-decode.el (mm-text-html-renderer): Change customize type to
5289         const.
5290
5291         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
5292         (gnus-debug-exclude-variables): do.
5293
5294 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5295
5296         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
5297         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
5298
5299 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5300
5301         * dns.el (dns-make-network-process): New macro.
5302         (query-dns): Use it.
5303
5304 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5305
5306         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
5307         article-buffer.
5308
5309         * mm-url.el (mm-url-package-name): New variable.
5310         (mm-url-package-version): New variable.
5311         (mm-url-insert-file-contents): Bind url-package-name and
5312         url-package-version here.
5313         * nnrss.el (nnrss-insert-w3): Move the bindings.
5314
5315         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
5316         url-package-version. Trivial change from Andrew J Cosgriff
5317         <ajc@polydistortion.net>
5318
5319         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
5320         attachments. Trivial change from Peter 'Luna' Runestig
5321         <peter@runestig.com>.
5322
5323 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
5324
5325         * nnkiboze.el (nnkiboze-request-scan): Call
5326         nnkiboze-possibly-change-group.
5327         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
5328         problems.
5329         (nnkiboze-generate-group): Set newsrc to the *highest* article
5330         number kibozed, not the lowest.
5331
5332 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
5333
5334         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
5335
5336 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5337         From Dan Christensen <jdc+news@uwo.ca>.
5338
5339         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5340         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5341         Recognize math postings.  Extract Date (now ignores "(15kb)").
5342         Extract email address using gnus-extract-address-components
5343         instead of just taking the first word.  Create Date and From
5344         headers for message which are missing these headers.  Get rid
5345         of spurious \\ lines (purely cosmetic).  Extend body-end and
5346         file-end regexps, to exclude more garbage from the message.
5347         Make URL rephrasing regexp more flexible, to match current
5348         format.
5349
5350 2002-04-23  Simon Josefsson  <jas@extundo.com>
5351
5352         * netrc.el: New file, functions copied from gnus-util.el by Ted
5353         Zlatanov <tzz@lifelogs.com>.
5354
5355         * gnus-util.el: Require netrc.
5356         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
5357         new code in netrc.el.
5358
5359 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5360
5361         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
5362         message-ignored-resent-headers, too.  From Matthieu Moy
5363         <Matthieu.Moy@imag.fr>.
5364
5365 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5366
5367         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
5368         boolean not a string
5369         * gnus-group.el (gnus-group-line-format): add description of %C
5370         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
5371           as %C
5372         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
5373
5374 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
5375
5376         * nnmaildir.el (nnmaildir-request-scan): typo: set
5377         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
5378         nnmail-get-new-mail for 'find-new-groups.
5379
5380 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
5381
5382         * nnmaildir.el (nnmaildir-request-update-info,
5383         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
5384         unnecessary calls to nnmaildir-request-scan.
5385
5386 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
5387
5388         * gnus-msg.el:
5389         * gnus-msg.el (gnus-message-replysign): New.
5390         * gnus-msg.el (gnus-message-replyencrypt): New.
5391         * gnus-msg.el (gnus-message-replysignencrypted): New.
5392         * gnus-msg.el (gnus-summary-reply): Use the three new variables
5393         (above) to automatically encrypt/sign to encrypted/signed
5394         messages.
5395         * message.el:
5396         * message.el (message-mode-map): Add keybinding for
5397         `message-to-list-only'
5398         * message.el (message-mode): Add description for
5399         `message-to-list-only'
5400         * message.el (message-to-list-only): New.
5401         * message.el (message-make-mft): Changed to use the cl loop macro,
5402         and added optional flag to return only the matched list. (for use
5403         in new message-to-list-only function)
5404
5405 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
5406
5407         * gnus-msg.el:
5408         * gnus-msg.el (gnus-message-replysign):
5409         * gnus-msg.el (gnus-replysign): New.
5410         * gnus-msg.el (gnus-replyencrypt): New.
5411         * gnus-msg.el (gnus-replysignencrypted): New.
5412         * gnus-msg.el (gnus-summary-reply):
5413         * message.el:
5414         * message.el (message-mode-map):
5415         * message.el (message-mode):
5416         * message.el (message-to-list-only): New.
5417         * message.el (message-make-mft):
5418
5419 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5420
5421         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
5422
5423 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
5424
5425         * message.el (message-gen-unsubscribed-mft): accept a prefix
5426         argument so CC can be included with C-u C-c C-f C-a
5427
5428 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5429         From Ted Zlatanov <teodor.zlatanov@divine.com>.
5430
5431         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
5432         Improve docstring.
5433         (spam-enter-blacklist): New command.
5434
5435         * gnus-sum.el (gnus-spam-mark): New mark.
5436         (gnus-auto-expirable-marks): Add gnus-spam-mark.
5437         (gnus-summary-make-tool-bar): Correct conditional.
5438         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
5439         (gnus-summary-mark-as-spam): New command.
5440
5441 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
5442
5443         * mml-sec.el (mml-secure-message): changed to support arbritrary
5444         modes.
5445         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
5446         changed to support "signencrypt" mode.
5447         * mml.el (mml-parse-1): changed to support different secure modes
5448         more easily. (for signencrypt)
5449
5450 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
5451
5452         * gnus-sum.el (gnus-update-summary-mark-positions)
5453         (gnus-summary-toggle-header):
5454         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
5455         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
5456         (gnus-uu-post-encoded):
5457         * nnfolder.el (nnfolder-possibly-change-group):
5458         * nnimap.el (nnimap-retrieve-headers):
5459         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
5460
5461 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
5462
5463         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
5464         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
5465
5466 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5467
5468         * gnus-srvr.el (gnus-server-set-info): Clear
5469         `gnus-server-method-cache' when `gnus-server-alist' is changed.
5470         From Daiki Ueno <ueno@unixuser.org>.
5471
5472 2002-04-11  Simon Josefsson  <jas@extundo.com>
5473
5474         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
5475         viewing of security buttons.  Thanks to Nicolas Kowalski
5476         <Nicolas.Kowalski@imag.fr>.
5477
5478         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
5479         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
5480         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
5481         <Nicolas.Kowalski@imag.fr>.
5482         (smime-decrypt-buffer): Ditto.
5483
5484 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5485
5486         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
5487         header line.
5488
5489 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
5490
5491         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
5492
5493 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5494
5495         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
5496
5497 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5498
5499         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
5500         errors when debug.
5501
5502 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
5503
5504         * message.el (message-make-mft): Changed MFT code from using
5505         message-recipients (which included Bcc) to use only the To and CC
5506         headers.
5507
5508 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
5509
5510         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
5511         add link.
5512         (gnus-treat-mail-picon): Ditto.
5513         (gnus-treat-newsgroups-picon): Ditto.
5514         (gnus-picon-databases): Fix custom type.
5515         (gnus-picon-databases): Add link.
5516         (gnus-article-x-face-command): Add to gnus-picon group.
5517
5518 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
5519
5520         * message.el (message-buffer-naming-style): Remove.
5521
5522 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5523
5524         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
5525
5526         * message.el (message-tool-bar-map): Ditto.
5527
5528         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5529
5530 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5531
5532         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
5533
5534 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
5535
5536         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
5537
5538 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
5539         Trivial patch.
5540
5541         * dns.el: open-network-stream under XEmacs does udp.
5542
5543 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
5544
5545         * spam.el (spam-enter-whitelist): New function.
5546         (spam-parse-whitelist): Ditto.
5547         (spam-refresh-list-cache): Ditto.
5548         (spam-address-whitelisted-p): New function.
5549
5550         * dns.el (query-dns): Use TCP when make-network-process isn't
5551         available.
5552         (dns-servers): New variable.
5553         (dns-parse-resolv-conf): New function.
5554         (query-dns): Use it.
5555
5556         * spam.el: New file.
5557
5558         * dns.el (query-dns): Test.
5559
5560 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5561
5562         * lpath.el (featurep): Bind make-network-process.
5563
5564 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
5565
5566         * nnmaildir.el: Use defstruct.  Use a single copy of
5567         nnmail-extra-headers to save memory.  Store server's group name
5568         prefix instead of each group's prefixed name.
5569         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
5570         nntp-server-buffer.
5571
5572 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5573
5574         * dns.el: New file.
5575
5576 2002-03-28  Simon Josefsson  <jas@extundo.com>
5577
5578         * gnus-sum.el (gnus-summary-dummy-line-format):
5579         * gnus.el (gnus-summary-line-format): Fixing links to Info.
5580         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
5581
5582 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5583
5584         * gnus-sum.el (gnus-summary-move-article)
5585         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
5586         the doc string.
5587
5588 2002-03-28  Simon Josefsson  <jas@extundo.com>
5589
5590         * mml-sec.el (mml-secure-message): Search after
5591         mail-header-separator from top of message.
5592
5593 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
5594
5595         * nnmaildir.el: Cosmetic changes.
5596         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
5597         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
5598         nnmaildir--group-ls): New macros/functions.  Use them.
5599         (nnmaildir--unlink): Evalutate argument only once.
5600
5601 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
5602
5603         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
5604         symbols.
5605         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
5606         `gnus-point-at-eol'.
5607
5608 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
5609
5610         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
5611         nnmaildir--marks-dir): New macros.  Use them.
5612         Use inhibit-quit for atomicity instead of in-memory journaling.
5613         (nnmaildir--edit-prep): New function.
5614         (Local Variables): Use it.
5615
5616 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
5617
5618         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5619
5620 2002-03-25  Simon Josefsson  <jas@extundo.com>
5621
5622         * message.el (message-mode): Fix doc.
5623
5624 2002-03-25  Simon Josefsson  <jas@extundo.com>
5625
5626         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
5627         Matthieu Moy <Matthieu.Moy@imag.fr>.
5628
5629 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
5630
5631         * mml-sec.el (mml-unsecure-message): Add docstring.
5632
5633 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
5634
5635         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
5636         value.
5637         Trivial change from andre@slamdunknetworks.com
5638
5639 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
5640
5641         * mml.el (mml-mode-map): Added a keybinding for
5642         `mml-unsecure-message'.  Also, added a menu entry for said
5643         function in the Attachments menu.
5644
5645 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5646
5647         * canlock.el (canlock-version): Remove.
5648         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
5649         here; simplify \x insertions.
5650         (canlock-sha1): New function, always return a unibyte string.
5651         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
5652         of a password.
5653         (canlock-insert-header): Use `canlock-sha1'.
5654         (canlock-verify): Ditto.
5655
5656 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5657
5658         * message.el (message-fix-before-sending): Add an option that
5659         ignores illegible text.
5660         Trivial change from Mark Milhollan <mlm@attglobal.net>
5661
5662         * message.el (message-font-lock-keywords): Support multi-line MML
5663         tags.
5664
5665         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
5666         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
5667
5668 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5669
5670         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
5671         symbols for "View as different encoding" submenu.
5672
5673 2002-03-19  Simon Josefsson  <jas@extundo.com>
5674
5675         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
5676         encoding" submenu.
5677
5678 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5679
5680         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
5681
5682 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5683
5684         * gnus-sum.el (gnus-sum-thread-tree-root)
5685         (gnus-sum-thread-tree-single-indent)
5686         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
5687         (gnus-sum-thread-tree-leaf-with-other)
5688         (gnus-sum-thread-tree-single-leaf): Make customizable.
5689
5690 2002-03-16  Simon Josefsson  <jas@extundo.com>
5691
5692         * gnus-util.el (gnus-extract-address-components): Don't break on
5693         names such as James "Kibo" Parry.  From Francis Litterio
5694         <franl@world.std.com>.
5695
5696 2002-03-13  Simon Josefsson  <jas@extundo.com>
5697
5698         * pop3.el (pop3-open-server): Revert multibyte change.  From
5699         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5700
5701         * message.el (message-send-mail-with-qmail): Make it work.  From
5702         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5703
5704 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
5705
5706         * message.el (message-make-mft): Set case-fold-search while
5707         generating the MFT.  Also, a little cleanup in the MFT code.
5708
5709 2002-03-12  Simon Josefsson  <jas@extundo.com>
5710
5711         * message.el (message-qmail-inject-args): May be function.
5712         (message-send-mail-with-qmail): Call function if m-q-i-a is
5713         function.  From fn@hungry.org (Faried Nawaz).
5714
5715 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5716
5717         * message.el (message-abbrevs-loaded): Remove.
5718         (mailabbrev): Require it.
5719
5720         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
5721
5722 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5723
5724         * pop3.el (pop3-open-server): Set process buffer unibyte.
5725
5726 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5727
5728         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
5729
5730 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5731
5732         * nnslashdot.el (nnslashdot-request-article): Remove javascript
5733         too.
5734
5735 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5736
5737         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
5738         duplication.
5739         (gnus-summary-save-parts-type-history): Ditto.
5740         (gnus-summary-save-parts-last-directory): Ditto.
5741         Trivial change from andre@slamdunknetworks.com
5742
5743 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
5744
5745         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
5746
5747 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5748
5749         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
5750         -->" as the end of the first article.
5751
5752         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
5753         From Matthieu Moy <Matthieu.Moy@imag.fr>
5754
5755         * message.el (message-add-action): Use add-to-list.
5756         (message-delete-action): New function.
5757
5758         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
5759         pieces.
5760
5761 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
5762
5763         * nnnil.el: New file.
5764         * gnus.el (gnus-valid-select-methods): Include nnnil.
5765
5766 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5767
5768         * message.el (message-syntax-checks): Because canlock is
5769         supported, we disable sender syntax check.
5770         (message-shoot-gnksa-feet): Add cancel-messages option doc.
5771
5772         * gnus-draft.el (gnus-draft-send): If interactive, use its default
5773         value of message-syntax-checks.
5774
5775         * qp.el (quoted-printable-decode-region): Doc addition.
5776         From: Eli Zaretskii <eliz@is.elta.co.il>
5777
5778         * mail-source.el (make-source-make-complex-temp-name): Use
5779         make-temp-file.
5780
5781         * mm-util.el (mm-make-temp-file): New function.
5782         * nneething.el (nneething-file-name): Use it.
5783         * mml-smime.el (mml-smime-encrypt): Ditto.
5784         * mm-view.el (mm-inline-wash-with-file): Ditto.
5785         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
5786         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
5787         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
5788         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
5789         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
5790         * gnus-art.el (gnus-mime-print-part): Ditto.
5791
5792 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5793
5794         * message.el (nnmaildir-article-number-to-base-name): New
5795         function.
5796         (nnmaildir-base-name-to-article-number): New function.
5797
5798 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5799
5800         * smime.el (smime-make-temp-file): Don't quote
5801         `temporary-file-directory'.
5802
5803 2002-03-04  Simon Josefsson  <jas@extundo.com>
5804
5805         * smime.el (smime-sign-region): Rename argument keyfiles to
5806         keyfile. You only sign something with one key.
5807         (smime-sign-buffer): Better completing-read prompt.
5808         (smime-decrypt-buffer): Ditto.
5809
5810         * smime.el (smime-make-temp-file): Make it work under XEmacs.
5811
5812         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
5813         completing-read.
5814         (mm-view-pkcs7-decrypt): CRLF->LF.
5815
5816 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5817
5818         * message.el (message-hierarchical-addresses): New variable.
5819         (message-get-reply-headers): Use it.
5820         From Ted Zlatanov <teodor.zlatanov@divine.com>
5821
5822 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5823
5824         * message.el (message-mode): If buffer-file-name, don't set auto
5825         save file name.
5826         Trivial change from Geoff Greene <ggreene@wpi.edu>
5827
5828 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5829
5830         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
5831         takes one argument in read-char.
5832
5833         * message.el (message-fix-before-sending): Forward a char.
5834         Check mmu-multibyte-p, add control-1.
5835
5836 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5837
5838         * gnus-start.el (gnus-read-init-file): Ditto.
5839
5840         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
5841
5842         * dgnushack.el (dgnushack-make-load): Ditto.
5843
5844         * mail-source.el (mail-source-fetch): Extract the right error
5845         code.
5846
5847         * message.el (message-fix-before-sending): Check illegible text.
5848
5849         * gnus-util.el (gnus-multiple-choice): New function.
5850
5851         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
5852         also defined in gnus-score.el.
5853
5854 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
5855
5856         * message.el (message-get-reply-headers): downcase email addresses
5857         for comaparisons for duplicate removal.
5858
5859 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5860
5861         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
5862         implementation of PKCS#7, which just allows users read the
5863         message.
5864         (mm-view-pkcs7): Use it.
5865
5866 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5867
5868         * gnus.el (large-newsgroup-initial): New parameter.
5869
5870         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
5871         (gnus-summary-insert-old-articles): Ditto.
5872
5873 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5874
5875         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
5876         used as the default answer of the question, "How many articles?".
5877         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5878
5879         * nnagent.el (nnagent-retrieve-headers): Remove articles with
5880         small numbers.
5881
5882 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5883
5884         * deuglify.el: Fix comments.
5885
5886 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
5887
5888         * html2text.el (html2text-clean-anchor): If there is no HREF,
5889         insert nothing.
5890
5891         * mml.el (mml-generate-mime-1): Add cdr.
5892         From: andre@slamdunknetworks.com
5893
5894         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
5895         (mm-text-html-washer-alist): Ditto.
5896
5897         * mm-decode.el (mm-text-html-renderer): Add html2text.
5898
5899         * html2text.el: Face lift.
5900
5901         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
5902
5903 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
5904
5905         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
5906
5907         * deuglify.el: Change copy right. Add autoload. Add coding-system.
5908
5909         * deuglify.el: New file. The original file name is
5910         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
5911
5912         * mm-decode.el (mm-display-external): Use
5913         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
5914
5915 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
5916
5917         * nnmaildir.el (nnmaildir-request-list): Report the highest
5918         article number, not the total number of articles.
5919
5920 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5921
5922         * gnus-sum.el: Move uu key map here.
5923         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
5924
5925 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
5926
5927         * nnmaildir.el (nnmaildir-request-expire-articles): Use
5928         nnmail-expiry-wait* if expire-age parameter is not set.
5929
5930 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5931
5932         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
5933         function.
5934         (gnus-group-sort-selected-groups-by-real-name): New function.
5935         (gnus-group-make-menu-bar): Add sort by real name.
5936
5937         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
5938         rebuild.
5939         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
5940         nil as dependencies as well.
5941
5942 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5943
5944         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
5945         for mime-parts.
5946
5947         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
5948
5949         * gnus-group.el (gnus-group-name-decode): Don't test
5950         multibyte-string, because it breaks XEmacs.
5951         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
5952
5953         * message.el (message-send-mail): Be talkative.
5954
5955         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
5956         (mm-automatic-display): Ditto.
5957
5958         * mailcap.el (mailcap-mime-data): Ditto.
5959         From: Reiner Steib <4uce.02.r.steib@gmx.net>
5960
5961 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5962
5963         * many files: Remove trailing whitespaces, replace spc+tab with
5964         tab, replace leading whitespaces with tabs.
5965
5966 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
5967
5968         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
5969         articles with no body and no blank line after the header.
5970
5971 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5972
5973         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
5974         parts.
5975
5976         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
5977         non-ascii chars.
5978
5979         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
5980
5981         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
5982         w3-delay-image-loads.
5983         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
5984         (mm-w3-prepare-buffer): Ditto.
5985
5986         * mail-source.el (mail-source-fetch-directory): Run scripts.
5987
5988 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5989
5990         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
5991         for Majordomo confirmations.
5992
5993 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5994
5995         * gnus-fun.el (gnus-respond-to-confirmation): New command.
5996
5997 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5998
5999         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
6000
6001 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
6002
6003         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
6004         References header field.  From Mark Thomas <mthomas@cmu.edu>.
6005
6006 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6007
6008         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
6009         (mm-inline-render-with-stdin): Ditto.
6010         (mm-inline-render-with-function): Ditto.
6011         (mm-inline-wash-with-file): Bind coding-system-for-write.
6012         (mm-inline-wash-with-stdin): Ditto.
6013
6014 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6015
6016         Suggested by Felix Natter <fnatter@gmx.net>
6017
6018         * gnus-art.el (gnus-mime-view-part-externally): Rename from
6019         gnus-mime-externalize-view.
6020         (gnus-mime-view-part-internally): Rename from
6021         gnus-mime-internalize-view.
6022         (gnus-article-view-part-externally): Rename from
6023         gnus-article-externalize-part.
6024         (gnus-mime-action-alist): Change correspondingly.
6025         (gnus-mime-button-commands): Ditto.
6026         (gnus-mime-action-alist): Remove duplication.
6027
6028         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
6029
6030 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6031
6032         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
6033
6034         * gnus-art.el (gnus-display-mime): Use it.
6035
6036         * mm-partial.el (mm-partial-find-parts): Use it.
6037
6038         * gnus-sum.el (gnus-article-loose-mime): Rename from
6039         gnus-article-no-strict-mime.
6040         (gnus-summary-save-parts): Use it.
6041
6042 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6043
6044         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
6045         local variable.
6046
6047         * gnus-art.el (article-display-x-face): Don't sort multiple
6048         X-Faces.
6049
6050 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6051
6052         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
6053         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
6054
6055         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
6056
6057 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6058
6059         Some ideas is inspired by code from Hrvoje Niksic
6060         <hniksic@arsdigita.com>
6061
6062         * gnus-art.el (gnus-article-wash-function): Set the default to
6063         nil, so that we use mm-text-html-renderer instead.
6064         (article-wash-html): Use mm-text-html-renderer.
6065
6066         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
6067         (mm-text-html-renderer): New variable.
6068         (mm-inline-text-html-renderer): Set the default to nil, so that we
6069         use mm-text-html-renderer instead.
6070
6071         * mm-view.el (mm-inline-text-html): New function.
6072         (mm-text-html-renderer-alist): New variable.
6073         (mm-inline-text-vcard): New function.
6074         (mm-inline-text): Split.
6075         (mm-links-remove-leading-blank): New function.
6076         (mm-inline-render-with-file): New function.
6077         (mm-inline-render-with-stdin): New function.
6078         (mm-inline-render-with-function): New function.
6079         (mm-text-html-washer-alist): New variable.
6080         (mm-inline-wash-with-file): New function.
6081         (mm-inline-wash-with-stdin): New function.
6082
6083 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6084
6085         * message-utils.el: Fix installation doc.
6086         From: Reiner Steib <4uce.02.r.steib@gmx.net>
6087
6088 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
6089
6090         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
6091         (gnus-post-method): Use it.
6092         (gnus-summary-cancel-article): Find the correct post-method.
6093
6094         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
6095         * message.el (message-send-news): Ditto.
6096         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
6097         <ipmonger@delamancha.org>
6098
6099         * gnus.el (gnus-select-method): Fix doc.
6100         (gnus-server-string): Use 'using nntp'.
6101
6102         * gnus-agent.el (gnus-slave-unplugged): New command.
6103         From: Felix Natter <fnatter@gmx.net>
6104
6105 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6106
6107         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
6108         Call edit-done-function first, then change the window
6109         configuration.
6110         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
6111         (gnus-article-edit-mode): mml-mode.
6112
6113         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
6114         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
6115
6116         * message-utils.el: Adopt the file.
6117
6118         * message-utils.el: New file.
6119         From Holger Schauer <Holger.Schauer@gmx.de>
6120
6121 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6122
6123         * gnus-sum.el (gnus-summary-move-article): Select-article only
6124         when gnus-move-split-methods is non-nil. And we don't render or
6125         mark the article.
6126
6127         * gnus-fun.el (gnus-shell-command-to-string): New function.
6128         (gnus-shell-command-on-region): New function.
6129         (gnus-random-x-face): Use them.
6130         (gnus-x-face-from-file): Ditto.
6131         (gnus-convert-image-to-gray-x-face): Ditto.
6132         (gnus-convert-gray-x-face-to-xpm): Ditto.
6133         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
6134
6135 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6136
6137         * gnus-art.el (gnus-treat-display-xface): Don't use
6138         `shell-command-to-string' when compiling.
6139         (gnus-treat-display-grey-xface): Ditto.
6140
6141 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
6142
6143         * nnmaildir.el (nnmaildir--article-count): If the group is
6144         completely empty, report minimum article number as 1 instead of 0.
6145
6146 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
6147
6148         * gnus-agent.el (gnus-get-predicate): Use nconc.
6149
6150         * gnus-sum.el (gnus-summary-display-make-predicate): Use
6151         gnus-summary-display-cache as cache.
6152
6153         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
6154         (nndoc-mail-in-mail-type-p): New function.
6155         (nndoc-mail-in-mail-article-begin): New function.
6156
6157 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6158
6159         * mailcap.el (mailcap-mime-data): Use enriched-decode.
6160
6161         * gnus-cite.el (gnus-article-fill-cited-article): Bind
6162         use-hard-newlines to nil.
6163
6164         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
6165         image is not available if window-system is not available.
6166
6167         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
6168
6169 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6170
6171         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
6172         bookmark, because update-mark doesn't handle it correctly.
6173
6174 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6175
6176         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
6177         directly instead of calling message-send-mail.
6178
6179         * gnus-start.el (gnus-read-descriptions-file): Use
6180         gnus-default-charset.
6181
6182         * mm-util.el (mm-guess-mime-charset): New function.
6183
6184         * gnus.el (gnus-default-charset): Use it.
6185         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
6186         the default.
6187
6188 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6189
6190         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
6191         (article-display-x-face): Use it.  Disable grey xface, if
6192         uncompface is not found.
6193
6194         * message.el (message-mode): Don't enable multibyte on an indirect
6195         buffer.
6196
6197         * nnrss.el (nnrss-content-function): New variable.
6198         (nnrss-request-article): Use it.
6199
6200 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6201
6202         * gnus.el: Add article-unsplit-urls.
6203         * gnus-sum.el: Ditto.
6204         * gnus-art.el (gnus-treat-strip-cr): New variable.
6205         (gnus-treatment-function-alist): Use it.
6206         (article-unsplit-urls): New function.
6207         (gnus-article-make-menu-bar): Use it.
6208         From: Michael Cook <michael.cook@cisco.com>
6209
6210 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6211
6212         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
6213         copy.
6214
6215 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
6216
6217         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
6218         with internal whitespace.
6219         (gnus-parent-id): Ditto.
6220
6221 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6222
6223         * gnus-art.el (gnus-article-treat-body-boundary): Add
6224         gnus-decoration property.
6225         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
6226
6227         * message.el (message-mode): Set local-abbrev-table.
6228         From Matt Armstrong <matt@lickey.com>.
6229
6230         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
6231         too many spaces.
6232
6233         * rfc2047.el (rfc2047-unfold-region): Ditto.
6234         (rfc2047-decode-region): Don't unfold. Let
6235         gnus-article-treat-unfold-headers do it.
6236
6237         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
6238         From: Jesper Harder <harder@ifa.au.dk>
6239
6240 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6241
6242         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
6243         (gnus-configure-posting-styles): Use it.
6244         (gnus-configure-posting-styles): Remove trailing newspaces.
6245
6246 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6247
6248         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
6249         is non-nil.
6250
6251         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
6252
6253         * gnus.el (gnus-server-to-method): Switch position with
6254         gnus-server-get-method.
6255         (gnus-agent): Add doc.
6256
6257         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
6258         (gnus-summary-save-parts): Use it.
6259
6260         * gnus-art.el (gnus-display-mime): Use it.
6261         * mm-partial.el (mm-partial-find-parts): Use it.
6262
6263         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
6264
6265         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
6266         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
6267
6268         * nnagent.el (nnagent-request-expire-articles): Don't delete
6269         files.
6270
6271 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6272
6273         * message.el (message-gen-unsubscribed-mft): New function.
6274         From Sriram Karra <karra@cs.utah.edu>.
6275
6276         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
6277         open parenthesis.
6278
6279         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
6280         (mm-inline-text-html-render-with-w3): Ditto.
6281         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
6282         Suggested by Dave Love  <d.love@dl.ac.uk>.
6283
6284         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
6285
6286         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
6287         * nntp.el (nntp-send-command): Ditto.
6288         * nntp.el (nntp-send-command-nodelete): Ditto.
6289
6290 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6291
6292         * mm-url.el (mm-url-load-url): New function.
6293         (mm-url-insert-file-contents): Use it.
6294
6295         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
6296
6297         * message.el (message-forward-make-body): Correctly copy
6298         forward-buffer.
6299
6300         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
6301
6302 2002-02-04  Simon Josefsson  <jas@extundo.com>
6303
6304         * gnus-art.el (gnus-article-followup-with-original): Mark with
6305         force, prevent errors when following up from article buffer.
6306         (gnus-article-reply-with-original): Ditto.
6307
6308         * binhex.el (binhex-decoder-switches): Fix doc.  From
6309         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6310
6311 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6312
6313         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
6314         highlight-citation after emphasize.
6315
6316 2002-02-04  Simon Josefsson  <jas@extundo.com>
6317
6318         * nnfolder.el (nnfolder-open-marks):
6319
6320         * nnml.el (nnml-open-marks): Message when done.  From David
6321         Edmondson <dme@sun.com>.
6322
6323 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6324
6325         * imap.el (imap-anonymous-auth): Fix typo.
6326         From: Steinar Bang <sb@dod.no>
6327
6328         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
6329         save-excursion.
6330         (gnus-cache-braid-heads): Ditto.
6331
6332         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
6333         line, because there are extra articles in the overview buffer.
6334
6335         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
6336
6337         * message.el (message-forward-rmail-make-body): Directly use
6338         rmail-msg-restore-non-pruned-header to avoid calling
6339         vertical-motion.
6340
6341 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6342
6343         * gnus-cache.el (gnus-summary-insert-cached-articles):
6344         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
6345
6346         * gnus-group.el (gnus-group-mark-article-read): Nreverse
6347         gnus-newsgroups-unselected.
6348
6349         * gnus-agent.el (gnus-summary-set-agent-mark): Use
6350         gnus-add-to-sorted-list.
6351
6352         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
6353         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
6354         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
6355         (gnus-update-read-articles): UNREAD is sorted.
6356         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
6357         (gnus-newsgroup-marked, gnus-newsgroup-cached)
6358         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
6359         (gnus-newsgroup-dormant): Require sorted.
6360
6361         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
6362         directories.
6363         (gnus-dired-print): New function.
6364
6365         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
6366         ps-despool.
6367
6368 2002-02-02  Simon Josefsson  <jas@extundo.com>
6369
6370         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
6371
6372 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6373
6374         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
6375         t. This makes gnus-agent customizable without putting
6376         gnus-agentize into .gnus.
6377
6378         * gnus.el (gnus-agent): Make it customizable.
6379
6380         * gnus-dired.el: New file.
6381         From Benjamin Rutt <brutt@bloomington.in.us>
6382
6383         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
6384         if no article.
6385         (gnus-cache-possibly-remove-article): Ditto.
6386         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
6387
6388 2002-02-01  Simon Josefsson  <jas@extundo.com>
6389
6390         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
6391
6392 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6393
6394         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
6395         (mm-setup-w3m): Don't bind keys listed in the above.
6396
6397 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6398
6399         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
6400         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
6401         is non-nil; bind `w3m-force-redisplay' with nil.
6402
6403         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6404
6405         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
6406
6407 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6408
6409         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
6410         use mail-header-unfold-field.
6411
6412         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
6413         gnus-summary-limit.
6414
6415         * gnus-range.el (gnus-add-to-sorted-list): New function.
6416         * gnus-sum.el (gnus-mark-article-as-read): Use it.
6417         (gnus-mark-article-as-unread): Ditto.
6418         (gnus-summary-mark-article-as-unread): Ditto.
6419         (gnus-build-get-header): Ditto.
6420         (gnus-summary-prepare-threads): Ditto.
6421         (gnus-summary-insert-pseudos): Ditto.
6422         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
6423         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
6424         (gnus-summary-insert-old-articles): Ditto.
6425
6426         * gnus-msg.el (gnus-posting-styles): Add new format of header.
6427         (gnus-configure-posting-styles): Support the new format.
6428
6429         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
6430         edebug-form-spec to (sexp body).
6431         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
6432
6433         * message.el (message-reply-headers): Add doc.
6434
6435 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6436
6437         * gnus-group.el (gnus-group-delete-group): Nix the entry in
6438         gnus-cache-active-hashtb.
6439
6440         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
6441         (gnus-agent-summary-fetch-group): Use it.
6442
6443         * gnus-msg.el (gnus-debug-files): New variable.
6444         (gnus-debug-exclude-variables): New variable.
6445         (gnus-debug): Use them.
6446
6447         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
6448
6449 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6450
6451         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
6452         (message-mode-syntax-table): Move back the previous position.
6453
6454         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
6455
6456         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6457         gnus-sorted-difference.
6458
6459         * nnsoup.el (nnsoup-request-expire-articles): Use
6460         gnus-sorted-difference.
6461
6462         * nnheader.el: Autoload gnus-sorted-difference.
6463
6464         * nnfolder.el (nnfolder-request-expire-articles): Use
6465         gnus-sorted-difference.
6466
6467         * gnus-cache.el (gnus-cache-retrieve-headers): Use
6468         gnus-sorted-difference.
6469
6470         * gnus-range.el: Autoload cookies.
6471         (gnus-sorted-difference): New function.
6472         (gnus-sorted-ndifference): New function.
6473         (gnus-sorted-nintersection): Rename from
6474         gnus-set-sorted-intersection.
6475         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
6476         (gnus-list-range-difference): Rename from
6477         gnus-inverse-list-range-intersection.
6478         (gnus-inverse-list-range-intersection): Use defalias.
6479
6480         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
6481         gnus-sorted-ndifference, and gnus-sorted-nintersection.
6482         (gnus-articles-to-read): Use gnus-sorted-difference.
6483         (gnus-summary-limit-mark-excluded-as-read): Use
6484         gnus-sorted-intersection and gnus-sorted-ndifference.
6485         (gnus-list-of-read-articles): Use gnus-list-range-difference.
6486         (gnus-summary-insert-articles): Use gnus-sorted-difference.
6487
6488         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
6489
6490 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6491
6492         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
6493         property to the buffer for using emacs-w3m command keys.
6494
6495         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
6496         option.
6497
6498         * mm-view.el (mm-w3m-mode-map): New variable.
6499         (mm-w3m-mode-command-alist): New variable.
6500         (mm-w3m-minor-mode): Removed.
6501         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
6502         (mm-inline-text-html-render-with-w3m): Add keymap property to the
6503         buffer for using emacs-w3m command keys.
6504
6505 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6506
6507         * message.el (message-mode-syntax-table): Move forward.
6508         (message-cite-prefix-regexp): Auto detect non word constituents.
6509         (message-cite-prefix-regexp): Don't use with-syntax-table.
6510
6511         * gnus-sum.el (gnus-summary-update-info): Use
6512         gnus-list-range-intersection.
6513
6514         * gnus-agent.el (gnus-agent-fetch-headers): Use
6515         gnus-list-range-intersection.
6516
6517         * gnus-range.el (gnus-range-normalize): Use correct predicate.
6518         (gnus-list-range-intersection): Use it.
6519         (gnus-inverse-list-range-intersection): Ditto.
6520         (gnus-sorted-intersection): Add doc.
6521         (gnus-set-sorted-intersection): Add doc.
6522         (gnus-sorted-union): New function.
6523         (gnus-set-sorted-union): New function.
6524
6525         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
6526         (gnus-inverse-list-range-intersection): Ditto.
6527
6528 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
6529
6530         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
6531
6532         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
6533         and permit `:' and `\' in order to handle full Windows pathnames.
6534         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
6535         technically not correct per standard, but seems to have common use.
6536
6537 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6538
6539         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
6540         replacing numbers.
6541
6542 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
6543
6544         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
6545
6546         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
6547         Don't split when the window is small, e.g. when a small *BBDB*
6548         window is the lowest one.
6549
6550         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6551         nnheader-find-nov-line to speed up. Use nreverse, because it is
6552         sorted. Use nnheader-insert-nov-file.
6553
6554 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6555
6556         * mm-decode.el (mm-inline-text-html-with-images): New user option.
6557
6558         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
6559         of `w3m-display-inline-images' with the value of
6560         `mm-inline-text-html-with-images'.
6561         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
6562
6563         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6564
6565 2002-01-27  Richard M. Stallman  <rms@gnu.org>
6566
6567         * time-date.el: Add autoload cookies.  Many doc fixes.
6568         (time-add): New function.
6569         (time-subtract): Renamed from subtract-time.
6570         (subtract-time): New alias for time-subtract.
6571
6572 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6573
6574         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
6575         emacs-w3m in doc-string.
6576
6577         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
6578         `w3m-current-buffer'.
6579
6580 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6581
6582         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
6583
6584         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
6585         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
6586         (mm-w3m-cid-retrieve): New function.
6587         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
6588
6589 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6590
6591         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
6592
6593 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6594
6595         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
6596
6597 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6598
6599         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
6600         32K.
6601
6602         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
6603
6604         * nnmail.el (nnmail-article-group): Decode headers before running
6605         split rules over them.
6606         (nnmail-mail-splitting-charset): New variable.
6607
6608         * smiley.el: Replaced with smiley-ems.el.
6609
6610 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6611
6612         * mm-url.el (mm-url-predefined-programs): Add w3m.
6613         (mm-url-program): Ditto.
6614
6615 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6616
6617         * nnml.el (nnml-use-compressed-files): New variable.
6618         (nnml-filenames-are-evil): Removed.
6619         (nnml-current-group-article-to-file-alist): Don't use.
6620         (nnml-update-file-alist): Inhibit.
6621         (nnml-article-to-file): Use new var.
6622
6623 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6624
6625         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
6626
6627         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
6628
6629 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6630
6631         * gnus-agent.el (gnus-agent-load-alist): Use new caching
6632         function.
6633
6634         * gnus-util.el (gnus-cache-file-contents): New function.
6635
6636         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
6637         (gnus-agent-load-alist): Use it.
6638
6639         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
6640
6641         * nnheader.el (nnheader-insert-nov-file): New function.
6642
6643         * gnus-util.el (gnus-parse-without-error): Correct the loop.
6644
6645         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
6646         there are no references.
6647         (gnus-extract-message-id-from-in-reply-to): New function.
6648         (gnus-nov-parse-line): Use in-reply-to if there are no
6649         references.
6650
6651 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6652
6653         * nnagent.el (nnagent-retrieve-headers): Use new macro.
6654
6655         * gnus-util.el (gnus-parse-without-error): New macro.
6656
6657 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
6658
6659         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
6660         (gnus-article-wash-function): use locate-library to decide which
6661         to use.
6662
6663 2002-01-25  Simon Josefsson  <jas@extundo.com>
6664
6665         * pop3.el (pop3-munge-message-separator): Work if no date.
6666         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
6667
6668 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6669
6670         * gnus-agent.el (gnus-agent-save-alist): Fix.
6671
6672         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
6673         mistake.  Reinstated lost code.
6674
6675 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
6676
6677         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
6678         one exists in the case of an encrypted message with an internal
6679         signature.
6680
6681 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6682
6683         * gnus-agent.el (gnus-agent-save-alist): Optimized.
6684
6685 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6686
6687         * dgnushack.el: Commented out the experimental code.
6688
6689 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6690
6691         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
6692         error.
6693
6694         * gnus.el (gnus-server-to-method): Made into subst.
6695         (gnus-server-method-cache): New variable.
6696         (gnus-server-to-method): Use it.
6697         (gnus-group-method-cache): New variable.
6698         (gnus-find-method-for-group-1): Renamed.
6699         (gnus-find-method-for-group): New function.
6700         (gnus-group-method-cache): Removed.
6701
6702         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
6703         function.
6704
6705         * gnus-range.el (gnus-members-of-range): New function.
6706         (gnus-list-range-intersection): Renamed.
6707         (gnus-inverse-list-range-intersection): New function.
6708
6709         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
6710
6711         * nnagent.el (nnagent-retrieve-headers): New implementation.
6712
6713         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
6714         implementation.
6715
6716 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6717
6718         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
6719         `w3m-meta-content-type-charset-regexp'.
6720
6721         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
6722         charset-encoded html contents.
6723
6724 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6725
6726         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
6727         an empty file.
6728
6729         * nnweb.el (url): Ignore errors when request url.
6730
6731         * nnrss.el: Clean up the comments.
6732
6733 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6734
6735         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
6736
6737         * mm-decode.el (mm-inline-text-html-renderer): New user option.
6738         (mm-inline-media-tests): Test whether the value of
6739         `mm-inline-text-html-renderer' is a function for text/html.
6740
6741         * mm-view.el (mm-inline-text-html-render-with-w3): New function
6742         separated from `mm-inline-text'.
6743         (mm-w3m-minor-mode): New variable.
6744         (mm-w3m-setup): New variable.
6745         (mm-setup-w3m): New function.
6746         (mm-inline-text-html-render-with-w3m): New function.
6747         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
6748         text/html.
6749
6750 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
6751
6752         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
6753
6754 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
6757         and `gnus-xmas-completing-read'.
6758
6759 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6760
6761         * nneething.el (nneething-message-id-number): Abolished.
6762         (nneething-encode-file-name): Not encode numerical characters.
6763         (nneething-make-head): `nneething-message-id-number' is not
6764         used to generate message IDs.
6765
6766 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6767
6768         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
6769         characters.
6770
6771 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6772
6773         * gnus-xmas.el (gnus-xmas-completing-read): New function.
6774         (gnus-xmas-redefine): Redefine conditionally.
6775
6776 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6777
6778         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
6779         tag.
6780
6781 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6782
6783         * message.el (message-font-lock-keywords): Added the secure tag.
6784         * mml-sec.el: Added functions to generate/modify/remove the secure
6785         tag while in message mode.
6786         * mml-sec.el (mml-secure-message): New.
6787         * mml-sec.el (mml-unsecure-message): New.
6788         * mml-sec.el (mml-secure-message-sign-smime): New.
6789         * mml-sec.el (mml-secure-message-sign-pgp): New.
6790         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
6791         * mml-sec.el (mml-secure-message-encrypt-smime): New.
6792         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
6793         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
6794         * mml.el (mml-parse-1): Added code to recognise the secure tag and
6795         convert it to either a part or multipart depending on if there are
6796         other parts in the message.
6797         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
6798         to use the secure tag, rather than the part tag.
6799         * mml.el (mml-preview): Added a save-excursion to keep cursor
6800         position after doing an MML preview.
6801
6802 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6803
6804         * nnheader.el (nnheader-parse-overview-file): New function.
6805         (nnheader-write-overview-file): New function.
6806
6807 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6808
6809         * gnus.el (gnus-group-fast-parameter): Check better if expansion
6810         in wanted.
6811
6812         * nnweb.el (nnweb-type-definition): Clean up.
6813
6814 2002-01-21  Alastair Burt  <burt@dfki.de>
6815         Trivial patch.
6816
6817         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
6818         buffer exists before jumping to it.
6819
6820 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6821
6822         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
6823         function.
6824         (article-wash-html): Use it.
6825         (gnus-article-wash-function): New variable.
6826         (gnus-article-wash-html-with-w3m): New function.
6827
6828 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6829
6830         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
6831         XEmacs.
6832
6833 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
6834
6835         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
6836         command line.
6837
6838 2002-01-21  Simon Josefsson  <jas@extundo.com>
6839
6840         * canlock.el (base64-encode-string): Autoload it from base64.
6841         (canlock-make-cancel-key): Base64 encode unibyte string.
6842
6843 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6844
6845         * nnfolder.el (nnfolder-request-accept-article): Unfold
6846         x-from-line.
6847         (nnfolder-request-replace-article): Ditto.
6848
6849 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
6850
6851         * gnus-group.el (gnus-group-best-unread-group): Use the right
6852         positioning function.
6853
6854 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6855
6856         * smiley-ems.el (smiley-region): Use new function.
6857         (smiley-update-cache): Use general image functions.
6858         (smiley-region): Use general functions.
6859
6860         * gnus-util.el (gnus-graphic-display-p): New function.
6861
6862         * nnmail.el (nnmail-article-group): Allow outputting traces of
6863         non-strings.
6864
6865         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
6866         (nndoc-exim-bounce-type-p): New function.
6867
6868         * message.el (message-dont-send): Doc fix.
6869
6870         * gnus-util.el (gnus-completing-read): Remove
6871         inherit-input-method.
6872
6873         * gnus-art.el (gnus-treat-smiley): Doc fix.
6874
6875         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
6876         articles.
6877
6878 2002-01-19  Simon Josefsson  <jas@extundo.com>
6879
6880         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
6881         (imap-kerberos4-open): Ditto.
6882         (imap-open): Set port correctly, don't set auth.
6883
6884 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6885
6886         * gnus.el (gnus-version-number): Bump version number.
6887
6888 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6889
6890         * gnus.el: Oort Gnus v0.05 is released.
6891
6892 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6893
6894         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
6895         exists.
6896
6897         * gnus-spec.el (gnus-string-width-function): New function.
6898         (gnus-tilde-cut-form): Use it.
6899         (gnus-tilde-max-form): Ditto.
6900         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
6901         (gnus-substring-function): Use it.
6902         (gnus-tilde-cut-form): Ditto.
6903         (gnus-substring-function): New function.
6904
6905         * message.el (message-check-news-header-syntax): New message.
6906
6907         * gnus.el (gnus-slave-no-server): Doc fix.
6908
6909         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
6910
6911 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6912
6913         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
6914         `seen' if it looks like (seen NUM1 . NUM2).  It should be
6915         (seen (NUM1 . NUM2)).
6916
6917 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6918
6919         * gnus-topic.el (gnus-topic-catchup-articles): Update article
6920         number in closed topics.
6921
6922 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
6923
6924         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
6925         functions.
6926
6927 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6928
6929         * gnus.el (gnus-group-find-parameter): Clean up.
6930
6931         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
6932         articles.
6933
6934         * gnus-util.el (gnus-completing-read-with-default): Renamed.
6935
6936         * nnmail.el (nnmail-article-group): Clean up.
6937
6938 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
6939
6940         * gnus-agent.el (gnus-category-name): Intern the category name.
6941
6942 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6943
6944         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
6945
6946         * gnus-util.el (gnus-completing-read): New function.
6947
6948 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6949
6950         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
6951
6952         * smiley-ems.el (smiley-region): Register smiley.
6953         (smiley-toggle-buffer): Rewrite the function.
6954         (smiley-active): Removed.
6955
6956 2002-01-19  Simon Josefsson  <jas@extundo.com>
6957
6958         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
6959         Jesper Harder <harder@ifa.au.dk>.
6960
6961 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6962
6963         * gnus-art.el (gnus-request-article-this-buffer): Call
6964         `nneething-get-file-name' to extract the file name from the
6965         message id.
6966
6967         * nneething.el (nneething-encode-file-name): New function.
6968         (nneething-decode-file-name): Ditto.
6969         (nneething-get-file-name): Ditto.
6970         (nneething-make-head): Encode the file name and encapsulate it
6971         into the field of the message id.
6972
6973 2002-01-18  Simon Josefsson  <jas@extundo.com>
6974
6975         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
6976         stored in .marks.
6977
6978         * nnfolder.el (nnfolder-request-update-info): Ditto.
6979
6980 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6981
6982         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
6983
6984 2002-01-18  Simon Josefsson  <jas@extundo.com>
6985
6986         * imap.el (imap-starttls-p): Don't check for binary.
6987         (imap-gssapi-auth-p): Ditto.
6988         (imap-kerberos4-auth-p): Ditto.
6989         (imap-open): Change logic.  Iterate through all possible streams,
6990         instead of bailing out after first failure.  Move authenticator
6991         decision to `imap-authenticate'.
6992         (imap-authenticate): Change logic, now finds the authenticator to
6993         use, was previously in `imap-open'.
6994         (imap-open): Return nil on failure.
6995         (imap-open): Setup temp buffer correctly.
6996         (imap-open): Return buffer only on success.
6997         (imap-interactive-login, imap-interactive-login): Tell the user
6998         which stream/authenticator is used for the queried
6999         username/password.
7000         (imap-open, imap-authenticate): Set variables.
7001         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
7002         (imap-open): Don't assume how `with-temp-buffer' is implemented.
7003
7004 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7005
7006         * gnus-fun.el (gnus-grab-cam-x-face): New function.
7007
7008 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7009
7010         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
7011
7012 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7013
7014         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
7015         (gnus-agent-group-mode-map): Bind it to "Jo".
7016         (gnus-agent-group-make-menu-bar): Add it into menu bar.
7017
7018 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
7019
7020         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
7021         (gnus-summary-mail-toolbar): Add mail article deletion button.
7022
7023         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
7024         false positives for lines of "^^^^".
7025
7026         * gnus-picon.el (gnus-picon-find-face): faces database is all
7027         lowercase.
7028
7029 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7030
7031         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
7032         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
7033         duplications.
7034         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
7035
7036 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7037
7038         * gnus-sum.el (gnus-summary-initial-limit): Inline
7039         gnus-summary-limit-children.
7040         (gnus-summary-initial-limit): Don't limit if
7041         gnus-newsgroup-display is nil.
7042         (gnus-summary-initial-limit): No, don't.
7043
7044         * gnus-util.el
7045         (gnus-put-text-property-excluding-characters-with-faces): Inline
7046         gnus-put-text-property.
7047
7048         * gnus-spec.el (gnus-default-format-specs): New variable.
7049
7050         * gnus-start.el (gnus-read-newsrc-file): Don't clear
7051         gnus-format-specs.
7052         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
7053
7054         * gnus-spec.el (gnus-update-format-specifications): Really check
7055         the Gnus version of the .newsrc.eld file.
7056         (gnus-format-specs): Save the new default summary format.
7057
7058         * gnus-util.el (gnus-parent-id): Check whether references is empty
7059         before splitting.
7060
7061         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
7062         functions.
7063         (gnus-gather-threads-by-references): Inline
7064         `gnus-split-references'.
7065
7066         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
7067         default value of gnus-summary-line-format-spec.
7068
7069 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7070
7071         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
7072         message.
7073         (nnslashdot-request-list): Ditto.
7074         (nnslashdot-sid-strip): Removed.
7075
7076 2002-01-15  Simon Josefsson  <jas@extundo.com>
7077
7078         * nnimap.el (nnimap-close-asynchronous): Enable.
7079         (nnimap-close-group): Expunge.
7080
7081 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7082
7083         * gnus-util.el (gnus-user-date-format-alist): Typo.
7084         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
7085
7086 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7087
7088         * nneething.el (nneething-request-article): Set
7089         `nnmail-file-coding-system' to `binary' locally, in order to read
7090         files without any conversion.
7091
7092 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7093
7094         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7095         nnheader-file-coding-system and nnmail-active-file-coding-system.
7096         (gnus-agent-regenerate-group): Ditto.
7097         (gnus-agent-regenerate): Ditto.
7098         (gnus-agent-write-active): Ditto.
7099         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
7100
7101 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7102
7103         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
7104         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
7105
7106 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7107
7108         * gnus.el: We don't need gnus-article-show-all-headers.
7109
7110         * gnus-art.el (article-show-all, gnus-article-show-all-header):
7111         Ditto.
7112
7113         * gnus-sum.el (gnus-summary-select-article): Don't call
7114         show-all-headers, because hidden headers are not hidden text any
7115         more.
7116
7117 2002-01-13  Simon Josefsson  <jas@extundo.com>
7118
7119         * message.el (message-newline-and-reformat): Use `newline' instead
7120         of inserting \n, so that the newline is marked as hard.
7121
7122         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
7123         From Jesper Harder <harder@ifa.au.dk>.
7124
7125 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7126
7127         * imap.el (imap-close): Keep going if quit.
7128
7129         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
7130         nntp-server-buffer.
7131
7132 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7133
7134         * mm-view.el (mm-display-inline-fontify): Require font-lock to
7135         avoid unbinding shadowed variables.
7136
7137         * gnus-art.el (gnus-picon-databases): Moved here.
7138         (gnus-picons-installed-p): Moved here.
7139         (gnus-article-reply-with-original): Use `mark'.
7140
7141         * gnus.el (gnus-picon): Moved here and renamed.
7142
7143         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
7144         installed.
7145         (gnus-treat-mail-picon): Ditto.
7146         (gnus-treat-newsgroups-picon): Ditto.
7147
7148         * gnus-picon.el (gnus-picons-installed-p): New function.
7149
7150 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7151
7152         * gnus-agent.el (gnus-agent-go-online): Fix doc.
7153
7154 2002-01-12  Simon Josefsson  <jas@extundo.com>
7155
7156         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
7157         (nnimap-before-find-minmax-bugworkaround): Use it.
7158         (nnimap-find-minmax-uid): Don't reselect current mailbox.
7159         (nnimap-dont-close): New variable.
7160         (nnimap-close-group): Use it.
7161
7162 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7163
7164         * gnus-art.el (gnus-article-reply-with-original): Use
7165         `mark-active'.
7166
7167         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
7168
7169         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
7170         (gnus-score-advanced): Clean up.
7171         (gnus-score-advanced): Accept a multiple of the score.
7172
7173 2002-01-12  Simon Josefsson  <jas@extundo.com>
7174
7175         * flow-fill.el (fill-flowed-display-column)
7176         (fill-flowed-encode-columnq): New variables.  Suggested by
7177         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
7178         (fill-flowed-encode, fill-flowed): Use them.
7179
7180         * message.el (message-send-news, message-send-mail): Use
7181         m-b-s-n-p-e-h-n.
7182
7183         * mml.el (autoload): Autoload fill-flowed-encode.
7184         (mml-buffer-substring-no-properties-except-hard-newlines): New
7185         function.
7186         (mml-read-part): Use it.
7187         (mml-generate-mime-1): Encode format=flowed if appropriate.
7188         (mml-insert-mime-headers): Insert format=flowed.
7189
7190         * flow-fill.el (fill-flowed-encode): New function.
7191         (fill-flowed): Bind fill-column to window width.
7192
7193 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7194
7195         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
7196         it exists.
7197         (gnus-summary-setup-buffer): Wake up dead summary buffers.
7198         (gnus-summary-buffer-name): Don't return the dead name after all.
7199         (gnus-summary-setup-buffer): Kill the dead buffer.
7200
7201         * gnus-art.el (gnus-article-followup-with-original): Store the
7202         value of the mark before deactivating it.
7203
7204 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7205
7206         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
7207         From: Karl Kleinpaste <karl@charcoal.com>
7208
7209         * gnus-art.el (article-display-x-face): Ditto.
7210         (gnus-article-reply-with-original): Use gnus-region-active-p.
7211         (gnus-article-followup-with-original): Ditto.
7212
7213         * gnus-sum.el (gnus-summary-read-group-1): Don't select
7214         downloadable article either.
7215
7216 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7217
7218         * gnus-art.el (article-display-x-face): Insert From:.
7219
7220         * gnus-sum.el (gnus-summary-move-article): Don't draw the
7221         article. Bind gnus-display-mime-function and
7222         gnus-article-prepare-hook.
7223
7224         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
7225         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
7226         gnus-agent-possibly-synchronize-flags to the last.
7227         (gnus-agent-go-online): New function. New variable.
7228
7229 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7230
7231         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
7232         (gnus-agent-regenerate): Ditto.
7233
7234 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7235
7236         * message.el (message-ignored-news-headers)
7237         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
7238         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
7239
7240         * gnus.el (gnus-gethash-safe): New macro.
7241
7242         * gnus-agent.el (gnus-agent-regenerate-history): New function.
7243         (gnus-agent-regenerate): Show messages.
7244
7245 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7246
7247         * gnus-agent.el (gnus-agent-regenerate-group): New function.
7248         (gnus-agent-regenerate): New function.
7249         (gnus-agent-save-alist): Sort.
7250         (gnus-agent-copy-nov-line): Test eobp.
7251         (gnus-agent-retrieve-headers): Erase buffer.
7252
7253 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7254
7255         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
7256         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
7257
7258         * gnus.el (gnus-agent-covered-methods): Move here.
7259         (gnus-online): New function.
7260         (gnus-agent-method-p): Move here.
7261
7262         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
7263         nil. Remove articles-alist.
7264
7265         * gnus-start.el (gnus-get-unread-articles): Check online.
7266         (gnus-groups-to-gnus-format): Ditto.
7267         (gnus-active-to-gnus-format): Ditto.
7268
7269         * gnus-agent.el (gnus-agent-get-function): Use it.
7270         (gnus-agent-get-undownloaded-list): Ditto.
7271         (gnus-agent-fetch-session): Only fetch online methods.
7272
7273         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
7274         (gnus-server-mode-map): Ditto.
7275         (gnus-server-offline-face): New face.
7276         (gnus-server-offline-face): New variable.
7277         (gnus-server-font-lock-keywords): Add offline.
7278         (gnus-server-insert-server-line): Ditto.
7279         (gnus-server-offline-server): New function.
7280
7281         * gnus-int.el (gnus-open-server): Turn to offline.
7282         (gnus-server-unopen-status): New variable.
7283
7284 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7285
7286         * nnkiboze.el (nnkiboze-request-article): Use
7287         gnus-agent-request-article.
7288
7289         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
7290         function. Insert undownloaded NOV.
7291
7292         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
7293         (gnus-agent-request-article): New function.
7294
7295         * gnus.el (gnus-agent-cache): New variable.
7296
7297         * gnus-int.el (gnus-retrieve-headers): Use
7298         gnus-agent-retrieve-headers.
7299         (gnus-request-head): Use gnus-agent-request-article.
7300         (gnus-request-body): Ditto.
7301
7302         * gnus-art.el (gnus-request-article-this-buffer): Use
7303         gnus-agent-request-article.
7304
7305         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
7306         article if it is undownloaded.
7307
7308 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7309
7310         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
7311
7312 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7313
7314         * canlock.el (canlock-string-as-unibyte): New macro.
7315         (canlock-sha1-with-openssl): Return a unibyte string.
7316         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
7317
7318 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
7319
7320         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
7321
7322 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7323
7324         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
7325         application/x-emacs-lisp.
7326
7327         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
7328
7329         * nntp.el (nntp-request-article): Add group parameter.
7330         (nntp-request-head): Ditto.
7331         (nntp-find-group-and-number): Add parameter group. Figure out
7332         number if the status line doesn't give (e.g. quimby.gnus.org).
7333
7334 2002-01-08  Simon Josefsson  <jas@extundo.com>
7335
7336         * mml.el (mml-generate-mime-1): Set recipient correctly.
7337
7338 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7339
7340         * message.el (message-read-from-minibuffer): Add parameter
7341         initial-contents.
7342         * gnus-msg.el (gnus-summary-resend-message): Use it.
7343
7344         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
7345         behavior of quit-config.
7346
7347         * message.el (message-make-from): Don't quote fullname.
7348         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
7349
7350         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
7351         From: <andre@slamdunknetworks.com>
7352
7353 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
7354
7355         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
7356
7357         * gnus-art.el (gnus-header-button-alist): Handle mailto.
7358
7359         * mml.el (mml-preview): Bind gnus-original-article-buffer because
7360         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
7361         because bbdb may use it.
7362
7363 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7364
7365         * nneething.el (nneething-request-article): When a non-text file
7366         is converted to an article, its data is encoded in base64.  Call
7367         `nneething-make-head' with options to specify MIME types.
7368         (nneething-make-head): Add optional arguments to specify MIME
7369         types.
7370
7371 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7372
7373         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
7374         header if there is not.
7375
7376         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
7377
7378         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
7379         (gnus-inews-mark-gcc-as-read): Obsolete variable.
7380         (gnus-inews-do-gcc): Use them.
7381
7382         * gnus-group.el (gnus-group-mark-article-read): Put holes into
7383         gnus-newsgroup-unselected.
7384
7385 2002-01-06  Simon Josefsson  <jas@extundo.com>
7386
7387         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
7388         condition-case, not ignore-errors.
7389
7390 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7391
7392         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
7393         gnus-fetch-old-headers.
7394
7395         * gnus-art.el (article-display-x-face): Use the current buffer
7396         unless `W f'. Otherwise, X-Face may be shown in the header of a
7397         forwarded part.
7398         (gnus-treatment-function-alist): Treat xface before hiding
7399         headers.
7400
7401 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7402
7403         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
7404         parameters.
7405
7406 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7407
7408         * mm-util.el (mm-multibyte-p): Define conditionally when load.
7409         (mm-guess-charset): New function.
7410         (mm-charset-after): Use it.
7411         (mm-detect-coding-region): New function.
7412         (mm-detect-mime-charset-region): New function.
7413
7414         * gnus-sum.el (gnus-summary-show-article): Use
7415         mm-detect-coding-region.
7416
7417 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7418
7419         * message.el (message-make-fqdn): Be less violent.
7420
7421         * gnus.el (gnus-logo-color-style): Compute custom form
7422         automatically.
7423
7424         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
7425         score file of the parent to the document group.
7426
7427         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
7428         parameters parameter.
7429
7430         * gnus-score.el (gnus-score-load-file): Clean up.
7431
7432 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7433
7434         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
7435         From: Damien Wyart <damien.wyart@free.fr>
7436
7437         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
7438
7439 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7440
7441         * gnus-sum.el (gnus-select-group-hook): Typo.
7442
7443         * rfc2047.el (rfc2047-decode-string): Return immediately if there
7444         is no quoted-printable-encoded STRING.
7445         From: Jesper Harder <harder@ifa.au.dk>
7446
7447         (rfc2047-decode-string): Decode it.
7448
7449 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7450
7451         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
7452
7453 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
7454         Trivial patch.
7455
7456         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
7457         buffer to get rid of junk line.
7458
7459 2002-01-05  Simon Josefsson  <jas@extundo.com>
7460
7461         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
7462         C-o.
7463         (message-mode-map): Bind message-insert-or-toggle-importance to
7464         C-c C-u.
7465         (message-mode-map): Bind message-disposition-notification-to to
7466         C-c M-n.
7467         (message-mode-menu): Add m-d-n-t.
7468         (message-mode-field-menu): Add m-goto-from.
7469         (message-mode): Doc fix.
7470         (message-goto-from): New function.
7471         (message-insert-disposition-notification-to): New function.
7472         (message-tool-bar-map): Add receipt button.
7473
7474 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7475
7476         * gnus-sum.el (gnus-thread-latest-date): New function.
7477         (gnus-thread-sort-by-most-recent-number): Renamed.
7478         (gnus-thread-sort-functions): Doc fix.
7479         (gnus-select-group-hook): Don't use setq on a hook.
7480         (gnus-thread-latest-date): Use date, not number
7481
7482         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
7483         (gnus-agent-expire): Allow regexp of expire-days.
7484
7485         * gnus-art.el (gnus-article-reply-with-original): Deactivate
7486         region.
7487         (gnus-article-followup-with-original): Ditto.
7488
7489         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
7490
7491         * gnus-art.el (gnus-mime-display-alternative): Use
7492         gnus-local-map-property.
7493         (gnus-mime-display-alternative): Ditto.
7494         (gnus-insert-mime-security-button): Ditto.
7495         (gnus-insert-next-page-button): Ditto.
7496         (gnus-button-prev-page): Take optional args.
7497         (gnus-insert-prev-page-button): widget-convert.
7498
7499         * gnus-util.el (gnus-local-map-property): New function.
7500
7501         * gnus-art.el (gnus-prev-page-map): Use parent map.
7502         (gnus-next-page-map): Ditto.
7503
7504         * gnus-spec.el (gnus-parse-format): Clean up.
7505         (gnus-parse-format): Do complex formatting for %=.
7506
7507         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
7508         "X-Face: " to the data in the built-in scenario.
7509
7510         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
7511         (gnus-correct-pad-form): Renamed.
7512         (gnus-tilde-max-form): Clean up.
7513         (gnus-pad-form): Use gnus-use-correct-string-widths.
7514
7515         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
7516         support if that is available.
7517
7518         * gnus-sum.el (gnus-thread-highest-number): New function.
7519         (gnus-thread-sort-by-most-recent-thread): New function.
7520         (gnus-thread-sort-functions): Doc fix.
7521
7522 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7523
7524         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
7525         all cases.
7526         (gnus-summary-mode): Enable it in all cases.
7527         (gnus-summary-display-article): Ditto.
7528         (gnus-summary-edit-article): Ditto.
7529
7530         * gnus-ems.el (gnus-put-image): Really return glyph.
7531
7532         * gnus-art.el (gnus-article-x-face-command): Fix :type.
7533         (gnus-treat-smiley): Don't take "P" in the interactive form.
7534
7535 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7536
7537         * compface.el (uncompface): XEmacs and Emacs have differing
7538         capabilities.
7539
7540         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
7541
7542         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
7543         (gnus-article-xface-ring-size): Removed.
7544         (gnus-article-display-xface): Removed.
7545         (gnus-remove-image): Cleaned up.
7546
7547         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
7548         (gnus-xmas-create-image): Take pbm files.
7549         (gnus-x-face): Removed.
7550         (gnus-xmas-article-display-xface): Removed.
7551
7552         * gnus-fun.el (gnus-display-x-face-in-from): Bind
7553         default-enable-multibyte-characters.
7554
7555         * compface.el (uncompface): Doc fix.
7556
7557         * gnus-art.el (gnus-article-x-face-command): Use
7558         gnus-display-x-face-in-from.
7559
7560         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
7561
7562         * gnus-ems.el (gnus-put-image): Return the image.
7563
7564         * gnus-fun.el (gnus-display-x-face-in-from): New function.
7565         (gnus-x-face): Moved here.
7566
7567 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7568
7569         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
7570         invisible if string is nil.
7571         (gnus-xmas-article-display-xface): Use it.
7572
7573         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
7574         property when string is nil.
7575         (gnus-article-display-xface): Use it.
7576
7577 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7578
7579         * gnus-art.el (article-display-x-face): Check whether valid grey
7580         face was returned.
7581         (article-display-x-face): Place image in the right spot.
7582
7583         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
7584         stderr.
7585         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
7586
7587 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7588
7589         * gnus-xmas.el (gnus-xmas-create-image): Take optional
7590         parameters.
7591         (gnus-xmas-put-image): Allow non-strings to be passed.
7592
7593         * gnus-art.el (article-display-x-face): Use optional parameters.
7594
7595         * gnus-ems.el (gnus-create-image): Take optional parameters.
7596
7597         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
7598
7599         * compface.el (compface-xbm-p): Removed.
7600
7601         * gnus-ems.el (gnus-article-compface-xbm): Removed.
7602         (gnus-article-display-xface): Use compface.
7603
7604         * compface.el: New file.
7605
7606         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
7607         (gnus-convert-image-to-x-face-command): Ditto.
7608         (gnus-random-x-face): Quote argument.
7609         (gnus-x-face-from-file): Ditto.
7610
7611 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
7612
7613         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
7614         the expire-group parameter once per article rather than once
7615         per group; bind `nnmaildir-article-file-name' and `article'
7616         for convenience.  Leave article alone when expire-group
7617         specifies the current group.
7618         (nnmaildir--update-nov): be more concurrency-friendly with
7619         temp file names.
7620
7621 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7622
7623         * gnus-start.el (gnus-read-init-file): Cleaned up.
7624
7625 2002-01-03  Dave Love  <d.love@dl.ac.uk>
7626
7627         * gnus-start.el (gnus-startup-file-coding-system): Removed.
7628         (gnus-read-init-file): Don't use it.
7629
7630 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7631
7632         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
7633
7634 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7635
7636         * gnus-start.el (gnus-read-init-file): Don't force coding system
7637         for ~/.gnus.  From Dave Love <fx@gnu.org>.
7638
7639 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7640
7641         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
7642         * nnspool.el (nnspool-request-post): Ditto.
7643
7644         * mm-util.el (mm-use-find-coding-systems-region): New variable.
7645         (mm-find-mime-charset-region): Use it.
7646
7647 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7648
7649         * gnus.el (gnus-summary-line-format): Added :link.
7650         * gnus-topic.el (gnus-topic-line-format): Ditto.
7651         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
7652         * gnus-srvr.el (gnus-server-line-format): Ditto.
7653         * gnus-group.el (gnus-group-line-format): Ditto.
7654
7655         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
7656         :keys, it works on both Emacsen.
7657
7658 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7659
7660         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
7661
7662 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7663
7664         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
7665
7666 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
7667
7668         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
7669         very wide reply.
7670
7671 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7672
7673         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
7674         (gnus-picon-cache): New variable.
7675         (gnus-picon-transform-newsgroups): Cache stuff.
7676
7677         * gnus-art.el (gnus-article-reply-with-original): New command.
7678         (gnus-article-followup-with-original): New command.
7679
7680         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
7681         END parameters.
7682         (gnus-summary-followup): Take a list of list of articles.
7683         (gnus-inews-yank-articles): Allow lists of article/regions.
7684
7685         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
7686         longer the usual commands.
7687
7688         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
7689         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
7690         shell-command-on-region.
7691
7692 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7693
7694         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
7695           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
7696
7697 2002-01-03  Steve Youngs  <youngs@xemacs.org>
7698
7699         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
7700         understand ':keys', wrap it in an featurep 'xemacs.
7701
7702 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7703
7704         * gnus-ems.el (gnus-article-display-xface): Show xface in the
7705         order of headers (Actually, it is called in a reversed order). Add
7706         'gnus-image-text-deletable property.
7707         (gnus-remove-image): Remove text with such a property.
7708
7709         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
7710         gnus-put-image.
7711
7712         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
7713         with ", "
7714
7715 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7716
7717         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
7718
7719         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
7720         (article-display-x-face): Display grey X-Faces.
7721
7722         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
7723         (gnus-convert-gray-x-face-to-ppm): Ditto.
7724         (gnus-convert-image-to-gray-x-face): Ditto.
7725
7726         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
7727         gnus-summary-show-raw-article.
7728
7729 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7730
7731         Display picons in XEmacs without showing text.
7732
7733         * gnus-xmas.el (gnus-xmas-create-image): Don't use
7734         mm-create-image-xemacs to create xbm glyph, because it deletes
7735         temporary files.
7736         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
7737         (gnus-xmas-remove-image): Make text visible, remove glyph.
7738
7739         * gnus-picon.el (gnus-picon-transform-newsgroups)
7740         (gnus-picon-transform-address): Insert spec backward, due to the
7741         incompatibility of gnus-xmas-put-image.
7742
7743 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7744
7745         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
7746
7747 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7748
7749         * gnus.el: Doc fix.
7750
7751         * gnus-art.el: Doc fix.
7752
7753         * gnus-agent.el: Doc fix.
7754
7755 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7756
7757         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
7758
7759 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
7760
7761         * nnmaildir.el (nnmaildir--update-nov): automatically parse
7762         NOV data out of the message again if nnmail-extra-headers has
7763         changed.
7764
7765 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7766
7767         * gnus-fun.el: New file.
7768         (gnus-convert-image-to-x-face-command): New variable.
7769         (gnus-insert-x-face): New function.
7770         (gnus-random-x-face): Renamed.
7771         (gnus-x-face-from-file): Renamed.
7772
7773         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
7774         "_".
7775         (gnus-body-boundary-delimiter): Typo fix.
7776
7777 2002-01-02  Simon Josefsson  <jas@extundo.com>
7778
7779         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
7780         (gnus-body-boundary-delimiter): Fix type.
7781
7782 2002-01-01  Simon Josefsson  <jas@extundo.com>
7783
7784         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
7785         (gnus-treat-emphasize, gnus-treat-strip-cr)
7786         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
7787         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
7788         (gnus-treat-fill-article, gnus-treat-hide-citation)
7789         (gnus-treat-hide-citation-maybe)
7790         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
7791         (gnus-treat-strip-pem, gnus-treat-strip-banner)
7792         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
7793         (gnus-treat-date-ut, gnus-treat-date-local)
7794         (gnus-treat-date-english, gnus-treat-date-lapsed)
7795         (gnus-treat-date-original, gnus-treat-date-iso8601)
7796         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
7797         (gnus-treat-strip-trailing-blank-lines)
7798         (gnus-treat-strip-leading-blank-lines)
7799         (gnus-treat-strip-multiple-blank-lines)
7800         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
7801         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
7802         (gnus-treat-display-xface, gnus-treat-display-smileys)
7803         (gnus-treat-from-picon, gnus-treat-mail-picon)
7804         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
7805         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
7806         (gnus-treat-play-sounds, gnus-treat-translate)
7807         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
7808
7809         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
7810         (gnus-article-treat-body-boundary): Use it.
7811
7812         * message.el (message-mode): Fix doc.
7813         (message-mode-menu): Fix names.
7814
7815 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7816
7817         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
7818         articles.
7819
7820         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
7821         (gnus-picon-transform-address): Search for unknown faces as well.
7822         (gnus-picon-find-face): Don't search "news" for MISC.
7823         (gnus-picon-user-directories): Changed default back to exclude
7824         "unknown".
7825
7826         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
7827
7828         * gnus-picon.el (gnus-picon-find-face): Search through all
7829         databases.
7830         (gnus-picon-find-face): New implementation.
7831
7832         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
7833         keystroke.
7834         (gnus-topic-goto-next-topic): Ditto.
7835
7836         * gnus.el (gnus-summary-line-format): Changed default.
7837
7838         * nnmail.el (nnmail-extra-headers): Change default.
7839
7840         * gnus-sum.el (gnus-extra-headers): Change default.
7841
7842         * message.el (message-news-other-window): Changed "news" to
7843         "posting".
7844         (message-news-other-frame): Ditto.
7845         (message-do-send-housekeeping): Ditto.
7846
7847         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
7848         function.
7849         (gnus-article-unread-p): New function.
7850         (gnus-article-unseen-p): New function.
7851         (gnus-dead-summary-mode-map): Typo.
7852
7853         * gnus-util.el (gnus-make-predicate): New function.
7854         (gnus-make-predicate-1): New function.
7855
7856         * gnus-sum.el: New function.
7857         (gnus-map-articles): New function.
7858
7859         * gnus-art.el (gnus-treat-fold-headers): New variable.
7860         (gnus-article-treat-fold-headers): New command and keystroke.
7861
7862         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
7863         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
7864
7865 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7866
7867         * message.el (message-fcc-externalize-attachments): New variable.
7868         (message-do-fcc): Use it.
7869
7870         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
7871         (gnus-inews-do-gcc): Use it.
7872
7873         * mml.el (mml-tweak-sexp-alist): New variable.
7874         (mml-externalize-attachments): New variable.
7875         (mml-tweak-part): Use mml-tweak-sexp-alist.
7876         (mml-tweak-externalize-attachments): New function.
7877
7878 2002-01-01  Steve Youngs  <youngs@xemacs.org>
7879
7880         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
7881         'set-glyph-face' so x-face back/foreground can be set.
7882
7883 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7884
7885         * message.el (message-fix-before-sending): Fix a typo.
7886
7887 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7888
7889         * gnus-art.el (gnus-treat-smiley): Renamed command.
7890         (gnus-article-remove-images): New command and keystroke.
7891
7892         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
7893
7894         * smiley-ems.el (gnus-smiley-display): Removed.
7895
7896         * gnus.el (gnus-version-number): Update version.
7897
7898         * message.el (message-text-with-property): Renamed and moved
7899         here.
7900         (message-fix-before-sending): Highlight invisible text and place
7901         point there.
7902
7903 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7904
7905         * gnus.el: Oort Gnus v0.04 is released.
7906
7907 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7908
7909         * gnus-delay.el (gnus-delay-send-queue): Renamed.
7910
7911         * gnus-art.el (gnus-ignored-headers): More headers,
7912
7913         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
7914         of `scan-error', since XEmacs doesn't seem to support that.
7915
7916 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7917
7918         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
7919         arg.
7920         (gnus-summary-best-unread-subject): Ditto.
7921         (gnus-summary-best-unread-subject): No, don't.
7922         (gnus-summary-better-unread-subject): New command.
7923
7924         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
7925
7926         * lpath.el ((featurep 'xemacs)): fbind url function.
7927
7928         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
7929         buffer.
7930         (gnus-xmas-remove-image): Implementation that does something.
7931         (gnus-xmas-article-display-xface): Mark images properly.
7932
7933         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
7934
7935 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
7936
7937         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
7938
7939 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7940
7941         * gnus-group.el (gnus-group-line-format): Added %O to the default
7942         value.
7943
7944         * gnus-util.el (gnus-text-with-property): The smallest point is
7945         point-min.
7946
7947         * smiley-ems.el (smiley-region): Return images.
7948         (gnus-smiley-display): Allow toggling.
7949         (smiley-region): Use text properties, not overlays.
7950
7951         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
7952         implemented yet.
7953
7954         * smiley-ems.el (smiley-update-cache): Check for valid types.
7955
7956         * gnus-art.el (gnus-with-article-buffer): New macro.
7957
7958         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
7959         strings as well as the glyphs.
7960         (gnus-picon-transform-address): Ditto.
7961         (gnus-picon-insert-glyph): Ditto.
7962         (gnus-picon-transform-newsgroups): Toggle.
7963         (gnus-picon-transform-address): Toggle.
7964
7965         * gnus-ems.el (gnus-remove-image): New function.
7966         (gnus-put-image): Take an optional string.
7967
7968         * gnus-util.el (gnus-text-with-property): New function.
7969
7970         * gnus-art.el (gnus-delete-images): New function.
7971
7972         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
7973
7974         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
7975         (gnus-article-wash-status): Use it.
7976         (gnus-signature-toggle): Clean up.
7977         (gnus-add-wash-status): New function.
7978         (gnus-delete-wash-status): New function.
7979         (gnus-article-hide-text-type): Use them throughout.
7980         (gnus-add-image): New function.
7981
7982         * gnus-ems.el (gnus-article-display-xface): Use new interface.
7983
7984         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
7985         interface.
7986
7987         * gnus-art.el (article-display-x-face): Cleaned up.
7988
7989         * rfc2047.el (rfc2047-field-value): New function.
7990
7991         * mail-parse.el (mail-header-field-value): New alias.
7992
7993         * gnus-art.el (gnus-mime-print-part): Fix typos.
7994
7995         * smiley-ems.el (gnus-smiley-file-types): New variable.
7996         (smiley-update-cache): Use it.
7997         (smiley-regexp-alist): Suffix-less smiley names.
7998         (smiley-regexp-alist): Added more smileys.
7999
8000         * gnus-sum.el (gnus-print-buffer): Made into own function.
8001         (gnus-summary-print-article): Use it.
8002
8003         * mailcap.el (mailcap-mime-info): Actually return the bit that we
8004         looked for when REQUEST is a string.
8005
8006         * gnus-art.el (gnus-mime-button-commands): Add printing
8007         keystroke.
8008         (gnus-mime-copy-part): Doc fix.
8009         (gnus-mime-print-part): New command.
8010
8011 2001-12-31  Simon Josefsson  <jas@extundo.com>
8012
8013         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
8014         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
8015
8016 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8017
8018         * gnus-picon.el (gnus-treat-from-picon): Autoload.
8019         (picon): Fix doc.
8020
8021         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
8022         longer exists. Remove those codes.
8023         * gnus.el (gnus-use-picons): Ditto.
8024
8025 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8026
8027         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
8028         infloop.
8029
8030         * gnus-sum.el (t): New `W D' map.
8031
8032         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
8033         (gnus-article-treat-body-boundary): Clean up.
8034         (gnus-body-boundary-face): Removed.
8035         (gnus-article-goto-header): Moved here.
8036         (gnus-article-goto-header): Allow better regexps.
8037         (gnus-article-treat-fold-newsgroups): New command.
8038
8039         * gnus-sum.el (gnus-summary-move-article): We have to select an
8040         article to give `gnus-read-move-group-name' an opportunity to
8041         suggest an appropriate default.
8042
8043         * rfc2047.el (rfc2047-fold-line): New function.
8044         (rfc2047-unfold-line): Ditto.
8045         (rfc2047-fold-region): Don't fold just after the header name.
8046
8047         * mail-parse.el (mail-header-fold-line): New alias.
8048         (mail-header-unfold-line): Ditto.
8049
8050         * gnus-art.el (gnus-body-boundary-face): Renamed.
8051         (gnus-article-treat-body-boundary): Use it.
8052         (gnus-article-treat-body-boundary): Use an invisible header and a
8053         line of underline characters.
8054
8055 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8056
8057         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
8058
8059         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
8060         (gnus-picon-split-address): New function.
8061         (gnus-picon-find-face): Use it.
8062         (gnus-picon-transform-address): Use it. Set first to t for each
8063         address.
8064
8065         * gnus-art.el (gnus-with-article-headers): Move to here. Define
8066         the macro then use it.
8067         (gnus-treatment-function-alist): Treat picons earlier.
8068
8069 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8070
8071         * gnus-art.el (gnus-body-separator-face): New variable.
8072         (gnus-article-treat-body-boundary): Use a blank, colored line.
8073
8074         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
8075         well.
8076
8077         * gnus-art.el (gnus-treat-body-boundary): New variable.
8078         (gnus-article-treat-unfold-headers): Use helper macro.
8079         (gnus-article-treat-body-boundary): New command.
8080
8081         * gnus.el (gnus-logo-color-style): Change the default color.
8082         (gnus-splash-face): Gray, gray.
8083
8084         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
8085         colors.
8086
8087         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
8088         (gnus-logo-color-style): Ditto.
8089         (gnus-logo-colors): Ditto.
8090
8091         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
8092
8093         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
8094
8095         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
8096         (gnus-picon-transform-newsgroups): New function.
8097
8098         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
8099         string.
8100
8101         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
8102
8103         * gnus-art.el (gnus-treat-cc-picon): New variable.
8104         (gnus-treat-mail-picon): Renamed.
8105
8106         * gnus-picon.el: New implementation.
8107         (gnus-picon-find-face): Renamed.
8108         (gnus-treat-from-picon): Use it.
8109         (gnus-picon-transform-address): Renamed.
8110         (gnus-treat-from-picon): Use it.
8111         (gnus-picon-create-glyph): Renamed.
8112         (gnus-picon-transform-address): Use it.
8113         (gnus-treat-cc-picon): New command.
8114
8115         * mm-decode.el (mm-create-image-xemacs): Separated out into
8116         function.
8117         (mm-get-image): Use it.
8118
8119         * gnus-art.el (gnus-treat-display-picons): Simplify.
8120         (gnus-treat-from-picon): Renamed.
8121
8122         * gnus-ems.el (gnus-create-image): New function.
8123         (gnus-put-image): New function.
8124
8125         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
8126         (gnus-with-article-headers): New macro.
8127         (gnus-article-goto-header): New function.
8128
8129         * gnus-xmas.el (gnus-image-type-available-p): New function.
8130
8131         * gnus-ems.el (gnus-image-type-available-p): New function.
8132
8133 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8134
8135         * nnrss.el (nnrss-check-group): Find the correct tag, because
8136         xml.el is changed.
8137
8138 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8139
8140         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
8141         lines are shorter than the window width.
8142         (gnus-ignored-headers): More headers.
8143
8144 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8145
8146         * gnus-art.el (gnus-treat-unfold-lines): New variable.
8147         (gnus-treat-unfold-headers): Renamed.
8148         (gnus-article-treat-unfold-headers): New command and keystroke.
8149
8150         * rfc2047.el (rfc2047-encode-message-header): Clean up.
8151
8152         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
8153
8154 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8155
8156         * sha1-el.el (sha1-use-external): New variable.
8157         (sha1-region): Use it.
8158         (sha1-string): Ditto.
8159
8160         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
8161         * gnus-picon.el: Less warnings when compile.
8162
8163 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8164
8165         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
8166         alias.
8167         (gnus-picons-database): Default to list.
8168         (gnus-picons-lookup-internal): Use it.
8169
8170         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
8171         to "bogus".
8172
8173         * gnus-win.el (gnus-configure-windows-hook): New hook.
8174
8175 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
8176
8177         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
8178
8179 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8180
8181         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
8182         lists.
8183         (gnus-select-newsgroup): Don't append; push.
8184         (gnus-adjust-marked-articles): Remove obsolete ranges from
8185         `seen'.
8186         (gnus-update-marks): Clean up.
8187         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
8188
8189 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
8190
8191         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
8192
8193 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8194
8195         * gnus-sum.el (gnus-auto-select-subject): New variable.
8196         (gnus-summary-best-unread-subject): New function.
8197         (gnus-summary-best-unread-article): Use it.
8198         (gnus-summary-first-unseen-subject): New function and command.
8199
8200         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
8201         other treatments.
8202
8203         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
8204         function.
8205
8206         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
8207         from the list of hidden types.
8208
8209         * mm-view.el (mm-inline-text): Ditto.
8210         (mm-inline-text): Ditto.
8211         (mm-w3-prepare-buffer): Ditto.
8212
8213         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
8214
8215 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8216
8217         * gnus-art.el (gnus-ignored-headers): Added more headers.
8218
8219 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
8220
8221         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
8222         once.
8223
8224 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8225
8226         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
8227
8228 2001-12-28  Simon Josefsson  <jas@extundo.com>
8229
8230         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
8231         Jesper Harder <harder@ifa.au.dk>.
8232
8233 2001-12-27  Simon Josefsson  <jas@extundo.com>
8234
8235         * gnus-sum.el (gnus-select-newsgroup): Make
8236         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
8237         contain all articles (instead of none) when no seen marks have
8238         been set for the group.
8239         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
8240         instead, it seems to result in shorter ranges.
8241
8242 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8243
8244         * mm-util.el (mm-iso-8859-x-to-15-region): Use
8245         insert-before-markers.
8246         From Jesper Harder <harder@ifa.au.dk>
8247
8248 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
8249
8250         * nnmaildir.el (nnmaildir-save-mail): create the destination
8251         groups if they do not exist.
8252
8253 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8254
8255         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
8256
8257 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8258
8259         * gnus-group.el (gnus-group-read-ephemeral-group): Call
8260         gnus-group-real-name.
8261
8262         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
8263         (gnus-newsgroup-variables): Ditto.
8264
8265         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
8266         return it.
8267
8268 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
8269
8270         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
8271         * nnmaildir.el (top-level): Add commentary.
8272         (nnmaildir-version): Indicate that nnmaildir is now a standard
8273         part of Gnus, not separately released.
8274
8275 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8276
8277         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
8278         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
8279         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
8280         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8281
8282 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8283
8284         * nnmaildir.el: Copyright changes. Require cl only at compile time.
8285
8286 2001-12-20  Simon Josefsson  <jas@extundo.com>
8287
8288         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
8289         ZHU <zsh@cs.rochester.edu>.
8290         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
8291         Brian P Templeton <bpt@tunes.org>.
8292
8293 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8294
8295         * nnmaildir.el: New file.
8296         From Paul Jarc <prj@po.cwru.edu>.
8297
8298 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8299
8300         * nndoc.el (nndoc-type-alist): Move forward to the end.
8301
8302 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8303
8304         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
8305         `dolist'.
8306
8307 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8308
8309         * gnus-win.el (gnus-frames-on-display-list): New function.
8310         (gnus-get-buffer-window): Use it.
8311
8312 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8313
8314         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
8315
8316 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8317
8318         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
8319
8320 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8321            From Harald Meland <Harald.Meland@usit.uio.no>
8322
8323         * gnus-win.el (gnus-get-buffer-window): New function.
8324         (gnus-all-windows-visible-p): Use it.
8325
8326         * gnus-util.el (gnus-horizontal-recenter)
8327         (gnus-horizontal-recenter, gnus-horizontal-recenter)
8328         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
8329
8330         * gnus-score.el (gnus-score-insert-help): Use it.
8331
8332         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
8333         (gnus-generate-tree, gnus-highlight-selected-tree)
8334         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
8335         it.
8336
8337         * gnus-art.el (gnus-article-set-window-start)
8338         (gnus-mm-display-part, gnus-request-article-this-buffer)
8339         (gnus-button-next-page, gnus-button-prev-page)
8340         (gnus-article-button-next-page, gnus-article-button-prev-page):
8341         Use it.
8342
8343 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
8344
8345         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
8346         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
8347         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
8348
8349 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8350
8351         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
8352         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
8353         * mml1991.el, nnultimate.el: Add `coding'.
8354
8355 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
8356
8357         * ChangeLog: changed coding to buffer-file-coding-system
8358         * ChangeLog.1: same
8359         * nnwfm.el: same
8360         * gnus-smiley.el: same
8361         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
8362         * gnus-delay.el: same
8363         * gnus-spec.el: same
8364         * message.el: same
8365         * mml1991.el: same
8366         * nnultimate.el: same
8367
8368 2001-12-16  Simon Josefsson  <jas@extundo.com>
8369         Inspired by code by Dirk Meyer <dischi@tzi.de>.
8370
8371         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
8372         (gnus-summary-save-map): Add muttprint.
8373         (gnus-summary-make-menu-bar): Ditto.
8374         (gnus-summary-muttprint): New function.
8375
8376         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
8377
8378 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8379
8380         * uudecode.el (uudecode-decode-region-internal): Speedup by using
8381         temporary list instead of buffer.
8382
8383         * mm-url.el (executable-find): autoload.
8384
8385 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8386
8387         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
8388         to variable, follow doc-string conventions).
8389
8390 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
8391
8392         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
8393         subscribe-level
8394         * gnus-topic.el (gnus-subscribe-topics): use it.
8395
8396 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8397
8398         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
8399         messages. (A small patch with indentation)
8400         From Sean Neakums <sneakums@zork.net>.
8401
8402         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
8403         nil after shooting down the gnus-original-article-buffer.
8404
8405 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8406
8407         * uudecode.el (uudecode-use-external): New variable.
8408         (uudecode-decode-region): Automatically detect external program.
8409
8410         * binhex.el (binhex-use-external): New variable.
8411         (binhex-decode-region-internal): New function.
8412         (binhex-decode-region): Automatically detect external program.
8413
8414         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
8415         Use them.
8416
8417 2001-12-12  Simon Josefsson  <jas@extundo.com>
8418
8419         * nnvirtual.el (nnvirtual-always-rescan)
8420         (nnvirtual-component-regexp): Fix doc.
8421
8422         * nnoo.el (defvoo): Add doc to defvoo variables.
8423
8424         * nnml.el (nnml-directory, nnml-active-file)
8425         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
8426         (nnml-marks-is-evil, nnml-filenames-are-evil)
8427         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
8428
8429         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
8430         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
8431         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
8432         `error'.
8433
8434         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
8435         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
8436
8437         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
8438         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
8439         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
8440         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
8441
8442         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
8443         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
8444
8445         * imap.el, nnimap.el: Fix indentation.
8446
8447         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
8448
8449 2001-12-12  Didier Verna  <didier@xemacs.org>
8450
8451         * gnus-msg.el (gnus-group-news): New function.
8452         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
8453         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
8454         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
8455         for it.
8456         * gnus-msg.el (gnus-summary-news-other-window): New function.
8457         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
8458         bind it to `i'.
8459         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
8460         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
8461         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
8462         for it (called with a prefix).
8463         * gnus-msg.el (gnus-configure-posting-styles): add an optional
8464         group-name argument.
8465         * gnus-msg.el (gnus-setup-message): use it.
8466
8467 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8468
8469         * gnus-sum.el (gnus-summary-show-article): Fix doc.
8470
8471 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8472
8473         * mml.el (mime-to-mml): Remove Content-Disposition too.
8474
8475 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8476
8477         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
8478         * gnus-group.el (gnus-group-name-decode): Decode unibyte
8479         strings only.
8480         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8481
8482 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
8483
8484         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
8485         (nnmail-fancy-expiry-target): Use it.
8486         Suggestions from Simon Josefsson <jas@extundo.com>.
8487
8488 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8489
8490         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
8491
8492 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8493
8494         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
8495
8496         * gnus-util.el (gnus-url-unhex-string): Move here.
8497
8498 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8499
8500         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
8501         mm-url-decode-entities-nbsp.
8502
8503         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
8504         * webmail.el, nnwfm.el: Use mm-url.
8505
8506         * mm-url.el (mm-url-fetch-form): Move from nnweb.
8507         (mm-url-remove-markup): Move from nnweb.
8508         (mm-url-fetch-simple): Move from webmail.
8509
8510         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
8511
8512 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8513
8514         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
8515         (gnus-summary-print-article): Use it.
8516
8517         * gnus-util.el (gnus-replace-in-string): Typo.
8518
8519 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8520
8521         * nnweb.el (nnweb-replace-in-string): Removed.
8522
8523         * gnus-util.el (gnus-replace-in-string): New function.
8524         (gnus-mode-string-quote): Use it.
8525
8526         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
8527         * nnwfm.el (nnwfm-create-mapping): Ditto.
8528
8529 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8530
8531         * dgnushack.el (dgnushack-compile): nnrss.el and
8532         nnslashdot.el don't depend on nnweb, url, w3.
8533
8534         * nnrss.el: Use mm-url.
8535
8536 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8537
8538         * mm-url.el (mm-url-insert-file-contents): Support file:.
8539
8540 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8541
8542         * mm-view.el: Lower case for the description line. Sync from the
8543         Emacs CVS.
8544
8545 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8546
8547         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
8548         From:  Stefan Monnier  <monnier@cs.yale.edu>
8549
8550 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8551
8552         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
8553
8554 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8555
8556         * mm-url.el: Require executable.
8557         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8558
8559 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8560
8561         * pop3.el (pop3-munge-message-separator): Only use valid date.
8562         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
8563
8564         * Makefile.in: gnus-load.elc may not be generated.
8565
8566 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8567
8568         * mm-url.el: New file.
8569         * nnslashdot.el: Use it.
8570         * mm-extern.el (mm-extern-url): Use it.
8571
8572 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8573
8574         * gnus-sum.el (gnus-summary-save-article): Nix
8575         gnus-display-mime-function and gnus-article-prepare-hook.
8576
8577         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
8578         the beginning of lines.
8579         (gnus-complex-form-to-spec): Ditto.
8580
8581 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8582
8583         * message.el (message-make-mft): Fix the m-s-a-file regexp.
8584         From Paul Jarc <prj@po.cwru.edu>.
8585
8586 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8587
8588         * message.el: New variable message-subscribed-address-file;
8589         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
8590
8591 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8592
8593         * message.el (message-tab-body-function): Set to nil.
8594         (message-tab): Use text-mode-map or global-map.
8595         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8596
8597 2001-11-30  Simon Josefsson  <jas@extundo.com>
8598
8599         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
8600         instead of gnus-union, for speed.  Suggested by Christoph Conrad
8601         <christoph.conrad@gmx.de>.
8602         (gnus-agent-fetch-group-1): Add verbose message.
8603
8604 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8605
8606         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
8607         of integers.
8608
8609 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8610
8611         * message.el (message-newgroups-header-regexp)
8612         (message-completion-alist, message-tab-body-function): Use
8613         defcustom rather than defvar.
8614         (message-tab): Mention `message-tab-body-function' in doc.
8615         Suggested by Karl Eichwalder.
8616
8617 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8618
8619         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
8620
8621 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8622
8623         * nnheader.el (nnheader-find-nov-line): Don't use macro
8624         gnus-delete-line.
8625
8626         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
8627         (gnus-group-name-charset): Ditto.
8628
8629         * gnus-util.el (gnus-buffer-live-p): Ditto.
8630
8631 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8632
8633         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
8634         open parenthesis in doc.
8635         (sieve-manage-authenticator-alist): Typo in doc.
8636         * imap.el (imap-authenticator-alist): Typo in doc.
8637         (imap-stream-alist): Backslash.
8638
8639         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
8640           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
8641
8642 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8643
8644         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
8645
8646         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
8647
8648         * gnus-msg.el (gnus-configure-posting-styles): use
8649         make-local-hook. Add LOCAL for add-hook.
8650
8651 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
8652
8653         * message.el (message-mode): Use `make-local-hook' unless
8654         obsolete.
8655         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
8656
8657 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8658
8659         * canlock.el: Remove sha1.el and base64.el stuff.
8660
8661 2001-11-26  Didier Verna  <didier@xemacs.org>
8662
8663         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
8664         if needed.
8665
8666 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8667
8668         * message.el (message-tamago-not-in-use-p): New function.
8669         (message-strip-forbidden-properties): Use it.
8670
8671 2001-11-26  Didier Verna  <didier@xemacs.org>
8672
8673         * gnus-start.el (gnus-check-first-time-used): only check for
8674         existence of .el[d] files.
8675
8676 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8677
8678         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
8679
8680         * message.el (message-setup-1): Clean up mc-*.
8681
8682 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8683
8684         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
8685         * gnus-score.el (gnus-score-find-bnews): Use it.
8686
8687         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
8688         (gnus-summary-limit-to-author): Ditto.
8689         (gnus-summary-limit-to-extra): Ditto.
8690         (gnus-summary-find-matching): Support not-matching argument.
8691
8692 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8693
8694         * message.el (message-wash-subject): Use `insert' rather than
8695         `insert-string', which is deprecated.
8696
8697 2001-11-24  Simon Josefsson  <jas@extundo.com>
8698
8699         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
8700         message. (Gnus does not "default" to using 8bit for the message,
8701         it default to use 8bit encoding and the user-supplied CTE
8702         value. Calling this behaviour "treating it as 8bit" is perhaps
8703         better.)
8704
8705         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
8706         (compare mm-charset-to-coding-system).
8707
8708 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8709
8710         * canlock.el (canlock-sha1-with-openssl): Use unibyte
8711         buffer. Correctly decode hex.
8712
8713 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8714
8715         * gnus-agent.el (gnus-category-insert-line): Convert category
8716         names to strings.
8717
8718 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8719
8720         * message.el (sha1): eval-and-compile.
8721
8722 2001-11-20  Simon Josefsson  <jas@extundo.com>
8723
8724         * message.el (message-allow-no-recipients): New variable.
8725         (message-send): Use it, customize the prompting when posting to
8726         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
8727
8728 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8729
8730         * mm-util.el (mm-coding-system-priorities): New variable.
8731         (mm-sort-coding-systems-predicate): New function.
8732         (mm-find-mime-charset-region): Resort coding systems if needed.
8733         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8734
8735 2001-11-20  Didier Verna  <didier@xemacs.org>
8736
8737         * gnus-group.el (gnus-group-make-help-group): new optional
8738         argument to control the error behavior.
8739         * gnus-start.el (gnus-check-first-time-used): use it to avoid
8740         erroring.
8741
8742 2001-11-19  Simon Josefsson  <jas@extundo.com>
8743
8744         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
8745         instead of C-c C-u.  Suggested by Per Abrahamsen
8746         <abraham@dina.kvl.dk>.
8747
8748 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8749
8750         * nnfolder.el (nnfolder-read-folder): Use group instead of
8751         nnfolder-current-group.
8752         Suggested by Lorentey Karoly <lorentey@elte.hu>.
8753
8754 2001-11-17  Simon Josefsson  <jas@extundo.com>
8755
8756         * message.el (message-send): Ask user if Fcc/Gcc should be
8757         performed when no other sender was specified.
8758         Suggested by prj@po.cwru.edu (Paul Jarc).
8759
8760 2001-11-17  Simon Josefsson  <jas@extundo.com>
8761
8762         * message.el (message-mode, message-mode-map): Use C-c C-u for
8763         Importance: instead of C-c C-p (used by SC).
8764
8765 2001-11-16  Simon Josefsson  <jas@extundo.com>
8766
8767         * message.el (message-insert-importance-high)
8768         (message-insert-importance-low): Save point.
8769
8770         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
8771         value.
8772
8773 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
8774
8775         * message.el (message-strip-special-text-properties): New option.
8776         (message-strip-forbidden-properties): Obey it.
8777
8778 2001-11-14  Sam Steingold  <sds@gnu.org>
8779
8780         * gnus-score.el: Fixed some doc strings to properly quote symbols.
8781
8782 2001-11-15  Simon Josefsson  <jas@extundo.com>
8783
8784         Support "Importance:" header in Message.
8785
8786         * message.el (message-mode-map): Bind C-c C-p to
8787         `message-insert-or-toggle-importance'
8788         (message-mode-menu): Add message-insert-importance-{high,low}.
8789         (message-insert-importance-high, message-insert-importance-low)
8790         (message-insert-or-toggle-importance): New functions.
8791         (message-tool-bar-map): Add {un,}important.
8792         (message-mode): Doc fix.
8793
8794 2001-11-15  Simon Josefsson  <jas@extundo.com>
8795
8796         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
8797
8798         * mml.el (mml-menu): Fix toolbar tooltip.
8799
8800 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8801
8802         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
8803         * nnml.el (nnml-save-marks): Ditto.
8804
8805         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
8806
8807 2001-11-15  Simon Josefsson  <jas@extundo.com>
8808
8809         * nnml.el (nnml-save-marks):
8810         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
8811         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
8812
8813 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8814
8815         * gnus-art.el (gnus-article-wash-status-strings): Use
8816         `copy-sequence', not `copy-seq'.
8817
8818 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8819
8820         * gnus-art.el (gnus-article-wash-status-strings): New constant.
8821         (gnus-gnus-article-wash-status-entry): New function.
8822         (gnus-article-wash-status): Use it.
8823
8824 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8825
8826         * mml1991.el: Add coding header.
8827
8828 2001-11-12  Simon Josefsson  <jas@extundo.com>
8829
8830         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
8831         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
8832         `mml1991-sign' and `mml1991-encrypt'.
8833         (mml1991-encrypt, mml1991-sign): New glue functions.
8834         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
8835
8836         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
8837         (mml-menu): Add PGP to menu.
8838
8839         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
8840         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
8841         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
8842         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
8843
8844         * mml2015.el: Mention RFC 3156.
8845
8846         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
8847
8848 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8849
8850         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
8851
8852         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
8853           From <Michael.Cook@cisco.com>
8854
8855 2001-11-11  Simon Josefsson  <jas@extundo.com>
8856
8857         * message.el (top-level): Autoload sha1.
8858         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
8859         canlock, no need to require two different hash algs).  Suggested
8860         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
8861
8862 2001-11-09  Simon Josefsson  <jas@extundo.com>
8863
8864         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
8865         <Pavel@Janik.cz>.
8866
8867 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8868
8869         * message.el (message-point-in-header-p): New function.
8870         (message-do-auto-fill): Use it.
8871         (message-beginning-of-line): New function.  Goes to beginning of
8872         header value (i.e., end of header name), or to beginning of line
8873         if already at beginning of value.  Behaves like
8874         `beginning-of-line' when in message body.
8875         (message-mode-map): Bind it.
8876
8877 2001-11-08  Simon Josefsson  <jas@extundo.com>
8878
8879         * gnus-msg.el (gnus-posting-styles): Add doc.
8880
8881 2001-11-07  Simon Josefsson  <jas@extundo.com>
8882
8883         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
8884
8885         * sieve-mode.el (sieve-control-commands-face)
8886         (sieve-control-commands-face, sieve-action-commands-face)
8887         (sieve-test-commands-face, sieve-tagged-arguments-face): New
8888         faces.
8889         (sieve-font-lock-keywords): Use them.
8890         (sieve-mode): Only set font-lock-defaults in emacs.
8891
8892         * gnus-art.el (gnus-default-article-saver): Add
8893         gnus-summary-save-body-in-file.
8894         (gnus-summary-write-to-file): Fix doc.
8895
8896 2001-11-07  Simon Josefsson  <jas@extundo.com>
8897
8898         * gnus-art.el (gnus-treat-highlight-signature): Add cross
8899         reference to the correct chapter in the manual.
8900
8901         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
8902         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
8903
8904 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8905
8906         * mml.el (mml-preview): Bind mail-header-separator.
8907
8908 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * message.el: Always require canlock.
8911         (message-ignored-supersedes-headers): Include Cancel-Lock and
8912         Cancel-Key.
8913         (message-insert-canlock): Don't require canlock.
8914         (message-cancel-news): Don't check whether canlock is available.
8915         (message-supersede): Support cancel-locks.
8916
8917         * gnus-art.el: Don't autoload canlock.
8918
8919 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8920
8921         * mail-source.el (mail-source-fetch-imap): ASYNC param.
8922         From: <andre@slamdunknetworks.com>
8923
8924 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8925
8926         * many files: Fix copyright lines.
8927
8928 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8929
8930         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
8931         Suggested by Dave Love  <fx@gnu.org>.
8932
8933 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8934
8935         * message.el (message-kill-buffer): Remove auto-save file after
8936         confirm.
8937
8938         * message.el (message-send-mail): Call message-generate-headers
8939         once.  Suggested by Matt Armstrong <matt@lickey.com>.
8940
8941         * gnus-topic.el (gnus-topic-rename): Initial-input.
8942         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
8943
8944 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8945
8946         * message.el (message-forbidden-properties): New constant.
8947         (message-strip-forbidden-properties): New function.
8948         (message-mode): Activate it.
8949
8950 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8951
8952         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
8953         (mm-hack-charsets): Fix doc.
8954
8955 2001-11-02  Simon Josefsson  <jas@extundo.com>
8956
8957         * gnus-int.el (gnus-check-server): Message "...done" when done.
8958
8959         * imap.el (imap-close): Don't message (imap-send-command-wait
8960         returns if the connection is dropped).
8961         (imap-wait-for-tag): Nix out message only when necessary.
8962
8963         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
8964         for non-crossposting.
8965         (gnus-sieve-crosspost): Default to t to be consistent with other
8966         parts of Gnus.
8967
8968 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8969
8970         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
8971         (mm-iso-8859-x-to-15-table): Ditto.
8972         (mm-iso-8859-x-to-15-region): Ditto.
8973         (mm-find-mime-charset-region): Ditto.
8974
8975 2001-11-01  Simon Josefsson  <jas@extundo.com>
8976
8977         * nnimap.el (nnimap-close-asynchronous): New variable.
8978         (nnimap-close-group): Use it.
8979         (nnimap-expunge): Don't use it.
8980
8981         * imap.el (imap-callbacks): New variable.
8982         (imap-remassoc): Copied from `gnus-remassoc'.
8983         (imap-add-callback): New function.
8984         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
8985         behaviour.
8986         (imap-parse-response): Call the callback.
8987
8988         * message.el (message-insert-canlock): New variable.
8989         (message-canlock-generate, message-canlock-password)
8990         (message-insert-canlock): New functions.
8991         (message-send-news): Call `message-insert-canlock'.
8992         (top-level): Require canlock when compiling.
8993         (message-insert-canlock): Require canlock before we need it.
8994
8995 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8996
8997         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
8998
8999 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9000
9001         * dgnushack.el (dgnushack-make-load): A workaround for
9002         custom-add-loads bug in some versions of XEmacs.
9003
9004 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9005
9006         * mm-util.el (mm-charset-synonym-alist): Revert (some).
9007
9008 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9009
9010         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
9011         (mm-hack-charsets): New variable.
9012         (mm-iso-8859-15-compatible): New variable.
9013         (mm-iso-8859-x-to-15-table): New variable.
9014         (mm-find-mime-charset-region): Add parameter hack-charsets.
9015
9016         * mm-bodies.el (mm-encode-body): Use it.
9017         * mml.el (mml-parse-1): Ditto.
9018
9019 2001-11-01  Simon Josefsson  <jas@extundo.com>
9020
9021         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
9022
9023 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9024
9025         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
9026         is nil.
9027
9028 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9029
9030         * smiley-ems.el (smiley-update-cache): Auto detect file type.
9031
9032         * message.el (message-forward-rmail-make-body): Use
9033         save-window-excursion.
9034         (message-encode-message-body): Search with noerror.
9035         (message-setup-1): Convert compose-mail send-actions to
9036         message-send-actions.
9037
9038 2001-11-01  Simon Josefsson  <jas@extundo.com>
9039
9040         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
9041         <yamaoka@jpl.org>.
9042
9043 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9044
9045         * sieve-manage.el (sieve-string-bytes): No complain.
9046
9047 2001-11-01  Simon Josefsson  <jas@extundo.com>
9048
9049         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
9050         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
9051         has autoload cookies, so no `require' should be necessary.)
9052
9053         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
9054         files.
9055
9056 2001-10-31  Simon Josefsson  <jas@extundo.com>
9057
9058         * gnus-cus.el (gnus-group-parameters): Support integer `display'
9059         parameter.
9060
9061         * gnus-sum.el (gnus-select-newsgroup): If group parameter
9062         `display' is a number (and C-u wasn't used to enter group), only
9063         fetch that number of articles.
9064
9065 2001-10-31  Matt Armstrong  <matt@lickey.com>
9066
9067         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
9068         not-subscribed -> subscribed.
9069
9070 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9071         From: Josh Huber <huber@alum.wpi.edu>
9072
9073         * message.el (message-subscribed-address-functions): New variable.
9074         (message-subscribed-addresses): New variable.
9075         (message-subscribed-regexps): New variable.
9076         (message-goto-mail-followup-to): New function.
9077         (message-send-mail): Add Mail-Followup-To.
9078         (message-make-mft): New function.
9079
9080         * gnus.el (gnus-find-subscribed-addresses): New function.
9081
9082 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9083
9084         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
9085         (mail-source-fetch-pop): Ditto.
9086         (mail-source-check-pop): Ditto.
9087
9088         * gnus-start.el (gnus-read-init-file): Ditto.
9089         (gnus-activate-group): Ditto.
9090         (gnus-read-newsrc-el-file): Ditto.
9091
9092 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9093
9094         * message.el (message-get-reply-headers): Make sure there is ", ".
9095
9096         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
9097         mm-coding-system-p. Don't correct it only in XEmacs.
9098         (mm-charset-to-coding-system): Use mm-coding-system-p and
9099         mm-get-coding-system-list.
9100         (mm-emacs-mule, mm-mule4-p): New variables.
9101         (mm-enable-multibyte, mm-disable-multibyte,
9102         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
9103         mm-with-unibyte-current-buffer,
9104         mm-with-unibyte-current-buffer-mule4): Use them.
9105         (mm-find-mime-charset-region): Treat iso-2022-jp.
9106
9107         From  Dave Love  <fx@gnu.org>:
9108
9109         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
9110         construction.
9111         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
9112         entries conditional on not having a coding system defined for
9113         them.
9114         (mm-mule-charset-to-mime-charset): Use
9115         find-coding-systems-for-charsets if defined.
9116         (mm-charset-to-coding-system): Don't use
9117         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
9118         later.  Add last resort search of coding systems.
9119         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
9120         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
9121         Mule 4.
9122         (mm-find-mime-charset-region): Re-write.
9123         (mm-with-unibyte-current-buffer): Restore buffer as well as
9124         multibyteness.
9125
9126 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9127
9128         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
9129         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
9130         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
9131
9132 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9133
9134         * gnus-art.el (article-display-x-face): Nix buffer-read-only
9135         again.
9136
9137         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
9138
9139 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9140
9141         * gnus-spec.el (gnus-parse-simple-format): Use
9142           buffer-substring-no-properties.
9143
9144 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9145
9146         * gnus-art.el (article-verify-cancel-lock): New function.
9147
9148         * nnheader.el (nntp-process-response): New variable.
9149         (nnheader-init-server-buffer): Make `nntp-process-response'
9150         buffer-local in `nntp-server-buffer'.
9151
9152         * nntp.el (nntp-prepare-post-hook): New hook.
9153         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
9154         (nntp-async-trigger): Ditto.
9155         (nntp-request-post): Insert a server's ID if there's no Message-ID
9156         header; run `nntp-prepare-post-hook'.
9157
9158 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9159
9160         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
9161         instead.
9162
9163         * message.el (message-forward-subject-author-subject): Don't use
9164         message-news-p, which widens the buffer.
9165         (message-forward-make-body): New function.
9166         (message-forward): Use it.
9167         (message-insinuate-rmail): New function.
9168         (message-forward-rmail-make-body): New function.
9169
9170 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9171
9172         * mm-extern.el (mm-extern): Provide it.
9173
9174         * mm-partial.el (mm-partial): Provide it.
9175
9176 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9177
9178         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
9179
9180 2001-10-29  Simon Josefsson  <jas@extundo.com>
9181
9182         * mml.el (mml-preview): Bind message-this-is-news if it is
9183         news. From Jesper Harder <harder@myrealbox.com>.
9184
9185 2001-10-28  Simon Josefsson  <jas@extundo.com>
9186
9187         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
9188
9189 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
9190
9191         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
9192         ironic smilies.
9193
9194 2001-10-27  Simon Josefsson  <jas@extundo.com>
9195
9196         * message.el (message-indent-citation): Don't add trailing
9197         whitespace when citing text.
9198
9199         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
9200         <harder@ifa.au.dk>.
9201
9202 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9203
9204         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
9205         not available.
9206         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
9207         (nnweb-type-definition): Add google as alias of dejanews.
9208         (nnweb-google-parse-1): Forward 1 line.
9209
9210 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9211
9212         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
9213         variable `message-forward-ignored-headers'.
9214
9215 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
9216
9217         * gnus.el (gnus-expand-group-parameter): New function.
9218         (gnus-expand-group-parameters): Call it.
9219         (gnus-group-fast-parameter): New function.
9220         (gnus-group-find-parameter): Call it.
9221
9222 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9223
9224         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
9225         vector (it didn't before because of a bug).
9226         * gnus-msg.el (gnus-post-news): Use header vector directly, if
9227         available.  Before it converted it to an article number.
9228
9229         This makes followup to news articles with negative numbers in
9230         nnvirtual groups use news instead of mail.
9231
9232 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9233
9234         * gnus.el (post-method): Use `native' instead of `nil'.
9235
9236         * gnus-msg.el (gnus-post-method): Ditto.
9237
9238 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9239
9240         * gnus.el (gnus-define-group-parameter): Grammar fix.
9241
9242 2001-10-22  Simon Josefsson  <jas@extundo.com>
9243
9244         * gnus-msg.el (gnus-extended-version): Include
9245         system-configuration.
9246         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
9247
9248 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
9249
9250         * gnus.el (post-method): Customization fix: `native' is not a
9251         valid value.
9252         * gnus-msg.el (gnus-post-method): Doc and customization fix:
9253         `native' is not a valid value.
9254
9255 2001-10-21  Simon Josefsson  <jas@extundo.com>
9256
9257         * nnimap.el (nnimap): Defgroup
9258         (nnimap-strict-function, nnimap-strict-function-match): New
9259         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
9260         (nnimap-split-crosspost, nnimap-split-inbox)
9261         (nnimap-split-rule, nnimap-split-predicate)
9262         (nnimap-split-predicate): Defcustom.
9263         (nnimap-split-inbox, nnimap-expunge-search-string)
9264         (nnimap-importantize-dormant): Remove "*" from doc.
9265
9266 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9267
9268         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
9269         not supplied via prefix arg.  From Lisp, make arg mandatory.
9270         Suggested by Frank Schmitt.
9271
9272 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9273
9274         * message.el (message-do-auto-fill): Avoid calling
9275         'rfc822-goto-eoh'.
9276
9277 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9278         From Paul Jarc <prj@po.cwru.edu>.
9279
9280         * message.el (message-get-reply-headers): Restructure the logic
9281         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
9282
9283 2001-10-20  Simon Josefsson  <jas@extundo.com>
9284
9285         * message.el (message-cancel-news): Support cancel-locks.
9286         Suggested by Per Abrahamsson.
9287
9288         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
9289         conses.  From David Z Maze <dmaze@MIT.EDU>.
9290
9291         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
9292
9293 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9294
9295         * mm-decode.el (mm-default-directory): Fix customize type.
9296
9297         * message.el (message-setup-fill-variables): Kludge to use
9298         normal-auto-fill-function even if auto fill is already activated.
9299
9300 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9301
9302         * message.el (message-do-auto-fill): New version that does not
9303         rely on text properties, by Simon Josefsson <jas@extundo.com>.
9304         (message-setup-1): Removed the `message-field' property.
9305
9306         * gnus-draft.el (gnus-draft-edit-message): Removed the
9307         `message-field' property.
9308
9309 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9310
9311         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
9312         `message-field'.  The `field' property has a special significance in
9313         Emacs 21.
9314
9315         * message.el (message-send, message-setup-1): Ditto.
9316
9317 2001-10-18  Simon Josefsson  <jas@extundo.com>
9318
9319         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
9320         when undoing.
9321
9322 2001-10-18  Simon Josefsson  <jas@extundo.com>
9323         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
9324
9325         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
9326         (gnus-summary-make-menu-bar): Ditto.
9327
9328 2001-10-17  Simon Josefsson  <jas@extundo.com>
9329
9330         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
9331         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
9332
9333 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9334
9335         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
9336         * gnus-util.el (gnus-user-date): New function.
9337         From Frank Schmitt <usenet@Frank-Schmitt.net>.
9338
9339 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
9340
9341         * message.el (message-check-news-header-syntax): Special case
9342         nnvirtual groups.
9343
9344         * gnus-sum.el (gnus-summary-respool-default-method): Changed
9345         customize type to `symbol'.
9346
9347 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9348
9349         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
9350         %&foo;.
9351         (gnus-parse-simple-format): Support user extended spec too.
9352         %u&foo; invokes gnus-user-format-function-foo.
9353
9354 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9355
9356         * nnml.el (nnml-request-expire-articles): Make sure it is back to
9357         the server.
9358         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
9359         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9360         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
9361         * nndiary.el (nndiary-request-expire-articles): Ditto.
9362         (nndiary-schedule): Defsubst it before use it.
9363         (nndiary-error): eval-and-compile.
9364
9365 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
9366
9367         * gnus-msg.el (gnus-post-method): Changed two instances of
9368         `active' to `current' and one `null' to `not'.
9369
9370 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9371         From Katsumi Yamaoka <yamaoka@jpl.org>.
9372
9373         * message.el (message-setup-fill-variables): Use
9374         `normal-auto-fill-function' instead of `auto-fill-function'.
9375
9376 2001-10-16  Simon Josefsson  <jas@extundo.com>
9377
9378         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
9379         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
9380         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
9381
9382 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9383         Patch by Oliver Scholz <oscholz@my.gnus.org>.
9384
9385         * gnus-draft.el (gnus-draft-edit-message): Add text property
9386         `field' with value `header' to message headers.
9387         * message.el (message-setup-1): Really add text property to all of
9388         the header, not just part of it.
9389
9390 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9391
9392         * gnus-group.el (gnus-group-sort-by-server): Use it.
9393
9394         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
9395
9396         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
9397         and keystroke.
9398
9399 2001-10-14  Simon Josefsson  <jas@extundo.com>
9400
9401         * dig.el: Doc fix.
9402
9403         * smime.el: Doc fix.
9404
9405         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
9406         charset magic from message.el.
9407
9408 2001-10-12  Simon Josefsson  <jas@extundo.com>
9409         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
9410
9411         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
9412         'cite from g-a-wash-types.
9413         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
9414         (gnus-article-hide-citation): Fix.
9415
9416         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
9417         character.
9418         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
9419
9420         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
9421         definition.
9422         (gnus-signature-toggle): Toggle `s' mode line character.
9423
9424         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
9425         doing stuff that clears it.
9426
9427 2001-10-12  Simon Josefsson  <jas@extundo.com>
9428
9429         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
9430         From Eric Marsden <emarsden@laas.fr>.
9431
9432 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9433
9434         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
9435         (autoload): Add some autoloads.
9436
9437 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9438         Suggested by Oliver Scholz <epameinondas@gmx.de>.
9439
9440         * message.el (message-do-auto-fill): New function.  Like
9441         `do-auto-fill' but don't fill when in the message header.
9442         (message-setup-1): Put a text property on the message header.
9443         (message-setup-fill-variables): Use `message-do-auto-fill'.
9444
9445 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9446
9447         * message.el (message-send-mail-partially): Insert an empty line
9448         first, because of the change of message-make-lines.
9449
9450 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
9451
9452         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
9453         iso-8859-15, make it an alias for iso-8859-1.
9454
9455 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9456
9457         * message.el (message-send-news): Don't modify the value of
9458         `message-syntax-checks' if it is not a list (possibly it is
9459         `dont-check-for-anything-just-trust-me').
9460
9461 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9462
9463         * gnus-group.el (gnus-group-name-charset-group-alist): Use
9464         `find-coding-system' for XEmacs to check whether the coding-system
9465         `utf-8' is available.
9466
9467 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9468
9469         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
9470
9471 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
9472
9473         * message.el (message-send-news): Oops, missed case with no
9474         "Followup-To" header...
9475
9476 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
9477
9478         * message.el (message-send-news): Allow
9479         `gnus-group-name-charset-group-alist' to affect encoding of the
9480         "Newsgroups" and "Followup-To" headers.
9481
9482 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9483
9484         * Makefile.in (install-el): Depend on gnus-load.el.
9485
9486 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9487
9488         * Makefile.in (install-el): Use -f.
9489         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
9490
9491 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
9492
9493         * message.el (message-send-news): Don't encode Followups-To when
9494         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
9495
9496         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
9497         header.
9498
9499         * gnus-art.el (article-decode-group-name): Also decode
9500         "Followup-To".
9501
9502         * rfc2047.el (rfc2047-encode-message-header): Encode without
9503         asking for null methods.
9504
9505         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
9506         default charset for newsgroup names in accordance with USEFOR.
9507
9508         * gnus-group.el (gnus-group-name-charset-method-alist,
9509         gnus-group-name-charset-group-alist): Removed "*" from doc
9510         strings, "*" should not be used for complex variables.
9511
9512 2001-10-06  Simon Josefsson  <jas@extundo.com>
9513
9514         Support UTF-8 group names better.
9515
9516         * message.el (message-check-news-header-syntax): Encode group
9517         names before comparison.
9518
9519         * gnus-msg.el (gnus-copy-article-buffer): Run all
9520         `gnus-article-decode-hook's except `article-decode-charset'
9521         instead of hardcoding call to one of them.
9522
9523         * gnus-art.el (gnus-article-decode-hook): Add
9524         `article-decode-group-name'.
9525         (article-decode-group-name): New function, use `g-d-n'.
9526
9527         * gnus-group.el (gnus-group-insert-group-line): Decode
9528         gnus-tmp-group using `g-d-n'.
9529
9530         * gnus-util.el (gnus-decode-newsgroups): New function.
9531
9532 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
9533
9534         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
9535         `gnus-group-name-charset-group-alist'.
9536
9537 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9538
9539         * Makefile.in: Install el in install. Add uninstall.
9540
9541 2001-10-05  Simon Josefsson  <jas@extundo.com>
9542
9543         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
9544
9545         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
9546
9547         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
9548         empty folders.
9549
9550         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
9551         limiting if read-all (C-u RET) was used.
9552
9553 2001-10-04  Simon Josefsson  <jas@extundo.com>
9554
9555         * mail-source.el (mail-source-movemail-program): New variable.
9556         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
9557         <thutt@thutt.vmware.com>.
9558
9559 2001-10-03  Simon Josefsson  <jas@extundo.com>
9560
9561         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
9562         (gnus-summary-line-format-alist): Fix param.
9563
9564 2001-10-02  Simon Josefsson  <jas@extundo.com>
9565
9566         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
9567         don't go through `nnimap-request-expire-articles' to delete the
9568         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
9569
9570 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9571
9572         * gnus-agent.el (gnus-agent-write-active): The min in the
9573         agent/active may be larger than that in the server/active.
9574
9575 2001-10-01  Simon Josefsson  <jas@extundo.com>
9576
9577         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
9578         is IMAP4rev1.
9579
9580         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
9581
9582         * nnfolder.el: Ditto.
9583
9584 2001-09-30  Dan Christensen  <jdc@uwo.ca>
9585
9586         * gnus-sum.el (gnus-summary-extract-address-component): New function.
9587         (gnus-summary-from-or-to-or-newsgroups): Optimize.
9588
9589 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9590
9591         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
9592         (message-mode-menu): Menu item for same.
9593
9594         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
9595         delayed articles.
9596
9597         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
9598         nndraft:delayed does not exist.
9599         (gnus-delay-initialize): Don't set up keymap, that's done from
9600         message.el now.
9601         (gnus-delay, gnus-delay-group, gnus-delay-header)
9602         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
9603
9604 2001-09-29  Simon Josefsson  <jas@extundo.com>
9605
9606         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
9607         utf-8, not eight-bit-control.
9608
9609         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
9610         (imap-log, imap-debug): Custom.
9611         (imap-log-buffer, imap-debug-buffer): New constants.
9612         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
9613         (imap-network-open, imap-shell-open, imap-starttls-open)
9614         (imap-send-command-1, imap-send-command, imap-arrival-filter)
9615         (imap-debug): Use imap-*-buffer.
9616
9617         * nndoc.el (nndoc-article-type): Add mailman.
9618         (nndoc-type-alist): Ditto.
9619         (nndoc-mailman-type-p): New function.
9620
9621 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9622
9623         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
9624         gnus-art.el.
9625
9626 2001-09-27  Simon Josefsson  <jas@extundo.com>
9627
9628         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
9629         (gnus-topic-catchup-articles): New function. Suggested by Robin
9630         S. Socha <robin-dated-1001857693.185e29@socha.net>.
9631
9632 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9633         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
9634
9635         * gnus-ems.el (gnus-article-display-xface): Insert xface after
9636         previous ones.
9637
9638 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9639         From Daiki Ueno  <ueno@unixuser.org>
9640
9641         * gnus-sum.el (gnus-summary-show-article): The arglist of
9642         detect-coding-region is incompatible.
9643
9644 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9645         From Katsuhiro Hermit Endo <hermit@koka-in.org>
9646
9647         * gnus-group.el (gnus-group-delete-group): Typo.
9648
9649 2001-09-26  Simon Josefsson  <jas@extundo.com>
9650
9651         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
9652
9653         * nnimap.el (nnimap-expiry-target): Use temp buffer.
9654
9655 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9656
9657         * gnus-cus.el (gnus-group-parameters): Display as sexp.
9658
9659 2001-09-22  Simon Josefsson  <jas@extundo.com>
9660
9661         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
9662
9663         * nnfolder.el (nnfolder-open-marks): Ditto.
9664
9665         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
9666         (gnus-update-marks): Use it.
9667         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
9668         hardcoded list.
9669
9670         * gnus.el (gnus-article-special-mark-lists): Add killed.
9671         (gnus-article-unpropagated-mark-lists): New constant.
9672
9673 2001-09-22  Simon Josefsson  <jas@extundo.com>
9674
9675         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
9676         custom option.
9677
9678 2001-09-23  Simon Josefsson  <jas@extundo.com>
9679
9680         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
9681
9682 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9683
9684         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
9685
9686 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
9687
9688         * gnus-group.el (gnus-group-sort-function): Fix customize type to
9689         accept lists of functions.
9690
9691 2001-09-20  Simon Josefsson  <jas@extundo.com>
9692
9693         * gnus-group.el (gnus-group-catchup): Update expire marks in
9694         backend.  Also, if ALL also set expire marks on tick/dormant.
9695
9696 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9697
9698         * message.el (message-tab-body-function): New variable.
9699         * message.el (message-tab): Use it.
9700
9701 2001-09-19  Sam Steingold  <sds@gnu.org>
9702
9703         * gnus-win.el (gnus-buffer-configuration): Respect
9704         `gnus-bug-create-help-buffer'.
9705
9706 2001-09-18  Simon Josefsson  <jas@extundo.com>
9707
9708         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
9709         (gnus-parse-simple-format): Re-revert.
9710
9711 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
9712         Trivial patch.
9713
9714         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
9715         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
9716
9717 2001-09-18  Simon Josefsson  <jas@extundo.com>
9718
9719         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
9720         signed.
9721         (gnus-parse-simple-format): Don't use it.
9722
9723 2001-09-17  Miles Bader  <miles@gnu.org>
9724
9725         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
9726         error querying a backend abort the whole process.
9727
9728 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9729
9730         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
9731         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
9732
9733 2001-09-17  Didier Verna  <didier@xemacs.org>
9734
9735         * nndiary.el: version 0.2-b14.
9736         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
9737         compatibility problem with XEmacs 21.1.
9738
9739 2001-09-15  Simon Josefsson  <jas@extundo.com>
9740
9741         * gnus-group.el (gnus-group-line-format): Document %c.
9742
9743         * nnml.el (nnml-parse-head): Handle CRLF files.
9744         (nnml-generate-nov-file): Ditto.
9745         (nnml-retrieve-headers): Ditto.
9746
9747 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
9748
9749         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
9750
9751 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
9752
9753         * gnus-spec.el (gnus-correct-substring): Still stopped one
9754         character before we wanted (never included last character).
9755         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
9756         add missing "," (once per function)
9757
9758 2001-09-14  Simon Josefsson  <jas@extundo.com>
9759
9760         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
9761         (otherwise e.g. gnus-agentize in .gnus overrides the customized
9762         default before gnus-group is loaded and the variable set.)
9763
9764         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
9765         killed or unsent marks.
9766
9767         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
9768         isn't an article to set it on (e.g. when you `a' in a group).
9769
9770 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9771
9772         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
9773         can read e-mails from Microsoft Outlook users not using ISO
9774         8859-2 character set.
9775
9776 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9777
9778         * gnus-diary.el: Minor modifications to avoid warnings.
9779         (gnus-summary-misc-menu): defvar.
9780         (gnus-diary-check-message): Use gnus-point-at-eol.
9781         (gnus-diary-kill-entire-line): eval-and-compile.
9782
9783 2001-09-12  Didier Verna  <didier@xemacs.org>
9784
9785         * nndiary.el: new version (0.2-b13).
9786         * nndiary.el (nndiary-mail-sources): doc update.
9787         * nndiary.el (nndiary-split-methods): ditto.
9788         * nndiary.el (nndiary-request-accept-article-hooks): New.
9789         * nndiary.el (nndiary-request-accept-article): use it, check
9790         message validity.
9791         * nndiary.el (nndiary-get-new-mail): changed default to nil.
9792         * nndiary.el (nndiary-schedule): fix bug (misplaced
9793         condition-case): it didn't return nil on error.
9794         * gnus-diary.el: new version.
9795         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
9796         * gnus-diary.el (gnus-diary-header-value-history): New.
9797         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
9798         * gnus-diary.el (gnus-diary-add-header): New.
9799         * gnus-diary.el (gnus-diary-check-message): New.
9800         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
9801         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
9802
9803 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9804
9805         * gnus-sum.el (gnus-select-newsgroup): Make
9806         `gnus-current-select-method' buffer-local.
9807
9808         * gnus-art.el (gnus-request-article-this-buffer): Refer
9809         `gnus-current-select-method' in the current summary buffer.
9810
9811 2001-09-10  Simon Josefsson  <jas@extundo.com>
9812         From Daniel Pittman <daniel@rimspace.net>
9813
9814         * gnus-spec.el (gnus-correct-pad-form): Fix.
9815
9816 2001-09-09  Simon Josefsson  <jas@extundo.com>
9817
9818         * mm-decode.el (mm-inline-media-tests): Add
9819         application/x-emacs-lisp.
9820         (mm-attachment-override-types): Add
9821         application/{x-,}pkcs7-signature.
9822
9823         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
9824         (gnus-server-line-format, gnus-server-mode-line-format)
9825         (gnus-server-browse-in-group-buffer): Customize.
9826
9827 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9828
9829         * nnml.el (nnml-marks-changed-p): Typo.
9830         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
9831         (nnml-marks-changed-p): Use gnus-gethash.
9832         (nnml-marks-modtime): Use gnus-make-hashtable.
9833
9834         * nnfolder.el (nnfolder-marks-changed-p): Typo.
9835         (nnfolder-request-expire-articles, nnfolder-save-marks)
9836         (nnfolder-open-marks): Typo.
9837         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
9838         (nnfolder-marks-changed-p): Use gnus-gethash.
9839         (nnfolder-marks-modtime): Use gnus-make-hashtable.
9840
9841 2001-09-08  Simon Josefsson  <jas@extundo.com>
9842
9843         * nnfolder.el (nnfolder-marks-modtime): New variable.
9844         (nnfolder-marks-changed-p): New function.
9845         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
9846         (nnfolder-request-update-info): Don't update if marks didn't change.
9847
9848         * nnml.el (nnml-marks-modtime): New variable.
9849         (nnml-marks-changed-p): New function.
9850         (nnml-save-marks, nnml-open-marks): Save modtime.
9851         (nnml-request-update-info): Don't update if marks didn't change.
9852
9853         * gnus-agent.el (gnus-agent-any-covered-gcc)
9854         (gnus-agent-add-server, gnus-agent-remove-server): Use
9855         gnus-agent-method-p.
9856
9857         * gnus-art.el (gnus-buttonized-mime-types): New variable.
9858         (gnus-unbuttonized-mime-type-p): Use it.
9859
9860         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
9861         fetch group.
9862
9863 2001-09-08  Simon Josefsson  <jas@extundo.com>
9864         From Daniel Pittman <daniel@rimspace.net>
9865
9866         * gnus-spec.el (gnus-correct-pad-form): New function.
9867         (gnus-parse-simple-format): Use it.
9868
9869 2001-09-07  Simon Josefsson  <jas@extundo.com>
9870
9871         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
9872         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
9873         Putnam <reader@newsguy.com>.
9874         (gnus-group-sort-selected-groups): Touch dribble file.
9875
9876 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
9877
9878         * nnml.el (nnml-filenames-are-evil): New variable.
9879         (nnml-article-to-file-alist): Rename to ...
9880         (nnml-current-group-article-to-file-alist): ... this.
9881         Respect `nnml-filenames-are-evil'.
9882         (nnml-active-number): Update.
9883         (nnml-update-file-alist): Update.
9884         (nnml-request-article): Use nnheader-article-to-file-alist.
9885         (nnml-request-rename-group): Likewise.
9886
9887 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9888
9889         * gnus-sum.el (gnus-summary-insert-line): Fix.
9890
9891 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
9892
9893         * gnus-sum.el: Bind g-s-t-s to "W g".
9894         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
9895         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
9896         display of graphical smilies.
9897
9898 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9899
9900         * gnus-start.el (gnus-setup-news): A typo.
9901         From Bill White <billw@wolfram.com>.
9902
9903 2001-09-06  Simon Josefsson  <jas@extundo.com>
9904
9905         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
9906         and unseen marks.
9907
9908 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9909
9910         * nnmail.el (nnmail-split-fancy): Document `junk'.
9911
9912 2001-09-04  Simon Josefsson  <jas@extundo.com>
9913
9914         * imap.el (imap-search): Don't error if server is broken.
9915
9916 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
9917
9918         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
9919         searching for an article that isn't in the mbox.
9920
9921 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9922
9923         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
9924         right, and get all the comments.
9925
9926 2001-09-02  Simon Josefsson  <jas@extundo.com>
9927         Suggested by Dan Christensen <jdc+news@uwo.ca>
9928
9929         * nnfolder.el (nnfolder-request-update-info): Fix message.
9930
9931         * nnml.el (nnml-request-update-info): Ditto.
9932
9933 2001-09-01  Simon Josefsson  <jas@extundo.com>
9934
9935         * nnml.el (nnml-request-expire-articles): Also bind
9936         `nnml-current-group' and `nnml-article-file-alist' when using
9937         expiry-target. (Otherwise nnml will be in a inconsistent internal
9938         state causing all kind of problems.)
9939         (nnml-request-expire-articles): If `nnml-article-to-file' or
9940         `file-attributes' failes, return article as un-expirable instead
9941         of treating it as expired.
9942
9943 2001-08-31  Sam Steingold  <sds@gnu.org>
9944
9945         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
9946         typo: `exmine' --> `examine'.
9947
9948 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9949
9950         * nndoc.el (nndoc-forward-type-p): It is not a digest.
9951
9952 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9953
9954         * nnml.el (nnml-check-directory-twice): Remove.
9955         (nnml-retrieve-headers): Ditto.
9956         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
9957
9958 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9959
9960         * nnheader.el (nnheader-directory-files-is-safe): No need to read
9961         directory twice on Windows, or on GNU Emacs-21.
9962
9963 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9964
9965         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
9966         (nnml-request-rename-group): Ditto.
9967         (nnml-active-number): Ditto.
9968         (nnml-request-create-group): Use nnml-directory-articles.
9969         (nnml-request-expire-articles): Use nnml-directory-articles, which
9970         gets list from nov database if available.
9971         (nnml-get-nov-buffer): New function.
9972         (nnml-open-nov): Use it.
9973         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
9974         gets alist from nov database if available.
9975         (nnml-directory-articles): New function.
9976         (nnml-article-to-file-alist): New function.
9977
9978 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9979
9980         * mm-decode.el (mm-display-external): Use `name' as filename, if
9981         `filename' attribute is not present.
9982
9983 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9984
9985         * mail-source.el (mail-source-flash): New defcustom.
9986         (mail-source-new-mail-p): Ring visible bell if appropriate.
9987         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
9988         timer is cleared even if mail check signals an error.
9989
9990 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9991
9992         * gnus-sum.el (gnus-summary-move-article): Only update marks of
9993         type 'list.
9994
9995 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9996
9997         * flow-fill.el (fill-flowed): eol might be point-max.
9998
9999 2001-08-27  Simon Josefsson  <jas@extundo.com>
10000
10001         * nnml.el (nnml-request-update-info): Fix message.
10002         (nnml-open-marks): Ditto.
10003
10004         * nnfolder.el (nnfolder-request-update-info):
10005         (nnfolder-open-marks): Fix message.
10006
10007 2001-08-25  Simon Josefsson  <jas@extundo.com>
10008
10009         * nnfolder.el (nnfolder-save-marks): Don't create directory named
10010         after group in ~/.
10011
10012 2001-08-25  Simon Josefsson  <jas@extundo.com>
10013         From Andreas Jaeger  <aj@suse.de>
10014
10015         * nnfolder.el (nnfolder-open-marks): Fix typo.
10016         * nnml.el (nnml-open-marks): Likewise.
10017
10018 2001-08-25  Simon Josefsson  <jas@extundo.com>
10019
10020         Make nnfolder groups self-contained as far as marks are concerned.
10021
10022         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
10023         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
10024         (nnfolder-open-server): Make marks directory.
10025         (nnfolder-request-delete-group): Delete marks file.
10026         (nnfolder-request-delete-group): Check of nov/marks file exist
10027         before deleting.
10028         (nnfolder-request-rename-group): Rename marks file.
10029         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
10030         (nnfolder-request-set-mark, nnfolder-request-update-info)
10031         (nnfolder-group-marks-pathname, nnfolder-save-marks)
10032         (nnfolder-open-marks): New functions.
10033         (top-level): Require gnus.
10034
10035 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10036
10037         * nnweb.el (nnweb-type-definition): Use google raw file.
10038         (nnweb-google-parse-1): Ditto.
10039         (nnweb-google-identity): Ditto.
10040         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
10041         (nnweb-altavista-wash-article): Ditto.
10042         (nnweb-request-article): Remove nnweb-decode-entities.
10043
10044         * nnml.el: Require 'gnus.
10045
10046 2001-08-25  Simon Josefsson  <jas@extundo.com>
10047
10048         * nnml.el (nnml-marks-is-evil): Add doc.
10049
10050 2001-08-25  Simon Josefsson  <jas@extundo.com>
10051
10052         * nnml.el (nnml-save-marks): Wrap saving marks in a
10053         condition-case, to allow user to start Gnus if saving marks failed
10054         for some reason.
10055
10056 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10057
10058         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
10059
10060         * gnus-group.el (gnus-update-group-mark-positions): Bind
10061         gnus-group-update-hook to nil.
10062
10063 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10064
10065         * mml.el (mml-generate-mime-1): Force as multibyte string.
10066
10067 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10068
10069         * gnus-sum.el (gnus-summary-insert-line)
10070         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
10071         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
10072
10073         * gnus-spec.el (gnus-correct-substring): Take optional END.
10074
10075         * nnrss.el (nnrss-request-article): Remove \n.
10076         (nnrss-retrieve-headers): Lines number is -1.
10077
10078 2001-08-24  Simon Josefsson  <jas@extundo.com>
10079
10080         * gnus-group.el (gnus-info-clear-data): Call
10081         nnfoo-request-set-mark to propagate marks.  Fix bug:
10082         `gnus-group-update-line' doesn't update read range unless we call
10083         `gnus-get-unread-articles-in-group' first.
10084
10085         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
10086         to server.
10087
10088 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10089
10090         * gnus-util.el (gnus-create-info-command): Return an interactive
10091         function.
10092
10093 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10094         From Katsumi Yamaoka <yamaoka@jpl.org>
10095
10096         * gnus-spec.el (gnus-parse-complex-format): Use equal.
10097
10098 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10099
10100         * gnus-sum.el (gnus-select-newsgroup): Use it.
10101
10102         * gnus-util.el (gnus-not-ignore): New function.
10103
10104         * lpath.el (featurep): Don't fbind char-int.
10105
10106         * gnus-util.el (gnus-create-info-command): New function.
10107
10108         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
10109         right node.
10110
10111         * gnus-sum.el (gnus-select-newsgroup): Clean up.
10112         (gnus-summary-limit-children): Use 'identity instead of `all'.
10113         (gnus-summary-limit-to-display-predicate): New command and
10114         keystroke.
10115
10116 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10117
10118         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
10119
10120         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
10121
10122 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10123
10124         * gnus-spec.el: Add the Gnus version.
10125         (gnus-update-format-specifications): If the Gnus version changes,
10126         nix out the format spec cache.
10127
10128         * gnus.el (gnus-continuum-version): Made into a command and
10129         optionalize the VERSION.
10130
10131         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
10132         the start of the lines.
10133
10134 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10135
10136         * gnus.el (gnus-visual-p): Define function before use of
10137         function.
10138
10139 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10140
10141         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
10142         (gnus-article-mark-to-type): New function.
10143         (gnus-update-missing-marks): Only update marks of type 'list.
10144
10145         * gnus.el (gnus-article-special-mark-lists): New variable.
10146
10147 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10148
10149         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
10150         (gnus-select-newsgroup): Still use 'all.
10151         (gnus-summary-initial-limit): Comparing with 'all.
10152
10153 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10154
10155         * gnus-start.el (gnus-activate-group): If dont-check, don't update
10156         active.
10157
10158 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10159
10160         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
10161         nnslashdot-*-retrieve-headers.
10162         (nnslashdot-request-article): Fix for slashcode 2.2.
10163         (nnslashdot-make-tuple): New function.
10164         (nnslashdot-read-groups): Use it.
10165
10166 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10167
10168         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
10169         list.
10170
10171         * gnus-sum.el (gnus-summary-move-article): Don't select article.
10172
10173 2001-08-20  Simon Josefsson  <jas@extundo.com>
10174
10175         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
10176         opened, error instead of continuing (and exploding later).
10177
10178 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10179
10180         * gnus.el (gnus-expand-group-parameters): Return the parameter
10181         list.
10182
10183         * gnus-sum.el (gnus-summary-show-article): Doc fix.
10184         (gnus-summary-show-article): Guess at charset if required.
10185
10186         * gnus-spec.el (gnus-correct-substring): Stopped one character
10187         before we wanted.
10188
10189 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10190
10191         * earcon.el (earcon-auto-play): Remove unused option.
10192
10193 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10194
10195         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
10196         message down in levels, since it happens very fast.
10197
10198         * smiley-ems.el (smiley-update-cache): Respect the symbol version
10199         of smiley-regexp-alist.
10200
10201         * mm-view.el (mm-inline-text): Ignore vcard errors.
10202
10203         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
10204
10205         * gnus-score.el (gnus-all-score-files): Use append instead of
10206         nconc.
10207
10208         * gnus.el (gnus-splash-face): Doc fix.
10209
10210         * mm-decode.el (mm-mailcap-command): Use
10211         mm-path-name-rewrite-functions.
10212         (mm-path-name-rewrite-functions): New variable.
10213
10214         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
10215         (gnus-complex-form-to-spec): Insert tab.
10216         (gnus-spec-tab): New function.
10217
10218         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
10219         entering the group.
10220
10221         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
10222         the positional spec.
10223         (gnus-parse-complex-format): React to %C.
10224
10225         * gnus-ems.el (gnus-char-width): Moved here.
10226
10227         * gnus-sum.el (gnus-select-newsgroup): Set
10228         gnus-newsgroup-articles.
10229         (gnus-unseen-mark): New variable.
10230         (gnus-newsgroup-unseen): Ditto.
10231         (gnus-newsgroup-seen): Ditto.
10232         (gnus-adjust-marked-articles): Use them.
10233         (gnus-update-marks): Use them.
10234         (gnus-summary-update-secondary-mark): Display.
10235         (gnus-summary-prepare-threads): Display.
10236
10237         * gnus-msg.el (gnus-inews-group-method): Use and return the
10238         method, not the server.
10239
10240 2001-08-19  Simon Josefsson  <jas@extundo.com>
10241
10242         * gnus-srvr.el (gnus-server-agent-face): New.
10243         (gnus-server-agent-face): New.
10244         (gnus-server-mode): Turn on font-lock-mode.
10245
10246         * gnus.el (gnus-server-visual): Add defgroup.
10247
10248 2001-08-19  Simon Josefsson  <jas@extundo.com>
10249         From Joe Casadonte <jcasadonte@northbound-train.com>
10250
10251         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
10252         gnus-server-denied-face): New.
10253         (gnus-server-opened-face, gnus-server-closed-face,
10254         gnus-server-denied-face): New.
10255         (gnus-server-font-lock-keywords): Add.
10256
10257 2001-08-19  Simon Josefsson  <jas@extundo.com>
10258
10259         * nnml.el (nnml-request-set-mark): Return nil.
10260         (nnml-save-marks): Use nnml-possibly-create-directory.
10261         (nnml-open-marks): Only work in temp buffer when inserting/reading
10262         .marks file.
10263
10264 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10265
10266         * gnus.el (gnus-expand-group-parameters): Fix.
10267
10268         * gnus-spec.el (gnus-char-width): New function.
10269         (gnus-correct-substring, gnus-correct-length): Use it.
10270
10271         * message.el (message-required-mail-headers): Fix doc.
10272
10273 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10274
10275         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
10276
10277         * mm-decode.el (mm-save-part-to-file): Insert the handle.
10278
10279 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10280
10281         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
10282         slashdot 2.2 (not fully fixed yet).
10283         (nnslashdot-request-article): Ditto.
10284
10285 2001-08-18  Simon Josefsson  <jas@extundo.com>
10286
10287         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
10288         nnimap.
10289
10290         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
10291         gnus-util.
10292         (nnimap-request-update-info-internal): Use new functions.
10293
10294         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
10295         new functions.
10296
10297 2001-08-18  Simon Josefsson  <jas@extundo.com>
10298
10299         Make nnml groups self-contained as far as marks are concerned.
10300
10301         * nnml.el (nnml-request-delete-group): Delete marks file.
10302         (nnml-request-rename-group): Move marks file.
10303         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
10304         variables.
10305         (nnml-request-set-mark, nnml-request-update-info): New server
10306         functions.
10307         (nnml-save-marks, nnml-open-marks): New functions.
10308
10309 2001-08-18  Simon Josefsson  <jas@extundo.com>
10310
10311         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
10312         `set' when setting marks.
10313
10314 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10315
10316         * gnus.el (gnus-info-find-node): Take an argument.
10317
10318         * gnus-art.el (gnus-button-handle-info): New function.
10319         (gnus-url-unhex-string): Replace "+" with " ".
10320
10321 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10322
10323         * message.el (message-check-news-header-syntax): Check bad From.
10324
10325 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10326
10327         * gnus-spec.el (gnus-correct-length): New function.
10328         (gnus-correct-substring): New function.
10329         (gnus-tilde-max-form): Use it.
10330
10331 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
10332
10333         * nnmh.el: Docstring changes as below.
10334
10335         * nnml.el: Docstring changes as below.
10336
10337         * nnbabyl.el: Docstring changes as below.
10338
10339         * nnmbox.el: Docstring changes as below.
10340
10341         * nnfolder.el: Added docstrings identifying each virtual server
10342         parameter.
10343
10344 2001-08-18  Simon Josefsson  <jas@extundo.com>
10345
10346         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
10347
10348 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
10349
10350         * message.el: rename "Abort Message" to "Postpone Message".
10351         Remove "Attach file as MIME" from Message menu, it's already in
10352         the MIME menu.
10353
10354 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10355
10356         * smime.el (smime-point-at-eol): eval-and-compile.
10357         (smime-make-temp-file): New function.
10358         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
10359         Use it.
10360
10361 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10362
10363         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
10364         (gnus-agent-summary-fetch-group): New command and keystroke.
10365
10366         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
10367         (gnus-mime-display-security): Make it respect
10368         gnus-unbuttonized-mime-type-p.
10369
10370         * gnus-sum.el (gnus-articles-to-read): Comments.
10371         (gnus-article-marked-p): New function.
10372         (gnus-summary-display-make-predicate): New function.
10373         (gnus-select-newsgroup): Use them.
10374
10375         * mm-decode.el (mm-save-part-to-file): Made it not error.
10376
10377 2001-08-17  Simon Josefsson  <jas@extundo.com>
10378
10379         * imap.el (imap-wait-for-tag): If process-status isn't open or
10380         run, return nil instead of sit-for looping.
10381
10382 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10383
10384         * lpath.el (featurep): fbind xml-parse-region.
10385
10386         * gnus.el (gnus-message-archive-method): Default to "archive".
10387         (gnus-message-archive-method): Doc fix.
10388         (gnus-parameters-get-parameter): Cleaned up.
10389         (gnus-expand-group-parameter): New function.
10390
10391         * gnus-start.el (gnus-setup-news): Push the archive server only
10392         the server list.
10393
10394         * mml.el (mml-menu): Changed name to "Attachments".
10395
10396         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
10397         when there is something to detroy.
10398
10399 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10400
10401         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
10402         nil.
10403
10404 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10405
10406         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
10407         which specifies a time today or tomorrow.
10408
10409 2001-08-15  Simon Josefsson  <jas@extundo.com>
10410         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
10411
10412         * gnus-agent.el (gnus-agent-make-mode-line-string)
10413         (gnus-agent-toggle-plugged): Use new API.
10414
10415 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10416
10417         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
10418         deadline has expired.
10419
10420 2001-08-12  Simon Josefsson  <jas@extundo.com>
10421         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
10422
10423         Support `recent' mark indicating newly arrived messages (to
10424         separate from old but unread messages).
10425
10426         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
10427         `nnmail-split-history' if recent is > 0.
10428         (nnimap-request-update-info-internal): Update `recent' marks.
10429         (nnimap-request-set-mark): Never set `recent' marks.
10430         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
10431         recent.
10432
10433         * gnus-sum.el (gnus-recent-mark): New mark.
10434         (gnus-newsgroup-recent): New variable.
10435         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
10436         (gnus-summary-prepare-threads): Mark recent articles.
10437         (gnus-summary-add-mark): Support recent.
10438         (gnus-summary-update-secondary-mark): Support recent.
10439
10440         * gnus.el (gnus-article-mark-lists): Add recent.
10441
10442 2001-08-12  Simon Josefsson  <jas@extundo.com>
10443
10444         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
10445         whether successful decoding took place.  Add doc.
10446
10447 2001-08-12  Simon Josefsson  <jas@extundo.com>
10448         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
10449
10450         * gnus.el (gnus-summary-line-format, gnus-parameters):
10451         * gnus-gl.el (gnus-summary-grouplens-line-format):
10452         * gnus-salt.el (gnus-summary-pick-line-format):
10453         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
10454
10455 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
10456         Committed by Kai Gro\e,b_\e(Bjohann.
10457
10458         * gnus-score.el (gnus-score-string): Fix `match' regexp
10459         for `extra' header case.
10460
10461 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10462
10463         * nnmbox.el (nnmbox-read-mbox): No warning.
10464
10465 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10466
10467         * nndoc.el (nndoc-article-type): Fix doc.
10468         (nndoc-generate-article-function): New variable.
10469         (nndoc-dissection-function): New variable.
10470         (nndoc-type-alist): Add oe-dbx.
10471         (nndoc-oe-dbx-type-p): New function.
10472         (nndoc-oe-dbx-dissection): New function.
10473         (nndoc-oe-dbx-generate-article): New function.
10474
10475 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10476
10477         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
10478         whether deadline has been reached.  Patch from Dan Nicolaescu
10479         <dann@godzilla.ics.uci.edu>.
10480
10481 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10482
10483         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
10484         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
10485         <rintaman@cs.Helsinki.FI>.
10486
10487         * mail-source.el (mail-source-movemail): The error buffer is
10488         modified, but nothing in it.
10489
10490 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10491
10492         * message.el (message-bogus-system-names): New variable.
10493         (message-make-fqdn): Use it.
10494
10495 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10496
10497         * nndraft.el (nndraft-request-group): Use
10498         nndraft-auto-save-file-name.
10499
10500 2001-08-09  Simon Josefsson  <jas@extundo.com>
10501
10502         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
10503         Don't ask whether to decrypt.  Just leave result in buffer (don't
10504         call mm).
10505
10506         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
10507         parts as well.
10508         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
10509         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
10510
10511 2001-08-09  Simon Josefsson  <jas@extundo.com>
10512
10513         * mm-decode.el (mm-insert-part): Return decoding success status.
10514         (mm-save-part-to-file): Error if decoding failed.
10515
10516 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10517
10518         * message.el (message-tab): Use indent-relative.
10519         (message-mode): Don't bind indent-line-function to indent-relative.
10520
10521 2001-08-09  Simon Josefsson  <jas@extundo.com>
10522
10523         * message.el (message-get-reply-headers): Fix string. Suggested by
10524         Christoph Conrad <cc@cli.de>.
10525
10526 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10527
10528         * message.el (message-tab): Use the current value of
10529         indent-line-function.
10530         (message-mode): Bind indent-line-function to indent-relative.
10531
10532 2001-08-08  Simon Josefsson  <jas@extundo.com>
10533
10534         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
10535         whether `imtest' is installed.
10536
10537 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10538         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10539
10540         * gnus-sum.el (gnus-summary-show-article): Call
10541         gnus-summary-update-secondary-secondary-mark.
10542         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
10543         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
10544
10545 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10546
10547         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
10548
10549         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10550
10551         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
10552         <gerd@gnu.org>.
10553
10554         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
10555
10556         * gnus-util.el (gnus-output-to-rmail): Ditto.
10557         (gnus-output-to-mail): Ditto.
10558
10559         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
10560
10561 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
10562
10563         * message.el (message-indent-citation): Use
10564         `message-yank-cited-prefix' for empty lines.
10565
10566 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
10567
10568         * message.el (message-indent-citation): Quote only lines starting
10569         with ">" using `message-yank-cited-prefix'.
10570
10571 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10572         Trivial patch.
10573
10574         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
10575         gnus-cache-fully-p.
10576
10577 2001-08-04  Simon Josefsson  <jas@extundo.com>
10578
10579         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
10580         file if it doesn't exist (by calling gnus-cache-read-active).
10581
10582 2001-08-04  Simon Josefsson  <jas@extundo.com>
10583
10584         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
10585         (gnus-cache-passively-or-fully-p): Removed.
10586         (gnus-cache-fully-p): Fix it.
10587
10588         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
10589
10590 2001-08-04  Simon Josefsson  <jas@extundo.com>
10591
10592         * gnus-cache.el (gnus-cache-fully-p)
10593         (gnus-cache-passively-or-fully-p): New functions.
10594         (gnus-cache-possibly-enter-article): Cosmetic change, use
10595         `g-c-p-o-f-p'.
10596         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
10597         was bogus (`g-c-p-a-a' does not change active info, just change
10598         the functions parameters).
10599         (gnus-cache-possibly-remove-articles-1): Make sure articles are
10600         not removed in groups that match `gnus-uncacheable-groups'.
10601
10602         Reported and modifications based on discussions with Nuutti
10603         Kotivuori <nuutti.kotivuori@smarttrust.com>.
10604
10605 2001-08-04  Simon Josefsson  <jas@extundo.com>
10606         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10607
10608         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
10609         calls `gnus-cache-update-active' if bounds has been extended.
10610
10611 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10612
10613         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
10614         before remove.
10615         (gnus-mime-security-show-details): Ditto.
10616
10617 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10618
10619         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
10620         syntax.  Protect string-match against nil string and regexp.
10621
10622 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10623
10624         * mm-util.el (mm-find-charset-region): Remove control-1.
10625
10626 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10627
10628         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
10629
10630 2001-08-04  Simon Josefsson  <jas@extundo.com>
10631
10632         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
10633         buffer.  Delete MIME-Version header.
10634
10635 2001-08-03  Simon Josefsson  <jas@extundo.com>
10636
10637         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
10638         that is entered does not necessarily have the highest article
10639         number in the group, so use `gnus-cache-possibly-alter-active'
10640         instead of `gnus-cache-update-active'.
10641
10642 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10643
10644         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
10645
10646 2001-08-03  Simon Josefsson  <jas@extundo.com>
10647
10648         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
10649         menu.
10650
10651 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10652
10653         * gnus.el (post-method): New group parameter.  It also provides
10654         the user option `gnus-post-method-alist' and the internal function
10655         `gnus-parameter-post-method'.
10656
10657         * gnus-msg.el (gnus-post-method): Bind the value of
10658         `gnus-post-method' to the group parameter if it is defined.
10659
10660 2001-08-02  Simon Josefsson  <jas@extundo.com>
10661
10662         * smime.el (smime-extra-arguments): Removed.
10663         (smime-call-openssl-region): Don't use it.
10664
10665 2001-08-02  Simon Josefsson  <jas@extundo.com>
10666
10667         * smime.el (smime-sign-region): Handle stderr.
10668         (smime-encrypt-region): Ditto.
10669
10670         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
10671         match the ASN.1 length bytes.
10672         (mm-pkcs7-enveloped-magic): Ditto.
10673         (mm-view-pkcs7-get-type): Don't regexp quote.
10674
10675 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10676         From Andreas Fuchs <asf@void.at>
10677
10678         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
10679
10680 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10681
10682         * gnus-art.el (gnus-header-button-alist): References regexp.
10683
10684 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
10685
10686         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
10687         already fboundp.  Add INTERACTIVE arg to autoload form.
10688
10689 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10690
10691         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
10692
10693         * nnmail.el (nnmail-cache-open): Ditto.
10694
10695 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10696
10697         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
10698
10699 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10700
10701         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
10702
10703 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10704         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10705
10706         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
10707         (gnus-agent-toggle-plugged): Use it.
10708
10709 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10710
10711         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
10712         (gnus-ding-file-coding-system): New variable.
10713         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
10714         (gnus-slave-save-newsrc): Use it.
10715
10716 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10717
10718         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
10719         syntax.
10720
10721 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10722         Originally from Andreas Fuchs <asf@void.at>
10723
10724         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
10725         (mml2015-gpg-pretty-print-fpr): New function.
10726         (mml2015-gpg-extract-signature-details): More details, rename from
10727         `m-g-e-from'.
10728         (mml2015-gpg-verify): Use them.
10729         (mml2015-gpg-clear-verify): Use them.
10730
10731 2001-07-31  Simon Josefsson  <jas@extundo.com>
10732
10733         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
10734         buffer when done.
10735
10736 2001-07-30  Simon Josefsson  <jas@extundo.com>
10737
10738         * smime.el (smime-call-openssl-region): Revert previous change,
10739         just pass on buf to `call-process-region'.
10740         (smime-verify-region): Doc fix.  Don't message stuff.  Use
10741         `smime-new-details-buffer'.  Inserts error messages into buffer.
10742         (smime-noverify-region): Ditto.
10743         (smime-decrypt-region): Ditto.  Handles stderr separately.
10744         (smime-verify-buffer, smime-noverify-buffer)
10745         (smime-decrypt-buffer): Doc fix.
10746         (smime-new-details-buffer): New function.
10747         (smime-pkcs7-region, smime-pkcs7-certificates-region)
10748         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
10749         (smime-sign-region, smime-encrypt-region): Don't use
10750         `insert-buffer'.
10751
10752         * mml-smime.el (mml-smime-verify): Fix security button strings.
10753
10754 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10755
10756         * gnus-art.el (gnus-mime-save-part-and-strip): Save
10757         gnus-article-mime-handles.
10758
10759 2001-07-29  Simon Josefsson  <jas@extundo.com>
10760
10761         * mail-source.el (top-level): Require message for message-directory.
10762         (mail-source-directory): Change default to message-directory.
10763
10764         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
10765         (smime-certificate-directory, smime-openssl-program)
10766         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
10767         (smime-extra-arguments): New variable.
10768         (smime-dns-server): Fix customize group.
10769         (smime-call-openssl-region): Use `smime-extra-arguments'.
10770
10771 2001-07-29  Simon Josefsson  <jas@extundo.com>
10772         From Vladimir Volovich <vvv@vsu.ru>
10773
10774         * smime.el (smime-call-openssl-region): Ignore stderr.
10775
10776 2001-07-29  Simon Josefsson  <jas@extundo.com>
10777         From Christoph Conrad <christoph.conrad@gmx.de>
10778
10779         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
10780         file.
10781
10782 2001-07-29  Simon Josefsson  <jas@extundo.com>
10783
10784         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
10785
10786         Support S/MIME decryption.
10787
10788         * mm-decode.el (mm-inline-media-tests):
10789         (mm-inlined-types):
10790         (mm-automatic-display):
10791         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
10792
10793         * mm-view.el (mm-pkcs7-signed-magic):
10794         (mm-pkcs7-enveloped-magic): New variables.
10795         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
10796         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
10797         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
10798         PKCS#7 blobs.
10799
10800         * smime.el (smime-decrypt-region): Expand keyfile.
10801
10802 2001-07-29  Simon Josefsson  <jas@extundo.com>
10803
10804         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
10805         `ssl.el' variables.
10806
10807         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
10808         but line instead of narrowing to it, because `nnmail-parse-active'
10809         calls widen.  Thanks to Christoph Conrad
10810         <christoph.conrad@gmx.de>.
10811
10812 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10813
10814         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
10815         for %B spec.
10816
10817         * gnus-sum.el (gnus-summary-prepare-threads): If
10818         gnus-sum-thread-tree-root is nil, use subject instead.
10819         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
10820         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10821         (gnus-sum-thread-tree-leaf-with-other)
10822         (gnus-sum-thread-tree-single-leaf): Documentation.
10823         (gnus-sum-thread-tree-single-indent): Allow nil.
10824
10825 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10826
10827         * message.el (message-fill-paragraph): Do nothing if the user
10828         wants filladapt-mode.
10829
10830 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10831
10832         * mm-decode.el (mm-image-type-from-buffer): New function.
10833         (mm-get-image): Use it.
10834
10835 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10836
10837         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
10838
10839         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
10840         mm-display-parts too.
10841
10842 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10843
10844         * nnfolder.el (nnfolder-request-accept-article): Bind
10845         nntp-server-buffer.
10846
10847         * nnmail.el (nnmail-parse-active): Read from buffer instead of
10848         nntp-server-buffer.
10849
10850 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10851
10852         * message.el (message-check-news-header-syntax): Use
10853         message-post-method.
10854         (message-send-news): Bind message-post-method.
10855
10856 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10857
10858         * mml.el (mml-tweak-type-alist): New variable.
10859         (mml-tweak-function-alist): New variable.
10860         (mml-tweak-part): New function.
10861         (mml-generate-mime-1): Use it.
10862
10863 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10864
10865         * nnfolder.el (nnfolder-request-accept-article): Replace
10866         nnfolder-request-list.
10867
10868 2001-07-27  Simon Josefsson  <jas@extundo.com>
10869
10870         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
10871         nnoo-change-server failed to do it.
10872
10873 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10874
10875         * gnus.el (gnus-parameters): Make it customizable.
10876
10877 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10878
10879         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
10880
10881         * message.el (message-set-auto-save-file-name): More
10882         poor-system-types.
10883
10884         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
10885
10886         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
10887         supports +.
10888
10889 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10890
10891         * mm-decode.el (mm-readable-p): New function.
10892         (mm-inline-media-tests): Fix the default testers.
10893
10894 2001-07-26  Simon Josefsson  <jas@extundo.com>
10895
10896         * nnimap.el (nnimap-version): Bump version number.
10897
10898 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10899         From Steven E. Harris <seh@speakeasy.org>
10900
10901         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
10902         in M$Windows too.
10903
10904 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10905
10906         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
10907
10908 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10909
10910         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
10911
10912         * mm-decode.el (mm-get-image): Guess then use the type.
10913
10914         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
10915
10916 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
10917
10918         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
10919         display (%B) for threads if threading is off.
10920
10921 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10922         From Henrik Enberg <henrik@enberg.org>
10923
10924         * gnus-msg.el: Customization patch.
10925
10926 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
10927
10928         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
10929         variable.
10930         (nnmail-split-fancy-with-parent): Ignore certain groups.
10931
10932 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10933
10934         * gnus-util.el (gnus-byte-compile): New function.
10935         (gnus-use-byte-compile): New variable.
10936         (gnus-make-sort-function): Use it.
10937
10938         * nnmail.el (nnmail-get-new-mail): Use it.
10939
10940         * gnus-agent.el (gnus-category-make-function): Simple function or
10941         compiled function.
10942         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
10943
10944         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
10945         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
10946         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
10947
10948         * message.el (message-check-news-header-syntax): Remove quote.
10949
10950 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10951
10952         * message.el (message-use-mail-followup-to): `t' is not a
10953         documented value.
10954
10955 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10956
10957         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
10958
10959 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10960
10961         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
10962         there are long lines.
10963
10964 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10965
10966         * dgnushack.el (copy-list): New compiler macro.
10967
10968 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10969
10970         * message.el (message-bounce): If no Return-Path, the whole
10971         content is considered as the original message.
10972
10973         * nnml.el (nnml-check-directory-twice): New variable.
10974         (nnml-article-to-file): Use it.
10975         (nnml-retrieve-headers): Hack it.
10976
10977 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10978
10979         * gnus-win.el (gnus-buffer-configuration): New configure.
10980
10981         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
10982         not alive.
10983
10984         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
10985         (mm-display-external): Use display-term configure.
10986
10987 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10988
10989         * gnus-delay.el (gnus-delay-default-hour): New variable.
10990         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
10991
10992 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10993         From Karl Kleinpaste <karl@charcoal.com>
10994
10995         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
10996         (gnus-summary-prepare-threads): Ditto.
10997
10998         * gnus.el (gnus-summary-line-format): Add %B.
10999
11000 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11001
11002         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
11003
11004         * mm-util.el (mm-string-as-multibyte): New function.
11005
11006         * nnmh.el (nnmh-request-list-1): Encode, not decode!
11007
11008 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11009
11010         * mm-util.el (mm-universal-coding-system): New variable.
11011
11012         * gnus-start.el (gnus-startup-file-coding-system): Use it.
11013
11014         * score-mode.el (score-mode-coding-system): Use it.
11015
11016 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11017
11018         * gnus-start.el (gnus-setup-news): Call
11019         `gnus-check-bogus-newsgroups' just after the native server is
11020         opened.
11021
11022 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11023
11024         * nnmail.el (nnmail-do-request-post): Util function to be used by
11025         `nnchoke-request-post' for all nnmail-derived backends.
11026
11027         * nnml.el (nnml-request-post): Use it.
11028
11029         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
11030         backend, for it groks nnml-request-post.
11031
11032         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
11033         Treat `mail-post' backends like `mail' backends, not like `news'
11034         backends.
11035
11036 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11037
11038         * gnus-msg.el (gnus-setup-message): make-local-hook.
11039
11040 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11041
11042         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
11043         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
11044         <karl@charcoal.com>, slightly changed by Kai.
11045
11046         * message.el (message-check-news-header-syntax): When checking
11047         whether the groups exist, check the right server based on
11048         `gnus-post-method'.
11049
11050 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11051
11052         * gnus-delay.el: New file.
11053
11054 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11055
11056         * mm-util.el (mm-read-coding-system): Take two arguments.
11057
11058         * gnus-sum.el (gnus-summary-show-article): Use
11059         mm-read-coding-system.
11060
11061         * gnus-art.el (article-de-quoted-unreadable):
11062         (article-de-base64-unreadable, article-wash-html):
11063         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
11064
11065 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11066
11067         * nnml.el (nnml-request-post): New function.  Can be used for
11068         annotations in nnml groups.
11069
11070 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11071
11072         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
11073         command.
11074
11075         * gnus-start.el (gnus-find-new-newsgroups): Use
11076         `message-make-date' instead of `current-time-string'.
11077         (gnus-ask-server-for-new-groups): Ditto.
11078         (gnus-check-first-time-used): Ditto.
11079
11080 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11081
11082         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
11083
11084 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
11085
11086         * message.el (message-shorten-references): Change `maxcount' and
11087         `cut' to obey USEFOR draft 5.
11088
11089 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
11090
11091         * gnus-sum.el (gnus-summary-display-arrow): New variable.
11092         (gnus-summary-set-article-display-arrow): New function.
11093         (gnus-summary-goto-subject): Use it.
11094
11095 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11096
11097         * gnus-sum.el (gnus-summary-import-article): Insert date if
11098         doesn't exist.
11099
11100 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11101
11102         * mml.el (mml-content-type-parameters): New variable.
11103         (mml-content-disposition-parameters): New variable.
11104         (mml-insert-mime-headers): Use them.
11105         (mml-parse-1): Accept charset.
11106
11107 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11108
11109         * gnus-group.el (gnus-group-select-group): Doc fix.
11110
11111         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
11112
11113 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11114
11115         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
11116         to handle `define-derived-mode'.
11117
11118 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11119         From:  Stefan Monnier  <monnier@cs.yale.edu>
11120
11121         * message.el (message-mode): Use define-derived-mode.
11122         (message-tab): message-completion-alist.
11123
11124         * imap.el (imap-interactive-login): Use make-local-variable.
11125         (imap-open): Ditto.
11126         (imap-authenticate): Ditto.
11127
11128         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
11129
11130         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
11131
11132 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11133
11134         * message.el (message-citation-line-function): Refer to
11135         gnus-cite-attribution-suffix.
11136
11137 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11138
11139         * gnus-art.el,...: Error convention changes.
11140
11141 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11142
11143         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
11144
11145 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11146
11147         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
11148         (nnrss-read-server-data): Ditto.
11149
11150 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11151
11152         * gnus-setup.el (gnus-use-installed-gnus): Typo.
11153         * Cleanup files.
11154         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
11155
11156 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11157
11158         * gnus.el (gnus-summary-line-format): Add %o.
11159
11160         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
11161         unless shell outputs something.
11162
11163 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11164
11165         * gnus-art.el (gnus-boring-article-headers): Better doc.
11166         (article-hide-headers): Better regexp.
11167         Suggested by Matt Swift <swift@alum.mit.edu>.
11168
11169         * nnheader.el (nnheader-max-head-length): Better doc.
11170         (nnheader-header-value): Skip spaces.
11171         (nnheader-parse-head): Remove space.
11172         Suggested by Matt Swift <swift@alum.mit.edu>.
11173
11174         * gnus-sum.el (gnus-summary-show-raw-article): New function.
11175         (gnus-get-newsgroup-headers): Remove space.
11176
11177 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11178
11179         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
11180         (gnus-summary-reply): Use it.
11181         (gnus-summary-reply-broken-reply-to): New function.
11182         (gnus-msg-force-broken-reply-to): New function.
11183
11184         * mm-view.el (mm-inline-text): Showing as text/plain when error.
11185
11186 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11187
11188         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
11189
11190 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11191
11192         * mm-decode.el (mm-external-terminal-program): New variable.
11193         (mm-display-external): Use it. Use term to display when no
11194         window-system.
11195
11196 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
11197
11198         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
11199         Browse->Next entries to Browse->Prev
11200
11201 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11202
11203         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
11204
11205 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11206
11207         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
11208         for the default encoding.
11209
11210         * nnrss.el (nnrss-url-field): New field.
11211         (nnrss-request-article): Add newsgroups.
11212
11213         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
11214
11215 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11216
11217         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
11218
11219         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
11220         (gnus-draft-setup): Remove backlog.
11221
11222 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11223
11224         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
11225         Cleanup.
11226
11227 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11228
11229         * gnus-msg.el (gnus-bug): Erase buffer.
11230
11231         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
11232
11233 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11234
11235         * mm-decode.el (mm-attachment-override-p): Fix typo.
11236
11237 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
11238
11239         * gnus-kill.el (gnus-execute): Work with the extra headers.
11240         * gnus-sum.el (gnus-summary-execute-command): Ditto.
11241
11242 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11243
11244         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
11245         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
11246
11247         * message.el (message-send-mail-real-function): New variable.
11248         (message-send-mail-partially, message-send-mail):
11249
11250         * nngateway.el (nngateway-request-post): Use it.
11251
11252         * gnus-agent.el (gnus-agentize): Use it.
11253
11254         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
11255         (nnsoup-revert-variables): Use it.
11256
11257 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
11258
11259         * mm-decode.el (mm-inline-media-tests): Default to displaying as
11260         text/plain if the type doesn't match any other media types.
11261         (mm-inlined-types): Doc fix.
11262         (mm-display-inline): Revert previous change (now handled by a
11263         default type in `mm-inline-media-tests'.
11264         (mm-inlinable-p): Revive.
11265         (mm-display-part): Call `mm-inlinable-p'.
11266         (mm-attachment-override-p): Ditto.
11267         (mm-inlined-p): Doc fix.
11268
11269         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
11270         well as `mm-inlined-p'.
11271
11272 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11273
11274         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
11275         (nntp-send-command-and-decode): Use gnus-point-at-bol.
11276
11277 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11278         From  Paul Jarc <prj@po.cwru.edu>
11279
11280         * message.el (message-use-mail-followup-to): New variable.
11281         (message-get-reply-headers): Use it.
11282
11283 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
11284
11285         * nnheader.el (nnheader-init-server-buffer): Make sure the
11286         *nntpd* buffer is made multibyte instead of a random buffer.
11287
11288 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11289
11290         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
11291         when it returns headers.
11292
11293 2001-07-07  Simon Josefsson  <jas@extundo.com>
11294
11295         * rfc2047.el (rfc2047-encode-message-header): Skip header when
11296         trying to fold. Thanks to Colin Walters
11297         <walters@cis.ohio-state.edu>
11298
11299 2001-07-06  Simon Josefsson  <jas@extundo.com>
11300
11301         * imap.el (imap-parse-address-list, imap-parse-flag-list)
11302         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
11303         Add information in `assert's.
11304
11305         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
11306         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
11307         and `nnimap-group-overview-filename', should handle all
11308         change-of-uidvalidity related issues.  But there may be other
11309         problems.)
11310
11311 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
11312
11313         * rfc2047.el (rfc2047-encode-message-header): Don't include the
11314         header name when folding.
11315
11316 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
11317
11318         * mm-decode.el (mm-inlined-types): Document relationship with
11319         `mm-inline-media-tests'.
11320         (mm-display-inline): Default to displaying as plain text if no
11321         inlining handler is available.
11322         (mm-inlinable-p): Remove.
11323         (mm-inlined-p): Don't call `mm-inlinable-p'.
11324         (mm-automatic-display-p): Ditto.
11325         (mm-attachment-override-p): Ditto.
11326
11327 2001-07-04  Simon Josefsson  <jas@extundo.com>
11328
11329         * nnimap.el (nnimap-importantize-dormant): New variable.
11330         (nnimap-request-update-info-internal): Use it.
11331         (nnimap-request-set-mark): Ditto.
11332
11333 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
11334
11335         * nntp.el (nntp-send-command): don't pass a buffer argument to
11336         `point'. Only XEmacs accepts this.
11337         * nntp.el (nntp-send-command-nodelete): ditto.
11338         * nntp.el (nntp-send-command-and-decode): ditto.
11339
11340 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
11341
11342         * nntp.el (nntp-open-connection-function): doc update.
11343         * nntp.el (nntp-pre-command): New.
11344         * nntp.el (nntp-via-rlogin-command): New.
11345         * nntp.el (nntp-via-telnet-command): New.
11346         * nntp.el (nntp-via-telnet-switches): New.
11347         * nntp.el (nntp-via-user-name): New.
11348         * nntp.el (nntp-via-user-password): New.
11349         * nntp.el (nntp-via-address): New.
11350         * nntp.el (nntp-via-envuser): New.
11351         * nntp.el (nntp-via-shell-prompt): New.
11352         * nntp.el (nntp-open-telnet-stream): New.
11353         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
11354         * nntp.el (nntp-open-via-telnet-and-telnet): New.
11355         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
11356         * nntp.el (nntp-send-command): ditto.
11357         * nntp.el (nntp-send-command-nodelete): ditto.
11358         * nntp.el (nntp-send-command-and-decode): ditto.
11359
11360 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
11361         Trivial patch.
11362
11363         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
11364         `when'.
11365
11366 2001-07-03  Simon Josefsson  <jas@extundo.com>
11367         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
11368
11369         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
11370
11371 2001-07-03  Simon Josefsson  <jas@extundo.com>
11372
11373         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
11374         remove it (workaround XEmacs `fill-region' bug).
11375
11376 2001-07-01  Simon Josefsson  <jas@extundo.com>
11377
11378         * nnimap.el (nnimap-date-days-ago): Defeat locale.
11379
11380 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11381
11382         * mml2015.el (mml2015-format-error): New function.
11383         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
11384         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
11385         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
11386
11387 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11388
11389         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
11390         Suggested by Christoph Conrad <C.Conrad@cli.de>.
11391
11392         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
11393         group variables.
11394
11395 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11396
11397         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
11398
11399         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
11400         (nnrss-save-group-data): Ditto.
11401
11402         * gnus-agent.el (gnus-agent-save-alist): Ditto.
11403
11404 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11405
11406         * message.el (message-do-send-housekeeping): Narrow to headers.
11407
11408 2001-06-24  Simon Josefsson  <jas@extundo.com>
11409
11410         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
11411         insertion when breaking lines looked for " \t" instead of "[ \t]".
11412         (rfc2047-encode-message-header): Fold lines even if
11413         no QP encoding is done.
11414
11415 2001-06-23  Simon Josefsson  <jas@extundo.com>
11416         From Samuel Tardieu <sam@inf.enst.fr>
11417
11418         * smime.el (smime-keys): Support additional certificates.
11419         (smime-make-certfiles): New function.
11420         (smime-sign-region): Use previous variables.
11421         (smime-get-certfiles): New function.
11422         (smime-sign-buffer): Use it.
11423         (smime-verify-region): Support both CAfile and CApath.
11424
11425 2001-06-23  Simon Josefsson  <jas@extundo.com>
11426
11427         * smime.el (smime-decrypt-region): Perhaps work.
11428
11429 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11430
11431         * gnus-msg.el (gnus-copy-article-buffer): Typo.
11432
11433 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
11434
11435         * mm-decode.el (mm-save-part): Rewrite file name.
11436         (mm-file-name-rewrite-functions): New variable.
11437         (mm-file-name-delete-whitespace): New function.
11438         (mm-file-name-trim-whitespace): New function.
11439         (mm-file-name-collapse-whitespace): New function.
11440         (mm-file-name-replace-whitespace): New variable and function.
11441
11442 2001-06-22  Simon Josefsson  <jas@extundo.com>
11443
11444         * message.el (message-make-date): Workaround locale for weekdays.
11445
11446 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11447
11448         * message.el (message-goto-body): Return nil if not found. (revert!)
11449
11450 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11451         From Fremlin <chief@bandits.org>
11452
11453         * message.el (message-goto-body): Some messages have no header.
11454
11455         * gnus-msg.el (gnus-copy-article-buffer): Use it.
11456
11457 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
11458
11459         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
11460
11461 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11462
11463         * message.el (message-make-date): Add week day.
11464         Suggested by Jason R. Mastaler <jason@mastaler.com>.
11465
11466 2001-06-19  Simon Josefsson  <jas@extundo.com>
11467
11468         * message.el (message-yank-prefix): Doc fix.
11469         (message-yank-cited-prefix): Ditto.
11470         (message-delete-not-region): Keep citation prefix on first line,
11471         if possible and appropriate.
11472
11473 2001-06-19  Simon Josefsson  <jas@extundo.com>
11474
11475         * imap.el (imap-process-connection-type): New variable.
11476         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
11477         recent `imtest's work completely (no line length issues), while
11478         making making old `imtest's unusable.  Thanks to NAGY Andras
11479         <nagya@inf.elte.hu> for his work.
11480
11481 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
11482
11483         * imap.el (imap-ssl-program): Add -quiet to shut up
11484         OpenSSL/SSLeay's internal debug talk.
11485
11486 2001-06-19  Matt Armstrong  <matt@lickey.com>
11487
11488         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
11489         server.
11490
11491 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11492
11493         * nnmail.el (nnmail-article-buffer): New variable.
11494         (nnmail-split-incoming): Use it.
11495
11496 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
11497
11498         * qp.el (quoted-printable-decode-region): If called interactively,
11499         use coding-system-for-read.
11500
11501 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11502
11503         * message.el (message-check-news-header-syntax): Check Reply-To.
11504
11505 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11506
11507         * mml.el (mml-parse-1): Use message options.
11508
11509         * message.el (message-do-fcc): Don't do anything if there is no
11510         FCC.
11511
11512 2001-06-16  Simon Josefsson  <jas@extundo.com>
11513
11514         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
11515         (nnimap-expunge-search-string): New variable.
11516         (nnimap-request-expire-articles): Use it.
11517
11518 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11519
11520         * message.el (message-send-mail-with-qmail): wrong exit status is
11521         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
11522
11523 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11524
11525         * gnus-art.el (article-strip-multiple-blank-lines): Use
11526         delete-region instead of replace-match.
11527
11528 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11529
11530         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
11531         (nnweb-google-wash-article): Ditto.
11532
11533 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
11534
11535         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
11536
11537 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11538
11539         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
11540         specs.
11541
11542 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11543
11544         * gnus.el (gnus-email-address): Move it here.
11545
11546         * gnus-art.el (article-de-quoted-unreadable): Read charset if
11547         requested.
11548         (article-de-base64-unreadable): Ditto.
11549         (article-wash-html): Ditto.
11550
11551 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11552
11553         * message.el (message-options-set-recipient): Don't add ", "
11554         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
11555
11556 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11557
11558         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
11559
11560 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11561
11562         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
11563         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
11564
11565         * nnrss.el (nnrss-node-text): Node might be nil.
11566
11567 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11568
11569         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
11570         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
11571
11572         * nnrss.el (nnrss-group-alist): More items.
11573
11574 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11575
11576         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
11577
11578 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11579         Trivial patch from Dale Hagglund  <rdh@best.com>
11580
11581         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
11582         restrict clauses.
11583
11584 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11585
11586         From Benjamin Rutt <brutt+news@bloomington.in.us>
11587
11588         * message.el (message-wide-reply-confirm-recipients): New variable.
11589
11590 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
11591         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
11592
11593         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
11594         fix so it works with XEmacs.
11595
11596 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11597
11598         * nnrss.el (nnrss-retrieve-headers): Support description as extra
11599         headers.
11600
11601 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11602
11603         * nnrss.el: Fix a few bugs.
11604
11605 2001-06-05  Simon Josefsson  <jas@extundo.com>
11606
11607         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
11608         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
11609
11610 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
11611
11612         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
11613         binary so that we don't transmit ISO 2022 garbage to the process.
11614         This is needed under XEmacs.
11615
11616 2001-06-03  Simon Josefsson  <simon@josefsson.org>
11617
11618         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
11619         autoloaded incorrectly below because ssl-program-* is bound.)
11620         Thanks to Amos Gouaux for report.
11621
11622 2001-06-02  Simon Josefsson  <simon@josefsson.org>
11623
11624         * imap.el (imap-kerberos4-open):
11625         (imap-gssapi-open):
11626         (imap-ssl-open):
11627         (imap-network-open):
11628         (imap-shell-open):
11629         (imap-starttls-open): Set buffer to workaround spurious
11630         `accept-process-output' buffer changes.  Thanks to Mats Lidell
11631         <Mats.Lidell@contactor.se> for report and partial patch and Jake
11632         Colman <colman@ppllc.com> for report.
11633
11634 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11635
11636         * gnus-sum.el (gnus-summary-catchup): New argument.
11637         (gnus-summary-catchup-from-here): New function.
11638
11639 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11640
11641         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
11642         back, then insert glyph.  (Before, the glyph was inserted first,
11643         then the newline.)  This works around a behavior in XEmacs where
11644         it is not possible to insert a character after a glyph which is at
11645         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
11646
11647 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11648
11649         From Jaap-Henk Hoepman (jhh@xs4all.nl).
11650
11651         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
11652         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
11653         mm-destroy-postponed-undisplay-list): New functions.
11654         (mm-display-external): Use them.
11655
11656 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11657
11658         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
11659         `default-low' when evaluating `gnus-summary-highlight'.
11660         From Raja R Harinath <harinath@cs.umn.edu>.
11661
11662 2001-05-27  Simon Josefsson  <simon@josefsson.org>
11663
11664         * message.el (message-yank-cited-prefix): New variable.
11665         (message-indent-citation): Use it.
11666
11667         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
11668         as details.
11669         (mml2015-mailcrypt-clear-verify): Ditto.
11670
11671 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11672         From Nevin Kapur <nevin@jhu.edu>.
11673
11674         * gnus-sum.el (gnus-summary-default-high-score,
11675         gnus-summary-default-low-score): New variables.
11676         (gnus-summary-highlight): Use them.
11677
11678 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
11679
11680         * message.el (message-mail): pass the 'send-actions argument to
11681         `message-setup'.
11682
11683 2001-05-16  Simon Josefsson  <simon@josefsson.org>
11684         From Raymond Scholz <ray-2001@zonix.de>
11685
11686         * gnus-art.el (gnus-mime-view-part-as-charset):
11687         (gnus-mime-internalize-part): Doc fixes.
11688
11689 2001-05-11  Simon Josefsson  <simon@josefsson.org>
11690
11691         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
11692         status lines without any text ("^215$").
11693
11694 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11695
11696         * nnrss.el (nnrss-check-group): Reverse.
11697
11698 2001-05-07  Simon Josefsson  <simon@josefsson.org>
11699
11700         * message.el (message-get-reply-headers):
11701         (message-followup): Fix typo, suggested by David Green
11702         <dgreen@uab.edu>
11703
11704 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11705
11706         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
11707
11708         * nnrss.el (nnrss-open-server): Read server data when it is called.
11709         (nnrss-request-expire-articles): Fix.
11710
11711 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11712
11713         * message.el (message-do-send-housekeeping): mail-abbrevs may
11714         rename buffer behind Gnus.
11715
11716 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11717
11718         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
11719         (nnrss-group-alist): Add more resources.
11720         (nnrss-check-group): Ignore errors.
11721
11722 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11723
11724         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
11725
11726         * nnslashdot.el (nnslashdot-request-list): Add time.
11727         (nnslashdot-request-expire-articles): New function.
11728
11729         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
11730         secondary methods too.
11731
11732 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11733
11734         * message.el (message-use-followup-to): Set default value to t.
11735
11736 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
11737
11738         * message.el (message-dont-reply-to-names): Fix documentation.
11739         (message-get-reply-headers): Use Mail-Followup-To only for wide
11740         replies.
11741
11742 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11743
11744         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
11745         correctly.
11746         (nnrss-check-group): Use time.
11747
11748 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11749
11750         * gnus.el: Oort Gnus v0.03 is released.
11751
11752 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11753
11754         * nnultimate.el (nnultimate-topic-article-to-article): Use the
11755         group.
11756
11757 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11758
11759         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
11760
11761 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11762
11763         * nnultimate.el (nnultimate-retrieve-headers): Return all
11764         available headers.
11765
11766         * gnus-sum.el (gnus-read-all-available-headers): New variable.
11767         (gnus-get-newsgroup-headers-xover): Use it.
11768
11769 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11770
11771         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
11772
11773 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11774
11775         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
11776
11777 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11778
11779         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
11780         disable it.
11781
11782         * gnus.el (gnus-info-nodes): Remove a few The's.
11783
11784 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11785
11786         * mail-source.el (mail-source-movemail): Call-process may return a
11787         signal description string.
11788
11789         * gnus-start.el (gnus-read-newsrc-el-file):
11790         gnus-newsrc-file-version may be nil.
11791
11792         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
11793         Suggested by Michael Sperber [Mr. Preprocessor]
11794         <sperber@informatik.uni-tuebingen.de>.
11795
11796 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
11797
11798         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
11799
11800 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
11801
11802         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
11803         fontify HANDLE.
11804
11805 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11806
11807         * smime.el (smime-ask-passphrase): Rework to return value.
11808         (smime-sign-region): Rework to bind value and use it.
11809         (smime-decrypt-region): Ditto.
11810
11811 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11812         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
11813
11814         * smime.el (smime-ask-passphrase): New function.
11815         (smime-sign-region): Use it.
11816         (smime-encrypt-cipher): New variable.
11817         (smime-decrypt-region): Ditto.
11818
11819 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
11820         Committed by Simon Josefsson  <simon@josefsson.org>
11821
11822         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
11823         the log.
11824
11825 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11826
11827         * gnus.el: Oort Gnus v0.02 is released.
11828
11829 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
11830
11831         * gnus.el: Oort Gnus v0.01 is released.
11832
11833 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11834
11835         * gnus-sum.el (gnus-summary-highlight): Highlight read
11836         undownloaded articles as read articles.
11837
11838         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
11839         (gnus-agent-get-undownloaded-list): Mark all undownloaded
11840         articles, even read ones, as such.
11841
11842         * gnus-sum.el (gnus-summary-find-matching): Clean up.
11843         (gnus-find-matching-articles): New function.
11844         (gnus-summary-limit-include-matching-articles): New command.
11845         (gnus-summary-limit-include-thread): Include articles that have
11846         matching subjects.
11847         (gnus-offer-save-summaries): Clean up.
11848
11849 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11850
11851         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
11852
11853 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11854         From Jason Merrill <jason_merrill@redhat.com>
11855
11856         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
11857
11858 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
11859         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11860
11861         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
11862         newsgroup names when the original article is a news message.
11863
11864 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11865
11866         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
11867         supported. Suggest by Jim Meyering <jim@meyering.net>.
11868
11869 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
11870         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
11871
11872         * nnmail.el (nnmail-split-it): Added check for .* at the end of
11873         regexp in nnmail-split-fancy.
11874
11875 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11876
11877         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
11878
11879 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
11880
11881         * message.el (message-send-mail): Improve the interaction with the
11882         user.
11883
11884 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11885
11886         * imap.el (imap-message-copy): Work around buggy servers that
11887         doesn't send TRYCREATE tags.
11888
11889 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
11890
11891         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
11892
11893 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11894
11895         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
11896         date.
11897
11898 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11899
11900         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
11901         lives.
11902
11903 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11904
11905         * gnus-art.el (gnus-parse-news-url): New function.
11906         (gnus-button-handle-news): New function.
11907         (gnus-button-alist): Point to new functions.
11908
11909         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
11910
11911         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
11912         gnus-format-specs.
11913
11914         * message.el (message-check-news-header-syntax): Question even
11915         when Gnus doesn't know the group names.
11916         (message-send-news): Clean up.
11917
11918         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
11919         exited on purpose without saving.
11920
11921         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
11922
11923 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11924
11925         * gnus-score.el (gnus-score-orphans): Clean up.
11926
11927         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
11928
11929         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
11930         later.
11931
11932         * gnus-start.el (gnus-close-all-servers): Find the right items to
11933         close.
11934
11935         * qp.el (quoted-printable-decode-region): Just message
11936         malformation; don't quit.
11937
11938 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11939         From Gerd Moellmann <gerd@gnu.org>.
11940
11941         * gnus.el (gnus-interactive): A typo.
11942
11943 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
11944         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11945
11946         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
11947         `assq-delete-all', if that function exists; otherwise use the old
11948         definition. Documentation changed to match the one in
11949         `assq-delete-all'.
11950
11951 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11952
11953         * gnus-start.el (gnus-close-all-servers): New function.
11954
11955         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
11956         (gnus-server-remove-denials): Clean up.
11957
11958         * gnus-sum.el (gnus-summary-sort-by-original): New command and
11959         keystroke.
11960
11961 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11962
11963         * message.el (message-send-news): Message where we are sending.
11964         (message-send-mail): Ditto.
11965
11966         * gnus.el (gnus-server-string): New function.
11967
11968         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
11969
11970         * mm-decode.el (mm-default-directory): Customized.
11971         (mm-tmp-directory): Ditto.
11972
11973         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
11974         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
11975         or Chars.
11976         (gnus-summary-line-format-alist): ?l is now a string.
11977         (gnus-summary-prepare-threads): Output ? for unknown lines.
11978         (gnus-summary-insert-line): Ditto.
11979         (gnus-summary-print-article): Unbalanced parentheses.
11980
11981         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
11982         out whether new stuff has arrived.
11983
11984 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
11985
11986         * gnus-sum.el: Let printing work on ttys on Emacs.
11987
11988 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11989
11990         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
11991         when forcing news.
11992
11993         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
11994         command.
11995
11996 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
11997
11998         * message.el (message-set-auto-save-file-name): Don't use
11999         asterisks under nt.
12000
12001 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12002
12003         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
12004         lists of articles.
12005
12006         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
12007
12008         * gnus-msg.el (gnus-put-message): Clean up.
12009         (gnus-summary-reply): Mark all replied-to articles as replied to.
12010         (gnus-inews-add-send-actions): Also mark as forwarded.
12011         (gnus-summary-mail-forward): Mark as forwarded.
12012
12013         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
12014         of articles.
12015         (gnus-summary-mark-article-as-forwarded): Ditto.
12016
12017         * gnus-msg.el (gnus-summary-resend-message): Mark article as
12018         forwarded.
12019         (gnus-summary-mail-forward): Clean up.
12020
12021         * gnus.el (gnus-article-mark-lists): Added forward.
12022
12023         * gnus-sum.el (gnus-forwarded-mark): New variable.
12024         (gnus-summary-prepare-threads): Use it.
12025         (gnus-summary-update-secondary-mark): Ditto.
12026         (gnus-newsgroup-forwarded): New variable.
12027
12028 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12029
12030         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
12031         (gnus-summary-very-wide-reply): New command and keystroke.
12032         (gnus-summary-very-wide-reply-with-original): Ditto.
12033
12034         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
12035         (gnus-score-adaptive): Use it.
12036
12037         * gnus-start.el (gnus-get-unread-articles): Clean up.
12038
12039 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12040
12041         * nnultimate.el (nnultimate-retrieve-headers): Work for other
12042         boards.
12043
12044 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
12045
12046         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
12047         * gnus-start.el (gnus-subscribe-newsgroup): use it.
12048
12049 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12050
12051         * nnultimate.el (nnultimate-retrieve-headers): Understand
12052         long-form month names.
12053
12054 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12055
12056         * gnus-sum.el (gnus-summary-show-all-headers):
12057         gnus-article-show-all-headers is broken. Use
12058         gnus-summary-toggle-header instead.
12059
12060         * mml2015.el (mml2015-gpg-extract-from): No error.
12061
12062 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12063         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
12064
12065         * mml2015.el (mml2015-gpg-extract-from): New function.
12066         (mml2015-gpg-verify): Use it.
12067         (mml2015-gpg-clear-verify): Use it.
12068
12069 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12070
12071         * message.el (message-setup-fill-variables): Use
12072         fill-paragraph-function.
12073         (message-fill-paragraph): Take an argument.
12074         (message-newline-and-reformat): Take another argument.
12075
12076 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12077
12078         * message.el (rmail-output): It is in rmailout.el not rmail.el.
12079
12080 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12081
12082         * message.el (message-forward): local-variable-p takes an extra
12083         argument in XEmacs.
12084
12085 2001-03-16  Simon Josefsson  <simon@josefsson.org>
12086
12087         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
12088         `nnimap-use-nov-p' (it really tested the negative).
12089         (nnimap-retrieve-headers): Use it.
12090
12091 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12092
12093         * message.el (message-generate-headers-first): Update doc.
12094
12095 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
12096         Trivial patch.
12097
12098         * gnus.el (gnus-summary-line-format): Typo.
12099
12100 2001-03-11  Simon Josefsson  <simon@josefsson.org>
12101
12102         * mailcap.el (mailcap-mime-data): Add application/sieve.
12103         (mailcap-mime-extensions): Add .siv, .xls.
12104
12105 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12106         From Christoph Conrad <christoph.conrad@gmx.de>
12107
12108         * gnus-score.el (gnus-summary-lower-thread): Typo.
12109
12110 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12111
12112         * message.el (message-forward-decoded-p): New variable.
12113         (message-forward-subject-author-subject): Use it.
12114         (message-make-forward-subject): Use it.
12115         (message-forward): Use it.
12116
12117         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
12118
12119         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
12120         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
12121
12122 ;;Has been fixed -- zsh.
12123 ;;2001-03-05  Dave Love  <fx@gnu.org>
12124 ;;
12125 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
12126 ;;      Move it after definition of mm-coding-system-p.
12127 ;;
12128 2001-03-01  Dave Love  <fx@gnu.org>
12129
12130         * mm-util.el (mm-inhibit-file-name-handlers): Add
12131         image-file-handler.
12132
12133 2001-02-11  Dave Love  <fx@gnu.org>
12134
12135         * message.el (message-signature-file): Fix doc, :type.
12136
12137 2001-02-08  Dave Love  <fx@gnu.org>
12138
12139         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
12140         (message-posting-charset): Defvar when compiling again.
12141         (rfc2047-encodable-p): Require message.
12142
12143         * gnus-sum.el (gnus-alter-articles-to-read-function):
12144         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
12145
12146 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12147
12148         * nnrss.el: New file.
12149
12150 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
12151         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12152
12153         * rfc2047.el (rfc2047-unfold-region): Fix arg of
12154         `skip-chars-forward'.
12155
12156 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12157
12158         * nndraft.el (nndraft-request-group): Restore auto save files if
12159         the original files do not exist.
12160
12161 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12162
12163         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
12164         SCORE paths.
12165
12166         * mm-decode.el (mm-dissect-buffer): Call
12167         mail-extract-address-components only if necessary.
12168
12169 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12170
12171         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
12172         directory part.
12173         (gnus-score-search-global-directories): Use file-directory-p.
12174
12175         * gnus-score.el (gnus-score-score-files-1): Use
12176         gnus-kill-files-directory.
12177         From Adrian Aichner <adrian@xemacs.org>.
12178
12179 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12180
12181         * gnus.el (charset): Move here from gnus-sum.el.
12182
12183 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12184
12185         * mml.el (mml-preview): Disable local map.
12186
12187         * gnus-sum.el (gnus-summary-make-menu-bar): Make
12188         gnus-article-post-menu here.
12189
12190         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
12191         if it has not been made.
12192
12193 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12194
12195         * gnus-art.el (gnus-article-describe-key): Map key to event.
12196         (gnus-article-describe-key-briefly): Ditto
12197
12198 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12199
12200         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
12201
12202 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12203         From Katsumi Yamaoka <yamaoka@jpl.org>.
12204
12205         * dgnushack.el (coerce, merge, subseq): defmacro.
12206
12207 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12208
12209         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
12210         A fake defalias in nndraft.el results a not-activated bug in
12211         uncompiled versions.
12212
12213 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
12214         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12215
12216         * gnus-util.el (gnus-split-references): Handle malformed References:.
12217
12218 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12219
12220         * gnus-art.el (gnus-article-mime-part-status): 1 part.
12221
12222 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12223         From NAGY Andras <nagya@inf.elte.hu>.
12224
12225         * gnus.el (gnus-parameters): Typo.
12226
12227 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12228
12229         * gnus.el (gnus-read-method): Remove redundancy.
12230
12231 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12232
12233         * nnslashdot.el (nnslashdot-backslash-url): New variable.
12234         (nnslashdot-request-list): Use it.
12235
12236 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12237
12238         * nnml.el (nnml-generate-active-info): Fix the case when there is
12239         no file.
12240
12241         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
12242         (gnus-summary-create-article): New function.
12243
12244         * gnus-group.el (gnus-group-mark-article-read): New function.
12245
12246         * gnus-msg.el (gnus-inews-do-gcc): Use it.
12247
12248         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
12249
12250 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12251
12252         * gnus-art.el (gnus-article-edit-done): Don't use
12253         gnus-article-edit-exit.
12254         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
12255
12256         * gnus.el (gnus-parameters): New variable.
12257         Suggested by NAGY Andras <nagya@inf.elte.hu>.
12258         (gnus-parameters-get-parameter): New function.
12259         (gnus-group-find-parameter): Use it.
12260
12261 2001-02-23  Simon Josefsson  <simon@josefsson.org>
12262
12263         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
12264         change of default value to `current'.
12265
12266 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12267
12268         * nneething.el (nneething-get-head): Insert unreadable file too.
12269
12270 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12271
12272         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
12273
12274         * webmail.el (webmail-type-definition): Deja is bought by google.
12275
12276 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12277
12278         * gnus-sum.el (gnus-fetch-headers): New function.
12279         (gnus-select-newsgroup): Use it.
12280         (gnus-summary-insert-articles): New function.
12281         (gnus-summary-insert-old-articles): New function.
12282         (gnus-summary-insert-new-articles): New function.
12283
12284         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
12285         (gnus-group-list-active): Ditto.
12286         * gnus-sum.el (gnus-set-mode-line): Ditto.
12287         (gnus-summary-read-group-1): Ditto.
12288
12289 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12290
12291         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
12292         current topic.
12293
12294 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12295
12296         * smiley.el (gnus-smiley-display): Don't do widening.
12297
12298         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
12299         within body.
12300
12301         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
12302
12303         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
12304         New variable.
12305         (gnus-mime-display-multipart-related-as-mixed): New variable.
12306         (gnus-mime-display-part): Use them.
12307
12308 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12309
12310         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
12311         something special.
12312
12313 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12314
12315         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
12316         (nnweb-request-article): Call reference if exists.
12317         (nnweb-type-definition): Dejanews is bought by google.com.
12318         Beta!
12319
12320 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12321
12322         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
12323
12324 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12325
12326         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
12327         gnus-article-sort-functions.
12328         (gnus-article-sort-functions): Doc fix.  Refer to
12329         gnus-thread-sort-functions.
12330
12331 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12332         From Paul Jarc <prj@po.cwru.edu>.
12333
12334         * message.el (message-get-reply-headers): More fixes.
12335
12336 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
12337         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12338
12339         * message.el (message-get-reply-headers): Fix bug with
12340         Mail-Followup-To/to-address interaction.
12341
12342 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12343
12344         * gnus-msg.el (gnus-configure-posting-styles): Match header in
12345         gnus-article-copy.
12346
12347 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12348
12349         * message.el (message-do-send-housekeeping): Rename to a better
12350         name.
12351
12352 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12353
12354         * message.el (message-cancel-news): Check article first, then ask
12355         yes or no.
12356
12357 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12358
12359         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
12360
12361 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12362
12363         * gnus-range.el (gnus-range-normalize): New function.
12364
12365 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
12366
12367         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
12368
12369 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12370
12371         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
12372
12373         * nnagent.el (nnagent-request-regenerate): New function.
12374
12375         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
12376
12377         * nnml.el (nnml-generate-nov-databases): Accept argument
12378         server. Don't open server if it is opened.
12379         (nnml-request-regenerate): Use it. Change to deffoo.
12380
12381 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12382         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12383
12384         * gnus.el (gnus-define-group-parameter): Fix.
12385
12386 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12387
12388         * gnus.el (gnus-define-group-parameter): Improved.
12389
12390         * gnus-sum.el (charset): Define parameter.
12391         (ignored-charsets): Ditto.
12392         (gnus-summary-setup-default-charset): Use them.
12393
12394         * gnus-start.el (gnus-read-descriptions-file): Use them.
12395
12396         * gnus-cus.el (gnus-group-parameters): Remove them.
12397
12398 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12399
12400         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
12401
12402 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12403
12404         * gnus-sum.el (gnus-summary-read-group-1): Remove
12405         gnus-summary-set-local-parameters.
12406         (gnus-summary-setup-buffer): Put it here.
12407
12408 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12409
12410         * gnus.el (to-address): Define parameter.
12411         (to-list): Ditto.
12412         * gnus-art.el (article-hide-boring-headers): Use them.
12413         * gnus-msg.el (gnus-post-news): Ditto.
12414         * gnus-cus.el (gnus-group-parameters): Remove them.
12415
12416 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12417
12418         * gnus-draft.el (gnus-draft-reminder): New function.
12419
12420         * gnus-art.el (gnus-sender-save-name): New function.
12421
12422 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12423
12424         * mm-util.el (mm-mime-charset): Error message.
12425
12426 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12427
12428         * message.el (message-check-news-body-syntax): Don't check mml lines.
12429
12430 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12431
12432         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
12433         subscribe.
12434
12435         * gnus-start.el (gnus-call-subscribe-functions): New function.
12436         (gnus-find-new-newsgroups): Use it.
12437         (gnus-ask-server-for-new-groups): Use it.
12438         (gnus-check-first-time-used): Use it.
12439         (gnus-subscribe-newsgroup-method): Grok a list of functions.
12440         (gnus-subscribe-options-newsgroup-method): Ditto.
12441         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
12442         return .
12443
12444 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12445
12446         * gnus-cus.el (gnus-score-customize): Doc fix.
12447
12448 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
12449
12450         * dgnushack.el (my-getenv): Typo.
12451
12452 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12453
12454         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
12455
12456 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12457
12458         * gnus-group.el (gnus-group-suspend): Offer save summaries.
12459
12460         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
12461         (gnus-treatment-function-alist): Use it.
12462         (article-remove-leading-whitespace): New function.
12463         (gnus-article-make-menu-bar): Use it.
12464
12465         * gnus-sum.el (gnus-summary-wash-empty-map): Add
12466         remove-leading-whitespace.
12467         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
12468         because of conflict.
12469
12470 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12471
12472         * Makefile.in: Hack generating gnus-load.el.
12473         * dgnushack.el: Ditto.
12474         * gnus-load.el: Remove it.
12475
12476 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12477
12478         * dgnushack.el : Add URLDIR.
12479
12480         * Makefile.in (EMACS_COMP): Ditto.
12481
12482 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12483
12484         * gnus-cus.el (gnus-score-customize): Error on no score file.
12485
12486 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12487
12488         * mm-decode.el (mm-merge-handles): New function.
12489
12490         * mm-view.el (mm-inline-message): Use it.
12491         (mm-view-message): Ditto.
12492
12493         * mm-partial.el (mm-inline-partial): Ditto.
12494
12495         * mm-extern.el (mm-inline-external-body): Ditto.
12496
12497         * gnus-art.el (gnus-mime-view-part): Ditto.
12498         (gnus-mime-view-part-as-type): Ditto.
12499         (gnus-mime-save-part-and-strip): Prevent users to strip in some
12500         cases.
12501
12502 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12503
12504         * message.el (message-cancel-news): Allow to shoot foot.
12505         (message-supersede): Ditto.
12506
12507 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
12508         Trivial patch.
12509
12510         * gnus-sum.el (gnus-simplify-subject-re): Use
12511         message-subject-re-regexp.
12512
12513 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12514
12515         * nnmail.el (nnmail-expiry-target-group): Bind
12516         nnmail-cache-accepted-message-ids to nil.
12517
12518         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
12519         coding system.
12520
12521 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12522
12523         * qp.el (quoted-printable-encode-region): Make sure characters are
12524         between 00 and FF.  Don't check charset.
12525
12526         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
12527         in Emacs 20.
12528         * rfc2047.el (rfc2047-q-encode-region): Ditto.
12529
12530 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12531
12532         * message.el (message-make-forward-subject): Argument decoded.
12533         (message-forward): Use it when digest.
12534
12535         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
12536         buffer.
12537
12538 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12539
12540         * message.el (message-generate-headers-first): Doc fix.
12541
12542 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12543
12544         * gnus-art.el (article-make-date-line): Error proof.
12545
12546 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12547
12548         * gnus-group.el (gnus-group-listing-limit): New variable.
12549         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
12550
12551         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
12552
12553 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12554
12555         * message.el (message-newline-and-reformat): Special case for
12556         breaking at BOL.
12557
12558 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
12559
12560         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
12561         message/rfc822.
12562
12563 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12564
12565         * message.el (message-encode-message-body): Don't insert
12566         Content-Type if it is inside a mail.
12567
12568 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12569
12570         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
12571         gnus-article-commands-menu.
12572
12573         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
12574         in Emacs.
12575
12576         * gnus-start.el (gnus-read-descriptions-file): Use
12577         gnus-group-name-charset and gnus-group-charset-alist.
12578
12579 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12580
12581         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
12582         active region.
12583
12584         * gnus-start.el (gnus-group-change-level): Remove from both
12585         gnus-zombie-list and gnus-killed-list.
12586
12587 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12588
12589         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
12590         gnus-subscribe-topics.
12591
12592         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
12593
12594 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12595
12596         * gnus-art.el (gnus-article-make-menu-bar): Make
12597         gnus-article-post-menu.
12598
12599         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
12600
12601         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
12602
12603         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
12604
12605         * message.el (message-mode-menu): Ditto.
12606
12607         * gnus-art.el (defvar): eval-when-compile.
12608
12609 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12610
12611         * gnus-agent.el (gnus-agentize): Fix doc.
12612
12613 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
12614
12615         * mml.el (mml-preview): Bind `q'.
12616
12617 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12618
12619         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
12620
12621 2001-01-31  Dave Love  <fx@gnu.org>
12622
12623         * mm-util.el (mm-mime-mule-charset-alist)
12624         (mm-find-mime-charset-region): Consider mule-utf-8.
12625
12626 2001-01-31  Dave Love  <fx@gnu.org>
12627
12628         * gnus-art.el (gnus-article-x-face-command)
12629         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
12630         :version.
12631
12632 2001-01-26  Dave Love  <fx@gnu.org>
12633
12634         * mm-util.el (mm-multibyte-string-p): New.
12635
12636 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
12637 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
12638 ;;      string-as-multibyte on class.  Clarify line-folding.
12639         (quoted-printable-encode-string): Make temp buffer inherit
12640         string's multibyteness.
12641
12642 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
12643
12644         * nnheader.el (toplevel): Don't require `gnus-util' at
12645         compile-time; this creates a circular dependency, and prevents
12646         a bootstrap.
12647
12648 2001-01-22  Andreas Schwab  <schwab@suse.de>
12649
12650         * nnheader.el (gnus-delete-line): Autoload it as a macro.
12651
12652 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12653
12654         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
12655
12656         * gnus-art.el (article-hide-list-identifiers): Ditto.
12657
12658         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
12659
12660 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12661
12662         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
12663
12664         * gnus-art.el (article-hide-list-identifiers): Similar.
12665
12666 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
12667
12668         * nnmail.el (nnmail-remove-list-identifiers): Improved.
12669
12670 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12671
12672         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
12673
12674 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12675
12676         * gnus-util.el (gnus-string-equal): New function.
12677
12678         * gnus-art.el (article-hide-boring-headers): Use it.
12679
12680 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
12681
12682         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
12683
12684 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12685
12686         * gnus-msg.el (gnus-msg-mail): Support switch-action.
12687
12688 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12689
12690         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
12691         command if there is not last-saver.
12692
12693 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12694
12695         * nntp.el (nntp-open-connection): 201 is possible.
12696
12697 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12698
12699         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
12700         (rfc2047-charset-encoding-alist): Add big5.
12701
12702 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12703
12704         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
12705         (gnus-agent-remove-server): Ditto.
12706         (autoload): gnus-server-update-server.
12707
12708         * gnus-srvr.el (gnus-server-line-format): Add %a.
12709         (gnus-server-line-format-alist): Add gnus-tmp-agent.
12710         (gnus-server-insert-server-line): Use it.
12711
12712 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12713
12714         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
12715         GB2312 and Big5.
12716
12717 2001-01-24  Simon Josefsson  <sj@extundo.com>
12718
12719         * mail-source.el (mail-sources): Add :program specifier to IMAP
12720         mail source.
12721         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
12722
12723 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12724
12725         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
12726
12727 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12728
12729         * nntp.el (nntp-wait-for): Return the success code.
12730         (nntp-open-connection): Use it.
12731
12732 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12733
12734         * gnus-int.el (gnus-check-server): Allow breaking the opening.
12735
12736 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12737
12738         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
12739
12740 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12741
12742         * gnus-sum.el (gnus-summary-print-article): Take one prefix
12743         argument. Allow to print several articles in one file.
12744
12745 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12746
12747         * webmail.el (webmail-type-definition): netaddress changes.
12748
12749 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12750
12751         * gnus.el: Fix copyright. Remove trailing spaces.
12752
12753         * message.el (message-forward): Use mule4.
12754
12755 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12756
12757         * mm-util.el (mm-string-as-unibyte): New function.
12758
12759         * message.el (message-forward): Use it.
12760
12761 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12762
12763         * message.el (message-cite-original-without-signature): Don't peel
12764         off the blank line.
12765         (message-get-reply-headers): Add Cc if it is not in follow-to.
12766
12767 2001-01-20  Simon Josefsson  <sj@extundo.com>
12768
12769         * mm-decode.el (mm-handle-multipart-from): Add.
12770         (mm-dissect-buffer): Save From: header value.
12771         (mm-security-from): Remove.
12772         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
12773
12774         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
12775         instead of `mml-security-from'.  Protect null from value.
12776
12777 2001-01-20  Simon Josefsson  <sj@extundo.com>
12778
12779         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
12780         application/vnd.ms-excel attachments.
12781
12782 2001-01-19  Simon Josefsson  <sj@extundo.com>
12783
12784         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
12785
12786 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12787
12788         * message.el (message-ignored-mail-headers): Ditto.
12789
12790 2001-01-19  Simon Josefsson  <sj@extundo.com>
12791
12792         * message.el (message-ignored-news-headers): Only search beginning
12793         of line.
12794
12795 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
12796         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
12797
12798         * message.el (message-send-mail): Content-Type may not be there.
12799
12800 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12801
12802         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
12803         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
12804
12805         * gnus-art.el (article-display-x-face): Insert X-Face if there is
12806         not.
12807
12808 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12809
12810         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
12811         non-native groups.
12812
12813 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12814
12815         * message.el (message-yank-original): Understand
12816         universal-argument.
12817
12818 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12819
12820         * gnus-art.el (gnus-boring-article-headers): Add to-address.
12821         (article-hide-boring-headers): Ditto.
12822
12823         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
12824
12825 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12826
12827         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
12828         one.
12829
12830 2001-01-16  Simon Josefsson  <simon@josefsson.org>
12831
12832         * message.el (message-make-in-reply-to): Add comment to message-id
12833         (old syntax, see 2000-08-02 change).
12834
12835 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12836
12837         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
12838         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
12839         (gnus-button-reply): Ditto.
12840
12841 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12842
12843         * gnus-art.el (article-display-x-face): Fix.
12844
12845 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12846
12847         * gnus-art.el (article-display-x-face): Use
12848         gnus-original-article-buffer.
12849
12850 2001-01-15  Jack Twilley  <jmt@tbe.net>
12851
12852         * message.el (message-add-header): Move to point-max.
12853
12854 2001-01-15  Simon Josefsson  <simon@josefsson.org>
12855
12856         * smime.el (smime-CA-directory, smime-CA-file): Change default to
12857         nil, improve documentation.
12858         (smime-certificate-directory): Comment out false hints (until it
12859         is implemented).
12860
12861         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
12862         there aren't any keys.
12863         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
12864         verify certificate.  Default is changed to only check integrity.
12865         Improved security status texts.  If a certificate doesn't contain
12866         a email address, don't fail.
12867
12868         * smime.el (smime-noverify-region):
12869         (smime-noverify-buffer): New functions.  Verifies integrity only.
12870
12871 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12872
12873         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
12874
12875 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12876
12877         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
12878         (gnus-remove-some-windows): Ditto.
12879
12880 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12881
12882         * gnus-art.el (article-make-date-line): 11th.
12883
12884 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12885
12886         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
12887         (mml2015-gpg-sign): Ditto.
12888
12889 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12890
12891         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
12892         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
12893
12894 2001-01-08  Dave Love  <fx@gnu.org>
12895
12896         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
12897         single character.
12898
12899         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
12900
12901         * message.el: Doc and message fixes.
12902         (message-send-rename-function)
12903         (message-make-forward-subject-function)
12904         (message-send-mail-function, message-reply-to-function)
12905         (message-wide-reply-to-function, message-followup-to-function)
12906         (message-distribution-function, message-auto-save-directory): Fix
12907         :type.
12908
12909         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
12910         proceeding after warnings.  Amend multipart warning message.
12911
12912 2001-01-04  Dave Love  <fx@gnu.org>
12913
12914         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
12915         compiling.
12916         (gnus-make-directory): Require nnmail.
12917
12918         * mm-decode.el (mm-inline-media-tests): Add
12919         image/x-portable-bitmap.
12920         (mm-get-image): Grok pbm.
12921
12922 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
12923
12924         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
12925
12926 2001-01-09  Didier Verna  <didier@xemacs.org>
12927
12928         * dgnushack.el (dgnushack-compile): give a dummy value to
12929         `gnus-xmas-glyph-directory' for the time of compilation.
12930         * gnus-agent.el: moved some XEmacs specific hook add-ons from
12931         `gnus-xmas-[re]define' to avoid loosing user custom settings.
12932         * gnus-art.el: ditto.
12933         * gnus-group.el: ditto.
12934         * gnus-salt.el: ditto.
12935         * gnus-sum.el: ditto.
12936         * gnus-topic.el: ditto.
12937         * gnus-xmas.el (gnus-xmas-define): see above.
12938         * gnus-xmas.el (gnus-xmas-redefine): see above.
12939         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
12940         non-continuable error when the directory can't be found.
12941
12942 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12943
12944         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
12945         handle.
12946         * gnus-art.el (gnus-mime-view-part): Copy it.
12947         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
12948
12949 2001-01-09  Michael Downes  <mjd@ams.org>
12950
12951         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
12952
12953 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12954
12955         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
12956         orig-file. Use ',source.
12957
12958 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12959
12960         * gnus-xmas.el (gnus-xmas-modeline-glyph):
12961         (gnus-xmas-group-startup-message):
12962         Detect gnus-xmas-glyph-directory when it is nil.
12963
12964 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12965
12966         * pop3.el (pop3-get-message-count): Andrew Innes
12967         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
12968
12969 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12970
12971         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
12972
12973         * time-date.el (time-to-number-of-days): New function.
12974
12975 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
12976         Trivial patch.
12977
12978         * nnslashdot.el (nnslashdot-request-list): Always get the right
12979         sid.
12980
12981 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12982
12983         * message.el (message-minibuffer-local-map): New keymap.
12984         (message-read-from-minibuffer): Use it.
12985         * gnus-msg.el (gnus-summary-resend-message): Use it
12986
12987 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12988
12989         * gnus-start.el (gnus-display-time-event-handler): New function.
12990         (gnus-after-getting-new-news-hook): Use it.
12991
12992 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12993
12994         * message.el (message-ignored-mail-headers): Add draft header.
12995
12996 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12997
12998         * gnus-sum.el (gnus-summary-expire-articles): Don't save
12999         excursion.
13000
13001         * nnslashdot.el (nnslashdot-request-list): Get the right year.
13002
13003 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
13004         A revoked patch.
13005
13006         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
13007
13008 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13009
13010         * qp.el (quoted-printable-decode-region): Don't backward-char.
13011
13012 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13013
13014         * gnus-draft.el: Mark articles as replied.
13015
13016         * gnus-sum.el (gnus-summary-add-mark): New function.
13017
13018         * gnus-group.el (gnus-add-mark): New function.
13019
13020         * gnus-sum.el (gnus-summary-buffer-name): New function.
13021         (gnus-summary-setup-buffer): Use it.
13022
13023         * gnus-draft.el: Set things up with the right post method and
13024         stuff.
13025
13026         * message.el (message-ignored-news-headers): Remove X-Draft-From.
13027
13028         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
13029
13030         * gnus.el (gnus-draft-meta-information-header): New variable.
13031
13032 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13033
13034         * gnus-art.el (gnus-treatment-function-alist): Move the date
13035         functions before the header sorting functions.
13036
13037         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
13038
13039         * dgnushack.el (dgnushack-compile): Message whether there is w3.
13040         Don't (push "/usr/share/emacs/site-lisp" load-path).
13041
13042         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
13043         to empty fill prefixes.
13044
13045 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13046
13047         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
13048         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
13049
13050 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13051
13052         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
13053
13054         * nnml.el (autoload): Move to nnheader.el.
13055
13056         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
13057         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
13058         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
13059         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
13060
13061 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13062
13063         * gnus-art.el (article-make-date-line): Get the hours right.
13064         (gnus-ignored-headers): More hiding.
13065
13066         * nnmail.el (nnmail-expiry-wait): Not an integer.
13067
13068         * message.el (message-goto-body): Only expand abbrev when called
13069         interactively.
13070         (message-make-lines): Use it.
13071
13072 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13073
13074         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
13075
13076 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13077
13078         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
13079         include the expunged articles.
13080
13081         * gnus-group.el (gnus-group-sort-by-server): New function.
13082
13083         * gnus.el (gnus-method-to-server-name): New function.
13084         (gnus-group-prefixed-name): Use it.
13085
13086         * gnus-group.el (gnus-group-sort-function): Doc fix.
13087         (gnus-group-sort-groups-by-server): New command.
13088
13089 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13090
13091         * gnus-art.el (gnus-treat-date-english): New variable.
13092         (article-date-english): New command.
13093         (gnus-english-month-names): New variable.
13094         (article-make-date-line): Do 'english.
13095
13096         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
13097         after the fill prefix.
13098
13099         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
13100         score...".
13101
13102         * gnus-art.el (gnus-ignored-headers): Hide more headers.
13103
13104         * message.el (message-mode-map): Bind comment-region.
13105
13106         * gnus-art.el (gnus-mime-display-part): Let w3 display
13107         multipart/related.
13108
13109         * mm-bodies.el (mm-long-lines-p): New function.
13110         (mm-body-encoding): Use it.
13111         (mm-body-encoding): Encode articles with lines longer than 1000
13112         characters.
13113
13114 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13115
13116         * mm-util.el (mm-enable-multibyte): Use
13117         default-enable-multibyte-characters.
13118         (mm-enable-multibyte-mule4): Ditto.
13119         (mm-disable-multibyte): Test XEmacs.
13120         (mm-disable-multibyte-mule4): Ditto.
13121         (mm-with-unibyte-current-buffer): Simplified.
13122         (mm-with-unibyte-current-buffer-mule4): Ditto.
13123
13124 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13125
13126         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
13127
13128         * nnheader.el (nnheader-string-as-multibyte): New alias.
13129
13130         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
13131
13132         * gnus-uu.el (gnus-message-process-mark): New function.
13133         (gnus-uu-mark-by-regexp): Use it.
13134         (gnus-new-processable): New function.
13135
13136 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
13137          Trivial patch.
13138
13139         * gnus-sum.el (gnus-no-mark): New variable.
13140
13141 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13142
13143         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
13144         backslashes.
13145
13146 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13147
13148         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
13149         definition.
13150
13151 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13152
13153         * dgnushack.el (dgnushack-compile): elc is in the current directory.
13154
13155         * qp.el (quoted-printable-encode-region): Don't check multibyte in
13156         XEmacs.
13157
13158 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
13159         Trivial patch.
13160
13161         * mml.el (mml-read-tag): Save tag location.
13162
13163 2000-12-25  Simon Josefsson  <simon@josefsson.org>
13164
13165         * starttls.el: Sync with Emacs 21.
13166
13167 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13168
13169         * message.el (message-mail): Support yank-action.
13170
13171         * message.el (message-setup): Revoke the last change.
13172
13173 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13174
13175         * message.el (message-setup): Use cons. Suggested by Johan Vromans
13176         <jvromans@squirrel.nl>.
13177
13178 2000-12-24  Simon Josefsson  <sj@extundo.com>
13179
13180         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
13181         mailing list junk at end of part.
13182
13183 2000-12-23  Simon Josefsson  <sj@extundo.com>
13184
13185         * nnimap.el (nnimap-expiry-target): New function.
13186         (nnimap-request-expire-articles): Use it.
13187
13188 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13189
13190         * gnus.el (gnus-group-parameters-more): New variable.
13191         * gnus-cus.el (gnus-group-customize): Use it.
13192
13193         * gnus.el (gnus-define-group-parameter): New macro.
13194         (auto-expire): Use it
13195         (total-expire): Use it.
13196         * gnus-art.el (banner): Use it.
13197
13198         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
13199         <ljz@asfast.com>.
13200
13201 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13202
13203         * gnus-topic.el (gnus-topic-create-topic): Use list.
13204
13205         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
13206         before binding gnus-default-article-saver.
13207
13208         * gnus-sum.el (gnus-summary-save-article):
13209         (gnus-summary-pipe-output):
13210         (gnus-summary-save-article-mail):
13211         (gnus-summary-save-article-rmail):
13212         (gnus-summary-save-article-file):
13213         (gnus-summary-write-article-file):
13214         (gnus-summary-save-article-body-file): Ditto.
13215
13216         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
13217
13218 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13219
13220         * gnus-art.el (gnus-mime-security-button-map):
13221         (gnus-mime-button-map): Add parent.
13222
13223 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13224
13225         * messagexmas.el (message-xmas-redefine): New function.
13226
13227         * message.el: Use it.
13228
13229         * gnus-art.el (gnus-article-check-hidden-text): Return t.
13230
13231         * gnus-util.el (gnus-remove-text-properties-when): Return t.
13232
13233 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13234
13235         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
13236         malformatted messages.
13237
13238 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13239
13240         * mm-util.el (mm-image-load-path): New function.
13241
13242         * gnus-group.el (gnus-group-make-tool-bar): Use it.
13243
13244         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
13245
13246         * message.el (message-tool-bar-map): Use it.
13247
13248         * Makefile.in (install-el): New rule.
13249
13250 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13251
13252         * gnus-art.el (article-treat-dumbquotes): Quote \.
13253
13254 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13255
13256         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
13257         Emacs 20 runs on a terminal.
13258
13259 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13260
13261         * gnus-msg.el (gnus-bug): Revert to save-excursion.
13262
13263         * mml.el (gnus-add-minor-mode): Autoload.
13264
13265         * message.el (message-forward): Save-restriction.
13266
13267 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13268
13269         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
13270         Paul Stevenson <p.stevenson@surrey.ac.uk>
13271
13272 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13273
13274         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
13275
13276         * mml.el (gnus-ems): Don't require.
13277
13278         * gnus.el (gnus-decode-rfc1522): Removed.
13279         (gnus-set-text-properties): Define.
13280
13281 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13282
13283         * gnus-art.el (gnus-mime-*): handle may be nil.
13284
13285         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
13286
13287         * gnus.el (gnus-group-remove-excess-properties): Not defined
13288         in gnus-xmas.
13289
13290 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13291
13292         * message.el (message-mail-user-agent): Add :version.
13293
13294 2000-12-21  Miles Bader  <miles@gnu.org>
13295
13296         * message.el (message-mode): Set `comment-start' to the  yank prefix.
13297
13298 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13299
13300         * message.el (message-mail-user-agent): New variable.
13301         (message-setup): Renamed to message-setup-1. Support
13302         mail-user-agent.
13303         (message-mail-user-agent): New function.
13304         (message-mail): Use it.
13305         (message-reply): Use it.
13306         (message-resend): Use it.
13307         (message-mail-other-window): Use it.
13308         (message-mail-other-frame): Use it.
13309
13310         * gnus-msg.el (gnus-bug): Support mail-user-agent.
13311
13312 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13313
13314         * message.el (message-tool-bar-map): Simplify.
13315         (message-narrow-to-head-1): New function.
13316         (message-narrow-to-head): Use it.
13317         (message-reply): Ditto.
13318         (message-cancel-news): Ditto.
13319         (message-supersede): Ditto.
13320         (message-make-forward-subject): Ditto.
13321         (message-bounce): Ditto.
13322
13323 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13324
13325         * uudecode.el (uudecode-decode-region-external): make-temp-file
13326         may not be defined.
13327
13328         * binhex.el (defalias): eval-and-compile.
13329
13330         * message.el (message-tool-bar-map): New function.
13331         (message-mode): Use it.
13332
13333 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13334
13335         * nntp.el (nntp-find-connection): Remove the entry.
13336         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
13337
13338 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13339
13340         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
13341
13342         * message.el (message-forward): Copy buffer in unibyte mode.
13343
13344 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13345
13346         * message.el (message-make-forward-subject): Don't widen. Decode.
13347         (message-forward): Don't decode subject.
13348
13349 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
13350
13351         * qp.el (quoted-printable-encode-region): Upcase QP.
13352
13353 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13354
13355         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
13356         mail-extract-a-c instead. Don't depend on Gnus.
13357
13358         * mml.el (gnus-ems): Require it.
13359
13360         * gnus-msg.el (gnus-summary-mail-forward):
13361
13362         * message.el (message-forward):  Move mime-to-mml here.
13363
13364 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13365
13366         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
13367         * gnus-art.el (gnus-insert-mime-button): Simplify.
13368         (gnus-mime-display-alternative): Ditto.
13369         (gnus-insert-mime-security-button): Ditto.
13370
13371 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13372
13373         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
13374         text-property-not-all doesn't return nil when start=mark(end).
13375         (gnus-remove-text-properties-when): Ditto.
13376
13377 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13378
13379         * gnus-start.el (gnus-group-change-level): Remove group from
13380         gnus-active-hashtb if real killed.
13381
13382 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13383
13384         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
13385         (gnus-mime-display-alternative): Ditto.
13386         (gnus-insert-mime-security-button): Ditto.
13387
13388 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13389
13390         * gnus-start.el (gnus-group-change-level): Don't add it into
13391         killed-list if it was killed.
13392
13393 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13394
13395         * nnmbox.el (nnmbox-file-coding-system): Use binary.
13396         (nnmbox-active-file-coding-system): Ditto.
13397
13398         * gnus-cus.el (gnus-group-parameters): Add posting-style.
13399
13400 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13401
13402         * gnus.el (gnus-version):
13403         (gnus-version-number): Set to Oort Gnus 0.01.
13404
13405         * gnus-art.el (gnus-mime-security-button-map):
13406         (gnus-insert-mime-security-button): Fix for Emacs21.
13407
13408 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13409
13410         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
13411         easymenu, because XEmacs doesn't understand :help.
13412
13413         * mm-uu.el: Require binhex.
13414
13415 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13416
13417         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
13418
13419 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13420
13421         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
13422
13423 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
13424
13425         * *.xpm, *.pbm: Convert icons icons to size 24x24.
13426
13427 2000-12-18  Dave Love  <fx@gnu.org>
13428
13429         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
13430         (unused).
13431
13432 2000-12-13  Miles Bader  <miles@gnu.org>
13433
13434         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
13435         to t, so that we don't get stuck while trying to smilefy
13436         intangible text.
13437
13438 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
13439
13440         * smiley-ems.el (smiley-regexp-alist): Make regexps match
13441         at the end of the buffer.
13442         (smiley-region): In the loop, move to the end of the submatch
13443         matching the smiley instead of using the end of the match
13444         of the whole regexp.
13445
13446 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
13447
13448         * message.el (message-mode): Doc fix.
13449
13450 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
13451
13452         * smiley-ems.el (smiley-region): Doc fix.
13453
13454 2000-12-11  Miles Bader  <miles@gnu.org>
13455
13456         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
13457         bottom line visible, check to see if it's partially obscured, and
13458         if so, either scroll one more line to make it fully visible, or
13459         revert to showing the second line from the top.
13460
13461 2000-12-07  Dave Love  <fx@gnu.org>
13462
13463         * mailcap.el (mailcap-download-directory)
13464         * gnus-audio.el (gnus-audio-directory)
13465         * smiley-ems.el (smiley-data-directory): Fix :type.
13466
13467 2000-11-30  Dave Love  <fx@gnu.org>
13468
13469         * message.el (message-auto-save-directory): Use
13470         file-name-as-directory.
13471         (message-set-auto-save-file-name): Create
13472         message-auto-save-directory if necessary.
13473         (message-replace-chars-in-string): Removed -- unused.
13474         (message-mail-alias-type): Customize.
13475         (message-headers): Remove duplicate defgroup.
13476
13477 2000-11-29  Dave Love  <fx@gnu.org>
13478
13479         * qp.el (quoted-printable-decode-region): Use error, not message
13480         to report malformed text (like base64).  Amend message.
13481
13482 2000-11-29  Miles Bader  <miles@gnu.org>
13483
13484         * message.el (message-header-lines): Fontify tag.
13485
13486 2000-11-27  Dave Love  <fx@gnu.org>
13487
13488         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
13489         compiler warning.
13490
13491 ;2000-11-26  Dave Love  <fx@gnu.org>
13492 ;
13493 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
13494 ;
13495 2000-11-23  Dave Love  <fx@gnu.org>
13496
13497         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
13498
13499         * mm-uu.el (uudecode): Require.
13500         (uudecode-decode-region, uudecode-decode-region-external): Don't
13501         autoload.
13502         (mm-uu-copy-to-buffer): Doc fix.
13503         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
13504         type fix.
13505
13506         * mailcap.el: Doc fixes.
13507         (mailcap-mime-data): Various adjustments.
13508         (mailcap): New group.
13509         (mailcap-download-directory): Customize.
13510         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
13511         (mailcap-temporary-directory): Deleted (unused).
13512         (mailcap-unescape-mime-test): Simplify slightly.
13513         (mailcap-viewer-passes-test): Use functionp.
13514         (mailcap-command-p): Aliased to executable-find.
13515
13516         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
13517         default-enable-multibyte-characters is nil.
13518
13519 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
13520
13521         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
13522
13523 2000-11-21  Dave Love  <fx@gnu.org>
13524
13525         * gnus-art.el (gnus-mime-button-map): Don't inherit from
13526         gnus-article-mode-map.
13527 ;       (gnus-mime-button-menu): Use mouse-set-point.
13528         (gnus-insert-mime-button, gnus-mime-display-alternative)
13529         (gnus-mime-display-alternative): Don't use local-map property.
13530
13531 2000-11-17  Dave Love  <fx@gnu.org>
13532
13533         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
13534         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
13535         and make-temp-file.
13536         (uudecode-decode-region): Doc fix.
13537
13538 2000-11-14  Dave Love  <fx@gnu.org>
13539
13540         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
13541         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
13542         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
13543         New files, derived from the XPMs.
13544
13545 2000-11-10  Dave Love  <fx@gnu.org>
13546
13547         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
13548         (gnus-agent-lib-file, gnus-agent-load-alist)
13549         (gnus-agent-save-alist, gnus-agent-article-name): Use
13550         expand-file-name.
13551
13552         * gnus-group.el (gnus-group-name-charset-method-alist): Add
13553         :version.
13554         (nnkiboze-score-file): Defvar when compiling.
13555
13556         * gnus-start.el (gnus-read-newsrc-file): Add :version.
13557
13558         * gnus-art.el (gnus-article-banner-alist)
13559         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
13560         (gnus-article-date-lapsed-new-header)
13561         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
13562         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
13563         (gnus-treat-strip-headers-in-body)
13564         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
13565         (gnus-treat-translate): Add :version.
13566         (gnus-article-mime-part-function): Fix defcustom.
13567
13568         * nnmail.el (nnmail-expiry-target)
13569         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
13570         (nnmail-split-header-length-limit): Add :version.
13571
13572         * gnus-sum.el (gnus-auto-expirable-marks)
13573         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
13574         (gnus-extra-headers, gnus-ignored-from-addresses)
13575         (gnus-newsgroup-ignored-charsets)
13576         (gnus-group-highlight-words-alist)
13577         (gnus-summary-show-article-charset-alist): Add :version.
13578
13579         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
13580         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
13581         files, converted from the XPMs.
13582
13583         * gnus-cache.el (gnus-cache-active-file): Don't use
13584         file-name-as-directory on directory.
13585         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
13586         use file-name-as-directory on directory.
13587
13588         * time-date.el (timezone-make-date-arpa-standard): Autoload.
13589         (date-to-time): Use it.
13590
13591 ;       * message.el (message-mode) <adaptive-fill-regexp>:
13592 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
13593 ;       (message-newline-and-reformat): Likewise.
13594         (message-forward-as-mime, message-forward-ignored-headers)
13595         (message-buffer-naming-style, message-default-charset)
13596         (message-dont-reply-to-names, message-send-mail-partially-limit):
13597         Add :version.
13598
13599         * mm-util.el: Doc fixes.
13600         (mm-mime-charset): Don't use the raw result of
13601         mm-preferred-coding-system.
13602         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
13603         (mm-with-unibyte): Simplify.
13604
13605         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
13606         concat.
13607
13608         * pop3.el (pop3-version): Deleted.
13609         (pop3-make-date): New function, avoiding message-make-date.
13610         (pop3-munge-message-separator): Use it.
13611
13612 2000-11-09  Dave Love  <fx@gnu.org>
13613
13614         * gnus-group.el (gnus-group-make-directory-group)
13615         (gnus-group-fetch-faq): Use expand-file-name.
13616         (gnus-group-fetch-faq): Simplify completing-read form.
13617
13618         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
13619         test for Mule.
13620
13621         * message.el (tool-bar-map): Defvar when compiling.
13622
13623         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
13624         (gnus-tm-lisp-directory): Deleted.
13625         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
13626         (featurep 'xemacs).
13627         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
13628         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
13629         version numbers from file names.
13630
13631 2000-11-08  Dave Love  <fx@gnu.org>
13632
13633         * mm-view.el: Use featurep for XEmacs test.
13634         (mm-inline-message): Test for `remove-specifier'; don't use
13635         condition-case.
13636
13637         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
13638
13639         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
13640         (gnus-score-find-bnews): Don't concat "".
13641
13642         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
13643         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
13644         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
13645         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
13646
13647         * gnus-sum.el: Put some defvars in eval-when-compile.
13648         (gnus-summary-mode-hook): Add :options.
13649         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
13650         (gnus-summary-tool-bar-map): New variable.
13651         (gnus-summary-make-tool-bar): New function.
13652         (gnus-summary-mode): Put kill-all-local-variables first.
13653
13654         * gnus-group.el (gnus-group-toolbar-map): New variable.
13655         (gnus-group-make-tool-bar): Rewritten.
13656         (gnus-group-mode): Put kill-all-local-variables first.
13657
13658         * rfc2047.el: Require gnus-util.
13659
13660         * nnml.el (gnus-sorted-intersection): Autoload.
13661
13662         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
13663         Put some defvars in eval-when-compile.
13664         (gnus-intersection, gnus-sorted-complement):  Autoload.
13665
13666         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
13667
13668         * mm-encode.el (mm-body-7-or-8): Autoload.
13669
13670         * mm-decode.el (mm-insert-inline): Autoload.
13671
13672         * mml.el:
13673         * message.el: Put some defvars in eval-when-compile.
13674
13675         * gnus-msg.el: Put some defvars in eval-when-compile.
13676         (gnus-msg-mail): Move after gnus-setup-message.
13677
13678         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
13679
13680 2000-11-07  Dave Love  <fx@gnu.org>
13681
13682         * gnus-util.el (nnheader): Don't require message (recursive
13683         autoload).
13684
13685         * uudecode.el: Avoid compiler warnings.
13686
13687         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
13688         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
13689
13690 2000-11-06  Dave Love  <fx@gnu.org>
13691
13692         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
13693
13694         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
13695         (uudecode-char-int): New alias, replacing char-int.
13696         (uudecode-decode-region): Don't call buffer-disable-undo.
13697
13698 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
13699 ;       (mm-uu-configure-list): Doc fix.
13700 ;
13701 ;       * earcon.el (running-xemacs): Don't define.
13702 ;
13703 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13704 ;
13705 ;       * message.el (message-font-lock-keywords): Match a final newline
13706 ;       to help font-lock's multiline support.
13707 ;
13708 2000-11-03  Dave Love  <fx@gnu.org>
13709
13710         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
13711
13712         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
13713         name.
13714
13715         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
13716         <banner>: Fix custom type, doc.
13717
13718         * mm-decode.el (mm-display-external): Space-prefix temp buffer
13719         name.  Don't disable undo explicitly.
13720
13721 ;2000-11-02  Dave Love  <fx@gnu.org>
13722 ;
13723 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
13724 ;       cite-prefix.
13725
13726 2000-11-01  Dave Love  <fx@gnu.org>
13727
13728         * rfc2047.el (base64): Require unconditionally.
13729         (message-posting-charset): Defvar when compiling.
13730         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
13731         message.
13732
13733         * gnus-sum.el (nnoo): Require.
13734         (mm-uu-dissect): Autoload.
13735
13736         * mml.el (mml-parse-1): Clarify message.
13737         (mml-minibuffer-read-type): Use mailcap-mime-types.
13738
13739 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
13740
13741         * mml.el: Fix a typo in the requiring of CL.
13742
13743 2000-11-01  Dave Love  <fx@gnu.org>
13744
13745         * utf7.el: Require cl when compiling.
13746
13747         * binhex.el: Use (featurep 'xemacs).
13748         (binhex-char-int): New alias, replacing char-int.  Change callers.
13749         (binhex-decode-region): Simplify work buffer code.
13750         (binhex-decode-region-external): Use expand-file-name, not concat.
13751
13752 2000-10-30  Dave Love  <fx@gnu.org>
13753
13754         * gnus-art.el: Fix 2000-10-27 change properly.
13755
13756 2000-10-28  Miles Bader  <miles@gnu.org>
13757
13758         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
13759
13760 2000-10-27  Dave Love  <fx@gnu.org>
13761
13762         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
13763         strings.
13764         (gnus-group-make-tool-bar): New function.
13765         (gnus-group-mode): Use it.
13766
13767         * message.el (message-mode-menu): Add some :help strings.
13768         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
13769         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
13770
13771         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
13772         * describe-group.xpm, get-news.xpm, kill-group.xpm:
13773         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
13774
13775         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
13776         display-graphic-p here.
13777
13778 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
13779
13780         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
13781         of the `gnus-xemacs' variable, as the latter has been removed.
13782         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
13783         * gnus-art.el (gnus-treat-display-xface)
13784         (gnus-treat-display-smileys, gnus-treat-display-picons)
13785         (gnus-article-read-summary-keys): Likewise.
13786
13787 2000-10-26  Dave Love  <fx@gnu.org>
13788
13789         (defvar): Use rmail-spool-directory unconditionally.
13790
13791 2000-10-18  Dave Love  <fx@gnu.org>
13792
13793         * mm-bodies.el (mm-uu-decode-function)
13794         (mm-uu-binhex-decode-function): Defvar when compiling.
13795
13796         * gnus-nocem.el (gnus-nocem-issuers): Update.
13797         (gnus-nocem-check-from): New option.
13798         (gnus-nocem-scan-groups): Use it.
13799         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
13800         (gnus-nocem-check-article-limit): Add :version.
13801
13802 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
13803
13804         * ietf-drums.el (mm-util): Require CL when compiling.
13805
13806 2000-10-15  Dave Love  <fx@gnu.org>
13807
13808         * qp.el: Require mm-util.
13809
13810 2000-10-13  Dave Love  <fx@gnu.org>
13811
13812         * qp.el (quoted-printable-decode-region): Avoid invalid
13813         coding-systems.
13814
13815 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
13816
13817         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
13818         to a recursive load.
13819
13820 2000-10-12  Dave Love  <fx@gnu.org>
13821
13822         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
13823
13824         * gnus.el (gnus-group-startup-message): Check for PBM image.
13825
13826 2000-10-09  Dave Love  <fx@gnu.org>
13827
13828         * mail-source.el (mail-source-fetch-imap): Bind
13829         default-enable-multibyte-characters rather than using
13830         mm-disable-multibyte.
13831
13832 2000-10-05  Dave Love  <fx@gnu.org>
13833
13834         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
13835         Autoload.
13836         (quoted-printable-decode-region):  Rename arg which confused
13837         charset with coding-system.  Don't use nonascii-insert-offset.
13838         Coding-system encode the region initially.  Don't recognize `=='
13839         as valid QP.  Coding-system decode the region finally.
13840         (quoted-printable-decode-string): Rename arg which confused
13841         charset with coding-system.
13842
13843         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
13844         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
13845         mm-encode-coding-region.
13846         (mm-decode-body, mm-decode-string): Rename variables which
13847         confused charset with coding-system.
13848         (binhex-decode-region): Don't autoload.
13849         (mm-body-encoding): Require message.
13850         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
13851         cond branches.
13852
13853         * gnus-art.el (article-de-quoted-unreadable)
13854         (article-de-base64-unreadable): Fold search case
13855         rather than downcasing string.  Apply mm-charset-to-coding-system
13856         to arg of quoted-printable-decode-region.
13857
13858 2000-10-04  Dave Love  <fx@gnu.org>
13859
13860         * gnus-ems.el: Don't turn off compiler warnings in local vars.
13861         Require ring when compiling.
13862         (gnus-article-compface-xbm): New variable.
13863
13864 2000-10-04  Dave Love  <fx@gnu.org>
13865
13866         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
13867         pbm images.
13868
13869         * frown.pbm, smile.pbm, wry.pbm: New files.
13870
13871         * frown.xbm, smile.xbm, wry.xbm: Deleted.
13872
13873 2000-10-03  Dave Love  <fx@gnu.org>
13874
13875         * mail-source.el (mail-sources): Revert to nil.
13876
13877         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
13878
13879         * qp.el: Don't require mm-util.
13880         (quoted-printable-decode-region): Rewritten.
13881         (quoted-printable-decode-string, quoted-printable-encode-region):
13882         Doc fix.
13883         (quoted-printable-encode-region): Barf on multibyte characters.
13884         Maybe make the class multibyte.  Upcase chars, not formatted
13885         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
13886         (quoted-printable-encode-string): Don't use
13887         mm-with-unibyte-buffer.
13888
13889 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
13890
13891         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
13892
13893 2000-09-21  Dave Love  <fx@gnu.org>
13894
13895         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
13896         (for Emacs 20).  Tidy somewhat.
13897
13898 2000-09-21  Dave Love  <fx@gnu.org>
13899
13900         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
13901         image processing.  Rationalize logic somewhat.
13902
13903 2000-09-20  Dave Love  <fx@gnu.org>
13904
13905         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
13906         specifically.
13907
13908         * gnus.el (gnus-version-number): Avoid some redundant
13909         autoloads.
13910
13911 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
13912
13913         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
13914         to XBM; we always have PBM support.
13915
13916 2000-09-14  Dave Love  <fx@gnu.org>
13917
13918         * gnus.el (gnus-charset):
13919         * mm-decode.el (mime-display):
13920         * imap.el (imap) <defgroup>: Add :version.
13921
13922 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
13923
13924         * parse-time.el: Fix author's mail address.
13925
13926         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
13927         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
13928         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
13929         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
13930         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
13931         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
13932         * rfc2231.el, uudecode.el: Fix copyright notice.
13933
13934         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
13935         require `w3' at load-time only if not running in batch mode.
13936
13937 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13938
13939         * gnus.el: Before merge with Emacs21.
13940
13941 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
13942
13943         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
13944
13945 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
13946
13947         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
13948         to avoid conflict with the standard `back-to-indentation'
13949         binding.
13950
13951 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13952
13953         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
13954
13955         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
13956         (mm-disable-multibyte-mule4): Ditto.
13957         (mm-with-unibyte-current-buffer-mule4): Ditto.
13958
13959 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13960
13961         * pop3.el (pop3-movemail): Use binary.
13962         (pop3-movemail-file-coding-system): Removed.
13963
13964 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13965
13966         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
13967
13968 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13969
13970         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
13971         exists.
13972
13973 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13974
13975         * gnus-msg.el (gnus-post-method): Use backend name when the
13976         address is "".
13977
13978 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13979
13980         * gnus-art.el (article-verify-x-pgp-sig): Don't test
13981         mm-verify-option.
13982         (gnus-treat-x-pgp-sig): Default value.
13983         (gnus-ignored-headers): Redundant.
13984
13985 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13986
13987         * gnus-win.el (gnus-configure-frame): Save selected window.
13988
13989 2000-02-15  Andrew Innes  <andrewi@gnu.org>
13990
13991         * nnmbox.el: Require gnus-range.
13992         (nnmbox-group-building-active-articles): New variable.
13993         (nnmbox-group-active-articles): New variable; this is a cache of
13994         all active articles by group and number.
13995         (nnmbox-in-header-p): New function.
13996         (nnmbox-find-article): New function.
13997         (nnmbox-record-active-article): New function.
13998         (nnmbox-record-deleted-article): New function.
13999         (nnmbox-is-article-active-p): New function.
14000         (nnmbox-retrieve-headers): Use nnmbox-find-article.
14001         (nnmbox-request-article): Ditto.  Also supply extra arg to
14002         nnmbox-article-group-number.
14003         (nnmbox-request-expire-articles): Ditto.
14004         (nnmbox-request-move-article): Ditto.
14005         (nnmbox-request-replace-article): Ditto.
14006         (nnmbox-request-rename-group): Rename group entry in active
14007         article cache.
14008         (nnmbox-delete-mail): Update active article cache, unless article
14009         is being replaced.
14010         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
14011         than partially duplicating it.
14012         (nnmbox-article-group-number): Add extra `this-line' arg, to
14013         handle articles belonging to multiple groups.
14014         (nnmbox-save-mail): Update active article cache.
14015         (nnmbox-read-mbox): Build active article cache when loading mbox.
14016         Also do some repair work, if we find articles that are missing the
14017         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
14018         reconstruct these from Xref info.
14019
14020 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14021
14022         * mail-source.el (mail-source-report-new-mail): Use
14023         nnheader-run-at-time.
14024
14025 2000-02-15  Andrew Innes  <andrewi@gnu.org>
14026
14027         * mail-source.el (mail-source-fetch-pop): Clear pop password when
14028         an error is thrown, and then rethrow the error.
14029         (mail-source-check-pop): Ditto.
14030         (mail-source-start-idle-timer): Prevent multiple pop checks
14031         running if the check takes a long time.
14032
14033 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14034
14035         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
14036         succeed.
14037
14038 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14039
14040         * gnus-win.el (gnus-configure-windows): Make sure
14041         nntp-server-buffer is live.
14042         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
14043
14044 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
14045
14046         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
14047
14048 2000-12-04  Andreas Jaeger  <aj@suse.de>
14049
14050         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
14051
14052 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14053
14054         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
14055
14056 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14057         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
14058
14059         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
14060
14061 2000-12-01  Simon Josefsson  <sj@extundo.com>
14062
14063         * mml-smime.el (mml-smime-verify): Fix address parsing.
14064
14065 2000-12-01  Simon Josefsson  <sj@extundo.com>
14066
14067         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
14068         more than one certificate inside PKCS#7 blob.  Better security
14069         information (clamed / actual sender, openssl output, certificates
14070         inside message).
14071
14072         * smime.el (smime-verify-region): Output to /dev/null.
14073         (smime-buffer-as-string-region): Don't parse empty lines.
14074
14075 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14076
14077         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
14078         ?d and ?D.
14079         (gnus-mime-security-show-details-inline): New variable.
14080         (gnus-mime-security-show-details): Use them.
14081         (gnus-insert-mime-security-button): Ditto.
14082
14083         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
14084         Suggest by Michael Duggan (md5i@cs.cmu.edu).
14085         (mml2015-gpg-clear-verify): Ditto.
14086         (mml2015-gpg-decrypt-1): Ditto.
14087         (mml2015-use): Prefer 'gpg.
14088
14089 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14090
14091         * gnus-util.el (gnus-add-text-properties-when): New function.
14092         (gnus-remove-text-properties-when): Ditto.
14093
14094         * gnus-cite.el (gnus-article-hide-citation): Use them.
14095         (gnus-article-toggle-cited-text): Use them.
14096
14097         * gnus-art.el (gnus-signature-toggle): Use them.
14098         (gnus-article-show-hidden-text): Ditto.
14099         (gnus-article-hide-text): Ditto.
14100
14101 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14102
14103         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
14104
14105 2000-11-30  Simon Josefsson  <sj@extundo.com>
14106
14107         * smime.el (smime-point-at-eol): New alias.
14108         (smime-buffer-as-string-region): Use it.
14109
14110 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14111
14112         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
14113
14114 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14115
14116         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
14117
14118         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
14119
14120         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
14121
14122 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14123
14124         * nnmh.el (nnmh-request-expire-articles): Implemented
14125         expiry-target for nnmh backend.
14126
14127 2000-11-30  Simon Josefsson  <sj@extundo.com>
14128
14129         * mm-decode.el (mm-security-from): New variable.
14130         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
14131
14132         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
14133         than `from'.
14134
14135 2000-11-30  Simon Josefsson  <sj@extundo.com>
14136
14137         * mml-smime.el (mml-smime-verify): Verify that certificate mail
14138         address match sender address.
14139
14140         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
14141
14142         * smime.el (smime-verify-region): Don't copy buffer.
14143         (smime-decrypt-buffer): Use expand-file-name on keyfile.
14144         (smime-pkcs7-region): New function.
14145         (smime-pkcs7-certificates-region): Ditto.
14146         (smime-pkcs7-email-region): Ditto.
14147         (smime-buffer-as-string-region): Ditto.
14148
14149         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
14150         buffer.
14151
14152 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
14153
14154         * smime.el (smime-decrypt-region): Fix keyfile argument.
14155
14156 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14157
14158         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
14159
14160 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14161
14162         * message.el (message-shoot-gnksa-feet): New variable.
14163         (message-gnksa-enable-p): New function.
14164         (message-send): Use it.
14165         (message-check-news-body-syntax): Ditto.
14166
14167 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14168
14169         * message.el (message-make-message-id): Remove the redundancy.
14170
14171 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14172
14173         * message.el (message-setup): Discourage using mc-install-*-mode.
14174
14175         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
14176
14177 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14178
14179         * gnus-cite.el (gnus-cite-parse): Guess citation length.
14180
14181 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14182
14183         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
14184
14185 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14186
14187         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
14188
14189 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14190
14191         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
14192         insert-buffer-substring.
14193
14194         * message.el (message-send-mail): Use buffer-substring-no-properties.
14195         (message-send-news): Ditto.
14196
14197 2000-11-22  David Edmondson  <dme@dme.org>
14198
14199         * imap.el (imap-wait-for-tag): Message read info.
14200
14201 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14202
14203         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
14204         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
14205         (mml2015-gpg-encrypt): Ditto.
14206
14207 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14208
14209         * mm-decode.el (mm-verify-option): Default value.
14210
14211         * mml-sec.el (mml-secure-part): Error message.
14212
14213 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14214
14215         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
14216
14217 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14218
14219         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
14220
14221 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14222
14223         * gnus-art.el (gnus-article-describe-key): Use prompt.
14224         (gnus-article-describe-key-briefly): Ditto.
14225
14226 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14227
14228         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
14229
14230 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14231
14232         * gnus-art.el (gnus-article-describe-key): New function.
14233         (gnus-article-describe-key-briefly): New function.
14234
14235 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14236
14237         * mm-decode.el (mm-decrypt-option): Doc typo.
14238
14239         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
14240         return a number.
14241
14242 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14243
14244         * message.el (message-newline-and-reformat): Typo.
14245
14246 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14247
14248         * gnus-art.el (article-verify-x-pgp-sig): Check whether
14249         original-article-buffer exists.
14250
14251         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
14252         (rfc2047-header-encoding-alist): Addresses are different from text.
14253         (rfc2047-encode-message-header): Ditto.
14254         (rfc2047-dissect-region): Extra parameter.
14255         (rfc2047-encode-region): Ditto.
14256         (rfc2047-encode-string): Ditto.
14257
14258 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14259
14260         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
14261         (mm-uu-pgp-encrypted-extract): Use it.
14262         (mm-uu-pgp-signed-extract-1): New function.
14263         (mm-uu-pgp-signed-extract): Use it.
14264
14265         * gnus-art.el (gnus-mime-display-security): New function.
14266         (gnus-mime-display-part): Use it.
14267         (gnus-mime-security-verify-or-decrypt): New function.
14268         (gnus-mime-security-press-button): New function.
14269         (gnus-insert-mime-security-button): Use it.
14270
14271         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
14272         (mm-find-raw-part-by-type): Ditto.
14273         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
14274         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
14275         (mm-destroy-parts): Kill nested multibyte buffer.
14276
14277         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
14278         (mml2015-gpg-verify): Ditto.
14279
14280 2000-11-18  Simon Josefsson  <sj@extundo.com>
14281
14282         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
14283         (mml2015-function-alist): Use it.
14284
14285         * mml-sec.el (mml-sign-alist): Update names.
14286         (mml-encrypt-alist): Ditto.
14287         (mml-secure-part-smime-sign): Moved to mml-smime.el
14288         as `mml-smime-sign-query'.
14289         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
14290         `mml-smime-get-file-cert'.
14291         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
14292         `mml-smime-get-dns-cert'.
14293         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
14294         `mml-smime-encrypt-query'.
14295         (mml-smime-sign-buffer): Use mml-smime-sign.
14296         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
14297
14298         * mml-smime.el (mml-smime-sign): New function.
14299         (mml-smime-encrypt):
14300         (mml-smime-sign-query):
14301         (mml-smime-get-file-cert):
14302         (mml-smime-get-dns-cert):
14303         (mml-smime-encrypt-query): Moved from mml-sec.el.
14304
14305 2000-11-16  Simon Josefsson  <sj@extundo.com>
14306
14307         * mml2015.el (mml2015-gpg-clear-verify): New function.
14308         (mml2015-function-alist): Add it.
14309
14310 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
14311
14312         * message.el (message-setup-fill-variables): Use
14313         message-cite-prefix-regexp.
14314         (message-newline-and-reformat): Check the end of citation, leading
14315         WSP, break in the cite prefix.
14316         (message-fill-paragraph): New function.
14317
14318 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14319
14320         * lpath.el: Shut up.
14321
14322 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
14323
14324         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
14325         raw 8-bit in headers in dk.* newsgroups.
14326
14327 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14328
14329         * message.el (message-newline-and-reformat): Match extra WSPs.
14330
14331 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
14332
14333         * mml.el (mml-generate-mime-1): Ignore ascii.
14334
14335 2000-11-16 Justin Sheehy  <justin@iago.org>
14336
14337         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
14338
14339 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14340
14341         * message.el (message-cite-prefix-regexp): Prefix should not end
14342         at space.
14343
14344 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14345
14346         * message.el (message-mode-syntax-table): Add - as a word
14347         constituent as in articles.
14348         (message-setup-fill-variables): Add -_. as supercite-style prefix.
14349         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
14350         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
14351
14352 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
14353
14354         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
14355
14356 2000-11-12  David Edmondson  <dme@dme.org>
14357
14358         * message.el (message-font-lock-keywords): use
14359         message-cite-prefix-regexp.
14360
14361 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14362
14363         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
14364         Stein Arild Str\e,Ax\e(Bmme.
14365         (gnus-group-jump-to-group): Use it.
14366         (gnus-group-jump-to-group-prompt): Customize.
14367
14368 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
14369
14370         * mailcap.el (mailcap-possible-viewers): Match the entire string.
14371
14372 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14373
14374         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
14375         incompatible.
14376         (mml2015-mailcrypt-sign): Ditto.
14377
14378 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14379
14380         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
14381         group is open.
14382
14383 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
14384
14385         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
14386         nnvirtual articles.
14387         (gnus-backlog-request-article): Don't request nnvirtual articles.
14388
14389 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14390
14391         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
14392         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
14393
14394 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14395
14396         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
14397         * mml.el (mml-generate-mime-1): Use charset attribute.
14398         * mm-bodies.el (mm-encode-body): Add parameter charset.
14399         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
14400
14401 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14402
14403         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
14404         (mml2015-mailcrypt-clear-decrypt): Ditto.
14405         (mml2015-mailcrypt-verify): Ditto.
14406         (mml2015-mailcrypt-clear-verify): Ditto.
14407         (mml2015-gpg-verify): Ditto.
14408
14409 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14410
14411         * smime.el (smime-openssl-program): Test the existence of openssl.
14412         * mml-smime.el: Require mm-decode.
14413         (mml-smime-verify-test): New function.
14414         * mm-decode.el (mm-verify-function-alist): Use it.
14415
14416 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14417
14418         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
14419         anyway.
14420
14421 2000-11-13  Simon Josefsson  <sj@extundo.com>
14422
14423         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
14424         verification doesn't work.
14425
14426 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14427
14428         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
14429         (gnus-inews-do-gcc): Use it.
14430
14431 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14432
14433         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
14434         leading space.
14435         * mm-extern.el (mm-inline-external-body): Report error when no
14436         access-type.
14437
14438 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
14439
14440         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
14441
14442 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
14443
14444         * gnus-art.el (gnus-mime-button-menu): Use select-window.
14445
14446 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
14447
14448         * gnus-art.el (gnus-mime-display-part): Display multipart/related
14449         as multipart/mixed.
14450
14451 2000-11-12  David Edmondson  <dme@dme.org>
14452
14453         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
14454         and replace `.' with `\w' to allow for different syntax tables
14455         (from Vladimir Volovich).
14456         * message.el (message-newline-and-reformat): use
14457         `message-cite-prefix-regexp'.
14458         * gnus-cite.el (gnus-supercite-regexp): use
14459         `message-cite-prefix-regexp'.
14460         * gnus-cite.el (gnus-cite-parse): use
14461         `message-cite-prefix-regexp'.
14462
14463 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14464
14465         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
14466         PGP SIGNATURE.  Escape leading "-"'s.
14467         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
14468
14469 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
14470
14471         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
14472
14473 2000-11-11  Simon Josefsson  <sj@extundo.com>
14474
14475         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
14476
14477         * smime.el (smime-details-buffer): New variable.
14478         (smime-sign-region):
14479         (smime-encrypt-region):
14480         (smime-verify-region):
14481         (smime-decrypt-region): Copy OpenSSL output to the buffer.
14482
14483         * mml-smime.el (mml-smime-verify): Support security info.
14484
14485 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
14486
14487         * mm-decode.el (mm-verify-option): Set default to nil.
14488         (mm-decrypt-option): Ditto.
14489         * gnus-art.el (article-verify-x-pgp-sig): New function.
14490
14491 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
14492
14493         * gnus-art.el (gnus-mime-display-alternative): Show button if no
14494         preferred part.
14495
14496 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14497
14498         * gnus-sum.el (gnus-move-split-methods): Say that
14499         `gnus-split-methods' uses file names, whereas this uses group
14500         names.  (Report from Nevin Kapur)
14501
14502 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
14503
14504         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
14505
14506 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14507
14508         * nnheader.el (nnheader-directory-files-is-safe): New variable.
14509         (nnheader-directory-articles): Use it.
14510         (nnheader-article-to-file-alist): Ditto.
14511
14512 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14513
14514         * rfc2047.el (rfc2047-pad-base64): New function.
14515         (rfc2047-decode): Use it.
14516
14517 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14518
14519         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
14520         select method.
14521
14522 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14523
14524         * mml2015.el (mml2015-gpg-decrypt-1):
14525         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
14526
14527 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14528
14529         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
14530
14531 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
14532
14533         * pop3.el (pop3-munge-message-separator): A message may have an
14534         empty body.
14535
14536 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
14537
14538         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
14539         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
14540         (mm-uu-pgp-signed-extract): Use coding-system.
14541
14542 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14543
14544         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
14545         (gnus-insert-mime-security-button): New function.
14546         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
14547         * mml2015.el:  Add security info when verify or decrypt.
14548         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
14549         (mm-uu-pgp-encrypted-extract): Ditto.
14550
14551 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
14552
14553         * mm-decode.el (mm-display-parts): New function.
14554         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
14555
14556 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14557
14558         * gnus-mlspl.el: Documentation tweaks.
14559
14560 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14561
14562         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
14563         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
14564         argument.
14565
14566 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
14567
14568         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
14569
14570 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
14571
14572         * gnus-art.el (gnus-article-encrypt): New function.
14573         (gnus-article-encrypt-protocol-alist): New variable.
14574         (gnus-article-encrypt-protocol): New variable.
14575         * mml2015.el (mml2015-self-encrypt): New function.
14576         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
14577
14578 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
14579
14580         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
14581         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
14582         let mailcap do it.
14583         * mml2015.el: Remove snarf code.
14584         * mm-decode.el: Remove snarf code.
14585
14586 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
14587
14588         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
14589         (mml-insert-mime): Understand gnus-decoded.
14590         (mime-to-mml): New parameter handles.
14591         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14592         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
14593
14594 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14595
14596         * mm-decode.el (mime-security): New group.
14597         (mm-verify-function-alist): Add test function.
14598         (mm-decrypt-function-alist): Ditto.
14599         (mm-snarf-option): Set default value as nil.
14600         (mm-find-part-by-type): Recursive parameter.
14601         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
14602         * mml2015.el: Support draft-ietf-openpgp-multsig.
14603
14604 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
14605
14606         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
14607         (gnus-article-view-part-as-charset): New function.
14608
14609 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
14610
14611         * mm-decode.el (mm-verify-option): Default value.
14612         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
14613
14614 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14615
14616         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
14617
14618 2000-11-05  Simon Josefsson  <sj@extundo.com>
14619
14620         * mml-smime.el (mml-smime-verify): Work in original multipart
14621         buffert.
14622
14623         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
14624         (mm-handle-multipart-ctl-parameter): Ditto.
14625         (mm-alist-to-plist): New function.
14626         (mm-dissect-buffer): Store CTL parameters and copy original buffer
14627         for multiparts.
14628         (mm-destroy-parts): Destroy multipart buffert.
14629         (mm-remove-part): Ditto.
14630
14631         * mml-smime.el (mml-smime-sign): Not used.
14632         (mml-smime-encrypt): Ditto.
14633
14634         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
14635
14636         Verify S/MIME signature support.
14637
14638         * mm-decode.el (mm-inline-media-tests): Add
14639         application/{x-,}pkcs7-signature.
14640         (mm-inlined-types): Ditto.
14641         (mm-automatic-display): Ditto.
14642         (mm-verify-function-alist): Ditto.  Add name of method.
14643         (mm-decrypt-function-alist): Add name of method.
14644         (mm-find-part-by-type): Add documentation.
14645         (mm-possibly-verify-or-decrypt): Use new format of
14646         mm-{verify,decrypt}-function-alist.  Use method names.
14647
14648         * mml-smime.el (mml-smime-verify): New function.
14649
14650 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14651
14652         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
14653
14654 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14655
14656         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
14657         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
14658         * mm-decode.el (mm-snarf-option): New variable.
14659
14660 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14661
14662         * mm-util.el (mm-subst-char-in-string): New function.
14663         (mm-replace-chars-in-string): Use it.
14664         * message.el (message-replace-chars-in-string): Use it.
14665         * nnheader.el (nnheader-replace-chars-in-string): Use it.
14666         * gnus-mh.el (mh-lib-progs): Shut up.
14667
14668 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
14669
14670         * base64.el, md5.el: Moved to contrib directory.
14671
14672 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14673
14674         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
14675         the last article when search.
14676
14677 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14678
14679         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
14680         * nnmail.el (nnmail-pathname-coding-system): Ditto.
14681
14682 2000-09-29  David Edmondson  <dme@thus.net>
14683
14684         * message.el (message-newline-and-reformat): Typo.
14685
14686 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14687
14688         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
14689
14690 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
14691
14692         * nntp.el (nntp-decode-text): Delete bogus status lines.
14693
14694 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
14695
14696         * message.el (message-font-lock-keywords): Match a final newline
14697         to help font-lock's multiline support.
14698
14699 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14700
14701         * nnoo.el (nnoo-set): New function.
14702
14703 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
14704
14705         * gpg.el, gpg-ring.el: Moved to contrib directory.
14706
14707 2000-11-04  Simon Josefsson  <sj@extundo.com>
14708
14709         * nnimap.el (nnimap-split-inbox): Typo.
14710
14711 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14712
14713         * gnus-msg.el (gnus-msg-mail): Move it backwards.
14714
14715 2000-11-03  Simon Josefsson  <sj@extundo.com>
14716
14717         * rfc2231.el (rfc2231-parse-qp-string): New function.
14718         (require): rfc2047.
14719
14720         * mail-parse.el (mail-header-parse-content-type):
14721         (mail-header-parse-content-disposition): Support invalid QP
14722         encoded strings, by using `rfc2231-parse-qp-string'.
14723
14724 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14725
14726         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
14727         (rfc2231-decode-encoded-string): Typo "> X 1".
14728         (rfc2231-encode-string): Insert the name of charset.
14729         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
14730
14731 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14732
14733         * mm-decode.el (mm-save-part): Return the filename.
14734         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
14735         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
14736         (gnus-mime-action-alist): Use it.
14737         (gnus-mime-button-commands): Use it.
14738         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
14739         (mm-inline-external-body): unwind-protect.
14740
14741 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14742
14743         * gnus-art.el (gnus-insert-mime-button): Show url.
14744
14745 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14746
14747         * mml.el (mml-generate-mime-1): Support external url.
14748         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
14749
14750 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
14751
14752         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
14753         * mm-decode.el (mm-display-external): Ditto.
14754         * mm-extern.el: New file.
14755         * mm-decode.el (mm-inline-media-tests): Hook it up.
14756         (mm-inlined-types): Inline message/external-body.
14757
14758 2000-11-02  Simon Josefsson  <sj@extundo.com>
14759
14760         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
14761
14762         * message.el (message-get-reply-headers): Better handling when
14763         Mail-Followup-To is very large.
14764
14765 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14766
14767         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
14768         * gnus-art.el (gnus-article-edit-done):
14769         * gnus-sum.el (gnus-summary-edit-article-done): Move line
14770         counting code here.
14771         * gnus-msg.el (gnus-setup-message): Remove a hack.
14772
14773 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14774
14775         * gnus-sum.el (gnus-newsgroup-variables): New variable.
14776         (gnus-summary-mode): Make them local variables.
14777         (gnus-set-global-variables): Globalize them.
14778         (gnus-summary-exit): Kill them.
14779
14780 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
14781
14782         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
14783         word.
14784
14785 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14786
14787         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
14788         gnus-article-wash-types.
14789         * gnus-art.el (gnus-article-wash-status): Use them.
14790
14791 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
14792
14793         * mml.el (mml-read-tag): Remove spaces and LF.
14794
14795 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14796
14797         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
14798         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
14799
14800 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
14801
14802         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
14803
14804 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14805
14806         * gnus-sum.el (gnus-article-charset): New variable.
14807         (gnus-summary-display-article): Set it.
14808         * gnus-msg.el (gnus-copy-article-buffer): Use it.
14809         * gnus-art.el (gnus-article-mode): Make it local variable.
14810
14811 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14812
14813         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
14814
14815 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14816
14817         * nnwfm.el: New file.
14818
14819         * nnweb.el (nnweb-replace-in-string): New function.
14820
14821 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14822
14823         * mml2015.el: Wrap gpg.el.
14824         * gpg.el (gpg-verify): The last argument of apply is a list.
14825         (gpg-encrypt): Add passphrase as a parameter.
14826
14827 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14828
14829         * gpg.el: New file.
14830         * gpg-ring.el: New file.
14831
14832 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14833
14834         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
14835
14836 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14837
14838         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
14839         double-quote characters.
14840         (gnus-summary-prepare-threads): Ditto.
14841
14842 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14843
14844         * gnus-art.el (gnus-mime-display-single): Forward line -1.
14845         * mml.el (mml-read-tag): Don't skip the leading space.
14846         * lpath.el (font-lock-set-defaults): Shut up.
14847
14848 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
14849
14850         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
14851
14852 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
14853
14854         * qp.el (quoted-printable-encode-region): Replace leading - when
14855         ultra safe.
14856         * mml.el (mml-generate-mime-postprocess-function): Removed.
14857         (mml-postprocess-alist): Removed.
14858         (mml-generate-mime-1): Use ultra-safe when sign.
14859         * mml2015.el (mml2015-fix-micalg): Uppercase.
14860         (mml2015-verify): Insert LF.
14861         (mml2015-mailcrypt-sign): Downcase; search backward.
14862
14863 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14864
14865         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
14866         restrictive.
14867         (nnultimate-table-regexp): New variable.
14868         (nnultimate-forum-table-p): Use it.
14869
14870 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
14871         Trivial patch.
14872
14873         * gnus-sum.el (gnus-summary-expire-articles): Save point.
14874
14875 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14876
14877         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
14878         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
14879
14880 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
14881
14882         * mml2015.el: Shut up.
14883
14884 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14885
14886         * gnus.el (gnus-server-browse-hashtb): Removed.
14887         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
14888         (gnus-group-insert-group-line-info): Use simplified method.
14889         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
14890
14891 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14892
14893         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
14894         moved here.
14895         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
14896         * gnus-group.el (gnus-group-prepare-flat): Use it.
14897         * gnus-topic.el (gnus-group-prepare-topics): Use it.
14898
14899 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14900
14901         * mml.el (mml-mode): Show menu in XEmacs.
14902
14903 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
14904
14905         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
14906         (gnus-server-read-server-in-server-buffer): New function.
14907         (gnus-browse-foreign-server): Browse in group buffer.
14908         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
14909         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
14910         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
14911         * gnus.el (gnus-server-browse-hashtb): New variable.
14912
14913 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14914
14915         * nnfolder.el (nnfolder-open-nov): Use group.
14916
14917 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
14918
14919         * nnfolder.el: Add NOV. Set version to 2.0.
14920         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
14921
14922 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14923
14924         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
14925
14926 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14927
14928         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
14929         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
14930
14931 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14932
14933         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
14934
14935 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14936
14937         * mm-decode.el (mm-verify-function-alist): New variable.
14938         (mm-verify-option): New variable.
14939         (mm-decrypt-function-alist): Ditto.
14940         (mm-decrypt-option): Ditto.
14941         (mm-find-raw-part-by-type): New function.
14942         (mm-possibly-verify-or-decrypt): New function.
14943         (mm-dissect-multipart): Use it.
14944         * mml2015.el (mml2015-fix-micalg): New function.
14945         (mml2015-decrypt): Use new interface.
14946         (mml2015-verify):  Use new interface.
14947         (mml2015-setup): Make it bogus.
14948
14949 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14950
14951         * mml.el (mml-generate-mime-postprocess-function): Set to
14952         mml-postprocess.
14953         (autoload): Autoload mml2015 and mml-smime.
14954         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
14955         * mml2015.el (mml2015-encrypt): New function.
14956         (mml2015-sign): New function.
14957         (mml2015-encrypt-function): New variable.
14958         (mml2015-sign-function): New variable.
14959         (mml2015-mailcrypt-encrypt): Use message-recipients.
14960         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
14961         * mml-smime.el (mml-smime-setup): Ditto.
14962
14963 2000-10-28  Simon Josefsson  <sj@extundo.com>
14964
14965         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
14966         Communigate Pro 3.3.1 server.
14967
14968         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
14969         in buffers.
14970         (mml-secure-dns-server): Removed.
14971         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
14972         write certificates to files.
14973
14974         * smime.el (smime-dns-server): New variable.
14975         (smime-mail-to-domain):
14976         (smime-cert-by-dns): New functions.
14977
14978         * dig.el: New file.
14979
14980 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
14981
14982         * message.el (message-options): New variable.
14983         (message-options-set-recipient): New function.
14984         (message-send): Use them.
14985         * gnus-int.el (gnus-request-replace-article): Use them.
14986         (gnus-request-accept-article): Ditto.
14987         * mml.el (mml-preview): Use them.
14988         * gnus-sum.el (gnus-summary-edit-article): Use them.
14989
14990         * message.el (message-options-get): New function.
14991         (message-options-get): New function.
14992         * rfc2047.el (rfc2047-encode-message-header): Use them.
14993         * mm-bodies.el (mm-encode-body): Use them.
14994
14995 2000-10-28  Simon Josefsson  <sj@extundo.com>
14996
14997         * nnimap.el (nnimap-retrieve-which-headers):
14998         (nnimap-request-article-part): Quote message-id.
14999
15000         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
15001         (smime-CA-file): New variable.
15002         (smime-call-openssl-region): Don't error.
15003         (smime-sign-region): Return result value.
15004         (smime-encrypt-region): Ditto.
15005         (smime-verify-region): New function.
15006         (smime-decrypt-region): Ditto.
15007         (smime-verify-buffer): Ditto.
15008         (smime-decrypt-buffer): Ditto.
15009
15010         * mml.el: Require mml-sec.
15011         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
15012         (mml-mode-map): Add "sign" and "encrypt" maps.
15013         (mml-menu): Add security menu.
15014         (mml-preview): Use generate-new-buffer.
15015
15016         * mml-sec.el: New file.
15017
15018 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15019
15020         * mm-decode.el (mm-find-part-by-type): Move it here.
15021         * mml.el (mml-postprocess): Move it here.
15022         (mml-postprocess-alist): Move it here. Merge them.
15023
15024 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
15025
15026         * rfc2047.el (rfc2047-encode-message-header): Make sure no
15027         unencoded stuff in the header.
15028
15029 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15030
15031         * gnus-group.el (gnus-group-listed-groups): New variable.
15032         (gnus-group-list-option): New variable.
15033         (gnus-group-list-limit-map): New keymap.
15034         (gnus-group-list-flush-map): New keymap.
15035         (gnus-group-list-plus-map): New keymap.
15036         (gnus-group-prepare-logic): New function.
15037         (gnus-group-prepare-flat): Merge with
15038         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
15039         (gnus-group-prepare-flat-list-dead): Ditto.
15040         (gnus-group-list-matching): Use gnus-group-prepare-function.
15041         (gnus-group-list-dormant): Ditto.
15042         (gnus-group-list-cached): Ditto.
15043         (gnus-group-listed-groups): New function.
15044         (gnus-group-list-limit): New function.
15045         (gnus-group-list-flush): New function.
15046         (gnus-group-list-plus): New function.
15047         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
15048         (gnus-topic-prepare-topic): Ditto.
15049
15050 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
15051
15052         * message.el (message-insert-to, message-get-reply-headers):
15053         (message-reply, message-followup): Mail-{Followup,Reply}-To.
15054
15055 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15056
15057         * mml2015.el: New file.
15058         * smime.el: New file.
15059         * mml-smime.el: New file.
15060
15061 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
15062
15063         * ChangeLog: Moved to ChangeLog.1.
15064
15065     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
15066   Copying and distribution of this file, with or without modification,
15067   are permitted provided the copyright notice and this notice are preserved.
15068
15069 ;; Local Variables:
15070 ;; coding: iso-2022-7bit
15071 ;; End: