6ef2a90306f0c059eafc1bc82c96de4cf78518ed
[gnus] / lisp / ChangeLog
1 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * gnus-art.el (gnus-mime-delete-part): New function.
4         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
5
6 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7
8         * message.el (message-check-news-header-syntax): Don't push
9         groups twice onto list of unknown groups.
10
11         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
12         back.
13
14         * nnheader.el (nnheader-find-etc-directory): Doc fix.
15
16         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
17         config unless the summary buffer exists.
18
19         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
20         that target group is computed correctly when articles are marked
21         as read by Xref handling.
22
23         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
24         imap-open.
25
26         * message.el (message-send-mail): Add courtesy string to Bcc's,
27         too. 
28
29         * gnus-cite.el (gnus-cited-line-p): New function.
30
31 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
32
33         * mm-bodies.el (mm-decode-body): Add new optional parameter,
34         force, to use the supplied charset unconditionally.
35
36         * gnus-art.el (article-decode-charset): Use it.
37
38 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
39
40         * mm-bodies.el (mm-decode-coding-region-safely): New function.
41         (mm-decode-body): Use it.
42
43         * rfc2047.el (rfc2047-decode-region): do.
44         (rfc2047-decode-string): Guess coding system if the default is
45         invalid.
46
47 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
48
49         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
50         articles are marked 'read, so we get correct article counts.
51
52 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
53
54         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
55         the button.
56         (gnus-insert-prev-page-button): Ditto.
57         (gnus-insert-next-page-button): Ditto.
58         (gnus-insert-mime-security-button): Ditto.
59
60         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
61         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
62         (mm-inline-image-xemacs): Ditto.
63
64 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
65
66         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
67         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
68         the recent filename uniqueness discussion.
69
70 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
71
72         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
73         newline next time.
74         (mm-inline-image-xemacs): Ditto.
75
76 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
77
78         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
79         kill-line.
80
81 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
82
83         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
84         kill-line.
85
86 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
87
88         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
89         fixing the code to match the documentation.
90         (gnus-agent-fetch-selected-article): Replaced
91         gnus-summary-update-article-line with gnus-summary-update-line as
92         the former did not correctly recalculate the thread indentation.
93         (gnus-agent-find-parameter): The agent-predicate, if not found
94         anywhere else, defaults to the value of gnus-agent-predicate.
95         (gnus-agent-fetch-session): Fixed typo; now executes
96         gnus-agent-fetched-hook rather than the undocumented
97         gnus-agent-fetch-hook.
98         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
99         default agent predicate is now provided by
100         gnus-agent-find-parameter.
101         (gnus-agent-message): New macro.  This macro avoids potentially
102         costly parameter evaluation when the message's level is too high
103         to display.
104         (gnus-agent-expire-group-1): Disabled undo tracking in temp
105         overview buffer. Uses new gnus-agent-message macro to reduce
106         overhead of optional messages. Reversed message levels to
107         emphasize percent completion messages.  Detailed messages of
108         little use except when debugging code.
109
110 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
111
112         * spam.el (spam-ham-move-routine): use
113         spam-mark-ham-unread-before-move-from-spam-group
114         (spam-mark-ham-unread-before-move-from-spam-group): new variable
115
116 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
117
118         * spam.el: load nnimap.el when compiling
119         (spam-setup-widening): use
120         nnimap-split-download-body-default instead of
121         nnimap-split-download-body which is a user-customizable variable
122
123 2003-03-07  Simon Josefsson  <jas@extundo.com>
124
125         * nnimap.el (nnimap-split-download-body-default): New, holds
126         default for n-s-d-b.
127         (nnimap-split-download-body): Add new setting (symbol default),
128         which uses contents of n-s-d-b-d, and made it the default.
129
130 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
131
132         * spam.el (spam-use-hashcash): new variable
133         (spam-list-of-checks): added spam-use-hashcash with associated
134         spam-check-hashcash
135         (spam-check-hashcash): new function, installed iff hashcash.el is
136         loaded
137         (spam-setup-widening): don't use (return)
138
139 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
140
141         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
142         predicate of `false' to avoid an error when a group defines no
143         predicate. Fixed typo that disabled agent scoring (i.e. the
144         low/high predicates should now work).
145
146 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
147
148         * spam.el: add spam-maybe-spam-stat-load to
149         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
150         (spam-bogofilter-register-with-bogofilter): use
151         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
152         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
153         custom variables to replace "-s" and "-n"
154
155         * gnus-group.el (gnus-group-get-new-news): call the new
156         gnus-get-top-new-news-hook hook
157
158         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
159         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
160
161 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
162
163         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
164
165 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
166
167         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
168         a cl run-time function.
169
170 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
171
172         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
173         on gnus-agent-short-article.
174         (gnus-category-read): Replaced CL function mapcar* with new macro:
175         gnus-mapcar.
176         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
177         support functions that accept multiple parameters.  A separate
178         sequence must be provided for each parameter in the function.
179         Iteration stops when the end of the shortest list is reached.
180
181 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
182
183         * nnimap.el (nnimap-request-accept-article): Use delete-region.
184
185         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
186         (html2text-delete-single-tag, html2text-clean-anchor)
187         (html2text-remove-tags): Use delete-region.
188         (html2text-fix-paragraphs): Simplify.
189
190         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
191         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
192         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
193         kill-region.
194
195 2003-03-04  John Paul Wallington  <jpw@gnu.org>
196
197         * gnus-agent.el (gnus-agent-enable-expiration)
198         (gnus-agent-article-alist, gnus-agent-article-alist)
199         (gnus-agent-cat-defaccessor): Doc fixes.
200
201 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
202
203         * gnus-agent.el (gnus-function-implies-unread-1): Grok
204         byte-compiled functions.
205
206 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
207
208         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
209         customization between new maneuvering (which permits selecting
210         undownloaded articles) and old maneuvering (which skipped over
211         undownloaded articles) behaviors.
212         (gnus-summary-find-next): Pass through the unread and subject
213         parameters when calling gnus-summary-find-prev.
214         (gnus-summary-find-next,gnus-summary-find-prev): Apply
215         gnus-auto-goto-ignores to filter out unacceptable articles.
216
217 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
218
219         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
220         exists in all supported Emacs versions, so we don't need this
221         compatibility function.
222         (mail-source-fetch-pop, mail-source-check-pop)
223         (mail-source-fetch-webmail): Use read-passwd.
224
225         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
226         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
227         read-passwd.
228
229         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
230
231         * imap.el (imap-read-passwd): Remove.
232         (imap-interactive-login): Use read-passwd.
233
234         * canlock.el (canlock-read-passwd): Remove.
235         (canlock-insert-header, canlock-verify): Use read-passwd.
236
237         * sieve-manage.el (sieve-manage-read-passwd): Remove.
238         (sieve-manage-interactive-login): Use read-passwd.
239
240         * pop3.el (pop3-read-passwd): Remove.
241         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
242         read-passwd.
243
244         * pgg.el (pgg-read-passphrase): Simplify.
245
246 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
247
248         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
249         'plugged' when actually 'unplugged' bug.
250         (gnus-category-read): Ignore nil values when converting an
251         old-format category so that the new-format category will default
252         those attributes to the global variables.
253
254 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
255
256         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
257         doc-string.
258
259 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
260
261         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
262         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
263         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
264         * mm-url.el (mm-url-decode-entities-string): do.
265         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
266         * mm-decode.el (mm-find-raw-part-by-type): do.
267         * message.el (message-send-mail-partially)
268         (message-send-mail-with-sendmail): do.
269         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
270         * gnus-kill.el (gnus-pp-gnus-kill): do.
271         * gnus-art.el (gnus-article-treat-unfold-headers)
272         (gnus-article-encrypt-body): do.
273
274 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
275
276         * mail-source.el (mail-source-delete-incoming): Allow integer value.
277         (mail-source-delete-old-incoming-confirm): New variable.
278         (mail-source-delete-old-incoming): Use it.  New function.
279         (mail-source-callback): Call `mail-source-delete-old-incoming' if
280         `mail-source-delete-incoming' is a nonnegative integer.
281
282 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
283
284         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
285         (gnus-user-agent): Fixed typo.
286
287 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
288
289         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
290         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
291
292 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
293
294         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
295         (gnus-agent-fetch-session): Allow debugging to take place.
296
297 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
298
299         * gnus-sum.el (gnus-highlight-selected-summary)
300         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
301         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
302         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
303         and makes it clear that we don't need the side effect.
304         * gnus-util.el (gnus-delete-line): do.
305         * gnus-xmas.el (gnus-group-add-icon): do.
306         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
307         * nntp.el (nntp-send-authinfo-from-file): do.
308         * nnml.el (nnml-header-value): do.
309         * nnheader.el (nnheader-insert-references): do.
310         * gnus-cite.el (gnus-article-highlight-citation)
311         (gnus-cite-parse): do.
312         * gnus-score.el (gnus-score-followup): do.
313         * gnus-draft.el (gnus-draft-send): do.
314         * gnus-group.el (gnus-group-highlight-line): do.
315         * gnus-cache.el (gnus-cache-braid-nov): do.
316         * nnfolder.el (nnfolder-retrieve-headers)
317         (nnfolder-request-article): do.
318         * gnus-art.el (article-hide-boring-headers)
319         (gnus-article-hide-header): do.
320
321         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
322         * nnml.el (nnml-request-replace-article): do.
323         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
324         * nnfolder.el (nnfolder-request-move-article): do.
325         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
326         * gnus-art.el (gnus-mm-display-part): do.
327
328         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
329
330 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
331
332         * nntp.el (nntp-possibly-change-group): Avoid calling
333         process-buffer on nil (Which happened when you lost your
334         connection while fetching); instead signal a "Server Closed
335         Connection" error.
336
337 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
338
339         * gnus-agent.el (gnus-agent-enable-expiration): New
340         variable. Either ENABLE or DISABLE.  Sets default behavior for
341         selecting which groups are expired.
342         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
343         gnus-agent-set-cat-groups): Provides abstract interface for
344         accessing agent category.  Category now implemented by an alist.
345         (gnus-agent-add-group, gnus-agent-remove-group,
346         gnus-category-insert-line, gnus-category-edit-predicate,
347         gnus-category-edit-score, gnus-category-edit-groups,
348         gnus-category-copy, gnus-category-add, gnus-group-category): Use
349         new agent category abstraction.
350         (gnus-agent-find-parameter): New function. Search for agent
351         configuration parameter first in the group's parameters, then its
352         topics (if any), and then the group's category.  If not found
353         anywhere, use the original defined constants.
354         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
355         gnus-agent-find-parameter.
356         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
357         gnus-agent-cache now blocks retrieving headers and articles from
358         the local cache.  Fetched content is still added to the cache
359         before being returned.
360         (gnus-agent-fetch-session): Use error-message-string to generate
361         displayed error message.
362         (gnus-agent-customize-category): New Command. 'e' in category
363         buffer opens category customization buffer.
364         (gnus-category-read): Reads either positional or alist format;
365         returns alist format.
366         (gnus-category-write): Writes category file compatible with
367         current, and previous, versions of gnus-agent.
368         (gnus-category-make-function, gnus-category-make-function-1):
369         Corrected documentation; parameter is predicate NOT category.
370         (gnus-predicate-implies-unread): Now works in more cases per the
371         todo comment.
372         (gnus-function-implies-unread-1): New function. Supports
373         gnus-predicate-implies-unread.
374         (gnus-agent-expire-group): Command now provides default of group
375         under point.
376         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
377         agent-days-until-old parameters. No longer supports
378         gnus-agent-expire-days being set to an alist.
379         (gnus-agent-request-article): Now performs its own checks of
380         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
381         assuming that the caller will do them correctly.
382         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
383         gnus-agent-expire-days is set to an alist.  Converts said alist
384         into group parameter so that gnus-agent-expire-days will not be
385         needed.
386         * gnus-art.el (gnus-request-article-this-buffer): Conditional
387         checks surrounding gnus-agent-request-article removed; now
388         performed by gnus-agent-request-article.
389         * gnus-cus.el (gnus-agent-parameters): New variable. List of
390         customizable group/topic parameters that regulate the agent.
391         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
392         kill-buffer with gnus-kill-buffer to remove the killed buffer from
393         the list of gnus buffers.
394         (gnus-trim-whitespace): Removes leading and trailing whitespace
395         from multiline strings.
396         (gnus-agent-cat-prepare-category-field,
397         gnus-agent-customize-category): Constructs a category
398         customization buffer.
399         * gnus-int.el (gnus-retrieve-headers,
400         gnus-request-expire-articles): No longer checks gnus-agent-cache
401         as it is handled internally by the agent.
402         (gnus-request-head, gnus-request-body): Conditional checks
403         surrounding gnus-agent-request-article removed; now performed by
404         gnus-agent-request-article.
405
406         * gnus-start.el (): Added defvar statements to resolve compilation
407         warnings.
408         (gnus-long-file-names): New function. Isolates platform dependent
409         msdos-long-file-names.
410         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
411         option of writing directly to file.  Avoids memory exhausted
412         errors when .newsrc.eld is huge.
413         (gnus-save-newsrc-file): Uses new
414         gnus-save-startup-file-via-temp-buffer.
415         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
416         standard-output.
417         (gnus-display-time-event-handler): Changed to alias from a defun
418         to avoid a compile-time warning when display-time-event-handler is
419         not defined.
420         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
421         standard-output such that prin1 and princ will write directly to a
422         file.
423
424         * gnus.el (gnus-agent-cache): Expanded documentation.
425         (gnus-summary-high-undownloaded-face): Removed second bold keyword
426         so that this face is actually bold.
427
428         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
429         gnus-use-cache has been set.
430
431 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
432
433         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
434
435 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
436
437         * gnus-art.el (gnus-article-refer-article): Be more permissive.
438
439 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
440
441         * spam.el: Fix typo.
442
443 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
444         (Trivial patch.)
445
446         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
447         errors-buffer. This produces a nicer error message in case of
448         problems.
449
450 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
451
452         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
453         load stats iff spam-use-stat is on
454
455         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
456         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
457         instead of spam-stat-load and spam-stat-save in the
458         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
459
460 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
461
462         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
463
464 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
465
466         * message.el (message-make-fqdn): Protect against nil user-mail.
467
468 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
469
470         * gnus-art.el (gnus-boring-article-headers): New values:
471         'to-list and 'cc-list.
472
473 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
474
475         * spam.el (spam-setup-widening): new function to set
476         nnimap-split-download-body, we add it to gnus-get-new-news-hook
477         (spam-list-of-statistical-checks): list of statistical splitter
478         checks
479         (spam-split): added a widen call when a statistical check is
480         enabled
481
482 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
483
484         * gnus-msg.el (gnus-user-agent): Changed default to
485         'emacs-gnus-type, renamed 'full.
486
487 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
488
489         * nnfolder.el (nnfolder-request-accept-article): Don't use
490         mail-header-unfold-field.
491
492 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
493
494         * imap.el (imap-ssl-open): Don't depend on ssl.el.
495         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
496
497 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
498
499         * spam.el: add spam-stat-load to gnus-get-new-news-hook
500         (spam-split): remove spam-stat-load call
501
502 2003-02-26  Simon Josefsson  <jas@extundo.com>
503
504         * gnus-sum.el (gnus-summary-toggle-header): Run
505         gnus-article-decode-hook instead of calling a-decode-encoded-words
506         directly (the latter is run as part of the former).
507
508 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
509
510         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
511
512 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
513
514         * message.el (message-sendmail-envelope-from): New option.
515         (message-sendmail-envelope-from): New function.
516         (message-send-mail-with-sendmail): Use it.
517
518 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
519
520         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
521         compensation for TDMA addresses.
522
523 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
524
525         * gnus-msg.el (gnus-user-agent): New variable.
526         (gnus-version-expose-system): Removed.  Obsoleted by
527         `gnus-user-agent'.
528         (gnus-extended-version): Use `gnus-user-agent'.
529
530 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
531
532         * spam.el (spam-stat-register-spam-routine,
533         spam-stat-register-ham-routine): remove spam-stat-save
534         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
535
536 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
537
538         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
539         reference.
540
541 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
542
543         * nnheader.el (nnheader-find-nov-line): Changed midpoint
544         calculation to avoid integer overflow.
545
546 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
547
548         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
549
550 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
551         * spam.el: disabled spam-get-article-as-filename
552
553         From Michael Shields  <shields@msrl.com>
554
555         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
556         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
557         * gnus-sum.el (gnus-summary-expire-articles): Use it.
558         * spam.el (spam-summary-prepare-exit): Use it.
559         * gnus.el (gnus-install-group-spam-parameters): New.
560         * spam.el (spam-group-ham-processor-copy-p): New.
561         * spam.el (spam-summary-prepare-exit): Support for ham copying.
562         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
563         that would cause the current message to be moved if the group had
564         no spam.
565         * spam.el (spam-ham-move-routine): New `copy' argument.
566
567 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
568         From Martin Thornquist <martint@ifi.uio.no>
569
570         * gnus-topic.el (gnus-topic-select-group): Select last group if
571         after last group.
572         * gnus-group.el (gnus-group-select-group): Ditto.
573
574 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
575
576         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
577         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
578         point-at-(b|e)ol which aren't available in Emacs 20.
579
580         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
581
582 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
583
584         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
585         clause of the condition-case statement.  Errors connecting to a
586         server no longer terminate gnus.
587
588         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
589         make its use obvious.  Added no-nothing case to avoid
590         opening(closing) servers when already open(closed).
591         (gnus-agent-while-plugged): Added macro to facilitate internal use
592         of gnus-agent-toggle-plugged.
593         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
594         temporarily open servers.
595         (gnus-agent-get-undownloaded-list): Sort list of article numbers
596         as sorting gnus-newsgroup-headers is wrong.
597         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
598         to temporarily open servers. Corrected logic to handle setting
599         gnus-agent-mark-unread-after-downloaded.
600         (gnus-agent-fetch-articles): Now handles headers with missing
601         article sizes and/or missing article lengths.  Now clears the
602         message buffer when finished.
603         (gnus-agent-fetch-group-1): Position point before calling
604         gnus-summary-set-agent-mark.
605         (gnus-get-predicate): Corrected description, parameter is
606         predicate not category.
607         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
608         provide a separate single group expiration function.
609         (gnus-agent-regenerate-group): Now clears the message buffer when
610         finished.
611
612 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
613
614         * gnus.el (gnus-agent-target-move-group-header): New variable.
615         * gnus-draft.el (gnus-draft-send): If special header
616         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
617         that group, instead of performing the regular sending functions.
618
619 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
620
621         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
622
623 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
624
625         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
626         variables.
627         (message-make-fqdn): Use it.  Improved validity check.
628
629 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
630
631         * message.el (message-user-mail-address): Check whether
632         user-mail-address looks valid.
633
634         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
635
636         * gnus-util.el (gnus-fetch-original-field): New function.
637
638 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
639
640         * message.el (message-mode): \\(...\\) around additional
641         paragraph-separate alternative.
642
643 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
644
645         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
646         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
647         display key bindings.
648         (gnus-mime-button-menu): Rewrite.
649
650 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
651
652         * gnus-art.el (gnus-button-url-regexp): Removed `.
653
654 2003-02-23  Max Froumentin  <mf@w3.org>
655
656         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
657
658 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
659
660         * gnus-art.el (gnus-mime-action-on-part): Require a match
661         interactively.
662
663         * gnus-start.el (gnus-save-newsrc-file): Use
664         gnus-backup-startup-file.
665         (gnus-backup-startup-file): New variable.
666
667 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
668
669         * gnus.el (gnus-summary-buffer-name): Moved function here.
670
671         * gnus-draft.el (defun): Remove debug.
672
673 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
674
675         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
676         can't open server.
677
678 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
679
680         * gnus-draft.el (defun): Configure posting styles.
681
682         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
683         the entry for the group exists before we alter it.
684
685 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
686
687         * message.el (message-mode): MML tags separate paragraphs.  Small
688         change from David S Goldberg <david.goldberg6@verizon.net>.
689
690         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
691         `gnus-newsgroup-headers'.
692
693         * gnus-art.el (gnus-article-refer-article): Grok more message id
694         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
695
696 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
697
698         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
699         use "path name".
700
701 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
702
703         * gnus-sum.el (gnus-summary-move-article)
704         (gnus-summary-expire-articles): send data header for article, not
705         just article ID
706
707         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
708         (gnus-register-spool-action): added hashtable of message ID keys
709         with message motion data
710
711 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
712         From Reiner Steib  <Reiner.Steib@gmx.de>.
713
714         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
715         variable, used in `gnus-button-mid-or-mail-heuristic'.
716         (gnus-button-mid-or-mail-heuristic): New function derived from
717         Florian Weimer's Perl script.
718         (gnus-button-handle-mid-or-mail): Allow a function instead of
719         'guess.
720         (gnus-button-guessed-mid-regexp): Removed.
721
722 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
723
724         * message.el (message-resend): Bind message-setup-hook to nil;
725         remove X-Draft-From header.
726
727 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
728
729         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
730         (gnus-newsgroup-undownloaded)
731         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
732         Doc fixes.
733
734 2003-02-17  John Paul Wallington  <jpw@gnu.org>
735
736         * gnus.el (gnus-shell-command-separator, gnus-email-address)
737         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
738
739 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
740
741         * gnus-spec.el (gnus-xmas-format): Use insert instead of
742         insert-string which is obsolete in Emacs 21.4.
743
744         * message.el (message-cross-post-followup-to-header): do.
745
746         * spam.el (spam-ifile-register-with-ifile)
747         (spam-stat-register-spam-routine)
748         (spam-stat-register-ham-routine)
749         (spam-bogofilter-register-with-bogofilter): do.
750
751         * mailcap.el (mailcap-mime-data): Fix typo.
752
753         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
754
755 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
756
757         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
758         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
759         `gnus-cite-unsightly-citation-regexp'.
760
761 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
762
763         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
764         even if there's just a header.
765
766 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
767
768         * message.el (message-fix-before-sending): Fix highlighting of
769         illegible and invisible text.
770
771         * gnus-util.el (gnus-multiple-choice): Separate choices with
772         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
773
774 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
775
776         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
777
778 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
779
780         * spam.el (spam-ham-move-routine)
781         (spam-mark-spam-as-expired-and-move-routine): use
782         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
783         around process-mark manipulation on the group
784
785 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
786
787         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
788         submenu.
789
790 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
791
792         * mail-source.el (mail-source-fetch): Reverse the return value of
793         the continuation question.
794
795 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
796
797         * nndraft.el (nndraft-request-move-article): Bind
798         nnmh-allow-delete-final to t.
799
800 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
801
802         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
803
804 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
805
806         * nntp.el (nntp-accept-process-output): Don't use point-max to get
807         the buffer's size.
808
809 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
810
811         * nnheader.el: Added cygwin to system-type comparisons.
812
813 2003-01-27  Juanma Barranquero  <lektu@terra.es>
814
815         * imap.el (imap-mailbox-status): Fix typo.
816
817 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
818
819         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
820         online.
821
822 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
823
824         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
825         commands.
826         * gnus-sum.el: Small change from Frank Weinberg
827         <frank@usenet-rundfahrt.de>:
828         (gnus-auto-center-group): New variable.
829         (gnus-summary-read-group-1): Use it.
830         (gnus-summary-next-group): Fix docstring.
831
832 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
833
834         * gnus-util.el (gnus-faces-at): Simplify.
835
836 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
837
838         * spam.el (spam-ham-move-routine)
839         (spam-mark-spam-as-expired-and-move-routine): made the article
840         move conditional, so it's not called even if there's nothing to move
841
842 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
843
844         * message.el (message-unix-mail-delimiter): Accept any whitespace
845         after the email address and before the date; do not require the
846         space character.  From Kurt B. Kaiser <kbk@shore.net>.
847
848 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
849
850         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
851         gnus-article-boring-faces variable is bound; use gnus-faces-at.
852
853         * gnus-util.el (gnus-faces-at): New macro.
854
855 2003-02-13  Michael Shields  <shields@msrl.com>
856
857         * gnus-cite.el
858         (gnus-cite-attribution-suffix, gnus-cite-parse):
859         Better handling for Microsoft citation styles.
860         (gnus-unsightly-citation-regexp): New.
861
862 2003-02-12  Michael Shields  <shields@msrl.com>
863
864         * gnus-art.el (article-strip-banner): Strip both per-group and
865         per-user-address banners.
866         (article-really-strip-banner): New.
867
868 2003-02-12  Michael Shields  <shields@msrl.com>
869
870         * gnus-sum.el (gnus-article-goto-next-page,
871         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
872         relying on the summary bindings of `n' and `p'.
873
874 2003-02-12  Michael Shields  <shields@msrl.com>
875
876         * gnus-art.el (gnus-article-only-boring-p): New.
877         (gnus-article-skip-boring): New.
878         * gnus-cite.el (gnus-article-boring-faces): New.
879         * gnus-sum.el (gnus-summary-next-page): Use
880         gnus-article-only-boring-p.
881
882 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
883
884         * spam.el (spam-mark-spam-as-expired-and-move-routine)
885         (spam-ham-move-routine): unmark all articles before marking those
886         of interest and calling gnus-summary-move-article
887
888 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
889
890         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
891         logically the complement of gnus-get-buffer-create and
892         gnus-add-buffer.
893
894         * gnus-util.el (gnus-kill-buffer): do.
895
896         * nnmail.el: Autoload gnus-kill-buffer.
897
898 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
899
900         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
901         gnus-summary-goto-subject as gnus-summary-update-mark operates on
902         the current LINE.
903         (gnus-agent-summary-fetch-group): Minimized the number of times
904         that the article is updated in the buffer.
905
906 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
907
908         * spam.el (spam-ham-move-routine): use the process-mark instead of
909         gnus-current-article when moving articles
910         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
911
912 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
913
914         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
915         (gnus-topic-catchup-articles): Ditto.
916         (gnus-topic-mark-topic): Reverse recursive logic.
917
918 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
919
920         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
921         gnus-refer-thread-limit is t.
922
923 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
924
925         * mm-util.el (mm-mule-charset-to-mime-charset): Use
926         sort-coding-systems to prefer utf-8 over utf-16.
927
928 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
929
930         * gnus-agent.el (gnus-agent-expire-days):
931         gnus-request-move-article depends on gnus-agent-expire to clean up
932         the cache after moving the article.  Therefore, g-a-e-d can NOT
933         default to nil or can gnus-agent-expire be disabled by doing so.
934         If you don't want to run gnus-agent-expire, don't call it.
935         (gnus-agent-expire): The broken test to disable gnus-agent-expire
936         when g-a-e-d was NOT nil was removed.
937         (gnus-agent-article-name): Removed unnecessary input test as
938         article IDs are always strings.
939         (gnus-agent-regenerate-group): Added check to protect against
940         servers that generate absurdly long article IDs.  Valid IDs are
941         less than 10 digits to avoid overflow errors.  Fixed logic error
942         when ensuring that the final article ID is present in the new
943         alist.
944
945 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
946
947         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
948         next line after finding the parent.
949
950 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
951
952         * gnus.el (gnus-version-number): Bumped.
953
954 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
955
956         * gnus.el: Oort Gnus v0.15 is released.
957
958 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
959
960         * nnmail.el (nnmail-split-it): If a message ends up matching the
961           same mailbox more than once, it will cause duplicates to appear
962           in the mailbox.
963
964 2003-02-08  Simon Josefsson  <jas@extundo.com>
965
966         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
967         code that only worked under Emacs.
968
969         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
970         Das <satyaki@chicory.stanford.edu>.
971
972 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
973
974         * gnus-art.el (gnus-article-refer-article): Use
975         gnus-replace-in-string.
976
977         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
978         (gnus-remove-duplicates): do.
979
980 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
981
982         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
983         (gnus-request-scan): set
984         gnus-internal-registry-spool-current-method to gnus-command-method
985         before a request-scan operation
986
987         * gnus-registry.el (regtest-nnmail): use
988         gnus-internal-registry-spool-current-method
989
990 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
991
992         * mail-source.el (mail-source-fetch): Typo fix.
993
994 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
995
996         * nnmail.el (nnmail-spool-hook): new hook
997         (nnmail-cache-insert): call nnmail-spool-hook
998
999         * gnus-registry.el: new file with examples of using the hooks
1000
1001         * gnus.el (gnus-registry): added registry customization group
1002         (gnus-group-prefixed-name): improve function to return full group
1003         name optionally
1004         (gnus-group-guess-prefixed-name): shortcut to
1005         gnus-group-prefixed-name, using just the group name
1006         (gnus-group-full-name): always get a group's full name
1007         (gnus-group-guess-full-name): shortcut, using just the group name
1008
1009         * gnus-sum.el (gnus-summary-article-move-hook)
1010         (gnus-summary-article-delete-hook)
1011         (gnus-summary-article-expire-hook): new hooks
1012         (gnus-summary-move-article, gnus-summary-expire-articles)
1013         (gnus-summary-delete-article): invoke the new hooks
1014
1015 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
1016
1017         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
1018         from message-ID
1019
1020 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
1021
1022         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
1023
1024 2003-02-07  John Paul Wallington  <jpw@gnu.org>
1025
1026         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
1027         (mm-write-region, mm-detect-coding-region): Doc fixes.
1028
1029 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1030
1031         * mail-source.el (mail-source-fetch): Ignore errors.
1032         (mail-source-ignore-errors): New variable.
1033
1034         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
1035         articles.
1036
1037         * gnus-msg.el (gnus-version-expose-system): Change default.
1038
1039 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
1040
1041         * gnus-msg.el (gnus-version-expose-system): New variable.
1042
1043 2003-02-07  Simon Josefsson  <jas@extundo.com>
1044
1045         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
1046         patch from deskpot@myrealbox.com (Vasily Korytov).
1047
1048 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1049
1050         * gnus-art.el (article-display-face): Get the Face header from
1051         the current buffer.
1052
1053 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1054
1055         * gnus-art.el (gnus-mime-view-part-internally): Bind
1056         buffer-read-only to nil.
1057
1058 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1059
1060         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
1061         from g-a-e-1 to g-a-e-2.
1062
1063 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
1064
1065         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
1066         of bbdb-search-simple, use spam-use-BBDB-exclusive
1067         (spam-check-whitelist): use spam-use-whitelist-exclusive
1068         (spam-use-whitelist-exclusive): new variable affecting
1069         spam-use-whitelist
1070         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
1071
1072 2003-02-05  Simon Josefsson  <jas@extundo.com>
1073
1074         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
1075         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
1076         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
1077         (gnus-agent-expire-1): New.
1078         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
1079         (gnus-agent-expire-2): New.
1080
1081 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
1082
1083         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
1084         "delete-if" is misleading because it isn't actually destructive.
1085
1086         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
1087
1088         * nnmail.el (nnmail-purge-split-history): do.
1089
1090         * gnus-win.el (gnus-get-buffer-window): do.
1091
1092         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
1093         let-binding.
1094         (gnus-simplify-all-whitespace): do.
1095
1096 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1097
1098         * gnus-delay.el (gnus-delay-article): Fix binding of the
1099         nndraft:delayed group.
1100
1101 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1102
1103         * gnus.el (spam group parameters): change 'other to 'const in
1104         the group parameter definitions to soothe XEmacs
1105
1106 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1107
1108         * gnus-delay.el (gnus-delay-article): Really create
1109         nndraft:delayed group if it doesn't exist.
1110
1111 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
1112
1113         * gnus-sum.el (gnus-summary-search-article): Speed up by
1114         disabling various visual features while searching.
1115         (gnus-summary-recenter): Test gnus-auto-center-summary first.
1116
1117 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
1118
1119         * spam.el (spam-list-of-checks): Don't quote nil and t in
1120         docstrings.  From the elisp manual:
1121
1122            When a documentation string refers to a Lisp symbol, write
1123            it [..] with single-quotes around it.  [..] There are two
1124            exceptions: write t and nil without single-quotes.
1125
1126         * messcompat.el (message-from-style): do.
1127
1128         * message.el (message-send-mail): do.
1129
1130         * gnus-util.el (gnus-use-byte-compile): do.
1131
1132         * gnus-score.el (gnus-score-lower-thread): do.
1133
1134         * gnus-int.el (gnus-server-unopen-status): do.
1135
1136         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
1137         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
1138
1139         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
1140         (gnus-group-parameters): do.
1141
1142         * gnus-art.el (gnus-article-mime-match-handle-function): do.
1143
1144         * mm-decode.el (mm-text-html-renderer): do.
1145
1146 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1147
1148         * nnheader.el (nnheader-directory-separator-character): Change the
1149         way to compute the dafault value.
1150
1151 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
1152
1153         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
1154         (gnus-button-alist): Fix regexp for describe-key.
1155         (gnus-button-handle-describe-function)
1156         (gnus-button-handle-describe-variable)
1157         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
1158         (gnus-button-handle-apropos-variable)
1159         (gnus-button-handle-apropos-documentation): Docstring fix.
1160
1161         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
1162
1163 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1164
1165         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
1166         to nil.
1167
1168         * nnmail.el: Removed gnus-util autoload.
1169
1170         * gnus.el: Use gnus-prin1-to-string throughout.
1171
1172         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
1173         print-level.
1174
1175         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
1176         (gnus-treat-display-grey-xface): Removed.
1177
1178         * gnus-fun.el (gnus-grab-cam-face): New.
1179         (gnus-convert-image-to-gray-x-face): Removed.
1180         (gnus-convert-gray-x-face-to-xpm): removed.
1181         (gnus-convert-gray-x-face-region): Removed.
1182         (gnus-grab-gray-x-face): Removed.
1183
1184         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
1185
1186 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
1187
1188         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
1189         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
1190         bound.
1191
1192         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
1193
1194 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
1195
1196         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
1197         Remove -- these are bogus options which are never used.
1198
1199 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
1200
1201         * gnus-art.el (gnus-article-mode): Use summary tool bar.
1202
1203 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
1204
1205         * spam.el (spam-check-blackholes)
1206         (spam-blackhole-good-server-regex): new variable to skip some IPs
1207         when checking blackholes; use it
1208         (spam-check-bogofilter-headers)
1209         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
1210         case more X-Bogosity is used than just "Yes/No"
1211         (spam-ham-move-routine): semi-fixed, only first article is
1212         properly moved now
1213
1214 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
1215
1216         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
1217         as well.
1218
1219         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
1220
1221         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
1222
1223         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
1224
1225         * gnus-bcklg.el (gnus-backlog-shutdown): do.
1226
1227         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
1228
1229 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1230
1231         * gnus-fun.el (gnus-face-encode): New function.
1232         (gnus-convert-png-to-face): Use it.
1233
1234         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
1235
1236 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
1237
1238         * mm-decode.el (mm-dissection-list): Remove.
1239         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
1240         only used in mm-remove-all-parts.
1241         (mm-remove-all-parts): Remove it, it's never called.
1242
1243 2003-01-25  Simon Josefsson  <jas@extundo.com>
1244
1245         * gnus-group.el (gnus-group-make-group): Report errors.
1246
1247         * nnimap.el (nnimap-request-create-group): Ditto.
1248
1249         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
1250
1251         * sieve.el (sieve-upload): Fix error printing.
1252
1253         * mm-encode.el (mm-qp-or-base64): Always QP iff
1254         mm-use-ultra-safe-encoding and cleartext PGP.
1255
1256         * gnus-sum.el (gnus-summary-select-article): Inhibit
1257         redisplay (mainly for secured messages).
1258
1259         * nnmail.el (nnmail-article-group): Copy body too (but don't
1260         process it).
1261
1262 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
1263
1264         * gnus-art.el (gnus-article-setup-buffer): Reset
1265         gnus-button-marker-list.
1266
1267 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1268
1269         * nntp.el (nntp-read-timeout): Default to using a second delay
1270         under Microsoft Windows.
1271
1272 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1273
1274         * nnheader.el (nnheader-directory-separator-character): New
1275         variable.
1276
1277 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1278
1279         * gnus-agent.el (gnus-agent-max-fetch-size)
1280         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
1281         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
1282         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
1283         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
1284         (gnus-agent-braid-nov, gnus-agent-load-alist)
1285         (gnus-agent-article-alist-save-format)
1286         (gnus-agent-read-agentview, gnus-agent-save-alist)
1287         (gnus-agent-fetch-group-1, gnus-agent-expire)
1288         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
1289         (gnus-agent-regenerate-group): Reformat to keep under eighty
1290         columns.  Reword docstrings so that first line is under eighty
1291         chars and a complete sentence.  Still need to work on the rear
1292         end of the file, in particular gnus-agent-expire.
1293
1294 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1295
1296         * gnus-agent.el (gnus-agentize): Indent.
1297
1298         * gnus.el (gnus-version-number): Bumped.
1299
1300 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1301
1302         * gnus.el: Oort Gnus v0.14 is released.
1303
1304 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1305
1306         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
1307         before beginning.  Tiny patch from Mark Thomas
1308         <swoon@bellatlantic.net>.
1309
1310 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1311
1312         * spam.el (spam-check-blackholes, spam-split)
1313         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
1314         gnus-message calls to show to users what spam.el is doing
1315
1316 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
1317
1318         * gnus-msg.el (gnus-message-replysign)
1319         (gnus-message-replyencrypt): Fix typo.
1320
1321 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1322
1323         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
1324         details.
1325
1326 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1327
1328         * gnus-art.el (gnus-article-press-button): let* -> let.
1329         (gnus-mime-security-show-details): Cleaned up.
1330         (gnus-mime-security-press-button): Save excursion.
1331         (gnus-insert-mime-security-button): Clean up.
1332
1333         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
1334
1335         * gnus-async.el (gnus-async-wait-for-article): Don't use a
1336         timeout.
1337
1338         * nntp.el (nntp-accept-process-output): Removed timeout.
1339         (nntp-read-timeout): New variable.
1340         (nntp-accept-process-output): Use it.
1341
1342         * gnus-sum.el (gnus-data-find-list): Remove *.
1343
1344 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1345
1346         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
1347         introduced on 2002-01-22.
1348         (gnus-summary-first-unseen-or-unread-subject): Ditto.
1349
1350 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
1351
1352         * spam.el (spam-check-regex-headers, spam-list-of-checks)
1353         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
1354         checks of incoming mail based on simple header regexp matching
1355
1356 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
1357
1358         * gnus-sum.el (gnus-spam-mark): set to `$'
1359
1360 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1361
1362         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
1363         gnus-newsgroup-unfetched, the list of articles whose headers have
1364         not been fetched from the server.
1365
1366         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
1367         parameter as it never worked due to a bug.  Added check to prevent
1368         selection of any article in the gnus-newsgroup-unfetched list.
1369         (gnus-summary-find-prev): Added check to prevent selection of any
1370         article in the gnus-newsgroup-unfetched list.
1371         (gnus-summary-first-subject): Documented API. Modified
1372         implementation so that constraints are handled independently.
1373         Added check to prevent selection of any article in the
1374         gnus-newsgroup-unfetched list.
1375         (gnus-summary-first-unseen-subject): Updated parameters in
1376         gnus-summary-first-subject call to match new API.
1377         (gnus-summary-first-unseen-or-unread-subject): Ditto.
1378         (gnus-summary-catchup): Do not mark unfetched articles as read.
1379
1380 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
1381
1382         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
1383         make-obsolete-variable allows only two arguments in XEmacs and
1384         Emacs 20.
1385
1386         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
1387         gnus-article-hide-pgp.
1388         (gnus-summary-make-menu-bar): do.
1389
1390         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
1391         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
1392         gnus-article-hide-pgp.
1393         (article-hide-pgp): Remove.
1394         (gnus-article-hide): Remove gnus-article-hide-pgp.
1395
1396         * gnus.el: Remove gnus-article-hide-pgp
1397
1398 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1399
1400         * message.el (message-required-headers): Doc fix.
1401
1402 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
1403
1404         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
1405         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
1406         option to make ifile a purely binary classifier
1407
1408 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1409
1410         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
1411         (mml-secure-encrypt-pgpmime): Removed double.
1412
1413         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
1414         debugging statements.
1415
1416 2003-01-21  Andreas Fuchs  <asf@void.at>
1417
1418         * mml-sec.el (mml-sign-alist): Added pgpauto.
1419
1420 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1421
1422         * gnus.el (gnus-version-number): Bumped version number.
1423
1424 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1425
1426         * gnus.el: Oort Gnus v0.13 is released.
1427
1428 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429
1430         * gnus-art.el (gnus-button-url-regexp): Removed |.
1431
1432         * message.el (message-send-hook): Doc fix.
1433
1434         * gnus-win.el (gnus-buffer-configuration): Display article
1435         instead of article-copy when `reply'.
1436
1437 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
1438
1439         * gnus.el (gnus-format): Change customize group to gnus.
1440         (gnus-cache): Add link.
1441         (gnus-group-charter-alist): Fix docstring.
1442
1443 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
1444
1445         * mailcap.el (mailcap-print-command): lpr-command might be
1446         unbound in XEmacs.
1447
1448 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1449
1450         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
1451
1452         * gnus-sum.el (gnus-summary-update-article-line): Fixed
1453         calculation of net characters added for use in the gnus-data
1454         structure.
1455
1456 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1457
1458         * nnmail.el (nnmail-process-unix-mail-format): Improve error
1459         message.  Suggested by Jari Aalto.
1460
1461 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1462
1463         * gnus-art.el (gnus-article-followup-with-original): Clean up.
1464         (gnus-article-reply-with-original): Ditto.
1465
1466         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
1467         read articles don't become unread.
1468
1469 2003-01-17  Simon Josefsson  <jas@extundo.com>
1470
1471         * gnus-fun.el (gnus-x-face-from-file):
1472         (gnus-face-from-file): Suggest image format in minibuffer prompt.
1473
1474         * gnus-fun.el (gnus-convert-image-to-x-face-command)
1475         (gnus-convert-image-to-face-command): Doc fix.
1476
1477 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1478
1479         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
1480
1481 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
1482
1483         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
1484         avoid encoding problems.
1485
1486         * mailcap.el (mailcap-ps-command): New variable.
1487         (mailcap-mime-data): Add print entry where applicable.  Use
1488         pdftotext on a tty.
1489
1490 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1491
1492         * gnus-sum.el (gnus-alter-header-function): Add type and group.
1493
1494 2003-01-16  Simon Josefsson  <jas@extundo.com>
1495
1496         * gnus-fun.el (gnus-convert-image-to-x-face-command)
1497         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
1498         (gnus-face-from-file): Doc fix; don't mention image format.
1499
1500 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1501
1502         * spam.el (spam-get-article-as-filename): new function (unused for now)
1503         (spam-get-article-as-buffer): new function
1504         (spam-get-article-as-string): use spam-get-article-as-buffer
1505         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
1506
1507 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1508
1509         * gnus-agent.el: Don't use `path'.
1510         From the GNU coding standards:
1511
1512             Please do not use the term ``pathname'' that is used in Unix
1513             documentation; use ``file name'' (two words) instead.  We use
1514             the term ``path'' only for search paths, which are lists of
1515             directory names.
1516
1517         * nnsoup.el (nnsoup-file-name): Ditto.
1518
1519         * nnmail.el (nnmail-pathname-coding-system): Ditto.
1520         (nnmail-group-pathname): Ditto.
1521
1522         * nnimap.el (nnimap-group-overview-filename): Ditto.
1523
1524         * nnheader.el (nnheader-pathname-coding-system): Ditto.
1525         (nnheader-group-pathname): Ditto.
1526
1527         * nnfolder.el (nnfolder-group-pathname): Ditto.
1528
1529         * gnus.el (gnus-home-directory): Ditto.
1530
1531         * gnus-group.el (gnus-group-icon-list): Ditto.
1532
1533 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
1534
1535         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
1536
1537         * message.el (message-mode-menu): Use it.
1538         (message-mode-menu): Deactivate "Yank Original" if there's no
1539         reply buffer.
1540
1541         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
1542
1543         * message.el (message-mark-active-p): New function.
1544
1545 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
1546
1547         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
1548         (spam-bogofilter-database-directory): new variables
1549         (spam-check-bogofilter-headers, spam-check-bogofilter)
1550         (spam-bogofilter-register-with-bogofilter)
1551         (spam-bogofilter-register-spam-routine)
1552         (spam-bogofilter-register-ham-routine)
1553         (spam-group-ham-processor-bogofilter-p): new functions for the new
1554         Bogofilter interface
1555         (spam-summary-prepare-exit): use the new Bogofilter functions
1556         (spam-list-of-checks): added spam-use-bogofilter-headers
1557         (spam-bogofilter-score): rewrote function
1558         (spam-check-bogofilter): optional score parameter, uses
1559         spam-check-bogofilter-headers better
1560         (spam-check-bogofilter-headers): optional score parameter
1561
1562         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
1563         default, in the gnus-start customization group.  Used to disable
1564         the spam-*/ham-* parameters.
1565         (gnus-group-ham-exit-processor-bogofilter): new ham processor
1566
1567 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
1568
1569         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
1570         XEmacs.
1571
1572         * gnus-ems.el (gnus-mark-active-p): do.
1573
1574 2003-01-15  Kevin Ryde  <user42@zip.com.au>
1575
1576         * gnus.texi (Using MIME): Mention auto-compression-mode with
1577         gnus-mime-copy-part.
1578
1579 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1580
1581         * message.el (message-send): Don't warn about duplicates when
1582         superseding.
1583
1584 2003-01-15  Simon Josefsson  <jas@extundo.com>
1585
1586         * nnimap.el (nnimap-split-download-body): New variable.
1587         (nnimap-split-articles): Use it.
1588
1589 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1590
1591         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
1592         integrity checker was incorrectly flagging, and removing, articles
1593         whose article number was negative.
1594         (gnus-agent-fetch-group-1): When executed in the group's summary
1595         buffer, refresh each downloaded line to update the status flag and
1596         font.  Preserve the value of gnus-newsgroup-headers so that
1597         gnus-agent-fetch-articles can split the requests by size.
1598         (gnus-agent-expire): Corrected day calculation for when
1599         gnus-agent-expire-days contains a list.
1600
1601 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1602
1603         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
1604
1605 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
1606
1607         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
1608           /usr/bin/play as default player.
1609           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
1610
1611 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1612
1613         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
1614         articles to be marked as well.
1615
1616 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1617         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
1618         fictious headers generated by nnagent (ie. Undownloaded Article
1619         ####) in the list of articles that have not been downloaded.
1620
1621         * gnus-int.el (): Added require declarations to resolve
1622         compile-time warnings.
1623         (gnus-open-server): If the server status is set to offline,
1624         recursively execute gnus-open-server to open the offline backend
1625         (e.g. nnagent).
1626
1627 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
1628
1629         * gnus-art.el (gnus-article-reply-with-original): Use
1630         gnus-mark-active-p.
1631         (gnus-article-followup-with-original): do.
1632
1633 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1634
1635         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
1636
1637 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1638
1639         * gnus-score.el (gnus-score-edit-file-at-point): New function.
1640         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
1641
1642 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
1643
1644         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
1645         (gnus-face-from-file): Ditto.
1646
1647 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1648
1649         * gnus-sum.el (gnus-articles-to-read): Don't just apply
1650         gnus-alter-articles-to-read-function to the unread articles.
1651
1652 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1653
1654         * deuglify.el (gnus-article-outlook-unwrap-lines)
1655         (gnus-article-outlook-repair-attribution)
1656         (gnus-article-outlook-rearrange-citation): New function names,
1657         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
1658         doc-string.
1659
1660         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
1661         removed `W k' key binding (use `W Y f' instead).
1662         (gnus-summary-make-menu-bar): Use new function names.
1663
1664 2003-01-13  Simon Josefsson  <jas@extundo.com>
1665
1666         * gnus-fun.el (gnus-random-x-face): Doc fix.
1667         (gnus-insert-random-x-face-header): New function.
1668
1669 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
1670
1671         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
1672         mark is not active.
1673
1674         * gnus-msg.el (gnus-inews-do-gcc): Comment.
1675
1676         * gnus-ems.el (gnus-mark-active-p): New function.
1677
1678         * gnus-group.el (gnus-topic-mode-p): New function.
1679         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
1680         Deactivate items if mark is not active.
1681
1682 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1683
1684         * gnus.el (gnus-version-number): Bumped version.
1685         (gnus-summary-line-format): Doc fix.
1686
1687 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1688
1689         * gnus.el: Oort Gnus v0.12 is released.
1690
1691 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1692
1693         * mail-source.el (mail-sources): Removed autoload to make it
1694         compile under XEmacs.
1695
1696 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
1697
1698         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
1699         regexp or a function too.
1700         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
1701         confirmation even if the original article is mail.
1702
1703 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1704
1705         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
1706         articles to be marked when not yanking.
1707
1708 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
1709
1710         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
1711
1712 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1713
1714         * gnus-fun.el (gnus-face-from-file): Autoload.
1715
1716         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
1717         errors.
1718
1719 2003-01-12  Simon Josefsson  <jas@extundo.com>
1720
1721         * sieve.el (sieve-upload-and-bury): New.  Suggested by
1722         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1723
1724         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
1725         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
1726
1727 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1728
1729         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
1730         in every string.
1731
1732         * gnus.el (gnus-version-number): Bumped version number.
1733
1734 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1735
1736         * gnus.el: Oort Gnus v0.11 is released.
1737
1738 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
1739
1740         * message.el (message-fetch-reply-field): Narrow to headers.
1741
1742         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
1743         if Gnus isn't alive.
1744
1745 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1746
1747         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
1748         marks from articles that are already stored in the agent.
1749         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
1750         backup copy of an invalid .overview file for later analysis.
1751
1752 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
1753
1754         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
1755         exit work with two frames.
1756
1757 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
1758
1759         * message.el (message-forward-make-body): Use mule4.
1760
1761 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1762
1763         * message.el (message-mode-map): Move wide-reply command.
1764
1765 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
1766
1767         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
1768         castellano.
1769         (gnus-outlook-display-hook): New variable.
1770         (gnus-outlook-display-article-buffer): New function.
1771         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
1772         (gnus-outlook-deuglify-article): Made them interactive and added
1773         optional arg.  Use `g-o-d-a-b'.
1774         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
1775
1776         * gnus-sum.el: Added autoloads.
1777         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
1778         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
1779
1780 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1781
1782         * gnus-art.el (gnus-display-mime): Use the mime emulation
1783         variable.
1784
1785         * gnus-sum.el (gnus-article-emulate-mime): New variable.
1786
1787         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
1788         newsrc-alist is initialized properly.
1789
1790         * mail-source.el (mail-sources): Autoload.
1791
1792         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
1793         nil.
1794
1795         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
1796         insert two newlines.
1797
1798         * message.el (message-check-news-header-syntax): Compute the
1799         header length correctly.
1800
1801 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1802
1803         * gnus-agent.el (gnus-agent-expire): Do not remove article from
1804         alist when keeping fetched article file.
1805         (gnus-agent-retrieve-headers): When parsing response for article
1806         numbers, use the same algorithm as gnus-agent-braid-nov to protect
1807         against garbage in the server's response.
1808
1809         * gnus-int.el (gnus-request-expire-articles,
1810         gnus-request-move-article): Only expire when the group's server
1811         has been agentized.
1812
1813 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1814
1815         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
1816         errors when deleting overlays.
1817
1818         * gnus-score.el (gnus-score-followup): Allow tracing.
1819
1820         * gnus-art.el (gnus-treat-display-face): New variable.
1821         (article-display-face): New command.
1822
1823         * gnus-fun.el (gnus-face-from-file): New function.
1824         (gnus-convert-face-to-png): Ditto.
1825
1826         * gnus-art.el (gnus-ignored-headers): Added Face.
1827
1828 2003-01-10  Simon Josefsson  <jas@extundo.com>
1829
1830         * nndraft.el (nndraft-request-group): Avoid crash in
1831         directory-files when draft directory doesn't exists.
1832
1833         * gnus-sum.el (gnus-select-article-hook): Add :option.
1834
1835 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1836
1837         * spam.el (spam-use-stat): new variable
1838         (spam-group-spam-processor-stat-p)
1839         (spam-group-ham-processor-stat-p): new convenience functions
1840         (spam-summary-prepare-exit): add spam/ham processors to sequence
1841         (spam-list-of-checks): add spam-use-stat to list of checks
1842         (spam-split): conditionally load the spam-stat tables
1843         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
1844         spam-check-ifile): new functions
1845
1846         * spam-stat.el (spam-stat): typo fix
1847         (spam-stat-install-hooks): new variable
1848         (spam-stat-split-fancy-spam-group): added documentation clarification
1849         (spam-stat-split-fancy-spam-threshhold): new variable
1850         (spam-stat-install-hooks): make hooks conditional
1851         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
1852
1853         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
1854         spam-stat ham/spam processor symbols
1855
1856 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1857
1858         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
1859         file exists.
1860
1861 2003-01-10  Simon Josefsson  <jas@extundo.com>
1862
1863         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
1864         undownloaded/downloadable only when unplugged.
1865
1866 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
1867
1868         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
1869
1870 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1871
1872         * spam.el (spam-check-ifile): fixed call-process-region to use the
1873         db parameter only if it's set
1874         (spam-ifile-register-with-ifile): ditto
1875
1876 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
1877
1878         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
1879         spam-stat-nbad before creating the hash table.
1880         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
1881         Changed copyright statement to FSF.
1882
1883 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1884
1885         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
1886         processable articles as read.
1887         (gnus-agent-summary-fetch-series): Remove processable and
1888         downloadable marks on all downloaded articles in the series.
1889
1890         * nntp.el (nntp-report): Throw error after reporting the problem.
1891         (nntp-accept-process-output): Corrected error check to report an
1892         error when the process is nil.
1893
1894 2003-01-09  Simon Josefsson  <jas@extundo.com>
1895
1896         * message.el (message-tool-bar-map): Add preview.
1897
1898 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
1899
1900         * mml.el (mml-preview): Get rid of MIME handles and buffers after
1901         previewing.
1902
1903 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
1904
1905         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
1906         bug when the (n+1)th article to be added to a group has a smaller
1907         number than the n articles already added.
1908
1909 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
1910
1911         * message.el (message-mode-field-menu): Use backquote.
1912
1913 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
1914
1915         * spam.el: fixed the BBDB autoloads again, using
1916         bbdb-search-simple now (which is not a macro, thank god)
1917
1918         * lpath.el (bbdb-search): removed function from maybe-fbind list
1919
1920         * gnus.el (ham-process-destination): added new parameter for
1921         destination of ham articles found in spam groups at summary exit
1922
1923         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
1924         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
1925         (spam-ifile-database-path): added new parameter for ifile's database
1926         (spam-move-spam-nonspam-groups-only): new parameter to determine
1927         if spam should be moved from all groups or only some
1928         (spam-summary-prepare-exit): fixed logic to use
1929         spam-move-spam-nonspam-groups-only when deciding to invoke
1930         spam-mark-spam-as-expired-and-move-routine; always invoke that
1931         routine after the spam has been expired-or-moved in case there's
1932         some spam left over; use spam-ham-move-routine in spam groups
1933         (spam-ham-move-routine): new function to move ham articles to the
1934         ham-process-destinations group parameter
1935
1936 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1937
1938         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
1939
1940         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
1941         gnus-summary-update-article-line.
1942
1943 2003-01-08  Simon Josefsson  <jas@extundo.com>
1944
1945         * nnmail.el (nnmail-expiry-target-group): Request group, create it
1946         not successful.
1947
1948 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1949
1950         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
1951
1952 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1953
1954         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
1955         logic, finally
1956
1957 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1958
1959         * gnus-spec.el (gnus-parse-format): %C is a complex format.
1960         (gnus-parse-format): Change to %~.
1961
1962         * message.el (message-generate-headers): Don't generate optional
1963         empty headers.
1964
1965 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1966
1967         * message.el (message-cross-post-default)
1968         (message-cross-post-note-function, message-shoot-gnksa-feet)
1969         (message-strip-subject-trailing-was, message-change-subject)
1970         (message-mark-insert-file, message-cross-post-followup-to)
1971         (message-cross-post-followup-to, message-mode-map)
1972         (message-generate-unsubscribed-mail-followup-to)
1973         (message-make-mail-followup-to): Minor changes to doc-strings and
1974         error messages.  Updated copyright line.
1975
1976         * message.el (message-make-mail-followup-to,
1977         message-generate-unsubscribed-mail-followup-to): New function
1978         names.  Renamed functions: "-mft" -> "-mail-followup-to".
1979         (message-make-mft, message-gen-unsubscribed-mft): Removed function
1980         names.
1981
1982         * mml.el (mml-preview-insert-mail-followup-to): New function name.
1983         (mml-preview-insert-mft): Removed function name.
1984         (mml-preview): Use new function names.
1985
1986         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
1987
1988         * message.el (message-mode-field-menu): Moved header related
1989         commands from "Message" to "Field" menu.
1990
1991 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1992
1993         * message.el (message-generate-headers-first): Added customization
1994         if variable is a list.
1995
1996 2003-01-07  Michael Shields  <shields@msrl.com>
1997
1998         * gnus-art.el (gnus-article-next-page): Correctly handle the case
1999         where the last line of the article is the last line of the window.
2000
2001 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2002
2003         * gnus-msg.el (gnus-debug): Use ignore-errors.
2004
2005         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
2006         `gnus-summary-update-line'.
2007
2008 2003-01-08  Simon Josefsson  <jas@extundo.com>
2009
2010         * gnus-art.el (gnus-unbuttonized-mime-types)
2011         (gnus-buttonized-mime-types): Doc fix.
2012
2013 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
2014
2015         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
2016
2017 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2018
2019         * nnrss.el (nnrss-group-alist): Add and clear up.
2020
2021 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2022
2023         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
2024
2025         * lpath.el (bbdb-search): added BBDB functions for a better way to
2026         fix missing functions
2027
2028         * spam.el (spam-check-ifile): if should be an unless
2029
2030         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
2031         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
2032         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
2033
2034 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2035
2036         * gnus-sum.el (gnus-summary-make-menu-bar): Added
2037         gnus-summary-refer-thread to thread menu.
2038
2039 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2040
2041         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
2042         summary buffer, articles that cannot be fetched are marked as
2043         canceled.
2044
2045         * nntp.el (nntp-with-open-group): The quit signal handler must
2046         propagate the quit signal to the next outer handler so that the
2047         caller knows that the request aborted abnormally.
2048
2049 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2050
2051         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
2052         (spam-ifile-register-spam-routine)
2053         (spam-ifile-register-ham-routine): added ifile functionality that
2054         does not use ifile-gnus.el to classify and register articles
2055         (spam-get-article-as-string): convenience function
2056         (spam-summary-prepare-exit): added ifile spam and ham registration
2057         (spam-ifile-all-categories, spam-ifile-spam-category)
2058         (spam-ifile-path, spam-ifile): added customization options
2059
2060         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
2061         exit processor
2062         (spam-process): added gnus-group-ham-exit-processor-ifile to the
2063         list of choices
2064
2065 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2066
2067         * gnus-score.el (gnus-score-followup): Also score immediate
2068         followups.
2069
2070 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2071
2072         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
2073
2074 2003-01-07  Simon Josefsson  <jas@extundo.com>
2075
2076         * message.el (message-mode-menu): Fix receipt balloon help.
2077
2078 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
2079
2080         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
2081         always be interpreted as news.
2082
2083 2003-01-07  Simon Josefsson  <jas@extundo.com>
2084
2085         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
2086         gnus-sieve-script, instead of the global variable
2087         gnus-sieve-crosspost.  One-line patch from Steinar Bang
2088         <sb@dod.no>.
2089
2090 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2091
2092         * gnus.el: Renamed gnus-summary-*-uncached-face as
2093         gnus-summary-*-undownloaded-face to avoid confusing the agent with
2094         the cache.
2095
2096         * gnus-sum.el: Ditto.
2097
2098 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2099
2100         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
2101         in either the group or summary buffer.
2102         New command "JS", in summary buffer, will fetch articles per the
2103         group's category, predicate, and processable flags.
2104         (gnus-agent-summary-fetch-series): Rewritten to call
2105         gnus-agent-session-fetch-group once with all articles in the
2106         series.
2107         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
2108         return list of fetched articles.
2109         (gnus-agent-fetch-articles): Split fetch list into sublists such
2110         that the article buffer is only slightly larger than
2111         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
2112         the group's article alist is saved.
2113         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
2114         longer result in the agent trying to fetch an article.
2115         (gnus-agent-fetch-group-1): Can now be called in either the group
2116         or summary buffer.  Removed the max-fetch-size code that I added
2117         on 2002-12-13 as that capability is now part of
2118         gnus-agent-fetch-articles.  Added code to update summary buffer.
2119         When called in the group buffer, articles that can not be fetched
2120         are AUTOMATICALLY MARKED AS READ.
2121
2122         * gnus-sum.el (): Modified eval-when-compile to minimize
2123         misleading compilation warnings.
2124         (gnus-update-summary-mark-positions): Changed code to use
2125         gnus-undownloaded-mark rather than gnus-downloaded-mark.
2126
2127         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
2128         empty file as the parser assumes that the file isn't empty.
2129
2130         * nntp.el (nntp-send-string): The process-send-string call can,
2131         because it performs I/O on the process, change the process' state
2132         from open to closed.  If this happens, call nntp-report
2133         immediately to report the broken connection.
2134         (nntp-report): Rewritten to avoid needing a global variable to
2135         determine the appropriate course of action.  Instead, two function
2136         implementations are provided and the nntp-report function value is
2137         bound to the appropriate implementation.
2138         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
2139         (nntp-with-open-group): Now binds nntp-report's function cell
2140         rather than binding gnus-with-open-group-first-pass.  Added a
2141         condition-case to detect a quit during a nntp command.  When the
2142         quit occurs, the current connection is closed as a fetch articles
2143         request could have several megabytes queued up for reading.
2144         (nntp-retrieve-headers): Bind articles to itself.  If
2145         nntp-with-open-group repeats this command, I must have access to
2146         the original list of articles.
2147         (nntp-retrieve-groups): Ditto for groups.
2148         (nntp-retrieve-articles): Ditto for articles.
2149         (*): Replaced nntp-possibly-change-group calls to
2150         nntp-with-open-group forms in all, but one, occurrance.
2151         (nntp-accept-process-output): Bug fix. Detect when called with
2152         null process.
2153
2154 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
2155
2156         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
2157         if we don't need to.
2158         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
2159
2160 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2161
2162         * gnus-group.el (gnus-group-make-web-group): Pass the select
2163         method on to group-create.
2164         (gnus-group-line-format-alist): %U is an integer.
2165
2166         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
2167         ephemeral groups.
2168         (gnus-summary-read-group-1): Ditto.
2169         (gnus-group-make-articles-read): Ditto.
2170
2171         * mm-url.el (mm-url-program): Doc fix.
2172
2173         * message.el (message-mode-map): Rebound
2174         message-insert-wide-reply.
2175
2176 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2177
2178         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
2179         color as `gnus-group-startup-message' does.
2180
2181 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
2182
2183         * spam.el: fixed line lengths to 80 chars or less
2184
2185         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
2186         "not-read" mark
2187         (gnus-summary-mark-forward): added the spam-mark to the list of
2188         marks not to be marked as "read" when viewed
2189
2190 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2191
2192         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
2193
2194         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
2195         Protect against unactive groups.
2196
2197         * message.el (message-check-news-header-syntax): Check long
2198         header lines.
2199         (message-check-news-header-syntax): Update `start'.
2200
2201         * gnus-group.el (gnus-group-expire-articles): Doc fix.
2202         (gnus-group-line-format): %U.
2203         (gnus-group-line-format-alist): ?U.
2204         (gnus-number-of-unseen-articles-in-group): New function.
2205
2206         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
2207
2208         * gnus.el (gnus-version-number): Bump version number.
2209
2210 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2211
2212         * gnus.el: Oort Gnus v0.10 is released.
2213
2214 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2215
2216         * gnus.el (gnus-version-number): Fix version number.
2217
2218 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2219
2220         * gnus.el: Oort Gnus v0.08 is released.
2221
2222 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
2223
2224         * mm-util.el: Add mm-string-make-unibyte.
2225
2226         * gnus-group.el (gnus-group-jump-to-group): Make it work for
2227         UTF-8 groups.
2228
2229 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2230
2231         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
2232
2233         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
2234
2235 2003-01-04  Kevin Ryde  <user42@zip.com.au>
2236
2237         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
2238         function.
2239
2240 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2241
2242         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
2243         (gnus-summary-read-group-1): Update group line.
2244         (gnus-summary-exit-no-update): Update group on exit.
2245
2246         * gnus-group.el (gnus-group-line-format): Add %*.
2247         (gnus-group-line-format-alist): Ditto.
2248         (gnus-group-insert-group-line): Set it.
2249         (gnus-group-is-exiting-p): New variable.
2250         (gnus-group-insert-group-line): Use it.
2251
2252 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
2253
2254         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
2255         enable BBDB ham processing
2256         (spam-blacklist-register-routine): enable blacklist spam processing
2257         (spam-whitelist-register-routine): enable whitelist ham processing
2258         (spam-fetch-field-from-fast): fast fetching of the "from" field
2259         from (gnus-data-list)
2260         (spam-summary-prepare-exit): works completely now
2261         (spam-use-blacklist): oops, should be nil by default
2262         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
2263         split processing now; before it was for summary exit as
2264         well but that's done with the spam-contents and spam-process
2265         parameters now
2266
2267 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
2268
2269         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
2270         characters.
2271
2272 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
2273
2274         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
2275         (spam-group-processor-p, spam-group-processor-bogofilter-p)
2276         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
2277         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
2278         (spam-mark-spam-as-expired-and-move-routine)
2279         (spam-generic-register-routine, spam-BBDB-register-routine)
2280         (spam-ifile-register-routine, spam-blacklist-register-routine)
2281         (spam-whitelist-register-routine): new functions
2282         (spam-summary-prepare-exit): added summary exit processing (expire
2283         or move) of spam-marked articles for spam groups; added slots for
2284         all the spam-*-register-routine functions
2285
2286 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2287
2288         * pop3.el (pop3-retr): Wait 500 msecs.
2289         (pop3-read-response): Ditto.
2290
2291         * gnus-msg.el (gnus-setup-message): Get the evaliation order
2292         right.
2293         (gnus-inews-make-draft): New function.
2294         (gnus-setup-message): Use it.
2295
2296         * message.el (message-required-headers): Add From.
2297
2298 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2299         Trivial patch from Norbert Koch <nk@viteno.net>.
2300
2301         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
2302
2303 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2304
2305         * message.el (message-generate-headers): Let header formatters do
2306         their work.
2307
2308 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
2309
2310         * deuglify.el (gnus-article-outlook-deuglify-article):
2311         Rehighlight, reapply treatments and call
2312         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
2313         (gnus-outlook-repair-attribution-block): Recognize cited
2314         attributions.  Suggested by Niklas Morberg.
2315
2316 2003-01-02  Pete Kazmier  <pete@kazmier.com>
2317
2318         * gnus-art.el (gnus-treat-predicate): Check condition first.
2319
2320 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
2321
2322         * lpath.el: Add url-http-file-exists-p.
2323
2324         * gnus-group.el (gnus-group-fetch-charter): Use
2325         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
2326
2327 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2328
2329         * message.el (message-draft-headers): Also generate From to get a
2330         nicer draft buffer summary.
2331
2332         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
2333         parameter.
2334
2335         * gnus-art.el (article-wash-html): Clean up.
2336         (article-wash-html): Typo fix.
2337
2338         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
2339         (gnus-summary-mail-forward): To many lists of lists.
2340
2341         * gnus-art.el (article-wash-html): Clean up.
2342
2343 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
2344
2345         * gnus-art.el (gnus-treat-wash-html): New variable.
2346
2347 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2348
2349         * message.el (message-check-news-header-syntax): Allow posting.
2350         (message-check-news-header-syntax): Fix logic for sure, this
2351         time.
2352
2353 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
2354
2355         * message.el (message-check-news-header-syntax): Check syntax of
2356         continuation headers.
2357
2358 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
2359
2360         * gnus-art.el (gnus-button-url-regexp,
2361         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
2362         (gnus-header-button-alist): Regexps are case insensitive here.
2363
2364 2003-01-02  Simon Josefsson  <jas@extundo.com>
2365
2366         * dig.el (query-dig): Doc fix.
2367
2368 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2369
2370         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
2371         summary buffer line, not just the download mark.
2372
2373 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2374
2375         * gnus-sum.el (gnus-summary-goto-subjects): New function.
2376         (gnus-summary-insert-dormant-articles): New command and
2377         keystroke.
2378
2379         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
2380         function for mass insertion of subjects.
2381
2382         * nndraft.el (nndraft-generate-headers): Don't move point.
2383
2384         * gnus.el (nnheader): Require nnheader.
2385
2386         * nndraft.el (nndraft-request-associate-buffer): Use
2387         make-local-variable.
2388
2389 2003-01-02  Michael Shields  <shields@msrl.com>
2390
2391         * nndraft.el (nndraft-request-associate-buffer): Make
2392         write-contents-hooks buffer-local before setting it.
2393
2394 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2395
2396         * gnus.el (gnus-group-parameter-value): Take an extra param.
2397         (gnus-group-fast-parameter): Let group param results be nil.
2398
2399         * gnus-art.el (gnus-article-forward-header): New function.
2400         (article-date-ut): Use it to remove continuation date headers.
2401
2402         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
2403         read-event.
2404         (gnus-summary-remove-bookmark): Clean up.
2405         (gnus-summary-set-bookmark): Clean up.
2406
2407         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
2408
2409         * gnus.el (gnus-group-startup-message): Bind data-directory to
2410         the Gnus etc directory.
2411
2412 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
2413
2414         * spam.el (spam-summary-prepare-exit): added slots for spam- and
2415         ham-processing of articles; use the new
2416         spam-group-(spam|ham)-contents-p functions
2417         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
2418         convenience functions
2419         (spam-mark-junk-as-spam-routine): use the new
2420         spam-group-spam-contents-p function
2421
2422         * gnus.el (spam-process, spam-contents, spam-process-destination):
2423         added new parameters with corresponding global variables
2424         (gnus-group-spam-exit-processor-ifile,
2425         gnus-group-spam-exit-processor-bogofilter,
2426         gnus-group-spam-exit-processor-blacklist,
2427         gnus-group-spam-exit-processor-whitelist,
2428         gnus-group-spam-exit-processor-BBDB,
2429         gnus-group-spam-classification-spam,
2430         gnus-group-spam-classification-ham): added new symbols for the
2431         spam-process and spam-contents parameters
2432
2433         * spam.el (spam-ham-marks, spam-spam-marks): changed list
2434         customization and list itself to store mark symbol rather than
2435         mark character.
2436         (spam-bogofilter-register-routine): added logic to generate mark
2437         values list from spam-ham-marks and spam-spam-marks, so (member)
2438         would work.
2439
2440 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2441
2442         * message.el (message-cross-post-followup-to): Fix comment.
2443
2444 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
2445
2446         * spam.el (spam-ham-marks, spam-spam-marks): changed list
2447         customization and list itself to store mark symbol rather than
2448         mark character.
2449         (spam-bogofilter-register-routine): added logic to generate mark
2450         values list from spam-ham-marks and spam-spam-marks, so (member)
2451         would work.
2452
2453 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
2454
2455         * message.el (message-signature-insert-empty-line): New variable.
2456
2457 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2458
2459         * message.el: Renamed functions and variables: "xpost" ->
2460         "cross-post", "-fup2" -> "-followup-to".
2461         (message-cross-post-old-target, message-cross-post-default,
2462         message-cross-post-note, message-followup-to-note,
2463         message-cross-post-note-function): New variables names.
2464         (message-xpost-old-target, message-xpost-default,
2465         message-xpost-note, message-fup2-note,
2466         message-xpost-note-function): Removed variable names.
2467         (message-cross-post-followup-to-header,
2468         message-cross-post-insert-note, message-cross-post-followup-to):
2469         New function names.
2470         (message-xpost-fup2-header, message-xpost-insert-note,
2471         message-xpost-fup2): Removed function names.
2472
2473 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2474
2475         * message.el (message-send-mail): Added message-cleanup-headers to
2476         prevent newlines in headers.
2477
2478 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2479
2480         * dns.el (dns-make-network-process): Comment.
2481
2482         * gnus-sum.el (gnus-summary-display-while-building): Default to
2483         nil.
2484
2485 2003-01-01  Wes Hardaker  <wes@hardakers.net>
2486
2487         * gnus-sum.el (gnus-summary-display-while-building): New
2488         variable.
2489
2490 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
2491
2492         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
2493         before rearranging the article.
2494
2495 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2496
2497         * nndraft.el (nndraft-generate-headers): New function.
2498         (nndraft-request-associate-buffer): Use it to write headers on
2499         buffer save.
2500
2501         * message.el (message-generate-headers): Let the function be a
2502         lambda form.
2503         (message-draft-headers): New variable.
2504
2505         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
2506         function.
2507         (gnus-setup-message): Use it.
2508
2509         * message.el (message-generate-headers-first): Doc fix.
2510         (message-setup-1): Use new function for getting which headers to
2511         generate.
2512         (message-headers-to-generate): New function.
2513
2514 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2515
2516         * gnus-agent.el (gnus-agent-save-alist): Make directory.
2517
2518 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
2519
2520         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
2521         mention negatives.
2522
2523 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
2524
2525         * deuglify.el (gnus-outlook-rearrange-article): Use
2526         `transpose-regions' instead of tempering the kill-ring.
2527         (gnus-article-outlook-deuglify-article): Rehighlight article
2528         instead of a complete redisplay.
2529
2530 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
2531
2532         * spam.el: most defvars are defcustoms now
2533
2534         patches from Michael Shields  <shields@msrl.com>
2535
2536         * spam.el (spam-bogofilter-articles): Select the article
2537         body using gnus-summary-show-article t instead of
2538         gnus-summary-select-article; this presents the raw text
2539         without running any hooks.
2540
2541         * spam.el (spam-bogofilter-articles): Use message-remove-header
2542         to remove headers; the old way incorrectly removed just the first
2543         line of folded headers.
2544
2545 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2546
2547         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
2548
2549 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2550
2551         * gnus-start.el (gnus-load): New function.
2552         (gnus-read-newsrc-el-file): Use it.
2553
2554 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2555
2556         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
2557         (gnus-button-handle-apropos-documentation): New function.
2558         (gnus-button-handle-ctan): New function.
2559         (gnus-button-alist): Use them.  Improve some regexps.
2560         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
2561
2562 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2563
2564         * message.el (message-subscribed-p): New function.
2565         (message-send-mail): Use it.
2566         * mml.el (mml-preview-insert-mft): New function.
2567         (mml-preview): Use it.
2568
2569 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2570
2571         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
2572         when sorting by date.
2573
2574         * gnus-art.el (gnus-article-edit-mode): New variable.
2575         (gnus-article-setup-buffer): Warn user about discarding edits.
2576
2577         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
2578         (gnus-summary-pipe-output): Take a symbolic prefix to save all
2579         headers.
2580
2581         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
2582
2583 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2584
2585         * message.el (message-completion-alist): Added "Mail-Followup-To"
2586         and "Mail-Copies-To".
2587
2588 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2589
2590         * gnus-group.el: Add key bindings for
2591         gnus-group-sort-groups-by-real-name and
2592         gnus-group-sort-selected-groups-by-real-name.
2593
2594 2002-07-21  Jesper harder  <harder@ifa.au.dk>
2595
2596         * gnus.texi (Sorting Groups): Add key bindings for
2597         gnus-group-sort-groups-by-real-name and
2598         gnus-group-sort-selected-groups-by-real-name.
2599
2600 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2601
2602         * spam.el (spam-use-dig): new variable for blackhole checking
2603         through dig.el
2604         (spam-check-blackholes): added dig.el checking functionality and
2605         more verbose reporting; query-dig is autoloaded from dig.el
2606         (spam-use-blackholes): disabled by default
2607         (spam-blackhole-servers): removed rbl.maps.vix.com from the
2608         blackhole servers list
2609
2610 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2611
2612         * message.el (message-required-headers): New variable.
2613
2614 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
2615
2616         * dig.el (query-dig): new function
2617
2618 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2619
2620         * flow-fill.el (fill-flowed): Don't infloop on too long fill
2621         prefixes.
2622
2623         * dns.el (query-dns): Protect against errors.
2624
2625         * gnus-msg.el (gnus-article-yanked-articles): New variable.
2626         (gnus-inews-add-send-actions): Mark all answered messages as
2627         answered.
2628
2629 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
2630
2631         * nnmail.el (nnmail-split-it): Added tracing to
2632         `:' split rule
2633
2634 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2635
2636         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
2637         and "%s" so we don't overquote them.
2638
2639 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
2640
2641         * (mm-display-external): Display the actual command that has been
2642         executed in the echo area.
2643
2644 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2645
2646         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
2647
2648         * message.el (message-with-reply-buffer): New macro.
2649         (message-fetch-reply-field): Use it.
2650         (message-insert-wide-reply): New command and keystroke.
2651         (message-carefully-insert-headers): New function.
2652         (message-insert-to): Use new function.
2653
2654         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
2655         (gnus-topic-goto-missing-group): Use it.
2656
2657         * message.el (message-required-news-headers): Removed Lines.
2658         (message-reply): Don't insert References first.
2659         (message-followup): Ditto.
2660         (message-make-references): New function.
2661         (message-followup): Set message-reply-headers before generating
2662         the buffer stuff.
2663
2664 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
2665
2666         * mml.el (mml-generate-mime-1): Reverse the order of
2667         encoding/flowing.
2668
2669 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2670
2671         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
2672         after moving them.
2673
2674         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
2675         fit with newer standard format.
2676         (gnus-summary-make-false-root-always): New variable.
2677         (gnus-gather-threads-by-subject): Use it.
2678
2679         * message.el (message-get-reply-headers): Take an address list
2680         optional argument.
2681
2682 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2683
2684         * gnus.el (gnus-keep-backlog): Change default to 20.
2685
2686         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
2687         start.
2688         (gnus-agent-check-overview-buffer): Remove negative article
2689         numbers.
2690
2691         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
2692         (nnmail-cache-ignore-groups): Doc fix.
2693
2694         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
2695         (nnimap-debug-buffer): New variable.
2696         (nnimap-debug): Use it.
2697
2698 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
2699
2700         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
2701
2702 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2703
2704         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
2705         they aren't already sorted.
2706
2707 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
2708
2709         * message.el (message-mode-menu): Add ellipses to menu items
2710         expecting user interaction.
2711         (message-mode-field-menu): do.
2712
2713 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
2714
2715         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
2716         it isn't used any more.
2717
2718 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
2719
2720         * binhex.el (binhex-decoder-program): Fix docstring.
2721
2722 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2723
2724         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
2725         special chars if the mailcap file uses single quotes around %s.
2726         From Laurent Martelli <laurent@bearteam.org>.
2727
2728 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
2729
2730         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
2731         return the info object.
2732
2733 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
2734
2735         * gnus-int.el (gnus-request-update-info): Artificially add
2736         (1 . (1- min)) to the read range, in case the backend doesn't
2737         store marks for nonexistent articles.
2738
2739 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2740
2741         * binhex.el (binhex-insert-char): Eval-and-compile.
2742
2743 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
2744
2745         * lpath.el: Add tool-bar-local-item-from-menu.
2746
2747         * message.el (message-tool-bar-local-item-from-menu): New function.
2748         (message-tool-bar-map): Use it.
2749
2750 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
2751
2752         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
2753
2754         * gnus-art.el (gnus-article-header-rank): Last header in
2755         gnus-sorted-header-list should have higher rank than non-members.
2756
2757 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2758
2759         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
2760         covered methods.
2761
2762 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2763
2764         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
2765         eval-when-compile.  Suggested by Kevin Greiner.
2766
2767 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
2768
2769         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
2770         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
2771         even though no headers may have been fetched
2772         (gnus-agent-fetch-group-1, and perhaps others, require this
2773         behavior).
2774         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
2775         server buffer is constrained by gnus-agent-max-fetch-size.
2776         Multiple chunks in the same group may perform arbitrarily large
2777         updates.
2778
2779 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
2780
2781         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
2782         gnus-summary-update-download-mark to update the article in the
2783         summary.
2784
2785 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
2786
2787         * gnus.el (gnus-summary-high-uncached-face,
2788         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
2789         New faces.
2790
2791         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
2792         added this on 2002-11-23 but it just wasn't working out as
2793         intended.  The idea isn't entirely dead, three new faces
2794         gnus-summary-*-uncached-face are being added to gnus.el to provide
2795         the basis for an improved implementation.
2796         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
2797         proper file to open is lib/servers.
2798         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
2799         (i.e. removing the article from gnus-newsgroup-downloadable) will
2800         now restore the article's default mark rather than simply setting
2801         no mark.
2802         (gnus-agent-get-undownloaded-list): Corrected documentation.
2803         Added code to set new summary local variable,
2804         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
2805         a temporary list.  No longer sets gnus-newsgroup-downloadable.
2806         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
2807         up to date.  Call new gnus-summary-update-download-mark to keep
2808         summary buffer up-to-date.
2809         (gnus-agent-fetch-selected-article): Keep
2810         gnus-newsgroup-undownloaded up to date.
2811         (gnus-agent-fetch-articles): Return list of articles that were
2812         successfully fetched.
2813         (gnus-agent-check-overview-buffer): No more thingatpt.
2814         (gnus-agent-expire): No longer deletes NOV entries of unread
2815         articles.
2816         (gnus-agent-unread-articles): New function.
2817         (gnus-agent-regenerate-group): The article number must be
2818         terminated by a tab character.  Added more messages to report
2819         repairs.  Inhibit quits while writing changes so it is now safe
2820         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
2821         downloaded to 1) resolve the unbound references and 2) avoid
2822         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
2823
2824         * gnus-art.el (gnus-article-prepare): The agent
2825         downloaded/undownloaded mark is no longer stored as the article's
2826         mark.
2827
2828         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
2829         gnus-summary-highlight may use it.  Added downloaded as
2830         gnus-summary-highlight was using it.
2831
2832         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
2833         the download mark now follows Kai's +/- convention.
2834         (gnus-downloaded-mark): Added ?+ mark.
2835         (gnus-summary-highlight): Added rules to select
2836         gnus-summary-high-uncached-face,
2837         gnus-summary-normal-uncached-face, and
2838         gnus-summary-low-uncached-face.  Removed the
2839         gnus-agent-downloaded-article-face.
2840         (gnus-summary-line-format-alist): Implemented the download flag
2841         format (?O) as named in the manual.  This implementation displays
2842         either gnus-undownloaded-mark, gnus-downloaded-mark, or
2843         gnus-no-mark.
2844         (gnus-newsgroup-agentized): New local variable that identifies
2845         which groups are agentized.  While the agent is now on by default,
2846         you don't have to agentize every server that you use.
2847         (gnus-update-summary-mark-positions): Completed support for the
2848         download type of mark.
2849         (gnus-summary-insert-line): Added undownloaded to the parameters.
2850         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
2851         reference by the gnus-summary-line-format-spec.
2852
2853         * nntp.el (nntp-with-open-group): This macro handles dropped or
2854         broken connections by opening a new connection and repeating the
2855         failed command.
2856         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
2857         XOVER commands preceeding the active articles with the nov entry
2858         of the first available article.  When gnus connected to such a
2859         server, the unexpected nov entry would result in duplicate lines
2860         in the agent's overview file.  This patch fixes the duplicate
2861         lines problem and improves performance by skipping over all
2862         articles IDs that preceed the first nov entry in the server's
2863         reply.
2864
2865 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2866
2867         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
2868         (gnus-summary-highlight): Use it instead of `downloaded'.
2869         (gnus-summary-highlight-line): Ditto.
2870
2871         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
2872
2873 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2874
2875         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
2876
2877         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
2878         calls.
2879
2880         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
2881         downloaded variable if we're in an uncovered group.
2882
2883         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
2884         font to soemthing less noticeable.
2885         (gnus-agent-group-covered-p): New function.
2886
2887 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2888
2889         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
2890         Because of an unknown bug, the group buffer is saved in .overview
2891         file.
2892
2893 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2894
2895         * nntp.el (nntp-send-command): Braino in last commit.  Replace
2896         `and' with `or'.
2897
2898 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2899
2900         * nntp.el (nntp-send-command): Assume that echo does not happen
2901         when nntp-open-connection-function is nntp-open-network-stream.
2902         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
2903
2904 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2905
2906         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
2907
2908 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
2909
2910         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
2911         nntp-server-buffer if we aren't going to write to it.
2912
2913 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2914         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
2915
2916         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
2917
2918 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2919
2920         * rfc2047.el (rfc2047-decode-region): Remove newlines between
2921         decoded words.
2922
2923 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2924
2925         * gnus.el (fboundp): After loading mm-util, make sure it was the
2926         right one.
2927
2928 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2929
2930         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
2931         gnus-sum.  Made into a user option.
2932
2933         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2934         (gnus-summary-mark-article-as-unread)
2935
2936 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
2937
2938         * time-date.el (date-to-time): Typo.
2939
2940         * parse-time.el: Typo.
2941
2942         * nnsoup.el (nnsoup-retrieve-headers): Typo.
2943
2944         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
2945
2946         * nnimap.el:
2947         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
2948
2949         * mm-encode.el (mm-safer-encoding): Typo.
2950
2951         * messcompat.el: Typo.
2952
2953         * message.el (message-face-alist): Typo.
2954
2955         * imap.el (imap-interactive-login, imap-open): Typos.
2956
2957         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
2958
2959         * gnus.el: Typo.
2960
2961         * gnus-win.el (gnus-configure-frame): Typo.
2962
2963         * gnus-util.el (gnus-atomic-progn-assign): Typo.
2964
2965         * gnus-topic.el (gnus-topic-sort-topics): Typo.
2966
2967         * gnus-sum.el (gnus-summary-article-number)
2968         (gnus-summary-read-group-1, gnus-summary-mark-article)
2969         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
2970
2971         * gnus-mule.el (gnus-mule-add-group): Typo.
2972
2973         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
2974
2975         * gnus-group.el (gnus-group-fetch-faq): Typo.
2976
2977         * gnus-art.el (gnus-decode-header-methods): Typo.
2978
2979         * flow-fill.el: Typo.
2980
2981 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2982
2983         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
2984
2985 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2986
2987         * gnus-sum.el (gnus-simplify-ignored-prefixes)
2988         (gnus-summary-mark-article-as-unread)
2989         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
2990         Reformatting to avoid long lines.
2991         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
2992
2993 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
2994
2995         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
2996         be accessed through `mail-header-number'.
2997
2998 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2999
3000         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
3001         compressed range to gnus-summary-insert-articles.
3002
3003 2002-11-26  Kevin Ryde <user42@zip.com.au>
3004
3005         * gnus-art.el (gnus-mime-copy-part): Look for filename
3006         parameter under content-disposition, not content-type.
3007
3008         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
3009         (gnus-summary-reselect-current-group): Use it.
3010
3011 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3012
3013         * gnus-agent.el (gnus-agent-uncached-articles): if
3014         gnus-agent-load-alist fails, return ARTICLES.
3015
3016         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
3017
3018 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3019
3020         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
3021         superfluous function call.
3022         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
3023         Add warning to docstring.
3024
3025 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3026
3027         * gnus-agent.el: Autoload number-at-point instead.
3028         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
3029
3030 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3031
3032         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
3033         require thingatpt (for number-at-point) and protect against
3034         deactivate-mark being unbound (on XEmacs).
3035
3036 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3037
3038         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
3039         print message on entry.
3040
3041         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
3042
3043         * gnus-range.el (gnus-range-difference): New function.
3044         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
3045
3046 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3047
3048         * gnus-sum.el (gnus-summary-insert-old-articles): Use
3049         gnus-remove-from-range instead of gnus-range-difference which
3050         doesn't exist.
3051
3052 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3053         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
3054
3055         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
3056         used for showing which articles have been downloaded.
3057         (gnus-agent-article-alist): Format change.  Add documentation.
3058         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
3059         process-marked articles.
3060         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
3061         in the series are individually fetched to minimize lose of
3062         content due to an error/quit.
3063         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
3064         gnus-message instead of message.
3065         (gnus-agent-read-servers): Use file lib/methods instead of
3066         lib/servers.  TODO: Why?
3067         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
3068         (gnus-agent-get-undownloaded-list): Remove articles that appear to
3069         come from the agent.  This means that they are not downloaded.
3070         (gnus-agent-fetch-selected-article): Don't use history.
3071         (gnus-agent-save-history, gnus-agent-enter-history)
3072         (gnus-agent-article-in-history-p, gnus-agent-history-path):
3073         Removed function; history is not used anymore.
3074         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
3075         (gnus-agent-crosspost): Started rewrite then realized that a typo
3076         in gnus-agent-fetch-articles ensures that this function is never
3077         called.  This will need to be fixed later.
3078         (gnus-agent-check-overview-buffer): Some sanity checks on the
3079         agent overview buffer.  This is a safety net used during
3080         development.
3081         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
3082         changed, write a number to the file indicating this.
3083         (gnus-agent-fetch-headers): Rewrite to respect
3084         gnus-agent-consider-all-articles without relying on the
3085         `.fetched' files.  Make it fast.
3086         (gnus-agent-braid-nov): Change resulting from
3087         gnus-agent-fetch-headers change.
3088         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
3089         `.fetched' files.
3090         (gnus-agent-read-agentview): New function, used by
3091         gnus-agent-load-alist.
3092         (gnus-agent-load-fetched-headers): Remove.
3093         (gnus-agent-save-alist): Rewrite to accomodate new format.
3094         (gnus-agent-fetch-group-1): Make sure list of articles is in the
3095         same order as in gnus-newsgroup-headers.
3096         (gnus-agent-expire): Document and implement extra args ARTICLES,
3097         GROUP, FORCE.  Do not restrict usage.
3098         (gnus-agent-uncached-articles): New function.
3099         (gnus-agent-retrieve-headers): Use it.
3100         (gnus-agent-regenerate-group): No longer needs to be called from
3101         gnus-agent-regenerate.  Individual groups may be regenerated. The
3102         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
3103         The article fetch dates are validated in the article alist.  The
3104         article alist is pruned of entries that do not reference existing
3105         NOV entries.  All changes are computed then applied with
3106         inhibit-quit bound to t.  As a result, it is now safe to quit out of
3107         regeneration.  The optional clean parameter has been replaced with
3108         an optional reread parameter.  Clean is no longer necessary as
3109         regeneration gets the appropriate setting from
3110         gnus-agent-consider-all-articles.  The new reread parameter will
3111         result in fetched, or all, articles being marked as unread.
3112         (gnus-agent-regenerate): Removed code to regenerate the history
3113         file as it is no longer used.
3114
3115         * gnus-start.el (gnus-make-ascending-articles-unread): New
3116         function, for efficient mass-marking.
3117
3118         * gnus-sum.el (gnus-summary-highlight): Use new face for
3119         downloaded articles.
3120         (gnus-article-mark): Prefer to indicate read/unread status over
3121         downloaded status.
3122         (gnus-summary-highlight-line-0): New function, maybe rehighlights
3123         line.
3124         (gnus-summary-highlight-line): Use new face for downloaded
3125         articles.
3126         (gnus-summary-insert-old-articles): Improved performance by
3127         replacing the initial LIST of older articles with a compressed
3128         RANGE of older articles.  Some servers appear to lie about
3129         their active range so the original list could contain millions
3130         of article numbers.  The range is not expanded into a list
3131         until the optional ALL parameter has been applied.
3132
3133 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3134
3135         * gnus-agent.el (gnus-category-mode): Typo in doc string.
3136
3137 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
3138
3139         * spam.el:
3140         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
3141
3142         * spam.el: added `M s t' and `M s x' key mappings
3143
3144 2002-11-20  Simon Josefsson  <jas@extundo.com>
3145
3146         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
3147
3148 2002-11-19  Simon Josefsson  <jas@extundo.com>
3149
3150         * gnus-sum.el (gnus-summary-morse-message): Load
3151         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
3152         (unmorse-region): Autoload it instead.
3153
3154 2002-11-18  Simon Josefsson  <jas@extundo.com>
3155
3156         * gnus-sum.el (gnus-summary-morse-message): New function.
3157         (gnus-summary-wash-map): Bind to `W m'.
3158         (gnus-summary-make-menu-bar): Add.
3159
3160         * nnimap.el (nnimap-request-expire-articles): Compress sequence
3161         before storing \Deleted mark on expired articles.
3162
3163 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
3164         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
3165
3166         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
3167         parens in column 0.
3168
3169 2002-11-17  Juanma Barranquero  <lektu@terra.es>
3170
3171         * nnweb.el (nnweb-google-create-mapping): Fix typo.
3172
3173         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
3174
3175         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
3176
3177 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3178
3179         * message.el (message-set-auto-save-file-name): Use
3180         make-directory, to avoid the dependence on gnus-util.
3181
3182 2002-11-16  Simon Josefsson  <jas@extundo.com>
3183
3184         * nnimap.el (nnimap-callback-callback-function):
3185         (nnimap-callback-buffer): Removed, these cannot be global but must
3186         be embedded into the callback.
3187         (nnimap-make-callback): New.  Embedd article number, callback and
3188         buffer in function.
3189         (nnimap-callback, nnimap-request-article-part): Update.
3190
3191 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3192
3193         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
3194
3195 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3196
3197         * gnus.el (gnus-summary-line-format): Document %C.
3198
3199 2002-11-11  Simon Josefsson  <jas@extundo.com>
3200
3201         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
3202         output when called interactively.
3203
3204 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3205
3206         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
3207
3208         * message.el (message-draft-coding-system): Improve comment; use
3209         mm-auto-save-coding-system for the default value.
3210
3211         * nndraft.el (nndraft-request-article): Revert to the state before
3212         2002-10-29; regexp-quote mail-header-separator.
3213
3214 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
3215
3216         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
3217         allow editing of drafts from an nnvirtual group.
3218
3219 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3220
3221         * nndraft.el (nndraft-request-article): Replace emacs-mule with
3222         mm-auto-save-coding-system.
3223
3224         * message.el (message-draft-coding-system): Default to
3225         iso-2022-7bit.
3226
3227         * mm-util.el (mm-auto-save-coding-system): Undo last change to
3228         restore the default value to emacs-mule or escape-quoted.
3229
3230 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3231
3232         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
3233         a delayed or a queued article as well as a draft.
3234
3235         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
3236         delayed or a queued article in the raw format; treat a delayed
3237         article as a raw article as well as a draft.
3238         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
3239         for the delayed group.
3240
3241         * nndraft.el (nndraft-request-article): Ignore auto save files for
3242         a delayed or a queued article; don't bother to decode a queued
3243         article; don't bind nnmail-file-coding-system for a queued article.
3244
3245         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
3246         and the queue group.
3247
3248 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
3249
3250         * gnus-group.el (gnus-group-delete-group):
3251         gnus-cache-active-hashtb might be void.
3252
3253 2002-11-02  Simon Josefsson  <jas@extundo.com>
3254
3255         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
3256         setting of the default user ID.  From Raymond Scholz
3257         <ray-2002@zonix.de>.
3258
3259 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
3260
3261         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
3262         charset.
3263
3264 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
3265         From Alex Schroeder <alex@emacswiki.org>
3266         * spam-stat.el (spam-stat-process-directory): add dir to message
3267         (spam-stat-reduce-size): No longer remove words
3268         with values close to 0.5, because the default value is 0.2.
3269
3270 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3271
3272         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
3273         documentation.
3274
3275 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3276
3277         * gnus-agent.el (gnus-agent-fetched-headers)
3278         (gnus-agent-load-fetched-headers)
3279         (gnus-agent-save-fetched-headers): Remove variable and two
3280         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
3281         works better.
3282         (gnus-agent-fetch-headers): New implementation from Kevin
3283         Greiner.  Uses gnus-agent-article-alist to store information
3284         about fetched messages which aren't on the server anymore.  The
3285         trick is to return a list of considered messages to the caller,
3286         but to only fetch those which haven't been fetched yet.
3287
3288 2002-10-30  Simon Josefsson  <jas@extundo.com>
3289
3290         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
3291
3292         * pgg.el (pgg-passphrase-cache-expiry): Removed.
3293
3294 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3295
3296         * mm-view.el (mm-w3m-local-map-property): Make it work with older
3297         versions of emacs-w3m than 1.3.3.
3298
3299         * lpath.el: Bind w3m-minor-mode-map.
3300
3301         * mm-view.el (mm-w3m-mode-command-alist)
3302         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
3303         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
3304         (mm-setup-w3m): Simplified.
3305         (mm-w3m-local-map-property): New function.
3306         (mm-inline-text-html-render-with-w3m): Use it.
3307
3308         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
3309         mm-w3m-local-map-property.
3310
3311 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3312
3313         * mm-util.el (mm-auto-save-coding-system): Default to
3314         iso-2022-7bit.
3315
3316         * nndraft.el (nndraft-request-article): Decode an article using
3317         the coding-system emacs-mule if it seems to have been saved using
3318         emacs-mule.
3319         (nndraft-request-replace-article): Use message-draft-coding-system
3320         instead of mm-auto-save-coding-system for the draft or delayed
3321         group.
3322
3323 2002-10-28  Josh  <huber@alum.wpi.edu>
3324
3325         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
3326         functions.
3327
3328 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3329         From mah@everybody.org (Mark A. Hershberger).
3330
3331         * mm-url.el (mm-url-insert-file-contents): Make it return the same
3332         type values ("url" size) regardless of the values of
3333         mm-url-use-external.
3334
3335 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3336
3337         * nnimap.el (nnimap-request-article-part): Try harder to show
3338         group name in debugging message.
3339
3340 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3341
3342         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
3343         directory if it doesn't exist.
3344         (gnus-agent-fetch-headers): Remove old cruft that tried to
3345         abstain from downloading articles more than once if
3346         gnus-agent-consider-all-articles was true.  This is now done
3347         properly via the .fetched files.
3348
3349 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3350
3351         * nndraft.el (nndraft-request-article): Treat delayed articles
3352         like drafts.
3353
3354 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3355
3356         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
3357
3358 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3359
3360         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
3361         Remove unused optional arg DIR and corresponding code.
3362
3363         * nnimap.el (nnimap-request-article-part): Include group name in
3364         debugging output.
3365
3366 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
3367
3368         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
3369
3370 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3371
3372         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
3373         contains range of headers that have been fetched by the agent
3374         already.  Compare gnus-agent-article-alist.
3375         (gnus-agent-file-header-cache): Like
3376         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
3377         (gnus-agent-fetch-headers): Improve comment.  Revert to old
3378         seen/recent logic.
3379         Remember which headers have been fetched before and don't fetch
3380         them again the next time round.
3381         (gnus-agent-load-fetched-headers)
3382         (gnus-agent-save-fetched-headers): New functions, for remembering
3383         which headers have been fetched before.
3384
3385 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3386
3387         * lpath.el: Remove useless bindings.
3388
3389 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
3390
3391         * gnus-sum.el (gnus-summary-execute-command): Disable visual
3392         features while searching.
3393
3394 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3395
3396         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
3397
3398 2002-10-22  Simon Josefsson  <jas@extundo.com>
3399
3400         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
3401         (pgg-snarf-keys): Add.
3402
3403 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3404
3405         * lpath.el: Fbind bbdb-records.
3406
3407         * spam.el: Don't autoload bbdb-records.
3408
3409 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3410
3411         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
3412         prevent inf-loop.
3413
3414 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3415
3416         * nnslashdot.el: Removed some test lines.
3417         More test.
3418
3419 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3420
3421         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
3422         are known to be downloaded already.
3423
3424 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3425
3426         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
3427         (mm-text-html-washer-alist): Ditto.
3428
3429 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3430
3431         * nnheader.el (nnheader-remove-body): Fix an error of detecting
3432         boundary between headers and body.
3433         * nnml.el (nnml-parse-head): Ditto.
3434
3435 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3436
3437         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
3438         entries.
3439
3440         * gnus-group.el (gnus-fetch-group): Allow an optional
3441         specification of the articles to select.
3442
3443         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
3444
3445 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3446
3447         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
3448         headers from the group, update variable `articles' to contain
3449         only those numbers where headers exist.  (When fetching all
3450         articles in a group, Gnus creates lots of numbers where there is
3451         no articles.)
3452
3453 2002-10-20  Steve Youngs  <youngs@xemacs.org>
3454
3455         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
3456         doesn't have the 'alist custom type, use cons cells instead.
3457         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
3458         (pgg-parse-hash-algorithm-alist): Ditto.
3459         (pgg-parse-compression-algorithm-alist): Ditto.
3460         (pgg-parse-signature-type-alist): Ditto.
3461
3462         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
3463
3464         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
3465
3466         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
3467
3468 2002-10-19  Simon Josefsson  <jas@extundo.com>
3469
3470         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
3471         buffer.
3472
3473 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3474
3475         * gnus-spec.el (gnus-make-format-preserve-properties)
3476         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
3477         properties also on XEmacs.  `gnus-xmas-format' is like format but
3478         preserves text properties on XEmacs (though it only understands
3479         simple format specs).  The variable
3480         `gnus-make-format-preserve-properties' controls whether the
3481         function is used, and is checked in `gnus-parse-simple-format'.
3482         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
3483
3484         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
3485         output.
3486         (gnus-agent-consider-all-articles): New variable.
3487         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
3488         (gnus-agent-fetch-headers): Depending on
3489         gnus-agent-consider-all-articles, maybe get all articles.
3490         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
3491         `read'.
3492         (gnus-predicate-imples-unread): New function.
3493         (gnus-agent-fetch-headers): Optimize to call
3494         gnus-list-of-unread-articles if that is sufficient.
3495         Check unseen and recent instead of seen and recent.
3496         (gnus-agent-fetch-headers): Abstain from calling
3497         gnus-list-range-intersection if range (a . b) would have (> a b).
3498
3499 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3500
3501         * message.el (message-send-mail): Make it possible to perform
3502         edebug-defun.
3503
3504 2002-10-18  Simon Josefsson  <jas@extundo.com>
3505
3506         * gnus-art.el (gnus-button-man-handler): Change default to
3507         `manual-entry' (defined in both emacsen).
3508         (gnus-button-man-handler): Remove emacsen difference and use
3509         `manual-entry'.
3510
3511 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3512
3513         * spam.el: Wrap autoload settings for bbdb-records,
3514         executable-find and ifile-spam-filter with eval-and-compile.
3515         (spam-display-buffer-contents): Remove.
3516         (spam-bogofilter-score): Merge spam-display-buffer-contents.
3517
3518 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
3519
3520         * spam.el (spam-display-buffer-contents): New function.
3521         (spam-bogofilter-score): use spam-display-buffer-contents, patch
3522         from Katsumi Yamaoka <yamaoka@jpl.org>.
3523
3524 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3525
3526         * nnheader.el (nnheader-parse-naked-head): New function.
3527         (nnheader-parse-head): Use the above function, in order to handle
3528         continuation lines properly.
3529         (nnheader-remove-body): New function.
3530         (nnheader-remove-cr-followed-by-lf): New function.
3531         (nnheader-ms-strip-cr): Use the above function.
3532
3533         * gnus-agent.el (gnus-agent-regenerate-group): Call
3534         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
3535         `nnheader-parse-head'.
3536         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
3537
3538         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
3539         continuation lines by itself; call `nnheader-parse-naked-head'
3540         instead of `nnheader-parse-head'.
3541         * nndiary.el (nndiary-parse-head): Ditto.
3542         * nnfolder.el (nnfolder-parse-head): Ditto.
3543         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
3544         * nnmaildir.el (nnmaildir--update-nov): Ditto.
3545         * nnml.el (nnml-parse-head): Ditto.
3546
3547 2002-10-17  Steve Youngs  <youngs@xemacs.org>
3548
3549         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
3550         XEmacs, default to it if featurep 'xemacs.
3551
3552 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3553
3554         * spam-stat.el: Check for the existence of hash functions instead
3555         of the Emacs version to decide whether to load cl.  Suggested by
3556         Kai Gro\e,A_\e(Bjohann.
3557
3558 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3559
3560         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
3561         if it isn't open yet.
3562
3563 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3564
3565         * gnus-group.el: Require mm-url only when compiling.
3566         (gnus-group-fetch-charter): Require mm-url.
3567
3568         * spam-stat.el: Require cl for the functions gethash,
3569         hash-table-count, make-hash-table and mapc for Emacs 20.
3570         (puthash): Alias to cl-puthash for Emacs 20.
3571         (with-syntax-table): New macro for Emacs 20.
3572
3573 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
3574
3575         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
3576
3577 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3578
3579         * spam.el (spam-check-ifile): added ifile as a spam checking
3580         backend, and spam-use-ifle as the variable to toggle that check.
3581
3582 2002-10-12  Simon Josefsson  <jas@extundo.com>
3583
3584         * message.el (message-beginning-of-line): New variable.
3585         (message-beginning-of-line): Use it.
3586
3587 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
3588
3589         * spam.el: more compilation fixes for BBDB
3590
3591         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
3592         (spam-stat-reduce-size): Interactive.
3593         (spam-stat-reset): New function.
3594         (spam-stat-save): Interactive.
3595
3596 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3597
3598         * gnus.el: Autoload gnus-delay-initialize.
3599
3600         * message.el: Autoload gnus-delay-article.
3601
3602 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
3603
3604         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
3605         text property in Emacs.
3606
3607 2002-10-11  Simon Josefsson  <jas@extundo.com>
3608
3609         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
3610         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
3611
3612         * mml1991.el (mml1991-pgg-sign): Remove CR.
3613
3614 2002-10-10  Simon Josefsson  <jas@extundo.com>
3615
3616         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
3617         decrypt failed.
3618         (mml2015-trust-boundaries-alist): Removed.
3619         (mml2015-gpg-extract-signature-details): Don't use it.
3620         (mml2015-unabbrev-trust-alist): New.
3621         (mml2015-gpg-extract-signature-details): Use it.
3622
3623 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
3624
3625         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
3626         BBDB installed
3627
3628         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
3629         statistical analysis of spam in Lisp only
3630
3631 2002-10-10  Simon Josefsson  <jas@extundo.com>
3632
3633         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
3634         auth, selected or examine state.
3635
3636         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
3637         buffer and error buffer depending on type of information.
3638
3639         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
3640         --status-fd stuff even if gpg.el is not used (revert earlier
3641         change).
3642         (mml2015-pgg-{clear-,}verify): Store both output and errors as
3643         gnus details.
3644         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
3645         buffer.
3646
3647         * pgg.el (pgg-verify-region): Use it.
3648
3649         * pgg-def.el (pgg-query-keyserver): New variable.
3650
3651         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
3652         key-identifier in packet.  Is this a good idea?
3653
3654         * mml.el (mml-mode-map): Add security commands that operates on
3655         MIME parts.
3656         (mml-menu): And menu items for them.
3657
3658         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
3659
3660         * mml.el (mml-parse-1): Support sender in #secure tags.
3661
3662         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
3663         defined.
3664
3665         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
3666         (mml-pgp-encrypt-buffer): Support combined signing.
3667
3668         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
3669         (mml1991-gpg-encrypt): Ditto.
3670         (mml1991-pgg-encrypt): Ditto.
3671         (mml1991-encrypt): Pass sign parameter.
3672
3673         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
3674         (mml-signencrypt-style): Mention the variable.
3675
3676 2002-10-09  Simon Josefsson  <jas@extundo.com>
3677
3678         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
3679         pgg-gpg-user-id.
3680
3681         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
3682         (pgg-fetch-key-function): Nil if w3 is not installed.
3683
3684 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3685
3686         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
3687         gnus-agent-current-history.
3688
3689 2002-10-06  Simon Josefsson  <jas@extundo.com>
3690
3691         * imap.el (imap-parse-status): Don't use read to read token.
3692
3693 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3694
3695         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
3696         for methods not covered by the agent, and when unplugged.
3697
3698 2002-10-05  Simon Josefsson  <jas@extundo.com>
3699
3700         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
3701         signing.
3702
3703         * gnus-agent.el (gnus-agent-read-servers): If getting method from
3704         a named server fails, ignore the server.
3705
3706         * mml1991.el (mml1991-pgg-sign): Do QP.
3707
3708         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
3709         work.
3710
3711 2002-10-04  Simon Josefsson  <jas@extundo.com>
3712
3713         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
3714
3715         * pgg-pgp.el (pgg-pgp-verify-region): Inline
3716         binary-write-decoded-region from MEL.
3717
3718         * pgg.el (pgg-encrypt-region): Support sign.
3719
3720         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
3721
3722         * mml2015.el (mml2015-pgg-encrypt): Ditto.
3723
3724         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
3725         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
3726         branch where PGG was taken from in the ChangeLog entries below.
3727
3728 2002-10-01  Simon Josefsson  <jas@extundo.com>
3729
3730         * pgg-pgp.el: Don't require mel.  Don't use luna.
3731         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
3732         (pgg-pgp-process-region): Use expand-file-name instead of concat.
3733         (pgg-pgp-process-region): Don't use binary-funcall.
3734
3735         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
3736
3737         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
3738         instead of concat.
3739
3740         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
3741
3742 2002-09-29  Simon Josefsson  <jas@extundo.com>
3743
3744         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
3745         compile warnings.
3746
3747         * pgg.el (pgg-decrypt-region): Don't parse packet.
3748
3749         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
3750
3751 2002-09-29  Daiki Ueno <ueno@unixuser.org>
3752
3753         * pgg.el: Remove dependency on calist.el.
3754
3755 2002-09-28  Simon Josefsson  <jas@extundo.com>
3756
3757         * pgg.el (pgg-temporary-file-directory): New variable.
3758         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
3759
3760         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
3761         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
3762
3763         * pgg-parse.el (pgg-char-int): Defalias.
3764         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
3765         (pgg-read-bytes, pgg-read-body): Use it.
3766         (pgg-decode-packets): Don't use MEL, use base64-*.
3767         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
3768         (pgg-string-as-unibyte): Defalias.
3769         (pgg-parse-armor-region): Use it.
3770
3771         * pgg-gpg.el (pgg-gpg-process-region): Use
3772         pgg-temporary-file-directory.
3773
3774         * luna.el: Don't def-edebug.
3775
3776         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
3777         binary-write-decoded-region from MEL.
3778
3779         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
3780
3781         * alist.el, calist.el: Don't require product/APEL.
3782
3783         * pgg-parse.el (top-level): Remove dependency on static.el,
3784         pccl.el, mel.el.
3785         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
3786         `define-ccl-program' is boundp, instead of using broken.
3787
3788 2002-10-01  Simon Josefsson  <jas@extundo.com>
3789
3790         * message.el (message-required-mail-headers): Remove Lines:.
3791
3792 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3793         From Jesper Harder.
3794
3795         * gnus-group.el (gnus-group-fetch-charter,
3796         gnus-group-fetch-control): Prompt for group if given a prefix
3797         argument.
3798         * gnus-sum.el (t): Add gnus-group-fetch-charter and
3799         gnus-group-fetch-control to summary key map and menu.
3800
3801 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
3802
3803         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
3804         number when there are no articles.
3805
3806 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3807
3808         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
3809         arg ALL means to fetch all articles, not only downloadable ones.
3810         (gnus-agent-fetch-selected-article): New function for
3811         gnus-select-article-hook or gnus-mark-article-hook.
3812
3813 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3814         From Peter von der Ahe <nospam2159@daimi.au.dk>.
3815
3816         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
3817         raw-text.
3818
3819 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
3820
3821         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
3822         Pinard).
3823         Major revamp of the code, documentation is in comments in the file
3824         for now.
3825
3826 2002-09-30  Simon Josefsson  <jas@extundo.com>
3827
3828         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
3829         buffer seem to be needed?
3830
3831 2002-09-29  Simon Josefsson  <jas@extundo.com>
3832
3833         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
3834         compile warnings.
3835
3836         * mml1991.el (mml1991-function-alist): Add pgg.
3837         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
3838         (mml1991-pgg-encrypt): Fix recipients querying.
3839
3840 2002-09-28  Simon Josefsson  <jas@extundo.com>
3841
3842         * mml2015.el (autoload): Autoload correct files.  Trivial patch
3843         from dme@dme.org.
3844         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
3845         handle is returned.
3846
3847 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3848
3849         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3850         Protect against non-existent of `nnimap-mailbox-info'.
3851
3852 2002-09-27  Simon Josefsson  <jas@extundo.com>
3853
3854         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
3855         (gnus-setup-news-hook): Use it.
3856         (gnus-after-getting-new-news-hook): Ditto.
3857
3858         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
3859
3860 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3861         From Mats Lidell <matsl@contactor.se>.
3862
3863         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
3864
3865 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3866
3867         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
3868         the part to decode encoded words, use raw words instead of decoded
3869         words.
3870
3871 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3872
3873         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
3874
3875         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
3876         (mm-setup-w3m): Use it.
3877
3878 2002-09-27  Simon Josefsson  <jas@extundo.com>
3879
3880         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
3881         article buffers.
3882
3883         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
3884         it just in case.
3885         (nnimap-update-unseen): New function; update unseen count in
3886         `n-m-info'.
3887         (nnimap-close-group): Call it.
3888
3889         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
3890         (gnus-after-getting-new-news-hook): Ditto.
3891
3892         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
3893         message into verboselevel 9.  Change slow mail check message.
3894         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
3895         (nnimap-fixup-unread-after-getting-new-news): New function, to be
3896         used as a hook after getting new mail.
3897
3898 2002-09-26  Simon Josefsson  <jas@extundo.com>
3899
3900         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
3901         SELECT/EXAMINE is first unseen article, not number of unseen
3902         articles.  Make them distinct by renaming the former to
3903         `first-unseen' instead of `unseen'.
3904
3905         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
3906         too.
3907         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
3908         changed.
3909         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
3910
3911         * gnus-int.el (gnus-server-unopen-status): Defcustom.
3912
3913         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
3914         better.
3915
3916         * mml2015.el (mml2015-pgg-decrypt): Only add security information
3917         if dissecting resulting buffer actually had any information.
3918
3919 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3920
3921         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
3922         because the function `string<' allows symbols.
3923
3924         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
3925
3926 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3927
3928         * message.el (message-forward-make-body): Revert an early change
3929         because 8-bit utf-8 emails.
3930
3931 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3932
3933         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
3934         links to Info)
3935         * gnus-art.el (gnus-treat-highlight-signature):
3936         * gnus-art.el (gnus-treat-buttonize):
3937         * gnus-art.el (gnus-treat-buttonize-head):
3938         * gnus-art.el (gnus-treat-emphasize):
3939         * gnus-art.el (gnus-treat-strip-cr):
3940         * gnus-art.el (gnus-treat-unsplit-urls):
3941         * gnus-art.el (gnus-treat-leading-whitespace):
3942         * gnus-art.el (gnus-treat-hide-headers):
3943         * gnus-art.el (gnus-treat-hide-boring-headers):
3944         * gnus-art.el (gnus-treat-hide-signature):
3945         * gnus-art.el (gnus-treat-fill-article):
3946         * gnus-art.el (gnus-treat-hide-citation):
3947         * gnus-art.el (gnus-treat-hide-citation-maybe):
3948         * gnus-art.el (gnus-treat-strip-list-identifiers):
3949         * gnus-art.el (gnus-treat-strip-pgp):
3950         * gnus-art.el (gnus-treat-strip-pem):
3951         * gnus-art.el (gnus-treat-strip-banner):
3952         * gnus-art.el (gnus-treat-highlight-headers):
3953         * gnus-art.el (gnus-treat-highlight-citation):
3954         * gnus-art.el (gnus-treat-date-ut):
3955         * gnus-art.el (gnus-treat-date-local):
3956         * gnus-art.el (gnus-treat-date-english):
3957         * gnus-art.el (gnus-treat-date-lapsed):
3958         * gnus-art.el (gnus-treat-date-original):
3959         * gnus-art.el (gnus-treat-date-iso8601):
3960         * gnus-art.el (gnus-treat-date-user-defined):
3961         * gnus-art.el (gnus-treat-strip-headers-in-body):
3962         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
3963         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
3964         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
3965         * gnus-art.el (gnus-treat-unfold-headers):
3966         * gnus-art.el (gnus-treat-fold-headers):
3967         * gnus-art.el (gnus-treat-fold-newsgroups):
3968         * gnus-art.el (gnus-treat-overstrike):
3969         * gnus-art.el (gnus-treat-display-xface):
3970         * gnus-art.el (gnus-treat-display-smileys):
3971         * gnus-art.el (gnus-treat-from-picon):
3972         * gnus-art.el (gnus-treat-mail-picon):
3973         * gnus-art.el (gnus-treat-newsgroups-picon):
3974         * gnus-art.el (gnus-treat-body-boundary):
3975         * gnus-art.el (gnus-treat-capitalize-sentences):
3976         * gnus-art.el (gnus-treat-fill-long-lines):
3977         * gnus-art.el (gnus-treat-play-sounds):
3978         * gnus-art.el (gnus-treat-translate):
3979         * gnus-art.el (gnus-treat-x-pgp-sig):
3980         * gnus-art.el (gnus-mime-button-line-format):
3981         * gnus-art.el (gnus-button-man-level):
3982         * gnus-art.el (gnus-button-emacs-level):
3983         * gnus-cus.el (gnus-group-parameters):
3984         * gnus-gl.el (bbb-build-mid-scores-alist):
3985         * gnus-group.el (gnus-group-line-format):
3986         * gnus-mlspl.el (gnus-group-split-setup):
3987         * gnus-mlspl.el (gnus-group-split):
3988         * gnus-msg.el (gnus-mailing-list-groups):
3989         * gnus-msg.el (gnus-posting-styles):
3990         * gnus-nocem.el (gnus-nocem-issuers):
3991         * gnus-score.el (gnus-score-regexp-bad-p):
3992         * gnus-srvr.el (gnus-server-line-format):
3993         * gnus-topic.el (gnus-topic-line-format):
3994         * gnus.el (gnus-summary-line-format):
3995         * mail-source.el (mail-sources):
3996         * message.el (message-subscribed-address-file):
3997         * nnmail.el (nnmail-split-fancy):
3998
3999 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
4000
4001         * mail-source.el(mail-source-run-script): use `functionp' to test
4002         whether the argument `script' is in fact a function.
4003         (mail-sources): adjust the defcustom to allow users to specify a
4004         function or a string as the value of the `:prescript' and
4005         `:postscript' arguments of the `file' and `pop3' mail sources.
4006
4007 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
4008
4009         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
4010         number when article 1 does not exist.
4011
4012 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4013
4014         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
4015         apropos if apropos-variable does not exist.
4016         (gnus-button-guessed-mid-regexp)
4017         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
4018         regexes.  From Reiner Steib.
4019         (gnus-button-handle-describe-function)
4020         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
4021         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
4022         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
4023
4024 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
4025         Trivial patch.
4026
4027         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
4028         the file.
4029
4030 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4031
4032         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
4033
4034 2002-09-24  Simon Josefsson  <jas@extundo.com>
4035
4036         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
4037         (mml2015-use): Prefer PGG if installed.
4038         (mml2015-function-alist): Add PGG wrappers.
4039         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
4040         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
4041         prefix, make regexp optionally skip it.
4042         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
4043         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
4044         (mml2015-pgg-encrypt): New functions.
4045         (defvar, autoload): Prevent byte-compile warnings.
4046
4047 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4048         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4049
4050         * gnus-art.el (article-strip-banner): Check for the existence of
4051         from header.
4052
4053 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
4054
4055         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
4056         (gnus-button-alist): Improved regexp for
4057         gnus-button-handle-mid-or-mail (false positives), fixed
4058         gnus-button-handle-man entries.
4059         From Reiner Steib.
4060
4061 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
4062         From Josh Huber.
4063
4064         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
4065         nnmail-extra-headers is non-nil.
4066
4067 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
4068
4069         * nnmaildir.el: Store article numbers persistently.  General
4070         revision.
4071         (nnmaildir-request-expire-articles): handle 'immediate and 'never
4072         for nnmail-expiry-wait; delete instead of moving if 'force is
4073         given.
4074
4075 2002-09-23  Simon Josefsson  <jas@extundo.com>
4076         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
4077
4078         * smime.el (smime-sign-buffer): Get key and extra certs.
4079         (smime-get-key-with-certs-by-email): Utility function.
4080
4081 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4082         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
4083
4084         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
4085         article exists.
4086
4087 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4088
4089         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
4090
4091 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
4092         From Reiner Steib.
4093
4094         * gnus-art.el (gnus-button-handle-custom,
4095         gnus-button-handle-mid-or-mail,
4096         gnus-button-handle-describe-{function,variable,key},
4097         gnus-button-handle-apropos{,command,variable}): New functions.
4098         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
4099         gnus-button-{man,emacs,mail}-level): New variables.
4100         (gnus-button-alist): Use the above to buttonize emacs and mail
4101         related links.
4102
4103 2002-09-18  Juanma Barranquero  <lektu@terra.es>
4104
4105         * gnus-int.el (gnus-status-message): Fix spacing.
4106
4107         * imap.el (imap-continuation): Fix typos.
4108
4109 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4110
4111         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
4112
4113         * gnus-art.el (gnus-article-reply-with-original): Correct
4114         with-current-buffer scope.
4115
4116         * message.el (message-completion-alist): Add Reply-To, From, etc.
4117
4118 2002-09-18  Simon Josefsson  <jas@extundo.com>
4119
4120         * nnimap.el (nnimap-request-expire-articles): Make flag setting
4121         conditional.  From Nevin Kapur <nevin@jhu.edu>.
4122
4123 2002-09-17  Simon Josefsson  <jas@extundo.com>
4124
4125         * nnimap.el (nnimap-expiry-target): Don't search for which
4126         articles exists here.
4127         (nnimap-request-expire-articles): Do it here instead.  Only expire
4128         when articles are found.  Suggested by Nevin Kapur
4129         <nevin@jhu.edu>.
4130
4131 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4132         From Reiner Steib <reiner.steib@gmx.de>.
4133
4134         * message.el (message-strip-subject-trailing-was)
4135         (message-change-subject, message-add-archive-header)
4136         (message-xpost-fup2-header, message-xpost-insert-note)
4137         (message-xpost-fup2, message-reduce-to-to-cc): New functions
4138         adopted from message-utils.el.  Add functions to the keymap, mode
4139         describtion and menu.
4140         (message-change-subject,message-xpost-fup2): Signal error if
4141         current header is empty.
4142         (message-xpost-insert-note): Changed insert position.
4143         (message-archive-note): Ensure to insert note in message body (not
4144         in head).
4145         (message-archive-header, message-archive-note)
4146         (message-xpost-default, message-xpost-note, message-fup2-note)
4147         (message-xpost-note-function): New variables adopted from
4148         message-utils.el.  Changed some doc-strings.
4149         (message-mark-insert-{begin,end}): Rename from
4150         message-{begin,end}-inserted-text-mark (message-utils.el), changed
4151         values.
4152         (message-subject-trailing-was-query)
4153         (message-subject-trailing-was-ask-regexp)
4154         (message-subject-trailing-was-regexp): New variables.
4155         (message-to-list-only): Added doc-string and menu entry.
4156
4157         * message-utils.el: Removed.  Functions are now in message.el.
4158
4159 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4160
4161         * gnus-art.el (gnus-article-reply-with-original,
4162         gnus-article-followup-with-original): Switch to
4163         gnus-summary-buffer before reply/followup.
4164
4165 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
4166
4167         * gnus-sum.el (gnus-summary-toggle-header): The article window may
4168         not exist. Toggle it anyway.
4169
4170 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
4171
4172         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
4173
4174         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
4175         Trivial patch from Urban Engberg <ue@ccieurope.com>.
4176
4177         * rfc2047.el (message-posting-charset): Defvar it.
4178         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
4179         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
4180
4181         * mail-source.el (mail-source-fetch): Hide password.
4182
4183         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
4184
4185 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4186         From John Paul Wallington <jpw@shootybangbang.com>.
4187
4188         * gnus.el (gnus-visual, gnus-meta): Fix typo.
4189
4190 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
4193
4194 2002-09-11  Simon Josefsson  <jas@extundo.com>
4195
4196         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
4197         (nnimap-split-rule): Doc fix.
4198         (nnimap-request-expire-articles): Cleanup code.
4199
4200 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4201         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4202
4203         * gnus-art.el (gnus-article-address-banner-alist): New option.
4204         (article-strip-banner): Refer the above option to split banners of
4205         free mail servers, when no group parameter is specified.
4206
4207 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4208
4209         * nntp.el (nntp-wait-for-string): Check for a process in the
4210         current buffer instead of `nntp-server-buffer'.
4211
4212 2002-09-09  Simon Josefsson  <jas@extundo.com>
4213
4214         * gnus-art.el (gnus-button-man-handler): New variable.
4215         (gnus-button-alist): Use g-b-handle-man.
4216         (gnus-button-handle-man): New, call g-b-man-handler.
4217
4218 2002-09-08  Simon Josefsson  <jas@extundo.com>
4219
4220         * gnus-art.el (gnus-button-alist): Buttonize man page links.
4221
4222 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4223
4224         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
4225
4226 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4227
4228         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
4229
4230         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
4231         keystroke.
4232
4233         * gnus-srvr.el (gnus-browse-describe-group): New command and
4234         keystroke.
4235
4236 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4237
4238         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
4239         value for gnus-decoration property.
4240
4241 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4242
4243         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
4244         string) as group name in case we have a CRLF in the file.
4245
4246 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
4247
4248         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
4249         group.
4250         (rfc1843-decode-hzp): do.
4251         (rfc1843-newsgroups-regexp): do.
4252
4253 2002-09-04  Simon Josefsson  <jas@extundo.com>
4254
4255         * message.el (message-canlock-generate): Make sure sha1 doesn't
4256         call external programs.
4257
4258 2002-09-03  Simon Josefsson  <jas@extundo.com>
4259
4260         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
4261
4262         * gnus-agent.el (gnus-agent-batch): Add doc.
4263
4264 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
4265
4266         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
4267         check for signed and encrypted parts.
4268         * mml.el (mml-parse-1): Correct small typo which preventing
4269         setting recipients in a secure tag.
4270
4271 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4272
4273         * mm-util.el (mm-coding-system-priorities): Default to a list of
4274         iso-2022-jp and others for the Japanese environment.
4275
4276 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4277
4278         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
4279         invalid display names.
4280
4281 2002-08-30  Simon Josefsson  <jas@extundo.com>
4282
4283         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
4284         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
4285
4286 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
4287
4288         * gnus.el (gnus-group-charter-alist): New option.
4289         (gnus-group-fetch-control-use-browse-url): New option.
4290
4291         * gnus-group.el (gnus-group-fetch-charter): New function.
4292         (gnus-group-fetch-control): New function.
4293         Add them to the keymap and menu. Require mm-url.
4294
4295 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4296
4297         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
4298         From Alex Schroeder <alex@emacswiki.org>.
4299
4300 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
4301
4302         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
4303         items expecting user interaction.
4304
4305         * gnus-topic.el (gnus-topic-make-menu-bar): do.
4306
4307         * gnus-sum.el (gnus-summary-make-menu-bar): do.
4308
4309         * gnus-srvr.el (gnus-server-make-menu-bar): do.
4310
4311         * mml.el (mml-menu): do.
4312
4313 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4314
4315         * mail-source.el (mail-source-touch-pop): New function.
4316
4317         * message.el (message-smtpmail-send-it): New function.
4318         (message-send-mail-function): Add it for a candidate.
4319
4320 2002-08-27  Simon Josefsson  <jas@extundo.com>
4321
4322         * gnus-msg.el (posting-charset-alist): Use
4323         gnus-define-group-parameter instead of defcustom.
4324         (gnus-put-message): Handle SPC in GCC.
4325         (gnus-inews-insert-gcc): Ditto.
4326         (gnus-inews-insert-archive-gcc): Ditto.
4327
4328 2002-08-26  Simon Josefsson  <jas@extundo.com>
4329
4330         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
4331         (gnus-agentize): Auto agentize all nntp and nnimap groups.
4332         (gnus-agent-possibly-save-gcc): Autoload.
4333         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
4334
4335 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4336
4337         * gnus.el (gnus-other-frame-function): New user option.
4338         (gnus-other-frame): Use it; add a doc-string; make it work with
4339         the gnuclient program.
4340
4341         * gnus-util.el (gnus-frame-or-window-display-name): New function.
4342
4343         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
4344         `device-connection' and `dfw-device'.
4345
4346 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4347
4348         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
4349         positives, make it stricter.  From Jochen Hein (trivial change).
4350
4351 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4352
4353         * gnus.el (gnus-other-frame): Trivial fix.
4354
4355 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4356
4357         * gnus.el (gnus-other-frame-parameters): New user option.
4358         (gnus-other-frame-object): New variable.
4359         (gnus-other-frame): Make it search for existing Gnus frame; don't
4360         read new news; delete frame on exit.
4361
4362         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
4363
4364         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
4365
4366 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4367         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
4368
4369         * message.el (message-set-auto-save-file-name): Add support for
4370         the Cygwin Emacs; the system-type is `cygwin'.
4371         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
4372
4373 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4374
4375         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
4376
4377         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
4378         avoid arithmetic errors.
4379
4380 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4381
4382         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
4383
4384 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4385
4386         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
4387         (message-ignored-resent-headers): Add envelope From.
4388
4389 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4390
4391         * gnus.el (gnus-summary-line-format): Document %k specifier.
4392
4393 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4394
4395         * gnus-sum.el (gnus-summary-line-message-size): New function.
4396         (gnus-summary-line-format-alist): Use it.
4397
4398 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4399
4400         * gnus-art.el (article-make-date-line): Refer to the value for
4401         `gnus-article-time-format' in the summary buffer.
4402
4403         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
4404
4405 2002-08-14  Simon Josefsson  <jas@extundo.com>
4406
4407         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
4408         quoting.
4409         (gnus-button-alist): Fix doc.
4410         (gnus-header-button-alist): Use ' not ` for default value quoting.
4411         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
4412         rationale similar to 2002-05-01 change.
4413         (gnus-article-add-buttons-to-head): Evaluate expression.
4414
4415         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
4416
4417 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4418
4419         * message.el (message-font-lock-keywords): Refer to the value for
4420         `message-cite-prefix-regexp' dynamically.
4421
4422 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4423
4424         * gnus-art.el (gnus-decode-header-methods): Doc fix.
4425
4426 2002-08-12  Simon Josefsson  <jas@extundo.com>
4427
4428         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
4429         (imap-shell-open): Skip initial junk before IMAP greeting.
4430
4431 2002-08-11  Simon Josefsson  <jas@extundo.com>
4432
4433         * message-utils.el (message-xpost-default,
4434         message-xpost-fup2-header, message-xpost-fup2): Fixed
4435         Typos.  Trivial changes from Reiner Steib
4436         <4uce.02.r.steib@gmx.net>.
4437
4438 2002-08-09  Simon Josefsson  <jas@extundo.com>
4439
4440         * message.el (message-canlock-password): Set
4441         canlock-password-for-verify to newly generated canlock-password.
4442         When Emacs is restarted, Custom makes sure this is set, but during
4443         the same session we must set it manually.
4444
4445 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
4446
4447         * yenc.el: New file.
4448
4449         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
4450         (mm-uu-type-alist): Add yenc.
4451         (mm-uu-yenc-filename): New function.
4452         (mm-uu-yenc-extract): New function.
4453
4454         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
4455
4456 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4457
4458         * dgnushack.el (merge): Don't use coerce.
4459
4460 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
4461
4462         * mailcap.el (mailcap-mime-data): Test window-system rather than
4463         mm-device-type.
4464         (mailcap-mime-data): Call xdvi and gv with "-safer".
4465
4466         * mm-util.el: Don't define mm-device-type.
4467
4468 2002-08-05  Simon Josefsson  <jas@extundo.com>
4469
4470         * mm-util.el (mm-coding-system-priorities): coding-system type not
4471         supported everywhere.
4472
4473 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4474
4475         * gnus.el (gnus-version-number): Bumped version number.
4476
4477 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4478
4479         * gnus.el: Oort Gnus v0.07 is released.
4480
4481 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4482
4483         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
4484         (gnus-article-sort-functions): Doc fix.
4485         (t): New keystroke.
4486         (gnus-article-sort-by-random): New function.
4487         (gnus-thread-sort-by-random): New function.
4488
4489 2002-08-02  Simon Josefsson  <jas@extundo.com>
4490
4491         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
4492         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
4493
4494 2002-07-31  Danny Siu  <dsiu@adobe.com>
4495
4496         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
4497         when splitting malformed messages without message-id
4498
4499 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4500         From Niklas Morberg <niklas.morberg@axis.com>.
4501
4502         * nnweb.el (nnweb-type, nnweb-type-definition)
4503         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
4504         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
4505         functionality.
4506         * nnweb.el: Removed old non-functioning search engines.
4507
4508 2002-07-27  Simon Josefsson  <jas@extundo.com>
4509
4510         * message.el (message-forward-make-body): Don't use
4511         `message-forward-ignored-headers' when doing a "raw" followup (it
4512         is important to preserve e.g. CTE).
4513
4514         * flow-fill.el (fill-flowed): Disable filladapt-mode.
4515
4516         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
4517         regexp-quote, Cyrus Sieve is fixed.
4518
4519         * sieve-manage.el (sieve-manage-deletescript): New function.
4520
4521         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
4522         (sieve-manage-mode): Fix menubar.
4523         (sieve-activate): Change some messages.
4524         (sieve-deactivate-all): New function.
4525         (sieve-deactivate): New alias.
4526         (sieve-remove): New function.
4527         (sieve-help): Fix help.
4528         All suggested by Ned Ludd.
4529
4530 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4531
4532         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
4533         (mm-w3m-safe-url-regexp): New user option.
4534
4535         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
4536         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
4537
4538 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
4539
4540         * gnus-sum.el (gnus-summary-delete-article): Force
4541         nnmail-expiry-target to 'delete, so that absolute deletion
4542         happens when absolute deletion is requested.
4543
4544 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4545         From Nevin Kapur <nevin@jhu.edu>.
4546
4547         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
4548         headers as empty headers.
4549
4550 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4551         From Jochen Hein <jochen@jochen.org>.
4552
4553         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
4554         correct typo.
4555         (gnus-emphasis-strikethru): New face.
4556
4557 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4558         From Jason Merrill <jason@redhat.com>.
4559
4560         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
4561         entire file for each of a sequence of missing articles.
4562
4563         * gnus-salt.el (gnus-binary-display-article): Respect an existing
4564         value for gnus-view-pseudos.
4565
4566         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
4567         avoid nreverse.
4568
4569 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4570         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4571
4572         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
4573         (gnus-summary-mode-line-format-alist): Add %h for number of
4574         spams.
4575         (gnus-newsgroup-spam-marked): New variable.
4576         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
4577         (gnus-article-read-p, gnus-article-mark)
4578         (gnus-set-global-variables, gnus-set-global-variables)
4579         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
4580         (gnus-summary-mark-article-as-unread)
4581         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
4582         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
4583         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
4584
4585 2002-07-10  Simon Josefsson  <jas@extundo.com>
4586
4587         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
4588         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
4589
4590 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
4591
4592         * gnus-sum.el (gnus-summary-delete-article): Respect group
4593         parameters while expiring.
4594
4595 2002-07-08  Simon Josefsson  <jas@extundo.com>
4596
4597         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
4598         Enberg.
4599
4600 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4601
4602         * gnus-art.el (article-unsplit-urls): Only display MIME when this
4603         function is called interactively.  From Niklas Morberg.
4604
4605 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4606
4607         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
4608         cdaar to cdar and car.
4609
4610         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
4611         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
4612
4613 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4614
4615         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
4616         don't break a narrowed article.
4617
4618         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
4619         (nntp-open-via-rlogin-and-telnet): Ditto.
4620
4621 2002-07-02  Didier Verna  <didier@xemacs.org>
4622
4623         * nnmail.el (nnmail-split-methods): fix custom type.
4624
4625 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4626
4627         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
4628         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
4629
4630 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4631
4632         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
4633         (gnus-summary-resend-message): Use it.
4634
4635 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4636
4637         * nntp.el (nntp-via-rlogin-command-switches): New variable.
4638         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
4639
4640 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4641
4642         * message.el (message-font-lock-keywords): Don't fontify
4643         headers in the message body, only in the header.
4644         (message-font-lock-make-header-matcher): New function, used by
4645         message-font-lock-keywords.
4646         From Katsumi Yamaoka <yamaoka@jpl.org>.
4647
4648 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4649
4650         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
4651
4652 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4653
4654         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
4655
4656 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4657
4658         * message.el (message-font-lock-keywords): Revert 2002-06-22
4659         change.
4660
4661 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4662
4663         * message.el (message-font-lock-keywords): Put colon in header
4664         name match.
4665
4666 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4667
4668         * message.el (message-font-lock-keywords): Don't use header faces
4669         in the body.  Thanks to Stefan Monnier for the hint on the
4670         implementation.
4671
4672 2002-05-09  Miles Bader  <miles@gnu.org>
4673
4674         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
4675         (gnus-article-hide-citation): Respect it.
4676
4677 2002-04-12  Juanma Barranquero  <lektu@terra.es>
4678
4679         * pop3.el (pop3-open-server): Fix typo.
4680
4681 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
4682
4683         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
4684         instead of push to ignore duplicate to-(list|address) values.
4685         * nnmail.el (nnmail-cache-ignore-groups): New.
4686         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
4687
4688 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4689
4690         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
4691         before sending.  Suggested by Jan Rychter.
4692
4693 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4694
4695         * dgnushack.el (remove): New compiler macro.
4696         (last, coerce, subseq): Remove compiler macros for those built-in
4697         or unused functions.
4698
4699 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4700
4701         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
4702         sure to write byte-compiled versions of gnus-*-format-alist to
4703         .newsrc.eld.  From Simon Josefsson.
4704
4705 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4706
4707         * gnus-agent.el (gnus-agent-read-servers)
4708         (gnus-agent-write-servers): Put server name (string like
4709         "nnchoke:frumple") in the file instead of a server specification
4710         (Lisp expression like (nnchoke "frumple" ...parameters...)).
4711         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
4712
4713 2002-06-16  Simon Josefsson  <jas@extundo.com>
4714
4715         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
4716         Reiner Steib <4uce.02.r.steib@gmx.net>.
4717
4718 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4719
4720         * nnheader.el (nnheader-file-name-translation-alist): Set the
4721         default value for MS Windows systems.
4722
4723         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
4724
4725 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4726
4727         * message.el (message-beginning-of-line): Keep the region active
4728         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
4729
4730 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
4731
4732         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
4733         * gnus-msg.el (gnus-summary-reply): Ditto.
4734         * gnus-msg.el (gnus-summary-handle-replysign): New.
4735
4736 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4737
4738         * message.el (message-send-mail-with-sendmail): Kill errbuf even
4739         if sending failed.
4740
4741 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
4742
4743         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
4744         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
4745         to sign while encrypting.
4746
4747 2002-06-11  Simon Josefsson  <jas@extundo.com>
4748
4749         * gnus-int.el (gnus-request-move-article): Agent expire article if
4750         successfuly moved.
4751
4752         * nnweb.el (nnweb-google-create-mapping): Honors the value of
4753         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
4754
4755 2002-06-10  Simon Josefsson  <jas@extundo.com>
4756
4757         * gnus-int.el (gnus-request-expire-articles): Fix last change?
4758
4759 2002-06-09  Simon Josefsson  <jas@extundo.com>
4760
4761         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
4762
4763         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
4764
4765 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4766
4767         * flow-fill.el (fill-flowed): Ignore errors.
4768
4769 2002-06-06  Simon Josefsson  <jas@extundo.com>
4770
4771         * message.el (message-send-mail-with-sendmail): Improve error message.
4772
4773 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4774
4775         * message.el (message-interactive): Change default from nil to t.
4776         Better to be safe than to be fast.
4777
4778 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4779
4780         * message.el (message-send-mail-with-sendmail): Check return value
4781         from call-process-region.
4782
4783 2002-06-04  Simon Josefsson  <jas@extundo.com>
4784
4785         * gnus-msg.el (gnus-group-mail, gnus-group-news)
4786         (gnus-group-post-news, gnus-summary-mail-other-window)
4787         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
4788         gnus-article-copy to nil, thereby inhibiting the `header' posting
4789         style match to use data from last viewed article.
4790         Suggested by Hrvoje Niksic.
4791
4792 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4793
4794         * spam.el (spam-point-at-eol): New alias.
4795         (spam-parse-whitelist): Use it.
4796
4797 2002-06-03  Simon Josefsson  <jas@extundo.com>
4798
4799         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
4800         (nnmail-article-group): Use it.
4801
4802 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4803
4804         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
4805         so that code reading them won't be surprised.  From Jesper Harder
4806         <harder@ifa.au.dk>.
4807
4808 2002-05-29  Simon Josefsson  <jas@extundo.com>
4809
4810         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
4811         articles.
4812
4813         * gnus.el (gnus-agent-cache): Doc fix.
4814         (gnus-agent): Change default to t.
4815
4816         * gnus-agent.el (gnus-agent-expire): Make it accept optional
4817         ARTICLES, GROUP and FORCE parameters.
4818
4819 2002-05-28  Simon Josefsson  <jas@extundo.com>
4820
4821         * gnus-group.el (gnus-group-line-format): Doc fix.
4822
4823 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4824
4825         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
4826         original article before yanking.  From Jesper Harder
4827         <harder@ifa.au.dk>.
4828
4829 2002-05-26  Simon Josefsson  <jas@extundo.com>
4830
4831         * gnus-sum.el (gnus-summary-menu-split): New function.
4832         (gnus-summary-make-menu-bar): Split charset submenu.
4833         (gnus-summary-menu-maxlen): New variable.
4834         (gnus-summary-menu-split): Use it.
4835
4836 2002-05-25  Simon Josefsson  <jas@extundo.com>
4837
4838         * mml.el (mml-preview): Generate some headers.
4839
4840         * gnus.el (gnus-large-newsgroup): Fix :type.
4841
4842         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
4843         Agent cache NOV's by default now).
4844         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
4845
4846 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
4847
4848         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
4849         call to gnus-parent-id when we check for References loops.
4850         (gnus-summary-prepare-threads): Avoid simplifying every Subject
4851         twice by saving the simplified subject string in simp-subject.
4852
4853 2002-05-23  Simon Josefsson  <jas@extundo.com>
4854
4855         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
4856         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
4857
4858         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
4859         Niklas Morberg <niklas.morberg@axis.com>.
4860
4861 2002-05-22  Simon Josefsson  <jas@extundo.com>
4862
4863         * sieve.el (sieve-change-region): Define it before it is used.
4864
4865         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
4866         (gnus-summary-reply): Ask for confirmation when replying to news.
4867         Defaults to not ask.  From Benjamin Rutt
4868         <rutt+news@cis.ohio-state.edu>.
4869
4870         * nnimap.el (nnimap-nov-is-evil): Improve doc.
4871
4872 2002-05-21  Simon Josefsson  <jas@extundo.com>
4873
4874         * sieve-mode.el (sieve-manage): Fix autoloads.
4875
4876         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
4877         name (makes it work with recent Cyrus timsieved).
4878
4879 2002-05-20  Jason  <jbaker@cs.utah.edu>
4880         Trivial patch.
4881
4882         * gnus-art.el (gnus-request-article-this-buffer): Try
4883         reconnecting if you don't get the message.
4884
4885 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4886
4887         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
4888         Reply-To headers from the headers.
4889
4890 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4891
4892         * mm-url.el (mm-url-insert): Remove junk message.
4893
4894 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4895
4896         * nnslashdot.el (nnslashdot-request-list): Parse new html.
4897         (nnslashdot-use-front-page): New variable.
4898         (nnslashdot-request-list): Use it.
4899
4900         * mm-url.el (mm-url-timeout): New variable.
4901         (mm-url-retries): Ditto.
4902         (mm-url-insert): Use it.
4903
4904 2002-05-16  Simon Josefsson  <jas@extundo.com>
4905
4906         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
4907         (gnus-simplify-subject-functions): Mention g-s-a-w.
4908
4909 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
4910
4911         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
4912         nnmail-cache-insert.
4913         * nndiary.el (nndiary-request-accept-article): Ditto.
4914         * nnfolder.el (nnfolder-request-accept-article): Ditto.
4915         * nnimap.el (nnimap-request-accept-article): Ditto.
4916         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
4917         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
4918         * nnmbox.el (nnmbox-request-accept-article): Ditto.
4919         * nnmh.el (nnmh-request-accept-article): Ditto.
4920         * nnmail.el (nnmail-cache-insert): Change group to required,
4921         removed code which tried to figure out the group.
4922
4923 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
4924
4925         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
4926         messages. From Hans de Graaff <hans@degraaff.org>.
4927         * nnml.el (nnml-request-accept-article): Pass in the group name to
4928         nnmail-cache-insert, since it's available.
4929
4930 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4931
4932         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
4933
4934 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4935         From Florian Weimer <fw@deneb.enyo.de>.
4936
4937         * gnus.el (subscribed): New group parameter.
4938         (gnus-find-subscribed-addresses): Use it.
4939
4940 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
4941
4942         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
4943         the default for pgpmime to support pgp v2.
4944         * mml-sec.el (mml-signencrypt-style): New accessor function to
4945         allow users to get/set the signencrypt style more easily without
4946         frobbing the alist directly.
4947         * mml.el (mml-generate-mime-1): Use accessor function.
4948
4949 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4950
4951         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
4952         parenthesis for "<" and ">".  Suggested by Andreas Schwab
4953         <schwab@suse.de>.
4954
4955 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4956
4957         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
4958         when intuiting the group the message is written to.  From Josh
4959         Huber <huber@alum.wpi.edu>.
4960
4961 2002-05-06  Simon Josefsson  <jas@extundo.com>
4962
4963         * gnus-topic.el (gnus-group-topic-parameters): Work when group
4964         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
4965
4966 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
4967
4968         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
4969         argument, and fixed compiler warning. (added autoload for
4970         gpg-encrypt).
4971
4972 2002-05-04  Simon Josefsson  <jas@extundo.com>
4973
4974         * mml1991.el (mml1991-function-alist): Doc fix.
4975
4976         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
4977         doesn't exist (for previewing messages without having Gnus
4978         started).
4979
4980         * mm-util.el (mm-coding-system-priorities): Defcustom.
4981
4982         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
4983
4984 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
4985
4986         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
4987         default.
4988         * mml-sec.el:
4989         * mml-sec.el (mml-signencrypt-style): New.
4990         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
4991         argument `sign'.
4992         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
4993         signencrypt.
4994         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
4995         * mml.el (mml-generate-mime-1): Changed logic so a part which is
4996         both signed & encryped is processed in one operation. (rather than
4997         two separate ops: sign, then encrypt)
4998         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
4999         indication if a message is signed by an expired key.
5000         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
5001         enables combined sign & encrypt operation. (this was always on
5002         before).
5003         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
5004
5005 2002-05-01  Simon Josefsson  <jas@extundo.com>
5006
5007         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
5008         server.
5009         (nnimap-mailbox-info): defvar instead of defvoo.
5010
5011 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5012
5013         * gnus.el: Oort Gnus v0.06 is released.
5014
5015 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5016
5017         * lpath.el: Bind url-package-version.
5018
5019 2002-05-01  Simon Josefsson  <jas@extundo.com>
5020
5021         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
5022         filename before deleting the group itself, because the presence of
5023         a group filename decides if long filenames are used or not.
5024
5025         * gnus-art.el (gnus-button-alist): Don't inline
5026         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
5027         without also modifying g-button-alist.
5028         (gnus-button-alist): Fix type to allow variable as well as regexp.
5029         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
5030         themselves, variables to its contents.
5031         (gnus-button-entry): Ditto.
5032
5033 2002-05-01  Simon Josefsson  <jas@extundo.com>
5034
5035         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
5036         UIDNEXT as a string.
5037
5038         * nnimap.el (nnimap-string-lessp-numerical): New function.
5039         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
5040         integers.
5041
5042 2002-04-29  Simon Josefsson  <jas@extundo.com>
5043
5044         * nnmail.el (nnmail-cache-insert): Accept optional group
5045         parameter.
5046
5047         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
5048         n-r-g-a is disabled.
5049
5050 2002-04-29  Simon Josefsson  <jas@extundo.com>
5051
5052         * nnimap.el (nnimap-split-fancy): Fix doc.
5053         (nnimap-split-fancy): Fix doc.
5054
5055         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
5056         (nnimap-mailbox-info): New internal variable.
5057         (nnimap-retrieve-groups): Implement faster new mail check.
5058
5059         * nnimap.el (nnimap-split-articles): Support
5060         nnmail-cache-accepted-message-ids.
5061         (nnimap-request-accept-article): Ditto.
5062
5063         * imap.el (imap-mailbox-status-asynch): New command.
5064
5065 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
5066
5067         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
5068         are no subscribed mail groups.
5069         - Strip quoted names when comparing addresses
5070
5071 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
5072
5073         * mm-decode.el (mm-text-html-renderer): Change customize type to
5074         const.
5075
5076         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
5077         (gnus-debug-exclude-variables): do.
5078
5079 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5080
5081         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
5082         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
5083
5084 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5085
5086         * dns.el (dns-make-network-process): New macro.
5087         (query-dns): Use it.
5088
5089 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5090
5091         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
5092         article-buffer.
5093
5094         * mm-url.el (mm-url-package-name): New variable.
5095         (mm-url-package-version): New variable.
5096         (mm-url-insert-file-contents): Bind url-package-name and
5097         url-package-version here.
5098         * nnrss.el (nnrss-insert-w3): Move the bindings.
5099
5100         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
5101         url-package-version. Trivial change from Andrew J Cosgriff
5102         <ajc@polydistortion.net>
5103
5104         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
5105         attachments. Trivial change from Peter 'Luna' Runestig
5106         <peter@runestig.com>.
5107
5108 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
5109
5110         * nnkiboze.el (nnkiboze-request-scan): Call
5111         nnkiboze-possibly-change-group.
5112         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
5113         problems.
5114         (nnkiboze-generate-group): Set newsrc to the *highest* article
5115         number kibozed, not the lowest.
5116
5117 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
5118
5119         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
5120
5121 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5122         From Dan Christensen <jdc+news@uwo.ca>.
5123
5124         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5125         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5126         Recognize math postings.  Extract Date (now ignores "(15kb)").
5127         Extract email address using gnus-extract-address-components
5128         instead of just taking the first word.  Create Date and From
5129         headers for message which are missing these headers.  Get rid
5130         of spurious \\ lines (purely cosmetic).  Extend body-end and
5131         file-end regexps, to exclude more garbage from the message.
5132         Make URL rephrasing regexp more flexible, to match current
5133         format.
5134
5135 2002-04-23  Simon Josefsson  <jas@extundo.com>
5136
5137         * netrc.el: New file, functions copied from gnus-util.el by Ted
5138         Zlatanov <tzz@lifelogs.com>.
5139
5140         * gnus-util.el: Require netrc.
5141         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
5142         new code in netrc.el.
5143
5144 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5145
5146         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
5147         message-ignored-resent-headers, too.  From Matthieu Moy
5148         <Matthieu.Moy@imag.fr>.
5149
5150 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5151
5152         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
5153         boolean not a string
5154         * gnus-group.el (gnus-group-line-format): add description of %C
5155         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
5156           as %C
5157         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
5158
5159 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
5160
5161         * nnmaildir.el (nnmaildir-request-scan): typo: set
5162         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
5163         nnmail-get-new-mail for 'find-new-groups.
5164
5165 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
5166
5167         * nnmaildir.el (nnmaildir-request-update-info,
5168         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
5169         unnecessary calls to nnmaildir-request-scan.
5170
5171 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
5172
5173         * gnus-msg.el:
5174         * gnus-msg.el (gnus-message-replysign): New.
5175         * gnus-msg.el (gnus-message-replyencrypt): New.
5176         * gnus-msg.el (gnus-message-replysignencrypted): New.
5177         * gnus-msg.el (gnus-summary-reply): Use the three new variables
5178         (above) to automatically encrypt/sign to encrypted/signed
5179         messages.
5180         * message.el:
5181         * message.el (message-mode-map): Add keybinding for
5182         `message-to-list-only'
5183         * message.el (message-mode): Add description for
5184         `message-to-list-only'
5185         * message.el (message-to-list-only): New.
5186         * message.el (message-make-mft): Changed to use the cl loop macro,
5187         and added optional flag to return only the matched list. (for use
5188         in new message-to-list-only function)
5189
5190 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
5191
5192         * gnus-msg.el:
5193         * gnus-msg.el (gnus-message-replysign):
5194         * gnus-msg.el (gnus-replysign): New.
5195         * gnus-msg.el (gnus-replyencrypt): New.
5196         * gnus-msg.el (gnus-replysignencrypted): New.
5197         * gnus-msg.el (gnus-summary-reply):
5198         * message.el:
5199         * message.el (message-mode-map):
5200         * message.el (message-mode):
5201         * message.el (message-to-list-only): New.
5202         * message.el (message-make-mft):
5203
5204 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5205
5206         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
5207
5208 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
5209
5210         * message.el (message-gen-unsubscribed-mft): accept a prefix
5211         argument so CC can be included with C-u C-c C-f C-a
5212
5213 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5214         From Ted Zlatanov <teodor.zlatanov@divine.com>.
5215
5216         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
5217         Improve docstring.
5218         (spam-enter-blacklist): New command.
5219
5220         * gnus-sum.el (gnus-spam-mark): New mark.
5221         (gnus-auto-expirable-marks): Add gnus-spam-mark.
5222         (gnus-summary-make-tool-bar): Correct conditional.
5223         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
5224         (gnus-summary-mark-as-spam): New command.
5225
5226 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
5227
5228         * mml-sec.el (mml-secure-message): changed to support arbritrary
5229         modes.
5230         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
5231         changed to support "signencrypt" mode.
5232         * mml.el (mml-parse-1): changed to support different secure modes
5233         more easily. (for signencrypt)
5234
5235 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
5236
5237         * gnus-sum.el (gnus-update-summary-mark-positions)
5238         (gnus-summary-toggle-header):
5239         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
5240         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
5241         (gnus-uu-post-encoded):
5242         * nnfolder.el (nnfolder-possibly-change-group):
5243         * nnimap.el (nnimap-retrieve-headers):
5244         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
5245
5246 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
5247
5248         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
5249         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
5250
5251 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5252
5253         * gnus-srvr.el (gnus-server-set-info): Clear
5254         `gnus-server-method-cache' when `gnus-server-alist' is changed.
5255         From Daiki Ueno <ueno@unixuser.org>.
5256
5257 2002-04-11  Simon Josefsson  <jas@extundo.com>
5258
5259         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
5260         viewing of security buttons.  Thanks to Nicolas Kowalski
5261         <Nicolas.Kowalski@imag.fr>.
5262
5263         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
5264         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
5265         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
5266         <Nicolas.Kowalski@imag.fr>.
5267         (smime-decrypt-buffer): Ditto.
5268
5269 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5270
5271         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
5272         header line.
5273
5274 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
5275
5276         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
5277
5278 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5279
5280         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
5281
5282 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5283
5284         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
5285         errors when debug.
5286
5287 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
5288
5289         * message.el (message-make-mft): Changed MFT code from using
5290         message-recipients (which included Bcc) to use only the To and CC
5291         headers.
5292
5293 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
5294
5295         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
5296         add link.
5297         (gnus-treat-mail-picon): Ditto.
5298         (gnus-treat-newsgroups-picon): Ditto.
5299         (gnus-picon-databases): Fix custom type.
5300         (gnus-picon-databases): Add link.
5301         (gnus-article-x-face-command): Add to gnus-picon group.
5302
5303 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
5304
5305         * message.el (message-buffer-naming-style): Remove.
5306
5307 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5308
5309         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
5310
5311         * message.el (message-tool-bar-map): Ditto.
5312
5313         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5314
5315 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5316
5317         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
5318
5319 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
5320
5321         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
5322
5323 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
5324         Trivial patch.
5325
5326         * dns.el: open-network-stream under XEmacs does udp.
5327
5328 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
5329
5330         * spam.el (spam-enter-whitelist): New function.
5331         (spam-parse-whitelist): Ditto.
5332         (spam-refresh-list-cache): Ditto.
5333         (spam-address-whitelisted-p): New function.
5334
5335         * dns.el (query-dns): Use TCP when make-network-process isn't
5336         available.
5337         (dns-servers): New variable.
5338         (dns-parse-resolv-conf): New function.
5339         (query-dns): Use it.
5340
5341         * spam.el: New file.
5342
5343         * dns.el (query-dns): Test.
5344
5345 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5346
5347         * lpath.el (featurep): Bind make-network-process.
5348
5349 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
5350
5351         * nnmaildir.el: Use defstruct.  Use a single copy of
5352         nnmail-extra-headers to save memory.  Store server's group name
5353         prefix instead of each group's prefixed name.
5354         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
5355         nntp-server-buffer.
5356
5357 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5358
5359         * dns.el: New file.
5360
5361 2002-03-28  Simon Josefsson  <jas@extundo.com>
5362
5363         * gnus-sum.el (gnus-summary-dummy-line-format):
5364         * gnus.el (gnus-summary-line-format): Fixing links to Info.
5365         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
5366
5367 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5368
5369         * gnus-sum.el (gnus-summary-move-article)
5370         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
5371         the doc string.
5372
5373 2002-03-28  Simon Josefsson  <jas@extundo.com>
5374
5375         * mml-sec.el (mml-secure-message): Search after
5376         mail-header-separator from top of message.
5377
5378 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
5379
5380         * nnmaildir.el: Cosmetic changes.
5381         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
5382         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
5383         nnmaildir--group-ls): New macros/functions.  Use them.
5384         (nnmaildir--unlink): Evalutate argument only once.
5385
5386 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
5387
5388         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
5389         symbols.
5390         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
5391         `gnus-point-at-eol'.
5392
5393 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
5394
5395         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
5396         nnmaildir--marks-dir): New macros.  Use them.
5397         Use inhibit-quit for atomicity instead of in-memory journaling.
5398         (nnmaildir--edit-prep): New function.
5399         (Local Variables): Use it.
5400
5401 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
5402
5403         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5404
5405 2002-03-25  Simon Josefsson  <jas@extundo.com>
5406
5407         * message.el (message-mode): Fix doc.
5408
5409 2002-03-25  Simon Josefsson  <jas@extundo.com>
5410
5411         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
5412         Matthieu Moy <Matthieu.Moy@imag.fr>.
5413
5414 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
5415
5416         * mml-sec.el (mml-unsecure-message): Add docstring.
5417
5418 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
5419
5420         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
5421         value.
5422         Trivial change from andre@slamdunknetworks.com
5423
5424 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
5425
5426         * mml.el (mml-mode-map): Added a keybinding for
5427         `mml-unsecure-message'.  Also, added a menu entry for said
5428         function in the Attachments menu.
5429
5430 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5431
5432         * canlock.el (canlock-version): Remove.
5433         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
5434         here; simplify \x insertions.
5435         (canlock-sha1): New function, always return a unibyte string.
5436         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
5437         of a password.
5438         (canlock-insert-header): Use `canlock-sha1'.
5439         (canlock-verify): Ditto.
5440
5441 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5442
5443         * message.el (message-fix-before-sending): Add an option that
5444         ignores illegible text.
5445         Trivial change from Mark Milhollan <mlm@attglobal.net>
5446
5447         * message.el (message-font-lock-keywords): Support multi-line MML
5448         tags.
5449
5450         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
5451         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
5452
5453 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5454
5455         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
5456         symbols for "View as different encoding" submenu.
5457
5458 2002-03-19  Simon Josefsson  <jas@extundo.com>
5459
5460         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
5461         encoding" submenu.
5462
5463 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5464
5465         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
5466
5467 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5468
5469         * gnus-sum.el (gnus-sum-thread-tree-root)
5470         (gnus-sum-thread-tree-single-indent)
5471         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
5472         (gnus-sum-thread-tree-leaf-with-other)
5473         (gnus-sum-thread-tree-single-leaf): Make customizable.
5474
5475 2002-03-16  Simon Josefsson  <jas@extundo.com>
5476
5477         * gnus-util.el (gnus-extract-address-components): Don't break on
5478         names such as James "Kibo" Parry.  From Francis Litterio
5479         <franl@world.std.com>.
5480
5481 2002-03-13  Simon Josefsson  <jas@extundo.com>
5482
5483         * pop3.el (pop3-open-server): Revert multibyte change.  From
5484         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5485
5486         * message.el (message-send-mail-with-qmail): Make it work.  From
5487         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5488
5489 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
5490
5491         * message.el (message-make-mft): Set case-fold-search while
5492         generating the MFT.  Also, a little cleanup in the MFT code.
5493
5494 2002-03-12  Simon Josefsson  <jas@extundo.com>
5495
5496         * message.el (message-qmail-inject-args): May be function.
5497         (message-send-mail-with-qmail): Call function if m-q-i-a is
5498         function.  From fn@hungry.org (Faried Nawaz).
5499
5500 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5501
5502         * message.el (message-abbrevs-loaded): Remove.
5503         (mailabbrev): Require it.
5504
5505         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
5506
5507 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5508
5509         * pop3.el (pop3-open-server): Set process buffer unibyte.
5510
5511 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5512
5513         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
5514
5515 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5516
5517         * nnslashdot.el (nnslashdot-request-article): Remove javascript
5518         too.
5519
5520 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5521
5522         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
5523         duplication.
5524         (gnus-summary-save-parts-type-history): Ditto.
5525         (gnus-summary-save-parts-last-directory): Ditto.
5526         Trivial change from andre@slamdunknetworks.com
5527
5528 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
5529
5530         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
5531
5532 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5533
5534         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
5535         -->" as the end of the first article.
5536
5537         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
5538         From Matthieu Moy <Matthieu.Moy@imag.fr>
5539
5540         * message.el (message-add-action): Use add-to-list.
5541         (message-delete-action): New function.
5542
5543         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
5544         pieces.
5545
5546 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
5547
5548         * nnnil.el: New file.
5549         * gnus.el (gnus-valid-select-methods): Include nnnil.
5550
5551 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5552
5553         * message.el (message-syntax-checks): Because canlock is
5554         supported, we disable sender syntax check.
5555         (message-shoot-gnksa-feet): Add cancel-messages option doc.
5556
5557         * gnus-draft.el (gnus-draft-send): If interactive, use its default
5558         value of message-syntax-checks.
5559
5560         * qp.el (quoted-printable-decode-region): Doc addition.
5561         From: Eli Zaretskii <eliz@is.elta.co.il>
5562
5563         * mail-source.el (make-source-make-complex-temp-name): Use
5564         make-temp-file.
5565
5566         * mm-util.el (mm-make-temp-file): New function.
5567         * nneething.el (nneething-file-name): Use it.
5568         * mml-smime.el (mml-smime-encrypt): Ditto.
5569         * mm-view.el (mm-inline-wash-with-file): Ditto.
5570         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
5571         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
5572         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
5573         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
5574         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
5575         * gnus-art.el (gnus-mime-print-part): Ditto.
5576
5577 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5578
5579         * message.el (nnmaildir-article-number-to-base-name): New
5580         function.
5581         (nnmaildir-base-name-to-article-number): New function.
5582
5583 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5584
5585         * smime.el (smime-make-temp-file): Don't quote
5586         `temporary-file-directory'.
5587
5588 2002-03-04  Simon Josefsson  <jas@extundo.com>
5589
5590         * smime.el (smime-sign-region): Rename argument keyfiles to
5591         keyfile. You only sign something with one key.
5592         (smime-sign-buffer): Better completing-read prompt.
5593         (smime-decrypt-buffer): Ditto.
5594
5595         * smime.el (smime-make-temp-file): Make it work under XEmacs.
5596
5597         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
5598         completing-read.
5599         (mm-view-pkcs7-decrypt): CRLF->LF.
5600
5601 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
5602
5603         * message.el (message-hierarchical-addresses): New variable.
5604         (message-get-reply-headers): Use it.
5605         From Ted Zlatanov <teodor.zlatanov@divine.com>
5606
5607 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5608
5609         * message.el (message-mode): If buffer-file-name, don't set auto
5610         save file name.
5611         Trivial change from Geoff Greene <ggreene@wpi.edu>
5612
5613 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5614
5615         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
5616         takes one argument in read-char.
5617
5618         * message.el (message-fix-before-sending): Forward a char.
5619         Check mmu-multibyte-p, add control-1.
5620
5621 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5622
5623         * gnus-start.el (gnus-read-init-file): Ditto.
5624
5625         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
5626
5627         * dgnushack.el (dgnushack-make-load): Ditto.
5628
5629         * mail-source.el (mail-source-fetch): Extract the right error
5630         code.
5631
5632         * message.el (message-fix-before-sending): Check illegible text.
5633
5634         * gnus-util.el (gnus-multiple-choice): New function.
5635
5636         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
5637         also defined in gnus-score.el.
5638
5639 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
5640
5641         * message.el (message-get-reply-headers): downcase email addresses
5642         for comaparisons for duplicate removal.
5643
5644 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5645
5646         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
5647         implementation of PKCS#7, which just allows users read the
5648         message.
5649         (mm-view-pkcs7): Use it.
5650
5651 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5652
5653         * gnus.el (large-newsgroup-initial): New parameter.
5654
5655         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
5656         (gnus-summary-insert-old-articles): Ditto.
5657
5658 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5659
5660         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
5661         used as the default answer of the question, "How many articles?".
5662         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5663
5664         * nnagent.el (nnagent-retrieve-headers): Remove articles with
5665         small numbers.
5666
5667 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5668
5669         * deuglify.el: Fix comments.
5670
5671 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
5672
5673         * html2text.el (html2text-clean-anchor): If there is no HREF,
5674         insert nothing.
5675
5676         * mml.el (mml-generate-mime-1): Add cdr.
5677         From: andre@slamdunknetworks.com
5678
5679         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
5680         (mm-text-html-washer-alist): Ditto.
5681
5682         * mm-decode.el (mm-text-html-renderer): Add html2text.
5683
5684         * html2text.el: Face lift.
5685
5686         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
5687
5688 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
5689
5690         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
5691
5692         * deuglify.el: Change copy right. Add autoload. Add coding-system.
5693
5694         * deuglify.el: New file. The original file name is
5695         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
5696
5697         * mm-decode.el (mm-display-external): Use
5698         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
5699
5700 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
5701
5702         * nnmaildir.el (nnmaildir-request-list): Report the highest
5703         article number, not the total number of articles.
5704
5705 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5706
5707         * gnus-sum.el: Move uu key map here.
5708         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
5709
5710 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
5711
5712         * nnmaildir.el (nnmaildir-request-expire-articles): Use
5713         nnmail-expiry-wait* if expire-age parameter is not set.
5714
5715 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5716
5717         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
5718         function.
5719         (gnus-group-sort-selected-groups-by-real-name): New function.
5720         (gnus-group-make-menu-bar): Add sort by real name.
5721
5722         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
5723         rebuild.
5724         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
5725         nil as dependencies as well.
5726
5727 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5728
5729         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
5730         for mime-parts.
5731
5732         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
5733
5734         * gnus-group.el (gnus-group-name-decode): Don't test
5735         multibyte-string, because it breaks XEmacs.
5736         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
5737
5738         * message.el (message-send-mail): Be talkative.
5739
5740         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
5741         (mm-automatic-display): Ditto.
5742
5743         * mailcap.el (mailcap-mime-data): Ditto.
5744         From: Reiner Steib <4uce.02.r.steib@gmx.net>
5745
5746 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5747
5748         * many files: Remove trailing whitespaces, replace spc+tab with
5749         tab, replace leading whitespaces with tabs.
5750
5751 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
5752
5753         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
5754         articles with no body and no blank line after the header.
5755
5756 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5757
5758         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
5759         parts.
5760
5761         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
5762         non-ascii chars.
5763
5764         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
5765
5766         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
5767         w3-delay-image-loads.
5768         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
5769         (mm-w3-prepare-buffer): Ditto.
5770
5771         * mail-source.el (mail-source-fetch-directory): Run scripts.
5772
5773 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5774
5775         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
5776         for Majordomo confirmations.
5777
5778 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5779
5780         * gnus-fun.el (gnus-respond-to-confirmation): New command.
5781
5782 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5783
5784         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
5785
5786 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
5787
5788         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
5789         References header field.  From Mark Thomas <mthomas@cmu.edu>.
5790
5791 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5792
5793         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
5794         (mm-inline-render-with-stdin): Ditto.
5795         (mm-inline-render-with-function): Ditto.
5796         (mm-inline-wash-with-file): Bind coding-system-for-write.
5797         (mm-inline-wash-with-stdin): Ditto.
5798
5799 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5800
5801         Suggested by Felix Natter <fnatter@gmx.net>
5802
5803         * gnus-art.el (gnus-mime-view-part-externally): Rename from
5804         gnus-mime-externalize-view.
5805         (gnus-mime-view-part-internally): Rename from
5806         gnus-mime-internalize-view.
5807         (gnus-article-view-part-externally): Rename from
5808         gnus-article-externalize-part.
5809         (gnus-mime-action-alist): Change correspondingly.
5810         (gnus-mime-button-commands): Ditto.
5811         (gnus-mime-action-alist): Remove duplication.
5812
5813         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
5814
5815 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5816
5817         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
5818
5819         * gnus-art.el (gnus-display-mime): Use it.
5820
5821         * mm-partial.el (mm-partial-find-parts): Use it.
5822
5823         * gnus-sum.el (gnus-article-loose-mime): Rename from
5824         gnus-article-no-strict-mime.
5825         (gnus-summary-save-parts): Use it.
5826
5827 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5828
5829         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
5830         local variable.
5831
5832         * gnus-art.el (article-display-x-face): Don't sort multiple
5833         X-Faces.
5834
5835 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5836
5837         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
5838         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
5839
5840         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
5841
5842 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5843
5844         Some ideas is inspired by code from Hrvoje Niksic
5845         <hniksic@arsdigita.com>
5846
5847         * gnus-art.el (gnus-article-wash-function): Set the default to
5848         nil, so that we use mm-text-html-renderer instead.
5849         (article-wash-html): Use mm-text-html-renderer.
5850
5851         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
5852         (mm-text-html-renderer): New variable.
5853         (mm-inline-text-html-renderer): Set the default to nil, so that we
5854         use mm-text-html-renderer instead.
5855
5856         * mm-view.el (mm-inline-text-html): New function.
5857         (mm-text-html-renderer-alist): New variable.
5858         (mm-inline-text-vcard): New function.
5859         (mm-inline-text): Split.
5860         (mm-links-remove-leading-blank): New function.
5861         (mm-inline-render-with-file): New function.
5862         (mm-inline-render-with-stdin): New function.
5863         (mm-inline-render-with-function): New function.
5864         (mm-text-html-washer-alist): New variable.
5865         (mm-inline-wash-with-file): New function.
5866         (mm-inline-wash-with-stdin): New function.
5867
5868 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5869
5870         * message-utils.el: Fix installation doc.
5871         From: Reiner Steib <4uce.02.r.steib@gmx.net>
5872
5873 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5874
5875         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
5876         (gnus-post-method): Use it.
5877         (gnus-summary-cancel-article): Find the correct post-method.
5878
5879         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
5880         * message.el (message-send-news): Ditto.
5881         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
5882         <ipmonger@delamancha.org>
5883
5884         * gnus.el (gnus-select-method): Fix doc.
5885         (gnus-server-string): Use 'using nntp'.
5886
5887         * gnus-agent.el (gnus-slave-unplugged): New command.
5888         From: Felix Natter <fnatter@gmx.net>
5889
5890 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5891
5892         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
5893         Call edit-done-function first, then change the window
5894         configuration.
5895         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
5896         (gnus-article-edit-mode): mml-mode.
5897
5898         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
5899         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
5900
5901         * message-utils.el: Adopt the file.
5902
5903         * message-utils.el: New file.
5904         From Holger Schauer <Holger.Schauer@gmx.de>
5905
5906 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5907
5908         * gnus-sum.el (gnus-summary-move-article): Select-article only
5909         when gnus-move-split-methods is non-nil. And we don't render or
5910         mark the article.
5911
5912         * gnus-fun.el (gnus-shell-command-to-string): New function.
5913         (gnus-shell-command-on-region): New function.
5914         (gnus-random-x-face): Use them.
5915         (gnus-x-face-from-file): Ditto.
5916         (gnus-convert-image-to-gray-x-face): Ditto.
5917         (gnus-convert-gray-x-face-to-xpm): Ditto.
5918         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
5919
5920 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5921
5922         * gnus-art.el (gnus-treat-display-xface): Don't use
5923         `shell-command-to-string' when compiling.
5924         (gnus-treat-display-grey-xface): Ditto.
5925
5926 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
5927
5928         * nnmaildir.el (nnmaildir--article-count): If the group is
5929         completely empty, report minimum article number as 1 instead of 0.
5930
5931 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5932
5933         * gnus-agent.el (gnus-get-predicate): Use nconc.
5934
5935         * gnus-sum.el (gnus-summary-display-make-predicate): Use
5936         gnus-summary-display-cache as cache.
5937
5938         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
5939         (nndoc-mail-in-mail-type-p): New function.
5940         (nndoc-mail-in-mail-article-begin): New function.
5941
5942 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5943
5944         * mailcap.el (mailcap-mime-data): Use enriched-decode.
5945
5946         * gnus-cite.el (gnus-article-fill-cited-article): Bind
5947         use-hard-newlines to nil.
5948
5949         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
5950         image is not available if window-system is not available.
5951
5952         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
5953
5954 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5955
5956         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
5957         bookmark, because update-mark doesn't handle it correctly.
5958
5959 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5960
5961         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
5962         directly instead of calling message-send-mail.
5963
5964         * gnus-start.el (gnus-read-descriptions-file): Use
5965         gnus-default-charset.
5966
5967         * mm-util.el (mm-guess-mime-charset): New function.
5968
5969         * gnus.el (gnus-default-charset): Use it.
5970         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
5971         the default.
5972
5973 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5974
5975         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
5976         (article-display-x-face): Use it.  Disable grey xface, if
5977         uncompface is not found.
5978
5979         * message.el (message-mode): Don't enable multibyte on an indirect
5980         buffer.
5981
5982         * nnrss.el (nnrss-content-function): New variable.
5983         (nnrss-request-article): Use it.
5984
5985 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5986
5987         * gnus.el: Add article-unsplit-urls.
5988         * gnus-sum.el: Ditto.
5989         * gnus-art.el (gnus-treat-strip-cr): New variable.
5990         (gnus-treatment-function-alist): Use it.
5991         (article-unsplit-urls): New function.
5992         (gnus-article-make-menu-bar): Use it.
5993         From: Michael Cook <michael.cook@cisco.com>
5994
5995 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5996
5997         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
5998         copy.
5999
6000 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
6001
6002         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
6003         with internal whitespace.
6004         (gnus-parent-id): Ditto.
6005
6006 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6007
6008         * gnus-art.el (gnus-article-treat-body-boundary): Add
6009         gnus-decoration property.
6010         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
6011
6012         * message.el (message-mode): Set local-abbrev-table.
6013         From Matt Armstrong <matt@lickey.com>.
6014
6015         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
6016         too many spaces.
6017
6018         * rfc2047.el (rfc2047-unfold-region): Ditto.
6019         (rfc2047-decode-region): Don't unfold. Let
6020         gnus-article-treat-unfold-headers do it.
6021
6022         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
6023         From: Jesper Harder <harder@ifa.au.dk>
6024
6025 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6026
6027         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
6028         (gnus-configure-posting-styles): Use it.
6029         (gnus-configure-posting-styles): Remove trailing newspaces.
6030
6031 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6032
6033         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
6034         is non-nil.
6035
6036         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
6037
6038         * gnus.el (gnus-server-to-method): Switch position with
6039         gnus-server-get-method.
6040         (gnus-agent): Add doc.
6041
6042         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
6043         (gnus-summary-save-parts): Use it.
6044
6045         * gnus-art.el (gnus-display-mime): Use it.
6046         * mm-partial.el (mm-partial-find-parts): Use it.
6047
6048         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
6049
6050         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
6051         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
6052
6053         * nnagent.el (nnagent-request-expire-articles): Don't delete
6054         files.
6055
6056 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6057
6058         * message.el (message-gen-unsubscribed-mft): New function.
6059         From Sriram Karra <karra@cs.utah.edu>.
6060
6061         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
6062         open parenthesis.
6063
6064         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
6065         (mm-inline-text-html-render-with-w3): Ditto.
6066         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
6067         Suggested by Dave Love  <d.love@dl.ac.uk>.
6068
6069         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
6070
6071         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
6072         * nntp.el (nntp-send-command): Ditto.
6073         * nntp.el (nntp-send-command-nodelete): Ditto.
6074
6075 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6076
6077         * mm-url.el (mm-url-load-url): New function.
6078         (mm-url-insert-file-contents): Use it.
6079
6080         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
6081
6082         * message.el (message-forward-make-body): Correctly copy
6083         forward-buffer.
6084
6085         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
6086
6087 2002-02-04  Simon Josefsson  <jas@extundo.com>
6088
6089         * gnus-art.el (gnus-article-followup-with-original): Mark with
6090         force, prevent errors when following up from article buffer.
6091         (gnus-article-reply-with-original): Ditto.
6092
6093         * binhex.el (binhex-decoder-switches): Fix doc.  From
6094         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6095
6096 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6097
6098         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
6099         highlight-citation after emphasize.
6100
6101 2002-02-04  Simon Josefsson  <jas@extundo.com>
6102
6103         * nnfolder.el (nnfolder-open-marks):
6104
6105         * nnml.el (nnml-open-marks): Message when done.  From David
6106         Edmondson <dme@sun.com>.
6107
6108 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6109
6110         * imap.el (imap-anonymous-auth): Fix typo.
6111         From: Steinar Bang <sb@dod.no>
6112
6113         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
6114         save-excursion.
6115         (gnus-cache-braid-heads): Ditto.
6116
6117         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
6118         line, because there are extra articles in the overview buffer.
6119
6120         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
6121
6122         * message.el (message-forward-rmail-make-body): Directly use
6123         rmail-msg-restore-non-pruned-header to avoid calling
6124         vertical-motion.
6125
6126 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6127
6128         * gnus-cache.el (gnus-summary-insert-cached-articles):
6129         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
6130
6131         * gnus-group.el (gnus-group-mark-article-read): Nreverse
6132         gnus-newsgroups-unselected.
6133
6134         * gnus-agent.el (gnus-summary-set-agent-mark): Use
6135         gnus-add-to-sorted-list.
6136
6137         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
6138         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
6139         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
6140         (gnus-update-read-articles): UNREAD is sorted.
6141         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
6142         (gnus-newsgroup-marked, gnus-newsgroup-cached)
6143         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
6144         (gnus-newsgroup-dormant): Require sorted.
6145
6146         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
6147         directories.
6148         (gnus-dired-print): New function.
6149
6150         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
6151         ps-despool.
6152
6153 2002-02-02  Simon Josefsson  <jas@extundo.com>
6154
6155         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
6156
6157 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6158
6159         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
6160         t. This makes gnus-agent customizable without putting
6161         gnus-agentize into .gnus.
6162
6163         * gnus.el (gnus-agent): Make it customizable.
6164
6165         * gnus-dired.el: New file.
6166         From Benjamin Rutt <brutt@bloomington.in.us>
6167
6168         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
6169         if no article.
6170         (gnus-cache-possibly-remove-article): Ditto.
6171         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
6172
6173 2002-02-01  Simon Josefsson  <jas@extundo.com>
6174
6175         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
6176
6177 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6178
6179         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
6180         (mm-setup-w3m): Don't bind keys listed in the above.
6181
6182 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
6185         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
6186         is non-nil; bind `w3m-force-redisplay' with nil.
6187
6188         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6189
6190         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
6191
6192 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6193
6194         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
6195         use mail-header-unfold-field.
6196
6197         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
6198         gnus-summary-limit.
6199
6200         * gnus-range.el (gnus-add-to-sorted-list): New function.
6201         * gnus-sum.el (gnus-mark-article-as-read): Use it.
6202         (gnus-mark-article-as-unread): Ditto.
6203         (gnus-summary-mark-article-as-unread): Ditto.
6204         (gnus-build-get-header): Ditto.
6205         (gnus-summary-prepare-threads): Ditto.
6206         (gnus-summary-insert-pseudos): Ditto.
6207         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
6208         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
6209         (gnus-summary-insert-old-articles): Ditto.
6210
6211         * gnus-msg.el (gnus-posting-styles): Add new format of header.
6212         (gnus-configure-posting-styles): Support the new format.
6213
6214         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
6215         edebug-form-spec to (sexp body).
6216         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
6217
6218         * message.el (message-reply-headers): Add doc.
6219
6220 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6221
6222         * gnus-group.el (gnus-group-delete-group): Nix the entry in
6223         gnus-cache-active-hashtb.
6224
6225         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
6226         (gnus-agent-summary-fetch-group): Use it.
6227
6228         * gnus-msg.el (gnus-debug-files): New variable.
6229         (gnus-debug-exclude-variables): New variable.
6230         (gnus-debug): Use them.
6231
6232         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
6233
6234 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6235
6236         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
6237         (message-mode-syntax-table): Move back the previous position.
6238
6239         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
6240
6241         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6242         gnus-sorted-difference.
6243
6244         * nnsoup.el (nnsoup-request-expire-articles): Use
6245         gnus-sorted-difference.
6246
6247         * nnheader.el: Autoload gnus-sorted-difference.
6248
6249         * nnfolder.el (nnfolder-request-expire-articles): Use
6250         gnus-sorted-difference.
6251
6252         * gnus-cache.el (gnus-cache-retrieve-headers): Use
6253         gnus-sorted-difference.
6254
6255         * gnus-range.el: Autoload cookies.
6256         (gnus-sorted-difference): New function.
6257         (gnus-sorted-ndifference): New function.
6258         (gnus-sorted-nintersection): Rename from
6259         gnus-set-sorted-intersection.
6260         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
6261         (gnus-list-range-difference): Rename from
6262         gnus-inverse-list-range-intersection.
6263         (gnus-inverse-list-range-intersection): Use defalias.
6264
6265         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
6266         gnus-sorted-ndifference, and gnus-sorted-nintersection.
6267         (gnus-articles-to-read): Use gnus-sorted-difference.
6268         (gnus-summary-limit-mark-excluded-as-read): Use
6269         gnus-sorted-intersection and gnus-sorted-ndifference.
6270         (gnus-list-of-read-articles): Use gnus-list-range-difference.
6271         (gnus-summary-insert-articles): Use gnus-sorted-difference.
6272
6273         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
6274
6275 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6276
6277         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
6278         property to the buffer for using emacs-w3m command keys.
6279
6280         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
6281         option.
6282
6283         * mm-view.el (mm-w3m-mode-map): New variable.
6284         (mm-w3m-mode-command-alist): New variable.
6285         (mm-w3m-minor-mode): Removed.
6286         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
6287         (mm-inline-text-html-render-with-w3m): Add keymap property to the
6288         buffer for using emacs-w3m command keys.
6289
6290 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6291
6292         * message.el (message-mode-syntax-table): Move forward.
6293         (message-cite-prefix-regexp): Auto detect non word constituents.
6294         (message-cite-prefix-regexp): Don't use with-syntax-table.
6295
6296         * gnus-sum.el (gnus-summary-update-info): Use
6297         gnus-list-range-intersection.
6298
6299         * gnus-agent.el (gnus-agent-fetch-headers): Use
6300         gnus-list-range-intersection.
6301
6302         * gnus-range.el (gnus-range-normalize): Use correct predicate.
6303         (gnus-list-range-intersection): Use it.
6304         (gnus-inverse-list-range-intersection): Ditto.
6305         (gnus-sorted-intersection): Add doc.
6306         (gnus-set-sorted-intersection): Add doc.
6307         (gnus-sorted-union): New function.
6308         (gnus-set-sorted-union): New function.
6309
6310         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
6311         (gnus-inverse-list-range-intersection): Ditto.
6312
6313 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
6314
6315         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
6316
6317         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
6318         and permit `:' and `\' in order to handle full Windows pathnames.
6319         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
6320         technically not correct per standard, but seems to have common use.
6321
6322 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6323
6324         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
6325         replacing numbers.
6326
6327 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
6328
6329         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
6330
6331         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
6332         Don't split when the window is small, e.g. when a small *BBDB*
6333         window is the lowest one.
6334
6335         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6336         nnheader-find-nov-line to speed up. Use nreverse, because it is
6337         sorted. Use nnheader-insert-nov-file.
6338
6339 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * mm-decode.el (mm-inline-text-html-with-images): New user option.
6342
6343         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
6344         of `w3m-display-inline-images' with the value of
6345         `mm-inline-text-html-with-images'.
6346         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
6347
6348         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6349
6350 2002-01-27  Richard M. Stallman  <rms@gnu.org>
6351
6352         * time-date.el: Add autoload cookies.  Many doc fixes.
6353         (time-add): New function.
6354         (time-subtract): Renamed from subtract-time.
6355         (subtract-time): New alias for time-subtract.
6356
6357 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
6360         emacs-w3m in doc-string.
6361
6362         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
6363         `w3m-current-buffer'.
6364
6365 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6366
6367         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
6368
6369         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
6370         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
6371         (mm-w3m-cid-retrieve): New function.
6372         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
6373
6374 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6375
6376         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
6377
6378 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6379
6380         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
6381
6382 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6383
6384         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
6385         32K.
6386
6387         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
6388
6389         * nnmail.el (nnmail-article-group): Decode headers before running
6390         split rules over them.
6391         (nnmail-mail-splitting-charset): New variable.
6392
6393         * smiley.el: Replaced with smiley-ems.el.
6394
6395 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6396
6397         * mm-url.el (mm-url-predefined-programs): Add w3m.
6398         (mm-url-program): Ditto.
6399
6400 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6401
6402         * nnml.el (nnml-use-compressed-files): New variable.
6403         (nnml-filenames-are-evil): Removed.
6404         (nnml-current-group-article-to-file-alist): Don't use.
6405         (nnml-update-file-alist): Inhibit.
6406         (nnml-article-to-file): Use new var.
6407
6408 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6409
6410         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
6411
6412         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
6413
6414 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6415
6416         * gnus-agent.el (gnus-agent-load-alist): Use new caching
6417         function.
6418
6419         * gnus-util.el (gnus-cache-file-contents): New function.
6420
6421         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
6422         (gnus-agent-load-alist): Use it.
6423
6424         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
6425
6426         * nnheader.el (nnheader-insert-nov-file): New function.
6427
6428         * gnus-util.el (gnus-parse-without-error): Correct the loop.
6429
6430         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
6431         there are no references.
6432         (gnus-extract-message-id-from-in-reply-to): New function.
6433         (gnus-nov-parse-line): Use in-reply-to if there are no
6434         references.
6435
6436 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6437
6438         * nnagent.el (nnagent-retrieve-headers): Use new macro.
6439
6440         * gnus-util.el (gnus-parse-without-error): New macro.
6441
6442 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
6443
6444         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
6445         (gnus-article-wash-function): use locate-library to decide which
6446         to use.
6447
6448 2002-01-25  Simon Josefsson  <jas@extundo.com>
6449
6450         * pop3.el (pop3-munge-message-separator): Work if no date.
6451         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
6452
6453 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6454
6455         * gnus-agent.el (gnus-agent-save-alist): Fix.
6456
6457         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
6458         mistake.  Reinstated lost code.
6459
6460 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
6461
6462         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
6463         one exists in the case of an encrypted message with an internal
6464         signature.
6465
6466 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6467
6468         * gnus-agent.el (gnus-agent-save-alist): Optimized.
6469
6470 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6471
6472         * dgnushack.el: Commented out the experimental code.
6473
6474 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6475
6476         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
6477         error.
6478
6479         * gnus.el (gnus-server-to-method): Made into subst.
6480         (gnus-server-method-cache): New variable.
6481         (gnus-server-to-method): Use it.
6482         (gnus-group-method-cache): New variable.
6483         (gnus-find-method-for-group-1): Renamed.
6484         (gnus-find-method-for-group): New function.
6485         (gnus-group-method-cache): Removed.
6486
6487         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
6488         function.
6489
6490         * gnus-range.el (gnus-members-of-range): New function.
6491         (gnus-list-range-intersection): Renamed.
6492         (gnus-inverse-list-range-intersection): New function.
6493
6494         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
6495
6496         * nnagent.el (nnagent-retrieve-headers): New implementation.
6497
6498         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
6499         implementation.
6500
6501 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6502
6503         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
6504         `w3m-meta-content-type-charset-regexp'.
6505
6506         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
6507         charset-encoded html contents.
6508
6509 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6510
6511         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
6512         an empty file.
6513
6514         * nnweb.el (url): Ignore errors when request url.
6515
6516         * nnrss.el: Clean up the comments.
6517
6518 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6519
6520         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
6521
6522         * mm-decode.el (mm-inline-text-html-renderer): New user option.
6523         (mm-inline-media-tests): Test whether the value of
6524         `mm-inline-text-html-renderer' is a function for text/html.
6525
6526         * mm-view.el (mm-inline-text-html-render-with-w3): New function
6527         separated from `mm-inline-text'.
6528         (mm-w3m-minor-mode): New variable.
6529         (mm-w3m-setup): New variable.
6530         (mm-setup-w3m): New function.
6531         (mm-inline-text-html-render-with-w3m): New function.
6532         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
6533         text/html.
6534
6535 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
6536
6537         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
6538
6539 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
6542         and `gnus-xmas-completing-read'.
6543
6544 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6545
6546         * nneething.el (nneething-message-id-number): Abolished.
6547         (nneething-encode-file-name): Not encode numerical characters.
6548         (nneething-make-head): `nneething-message-id-number' is not
6549         used to generate message IDs.
6550
6551 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6552
6553         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
6554         characters.
6555
6556 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6557
6558         * gnus-xmas.el (gnus-xmas-completing-read): New function.
6559         (gnus-xmas-redefine): Redefine conditionally.
6560
6561 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6562
6563         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
6564         tag.
6565
6566 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
6567
6568         * message.el (message-font-lock-keywords): Added the secure tag.
6569         * mml-sec.el: Added functions to generate/modify/remove the secure
6570         tag while in message mode.
6571         * mml-sec.el (mml-secure-message): New.
6572         * mml-sec.el (mml-unsecure-message): New.
6573         * mml-sec.el (mml-secure-message-sign-smime): New.
6574         * mml-sec.el (mml-secure-message-sign-pgp): New.
6575         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
6576         * mml-sec.el (mml-secure-message-encrypt-smime): New.
6577         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
6578         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
6579         * mml.el (mml-parse-1): Added code to recognise the secure tag and
6580         convert it to either a part or multipart depending on if there are
6581         other parts in the message.
6582         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
6583         to use the secure tag, rather than the part tag.
6584         * mml.el (mml-preview): Added a save-excursion to keep cursor
6585         position after doing an MML preview.
6586
6587 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6588
6589         * nnheader.el (nnheader-parse-overview-file): New function.
6590         (nnheader-write-overview-file): New function.
6591
6592 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6593
6594         * gnus.el (gnus-group-fast-parameter): Check better if expansion
6595         in wanted.
6596
6597         * nnweb.el (nnweb-type-definition): Clean up.
6598
6599 2002-01-21  Alastair Burt  <burt@dfki.de>
6600         Trivial patch.
6601
6602         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
6603         buffer exists before jumping to it.
6604
6605 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6606
6607         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
6608         function.
6609         (article-wash-html): Use it.
6610         (gnus-article-wash-function): New variable.
6611         (gnus-article-wash-html-with-w3m): New function.
6612
6613 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6614
6615         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
6616         XEmacs.
6617
6618 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
6619
6620         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
6621         command line.
6622
6623 2002-01-21  Simon Josefsson  <jas@extundo.com>
6624
6625         * canlock.el (base64-encode-string): Autoload it from base64.
6626         (canlock-make-cancel-key): Base64 encode unibyte string.
6627
6628 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6629
6630         * nnfolder.el (nnfolder-request-accept-article): Unfold
6631         x-from-line.
6632         (nnfolder-request-replace-article): Ditto.
6633
6634 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
6635
6636         * gnus-group.el (gnus-group-best-unread-group): Use the right
6637         positioning function.
6638
6639 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6640
6641         * smiley-ems.el (smiley-region): Use new function.
6642         (smiley-update-cache): Use general image functions.
6643         (smiley-region): Use general functions.
6644
6645         * gnus-util.el (gnus-graphic-display-p): New function.
6646
6647         * nnmail.el (nnmail-article-group): Allow outputting traces of
6648         non-strings.
6649
6650         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
6651         (nndoc-exim-bounce-type-p): New function.
6652
6653         * message.el (message-dont-send): Doc fix.
6654
6655         * gnus-util.el (gnus-completing-read): Remove
6656         inherit-input-method.
6657
6658         * gnus-art.el (gnus-treat-smiley): Doc fix.
6659
6660         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
6661         articles.
6662
6663 2002-01-19  Simon Josefsson  <jas@extundo.com>
6664
6665         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
6666         (imap-kerberos4-open): Ditto.
6667         (imap-open): Set port correctly, don't set auth.
6668
6669 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6670
6671         * gnus.el (gnus-version-number): Bump version number.
6672
6673 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6674
6675         * gnus.el: Oort Gnus v0.05 is released.
6676
6677 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6678
6679         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
6680         exists.
6681
6682         * gnus-spec.el (gnus-string-width-function): New function.
6683         (gnus-tilde-cut-form): Use it.
6684         (gnus-tilde-max-form): Ditto.
6685         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
6686         (gnus-substring-function): Use it.
6687         (gnus-tilde-cut-form): Ditto.
6688         (gnus-substring-function): New function.
6689
6690         * message.el (message-check-news-header-syntax): New message.
6691
6692         * gnus.el (gnus-slave-no-server): Doc fix.
6693
6694         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
6695
6696 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6697
6698         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
6699         `seen' if it looks like (seen NUM1 . NUM2).  It should be
6700         (seen (NUM1 . NUM2)).
6701
6702 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6703
6704         * gnus-topic.el (gnus-topic-catchup-articles): Update article
6705         number in closed topics.
6706
6707 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
6708
6709         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
6710         functions.
6711
6712 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6713
6714         * gnus.el (gnus-group-find-parameter): Clean up.
6715
6716         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
6717         articles.
6718
6719         * gnus-util.el (gnus-completing-read-with-default): Renamed.
6720
6721         * nnmail.el (nnmail-article-group): Clean up.
6722
6723 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
6724
6725         * gnus-agent.el (gnus-category-name): Intern the category name.
6726
6727 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6728
6729         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
6730
6731         * gnus-util.el (gnus-completing-read): New function.
6732
6733 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6734
6735         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
6736
6737         * smiley-ems.el (smiley-region): Register smiley.
6738         (smiley-toggle-buffer): Rewrite the function.
6739         (smiley-active): Removed.
6740
6741 2002-01-19  Simon Josefsson  <jas@extundo.com>
6742
6743         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
6744         Jesper Harder <harder@ifa.au.dk>.
6745
6746 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6747
6748         * gnus-art.el (gnus-request-article-this-buffer): Call
6749         `nneething-get-file-name' to extract the file name from the
6750         message id.
6751
6752         * nneething.el (nneething-encode-file-name): New function.
6753         (nneething-decode-file-name): Ditto.
6754         (nneething-get-file-name): Ditto.
6755         (nneething-make-head): Encode the file name and encapsulate it
6756         into the field of the message id.
6757
6758 2002-01-18  Simon Josefsson  <jas@extundo.com>
6759
6760         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
6761         stored in .marks.
6762
6763         * nnfolder.el (nnfolder-request-update-info): Ditto.
6764
6765 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6766
6767         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
6768
6769 2002-01-18  Simon Josefsson  <jas@extundo.com>
6770
6771         * imap.el (imap-starttls-p): Don't check for binary.
6772         (imap-gssapi-auth-p): Ditto.
6773         (imap-kerberos4-auth-p): Ditto.
6774         (imap-open): Change logic.  Iterate through all possible streams,
6775         instead of bailing out after first failure.  Move authenticator
6776         decision to `imap-authenticate'.
6777         (imap-authenticate): Change logic, now finds the authenticator to
6778         use, was previously in `imap-open'.
6779         (imap-open): Return nil on failure.
6780         (imap-open): Setup temp buffer correctly.
6781         (imap-open): Return buffer only on success.
6782         (imap-interactive-login, imap-interactive-login): Tell the user
6783         which stream/authenticator is used for the queried
6784         username/password.
6785         (imap-open, imap-authenticate): Set variables.
6786         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
6787         (imap-open): Don't assume how `with-temp-buffer' is implemented.
6788
6789 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6790
6791         * gnus-fun.el (gnus-grab-cam-x-face): New function.
6792
6793 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6794
6795         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
6796
6797 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6798
6799         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
6800         (gnus-agent-group-mode-map): Bind it to "Jo".
6801         (gnus-agent-group-make-menu-bar): Add it into menu bar.
6802
6803 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
6804
6805         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
6806         (gnus-summary-mail-toolbar): Add mail article deletion button.
6807
6808         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
6809         false positives for lines of "^^^^".
6810
6811         * gnus-picon.el (gnus-picon-find-face): faces database is all
6812         lowercase.
6813
6814 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6815
6816         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
6817         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
6818         duplications.
6819         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
6820
6821 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6822
6823         * gnus-sum.el (gnus-summary-initial-limit): Inline
6824         gnus-summary-limit-children.
6825         (gnus-summary-initial-limit): Don't limit if
6826         gnus-newsgroup-display is nil.
6827         (gnus-summary-initial-limit): No, don't.
6828
6829         * gnus-util.el
6830         (gnus-put-text-property-excluding-characters-with-faces): Inline
6831         gnus-put-text-property.
6832
6833         * gnus-spec.el (gnus-default-format-specs): New variable.
6834
6835         * gnus-start.el (gnus-read-newsrc-file): Don't clear
6836         gnus-format-specs.
6837         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
6838
6839         * gnus-spec.el (gnus-update-format-specifications): Really check
6840         the Gnus version of the .newsrc.eld file.
6841         (gnus-format-specs): Save the new default summary format.
6842
6843         * gnus-util.el (gnus-parent-id): Check whether references is empty
6844         before splitting.
6845
6846         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
6847         functions.
6848         (gnus-gather-threads-by-references): Inline
6849         `gnus-split-references'.
6850
6851         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
6852         default value of gnus-summary-line-format-spec.
6853
6854 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6855
6856         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
6857         message.
6858         (nnslashdot-request-list): Ditto.
6859         (nnslashdot-sid-strip): Removed.
6860
6861 2002-01-15  Simon Josefsson  <jas@extundo.com>
6862
6863         * nnimap.el (nnimap-close-asynchronous): Enable.
6864         (nnimap-close-group): Expunge.
6865
6866 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6867
6868         * gnus-util.el (gnus-user-date-format-alist): Typo.
6869         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
6870
6871 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6872
6873         * nneething.el (nneething-request-article): Set
6874         `nnmail-file-coding-system' to `binary' locally, in order to read
6875         files without any conversion.
6876
6877 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6878
6879         * gnus-agent.el (gnus-agent-retrieve-headers): Use
6880         nnheader-file-coding-system and nnmail-active-file-coding-system.
6881         (gnus-agent-regenerate-group): Ditto.
6882         (gnus-agent-regenerate): Ditto.
6883         (gnus-agent-write-active): Ditto.
6884         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
6885
6886 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6887
6888         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
6889         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
6890
6891 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6892
6893         * gnus.el: We don't need gnus-article-show-all-headers.
6894
6895         * gnus-art.el (article-show-all, gnus-article-show-all-header):
6896         Ditto.
6897
6898         * gnus-sum.el (gnus-summary-select-article): Don't call
6899         show-all-headers, because hidden headers are not hidden text any
6900         more.
6901
6902 2002-01-13  Simon Josefsson  <jas@extundo.com>
6903
6904         * message.el (message-newline-and-reformat): Use `newline' instead
6905         of inserting \n, so that the newline is marked as hard.
6906
6907         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
6908         From Jesper Harder <harder@ifa.au.dk>.
6909
6910 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6911
6912         * imap.el (imap-close): Keep going if quit.
6913
6914         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
6915         nntp-server-buffer.
6916
6917 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6918
6919         * mm-view.el (mm-display-inline-fontify): Require font-lock to
6920         avoid unbinding shadowed variables.
6921
6922         * gnus-art.el (gnus-picon-databases): Moved here.
6923         (gnus-picons-installed-p): Moved here.
6924         (gnus-article-reply-with-original): Use `mark'.
6925
6926         * gnus.el (gnus-picon): Moved here and renamed.
6927
6928         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
6929         installed.
6930         (gnus-treat-mail-picon): Ditto.
6931         (gnus-treat-newsgroups-picon): Ditto.
6932
6933         * gnus-picon.el (gnus-picons-installed-p): New function.
6934
6935 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6936
6937         * gnus-agent.el (gnus-agent-go-online): Fix doc.
6938
6939 2002-01-12  Simon Josefsson  <jas@extundo.com>
6940
6941         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
6942         (nnimap-before-find-minmax-bugworkaround): Use it.
6943         (nnimap-find-minmax-uid): Don't reselect current mailbox.
6944         (nnimap-dont-close): New variable.
6945         (nnimap-close-group): Use it.
6946
6947 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6948
6949         * gnus-art.el (gnus-article-reply-with-original): Use
6950         `mark-active'.
6951
6952         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
6953
6954         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
6955         (gnus-score-advanced): Clean up.
6956         (gnus-score-advanced): Accept a multiple of the score.
6957
6958 2002-01-12  Simon Josefsson  <jas@extundo.com>
6959
6960         * flow-fill.el (fill-flowed-display-column)
6961         (fill-flowed-encode-columnq): New variables.  Suggested by
6962         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
6963         (fill-flowed-encode, fill-flowed): Use them.
6964
6965         * message.el (message-send-news, message-send-mail): Use
6966         m-b-s-n-p-e-h-n.
6967
6968         * mml.el (autoload): Autoload fill-flowed-encode.
6969         (mml-buffer-substring-no-properties-except-hard-newlines): New
6970         function.
6971         (mml-read-part): Use it.
6972         (mml-generate-mime-1): Encode format=flowed if appropriate.
6973         (mml-insert-mime-headers): Insert format=flowed.
6974
6975         * flow-fill.el (fill-flowed-encode): New function.
6976         (fill-flowed): Bind fill-column to window width.
6977
6978 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6979
6980         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
6981         it exists.
6982         (gnus-summary-setup-buffer): Wake up dead summary buffers.
6983         (gnus-summary-buffer-name): Don't return the dead name after all.
6984         (gnus-summary-setup-buffer): Kill the dead buffer.
6985
6986         * gnus-art.el (gnus-article-followup-with-original): Store the
6987         value of the mark before deactivating it.
6988
6989 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
6990
6991         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
6992         From: Karl Kleinpaste <karl@charcoal.com>
6993
6994         * gnus-art.el (article-display-x-face): Ditto.
6995         (gnus-article-reply-with-original): Use gnus-region-active-p.
6996         (gnus-article-followup-with-original): Ditto.
6997
6998         * gnus-sum.el (gnus-summary-read-group-1): Don't select
6999         downloadable article either.
7000
7001 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7002
7003         * gnus-art.el (article-display-x-face): Insert From:.
7004
7005         * gnus-sum.el (gnus-summary-move-article): Don't draw the
7006         article. Bind gnus-display-mime-function and
7007         gnus-article-prepare-hook.
7008
7009         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
7010         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
7011         gnus-agent-possibly-synchronize-flags to the last.
7012         (gnus-agent-go-online): New function. New variable.
7013
7014 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7015
7016         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
7017         (gnus-agent-regenerate): Ditto.
7018
7019 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7020
7021         * message.el (message-ignored-news-headers)
7022         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
7023         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
7024
7025         * gnus.el (gnus-gethash-safe): New macro.
7026
7027         * gnus-agent.el (gnus-agent-regenerate-history): New function.
7028         (gnus-agent-regenerate): Show messages.
7029
7030 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7031
7032         * gnus-agent.el (gnus-agent-regenerate-group): New function.
7033         (gnus-agent-regenerate): New function.
7034         (gnus-agent-save-alist): Sort.
7035         (gnus-agent-copy-nov-line): Test eobp.
7036         (gnus-agent-retrieve-headers): Erase buffer.
7037
7038 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7039
7040         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
7041         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
7042
7043         * gnus.el (gnus-agent-covered-methods): Move here.
7044         (gnus-online): New function.
7045         (gnus-agent-method-p): Move here.
7046
7047         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
7048         nil. Remove articles-alist.
7049
7050         * gnus-start.el (gnus-get-unread-articles): Check online.
7051         (gnus-groups-to-gnus-format): Ditto.
7052         (gnus-active-to-gnus-format): Ditto.
7053
7054         * gnus-agent.el (gnus-agent-get-function): Use it.
7055         (gnus-agent-get-undownloaded-list): Ditto.
7056         (gnus-agent-fetch-session): Only fetch online methods.
7057
7058         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
7059         (gnus-server-mode-map): Ditto.
7060         (gnus-server-offline-face): New face.
7061         (gnus-server-offline-face): New variable.
7062         (gnus-server-font-lock-keywords): Add offline.
7063         (gnus-server-insert-server-line): Ditto.
7064         (gnus-server-offline-server): New function.
7065
7066         * gnus-int.el (gnus-open-server): Turn to offline.
7067         (gnus-server-unopen-status): New variable.
7068
7069 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7070
7071         * nnkiboze.el (nnkiboze-request-article): Use
7072         gnus-agent-request-article.
7073
7074         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
7075         function. Insert undownloaded NOV.
7076
7077         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
7078         (gnus-agent-request-article): New function.
7079
7080         * gnus.el (gnus-agent-cache): New variable.
7081
7082         * gnus-int.el (gnus-retrieve-headers): Use
7083         gnus-agent-retrieve-headers.
7084         (gnus-request-head): Use gnus-agent-request-article.
7085         (gnus-request-body): Ditto.
7086
7087         * gnus-art.el (gnus-request-article-this-buffer): Use
7088         gnus-agent-request-article.
7089
7090         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
7091         article if it is undownloaded.
7092
7093 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7094
7095         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
7096
7097 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7098
7099         * canlock.el (canlock-string-as-unibyte): New macro.
7100         (canlock-sha1-with-openssl): Return a unibyte string.
7101         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
7102
7103 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
7104
7105         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
7106
7107 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7108
7109         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
7110         application/x-emacs-lisp.
7111
7112         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
7113
7114         * nntp.el (nntp-request-article): Add group parameter.
7115         (nntp-request-head): Ditto.
7116         (nntp-find-group-and-number): Add parameter group. Figure out
7117         number if the status line doesn't give (e.g. quimby.gnus.org).
7118
7119 2002-01-08  Simon Josefsson  <jas@extundo.com>
7120
7121         * mml.el (mml-generate-mime-1): Set recipient correctly.
7122
7123 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7124
7125         * message.el (message-read-from-minibuffer): Add parameter
7126         initial-contents.
7127         * gnus-msg.el (gnus-summary-resend-message): Use it.
7128
7129         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
7130         behavior of quit-config.
7131
7132         * message.el (message-make-from): Don't quote fullname.
7133         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
7134
7135         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
7136         From: <andre@slamdunknetworks.com>
7137
7138 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
7139
7140         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
7141
7142         * gnus-art.el (gnus-header-button-alist): Handle mailto.
7143
7144         * mml.el (mml-preview): Bind gnus-original-article-buffer because
7145         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
7146         because bbdb may use it.
7147
7148 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7149
7150         * nneething.el (nneething-request-article): When a non-text file
7151         is converted to an article, its data is encoded in base64.  Call
7152         `nneething-make-head' with options to specify MIME types.
7153         (nneething-make-head): Add optional arguments to specify MIME
7154         types.
7155
7156 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7157
7158         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
7159         header if there is not.
7160
7161         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
7162
7163         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
7164         (gnus-inews-mark-gcc-as-read): Obsolete variable.
7165         (gnus-inews-do-gcc): Use them.
7166
7167         * gnus-group.el (gnus-group-mark-article-read): Put holes into
7168         gnus-newsgroup-unselected.
7169
7170 2002-01-06  Simon Josefsson  <jas@extundo.com>
7171
7172         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
7173         condition-case, not ignore-errors.
7174
7175 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7176
7177         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
7178         gnus-fetch-old-headers.
7179
7180         * gnus-art.el (article-display-x-face): Use the current buffer
7181         unless `W f'. Otherwise, X-Face may be shown in the header of a
7182         forwarded part.
7183         (gnus-treatment-function-alist): Treat xface before hiding
7184         headers.
7185
7186 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7187
7188         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
7189         parameters.
7190
7191 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7192
7193         * mm-util.el (mm-multibyte-p): Define conditionally when load.
7194         (mm-guess-charset): New function.
7195         (mm-charset-after): Use it.
7196         (mm-detect-coding-region): New function.
7197         (mm-detect-mime-charset-region): New function.
7198
7199         * gnus-sum.el (gnus-summary-show-article): Use
7200         mm-detect-coding-region.
7201
7202 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7203
7204         * message.el (message-make-fqdn): Be less violent.
7205
7206         * gnus.el (gnus-logo-color-style): Compute custom form
7207         automatically.
7208
7209         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
7210         score file of the parent to the document group.
7211
7212         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
7213         parameters parameter.
7214
7215         * gnus-score.el (gnus-score-load-file): Clean up.
7216
7217 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7218
7219         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
7220         From: Damien Wyart <damien.wyart@free.fr>
7221
7222         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
7223
7224 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7225
7226         * gnus-sum.el (gnus-select-group-hook): Typo.
7227
7228         * rfc2047.el (rfc2047-decode-string): Return immediately if there
7229         is no quoted-printable-encoded STRING.
7230         From: Jesper Harder <harder@ifa.au.dk>
7231
7232         (rfc2047-decode-string): Decode it.
7233
7234 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7235
7236         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
7237
7238 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
7239         Trivial patch.
7240
7241         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
7242         buffer to get rid of junk line.
7243
7244 2002-01-05  Simon Josefsson  <jas@extundo.com>
7245
7246         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
7247         C-o.
7248         (message-mode-map): Bind message-insert-or-toggle-importance to
7249         C-c C-u.
7250         (message-mode-map): Bind message-disposition-notification-to to
7251         C-c M-n.
7252         (message-mode-menu): Add m-d-n-t.
7253         (message-mode-field-menu): Add m-goto-from.
7254         (message-mode): Doc fix.
7255         (message-goto-from): New function.
7256         (message-insert-disposition-notification-to): New function.
7257         (message-tool-bar-map): Add receipt button.
7258
7259 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7260
7261         * gnus-sum.el (gnus-thread-latest-date): New function.
7262         (gnus-thread-sort-by-most-recent-number): Renamed.
7263         (gnus-thread-sort-functions): Doc fix.
7264         (gnus-select-group-hook): Don't use setq on a hook.
7265         (gnus-thread-latest-date): Use date, not number
7266
7267         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
7268         (gnus-agent-expire): Allow regexp of expire-days.
7269
7270         * gnus-art.el (gnus-article-reply-with-original): Deactivate
7271         region.
7272         (gnus-article-followup-with-original): Ditto.
7273
7274         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
7275
7276         * gnus-art.el (gnus-mime-display-alternative): Use
7277         gnus-local-map-property.
7278         (gnus-mime-display-alternative): Ditto.
7279         (gnus-insert-mime-security-button): Ditto.
7280         (gnus-insert-next-page-button): Ditto.
7281         (gnus-button-prev-page): Take optional args.
7282         (gnus-insert-prev-page-button): widget-convert.
7283
7284         * gnus-util.el (gnus-local-map-property): New function.
7285
7286         * gnus-art.el (gnus-prev-page-map): Use parent map.
7287         (gnus-next-page-map): Ditto.
7288
7289         * gnus-spec.el (gnus-parse-format): Clean up.
7290         (gnus-parse-format): Do complex formatting for %=.
7291
7292         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
7293         "X-Face: " to the data in the built-in scenario.
7294
7295         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
7296         (gnus-correct-pad-form): Renamed.
7297         (gnus-tilde-max-form): Clean up.
7298         (gnus-pad-form): Use gnus-use-correct-string-widths.
7299
7300         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
7301         support if that is available.
7302
7303         * gnus-sum.el (gnus-thread-highest-number): New function.
7304         (gnus-thread-sort-by-most-recent-thread): New function.
7305         (gnus-thread-sort-functions): Doc fix.
7306
7307 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7308
7309         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
7310         all cases.
7311         (gnus-summary-mode): Enable it in all cases.
7312         (gnus-summary-display-article): Ditto.
7313         (gnus-summary-edit-article): Ditto.
7314
7315         * gnus-ems.el (gnus-put-image): Really return glyph.
7316
7317         * gnus-art.el (gnus-article-x-face-command): Fix :type.
7318         (gnus-treat-smiley): Don't take "P" in the interactive form.
7319
7320 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7321
7322         * compface.el (uncompface): XEmacs and Emacs have differing
7323         capabilities.
7324
7325         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
7326
7327         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
7328         (gnus-article-xface-ring-size): Removed.
7329         (gnus-article-display-xface): Removed.
7330         (gnus-remove-image): Cleaned up.
7331
7332         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
7333         (gnus-xmas-create-image): Take pbm files.
7334         (gnus-x-face): Removed.
7335         (gnus-xmas-article-display-xface): Removed.
7336
7337         * gnus-fun.el (gnus-display-x-face-in-from): Bind
7338         default-enable-multibyte-characters.
7339
7340         * compface.el (uncompface): Doc fix.
7341
7342         * gnus-art.el (gnus-article-x-face-command): Use
7343         gnus-display-x-face-in-from.
7344
7345         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
7346
7347         * gnus-ems.el (gnus-put-image): Return the image.
7348
7349         * gnus-fun.el (gnus-display-x-face-in-from): New function.
7350         (gnus-x-face): Moved here.
7351
7352 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7353
7354         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
7355         invisible if string is nil.
7356         (gnus-xmas-article-display-xface): Use it.
7357
7358         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
7359         property when string is nil.
7360         (gnus-article-display-xface): Use it.
7361
7362 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7363
7364         * gnus-art.el (article-display-x-face): Check whether valid grey
7365         face was returned.
7366         (article-display-x-face): Place image in the right spot.
7367
7368         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
7369         stderr.
7370         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
7371
7372 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7373
7374         * gnus-xmas.el (gnus-xmas-create-image): Take optional
7375         parameters.
7376         (gnus-xmas-put-image): Allow non-strings to be passed.
7377
7378         * gnus-art.el (article-display-x-face): Use optional parameters.
7379
7380         * gnus-ems.el (gnus-create-image): Take optional parameters.
7381
7382         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
7383
7384         * compface.el (compface-xbm-p): Removed.
7385
7386         * gnus-ems.el (gnus-article-compface-xbm): Removed.
7387         (gnus-article-display-xface): Use compface.
7388
7389         * compface.el: New file.
7390
7391         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
7392         (gnus-convert-image-to-x-face-command): Ditto.
7393         (gnus-random-x-face): Quote argument.
7394         (gnus-x-face-from-file): Ditto.
7395
7396 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
7397
7398         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
7399         the expire-group parameter once per article rather than once
7400         per group; bind `nnmaildir-article-file-name' and `article'
7401         for convenience.  Leave article alone when expire-group
7402         specifies the current group.
7403         (nnmaildir--update-nov): be more concurrency-friendly with
7404         temp file names.
7405
7406 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7407
7408         * gnus-start.el (gnus-read-init-file): Cleaned up.
7409
7410 2002-01-03  Dave Love  <d.love@dl.ac.uk>
7411
7412         * gnus-start.el (gnus-startup-file-coding-system): Removed.
7413         (gnus-read-init-file): Don't use it.
7414
7415 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7416
7417         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
7418
7419 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7420
7421         * gnus-start.el (gnus-read-init-file): Don't force coding system
7422         for ~/.gnus.  From Dave Love <fx@gnu.org>.
7423
7424 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7425
7426         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
7427         * nnspool.el (nnspool-request-post): Ditto.
7428
7429         * mm-util.el (mm-use-find-coding-systems-region): New variable.
7430         (mm-find-mime-charset-region): Use it.
7431
7432 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7433
7434         * gnus.el (gnus-summary-line-format): Added :link.
7435         * gnus-topic.el (gnus-topic-line-format): Ditto.
7436         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
7437         * gnus-srvr.el (gnus-server-line-format): Ditto.
7438         * gnus-group.el (gnus-group-line-format): Ditto.
7439
7440         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
7441         :keys, it works on both Emacsen.
7442
7443 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7444
7445         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
7446
7447 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7448
7449         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
7450
7451 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
7452
7453         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
7454         very wide reply.
7455
7456 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7457
7458         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
7459         (gnus-picon-cache): New variable.
7460         (gnus-picon-transform-newsgroups): Cache stuff.
7461
7462         * gnus-art.el (gnus-article-reply-with-original): New command.
7463         (gnus-article-followup-with-original): New command.
7464
7465         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
7466         END parameters.
7467         (gnus-summary-followup): Take a list of list of articles.
7468         (gnus-inews-yank-articles): Allow lists of article/regions.
7469
7470         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
7471         longer the usual commands.
7472
7473         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
7474         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
7475         shell-command-on-region.
7476
7477 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7478
7479         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
7480           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
7481
7482 2002-01-03  Steve Youngs  <youngs@xemacs.org>
7483
7484         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
7485         understand ':keys', wrap it in an featurep 'xemacs.
7486
7487 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7488
7489         * gnus-ems.el (gnus-article-display-xface): Show xface in the
7490         order of headers (Actually, it is called in a reversed order). Add
7491         'gnus-image-text-deletable property.
7492         (gnus-remove-image): Remove text with such a property.
7493
7494         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
7495         gnus-put-image.
7496
7497         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
7498         with ", "
7499
7500 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7501
7502         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
7503
7504         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
7505         (article-display-x-face): Display grey X-Faces.
7506
7507         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
7508         (gnus-convert-gray-x-face-to-ppm): Ditto.
7509         (gnus-convert-image-to-gray-x-face): Ditto.
7510
7511         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
7512         gnus-summary-show-raw-article.
7513
7514 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7515
7516         Display picons in XEmacs without showing text.
7517
7518         * gnus-xmas.el (gnus-xmas-create-image): Don't use
7519         mm-create-image-xemacs to create xbm glyph, because it deletes
7520         temporary files.
7521         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
7522         (gnus-xmas-remove-image): Make text visible, remove glyph.
7523
7524         * gnus-picon.el (gnus-picon-transform-newsgroups)
7525         (gnus-picon-transform-address): Insert spec backward, due to the
7526         incompatibility of gnus-xmas-put-image.
7527
7528 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7529
7530         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
7531
7532 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7533
7534         * gnus.el: Doc fix.
7535
7536         * gnus-art.el: Doc fix.
7537
7538         * gnus-agent.el: Doc fix.
7539
7540 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7541
7542         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
7543
7544 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
7545
7546         * nnmaildir.el (nnmaildir--update-nov): automatically parse
7547         NOV data out of the message again if nnmail-extra-headers has
7548         changed.
7549
7550 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7551
7552         * gnus-fun.el: New file.
7553         (gnus-convert-image-to-x-face-command): New variable.
7554         (gnus-insert-x-face): New function.
7555         (gnus-random-x-face): Renamed.
7556         (gnus-x-face-from-file): Renamed.
7557
7558         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
7559         "_".
7560         (gnus-body-boundary-delimiter): Typo fix.
7561
7562 2002-01-02  Simon Josefsson  <jas@extundo.com>
7563
7564         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
7565         (gnus-body-boundary-delimiter): Fix type.
7566
7567 2002-01-01  Simon Josefsson  <jas@extundo.com>
7568
7569         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
7570         (gnus-treat-emphasize, gnus-treat-strip-cr)
7571         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
7572         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
7573         (gnus-treat-fill-article, gnus-treat-hide-citation)
7574         (gnus-treat-hide-citation-maybe)
7575         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
7576         (gnus-treat-strip-pem, gnus-treat-strip-banner)
7577         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
7578         (gnus-treat-date-ut, gnus-treat-date-local)
7579         (gnus-treat-date-english, gnus-treat-date-lapsed)
7580         (gnus-treat-date-original, gnus-treat-date-iso8601)
7581         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
7582         (gnus-treat-strip-trailing-blank-lines)
7583         (gnus-treat-strip-leading-blank-lines)
7584         (gnus-treat-strip-multiple-blank-lines)
7585         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
7586         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
7587         (gnus-treat-display-xface, gnus-treat-display-smileys)
7588         (gnus-treat-from-picon, gnus-treat-mail-picon)
7589         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
7590         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
7591         (gnus-treat-play-sounds, gnus-treat-translate)
7592         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
7593
7594         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
7595         (gnus-article-treat-body-boundary): Use it.
7596
7597         * message.el (message-mode): Fix doc.
7598         (message-mode-menu): Fix names.
7599
7600 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7601
7602         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
7603         articles.
7604
7605         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
7606         (gnus-picon-transform-address): Search for unknown faces as well.
7607         (gnus-picon-find-face): Don't search "news" for MISC.
7608         (gnus-picon-user-directories): Changed default back to exclude
7609         "unknown".
7610
7611         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
7612
7613         * gnus-picon.el (gnus-picon-find-face): Search through all
7614         databases.
7615         (gnus-picon-find-face): New implementation.
7616
7617         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
7618         keystroke.
7619         (gnus-topic-goto-next-topic): Ditto.
7620
7621         * gnus.el (gnus-summary-line-format): Changed default.
7622
7623         * nnmail.el (nnmail-extra-headers): Change default.
7624
7625         * gnus-sum.el (gnus-extra-headers): Change default.
7626
7627         * message.el (message-news-other-window): Changed "news" to
7628         "posting".
7629         (message-news-other-frame): Ditto.
7630         (message-do-send-housekeeping): Ditto.
7631
7632         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
7633         function.
7634         (gnus-article-unread-p): New function.
7635         (gnus-article-unseen-p): New function.
7636         (gnus-dead-summary-mode-map): Typo.
7637
7638         * gnus-util.el (gnus-make-predicate): New function.
7639         (gnus-make-predicate-1): New function.
7640
7641         * gnus-sum.el: New function.
7642         (gnus-map-articles): New function.
7643
7644         * gnus-art.el (gnus-treat-fold-headers): New variable.
7645         (gnus-article-treat-fold-headers): New command and keystroke.
7646
7647         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
7648         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
7649
7650 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7651
7652         * message.el (message-fcc-externalize-attachments): New variable.
7653         (message-do-fcc): Use it.
7654
7655         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
7656         (gnus-inews-do-gcc): Use it.
7657
7658         * mml.el (mml-tweak-sexp-alist): New variable.
7659         (mml-externalize-attachments): New variable.
7660         (mml-tweak-part): Use mml-tweak-sexp-alist.
7661         (mml-tweak-externalize-attachments): New function.
7662
7663 2002-01-01  Steve Youngs  <youngs@xemacs.org>
7664
7665         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
7666         'set-glyph-face' so x-face back/foreground can be set.
7667
7668 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7669
7670         * message.el (message-fix-before-sending): Fix a typo.
7671
7672 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7673
7674         * gnus-art.el (gnus-treat-smiley): Renamed command.
7675         (gnus-article-remove-images): New command and keystroke.
7676
7677         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
7678
7679         * smiley-ems.el (gnus-smiley-display): Removed.
7680
7681         * gnus.el (gnus-version-number): Update version.
7682
7683         * message.el (message-text-with-property): Renamed and moved
7684         here.
7685         (message-fix-before-sending): Highlight invisible text and place
7686         point there.
7687
7688 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7689
7690         * gnus.el: Oort Gnus v0.04 is released.
7691
7692 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7693
7694         * gnus-delay.el (gnus-delay-send-queue): Renamed.
7695
7696         * gnus-art.el (gnus-ignored-headers): More headers,
7697
7698         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
7699         of `scan-error', since XEmacs doesn't seem to support that.
7700
7701 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7702
7703         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
7704         arg.
7705         (gnus-summary-best-unread-subject): Ditto.
7706         (gnus-summary-best-unread-subject): No, don't.
7707         (gnus-summary-better-unread-subject): New command.
7708
7709         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
7710
7711         * lpath.el ((featurep 'xemacs)): fbind url function.
7712
7713         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
7714         buffer.
7715         (gnus-xmas-remove-image): Implementation that does something.
7716         (gnus-xmas-article-display-xface): Mark images properly.
7717
7718         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
7719
7720 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
7721
7722         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
7723
7724 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7725
7726         * gnus-group.el (gnus-group-line-format): Added %O to the default
7727         value.
7728
7729         * gnus-util.el (gnus-text-with-property): The smallest point is
7730         point-min.
7731
7732         * smiley-ems.el (smiley-region): Return images.
7733         (gnus-smiley-display): Allow toggling.
7734         (smiley-region): Use text properties, not overlays.
7735
7736         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
7737         implemented yet.
7738
7739         * smiley-ems.el (smiley-update-cache): Check for valid types.
7740
7741         * gnus-art.el (gnus-with-article-buffer): New macro.
7742
7743         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
7744         strings as well as the glyphs.
7745         (gnus-picon-transform-address): Ditto.
7746         (gnus-picon-insert-glyph): Ditto.
7747         (gnus-picon-transform-newsgroups): Toggle.
7748         (gnus-picon-transform-address): Toggle.
7749
7750         * gnus-ems.el (gnus-remove-image): New function.
7751         (gnus-put-image): Take an optional string.
7752
7753         * gnus-util.el (gnus-text-with-property): New function.
7754
7755         * gnus-art.el (gnus-delete-images): New function.
7756
7757         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
7758
7759         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
7760         (gnus-article-wash-status): Use it.
7761         (gnus-signature-toggle): Clean up.
7762         (gnus-add-wash-status): New function.
7763         (gnus-delete-wash-status): New function.
7764         (gnus-article-hide-text-type): Use them throughout.
7765         (gnus-add-image): New function.
7766
7767         * gnus-ems.el (gnus-article-display-xface): Use new interface.
7768
7769         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
7770         interface.
7771
7772         * gnus-art.el (article-display-x-face): Cleaned up.
7773
7774         * rfc2047.el (rfc2047-field-value): New function.
7775
7776         * mail-parse.el (mail-header-field-value): New alias.
7777
7778         * gnus-art.el (gnus-mime-print-part): Fix typos.
7779
7780         * smiley-ems.el (gnus-smiley-file-types): New variable.
7781         (smiley-update-cache): Use it.
7782         (smiley-regexp-alist): Suffix-less smiley names.
7783         (smiley-regexp-alist): Added more smileys.
7784
7785         * gnus-sum.el (gnus-print-buffer): Made into own function.
7786         (gnus-summary-print-article): Use it.
7787
7788         * mailcap.el (mailcap-mime-info): Actually return the bit that we
7789         looked for when REQUEST is a string.
7790
7791         * gnus-art.el (gnus-mime-button-commands): Add printing
7792         keystroke.
7793         (gnus-mime-copy-part): Doc fix.
7794         (gnus-mime-print-part): New command.
7795
7796 2001-12-31  Simon Josefsson  <jas@extundo.com>
7797
7798         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
7799         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
7800
7801 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7802
7803         * gnus-picon.el (gnus-treat-from-picon): Autoload.
7804         (picon): Fix doc.
7805
7806         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
7807         longer exists. Remove those codes.
7808         * gnus.el (gnus-use-picons): Ditto.
7809
7810 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7811
7812         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
7813         infloop.
7814
7815         * gnus-sum.el (t): New `W D' map.
7816
7817         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
7818         (gnus-article-treat-body-boundary): Clean up.
7819         (gnus-body-boundary-face): Removed.
7820         (gnus-article-goto-header): Moved here.
7821         (gnus-article-goto-header): Allow better regexps.
7822         (gnus-article-treat-fold-newsgroups): New command.
7823
7824         * gnus-sum.el (gnus-summary-move-article): We have to select an
7825         article to give `gnus-read-move-group-name' an opportunity to
7826         suggest an appropriate default.
7827
7828         * rfc2047.el (rfc2047-fold-line): New function.
7829         (rfc2047-unfold-line): Ditto.
7830         (rfc2047-fold-region): Don't fold just after the header name.
7831
7832         * mail-parse.el (mail-header-fold-line): New alias.
7833         (mail-header-unfold-line): Ditto.
7834
7835         * gnus-art.el (gnus-body-boundary-face): Renamed.
7836         (gnus-article-treat-body-boundary): Use it.
7837         (gnus-article-treat-body-boundary): Use an invisible header and a
7838         line of underline characters.
7839
7840 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7841
7842         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
7843
7844         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
7845         (gnus-picon-split-address): New function.
7846         (gnus-picon-find-face): Use it.
7847         (gnus-picon-transform-address): Use it. Set first to t for each
7848         address.
7849
7850         * gnus-art.el (gnus-with-article-headers): Move to here. Define
7851         the macro then use it.
7852         (gnus-treatment-function-alist): Treat picons earlier.
7853
7854 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7855
7856         * gnus-art.el (gnus-body-separator-face): New variable.
7857         (gnus-article-treat-body-boundary): Use a blank, colored line.
7858
7859         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
7860         well.
7861
7862         * gnus-art.el (gnus-treat-body-boundary): New variable.
7863         (gnus-article-treat-unfold-headers): Use helper macro.
7864         (gnus-article-treat-body-boundary): New command.
7865
7866         * gnus.el (gnus-logo-color-style): Change the default color.
7867         (gnus-splash-face): Gray, gray.
7868
7869         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
7870         colors.
7871
7872         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
7873         (gnus-logo-color-style): Ditto.
7874         (gnus-logo-colors): Ditto.
7875
7876         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
7877
7878         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
7879
7880         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
7881         (gnus-picon-transform-newsgroups): New function.
7882
7883         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
7884         string.
7885
7886         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
7887
7888         * gnus-art.el (gnus-treat-cc-picon): New variable.
7889         (gnus-treat-mail-picon): Renamed.
7890
7891         * gnus-picon.el: New implementation.
7892         (gnus-picon-find-face): Renamed.
7893         (gnus-treat-from-picon): Use it.
7894         (gnus-picon-transform-address): Renamed.
7895         (gnus-treat-from-picon): Use it.
7896         (gnus-picon-create-glyph): Renamed.
7897         (gnus-picon-transform-address): Use it.
7898         (gnus-treat-cc-picon): New command.
7899
7900         * mm-decode.el (mm-create-image-xemacs): Separated out into
7901         function.
7902         (mm-get-image): Use it.
7903
7904         * gnus-art.el (gnus-treat-display-picons): Simplify.
7905         (gnus-treat-from-picon): Renamed.
7906
7907         * gnus-ems.el (gnus-create-image): New function.
7908         (gnus-put-image): New function.
7909
7910         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
7911         (gnus-with-article-headers): New macro.
7912         (gnus-article-goto-header): New function.
7913
7914         * gnus-xmas.el (gnus-image-type-available-p): New function.
7915
7916         * gnus-ems.el (gnus-image-type-available-p): New function.
7917
7918 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7919
7920         * nnrss.el (nnrss-check-group): Find the correct tag, because
7921         xml.el is changed.
7922
7923 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7924
7925         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
7926         lines are shorter than the window width.
7927         (gnus-ignored-headers): More headers.
7928
7929 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7930
7931         * gnus-art.el (gnus-treat-unfold-lines): New variable.
7932         (gnus-treat-unfold-headers): Renamed.
7933         (gnus-article-treat-unfold-headers): New command and keystroke.
7934
7935         * rfc2047.el (rfc2047-encode-message-header): Clean up.
7936
7937         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
7938
7939 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7940
7941         * sha1-el.el (sha1-use-external): New variable.
7942         (sha1-region): Use it.
7943         (sha1-string): Ditto.
7944
7945         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
7946         * gnus-picon.el: Less warnings when compile.
7947
7948 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7949
7950         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
7951         alias.
7952         (gnus-picons-database): Default to list.
7953         (gnus-picons-lookup-internal): Use it.
7954
7955         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
7956         to "bogus".
7957
7958         * gnus-win.el (gnus-configure-windows-hook): New hook.
7959
7960 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
7961
7962         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
7963
7964 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7965
7966         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
7967         lists.
7968         (gnus-select-newsgroup): Don't append; push.
7969         (gnus-adjust-marked-articles): Remove obsolete ranges from
7970         `seen'.
7971         (gnus-update-marks): Clean up.
7972         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
7973
7974 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
7975
7976         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
7977
7978 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7979
7980         * gnus-sum.el (gnus-auto-select-subject): New variable.
7981         (gnus-summary-best-unread-subject): New function.
7982         (gnus-summary-best-unread-article): Use it.
7983         (gnus-summary-first-unseen-subject): New function and command.
7984
7985         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
7986         other treatments.
7987
7988         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
7989         function.
7990
7991         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
7992         from the list of hidden types.
7993
7994         * mm-view.el (mm-inline-text): Ditto.
7995         (mm-inline-text): Ditto.
7996         (mm-w3-prepare-buffer): Ditto.
7997
7998         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
7999
8000 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8001
8002         * gnus-art.el (gnus-ignored-headers): Added more headers.
8003
8004 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
8005
8006         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
8007         once.
8008
8009 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8010
8011         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
8012
8013 2001-12-28  Simon Josefsson  <jas@extundo.com>
8014
8015         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
8016         Jesper Harder <harder@ifa.au.dk>.
8017
8018 2001-12-27  Simon Josefsson  <jas@extundo.com>
8019
8020         * gnus-sum.el (gnus-select-newsgroup): Make
8021         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
8022         contain all articles (instead of none) when no seen marks have
8023         been set for the group.
8024         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
8025         instead, it seems to result in shorter ranges.
8026
8027 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8028
8029         * mm-util.el (mm-iso-8859-x-to-15-region): Use
8030         insert-before-markers.
8031         From Jesper Harder <harder@ifa.au.dk>
8032
8033 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
8034
8035         * nnmaildir.el (nnmaildir-save-mail): create the destination
8036         groups if they do not exist.
8037
8038 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8039
8040         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
8041
8042 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8043
8044         * gnus-group.el (gnus-group-read-ephemeral-group): Call
8045         gnus-group-real-name.
8046
8047         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
8048         (gnus-newsgroup-variables): Ditto.
8049
8050         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
8051         return it.
8052
8053 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
8054
8055         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
8056         * nnmaildir.el (top-level): Add commentary.
8057         (nnmaildir-version): Indicate that nnmaildir is now a standard
8058         part of Gnus, not separately released.
8059
8060 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8061
8062         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
8063         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
8064         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
8065         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8066
8067 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8068
8069         * nnmaildir.el: Copyright changes. Require cl only at compile time.
8070
8071 2001-12-20  Simon Josefsson  <jas@extundo.com>
8072
8073         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
8074         ZHU <zsh@cs.rochester.edu>.
8075         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
8076         Brian P Templeton <bpt@tunes.org>.
8077
8078 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8079
8080         * nnmaildir.el: New file.
8081         From Paul Jarc <prj@po.cwru.edu>.
8082
8083 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8084
8085         * nndoc.el (nndoc-type-alist): Move forward to the end.
8086
8087 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8088
8089         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
8090         `dolist'.
8091
8092 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8093
8094         * gnus-win.el (gnus-frames-on-display-list): New function.
8095         (gnus-get-buffer-window): Use it.
8096
8097 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8098
8099         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
8100
8101 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8102
8103         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
8104
8105 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8106            From Harald Meland <Harald.Meland@usit.uio.no>
8107
8108         * gnus-win.el (gnus-get-buffer-window): New function.
8109         (gnus-all-windows-visible-p): Use it.
8110
8111         * gnus-util.el (gnus-horizontal-recenter)
8112         (gnus-horizontal-recenter, gnus-horizontal-recenter)
8113         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
8114
8115         * gnus-score.el (gnus-score-insert-help): Use it.
8116
8117         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
8118         (gnus-generate-tree, gnus-highlight-selected-tree)
8119         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
8120         it.
8121
8122         * gnus-art.el (gnus-article-set-window-start)
8123         (gnus-mm-display-part, gnus-request-article-this-buffer)
8124         (gnus-button-next-page, gnus-button-prev-page)
8125         (gnus-article-button-next-page, gnus-article-button-prev-page):
8126         Use it.
8127
8128 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
8129
8130         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
8131         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
8132         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
8133
8134 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8135
8136         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
8137         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
8138         * mml1991.el, nnultimate.el: Add `coding'.
8139
8140 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
8141
8142         * ChangeLog: changed coding to buffer-file-coding-system
8143         * ChangeLog.1: same
8144         * nnwfm.el: same
8145         * gnus-smiley.el: same
8146         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
8147         * gnus-delay.el: same
8148         * gnus-spec.el: same
8149         * message.el: same
8150         * mml1991.el: same
8151         * nnultimate.el: same
8152
8153 2001-12-16  Simon Josefsson  <jas@extundo.com>
8154         Inspired by code by Dirk Meyer <dischi@tzi.de>.
8155
8156         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
8157         (gnus-summary-save-map): Add muttprint.
8158         (gnus-summary-make-menu-bar): Ditto.
8159         (gnus-summary-muttprint): New function.
8160
8161         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
8162
8163 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8164
8165         * uudecode.el (uudecode-decode-region-internal): Speedup by using
8166         temporary list instead of buffer.
8167
8168         * mm-url.el (executable-find): autoload.
8169
8170 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8171
8172         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
8173         to variable, follow doc-string conventions).
8174
8175 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
8176
8177         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
8178         subscribe-level
8179         * gnus-topic.el (gnus-subscribe-topics): use it.
8180
8181 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8182
8183         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
8184         messages. (A small patch with indentation)
8185         From Sean Neakums <sneakums@zork.net>.
8186
8187         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
8188         nil after shooting down the gnus-original-article-buffer.
8189
8190 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8191
8192         * uudecode.el (uudecode-use-external): New variable.
8193         (uudecode-decode-region): Automatically detect external program.
8194
8195         * binhex.el (binhex-use-external): New variable.
8196         (binhex-decode-region-internal): New function.
8197         (binhex-decode-region): Automatically detect external program.
8198
8199         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
8200         Use them.
8201
8202 2001-12-12  Simon Josefsson  <jas@extundo.com>
8203
8204         * nnvirtual.el (nnvirtual-always-rescan)
8205         (nnvirtual-component-regexp): Fix doc.
8206
8207         * nnoo.el (defvoo): Add doc to defvoo variables.
8208
8209         * nnml.el (nnml-directory, nnml-active-file)
8210         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
8211         (nnml-marks-is-evil, nnml-filenames-are-evil)
8212         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
8213
8214         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
8215         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
8216         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
8217         `error'.
8218
8219         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
8220         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
8221
8222         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
8223         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
8224         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
8225         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
8226
8227         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
8228         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
8229
8230         * imap.el, nnimap.el: Fix indentation.
8231
8232         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
8233
8234 2001-12-12  Didier Verna  <didier@xemacs.org>
8235
8236         * gnus-msg.el (gnus-group-news): New function.
8237         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
8238         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
8239         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
8240         for it.
8241         * gnus-msg.el (gnus-summary-news-other-window): New function.
8242         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
8243         bind it to `i'.
8244         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
8245         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
8246         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
8247         for it (called with a prefix).
8248         * gnus-msg.el (gnus-configure-posting-styles): add an optional
8249         group-name argument.
8250         * gnus-msg.el (gnus-setup-message): use it.
8251
8252 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8253
8254         * gnus-sum.el (gnus-summary-show-article): Fix doc.
8255
8256 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8257
8258         * mml.el (mime-to-mml): Remove Content-Disposition too.
8259
8260 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8261
8262         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
8263         * gnus-group.el (gnus-group-name-decode): Decode unibyte
8264         strings only.
8265         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8266
8267 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
8268
8269         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
8270         (nnmail-fancy-expiry-target): Use it.
8271         Suggestions from Simon Josefsson <jas@extundo.com>.
8272
8273 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8274
8275         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
8276
8277 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8278
8279         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
8280
8281         * gnus-util.el (gnus-url-unhex-string): Move here.
8282
8283 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8284
8285         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
8286         mm-url-decode-entities-nbsp.
8287
8288         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
8289         * webmail.el, nnwfm.el: Use mm-url.
8290
8291         * mm-url.el (mm-url-fetch-form): Move from nnweb.
8292         (mm-url-remove-markup): Move from nnweb.
8293         (mm-url-fetch-simple): Move from webmail.
8294
8295         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
8296
8297 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8298
8299         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
8300         (gnus-summary-print-article): Use it.
8301
8302         * gnus-util.el (gnus-replace-in-string): Typo.
8303
8304 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8305
8306         * nnweb.el (nnweb-replace-in-string): Removed.
8307
8308         * gnus-util.el (gnus-replace-in-string): New function.
8309         (gnus-mode-string-quote): Use it.
8310
8311         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
8312         * nnwfm.el (nnwfm-create-mapping): Ditto.
8313
8314 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8315
8316         * dgnushack.el (dgnushack-compile): nnrss.el and
8317         nnslashdot.el don't depend on nnweb, url, w3.
8318
8319         * nnrss.el: Use mm-url.
8320
8321 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8322
8323         * mm-url.el (mm-url-insert-file-contents): Support file:.
8324
8325 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8326
8327         * mm-view.el: Lower case for the description line. Sync from the
8328         Emacs CVS.
8329
8330 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8331
8332         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
8333         From:  Stefan Monnier  <monnier@cs.yale.edu>
8334
8335 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8336
8337         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
8338
8339 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8340
8341         * mm-url.el: Require executable.
8342         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8343
8344 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8345
8346         * pop3.el (pop3-munge-message-separator): Only use valid date.
8347         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
8348
8349         * Makefile.in: gnus-load.elc may not be generated.
8350
8351 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8352
8353         * mm-url.el: New file.
8354         * nnslashdot.el: Use it.
8355         * mm-extern.el (mm-extern-url): Use it.
8356
8357 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8358
8359         * gnus-sum.el (gnus-summary-save-article): Nix
8360         gnus-display-mime-function and gnus-article-prepare-hook.
8361
8362         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
8363         the beginning of lines.
8364         (gnus-complex-form-to-spec): Ditto.
8365
8366 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8367
8368         * message.el (message-make-mft): Fix the m-s-a-file regexp.
8369         From Paul Jarc <prj@po.cwru.edu>.
8370
8371 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8372
8373         * message.el: New variable message-subscribed-address-file;
8374         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
8375
8376 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8377
8378         * message.el (message-tab-body-function): Set to nil.
8379         (message-tab): Use text-mode-map or global-map.
8380         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8381
8382 2001-11-30  Simon Josefsson  <jas@extundo.com>
8383
8384         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
8385         instead of gnus-union, for speed.  Suggested by Christoph Conrad
8386         <christoph.conrad@gmx.de>.
8387         (gnus-agent-fetch-group-1): Add verbose message.
8388
8389 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8390
8391         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
8392         of integers.
8393
8394 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8395
8396         * message.el (message-newgroups-header-regexp)
8397         (message-completion-alist, message-tab-body-function): Use
8398         defcustom rather than defvar.
8399         (message-tab): Mention `message-tab-body-function' in doc.
8400         Suggested by Karl Eichwalder.
8401
8402 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8403
8404         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
8405
8406 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8407
8408         * nnheader.el (nnheader-find-nov-line): Don't use macro
8409         gnus-delete-line.
8410
8411         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
8412         (gnus-group-name-charset): Ditto.
8413
8414         * gnus-util.el (gnus-buffer-live-p): Ditto.
8415
8416 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8417
8418         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
8419         open parenthesis in doc.
8420         (sieve-manage-authenticator-alist): Typo in doc.
8421         * imap.el (imap-authenticator-alist): Typo in doc.
8422         (imap-stream-alist): Backslash.
8423
8424         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
8425           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
8426
8427 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8428
8429         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
8430
8431         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
8432
8433         * gnus-msg.el (gnus-configure-posting-styles): use
8434         make-local-hook. Add LOCAL for add-hook.
8435
8436 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
8437
8438         * message.el (message-mode): Use `make-local-hook' unless
8439         obsolete.
8440         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
8441
8442 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8443
8444         * canlock.el: Remove sha1.el and base64.el stuff.
8445
8446 2001-11-26  Didier Verna  <didier@xemacs.org>
8447
8448         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
8449         if needed.
8450
8451 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8452
8453         * message.el (message-tamago-not-in-use-p): New function.
8454         (message-strip-forbidden-properties): Use it.
8455
8456 2001-11-26  Didier Verna  <didier@xemacs.org>
8457
8458         * gnus-start.el (gnus-check-first-time-used): only check for
8459         existence of .el[d] files.
8460
8461 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8462
8463         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
8464
8465         * message.el (message-setup-1): Clean up mc-*.
8466
8467 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8468
8469         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
8470         * gnus-score.el (gnus-score-find-bnews): Use it.
8471
8472         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
8473         (gnus-summary-limit-to-author): Ditto.
8474         (gnus-summary-limit-to-extra): Ditto.
8475         (gnus-summary-find-matching): Support not-matching argument.
8476
8477 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8478
8479         * message.el (message-wash-subject): Use `insert' rather than
8480         `insert-string', which is deprecated.
8481
8482 2001-11-24  Simon Josefsson  <jas@extundo.com>
8483
8484         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
8485         message. (Gnus does not "default" to using 8bit for the message,
8486         it default to use 8bit encoding and the user-supplied CTE
8487         value. Calling this behaviour "treating it as 8bit" is perhaps
8488         better.)
8489
8490         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
8491         (compare mm-charset-to-coding-system).
8492
8493 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8494
8495         * canlock.el (canlock-sha1-with-openssl): Use unibyte
8496         buffer. Correctly decode hex.
8497
8498 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8499
8500         * gnus-agent.el (gnus-category-insert-line): Convert category
8501         names to strings.
8502
8503 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8504
8505         * message.el (sha1): eval-and-compile.
8506
8507 2001-11-20  Simon Josefsson  <jas@extundo.com>
8508
8509         * message.el (message-allow-no-recipients): New variable.
8510         (message-send): Use it, customize the prompting when posting to
8511         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
8512
8513 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8514
8515         * mm-util.el (mm-coding-system-priorities): New variable.
8516         (mm-sort-coding-systems-predicate): New function.
8517         (mm-find-mime-charset-region): Resort coding systems if needed.
8518         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8519
8520 2001-11-20  Didier Verna  <didier@xemacs.org>
8521
8522         * gnus-group.el (gnus-group-make-help-group): new optional
8523         argument to control the error behavior.
8524         * gnus-start.el (gnus-check-first-time-used): use it to avoid
8525         erroring.
8526
8527 2001-11-19  Simon Josefsson  <jas@extundo.com>
8528
8529         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
8530         instead of C-c C-u.  Suggested by Per Abrahamsen
8531         <abraham@dina.kvl.dk>.
8532
8533 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8534
8535         * nnfolder.el (nnfolder-read-folder): Use group instead of
8536         nnfolder-current-group.
8537         Suggested by Lorentey Karoly <lorentey@elte.hu>.
8538
8539 2001-11-17  Simon Josefsson  <jas@extundo.com>
8540
8541         * message.el (message-send): Ask user if Fcc/Gcc should be
8542         performed when no other sender was specified.
8543         Suggested by prj@po.cwru.edu (Paul Jarc).
8544
8545 2001-11-17  Simon Josefsson  <jas@extundo.com>
8546
8547         * message.el (message-mode, message-mode-map): Use C-c C-u for
8548         Importance: instead of C-c C-p (used by SC).
8549
8550 2001-11-16  Simon Josefsson  <jas@extundo.com>
8551
8552         * message.el (message-insert-importance-high)
8553         (message-insert-importance-low): Save point.
8554
8555         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
8556         value.
8557
8558 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
8559
8560         * message.el (message-strip-special-text-properties): New option.
8561         (message-strip-forbidden-properties): Obey it.
8562
8563 2001-11-14  Sam Steingold  <sds@gnu.org>
8564
8565         * gnus-score.el: Fixed some doc strings to properly quote symbols.
8566
8567 2001-11-15  Simon Josefsson  <jas@extundo.com>
8568
8569         Support "Importance:" header in Message.
8570
8571         * message.el (message-mode-map): Bind C-c C-p to
8572         `message-insert-or-toggle-importance'
8573         (message-mode-menu): Add message-insert-importance-{high,low}.
8574         (message-insert-importance-high, message-insert-importance-low)
8575         (message-insert-or-toggle-importance): New functions.
8576         (message-tool-bar-map): Add {un,}important.
8577         (message-mode): Doc fix.
8578
8579 2001-11-15  Simon Josefsson  <jas@extundo.com>
8580
8581         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
8582
8583         * mml.el (mml-menu): Fix toolbar tooltip.
8584
8585 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8586
8587         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
8588         * nnml.el (nnml-save-marks): Ditto.
8589
8590         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
8591
8592 2001-11-15  Simon Josefsson  <jas@extundo.com>
8593
8594         * nnml.el (nnml-save-marks):
8595         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
8596         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
8597
8598 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8599
8600         * gnus-art.el (gnus-article-wash-status-strings): Use
8601         `copy-sequence', not `copy-seq'.
8602
8603 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8604
8605         * gnus-art.el (gnus-article-wash-status-strings): New constant.
8606         (gnus-gnus-article-wash-status-entry): New function.
8607         (gnus-article-wash-status): Use it.
8608
8609 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8610
8611         * mml1991.el: Add coding header.
8612
8613 2001-11-12  Simon Josefsson  <jas@extundo.com>
8614
8615         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
8616         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
8617         `mml1991-sign' and `mml1991-encrypt'.
8618         (mml1991-encrypt, mml1991-sign): New glue functions.
8619         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
8620
8621         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
8622         (mml-menu): Add PGP to menu.
8623
8624         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
8625         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
8626         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
8627         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
8628
8629         * mml2015.el: Mention RFC 3156.
8630
8631         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
8632
8633 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8634
8635         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
8636
8637         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
8638           From <Michael.Cook@cisco.com>
8639
8640 2001-11-11  Simon Josefsson  <jas@extundo.com>
8641
8642         * message.el (top-level): Autoload sha1.
8643         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
8644         canlock, no need to require two different hash algs).  Suggested
8645         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
8646
8647 2001-11-09  Simon Josefsson  <jas@extundo.com>
8648
8649         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
8650         <Pavel@Janik.cz>.
8651
8652 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8653
8654         * message.el (message-point-in-header-p): New function.
8655         (message-do-auto-fill): Use it.
8656         (message-beginning-of-line): New function.  Goes to beginning of
8657         header value (i.e., end of header name), or to beginning of line
8658         if already at beginning of value.  Behaves like
8659         `beginning-of-line' when in message body.
8660         (message-mode-map): Bind it.
8661
8662 2001-11-08  Simon Josefsson  <jas@extundo.com>
8663
8664         * gnus-msg.el (gnus-posting-styles): Add doc.
8665
8666 2001-11-07  Simon Josefsson  <jas@extundo.com>
8667
8668         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
8669
8670         * sieve-mode.el (sieve-control-commands-face)
8671         (sieve-control-commands-face, sieve-action-commands-face)
8672         (sieve-test-commands-face, sieve-tagged-arguments-face): New
8673         faces.
8674         (sieve-font-lock-keywords): Use them.
8675         (sieve-mode): Only set font-lock-defaults in emacs.
8676
8677         * gnus-art.el (gnus-default-article-saver): Add
8678         gnus-summary-save-body-in-file.
8679         (gnus-summary-write-to-file): Fix doc.
8680
8681 2001-11-07  Simon Josefsson  <jas@extundo.com>
8682
8683         * gnus-art.el (gnus-treat-highlight-signature): Add cross
8684         reference to the correct chapter in the manual.
8685
8686         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
8687         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
8688
8689 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8690
8691         * mml.el (mml-preview): Bind mail-header-separator.
8692
8693 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8694
8695         * message.el: Always require canlock.
8696         (message-ignored-supersedes-headers): Include Cancel-Lock and
8697         Cancel-Key.
8698         (message-insert-canlock): Don't require canlock.
8699         (message-cancel-news): Don't check whether canlock is available.
8700         (message-supersede): Support cancel-locks.
8701
8702         * gnus-art.el: Don't autoload canlock.
8703
8704 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8705
8706         * mail-source.el (mail-source-fetch-imap): ASYNC param.
8707         From: <andre@slamdunknetworks.com>
8708
8709 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8710
8711         * many files: Fix copyright lines.
8712
8713 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8714
8715         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
8716         Suggested by Dave Love  <fx@gnu.org>.
8717
8718 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8719
8720         * message.el (message-kill-buffer): Remove auto-save file after
8721         confirm.
8722
8723         * message.el (message-send-mail): Call message-generate-headers
8724         once.  Suggested by Matt Armstrong <matt@lickey.com>.
8725
8726         * gnus-topic.el (gnus-topic-rename): Initial-input.
8727         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
8728
8729 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8730
8731         * message.el (message-forbidden-properties): New constant.
8732         (message-strip-forbidden-properties): New function.
8733         (message-mode): Activate it.
8734
8735 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8736
8737         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
8738         (mm-hack-charsets): Fix doc.
8739
8740 2001-11-02  Simon Josefsson  <jas@extundo.com>
8741
8742         * gnus-int.el (gnus-check-server): Message "...done" when done.
8743
8744         * imap.el (imap-close): Don't message (imap-send-command-wait
8745         returns if the connection is dropped).
8746         (imap-wait-for-tag): Nix out message only when necessary.
8747
8748         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
8749         for non-crossposting.
8750         (gnus-sieve-crosspost): Default to t to be consistent with other
8751         parts of Gnus.
8752
8753 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8754
8755         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
8756         (mm-iso-8859-x-to-15-table): Ditto.
8757         (mm-iso-8859-x-to-15-region): Ditto.
8758         (mm-find-mime-charset-region): Ditto.
8759
8760 2001-11-01  Simon Josefsson  <jas@extundo.com>
8761
8762         * nnimap.el (nnimap-close-asynchronous): New variable.
8763         (nnimap-close-group): Use it.
8764         (nnimap-expunge): Don't use it.
8765
8766         * imap.el (imap-callbacks): New variable.
8767         (imap-remassoc): Copied from `gnus-remassoc'.
8768         (imap-add-callback): New function.
8769         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
8770         behaviour.
8771         (imap-parse-response): Call the callback.
8772
8773         * message.el (message-insert-canlock): New variable.
8774         (message-canlock-generate, message-canlock-password)
8775         (message-insert-canlock): New functions.
8776         (message-send-news): Call `message-insert-canlock'.
8777         (top-level): Require canlock when compiling.
8778         (message-insert-canlock): Require canlock before we need it.
8779
8780 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8781
8782         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
8783
8784 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8785
8786         * dgnushack.el (dgnushack-make-load): A workaround for
8787         custom-add-loads bug in some versions of XEmacs.
8788
8789 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8790
8791         * mm-util.el (mm-charset-synonym-alist): Revert (some).
8792
8793 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8794
8795         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
8796         (mm-hack-charsets): New variable.
8797         (mm-iso-8859-15-compatible): New variable.
8798         (mm-iso-8859-x-to-15-table): New variable.
8799         (mm-find-mime-charset-region): Add parameter hack-charsets.
8800
8801         * mm-bodies.el (mm-encode-body): Use it.
8802         * mml.el (mml-parse-1): Ditto.
8803
8804 2001-11-01  Simon Josefsson  <jas@extundo.com>
8805
8806         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
8807
8808 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8809
8810         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
8811         is nil.
8812
8813 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8814
8815         * smiley-ems.el (smiley-update-cache): Auto detect file type.
8816
8817         * message.el (message-forward-rmail-make-body): Use
8818         save-window-excursion.
8819         (message-encode-message-body): Search with noerror.
8820         (message-setup-1): Convert compose-mail send-actions to
8821         message-send-actions.
8822
8823 2001-11-01  Simon Josefsson  <jas@extundo.com>
8824
8825         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
8826         <yamaoka@jpl.org>.
8827
8828 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8829
8830         * sieve-manage.el (sieve-string-bytes): No complain.
8831
8832 2001-11-01  Simon Josefsson  <jas@extundo.com>
8833
8834         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
8835         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
8836         has autoload cookies, so no `require' should be necessary.)
8837
8838         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
8839         files.
8840
8841 2001-10-31  Simon Josefsson  <jas@extundo.com>
8842
8843         * gnus-cus.el (gnus-group-parameters): Support integer `display'
8844         parameter.
8845
8846         * gnus-sum.el (gnus-select-newsgroup): If group parameter
8847         `display' is a number (and C-u wasn't used to enter group), only
8848         fetch that number of articles.
8849
8850 2001-10-31  Matt Armstrong  <matt@lickey.com>
8851
8852         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
8853         not-subscribed -> subscribed.
8854
8855 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8856         From: Josh Huber <huber@alum.wpi.edu>
8857
8858         * message.el (message-subscribed-address-functions): New variable.
8859         (message-subscribed-addresses): New variable.
8860         (message-subscribed-regexps): New variable.
8861         (message-goto-mail-followup-to): New function.
8862         (message-send-mail): Add Mail-Followup-To.
8863         (message-make-mft): New function.
8864
8865         * gnus.el (gnus-find-subscribed-addresses): New function.
8866
8867 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8868
8869         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
8870         (mail-source-fetch-pop): Ditto.
8871         (mail-source-check-pop): Ditto.
8872
8873         * gnus-start.el (gnus-read-init-file): Ditto.
8874         (gnus-activate-group): Ditto.
8875         (gnus-read-newsrc-el-file): Ditto.
8876
8877 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8878
8879         * message.el (message-get-reply-headers): Make sure there is ", ".
8880
8881         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
8882         mm-coding-system-p. Don't correct it only in XEmacs.
8883         (mm-charset-to-coding-system): Use mm-coding-system-p and
8884         mm-get-coding-system-list.
8885         (mm-emacs-mule, mm-mule4-p): New variables.
8886         (mm-enable-multibyte, mm-disable-multibyte,
8887         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
8888         mm-with-unibyte-current-buffer,
8889         mm-with-unibyte-current-buffer-mule4): Use them.
8890         (mm-find-mime-charset-region): Treat iso-2022-jp.
8891
8892         From  Dave Love  <fx@gnu.org>:
8893
8894         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
8895         construction.
8896         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
8897         entries conditional on not having a coding system defined for
8898         them.
8899         (mm-mule-charset-to-mime-charset): Use
8900         find-coding-systems-for-charsets if defined.
8901         (mm-charset-to-coding-system): Don't use
8902         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
8903         later.  Add last resort search of coding systems.
8904         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
8905         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
8906         Mule 4.
8907         (mm-find-mime-charset-region): Re-write.
8908         (mm-with-unibyte-current-buffer): Restore buffer as well as
8909         multibyteness.
8910
8911 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8912
8913         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
8914         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
8915         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
8916
8917 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8918
8919         * gnus-art.el (article-display-x-face): Nix buffer-read-only
8920         again.
8921
8922         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
8923
8924 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8925
8926         * gnus-spec.el (gnus-parse-simple-format): Use
8927           buffer-substring-no-properties.
8928
8929 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8930
8931         * gnus-art.el (article-verify-cancel-lock): New function.
8932
8933         * nnheader.el (nntp-process-response): New variable.
8934         (nnheader-init-server-buffer): Make `nntp-process-response'
8935         buffer-local in `nntp-server-buffer'.
8936
8937         * nntp.el (nntp-prepare-post-hook): New hook.
8938         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
8939         (nntp-async-trigger): Ditto.
8940         (nntp-request-post): Insert a server's ID if there's no Message-ID
8941         header; run `nntp-prepare-post-hook'.
8942
8943 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8944
8945         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
8946         instead.
8947
8948         * message.el (message-forward-subject-author-subject): Don't use
8949         message-news-p, which widens the buffer.
8950         (message-forward-make-body): New function.
8951         (message-forward): Use it.
8952         (message-insinuate-rmail): New function.
8953         (message-forward-rmail-make-body): New function.
8954
8955 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8956
8957         * mm-extern.el (mm-extern): Provide it.
8958
8959         * mm-partial.el (mm-partial): Provide it.
8960
8961 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8962
8963         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
8964
8965 2001-10-29  Simon Josefsson  <jas@extundo.com>
8966
8967         * mml.el (mml-preview): Bind message-this-is-news if it is
8968         news. From Jesper Harder <harder@myrealbox.com>.
8969
8970 2001-10-28  Simon Josefsson  <jas@extundo.com>
8971
8972         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
8973
8974 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
8975
8976         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
8977         ironic smilies.
8978
8979 2001-10-27  Simon Josefsson  <jas@extundo.com>
8980
8981         * message.el (message-indent-citation): Don't add trailing
8982         whitespace when citing text.
8983
8984         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
8985         <harder@ifa.au.dk>.
8986
8987 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8988
8989         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
8990         not available.
8991         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
8992         (nnweb-type-definition): Add google as alias of dejanews.
8993         (nnweb-google-parse-1): Forward 1 line.
8994
8995 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8996
8997         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
8998         variable `message-forward-ignored-headers'.
8999
9000 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
9001
9002         * gnus.el (gnus-expand-group-parameter): New function.
9003         (gnus-expand-group-parameters): Call it.
9004         (gnus-group-fast-parameter): New function.
9005         (gnus-group-find-parameter): Call it.
9006
9007 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9008
9009         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
9010         vector (it didn't before because of a bug).
9011         * gnus-msg.el (gnus-post-news): Use header vector directly, if
9012         available.  Before it converted it to an article number.
9013
9014         This makes followup to news articles with negative numbers in
9015         nnvirtual groups use news instead of mail.
9016
9017 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9018
9019         * gnus.el (post-method): Use `native' instead of `nil'.
9020
9021         * gnus-msg.el (gnus-post-method): Ditto.
9022
9023 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
9024
9025         * gnus.el (gnus-define-group-parameter): Grammar fix.
9026
9027 2001-10-22  Simon Josefsson  <jas@extundo.com>
9028
9029         * gnus-msg.el (gnus-extended-version): Include
9030         system-configuration.
9031         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
9032
9033 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
9034
9035         * gnus.el (post-method): Customization fix: `native' is not a
9036         valid value.
9037         * gnus-msg.el (gnus-post-method): Doc and customization fix:
9038         `native' is not a valid value.
9039
9040 2001-10-21  Simon Josefsson  <jas@extundo.com>
9041
9042         * nnimap.el (nnimap): Defgroup
9043         (nnimap-strict-function, nnimap-strict-function-match): New
9044         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
9045         (nnimap-split-crosspost, nnimap-split-inbox)
9046         (nnimap-split-rule, nnimap-split-predicate)
9047         (nnimap-split-predicate): Defcustom.
9048         (nnimap-split-inbox, nnimap-expunge-search-string)
9049         (nnimap-importantize-dormant): Remove "*" from doc.
9050
9051 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9052
9053         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
9054         not supplied via prefix arg.  From Lisp, make arg mandatory.
9055         Suggested by Frank Schmitt.
9056
9057 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9058
9059         * message.el (message-do-auto-fill): Avoid calling
9060         'rfc822-goto-eoh'.
9061
9062 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9063         From Paul Jarc <prj@po.cwru.edu>.
9064
9065         * message.el (message-get-reply-headers): Restructure the logic
9066         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
9067
9068 2001-10-20  Simon Josefsson  <jas@extundo.com>
9069
9070         * message.el (message-cancel-news): Support cancel-locks.
9071         Suggested by Per Abrahamsson.
9072
9073         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
9074         conses.  From David Z Maze <dmaze@MIT.EDU>.
9075
9076         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
9077
9078 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9079
9080         * mm-decode.el (mm-default-directory): Fix customize type.
9081
9082         * message.el (message-setup-fill-variables): Kludge to use
9083         normal-auto-fill-function even if auto fill is already activated.
9084
9085 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9086
9087         * message.el (message-do-auto-fill): New version that does not
9088         rely on text properties, by Simon Josefsson <jas@extundo.com>.
9089         (message-setup-1): Removed the `message-field' property.
9090
9091         * gnus-draft.el (gnus-draft-edit-message): Removed the
9092         `message-field' property.
9093
9094 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9095
9096         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
9097         `message-field'.  The `field' property has a special significance in
9098         Emacs 21.
9099
9100         * message.el (message-send, message-setup-1): Ditto.
9101
9102 2001-10-18  Simon Josefsson  <jas@extundo.com>
9103
9104         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
9105         when undoing.
9106
9107 2001-10-18  Simon Josefsson  <jas@extundo.com>
9108         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
9109
9110         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
9111         (gnus-summary-make-menu-bar): Ditto.
9112
9113 2001-10-17  Simon Josefsson  <jas@extundo.com>
9114
9115         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
9116         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
9117
9118 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9119
9120         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
9121         * gnus-util.el (gnus-user-date): New function.
9122         From Frank Schmitt <usenet@Frank-Schmitt.net>.
9123
9124 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
9125
9126         * message.el (message-check-news-header-syntax): Special case
9127         nnvirtual groups.
9128
9129         * gnus-sum.el (gnus-summary-respool-default-method): Changed
9130         customize type to `symbol'.
9131
9132 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9133
9134         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
9135         %&foo;.
9136         (gnus-parse-simple-format): Support user extended spec too.
9137         %u&foo; invokes gnus-user-format-function-foo.
9138
9139 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9140
9141         * nnml.el (nnml-request-expire-articles): Make sure it is back to
9142         the server.
9143         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
9144         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9145         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
9146         * nndiary.el (nndiary-request-expire-articles): Ditto.
9147         (nndiary-schedule): Defsubst it before use it.
9148         (nndiary-error): eval-and-compile.
9149
9150 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
9151
9152         * gnus-msg.el (gnus-post-method): Changed two instances of
9153         `active' to `current' and one `null' to `not'.
9154
9155 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9156         From Katsumi Yamaoka <yamaoka@jpl.org>.
9157
9158         * message.el (message-setup-fill-variables): Use
9159         `normal-auto-fill-function' instead of `auto-fill-function'.
9160
9161 2001-10-16  Simon Josefsson  <jas@extundo.com>
9162
9163         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
9164         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
9165         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
9166
9167 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9168         Patch by Oliver Scholz <oscholz@my.gnus.org>.
9169
9170         * gnus-draft.el (gnus-draft-edit-message): Add text property
9171         `field' with value `header' to message headers.
9172         * message.el (message-setup-1): Really add text property to all of
9173         the header, not just part of it.
9174
9175 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9176
9177         * gnus-group.el (gnus-group-sort-by-server): Use it.
9178
9179         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
9180
9181         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
9182         and keystroke.
9183
9184 2001-10-14  Simon Josefsson  <jas@extundo.com>
9185
9186         * dig.el: Doc fix.
9187
9188         * smime.el: Doc fix.
9189
9190         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
9191         charset magic from message.el.
9192
9193 2001-10-12  Simon Josefsson  <jas@extundo.com>
9194         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
9195
9196         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
9197         'cite from g-a-wash-types.
9198         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
9199         (gnus-article-hide-citation): Fix.
9200
9201         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
9202         character.
9203         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
9204
9205         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
9206         definition.
9207         (gnus-signature-toggle): Toggle `s' mode line character.
9208
9209         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
9210         doing stuff that clears it.
9211
9212 2001-10-12  Simon Josefsson  <jas@extundo.com>
9213
9214         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
9215         From Eric Marsden <emarsden@laas.fr>.
9216
9217 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9218
9219         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
9220         (autoload): Add some autoloads.
9221
9222 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9223         Suggested by Oliver Scholz <epameinondas@gmx.de>.
9224
9225         * message.el (message-do-auto-fill): New function.  Like
9226         `do-auto-fill' but don't fill when in the message header.
9227         (message-setup-1): Put a text property on the message header.
9228         (message-setup-fill-variables): Use `message-do-auto-fill'.
9229
9230 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9231
9232         * message.el (message-send-mail-partially): Insert an empty line
9233         first, because of the change of message-make-lines.
9234
9235 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
9236
9237         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
9238         iso-8859-15, make it an alias for iso-8859-1.
9239
9240 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9241
9242         * message.el (message-send-news): Don't modify the value of
9243         `message-syntax-checks' if it is not a list (possibly it is
9244         `dont-check-for-anything-just-trust-me').
9245
9246 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9247
9248         * gnus-group.el (gnus-group-name-charset-group-alist): Use
9249         `find-coding-system' for XEmacs to check whether the coding-system
9250         `utf-8' is available.
9251
9252 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9253
9254         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
9255
9256 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
9257
9258         * message.el (message-send-news): Oops, missed case with no
9259         "Followup-To" header...
9260
9261 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
9262
9263         * message.el (message-send-news): Allow
9264         `gnus-group-name-charset-group-alist' to affect encoding of the
9265         "Newsgroups" and "Followup-To" headers.
9266
9267 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9268
9269         * Makefile.in (install-el): Depend on gnus-load.el.
9270
9271 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9272
9273         * Makefile.in (install-el): Use -f.
9274         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
9275
9276 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
9277
9278         * message.el (message-send-news): Don't encode Followups-To when
9279         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
9280
9281         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
9282         header.
9283
9284         * gnus-art.el (article-decode-group-name): Also decode
9285         "Followup-To".
9286
9287         * rfc2047.el (rfc2047-encode-message-header): Encode without
9288         asking for null methods.
9289
9290         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
9291         default charset for newsgroup names in accordance with USEFOR.
9292
9293         * gnus-group.el (gnus-group-name-charset-method-alist,
9294         gnus-group-name-charset-group-alist): Removed "*" from doc
9295         strings, "*" should not be used for complex variables.
9296
9297 2001-10-06  Simon Josefsson  <jas@extundo.com>
9298
9299         Support UTF-8 group names better.
9300
9301         * message.el (message-check-news-header-syntax): Encode group
9302         names before comparison.
9303
9304         * gnus-msg.el (gnus-copy-article-buffer): Run all
9305         `gnus-article-decode-hook's except `article-decode-charset'
9306         instead of hardcoding call to one of them.
9307
9308         * gnus-art.el (gnus-article-decode-hook): Add
9309         `article-decode-group-name'.
9310         (article-decode-group-name): New function, use `g-d-n'.
9311
9312         * gnus-group.el (gnus-group-insert-group-line): Decode
9313         gnus-tmp-group using `g-d-n'.
9314
9315         * gnus-util.el (gnus-decode-newsgroups): New function.
9316
9317 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
9318
9319         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
9320         `gnus-group-name-charset-group-alist'.
9321
9322 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9323
9324         * Makefile.in: Install el in install. Add uninstall.
9325
9326 2001-10-05  Simon Josefsson  <jas@extundo.com>
9327
9328         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
9329
9330         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
9331
9332         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
9333         empty folders.
9334
9335         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
9336         limiting if read-all (C-u RET) was used.
9337
9338 2001-10-04  Simon Josefsson  <jas@extundo.com>
9339
9340         * mail-source.el (mail-source-movemail-program): New variable.
9341         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
9342         <thutt@thutt.vmware.com>.
9343
9344 2001-10-03  Simon Josefsson  <jas@extundo.com>
9345
9346         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
9347         (gnus-summary-line-format-alist): Fix param.
9348
9349 2001-10-02  Simon Josefsson  <jas@extundo.com>
9350
9351         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
9352         don't go through `nnimap-request-expire-articles' to delete the
9353         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
9354
9355 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9356
9357         * gnus-agent.el (gnus-agent-write-active): The min in the
9358         agent/active may be larger than that in the server/active.
9359
9360 2001-10-01  Simon Josefsson  <jas@extundo.com>
9361
9362         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
9363         is IMAP4rev1.
9364
9365         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
9366
9367         * nnfolder.el: Ditto.
9368
9369 2001-09-30  Dan Christensen  <jdc@uwo.ca>
9370
9371         * gnus-sum.el (gnus-summary-extract-address-component): New function.
9372         (gnus-summary-from-or-to-or-newsgroups): Optimize.
9373
9374 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9375
9376         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
9377         (message-mode-menu): Menu item for same.
9378
9379         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
9380         delayed articles.
9381
9382         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
9383         nndraft:delayed does not exist.
9384         (gnus-delay-initialize): Don't set up keymap, that's done from
9385         message.el now.
9386         (gnus-delay, gnus-delay-group, gnus-delay-header)
9387         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
9388
9389 2001-09-29  Simon Josefsson  <jas@extundo.com>
9390
9391         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
9392         utf-8, not eight-bit-control.
9393
9394         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
9395         (imap-log, imap-debug): Custom.
9396         (imap-log-buffer, imap-debug-buffer): New constants.
9397         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
9398         (imap-network-open, imap-shell-open, imap-starttls-open)
9399         (imap-send-command-1, imap-send-command, imap-arrival-filter)
9400         (imap-debug): Use imap-*-buffer.
9401
9402         * nndoc.el (nndoc-article-type): Add mailman.
9403         (nndoc-type-alist): Ditto.
9404         (nndoc-mailman-type-p): New function.
9405
9406 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9407
9408         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
9409         gnus-art.el.
9410
9411 2001-09-27  Simon Josefsson  <jas@extundo.com>
9412
9413         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
9414         (gnus-topic-catchup-articles): New function. Suggested by Robin
9415         S. Socha <robin-dated-1001857693.185e29@socha.net>.
9416
9417 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9418         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
9419
9420         * gnus-ems.el (gnus-article-display-xface): Insert xface after
9421         previous ones.
9422
9423 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9424         From Daiki Ueno  <ueno@unixuser.org>
9425
9426         * gnus-sum.el (gnus-summary-show-article): The arglist of
9427         detect-coding-region is incompatible.
9428
9429 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9430         From Katsuhiro Hermit Endo <hermit@koka-in.org>
9431
9432         * gnus-group.el (gnus-group-delete-group): Typo.
9433
9434 2001-09-26  Simon Josefsson  <jas@extundo.com>
9435
9436         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
9437
9438         * nnimap.el (nnimap-expiry-target): Use temp buffer.
9439
9440 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9441
9442         * gnus-cus.el (gnus-group-parameters): Display as sexp.
9443
9444 2001-09-22  Simon Josefsson  <jas@extundo.com>
9445
9446         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
9447
9448         * nnfolder.el (nnfolder-open-marks): Ditto.
9449
9450         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
9451         (gnus-update-marks): Use it.
9452         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
9453         hardcoded list.
9454
9455         * gnus.el (gnus-article-special-mark-lists): Add killed.
9456         (gnus-article-unpropagated-mark-lists): New constant.
9457
9458 2001-09-22  Simon Josefsson  <jas@extundo.com>
9459
9460         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
9461         custom option.
9462
9463 2001-09-23  Simon Josefsson  <jas@extundo.com>
9464
9465         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
9466
9467 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9468
9469         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
9470
9471 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
9472
9473         * gnus-group.el (gnus-group-sort-function): Fix customize type to
9474         accept lists of functions.
9475
9476 2001-09-20  Simon Josefsson  <jas@extundo.com>
9477
9478         * gnus-group.el (gnus-group-catchup): Update expire marks in
9479         backend.  Also, if ALL also set expire marks on tick/dormant.
9480
9481 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9482
9483         * message.el (message-tab-body-function): New variable.
9484         * message.el (message-tab): Use it.
9485
9486 2001-09-19  Sam Steingold  <sds@gnu.org>
9487
9488         * gnus-win.el (gnus-buffer-configuration): Respect
9489         `gnus-bug-create-help-buffer'.
9490
9491 2001-09-18  Simon Josefsson  <jas@extundo.com>
9492
9493         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
9494         (gnus-parse-simple-format): Re-revert.
9495
9496 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
9497         Trivial patch.
9498
9499         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
9500         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
9501
9502 2001-09-18  Simon Josefsson  <jas@extundo.com>
9503
9504         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
9505         signed.
9506         (gnus-parse-simple-format): Don't use it.
9507
9508 2001-09-17  Miles Bader  <miles@gnu.org>
9509
9510         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
9511         error querying a backend abort the whole process.
9512
9513 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9514
9515         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
9516         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
9517
9518 2001-09-17  Didier Verna  <didier@xemacs.org>
9519
9520         * nndiary.el: version 0.2-b14.
9521         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
9522         compatibility problem with XEmacs 21.1.
9523
9524 2001-09-15  Simon Josefsson  <jas@extundo.com>
9525
9526         * gnus-group.el (gnus-group-line-format): Document %c.
9527
9528         * nnml.el (nnml-parse-head): Handle CRLF files.
9529         (nnml-generate-nov-file): Ditto.
9530         (nnml-retrieve-headers): Ditto.
9531
9532 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
9533
9534         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
9535
9536 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
9537
9538         * gnus-spec.el (gnus-correct-substring): Still stopped one
9539         character before we wanted (never included last character).
9540         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
9541         add missing "," (once per function)
9542
9543 2001-09-14  Simon Josefsson  <jas@extundo.com>
9544
9545         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
9546         (otherwise e.g. gnus-agentize in .gnus overrides the customized
9547         default before gnus-group is loaded and the variable set.)
9548
9549         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
9550         killed or unsent marks.
9551
9552         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
9553         isn't an article to set it on (e.g. when you `a' in a group).
9554
9555 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9556
9557         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
9558         can read e-mails from Microsoft Outlook users not using ISO
9559         8859-2 character set.
9560
9561 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9562
9563         * gnus-diary.el: Minor modifications to avoid warnings.
9564         (gnus-summary-misc-menu): defvar.
9565         (gnus-diary-check-message): Use gnus-point-at-eol.
9566         (gnus-diary-kill-entire-line): eval-and-compile.
9567
9568 2001-09-12  Didier Verna  <didier@xemacs.org>
9569
9570         * nndiary.el: new version (0.2-b13).
9571         * nndiary.el (nndiary-mail-sources): doc update.
9572         * nndiary.el (nndiary-split-methods): ditto.
9573         * nndiary.el (nndiary-request-accept-article-hooks): New.
9574         * nndiary.el (nndiary-request-accept-article): use it, check
9575         message validity.
9576         * nndiary.el (nndiary-get-new-mail): changed default to nil.
9577         * nndiary.el (nndiary-schedule): fix bug (misplaced
9578         condition-case): it didn't return nil on error.
9579         * gnus-diary.el: new version.
9580         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
9581         * gnus-diary.el (gnus-diary-header-value-history): New.
9582         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
9583         * gnus-diary.el (gnus-diary-add-header): New.
9584         * gnus-diary.el (gnus-diary-check-message): New.
9585         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
9586         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
9587
9588 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9589
9590         * gnus-sum.el (gnus-select-newsgroup): Make
9591         `gnus-current-select-method' buffer-local.
9592
9593         * gnus-art.el (gnus-request-article-this-buffer): Refer
9594         `gnus-current-select-method' in the current summary buffer.
9595
9596 2001-09-10  Simon Josefsson  <jas@extundo.com>
9597         From Daniel Pittman <daniel@rimspace.net>
9598
9599         * gnus-spec.el (gnus-correct-pad-form): Fix.
9600
9601 2001-09-09  Simon Josefsson  <jas@extundo.com>
9602
9603         * mm-decode.el (mm-inline-media-tests): Add
9604         application/x-emacs-lisp.
9605         (mm-attachment-override-types): Add
9606         application/{x-,}pkcs7-signature.
9607
9608         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
9609         (gnus-server-line-format, gnus-server-mode-line-format)
9610         (gnus-server-browse-in-group-buffer): Customize.
9611
9612 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9613
9614         * nnml.el (nnml-marks-changed-p): Typo.
9615         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
9616         (nnml-marks-changed-p): Use gnus-gethash.
9617         (nnml-marks-modtime): Use gnus-make-hashtable.
9618
9619         * nnfolder.el (nnfolder-marks-changed-p): Typo.
9620         (nnfolder-request-expire-articles, nnfolder-save-marks)
9621         (nnfolder-open-marks): Typo.
9622         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
9623         (nnfolder-marks-changed-p): Use gnus-gethash.
9624         (nnfolder-marks-modtime): Use gnus-make-hashtable.
9625
9626 2001-09-08  Simon Josefsson  <jas@extundo.com>
9627
9628         * nnfolder.el (nnfolder-marks-modtime): New variable.
9629         (nnfolder-marks-changed-p): New function.
9630         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
9631         (nnfolder-request-update-info): Don't update if marks didn't change.
9632
9633         * nnml.el (nnml-marks-modtime): New variable.
9634         (nnml-marks-changed-p): New function.
9635         (nnml-save-marks, nnml-open-marks): Save modtime.
9636         (nnml-request-update-info): Don't update if marks didn't change.
9637
9638         * gnus-agent.el (gnus-agent-any-covered-gcc)
9639         (gnus-agent-add-server, gnus-agent-remove-server): Use
9640         gnus-agent-method-p.
9641
9642         * gnus-art.el (gnus-buttonized-mime-types): New variable.
9643         (gnus-unbuttonized-mime-type-p): Use it.
9644
9645         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
9646         fetch group.
9647
9648 2001-09-08  Simon Josefsson  <jas@extundo.com>
9649         From Daniel Pittman <daniel@rimspace.net>
9650
9651         * gnus-spec.el (gnus-correct-pad-form): New function.
9652         (gnus-parse-simple-format): Use it.
9653
9654 2001-09-07  Simon Josefsson  <jas@extundo.com>
9655
9656         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
9657         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
9658         Putnam <reader@newsguy.com>.
9659         (gnus-group-sort-selected-groups): Touch dribble file.
9660
9661 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
9662
9663         * nnml.el (nnml-filenames-are-evil): New variable.
9664         (nnml-article-to-file-alist): Rename to ...
9665         (nnml-current-group-article-to-file-alist): ... this.
9666         Respect `nnml-filenames-are-evil'.
9667         (nnml-active-number): Update.
9668         (nnml-update-file-alist): Update.
9669         (nnml-request-article): Use nnheader-article-to-file-alist.
9670         (nnml-request-rename-group): Likewise.
9671
9672 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9673
9674         * gnus-sum.el (gnus-summary-insert-line): Fix.
9675
9676 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
9677
9678         * gnus-sum.el: Bind g-s-t-s to "W g".
9679         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
9680         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
9681         display of graphical smilies.
9682
9683 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9684
9685         * gnus-start.el (gnus-setup-news): A typo.
9686         From Bill White <billw@wolfram.com>.
9687
9688 2001-09-06  Simon Josefsson  <jas@extundo.com>
9689
9690         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
9691         and unseen marks.
9692
9693 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9694
9695         * nnmail.el (nnmail-split-fancy): Document `junk'.
9696
9697 2001-09-04  Simon Josefsson  <jas@extundo.com>
9698
9699         * imap.el (imap-search): Don't error if server is broken.
9700
9701 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
9702
9703         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
9704         searching for an article that isn't in the mbox.
9705
9706 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9707
9708         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
9709         right, and get all the comments.
9710
9711 2001-09-02  Simon Josefsson  <jas@extundo.com>
9712         Suggested by Dan Christensen <jdc+news@uwo.ca>
9713
9714         * nnfolder.el (nnfolder-request-update-info): Fix message.
9715
9716         * nnml.el (nnml-request-update-info): Ditto.
9717
9718 2001-09-01  Simon Josefsson  <jas@extundo.com>
9719
9720         * nnml.el (nnml-request-expire-articles): Also bind
9721         `nnml-current-group' and `nnml-article-file-alist' when using
9722         expiry-target. (Otherwise nnml will be in a inconsistent internal
9723         state causing all kind of problems.)
9724         (nnml-request-expire-articles): If `nnml-article-to-file' or
9725         `file-attributes' failes, return article as un-expirable instead
9726         of treating it as expired.
9727
9728 2001-08-31  Sam Steingold  <sds@gnu.org>
9729
9730         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
9731         typo: `exmine' --> `examine'.
9732
9733 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9734
9735         * nndoc.el (nndoc-forward-type-p): It is not a digest.
9736
9737 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9738
9739         * nnml.el (nnml-check-directory-twice): Remove.
9740         (nnml-retrieve-headers): Ditto.
9741         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
9742
9743 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9744
9745         * nnheader.el (nnheader-directory-files-is-safe): No need to read
9746         directory twice on Windows, or on GNU Emacs-21.
9747
9748 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9749
9750         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
9751         (nnml-request-rename-group): Ditto.
9752         (nnml-active-number): Ditto.
9753         (nnml-request-create-group): Use nnml-directory-articles.
9754         (nnml-request-expire-articles): Use nnml-directory-articles, which
9755         gets list from nov database if available.
9756         (nnml-get-nov-buffer): New function.
9757         (nnml-open-nov): Use it.
9758         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
9759         gets alist from nov database if available.
9760         (nnml-directory-articles): New function.
9761         (nnml-article-to-file-alist): New function.
9762
9763 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9764
9765         * mm-decode.el (mm-display-external): Use `name' as filename, if
9766         `filename' attribute is not present.
9767
9768 2001-08-30  Andrew Innes  <andrewi@gnu.org>
9769
9770         * mail-source.el (mail-source-flash): New defcustom.
9771         (mail-source-new-mail-p): Ring visible bell if appropriate.
9772         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
9773         timer is cleared even if mail check signals an error.
9774
9775 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9776
9777         * gnus-sum.el (gnus-summary-move-article): Only update marks of
9778         type 'list.
9779
9780 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9781
9782         * flow-fill.el (fill-flowed): eol might be point-max.
9783
9784 2001-08-27  Simon Josefsson  <jas@extundo.com>
9785
9786         * nnml.el (nnml-request-update-info): Fix message.
9787         (nnml-open-marks): Ditto.
9788
9789         * nnfolder.el (nnfolder-request-update-info):
9790         (nnfolder-open-marks): Fix message.
9791
9792 2001-08-25  Simon Josefsson  <jas@extundo.com>
9793
9794         * nnfolder.el (nnfolder-save-marks): Don't create directory named
9795         after group in ~/.
9796
9797 2001-08-25  Simon Josefsson  <jas@extundo.com>
9798         From Andreas Jaeger  <aj@suse.de>
9799
9800         * nnfolder.el (nnfolder-open-marks): Fix typo.
9801         * nnml.el (nnml-open-marks): Likewise.
9802
9803 2001-08-25  Simon Josefsson  <jas@extundo.com>
9804
9805         Make nnfolder groups self-contained as far as marks are concerned.
9806
9807         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
9808         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
9809         (nnfolder-open-server): Make marks directory.
9810         (nnfolder-request-delete-group): Delete marks file.
9811         (nnfolder-request-delete-group): Check of nov/marks file exist
9812         before deleting.
9813         (nnfolder-request-rename-group): Rename marks file.
9814         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
9815         (nnfolder-request-set-mark, nnfolder-request-update-info)
9816         (nnfolder-group-marks-pathname, nnfolder-save-marks)
9817         (nnfolder-open-marks): New functions.
9818         (top-level): Require gnus.
9819
9820 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9821
9822         * nnweb.el (nnweb-type-definition): Use google raw file.
9823         (nnweb-google-parse-1): Ditto.
9824         (nnweb-google-identity): Ditto.
9825         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
9826         (nnweb-altavista-wash-article): Ditto.
9827         (nnweb-request-article): Remove nnweb-decode-entities.
9828
9829         * nnml.el: Require 'gnus.
9830
9831 2001-08-25  Simon Josefsson  <jas@extundo.com>
9832
9833         * nnml.el (nnml-marks-is-evil): Add doc.
9834
9835 2001-08-25  Simon Josefsson  <jas@extundo.com>
9836
9837         * nnml.el (nnml-save-marks): Wrap saving marks in a
9838         condition-case, to allow user to start Gnus if saving marks failed
9839         for some reason.
9840
9841 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9842
9843         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
9844
9845         * gnus-group.el (gnus-update-group-mark-positions): Bind
9846         gnus-group-update-hook to nil.
9847
9848 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9849
9850         * mml.el (mml-generate-mime-1): Force as multibyte string.
9851
9852 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9853
9854         * gnus-sum.el (gnus-summary-insert-line)
9855         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
9856         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
9857
9858         * gnus-spec.el (gnus-correct-substring): Take optional END.
9859
9860         * nnrss.el (nnrss-request-article): Remove \n.
9861         (nnrss-retrieve-headers): Lines number is -1.
9862
9863 2001-08-24  Simon Josefsson  <jas@extundo.com>
9864
9865         * gnus-group.el (gnus-info-clear-data): Call
9866         nnfoo-request-set-mark to propagate marks.  Fix bug:
9867         `gnus-group-update-line' doesn't update read range unless we call
9868         `gnus-get-unread-articles-in-group' first.
9869
9870         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
9871         to server.
9872
9873 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9874
9875         * gnus-util.el (gnus-create-info-command): Return an interactive
9876         function.
9877
9878 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9879         From Katsumi Yamaoka <yamaoka@jpl.org>
9880
9881         * gnus-spec.el (gnus-parse-complex-format): Use equal.
9882
9883 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9884
9885         * gnus-sum.el (gnus-select-newsgroup): Use it.
9886
9887         * gnus-util.el (gnus-not-ignore): New function.
9888
9889         * lpath.el (featurep): Don't fbind char-int.
9890
9891         * gnus-util.el (gnus-create-info-command): New function.
9892
9893         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
9894         right node.
9895
9896         * gnus-sum.el (gnus-select-newsgroup): Clean up.
9897         (gnus-summary-limit-children): Use 'identity instead of `all'.
9898         (gnus-summary-limit-to-display-predicate): New command and
9899         keystroke.
9900
9901 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9902
9903         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
9904
9905         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
9906
9907 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9908
9909         * gnus-spec.el: Add the Gnus version.
9910         (gnus-update-format-specifications): If the Gnus version changes,
9911         nix out the format spec cache.
9912
9913         * gnus.el (gnus-continuum-version): Made into a command and
9914         optionalize the VERSION.
9915
9916         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
9917         the start of the lines.
9918
9919 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9920
9921         * gnus.el (gnus-visual-p): Define function before use of
9922         function.
9923
9924 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9925
9926         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
9927         (gnus-article-mark-to-type): New function.
9928         (gnus-update-missing-marks): Only update marks of type 'list.
9929
9930         * gnus.el (gnus-article-special-mark-lists): New variable.
9931
9932 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9933
9934         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
9935         (gnus-select-newsgroup): Still use 'all.
9936         (gnus-summary-initial-limit): Comparing with 'all.
9937
9938 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9939
9940         * gnus-start.el (gnus-activate-group): If dont-check, don't update
9941         active.
9942
9943 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9944
9945         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
9946         nnslashdot-*-retrieve-headers.
9947         (nnslashdot-request-article): Fix for slashcode 2.2.
9948         (nnslashdot-make-tuple): New function.
9949         (nnslashdot-read-groups): Use it.
9950
9951 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9952
9953         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
9954         list.
9955
9956         * gnus-sum.el (gnus-summary-move-article): Don't select article.
9957
9958 2001-08-20  Simon Josefsson  <jas@extundo.com>
9959
9960         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
9961         opened, error instead of continuing (and exploding later).
9962
9963 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9964
9965         * gnus.el (gnus-expand-group-parameters): Return the parameter
9966         list.
9967
9968         * gnus-sum.el (gnus-summary-show-article): Doc fix.
9969         (gnus-summary-show-article): Guess at charset if required.
9970
9971         * gnus-spec.el (gnus-correct-substring): Stopped one character
9972         before we wanted.
9973
9974 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9975
9976         * earcon.el (earcon-auto-play): Remove unused option.
9977
9978 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9979
9980         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
9981         message down in levels, since it happens very fast.
9982
9983         * smiley-ems.el (smiley-update-cache): Respect the symbol version
9984         of smiley-regexp-alist.
9985
9986         * mm-view.el (mm-inline-text): Ignore vcard errors.
9987
9988         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
9989
9990         * gnus-score.el (gnus-all-score-files): Use append instead of
9991         nconc.
9992
9993         * gnus.el (gnus-splash-face): Doc fix.
9994
9995         * mm-decode.el (mm-mailcap-command): Use
9996         mm-path-name-rewrite-functions.
9997         (mm-path-name-rewrite-functions): New variable.
9998
9999         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
10000         (gnus-complex-form-to-spec): Insert tab.
10001         (gnus-spec-tab): New function.
10002
10003         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
10004         entering the group.
10005
10006         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
10007         the positional spec.
10008         (gnus-parse-complex-format): React to %C.
10009
10010         * gnus-ems.el (gnus-char-width): Moved here.
10011
10012         * gnus-sum.el (gnus-select-newsgroup): Set
10013         gnus-newsgroup-articles.
10014         (gnus-unseen-mark): New variable.
10015         (gnus-newsgroup-unseen): Ditto.
10016         (gnus-newsgroup-seen): Ditto.
10017         (gnus-adjust-marked-articles): Use them.
10018         (gnus-update-marks): Use them.
10019         (gnus-summary-update-secondary-mark): Display.
10020         (gnus-summary-prepare-threads): Display.
10021
10022         * gnus-msg.el (gnus-inews-group-method): Use and return the
10023         method, not the server.
10024
10025 2001-08-19  Simon Josefsson  <jas@extundo.com>
10026
10027         * gnus-srvr.el (gnus-server-agent-face): New.
10028         (gnus-server-agent-face): New.
10029         (gnus-server-mode): Turn on font-lock-mode.
10030
10031         * gnus.el (gnus-server-visual): Add defgroup.
10032
10033 2001-08-19  Simon Josefsson  <jas@extundo.com>
10034         From Joe Casadonte <jcasadonte@northbound-train.com>
10035
10036         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
10037         gnus-server-denied-face): New.
10038         (gnus-server-opened-face, gnus-server-closed-face,
10039         gnus-server-denied-face): New.
10040         (gnus-server-font-lock-keywords): Add.
10041
10042 2001-08-19  Simon Josefsson  <jas@extundo.com>
10043
10044         * nnml.el (nnml-request-set-mark): Return nil.
10045         (nnml-save-marks): Use nnml-possibly-create-directory.
10046         (nnml-open-marks): Only work in temp buffer when inserting/reading
10047         .marks file.
10048
10049 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10050
10051         * gnus.el (gnus-expand-group-parameters): Fix.
10052
10053         * gnus-spec.el (gnus-char-width): New function.
10054         (gnus-correct-substring, gnus-correct-length): Use it.
10055
10056         * message.el (message-required-mail-headers): Fix doc.
10057
10058 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10059
10060         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
10061
10062         * mm-decode.el (mm-save-part-to-file): Insert the handle.
10063
10064 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10065
10066         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
10067         slashdot 2.2 (not fully fixed yet).
10068         (nnslashdot-request-article): Ditto.
10069
10070 2001-08-18  Simon Josefsson  <jas@extundo.com>
10071
10072         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
10073         nnimap.
10074
10075         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
10076         gnus-util.
10077         (nnimap-request-update-info-internal): Use new functions.
10078
10079         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
10080         new functions.
10081
10082 2001-08-18  Simon Josefsson  <jas@extundo.com>
10083
10084         Make nnml groups self-contained as far as marks are concerned.
10085
10086         * nnml.el (nnml-request-delete-group): Delete marks file.
10087         (nnml-request-rename-group): Move marks file.
10088         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
10089         variables.
10090         (nnml-request-set-mark, nnml-request-update-info): New server
10091         functions.
10092         (nnml-save-marks, nnml-open-marks): New functions.
10093
10094 2001-08-18  Simon Josefsson  <jas@extundo.com>
10095
10096         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
10097         `set' when setting marks.
10098
10099 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10100
10101         * gnus.el (gnus-info-find-node): Take an argument.
10102
10103         * gnus-art.el (gnus-button-handle-info): New function.
10104         (gnus-url-unhex-string): Replace "+" with " ".
10105
10106 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10107
10108         * message.el (message-check-news-header-syntax): Check bad From.
10109
10110 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10111
10112         * gnus-spec.el (gnus-correct-length): New function.
10113         (gnus-correct-substring): New function.
10114         (gnus-tilde-max-form): Use it.
10115
10116 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
10117
10118         * nnmh.el: Docstring changes as below.
10119
10120         * nnml.el: Docstring changes as below.
10121
10122         * nnbabyl.el: Docstring changes as below.
10123
10124         * nnmbox.el: Docstring changes as below.
10125
10126         * nnfolder.el: Added docstrings identifying each virtual server
10127         parameter.
10128
10129 2001-08-18  Simon Josefsson  <jas@extundo.com>
10130
10131         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
10132
10133 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
10134
10135         * message.el: rename "Abort Message" to "Postpone Message".
10136         Remove "Attach file as MIME" from Message menu, it's already in
10137         the MIME menu.
10138
10139 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10140
10141         * smime.el (smime-point-at-eol): eval-and-compile.
10142         (smime-make-temp-file): New function.
10143         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
10144         Use it.
10145
10146 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10147
10148         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
10149         (gnus-agent-summary-fetch-group): New command and keystroke.
10150
10151         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
10152         (gnus-mime-display-security): Make it respect
10153         gnus-unbuttonized-mime-type-p.
10154
10155         * gnus-sum.el (gnus-articles-to-read): Comments.
10156         (gnus-article-marked-p): New function.
10157         (gnus-summary-display-make-predicate): New function.
10158         (gnus-select-newsgroup): Use them.
10159
10160         * mm-decode.el (mm-save-part-to-file): Made it not error.
10161
10162 2001-08-17  Simon Josefsson  <jas@extundo.com>
10163
10164         * imap.el (imap-wait-for-tag): If process-status isn't open or
10165         run, return nil instead of sit-for looping.
10166
10167 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10168
10169         * lpath.el (featurep): fbind xml-parse-region.
10170
10171         * gnus.el (gnus-message-archive-method): Default to "archive".
10172         (gnus-message-archive-method): Doc fix.
10173         (gnus-parameters-get-parameter): Cleaned up.
10174         (gnus-expand-group-parameter): New function.
10175
10176         * gnus-start.el (gnus-setup-news): Push the archive server only
10177         the server list.
10178
10179         * mml.el (mml-menu): Changed name to "Attachments".
10180
10181         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
10182         when there is something to detroy.
10183
10184 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10185
10186         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
10187         nil.
10188
10189 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10190
10191         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
10192         which specifies a time today or tomorrow.
10193
10194 2001-08-15  Simon Josefsson  <jas@extundo.com>
10195         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
10196
10197         * gnus-agent.el (gnus-agent-make-mode-line-string)
10198         (gnus-agent-toggle-plugged): Use new API.
10199
10200 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10201
10202         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
10203         deadline has expired.
10204
10205 2001-08-12  Simon Josefsson  <jas@extundo.com>
10206         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
10207
10208         Support `recent' mark indicating newly arrived messages (to
10209         separate from old but unread messages).
10210
10211         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
10212         `nnmail-split-history' if recent is > 0.
10213         (nnimap-request-update-info-internal): Update `recent' marks.
10214         (nnimap-request-set-mark): Never set `recent' marks.
10215         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
10216         recent.
10217
10218         * gnus-sum.el (gnus-recent-mark): New mark.
10219         (gnus-newsgroup-recent): New variable.
10220         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
10221         (gnus-summary-prepare-threads): Mark recent articles.
10222         (gnus-summary-add-mark): Support recent.
10223         (gnus-summary-update-secondary-mark): Support recent.
10224
10225         * gnus.el (gnus-article-mark-lists): Add recent.
10226
10227 2001-08-12  Simon Josefsson  <jas@extundo.com>
10228
10229         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
10230         whether successful decoding took place.  Add doc.
10231
10232 2001-08-12  Simon Josefsson  <jas@extundo.com>
10233         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
10234
10235         * gnus.el (gnus-summary-line-format, gnus-parameters):
10236         * gnus-gl.el (gnus-summary-grouplens-line-format):
10237         * gnus-salt.el (gnus-summary-pick-line-format):
10238         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
10239
10240 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
10241         Committed by Kai Gro\e,b_\e(Bjohann.
10242
10243         * gnus-score.el (gnus-score-string): Fix `match' regexp
10244         for `extra' header case.
10245
10246 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10247
10248         * nnmbox.el (nnmbox-read-mbox): No warning.
10249
10250 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10251
10252         * nndoc.el (nndoc-article-type): Fix doc.
10253         (nndoc-generate-article-function): New variable.
10254         (nndoc-dissection-function): New variable.
10255         (nndoc-type-alist): Add oe-dbx.
10256         (nndoc-oe-dbx-type-p): New function.
10257         (nndoc-oe-dbx-dissection): New function.
10258         (nndoc-oe-dbx-generate-article): New function.
10259
10260 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10261
10262         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
10263         whether deadline has been reached.  Patch from Dan Nicolaescu
10264         <dann@godzilla.ics.uci.edu>.
10265
10266 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10267
10268         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
10269         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
10270         <rintaman@cs.Helsinki.FI>.
10271
10272         * mail-source.el (mail-source-movemail): The error buffer is
10273         modified, but nothing in it.
10274
10275 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10276
10277         * message.el (message-bogus-system-names): New variable.
10278         (message-make-fqdn): Use it.
10279
10280 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10281
10282         * nndraft.el (nndraft-request-group): Use
10283         nndraft-auto-save-file-name.
10284
10285 2001-08-09  Simon Josefsson  <jas@extundo.com>
10286
10287         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
10288         Don't ask whether to decrypt.  Just leave result in buffer (don't
10289         call mm).
10290
10291         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
10292         parts as well.
10293         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
10294         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
10295
10296 2001-08-09  Simon Josefsson  <jas@extundo.com>
10297
10298         * mm-decode.el (mm-insert-part): Return decoding success status.
10299         (mm-save-part-to-file): Error if decoding failed.
10300
10301 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10302
10303         * message.el (message-tab): Use indent-relative.
10304         (message-mode): Don't bind indent-line-function to indent-relative.
10305
10306 2001-08-09  Simon Josefsson  <jas@extundo.com>
10307
10308         * message.el (message-get-reply-headers): Fix string. Suggested by
10309         Christoph Conrad <cc@cli.de>.
10310
10311 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10312
10313         * message.el (message-tab): Use the current value of
10314         indent-line-function.
10315         (message-mode): Bind indent-line-function to indent-relative.
10316
10317 2001-08-08  Simon Josefsson  <jas@extundo.com>
10318
10319         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
10320         whether `imtest' is installed.
10321
10322 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10323         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10324
10325         * gnus-sum.el (gnus-summary-show-article): Call
10326         gnus-summary-update-secondary-secondary-mark.
10327         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
10328         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
10329
10330 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10331
10332         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
10333
10334         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10335
10336         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
10337         <gerd@gnu.org>.
10338
10339         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
10340
10341         * gnus-util.el (gnus-output-to-rmail): Ditto.
10342         (gnus-output-to-mail): Ditto.
10343
10344         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
10345
10346 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
10347
10348         * message.el (message-indent-citation): Use
10349         `message-yank-cited-prefix' for empty lines.
10350
10351 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
10352
10353         * message.el (message-indent-citation): Quote only lines starting
10354         with ">" using `message-yank-cited-prefix'.
10355
10356 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10357         Trivial patch.
10358
10359         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
10360         gnus-cache-fully-p.
10361
10362 2001-08-04  Simon Josefsson  <jas@extundo.com>
10363
10364         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
10365         file if it doesn't exist (by calling gnus-cache-read-active).
10366
10367 2001-08-04  Simon Josefsson  <jas@extundo.com>
10368
10369         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
10370         (gnus-cache-passively-or-fully-p): Removed.
10371         (gnus-cache-fully-p): Fix it.
10372
10373         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
10374
10375 2001-08-04  Simon Josefsson  <jas@extundo.com>
10376
10377         * gnus-cache.el (gnus-cache-fully-p)
10378         (gnus-cache-passively-or-fully-p): New functions.
10379         (gnus-cache-possibly-enter-article): Cosmetic change, use
10380         `g-c-p-o-f-p'.
10381         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
10382         was bogus (`g-c-p-a-a' does not change active info, just change
10383         the functions parameters).
10384         (gnus-cache-possibly-remove-articles-1): Make sure articles are
10385         not removed in groups that match `gnus-uncacheable-groups'.
10386
10387         Reported and modifications based on discussions with Nuutti
10388         Kotivuori <nuutti.kotivuori@smarttrust.com>.
10389
10390 2001-08-04  Simon Josefsson  <jas@extundo.com>
10391         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
10392
10393         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
10394         calls `gnus-cache-update-active' if bounds has been extended.
10395
10396 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10397
10398         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
10399         before remove.
10400         (gnus-mime-security-show-details): Ditto.
10401
10402 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10403
10404         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
10405         syntax.  Protect string-match against nil string and regexp.
10406
10407 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10408
10409         * mm-util.el (mm-find-charset-region): Remove control-1.
10410
10411 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10412
10413         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
10414
10415 2001-08-04  Simon Josefsson  <jas@extundo.com>
10416
10417         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
10418         buffer.  Delete MIME-Version header.
10419
10420 2001-08-03  Simon Josefsson  <jas@extundo.com>
10421
10422         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
10423         that is entered does not necessarily have the highest article
10424         number in the group, so use `gnus-cache-possibly-alter-active'
10425         instead of `gnus-cache-update-active'.
10426
10427 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10428
10429         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
10430
10431 2001-08-03  Simon Josefsson  <jas@extundo.com>
10432
10433         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
10434         menu.
10435
10436 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10437
10438         * gnus.el (post-method): New group parameter.  It also provides
10439         the user option `gnus-post-method-alist' and the internal function
10440         `gnus-parameter-post-method'.
10441
10442         * gnus-msg.el (gnus-post-method): Bind the value of
10443         `gnus-post-method' to the group parameter if it is defined.
10444
10445 2001-08-02  Simon Josefsson  <jas@extundo.com>
10446
10447         * smime.el (smime-extra-arguments): Removed.
10448         (smime-call-openssl-region): Don't use it.
10449
10450 2001-08-02  Simon Josefsson  <jas@extundo.com>
10451
10452         * smime.el (smime-sign-region): Handle stderr.
10453         (smime-encrypt-region): Ditto.
10454
10455         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
10456         match the ASN.1 length bytes.
10457         (mm-pkcs7-enveloped-magic): Ditto.
10458         (mm-view-pkcs7-get-type): Don't regexp quote.
10459
10460 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10461         From Andreas Fuchs <asf@void.at>
10462
10463         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
10464
10465 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10466
10467         * gnus-art.el (gnus-header-button-alist): References regexp.
10468
10469 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
10470
10471         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
10472         already fboundp.  Add INTERACTIVE arg to autoload form.
10473
10474 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10475
10476         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
10477
10478         * nnmail.el (nnmail-cache-open): Ditto.
10479
10480 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10481
10482         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
10483
10484 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10485
10486         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
10487
10488 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10489         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10490
10491         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
10492         (gnus-agent-toggle-plugged): Use it.
10493
10494 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10495
10496         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
10497         (gnus-ding-file-coding-system): New variable.
10498         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
10499         (gnus-slave-save-newsrc): Use it.
10500
10501 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10502
10503         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
10504         syntax.
10505
10506 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10507         Originally from Andreas Fuchs <asf@void.at>
10508
10509         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
10510         (mml2015-gpg-pretty-print-fpr): New function.
10511         (mml2015-gpg-extract-signature-details): More details, rename from
10512         `m-g-e-from'.
10513         (mml2015-gpg-verify): Use them.
10514         (mml2015-gpg-clear-verify): Use them.
10515
10516 2001-07-31  Simon Josefsson  <jas@extundo.com>
10517
10518         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
10519         buffer when done.
10520
10521 2001-07-30  Simon Josefsson  <jas@extundo.com>
10522
10523         * smime.el (smime-call-openssl-region): Revert previous change,
10524         just pass on buf to `call-process-region'.
10525         (smime-verify-region): Doc fix.  Don't message stuff.  Use
10526         `smime-new-details-buffer'.  Inserts error messages into buffer.
10527         (smime-noverify-region): Ditto.
10528         (smime-decrypt-region): Ditto.  Handles stderr separately.
10529         (smime-verify-buffer, smime-noverify-buffer)
10530         (smime-decrypt-buffer): Doc fix.
10531         (smime-new-details-buffer): New function.
10532         (smime-pkcs7-region, smime-pkcs7-certificates-region)
10533         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
10534         (smime-sign-region, smime-encrypt-region): Don't use
10535         `insert-buffer'.
10536
10537         * mml-smime.el (mml-smime-verify): Fix security button strings.
10538
10539 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10540
10541         * gnus-art.el (gnus-mime-save-part-and-strip): Save
10542         gnus-article-mime-handles.
10543
10544 2001-07-29  Simon Josefsson  <jas@extundo.com>
10545
10546         * mail-source.el (top-level): Require message for message-directory.
10547         (mail-source-directory): Change default to message-directory.
10548
10549         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
10550         (smime-certificate-directory, smime-openssl-program)
10551         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
10552         (smime-extra-arguments): New variable.
10553         (smime-dns-server): Fix customize group.
10554         (smime-call-openssl-region): Use `smime-extra-arguments'.
10555
10556 2001-07-29  Simon Josefsson  <jas@extundo.com>
10557         From Vladimir Volovich <vvv@vsu.ru>
10558
10559         * smime.el (smime-call-openssl-region): Ignore stderr.
10560
10561 2001-07-29  Simon Josefsson  <jas@extundo.com>
10562         From Christoph Conrad <christoph.conrad@gmx.de>
10563
10564         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
10565         file.
10566
10567 2001-07-29  Simon Josefsson  <jas@extundo.com>
10568
10569         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
10570
10571         Support S/MIME decryption.
10572
10573         * mm-decode.el (mm-inline-media-tests):
10574         (mm-inlined-types):
10575         (mm-automatic-display):
10576         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
10577
10578         * mm-view.el (mm-pkcs7-signed-magic):
10579         (mm-pkcs7-enveloped-magic): New variables.
10580         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
10581         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
10582         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
10583         PKCS#7 blobs.
10584
10585         * smime.el (smime-decrypt-region): Expand keyfile.
10586
10587 2001-07-29  Simon Josefsson  <jas@extundo.com>
10588
10589         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
10590         `ssl.el' variables.
10591
10592         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
10593         but line instead of narrowing to it, because `nnmail-parse-active'
10594         calls widen.  Thanks to Christoph Conrad
10595         <christoph.conrad@gmx.de>.
10596
10597 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10598
10599         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
10600         for %B spec.
10601
10602         * gnus-sum.el (gnus-summary-prepare-threads): If
10603         gnus-sum-thread-tree-root is nil, use subject instead.
10604         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
10605         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10606         (gnus-sum-thread-tree-leaf-with-other)
10607         (gnus-sum-thread-tree-single-leaf): Documentation.
10608         (gnus-sum-thread-tree-single-indent): Allow nil.
10609
10610 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10611
10612         * message.el (message-fill-paragraph): Do nothing if the user
10613         wants filladapt-mode.
10614
10615 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10616
10617         * mm-decode.el (mm-image-type-from-buffer): New function.
10618         (mm-get-image): Use it.
10619
10620 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10621
10622         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
10623
10624         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
10625         mm-display-parts too.
10626
10627 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10628
10629         * nnfolder.el (nnfolder-request-accept-article): Bind
10630         nntp-server-buffer.
10631
10632         * nnmail.el (nnmail-parse-active): Read from buffer instead of
10633         nntp-server-buffer.
10634
10635 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10636
10637         * message.el (message-check-news-header-syntax): Use
10638         message-post-method.
10639         (message-send-news): Bind message-post-method.
10640
10641 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10642
10643         * mml.el (mml-tweak-type-alist): New variable.
10644         (mml-tweak-function-alist): New variable.
10645         (mml-tweak-part): New function.
10646         (mml-generate-mime-1): Use it.
10647
10648 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10649
10650         * nnfolder.el (nnfolder-request-accept-article): Replace
10651         nnfolder-request-list.
10652
10653 2001-07-27  Simon Josefsson  <jas@extundo.com>
10654
10655         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
10656         nnoo-change-server failed to do it.
10657
10658 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10659
10660         * gnus.el (gnus-parameters): Make it customizable.
10661
10662 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10663
10664         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
10665
10666         * message.el (message-set-auto-save-file-name): More
10667         poor-system-types.
10668
10669         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
10670
10671         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
10672         supports +.
10673
10674 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10675
10676         * mm-decode.el (mm-readable-p): New function.
10677         (mm-inline-media-tests): Fix the default testers.
10678
10679 2001-07-26  Simon Josefsson  <jas@extundo.com>
10680
10681         * nnimap.el (nnimap-version): Bump version number.
10682
10683 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10684         From Steven E. Harris <seh@speakeasy.org>
10685
10686         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
10687         in M$Windows too.
10688
10689 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10690
10691         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
10692
10693 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10694
10695         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
10696
10697         * mm-decode.el (mm-get-image): Guess then use the type.
10698
10699         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
10700
10701 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
10702
10703         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
10704         display (%B) for threads if threading is off.
10705
10706 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10707         From Henrik Enberg <henrik@enberg.org>
10708
10709         * gnus-msg.el: Customization patch.
10710
10711 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
10712
10713         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
10714         variable.
10715         (nnmail-split-fancy-with-parent): Ignore certain groups.
10716
10717 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10718
10719         * gnus-util.el (gnus-byte-compile): New function.
10720         (gnus-use-byte-compile): New variable.
10721         (gnus-make-sort-function): Use it.
10722
10723         * nnmail.el (nnmail-get-new-mail): Use it.
10724
10725         * gnus-agent.el (gnus-category-make-function): Simple function or
10726         compiled function.
10727         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
10728
10729         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
10730         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
10731         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
10732
10733         * message.el (message-check-news-header-syntax): Remove quote.
10734
10735 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10736
10737         * message.el (message-use-mail-followup-to): `t' is not a
10738         documented value.
10739
10740 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10741
10742         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
10743
10744 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10745
10746         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
10747         there are long lines.
10748
10749 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10750
10751         * dgnushack.el (copy-list): New compiler macro.
10752
10753 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10754
10755         * message.el (message-bounce): If no Return-Path, the whole
10756         content is considered as the original message.
10757
10758         * nnml.el (nnml-check-directory-twice): New variable.
10759         (nnml-article-to-file): Use it.
10760         (nnml-retrieve-headers): Hack it.
10761
10762 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10763
10764         * gnus-win.el (gnus-buffer-configuration): New configure.
10765
10766         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
10767         not alive.
10768
10769         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
10770         (mm-display-external): Use display-term configure.
10771
10772 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10773
10774         * gnus-delay.el (gnus-delay-default-hour): New variable.
10775         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
10776
10777 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10778         From Karl Kleinpaste <karl@charcoal.com>
10779
10780         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
10781         (gnus-summary-prepare-threads): Ditto.
10782
10783         * gnus.el (gnus-summary-line-format): Add %B.
10784
10785 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10786
10787         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
10788
10789         * mm-util.el (mm-string-as-multibyte): New function.
10790
10791         * nnmh.el (nnmh-request-list-1): Encode, not decode!
10792
10793 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10794
10795         * mm-util.el (mm-universal-coding-system): New variable.
10796
10797         * gnus-start.el (gnus-startup-file-coding-system): Use it.
10798
10799         * score-mode.el (score-mode-coding-system): Use it.
10800
10801 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10802
10803         * gnus-start.el (gnus-setup-news): Call
10804         `gnus-check-bogus-newsgroups' just after the native server is
10805         opened.
10806
10807 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10808
10809         * nnmail.el (nnmail-do-request-post): Util function to be used by
10810         `nnchoke-request-post' for all nnmail-derived backends.
10811
10812         * nnml.el (nnml-request-post): Use it.
10813
10814         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
10815         backend, for it groks nnml-request-post.
10816
10817         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
10818         Treat `mail-post' backends like `mail' backends, not like `news'
10819         backends.
10820
10821 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10822
10823         * gnus-msg.el (gnus-setup-message): make-local-hook.
10824
10825 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10826
10827         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
10828         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
10829         <karl@charcoal.com>, slightly changed by Kai.
10830
10831         * message.el (message-check-news-header-syntax): When checking
10832         whether the groups exist, check the right server based on
10833         `gnus-post-method'.
10834
10835 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10836
10837         * gnus-delay.el: New file.
10838
10839 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10840
10841         * mm-util.el (mm-read-coding-system): Take two arguments.
10842
10843         * gnus-sum.el (gnus-summary-show-article): Use
10844         mm-read-coding-system.
10845
10846         * gnus-art.el (article-de-quoted-unreadable):
10847         (article-de-base64-unreadable, article-wash-html):
10848         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
10849
10850 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10851
10852         * nnml.el (nnml-request-post): New function.  Can be used for
10853         annotations in nnml groups.
10854
10855 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10856
10857         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
10858         command.
10859
10860         * gnus-start.el (gnus-find-new-newsgroups): Use
10861         `message-make-date' instead of `current-time-string'.
10862         (gnus-ask-server-for-new-groups): Ditto.
10863         (gnus-check-first-time-used): Ditto.
10864
10865 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10866
10867         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
10868
10869 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
10870
10871         * message.el (message-shorten-references): Change `maxcount' and
10872         `cut' to obey USEFOR draft 5.
10873
10874 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
10875
10876         * gnus-sum.el (gnus-summary-display-arrow): New variable.
10877         (gnus-summary-set-article-display-arrow): New function.
10878         (gnus-summary-goto-subject): Use it.
10879
10880 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10881
10882         * gnus-sum.el (gnus-summary-import-article): Insert date if
10883         doesn't exist.
10884
10885 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10886
10887         * mml.el (mml-content-type-parameters): New variable.
10888         (mml-content-disposition-parameters): New variable.
10889         (mml-insert-mime-headers): Use them.
10890         (mml-parse-1): Accept charset.
10891
10892 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10893
10894         * gnus-group.el (gnus-group-select-group): Doc fix.
10895
10896         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
10897
10898 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10899
10900         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
10901         to handle `define-derived-mode'.
10902
10903 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10904         From:  Stefan Monnier  <monnier@cs.yale.edu>
10905
10906         * message.el (message-mode): Use define-derived-mode.
10907         (message-tab): message-completion-alist.
10908
10909         * imap.el (imap-interactive-login): Use make-local-variable.
10910         (imap-open): Ditto.
10911         (imap-authenticate): Ditto.
10912
10913         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
10914
10915         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
10916
10917 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10918
10919         * message.el (message-citation-line-function): Refer to
10920         gnus-cite-attribution-suffix.
10921
10922 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10923
10924         * gnus-art.el,...: Error convention changes.
10925
10926 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10927
10928         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
10929
10930 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10931
10932         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
10933         (nnrss-read-server-data): Ditto.
10934
10935 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10936
10937         * gnus-setup.el (gnus-use-installed-gnus): Typo.
10938         * Cleanup files.
10939         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
10940
10941 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10942
10943         * gnus.el (gnus-summary-line-format): Add %o.
10944
10945         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
10946         unless shell outputs something.
10947
10948 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10949
10950         * gnus-art.el (gnus-boring-article-headers): Better doc.
10951         (article-hide-headers): Better regexp.
10952         Suggested by Matt Swift <swift@alum.mit.edu>.
10953
10954         * nnheader.el (nnheader-max-head-length): Better doc.
10955         (nnheader-header-value): Skip spaces.
10956         (nnheader-parse-head): Remove space.
10957         Suggested by Matt Swift <swift@alum.mit.edu>.
10958
10959         * gnus-sum.el (gnus-summary-show-raw-article): New function.
10960         (gnus-get-newsgroup-headers): Remove space.
10961
10962 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10963
10964         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
10965         (gnus-summary-reply): Use it.
10966         (gnus-summary-reply-broken-reply-to): New function.
10967         (gnus-msg-force-broken-reply-to): New function.
10968
10969         * mm-view.el (mm-inline-text): Showing as text/plain when error.
10970
10971 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10972
10973         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
10974
10975 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10976
10977         * mm-decode.el (mm-external-terminal-program): New variable.
10978         (mm-display-external): Use it. Use term to display when no
10979         window-system.
10980
10981 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
10982
10983         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
10984         Browse->Next entries to Browse->Prev
10985
10986 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10987
10988         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
10989
10990 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10991
10992         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
10993         for the default encoding.
10994
10995         * nnrss.el (nnrss-url-field): New field.
10996         (nnrss-request-article): Add newsgroups.
10997
10998         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
10999
11000 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11001
11002         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
11003
11004         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
11005         (gnus-draft-setup): Remove backlog.
11006
11007 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11008
11009         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
11010         Cleanup.
11011
11012 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11013
11014         * gnus-msg.el (gnus-bug): Erase buffer.
11015
11016         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
11017
11018 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11019
11020         * mm-decode.el (mm-attachment-override-p): Fix typo.
11021
11022 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
11023
11024         * gnus-kill.el (gnus-execute): Work with the extra headers.
11025         * gnus-sum.el (gnus-summary-execute-command): Ditto.
11026
11027 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11028
11029         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
11030         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
11031
11032         * message.el (message-send-mail-real-function): New variable.
11033         (message-send-mail-partially, message-send-mail):
11034
11035         * nngateway.el (nngateway-request-post): Use it.
11036
11037         * gnus-agent.el (gnus-agentize): Use it.
11038
11039         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
11040         (nnsoup-revert-variables): Use it.
11041
11042 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
11043
11044         * mm-decode.el (mm-inline-media-tests): Default to displaying as
11045         text/plain if the type doesn't match any other media types.
11046         (mm-inlined-types): Doc fix.
11047         (mm-display-inline): Revert previous change (now handled by a
11048         default type in `mm-inline-media-tests'.
11049         (mm-inlinable-p): Revive.
11050         (mm-display-part): Call `mm-inlinable-p'.
11051         (mm-attachment-override-p): Ditto.
11052         (mm-inlined-p): Doc fix.
11053
11054         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
11055         well as `mm-inlined-p'.
11056
11057 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11058
11059         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
11060         (nntp-send-command-and-decode): Use gnus-point-at-bol.
11061
11062 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11063         From  Paul Jarc <prj@po.cwru.edu>
11064
11065         * message.el (message-use-mail-followup-to): New variable.
11066         (message-get-reply-headers): Use it.
11067
11068 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
11069
11070         * nnheader.el (nnheader-init-server-buffer): Make sure the
11071         *nntpd* buffer is made multibyte instead of a random buffer.
11072
11073 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11074
11075         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
11076         when it returns headers.
11077
11078 2001-07-07  Simon Josefsson  <jas@extundo.com>
11079
11080         * rfc2047.el (rfc2047-encode-message-header): Skip header when
11081         trying to fold. Thanks to Colin Walters
11082         <walters@cis.ohio-state.edu>
11083
11084 2001-07-06  Simon Josefsson  <jas@extundo.com>
11085
11086         * imap.el (imap-parse-address-list, imap-parse-flag-list)
11087         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
11088         Add information in `assert's.
11089
11090         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
11091         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
11092         and `nnimap-group-overview-filename', should handle all
11093         change-of-uidvalidity related issues.  But there may be other
11094         problems.)
11095
11096 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
11097
11098         * rfc2047.el (rfc2047-encode-message-header): Don't include the
11099         header name when folding.
11100
11101 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
11102
11103         * mm-decode.el (mm-inlined-types): Document relationship with
11104         `mm-inline-media-tests'.
11105         (mm-display-inline): Default to displaying as plain text if no
11106         inlining handler is available.
11107         (mm-inlinable-p): Remove.
11108         (mm-inlined-p): Don't call `mm-inlinable-p'.
11109         (mm-automatic-display-p): Ditto.
11110         (mm-attachment-override-p): Ditto.
11111
11112 2001-07-04  Simon Josefsson  <jas@extundo.com>
11113
11114         * nnimap.el (nnimap-importantize-dormant): New variable.
11115         (nnimap-request-update-info-internal): Use it.
11116         (nnimap-request-set-mark): Ditto.
11117
11118 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
11119
11120         * nntp.el (nntp-send-command): don't pass a buffer argument to
11121         `point'. Only XEmacs accepts this.
11122         * nntp.el (nntp-send-command-nodelete): ditto.
11123         * nntp.el (nntp-send-command-and-decode): ditto.
11124
11125 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
11126
11127         * nntp.el (nntp-open-connection-function): doc update.
11128         * nntp.el (nntp-pre-command): New.
11129         * nntp.el (nntp-via-rlogin-command): New.
11130         * nntp.el (nntp-via-telnet-command): New.
11131         * nntp.el (nntp-via-telnet-switches): New.
11132         * nntp.el (nntp-via-user-name): New.
11133         * nntp.el (nntp-via-user-password): New.
11134         * nntp.el (nntp-via-address): New.
11135         * nntp.el (nntp-via-envuser): New.
11136         * nntp.el (nntp-via-shell-prompt): New.
11137         * nntp.el (nntp-open-telnet-stream): New.
11138         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
11139         * nntp.el (nntp-open-via-telnet-and-telnet): New.
11140         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
11141         * nntp.el (nntp-send-command): ditto.
11142         * nntp.el (nntp-send-command-nodelete): ditto.
11143         * nntp.el (nntp-send-command-and-decode): ditto.
11144
11145 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
11146         Trivial patch.
11147
11148         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
11149         `when'.
11150
11151 2001-07-03  Simon Josefsson  <jas@extundo.com>
11152         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
11153
11154         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
11155
11156 2001-07-03  Simon Josefsson  <jas@extundo.com>
11157
11158         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
11159         remove it (workaround XEmacs `fill-region' bug).
11160
11161 2001-07-01  Simon Josefsson  <jas@extundo.com>
11162
11163         * nnimap.el (nnimap-date-days-ago): Defeat locale.
11164
11165 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11166
11167         * mml2015.el (mml2015-format-error): New function.
11168         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
11169         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
11170         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
11171
11172 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11173
11174         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
11175         Suggested by Christoph Conrad <C.Conrad@cli.de>.
11176
11177         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
11178         group variables.
11179
11180 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11181
11182         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
11183
11184         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
11185         (nnrss-save-group-data): Ditto.
11186
11187         * gnus-agent.el (gnus-agent-save-alist): Ditto.
11188
11189 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11190
11191         * message.el (message-do-send-housekeeping): Narrow to headers.
11192
11193 2001-06-24  Simon Josefsson  <jas@extundo.com>
11194
11195         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
11196         insertion when breaking lines looked for " \t" instead of "[ \t]".
11197         (rfc2047-encode-message-header): Fold lines even if
11198         no QP encoding is done.
11199
11200 2001-06-23  Simon Josefsson  <jas@extundo.com>
11201         From Samuel Tardieu <sam@inf.enst.fr>
11202
11203         * smime.el (smime-keys): Support additional certificates.
11204         (smime-make-certfiles): New function.
11205         (smime-sign-region): Use previous variables.
11206         (smime-get-certfiles): New function.
11207         (smime-sign-buffer): Use it.
11208         (smime-verify-region): Support both CAfile and CApath.
11209
11210 2001-06-23  Simon Josefsson  <jas@extundo.com>
11211
11212         * smime.el (smime-decrypt-region): Perhaps work.
11213
11214 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11215
11216         * gnus-msg.el (gnus-copy-article-buffer): Typo.
11217
11218 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
11219
11220         * mm-decode.el (mm-save-part): Rewrite file name.
11221         (mm-file-name-rewrite-functions): New variable.
11222         (mm-file-name-delete-whitespace): New function.
11223         (mm-file-name-trim-whitespace): New function.
11224         (mm-file-name-collapse-whitespace): New function.
11225         (mm-file-name-replace-whitespace): New variable and function.
11226
11227 2001-06-22  Simon Josefsson  <jas@extundo.com>
11228
11229         * message.el (message-make-date): Workaround locale for weekdays.
11230
11231 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11232
11233         * message.el (message-goto-body): Return nil if not found. (revert!)
11234
11235 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11236         From Fremlin <chief@bandits.org>
11237
11238         * message.el (message-goto-body): Some messages have no header.
11239
11240         * gnus-msg.el (gnus-copy-article-buffer): Use it.
11241
11242 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
11243
11244         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
11245
11246 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11247
11248         * message.el (message-make-date): Add week day.
11249         Suggested by Jason R. Mastaler <jason@mastaler.com>.
11250
11251 2001-06-19  Simon Josefsson  <jas@extundo.com>
11252
11253         * message.el (message-yank-prefix): Doc fix.
11254         (message-yank-cited-prefix): Ditto.
11255         (message-delete-not-region): Keep citation prefix on first line,
11256         if possible and appropriate.
11257
11258 2001-06-19  Simon Josefsson  <jas@extundo.com>
11259
11260         * imap.el (imap-process-connection-type): New variable.
11261         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
11262         recent `imtest's work completely (no line length issues), while
11263         making making old `imtest's unusable.  Thanks to NAGY Andras
11264         <nagya@inf.elte.hu> for his work.
11265
11266 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
11267
11268         * imap.el (imap-ssl-program): Add -quiet to shut up
11269         OpenSSL/SSLeay's internal debug talk.
11270
11271 2001-06-19  Matt Armstrong  <matt@lickey.com>
11272
11273         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
11274         server.
11275
11276 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11277
11278         * nnmail.el (nnmail-article-buffer): New variable.
11279         (nnmail-split-incoming): Use it.
11280
11281 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
11282
11283         * qp.el (quoted-printable-decode-region): If called interactively,
11284         use coding-system-for-read.
11285
11286 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11287
11288         * message.el (message-check-news-header-syntax): Check Reply-To.
11289
11290 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11291
11292         * mml.el (mml-parse-1): Use message options.
11293
11294         * message.el (message-do-fcc): Don't do anything if there is no
11295         FCC.
11296
11297 2001-06-16  Simon Josefsson  <jas@extundo.com>
11298
11299         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
11300         (nnimap-expunge-search-string): New variable.
11301         (nnimap-request-expire-articles): Use it.
11302
11303 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11304
11305         * message.el (message-send-mail-with-qmail): wrong exit status is
11306         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
11307
11308 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11309
11310         * gnus-art.el (article-strip-multiple-blank-lines): Use
11311         delete-region instead of replace-match.
11312
11313 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11314
11315         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
11316         (nnweb-google-wash-article): Ditto.
11317
11318 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
11319
11320         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
11321
11322 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11323
11324         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
11325         specs.
11326
11327 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11328
11329         * gnus.el (gnus-email-address): Move it here.
11330
11331         * gnus-art.el (article-de-quoted-unreadable): Read charset if
11332         requested.
11333         (article-de-base64-unreadable): Ditto.
11334         (article-wash-html): Ditto.
11335
11336 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11337
11338         * message.el (message-options-set-recipient): Don't add ", "
11339         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
11340
11341 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11342
11343         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
11344
11345 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11346
11347         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
11348         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
11349
11350         * nnrss.el (nnrss-node-text): Node might be nil.
11351
11352 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11353
11354         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
11355         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
11356
11357         * nnrss.el (nnrss-group-alist): More items.
11358
11359 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11360
11361         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
11362
11363 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11364         Trivial patch from Dale Hagglund  <rdh@best.com>
11365
11366         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
11367         restrict clauses.
11368
11369 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11370
11371         From Benjamin Rutt <brutt+news@bloomington.in.us>
11372
11373         * message.el (message-wide-reply-confirm-recipients): New variable.
11374
11375 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
11376         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
11377
11378         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
11379         fix so it works with XEmacs.
11380
11381 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11382
11383         * nnrss.el (nnrss-retrieve-headers): Support description as extra
11384         headers.
11385
11386 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11387
11388         * nnrss.el: Fix a few bugs.
11389
11390 2001-06-05  Simon Josefsson  <jas@extundo.com>
11391
11392         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
11393         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
11394
11395 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
11396
11397         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
11398         binary so that we don't transmit ISO 2022 garbage to the process.
11399         This is needed under XEmacs.
11400
11401 2001-06-03  Simon Josefsson  <simon@josefsson.org>
11402
11403         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
11404         autoloaded incorrectly below because ssl-program-* is bound.)
11405         Thanks to Amos Gouaux for report.
11406
11407 2001-06-02  Simon Josefsson  <simon@josefsson.org>
11408
11409         * imap.el (imap-kerberos4-open):
11410         (imap-gssapi-open):
11411         (imap-ssl-open):
11412         (imap-network-open):
11413         (imap-shell-open):
11414         (imap-starttls-open): Set buffer to workaround spurious
11415         `accept-process-output' buffer changes.  Thanks to Mats Lidell
11416         <Mats.Lidell@contactor.se> for report and partial patch and Jake
11417         Colman <colman@ppllc.com> for report.
11418
11419 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11420
11421         * gnus-sum.el (gnus-summary-catchup): New argument.
11422         (gnus-summary-catchup-from-here): New function.
11423
11424 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11425
11426         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
11427         back, then insert glyph.  (Before, the glyph was inserted first,
11428         then the newline.)  This works around a behavior in XEmacs where
11429         it is not possible to insert a character after a glyph which is at
11430         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
11431
11432 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11433
11434         From Jaap-Henk Hoepman (jhh@xs4all.nl).
11435
11436         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
11437         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
11438         mm-destroy-postponed-undisplay-list): New functions.
11439         (mm-display-external): Use them.
11440
11441 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11442
11443         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
11444         `default-low' when evaluating `gnus-summary-highlight'.
11445         From Raja R Harinath <harinath@cs.umn.edu>.
11446
11447 2001-05-27  Simon Josefsson  <simon@josefsson.org>
11448
11449         * message.el (message-yank-cited-prefix): New variable.
11450         (message-indent-citation): Use it.
11451
11452         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
11453         as details.
11454         (mml2015-mailcrypt-clear-verify): Ditto.
11455
11456 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11457         From Nevin Kapur <nevin@jhu.edu>.
11458
11459         * gnus-sum.el (gnus-summary-default-high-score,
11460         gnus-summary-default-low-score): New variables.
11461         (gnus-summary-highlight): Use them.
11462
11463 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
11464
11465         * message.el (message-mail): pass the 'send-actions argument to
11466         `message-setup'.
11467
11468 2001-05-16  Simon Josefsson  <simon@josefsson.org>
11469         From Raymond Scholz <ray-2001@zonix.de>
11470
11471         * gnus-art.el (gnus-mime-view-part-as-charset):
11472         (gnus-mime-internalize-part): Doc fixes.
11473
11474 2001-05-11  Simon Josefsson  <simon@josefsson.org>
11475
11476         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
11477         status lines without any text ("^215$").
11478
11479 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11480
11481         * nnrss.el (nnrss-check-group): Reverse.
11482
11483 2001-05-07  Simon Josefsson  <simon@josefsson.org>
11484
11485         * message.el (message-get-reply-headers):
11486         (message-followup): Fix typo, suggested by David Green
11487         <dgreen@uab.edu>
11488
11489 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11490
11491         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
11492
11493         * nnrss.el (nnrss-open-server): Read server data when it is called.
11494         (nnrss-request-expire-articles): Fix.
11495
11496 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11497
11498         * message.el (message-do-send-housekeeping): mail-abbrevs may
11499         rename buffer behind Gnus.
11500
11501 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11502
11503         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
11504         (nnrss-group-alist): Add more resources.
11505         (nnrss-check-group): Ignore errors.
11506
11507 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11508
11509         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
11510
11511         * nnslashdot.el (nnslashdot-request-list): Add time.
11512         (nnslashdot-request-expire-articles): New function.
11513
11514         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
11515         secondary methods too.
11516
11517 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11518
11519         * message.el (message-use-followup-to): Set default value to t.
11520
11521 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
11522
11523         * message.el (message-dont-reply-to-names): Fix documentation.
11524         (message-get-reply-headers): Use Mail-Followup-To only for wide
11525         replies.
11526
11527 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11528
11529         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
11530         correctly.
11531         (nnrss-check-group): Use time.
11532
11533 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11534
11535         * gnus.el: Oort Gnus v0.03 is released.
11536
11537 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11538
11539         * nnultimate.el (nnultimate-topic-article-to-article): Use the
11540         group.
11541
11542 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11543
11544         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
11545
11546 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11547
11548         * nnultimate.el (nnultimate-retrieve-headers): Return all
11549         available headers.
11550
11551         * gnus-sum.el (gnus-read-all-available-headers): New variable.
11552         (gnus-get-newsgroup-headers-xover): Use it.
11553
11554 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11555
11556         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
11557
11558 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11559
11560         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
11561
11562 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11563
11564         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
11565         disable it.
11566
11567         * gnus.el (gnus-info-nodes): Remove a few The's.
11568
11569 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11570
11571         * mail-source.el (mail-source-movemail): Call-process may return a
11572         signal description string.
11573
11574         * gnus-start.el (gnus-read-newsrc-el-file):
11575         gnus-newsrc-file-version may be nil.
11576
11577         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
11578         Suggested by Michael Sperber [Mr. Preprocessor]
11579         <sperber@informatik.uni-tuebingen.de>.
11580
11581 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
11582
11583         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
11584
11585 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
11586
11587         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
11588         fontify HANDLE.
11589
11590 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11591
11592         * smime.el (smime-ask-passphrase): Rework to return value.
11593         (smime-sign-region): Rework to bind value and use it.
11594         (smime-decrypt-region): Ditto.
11595
11596 2001-04-18  Simon Josefsson  <simon@josefsson.org>
11597         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
11598
11599         * smime.el (smime-ask-passphrase): New function.
11600         (smime-sign-region): Use it.
11601         (smime-encrypt-cipher): New variable.
11602         (smime-decrypt-region): Ditto.
11603
11604 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
11605         Committed by Simon Josefsson  <simon@josefsson.org>
11606
11607         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
11608         the log.
11609
11610 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11611
11612         * gnus.el: Oort Gnus v0.02 is released.
11613
11614 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
11615
11616         * gnus.el: Oort Gnus v0.01 is released.
11617
11618 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11619
11620         * gnus-sum.el (gnus-summary-highlight): Highlight read
11621         undownloaded articles as read articles.
11622
11623         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
11624         (gnus-agent-get-undownloaded-list): Mark all undownloaded
11625         articles, even read ones, as such.
11626
11627         * gnus-sum.el (gnus-summary-find-matching): Clean up.
11628         (gnus-find-matching-articles): New function.
11629         (gnus-summary-limit-include-matching-articles): New command.
11630         (gnus-summary-limit-include-thread): Include articles that have
11631         matching subjects.
11632         (gnus-offer-save-summaries): Clean up.
11633
11634 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11635
11636         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
11637
11638 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11639         From Jason Merrill <jason_merrill@redhat.com>
11640
11641         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
11642
11643 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
11644         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11645
11646         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
11647         newsgroup names when the original article is a news message.
11648
11649 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11650
11651         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
11652         supported. Suggest by Jim Meyering <jim@meyering.net>.
11653
11654 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
11655         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
11656
11657         * nnmail.el (nnmail-split-it): Added check for .* at the end of
11658         regexp in nnmail-split-fancy.
11659
11660 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11661
11662         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
11663
11664 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
11665
11666         * message.el (message-send-mail): Improve the interaction with the
11667         user.
11668
11669 2001-04-10  Simon Josefsson  <simon@josefsson.org>
11670
11671         * imap.el (imap-message-copy): Work around buggy servers that
11672         doesn't send TRYCREATE tags.
11673
11674 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
11675
11676         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
11677
11678 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11679
11680         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
11681         date.
11682
11683 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11684
11685         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
11686         lives.
11687
11688 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11689
11690         * gnus-art.el (gnus-parse-news-url): New function.
11691         (gnus-button-handle-news): New function.
11692         (gnus-button-alist): Point to new functions.
11693
11694         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
11695
11696         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
11697         gnus-format-specs.
11698
11699         * message.el (message-check-news-header-syntax): Question even
11700         when Gnus doesn't know the group names.
11701         (message-send-news): Clean up.
11702
11703         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
11704         exited on purpose without saving.
11705
11706         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
11707
11708 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11709
11710         * gnus-score.el (gnus-score-orphans): Clean up.
11711
11712         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
11713
11714         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
11715         later.
11716
11717         * gnus-start.el (gnus-close-all-servers): Find the right items to
11718         close.
11719
11720         * qp.el (quoted-printable-decode-region): Just message
11721         malformation; don't quit.
11722
11723 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11724         From Gerd Moellmann <gerd@gnu.org>.
11725
11726         * gnus.el (gnus-interactive): A typo.
11727
11728 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
11729         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11730
11731         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
11732         `assq-delete-all', if that function exists; otherwise use the old
11733         definition. Documentation changed to match the one in
11734         `assq-delete-all'.
11735
11736 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11737
11738         * gnus-start.el (gnus-close-all-servers): New function.
11739
11740         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
11741         (gnus-server-remove-denials): Clean up.
11742
11743         * gnus-sum.el (gnus-summary-sort-by-original): New command and
11744         keystroke.
11745
11746 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11747
11748         * message.el (message-send-news): Message where we are sending.
11749         (message-send-mail): Ditto.
11750
11751         * gnus.el (gnus-server-string): New function.
11752
11753         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
11754
11755         * mm-decode.el (mm-default-directory): Customized.
11756         (mm-tmp-directory): Ditto.
11757
11758         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
11759         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
11760         or Chars.
11761         (gnus-summary-line-format-alist): ?l is now a string.
11762         (gnus-summary-prepare-threads): Output ? for unknown lines.
11763         (gnus-summary-insert-line): Ditto.
11764         (gnus-summary-print-article): Unbalanced parentheses.
11765
11766         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
11767         out whether new stuff has arrived.
11768
11769 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
11770
11771         * gnus-sum.el: Let printing work on ttys on Emacs.
11772
11773 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11774
11775         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
11776         when forcing news.
11777
11778         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
11779         command.
11780
11781 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
11782
11783         * message.el (message-set-auto-save-file-name): Don't use
11784         asterisks under nt.
11785
11786 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11787
11788         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
11789         lists of articles.
11790
11791         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
11792
11793         * gnus-msg.el (gnus-put-message): Clean up.
11794         (gnus-summary-reply): Mark all replied-to articles as replied to.
11795         (gnus-inews-add-send-actions): Also mark as forwarded.
11796         (gnus-summary-mail-forward): Mark as forwarded.
11797
11798         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
11799         of articles.
11800         (gnus-summary-mark-article-as-forwarded): Ditto.
11801
11802         * gnus-msg.el (gnus-summary-resend-message): Mark article as
11803         forwarded.
11804         (gnus-summary-mail-forward): Clean up.
11805
11806         * gnus.el (gnus-article-mark-lists): Added forward.
11807
11808         * gnus-sum.el (gnus-forwarded-mark): New variable.
11809         (gnus-summary-prepare-threads): Use it.
11810         (gnus-summary-update-secondary-mark): Ditto.
11811         (gnus-newsgroup-forwarded): New variable.
11812
11813 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11814
11815         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
11816         (gnus-summary-very-wide-reply): New command and keystroke.
11817         (gnus-summary-very-wide-reply-with-original): Ditto.
11818
11819         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
11820         (gnus-score-adaptive): Use it.
11821
11822         * gnus-start.el (gnus-get-unread-articles): Clean up.
11823
11824 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11825
11826         * nnultimate.el (nnultimate-retrieve-headers): Work for other
11827         boards.
11828
11829 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
11830
11831         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
11832         * gnus-start.el (gnus-subscribe-newsgroup): use it.
11833
11834 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11835
11836         * nnultimate.el (nnultimate-retrieve-headers): Understand
11837         long-form month names.
11838
11839 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11840
11841         * gnus-sum.el (gnus-summary-show-all-headers):
11842         gnus-article-show-all-headers is broken. Use
11843         gnus-summary-toggle-header instead.
11844
11845         * mml2015.el (mml2015-gpg-extract-from): No error.
11846
11847 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11848         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
11849
11850         * mml2015.el (mml2015-gpg-extract-from): New function.
11851         (mml2015-gpg-verify): Use it.
11852         (mml2015-gpg-clear-verify): Use it.
11853
11854 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11855
11856         * message.el (message-setup-fill-variables): Use
11857         fill-paragraph-function.
11858         (message-fill-paragraph): Take an argument.
11859         (message-newline-and-reformat): Take another argument.
11860
11861 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11862
11863         * message.el (rmail-output): It is in rmailout.el not rmail.el.
11864
11865 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11866
11867         * message.el (message-forward): local-variable-p takes an extra
11868         argument in XEmacs.
11869
11870 2001-03-16  Simon Josefsson  <simon@josefsson.org>
11871
11872         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
11873         `nnimap-use-nov-p' (it really tested the negative).
11874         (nnimap-retrieve-headers): Use it.
11875
11876 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11877
11878         * message.el (message-generate-headers-first): Update doc.
11879
11880 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
11881         Trivial patch.
11882
11883         * gnus.el (gnus-summary-line-format): Typo.
11884
11885 2001-03-11  Simon Josefsson  <simon@josefsson.org>
11886
11887         * mailcap.el (mailcap-mime-data): Add application/sieve.
11888         (mailcap-mime-extensions): Add .siv, .xls.
11889
11890 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11891         From Christoph Conrad <christoph.conrad@gmx.de>
11892
11893         * gnus-score.el (gnus-summary-lower-thread): Typo.
11894
11895 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11896
11897         * message.el (message-forward-decoded-p): New variable.
11898         (message-forward-subject-author-subject): Use it.
11899         (message-make-forward-subject): Use it.
11900         (message-forward): Use it.
11901
11902         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
11903
11904         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
11905         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
11906
11907 ;;Has been fixed -- zsh.
11908 ;;2001-03-05  Dave Love  <fx@gnu.org>
11909 ;;
11910 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
11911 ;;      Move it after definition of mm-coding-system-p.
11912 ;;
11913 2001-03-01  Dave Love  <fx@gnu.org>
11914
11915         * mm-util.el (mm-inhibit-file-name-handlers): Add
11916         image-file-handler.
11917
11918 2001-02-11  Dave Love  <fx@gnu.org>
11919
11920         * message.el (message-signature-file): Fix doc, :type.
11921
11922 2001-02-08  Dave Love  <fx@gnu.org>
11923
11924         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
11925         (message-posting-charset): Defvar when compiling again.
11926         (rfc2047-encodable-p): Require message.
11927
11928         * gnus-sum.el (gnus-alter-articles-to-read-function):
11929         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
11930
11931 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11932
11933         * nnrss.el: New file.
11934
11935 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
11936         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11937
11938         * rfc2047.el (rfc2047-unfold-region): Fix arg of
11939         `skip-chars-forward'.
11940
11941 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11942
11943         * nndraft.el (nndraft-request-group): Restore auto save files if
11944         the original files do not exist.
11945
11946 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11947
11948         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
11949         SCORE paths.
11950
11951         * mm-decode.el (mm-dissect-buffer): Call
11952         mail-extract-address-components only if necessary.
11953
11954 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11955
11956         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
11957         directory part.
11958         (gnus-score-search-global-directories): Use file-directory-p.
11959
11960         * gnus-score.el (gnus-score-score-files-1): Use
11961         gnus-kill-files-directory.
11962         From Adrian Aichner <adrian@xemacs.org>.
11963
11964 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11965
11966         * gnus.el (charset): Move here from gnus-sum.el.
11967
11968 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11969
11970         * mml.el (mml-preview): Disable local map.
11971
11972         * gnus-sum.el (gnus-summary-make-menu-bar): Make
11973         gnus-article-post-menu here.
11974
11975         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
11976         if it has not been made.
11977
11978 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11979
11980         * gnus-art.el (gnus-article-describe-key): Map key to event.
11981         (gnus-article-describe-key-briefly): Ditto
11982
11983 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11984
11985         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
11986
11987 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11988         From Katsumi Yamaoka <yamaoka@jpl.org>.
11989
11990         * dgnushack.el (coerce, merge, subseq): defmacro.
11991
11992 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11993
11994         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
11995         A fake defalias in nndraft.el results a not-activated bug in
11996         uncompiled versions.
11997
11998 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
11999         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12000
12001         * gnus-util.el (gnus-split-references): Handle malformed References:.
12002
12003 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12004
12005         * gnus-art.el (gnus-article-mime-part-status): 1 part.
12006
12007 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12008         From NAGY Andras <nagya@inf.elte.hu>.
12009
12010         * gnus.el (gnus-parameters): Typo.
12011
12012 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12013
12014         * gnus.el (gnus-read-method): Remove redundancy.
12015
12016 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12017
12018         * nnslashdot.el (nnslashdot-backslash-url): New variable.
12019         (nnslashdot-request-list): Use it.
12020
12021 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12022
12023         * nnml.el (nnml-generate-active-info): Fix the case when there is
12024         no file.
12025
12026         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
12027         (gnus-summary-create-article): New function.
12028
12029         * gnus-group.el (gnus-group-mark-article-read): New function.
12030
12031         * gnus-msg.el (gnus-inews-do-gcc): Use it.
12032
12033         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
12034
12035 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12036
12037         * gnus-art.el (gnus-article-edit-done): Don't use
12038         gnus-article-edit-exit.
12039         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
12040
12041         * gnus.el (gnus-parameters): New variable.
12042         Suggested by NAGY Andras <nagya@inf.elte.hu>.
12043         (gnus-parameters-get-parameter): New function.
12044         (gnus-group-find-parameter): Use it.
12045
12046 2001-02-23  Simon Josefsson  <simon@josefsson.org>
12047
12048         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
12049         change of default value to `current'.
12050
12051 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12052
12053         * nneething.el (nneething-get-head): Insert unreadable file too.
12054
12055 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12056
12057         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
12058
12059         * webmail.el (webmail-type-definition): Deja is bought by google.
12060
12061 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12062
12063         * gnus-sum.el (gnus-fetch-headers): New function.
12064         (gnus-select-newsgroup): Use it.
12065         (gnus-summary-insert-articles): New function.
12066         (gnus-summary-insert-old-articles): New function.
12067         (gnus-summary-insert-new-articles): New function.
12068
12069         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
12070         (gnus-group-list-active): Ditto.
12071         * gnus-sum.el (gnus-set-mode-line): Ditto.
12072         (gnus-summary-read-group-1): Ditto.
12073
12074 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12075
12076         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
12077         current topic.
12078
12079 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12080
12081         * smiley.el (gnus-smiley-display): Don't do widening.
12082
12083         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
12084         within body.
12085
12086         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
12087
12088         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
12089         New variable.
12090         (gnus-mime-display-multipart-related-as-mixed): New variable.
12091         (gnus-mime-display-part): Use them.
12092
12093 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12094
12095         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
12096         something special.
12097
12098 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12099
12100         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
12101         (nnweb-request-article): Call reference if exists.
12102         (nnweb-type-definition): Dejanews is bought by google.com.
12103         Beta!
12104
12105 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12106
12107         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
12108
12109 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12110
12111         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
12112         gnus-article-sort-functions.
12113         (gnus-article-sort-functions): Doc fix.  Refer to
12114         gnus-thread-sort-functions.
12115
12116 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12117         From Paul Jarc <prj@po.cwru.edu>.
12118
12119         * message.el (message-get-reply-headers): More fixes.
12120
12121 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
12122         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12123
12124         * message.el (message-get-reply-headers): Fix bug with
12125         Mail-Followup-To/to-address interaction.
12126
12127 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12128
12129         * gnus-msg.el (gnus-configure-posting-styles): Match header in
12130         gnus-article-copy.
12131
12132 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12133
12134         * message.el (message-do-send-housekeeping): Rename to a better
12135         name.
12136
12137 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12138
12139         * message.el (message-cancel-news): Check article first, then ask
12140         yes or no.
12141
12142 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12143
12144         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
12145
12146 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12147
12148         * gnus-range.el (gnus-range-normalize): New function.
12149
12150 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
12151
12152         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
12153
12154 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12155
12156         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
12157
12158         * nnagent.el (nnagent-request-regenerate): New function.
12159
12160         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
12161
12162         * nnml.el (nnml-generate-nov-databases): Accept argument
12163         server. Don't open server if it is opened.
12164         (nnml-request-regenerate): Use it. Change to deffoo.
12165
12166 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12167         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12168
12169         * gnus.el (gnus-define-group-parameter): Fix.
12170
12171 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12172
12173         * gnus.el (gnus-define-group-parameter): Improved.
12174
12175         * gnus-sum.el (charset): Define parameter.
12176         (ignored-charsets): Ditto.
12177         (gnus-summary-setup-default-charset): Use them.
12178
12179         * gnus-start.el (gnus-read-descriptions-file): Use them.
12180
12181         * gnus-cus.el (gnus-group-parameters): Remove them.
12182
12183 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12184
12185         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
12186
12187 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12188
12189         * gnus-sum.el (gnus-summary-read-group-1): Remove
12190         gnus-summary-set-local-parameters.
12191         (gnus-summary-setup-buffer): Put it here.
12192
12193 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12194
12195         * gnus.el (to-address): Define parameter.
12196         (to-list): Ditto.
12197         * gnus-art.el (article-hide-boring-headers): Use them.
12198         * gnus-msg.el (gnus-post-news): Ditto.
12199         * gnus-cus.el (gnus-group-parameters): Remove them.
12200
12201 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12202
12203         * gnus-draft.el (gnus-draft-reminder): New function.
12204
12205         * gnus-art.el (gnus-sender-save-name): New function.
12206
12207 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12208
12209         * mm-util.el (mm-mime-charset): Error message.
12210
12211 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12212
12213         * message.el (message-check-news-body-syntax): Don't check mml lines.
12214
12215 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12216
12217         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
12218         subscribe.
12219
12220         * gnus-start.el (gnus-call-subscribe-functions): New function.
12221         (gnus-find-new-newsgroups): Use it.
12222         (gnus-ask-server-for-new-groups): Use it.
12223         (gnus-check-first-time-used): Use it.
12224         (gnus-subscribe-newsgroup-method): Grok a list of functions.
12225         (gnus-subscribe-options-newsgroup-method): Ditto.
12226         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
12227         return .
12228
12229 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12230
12231         * gnus-cus.el (gnus-score-customize): Doc fix.
12232
12233 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
12234
12235         * dgnushack.el (my-getenv): Typo.
12236
12237 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12238
12239         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
12240
12241 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12242
12243         * gnus-group.el (gnus-group-suspend): Offer save summaries.
12244
12245         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
12246         (gnus-treatment-function-alist): Use it.
12247         (article-remove-leading-whitespace): New function.
12248         (gnus-article-make-menu-bar): Use it.
12249
12250         * gnus-sum.el (gnus-summary-wash-empty-map): Add
12251         remove-leading-whitespace.
12252         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
12253         because of conflict.
12254
12255 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12256
12257         * Makefile.in: Hack generating gnus-load.el.
12258         * dgnushack.el: Ditto.
12259         * gnus-load.el: Remove it.
12260
12261 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12262
12263         * dgnushack.el : Add URLDIR.
12264
12265         * Makefile.in (EMACS_COMP): Ditto.
12266
12267 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12268
12269         * gnus-cus.el (gnus-score-customize): Error on no score file.
12270
12271 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12272
12273         * mm-decode.el (mm-merge-handles): New function.
12274
12275         * mm-view.el (mm-inline-message): Use it.
12276         (mm-view-message): Ditto.
12277
12278         * mm-partial.el (mm-inline-partial): Ditto.
12279
12280         * mm-extern.el (mm-inline-external-body): Ditto.
12281
12282         * gnus-art.el (gnus-mime-view-part): Ditto.
12283         (gnus-mime-view-part-as-type): Ditto.
12284         (gnus-mime-save-part-and-strip): Prevent users to strip in some
12285         cases.
12286
12287 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12288
12289         * message.el (message-cancel-news): Allow to shoot foot.
12290         (message-supersede): Ditto.
12291
12292 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
12293         Trivial patch.
12294
12295         * gnus-sum.el (gnus-simplify-subject-re): Use
12296         message-subject-re-regexp.
12297
12298 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12299
12300         * nnmail.el (nnmail-expiry-target-group): Bind
12301         nnmail-cache-accepted-message-ids to nil.
12302
12303         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
12304         coding system.
12305
12306 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12307
12308         * qp.el (quoted-printable-encode-region): Make sure characters are
12309         between 00 and FF.  Don't check charset.
12310
12311         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
12312         in Emacs 20.
12313         * rfc2047.el (rfc2047-q-encode-region): Ditto.
12314
12315 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12316
12317         * message.el (message-make-forward-subject): Argument decoded.
12318         (message-forward): Use it when digest.
12319
12320         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
12321         buffer.
12322
12323 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12324
12325         * message.el (message-generate-headers-first): Doc fix.
12326
12327 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12328
12329         * gnus-art.el (article-make-date-line): Error proof.
12330
12331 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12332
12333         * gnus-group.el (gnus-group-listing-limit): New variable.
12334         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
12335
12336         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
12337
12338 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12339
12340         * message.el (message-newline-and-reformat): Special case for
12341         breaking at BOL.
12342
12343 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
12344
12345         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
12346         message/rfc822.
12347
12348 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12349
12350         * message.el (message-encode-message-body): Don't insert
12351         Content-Type if it is inside a mail.
12352
12353 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12354
12355         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
12356         gnus-article-commands-menu.
12357
12358         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
12359         in Emacs.
12360
12361         * gnus-start.el (gnus-read-descriptions-file): Use
12362         gnus-group-name-charset and gnus-group-charset-alist.
12363
12364 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12365
12366         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
12367         active region.
12368
12369         * gnus-start.el (gnus-group-change-level): Remove from both
12370         gnus-zombie-list and gnus-killed-list.
12371
12372 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12373
12374         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
12375         gnus-subscribe-topics.
12376
12377         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
12378
12379 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12380
12381         * gnus-art.el (gnus-article-make-menu-bar): Make
12382         gnus-article-post-menu.
12383
12384         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
12385
12386         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
12387
12388         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
12389
12390         * message.el (message-mode-menu): Ditto.
12391
12392         * gnus-art.el (defvar): eval-when-compile.
12393
12394 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12395
12396         * gnus-agent.el (gnus-agentize): Fix doc.
12397
12398 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
12399
12400         * mml.el (mml-preview): Bind `q'.
12401
12402 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12403
12404         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
12405
12406 2001-01-31  Dave Love  <fx@gnu.org>
12407
12408         * mm-util.el (mm-mime-mule-charset-alist)
12409         (mm-find-mime-charset-region): Consider mule-utf-8.
12410
12411 2001-01-31  Dave Love  <fx@gnu.org>
12412
12413         * gnus-art.el (gnus-article-x-face-command)
12414         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
12415         :version.
12416
12417 2001-01-26  Dave Love  <fx@gnu.org>
12418
12419         * mm-util.el (mm-multibyte-string-p): New.
12420
12421 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
12422 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
12423 ;;      string-as-multibyte on class.  Clarify line-folding.
12424         (quoted-printable-encode-string): Make temp buffer inherit
12425         string's multibyteness.
12426
12427 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
12428
12429         * nnheader.el (toplevel): Don't require `gnus-util' at
12430         compile-time; this creates a circular dependency, and prevents
12431         a bootstrap.
12432
12433 2001-01-22  Andreas Schwab  <schwab@suse.de>
12434
12435         * nnheader.el (gnus-delete-line): Autoload it as a macro.
12436
12437 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12438
12439         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
12440
12441         * gnus-art.el (article-hide-list-identifiers): Ditto.
12442
12443         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
12444
12445 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12446
12447         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
12448
12449         * gnus-art.el (article-hide-list-identifiers): Similar.
12450
12451 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
12452
12453         * nnmail.el (nnmail-remove-list-identifiers): Improved.
12454
12455 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12456
12457         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
12458
12459 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12460
12461         * gnus-util.el (gnus-string-equal): New function.
12462
12463         * gnus-art.el (article-hide-boring-headers): Use it.
12464
12465 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
12466
12467         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
12468
12469 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12470
12471         * gnus-msg.el (gnus-msg-mail): Support switch-action.
12472
12473 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12474
12475         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
12476         command if there is not last-saver.
12477
12478 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12479
12480         * nntp.el (nntp-open-connection): 201 is possible.
12481
12482 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12483
12484         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
12485         (rfc2047-charset-encoding-alist): Add big5.
12486
12487 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12488
12489         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
12490         (gnus-agent-remove-server): Ditto.
12491         (autoload): gnus-server-update-server.
12492
12493         * gnus-srvr.el (gnus-server-line-format): Add %a.
12494         (gnus-server-line-format-alist): Add gnus-tmp-agent.
12495         (gnus-server-insert-server-line): Use it.
12496
12497 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12498
12499         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
12500         GB2312 and Big5.
12501
12502 2001-01-24  Simon Josefsson  <sj@extundo.com>
12503
12504         * mail-source.el (mail-sources): Add :program specifier to IMAP
12505         mail source.
12506         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
12507
12508 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12509
12510         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
12511
12512 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12513
12514         * nntp.el (nntp-wait-for): Return the success code.
12515         (nntp-open-connection): Use it.
12516
12517 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12518
12519         * gnus-int.el (gnus-check-server): Allow breaking the opening.
12520
12521 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12522
12523         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
12524
12525 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12526
12527         * gnus-sum.el (gnus-summary-print-article): Take one prefix
12528         argument. Allow to print several articles in one file.
12529
12530 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12531
12532         * webmail.el (webmail-type-definition): netaddress changes.
12533
12534 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12535
12536         * gnus.el: Fix copyright. Remove trailing spaces.
12537
12538         * message.el (message-forward): Use mule4.
12539
12540 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12541
12542         * mm-util.el (mm-string-as-unibyte): New function.
12543
12544         * message.el (message-forward): Use it.
12545
12546 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12547
12548         * message.el (message-cite-original-without-signature): Don't peel
12549         off the blank line.
12550         (message-get-reply-headers): Add Cc if it is not in follow-to.
12551
12552 2001-01-20  Simon Josefsson  <sj@extundo.com>
12553
12554         * mm-decode.el (mm-handle-multipart-from): Add.
12555         (mm-dissect-buffer): Save From: header value.
12556         (mm-security-from): Remove.
12557         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
12558
12559         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
12560         instead of `mml-security-from'.  Protect null from value.
12561
12562 2001-01-20  Simon Josefsson  <sj@extundo.com>
12563
12564         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
12565         application/vnd.ms-excel attachments.
12566
12567 2001-01-19  Simon Josefsson  <sj@extundo.com>
12568
12569         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
12570
12571 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12572
12573         * message.el (message-ignored-mail-headers): Ditto.
12574
12575 2001-01-19  Simon Josefsson  <sj@extundo.com>
12576
12577         * message.el (message-ignored-news-headers): Only search beginning
12578         of line.
12579
12580 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
12581         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
12582
12583         * message.el (message-send-mail): Content-Type may not be there.
12584
12585 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12586
12587         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
12588         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
12589
12590         * gnus-art.el (article-display-x-face): Insert X-Face if there is
12591         not.
12592
12593 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12594
12595         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
12596         non-native groups.
12597
12598 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12599
12600         * message.el (message-yank-original): Understand
12601         universal-argument.
12602
12603 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12604
12605         * gnus-art.el (gnus-boring-article-headers): Add to-address.
12606         (article-hide-boring-headers): Ditto.
12607
12608         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
12609
12610 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12611
12612         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
12613         one.
12614
12615 2001-01-16  Simon Josefsson  <simon@josefsson.org>
12616
12617         * message.el (message-make-in-reply-to): Add comment to message-id
12618         (old syntax, see 2000-08-02 change).
12619
12620 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12621
12622         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
12623         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
12624         (gnus-button-reply): Ditto.
12625
12626 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12627
12628         * gnus-art.el (article-display-x-face): Fix.
12629
12630 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12631
12632         * gnus-art.el (article-display-x-face): Use
12633         gnus-original-article-buffer.
12634
12635 2001-01-15  Jack Twilley  <jmt@tbe.net>
12636
12637         * message.el (message-add-header): Move to point-max.
12638
12639 2001-01-15  Simon Josefsson  <simon@josefsson.org>
12640
12641         * smime.el (smime-CA-directory, smime-CA-file): Change default to
12642         nil, improve documentation.
12643         (smime-certificate-directory): Comment out false hints (until it
12644         is implemented).
12645
12646         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
12647         there aren't any keys.
12648         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
12649         verify certificate.  Default is changed to only check integrity.
12650         Improved security status texts.  If a certificate doesn't contain
12651         a email address, don't fail.
12652
12653         * smime.el (smime-noverify-region):
12654         (smime-noverify-buffer): New functions.  Verifies integrity only.
12655
12656 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12657
12658         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
12659
12660 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12661
12662         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
12663         (gnus-remove-some-windows): Ditto.
12664
12665 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12666
12667         * gnus-art.el (article-make-date-line): 11th.
12668
12669 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12670
12671         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
12672         (mml2015-gpg-sign): Ditto.
12673
12674 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12675
12676         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
12677         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
12678
12679 2001-01-08  Dave Love  <fx@gnu.org>
12680
12681         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
12682         single character.
12683
12684         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
12685
12686         * message.el: Doc and message fixes.
12687         (message-send-rename-function)
12688         (message-make-forward-subject-function)
12689         (message-send-mail-function, message-reply-to-function)
12690         (message-wide-reply-to-function, message-followup-to-function)
12691         (message-distribution-function, message-auto-save-directory): Fix
12692         :type.
12693
12694         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
12695         proceeding after warnings.  Amend multipart warning message.
12696
12697 2001-01-04  Dave Love  <fx@gnu.org>
12698
12699         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
12700         compiling.
12701         (gnus-make-directory): Require nnmail.
12702
12703         * mm-decode.el (mm-inline-media-tests): Add
12704         image/x-portable-bitmap.
12705         (mm-get-image): Grok pbm.
12706
12707 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
12708
12709         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
12710
12711 2001-01-09  Didier Verna  <didier@xemacs.org>
12712
12713         * dgnushack.el (dgnushack-compile): give a dummy value to
12714         `gnus-xmas-glyph-directory' for the time of compilation.
12715         * gnus-agent.el: moved some XEmacs specific hook add-ons from
12716         `gnus-xmas-[re]define' to avoid loosing user custom settings.
12717         * gnus-art.el: ditto.
12718         * gnus-group.el: ditto.
12719         * gnus-salt.el: ditto.
12720         * gnus-sum.el: ditto.
12721         * gnus-topic.el: ditto.
12722         * gnus-xmas.el (gnus-xmas-define): see above.
12723         * gnus-xmas.el (gnus-xmas-redefine): see above.
12724         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
12725         non-continuable error when the directory can't be found.
12726
12727 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12728
12729         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
12730         handle.
12731         * gnus-art.el (gnus-mime-view-part): Copy it.
12732         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
12733
12734 2001-01-09  Michael Downes  <mjd@ams.org>
12735
12736         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
12737
12738 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12739
12740         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
12741         orig-file. Use ',source.
12742
12743 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12744
12745         * gnus-xmas.el (gnus-xmas-modeline-glyph):
12746         (gnus-xmas-group-startup-message):
12747         Detect gnus-xmas-glyph-directory when it is nil.
12748
12749 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12750
12751         * pop3.el (pop3-get-message-count): Andrew Innes
12752         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
12753
12754 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12755
12756         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
12757
12758         * time-date.el (time-to-number-of-days): New function.
12759
12760 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
12761         Trivial patch.
12762
12763         * nnslashdot.el (nnslashdot-request-list): Always get the right
12764         sid.
12765
12766 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12767
12768         * message.el (message-minibuffer-local-map): New keymap.
12769         (message-read-from-minibuffer): Use it.
12770         * gnus-msg.el (gnus-summary-resend-message): Use it
12771
12772 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12773
12774         * gnus-start.el (gnus-display-time-event-handler): New function.
12775         (gnus-after-getting-new-news-hook): Use it.
12776
12777 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12778
12779         * message.el (message-ignored-mail-headers): Add draft header.
12780
12781 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12782
12783         * gnus-sum.el (gnus-summary-expire-articles): Don't save
12784         excursion.
12785
12786         * nnslashdot.el (nnslashdot-request-list): Get the right year.
12787
12788 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
12789         A revoked patch.
12790
12791         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
12792
12793 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12794
12795         * qp.el (quoted-printable-decode-region): Don't backward-char.
12796
12797 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12798
12799         * gnus-draft.el: Mark articles as replied.
12800
12801         * gnus-sum.el (gnus-summary-add-mark): New function.
12802
12803         * gnus-group.el (gnus-add-mark): New function.
12804
12805         * gnus-sum.el (gnus-summary-buffer-name): New function.
12806         (gnus-summary-setup-buffer): Use it.
12807
12808         * gnus-draft.el: Set things up with the right post method and
12809         stuff.
12810
12811         * message.el (message-ignored-news-headers): Remove X-Draft-From.
12812
12813         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
12814
12815         * gnus.el (gnus-draft-meta-information-header): New variable.
12816
12817 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12818
12819         * gnus-art.el (gnus-treatment-function-alist): Move the date
12820         functions before the header sorting functions.
12821
12822         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
12823
12824         * dgnushack.el (dgnushack-compile): Message whether there is w3.
12825         Don't (push "/usr/share/emacs/site-lisp" load-path).
12826
12827         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
12828         to empty fill prefixes.
12829
12830 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12831
12832         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
12833         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
12834
12835 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12836
12837         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
12838
12839         * nnml.el (autoload): Move to nnheader.el.
12840
12841         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
12842         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
12843         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
12844         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
12845
12846 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12847
12848         * gnus-art.el (article-make-date-line): Get the hours right.
12849         (gnus-ignored-headers): More hiding.
12850
12851         * nnmail.el (nnmail-expiry-wait): Not an integer.
12852
12853         * message.el (message-goto-body): Only expand abbrev when called
12854         interactively.
12855         (message-make-lines): Use it.
12856
12857 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12858
12859         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
12860
12861 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12862
12863         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
12864         include the expunged articles.
12865
12866         * gnus-group.el (gnus-group-sort-by-server): New function.
12867
12868         * gnus.el (gnus-method-to-server-name): New function.
12869         (gnus-group-prefixed-name): Use it.
12870
12871         * gnus-group.el (gnus-group-sort-function): Doc fix.
12872         (gnus-group-sort-groups-by-server): New command.
12873
12874 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12875
12876         * gnus-art.el (gnus-treat-date-english): New variable.
12877         (article-date-english): New command.
12878         (gnus-english-month-names): New variable.
12879         (article-make-date-line): Do 'english.
12880
12881         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
12882         after the fill prefix.
12883
12884         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
12885         score...".
12886
12887         * gnus-art.el (gnus-ignored-headers): Hide more headers.
12888
12889         * message.el (message-mode-map): Bind comment-region.
12890
12891         * gnus-art.el (gnus-mime-display-part): Let w3 display
12892         multipart/related.
12893
12894         * mm-bodies.el (mm-long-lines-p): New function.
12895         (mm-body-encoding): Use it.
12896         (mm-body-encoding): Encode articles with lines longer than 1000
12897         characters.
12898
12899 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12900
12901         * mm-util.el (mm-enable-multibyte): Use
12902         default-enable-multibyte-characters.
12903         (mm-enable-multibyte-mule4): Ditto.
12904         (mm-disable-multibyte): Test XEmacs.
12905         (mm-disable-multibyte-mule4): Ditto.
12906         (mm-with-unibyte-current-buffer): Simplified.
12907         (mm-with-unibyte-current-buffer-mule4): Ditto.
12908
12909 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12910
12911         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
12912
12913         * nnheader.el (nnheader-string-as-multibyte): New alias.
12914
12915         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
12916
12917         * gnus-uu.el (gnus-message-process-mark): New function.
12918         (gnus-uu-mark-by-regexp): Use it.
12919         (gnus-new-processable): New function.
12920
12921 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
12922          Trivial patch.
12923
12924         * gnus-sum.el (gnus-no-mark): New variable.
12925
12926 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12927
12928         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
12929         backslashes.
12930
12931 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12932
12933         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
12934         definition.
12935
12936 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12937
12938         * dgnushack.el (dgnushack-compile): elc is in the current directory.
12939
12940         * qp.el (quoted-printable-encode-region): Don't check multibyte in
12941         XEmacs.
12942
12943 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
12944         Trivial patch.
12945
12946         * mml.el (mml-read-tag): Save tag location.
12947
12948 2000-12-25  Simon Josefsson  <simon@josefsson.org>
12949
12950         * starttls.el: Sync with Emacs 21.
12951
12952 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12953
12954         * message.el (message-mail): Support yank-action.
12955
12956         * message.el (message-setup): Revoke the last change.
12957
12958 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12959
12960         * message.el (message-setup): Use cons. Suggested by Johan Vromans
12961         <jvromans@squirrel.nl>.
12962
12963 2000-12-24  Simon Josefsson  <sj@extundo.com>
12964
12965         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
12966         mailing list junk at end of part.
12967
12968 2000-12-23  Simon Josefsson  <sj@extundo.com>
12969
12970         * nnimap.el (nnimap-expiry-target): New function.
12971         (nnimap-request-expire-articles): Use it.
12972
12973 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12974
12975         * gnus.el (gnus-group-parameters-more): New variable.
12976         * gnus-cus.el (gnus-group-customize): Use it.
12977
12978         * gnus.el (gnus-define-group-parameter): New macro.
12979         (auto-expire): Use it
12980         (total-expire): Use it.
12981         * gnus-art.el (banner): Use it.
12982
12983         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
12984         <ljz@asfast.com>.
12985
12986 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12987
12988         * gnus-topic.el (gnus-topic-create-topic): Use list.
12989
12990         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
12991         before binding gnus-default-article-saver.
12992
12993         * gnus-sum.el (gnus-summary-save-article):
12994         (gnus-summary-pipe-output):
12995         (gnus-summary-save-article-mail):
12996         (gnus-summary-save-article-rmail):
12997         (gnus-summary-save-article-file):
12998         (gnus-summary-write-article-file):
12999         (gnus-summary-save-article-body-file): Ditto.
13000
13001         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
13002
13003 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13004
13005         * gnus-art.el (gnus-mime-security-button-map):
13006         (gnus-mime-button-map): Add parent.
13007
13008 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13009
13010         * messagexmas.el (message-xmas-redefine): New function.
13011
13012         * message.el: Use it.
13013
13014         * gnus-art.el (gnus-article-check-hidden-text): Return t.
13015
13016         * gnus-util.el (gnus-remove-text-properties-when): Return t.
13017
13018 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13019
13020         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
13021         malformatted messages.
13022
13023 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13024
13025         * mm-util.el (mm-image-load-path): New function.
13026
13027         * gnus-group.el (gnus-group-make-tool-bar): Use it.
13028
13029         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
13030
13031         * message.el (message-tool-bar-map): Use it.
13032
13033         * Makefile.in (install-el): New rule.
13034
13035 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13036
13037         * gnus-art.el (article-treat-dumbquotes): Quote \.
13038
13039 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13040
13041         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
13042         Emacs 20 runs on a terminal.
13043
13044 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13045
13046         * gnus-msg.el (gnus-bug): Revert to save-excursion.
13047
13048         * mml.el (gnus-add-minor-mode): Autoload.
13049
13050         * message.el (message-forward): Save-restriction.
13051
13052 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13053
13054         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
13055         Paul Stevenson <p.stevenson@surrey.ac.uk>
13056
13057 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13058
13059         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
13060
13061         * mml.el (gnus-ems): Don't require.
13062
13063         * gnus.el (gnus-decode-rfc1522): Removed.
13064         (gnus-set-text-properties): Define.
13065
13066 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13067
13068         * gnus-art.el (gnus-mime-*): handle may be nil.
13069
13070         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
13071
13072         * gnus.el (gnus-group-remove-excess-properties): Not defined
13073         in gnus-xmas.
13074
13075 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13076
13077         * message.el (message-mail-user-agent): Add :version.
13078
13079 2000-12-21  Miles Bader  <miles@gnu.org>
13080
13081         * message.el (message-mode): Set `comment-start' to the  yank prefix.
13082
13083 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13084
13085         * message.el (message-mail-user-agent): New variable.
13086         (message-setup): Renamed to message-setup-1. Support
13087         mail-user-agent.
13088         (message-mail-user-agent): New function.
13089         (message-mail): Use it.
13090         (message-reply): Use it.
13091         (message-resend): Use it.
13092         (message-mail-other-window): Use it.
13093         (message-mail-other-frame): Use it.
13094
13095         * gnus-msg.el (gnus-bug): Support mail-user-agent.
13096
13097 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13098
13099         * message.el (message-tool-bar-map): Simplify.
13100         (message-narrow-to-head-1): New function.
13101         (message-narrow-to-head): Use it.
13102         (message-reply): Ditto.
13103         (message-cancel-news): Ditto.
13104         (message-supersede): Ditto.
13105         (message-make-forward-subject): Ditto.
13106         (message-bounce): Ditto.
13107
13108 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13109
13110         * uudecode.el (uudecode-decode-region-external): make-temp-file
13111         may not be defined.
13112
13113         * binhex.el (defalias): eval-and-compile.
13114
13115         * message.el (message-tool-bar-map): New function.
13116         (message-mode): Use it.
13117
13118 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13119
13120         * nntp.el (nntp-find-connection): Remove the entry.
13121         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
13122
13123 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13124
13125         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
13126
13127         * message.el (message-forward): Copy buffer in unibyte mode.
13128
13129 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13130
13131         * message.el (message-make-forward-subject): Don't widen. Decode.
13132         (message-forward): Don't decode subject.
13133
13134 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
13135
13136         * qp.el (quoted-printable-encode-region): Upcase QP.
13137
13138 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13139
13140         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
13141         mail-extract-a-c instead. Don't depend on Gnus.
13142
13143         * mml.el (gnus-ems): Require it.
13144
13145         * gnus-msg.el (gnus-summary-mail-forward):
13146
13147         * message.el (message-forward):  Move mime-to-mml here.
13148
13149 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13150
13151         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
13152         * gnus-art.el (gnus-insert-mime-button): Simplify.
13153         (gnus-mime-display-alternative): Ditto.
13154         (gnus-insert-mime-security-button): Ditto.
13155
13156 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13157
13158         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
13159         text-property-not-all doesn't return nil when start=mark(end).
13160         (gnus-remove-text-properties-when): Ditto.
13161
13162 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13163
13164         * gnus-start.el (gnus-group-change-level): Remove group from
13165         gnus-active-hashtb if real killed.
13166
13167 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13168
13169         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
13170         (gnus-mime-display-alternative): Ditto.
13171         (gnus-insert-mime-security-button): Ditto.
13172
13173 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13174
13175         * gnus-start.el (gnus-group-change-level): Don't add it into
13176         killed-list if it was killed.
13177
13178 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13179
13180         * nnmbox.el (nnmbox-file-coding-system): Use binary.
13181         (nnmbox-active-file-coding-system): Ditto.
13182
13183         * gnus-cus.el (gnus-group-parameters): Add posting-style.
13184
13185 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13186
13187         * gnus.el (gnus-version):
13188         (gnus-version-number): Set to Oort Gnus 0.01.
13189
13190         * gnus-art.el (gnus-mime-security-button-map):
13191         (gnus-insert-mime-security-button): Fix for Emacs21.
13192
13193 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13194
13195         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
13196         easymenu, because XEmacs doesn't understand :help.
13197
13198         * mm-uu.el: Require binhex.
13199
13200 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13201
13202         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
13203
13204 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13205
13206         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
13207
13208 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
13209
13210         * *.xpm, *.pbm: Convert icons icons to size 24x24.
13211
13212 2000-12-18  Dave Love  <fx@gnu.org>
13213
13214         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
13215         (unused).
13216
13217 2000-12-13  Miles Bader  <miles@gnu.org>
13218
13219         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
13220         to t, so that we don't get stuck while trying to smilefy
13221         intangible text.
13222
13223 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
13224
13225         * smiley-ems.el (smiley-regexp-alist): Make regexps match
13226         at the end of the buffer.
13227         (smiley-region): In the loop, move to the end of the submatch
13228         matching the smiley instead of using the end of the match
13229         of the whole regexp.
13230
13231 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
13232
13233         * message.el (message-mode): Doc fix.
13234
13235 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
13236
13237         * smiley-ems.el (smiley-region): Doc fix.
13238
13239 2000-12-11  Miles Bader  <miles@gnu.org>
13240
13241         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
13242         bottom line visible, check to see if it's partially obscured, and
13243         if so, either scroll one more line to make it fully visible, or
13244         revert to showing the second line from the top.
13245
13246 2000-12-07  Dave Love  <fx@gnu.org>
13247
13248         * mailcap.el (mailcap-download-directory)
13249         * gnus-audio.el (gnus-audio-directory)
13250         * smiley-ems.el (smiley-data-directory): Fix :type.
13251
13252 2000-11-30  Dave Love  <fx@gnu.org>
13253
13254         * message.el (message-auto-save-directory): Use
13255         file-name-as-directory.
13256         (message-set-auto-save-file-name): Create
13257         message-auto-save-directory if necessary.
13258         (message-replace-chars-in-string): Removed -- unused.
13259         (message-mail-alias-type): Customize.
13260         (message-headers): Remove duplicate defgroup.
13261
13262 2000-11-29  Dave Love  <fx@gnu.org>
13263
13264         * qp.el (quoted-printable-decode-region): Use error, not message
13265         to report malformed text (like base64).  Amend message.
13266
13267 2000-11-29  Miles Bader  <miles@gnu.org>
13268
13269         * message.el (message-header-lines): Fontify tag.
13270
13271 2000-11-27  Dave Love  <fx@gnu.org>
13272
13273         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
13274         compiler warning.
13275
13276 ;2000-11-26  Dave Love  <fx@gnu.org>
13277 ;
13278 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
13279 ;
13280 2000-11-23  Dave Love  <fx@gnu.org>
13281
13282         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
13283
13284         * mm-uu.el (uudecode): Require.
13285         (uudecode-decode-region, uudecode-decode-region-external): Don't
13286         autoload.
13287         (mm-uu-copy-to-buffer): Doc fix.
13288         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
13289         type fix.
13290
13291         * mailcap.el: Doc fixes.
13292         (mailcap-mime-data): Various adjustments.
13293         (mailcap): New group.
13294         (mailcap-download-directory): Customize.
13295         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
13296         (mailcap-temporary-directory): Deleted (unused).
13297         (mailcap-unescape-mime-test): Simplify slightly.
13298         (mailcap-viewer-passes-test): Use functionp.
13299         (mailcap-command-p): Aliased to executable-find.
13300
13301         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
13302         default-enable-multibyte-characters is nil.
13303
13304 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
13305
13306         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
13307
13308 2000-11-21  Dave Love  <fx@gnu.org>
13309
13310         * gnus-art.el (gnus-mime-button-map): Don't inherit from
13311         gnus-article-mode-map.
13312 ;       (gnus-mime-button-menu): Use mouse-set-point.
13313         (gnus-insert-mime-button, gnus-mime-display-alternative)
13314         (gnus-mime-display-alternative): Don't use local-map property.
13315
13316 2000-11-17  Dave Love  <fx@gnu.org>
13317
13318         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
13319         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
13320         and make-temp-file.
13321         (uudecode-decode-region): Doc fix.
13322
13323 2000-11-14  Dave Love  <fx@gnu.org>
13324
13325         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
13326         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
13327         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
13328         New files, derived from the XPMs.
13329
13330 2000-11-10  Dave Love  <fx@gnu.org>
13331
13332         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
13333         (gnus-agent-lib-file, gnus-agent-load-alist)
13334         (gnus-agent-save-alist, gnus-agent-article-name): Use
13335         expand-file-name.
13336
13337         * gnus-group.el (gnus-group-name-charset-method-alist): Add
13338         :version.
13339         (nnkiboze-score-file): Defvar when compiling.
13340
13341         * gnus-start.el (gnus-read-newsrc-file): Add :version.
13342
13343         * gnus-art.el (gnus-article-banner-alist)
13344         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
13345         (gnus-article-date-lapsed-new-header)
13346         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
13347         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
13348         (gnus-treat-strip-headers-in-body)
13349         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
13350         (gnus-treat-translate): Add :version.
13351         (gnus-article-mime-part-function): Fix defcustom.
13352
13353         * nnmail.el (nnmail-expiry-target)
13354         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
13355         (nnmail-split-header-length-limit): Add :version.
13356
13357         * gnus-sum.el (gnus-auto-expirable-marks)
13358         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
13359         (gnus-extra-headers, gnus-ignored-from-addresses)
13360         (gnus-newsgroup-ignored-charsets)
13361         (gnus-group-highlight-words-alist)
13362         (gnus-summary-show-article-charset-alist): Add :version.
13363
13364         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
13365         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
13366         files, converted from the XPMs.
13367
13368         * gnus-cache.el (gnus-cache-active-file): Don't use
13369         file-name-as-directory on directory.
13370         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
13371         use file-name-as-directory on directory.
13372
13373         * time-date.el (timezone-make-date-arpa-standard): Autoload.
13374         (date-to-time): Use it.
13375
13376 ;       * message.el (message-mode) <adaptive-fill-regexp>:
13377 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
13378 ;       (message-newline-and-reformat): Likewise.
13379         (message-forward-as-mime, message-forward-ignored-headers)
13380         (message-buffer-naming-style, message-default-charset)
13381         (message-dont-reply-to-names, message-send-mail-partially-limit):
13382         Add :version.
13383
13384         * mm-util.el: Doc fixes.
13385         (mm-mime-charset): Don't use the raw result of
13386         mm-preferred-coding-system.
13387         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
13388         (mm-with-unibyte): Simplify.
13389
13390         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
13391         concat.
13392
13393         * pop3.el (pop3-version): Deleted.
13394         (pop3-make-date): New function, avoiding message-make-date.
13395         (pop3-munge-message-separator): Use it.
13396
13397 2000-11-09  Dave Love  <fx@gnu.org>
13398
13399         * gnus-group.el (gnus-group-make-directory-group)
13400         (gnus-group-fetch-faq): Use expand-file-name.
13401         (gnus-group-fetch-faq): Simplify completing-read form.
13402
13403         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
13404         test for Mule.
13405
13406         * message.el (tool-bar-map): Defvar when compiling.
13407
13408         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
13409         (gnus-tm-lisp-directory): Deleted.
13410         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
13411         (featurep 'xemacs).
13412         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
13413         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
13414         version numbers from file names.
13415
13416 2000-11-08  Dave Love  <fx@gnu.org>
13417
13418         * mm-view.el: Use featurep for XEmacs test.
13419         (mm-inline-message): Test for `remove-specifier'; don't use
13420         condition-case.
13421
13422         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
13423
13424         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
13425         (gnus-score-find-bnews): Don't concat "".
13426
13427         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
13428         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
13429         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
13430         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
13431
13432         * gnus-sum.el: Put some defvars in eval-when-compile.
13433         (gnus-summary-mode-hook): Add :options.
13434         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
13435         (gnus-summary-tool-bar-map): New variable.
13436         (gnus-summary-make-tool-bar): New function.
13437         (gnus-summary-mode): Put kill-all-local-variables first.
13438
13439         * gnus-group.el (gnus-group-toolbar-map): New variable.
13440         (gnus-group-make-tool-bar): Rewritten.
13441         (gnus-group-mode): Put kill-all-local-variables first.
13442
13443         * rfc2047.el: Require gnus-util.
13444
13445         * nnml.el (gnus-sorted-intersection): Autoload.
13446
13447         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
13448         Put some defvars in eval-when-compile.
13449         (gnus-intersection, gnus-sorted-complement):  Autoload.
13450
13451         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
13452
13453         * mm-encode.el (mm-body-7-or-8): Autoload.
13454
13455         * mm-decode.el (mm-insert-inline): Autoload.
13456
13457         * mml.el:
13458         * message.el: Put some defvars in eval-when-compile.
13459
13460         * gnus-msg.el: Put some defvars in eval-when-compile.
13461         (gnus-msg-mail): Move after gnus-setup-message.
13462
13463         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
13464
13465 2000-11-07  Dave Love  <fx@gnu.org>
13466
13467         * gnus-util.el (nnheader): Don't require message (recursive
13468         autoload).
13469
13470         * uudecode.el: Avoid compiler warnings.
13471
13472         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
13473         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
13474
13475 2000-11-06  Dave Love  <fx@gnu.org>
13476
13477         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
13478
13479         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
13480         (uudecode-char-int): New alias, replacing char-int.
13481         (uudecode-decode-region): Don't call buffer-disable-undo.
13482
13483 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
13484 ;       (mm-uu-configure-list): Doc fix.
13485 ;
13486 ;       * earcon.el (running-xemacs): Don't define.
13487 ;
13488 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13489 ;
13490 ;       * message.el (message-font-lock-keywords): Match a final newline
13491 ;       to help font-lock's multiline support.
13492 ;
13493 2000-11-03  Dave Love  <fx@gnu.org>
13494
13495         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
13496
13497         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
13498         name.
13499
13500         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
13501         <banner>: Fix custom type, doc.
13502
13503         * mm-decode.el (mm-display-external): Space-prefix temp buffer
13504         name.  Don't disable undo explicitly.
13505
13506 ;2000-11-02  Dave Love  <fx@gnu.org>
13507 ;
13508 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
13509 ;       cite-prefix.
13510
13511 2000-11-01  Dave Love  <fx@gnu.org>
13512
13513         * rfc2047.el (base64): Require unconditionally.
13514         (message-posting-charset): Defvar when compiling.
13515         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
13516         message.
13517
13518         * gnus-sum.el (nnoo): Require.
13519         (mm-uu-dissect): Autoload.
13520
13521         * mml.el (mml-parse-1): Clarify message.
13522         (mml-minibuffer-read-type): Use mailcap-mime-types.
13523
13524 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
13525
13526         * mml.el: Fix a typo in the requiring of CL.
13527
13528 2000-11-01  Dave Love  <fx@gnu.org>
13529
13530         * utf7.el: Require cl when compiling.
13531
13532         * binhex.el: Use (featurep 'xemacs).
13533         (binhex-char-int): New alias, replacing char-int.  Change callers.
13534         (binhex-decode-region): Simplify work buffer code.
13535         (binhex-decode-region-external): Use expand-file-name, not concat.
13536
13537 2000-10-30  Dave Love  <fx@gnu.org>
13538
13539         * gnus-art.el: Fix 2000-10-27 change properly.
13540
13541 2000-10-28  Miles Bader  <miles@gnu.org>
13542
13543         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
13544
13545 2000-10-27  Dave Love  <fx@gnu.org>
13546
13547         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
13548         strings.
13549         (gnus-group-make-tool-bar): New function.
13550         (gnus-group-mode): Use it.
13551
13552         * message.el (message-mode-menu): Add some :help strings.
13553         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
13554         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
13555
13556         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
13557         * describe-group.xpm, get-news.xpm, kill-group.xpm:
13558         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
13559
13560         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
13561         display-graphic-p here.
13562
13563 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
13564
13565         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
13566         of the `gnus-xemacs' variable, as the latter has been removed.
13567         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
13568         * gnus-art.el (gnus-treat-display-xface)
13569         (gnus-treat-display-smileys, gnus-treat-display-picons)
13570         (gnus-article-read-summary-keys): Likewise.
13571
13572 2000-10-26  Dave Love  <fx@gnu.org>
13573
13574         (defvar): Use rmail-spool-directory unconditionally.
13575
13576 2000-10-18  Dave Love  <fx@gnu.org>
13577
13578         * mm-bodies.el (mm-uu-decode-function)
13579         (mm-uu-binhex-decode-function): Defvar when compiling.
13580
13581         * gnus-nocem.el (gnus-nocem-issuers): Update.
13582         (gnus-nocem-check-from): New option.
13583         (gnus-nocem-scan-groups): Use it.
13584         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
13585         (gnus-nocem-check-article-limit): Add :version.
13586
13587 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
13588
13589         * ietf-drums.el (mm-util): Require CL when compiling.
13590
13591 2000-10-15  Dave Love  <fx@gnu.org>
13592
13593         * qp.el: Require mm-util.
13594
13595 2000-10-13  Dave Love  <fx@gnu.org>
13596
13597         * qp.el (quoted-printable-decode-region): Avoid invalid
13598         coding-systems.
13599
13600 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
13601
13602         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
13603         to a recursive load.
13604
13605 2000-10-12  Dave Love  <fx@gnu.org>
13606
13607         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
13608
13609         * gnus.el (gnus-group-startup-message): Check for PBM image.
13610
13611 2000-10-09  Dave Love  <fx@gnu.org>
13612
13613         * mail-source.el (mail-source-fetch-imap): Bind
13614         default-enable-multibyte-characters rather than using
13615         mm-disable-multibyte.
13616
13617 2000-10-05  Dave Love  <fx@gnu.org>
13618
13619         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
13620         Autoload.
13621         (quoted-printable-decode-region):  Rename arg which confused
13622         charset with coding-system.  Don't use nonascii-insert-offset.
13623         Coding-system encode the region initially.  Don't recognize `=='
13624         as valid QP.  Coding-system decode the region finally.
13625         (quoted-printable-decode-string): Rename arg which confused
13626         charset with coding-system.
13627
13628         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
13629         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
13630         mm-encode-coding-region.
13631         (mm-decode-body, mm-decode-string): Rename variables which
13632         confused charset with coding-system.
13633         (binhex-decode-region): Don't autoload.
13634         (mm-body-encoding): Require message.
13635         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
13636         cond branches.
13637
13638         * gnus-art.el (article-de-quoted-unreadable)
13639         (article-de-base64-unreadable): Fold search case
13640         rather than downcasing string.  Apply mm-charset-to-coding-system
13641         to arg of quoted-printable-decode-region.
13642
13643 2000-10-04  Dave Love  <fx@gnu.org>
13644
13645         * gnus-ems.el: Don't turn off compiler warnings in local vars.
13646         Require ring when compiling.
13647         (gnus-article-compface-xbm): New variable.
13648
13649 2000-10-04  Dave Love  <fx@gnu.org>
13650
13651         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
13652         pbm images.
13653
13654         * frown.pbm, smile.pbm, wry.pbm: New files.
13655
13656         * frown.xbm, smile.xbm, wry.xbm: Deleted.
13657
13658 2000-10-03  Dave Love  <fx@gnu.org>
13659
13660         * mail-source.el (mail-sources): Revert to nil.
13661
13662         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
13663
13664         * qp.el: Don't require mm-util.
13665         (quoted-printable-decode-region): Rewritten.
13666         (quoted-printable-decode-string, quoted-printable-encode-region):
13667         Doc fix.
13668         (quoted-printable-encode-region): Barf on multibyte characters.
13669         Maybe make the class multibyte.  Upcase chars, not formatted
13670         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
13671         (quoted-printable-encode-string): Don't use
13672         mm-with-unibyte-buffer.
13673
13674 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
13675
13676         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
13677
13678 2000-09-21  Dave Love  <fx@gnu.org>
13679
13680         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
13681         (for Emacs 20).  Tidy somewhat.
13682
13683 2000-09-21  Dave Love  <fx@gnu.org>
13684
13685         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
13686         image processing.  Rationalize logic somewhat.
13687
13688 2000-09-20  Dave Love  <fx@gnu.org>
13689
13690         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
13691         specifically.
13692
13693         * gnus.el (gnus-version-number): Avoid some redundant
13694         autoloads.
13695
13696 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
13697
13698         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
13699         to XBM; we always have PBM support.
13700
13701 2000-09-14  Dave Love  <fx@gnu.org>
13702
13703         * gnus.el (gnus-charset):
13704         * mm-decode.el (mime-display):
13705         * imap.el (imap) <defgroup>: Add :version.
13706
13707 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
13708
13709         * parse-time.el: Fix author's mail address.
13710
13711         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
13712         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
13713         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
13714         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
13715         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
13716         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
13717         * rfc2231.el, uudecode.el: Fix copyright notice.
13718
13719         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
13720         require `w3' at load-time only if not running in batch mode.
13721
13722 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13723
13724         * gnus.el: Before merge with Emacs21.
13725
13726 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
13727
13728         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
13729
13730 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
13731
13732         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
13733         to avoid conflict with the standard `back-to-indentation'
13734         binding.
13735
13736 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13737
13738         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
13739
13740         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
13741         (mm-disable-multibyte-mule4): Ditto.
13742         (mm-with-unibyte-current-buffer-mule4): Ditto.
13743
13744 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13745
13746         * pop3.el (pop3-movemail): Use binary.
13747         (pop3-movemail-file-coding-system): Removed.
13748
13749 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13750
13751         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
13752
13753 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13754
13755         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
13756         exists.
13757
13758 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13759
13760         * gnus-msg.el (gnus-post-method): Use backend name when the
13761         address is "".
13762
13763 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13764
13765         * gnus-art.el (article-verify-x-pgp-sig): Don't test
13766         mm-verify-option.
13767         (gnus-treat-x-pgp-sig): Default value.
13768         (gnus-ignored-headers): Redundant.
13769
13770 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13771
13772         * gnus-win.el (gnus-configure-frame): Save selected window.
13773
13774 2000-02-15  Andrew Innes  <andrewi@gnu.org>
13775
13776         * nnmbox.el: Require gnus-range.
13777         (nnmbox-group-building-active-articles): New variable.
13778         (nnmbox-group-active-articles): New variable; this is a cache of
13779         all active articles by group and number.
13780         (nnmbox-in-header-p): New function.
13781         (nnmbox-find-article): New function.
13782         (nnmbox-record-active-article): New function.
13783         (nnmbox-record-deleted-article): New function.
13784         (nnmbox-is-article-active-p): New function.
13785         (nnmbox-retrieve-headers): Use nnmbox-find-article.
13786         (nnmbox-request-article): Ditto.  Also supply extra arg to
13787         nnmbox-article-group-number.
13788         (nnmbox-request-expire-articles): Ditto.
13789         (nnmbox-request-move-article): Ditto.
13790         (nnmbox-request-replace-article): Ditto.
13791         (nnmbox-request-rename-group): Rename group entry in active
13792         article cache.
13793         (nnmbox-delete-mail): Update active article cache, unless article
13794         is being replaced.
13795         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
13796         than partially duplicating it.
13797         (nnmbox-article-group-number): Add extra `this-line' arg, to
13798         handle articles belonging to multiple groups.
13799         (nnmbox-save-mail): Update active article cache.
13800         (nnmbox-read-mbox): Build active article cache when loading mbox.
13801         Also do some repair work, if we find articles that are missing the
13802         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
13803         reconstruct these from Xref info.
13804
13805 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13806
13807         * mail-source.el (mail-source-report-new-mail): Use
13808         nnheader-run-at-time.
13809
13810 2000-02-15  Andrew Innes  <andrewi@gnu.org>
13811
13812         * mail-source.el (mail-source-fetch-pop): Clear pop password when
13813         an error is thrown, and then rethrow the error.
13814         (mail-source-check-pop): Ditto.
13815         (mail-source-start-idle-timer): Prevent multiple pop checks
13816         running if the check takes a long time.
13817
13818 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13819
13820         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
13821         succeed.
13822
13823 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13824
13825         * gnus-win.el (gnus-configure-windows): Make sure
13826         nntp-server-buffer is live.
13827         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
13828
13829 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
13830
13831         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
13832
13833 2000-12-04  Andreas Jaeger  <aj@suse.de>
13834
13835         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
13836
13837 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13838
13839         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
13840
13841 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13842         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
13843
13844         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
13845
13846 2000-12-01  Simon Josefsson  <sj@extundo.com>
13847
13848         * mml-smime.el (mml-smime-verify): Fix address parsing.
13849
13850 2000-12-01  Simon Josefsson  <sj@extundo.com>
13851
13852         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
13853         more than one certificate inside PKCS#7 blob.  Better security
13854         information (clamed / actual sender, openssl output, certificates
13855         inside message).
13856
13857         * smime.el (smime-verify-region): Output to /dev/null.
13858         (smime-buffer-as-string-region): Don't parse empty lines.
13859
13860 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13861
13862         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
13863         ?d and ?D.
13864         (gnus-mime-security-show-details-inline): New variable.
13865         (gnus-mime-security-show-details): Use them.
13866         (gnus-insert-mime-security-button): Ditto.
13867
13868         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
13869         Suggest by Michael Duggan (md5i@cs.cmu.edu).
13870         (mml2015-gpg-clear-verify): Ditto.
13871         (mml2015-gpg-decrypt-1): Ditto.
13872         (mml2015-use): Prefer 'gpg.
13873
13874 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13875
13876         * gnus-util.el (gnus-add-text-properties-when): New function.
13877         (gnus-remove-text-properties-when): Ditto.
13878
13879         * gnus-cite.el (gnus-article-hide-citation): Use them.
13880         (gnus-article-toggle-cited-text): Use them.
13881
13882         * gnus-art.el (gnus-signature-toggle): Use them.
13883         (gnus-article-show-hidden-text): Ditto.
13884         (gnus-article-hide-text): Ditto.
13885
13886 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13887
13888         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
13889
13890 2000-11-30  Simon Josefsson  <sj@extundo.com>
13891
13892         * smime.el (smime-point-at-eol): New alias.
13893         (smime-buffer-as-string-region): Use it.
13894
13895 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13896
13897         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
13898
13899 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13900
13901         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
13902
13903         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
13904
13905         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
13906
13907 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13908
13909         * nnmh.el (nnmh-request-expire-articles): Implemented
13910         expiry-target for nnmh backend.
13911
13912 2000-11-30  Simon Josefsson  <sj@extundo.com>
13913
13914         * mm-decode.el (mm-security-from): New variable.
13915         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
13916
13917         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
13918         than `from'.
13919
13920 2000-11-30  Simon Josefsson  <sj@extundo.com>
13921
13922         * mml-smime.el (mml-smime-verify): Verify that certificate mail
13923         address match sender address.
13924
13925         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
13926
13927         * smime.el (smime-verify-region): Don't copy buffer.
13928         (smime-decrypt-buffer): Use expand-file-name on keyfile.
13929         (smime-pkcs7-region): New function.
13930         (smime-pkcs7-certificates-region): Ditto.
13931         (smime-pkcs7-email-region): Ditto.
13932         (smime-buffer-as-string-region): Ditto.
13933
13934         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
13935         buffer.
13936
13937 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
13938
13939         * smime.el (smime-decrypt-region): Fix keyfile argument.
13940
13941 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13942
13943         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
13944
13945 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13946
13947         * message.el (message-shoot-gnksa-feet): New variable.
13948         (message-gnksa-enable-p): New function.
13949         (message-send): Use it.
13950         (message-check-news-body-syntax): Ditto.
13951
13952 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13953
13954         * message.el (message-make-message-id): Remove the redundancy.
13955
13956 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13957
13958         * message.el (message-setup): Discourage using mc-install-*-mode.
13959
13960         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
13961
13962 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13963
13964         * gnus-cite.el (gnus-cite-parse): Guess citation length.
13965
13966 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13967
13968         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
13969
13970 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13971
13972         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
13973
13974 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13975
13976         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
13977         insert-buffer-substring.
13978
13979         * message.el (message-send-mail): Use buffer-substring-no-properties.
13980         (message-send-news): Ditto.
13981
13982 2000-11-22  David Edmondson  <dme@dme.org>
13983
13984         * imap.el (imap-wait-for-tag): Message read info.
13985
13986 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13987
13988         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
13989         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
13990         (mml2015-gpg-encrypt): Ditto.
13991
13992 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13993
13994         * mm-decode.el (mm-verify-option): Default value.
13995
13996         * mml-sec.el (mml-secure-part): Error message.
13997
13998 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13999
14000         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
14001
14002 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14003
14004         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
14005
14006 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14007
14008         * gnus-art.el (gnus-article-describe-key): Use prompt.
14009         (gnus-article-describe-key-briefly): Ditto.
14010
14011 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14012
14013         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
14014
14015 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14016
14017         * gnus-art.el (gnus-article-describe-key): New function.
14018         (gnus-article-describe-key-briefly): New function.
14019
14020 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14021
14022         * mm-decode.el (mm-decrypt-option): Doc typo.
14023
14024         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
14025         return a number.
14026
14027 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14028
14029         * message.el (message-newline-and-reformat): Typo.
14030
14031 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14032
14033         * gnus-art.el (article-verify-x-pgp-sig): Check whether
14034         original-article-buffer exists.
14035
14036         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
14037         (rfc2047-header-encoding-alist): Addresses are different from text.
14038         (rfc2047-encode-message-header): Ditto.
14039         (rfc2047-dissect-region): Extra parameter.
14040         (rfc2047-encode-region): Ditto.
14041         (rfc2047-encode-string): Ditto.
14042
14043 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14044
14045         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
14046         (mm-uu-pgp-encrypted-extract): Use it.
14047         (mm-uu-pgp-signed-extract-1): New function.
14048         (mm-uu-pgp-signed-extract): Use it.
14049
14050         * gnus-art.el (gnus-mime-display-security): New function.
14051         (gnus-mime-display-part): Use it.
14052         (gnus-mime-security-verify-or-decrypt): New function.
14053         (gnus-mime-security-press-button): New function.
14054         (gnus-insert-mime-security-button): Use it.
14055
14056         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
14057         (mm-find-raw-part-by-type): Ditto.
14058         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
14059         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
14060         (mm-destroy-parts): Kill nested multibyte buffer.
14061
14062         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
14063         (mml2015-gpg-verify): Ditto.
14064
14065 2000-11-18  Simon Josefsson  <sj@extundo.com>
14066
14067         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
14068         (mml2015-function-alist): Use it.
14069
14070         * mml-sec.el (mml-sign-alist): Update names.
14071         (mml-encrypt-alist): Ditto.
14072         (mml-secure-part-smime-sign): Moved to mml-smime.el
14073         as `mml-smime-sign-query'.
14074         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
14075         `mml-smime-get-file-cert'.
14076         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
14077         `mml-smime-get-dns-cert'.
14078         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
14079         `mml-smime-encrypt-query'.
14080         (mml-smime-sign-buffer): Use mml-smime-sign.
14081         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
14082
14083         * mml-smime.el (mml-smime-sign): New function.
14084         (mml-smime-encrypt):
14085         (mml-smime-sign-query):
14086         (mml-smime-get-file-cert):
14087         (mml-smime-get-dns-cert):
14088         (mml-smime-encrypt-query): Moved from mml-sec.el.
14089
14090 2000-11-16  Simon Josefsson  <sj@extundo.com>
14091
14092         * mml2015.el (mml2015-gpg-clear-verify): New function.
14093         (mml2015-function-alist): Add it.
14094
14095 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
14096
14097         * message.el (message-setup-fill-variables): Use
14098         message-cite-prefix-regexp.
14099         (message-newline-and-reformat): Check the end of citation, leading
14100         WSP, break in the cite prefix.
14101         (message-fill-paragraph): New function.
14102
14103 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14104
14105         * lpath.el: Shut up.
14106
14107 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
14108
14109         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
14110         raw 8-bit in headers in dk.* newsgroups.
14111
14112 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14113
14114         * message.el (message-newline-and-reformat): Match extra WSPs.
14115
14116 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
14117
14118         * mml.el (mml-generate-mime-1): Ignore ascii.
14119
14120 2000-11-16 Justin Sheehy  <justin@iago.org>
14121
14122         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
14123
14124 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14125
14126         * message.el (message-cite-prefix-regexp): Prefix should not end
14127         at space.
14128
14129 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14130
14131         * message.el (message-mode-syntax-table): Add - as a word
14132         constituent as in articles.
14133         (message-setup-fill-variables): Add -_. as supercite-style prefix.
14134         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
14135         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
14136
14137 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
14138
14139         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
14140
14141 2000-11-12  David Edmondson  <dme@dme.org>
14142
14143         * message.el (message-font-lock-keywords): use
14144         message-cite-prefix-regexp.
14145
14146 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14147
14148         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
14149         Stein Arild Str\e,Ax\e(Bmme.
14150         (gnus-group-jump-to-group): Use it.
14151         (gnus-group-jump-to-group-prompt): Customize.
14152
14153 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
14154
14155         * mailcap.el (mailcap-possible-viewers): Match the entire string.
14156
14157 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14158
14159         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
14160         incompatible.
14161         (mml2015-mailcrypt-sign): Ditto.
14162
14163 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14164
14165         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
14166         group is open.
14167
14168 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
14169
14170         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
14171         nnvirtual articles.
14172         (gnus-backlog-request-article): Don't request nnvirtual articles.
14173
14174 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14175
14176         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
14177         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
14178
14179 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14180
14181         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
14182         * mml.el (mml-generate-mime-1): Use charset attribute.
14183         * mm-bodies.el (mm-encode-body): Add parameter charset.
14184         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
14185
14186 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
14187
14188         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
14189         (mml2015-mailcrypt-clear-decrypt): Ditto.
14190         (mml2015-mailcrypt-verify): Ditto.
14191         (mml2015-mailcrypt-clear-verify): Ditto.
14192         (mml2015-gpg-verify): Ditto.
14193
14194 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14195
14196         * smime.el (smime-openssl-program): Test the existence of openssl.
14197         * mml-smime.el: Require mm-decode.
14198         (mml-smime-verify-test): New function.
14199         * mm-decode.el (mm-verify-function-alist): Use it.
14200
14201 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14202
14203         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
14204         anyway.
14205
14206 2000-11-13  Simon Josefsson  <sj@extundo.com>
14207
14208         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
14209         verification doesn't work.
14210
14211 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14212
14213         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
14214         (gnus-inews-do-gcc): Use it.
14215
14216 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14217
14218         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
14219         leading space.
14220         * mm-extern.el (mm-inline-external-body): Report error when no
14221         access-type.
14222
14223 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
14224
14225         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
14226
14227 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
14228
14229         * gnus-art.el (gnus-mime-button-menu): Use select-window.
14230
14231 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
14232
14233         * gnus-art.el (gnus-mime-display-part): Display multipart/related
14234         as multipart/mixed.
14235
14236 2000-11-12  David Edmondson  <dme@dme.org>
14237
14238         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
14239         and replace `.' with `\w' to allow for different syntax tables
14240         (from Vladimir Volovich).
14241         * message.el (message-newline-and-reformat): use
14242         `message-cite-prefix-regexp'.
14243         * gnus-cite.el (gnus-supercite-regexp): use
14244         `message-cite-prefix-regexp'.
14245         * gnus-cite.el (gnus-cite-parse): use
14246         `message-cite-prefix-regexp'.
14247
14248 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14249
14250         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
14251         PGP SIGNATURE.  Escape leading "-"'s.
14252         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
14253
14254 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
14255
14256         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
14257
14258 2000-11-11  Simon Josefsson  <sj@extundo.com>
14259
14260         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
14261
14262         * smime.el (smime-details-buffer): New variable.
14263         (smime-sign-region):
14264         (smime-encrypt-region):
14265         (smime-verify-region):
14266         (smime-decrypt-region): Copy OpenSSL output to the buffer.
14267
14268         * mml-smime.el (mml-smime-verify): Support security info.
14269
14270 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
14271
14272         * mm-decode.el (mm-verify-option): Set default to nil.
14273         (mm-decrypt-option): Ditto.
14274         * gnus-art.el (article-verify-x-pgp-sig): New function.
14275
14276 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
14277
14278         * gnus-art.el (gnus-mime-display-alternative): Show button if no
14279         preferred part.
14280
14281 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14282
14283         * gnus-sum.el (gnus-move-split-methods): Say that
14284         `gnus-split-methods' uses file names, whereas this uses group
14285         names.  (Report from Nevin Kapur)
14286
14287 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
14288
14289         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
14290
14291 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14292
14293         * nnheader.el (nnheader-directory-files-is-safe): New variable.
14294         (nnheader-directory-articles): Use it.
14295         (nnheader-article-to-file-alist): Ditto.
14296
14297 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14298
14299         * rfc2047.el (rfc2047-pad-base64): New function.
14300         (rfc2047-decode): Use it.
14301
14302 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
14303
14304         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
14305         select method.
14306
14307 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14308
14309         * mml2015.el (mml2015-gpg-decrypt-1):
14310         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
14311
14312 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14313
14314         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
14315
14316 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
14317
14318         * pop3.el (pop3-munge-message-separator): A message may have an
14319         empty body.
14320
14321 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
14322
14323         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
14324         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
14325         (mm-uu-pgp-signed-extract): Use coding-system.
14326
14327 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14328
14329         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
14330         (gnus-insert-mime-security-button): New function.
14331         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
14332         * mml2015.el:  Add security info when verify or decrypt.
14333         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
14334         (mm-uu-pgp-encrypted-extract): Ditto.
14335
14336 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
14337
14338         * mm-decode.el (mm-display-parts): New function.
14339         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
14340
14341 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14342
14343         * gnus-mlspl.el: Documentation tweaks.
14344
14345 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14346
14347         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
14348         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
14349         argument.
14350
14351 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
14352
14353         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
14354
14355 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
14356
14357         * gnus-art.el (gnus-article-encrypt): New function.
14358         (gnus-article-encrypt-protocol-alist): New variable.
14359         (gnus-article-encrypt-protocol): New variable.
14360         * mml2015.el (mml2015-self-encrypt): New function.
14361         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
14362
14363 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
14364
14365         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
14366         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
14367         let mailcap do it.
14368         * mml2015.el: Remove snarf code.
14369         * mm-decode.el: Remove snarf code.
14370
14371 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
14372
14373         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
14374         (mml-insert-mime): Understand gnus-decoded.
14375         (mime-to-mml): New parameter handles.
14376         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14377         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
14378
14379 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
14380
14381         * mm-decode.el (mime-security): New group.
14382         (mm-verify-function-alist): Add test function.
14383         (mm-decrypt-function-alist): Ditto.
14384         (mm-snarf-option): Set default value as nil.
14385         (mm-find-part-by-type): Recursive parameter.
14386         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
14387         * mml2015.el: Support draft-ietf-openpgp-multsig.
14388
14389 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
14390
14391         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
14392         (gnus-article-view-part-as-charset): New function.
14393
14394 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
14395
14396         * mm-decode.el (mm-verify-option): Default value.
14397         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
14398
14399 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14400
14401         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
14402
14403 2000-11-05  Simon Josefsson  <sj@extundo.com>
14404
14405         * mml-smime.el (mml-smime-verify): Work in original multipart
14406         buffert.
14407
14408         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
14409         (mm-handle-multipart-ctl-parameter): Ditto.
14410         (mm-alist-to-plist): New function.
14411         (mm-dissect-buffer): Store CTL parameters and copy original buffer
14412         for multiparts.
14413         (mm-destroy-parts): Destroy multipart buffert.
14414         (mm-remove-part): Ditto.
14415
14416         * mml-smime.el (mml-smime-sign): Not used.
14417         (mml-smime-encrypt): Ditto.
14418
14419         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
14420
14421         Verify S/MIME signature support.
14422
14423         * mm-decode.el (mm-inline-media-tests): Add
14424         application/{x-,}pkcs7-signature.
14425         (mm-inlined-types): Ditto.
14426         (mm-automatic-display): Ditto.
14427         (mm-verify-function-alist): Ditto.  Add name of method.
14428         (mm-decrypt-function-alist): Add name of method.
14429         (mm-find-part-by-type): Add documentation.
14430         (mm-possibly-verify-or-decrypt): Use new format of
14431         mm-{verify,decrypt}-function-alist.  Use method names.
14432
14433         * mml-smime.el (mml-smime-verify): New function.
14434
14435 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14436
14437         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
14438
14439 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14440
14441         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
14442         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
14443         * mm-decode.el (mm-snarf-option): New variable.
14444
14445 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14446
14447         * mm-util.el (mm-subst-char-in-string): New function.
14448         (mm-replace-chars-in-string): Use it.
14449         * message.el (message-replace-chars-in-string): Use it.
14450         * nnheader.el (nnheader-replace-chars-in-string): Use it.
14451         * gnus-mh.el (mh-lib-progs): Shut up.
14452
14453 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
14454
14455         * base64.el, md5.el: Moved to contrib directory.
14456
14457 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14458
14459         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
14460         the last article when search.
14461
14462 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14463
14464         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
14465         * nnmail.el (nnmail-pathname-coding-system): Ditto.
14466
14467 2000-09-29  David Edmondson  <dme@thus.net>
14468
14469         * message.el (message-newline-and-reformat): Typo.
14470
14471 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14472
14473         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
14474
14475 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
14476
14477         * nntp.el (nntp-decode-text): Delete bogus status lines.
14478
14479 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
14480
14481         * message.el (message-font-lock-keywords): Match a final newline
14482         to help font-lock's multiline support.
14483
14484 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14485
14486         * nnoo.el (nnoo-set): New function.
14487
14488 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
14489
14490         * gpg.el, gpg-ring.el: Moved to contrib directory.
14491
14492 2000-11-04  Simon Josefsson  <sj@extundo.com>
14493
14494         * nnimap.el (nnimap-split-inbox): Typo.
14495
14496 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
14497
14498         * gnus-msg.el (gnus-msg-mail): Move it backwards.
14499
14500 2000-11-03  Simon Josefsson  <sj@extundo.com>
14501
14502         * rfc2231.el (rfc2231-parse-qp-string): New function.
14503         (require): rfc2047.
14504
14505         * mail-parse.el (mail-header-parse-content-type):
14506         (mail-header-parse-content-disposition): Support invalid QP
14507         encoded strings, by using `rfc2231-parse-qp-string'.
14508
14509 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14510
14511         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
14512         (rfc2231-decode-encoded-string): Typo "> X 1".
14513         (rfc2231-encode-string): Insert the name of charset.
14514         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
14515
14516 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14517
14518         * mm-decode.el (mm-save-part): Return the filename.
14519         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
14520         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
14521         (gnus-mime-action-alist): Use it.
14522         (gnus-mime-button-commands): Use it.
14523         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
14524         (mm-inline-external-body): unwind-protect.
14525
14526 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14527
14528         * gnus-art.el (gnus-insert-mime-button): Show url.
14529
14530 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14531
14532         * mml.el (mml-generate-mime-1): Support external url.
14533         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
14534
14535 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
14536
14537         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
14538         * mm-decode.el (mm-display-external): Ditto.
14539         * mm-extern.el: New file.
14540         * mm-decode.el (mm-inline-media-tests): Hook it up.
14541         (mm-inlined-types): Inline message/external-body.
14542
14543 2000-11-02  Simon Josefsson  <sj@extundo.com>
14544
14545         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
14546
14547         * message.el (message-get-reply-headers): Better handling when
14548         Mail-Followup-To is very large.
14549
14550 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
14551
14552         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
14553         * gnus-art.el (gnus-article-edit-done):
14554         * gnus-sum.el (gnus-summary-edit-article-done): Move line
14555         counting code here.
14556         * gnus-msg.el (gnus-setup-message): Remove a hack.
14557
14558 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14559
14560         * gnus-sum.el (gnus-newsgroup-variables): New variable.
14561         (gnus-summary-mode): Make them local variables.
14562         (gnus-set-global-variables): Globalize them.
14563         (gnus-summary-exit): Kill them.
14564
14565 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
14566
14567         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
14568         word.
14569
14570 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14571
14572         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
14573         gnus-article-wash-types.
14574         * gnus-art.el (gnus-article-wash-status): Use them.
14575
14576 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
14577
14578         * mml.el (mml-read-tag): Remove spaces and LF.
14579
14580 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14581
14582         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
14583         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
14584
14585 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
14586
14587         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
14588
14589 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
14590
14591         * gnus-sum.el (gnus-article-charset): New variable.
14592         (gnus-summary-display-article): Set it.
14593         * gnus-msg.el (gnus-copy-article-buffer): Use it.
14594         * gnus-art.el (gnus-article-mode): Make it local variable.
14595
14596 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14597
14598         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
14599
14600 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14601
14602         * nnwfm.el: New file.
14603
14604         * nnweb.el (nnweb-replace-in-string): New function.
14605
14606 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
14607
14608         * mml2015.el: Wrap gpg.el.
14609         * gpg.el (gpg-verify): The last argument of apply is a list.
14610         (gpg-encrypt): Add passphrase as a parameter.
14611
14612 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14613
14614         * gpg.el: New file.
14615         * gpg-ring.el: New file.
14616
14617 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
14618
14619         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
14620
14621 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14622
14623         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
14624         double-quote characters.
14625         (gnus-summary-prepare-threads): Ditto.
14626
14627 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14628
14629         * gnus-art.el (gnus-mime-display-single): Forward line -1.
14630         * mml.el (mml-read-tag): Don't skip the leading space.
14631         * lpath.el (font-lock-set-defaults): Shut up.
14632
14633 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
14634
14635         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
14636
14637 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
14638
14639         * qp.el (quoted-printable-encode-region): Replace leading - when
14640         ultra safe.
14641         * mml.el (mml-generate-mime-postprocess-function): Removed.
14642         (mml-postprocess-alist): Removed.
14643         (mml-generate-mime-1): Use ultra-safe when sign.
14644         * mml2015.el (mml2015-fix-micalg): Uppercase.
14645         (mml2015-verify): Insert LF.
14646         (mml2015-mailcrypt-sign): Downcase; search backward.
14647
14648 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14649
14650         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
14651         restrictive.
14652         (nnultimate-table-regexp): New variable.
14653         (nnultimate-forum-table-p): Use it.
14654
14655 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
14656         Trivial patch.
14657
14658         * gnus-sum.el (gnus-summary-expire-articles): Save point.
14659
14660 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
14661
14662         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
14663         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
14664
14665 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
14666
14667         * mml2015.el: Shut up.
14668
14669 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14670
14671         * gnus.el (gnus-server-browse-hashtb): Removed.
14672         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
14673         (gnus-group-insert-group-line-info): Use simplified method.
14674         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
14675
14676 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14677
14678         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
14679         moved here.
14680         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
14681         * gnus-group.el (gnus-group-prepare-flat): Use it.
14682         * gnus-topic.el (gnus-group-prepare-topics): Use it.
14683
14684 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
14685
14686         * mml.el (mml-mode): Show menu in XEmacs.
14687
14688 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
14689
14690         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
14691         (gnus-server-read-server-in-server-buffer): New function.
14692         (gnus-browse-foreign-server): Browse in group buffer.
14693         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
14694         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
14695         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
14696         * gnus.el (gnus-server-browse-hashtb): New variable.
14697
14698 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
14699
14700         * nnfolder.el (nnfolder-open-nov): Use group.
14701
14702 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
14703
14704         * nnfolder.el: Add NOV. Set version to 2.0.
14705         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
14706
14707 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
14708
14709         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
14710
14711 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
14712
14713         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
14714         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
14715
14716 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14717
14718         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
14719
14720 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
14721
14722         * mm-decode.el (mm-verify-function-alist): New variable.
14723         (mm-verify-option): New variable.
14724         (mm-decrypt-function-alist): Ditto.
14725         (mm-decrypt-option): Ditto.
14726         (mm-find-raw-part-by-type): New function.
14727         (mm-possibly-verify-or-decrypt): New function.
14728         (mm-dissect-multipart): Use it.
14729         * mml2015.el (mml2015-fix-micalg): New function.
14730         (mml2015-decrypt): Use new interface.
14731         (mml2015-verify):  Use new interface.
14732         (mml2015-setup): Make it bogus.
14733
14734 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
14735
14736         * mml.el (mml-generate-mime-postprocess-function): Set to
14737         mml-postprocess.
14738         (autoload): Autoload mml2015 and mml-smime.
14739         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
14740         * mml2015.el (mml2015-encrypt): New function.
14741         (mml2015-sign): New function.
14742         (mml2015-encrypt-function): New variable.
14743         (mml2015-sign-function): New variable.
14744         (mml2015-mailcrypt-encrypt): Use message-recipients.
14745         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
14746         * mml-smime.el (mml-smime-setup): Ditto.
14747
14748 2000-10-28  Simon Josefsson  <sj@extundo.com>
14749
14750         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
14751         Communigate Pro 3.3.1 server.
14752
14753         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
14754         in buffers.
14755         (mml-secure-dns-server): Removed.
14756         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
14757         write certificates to files.
14758
14759         * smime.el (smime-dns-server): New variable.
14760         (smime-mail-to-domain):
14761         (smime-cert-by-dns): New functions.
14762
14763         * dig.el: New file.
14764
14765 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
14766
14767         * message.el (message-options): New variable.
14768         (message-options-set-recipient): New function.
14769         (message-send): Use them.
14770         * gnus-int.el (gnus-request-replace-article): Use them.
14771         (gnus-request-accept-article): Ditto.
14772         * mml.el (mml-preview): Use them.
14773         * gnus-sum.el (gnus-summary-edit-article): Use them.
14774
14775         * message.el (message-options-get): New function.
14776         (message-options-get): New function.
14777         * rfc2047.el (rfc2047-encode-message-header): Use them.
14778         * mm-bodies.el (mm-encode-body): Use them.
14779
14780 2000-10-28  Simon Josefsson  <sj@extundo.com>
14781
14782         * nnimap.el (nnimap-retrieve-which-headers):
14783         (nnimap-request-article-part): Quote message-id.
14784
14785         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
14786         (smime-CA-file): New variable.
14787         (smime-call-openssl-region): Don't error.
14788         (smime-sign-region): Return result value.
14789         (smime-encrypt-region): Ditto.
14790         (smime-verify-region): New function.
14791         (smime-decrypt-region): Ditto.
14792         (smime-verify-buffer): Ditto.
14793         (smime-decrypt-buffer): Ditto.
14794
14795         * mml.el: Require mml-sec.
14796         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
14797         (mml-mode-map): Add "sign" and "encrypt" maps.
14798         (mml-menu): Add security menu.
14799         (mml-preview): Use generate-new-buffer.
14800
14801         * mml-sec.el: New file.
14802
14803 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14804
14805         * mm-decode.el (mm-find-part-by-type): Move it here.
14806         * mml.el (mml-postprocess): Move it here.
14807         (mml-postprocess-alist): Move it here. Merge them.
14808
14809 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
14810
14811         * rfc2047.el (rfc2047-encode-message-header): Make sure no
14812         unencoded stuff in the header.
14813
14814 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
14815
14816         * gnus-group.el (gnus-group-listed-groups): New variable.
14817         (gnus-group-list-option): New variable.
14818         (gnus-group-list-limit-map): New keymap.
14819         (gnus-group-list-flush-map): New keymap.
14820         (gnus-group-list-plus-map): New keymap.
14821         (gnus-group-prepare-logic): New function.
14822         (gnus-group-prepare-flat): Merge with
14823         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
14824         (gnus-group-prepare-flat-list-dead): Ditto.
14825         (gnus-group-list-matching): Use gnus-group-prepare-function.
14826         (gnus-group-list-dormant): Ditto.
14827         (gnus-group-list-cached): Ditto.
14828         (gnus-group-listed-groups): New function.
14829         (gnus-group-list-limit): New function.
14830         (gnus-group-list-flush): New function.
14831         (gnus-group-list-plus): New function.
14832         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
14833         (gnus-topic-prepare-topic): Ditto.
14834
14835 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
14836
14837         * message.el (message-insert-to, message-get-reply-headers):
14838         (message-reply, message-followup): Mail-{Followup,Reply}-To.
14839
14840 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
14841
14842         * mml2015.el: New file.
14843         * smime.el: New file.
14844         * mml-smime.el: New file.
14845
14846 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
14847
14848         * ChangeLog: Moved to ChangeLog.1.
14849
14850     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
14851   Copying and distribution of this file, with or without modification,
14852   are permitted provided the copyright notice and this notice are preserved.
14853
14854 ;; Local Variables:
14855 ;; coding: iso-2022-7bit
14856 ;; End: